* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black: #111;
    --wb-black: #2C2A29;
    --wb-para: #444444;
    --head-blue: #284D99;
    --white: #FFFFFF;
    --wb-grey: #BBBBBB;
    --ft-bg: #0C54A0;
    --bor-grey: #DDDDDD;
    --primary-color: #8FB4DF;
    --sky-blue: #93B2F4;
    --light-blue: #F8FAFF;
}

 html {
      /*scroll-behavior: smooth;*/
    }

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--wb-para);
    overflow-x: hidden;
}

.jump_top_btn
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    display:none;
}

/* coman class */
.Main_head {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    color: var(--head-blue);
    margin: 16px 0 30px 0;
}

.head {
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    color: var(--head-blue);
    margin: 16px 0 30px 0;
}

.sub_head {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--wb-black);
}

a {
    text-decoration: none;
    color: var(--wb-black);
}

.main_btn {
    display: inline-flex;
    /* text-align: center; */
        align-items: center;
    padding: 12px 24px;
    border-radius: 30px;
    border: 1px solid var(--head-blue);
    transition: all 0.5s ease;
}

.main_btn img {
    height: 30px;
    width: 30px;
    transition: all 0.5s ease;
    margin-left: 14px;
}

.main_btn:hover {
    background-color: var(--head-blue);
    color: var(--white);
}

.main_btn:hover img {
    transform: translateX(10px);
}

/* .main_btn svg {
    background-color: var(--head-blue);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 5px;
    transition: all 0.5s ease;
    margin-left: 14px;
} */

/* .main_btn:hover {
    background-color: var(--head-blue);
    color: var(--white);
} */

/* .main_btn:hover svg {
    transform: translateX(10px);
} */

.coman_btn {
    padding: 13px 24px;
    display: inline-block;
    border: 1px solid var(--head-blue);
    border-radius: 30px;
}

.arr_span1 {
    background-color: var(--white);
    padding: 7px 7px;
    border-radius: 50%;
    margin-left: 14px;
}

.arr_span1 img {
    display: inline-block !important;
    margin-bottom: 3px;
}

.coman_btn:hover img {
    animation: jello-vertical 0.9s both;
    transform-origin: left;
}

/* Jello Animation Keyframes */
@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.top_title {
    width: fit-content;
    padding: 14px 20px;
    border-radius: 30px;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.top_title img {
    display: inline-block !important;
}

.setting {
    margin-right: 10px;
    animation: rotate 3s linear infinite alternate;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.partner
{
     margin-top: 40px;
}

.vision,
.impact,
.service_center,
.home_prod,
.certificates,
.testimonials,
.news,
.trusted_home,
.footer {
    margin-top: 80px;
}

/* coman class */
/* header */
.header_parent {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    transition: all 0.4s ease;
}

/*.header_parent.sticky {*/
/*    position: fixed;*/
/*    background-color: rgba(0, 0, 0, 0.7);*/
/*}*/
.home-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(32px);
}
.home-header.sticky .light_sticky_logo{display:none;}
.home-header.sticky .menu_links {color:#333;}
.home-header.sticky .menu_links img {filter: invert(0);}

.dark_sticky_logo{display:none;}
.home-header.sticky .dark_sticky_logo{display:block;}
.inner-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
   background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  backdrop-filter: blur(32px);
}

.logo img {
    width: 80px;
}

.header_parent {
    position: absolute;
    top:0px;
    width: 100%;
    z-index: 99;
    background: transparent;
     /*transition: all 2s ease; */
    
}


.header_child {
    position: relative;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.navlink {
    display: flex;
    align-items: center;
    gap: 98px;
}

.menu {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

.hamburger {
    z-index: 7;
    position: relative;
    width: 30px;
    height: 20px;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-left: 30px;
    display:none
}

.home-header .hamburger-line{background: #fff;}
.home-header.sticky .hamburger-line{background: var(--black);}

.hamburger-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: var(--black);
    transition: all 0.3s ease-in-out;
    z-index: 9;
}


.hamburger-line:nth-child(1) {
    top: 0;
}

.hamburger-line:nth-child(2) {
    top: 50%;
    width: 50%;
}

.hamburger-line:nth-child(3) {
    top: 100%;
}

.hamburger.is_active .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
}

.hamburger.is_active .hamburger-line:nth-child(2) {
    right: 50%;
    width: 0;
}

.hamburger.is_active .hamburger-line:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotate(135deg);
}

.sublink {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu_link {position: relative;}

.menu_link .menu_links {
    /*color: #fff;*/
    transition: 1s;
    padding: 24px 0px;
}
.menu_links img{scale:.8;}
/*.header_parent.sticky .menu_link .menu_links{color: #333;}*/
/*.header_parent.sticky .menu_links img{filter:invert(0);}*/

.submenu {
     /*width: 100%; */
    /*min-width: 690px;*/
     min-width: 400px;
    /* max-height: 400px; */
    background: var(--white);
    position: absolute;
    top: 48px;
    left: 0;
    display: none;
    padding: 34px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
    /* overflow-y: scroll;
    scrollbar-width: none */
}

.menu_link:hover .submenu {
    display: block;
}

.menu_link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-bottom: 2px solid var(--black);
    width: 0%;
    transition: 1s;
}

.menu_link::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    border-bottom: 2px solid var(--black);
    width: 0%;
    transition: 1s;
}

