*{
	margin:0px;
    padding:0px;
    font-weight: 400;
  font-family: "Inter", serif;
}

h1, h2, h3, h4, h5, h6{
  /*font-family: "Baloo Paaji 2", serif;*/
  font-family: 'Poppins', 'Montserrat', 'Helvetica', sans-serif;
}
p {
    margin: 0;
}
/* end-edit */
html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
} 
body.no-scroll {
    overflow: hidden;
}
html {
  scroll-behavior: smooth;
}


.whatsapp {
    animation: whatsapp 2s infinite;
    position: fixed;
    bottom: 4%;
    z-index: 9;
    right: 30px;
}
.whatsapp img {
    height: 50px;
}
@keyframes whatsapp{
  0% {
    transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}
body {
  transition: background 1s ease;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
    width:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0068B4; 
    border-radius: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0068B4; 
}



/* common style */


.custom_container_banner {
    padding: 0px;
        max-width: 1650px;
    z-index: 1;
    margin:auto;
    position: relative;
}


.custom_container {
    padding: 0 6%;
        max-width: 1650px;
    z-index: 1;
    margin:auto;
    position: relative;
}

.btn_leaf{
    background: #0068B4;
    color: #fff;
    padding: 12px ;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    position: relative;
    /*text-transform: capitalize;*/
    z-index: 1;
    transition: 0.6s;
    min-width: 140px;
    display: inline-block;
}
.btn_leaf:hover {
    color:#0068B4;
    box-shadow: inset 0 -4em 0 0 #fff !important;
}  
.menu_animation {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.menu_animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eb5b0e;
  transform: translateX(-110%);
  content: '';
  position: absolute;
  transition: transform .6s ease;
}
.menu_animation:hover:before {
  transform: translateX(0);
}


.logo {
    margin-right: 10px;
}
.logo img {
    height: 65px;

}
.navbar-animation{
  padding-bottom: 5px;
  overflow: hidden;
 position: relative;
  
}
.navbar-animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #112959;
  transform: translateX(-110%);  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.navbar-animation:hover:before {
  transform: translateX(0);
}

header{
    width: 100%;
    transition: 0.5s all;
    position: relative;
    top: 0;
    background: #fff;
    left: 0;
    z-index: 99;  
}
header.sticky {
    /*background: #000000db;*/
    position: sticky;
}
.navbar-brand.logo {
    margin: 0;
}
.top_head .custom_container{
    position: unset;
}
.top_head{
    background:#000;
    padding: 10px 0;
}
.top_head form {
    width:250px;
    position: relative;
    margin-left: auto;
}
.top_head form input {
    background: #F3F3F3;
    color: #535353;
}
.top_head form button {
    position: absolute;
    right: 20px;
}
.menu a.btn_leaf {
    color: #fff;
    padding: 12px;
    margin-left: 60px;
    
}


header .navbar-brand span {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-left: 10px;
}
.menu {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    column-gap: 35px;
    margin: 0;
    align-items: center;
}
.menu a {
    /*display: block;*/
    /*text-decoration: none;*/
    /*transition: 0.4s;*/
    /*text-transform: capitalize;*/
    /*text-align: center;*/
    /*font-weight:500;*/
    /*color: #2B2A29;*/
    /*padding: 22px 0;*/
    /*font-size: 16px;*/
    /*font-size: 12px;*/
    /*font-family: 'Roboto', sans-serif;*/
    
    display: block;
    text-decoration: none;
    transition: 0.4s;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    padding: 20px 0;
    color: #2B2A29;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
  
}
.menu .sub-menu a {
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    font-weight:500;
    transition: 0.4s;
    
}
.menu .sub-menu a:hover {
    color: #fff;
    background: #006ab1;
}

.sub-menu {
    padding:  0;
    position: absolute;
    width: 350px;
    left: 0%;
    z-index: 2;
    /*min-height: 350px;*/
    justify-content: space-between;
    /*align-items: center;*/
    display: inline-flex;
    box-shadow: 0px 20px 20px #0000006b;
    top: 65px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
    pointer-events: none;
    max-height: 70vh;
    /*overflow: auto;*/
    border-top: 2px solid #0068b4;
}
.dropdown_menu .sub-menu a:after {
    content: none;
}
.menu li:hover .sub-menu {
    /*display: inline-flex;*/
    /*top: 45px;*/
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.right_side {
    width: 100%;
    position: relative;
}
.sub-menu .menu {
    /*padding-right: 0;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*padding-top: 0px;*/
    /*position: relative;*/
      position: relative;
      display: inline-block;
      min-width: 22%;
      list-style: none;
      padding: 0;
        padding-top: 0px;
      padding-top: 0px;
      overflow: auto;
      height: 100%;
      width: 100%;
      padding-top: 0px;
}
.sub-menu li{
    /*position: relative;*/
    /*border: none;*/
    border-bottom: 1px solid rgb(165 165 165);
}

/*.dropdown_menu a:after {*/
/*    content: "";*/
/*    transform: rotate(45deg) translatey(-2px);*/
/*    -webkit-transform: rotate(45deg) translatey(-2px);*/
/*    border: solid #000;*/
/*    border-width: 0 2px 2px 0;*/
/*    display: inline-block;*/
/*    padding: 3px;*/
/*    margin-left: 5px;*/
/*}*/



.sub-menu2 {
    padding: 0;
    position: absolute;
    width: 250px;
    right: -250px;
    z-index: 2;
    justify-content: space-between;
    display: inline-flex;
    box-shadow: 0px 20px 20px #0000006b;
    top: 110px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    visibility: hidden;;
    max-height: 70vh;
    overflow: auto;
}


.menu .dropdown_menu2:hover .sub-menu2 {
    /*display: inline-flex;*/
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.sub-menu2 .menu2 {
    padding-right: 0;
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    position: relative;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.menu a:hover {
    color: #006ab1;
}
.menu li {
    position: relative;
    margin: 0 10px;
}
.search_btn {
    color: #fff;
    margin-left: 20px;
}
.side_bar{
    padding: 8px;
    margin-left: 22px;
    width: 45px;
    height: 40px;
    display: none;
    align-items: center;
    flex-wrap: wrap; 
    z-index: 10;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.side_bar span {
    display: block;
    height:2px;
    width: 100%;
    background: #272727;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.side_bar span:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
  }
  
  .side_bar span:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 90%;
  }
   
  
  .side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
    -moz-transform: rotate(45deg) translate(-1px, -3px);
    -o-transform: rotate(45deg) translate(-1px, -3px);
    transform: rotate(45deg) translate(-1px, -3px);
    top:0%;
    left: 0;
  }
  .side_bar.open span:nth-child(2) {
    /*width: 0%;*/
    opacity: 0;
  }
  .side_bar.open span:before {
    content:unset;
}
  .side_bar.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width:100%;
  }


.menu li {
    margin: 0;
}

.footer_logo .newsletter h4{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
}
.footer_logo {
    padding-left: 60px;
}
.footer_logo p {
    color: #D8D8D8;
    font-size: 14px;
    font-weight: 400;
}
footer .custom-logo {
    height: 54px;
    object-fit: contain;
}
footer{
    position: relative;
    bottom: 0;
    background: #FFF;
    padding-top: 40px;
} 
footer .btn_leaf {
    padding: 12px 5px;
    font-size: 14px;
}
footer .footer_item h4 {
    color: #272727;
    font-size: 18px;
    font-weight: 600;
}
footer .footer_item li a {
    color: #272727;
    text-decoration: none;
    font-weight: 400;
    margin: 12px 0;
    display: block;
    font-size: 15px;
}
footer .footer_item li a:hover {
    color:#006ab1;
}
footer .footer_item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.footer_menu{
    padding-left:80px;
}
.newsletter input{
    box-shadow: none !important;
    border-radius: 0;
}
.footer-bottom-bar .container {
    border-top: 1px solid #B5B5B5;
    padding-top: 20px;
}
.footer-bottom-bar {
    background: #fff;
    /*margin-top: 40px;*/
    padding: 6px 0 6px;color: #555555;
    font-size: 14px;
}
.footer-bottom-bar .copy a:hover {
    color: #F1681A;
}
.footer-bottom-bar .copy a{
    color: #D8D8D8;
    margin: 0 5px;
    padding: 0 5px;
    text-decoration: none;
}
.footer-bottom-bar .credit-text a {
    color: #555555;
    text-decoration: none;
}

.footer-bottom-bar ul{
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    color: #000;
}
.footer-bottom-bar ul a{
    color: #535353;
    text-decoration: none;
    font-size: 14px;
    PADDING: 0 10px;
}

.footer_item {
    min-width: 30%;
}
footer .footer_item p {
    font-size: 15px;
}
.social-links a{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
    text-decoration: none;
    background: #F3F3F3;
    border-radius: 50%;    
    height: 32px;
    width: 32px;
}  
.social-links a svg{
    height: 32px;
    width: 32px;
} 
.social-links a.linkedin svg{
    height: 18px;
    width: 18px;
} 
.social-links a:hover{
    transform: translateY(-10px);
}  
.social-links {
    width: 100%;
}
.footer_conten p{
    font-size: 15px;
    font-weight: 400;
    color: #272727;
    margin-bottom: 25px;
}
.footer_conten h4 {
    color: #272727;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 20px;
}
ul.social_link {
    display: inline-flex;
    gap: 12px;
}
ul.social_link li a {
    background: #36393E;
    width: 42px;
    height: 42px;
    justify-content: center;
    font-size: 18px !important;
    border-radius: 50%;
}
ul.social_link li a:hover {
    background: #1490E9;
}
p.designed a {
    text-decoration: none;
    color: #2D2928;
}

.reach_out{
    background: #0068B4;
    padding: 70px 0 40px !important;
}
.reach_out hr {
    position: absolute;
    background: #fff;
    width: 3px;
    height: 155%;
    margin: 0;
    padding: 0px;
    left: 50%;
    top: -35%;
}
.reach_out .for_border {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.reach_out .title h2 {
    color: #fff;
}
.reach_icon img{
    /*margin-bottom: -100px;*/
    margin-bottom: -51px;
    margin-top: 20px;
    height: 170px;
}

.title h2{
    color: #0068B4;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.title p{
    color: #535353;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.section{
    padding:40px 0;
    position: relative;
}

.learn_btn{
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 1.5px solid;
    padding-bottom: 5px;
}
.learn_btn:hover {
    color:#fff;
}
.learn_btn:hover svg{
    margin-left:25px;
}
.learn_btn svg{
    margin-left: 15px;
    transition: 0.4s;
}

/* home page */


section.main_bnner {
    max-width: 100%;
    z-index: 1;
    overflow: hidden;
    background: #006ab1;
    position: relative;
}
section.main_bnner img {
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  width: 100%;
  height: auto;
  background-image: url("path/to/banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}




section.main_bnner:before {
    width: 35%;
    height: 100%;
    content: '';
    position: absolute;
    right: 0;
    background: #f0f1f9;
}
section.main_bnner .swiper-slide {
    width: 100%; 
    min-height: 600px;
    overflow: hidden; 
    position: relative;
    display: flex;
    align-items: center;
}



section.main_bnner .swiper-slide video {
    max-width: 60%;
    height: 90%;
    object-fit: contain;
    position: absolute;
    transition: 1s;
    right: 0;
    bottom: 0;
}
section.main_bnner .banner_content h2{
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
}

section.main_bnner .banner_content span{
    background: #FFF;
    color: #0068B4;
    /*font-family: "Baloo Paaji 2";*/
    font-family: 'Poppins', 'Montserrat', 'Helvetica', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin: 10px 0;
    display: inline-block;
    padding: 0 20px;
}
section.main_bnner .banner_content p{
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
section.main_bnner .banner_content {
    position: relative;
    width: 42%;
    /*top: 50%;*/
    z-index: 3;
    left: -150%;
    z-index: 10;
    color: #fff;
    /*transform: translateY(25%);*/
    transition: 1s;
}
section.main_bnner .swiper-slide-active .banner_content {
    left: 0%;
}
.main_bnner .for_border {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.main_bnner .swiper-pagination {
    width: 38%;
    margin-left: 0%;
    
    transform: translateY(-80px);
    text-align: left;
    z-index: 99;
    position: relative;
    bottom: 0px !important;
}
.main_bnner .swiper-pagination span {
    background: #fff;
    border-radius: 20px;
    width: 20px;
    height: 5px;
}



/*-------------- main_bnner slider next previous buttton  -----------*/



/*-------------- main_bnner slider next previous buttton  -----------*/


.an_item {
    background: #F5F5F5;
    padding: 30px;
    display: flex;
    gap: 30px;
    height: 100%;
    align-items: start;
}
.an_item .an_content h4{
    color: #272727;
    font-size: 20px;    
    font-family: 'Inter';
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
}
.an_item .an_content h4 span{
    color: #389DC9;
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 700;
}
.an_item .an_content p{
    color: #272727;
    font-size: 15px;
    font-weight: 400;
}
.about_number .col-lg-3:nth-child(2) .an_item .an_content h4 span{
    color: #BDA100;
}.about_number .col-lg-3:nth-child(3) .an_item .an_content h4 span{
    color:#65A634;
}.about_number .col-lg-3:nth-child(4) .an_item .an_content h4 span{
    color: #DC7374;
}

.about_carus  .learn_btn {
    margin-top: 20px;
    color: #0068B4;
}.about_carus .learn_btn svg{
    color: #0068B4;
}

.product_home {
    background: #F3F2EA;
}
#product_slider {
    padding-top: 35px;
}
.product_home .pro_card{
    background: #009EE3;
    color: #fff;
    padding: 60px 40px;
height: 100% !important;
    position: relative;
}
.product_home .swiper-slide {
    height: 100%;
}
.pro_content {
    width: 65%;
}
.product_home .swiper-slide:nth-child(2) .pro_card{
    background: #D2BD44;
}
.product_home .swiper-slide:nth-child(3) .pro_card{
    background: #8BC064;
}
.product_home .swiper-slide:nth-child(4) .pro_card{
    background: #5A70E8;
}
.product_home .swiper-slide:nth-child(5) .pro_card{
    background: #DB5C62;
}
.product_home .pro_card img {
    position: absolute;
    right: 0;   
    bottom: 0; 
    /*top: -25px;*/
    /*width: 42%;*/ 
    width: 42%;
    height: 112%;
    object-fit: contain;
    object-position: right bottom;
}
.product_home .pro_content h2 {
    font-size: 30px;
    font-weight: 700;
}
.product_home .pro_content p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}
.product_home .for_border {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0; 
}

.pro_nav {
    position: unset;
    opacity: 1;
    background: #0068B4;
    border-radius: 40px;
    width: 70px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 45%);
}.pro_nav svg {
    height: 16px;
}
.pro_nav:after{
    content: none;
}
.swiper-button-prev.pro_nav {
    rotate: 180deg;
}
.client_bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.client_content h4 {
    color: #272727;
    text-align: center;
    font-family: Inter;
    width: 90%;
    margin: 10px auto;
    font-size: 15px;
    font-weight: 600;
}

.client_content {
    /*height: 100%;*/
    margin-bottom: 25px;
}
.client .client_image:after {
    background: linear-gradient(180deg, #FFF 8.07%, rgba(255, 255, 255, 0.77) 24.28%, rgba(255, 255, 255, 0.54) 30.19%, rgba(255, 255, 255, 0.00) 40.69%);
    content:'';
    position:absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.client .learn_btn {
    color: #0068B4;
}
.client_image  {
    margin-top: -110px;
    z-index: -1;
}


.product-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}

.certi  .for_border {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.certi  .swiper-slide img{
    width: 100%;
    /*object-fit: contain;*/
    background: #F5F5F5;
    height: 280px;
    object-fit: cover;
}
.certi  .swiper-slide p{
    color: #272727;
    text-align: center;
    /*font-family: "Baloo Paaji 2";*/
    font-family: 'Poppins', 'Montserrat', 'Helvetica', sans-serif;
    margin: 10px 0 0;
    font-weight: 600;
}

.blog_home{
    background: #F3F2EA;
}
.blog_home .learn_btn{
    color: #0068B4;
}
.blog_card .blog_img{
    width: 30%;
    height: 180px;
    position: relative;
    margin-right: 15px;
    overflow: hidden;
}
.blog_card .blog_content {
    width: 70%;
}.blog_card.big_card .blog_content {
    width: 100%;
}
.blog_card.big_card .blog_img{
    height: 330px;
    width: 100%;
    margin-bottom: 15px;
}
.blog_card .blog_img img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}.blog_card:hover .blog_img img{

    scale: 1.1;
}
  a.blog_card{
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: 0.4s;
    padding: 10px;
}  a.blog_card:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background: #fff;
}
.blog_content span{
    color: #0068B4;
    font-size: 13px;
    font-weight: 400;
}
.blog_content h4{
    color: #272727;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.blog_content p{
    color: #535353;
    font-size: 15px;
}


.news_home .learn_btn{
    color: #0068B4;
}
.news_card .news_img{
    height: 240px;
    overflow: hidden;
}
.news_card .news_img img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.4s;
    object-fit: cover;
}.news_card:hover .news_img img{

    scale: 1.1;
}
  a.news_card{
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: 0.4s;
}  a.news_card:hover{
}
.news_card p{
    color: #003E7E;
    font-size: 14px;
}
.news_card h4{
    color: #272727;
    margin: 15px 0;
    font-size: 18px;
    width: 100%;
    font-weight: 700;
}
.news_card .news_content  {
    flex-wrap: wrap;
    gap: 15px;
}

.news_card .news_content p img{
    margin-right: 10px;
    height: 20px;
}
.blog_tags {
    display: flex;
    gap: 15px;
    z-index: 1;
    position: absolute;
    left: 16px;
    top: 16px;
}
.blog_tags span {
    font-size: 12px;
    padding: 2px 8px;
    background: #fff;
    color: #000;
}
.our_key  svg {
    width: 100%;
}
.key_item {

    cursor: pointer;
    left: 10%;
    position: absolute;
    top: 14%;
}
.key_items {
    display: none;
    transition: 0.4s;
    fill: #FFF;
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.15));
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: grid;
    place-content: center;
}
.key_item:nth-child(2) {
    left: 25%;
    top: -2%;
}
.key_item:nth-child(3) {
    left: 44%;
    top: -14%;
}
.key_item:nth-child(4) {
    left: 64%;
    top: -16%;
}
.key_item:nth-child(5) {
left: 85%;
    top: -12%;
}
.key_relative  {
    margin-left: auto;
    max-width: 1420px;
}
.key_item_contents {
    display: none;
    margin: auto;
    text-align: center;
}
.key_item_content {
    position: absolute;
    top: 50%;
    width: 45%;
    left: 50%;
    transform: translateX(-50%);
}
.key_item_content h6{
    color: #272727;
    font-size: 20px;
    font-weight: 600;
}
.key_item_content p{
    color: #272727;
    font-size: 15px;
}
.key_items.active{
    background: #009EE3;
    display: grid;
}
.key_items img {width: 52px;
    height: 52px;
    object-fit: contain;
}
.key_items.active img {
    filter: invert(1) brightness(100);
}
.key_item_contents.active{
    display: block;
}




/*inner page*/

.inner_bnner .custom_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.inner_bnner .inner_bg {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    left: 0;
    top: 0;
    /*position: absolute;*/
}
.inner_bnner .banner_content {
    min-height: 420px;color: #fff;
    display: grid;
    place-content: center start;
}
.inner_bnner .for_border {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.inner_bnner li.breadcrumb-item a {
    color: #fff !important;
    text-decoration: none;
}
.inner_bnner li.breadcrumb-item:before {
    color: #fff;
}
.inner_bnner .banner_content h2{
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
}



.for_infra_page{
    background:#fff;
}
.for_infra_page .pro_card {
    display: flex;
    align-items: end;
}


.product_home.for_infra_page .pro_card img {
     position: unset; 
    width: 40%;
    height: 150px;
    object-fit: contain;
}

.infra_modal .pro_card {
    background: #009EE3;
    color: #fff;
    padding: 60px 40px;
    height: 100% !important;
    position: relative;
    display: flex;
    align-items: end;
}
.infra_modal .pro_card img {
     position: unset; 
    width: 40%;
    height: 150px;
    object-fit: contain;
}
.infra_modal .btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    z-index: 9;
}

.infra_modal .pro_card  img {
    height: 120px;
    margin-left: 20px;
}
.infra_sec {
    overflow: hidden;
}
.infra_sec  .row {
    padding: 60px 0;
}

.infra_img {
    width: 55%;
    aspect-ratio: 1 / 1;
    border-radius: 60px;
    overflow: hidden;
    margin: auto;
    rotate: -45deg;
}
.infra_img_pat:before {
    width: 53%;
    left: 28%;
    top: 0%;
    aspect-ratio: 1 / 1;
    border: 2px solid #FFF;
    content: '';
    position: absolute;
    z-index: 9;
    border-radius: 60px;
    rotate: 45deg;
}.infra_img_pat:after {
    width:53%;
    left: 30%;
    top: 0%;
    aspect-ratio: 1 / 1;
    content: '';
    border-radius: 60px;
    background: #0069C6;
    position: absolute;
    z-index: -1;
    rotate: -35deg;
}
.infra_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    rotate: 45deg;
    scale: 1.5;
}
.about_page .client_content img{    
    transition: 0.6s;
    /*margin: auto;*/
    height: 55px;
}
.about_page .client_content:hover img{    
    transform: rotateY(180deg);
}
.about_page .client_content:hover {
    box-shadow: 0 0 10px #b1b1b1;
}
.about_page .client_content{
    background: #F5F5F5;
    /*text-align: center;*/
    padding: 30px;
    min-height: 240px;
    transition: 0.4s;
    display: grid;
    place-content: center;
}
.about_page .client_content h4 {
    color: #272727;
    font-family: 'Inter';
    margin-top: 15px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    width: 100%;
}
.journey .for_border {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.journey #quote_slide {
    text-align: center;
    padding: 0 60px;
    height: 500px;
}
.journey #quote_slide:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: rgba(203, 203, 203, 1);
    left: 49%;
    z-index: -1;
}
.journey #quote_slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.journey #quote_slide h6 {
    border: 1px solid rgba(203, 203, 203, 1);
    border-radius: 50%;
    height: 70px;
    width: 70px;
    font-size: 18px;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    display: grid;
    place-content: center;
    cursor: pointer;
    background: #f8f8f8;
    justify-content: center;
    align-items: center;
    scale: 0.8;
}
.journey #quote_slide .swiper-slide.swiper-slide-active h6 {
    background: #0068B4;
    color: #fff;
    height: 110px;
    width: 110px;
    scale: 1.1;
}
.journey #quote_thumb {
    width: 70%;
}

