﻿@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

/* Blender Pro Bold */
@font-face {
    font-family: 'Blender Pro';
    src: url('fonts/Blender_Pro_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

a{
    text-decoration: none
}
/* Blender Pro Medium */
@font-face {
    font-family: 'Blender Pro';
    src: url('fonts/Blender_Pro_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DINNextLTW04 Light */
@font-face {
    font-family: 'DINNextLTW04';
    src: url('fonts/DINNextLTW04-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* DINNextLTW04 Regular */
@font-face {
    font-family: 'DINNextLTW04';
    src: url('fonts/DINNextLTW04-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



:root {
    --primary: #003AB7;
    --secondary: #002F55;
    --main: #005DA9;
    --white: #fff;
    --black: #000;
    --light: #BDE0FF;
    --some_bg: #D8EDFF;
    --ash: #333333;
    --main-font: 'Blender Pro', sans-serif;
    --sec-font: 'DINNextLTW04', sans-serif;
}
  @media (min-width: 1200px) {
    .container{
        max-width: 1500px;
    }
}

  html, body{
      overflow-x: hidden
  }

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}


.material-symbols-outlined {
   
    font-size: 23px;
    line-height: 30px;
}
    ul .verti {
    display: flex;
    gap: 15px;
}

    ul.verti li {
        padding: 5px 10px;
        background: #b6dfff;
        border: 1px solid #fff;
        border-radius: 8px;
        color: #000;
    }


.ov_content_side ul li {
    list-style: none;
    font-family: var(--sec-font);
    margin-bottom: 10px;

}


.partner {
    padding: 30px;
    margin-bottom: 30px;
    min-height: 300px;
    max-height: 300px;
}

    .partner img {
        position: absolute;
        /* float: right; */
        right: 30px;
        top: 20px;
    }

    .ov_content_side ul li i {
        color: #319fff;
        margin-right: 10px
    }

.partner_with_us .section_title {
    font-size: 21px;
}

.ov_content_side ul{
padding-inline-start: 0
}

.pt-30 {
    padding-top: 30px;
}
    ul.verti li a {
        color: #000 !important;
    }

.app-sec {
    padding-top: 30px;
}

.app-sec img {
    height: 45px;
}

.app-sec h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.my-float {
    margin-top: 16px;
}

.branch-table tbody tr {
    display: grid;
    white-space: inherit;
}
.geist {
    font-family: var(--sec-font);
    font-optical-sizing: auto;
}

.main_logo_res{
    height: 25px
}

.about_section_icon img{
    height: 28px
}

.disflex {
    display: flex;
    gap: 10px;
}
.disflex1 {
    display: flex;
    gap: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.about_section_companies a{
    margin-bottom: 10px;
    margin-right: 10px
}
.para1 {
    font-family: var(--sec-font);
    color: var(--ash);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.section_title_black{
    font-size: 33px;
    font-family: var(--main-font);
    color: var(--black);
    font-weight: bold;
}
.section_title_black span{
    font-size: 33px;
    font-family: var(--main-font);
    color: var(--primary);
    font-weight: bold;
}
p {
    font-family: var(--sec-font);
    color: var(--black);
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 26px !important;
}

p {
    font-family: var(--sec-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-transform: capitalize;
    color: #394b59;
}
.para_cin{
    font-family: var(--sec-font);
    color: var(--black);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px !important;
}
.para_cin1{
    font-family: var(--sec-font);
    color: var(--black);
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px !important;
}
.para_white_3{
    font-family: var(--sec-font);
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
}

/* re useable css */
.main_btn_white {
    border: 1px solid #ffffff;
    color: var(--primary);
    border-radius: 10px;
    transition: all ease-in 0.3s;
    background-color: var(--white);
    font-family: var(--main-font);
    font-weight: 600;
    display: flex;
    gap: 5px;
    width: fit-content;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
}
.main_btn_white1 {
    border: 1px solid #003ab7;
    color: #003ab7;
    border-radius: 10px;
    transition: all ease-in 0.3s;
    background-color: var(--white);
    font-family: var(--main-font);
    font-weight: 600;
    display: flex;
    gap: 5px;
    width: fit-content;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
}

.main_btn_white:hover{
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white);

}
.main_btn_dark {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white);
    transition: all ease-in 0.3s;
    font-family: var(--main-font);
    font-weight: 600;
    display: flex;
    gap: 5px;
    border-radius: 10px;
    width: fit-content;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase
}

.main_btn_dark:hover{
    border-color: var(--primary);
    background-color: var(--white) ;
    color: var(--primary);

}
.plus-jakarta-sans {
  font-family: var(--main-font);
  font-optical-sizing: auto;

}

h1 ,h2 ,h3,h4,h5,h6{
    font-family: var(--main-font);
}
h1{
    font-size: 50px;
    color: var(--primary);
    font-weight: bold;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 30px;
}



/* re useable css */
.pre_header{
    background-color: var(--secondary);
}

.pre_header_nav_item{
    color: white;
    padding-left: 7px;
    font-family: var(--sec-font);
    font-size: 14px;
}
.pre_header_nav-link{
    text-decoration: none !important;
    color: #fff;
    font-family: var(--sec-font);
    font-weight: 300;

}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.3s;
    padding: 0px 22px;
    font-family: var(--main-font);
}
  .navbar-light .navbar-nav .nav-link:hover {
    color: var(--secondary); /* Darker shade for hover */
  }
  .dropdown-menu {
    border-radius: 8px;
    overflow: hidden;
    border: none;
    text-align: left;
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.53);

  }
.dropdown-item {
    color: #0056b3;
    font-size: 15px;
    padding: 7px  13px;
    transition: background-color 0.3s, color 0.3s;
    font-family: var(--sec-font);
    font-weight: 500;
}
  .dropdown-item:hover {
    background-color: var(--main);
    color: var(--white);
  }
  .btn-outline-primary {
    border-color: #0056b3;
    color: #0056b3;
  }
  .btn-outline-primary:hover {
    background-color: #0056b3;
    color: #fff;
  }
  .btn-primary {
    background-color: #0056b3;
    border-color: #0056b3;
  }
  .btn-primary:hover {
    background-color: #003366;
    border-color: #003366;
  }
.hero_section_title {
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
}


.hero_section .para1 {
    font-family: var(--main-font);
    font-weight: 500 !important;
    font-size: 30px;
    line-height: 35px !important;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
}
.hero_section_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.hero_section_main_image{
    width: 746px;

}
.hero_section{
    background-image: url(../img/hero_bg.png);
}
.hero_style_para {
    background-color: #eaf1ff;
    display: inline-block;
    color: var(--primary);
    font-size: 18px;
    padding: 3px 15px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-transform: capitalize;
    color: #003ab7;
    border-radius: 0 5px 5px 0;
    border-left: 4px solid #003ab7;
}
.crimp_section_title{
    font-size: 30px;
    font-family: var(--main-font);
    color: var(--primary);
    font-weight: bold;
}
.crimp_sub_title{
    font-size: 30px;
    font-family: var(--main-font);
    color: var(--primary);
    /* font-weight: bold; */
}
.section_title {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;


}
.section_title_white{
    font-size: 33px;
    font-family: var(--main-font);
    color: var(--white);
    font-weight: bold;
}
.crimp_section{
    background: url(../img/crimps_bg.png);
}
.crimp_padding{
    padding: 150px 0px;
}


.clients{
    padding: 50px 0;
}
.for-crimp_img-posi {
    position: relative;
    top: -10px;
}

.about_section {
    padding: 100px 0;
    
  }

  .about_section_image {
    position: relative;
  }

  .about_section_main_image {
    width: 100%;
    border-radius: 20px;
  }


  .about_section_bull_image {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 5px solid white;
  }

  .about_section_content {
    padding-left: 40px;
  }

  .about_section_btn,
  .about_section_more_btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
  }

  .about_section_title {
    color: #003366;
    font-size: 32px;
    margin-top: 20px;
  }

  .about_section_description {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
  }

.about_section_subtitle {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}


  .about_section_companies button:hover {
    background-color: #007bff;
    color: white;
  }
  .about_section_icon{
    padding-right:5px ;
  }
.our_service_section {
    background-color: var(--secondary);
    padding: 50px 0;
}
.our_service_content_heading {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
}
  .our_service_content_heading1{
    color: var(--black);
    font-size: 26px;
    font-weight: 500;
    font-weight: bold;
    font-family: var(--main-font);
  }
.our_service_card {
    position: relative;
    background-color: var(--white);
    border-radius: 15px;
    display: flex;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.our_service_icon_con {
    background-color: #0256a029;
    border-radius: 50%;
    margin-right: 15px;
}
.our_service_icon {
    padding: 15px;
}
  /*.our_service_content{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 114px;
    padding-right: 35px;

  }*/
.why_choose_card {
    padding: 22px;
    background-color: var(--white);
    /* border-left: solid #003366 4px; */
    cursor: pointer;
    transition: .5s ease-in-out !important;
}
    .why_choose_card.active, .why_choose_card:hover {
        background-color: #003ab7;
        cursor: pointer;
    }



.overview_sec{
    padding: 50px 0
}

.floatbox {
    animation: tptranslateY2 4s ease-in-out 1s forwards infinite alternate;
}

@keyframes tptranslateY2 {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.seemless_card_icon_con .number {
    font-family: var(--sec-font);
    font-size: 100px;
    color: var(--main);
    opacity: .2;
}
/* .why_choose_card:hover{
    border-radius: 15px;
    padding: 22px;
    background-color: var(--white);
    box-shadow: 0px 0px 49px -14px rgba(0,0,0,0.62);
    border-left: solid #003366 4px;
  } */
.why_illustrate_img {
    max-width: 89% !important;
}
   .why_choose_z_index{
    z-index: 100;
   }

.seemless_sec{
    padding: 50px 0;
}

.pt-50{
    padding-top: 50px
}

.pb-30{
    padding-bottom: 30px;
}
.seemless_card {
    position: relative;
    padding: 61px 23px;
    box-shadow: 33px 0px 78px -38px rgba(0,0,0,0.36);
}
.seemless_card_icon_con {
    position: absolute;
    right: 20px;
    bottom: -18px;
}
   .seemless_card_icon{
    width: 33px;
    height: 82px;
   }
   .seemless_card_icon2 {
    width: 61px;
    height: 82px;
}
.seemless_index{
    z-index: 100;
}
.carousel_container {
    padding: 30px 0;
  }
.carousel_item p {
    font-family: var(--main-font);
    font-weight: 500 !important;
    font-size: 35px;
    line-height: 120% !important;
    text-transform: capitalize;
    text-align: right;
    color: #fff;
}

.mb-20{
    margin-bottom: 20px;
}
.carousel_profile img {
    width: 50px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
}
  .carousel_quote img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 90px !important;

  }

.testi_sec {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

    /*.testi_sec::before {
        content: "";
        position: absolute;
        top: 25%;
        left: 7%;
        width: 166px;
        height: 100%;
        background: url('../img/left-grad.png') no-repeat left center / contain;
        z-index: -1;
    }

    .testi_sec::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 323px;
        width: 323px;
        height: 100%;
        background: url('../img/right-grad.png') no-repeat right center / contain;
        z-index: -1;
    }
*/

  .testi_sec{
      padding: 100px 0;
  }
.carousel_name {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}
.carousel_location {
    font-family: var(--sec-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-transform: capitalize;
    text-align: right;
    color: #fff;
}

.qut {
    position: absolute;
    bottom: 77px;
    left: 75px;
}

    .qut img {
        height: 40px;
    }
  .owl-nav button {
    font-size: 24px;
    color: #007bff;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #007bff;
    margin: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-nav button:hover {
    background-color: #007bff;
    color: #fff;
  }
  .owl-dots .owl-dot span {
    background-color: #ccc;
  }
  .owl-dots .owl-dot.active span {
    background-color: #007bff;
  }
  .owl-carousel {
    display: block !important;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}


.blog_card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s;
  }

  .blog_card:hover {
    transform: translateY(-5px);
  }

  .blog_image {
    width: 100%;
    height: 252px;
    object-fit: cover;
  }

  .blog_title {
    font-size: 18px;
    margin: 16px;
    color: var(--black);

    font-weight: 500;
    font-weight: bold;
    font-family: var(--main-font);
}


  .blog_text {

    margin: 0 16px 16px;
    font-family: var(--sec-font);
    color: var(--black);
    font-size: 16px;
    font-weight: 300;
  }

.blog_link {
    display: inline-block;
    margin: 0 16px 16px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-family: var(--sec-font);
}

  .blog_link:hover {
    text-decoration: none;
    color: var(--main);
  }
  .cus_blg{
    padding-bottom: 21px;
  }
  .cus_blg1{
    padding-bottom: 21px;
  }
.crimp_section1 {
    background-color: var(--secondary);
    padding: 50px 0;
}
  .crimp_sub_title1{
    color: var(--white);
  }
  .crimp_section_title1{
    color: var(--white);
  }
  .white_pare_n{

    font-family: var(--sec-font);
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
  }
.attract_para {
    color: var(--white);
    font-size: 15px;
    margin-bottom: 15px;
}
  .main_btn_white_cus{
    padding: 10px 13px;
    font-size: 16px;
    font-weight: 600;


  }
.for_right_border {
    border-right: solid #fff 2px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main_btn_white11 {
    border-color: var(--white);
    color: var(--white);
    border-radius: 11px;
    transition: all ease-in 0.3s;
    background-color: none !important;
    padding: 7px 22px;
    border: solid #fff 2px;
    font-family: var(--main-font);
}
  .last_section{
    padding: 70px 0px;
  }
  .main_btn_white11:hover{
    background-color: var(--white);
    border: solid #fff 2px;
    color: var(--primary);
  }
  .last_section_card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cce7ff;
    border-radius: 20px;
    padding: 20px;
    height: 90px;
  }

  .last_section_icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .last_section_text {
    font-size: 18px;
    color:var(--primary);
    font-weight: 500;
    font-family: var(--sec-font)
  }

      /* Footer Section Styles */
.footer_section {
    background-color: #151515;
    color: #fff;
    padding: 60px 0 0px 0;
}

  .footer_logo_section .footer_logo {
    width: 200px;
    margin-bottom: 30px;
  }

  .footer_social a {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    transition: color 0.3s;
  }

  .footer_social a:hover {
    color: #00bcd4;
  }

.footer_contact h5, .footer_links h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.footer_contact p {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: var(--sec-font);
    color: #ebebeb;
}

.footer_contact a {
    color: #ebebeb;
    text-decoration: underline;
}

  .footer_contact a:hover {
    text-decoration: underline;
  }

  .footer_links ul {
    list-style: none;
    padding: 0;
  }


    .footer_links ul li a {
        font-family: var(--third-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 96%;
        color: #fff;
    }
    .footer_links ul li {
        color: #ebebeb;
        text-decoration: none;
        font-size: 18px;
        font-family: var(--sec-font);
        transition: color 0.3s;
        margin-bottom: 8px;
    }

  .footer_links ul li a:hover {
    color: #00bcd4;
  }

  .footer_section i {
    margin-right: 8px;
    font-size: 22px;
  }

#dynamicImage {
    max-width: 100%;
    transition: opacity 0.5s ease-in-out;
    border-radius: 15px;
}


.footer_para {
    color: #ebebeb;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--sec-font);
    transition: color 0.3s;
    margin-bottom: 8px;
}
    .footer_para a {
        color: #ebebeb;
        text-decoration: none;
        font-size: 16px;
        font-family: var(--sec-font);
        transition: color 0.3s;
        text-decoration: none;
    }
    .footer_para a:hover {
        text-decoration: none;

        color: #00bcd4;
    }
  .footer_last{
    border-top: solid #fff 1px;
  }
  .hero_section_image .img-fluid{
    max-width: 126%;
  }
  .total_section_padding{
    padding: 30px 0px;
  }
  .total_section_padding1{
    padding: 0px 0px;
  }
  .total_section_padding3{
    padding: 100px 0px;
  }
  .for_footer_icon_issue{
    position: relative;
    padding-left: 40px;
  }
  .for_footer_icon_issue span{
    position: absolute;
    left: 3px;
  }
  .cus_nav_padding{
    padding: 10px 42px;
  }
  /*.main_logo_res{
    width: 150px;
  }*/
  .crimp-res-logo-issu{
    width: 100px;
  }
  /* =============== about Styles ================== */
    .bread_crump_list li{
      display: inline-block;
      font-family: var(--sec-font);
    }
    .bread_crump_container h1{
      font-family: var(--main-font);
      font-size: 45px;
      color: var(--white);
    }
    .breadcrumbs span{
        font-size: 18px;
        font-family: var(--sec-font);
        font-weight: 500;
        color: white;
    }
    .breadcrumbs span a{
        font-size: 18px;
        font-family: var(--sec-font);
        font-weight: 500;
        color: white;
        text-decoration: none;
        transition: all ease-in 0.3s;
    }
    .breadcrumbs span a:hover{
      color: #00bcd4;
    }
.bread_crump_section {
    background-color: #002f55;
    padding: 140px 20px 40px 20px;

}
    .avoid_padding{
      padding-left: 0px;
      padding-right: 0px;
    }

.mv_sec_mission, .mv_sec_vision {
    background: var(--light);
    padding: 25px;
    border-radius: 15px;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.ov_content_side {
    padding: 35px 40px;
    border: 2px dashed #002f55;
    border-radius: 15px;
}
   /* .mv_bdr{
      border-right: solid black 1px;
    }*/
    .mv_col_alt{
      padding: 0px !important;
    }
    .mv_title{
      font-size: 33px;
      font-family: var(--main-font);
      color: var(--black);
      font-weight: bold;
    }
    .mv_title span{
      font-size: 33px;
      font-family: var(--main-font);
      color: var(--primary);
      font-weight: bold;
    }

    .mv_sec {
      padding: 10px 0 50px 0;
      text-align: center;
    }
    .mv_sec_icon {

      margin-bottom: 20px;
    }

.for-pd_mv h5{
    font-weight: 600
}
.mv_sec_icon2 {
    width: 40px;
    margin-bottom: 20px;
}
  .managment{
    padding:  50px 0;

  }

  /* =============== Responsive ================== */
  /* =============== Responsive ================== */
  /* =============== Responsive ================== */
  /* =============== Responsive ================== */
.management_card {
    background-color: var(--white);
    border-radius: 15px;
    overflow: hidden;
    border-radius: 15px;
    padding: 22px;
    background-color: var(--white);
    box-shadow: 0 6px 25px #eee;
}
.mngmt_card_title{
  font-size: 23px;
  font-family: var(--main-font);
  color: var(--primary);
  font-weight: bold;
}
.mngmt_card_subtitle{
  font-size: 20px;
  font-family: var(--main-font);
  color: var(--black);
  font-weight: bold;
}
.management_img_holder img{
    border-radius: 5px;
}
.mngmt_content_con {

    position: relative;
}
.mngnt_btn{

  position: absolute !important;
    right: 60px;
}
.cnt_add_img_con .img-fluid{
  width: 600px;
  height: 470px;

}
.para7{
  font-size: 22px;
}
.cont_add_icon span img{
  width: 50px;
}
.cont_icon_inner{
  padding-left: 60px;
}
.cont_icon_inner h4{
  font-size: 24px;
  font-family: var(--main-font);
  color: var(--black);
  font-weight: bold;
  margin-bottom: 0px;
}
.cont_icon_inner p{
  font-family: "Winky Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  color: var(--black);
}
.cont_icon_inner p a{
  font-family: "Winky Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
}
.cont_add_icon span{
  position: absolute;
}
.winky-sans {
  font-family: "Winky Sans", sans-serif;
  font-optical-sizing: auto;

}
.brch_off_card {
    padding: 20px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 25px rgb(85 85 85 / 10%);
    background-color: #fff;
    min-height: 545px;
}

.brch_off_card_img h4 {
    align-items: center;
    display: flex;
    gap: 5px
}

    .brch_off_card_img h4 span {
        color: #2196f3
    }
.brch_off_card_img span .img-fluid {
    width: 70px;
}
/* .brch_off_card_img span{
  background-color: var(--primary);
  width: ;
} */
 .branch_office{
  background-color: #f0f0f0;
 }
.brch_off_card_img h4 {
  font-size: 23px;
    font-family: var(--main-font);
    color: var(--primary);
    font-weight: bold;
}
.branch-table td, .table th {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.branch-table td a, .table th a{
 text-decoration: none;
 color: #000;
}
.branch-table tbody tr{
  border: none !important ;
}
.branch-table td ,.branch-table th{
  border: none !important ;
  font-family: var(--sec-font);
}
.total_pd_fix{
  padding: 70px 10px;
}
.brch_cus_margin{
  margin: 20px 0px;
}
.brch_card_sixe_iss  {
  padding-bottom: 105px;
}

  /* =============== Responsive ================== */
  /* =============== Responsive ================== */
  /* =============== Responsive ================== */
  /* =============== Responsive ================== */
  @media screen and (max-width:764px){
    .hero_section_title {
        font-size: 30px;
        font-weight: bold;
    }
    .footer_logo_section{
      padding-bottom: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        transition: color 0.3s;
        padding: 14px 22px;
    }
    /*.cus_hero_margin{
        margin-top: 10px;
    }*/
    .hero_section_image .img-fluid{
        max-width: 100%;
      }
      .total_section_padding{
        padding: 30px 0px;
      }
      .total_section_padding3{
        padding: 16px 0px;
      }
      .crimp_sub_title {
        font-size: 20px;
        font-family: var(--main-font);
        color: var(--primary);
        /* font-weight: bold; */
    }
    .crimp_section_title {
        font-size: 24px;
        font-family: var(--main-font);
        color: var(--primary);
        font-weight: bold;
    }
    .crimp-res-logo-issu{
        width: 125px;
    }
    .about_section_content {
        padding-left: 19px;
    }
    .cus_cri_pad{
        padding: 5px;
    }
    .hero-style-para-res{
        font-size: 16px;
    }
    .section_title_white {
        font-size: 28px;
        font-family: var(--main-font);
        color: var(--white);
        font-weight: bold;
    }
    .our_service_icon_con {
        position: absolute;
        background-color: rgba(2, 86, 160, 0.16);
        border-radius: 30px;
        top: 34px;

        left: 5px;
    }
    .section_title_black {
        font-size: 23px;
        font-family: var(--main-font);
        color: var(--black);
        font-weight: bold;
    }
    .section_title_black span {
        font-size: 26px;
        font-family: var(--main-font);
        color: var(--primary);
        font-weight: bold;
    }
    .crimp_sub_title1 {
        color: var(--white);
    }
    .crimp_section_title1 {
        color: var(--white);
    }
    .footer_contact h5, .footer_links h5 {
        margin-bottom: 19px;
        font-size: 25px;
    }
    .cus_nav_padding{
        padding: 10px 10px;
      }
    .main_logo_res {
        height: 22px;
    }
      .our_service_content {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 101px;
        padding-right: 11px;
    }
    .our_service_icon_con {
      position: absolute;
      background-color: rgba(2, 86, 160, 0.16);
      border-radius: 30px;
      top: 34px;
      left: 14px;
  }
  .mngmt_content_con{
    padding: 20px 36px 20px 36px;
    position: relative;
  }
  .management_img_holder .img-fluid{
    width: 339px !important;
  }
  .mngmt_card_title{
    font-size: 25px;
  }
  .cnt_add_img_con .img-fluid{
    width: 100%;


  }
  .brch_card_sixe_iss  {
    padding-bottom: 20px;
  }
  }


.cont_add_con {
    box-shadow: 0px 0px 25px rgb(85 85 85 / 10%);
    background-color: #Fff;
    padding: 45px 30px;
    border-radius: 10px;
}

.rellist {
    padding-inline-start: 0;
}

.cnt_pg_addres{
    padding: 50px 0
}

.rellist li {
    margin-bottom: 14px;
    display: flex;
    gap: 0px;
}


    .rellist li span {
        margin-right: 15px;
        color: #2196f3;
    }

.serimg img{
    border-radius: 15px;
}

.serimg h5 {
    color: #fff;
    font-family: var(--sec-font);
    position: absolute;
    bottom: 5px;
    left: 30px;
    border-left: 3px solid #2196f3;
    padding-left: 10px;
    background: #00000087;
    padding: 5px 10px;
}

.careers-sec {
    padding: 50px 0;
}


.career-box {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #6e6e6e2b;
    margin-bottom: 20px
}

.career-box h4{
    font-family: var(--sec-font);
}

    .career-box ul li {
        font-family: var(--sec-font);
    }

    .career-box ul.disflex {
        font-family: var(--sec-font);
        list-style: none;
        padding-inline-start: 0;
    }

.career-box .link a:hover {
    text-decoration: none
}


.career-attr {

    background-color: var(--light);
    display: flex;
    gap: 5px;
    color: var(--primary);
    font-size: 16px;
    font-family: var(--sec-font);
    padding: 3px 15px;
    border-radius: 30px;

}


.career-box .disflex.bgap {
    justify-content: space-between;
}

.career-box .details {
    display: none;
    padding-top: 10px;
}

.career-box .toggle-btn {
    cursor: pointer;
    font-size: 16px;
    display: flex;
    gap: 5px;
    font-family: var(--sec-font);;
    color: var(--main);
    font-weight: 500;
}

.form-container {
    width: 50%;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    margin-bottom: 5px;
    gap: 10px;

}

    .form-group input {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.full-width {
    width: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 58%;
    }


}

.input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

input, select, option, textarea {
    font-family: var(--sec-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 13px;
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 10px
}

.form-group input:read-only {
    background: #ebebeb;
}

.form-container h4 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

    input::placeholder {
        font-weight: 500;
    }

label {
    display: block;
    font-family: var(--sec-font);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    color: #003660;
}

.modal-content {
    background: none;
    border: none
}

.ico-img {
    margin-bottom: 20px;
    height: 55px;
}

.rellist li {
    font-family: var(--sec-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.cus_cri_pad h6{
    font-size: 16px;
    font-weight: 600;
    font-family:  var(--sec-font)
}

.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.dwnld-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 20px #6e6e6e2b;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}


.general{
    padding: 50px 0
}
.dwnld {
    padding: 50px;
}

.dwnld h5{
    font-family: var(--sec-font)
}

    .dwnld span {
        font-size: 50px;
        color: #0256a0;
    }

    .dwnld a {
        font-family: var(--sec-font);
        color: #0256a0;
    }
    .form_dwnd_btm {
      cursor: pointer;
      display: inline-block;
      position: relative;
      font-size: 14px;
      font-family:'Plus Jakarta Sans' !important ;
      font-weight: 500;
      line-height: 26px;
      color:var(--primary);
      background: #fff;
      padding: 3px 15px;
      z-index: 1;
      border-radius: 15px;
      transition: color 0.3s ease-in-out;
      overflow: hidden;
      border: solid var(--primary) 2px;

    }
    .form_dwnd_btm span i {
      font-size: 18px;
    }
    .form_dwnd_btm span  {
      padding-left: 8px;
    }
    .dwnld_form_margin{
      margin: 10px 15px;
    }
    .dwnld_form_marginh4{
      margin: 5px 15px;
      font-size: 22px;
      font-family: var(--main-font);
      color: var(--black);
      font-weight: bold;
    }

    .form_dwnd_btm::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background-color:var(--primary);
      transition: left 0.3s ease-in-out;
      z-index: -1;
      font-family:'Plus Jakarta Sans' !important ;
    }

    .form_dwnd_btm:hover::before {
      left: 0;
    }

    .form_dwnd_btm:hover {
      color: #fff;
    }
.fmt-4{
  margin: 30px 0px 20px !important;
}
.padding-0{
  padding: 0px !important;
}
.inc_chart_a{
  text-decoration: none !important;
}
.investor_chart_box {
    position: relative;
    font-family: var(--sec-font);
    color: var(--primary);
    padding: 20px;
    background-color: #cce7ff;
    border-radius: 15px;
    font-size: 20px;
    transition: color 0.3s ease;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 10px;
}

.responsive-table__body .responsive-table__row {
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

    .responsive-table__body .responsive-table__row:last-child {
        border-bottom: 1px solid #d2d2d2 !important;

        border-radius: 0 0 10px 10px;
    }

table{
    font-family: var(--sec-font)
}
/* Left side */
.investor_chart_box::before,
.investor_chart_box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--primary);
  z-index: 0;
  transition: transform 0.4s ease;
}

.investor_chart_box::before {
  left: 0;
  transform: translateX(-100%);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.investor_chart_box::after {
  right: 0;
  transform: translateX(100%);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.investor_chart_box:hover::before,
.investor_chart_box:hover::after {
  transform: translateX(0);
}

.investor_chart_box h4 {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
    font-size: 20px;
    font-family: var(--sec-font);
}

.investor_chart_box:hover h4 {
  color: var(--white);
}

.fixed-top.shrink {
    top: 0;
    box-shadow: 0px 4px 12px 0 rgb(0 0 0 / 7%);
    background: #00000069;
}
.fixed-top {
    top: 0px;
    transition: all 0.3s ease-in-out;
    right: 0;
    left: 0;
    padding-top: 10px;
    background: transparent;
    /* box-shadow: 0rem 0.25rem 1rem rgb(33 53 108 / 16%); */
    backdrop-filter: blur(0.5rem);
    padding-bottom: 10px;
    position: fixed;
}

#gototop {
    display: inline-block;
    background-color: #00a650;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0px;
    position: fixed;
    bottom: 85px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}



    #gototop::after {
        content: "\e5ce";
        font-family: Material Symbols Outlined;
        font-weight: normal;
        font-style: normal;
        font-size: 25px;
        line-height: 40px;
        color: #fff;
    }







    #gototop:hover {
        cursor: pointer;
        background-color: #FD6619;
    }



    #gototop:active {
        background-color: #FD6619;
    }



    #gototop.show {
        opacity: 1;
        visibility: visible;
    }





.inverstor_chart{
  padding: 40px 10px;
}
/* .cus_order_changess{
outline-offset: ;
} */
@media screen and (max-width:764px){
  .investor_chart_box::before,
.investor_chart_box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--primary);
  z-index: 0;
  transition: transform 0.4s ease;
}
}


.pre_header_nav-link:hover {
    color: #bde0ff;
}


.investor_chart_box span {
    position: absolute;
    font-size: 50px;
    right: 10px;
    bottom: 10px;
    opacity: 0.25;
}


.investor_chart_box:hover span {
    position: absolute;
    font-size: 50px;
    right: 10px;
    bottom: 10px;
    opacity: 0.25;
    color: #fff;
    z-index: 1;
}

.topbar {
    background: #0256a0;
    padding: 10px 50px;
}
.usefull_h4{
  font-size: 15px !important;
}
.maok_app_download{
  display: flex;
  justify-content: start;
  gap: 30px;
}
.play_imgs_download{
  height: 60px;
}


@media(max-width: 480px) {
    .fixed-top {
        top: 0;
    }

        .fixed-top.shrink {
            top: 0px;
            box-shadow: 0px 4px 12px 0 rgb(0 0 0 / 7%);
        }

    .hero_section {
        padding-top: 180px !important;
        padding-bottom: 80px !important;
        background-position: center !important;
    }

    .seemless_card {
        position: relative;
        padding: 61px 44px;
    }

    .tech-section-wrapper {
        gap: 24px;
    }
        .seemless_card_icon_con {
        right: 40px;
        bottom: -18px;
    }

    .crimp_section h3 {
        font-size: 23px !important;
        line-height: 33px !important;
    }

    .iimg1 {
        width: 103px;
    }

    .inline-img {
        height: 35px !important;
    }

    .iimg2{
        height: 47px !important
    }

    .crimp_padding {
        padding: 30px 0px;
    }

    .testi_sec::before {
        top: 25%;
        left: -18%;
    }

    .testi_sec::after {
        top: 12px;
        right: -100px;
        width: 264px;
    }

    .for_right_border {
        border-bottom: solid #fff 1px !important;
        padding: 15px;
        border-right: none !important
    }
    .crimp_content_container{
        text-align: center
    }

    .ov_content_side {
        margin-bottom: 30px;
        padding: 35px 20px;
    }
    .mv_sec_mission, .mv_sec_vision {

        display: block;
    }
    .footer_contact h5, .footer_links h5 {
        margin-bottom: 19px;
        font-size: 20px;
    }
    .mngmt_content_con {
        padding: 15px;
    }
    .management_img_holder .img-fluid{
        width: 100% !important
    }
    .cus_cri_pad h6 {
        font-size: 14px;
    }
    .hero_section_title {
        font-size: 46px !important;
    }

    .section_title {
        font-size: 28px;
        margin-top: 20px;
    }

    .blog .hero_style_para{
        margin-bottom: 0px
    }

    .blog .text-right{
        text-align: left !important
    }

    .carousel_item p {
        font-size: 19px;
    }
    .carousel_name {
        font-size: 26px;
    }
    .carousel_location {
        font-size: 14px;
    }


    .videos .owl-stage {
        gap: 0px;
    }

    .testi_sec {
        padding-left: 15px;
        padding-right: 15px
    }
        .stat-link {
        justify-content: flex-start !important;
    }
    .hero_section .para1 {
        font-family: var(--main-font);
        font-weight: 500 !important;
        font-size: 20px;
        line-height: 26px !important;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 50px;
    }

    .career-box ul.disflex {
        display: block;
    }

    .career-box .disflex.bgap {
        display: block;
    }

    .career-attr {
        width: fit-content;
        margin-bottom: 10px;
    }

    .rellist li a {
        color: #000
    }

    .career-box .toggle-btn {
        margin-bottom: 15px;
    }

    .why_choose_card {
        display: flex;
        border-bottom: 1px solid #dedddd;
        padding: 10px 10px;
        background: transparent;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left;
        gap: 10px;
    }

        .why_choose_card .para_cin {
            opacity: 1 !important;
            text-align: left !important;
            color: #293742 !important;
            font-size: 16px;
        }
        .why_choose_card .work-num {
           
            font-size: 20px;
        }

    .count-box {
        border-right: none !important;
        flex-direction: column;
        text-align: center;
        gap: 0px !important;
    }

        .count-box h5 {
            font-family: var(--sec-font);
            font-weight: 400;
            font-size: 21px !important;
        }

        .count-box h5 br{
            display: none
        }
            .why_choose_card h4.our_service_content_heading {
            
            font-size: 25px;
        }
            .why_choose_card:hover .para_cin {
            color: #fff !important
        }


    .section_title {
        font-size: 24px;
        margin-top: 20px;
    }

    .careers-sec h4 {
        font-size: 20px;
    }

    .form-group {
        display: grid;
    }

    .branch-table tbody tr {
        border: none !important;
        display: grid;
    }
}



.hamburger-btn span {
    display: inline-block;
    position: absolute;
    left: 0;
    background: #fff;
    height: 2px;
    width: 25px;
    opacity: 1;
    z-index: 1;
    border-radius: 10px;
}



.hamburger-btn {
    width: 34px;
    height: 24px;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
    transition: all 0.3s ease-out 0s;
}





    .hamburger-btn span:nth-child(1) {
        top: 0;
        background: #fff;
    }



    .hamburger-btn span:nth-child(2) {
        top: 10px;
        width: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }



    .hamburger-btn span:nth-child(3) {
        top: 20px;
        right: 0;
        left: 0;
        background: #fff;
    }







.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

button:focus {
    outline: none !important;
}



/* Pulse Animation */
@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(252, 184, 197, 0.7); /* Start pink pulse */
    }
    70% {
        box-shadow: 0 0 0 15px rgba(252, 184, 197, 0); /* Pulse out */
    }
    100% {
        box-shadow: 0 0 0 0 rgba(252, 184, 197, 0); /* Reset */
    }
}





  /* Hide default dots (just in case) */
  /* Dots container layout */
  .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }


  

  .hero_section_title.than_k{
    font-size: 25px;
  }
  .thank_sec{
    padding: 200px 20px;
  }
  .thank_img{
    width: 170px;
  }
  .main_btn_dark.main_btn_darkthank{
    display: inline;
  }

  @media(max-width: 764px) {
    .hero_style_para {
 
    font-size: 15px;
 
}
.hero_section_title.than_k{
    font-size: 18px !important;
  }
  .thank_sec {
    padding: 152px 20px 120px;
}
  .thank_img{
            width: 153px;
        padding-bottom: 15px;
  }
.form-container {
    width: 91%;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
  }
  @media(max-width: 764px) {
    
    .ccmb-10{
      margin-bottom: 10px;


    }
    .play_imgs_download{
      height: 40px;
    }
    .dwnld {
    padding: 15px;
}
  }


@media (max-width: 991.98px) {
  #navbarNav {
    max-height: 90vh;
    overflow-y: auto;
    padding-bottom: 15px;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
  }
}

.footer_logo_section .play_imgs_download {
    height: 40px;
}
/* Medium Desktops */
@media (min-width: 1190px) and (max-width: 1440px) {
  /* Styles for medium desktops */
  .navbar-light .navbar-nav .nav-link {
    color: var(--main);
    font-size: 13px !important;
    font-weight: 600;
    transition: color 0.3s;
    padding: 0px 10px !important;
    font-family: var(--main-font);
}
}
@media  (min-width:768px) and (max-width: 1279px) {
    .pre_header_nav_item {

    font-size: 11px;
}
}
@media (min-width:991px ) and (max-width: 1058px) {
   .navbar-light .navbar-nav .nav-link {
            color: var(--main);
        font-size: 10px   !important;
        padding: 0px 8px;
        padding: 0px 8px !important;
 
}
  .main_btn_white{
        padding: 10px 2px;
    font-size: 11px;
  }
  .main_btn_dark{
        padding: 10px 2px;
    font-size: 11px;
  }
}
@media (min-width:1058px ) and (max-width: 1093px) {
   .navbar-light .navbar-nav .nav-link {
            color: var(--main);
        font-size: 11px   !important;
        padding: 0px 8px;
        padding: 0px 8px !important;
 
}
  .main_btn_white{
        padding: 10px 5px;
    font-size: 13px;
  }
  .main_btn_dark{
        padding: 10px 5px;
    font-size: 13px;
  }
}
@media (min-width:1094px ) and (max-width: 1161px) {
  .navbar-light .navbar-nav .nav-link {
            color: var(--main);
        font-size: 11px   !important;
        padding: 0px 8px;
        padding: 0px 8px !important;
 
}
.main_btn_white {
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 10px;
    transition: all ease-in 0.3s;
    background-color: var(--white);
    font-family: var(--main-font);
    font-weight: 600;
    display: flex
;
    gap: 5px;
    width: fit-content;
    padding: 10px 9px;
    font-size: 13px;
}
.main_btn_dark {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white);
    transition: all ease-in 0.3s;
    font-family: var(--main-font);
    font-weight: 600;
    display: flex
;
    gap: 5px;
    border-radius: 10px;
    width: fit-content;
    padding: 10px 8px;
}

}
@media (min-width:1189px ) and (max-width: 1195px) {
  .main_btn_white{
        padding: 10px 5px;
    font-size: 13px;
  }
  .main_btn_dark{
        padding: 10px 5px;
    font-size: 13px;
  }
}
@media (min-width:1161px ) and (max-width: 1194px) {
  .navbar-light .navbar-nav .nav-link {
            color: var(--main);
        font-size: 11px   !important;
        padding: 0px 8px;
        padding: 0px 8px !important;
 
}

}
@media (min-width:1190px ) and (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
            color: var(--main);
        font-size: 12px   !important;
        padding: 0px 8px;
        padding: 0px 8px !important;
 
}
  /* .main_btn_white {
      border: 1px solid var(--primary);
      color: var(--primary);
      border-radius: 10px;
      transition: all ease-in 0.3s;
      background-color: var(--white);
      font-family: var(--main-font);
      font-weight: 600;
      display: flex
  ;
      gap: 5px;
      width: fit-content;
      padding: 9px 5px;
  } */
}
@media (min-width:1200px ) and (max-width: 1257px) {
  .navbar-light .navbar-nav .nav-link {
            color: var(--main);
        font-size: 12px !important;
        padding: 0px 8px;
        padding: 0px 8px !important;
 
}
}
@media (min-width:1440px ) and (max-width: 1460px) {
  .navbar-light .navbar-nav .nav-link {
    color: var(--main);
    font-size: 13px !important;
 
}
}
@media (min-width: 1459px) and (max-width: 1494px) {
  .navbar-light .navbar-nav .nav-link {
    color: var(--main);
    font-size: 14px !important;
 
}
}
@media (min-width: 1493px) and (max-width: 1599px) {
  .navbar-light .navbar-nav .nav-link {
    color: var(--main);
    font-size: 15px !important;
 
}
}