/*.menu_links:hover {*/
/*    color: var(--black);*/
/*}*/

.down_link {
    transition: 1s;
    /*opacity: 0.5;*/
}

.menu_link:hover .down_link {
    transform: rotate(180deg);
    opacity: 1;
}

.menu_link:hover::after,
.menu_link:hover::before {
    width: 50%;
}


.Pro_menu {
    min-width: 626px;
}

.Ser_Cen_menu {
    min-width: 398px;
}

.sublink span {
    font-size: 18px;
    font-weight: 400;
    transition:.2s;
}

.sublink span:hover
{
    color:var(--head-blue);
    font-weight: bold;
}

.sublink p {
    font-size: 14px;
    line-height: 20px;
}

.Products_menu_head {
    font-size: 24px;
    font-weight: 600;
    color: var(--head-blue);
}


.big_menu {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/certi_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 6;
    overflow-y: scroll;
    scrollbar-width: none;
    min-height: 100vh;
    display:none;
}

.big_menu .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.big_menu .row {
    flex: 1;
}

.big_menu.is_active {
    display: block;
}

.big_menu_links {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;

}

.big_menu_links li {
    list-style: none;
    margin-bottom: 25px;
}

.big_menu_links .nav-item {
    padding: 0 0;
}

.big_menu_links li a {
    color: var(--sky-blue);
    font-size: 40px;
    position: relative;
    padding: 0px;
}

.big_menu_bor_left {
    border-right: 1px solid var(--white);
}

.big_menu_bor_right {
    padding: 0 0 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.big_menu_links .nav-link {
    position: relative;
    color: var(--sky-blue);
    transition: color 0.3s ease-in-out;
}

.big_menu_links .nav-link.active {
    color: var(--white);
   font-weight: 600;
}

.big_menu_links .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    border-bottom: 1px solid var(--white);
}

.tab-content {
    color: var(--white);
}

.big_menu_card .newa_card {
    background-color: var(--white);
}

.big_menu_card .news_icon {
    justify-content: start !important;
}

.big_menu_card .sub_head {
    font-size: 18px;
    line-height: 28px;
}

.big_menu_card .news_date {
    margin-bottom: 6px;
}

.big_menu_log {
    width: 80px;
}

/*  */
.accordion-item {
    background-color: unset;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
}

.accordion-button {
    background-color: unset;
    color: var(--sky-blue);
    padding: 15px 0;
    font-size: 18px;
}


.accordion-button:hover {
    background-color: unset;
}

.accordion-button:not(.collapsed) {
    background-color: unset;
    color: var(--white);
    box-shadow: none;
}


.accordion-body {
    background-color: unset;
    color: var(--white);
    padding: 15px 0;
}

.accordion-collapse {
    transition: all 0.3s ease-in-out;
}

.accordion-item_Homepage {
       background-color: unset;
    color: var(--sky-blue);
   padding: 8px 0;
    font-size: 18px;
    
}


/* header */
/* hero slider */
.hero,
.about_main_header {
    padding-top: 160px;
    background: url(../images/hero_bg.jpg) no-repeat top/cover;
    position: relative;

}

.hero_img {
    position: relative;
    text-align: -webkit-center;
}

.play_btn {
    position: absolute;
    top: 10%;
    left: 10%;
}

.play_btn img {
    width: 60px;
}

.hero_slider .slick-dots {
    rotate: 90deg;
    left: -11% !important;
    bottom: 50% !important;
    width: fit-content;
    display:none;
    
}


.hero_slider .slick-dots li {
    z-index: 1;
    padding: 0 30px;
}

/* .hero_slider .slick-dots li:nth-child(2):before {position: absolute;content: '';background-color: var(--wb-grey);height: 1px;width: 140px;top: 18%;left: -17px;z-index: -1;} */
.hero_slider .slick-dots li button {
    background-position: center !important;
    background-size: cover !important;
    /*overflow: hidden;*/
    width: 45px;
    height: 45px;
    border-radius: 50px;
}

.hero_slider .slick-dots .slick-active {
    opacity: 1;
    scale: 1.2;
}

.hero_slider .slick-dots li button:before {
    display: none;
}

/* channel partner  */
.partner_slider .slick-slide {
    margin: 0 15px;
    /*filter:grayscale(1);*/
}

.partner_slider .slick-slide:hover {
    /*filter:grayscale(0);*/
}

/* channel partner  */
/* vision */
/* .vision_left,
.vision_right {
    padding: 0 0 0 0;
} */

.vision {
    margin-top: 100px;
}

.vision_left {
    background-image: url(../images/vision_left_bg.png);
   background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 0px;
}

.vision_center {
    padding-inline: 40px;
    padding:50px;
}