.journey #quote_thumb h6{
    color: #272727;
    font-size: 20px;
    font-weight: 600;
}

.journey #quote_thumb p{
    color: #272727;
    font-size: 15px;
}
.core_value .col-md-4{
    margin-bottom: 20px;
}


.core_value , .journey, .global, #mission_about, .certi, .leader    {
    scroll-margin: 60px;
}








.core_content{
    background: #F5F5F5;
    padding: 30px;
    transition: 0.4s;
    /*margin-bottom: 20px;*/
    height: 100%;
}
.core_content:hover{
    box-shadow: 0 0 10px #b1b1b1;
}
.core_content h4{
    color: #0068B4;
    font-size: 24px;
    font-weight: 700;
}
.core_content p{
    color: #272727;
    font-size: 15px;
}
.core_content img {
    height: 65px;
    margin-top: 15px;
    transition: 0.6s;
}
.core_content:hover img {
    transform: rotateY(180deg);
}


.innovation{  
    overflow: hidden;
    background: #F3F2EA;
}
.inn_img{
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.inn_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.innovation .for_border {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.innovation .col-md-6 {
    z-index: 1;
}

.innovation svg.frt_svg {
    position: absolute;
    z-index: 0;
    right: -120px;
    width: 65%;
    top: 20px;
}
.innovation svg.sec_svg {
    position: absolute;
    z-index: 0;
    left: -120px;
    width: 65%;
    top: 20px;
}

.leader {
    background: #F3F2EA;
}
.leader .custom_container {
    padding-right: 15px;
}
.team_nav {
    position: unset;
    opacity: 1;
    background: #0068B4;
    border-radius: 40px;
    width: 70px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 45%);
}.team_nav svg {
    height: 16px;
}
.swiper-button-prev.team_nav {
    rotate: 180deg;
}
.team_nav:after{
    content: none;
}
.leader #team_slider img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
}
.leader #team_slider h4 {
    color: #231F20;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.leader #team_slider p {
    color: #0068B4;
    font-size: 18px;
}



