* {
    margin: 0px;
    font-family: "Poppins", sans-serif;
    padding: 0px;
    scroll-behavior: smooth;
}


/* menu start */

.menu-container {
    width: 100%;
    height: 70px;
    float: left;
    z-index: 10;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    position: fixed;
    background: #ffffff73;
}


.logo {
    width: 20%;
    height: 70px;
    float: left;
}

.logo img {
    height: 50px;
    margin: 10px 0px;
    padding-left: 50px;
}

.menu-item {
    width: 70%;
    height: 70px;
    float: right;
}

.menu-item ul {
    /* padding-left: 70px; */
    float: right;
    
}

.menu-item ul li:first-child a {
    color: #3aadee;
    font-weight: bold;
}

.menu-item button {
    padding: 10px 20px;
    border: none ;
    background: #3aadee;
    font-size: 22px;
    cursor: pointer;
    border-radius: 30px;
    transition: .5s;
    transform: scale(.9);
    border: 1px solid #3aadee;
}

.menu-item button a {
    color: white !important;
}

.menu-item button:hover {
    background: none;
    box-shadow: 0px 0px 2px #000000cc;
    transform: scale(1);
}

.menu-item button:hover a {
    color: #3aadee !important;
    border: none !important;

}

.menu-item ul li a:hover {
    color: #3aadee;
    border-top: 2px solid #3aadee;
    border-bottom: 2px solid #3aadee;
    padding: 5px 0px;
}

.menu-item ul li {
    float: left;
    line-height: 70px;
    list-style: none;
    font-size: 22px;
    margin: 0px 12px;
    text-align: right;
    
}

.menu-item ul li a {
    text-decoration: none;
    color: black;
    transition: .2s;
}

.responsive-icon {
    line-height: 70px;
    font-size: 25px;
    float: left;
    width: 5%;
    height: 70px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    display: none;
}

/* menu close */




/* about start */

.about-headline {
    width:100%;
    height:auto;
    padding:50px 5% 0px 5%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin-top: 70px;
   background: #cdf4f9;

}

.about-headline h1 {
    font-size: 38px;
}

.about-headline p {
    font-size: 18px;
    padding: 10px 5% 0px 5%;
}
 
.about-section {
    width:100%;
    height:auto;
    padding:70px 5%;
    box-sizing: border-box;
    float: left;
    background: #cdf4f9;

}

.about-section span:first-child {
    color: #3aadee;
}

.about-section span:last-child {
    color: #3aadee;
}

.about-section a {
    text-decoration: none;
    color: #000;
}

