/*<!-- Designed, Developed &amp; Marketed by <a href="https://percoyo.com" target="_blank" style="color:#009cd3; text-decoration: none;">Percoyo</a> -->*/

html, body{
    font-family: "Manrope" !important;
}
@font-face{
    font-family: Manrope;
    src: url(img/Manrope-VariableFont_wght.ttf);
}
.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s ease infinite;
}
.row{
   margin-left: 0 !important;
   margin-right: 0 !important;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
}


#first-sec{
    padding: 60px 0px;
    background-image: url(img/slider.webp);
    background-color:#454b4e;
    background-size: cover;
}
#first-sec h1{
    font-size: 52px;
    font-weight: bold;
    line-height: 1.3;
}
#first-sec h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
}
#first-sec p{
    font-size: 24px;
}

#first-sec form{
    background-color: #2f2f30f2;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
}
#first-sec form .form-control{
    background-color: #fff;
    color: #282828;
    border: none;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 10px;
}
#first-sec form .form-select{
    background-color: #fff;
    color: #282828;
    border: none;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 10px;
}
#first-sec form ::placeholder{
    color: #282828;
    opacity: 1;
}
#first-sec form .formbtn{
    background: #4da4db;
    width: 50%;
    margin: auto;
    border-radius: 6px;
    padding: 6px 0px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

#second-sec{
    padding: 40px 0px;
}
  
#second-sec h2{
    font-size: 42px;
    text-align: center;
    font-weight: bold;
}
#second-sec .card, #third-sec .card {
    border: none;
    text-align: center;
    border-radius: 20px;
    padding:14px;
    box-shadow: 4px 4px 14px 0px rgb(0 0 0 / 20%);
}
#second-sec img{
    width: 180px;
    margin: auto;
}

#third-sec{
    padding: 40px 0px;
}
#third-sec h2{
    font-size: 42px;
    text-align: center;
    font-weight: bold;
}
#third-sec h5{
    font-weight: bold;
    padding-top: 10px;
}
#third-sec .custom-bq button{
    background: #4da4db;
    border: none;
    
    font-size: 20px;
    padding: 8px 30px;
    border-radius: 24px;
    font-weight: bold;
}
.custom-bq button a{
    text-decoration: none;
    color: #fff;
}

#fourth-sec{
    padding: 40px 0px;
    background-image: url(img/why-choose.webp);
    background-size: cover;
}
#fourth-sec h2{
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
#fourth-sec .card{
    border: none;
    text-align: center;
    border-radius: 0px;
    background-color: #fff0;
}
#fourth-sec h5{
    font-weight: bold;
    padding-top: 10px;
    color: #fff;
}
#fourth-sec .custom-bq button{
    background: #4da4db;
    border: none;
    
    font-size: 20px;
    padding: 8px 30px;
    border-radius: 24px;
    font-weight: bold;
}

#fifth-sec{
    padding: 40px 0px;
    background-color: #4da4db;
}
#fifth-sec h2{
   font-size: 42px;
   font-weight: bold;
   color: #fff;
   text-align: center;
}
#fifth-sec .rev{
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    width: 95%;
    margin: auto;
}
#fifth-sec .rev p{
    font-size: 18px;
    padding-top: 20px;
}
#fifth-sec .rev h5{
    font-weight: bold;
}
#fifth-sec  .slick-prev:before, #fifth-sec .slick-next:before{
    font-size: 30px;
    color: #fff;
}

#fifth-sec .slick-dots li button:before{
    color: #fff;
    font-size: 10px;
}
#fifth-sec .slick-dots {
    bottom: -30px !important;
}

#sixth-sec{
    padding: 40px 0px;
}
#sixth-sec h2{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
}
#sixth-sec img{
    width: 100%;
}
#sixth-sec p{
    font-size: 18px;
}
#sixth-sec .custom-bq button{
    background: #4da4db;
    border: none;
    
    font-size: 20px;
    padding: 8px 30px;
    border-radius: 24px;
    font-weight: bold;
}
#seventh-sec{
    padding: 40px 0px;
}
#seventh-sec h2{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.accordion-flush .accordion-item {
    border-radius: 14px !important;
    margin-bottom: 20px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 20%); 

}
#seventh-sec .accordion-button:focus{
    box-shadow: none;

}
#seventh-sec .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}
#seventh-sec .accordion-button {
    font-size: 18px;
    color: #414042;
    font-weight: bold;
    border-radius: 14px !important;
}
#seventh-sec .accordion-item{
    color: #716665;
}

footer{
    padding: 40px 0px;
    background-image: url(img/footer\ full.webp);
    background-size: cover;
}
footer .icontext {
    font-size: 20px;
    display: flex;
    align-items: flex-start;
}
footer .icondiv {
    margin-right: 20px;
    font-size: 30px;
    color: #fff;
}
footer .footer-contact .icontext a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
footer .form-control:focus {
    border-color: #4da4db;
    box-shadow: 0 0 0 0.25rem #4da4db5e;
}
footer .form-select:focus {
    border-color: #4da4db;
    box-shadow: 0 0 0 0.25rem #4da4db5e;
}
footer label{
    color: #fff;
    font-weight: bold;
}
footer .form-control, footer .form-select{
    border-color: #414042;
}
footer h3{
    color: #fff;
    margin-bottom:30px;
    text-align: center;
}
footer form .formbtn{
    background: #4da4db;
    width: 200px;
    border-radius: 6px;
    padding: 6px 0px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
footer #second2{
    text-align: end;
}
footer form ::placeholder{
    color: #414042cc;
    opacity: 1;
    font-weight: bold;
}




.custom-call button{
background: #4da4db;
    border: none;
    font-size: 20px;
    padding: 8px 25px;
    border-radius: 24px;
    font-weight: bold;
    position: fixed;
    bottom: 24px;
    left: 22%;
}
.custom-call a{
  color:#fff;
  text-decoration:none;
}






























































@media screen and (min-width:680px) {

.custom-call{display:none;}
}


@media screen and (max-width:680px) {
    .navbar .container {
        text-align :center;
        justify-content: center !important;
    }
    .row{
        padding: 0px 15px;
    }
    #first-sec h1{
        font-size: 42px;
    }
    #third-sec .custom-bq button{
        font-size:16px;
    }
    #fifth-sec  .slick-prev{
        left: -10px;
    }
    #fifth-sec  .slick-next{
        right: -10px;
    }
    footer .icontext {
        flex-wrap: wrap;
    }
}
@media screen and (max-width:800px) {
    #first-sec h2, #third-sec h2, #second-sec h2, #fourth-sec h2, #fifth-sec h2, #sixth-sec h2, #seventh-sec h2{
        font-size: 32px;
    }
} 