.global_map{
    position: relative;
    width: 120%;
    margin-left: -20%;
}
.global_map img{
    width: 100%;
    height: 100%;
}
.global_item {
    position: absolute;
    right: 33%;
    top: 52%;
}

.global_item:nth-child(2) {
    right: 42%;
    top: 50%;
}
.global_item:nth-child(3) {
    right: 31%;
    top: 47%;
}
.global_item:nth-child(4) {
        right: 30%;
    top: 50%;
}
.global_item span {
    position: absolute;
    background: #272727;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 5px;
}
.global_map p{
    position: absolute;
    box-shadow: 0 0 10px #7e7e7e;
    border-radius: 20px;
    background: #fff;
    width: max-content;
    z-index: 1;
    padding: 4px 20px;
    font-weight: 600;
    transition: 0.4s;
    opacity: 0;
    margin-top: 40px;
}.global_map .global_item span:hover + p{
    margin-top: 20px;
    opacity: 1;
}



.global{
    background: #F3F2EA;
}
.global .for_border {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.glob_cir {
    background: #0068B4;
    margin: auto;
    height: 210px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 20px 40px;
}
.glob_cir p{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.glob_cir h5{
    margin: 0;
    color: #F8F8F8;
    line-height: 1;
    font-size: 80px;
    font-weight: 700;
}


.glob_item h6{
    color: #0068B4;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Inter';
}
.glob_item p{
    color: #272727;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
}
.glob_list hr {
    width: 50%;
    margin: 15px auto;
    background: #C4C4C4;
}

#upcoming_slider .swiper-slide {
    display: inline-flex;
    gap: 40px;
    background: #F8F8F8;
    align-items: center;
    padding: 15px;
}
#upcoming_slider .swiper-slide .position-relative {
    width: 50%;
}
#upcoming_slider .swiper-slide img.up_img {
    height: 320px;width: 100%;
    object-fit: cover;
}
#upcoming_slider .swiper-slide .banner_content {
    width: 50%;
}

#upcoming_slider .swiper-slide .banner_content h2{
    color: #272727;
    font-family: 'Inter';
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

#upcoming_slider .swiper-slide .banner_content .up_detail p {
    color: #0068B4;
    min-width: 30%;
    margin-bottom: 10px;
    display: flex;
    font-size: 14px;
}

