﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --pri-color: #ffff;
    --sec-color: #000;
    /*--bg-sec-light: #fbfbfb;
    --footer-color: #052447;*/
    --font-color: #000;
    --light-bg: #F9F9F9;
    --black-bg: #000000;
}

.space-p-t {
    padding-top: 80px;
}

.space-p-b {
    padding-bottom: 80px;
}

.space-p-tb {
    padding: 80px 0;
}

.space-m-t {
    margin-top: 80px;
}

.space-m-b {
    margin-bottom: 80px;
}

.space-m-tb {
    margin: 80px 0;
}



body {
    font-family: "Poppins", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Mulish", sans-serif;
}

/*---------------- NavBar -----------*/

.ctm-header .navbar-brand,
.ctm-header .nav-link {
    color: #fff;
    font-weight:500;
}

.ctm-header .nav-link.active {
    color: #dbdbdb !important;
}

.ctm-header .nav-link:hover {
    color: #dbdbdb;
    transition: 0.3s;
}

li.nav-item.dropdown:after {
    display: inline-block;
    right: -2px;
    margin-top: -20px;
    vertical-align: 0em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    color: #fff;
}

li.nav-item {
    padding: 0px 4px;
}

li.nav-item {
    padding: 0px 4px;
}

ul.dropdown-menu {
    border-bottom: 1px solid #0b18c5;
    /* padding: 12px 10px 12px 15px; */
    color: #000;
    transition: 0.3s ease-in;
    font-size: 14px;
    text-align: left;
    border-radius: 0;
}


.ctm-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.sticky-header {
    background-color: #840000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 12px #00000057;
}

.navbar-toggler {
    background-color: #fefefe;
}

/*------------------- Home Page ------------------*/
.hm-banner-sec {
    background-image: url(/assets/images/Banners/banner-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 900px;
    display: flex;
    align-items: center;
}

.hm-banner-title {
    font-size: 60px;
    color: #fff;
    font-weight: 100;
    margin-left: -48px;
    line-height: 1.1;
}

    .hm-banner-title span {
        font-weight: 600;
        margin-left: 43px;
    }


.who-we-sec {
    background-image: url(/assets/images/who-we.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-title {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-transform:capitalize;
}

.main-title-d {
    font-size: 60px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

.mini-title {
    font-size: 20px;
}

.mini-title-d {
    font-size: 20px;
    color: #000;
}

.p-d{
    color:#000;
    font-weight:500;
}

.first-row {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.arrowBtnDiv {
    width: 200px;
}

.arrow-btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    transition: 0.3s ease-in-out;
    width: 190px;
    height: 44px;
    color: #fff;
    padding-top: 0px;
    border-radius: 20px;
    margin-top: 34px;
}

    .arrow-btn .fa-solid.fa-arrow-right-long {
        border: 1px solid;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
    }

    .arrow-btn:hover {
        background: linear-gradient(90deg, rgba(132,0,0,1) 10%, rgba(0,0,0,1) 100%);
        width: 190px;
        height: 44px;
        color: #fff;
        padding-top: 0px;
        border-radius: 20px;
        margin-top: 34px;
        transition: 0.3s ease-in-out;
    }

        .arrow-btn:hover .fa-solid.fa-arrow-right-long {
            border: none;
        }

    .arrow-btn:before {
        content: "";
        position: absolute;
        background-image: url(/assets/images/btn-shape.webp);
        background-position: center;
        background-size: cover;
        width: 58px;
        background-repeat: no-repeat;
        height: 50px;
        left: 21px;
    }


.counter-sec {
    background-color: #840000;
    display:flex;
    align-items: center;
    min-height: 250px;
}


.counter-num h5 {
    color: #ffffff;
    font-size: 86px;
    font-family: 'Mulish';
    font-weight: bold;
}

span.counter-value {
    color: #ffffff;
    font-size: 86px;
    font-family: 'Mulish';
    font-weight: bold;
}

.counter-num p {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}

.counter-num {
    position:relative;
}

    .counter-num :before {
        content: "";
        background-image: url(../images/count-icon.webp);
        width: 60px;
        height: 60px;
        background-size: contain;
        position: absolute;
        background-repeat: no-repeat;
        left: 100%;
        top: 8px;
    }

.counter-row .col-md-4:last-child .counter-num :before {
    display: none;
}

.app-method .mini-title {
    color: #840000;
    font-weight: 700;
}

.cp-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .cp-sec > div {
        flex: 1;
        background-color: #E7E8EF;
    }

.leftDiv-content {
    width: 100%;
    max-width: 660px;
    margin-left: auto;
}

.cp-upperDiv {
    padding-top: 50px;
    padding-bottom:40px;
}

.leftDiv-image {
    background-image: url(/assets/images/lower-Div.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 282px;
}


.EFf-fac {
    padding: 170px 60px 92px;
    width: 100%;
    max-width: 660px;
}

    .EFf-fac span {
        font-size: 110px;
    }

.cp-ul {
    list-style: none;
    padding-left: 0;
}

.leftDiv-content .cp-li {
    color: #000000fc;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    display: flex;
    gap: 7px;
}

.leftDiv-content .cp-li:before {
    content: "";
    background-image: url(/assets/images/Vector.webp);
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
}

.cp-rightDiv {
    background-image: url(/assets/images/effience.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .cp-rightDiv .cp-li {
        color: #fff;
        font-weight: 500;
        line-height: 28px;
        display: flex;
        gap: 7px;
    }

        .cp-rightDiv .cp-li:before {
            content: "";
            background-image: url(/assets/images/Vector.webp);
            width: 20px;
            background-position: center;
            background-repeat: no-repeat;
            padding-top: 30px;
            height: 20px;
        }

.clients-sec {
    background-image: url(/assets/images/clients-bg.webp);
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
}


.slide-item {
    border-left: 1px solid #ffffff52;
}

.slick-slide.slick-active[data-slick-index="0"] .slide-item {
    border-bottom: 0px solid #ffffff52;
    border-left: 1px solid transparent;
}

.slide-item.item-bottom-row {
    border-top: 1px solid #ffffff52;
    margin-top: -6px;
}

.slide-item img {
    max-width: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    opacity: 1;
}

.slide-item:hover {
    background: linear-gradient(to bottom right, #ffffff38, #cfd1f430);
    transition: 5s ease;
}

    .slide-item:hover img {
        opacity: 1;
    }


.sol-sec .mini-title {
    color: #840000;
    font-weight: 700;
}

.sol-sec .main-title {
    color: #000;
}

.sol-sec {
    max-width:1920px;
    margin:0 auto;
}

.solarrows {
    display: flex;
    gap: 14px;
    padding-bottom: 25px;
    justify-content: end;
    cursor: pointer;
}

    .solarrows i#prevsol {
        color: #840000;
        font-size: 10px;
        border: 1px solid #840000;
        border-radius: 25px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s all ease-in-out;
    }

    .solarrows i#nextsol {
        color: #840000;
        font-size: 10px;
        border: 1px solid #840000;
        border-radius: 25px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s all ease-in-out;
    }

    .solarrows #nextsol:hover {
        background: linear-gradient(90deg, rgba(132,0,0,1) 10%, rgba(0,0,0,1) 100%);
        color: #fff;
    }

    .solarrows #prevsol:hover {
        background: linear-gradient(90deg, rgba(132,0,0,1) 10%, rgba(0,0,0,1) 100%);
        color: #fff;
    }


    .solCard{
        margin-left:20px;
        margin-right:20px;
        position:relative;
    }

.solContent span {
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    display: block;
    width: 100%;
}

.solCard:nth-child(even) {
    margin-top: 50px;
}

.location-content h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

ul.cities {
    list-style: none;
    padding-top: 110px;
    line-height: 50px;
}

.cities li {
    color: #535252;
    font-size: 28px;
    font-weight: 500;
}

.cities li:hover {
    color: #ffff;
    text-decoration: underline;
}

.location-content {
    position: relative;
}

.connect-sec .mini-title {
    color: #840000;
    font-weight: 700;
}

.connect-sec .main-title {
    color: #000;
    position: relative;
}


    .connect-sec .main-title:before {
        content: "";
        background-image: url(/assets/images/leftElbow.webp);
        background-size: contain;
        position: absolute;
        background-repeat: no-repeat;
        width: 80px;
        height: 80px;
        top: 18px;
        left: 30px;
    }

    .connect-sec .main-title:after {
        content: "";
        background-image: url(/assets/images/rightElbow.webp);
        background-size: contain;
        position: absolute;
        background-repeat: no-repeat;
        width: 80px;
        height: 80px;
        top: 125px;
        right: 30px;
    }



.case-sec {    
    position: relative;
    background-color: #E7E8EF;
    max-width: 1920px;
    margin: 0 auto;
}

.case-num h2 {
    font-size: 38px;
    font-weight: 700;
}

.case-num h5 {
    font-weight: 700;
    color: #000;
    margin-bottom: 17px;
}

i#prev-btn {
    color: #840000;
    font-size: 10px;
    border: 1px solid #840000;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease-in-out;
}

i#next-btn {
    color: #840000;
    font-size: 10px;
    border: 1px solid #840000;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease-in-out;
}

i#prev-btn:hover {
    background: linear-gradient(90deg, rgba(132,0,0,1) 10%, rgba(0,0,0,1) 100%);
    color: #fff;
}

i#next-btn:hover {
    background: linear-gradient(90deg, rgba(132,0,0,1) 10%, rgba(0,0,0,1) 100%);
    color: #fff;
}


