.clr-b4e{
    color: #031b4e !important;
}

.fs-18{
    font-size: 18px !important;
}
.fs-22{
    font-size: 22px !important;
}
.fs-30{
    font-size: 30px !important;
}
.mob-blk-clr{
    color: #ffffff !important;
}
.main-hero-sec{
    background-image: url(../images/main-home/w-hero.jpeg);
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
/*    padding: 50px 0;*/
    padding: 100px 0 120px;
}

.home-apro-sec{
    position: relative;
/*    top: -80px;*/
    margin-top: -90px;
    display: none;
}
.hm-apro-inr{
    background-color: #f4f8f9;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    padding: 20px;
}

.about-us-sec{
    margin-top: 100px !important;
    padding-top: 0px !important;
    padding-bottom: 80px !important;
}
.abt-secicon{
    position: relative;
    top: -18px;
}
.contact-form-hed{
    background: #fff;
    padding: 44px 50px 60px;
    border-radius: 20px;
}

.service_section_s3 {
    background: #f4f8f9;
    padding-bottom: 90px;
}

.service_card {
    text-align: center;
    margin-top: 80px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 50px 35px 30px;
    box-shadow: 0 4px 22px rgba(18, 47, 105, .05), 0 0 0 rgba(63, 85, 204, .05);
    border-radius: 20px;
}
.service_card .content h1{
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.service_section_s3 .service_card:before {
    background: url(../images/main-home/common-shape-black.png) no-repeat 50%;
}
.service_card:before {
    position: absolute;
    left: 50%;
    top: 34px;
    width: 210px;
    height: 70px;
    content: "";
    transform: translate(-50%, -50%);
    background: url(/images/common-shape.png) no-repeat 50%;
}

.service_card .icon {
    color: #fff;
/*    background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);*/
    border-radius: 100px;
    width: 104px;
    height: 104px;
    position: relative;
    margin: -100px auto 0;
    background-color: #6cc9f1;
}
.service_card .icon i {
    font-size: 45px;
    line-height: 120px;
}
.service_card .content h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 100px;
    margin-top: 40px;
    color: #000b47;
}
.service_card .content p {
    color: #767676;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}


.signle-consultancy {
    display: flex;
    align-items: flex-start;
    gap: 29px;
    opacity: 1;
    border: 1px solid #ababab;
    padding: 10px;
    border-radius: 10px;
}
.signle-consultancy .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    min-width: 60px;
    background: #6cc9f1;
    border-radius: 50%;
    align-self: center;
}
.signle-consultancy .icon i{
    font-size: 25px;
    color: #ffffff;
}
.signle-consultancy .information .title {
    margin-bottom: 5px;
    font-size: 20px;
}


/*WORKING STEP CSS DESIGN*/

.work-process-sec{
    /*background-color: #f6f6f6;
    clip-path: polygon(6.399% 10.697%, 11.726% 0%, 100% 0%, 100% 50%, 100% 81.841%, 95.268% 90.112%, 89.702% 100%, 0% 100%, 0% 22.948%, 6.399% 10.697%);*/
    padding-top: 50px;
    padding-bottom: 100px;
}
.rts-working-process-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    margin-bottom: 25px;
}
.rts-working-process-1 .inner {
    width: 192px;
    height: 192px;
    border: 2px dashed #031b4e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 33px;
    transition: 0.3s;
    position: relative;
}
.rts-working-process-1 .inner .icon {
    height: 144px;
    width: 144px;
    background: #e6f1f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rts-working-process-1 .inner .icon i{
    font-size: 55px;
    color: #031b4e;
}
.rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "01";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #031b4e;
    color: #fff;