#upcoming_slider .swiper-slide .banner_content .up_detail p img{
    height: 20px;
    margin-right: 8px;
}
#upcoming_slider .swiper-slide .banner_content p{
    color: #535353;
    font-size: 14px;
}
#upcoming_slider .learn_btn {
    color: #0068B4;
}
#upcoming_slider .swiper-pagination {
    position: unset;
    margin: 20px 0;
}
#upcoming_slider .swiper-pagination span {
    background: #0068B4;
    border-radius: 20px;
    width: 20px;
    height: 5px;
}




.cate_item {
    position: relative;
    width: 100%;
    height: 420px;
    display: grid;
    background: rgb(0 158 227 / 90%);
    color: #fff;
}
img.cate_bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.cate_content {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.cate_content div{
    padding-left: 60px;
    width: 68%;
}
.cate_main {
    position: absolute;
    right: 0;
    height: 110%;
    object-fit: contain;
    bottom: 0;
}
.cate_content h4{
    font-size: 40px;
    font-weight: 700;
}

.cate_content p{
    font-size: 15px;
}
.cate_content ul{    
    padding: 0;
    list-style: none;
    margin: 25px 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 25px 60px;
    width: 100%;
}
.cate_content li a{
    color: #fff;
    opacity:0.5;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}
.cate_content li:hover a{
    opacity:1;
}

.cate_page .col-md-12:nth-child(2) .cate_item {
    background: rgb(210 189 68 / 90%);
}
.cate_page .col-md-12:nth-child(even) .cate_content div {
    text-align: right;
    padding-right: 60px;
    padding-left: 0;
    margin-left: auto;
}
.cate_page .col-md-12:nth-child(even) .cate_content .cate_main {
    left: 0;
    transform: rotateY(180deg);
}
.cate_page .col-md-12:nth-child(even) .cate_content ul {
    justify-content: end;
}

.cate_page .col-md-12:nth-child(3) .cate_item {
    background: rgb(139 192 100 / 90%);
}.cate_page .col-md-12:nth-child(4) .cate_item {
    background: rgb(0 158 227 / 90%);
}

.work_content h4{
    color: #272727;
    font-size: 20px;
    margin: 15px 0 8px;
    font-weight: 700;
}
.work_content p{
    color: #535353;
    font-size: 18px;
}
.work_content {
    padding: 0 40px;
}.work_content img {
    transition: 0.6s;
}
.work_content:hover img {
    transform: rotateY(180deg);
}

.stories {
    background: #F8F8F8;
}

.storie_nav {
    position: unset;
    opacity: 1;
    background: #0068B4;
    border-radius: 40px;
    width: 70px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 45%);
}.storie_nav svg {
    height: 16px;
}
.storie_nav:after{
    content: none;
}
.swiper-button-prev.storie_nav {
    rotate: 180deg;
}

.sto_card {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    color: #fff;
    display: grid;
    place-content: center;
    padding: 60px 25px;
}
.sto_card img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    z-index: -2;
    top: 0;
}
.sto_card:before {
    content: ''; 
    z-index: -1;
    position: absolute;
    background: linear-gradient(270deg, rgba(2, 2, 2, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    width: 100%;
    height: 100%;
}
.sto_card .sto_content {
    width: 60%;
}
.sto_card .sto_content h2 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
}
.sto_card .sto_content h2:before {
    content: "“";
    position: absolute;
    left: -15px;
    top: -45px;
    color: #408EC7;
    font-family: Calibre;
    font-size: 65px;
    font-weight: 500;
}
.sto_card .sto_content h2:after {
    content: "“";
    position: absolute;
    right: 40px;
    bottom: -42px;
    color: #408EC7;
    font-family: Calibre;
    font-size: 65px;
    font-weight: 500;
    rotate: 180deg;
}
.sto_card .sto_content p {
    font-size: 16px;
    font-weight: 500;
}.sto_card .sto_content span {
    font-size: 14px;
    font-weight: 500;
    color:#9D9D9D;
}

.test_page{
    
}
.test_page #test_slider .swiper-slide {
    display: inline-flex;
    gap: 60px;
    align-items: center;
}

.test_page #test_slider .swiper-slide .position-relative {
    width: 50%;
}
.test_page #test_slider .swiper-slide .banner_content {
    width: 50%;
}


.test_page #test_slider .swiper-slide .banner_content h2{
    color: #272727;
    font-family: 'Inter';
    font-size: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 500;
}
.test_page #test_slider .swiper-slide .banner_content h2:before {
    content: "“";
    position: absolute;
    left: -20px;
    top: -42px;
    color: #408EC7;
    font-family: Calibre;
    font-size: 65px;
    font-weight: 500;
}
.test_page #test_slider .swiper-slide .banner_content h2:after {
    content: "“";
    position: absolute;
    right: 20px;
    bottom: -42px;
    color: #408EC7;
    font-family: Calibre;
    font-size: 65px;
    font-weight: 500;
    rotate: 180deg;
}
.test_page #test_slider .swiper-slide .banner_content .up_detail p {
    color: #0068B4;
    min-width: 30%;
    display: flex;
    font-size: 14px;
}


.test_nav {
    position: unset;
    opacity: 1;
    background: #0068B4;
    border-radius: 40px;
    width: 70px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 45%);
}.test_nav svg {
    height: 16px;
}
.test_nav:after{
    content: none;
}
.swiper-button-prev.test_nav {
    rotate: 180deg;
}
.test_page #test_slider .swiper-slide p {
    color: #1C1A1A;
    font-size: 18px;
    font-weight: 500;
}

.test_page #test_slider .swiper-slide p span {
    color: #9D9D9D;
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.news_detil:before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 100%;
    left: 0;
    bottom: 0;
}
.news_detil .banner_content{
    min-height: 500px;
    z-index: 9;
    position: relative;
    place-content: end;
    padding: 70px;
}

.blog_page .news_card p{
    color: #535353;
}
.blog_page .news_card span{
    color: #0068B4;
    font-size: 14px;
    display: block;
    margin: 15px 0 0;
}
.blog_page .news_card span.learn_btn{
    font-size: 16px;
    display: inline-block;
}
.news_detil.blog_detail:before{
    background: linear-gradient(180deg, rgba(0, 104, 180, 0.00) 0%, #0068B4 100%);
}

.news_detil.blog_detail .banner_content {
    place-content: center start;
    padding: 70px 0;
    width: 50%;
}
.news_detil.blog_detail .up_detail p img {
    height: 20px;
    margin-right: 10px;
}
.news_detil.inner_bnner{
    height: 80vh;
}
.event_detil.inner_bnner{
    height: 80vh;
}
@keyframes mymove4 {
    0%{
        right: 2%;
    }
    50%{
        right: 6%;
    }
    100%{
        right: 2%; 
    }
}

@keyframes mymove3 {
    0%{
        top: 10%;
    }
    50%{
        top: 15%;
    }
    100%{
        top: 10%;
    }
}
@keyframes mymove2 {
    0%{
        bottom:-6%;
    }
    50%{
        bottom:0%;
    }
    100%{
        bottom:-6%;
    }
}
@keyframes mymove {
    0%{
        left: 5%;
    }
    50%{
        left: 10%;
    }
    100%{
        left: 5%; 
    }
}
.career_img:nth-child(1) {
    height: 280px;
    left: 5%;
    top: 10%;
    width: 20%;
    animation: mymove 5s infinite;
}
.career_img:nth-child(2) {
    height: 220px;
    width: 30%;
    left: 8%;
    z-index: 2;
    bottom: -6%;
    animation: mymove2 5s infinite;
}
.career_img:nth-child(4) {
    height: 220px;
    width: 28%;
    right: 010%;
    top: 10%;
    animation: mymove3 5s infinite;
}
.career_img:nth-child(5) {
height: 250px;
    right: 2%;
    width: 32%;
    bottom: 2%;
    animation: mymove4 5s infinite;
}
.career_img {
    position: absolute;
    transition: 0.4s;    z-index: 1;
    overflow: hidden;
}
.career_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career_img:nth-child(3) {
    position: relative;
    height: 600px;
    width: 35%;
    margin: auto;
}











.acc_btn {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.acc_btn h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #313131;
    width: 30%;
    text-transform: uppercase;
    font-family: 'Inter';
}
.acc_btn p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    color:#313131;
    width: 20%;
}

.current .accordion-button{
    padding: 25px 0;
    box-shadow: none !important;
    color: unset;
    background-color: unset;
}
.current .accordion-button:not(.collapsed) {
    color: unset;
    box-shadow: none;
    background-color: unset;
}
.current .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.current .accordion-button:after {
    display: none;
}
.current  .accordion-body {
    padding: 20px 0;
}
.current  .accordion-body .learn_btn  {
    color: #0068B4;
}

.current  .acc_btn .minus {
    display: none;
}

.current .accordion-button:not(.collapsed) span{
    display: none;
}
.current .accordion-button:not(.collapsed) .minus{
    display: block;
}
.acc_btn span{
    font-size: 24px;
    color: #034BA2;
}
.current_filter {
    border-radius: 10px;
    background: #F8F8F8;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-flex;
    width: 100%;
    gap: 20px;
}
.current_filter select{
    width: 25%;
    padding: 12px;
}