@media (max-width: 575.98px) {
  /* Styles for small phones */
  .disflex.cus_desplex {
    display: flex
;
    gap: 10px;
    flex-direction: column !important;
}
.main_btn_dark.main_dark_btn_100{
  width: 100%;
 justify-content: center;
}
.main_btn_white.main_dark_btn_100{
  width: 100%;
 justify-content: center;
}

}
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Styles for small devices */
}


.tech-section-wrapper img
{
    height: 50px;
    filter: grayscale(100%);
    -webkit-transition: all .8s ease-in-out;
}

.tech-section-wrapper .single-tech:hover img {
    filter: grayscale(0%);
}
.home .tech-section-wrapper {
    justify-content: center;
}

.tech-section-wrapper {
    justify-content: space-between;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
    padding: 20px 50px;
    border-radius: 15px;
    /* box-shadow: 0 120px 100px 0 rgb(0 0 0 / 1%), -1px 0px 0px 0 rgb(0 0 0 / 2%), 0 40px 32px 0 rgb(0 0 0 / 2%), 0 0px 11px 0 rgb(0 0 0 / 4%), 0 10px 8px 0 rgb(0 0 0 / 2%), 0 2px 4px 0 rgb(0 0 0 / 1%); */
}


.crimp_section h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    text-transform: capitalize;
    text-align: center;
    color: #293742;
}


    .crimp_section h3 span {
        color: #003ab7;
    }