.vision_right {
    background-image: url(../images/vision_right_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    padding-right: 0px;
}

.vision_bg_img {
    background: unset;
    background-size: contain;
}

/* vision */
/* impact */
/*.impact {*/
/*    background: url("../images/impact_bg.png") no-repeat center/cover;*/
/*    padding: 80px 0;*/
/*    transition: all 0.3s ease;*/
/*}*/

.impact {
  background: url("../images/impact_bg.png") no-repeat center/cover;
  padding: 80px 0;
  transition: background-position 0.1s linear;
  position: relative;
  overflow: hidden;
  background-color:#2c6cab;
}


.impact .top_title {
    color: var(--black);
}

.impact_parent {
    height: 196px;
    width: 196px;
}

.impact_parent h2 {
    font-size: 60px;
}

.impact_parent p {
    font-size: 18px;
}

.impact_center {
    padding-top: 30px;
}

.impact .head,
.impact p,
.impact .coman_btn {
    color: var(--white);
}

.impact,
.coman_btn,
.news_details_banner_2 .coman_btn {
    border: 1px solid var(--white);
}

.impact .arr_span,
.news_details_banner_2 .arr_span {
    background-color: var(--white);
}

.impact .coman_btn img,
.news_details_banner_2 .coman_btn img,
.certificates .arr_span1 img{
    filter: invert();
}

.counter {
    padding: 30px 10px;
    border-radius: 30px;
    color: var(--white);
    border: 1px solid var(--white);
    text-align: center;
    word-wrap: break-word;
}

.impact_right_side {
    display: flex;
    justify-content: end;
    gap: 24px;
}

/* impact */
/* service_center */


.service_center {
    position: relative;
}

/* .service_center::before {
    content: '';
    top: 15px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 27%;
    background: url(../images/line.svg) no-repeat;
    background-size: contain;
    } */

.states_right,
.industry_leading_right {
    background: url("../images/sevice_center_bg.png") no-repeat 95% 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.state_1 {
    background-color: var(--white);
    height: 300px;
    width: 300px;
    position: relative;
    border-radius: 30px;
    border: 1px solid var(--head-blue);
    overflow: hidden;
}

.state_1 .arr_span {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    rotate: -45deg;
    padding: 3px 8px;
}

.state_1 .arr_span img {
    height: 50px;
    width: 50px;
}

.state_1 .arr_span:hover,
.news_icon img:hover {
    rotate: 0deg;
    transition: rotate 0.3s ease-in-out;
}

.state_box:nth-child(2) {
    transform: translateY(-154px);
}

/*.home_Proce_main*/
/*{*/
    /*background:url(https://intelliworkz.co.in/skmlaravel/public/front/images/sevice_center_bg.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: right;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    position:relative;*/
/*}*/

.home_Proce_main {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.home_Proce_main::after {
  content: ""; /* 👈 VERY IMPORTANT */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(https://intelliworkz.co.in/skmlaravel/public/front/images/sevice_center_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  animation: bg_scroll 1.5s linear infinite alternate;
  z-index: -1; /* 👈 so that it stays behind content */
}

@keyframes bg_scroll {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-40px);
  }
}


.home_Proce:nth-child(2) {
    transform: translate(0 , -40px);
}

.state_info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 25px;
}

.state_info h3
{
    font-size: 24px;
    font-weight: 600;
}

.state_info p {
    font-size: 16px;
    color: var(--wb-para);
}

/* service_center */
/* home_prod */
.home_prod {
    position: relative;
}

.home_prod_head
{
    font-size:30px;
}

/* .home_prod::after {
    content: '';
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    height: 146px;
    background: url(../images/section_line_2.svg) no-repeat;
    background-size: contain;
    } */
.home_prod .head {
    /*margin-bottom: 50px;*/
}

.slider-container
{
    margin-top:-100px;
}

.slide {
    position: relative;
    padding: 20px;
}

.slide-image {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
}

/* Side Navigation */
.side-nav {
    position: absolute;
    bottom: 25%;
    right: 0;
}

.nav-item {
    color: var(--wb-grey);
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    padding-left: 20px;
    gap: 20px;
}


/* Arrows */
/* Slider Navigation Controls */
.main-slider_img {
    position: relative;
}

.main-slider_img .main-prev {
    position: absolute;
    top: 20%;
    left: 3%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
}

.main-slider_img .main-next {
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
}

.side-nav {
    margin-top: 30px;
}

.side-nav .nav-item {
    cursor: pointer;
    padding: 10px 0;
    color: var(--wb-grey);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.side-nav .nav-item.active {
    color: var(--head-blue);
    font-weight: bold;
}

.side-nav .nav-item img {
    filter: grayscale(100%);
    margin-left: 10px;
    /*transition: filter 0.3s ease;*/
    opacity:0.5;
}

.side-nav .nav-item.active img {
    filter: grayscale(0%);
    opacity:1;
}

/* Hide default Slick arrows */
/* .slick-arrow {
    display: none !important;
} */


/* home_prod */
/* certificate */
/*.certificates {*/
/*    background: url(../images/certi_bg.png);*/
/*    padding: 60px 0;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position-x: center;*/
/*    background-position-y: center;*/
/*}*/

.certificates {
  background: url(../images/certi_bg.png);
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-color:#1e5a9c;
}


.certificates .top_title {
    /* margin: 0 auto; */
}

.certi {
    position: relative;
    margin: 20px;
}

.certi img
{
    border-radius: 30px;
}

.certi:hover img {
    filter: brightness(0.5);
    cursor: pointer;
}

.certi:hover .overlay {
    opacity: 1;
}

.overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay_text {
    color: var(--white);
}

.pagination-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination-item {
    width: 50px;
    height: 6px;
    border-radius: 60px;
    background: #456FC3;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--white);
}

.active .progress-bar,
.active .progress-bar_2 {
    width: 0;
    transition: width 5s linear;
}

.active .progress-bar.running,
.active .progress-bar_2.running {
    width: 100%;
}

/* certificate */
/* testimonial */

.testimonials {
    /*padding-bottom: 50px;*/
}

/* {*/
/*    position: relative;*/
/*}*/


.test_slider .slick-slide
{
    /*float: unset;*/
}

.test_slider .slick-track
{
    padding-bottom:10px;
}

.test_slider::before {
    /*position: absolute;*/
    /*content: '';*/
    /*background: url(../images/testimonials_bg.svg) no-repeat;*/
    /*top: 4%;*/
    /*left: 0%;*/
    /*width: 7%;*/
    /*height: 93%;*/
    /*z-index: -1;*/
    /*background-size: cover;*/
}

.test_slider .slick-list
{
    /*overflow:visible;*/
}

.test_slider::after {
    /*position: absolute;*/
    /*content: '';*/
    /*background: url(../images/testimonials_bg.svg) no-repeat;*/
    /*bottom: 4%;*/
    /*right: 0%;*/
    /*width: 7%;*/
    /*height: 93%;*/
    /*z-index: -1;*/
    /*rotate: 180deg;*/
    /*background-size: cover;*/
}

.test_slider_row {
    position: relative;
}

.test_slider_row .custom-prev {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.test_slider_row .custom-next {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.test_designation {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}


.test_wrapper p {
   
margin-bottom:0;
}

/*.test_wrapper ul*/
/*{*/
/*    display: inline-block;*/
/*    text-align: start;*/
/*}*/

.test_wrapper::before {
    position: absolute;
    content: '';
    background: url(../images/testi_quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 22px;
    left: 42px;
    height: 172px;
    width: 172px;
    z-index:-1;
}

.test_slide {
    margin: 0 20px;
     text-align: center;
    /*padding: 70px 100px;*/
    padding: 20px !important;
    border: 1px solid var(--head-blue);
    border-radius: 30px;
    background-color: var(--light-blue);
    position: relative;
    z-index:1;
    height:auto;
}

.test_msg {
    font-size: 24px;
    line-height: 45px;
    z-index: 22;
    position: relative;
}

.test_profile {
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 30px;*/
    /*margin-top: 40px;*/
    /*text-align: center;*/
}

.test_name {
    font-size: 20px;
    color: var(--head-blue);
     margin-top: 20px;
}

/* .test_slider .slick-prev {
    z-index: 99;
    top: 40%;
    left: -10%;
}

.test_slider .slick-next {
    z-index: 99;
    right: -10%;
} */

/* testimonial */
/* news */
.news br {
    display: none;
}

.news {
    position: relative;
}

/* 
    .news::before {
    content: '';
    top: -16px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 19%;
    background: url(../images/line.svg) no-repeat;
    background-size: contain;
    } */
.news .head {
    /*margin-bottom: 80px;*/
    /*margin: 0;*/
}

/* .news_icon svg {
    background-color: var(--head-blue);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 5px;
    rotate: -45deg;
} */

.news_icon img {
    width: 50px;
    height: 50px;
    rotate: -45deg;
}

.news_doc {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 16px 0;
    border-bottom: 1px solid var(--wb-grey);
    align-items: center;
}

.news_doc:last-child {
    border-bottom: none;
}

.news_doc:last-child .news_icon img {
    /*rotate: 90deg;*/
}

.news_slide {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--head-blue);
    margin-left: 15px;
    margin-right: 15px;
}

.news_bottom {
    padding: 30px;
}

.news_bottom .news_icon {
    display: flex;
    justify-content: end;
    rotate: 0;
}

.news_slider .pagination-item {
    background: var(--wb-grey);
}

.news_slider .progress-bar {
    background: var(--head-blue);
}

.Latest_News_left {
    font-size: 40px;
    margin-right: 24px;
    line-height: 64px;
    color: var(--black);
    padding-bottom: 14px;
    text-align: end;
}

.pagination-container-2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination-item_2 {
    width: 50px;
    height: 6px;
    border-radius: 60px;
    background: var(--wb-grey);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.progress-bar_2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--head-blue);
}

/* news */
/* footer */
footer {
    background-color: var(--ft-bg);
    color: var(--white);
    padding-top: 60px;
}

.footer-logo
{
    width:120px;
}

.ft_contact {
    display: flex;
    gap: 14px;
    margin:24px 0;
}

    .ft_contact p
    {
       margin-bottom: 0px;
    }

.ft_social {
    display: flex;
    gap: 20px;
    margin: 20px 0 40px 0;
}

footer .sub_head {
    color: var(--white);
    margin-bottom: 20px;
}

.bd_left {
    border-left: 1px solid #4C7EB3;
    padding-left: 20px;
}

.ft_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ft_menu li {
    margin-bottom: 18px;
}

.ft_menu li a,
.ym_cpy a {
    color: var(--white);
    font-size: 16px;
}

.ft_hr {
    border: none;
    border-bottom: 1px solid #4C7EB3;
    opacity: 1;
    margin-bottom:0;
}

.ym_cpy {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

/* footer */
/* Hide submenu by default */
#big_menu .submenu {
    display: none;
}

/* Show submenu when parent li is active */
#big_menu .menu_link.active .submenu {
    display: block;
}

/*====================== about page style start ==========================*/
.SKM_Group_h3_style {
    font-size: 40px;
    line-height: 50px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 24px;
}

.Our_Vision_back_imag {
    background: url("../image_about/About_Vision_background.png");
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    margin: 60px 0px;
}

.Our_Vision_back_imag h3 {
    font-size: 36px;
    /*line-height: 64px;*/
    color: var(--white);
}

.Our_Vision_back_imag p {
    color: #EEEEEE;
}

.SKM_Group_Line1,
.SKM_Group_Line2{
  position: relative;
  padding: 20px 0;
  /*overflow: hidden;*/
}

.SKM_Group_Line1 .animated-svg,
.SKM_Group_Line2 .animated-svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
}

.SKM_Group_Line1 .animated-path,
.SKM_Group_Line2 .animated-path{
  stroke-dasharray: 2200;
  stroke-dashoffset: 2200;
   transition: stroke-dashoffset 4s ease;
}

 .SKM_Group_Line1 .animated-path.animate,
 .SKM_Group_Line2 .animated-path.animate{
  stroke-dashoffset: 0;
}



.SKM_Group_Line2 .head
{
    /*margin: 0;*/
}

.SKM_Group_main_tranform {
    margin-top:-130px;
}

.About_Legacy_Child_back_main {
    background: url(../image_about/About_Ring_back.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 25px 0;
}

.about_History {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* ========================= career css star ============================ */
.about_main_header_back {
    transform: translate(222px, 0);
    border-radius: 25px;
}

.Career_Opportunity_main {
    margin-top: 55px;
}

.career_Opportunity_icon img {
    border: 1px solid var(--head-blue);
    padding: 26px;
    border-radius: 28px;
}

.contact_Opportunity_icon img {
    border: 1px solid var(--head-blue);
    padding: 44px;
    border-radius: 28px;
}

.career_Opportunity_icon h4,
.contact_Opportunity_icon h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--black);
    margin: 27px 0;
}

.contact_map {
    border-radius: 30px;
}

.Career_Opportunity_main .row,
.contact_main .row {
    justify-content: center;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
    margin: 46px 0;
    gap: 60px;
}

.contact_main ul {
    margin: 0;
    padding: 0;
}

.career_form {
    background-color: var(--light-blue);
    padding: 63px 88px;
    border: 1px solid var(--head-blue);
    border-radius: 30px;
    color: var(--black);
}

.form-control,
.form-select {
    color: var(--wb-para) important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8D8D8D;
    border-radius: 0;
    transition: none;
    padding-left: 0;
    padding-right: 0;
    resize: none;
}

.form-control:focus,
.form-select:focus {
    color: var(--wb-grey) !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8D8D8D;
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--wb-grey) !important;
    opacity: 1;
}