/*    transform: scale(0);*/
    transition: 0.3s;
    transform: scale(1);
    border: 2px dashed #031b4e;
}
.rts-working-process-1:hover .inner {
    border: 2px dashed #000000;
}
/*.rts-working-process-1:hover .inner::after {
    transform: scale(1);
}*/
/*.rts-working-process-1.process-lg .inner {
    width: 245px;
    height: 245px;
}*/
/*.rts-working-process-1.process-lg .inner .icon {
    width: 193.03px;
    height: 193.03px;
}*/
.rts-working-process-1 .inner.two::after {
    content: "02";
}
.rts-working-process-1 .inner.three::after {
    content: "03";
}
.rts-working-process-1 .inner.four::after {
    content: "04";
}




.home-tbl{
    background-color: #f4f8f9;
    padding: 50px 0;
    clip-path: polygon(6.399% 10.697%, 11.726% 0%, 100% 0%, 100% 50%, 100% 81.841%, 95.268% 90.112%, 89.702% 100%, 0% 100%, 0% 22.948%, 6.399% 10.697%);
}
.hei-50{
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    --bs-table-bg: #e6f1f6;
}


.footer-call-chat{
    display: none;
}
.desk-cl-action .footer-desk-cl{
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #6cc9f1;
    padding: 15px;
    font-size: 30px;
    border-radius: 50%;
    z-index: 9;
    animation: 1.3s infinite skew-y-shake;
}
.desk-cl-action .footer-desk-wts{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #008000;
    padding: 15px;
    font-size: 35px;
    border-radius: 50%;
    z-index: 9;
    animation: 1.3s infinite skew-y-shake;
}

/*@keyframes skew-y-shake {
    0%,10% {
        transform: skewY(-15deg)
    }

    15%,5% {
        transform: skewY(15deg)
    }

    100%,20% {
        transform: skewY(0)
    }
}
*/

/*GOOGLE TRANSLATE CSS*/

body > .skiptranslate,
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element select {
  background: #2b1a12;
  color: #fff4e4;
  border: none;
  font-weight: bold;
  border-radius: 3px;
  padding: 8px 12px;
}
.skiptranslate.goog-te-gadget{
    width: 150px;
}


/*NEW DESIGN 01-04-2025*/
.w-35-px{
    width: 35px;
}
.w-50-px{
    width: 50px;
}
.w-60-px{
    width: 60px;
}
.call-now-hed{
    /*height: 40px; 
    width: 40px; 
    background-color: #ffffff;*/ 
    padding: 6px;
    font-size: 18px;
    border-radius: 50px;
    color: #ffffff;
}
.whtsapp-now-hed{
   /* height: 40px;
    width: 40px;*/
/*    background-color: #008000;*/
    font-size: 22px;
    padding: 6px;
    border-radius: 46px;
    color: #ffffff;
}
.header-bottom-nav{
    display: none;
}

.mobile-hero-bnr{
    display: none;
}