.apply_form {
    background: #0068B4;
    padding: 40px 30px;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
.apply_form label {
    font-size: 16px;
    color: #525252;
    margin: 10px 0;
}
.apply_form input::placeholder {  
    color: #fff !important;
    
}
.apply_form input {  
    padding: 15px 0;
    box-shadow: none !important;
    color: #fff !important;
    margin-bottom: 5px;
    background: transparent !important;
    border: none;
    border-radius: 0;    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}.apply_form select {  
    padding: 15px 0;
    box-shadow: none !important;
    color: #fff !important;
    margin-bottom: 5px;
    background: transparent !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}
.file_field input{
    display:none;
}
.file_field label {
    padding: 12px;
    cursor: pointer;
    margin: 15px 0 0;
    background: #fff;
}
.job_desc ul.d-flex {
    padding: 0;
    list-style: none;
    gap: 60px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #C8CCDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.job_desc h5, .job_desc h4, .job_desc h3, .job_desc h2, .job_desc h1{
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 15px;
    color: #151417;
}
.job_desc p{
    font-size: 16px;
    color: #525252;
    font-weight: 400;
}
.job_desc li {
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    gap: 8px;
    margin: 5px 0;
}
#career_form .learn_btn  {
    border-radius: 0;
    padding: 10px 5px;
}
.img_murga {
    position: absolute;
    right: 40px;
    bottom: -40px;
    height: 200px;
    aspect-ratio: 1 / 1;
}


.event_detil {
    height: 420px;
}

.event_page h2{
    color: #272727;
    font-size: 40px;
    font-weight: 700;
}
.event_page p{
    margin: 10px 0;

    color: #535353;
}
.event_page ul{
    color: #535353;

}.event_page ul li {
    margin: 10px 0;
}
.event_page .up_detail p {
    color: #0068B4;
    display: flex;
    font-size: 14px;
}
.event_detail h4 {
    color: #272727;
    font-size: 24px;
    margin: 30px 0 10px;
    font-weight: 700;
}
.event_detail h6 {
    color: #272727;
    font-size: 18px;
    margin: 30px 0 10px;
    font-weight: 700;
}
.event_detail h5 {
    color: #272727;
    font-size: 22px;
    margin: 30px 0 10px;
    font-weight: 700;
}
.event_detail h1 {
    font-size: 30px;
    color: #272727;
    margin: 30px 0 10px;
    font-weight: 700;
}
.event_detail h2 {
    font-size: 28px;
    color: #272727;
    margin: 30px 0 10px;
    font-weight: 700;
}
.event_detail h3 {
    font-size: 26px;
    color: #272727;
    margin: 30px 0 10px;
    font-weight: 700;
}
.event_page .up_detail p img {
    margin: unset;
    height: 20px;
    margin-right: 8px;
    max-height: unset;
}
.share_option a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
    text-decoration: none;
    background: #F3F3F3;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}.share_option ul {
    list-style: none;
}
.share_option a svg {
    height: 32px;
    width: 32px;
}
.share_option a.linkedin svg {
    height: 18px;
    width: 18px;
}


.event_detail img{
    max-width: 100%;
    margin: 40px 0 5px;
    max-height: 450px;
    object-fit: cover;
}
.news_page #upcoming_slider {
    margin: 40px 0 80px auto;
    width: 28%;
    background: rgb(248 248 248 / 90%);
    /*min-height: 380px;*/
}



.neww_nav {
    position: unset;
    opacity: 1;
    background: #fff;
    border-radius: 40px;
    width: 70px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 45%);
}.neww_nav svg {
    height: 16px;
}
.neww_nav:after{
    content: none;
}
.swiper-button-prev.neww_nav {
    rotate: 180deg;
}



.news_page #upcoming_slider .swiper-slide {
    background: unset;
}
.news_page #upcoming_slider .swiper-slide .banner_content {
    min-height: auto;
    width: 100%;
    display: unset;
}
.news_page #upcoming_slider .swiper-pagination {
    margin-left: 20px;
    text-align: left;
}


.contact_office{
    background: #F3F2EA;
}
.contact_office h4{
    color: #0068B4;
    font-size: 25px;
    font-weight: 500;
}
.contact_office .col-md-4 p{
    color: #272727;
    margin: 10px 0px 45px;
    font-size: 18px;
    font-weight: 500;
}.contact_office a.learn_btn{
    color: #0068B4;
}
.contact_office .col-md-4{
    margin-bottom: 60px;    transition: 0.4s;
    padding: 30px 50px;
    border-right: 1px solid #C6C6C6;
}
.contact_office .col-md-4:hover{
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}








.contact form {
    padding: 40px;
    background: #0070CD;
}
.contact .form-control {
    border: none;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 18px;
    padding: 12px 0;
    margin-bottom: 15px;
}
.contact select{
    border-radius: 0;
    width: 100%;border: 1px solid rgba(217, 217, 217, 1);
    font-size: 18px;
    padding: 12px;
    margin-bottom: 15px;
}.contact .form-control::placeholder{
    color: #fff;
}
.contact_list {
    padding-right: 110px;
}
.contact_item {
    display: inline-flex;
    width: 100%;
    margin-bottom: 40px;
    gap: 20px;
}.contact_item h2{

    font-family: 'Inter';
    color: #272727;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact_item p {
    font-size: 20px;
    font-weight: 400;
    color: #8A8A8A;
}


.sci_nav {
    position: unset;
    opacity: 1;
    background: #0068B4;
    border-radius: 40px;
    width: 70px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 45%);
}.sci_nav svg {
    height: 16px;
}
.swiper-button-prev.sci_nav {
    rotate: 180deg;
}
.sci_nav:after{
    content: none;
}


.leader #scientist_slider img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
}
.leader #scientist_slider h4 {
    color: #231F20;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;

}
.leader #scientist_slider span {
    font-size: 14px;
    font-weight: 500;
        color: #0068B4;
}
.leader #scientist_slider p {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
}

.event_blog img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.event_blog .title {
    min-height: 400px;
    padding: 0 100px;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    color: #fff;
    place-content:center;
}
.event_blog .title h2 {
    color: #fff;
}
.event_blog .title p {
    margin-bottom: 50px;
    color: #fff;
    width: 70%;
}

.event_blog .col-md-6:nth-child(2) .title {
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.event_blog .col-md-6:nth-child(2) .title p{
    margin-left: auto;
}

.event_blog {
    overflow: hidden;
}
.download_sec{
    background: #F8F8F8;
}
.download_sec .learn_btn{
    color: #0077B5;
}
.discovery .dis_sec{
    background: #2E7CB9;
}
.discovery .dis_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.discovery .dis_sec .title h2 {
    color: #fff;
}
.discovery .dis_sec .title p {
    color: #fff;
    margin-bottom: 40px;
}
.discovery .dis_sec .title {
    padding-left: 60px;
}
.discovery .col-md-6.position-relative:before {
    content: "";
    background: linear-gradient(90deg, rgba(250, 252, 255, 0.00) 0%, rgba(46, 124, 185, 0.00) 0.01%, #2E7CB9 100%);
    position: absolute;
    width: 250px;
    height: 100%;
    right: -0px;
    top: 0;
    z-index: 1;
}

.res_item  {
    border-right: 1px solid #E6E6E6;
    padding: 40px ;
    text-align: center;
}
.col-md-4:nth-child(3) .res_item {
    border-right: none;
}

.res_item  h2{
    color: #0068B4;
    font-family: Inter;
    font-size: 64px;
    font-weight: 700;
    text-transform: capitalize;
}
.res_item img {
    height: 65px;
    margin-right: 10px;
    width: 75px;
}

.res_item  h4{
    color: #272727;
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
}

.res_item  p{
    color: #535353;
    font-size: 15px;
    font-weight: 400;
}

.leader {
    padding-bottom: 80px;
}


.leader .for_border {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.video_section_reach {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.video_section_reach img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_section_reach .video_bg {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_section_reach svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.read_sec{
    
    
}


.read_sec #read_slider img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
}
.read_sec #read_slider h4 {
    color: #272727;
    font-size: 18px;
    font-weight: 600;
}
.read_sec #read_slider p {
    color: #535353;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
}
.read_sec #read_slider a.learn_btn{
    color: #0068B4;
}

.read_nav {
    position: unset;
    opacity: 1;
    background: #0068B4;
    border-radius: 40px;
    width: 70px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 45%);
}.read_nav svg {
    height: 16px;
}
.swiper-button-prev.read_nav {
    rotate: 180deg;
}
.read_nav:after{
    content: none;
}