.Career_int_file {
    border: none !important;
    margin-top: 23px;
}

.Career_int_file {
    color: var(--wb-grey);
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
}

/* Remove default styles */
.Career_int_file::-webkit-file-upload-button {
    color: #333;
    border: 2px solid var(--wb-grey);
    padding: 5px 19px;
    border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 20px;
}

.career_form button {
    background: none;
}

.career_form .career_form_head {
    font-size: 30px;
    line-height: 26px;
    color: var(--black);
}

/* ============================== Locate start ================== */
/* Base Styles */
.locate-container {
    background: var(--light-blue);
    border-radius: 28px;
    padding: 40px 20px 0 0;
    margin-top: 40px;
}

.location-cards {
    overflow-y: auto;
    padding: 0 15px;
    cursor: pointer;
}

.location-card {
    border: 1px solid var(--head-blue);
    background: var(--white);
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 15px;
}

.location-card.active {
    background-color: var(--light-blue);
}

.location-card h6 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.location-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.location-card li {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.location-card li span img {
    width: 29px;
    height: 29px;
}

.tab-content iframe {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    border: none;
}

/* Scrollbar Styling */
.location-cards::-webkit-scrollbar {
    width: 10px;
}

.location-cards::-webkit-scrollbar-track {
    border-radius: 10px;
    border: 1px solid var(--head-blue);
}

.location-cards::-webkit-scrollbar-thumb {
    background: var(--head-blue);
    border-radius: 10px;
}

/* ====================Newa start==========================*/
.newa_card_main {
    padding-top: 80px;
}

.newa_card {
    border: 1px solid var(--head-blue);
    border-radius: 30px;
    overflow: hidden;
}

.newa_card .news_arrow {
    width: 50px;
    height: 50px;
}

.news_bottom_last {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
}

/* ====================Newa_Details start==========================*/
.newa_details_main {
    margin-top: 50px;
    margin-bottom: 50px;
}

.product_main {
    background: url(../images/product_bg_fectory.png) no-repeat content-box left top;
   margin-bottom:80px;
}


.News_details_ChooseUs {
    font-size: 29px;
    color: var(--sky-blue);
}

.download_slider_main .News_details_ChooseUs {
    /*transform: translate(-15%, 0);*/
    margin-bottom: 25px;
}


.News_details_para {
    margin-bottom: 44px;
}

.news_details_banner_2 {
    background: url(../images/news_details_banner_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin: 60px 0;
    background-position-x: center;
    background-position-y: center;
}

.news_details_banner_2 .head,
.coman_btn {
    color: var(--white);
}

.news_details_banner_2 p {
    color: #EEEEEE;
}

/* /====================================client================================== */
.client-trust_cars_main {
    margin-top: 70px;
    margin-bottom: 40px;

}

.client-trust_cars {
    /*transform: scale(1.05);*/
}

.client-trust_cars img {
    border-bottom: 1px solid var(--wb-grey);
    border-right: 1px solid var(--wb-grey);
}

.client-trust_cars img:nth-child(5n) {
    border-right: none;
}

.client-trust_cars img:last-child
{
    border-bottom:none;
}

.coman_header_part {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
}

.coman_header_part_img {
    border-radius: 30px;
    max-width: 981px;
}

/*============================== download ======================*/
.download_slider_main {
    margin-top: 61px;
    background: url(../images/download_sslider_bg_.png) no-repeat;
    background-position: right;
    /*background-size: contain;*/
}

.Download-slider img {
    transform: rotate(90deg);
}

.Download-slider_BT_line {
    display: flex;
    align-items: center;
    gap: 162px;
    border-bottom: 1px solid var(--bor-grey);
}

.Download-slider_BT_line h2 {
    font-size: 18px;
    color: var(--black);
}

#documentList {
    transform: translate(-25%, 0);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#documentList li {
    position: relative;
    list-style: none;
    cursor: pointer;
}

#documentList li img {
    position: absolute;
    top: 50%;
    left: -135px;
    transform: translateY(-50%);
    filter: grayscale(100%);
}

