/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 51%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 45%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}



.top2 {
    width: 85%;
    margin: 0 auto;
    max-width: 1600px;
}

.top3 {
    width: 85%;
    margin: 0 auto;
    max-width: 1600px;
}

.logo {
    width: 400px;
    float: left;
    padding: 0.5% 1% 0% 1%;
}

.logo h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #29327a;
    text-align: left;
}

.logo span {
    color: #e8721a !important;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1%;
}


.fix_nav {
    position: static;
    z-index: 9999;
    background: #fff;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


/*-----------------------------
New CSS
-----------------------------*/
.inner-banner {
    position: relative;
}

.banner_content {
    position: absolute;
    top: 45%;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.banner_content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #fff;
}

.shape {
    position: absolute;
    right: -800px;
    top: -270px;
    z-index: 9;
    animation: upDown 1.3S infinite alternate;
}

.img_one {
    width: 60%;
}

.img_one img {
    border-radius: 16px;
}

.about-us {
    position: relative;
    padding: 40px 0;
    background-image: url(../images/body-bg-flip.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_two {
    top: 28%;
    width: 19%;
    left: 25%;
    position: absolute;

    /* Add animation */
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Keyframes for top-bottom animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
        filter: brightness(1);
    }

    50% {
        transform: translateY(-10px);
        /* move up */
        filter: brightness(1.2);
        /* light effect */
    }

    100% {
        transform: translateY(0);
        /* back to original */
        filter: brightness(1);
    }
}


.img_two img {
    border-radius: 16px;
}

.shape1 {
    position: absolute;
    bottom: 16%;
    left: 2%;
    z-index: -1;
    animation: downUp 1.8S infinite alternate;
}

.shape2 {
    position: absolute;
    left: 24%;
    bottom: 14%;
    z-index: -1;
    width: 18%;
}

.shape3 {
    position: absolute;
    left: 41%;
    bottom: 29%;
    animation: upDown 1.3S infinite alternate;

}

.shape4 {
    position: absolute;
    top: 10%;
    right: -53%;
    animation: upDown 1.3S infinite alternate;
}


@keyframes downUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}


@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.about-us-content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: left;
}

.about-us-content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
}

.btn2 {
    text-align: left;
}

.btn2 a {
    background: #29327a;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-align: left;
}

.btn2 a:hover {
    background: #29327a;
}


.services-main {
    position: relative;
}


.services {
    background-color: #b50104;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 50% !important;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.services-main h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
    margin: 2% 0 0;
    color: #fff;
    text-align: center;
}

.services-main p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: center;
}


.services_sub {
    margin: 10px;
}

.services_sub h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: left;
}

.services_subn p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 0 25px 0 !important;
    color: #000;
    text-align: center;
}


.services_sub p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px 0 !important;
    color: #000;
    text-align: justify !important;
}

/* Zoom container */
.zoom {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 450px;
    /* Set fixed height */
}

/* Image inside zoom */
.zoom img {
    display: block;
    width: 100%;
    height: 100%;
    /* Make it fill the container */
    object-fit: cover;
    /* Keep aspect ratio, crop if needed */
    transition: transform 0.4s ease;
}

/* Zoom effect */
.zoom:hover img {
    transform: scale(1.1);
}

/* Title below image */
.zoom h2 {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #333;
}


.zoom2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: fit-content;
}

/* Image inside zoom */
.zoom2 img {
    display: block;
    width: 100%;
    height: 100%;
    /* Make it fill the container */
    object-fit: cover;
    /* Keep aspect ratio, crop if needed */
    transition: transform 0.4s ease;
}

/* Zoom effect */
.zoom2:hover img {
    transform: scale(1.1);
}

/* Title below image */
.zoom2 h2 {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #333;
}


.services-sub {
    position: relative;
    padding: 40px 0;
    background-image: url(../images/body-bg-flip.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}


.services-sub h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0%;
    color: #000;
    text-align: left;
}

.services-sub p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0%;
    color: #000;
    text-align: left;
}


.services-sub2 {
    position: relative;
    padding: 40px 0;
    background: #24285e;
}


.services-sub2 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0%;
    color: #fff;
    text-align: left;
}

.services-sub2 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0%;
    color: #fff;
    text-align: left;
}

.section1 {
    position: relative;
    z-index: 1;
    background: #1a1f3d;
    padding: 40px 0;
    overflow: hidden;
}

