@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

    :root {
    --primary: #0256A0;
    --secondary: #002F55;
    --main: #005DA9;
    --white: #fff;
    --black: #000;
    --light: #BDE0FF;
    --some_bg: #D8EDFF;
    --ash: #333333;
    --main-font: 'Plus Jakarta Sans', sans-serif;
    --sec-font: 'Geist', sans-serif;
}
  @media (min-width: 1200px) {
    .container{
        max-width: 1500px;
    }
}

  html, body{
      overflow-x: hidden
  }

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

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: 63px
}

.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);
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.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 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 20px;
}
.main_btn_white1{
    border-color: var(--primary);
    color: var(--black);
    border-radius: 10px;
    transition: all ease-in 0.3s;
    text-decoration: none;
    font-family: var(--sec-font);
    font-weight: 400;
}

.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;
}

.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: var(--main);
    font-size: 18px;
    font-weight: 600;
    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-size: 50px;
    color: var(--primary);
    font-weight: bold;
}
.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: var(--light);
    display: inline-block;
    color: var(--primary);
    font-size: 18px;
    font-family: var(--sec-font);
    padding: 3px 15px;
    border-radius: 30px;
}
.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-size: 33px;
    font-family: var(--main-font);
    color: var(--primary);
    font-weight: bold;
}
.section_title_white{
    font-size: 33px;
    font-family: var(--main-font);
    color: var(--white);
    font-weight: bold;
}
.crimp_section{
    background-color: var(--some_bg);
}
.crimp_padding{
    padding: 30px 0px;
}
.for-crimp_img-posi{
    position: relative;
    top: -10px;
}

.about_section {
    padding: 50px 0;
    font-family: Arial, sans-serif;
  }

  .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 {
    border-radius: 15px;
    padding: 22px;
    background-color: var(--white);
    box-shadow: 0 6px 25px #eee;
    /* border-left: solid #003366 4px; */
    cursor: pointer;
    transition: .2s ease !important;
}
    .why_choose_card.active, .why_choose_card:hover {
        border-radius: 15px;
        padding: 22px;
        background-color: var(--white);
        box-shadow: 0 6px 25px #eee;
        border-left: solid #003366 4px !important;
        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 {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 20px #6e6e6e2b;
    position: relative;
    margin: 20px;
}

.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: 50px 0;
  }
  .carousel_name {
    font-weight: bold;
    font-family: var(--sec-font)
  }
.carousel_location {
    color: gray;
    font-family: var(--sec-font)
}

.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 10px;
    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: #002855;
    color: #fff;
    padding: 60px 0 20px 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 {
        color: #ebebeb;
        text-decoration: none;
        font-size: 16px;
        font-family: var(--sec-font);
        transition: color 0.3s;
    }
    .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: 50px 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;
        color: var(--primary);
        font-weight: bold;
    }
    .footer_logo_section{
      padding-bottom: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: var(--main);
        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: 50px;
    }
      .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%);

}
.fixed-top {
    top: 37px;
    transition: all 0.3s ease-in-out;
    right: 0;
    left: 0;
    padding-top: 10px;
    background: rgb(255 255 255);
    /* 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: 90px !important;
    }

    .seemless_card {
        position: relative;
        padding: 61px 44px;
    }

    .seemless_card_icon_con {
        right: 40px;
        bottom: -18px;
    }

    .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: 27px !important;
    }

    .section_title {
        font-size: 28px;
        margin-top: 20px;
    }

    .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;
    }

    .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: #002855;
    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: #002855;
    }



    .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: #002855;
    }







.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

button:focus {
    outline: none !important;
}


.attention_para {
    background-color: #fcb8c5;
    display: inline-block;
    color: #9e0101;
    font-size: 18px;
    font-family: var(--sec-font);
    padding: 3px 15px;
    border-radius: 30px;
    box-shadow: 0 0 0 0 rgba(252, 184, 197, 0.7); /* Pink shadow */
    animation: pulse-shadow 1.5s infinite;
}

/* 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 */
    }
}




    /* Custom Slider Item Style */
    .attention_slider_item {

      padding: 10px 20px 5px;
      border-radius: 10px;
      text-align: center;

    }

  /* Hide default dots (just in case) */
  /* Dots container layout */
  .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }

  /* Style the inner span of each dot as a line */
  .attention_slider_dots .owl-dot span {
    display: inline-block;
    height: 4px;
    width: 30px;
    background-color: #90cdf4; /* light blue */
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* Active dot gets longer and darker */
  .attention_slider_dots .owl-dot.active span {
    width: 60px;
    background-color: #3182ce; /* darker blue */
  }
  /* Default (inactive) line */
  .attention_slider_dots .owl-dot span {
    display: inline-block;
    height: 4px;
    width: 30px;
    background-color: #90cdf4 !important; /* Light blue */
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* Active line */
  .attention_slider_dots .owl-dot.active span {
    width: 60px;
    background-color: #3182ce !important; /* Bold blue */
  }

  .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) {
    .attention_slider_item {

      padding: 0px 0px 0px;
      text-align: left;

    }
    .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 */
}

.investor_chart_box.policy h4{
   font-size: 17px;
}
.investor_chart_box.policy {
   margin-bottom: 20px;
}