#documentList li span {
    color: var(--wb-grey);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

#documentList li span.active {
    color: var(--head-blue);
    font-size: 16px;
    font-weight: 600;
}

#documentList li.active img {
    filter: grayscale(0%);
    opacity: 1;
}

#documentList li img {
    filter: grayscale(100%);
    /*transition: filter 0.3s ease;*/
        opacity: 0.2;
}


/* ============== Privacy_Policy_page ============= */
.Contact_details {
    margin: 0;
    padding: 0;
}

.Contact_details li {
    list-style: none;
}

/* ============== Event ============= */
.event_card_main {
    margin-top: 40px;
}

.event_first_img {
    position: relative;
}

.event_first_img_child {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    background: rgba(40, 77, 153, 0.8);
    color: var(--white);
    padding: 20px 50px;
    width: 60%;
    border-radius: 10px 10px 0 0;
}

.event_first_img_child .event_head {
    color: var(--white);
}

.event_first_img_child .event_para,
.event_first_img_child .event_date {
    color: var(--bor-grey);
    margin-bottom: 0;
}

.event_first_img_child .event_bottom {
    margin-top: 0px;
}

.event_bottom {
    margin-top: 24px;
}

.event_date {
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    color: var(--wb-grey);
}

.event_head {
    font-size: 24px;
    line-height: 34px;
    color: var(--head-blue);
    font-weight: bold;
}