.inline-img {
    display: inline; /* keeps image inside text flow */
    vertical-align: middle; /* aligns image with text */
    width: 50px; /* adjust to your image size */
    height: 50px;
    object-fit: contain;
    margin: 0 4px; /* small spacing around image */
}


.iimg1{
    width: 130px;
}

.iimg2 {
    width: 60px;
    height: 60px
}


.sol-box {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    display: flex;
    padding: 30px;
    gap: 30px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}


    .sol-box.active {
        background: #f8f6f6;
    }


    .sol-box .num-ol{
        font-family: var(--main-font);
        font-weight: 600;
        font-size: 133px;
        line-height: 100%;
        text-transform: capitalize;
        color: rgba(0, 58, 183, 0.05);
        text-align: right;
    }

    .sol-box .left {
        flex: 0 0 50%;
        max-width: 50%;
    }


    .sol-box .icon {
        border-radius: 50%;
        width: 92px;
        height: 92px;
        background: #003ab7;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .sol-box .left img {
        border-radius: 15px;
    }

    .sol-box .icon img{
        height: 50px
    }

    .sol-box .stat .num h6{
        font-family: var(--main-font);
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        text-transform: capitalize;
        text-align: left;
        color: #003ab7;
        margin-bottom: 0
    }

    .sol-box .stat .num p {
        font-family: var(--sec-font);
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-transform: capitalize;
        text-align: left;
        color: #726f6f;
    }


    .sol-box .content h4 {
        font-family: var(--main-font);
        font-weight: 700;
        font-size: 28px;
        line-height: 107%;
        text-transform: uppercase;
        text-align: left;
        color: #293742;
    }

    .sol-box .stat .flex{
        display: flex;
        gap: 15px;
    }

    .sol-box .stat .flex .num {
        text-align: left
    }

    .sol-box .content p {
        font-family: var(--sec-font);
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-transform: capitalize;
        color: #394b59;
    }