.working-process-2__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 10%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 69%;
    background-image: url(../images/bg.jpg);
}

.working-process-2__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: leftRight 1.3S infinite alternate;
    background-image: url(../images/bg-shape1.svg);
}

.section1 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    color: #fff;
    text-align: center;
}

.section1 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: center;
}


/* Contact-Page */

.contact_txt p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
}




.contact_txt h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: left;
}

.contact_txt span {
    color: #b50104;
}

.contact_txt h3 {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 140%;

    color: #000;
    text-align: left;
}

.icon_cnt {
    background-color: #b50104;
    height: 60px;
    width: 60px;
    line-height: 81px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 5px;
}

.cont_info h3 {
    font-size: 26px !important;
    margin-bottom: 5px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif;
    color: #000;
    text-align: left;
}

.cont_info p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    text-align: left;
}

.cont_info p a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    text-align: left;
}

.bg_cont {
    background-color: #f5f3f4;
}

.col_sm2_1 {
    width: 47%;
    float: left;
    margin: 1%;
    padding: 0px 20px 0px 20px;
}



/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #29327a;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}



.top_main {
    background-color: #24285e;
}

.top_main_flex {
    display: flex;
    gap: 16px;
}


.top_main_flex p,
.top_main_flex p a {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}


.top_main_flex2 {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
}

.top_main_flex2 p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.fa-facebook-f,
.fa-instagram,
.fa-x-twitter,
.fa-linkedin-in,
.fa-youtube,
.fa-tiktok {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
}


/*------------------------------------------
footer
------------------------------------------*/

.footer ul li {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    list-style: none;
    margin-top: 5px;
    text-align: left;
}

.ftr_btn {
    background: #24285e;
}

.ftr h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif;
    color: #29327a !important;
    text-align: left;
}

.ftr p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    text-align: left;
}

.ftr_btn h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif;
    color: #613228 !important;
    text-align: left;
}

.ftr_btn p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    text-align: left;
}

.ftr_btn a {
    color: #fff;
}

.ftr_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}


.ftr a {
    color: #000;
}


.ftr_right {
    text-align: right !important;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}


.ftr {
    background: #e6e6e6;
}


.badge {
    width: 31%;
    margin-top: 3%;
}


.mbl{
    display: none;
}

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {
    .zoom {
        height: 400px;
    }

    .services_sub h2 {
        font-size: 19px;
    }
}

@media only screen and (max-width :1500px) {}

@media only screen and (max-width :1400px) {}

@media only screen and (max-width :1300px) {}



@media only screen and (max-width :1200px) {
    .top2 {
        width: 95%;
    }
}

@media screen and (max-width: 1100px) {}

@media only screen and (max-width :1000px) {
    .logo {
        width: 460px;
    }
}


@media only screen and (max-width:960px) {
    .mbl{
        display: flex;
        gap: 52px;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        background: #010860;
        padding: 1%;
    }


.mbl p, .mbl p a {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

    .top_main {
        display: none;
    }

    .inner-banner img {
        height: 30vh;
        object-fit: cover;
    }

    .col_sm4 {
        width: 48%;
    }

    .col_sm88 {
        width: 98%;
    }

    .col_sm8 {
        width: 98%;
    }

    .img_two {
        top: 23%;
        width: 36%;
        left: 40%;
    }

    .col_sm2_1 {
        width: 98%;
    }

    .col_sm2 {
        width: 98%;
    }
}

@media only screen and (max-width:800px) {
    .zoom {
        height: 500px;
    }
}


@media only screen and (max-width : 700px) {}

@media only screen and (max-width:600px) {
    .col_sm3 {
        width: 98%;
    }

    .col_sm2 {
        width: 98%;
    }

    .ftr_right {
        text-align: left !important;
    }

    .col_sm2_1 {
        width: 98%;
        margin: 5% 1%;
        padding: 10px;
    }

}

@media only screen and (max-width:500px) {
    .img_two {
        top: 17%;
    }

    .logo {
        width: 300px;
    }

    .mobile-toggle {
        top: 17px !important;
        right: 17px !important;
    }

    .swiper-slide {
        height: 54vh !important;
    }
}


@media only screen and (max-width:400px) {
    .mbl {
        gap: 0;
    }
}

@media only screen and (max-width:360px) {
    .logo {
        width: 247px;
    }

    .img_one {
        width: 78%;
    }

    .img_two {
        width: 43%;
        left: 52%;
    }


}