.shape-ctm-1 {
    height: 418px !important;
    width: 100%;
}

.slider-holder-ctm {
    max-width: 690px;
    position: relative;
}

.case-Img {
    height: 600px;
}

.case-Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-num {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    padding-left: 30px;
/*    padding-bottom: 20px;*/
}

.casearrows {
    display: flex;
    justify-content: end;
    gap: 14px;
    cursor: pointer;
    padding-bottom: 20px;   
}

.result-nums {
    display: flex;
    gap: 50px;
}

.case-slider .mini-title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

.case-slider {
    padding-left: 40px;
}

.case-slider p {
    color: #000;
    line-height: 22px;
    padding-right: 56px;
}

.case-slider h5 {
    color: #840000;
    font-weight: 700;
    font-size: 26px;
}

.result-singleNum h4 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}

.result-singleNum span {
    color: #b17458;
    font-weight: 600;
}

.slider-btn span {
    color: #494949;
    font-size: 10px;
    border: 1px solid #494949;
    border-radius: 25px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
    margin-right:20px;
}

.slider-btn {
    padding-top: 40px;
}

    .slider-btn a {
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }

.image-btn {
    display: flex;
    justify-content: center;
}

.image-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 230px;
    font-size: 14px;
}

.image-btn span {
    color: #fefefe;
    font-size: 10px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
    margin-right: 20px;
}



/*------------ footer --------------------*/


.footer-sec {
    background-color: #000;
}


.subs-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 16px 32px 16px 30px;
    border-radius: 28px;
    text-decoration: none;
    font-size: 18px;
}

.subs {
}

.subs-btn span {
    padding-left: 20px;
    /* padding-right: 14px; */
}

.subs-btn i.fa-solid.fa-arrow-right {
    font-size: 12px;
}

.social-icons {
    padding-top: 36px;
    display: flex;
    gap: 28px;
}

    .social-icons a {
        border: 1px solid #fff;
        border-radius: 22px;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

i.fa-brands.fa-facebook {
    color: #fff;
}

i.fa-brands.fa-twitter {
    color: #fff;
}

i.fa-brands.fa-instagram {
    color: #fff;
}

i.fa-brands.fa-youtube {
    color: #fff;
}

ul.footer-nav {
    list-style: none;
    padding-left:0px;
    
}

.footer-nav li a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-decoration:none;
}

.footer-sec p {
    font-size: 20px;
}