.stat-link {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 108%;
    text-transform: uppercase;
    color: #003ab7;
    display: flex;
    align-items: center
}

    .stat-link span {
        font-size: 20px;
    }


.sol-box .stat {
    padding: 0 0 40px 0
}

.sol-box .icon {
    margin-bottom: 30px
}


.sol-box.dis  .left{
    display: none
}

.sol-box.dis .stat {
    display: none
}

.sol-box.active .num-ol {
    display:none
}

.sol-box.active .stat {
    display: block
}

.sol-box.dis .num-ol {
    display: block
}


.sol-box.active{
    width: 50%;
}

.sol-box.dis {
    width: 25%;
}


.flex-row {
    display: flex;
    gap: 20px
}


.sol-box.dis .icon {
    background: rgba(84, 97, 119, 0.08);
}

.sol-box.active .icon img{
    filter: brightness(0) invert(1); /* turns black → white */
}


.why_choose_card {
    display: flex;
    border-bottom: 1px solid #dedddd;
    padding: 10px 10px;
    align-items: center;
    background: transparent;
}


.imgchange{
    border-radius: 20px
}


.why_choose_card .work-num {
    flex: 0 0 7%;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000;

}

    .why_choose_card h4.our_service_content_heading {
        flex: 0 0 23%;
        font-family: var(--main-font);
        font-weight: 700;
        font-size: 28px;
        line-height: 107%;
        text-transform: uppercase;
        color: #293742;
        margin-bottom: 0
    }

    .why_choose_card .para_cin {
        flex: 0 0 60%;
        font-family: var(--sec-font);
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-transform: capitalize;
        text-align: right;
        color: #fff;
        opacity: 0
    }

    .why_choose_card a.icolink {
        flex: 0 0 10%;
        background: transparent;
        border-radius: 50px;
        border: 1px solid #003ab7;
        display: flex;
        justify-content: center;
        padding: 10px;
    }

        .why_choose_card a.icolink span {
            color: #003ab7;
            line-height: 23px;
        }

        .why_choose_card a.icolink:hover {
            text-decoration: none
        }



    .why_choose_card:hover .work-num, .why_choose_card:hover h4.our_service_content_heading, .why_choose_card:hover a.icolink{
        color: #fff
    }

    .why_choose_card:hover .para_cin{
        color: #fff;
        opacity: 1;

    }

    .why_choose_card:hover a.icolink {
        
        background: #fff;
    }