.new_section .img_dis{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_section .col-md-6.position-relative:before {
    content: "";
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0.01%, #FFF 100%);
    position: absolute;
    width: 360px;
    height: 100%;
    left: 0px;
    top: 0;
    z-index: 1;
}
.new_section .title {
    padding-right: 60px;
}
.for_product_dropdown select{
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: calc(100% - 40px);
    padding: 15px;
    margin: 10px auto;
}
.pro_tabs  {
    gap: 40px;
}
.pro_tabs .cate_list {
    width: 26%;
    min-height: 600px;
    background: #f8f8f8;
}
/*.pro_tabs .nav-pills {*/
/*    width: 100%;*/
/*    min-height: 600px;*/
/*    background: #f8f8f8;*/
/*}*/
.pro_tabs .nav-link{
    background: #F8F8F8;
    color: #272727;
    text-align: left;
    padding: 20px;
    transition: 0.4s;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    font-weight: 400;
    border-bottom:1px solid #DEDEDE;
}
.pro_tabs .nav-link:hover{
    background: #0068B4;
    color:#fff;
}
.pro_tabs .nav-link:hover path{
    fill: #fff;
}
.pro_tabs .nav-link.active{
    background: #0068B4;
}
.pro_tabs .nav-link.active path {
    fill: #fff;
}
.pro_tabs .nav-link svg {
    margin-left: 60px;
}
.pro_tabs .tab-content {
    width: 74%;
}
.pro_tabs .for_title h4{
    color: #272727;
    font-size: 40px;
    font-weight: 700;
}
.pro_tabs .for_title select{border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 15px;
    width: 240px;
}

.pro_tabs .pro_list .part_item {
    border: 2px solid #EEE;
    background: #FFF;
    width: calc(33.3% - 20px);
}
.pro_tabs .pro_list {
    gap: 30px;
    flex-wrap: wrap;
}
.pro_tabs .pro_list .part_item img{
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-bottom: 2px solid #EEE;
    padding: 15px;
}
.pro_tabs .pro_list .part_item a {
    display: block;
    text-decoration: none;
    color: #272727;
}

.pro_details{
    padding: 15px;
}

.pro_details h3{
    color: #272727;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}
.pro_details p{
    color: #535353;
    font-size: 14px;
    min-height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: 400;
}
.pro_details .learn_btn{
    color: #0068B4;
    margin-top: 15px;
}


.pro_slide_nav {
    position: unset;
    opacity: 1;
    background: #0068B4;
    border-radius: 40px;
    width: 70px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 45%);
}.pro_slide_nav svg {
    height: 16px;
}
.swiper-button-prev.pro_slide_nav {
    rotate: 180deg;
}
.pro_slide_nav:after{
    content: none;
}





.related_pro .part_item {
    border: 2px solid #EEE;
}
.related_pro .part_item img{
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-bottom: 2px solid #EEE;
    padding: 15px;
}
.related_pro .part_item a {
    display: block;
    text-decoration: none;
    color: #272727;
}
.target_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.target_item img {
    border: 2px solid #EEE;
    background: #FFF;
    padding: 10px;
    width: 65px;
    height: 65px;
    margin-bottom: 8px;
}
.target_item p {
    color: #535353;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.inner_product{
    background: #F3F2EA;
}.inner_product .for_border {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.available p{
    color: #535353;
    font-size: 14px;
    font-weight: 700;
}.available ul {
    display: inline-flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.available li{
    background: #FFF;
    color: #272727;
    text-align: center;
    padding: 4px 8px;
    font-size: 15px;
    font-weight: 500;
}
.pro_detail_tab .nav-item {
    width: max-content;
}
.pro_detail_tab .nav-item button.active{
    color: #fff;
    background-color: #0068B4;
}
.pro_detail_tab .nav-item button{
    color: #272727;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    padding: 12px 25px;
    background: #FFF;
    border-radius: 0;
}

.pro_detail_tab .tab-content h4{
    color: #272727;
    font-size: 20px;
    font-weight: 600;
}
.inner_product  .title .learn_btn{
    color: #0068B4;
    margin-top: 40px;
}
.inner_product .title h2{
    color: #272727;
    font-size: 30px;
    font-weight: 600;
}
#main_pro_thumb {
    padding:0 40px;
}
#main_pro_slide {
    padding:0 40px;
}
.inner_product_slider{
    padding: 40px 0;
    background: #fff;
}
.inner_product_slider #main_pro_thumb img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.inner_product_slider #main_pro_slide img {
    border: 2px solid #EEE;
    background: #FFF;
    width: 100%;
    height: 80px;
    object-fit: contain;
    padding: 10px;
}
.inner_product_slider #main_pro_slide .swiper-slide-active img{
    border: 2px solid #0068B4;
    
}

#main_pro_thumb .main_pro_nav:after{
    font-size: 20px;
    color: #C5C5C5;
}






























































































































































































@media screen and (min-width: 1400px) {
    .cstm-container {
        margin-left: calc(50vw - 686px) !important;
        padding-left: 35px;
        padding-right: 15px;
    }
}