.footer-site a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

    .footer-site a:hover {
        color: #c5c5c5;
    }

a.subs-btn:hover {
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
    transition-duration: 0.3s;
}

.footer-sec h3 {
    color: #fff;
    font-size: 20px;
}


/*---------- Footer end --------------*/



/*---------------- About -------------------*/

.abt-bnr-sec {
    background-image: url(/assets/images/Banners/abt-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    position: relative;
}

.abt-content {
    width: 600px;
    height: 180px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    display: flex;
    align-items: center;
    border-radius: 20px 0px 0px 0px;
}

.abtbanner-cont {
    max-width: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000;
    padding: 39px 15px 30px 74px;
    border-radius: 140px 0 0 0;
    text-align: center;
}

    .abtbanner-cont h1 {
        color: #fff;
        font-size: calc(40px + (60 - 28) * ((100vw - 300px) / (1920 - 300)));
    }


/*.abt-banner-title {
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    padding-left: 0;
    line-height: 1.1;
}

.abt-banner-title span {
    font-weight: 600;
    padding-left: 56px;

}

.abt-content:after {
    content: "";
    background-image: url(/assets/images/blue-shap.webp);
    width: 198px;
    height: 426px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.abt-us-sec{
    position:relative;
}*/

.abt-us-sec p {
    color: #000;
    font-weight: 500;
}

.flags-img {
    position: absolute;
    width: 535px;
    height: 140px;
    right: 0;
    bottom: 0;
}

.count-num h5 {
    color: #ffffff;
    font-size: 86px;
    font-family: 'Mulish';
    font-weight: bold;
}

span.counter-value {
    color: #ffffff;
    font-size: 86px;
    font-family: 'Mulish';
    font-weight: bold;
}

.count-num p {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}

.vision-row {
    position: relative;
}

    .vision-row:before {
        content: "";
        background-color: #a9a9a9;
        height: 100%;
        width: 1px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

.message-sec {
    background-image: url(/assets/images/message-bnr.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.message-sec p {
    font-size: 22px;
}

.grg-sec .mini-title {
    color: #840000;
    font-weight: 700;
}

.grg-sec p {
    font-size: 16px;
}


.grg-sec.space-p-tb {
    position: relative;
}

.grgImage {
    width: 50vw;
}

img.grg-img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*--------------- Contact --------------------*/

/*.contact-bnr-sec {
    background-image: url(/assets/images/contact-bnr.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    position: relative;
}*/

.contact-content h1 {
    font-size: 50px;
    color: #fff;
}

.contact-content {
    max-width: 700px;
    height: 160px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    border-radius: 140px 0px 0px 0px;
}

.form-sec {
    background-image: url(/assets/images/form-bnr.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info {
    display: flex;
    gap: 12px;
}

.icon {
    color: #fff;
    font-size: 26px;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
}

.info-content h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
}

.form-sec .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 0px 4px;
    font-size: 20px;
    max-width: 100%;
    color:white;
}

.form-sec textarea.txt-area {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 0px 4px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    max-width: 100%;
}

.form-sec input#fname {
    background-color: transparent;
    color: #fff
}

    .form-sec input#fname::placeholder {
        color: #fff
    }

.form-sec input#lname {
    background-color: transparent;
    color: #fff
}

    .form-sec input#lname::placeholder {
        color: #fff
    }

.form-sec input#inputemail {
    background-color: transparent;
    color: #fff
}

    .form-sec input#inputemail::placeholder {
        color: #fff
    }

.form-sec input#pn {
    background: transparent;
    color: #fff
}

    .form-sec input#pn::placeholder {
        color: #fff
    }

.form-control::placeholder {
    color: #fff;
}

.txt-area::placeholder {
    color: #fff;
}

form.cp-form input {
    height: 48px;
    margin-bottom: 39px;
}

input#address::placeholder {
    color: #fff;
}

input#address {
    background: transparent;
    color: #fff;
}

.form-btn i.fa-solid.fa-arrow-right-long {
    border: 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
}

.cnt-btn {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
}

.form-btn {
    display: flex;
    gap: 18px;
}


/*--------- Testimonial --------------*/

.ctm-tm-img-holder img {
    border-radius: 50%;
}

.ctm-tm-slider {
    padding-left: 30px;
}



/*--------------------
 Back to Top Button
---------------------*/
/*Website Popup End*/
/*Hambirger Menu */
.hamb-menu-label {
    display: flex;
    flex-direction: column;
    width: 55px;
    cursor: pointer;
}

    .hamb-menu-label span {
        background: #fff;
        border-radius: 10px;
        height: 2px;
        margin: 4px 0;
        transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);

    }


        .hamb-menu-label span:nth-of-type(1) {
            width: 50%;
        }

        .hamb-menu-label span:nth-of-type(2) {
            width: 100%;
        }


        .hamb-menu-label span:nth-of-type(3) {
            width: 75%;
        }


    .hamb-menu-label input[type="checkbox"] {
        display: none;
    }


        .hamb-menu-label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
            transform-origin: bottom;
            transform: rotatez(45deg) translate(8px,0px)
        }


        .hamb-menu-label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
            transform-origin: top;
            transform: rotatez(-45deg)
        }


        .hamb-menu-label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
            transform-origin: bottom;
            width: 50%;
            transform: translate(23px, -3px) rotatez(45deg);
        }


/*Hambirger Menu End*/



/*-------------------- footer ------------------*/

ul.foo-cp-menu {
    list-style: none;
}

a.cp-foo-link {
    color: #a4b0c3;
    text-decoration: none;
}
/* new  page*/

/*FA CSS*/

.ctm-header {
    padding: 16px 40px;
    transition: 0.3s ease-in;
}

.sticky-header {
    padding: 0 40px;
}

.brand-logo {
    max-width: 180px;
    transition: 0.3s ease-in;
}

.sticky-header .brand-logo {
    max-width: 140px;
}



.light-bg {
    background-color: var(--light-bg);
}

.black-bg {
    background-color: var(--black-bg);
}