.event_para {
    font-size: 16px;
    line-height: 22px;
    color: var(--wb-para);
}

/* ----------------------Leadership_card_main---------------- */
.Leadership_card_main {
    margin-top: 60px;
}

.Leadership_card_main .row {
    border: 1px solid var(--bor-grey);
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 36px;
}

.Leader_card_img {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}

.Leadership_card_left {
    padding: 20px 20px 20px 60px;
     text-align: justify;
}

/* ===================Certificates======================= */
/* Modern Filled Tabs */
.modern-tabs .nav-tabs {
    border: none;
    margin: 62px 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
}

.modern-tabs .nav-item {
    padding-left: 0px;
}

.modern-tabs .nav-link {
    border: none;
    padding: 12px 36px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 20px;
    color: var(--wb-grey);
    border: 1px solid var(--wb-grey);
}

.modern-tabs .nav-link.active {
    background: #17367F;
    color: var(--white);
    padding: 12px 36px;
    border-radius: 30px;
    font-size: 20px;
}

.certi_head {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--wb-black);
}

/* ===========================Milestones ===================*/
.timeline-container_main {
    background: url(../images/milestone_back_img1.png) no-repeat 100% 30%, url(../images/milestone_back_img2.png) no-repeat 0% 70%;
    margin-top: 32px;
    margin-bottom: 120px;
    padding-bottom: 67px;
}