.link-l {
    flex: 0 0 10%;
    display: flex;
    justify-content: center;
}

.why_choose_sec {
    background: #f4f4f4;
    padding: 100px 0;
}


.count-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    border-right: 1px solid #d4d4d4;
    align-items: center;
}

    .count-box.last {
        border-right: none;
    }

    .count-box h2 {
        font-family: var(--main-font);
        font-weight: 700;
        font-size: 60px;
        line-height: 120%;
        text-transform: capitalize;
        color: #003ab7;
    }

    .count-box h5 {
        font-family: var(--sec-font);
        font-weight: 400;
        font-size: 25px;
        line-height: 120%;
        text-transform: capitalize;
        color: #696969;
    }

.case-card__img-wrap {
    position: relative;
    height: 416px;
    flex-shrink: 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.case-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cases__grid {
    display: grid;
    grid-template-columns: 509px 509px 509px 509px;
    gap: 0 30px;
}

.case-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.case-card__img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px 15px 0 0;
}

.case-card__link-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-decoration: none;
}


    .case-card__body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 0 0 15px 15px;
    min-height: 320px;
    background: #fff;
    flex: 1;
    border: 1px solid #E6E6E6
}

.outside-box-right-20 {
    margin-right: -20vw;
}

.case-card__link-btn span{
    color: #fff;
    text-decoration: none
}

    .case-card__link-btn:hover {
        color: #fff;
        text-decoration: none
    }


.tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid var(--primary);
    border-radius: 5px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: var(--primary);
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}


.section_title.white{
    color: #fff
}

.case-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 18px;
}

.case-card__title {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #293742;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.case-card__desc {
    font-family: var(--sec-font);
    font-size: 18px;
    line-height: 27px;
    color: #394b59;
    text-transform: capitalize;
}

.owl-nav button {
    border: 1px solid #fff !important;
    width: 52px;
    height: 52px;
    background: #3a3a3a !important;
    border-radius: 0 !important
}

.owl-prev span, .owl-next span{
    color: #fff
}

.owl-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}



.video-slider .item {
    transition: all 0.4s ease;
    transform: scale(0.85);
    opacity: 0.5;
}

    .video-slider .play-btn img {
       
        height: 50px;
        
    }



.video-slider .popup-youtube img {
    border-radius: 15px
}
/* Center highlight */
.owl-item.center .item {
    transform: scale(1.15);
    opacity: 1;
    z-index: 2;
}

/* MODAL */
.video-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 400px;
    height: auto;
    background: #000;
    display: none;
    z-index: 9999;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* Video container */
.video-content {
    position: relative;
    width: 100%;
}

    /* iframe */
    .video-content iframe {
        width: 100%;
        height: 220px;
    }

/* Close button */
.close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