.imgb-img-holer {
    display: flex;
    gap: 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 25px;
    height: calc(100% - 15px);
}

    .imgb-img-holer h3 {
        color: #FFF;
        font-size: 26px;
        font-weight: 600;
    }

.ec-sec .imgb-img-holer {
    color: #0B0A0A;
    border: 1px solid #121111;
    height: calc(95% - 15px);
}

.imgb-img-holer h3 {
    color: #0B0A0A;
}

/*inner-banner*/
.innerpage-banner {
    min-height: 650px;
    background-size: cover;
    background-position: center center;
}

.innerbanner-holder {
    width: 100%;
    height: 650px;
    position: relative;
}

.innerbanner-cont {
    max-width: 700px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000;
    padding: 39px 15px 10px 74px;
    border-radius: 140px 0 0 0;
    text-align: center;
}

    .innerbanner-cont h1 {
        color: #fff;
        font-size: 28px;
    }

.ctm-gl-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.border-box-cont {
    padding-left: 50px;
    border-left: 1px solid #D9D9D9;
}

.ic-img-holder {
    width: 40vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}


.ic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-cont-sec {
    max-width: 1920px;
    margin: 0 auto;
    background-color:#f9f9f9;
}

.list-v1 {
    list-style: none;
    padding-left: 0;
}

    .list-v1 li {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }

        .list-v1 li:before {
            content: "";
            background-image: url(/assets/images/Vector.webp);
            width: 20px;
            background-position: center;
            background-repeat: no-repeat;
            padding-top: 30px;
            height: 20px;
            flex: 1 0 20px;
            max-width: 20px;
        }
        

.ic-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 300px;
}

.innerbanner-cont p {
    color: #fff;
}

.title-arrows-holder {
    display: flex;
    flex: 1;
}

    .title-arrows-holder > div {
        flex: 1;
    }

.arrows-btn-holder a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
    flex: 1 0 50px;
    max-width: 50px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease-in;
}

    .arrows-btn-holder a:hover {
        background-color: #fff;
        color: #000;
    }

.arrows-btn-holder {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
}

.post-img-box img {
    width: 100%;
}

.posi-box-cont {
    padding: 23px 16px;
    background-color: #fff;
}

    .posi-box-cont p {
        margin-bottom: 0;
    }

.post-img-box {
    margin-bottom: 30px;
}

.posi-box-cont h4 {
    color: #322F2F;
    font-size: 22px;
    font-weight: 600;
}



.accredit-slider .slick-slide {
    margin: 0 10px;
}

.accredit-slider .slick-list {
    margin: 0 -10px;
}

.tm-main-cont {
    font-size: 20px;
    margin-bottom: 40px;
}


.ctm-tm-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.ctm-tm-info-cont span {
    display: block;
}

.ctm-tm-name {
    font-weight: 700;
}

.ctm-tm-slide p {
    font-size: 18px;
    font-weight: 400;
    color: #0000008f;
}

.tm-cont-holder {
    display: flex;
    gap: 20px;
}

    .tm-cont-holder:before {
        content: "";
        flex: 1 0 50px;
        height: 50px;
        display: block;
        background-image: url(../images/web-icons/tm-icon.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left top;
        filter: brightness(0) saturate(100%) invert(20%) sepia(25%) saturate(4932%) hue-rotate(340deg) brightness(82%) contrast(131%);
    }

.tm-cont-holder {
    max-width: 700px;
}

.mini-title-pri {
    color: #840000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.post-img-box img {
    border-radius: 12px 12px 0 0;
}

.imgb-cont-v1 {
    text-align: center;
    color: #fff;
}

.imgb-cont-v1 {
    margin-top: 21px;
}

.accredit-slider-1 .slick-slide {
    margin: 0 10px;
}

.accredit-slider-1 .slick-list {
    margin: 0 -10px;
}

.imgb-img-holer-v1 img {
    width: 100%;
    border-radius: 15px;
}

.cf-section {
    display: flex;
    gap: 30px;
}

.cf-img {
    flex: 1 0 40%;
    max-width: 40%;
}

    .cf-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cf-form-holder {
    flex: 1;
    display: flex;
    align-items: center;
}

.cf-form-container {
    max-width: 600px;
    flex: 1;
}

.ctm-form-btn {
    background-color: #840000;
    padding: 12px 50px;
    border: 1px solid #840000;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s ease-in;
}

    .ctm-form-btn:hover {
        background-color: #000;
    }

.ctm-contact-form input {
    height: 48px;
}

.bene-box-img {
    margin-bottom: 14px;
}

.bene-box h4 {
    color: #252424;
    font-size: 26px;
    font-weight: 600;
}

.ctm-bdr-row .bene-box {
    padding: 30px;
}

.ctm-bdr-row .odd-box {
    padding-left: 0;
}

.ctm-bdr-row:before {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #a9a9a9;
    margin: auto;
}

.ctm-bdr-row {
    position: relative;
}

.ctm-bdr-row:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #a9a9a9;
    margin: auto;
}

.ctm-bdr-row:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #a9a9a9;
    margin: auto;
    left: 0;
    right: 0;
}

.ctm-contact-form input::-webkit-input-placeholder,
.ctm-contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A4A2A2;
}

.ctm-contact-form input::-moz-placeholder,
.ctm-contact-form textarea::-moz-placeholder {
    color: #A4A2A2;
}

.ctm-contact-form input:-ms-input-placeholder,
.ctm-contact-form textarea:-ms-input-placeholder {
    color: #A4A2A2;
}

.ctm-contact-form input:-moz-placeholder,
.ctm-contact-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #A4A2A2;
}


.grg-sec {
    position: relative;
}