.timeline-container {
    position: relative;
}

.timeline-section {
    position: relative;
    margin-bottom: 20px;
}

.timeline-progress {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 20px;
    background-color: var(--bor-grey);
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 40px;
    overflow: hidden;
}

.progress-fill_Milestone {
    position: absolute;
    width: 100%;
    background-color: var(--head-blue);
    top: 0;
    left: 0;
    transition: height 0s ease;
    border-radius: 40px;
}

.timeline-point {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background-color: var(--bor-grey);
    outline: 4px solid var(--white);
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.timeline-point.active {
    background-color: var(--head-blue);
    outline: 4px solid var(--white);
    z-index: 3;
}

/* ================ */

.Premium_slider .newa_card,
.process_slider .newa_card {
    margin: 0 12px;
    height:auto;
}
.Premium_slider .slick-track ,
.process_slider .slick-track{
    display:flex;
}

.Driving_bg {
    background: url(../images/Frame\ 302.png) no-repeat;
    padding: 50px 0;
    background-size: cover;
}

.Driving_contect {
    color: var(--white);
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.Driving_contect ul {
    margin: 0;
    padding: 0;
}

.Driving_contect ul li {
    list-style: none;
    margin-bottom: 20px;
}

.Driving_contect ul li a {
    color: var(--white);
    display: flex;
}

.Driving_contect_right {
    border-right: 1px solid var(--primary-color);
    padding: 0px 40px;
}

.Driving_contect_right:last-child {
    border: none;
}

.product_slider-top_head {
    font-size: 30px;
    font-weight: 600;
    color: var(--wb-para);
}

.Driving_contect_right h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 6px;
}

.Driving_contect_right p i {
    font-size: 16px;
    margin-bottom: 20px;
}

.Driving_bg .Driving_bg_head .head {
    color: var(--primary-color);
}

.HR_Division h3 {
    border-bottom: 1px solid var(--bor-grey);
    color: var(--head-blue);
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

.HR_Division p {
    font-size: 18px;
    /*line-height: 28px;*/
    color: var(--wb-para);
}

.product_slid_icon_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.product_slid_icon {
    display: flex;
    gap: 14px;
}

.product_slid_icon .custom-prev,
.custom-next {
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.product_tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap: 40px;
    margin: 65px 0px;
    padding-bottom: 5px;
    justify-content: start;
}

.product_tabs::-webkit-scrollbar,
#documentList::-webkit-scrollbar {
    height: 5px;
}

.product_tabs::-webkit-scrollbar-track,
#documentList::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ddd;
}

.product_tabs::-webkit-scrollbar-thumb,
#documentList::-webkit-scrollbar-thumb {
    background: var(--head-blue);
    border-radius: 10px;
}

/* thank you */

.thank-contect {
    text-align: center;
}

.thank-contect .Main_head {
    text-transform: capitalize;
}


/* Processors */

.Reach_contact_main {
    margin-top: 80px;
}

.innovation_main {
    margin: 80px 0;
    background: url(../images/Frame\ 302.png) no-repeat;
    background-size: cover;
    padding: 75px 0;
}

.innovation_child {
    display: flex;
    justify-content: center;
    text-align: center;
}

.innovation_child .head {
    color: var(--white);
}

.innovation_child .innovation_para {
    color: #EEEEEE;
    margin-bottom: 34px;
}

.why_ChooseUs_Processors p {
    display: flex;
    gap: 11px;
}

.industry_leading_right .state_1 {
    padding: 28px;
}

.industry_leading_right .state_1 .sub_head {
    line-height: unset;
    letter-spacing: 0%;
}

.industry_leading_right .state_1 p {
    font-size: 16px;
    letter-spacing: 0%;
    font-weight: 400;
    color: var(--wb-para);
}

.Reach_contact_left {
    /*transform: translateY(-125px);*/
    
    margin-top:-90px;
}

.Reach_contact_left h1 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0%;
    font-weight: 600;
    margin-bottom: 16px;
}

.Reach_contact_left_bot ul {
    margin: 0;
    padding: 0;
}

.Reach_contact_left_bot ul li {
    list-style: none;
    margin-bottom: 24px;
    display: flex;
    align-items: start;
    gap: 15px;
}

.Reach_contact_left_bot .Reach_contact_center_btn {
    margin-top: 40px;
}

.Reach_contact_right {
    position: relative;
    display: inline-block;
}

.Reach_contact_right .sub_head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.Reach_contact_right .sub_head a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    color: var(--white);
}

.Reach_contact_right_child .sub_head {
    color: var(--white);
    font-weight: 400;
}

/*.news_bottom .sub_head {*/
/*    height: 68px;*/
/*}*/