@media (max-width: 992px){    
    .side_menu{
        display:inline-block;
    }
    header  .navbar-brand img {
        height: 60px;
    }
    header.sticky  .navbar-brand img {
        width: 100px;
    }
    header {
        padding: 8px 0;
        position: sticky;
    }.top_head {
        position: sticky;
        top:    0px;
        z-index: 9;
        padding: 0;
        width: 100%;
    }
    .side_bar{
        display:inline-flex;
    }
    header  .menu{
        right: -120%;
        top:0;
        position: fixed;
        width: 100%;
        max-height: 78vh;
        margin-top: 57px;
        overflow: auto;
        z-index: 9;
    box-shadow: 0px 20px 20px #0000006b;
        padding: 10px 4% 10px 4%;
        display:block;
        background-color: #fff;
        transition: 0.6s all ease-in-out !important;
        /* box-shadow: -10px 0px 20px #0000005e; */
    }
    .menu a {
        padding: 15px 0;
        font-weight: 600;
    }
    header  .menu ul {
        margin-top: 50px;
    }
        .menu li {
        margin: 0;
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }    
    /*header .menu a {*/
    /*    color: #000 !important;*/
    /*    text-align: left;*/
    /*}*/
    .menu a.btn_leaf {
        width: 100%;
        margin-left: 0px;
        margin-top: 50px;
    }
    .menu li .sub-menu {
        order: 1;
        transition: unset;
        padding: 0;
        min-height: auto;
    box-shadow: 0px 12px 12px #0000006b;
        z-index: 1;
        max-height: max-content;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }.sub-menu {
        position: unset;
        width: 100%;
        display: none;
    }    .menu-toggle-drop {
        color: #000;
        padding: 10px;
    }.dropdown_menu a:after {
    content: none;
}.menu-toggle-drop i{
    font-size: 25px;
}
        header .sub-menu .menu.kk {
        /*border: 1px solid;*/
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 0;
        max-height: max-content;
        box-shadow: none;
    }.menu li:hover .sub-menu {
        display: none;
    }
    header  .menu.kk{
        right: 0;
        /*transform: translateY(0);*/
    }
    /*header .menu a {*/
    /*    color: #000 !important;*/
    /*}*/
    
    header  .menu ul {
        display: block;
    }
    header  .menu ul {
        display: block;
    }
    .menu li {
        margin: 0;
        border-bottom: 1px solid #e3e3e3;
    }
    .logo img {
          height: 36px;
    }
    
    .side_bar.open span:nth-child(3) {
        transform: rotate(-45deg) translate(2px ,2px);
    }
    .side_bar.open span:nth-child(1) {
        transform: rotate(45deg) translate(2px ,-2px);
    }
    
    .section {
        padding: 25px 0;
    }
    .title h2 {
        font-size: 28px;
    }.product_home .pro_content h2 {
    font-size: 24px;
}
    .title p {
        font-size: 14px;
    }
    .custom_container{
        padding: 0 4%;
    }
    section.main_bnner .banner_content h2 {
        font-size: 24px;
    }
    section.main_bnner .banner_content p {
        font-size: 14px;
        width: 100%;
    }
    
    section.main_bnner .container-fluid{
        height: 100%!important;
    }
    section.main_bnner .row{
        height: 100%!important;
    position: relative;
    }
    section.main_bnner {
        height: auto;
    }
    section.main_bnner .banner_content {
        padding:  4%;
        width: 100%;
        text-align: center;
    }
    section.main_bnner .swiper-slide-active .banner_content{
        left: 0%;margin:auto;
    }
    /*section.main_bnner .swiper-slide img {*/
    /*    max-width: 90%;*/
    /*    height: 280px;*/
    /*    margin-bottom: 35px;*/
    /*    position: relative;*/
    /*}*/
    
    section.main_bnner .banner_content span {
        font-size: 32px;
    }section.main_bnner .swiper-slide-active img {
    right: 4%;
}.main_bnner .swiper-pagination span {
    background: #006cae;
}
    section.main_bnner img {
        margin-bottom: 10px;
        height: 320px;
        
    }
    .main_bnner .swiper-pagination {
        width: 100%;
    transform: translateY(-20px);
        text-align: center;
    }section.main_bnner:before {
        width: 100%;
        height: 35%;
        right: 0;
        bottom: 0;
    }
    footer {
        padding: 40px 0 10px;
    }
    footer p {
        padding-right: 0;
        font-size: 15px;
        justify-content: center;
    }
    footer .logo img {
        height: 52px;
    }
    .footer_logo {
        width: 100%;
    padding: 0;

        margin-bottom: 15px;
    }
    footer .col-md-8.d-flex{
        flex-wrap: wrap;
    }
    .footer_item {
        width: 48% !important;
        padding: 0px 0 !important;
    }
        .footer_item:last-child {
        width: 100% !important;
        padding: 0px 0 !important;
    }
    .footer-bottom-bar  .d-inline-flex{
        flex-direction: column;
        text-align: center;
        align-items: center;
        /* justify-content: center; */
    }
    .credit-text {
    text-align: center;
}
    footer .col-md-12 .align-items-center.d-inline-flex {
        padding: 10px 0 0;
        flex-wrap: wrap;
        text-align: center;
        margin: 20px 0 0 !important;
    }
    footer p.copy {
        width: 100%;
    }
    footer p a {
         padding-right: 0 !important;
        font-size: 15px ;
    }
    footer .designed{
        padding-right: 0 !important;
        justify-content: start;
        width: 100%;
        order: -1;
    }
    .footer-bottom-bar .justify-content-between {
        flex-wrap: wrap;
    text-align: center;
    }
    footer h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footer_menu li a {
        font-size: 15px !important;
    }
    .footer-bottom-bar .align-items-center{
        margin: auto;
    }
    
    
    .top_head form {
        width: 100%;
    }
    section.main_bnner .swiper-slide {
        flex-direction: column;
    }
    
    .about_number  .col-md-6 {
        margin-bottom: 15px;
    }
    .an_item {
        padding: 20px;
        align-items: center;
    }
    .an_item img {
        height: 55px;
        object-fit: contain;
        width: 15%;
    }
    .an_item .an_content h4 span {
        font-size: 32px;
    }
    .an_item .an_content p {
        font-size: 14px;
    }
    .product_home .pro_card {
        padding: 18px;
        padding-bottom: 0;
        height: auto !important;
    }
    .product_home  .custom_container {
        padding: 0 4% !important;
    }
    .pro_content {
        width: 100%;
    }
    #product_slider {
        padding-top: 15px;
    }
    .product_home .pro_card img {
                position: unset;
        width: 100%;
        height: 200px;
        object-fit: contain;
        object-position: right;
        transform: translateX(25px);
    }
    
    .key_item_content {
         position: unset; 
        width: 90%;
        margin: auto;
         transform: translateX(0%); 
    }
    .our_key svg {
        display: none;
    }
    .key_list {
        display: flex    ;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    margin-bottom: 30px;
    }
    .key_relative {
        margin-top: 10px !important;
    }
    
    .certi .for_border {
        top: -15px;
    }
    .certi .swiper-slide img {
        height: 180px;
    }
    .key_item {
        position: unset;
    }
    
    .title.d-flex{
        flex-wrap: wrap;
        justify-content: center !important;
        text-align: center;
    }
    .w-75 {
        width: 100% !important;
    }
    .blog_home .learn_btn {
        margin: 12px auto 0;
    }
    .blog_card.big_card .blog_img {
        height: auto;
    }
    a.blog_card {
        flex-direction: column;
    }
    .blog_card .blog_img {
        width: 100%;
        height: 200px;
        margin-right: 0;
    }
    .blog_card .blog_content {
        width: 100%;
        margin-top: 10px;
    }
    .reach_icon img {
        margin-bottom: -100px;
        margin-top: 20px;
        height: 170px;
        width: 50%;
        object-fit: contain;
    }
    .footer_conten_first  {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .footer_menu {
        padding-left: 0;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .test_page #test_slider .swiper-slide {
        gap: 40px;
        align-items: center;
        flex-direction: column;
    }
    .test_page #test_slider .swiper-slide iframe {
        width: 100%;
    }.test_page #test_slider .swiper-slide .banner_content {
        width: 100%;
    text-align: center;
    }.test_page #test_slider .swiper-slide .banner_content h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }.test_page #test_slider .swiper-slide p {
        font-size: 16px;
    }.test_page #test_slider .swiper-slide .banner_content h2:before {
        content: "“";
        position: absolute;
        left: 0;
        top: -40px;
        color: #408EC7;
        font-family: Calibre;
        font-size: 60px;
        font-weight: 500;
    }
    .test_page #test_slider .swiper-slide .banner_content h2:after {
        right: 0px;
        bottom: -40px;
        font-size: 60px;
    }
    ul#searchingData {
        right: 0% !important;
        width: 100% !important;
        top: 60px;
        max-height: 75vh !important;
    }
    
    .about_carus  .g-5, .gy-5 {
        --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 1.5rem;
    }
    
    
    .inner_bnner .banner_content {
        min-height: auto;
    }
    .inner_bnner .banner_content h2 {
        font-size: 24px;
    }
    .banner_content .breadcrumb-item {
        font-size: 12px;
    }
    
   .client_content {
        margin-bottom: 14px;
    }
    .client_image {
        margin-top: 0;
        z-index: -1;
    }
    .client_bg {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .journey .for_border {
        top: -15px;
    }
    .glob_item h6 {
        font-size: 18px;
    }.glob_item p {
        font-size: 16px;
    }
    .glob_cir h5 {
        font-size: 50px;
    }
    .glob_cir {
        height: 180px;
        aspect-ratio: 1 / 1;
    }
    .innovation svg.frt_svg {
        display: none;
    }
    .innovation svg.sec_svg {
        display: none;
    }
    .innovation .row:nth-child(2) .col-md-6:nth-child(1) {
        order: 1;
    }.inn_img {
        height: auto;
    }
    
    .journey .d-flex.gx-4{
        flex-wrap: wrap;
    }
    .journey #quote_thumb {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .journey #quote_slide {
        height: 380px;
    }
    .p-0 {
        padding: 15px !important;
    }
    .leader .title  {
        text-align: center;
    }
    .leader .d-flex.nav_btn  {
    justify-content: center;
    }
    .reach_out hr {
         position: unset; 
        width: 100%;
        height: 2px;
        margin: 25px 0;
    }
    .reach_out.about img {
        margin-bottom: 0;
        margin-top: 20px;
        height: auto;
    }
    .menu .sub-menu a {
        width: 100%;
    }
    
    .sub-menu2 {
        position: unset;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 9;
        width: 100%;
        padding-left: 12px;
        box-shadow: none;
        display: none;
    }
    .sub-menu2 .menu-toggle-drop{
        display:none;
    }
    .product_home .swiper-slide {
        height: auto;
    }
    
    
    .product_home.for_infra_page  .pro_card {
        padding-bottom: 18px;
    }
    .product_home.for_infra_page .pro_card img {
        width: auto;
        height: 100px;
        transform: unset;
    }
    .infra_sec .row {
        padding: 20px 0;
    }
    .infra_img_pat {
        position: relative;
    margin-bottom: 40px;
    }
    .infra_sec  .title  {
        text-align: center;
    }
    .infra_sec .row:nth-child(2n+2) .col-md-6:nth-child(2) {
        order: -2;
    }
    .cate_item {
        height: auto;
    }
        .cate_content {
        display: unset;
    }
    .cate_content div {
        padding: 20px !important;
        width: 100%;
    }
    .cate_main {
        position: unset;
        height: 200px;
        float: right;
    margin-top: -80px;
    }
    .img_murga {
        right: 5px;
        bottom: -40px;
        height: 130px;
        aspect-ratio: 1 / 1;
    }
    .cate_content h4 {
        font-size: 32px;
    }
    .cate_content p {
        font-size: 14px;
    }.cate_content li a {
        font-size: 14px;
    }
    .cate_content ul {
        gap: 30px;
    }
    .cate_page .col-md-12:nth-child(even) .cate_content .cate_main {
        float: left;
    }
    .pro_tabs .nav-pills {
        width: 100%;
        min-height: auto;
    }
    .pro_tabs {
        gap: 20px;
        flex-wrap: wrap;
    }
    .pro_tabs .tab-content {
        width: 100%;
    }
    .pro_tabs .tab-content .d-flex {
        flex-wrap: wrap;
    }
    .pro_tabs .for_title h4 {
        font-size: 24px;
    }
    .pro_tabs .for_title select {
        padding: 10px;
        width: 100%;
    }
    .pro_tabs .pro_list .part_item {
        border: 1px solid #EEE;
        background: #FFF;
        width: calc(50% - 5px);
    }
    .pro_tabs .pro_list .part_item img {
        width: 100%;
        height: 180px;
        border-bottom: 1px solid #EEE;
        padding: 10px;
    }
    .pro_details {
        padding: 10px;
    }
    
    .pro_details h3 {
        font-size: 18px;
    }
    .pro_details .learn_btn {
        color: #0068B4;
        margin-top: 10px;
    }
    .learn_btn {
        font-size: 14px;
    }
    .pro_tabs .pro_list {
        gap:10px;
        flex-wrap: wrap;
    }
    .pro_tabs .nav-link {
        padding: 15px;
        font-size: 16px;
    }
    .inner_product_slider {
        padding: 20px 0;
    }
    .inner_product_slider #main_pro_thumb img {
        height: 160px;
    }
    .inner_product .title h2 {
        font-size: 28px;
    }
    .pro_detail_tab .nav-item button {
        font-size: 14px;
        padding: 10px 15px;
    }
    .target_item img {
        width: 76px;
        height: 76px;
    }.target_list {
        justify-content: center;
    }.for_target {
        text-align: center;
    }
    .related_pro  .col-md-12.d-flex{
        flex-direction: column;
        text-align: center;
    }
    .related_pro  .col-md-12.d-flex .nav_btn   {
        justify-content: center;
    }
    
    .related_pro .part_item img {
        height: 180px;
         border-bottom: 1px solid #EEE; 
        padding: 10px;
    }
    .news_card .news_img {
        /*height: auto;*/
        /*overflow: hidden;*/
    }
    .news_card h4 {
        font-size: 16px;
    }
    .blog_content p {
        font-size: 14px;
    }
    .blog_content h4 {
        font-size: 18px;
    }.event_page p {
        font-size: 14px;
    }
    .news_detil.inner_bnner {
        height: auto;
    min-height: 220px;
    }
    .inner_bnner .custom_container {
        /*transform: none;*/
        bottom: 5px;
        /*top: unset;*/
    }
    .news_detil.blog_detail .banner_content {
        padding: 20px 0;
        width: 100%;
        text-align: center;
        place-content: end;

    }
    
    .news_detil.blog_detail .banner_content .up_detail  {
        margin: 0 !important;
        justify-content: center;
    }
    .reach_out {
        padding: 40px 0 40px !important;
    }
    .contact_office .col-md-4 {
        margin-bottom: 20px;
        padding: 10px 4%;
        border-bottom: 1px solid #C6C6C6;
        border-right: 0;

        text-align: center;
    }
    .contact_office .col-md-4 p {
        margin: 10px 0px ;
        font-size: 16px;
        font-weight: 500;
    }
    .contact form {
        padding: 15px;
    }
    .contact .form-control {
        font-size: 16px;
        padding: 10px 0;
        margin-bottom: 10px;
    }.contact select{
        font-size: 16px;
        margin-bottom: 10px;
        padding: 10px 0;
        
    }
    .contact_list {
        padding-right: 0;
        margin-top: 32px;
    }
    .contact_item p {
        font-size: 16px;
    }
    .contact_item h2 {
        font-size: 18px;
    }.contact_item {
        margin-bottom: 20px;
    }.share_option  {
        margin: 0 0 20px !important;
    }
    .news_home .title h2 {
        margin: 10px 0 0;
    }
    .inner_bnner.news_page   .custom_container{
        position: unset;
        transform: none;
        bottom: 10px;

    }
    .news_page #upcoming_slider {
        margin: 20px 0 20px auto;
        width: 100%;
        min-height: auto;
    }
    #upcoming_slider .swiper-slide .banner_content h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #upcoming_slider .swiper-slide .banner_content p {
        font-size: 14px;
    }
    #upcoming_slider .swiper-slide {
        padding: 15px;
        gap: 20px;
        flex-wrap: wrap;
    }#upcoming_slider .swiper-slide .banner_content .up_detail p {
        min-width: 47%;
    }.up_detail  {
    flex-wrap: wrap;
        gap: 0 25px !important;
}
    .news_detil .banner_content {
        padding: 15px;
    }
    .event_detail h3 {
        font-size: 20px;
        margin: 10px 0 10px;
    }
    .event_detail h2 {
        font-size: 22px;
        margin: 10px 0 10px;
    }
    .event_detail h1 {
        font-size: 24px;
        margin: 10px 0 10px;
    }
    .event_detail h4 {
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .event_detail h5 {
        font-size: 16px;
        margin: 10px 0 10px;
    }
    .event_detail h6 {
        font-size: 14px;
        margin: 10px 0 10px;
    }
    #upcoming_slider .swiper-slide img.up_img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }#upcoming_slider .swiper-slide .banner_content {
        width: 100%;
    }
    .news_card .news_content {
        gap: 0;
    }
    .event_detil.inner_bnner {
        height: auto;
    }
    .career_img {
        width: 100% !important;
        position: unset;
        margin-bottom: 12px !important;
        height: 200px !important;
    }
    .working  {
        padding-top: 0;
    }.work_content {
    padding: 0 15px;
    margin-bottom: 25px;
}
    .work_content p {
        color: #535353;
        font-size: 14px;
    }
    .stories .col-md-12.mb-4{
        flex-wrap: wrap;
        justify-content: center !important;
        text-align: center;
    }
    .sto_card {
        height: auto;
        padding: 0;
        gap: 0;
    }
    .sto_card img {
        position: unset;
    }
    .sto_card .sto_content {
        width: 100%;
        color: #000;
        padding: 0 10px;
    margin-top: 40px;
    }
    .sto_card .sto_content h2 {
        color: #000;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sto_card:before {
        content: none;
    }
    
    .sto_card .sto_content h2:before {
        left: 0;
    }
    
    .sto_card .sto_content h2:after {
        bottom: -45px;
    }
    .current_filter {
        padding: 10px;
        gap: 10px;
        flex-direction: column;
    }
    .current_filter select {
        width: 100%;
        padding: 12px;
    }.acc_btn h4 {
        font-size: 18px;
        width: 80%;
    margin-bottom: 14px;
    }
    .acc_btn {
        flex-wrap: wrap;
    }
    .acc_btn p {
        font-size: 16px;
        width: 35%;
    }
    .accordion-item .accordion-body p {
        font-size: 14px;
    }
    .current .accordion-body {
        padding: 0 0;
    }
    .apply_form {
        padding: 15px;
    }
    .job_desc ul.d-flex {
        gap: 5px 40px;
        padding: 10px 0;
        font-size: 14px;
        flex-wrap: wrap;
    }
    .leader .col-md-12.d-flex {
        flex-direction: column;
    }
    .event_blog .title {
    min-height: 320px;
        padding: 0 4%;
        background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%) !important;
        text-align: center !important;
        place-content: end;
        padding-bottom: 40px;
    }
    .event_blog .title p {
        margin-bottom: 20px ;
        width: 100%;
    }
    .event_blog  {
        padding: 0;
    }
    
    .read_sec #read_slider img {
        height: auto;
    }
    .video_section_reach {
        width: 100%;
        height: 300px;
    }
    .download_sec .col-md-12.gap-5 {
        flex-direction: column;
        text-align: center;
        gap: 10px !important;
    }
    .new_section .title {
        padding-right: 15px;
    }
    .new_section  .title  {
        text-align: center;
        padding-top:10px;
    }
    .new_section  .title h2 {
        font-size: 24px;
    }
    .new_section .col-md-6.position-relative:before {
        content:none;
    }
    .res_item h2 {
        font-size: 46px;
    }
    .res_item {
        padding: 20px;
    }
    .discovery .dis_sec .title {
        padding: 15px;
    }
    .discovery .col-md-6.position-relative:before {
        content: none;
    }
    
    .core_content h4 {
        font-size: 20px;
    }
    .core_content p {
        font-size: 14px;
    }
    
    
    
    
    #google_translate_element {
        position: absolute;
        width: 100% !important;
        left: 0;
        transition: 0.6s;
        padding: 8px;
        top: 0px;
        background: #fff;
    }
    #google_translate_element.active{
        top: 56px;
    }
    .goog-te-gadget .goog-te-combo {
        min-height: 42px;
    }
    .top_head .col-md-9 {
        position: absolute;
        width: 100%;
        z-index: 99;
        transition: 0.6s;
        padding: 8px;
        top: 0px;
        left: 0;
        background: #fff;
    }
    .top_head.active .col-md-9 {
        top: 56px;
    }
    
    
    
    
    
    
    
    .pro_tabs .cate_list {
        width: 100%;
            min-height: auto;
    }
    
    
    .test_page #test_slider .swiper-slide .position-relative {
        width: 100%;
    }
    #upcoming_slider .swiper-slide .position-relative {
        width: 100%;
    }
    
    
    
    
    
}

