.call-us {
    padding-top: 15px;
    padding-bottom: 15px;
}
.heading-container {
    background: #39b54a;
    padding: 15px 5px 15px 5px;
    text-align: center;
    color: white;
}
.services-heading{
    font-size:16px;
}
.heading-four {
    font-size: 18px;
    line-height: 130%;
}
.whatsapp_ph {
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 9999;
}
.whatsapp_ph img {
    width: 70px;
    height: 70px;
}
.phone-calls {
    position: fixed;
    bottom: 225px;
    left: 20px;
    background: #006c29 !important;
    padding: 16px;
    border-radius: 40px;
    z-index: 9999;
}
.hero-2 {
    background: /*var(--gradient-2),*/ url(../img/banner-img.jpg);
    background-size: 100%;
    padding: 250px 0px;
    background-repeat:no-repeat;
}
.site-title .logo {
    max-width: 320px;
    width: 100%;
}

.mobile-logo{
    width:226px;
}

.the-advantages .advantages-items:hover {
    background: #ffffff;
}

.the-advantages .advantages-items .check-icon {
    color: #39b54a;
}

.tcs-1 {
    color: #39b54a;
}

.btn-1{
    background:#39b54a;
    color:white;
}

.counter-container-bg{
    background:#f1f5ff;
}
.other-page-banner.wow.fadeInDown {
    padding: 80px 0px;
}

.other-page-banner {
    padding: 190px 0;
    background: var(--gradient-7), url(../img/other-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services {
    background: var(--gradient-3), url(../img/services.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0 130px 0;
    position: relative;
}

.sector-container-boxes {
    width: 200px;
    height: 200px;
    background: white;
    box-shadow: 0px 0px 15px -10px #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin:auto;
}

.secton-icon-containers {
    width: 100px;
    height: 100px;
    background: #e8f9f3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.padding-desk-top{
    padding-top:50px;
}
.padding-desk-bottom{
    padding-bottom:50px;
}
.hr-line-body .hr-line {
    width: 50%;
    height: 2px;
    background: rgb(var(--p1));
    margin: auto;
}
.font-size-one{
    font-size: 20px;
}
@media(max-width:992px){
    .br-1 {
        border-right: none;
    }
    .navbar2.show-nav {
        top: 100px;
    }
}

@media (max-width: 575px) {
    .navbar {
        padding: 30px 10px;
        width: 100%;
    }
    .mobile-text-for-footer {
        font-size: 14px;
    }
    .navbar::after {
        width: 100%;
    }
    .font-size-one{
        font-size: 14px;
    }
    .padding-mob{
        padding-top:40px;
        padding-bottom:40px;
    }
    .reversing-column-mobile {
        flex-direction: column-reverse !important;
    }
}