.news_bottom p {
    /*height: 140px;*/
    /*overflow-y: hidden;*/
    
    
    
}




/*Specifies the handling of overflow in the vertical direction.*/
/*Learn more*/

/*Don't show*/


.Premium_slider .slick-track
{
    margin: 0 !important;
}

  
  
  /*------------*/


.Premium_slide .newa_card {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 250px; 
  max-width: 100%;
 
  overflow: hidden;
}



.Premium_slider .news_bottom {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.Premium_slider .sub_head {
 
    height: 70px;
}

/*.coman_sticky {*/
/*  position: sticky;*/
/*  top: 150px;*/
  
/*}*/

/* Allow sticky to work inside Bootstrap containers */
.Leadership_card_main,
.row {
  overflow: visible !important;
}

/* Sticky column setup */
.coman_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 200px; 
  align-self: flex-start;
}

.Leadership_card_main img
{
    border-radius:5px;
}



/* trusted_home*/


.partner_slider{
     --mask-width: 4.285714285714286rem;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, rgb(0, 0, 0) var(--mask-width), rgb(0, 0, 0) calc(100% - var(--mask-width)), transparent 100%);
}

.trusted_home .partner_slider .slick-slide
{
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.news_btn
{
    transform: translateY(-50px);
    text-align: end;
}


/*hero slider*/

        .hero_new_slider {
            position: relative;
            border-radius: 50%;
            border: 2px solid #DDDDDD;
            padding: 30px;
        }

        .hero_new_slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: none;
        }

        .hero_new_slider img.active {
            display: block;
        }

       .hero_new_slider .dot {
            position: absolute;
            width: 18px;
            height: 18px;
            background-color: #93B2F4;
            border-radius: 50%;
            transition: 0.3s;
        }

        .hero_new_slider .dot.active {
            opacity: 1;
            transform: scale(1.3);
            background-color: #284D99;
        }

        .hero_new_slider .dot1 {
            top: 3%;
            left: 70%;
        }

        .hero_new_slider .dot2 {
            top: 70%;
            right: 3%;
        }

        .hero_new_slider .dot3 {
            bottom: 2%;
            left: 30%;
        }
        
        .hero_info .Main_head
        {
            font-size:70px;
            line-height:normal;
        }
        
        .down_sticky
        {
            position: sticky;
            top: 50px;
            align-self: flex-start;
        }


/*.Premium_slider .text-dark {*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 3;*/
/*  -webkit-box-orient: vertical;*/
/*  overflow: hidden;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.Premium_slider .text-dark.expanded {*/
/*  -webkit-line-clamp: unset;*/
/*  display: block;*/
/*}*/

/*.Premium_slider .more-btn {*/
/*  color: #17367F;*/
/*  cursor: pointer;*/
/*  margin-top: auto;*/
/*  display: inline-block;*/
/*  font-weight: 600;*/
/*  align-self: flex-start;*/
/*}*/

/*.read-more-text {*/
/*  color: blue;*/
/*  cursor: pointer;*/
/*  font-weight: bold;*/
/*}*/


/*------------ new hero section----------------*/

       .hero_new {
            display: flex;
            justify-content: space-between;
            align-items: center;
              gap: 70px;
            /*padding-left:9%;*/
        }

        .hero_new .hero-content {
            font-size: 80px;
            font-weight: bold;
            width:40%;
        }
        
        .hero_new .hero_img
        {
          width:60%;
        }

        .hero_new .hero_img img {
            width: 100%;
            height: auto;
            display: block;

            /* Apply mask */
            -webkit-mask-image: url('../images/hero-mask.png');
            mask-image: url('../images/hero-mask.png');

            /* Important: define how mask fits */
            -webkit-mask-size: cover;
            mask-size: cover;

            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;

            -webkit-mask-position: center;
            mask-position: center;
        }


.bottom-whatsapp {
    position: fixed;
    bottom: 20px;
    width: 55px;
    right: 20px;
    height: 55px;
    z-index: 999;
}


/*--------------- new hero section style start --------------------*/

    .new_hero_content{
        position:absolute;
        width:580px;
        left:7%;
        top:60%;
        transform: translateY(-50%);
        padding: 10px;
        z-index: 2;
    }
    .new_hero_slide img{height:100vh;width:100vw;}
    .new_hero_slide_img{position:relative;}
    .new_hero_slide_img::before {
      content: ''; 
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 1; 
    }
    .banner_breadcrumbs{margin-top:100px;}
    .banner_breadcrumbs a:first-child {
    border-right: 1px solid #fff;
    padding-right: 10px;          
    margin-right: 10px;           
    }
    .banner_breadcrumbs a{
        color:#fff;
        transition: all 0.3s ease;
    }
    .banner_breadcrumbs a:hover{
        color:#284D99;
        transition: all 0.3s ease;
    }
    
     .locat_us_contact
     {
      display:flex;
      margin-bottom:6px;
    }
    
    .quote_1
    {
        margin-top:-10px;
    }
    
     .quote_2
    {
        margin-bottom:-10px;
    }
    
/*--------------- new hero section style end --------------------*/


