* {
    margin:0;
    padding:0;

        text-decoration: none;
}
a:hover {
        text-decoration: none;
}
.header {
    padding: 5px 0;
    background: white;
    box-shadow: 1px 5px 10px #524f45b0;
}

.banner-section {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 50px 0;
}
.banner-section .text-section {
    padding-top: 50px;
}
.banner-section .text-section h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 800;
}
.banner-section .text-section p {
        color: #fff;
    font-size: 30px;
}
.banner-section .text-section a {
    font-size: 18px;
    color: #000;
}
.outlinedBtn {
    background: #4e51a2;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.0015em;
}
.blackBgBtn {
    background: #000;
    padding: 12px 24px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: 0.0015em;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #212529;
    border-color: transparent;
}
.btn-primary {
    color: #fff;
    background-color: #4e51a2;
    border-color: #4e51a2;
}
.headerInfoContact {    margin-top: 10px; width: 100%; text-align: right; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.headerInfoContact a{margin-left: 15px; display: flex; align-items: center;}
.headerInfoContact a img{ margin:0px 5px 0 -10px; float: left; width: auto; height: 20px;}
.headerInfoContact a:hover {
    text-decoration: none;
 
}
.belowBanner{
    background-color: #fff;
    margin-top: 38px;
}
.belowBanner ul{ display: flex; flex-wrap: wrap; margin: 0 -10px;}
.belowBanner ul li{width: 49%; padding: 20px 10px; display: flex; align-items: center;}
.belowBanner ul li img{width: 50px; margin: 0 20px 0 0;}
.belowBanner h3{margin: 0px; padding: 0px; font-size: 20px; text-transform: capitalize;}
.belowBanner h3 span{display: block; font-weight: 400; opacity: 0.5;}
.banner-section-2 {
    padding: 80px 0 40px;
}
.banner-section-2 h2 {
    font-size: clamp(2.027rem,calc(.6366rem + 2.9004vw),3.247rem);
    letter-spacing: -.01em;
    line-height: 1.2;
    font-weight: 800;
    font-family: gd-sage,"Times","Times New Roman",serif;
}
.footer-nav {
    text-align:center;
}
.footer-nav a {
    color: #484848;
    padding: 28px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 18px;
}
.form-main {
    background: #fff;
    padding: 35px;
    margin: 20px 0;
    border-radius: 8px;
}
.form-main h3 {
    font-weight: 600;
}
.form-main label {
    margin: 0;
}
.form-main input {
    
}
.form-main button {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.banner-section-3 {
    padding:50px 0;
    position:relative;
}

.main-title h2 {
        font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
        color: #212529;
    text-transform: uppercase;
}
.singleService {box-shadow: 0 0 8px #d3d1d1;position: relative; text-align: center; min-height: calc(100% - 30px); border: 2px solid #fcfcfc !important; z-index: 1; padding: 40px; background-color: #fff; margin-bottom: 30px; }
/*.singleService:before,
.singleService:after{position: absolute; content: ''; display: block; height: 30px; width: 30px; -webkit-transition: .4s ease-in; -o-transition: .4s ease-in; transition: .4s ease-in; z-index: -1; border-color: #007bff!important; }
.singleService:before {border-bottom: 2px solid; border-left: 2px solid; left: -2px; bottom: -2px; }
.singleService:after {border-top: 2px solid; border-right: 2px solid; right: -2px; top: -2px; }
.singleService:hover:after, 
.singleService:hover:before {width: calc(100% + 2px); height: calc(100% + 2px); }
*/

.singleService img{margin-bottom: 30px; max-width: 70px;}
.singleService h3 {margin: 0 0 15px; padding: 0; text-transform: capitalize;}
.singleService p{opacity: 0.8;}

.why-choose li {
    line-height: 40px;
    font-size: 20px;
    list-style: disc;
    margin-left: 20px;
}
.main_slider {
        margin-top: 50px;
}
.main_slider .item .box {
        box-shadow: 0 0 2px #d0d0d0;
    height: 100px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_slider .item  .box img {
        max-width: 155px;
}
.our-review {
    background: #eaf3f3;
}
.our-review .item {
    text-align: center;
    padding: 50px 100px;
}
.our-review .item img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: scale-down;
    background: #fff;
    margin: 0 auto;
}
.our-review .item p {
        font-size: 20px;
    margin: 30px 0;
}
.our-review .item .name {
    font-size: 24px;
    color: #2196f3;
}
.our-review .item .designation {
    font-size: 20px;
    color: #000;
}
.slick-prev, .slick-next {
    width: 38px  !important;
    height: 38px  !important;
    background: black  !important;
        
}
.slick-prev:hover, .slick-next:hover {
    background: black  !important;
}
.slick-prev {
    left: -45px !important;
}
.slick-next {
    right: -45px !important;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1 !important;
}
.slick-prev:before, .slick-next:before {
    opacity: 1 !important;
}

.footer{
background:#4e51a2;
padding:30px 0px;
font-family: 'Play', sans-serif;
text-align:center;
}

.footer .row{
width:100%;
margin:1% 0%;
padding:0.6% 0%;
color:gray;
font-size:0.8em;
}

.footer .row a{
text-decoration:none;
color:gray;
transition:0.5s;
}

.footer .row a:hover{
color:#fff;
}

.footer .row ul{
width:100%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}

.footer .row a i{
font-size:2em;
margin:0% 1%;
color:#fff;
}
.text-policy a {
   color: #fff !important;
    font-size: 19px; 
}
.footer p {
    color: #fff;
    font-size: 18px;
}
@media (max-width:720px){
.footer{
text-align:left;
padding:5% 0;
}
.footer .row ul li{
display:block;
margin:10px 0px;
text-align:left;
}
.footer .row a i{
margin:0% 3%;
}
}
.contact-section {
    padding:50px 0;
}
.contact-section .form-main {
    background: #e7e7e7;
}
.box-setting {
    padding: 20px;
}
.box-setting h2 {
        font-weight: 700;
    font-size: 40px;
}
.box-setting p {
    font-size: 20px;
}
.box-setting h1 a {
    color: #00b8ff;
}
.box-setting li {
        list-style: none;
}
.box-setting li a{
    color: #000;
    font-size: 22px;
    line-height: 40px;
}
@media (max-width: 768px) {
    .header {
        padding: 0 0 10px 0;
        position: relative;
        background: #fff;
    }
    .whatsapp-icon a,
    .phone1-icon a {
        font-size: 12px !important;
    }
    .logo {
            text-align: center;
            margin-bottom: 10px;
    }

    .banner-section {
        background-repeat: no-repeat;
        height: 190px;
            padding-top: 57px;
    }
    .banner-section .text-section {
        text-align: center;
        padding-top: 5px;
    }
    .footer-nav a {
            padding: 10px;
    }
    .img-main {
        width:100%;
        margin:20px 0;
    }
    .headerInfoContact a {
        margin-left: 2px;
    }
    .outlinedBtn,
    .blackBgBtn {
            font-size: 12px;
    padding: 5px 6px;
    }
    .banner-section .text-section h2 {
        font-size: 18px;
    }
    .banner-section .text-section p {
            font-size: 15px;
    }
    .form-main {
        background: #fff;
        padding: 15px;
    }
    .belowBanner ul li {
            width: 48%;
    }
    .main-title h2 {
        font-size: 25px;
    }
    .img-main-bg-ab {
        position: relative;
        opacity: 1;
        width: 100%;
    }
    .why-choose img {
        width:100%;
    }
    .our-review .item {
        padding:0;
    }
}
.whatsapp-icon {
        position: fixed;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #20b83c;
    text-align: center;
    z-index: 111;
}
.whatsapp-icon a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
}
.phone1-icon a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
}
.phone1-icon {
       right: 0; 
        z-index: 111;
    bottom: 0;
    width: 50%;
    background: #000;
    text-align: center;
    position: fixed;
}
.headerInfoContact a .fa {
    margin-right:10px;
}
.capta {
        display: flex;
}
.capta .w-custom {
   width: 50px;
    text-align: center;
    margin-right: 10px;
}
.capta .w-total-btn {
   text-align: center;
}