.owl-carousel.video-slider .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 50px;
    overflow: visible !important;
}

.slider-wrap {
    width: 100%;
    overflow: hidden; /* important */
    padding: 0 60px; /* equal left & right spacing */
    box-sizing: border-box;
}

.owl-item.center .item {
    transform: scale(1.2);
    opacity: 1;
}

.owl-stage {
    display: flex;
    gap: 50px;
    align-items: center;
}


.owl-item.center .item {
    transform: scale(1.12); /* 🔥 only center grows */
    opacity: 1;
    z-index: 2;
}


.video-slider .owl-item .item {
    transform: scale(1);
    transition: transform 0.4s ease;
}

/* ONLY center */
.video-slider .owl-item.center .item {
    transform: scale(1.2);
    z-index: 3;
}

.video-slider .owl-item {
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0.9);
    opacity: 0.5;
}

    /* 🔥 CENTER ITEM */
    .video-slider .owl-item.center {
        transform: scale(1.2); /* THIS WILL WORK */
        opacity: 1;
        z-index: 5;
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

    .play-btn img {
        width: 60px;
    }

/* 🔥 show only center */
.owl-item.center .play-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.flexbg {
    background: url(../assets/img/ctabg.jpg);
    width: 100%;
    padding: 50px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between
}

    .flexbg h2 {
        font-family: var(--main-font);
        font-weight: 700;
        font-size: 50px;
        line-height: 100%;
        text-transform: uppercase;
        color: #fff;
    }
    .flexbg p {
        font-family: var(--sec-font);
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        text-transform: capitalize;
        color: #fff;
    }

    .flex2 a{
        width: 296px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 15px
    }

.flex2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.main_btn_light {
    border-color: #fff;
    background-color: #fff;
    color: var(--primary);
    transition: all ease-in 0.3s;
    font-family: var(--main-font);
    font-weight: 600;
    display: flex;
    gap: 5px;
    border-radius: 10px;
    width: fit-content;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.testi_sec .owl-stage{
    gap: 0!important
}


.footer_links .flex{
    display: flex;
    gap: 30px
}

.bt-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0
}

.ps {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0px 10px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 20px;
    /* line-height: 100%; */
    width: fit-content;
    color: #fff;
    align-items: center;
    display: flex;
    gap: 5px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
}


.flex-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


.pb-50{
    padding-bottom: 50px
}

.footer_section .fl-right {
    align-items: end;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 15px;
}

.fl-right h3 {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}

.footer_para, .footer_para a {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 86%;
    color: #fff;
}


.f-icons {
   display: flex;
   justify-content: flex-end
}

.f-icons i {
    padding: 10px;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: .4s ease-in-out;
    background: rgba(255, 255, 255, 0.05);
}

.cases__grid .case-card {
    width: 520px;
}

.cases__grid .owl-stage {
    display: flex;
}



@media (max-width: 768px) {
    .cases__grid .case-card {
        width: 320px;
    }
}


.outside-box {
    width: calc(100% + 20vw);
}

.cases__grid .owl-stage {
    display: flex;
    gap: 20px;
    padding-right: 120px;
}

.cases__grid .owl-item {
    width: 510px !important;
}

.cases__grid .case-card {
    width: 510px;
}

.cases__grid .owl-stage-outer {
    overflow: visible;
}

.cases__grid {
    padding-right: 100px;
}

    .cases__grid .owl-stage-outer {
        overflow: visible;
    }

@media (min-width: 1200px) {
    .cases__grid .owl-item {
        width: 510px !important;
    }

    .cases__grid .case-card {
        width: 510px;
    }

    .cases__grid {
        width: calc(100% + 200px);
    }
}

@media (max-width: 1199px) {
    .cases__grid .case-card {
        width: 100%;
        height: auto;
    }
}


.testimonial-users {
    position: relative;
    width: 100%;
    height: 100%;
}

.user-dot {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
}

    .user-dot img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        border: 3px solid rgba(255,255,255,0.2);
        transition: border 0.5s ease, transform 0.5s ease;
    }

    .user-dot.active {
        opacity: 1;
        transform: scale(1.8);
        z-index: 5;
        animation: pulseUser 1.2s ease;
    }

        .user-dot.active img {
            border: 4px solid #fff;
            box-shadow: 0 0 0 8px rgba(255,255,255,0.15);
            transform: scale(0.60);
        }