.about-section div:first-child {
    width:50%;
    height:500px;
    background:url(https://shorturl.at/JO6ay);
    background-size:cover;
    float: left;
}

.about-section div:last-child {
    width:50%;
    height:auto;
    float: left;
    box-sizing: border-box;
    align-content: center;
}

.about-section h1 {
    margin-bottom: 20px;
    margin-left: 5%;
    padding-right: 20px;
}

.about-section p {
    font-size: 18px;
    margin-left: 5%;
}

.about-section button {
    padding:12px 24px;
    border:none;
    background: #3aadee;
    border-radius: 30px;
    margin-top:20px;
    cursor: pointer;
    transition: .5s;
    margin-left: 5%;
}

.about-section button a {
color:white;
text-decoration: none;
font-size:18px;

}

.about-section button:hover{
    transform: scale(1.1);
    background: none;
    border: 1px solid #3aadee;

}

.about-section button:hover a {
    color: #3aadee;
}


/* about close */



/* copyright start */

.copyright {
    width: 100%;
    height: auto;
    background: #cdf4f9;
    box-sizing: border-box;
    float: left;
    text-align: center;

}

hr {
    width: 90%;
    margin: 0px 5%;
    color: #3aadee;
}

.copyright p {
    font-size: 14px;
    padding: 20px 5%;
    box-sizing: border-box;

}

.copyright a {
    text-decoration: none;
    color: #000;

}

.copyright a:hover {
    color: #3aadee;
    transition: .5s;

}

/* copyright close */



/* top button start */

.top {
    width: 40px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 350px;
    background: #3aadee;
    z-index: 500;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #3aadee;

}


.top i {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color: white;

}


.top:hover {
    background: none;
    transform: scale(1.1);

}

.top:hover i {
    color: #3aadee;
}

/* top button close */



/* whatsapp fixed icon start */

.whatsapp-container {
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 100;
}

.whatsapp-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.whatsapp-icon img {
  width: 50px;
  height: auto;
  border-radius: 10px;
}

.hover-text {
  margin-left: 10px;
  background-color: #25D366;
  color: white;
  padding: 6px 12px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 16px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  position: absolute;
  right: 60px;
}

.whatsapp-icon:hover .hover-text {
  opacity: 1;
  transform: translateX(0);
}

/* whatsapp fixed icon close */








/* tab responsive start */

@media (min-width: 768px) and (max-width: 1024px) {

/* about start */

.about-headline {
    padding:40px 5% 0px 5%;

}

.about-headline h1 {
    font-size: 30px;
}

.about-headline p {
    font-size: 17px;
    padding: 8px 5% 0px 5%;
}
 
.about-section {
    padding: 50px 5%;

}

.about-section div:first-child {
    width:100%;
    height:300px;
    background:url(https://shorturl.at/JO6ay);
}

.about-section div:last-child {
    width:100%;
    height:auto;
    text-align: center;
}

.about-section h1 {
    margin-bottom: 0;
    margin-left: 0px;
    padding-right: 0px;
    padding: 10px 0px;
}

.about-section p {
    font-size: 17px;
    margin-left: 0%;
    padding: 0px 5%;
}

.about-section button {
    padding:10px 20px;
    margin-top:15px;
    margin-left: 0%;
}

.about-section button a {
font-size:17px;

}

/* about close */


/* top button start */

.top {
    width: 30px;
    height: 40px;
    right: 15px;

}


.top i {
    font-size: 18px;
    line-height: 42px;

}

/* top button close */



/* whatsapp fixed icon start */

.whatsapp-container {
  right: 11px;
}
.whatsapp-icon img {
  width: 40px;
}

.hover-text {
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 15px;
  transform: translateX(10px);
  right: 50px;
}

/* whatsapp fixed icon close */


}

/* tab responsive close */







/* mobile responsive start */

@media (max-width: 767px) {

/* about start */

h1 {
    font-size: 24px;
}

.about-headline {
    padding: 35px 5% 0px 5%;

}

.about-headline h1 {
    font-size: 24px;
}

.about-headline p {
    font-size: 15px;
    padding: 5px 5% 0px 5%;
}
 
.about-section {
    padding: 40px 5%;

}

.about-section div:first-child {
    width: 100%;
    height: 220px;
}

.about-section div:last-child {
    width:100%;
    height:auto;
    text-align: center;
}

.about-section h1 {
    margin-bottom: 0;
    margin-left: 0px;
    padding-right: 0px;
    padding: 5px 0px;
}

.about-section p {
    font-size: 15px;
    margin-left: 0%;
    padding: 0px 5%;
}

.about-section button {
    padding:8px 16px;
    margin-top:13px;
    margin-left: 0%;
}

.about-section button a {
font-size:15px;

}

/* about close */


/* top button start */

.top {
    width: 25px;
    height: 35px;
    right: 11px;

}


.top i {
    font-size: 17px;
    line-height: 36px;

}

/* top button close */



/* whatsapp fixed icon start */

.whatsapp-container {
  right: 10px;
  z-index: 100;
}

.whatsapp-icon img {
  width: 35px;
}

.hover-text {
  padding: 4px 8px;
  font-size: 14px;
  transform: translateX(10px);
  right: 45px;
}

/* whatsapp fixed icon close */


}

/* mobile responsive close */







/* mobile menu responsive */

@media screen and (max-width:1021px) {
    .menu-item ul {
        display: none;
    }

    .menu-item {
        width: 0%;
    }

.responsive-icon {
    line-height: 70px;
    font-size: 25px;
    float: right;
    width: 10%;
    height: 70px;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
    display: inline;
    cursor: pointer;
}

.responsive-icon i {
    color: #3aadee;
}

.responsive-icon i:hover {
    color: #224645;
}


.logo {
    width: 70%;
    height: 70px;
    float: left;
}

.mobile-menu-item {
    width: 100%;
    height: auto;
    position: fixed;
    top: 70px;
    z-index: 2000;
    background: #cdf4f9b4;

}

.mobile-menu-item ul {
    padding: 0;
}


.mobile-menu-item ul li {
    line-height: 50px;
    list-style: none;
    font-size: 18px;
    /* border-bottom: 1px solid #3aadee; */
    box-shadow: 0px 0px 1px #048d7b;
    transition: .5s;
    cursor: pointer;
    padding-left: 20px;
}

.mobile-menu-item ul li:hover {
    padding-left: 40px;
    background: #3aadee;
}

.mobile-menu-item ul a:hover {
    color: white;
}

.mobile-menu-item ul a {
    color: black;
    text-decoration: none;
}


}

/* mobile menu close */