.for_border {
    user-select: none;
}.pagination {
    justify-content: center;
}table {
    max-width: 100%;
}b, strong {
    color: #000;
}
.title li {
    color: #535353;
}
@media only screen and (max-width: 1000px) and (min-width: 760px) {
    .search_icon  {
         display: block !important; 
    }
     .web_icon {
         display: block !important; 
    } 
    
    .web_icon {
         display: block !important; 
    } 
}

@media only screen and (max-width: 1100px) and (min-width: 760px) {
   .menu {
        column-gap: 13px;
    } .menu a {
        font-size: 13px;
    }.logo img {
        height: 34px;
    }
    .menu a.btn_leaf {
        min-width: 120px;
    }    .stories .col-md-12.mb-4 {
        justify-content: space-between !important;
    }.footer_conten_first {
        justify-content: space-between !important;
    }
        a.blog_card {
        flex-direction: row;
    }.blog_card .blog_img {
        height: 160px;
         margin-right: 15px; 
    }
    .blog_card .blog_content {
            margin-top: 0px;
        }
        .footer_conten .d-flex.gap-2 {
        flex-wrap: wrap;
    }.footer-bottom-bar .d-inline-flex {
        flex-direction: column;
        text-align: left;
        align-items: start;
        justify-content: center;
    }    .filterBy  {
        display: block !important;
    }
}