@keyframes pulseUser {
    0% {
        transform: scale(0.8);
    }

    60% {
        transform: scale(2);
    }

    100% {
        transform: scale(1.8);
    }
}


@media(max-width: 480px) {
    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        gap: 20px
    }

    .footer_section .fl-right {
        align-items: flex-start;
        text-align: left !important;
        padding-top: 15px
    }

    .flexbg {
        flex-direction: column;
        padding: 35px
    }

    .fl-right h3 {
        font-family: var(--main-font);
        font-weight: 700;
        font-size: 25px;
        line-height: 120%;
        text-transform: uppercase;
        color: #fff;
    }

    .f-icons {
        display: flex;
        justify-content: flex-start;
    }

    .sol-box {
        border: 1px solid #e6e6e6;
        border-radius: 20px;
        display: flex;
        padding: 20px;
    }
        .flexbg h2 {
            font-size: 35px;
        }
    .owl-carousel.video-slider .owl-stage-outer {
        padding: 10px;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }
    .outside-box-right-20 {
        margin-right: -6vw;
    }

    .blog .container-fluid{
        padding: 0 !important
    }
    .casesSwiper {
        padding: 0 !important
    }
    .sol-box.active {
        width: 100%;
        flex-direction: column;
    }


    .sol-box .left {
        flex: 0 0 0;
        max-width: 100%;
    }

    .sol-box .icon img {
        height: 35px;
    }

    .sol-box .icon {
        width: 60px;
        height: 60px;
    }

    .sol-box .stat {
        padding: 0 0 10px 0;
    }

        .sol-box .stat .num p {
            font-size: 16px;
        }

    .count-box h2 {
        font-size: 45px;
    }

    .count-box h5 {
        font-size: 17px !important;
    }

    .count-box{
        margin-top: 20px
    }

    .testimonial-users {
        display: none;
    }
    .cases__grid,
    .cases__grid .owl-stage-outer,
    .cases__grid .owl-stage,
    .cases__grid .owl-item {
        width: 100% !important;
    }

        .cases__grid .owl-item {
            flex: 0 0 100% !important; /* important for mobile */
        }

        .cases__grid .owl-stage {
            display: flex;
            gap: 20px;
             padding-right: 0
        }
}


.cases__grid .owl-stage {
    display: flex;
}

.cases__grid .owl-item {
    display: flex;
}

.case-card {
    width: 100%;
    height: 100%;
}

.cases__grid {
    padding-left: 16px;
}

@media (max-width: 767px) {
    .cases__grid {
        padding-left: 12px;
    }
}

.owl-stage {
    transition: transform 0.5s ease !important;
}

.casesSwiper {
    padding: 0 16px;
}

.swiper-slide {
    height: auto;
    transition: all 0.4s ease;
    opacity: 1;
}


.case-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.case-card__img-wrap img {
    width: 100%;
    display: block;
}

.business-section {
    padding: 80px 0;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* CARD STYLE */
.process-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
    border: 1px solid #eee;
}

    /* NUMBER STYLE */
    .process-box .number {
        font-size: 40px;
        font-weight: 700;
        color: #ddd;
        margin-bottom: 20px;
    }

    /* TEXT */
    .process-box h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .process-box p {
        font-size: 14px;
        color: #777;
    }

    /* HOVER EFFECT LIKE DEMO */
    .process-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

.swiper {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
}


.outside-box{
    margin-top: 50px
}