.ab-shape-box {
    width: 45vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    background-image: url(../images/bg-ab-inner.webp);
    background-size: 50%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.ab-shape-box:after {
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    background-image: url(../images/shape-ab.webp);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
}



/*Hambirger Menu */

.hamb-menu-label {
    display: flex;
    flex-direction: column;
    width: 55px;
    cursor: pointer;
}

.hamb-menu-label span {
    background: var(--pri-color);
    border-radius: 10px;
    height: 2px;
    margin: 4px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.hamb-menu-label span:nth-of-type(1) {
    width: 50%;
}

.hamb-menu-label span:nth-of-type(2) {
    width: 100%;
}

.hamb-menu-label span:nth-of-type(3) {
    width: 75%;
}

.hamb-menu-label input[type="checkbox"] {
    display: none;
}

.hamb-menu-label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(8px,0px)
}

.hamb-menu-label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
}

.hamb-menu-label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(23px, -3px) rotatez(45deg);
}

/*Hambirger Menu End*/



.icb-box-s2 {
    text-align: center;
}

.icb-box-s2 h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
}


.icb-box-s2 img {
    margin-bottom: 18px;
}

icb-box-s2 h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

/*FA CSS END*/


/*SA CSS*/



.cta {
    background-image: url(/assets/images/Banners/cta-bg.webp);
    min-height: 490px;
    display: flex;
    align-items: center;
    background-size: cover;
}

    .cta h5 {
        font-weight: 700;
        font-size: 50px;
        line-height: 55px;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .cta p {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        margin-bottom: 33px;
    }

.cta-btn {
    display: flex;
    gap: 30px;
    align-items: center;
}

.cta-btn-1 {
    background: transparent;
    border: 2px solid #fff;
    padding: 15px 35px;
    border-radius: 10px;
}

    .cta-btn-1 a {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .cta-btn-1:hover {
        background: #fff;
    }

        .cta-btn-1:hover a {
            color: #840000;
        }

.cta-btn-2 {
    background: transparent;
    padding: 15px 35px;
    border-radius: 10px;
    border: 2px solid #CED5E8;
}

    .cta-btn-2 a {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
        text-decoration: none;
    }

.cta-btn-2:hover {
    background: #fff;
}

    .cta-btn-2:hover a {
        color: #840000;
    }

/*eligiblity start*/
.eligiblity {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .eligiblity h2 {
        font-weight: 700;
        font-size: 64px;
        line-height: 80px;
        color: #FFFFFF;
        margin-bottom: 35px;
    }

.eligiblity-list {
    margin: 0;
    list-style: none;
    padding-left: 22px;
}

    .eligiblity-list li {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
        margin-bottom: 35px;
        position: relative;
    }

        .eligiblity-list li::before {
            content: "";
            background-image: url(/assets/images/Vector.webp);
            width: 20px;
            background-position: center;
            background-repeat: no-repeat;
            padding-top: 30px;
            height: 20px;
            position: absolute;
            left: -24px;
        }

.eligiblity-main {
    padding: 40px;
    background-image: url(/assets/images/eligiblity1.webp);
    height: 100%;
}

.eligiblity-main1 {
    padding: 40px;
    height: 100%;
    background-image: url(/assets/images/eligiblity-dark.webp);
}

/*eligiblity end*/
.iti--separate-dial-code .iti__selected-dial-code {
 
    COLOR: WHITE;
}
.iti__arrow {
    border-top: 4px solid #FFF;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color:transparent !important;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}
/*issue start*/
.issue {
    background-color: #F9F9F9;
}

.issue-img {
    width: 611px;
    height: 100%;
    position: absolute;
}

    .issue-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.issue-cnt {
    background-color: white;
    padding: 40px 60px 40px 35px;
    margin-top: 150px;
    margin-bottom: 35px;
    position: relative;
}

    .issue-cnt h4 {
        font-weight: 700;
        font-size: 41px;
        line-height: 51px;
        color: #050505;
        padding-bottom: 30px;
        margin: 0;
        border-bottom: 1px solid #A29C9C;
        position: relative;
    }

        .issue-cnt h4:after {
            position: absolute;
            content: "";
            width: 47%;
            height: 2px;
            bottom: -2px;
            background-color: #840000;
            left: 0;
        }

    .issue-cnt p {
        font-weight: 400;
        font-size: 20px;
        line-height: 139%;
        letter-spacing: -0.02em;
        color: #000000;
        padding-top: 20px;
        margin: 0;
    }

.issue1 {
    background-color: #F9F9F9;
}

.issue-img1 {
    width: 611px;
    height: 100%;
    position: absolute;
    right: 0;
}

    .issue-img1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.issue-cnt1 {
    background-color: white;
    padding: 40px 60px 40px 35px;
    margin-top: 150px;
    margin-bottom: 35px;
    position: relative;
    z-index: 999;
    text-align: right;
}

    .issue-cnt1 h4 {
        font-weight: 700;
        font-size: 41px;
        line-height: 51px;
        color: #050505;
        padding-bottom: 30px;
        margin: 0;
        border-bottom: 1px solid #A29C9C;
        position: relative;
    }

        .issue-cnt1 h4:after {
            position: absolute;
            content: "";
            width: 47%;
            height: 2px;
            bottom: -2px;
            background-color: #840000;
            right: 0;
        }

    .issue-cnt1 p {
        font-weight: 400;
        font-size: 20px;
        line-height: 139%;
        letter-spacing: -0.02em;
        color: #000000;
        padding-top: 20px;
        margin: 0;
    }
/*issue End*/

/*.check-mark-div {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-left: -30px;
}

.check-img {
    width: 18px;
    height: 18px;
}*/

.leg-ul li {
    list-style: none;
    margin-bottom:20px;
}

    .leg-ul li:before {
        content: "";
        background-image: url(/assets/images/logos/check-mark.webp);
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        margin-top: 8px;
        filter: brightness(0) saturate(100%) invert(20%) sepia(25%) saturate(4932%) hue-rotate(340deg) brightness(82%) contrast(131%);
    }

.leg-ul {
    position: relative;
}

    .leg-ul strong {
        font-size: 26px;
        font-weight: 500;
    }



/*SA CSS END*/
/*Mega menu*/
.ma5menu__btn--enter {
    background-color: #840000;
}
.ma5menu__leave {
    background-color: #840000;
}
    .ma5menu__leave:hover {
        background-color: #840000;
    }
        .ma5menu__leave:hover .ma5menu__btn--leave{
           background-image:none;
        }
        /*Mega Menu*/
        /*Media Quries*/
        @media (max-width: 1399.98px) {
        }



@media (max-width: 1199.98px) {


    .ctm-gl-title {
        font-size: 40px;
    }

    /*FA*/

    .footer-sec p {
        font-size: 16px;
    }

    .app-method .main-title br {
        display: none;
    }

    .shape-counter {
        display: none;
    }

    .hm-banner-sec {
        min-height: 700px;
    }

    .hm-banner-title {
        font-size: 50px;
        line-height: 1.1;
    }

    .main-title {
        font-size: 40px;
    }

    .solContent span {
        font-size: 20px;
    }
    /*FA End*/



    .space-p-tb {
        padding: 60px 0;
    }

    #navbarNav {
        background-color: #fb732b;
        z-index: 10;
    }

    #navbarNav li .nav-link {
        padding: 8px 15px !important;
        border-bottom:1px solid #000;
        border-radius:0;
    }

    .innerbanner-cont h1 {
        font-size: 24px;
    }

    .innerbanner-holder {        
        height: 550px;        
    }

    .innerpage-banner {
        min-height: 550px;
    }

    .ec-sec .imgb-img-holer {
        height: calc(88% - 0px);
    }

    .imgb-img-holer {
        gap: 20px;
    }

    /*.case-num {
        justify-content: space-between;
    }*/

        .case-num h2 {
            font-size: 30px;
        }
  
}

@media (max-width: 991.98px) {
    .tm-cont-holder {
        margin-bottom: 30px;
    }

    .imgb-img-holer img{
        width:100%;
    }

    .imgb-img-holer {
        flex-direction: column;
    }

    .footer-site a {
        font-size: 14px;
    }

    .footer-sec .brand-logo {
        margin-bottom:20px;
    }

    .ab-shape-box {
        display: none;
    }

    .message-sec p {
        font-size: 16px;
    }

    .mv-box {
        margin-bottom:30px;
    }

    .main-title-d {
        font-size: 40px;
    }

    .vision-sec:before {
        display: none;
    }

    /*FA*/
    .hm-banner-sec {
        min-height: 600px;
    }

    .counter-value {
        font-size: 60px;
    }

    .counter-num h5 {
        font-size: 50px;
    }
    .count-num h5 {
        font-size: 60px;
    }

    .main-title br {
        display: none;
    }

    .main-title {
        font-size: 40px;
    }

    .hm-banner-content {
        background-color: #000000a1;
        padding: 50px;
    }

    .space-p-t {
        padding-top: 60px;
    }

    .space-p-b {
        padding-bottom: 60px;
    }

    .space-p-tb {
        padding: 60px 0;
    }

    .space-m-t {
        margin-top: 60px;
    }

    .space-m-b {
        margin-bottom: 60px;
    }

    .space-m-tb {
        margin: 60px 0;
    }


   /*FA END*/
    /*---------- Home --------------*/

    .main-title {
        font-size: 40px;
    }

    .hm-banner-title {
        margin-left: 0px;
    }

    .counter-sec {
        min-height: 200px;
    }

    .counter-num h5 {
        font-size: 60px;
    }

    span.counter-value {
        font-size: 60px;
    }

    .counter-num :before {
        width: 30px;
        height: 30px;
        left: 95%;
        top: 17px;
    }

    .counter-num p {
        font-size: 16px;
        font-weight: 400;
    }

    .EFf-fac {
        padding: 100px 30px 70px;
        width: 100%;
        max-width: 400px;
    }

        .EFf-fac span {
            font-size: 60px;
        }

    .slide-item img {
        max-width: 110px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .location-content h4 {
        font-size: 30px;
    }

    ul.cities {
        padding-top: 16px;
        line-height: 34px;
    }

    .cities li {
        font-size: 24px;
    }

    .connect-sec .main-title:before {
        width: 50px;
        height: 50px;
        top: 30px;
        left: -40px;
    }

    .connect-sec .main-title:after {
        width: 50px;
        height: 50px;
        top: 100px;
        right: 22px;
    }

    .connect-Img img {
        width: 120px;
    }

    .footer-sec .space-p-tb {
        padding: 20px 0px;
    }

    .social-icons {
        gap: 24px;
    }

    .subs-btn {
        padding: 16px 20px 16px 20px;
    }

    .footer-sec p {
        font-size: 16px;
    }

    .ec-sec .imgb-img-holer {
        height: auto;
    }

    /*------------ About ---------------*/

    .vision-row:before {
        display:none;
    }

    /*----------- Accreditation -----------*/

    .border-box-cont {
        padding-left: 0px;
        border-left: none;
    }

    .imgb-cont-v1 p {
        font-size: 14px;
    }

    .imgb-cont-v1 h3 {
    }

    .testimonils-sec .col-lg-5 {
        display: none;
    }

    /*----------- Services -----------*/

    .issue-img {
        position: unset;
        width: 100%;
    }

    .issue-cnt {
        padding: 40px 60px 40px 35px;
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .issue-cnt1 {
        z-index: 0;
        margin-top: 0px;
        margin-bottom: 35px;
    }

    .issue {
        padding: 30px 0;
    }

    .light-bg {
        padding-top: 40px;
    }

    .issue-img1 {
        position: unset;
        width: 100%;
    }

    /*--------- Contact ----------*/

    .contact-content {
        height: 140px;
    }

        .contact-content h1 {
            font-size: 40px;
        }
}

@media (max-width: 767.98px) {
    .innerbanner-cont h1 {
        font-size: 20px;
    }

    .ec-sec .imgb-img-holer {
        flex-direction: column;
    }

    .imgb-img-holer img {
        width: 100%;
    }

    .cta p {        
        font-size: 15px;
        line-height: 1.2;     
    }

    .cta h5 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .border-box-cont {
        padding-left: 0px;        
    }
    
    .innerbanner-cont {
        padding: 30px 15px 10px 30px;
        border-radius: 0;
    }

    .imgb-img-holer-v1 {
        margin-bottom: 30px;
    }

    .ic-shape {     
        max-width: 180px;
    }

    .cf-form-holder {     
        padding-left: 40px;
        padding-right: 40px;
    }

    .cf-form-holder {    
        justify-content: center;
    }

    .cf-img {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .cf-section {
        flex-direction: column;
    }
    
    .ic-img-holder {
        width: 100%;
        margin-bottom: 30px;
        position:relative;
    }

    .ctm-gl-title {
        font-size: 24px;
    }

    .abt-bnr-sec {
        min-height: 60vh;
    }

    .abt-content {
        width: 100%;
        max-width: 200px;
    }

    .abt-content:after {
        display:none;
    }

    .hamb-menu-label span {
        margin: 3px 0;
    }

    .count-num {
        margin-bottom: 20px;
    }

    .hamb-menu-label {        
        width: 42px;    
    }

    .grg-sec p {
        font-size: 14px;
    }

    .message-image {
         display:none;
    
    }

    .abt-banner-title {
        font-size: 25px;
    }

    .abt-content {
        width: 500px;
        height: 114px;
    }

    .main-title-d {
        font-size: 24px;
    }

    .count-num h5 {
        font-size: 40px;
    }

    .connect-sec .main-title:after {        
        bottom: 0px;        
    }

    .sticky-header .brand-logo {
        max-width: 94px;
    }

    .connect-sec .main-title:before {        
        top: -30px;
    }

    .case-Img {
        height: 300px;
    }


    .cities {
        padding-left: 0;
    }

    .cities li {
        font-size: 19px;
    }

    .counter-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .counter-num {        
        margin-bottom: 30px;
    }

    .counter-num :before {
        display:none;
    }
    .hm-banner-sec {
        min-height: auto;
        padding-bottom: 40px;
        padding-top: 90px;
    }

    .counter-num h5 {
        font-size: 30px;
    }

    span.counter-value {
        font-size: 44px;
    }


    .hm-banner-title {
        font-size: 38px;    
    }

    .hm-banner-content {   
        padding: 10px;
    }


    .brand-logo {
        max-width: 117px;   
    }

    .ctm-header {
        padding: 0px 10px;
    }

    .result-singleNum h4 {
        font-size: 35px;
    }

    .result-nums {
        gap: 14px;
    }

    .case-slider {
        padding-left: 0;
    }


 /*   .case-num {
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
    }*/

    .num-heading {
        font-size: 66px;
    }

    .main-title {
        font-size: 24px;
    }

    .leftDiv-content {
        margin-left: inherit;
    }

    .EFf-fac {
        padding: 60px 30px 37px;
        width: 100%;
        max-width: 100%;
    }
    .EFf-fac span {
        font-size: 32px;
    }

    .leftDiv-image {
        display: none;
    }

    .cp-sec {
        flex-direction:column;
    }

    .space-p-t {
        padding-top: 40px;
    }

    .space-p-b {
        padding-bottom: 40px;
    }

    .space-p-tb {
        padding: 40px 0;
    }

    .space-m-t {
        margin-top: 40px;
    }

    .space-m-b {
        margin-bottom: 40px;
    }

    .space-m-tb {
        margin: 40px 0;
    }
        

        .ctm-bdr-row::after, .ctm-bdr-row::before {
            display: none;
        }

        .ctm-bdr-row .bene-box {
            border: 1px solid #BFBCBC;
            margin-bottom: 20px;
        }

        .ctm-bdr-row .odd-box {
            padding-left: 30px;
        }


        .foo-icon-box:after{
            display: none;
        }

        .foo-icon-box {
            display: flex;
            gap: 20px;
            align-items: center;
            justify-content: start;
            position: relative;
            margin: 20px 15px;
        }
    
        body {
            font-size:14px;
        }

        .trt-footer {
            padding: 30px 0 30px;        
        }

        .foo-menu-title {         
            margin-top: 18px;
        }

        .h4.ctm-gl-title br {
            display:none;
        }
        
        .bene-box h4 {        
            font-size: 20px;        
        }
    
        .tm-main-cont {
            font-size: 16px;
            margin-bottom: 40px;
        }

        .ctm-tm-slide p {
            font-size: 16px;   
        }

        .footer-nav li a {         
            font-size: 14px;         
        }

        .eligiblity h2 {
            font-size: 24px;
            line-height: 1.5;
        }

        .eligiblity-list li {
            font-size: 15px;
            margin-bottom: 18px;
        }

        .eligiblity h2 {
            margin-bottom: 23px;
        }

        .eligiblity-main1 {
            padding: 20px;
        }

        .icb-box-s2 h4 {
            font-size: 22px;
        }

        .innerpage-banner {
            min-height: 350px;
        }

        .innerbanner-holder {
            height: 350px;
        }

        /*----------- Services --------------*/

    .issue-cnt h4 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .issue-cnt1 h4 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .issue-cnt {
        padding: 20px 20px 20px 20px;
    }

        .issue-cnt p {
            font-size: 16px;
        }

    .issue-cnt1 {
        padding: 20px 20px 20px 20px;
    }

        .issue-cnt1 p {
            font-size: 16px;
        }

    .imgb-img-holer h3 {
        font-size: 20px;
    }

    /*----------- Contact -------------*/
    .contact-content h1 {
        font-size: 30px;
    }

    .contact-content {
        height: 60px;
        padding-left: 60px;
        padding-right: 60px;
        border-radius:0;
    }

    .form-sec .main-title {
        padding-top: 40px;
    }

    .info {
        padding: 8px 0px !important;
    }   
}

@media (max-width: 575.98px) {

    .space-p-t {
        padding-top: 10px;
    }

    .space-p-b {
        padding-bottom: 10px;
    }

    .space-p-tb {
        padding: 10px 0;
    }
        /*------------- HOme --------------*/

    .first-row {
        padding-top: 10px;
    }

    .mini-title {
        font-size: 16px;
    }

    .main-title {
        font-size: 20px;
    }

    .arrow-btn {
        padding-top: 0px;
    }

    .arrow-btn:hover {
        margin-top: 0px;
    }

    .counter-sec {
        padding: 10px 0px;
    }

    .counter-num h5 {
        font-size: 44px;
    }

    .app-method .row {
        padding: 10px 0px !important;
    }

    .cp-upperDiv {
        padding: 10px 0px;
    }

    ul.cp-ul {
        margin-bottom: 0px;
    }

    .EFf-fac {
        padding: 10px 14px;
    }

    .slide-item img {
        max-width: 100px;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .solarrows i#prevsol {
        width: 30px;
        height: 30px;
        font-size: 8px;
    }

    .solarrows i#nextsol {
        width: 30px;
        height: 30px;
        font-size: 8px;
    }

    .solarrows {
        padding-bottom: 10px;
    }

    .location-img {
        padding: 10px 0px !important;
    }

    .case-num {
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
    }

        .case-num h2 {
            font-size: 20px;
        }

    .casearrows i#prev-btn {
        width: 30px;
        height: 30px;
        font-size: 8px;
    }

    .casearrows i#next-btn {
        width: 30px;
        height: 30px;
        font-size: 8px;
    }

    .casearrows {
        gap: 10px;
        padding-bottom: 10px;
        display:none;
    }

    .ctm-tm-slider {
        padding-left: 0px !important;
    }

    .tm-cont-holder {
        margin-bottom: 0px;
        gap: 10px;
    }

    .ctm-tm-info {
        margin-top: 10px;
    }



        .icb-box-s2 h4 {
            font-size: 20px;
        }

    .cta h5 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 12px;
        text-align: center;
    }

        .imgb-img-holer h3 {
            font-size: 22px;
        }

    .cta-btn-2 {
        padding: 6px 44px;
    }
        .cta-btn-1 {            
            padding: 10px 10px;            
        }
    .cta-btn {
        flex-direction: column;
        gap: 12px;
    }
        .eligiblity-main {
            padding: 20px 20px;
        }

        .innerbanner-cont {
            padding: 30px 10px 15px 10px;         
        }
        .bene-box-img {         
            max-width: 60px;
        }

        .ic-shape {
            max-width: 114px;
        }

    .ic-img-holder {
        height: 300px;
        margin-bottom: 10px;
    }

        .tm-cont-holder:before {            
            flex: 1 0 30px;
            height: 30px;
        }

    .ctm-bdr-row .bene-box {
        padding: 10px 10px;
    }
        .ctm-bdr-row .odd-box {
            padding-left: 10px;
        }


        .cf-form-holder {
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom:30px;
        }

    .imgb-img-holer-v1 {
        margin-bottom: 0px;
    }

    .imgb-cont-v1 h3 {
        font-size: 18px;
    }

    .imgb-cont-v1 p {
        font-size: 12px;
    }

    .list-v1 li {
        margin-bottom: 6px;
        gap: 2px;
    }

    .list-v1 {
        margin-bottom: 0px;
    }

    .imgb-cont-v1 {
        margin-top: 10px;
    }

    .ctm-gl-title {
        margin-bottom: 10px !important;
    }

    .tm-main-cont {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .cta {
        min-height: 296px;
    }

        .cta p {
            margin-bottom: 12px;
            font-size: 14px;
            text-align: center;
        }

    .cta-btn-1 a {
        font-size: 16px;
    }

    .cta-btn-2 a {
        font-size: 16px;
    }

    .footer-site {
        padding: 10px !important;
        margin: 0px !important;
    }

    ul.footer-nav {
        margin-bottom: 10px !important;
    }

        /*---------- Services ---------*/

    .ctm-gl-title {
        font-size: 18px;
    }

    .light-bg {
        padding: 10px 0px;
    }

    .issue {
        padding: 0px 0;
    }

    .light-bg p {
        margin-bottom: 0px;
    }

    .issue-cnt {
        padding: 10px 10px 10px 10px;
        margin-top: 10px;
    }

        .issue-cnt h4 {
            font-size: 18px;
            line-height: 30px;
            padding-bottom: 0px;
        }

        .issue-cnt p {
            font-size: 14px;
            padding-top: 10px;
        }

    .issue-cnt1 h4 {
        font-size: 17px;
        padding-bottom: 6px;
        line-height: 30px;
    }

    .issue-cnt1 {
        padding: 10px 10px 10px 10px;
    }

        .issue-cnt1 p {
            font-size: 14px;
            padding-top: 10px;
        }

    .imgb-img-holer h3 {
        font-size: 16px;
    }

    .imgb-img-holer {
        gap: 10px;
    }

    .ec-sec .imgb-img-holer {
        padding: 10px;
        margin-bottom: 10px;
    }

    /*------------ Contact ------------*/

    .form-sec .main-title {
        padding-top: 10px;
        margin-bottom: 10px !IMPORTANT;
    }

    .form-sec .form-control {
        font-size: 12px;
        padding: 0px 0px 4px;
    }

    form.cp-form input {
        height: 30px;
        margin-bottom: 10px;
    }

    .form-sec textarea.txt-area {
        font-size: 12px;
        height: 25px;
    }

    .form-btn {
        gap: 8px;
    }

        .form-btn i.fa-solid.fa-arrow-right-long {
            width: 30px;
            height: 30px;
            font-size: 8px;
            display: none;
        }

    .cnt-btn {
        border: 1px solid #d4d4d4;
        font-size: 15px;
        border-radius: 5px;
    }

    .icon {
        font-size: 10px;
        width: 34px;
        height: 34px;
    }

    .info-content h4 {
        font-size: 18px;
    }

    .info-content p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .abtbanner-cont {
        padding: 24px 15px 18px 60px;
    }

    }


 /*Media Quries end*/

/*Min Width Query*/
@media (min-width: 992px) {
    .ctm-toggle-btn {
        display: none;
    }
}
    /*Min Width Query End*/
.ma5menu__logo{
    max-width:120px;
}