@media screen and (max-width:767.98px){
    .main-hero-sec{
        background-image: url(../images/main-home/w-hero-mble.jpeg);
        padding: 160px 0;
        margin-top: 60px;
        background-size: 100%;
        background-color: #8fa0a7;
    }
    .mobile-hero-bnr{
        background-image: url(../images/main-home/w-heo-mob.jpeg);
        background-size: cover;
        height: 200px;
        display: none;
        margin-top: 55px;
    }
    .home-apro-sec{
        margin-top: 0px;
        display: block;
    }
    .hero_content{
        display: none;
    }
    .bk-appo-mob-btn{
        margin-bottom: 40px;
    }
    .contact-form-hed {
        background: #fff;
        padding: 40px 15px 30px;
        box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
        margin-top: 225px;
    }
    .home-tbl{
        clip-path: unset;
    }
    .hei-50{
        height: unset;
        line-height: 22px;
        font-size: 12px;
        vertical-align: middle;
    }
    .about-us-sec{
        margin-top: 50px !important;
        padding-top: 0 !important;
        padding-bottom: 0px !important;
        margin-bottom: 60px !important;
    }
    #sticky-header{
        display: none;
    }
    .service_card .content h1{
        font-size: 25px;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .mobile-logo-atag{
        position: absolute;
        top: 2px;
        left: 15px;
        z-index: 999;
        width: 75%;
    }
    .mobile-logo{
        width: 45%;
    }
    .mobile-ms-0{
        margin-right: 0 !important;
    }
    .footer-call-chat{
        display: block;
        background-color: #ffffff;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9;
        padding: 10px 0;
        text-align: center;
        box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    }
    .footer-book-appoint{
        border: 1px solid #ffffff;
        padding: 12px;
        background-color: #6cc9f1;
    }
    .footer-whtsapp{
        background-color: green;
        padding: 10px;
        width: 45px;
        height: 45px;
        display: block;
        font-size: 25px;
        animation: 1.3s infinite skew-y-shake;
    }
    .desk-cl-action{
        display: none;
    }
    .copyri-mb{
        margin-bottom: 100px !important;
    }

    .header-bottom-nav {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        box-shadow: 0px -2px 35px #00000048;
        background: #fff;
        border-radius: 10px 10px 0 0;
        padding: 10px 0 8px;
        z-index: 99;
    }
    .wrapper {
        max-width: 1270px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .header-bottom-nav ul {
        justify-content: space-between;
        margin: 0 -10px;
        display: flex;
        align-items: center;
    }
    .header-bottom-nav li {
        margin: 0 3px;
    }
    .header-bottom-nav a {
        flex-direction: column;
        text-align: center;
        font-size: 10px;
        padding: 0;
        display: flex;
        align-items: center;
        font-weight: 500;
        color: #333;
    }
    .header-bottom-nav img {
/*        filter: brightness(.3);*/
        width: 24px;
        margin: 0 0 5px;
    }
    .book-appointment a {
        color: #333;
        font-weight: 700;
        margin: 0 8px;
        background: 0 0;
        border-radius: 0;
        padding: 0;
        font-size: 10px;
        min-height: auto;
    }
    .book-appointment img {
        filter: none;
        box-shadow: 0px -2px 9px #00000034;
        background: #ffffff;
        width: 50px;
        height: 50px;
        padding: 0 6px;
        margin: -26px 0 5px;
        border: 5px solid #fff;
        border-radius: 50%;
    }
    .call-now-hed{
        box-shadow: 0 4px 22px rgba(18, 47, 105, .05), 0 0 0 rgba(63, 85, 204, .05);
        font-size: 33px;
    }
    .whtsapp-now-hed {
        font-size: 41px;
        padding: 8px;
        color: #ffffff;
    }
    .whtsapp-now-hed-spn{
        position: relative;
        top: -10px;
    }
    .m-mt-15{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .abt-fsicon{
        position: relative;
        top: 15px;
    }
    .abt-secicon{
        position: relative;
        top: 15px;
    }
    .work-process-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .row.add-border.style_two {
        margin-top: 60px;
    }
    .home-tbl{
        padding: 15px 0;
    }
    .mob-blk-clr{
        color: #000000 !important;
    }

    .mob-lang{
        display: flex;
        z-index: 999;
        position: absolute;
        right: 20px;
        top: 15px;
    }
    .mob-lang-webicon{
        color: #ffffff;
        line-height: 21px;
        font-size: 18px;
        margin-right: 15px;
        margin-top: 6px;
    }
    .service_card .content h3{
        font-size: 18px;
        padding-top: 15px !important;
    }
    .service_card .content p {
        font-size: 15px;;
        line-height: 28px;
    }
    .hm-apro-inr .fs-30{
        font-size: 25px !important;
    }
    .hm-apro-inr .fs-18{
        font-size: 14px !important;
        line-height: 22px;
    }
    .contact-form-box.style_two .section_title.style_four {
        margin-bottom: 22px;
    }
    .about-us-sec h3{
        font-size: 18px;
    }
    .main-hero-sec .contact-form-hed .section_title.style_three h3{
        font-size: 18px;
        margin-top: 0;
    }
    .home-apro-sec .hm-apro-inr h4.fs-22{
        font-size: 18px !important;
        font-weight: 400;
    }

}