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

.custom_container{ 
    padding:0 6%;
    z-index: 1;
    position: relative;
}
.social-links path{
    fill: #000;
}
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;
  overflow-x: clip;
}


body {
  transition: background 1s ease;
  overflow-x: clip;
  max-width: 100%;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
    width:10px;
}

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0d228b; 
}



/* common style */


.btn_magnum{
    border-radius: 20px;
    font-weight:600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;  background: linear-gradient(135deg, #0369A1 0%, #075985 100%);

    padding:12px 20px ;
    position: relative;
    /*text-transform: capitalize;*/
    z-index: 1;
    transition: 0.4s;
    min-width: 180px;
    background-size: 100% 100%;
    display: inline-block;border-radius: 60px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.btn_magnum:hover {
    color: #fff;    
}
.btn_magnum svg{
    stroke: #fff;
    margin-left: 10px;
    transition: 0.4s;
}
.btn_magnum:hover svg{
    stroke: #fff;
    margin-left: 15px;
}

.btn-primary {
    background: linear-gradient(135deg, #0369A1 0%, #075985 100%);
    border-color: #0369A1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: linear-gradient(135deg, #075985 0%, #064e72 100%);
    border-color: #075985;
}



.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: 60px;
    z-index: 2;
}
.logo img {
    height: 44px;
}
.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: sticky;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 99;
    background: #fff; 
}
header.sticky {box-shadow: 0px 5px 10px #285c9d3d;
}
.navbar-brand.logo {
    margin: 0;
}
header .navbar-brand span {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-left: 10px;
}


.right_side h2{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}
.sub-menu {
    /*padding: 0 20px; */
    /*background: #141F49;*/
    position: absolute;
    /*width: 100%;*/
    /*left: 0;*/
    z-index: 2;
    justify-content: space-between;
    /*align-items: center;*/
    display: none;
    box-shadow:0px 0px 20px #285c9d3d;
    /*top: -20px;*/
    background: #fff;
    z-index: -1;
    max-width: 35%;
    border: 1px solid #395ba0;
}
.menu li:hover .sub-menu {
    display: inline-flex;
}
.sub-menu .menu {
    padding-right: 0;
    display: inline-block;
    min-width: 30%;
    width: initial;
    padding-top: 0px;
    position: relative;
    /*border-right: 1px solid rgba(65, 65, 65, 1);*/
}
.sub-menu li{
    /*position: relative;*/
    border: none;
    padding: 0 12px;
}
.sub-menu2 li{
}
.sub-menu2 {
    overflow-x: auto;
position: absolute;
    left: 100%;
    width: 100%;
    /*height: auto;*/
    /*max-height: 65vh;*/
    display: none;
    box-shadow:0px 0px 20px #285c9d3d;
    border: 1px solid #395ba0;
    background: #fff;
    /* z-index: -1; */
    top: -1px;
}
.sub-menu .dropdown_menu:hover .sub-menu2 {
    display: block;
}
.menu2 {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
/*.sub-menu  a:hover {*/
/*    color: #fff !important;*/
/*}*/


.dropdown_menu a:after {
    content: "";
    transform: rotate(45deg) translatey(-2px);
    -webkit-transform:rotate(45deg) translatey(-2px);
    border: solid #395ba0;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 15px;
}
.sub-menu  a:after {
     transform: rotate(-45deg) translatey(-2px); 
    border-color: #395ba0;
    opacity: 0;
    -webkit-transform: rotate(-45deg) translatey(-2px);
}
.sub-menu  a:after {
     transform: rotate(-45deg) translatey(-2px); 
    border-color: #395ba0;
    opacity: 0;
    content: "";
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg) translatey(-2px);
}
/*.sub-menu  a:hover:after {*/
/*    opacity: 1;*/
/*}*/
.sub-menu .dropdown_menu a:after {
     transform: rotate(-45deg) translatey(-2px); 
    border-color: #395ba0;
    opacity: 0;
    -webkit-transform: rotate(-45deg) translatey(-2px);
}

.sub-menu .dropdown_menu a:after {
     transform: rotate(-45deg) translatey(-2px); 
    border-color: #395ba0;
    opacity: 0;
    content: "";
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg) translatey(-2px);
}
/*.sub-menu a:after {*/
/*    content: none;*/
/*}*/
.sub-menu .dropdown_menu a:hover:after {
    opacity: 0;
}

.sub-menu2 a:after {
    content: none;
}
.menu {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    position: relative;
    padding: 0;
    column-gap: 60px;
    margin: 0;
    /*margin-left: auto;*/
    align-items: center;
    z-index: 1;
}
.menu a {
    display: block;
    text-decoration: none;
    transition: 0.4s;
    text-transform: capitalize;
    text-align: center;
    padding: 16px 0;
    font-weight: 600;
    font-size: 16px;
    color: #272727;
}
.menu .sub-menu a {
    text-align: left;
    font-size: 14px;
    /*color: #fff;*/
    padding: 8px 0 2px;
}
.menu a:hover {
    color:#395ba0;
    text-decoration: underline;
}

.search_btn {
    color: #fff;
    margin-left: 20px;
}
.side_bar{
    padding: 8px;
    margin-left: 40px;
    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;
  }
  
  .side_bar span:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    width: 80%;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
   
  
  .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;
}
  
.title_head{
  position: relative;
  text-align: center;
    overflow: hidden;
}
.title_head:before{
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: #ababab;
    transition: 3s;
  top: 50%;
  transform: translateY(-50%);
}
.title.animation .title_head:before{
  width: 100%; 
    transition-delay: 0.2s;

}
.footer_logo .newsletter h4{
    font-size: 20px;
    font-weight: 500;
    color:#fff;
}
.footer_logo p {
    color: #D8D8D8;
    font-size: 14px;
    font-weight: 400;
}
footer .custom-logo {
    height: 44px;
    object-fit: contain;
    margin-bottom: 20px;
}
footer {
    position: relative;
    bottom: 0;
    color:rgba(39, 39, 39, 1);
    background: rgba(248, 249, 253, 1);
    padding-top: 80px;
} 

footer .footer_item.sol_item li:nth-child(3) a{
    color: rgba(39, 39, 39, 1);
    font-size: 18px;
    text-transform: uppercase;
}
footer .footer_item h4 {
    margin-bottom: 15px;
    color: rgba(39, 39, 39, 1);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}
footer .footer_item li a {
    color: rgba(39, 39, 39, 1);
    text-decoration: none;
    font-weight: 500;
    margin: 12px 0;
    display: block;
    font-size: 16px;
}
footer .footer_item li a:hover {
    color: #395ba0;
}
footer .footer_item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 6px;
}
.newsletter input{
    color: #D9D9D9;
    margin: 20px 0;
    background: #FFFFFF47;
    border: none;
    font-size: 16px;
}
footer .social_foter h4 {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #FFFFFF54;
    padding-bottom: 10px;
}

footer .footer-bottom-bar .d-inline-flex{
    padding: 20px 0;
    color: rgba(39, 39, 39, 1);
    border-top: 2px solid rgba(57, 91, 160, 1);
}
.footer-bottom-bar .copy + a{
    margin-left: 80px;
}
.footer-bottom-bar  a{
    color: rgba(39, 39, 39, 1);
    text-decoration: none;
}
.footer_item {
    width: 33%;
    padding-right: 40px;
}
.social-links a{
    color: #161617;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    transition: .6s;
    text-decoration: none;
    border: 0.5px solid #FFFFFF;
    border-radius: 50%;
    /*width: 45px;*/
    height: 45px;
}  
.social-links a svg{
    height: auto;
    fill: #fff;
    width: 22px;
}
.social-links a:hover{
    transform: translateY(-10px);
}  
.social-links {
    margin-bottom: 50px;
}

.footer_conten p{
    font-size: 14px;
    font-weight: 400;
    color: #D8D8D8;
    margin: 20px 0 50px;
    width:80%;
}

footer .footer_list ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
footer .footer_list ul li {
    margin-bottom: 15px;
}
footer .footer_list ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    display: flex;
    align-items: center;
}
footer .footer_list {
    max-width: 20%;
}
footer .first_sec .footer_list a img {
    height: 15px;
    margin-right: 10px;
}
footer .second_sec {
    border-top: 2px solid rgb(255 255 255 / 40%);
    padding: 20px 0;
    margin: 20px 0 0;
    border-bottom: 2px solid rgb(255 255 255 / 40%);
}
footer .second_sec img {
    width: 120px;
    object-fit: contain;
}
footer .third_sec {
    padding: 20px 0;
}
ul.social_link {
    display: inline-flex;
    gap: 12px;
}
footer .second_sec .footer_list ul li {
    margin-bottom: 0;
}
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;
}



.inner_banner .title h1,
.inner_banner .title h2{
    font-size: 50px;
}

.title h1,
.title h2{
  font-family: "Montserrat", sans-serif;
    color: rgba(39, 39, 39, 1);
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title h4{
    font-size: 26px;
    font-weight: 700;
}
.title p{
    color: #535353;
    font-size: 16px;
    font-weight: 400;
}
.section{
    padding:80px 0;
    overflow: hidden;
    position: relative;
}

.learn{
    font-weight: 400;
    font-size: 16px;
    color: #D90368;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
}

.learn:hover {
    color:#F1681A;
}
.learn:hover svg{
    margin-left:8px;
}
.learn svg{
    margin-left: 12px;
    transition: 0.4s;
}

/* home page */

#main_slider .main:after{
    color: #fff;
}
#main_slider .home_pagi span{
    background: #fff;
}
section.main_bnner {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
section.main_bnner .swiper-slide {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}


section.main_bnner .banner_content {
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    text-align: center;
}
section.main_bnner .banner_content h1,
section.main_bnner .banner_content h2{
    font-size: 40px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    width: 80%;
    text-transform: uppercase;
    margin: auto;
}
section.main_bnner .banner_content p:hover {
    color: #fff;
}
section.main_bnner .banner_content p {
    color: rgba(255, 255, 255, 1);
    transition: 0.4s;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    width: 60%;
    margin: auto;
}
section.main_bnner .banner_content img {
    position: absolute;
    width: 100%;
    bottom: 0%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}
.main_bnner  .swiper-slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003B;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}
section.main_bnner .banner_content .d-inline-flex {
    background: #FFFFFF26;
    padding: 0px 6%;
    gap: 40px;
}
.we_sec  .col-md-4 .title{
    width: 90%;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding-bottom: 60px;
}
.we_sec ul {
    padding: 0;
    display: inline-flex;
    width: 100%;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.we_sec ul h4 {
    color: rgba(57, 91, 160, 1);
    font-size: 40px;
    font-weight: 700;
}.we_sec ul h4 span {
    color: rgba(57, 91, 160, 1);
    font-size: 40px;
    font-weight: 700;
}
.we_sec ul p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(39, 39, 39, 1);
}
.learn_btn {
    color: rgba(39, 39, 39, 1);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    text-decoration: none;
}.learn_btn:hover {
    color: rgba(39, 39, 39, 1);
}
.learn_btn:hover svg{
    margin-left: 10px;
}
.learn_btn svg{
    background: rgba(24, 24, 24, 1);
    width: 34px;
    height: 34px;
    display: block;
    transition: 0.4s;
    border-radius: 50%;
    padding: 9px;
}


.nav_btn {
    margin: auto;
    justify-content: center;
    width: 100%;
    gap: 20px;
    align-items: center;
}
.nav_btn div:after{
    content: none;
}
.nav_btn div {
    position: unset;
    border: 1px solid #535353;
    border-radius: 50%;
    width: 50px;
    transition: .4s;
    height: 50px;
}
.nav_btn div:hover {
    background: #E76E24;
}
.nav_btn div:hover svg path{
    fill: #fff;
}

.sol_list .sol_item {
    position: relative;
    width: 50%;
    transition: 0.4s;
}
/*.sol_list .sol_item:last-child{*/
/*    width: 80%;*/
/*}*/
.sol_list .sol_item:hover video {
    opacity: 1;
}
.sol_list .sol_item div{
    background: rgba(229, 229, 229, 1);   
    margin-bottom: 15px;
    position: relative;
    height: 400px;
    overflow: hidden;

}
.sol_list .sol_item video {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
    /*left: 0;*/
    /*top: 0;*/
    /*opacity: 0;*/
}
.sol_item p {
    color: rgba(39, 39, 39, 1);
    font-size: 20px;
    font-weight: 700;
}
.sol_list .sol_item img {
    mix-blend-mode: darken;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.journey_sec  .jor_nav:after{
    color: #000000; 
    transform: translateY(-15px);
}
.journey_sec .jor_nav.swiper-button-prev {
    left: 7%;
}
.journey_sec .jor_nav.swiper-button-next {
    right: 7%;
}
.partner_sec{
    background: rgba(248, 249, 253, 1);
}
.partner_sec .partner_img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 20px;
}
.partner_sec .partner_img img{
    width: 100%;
    transition: 0.4s;
    height: 100% !important;
    object-fit: cover; 
}.partner_sec .swiper-slide {
    text-decoration: none;
}
.partner_sec .swiper-slide img {
    height: 50px;
    margin-bottom: 5px;
}
.partner_sec .swiper-slide h2 {
    font-size: 20px; 
    font-weight: 600;
    color: rgba(39, 39, 39, 1);
}
.partner_sec .swiper-slide h2 svg {
    transition: 0.4s;
    margin-left: 10px;
}
.partner_sec .swiper-slide:hover .partner_img img{
    scale: 1.1;
}
.partner_sec .swiper-slide:hover h2 svg {
    margin-left: 15px;
}

.partner_nav {
    background: rgba(24, 24, 24, 1);
    width: 35px;
    height: 35px;
    display: block;
    transition: 0.4s;
    border-radius: 50%;
    padding: 9px;
    display: grid;
    place-content: center;
    right: 30px;
    top: 55%;
}
.partner_nav:after {
    content:none;
}
.partner_sec  .title  {
    padding: 0 6%;
}
#partner_slider {
    width: 88%;
}
.swiper-button-prev.partner_nav {
    rotate: 180deg;
    left: 30px;
}

.part_item {
    border: 0.5px solid rgba(188, 188, 188, 1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 320px;
    display: block;
    text-decoration: none;
    width: 100%;
    /*height: 100%;*/
    transition: 0.4s;
}
.part_item:hover {
    box-shadow: 0px 9px 20px 0px #00000026;
}
.part_item img {
    height: 180px;
    object-fit: contain;
    margin-bottom: 20px;
    width: 100%;
}
.part_item h3{
    color: rgba(65, 65, 65, 1);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.part_item p{
    font-size: 12px;
    font-weight: 400;
    color: rgba(160, 160, 160, 1);

}



.insight_sec .insight_img {
    width: 100%;
    height: 340px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.insight_sec .insight_img img{
    width: 100%;
    transition: 0.4s;
    height: 100% !important;
    object-fit: cover; 
}
.insight_sec .col-md-6 h2 {
    font-size: 20px; 
    width: 85%;
    font-weight: 700;
    color: rgba(39, 39, 39, 1);
}
.insight_sec .col-md-6:hover .insight_img img{
    scale: 1.1;
}
.insight_sec .col-md-6 span {
    position: absolute;
    left: 0;
    padding: 5px 15px;
    top: 0;
    background: #fff;
    color: rgba(83, 83, 83, 1);
    font-size: 14px;
    font-weight: 400;
}







.blog_sec .blog_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.blog_sec .blog_img img{
    width: 100%;
    transition: 0.4s;
    height: 100% !important;
    object-fit: cover; 
}
.blog_sec .col-md-4 h2 {
    margin: 5px 0 15px;
    font-size: 18px; 
    font-weight: 600;
    color: rgba(39, 39, 39, 1);
}
.blog_sec .col-md-4:hover .blog_img img{
    scale: 1.1;
}
.blog_sec .col-md-4 span {
    color: rgba(83, 83, 83, 1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

.blog_sec .col-md-4 .blog_content{    padding: 25px;
    background: rgba(248, 249, 253, 1);
}



.blog_sec a {
    text-decoration: none;
    margin-bottom: 25px;
}
.blog_sec .blog_content p{
    font-size: 16px;
    font-weight: 600;
    color: #395BA0;
}

.last_contact .title{
    background: rgba(57, 91, 160, 1);    color: #fff;
    padding: 50px;
    
}
.last_contact .title p{  
    color: #fff;
    font-weight: 400;
    margin: 15px 0;
}
.last_contact .title a{  
    color: #fff;
    font-weight: 400;
}
.last_contact .title a svg{  
    background: #fff;
}
.last_contact .title a svg path{  
    stroke: #000;
}
.last_contact .title h5 {
    font-weight: 700;
    font-size: 20px;
}
.choose .title img {
    height: 250px;
    object-fit: contain;
    margin: 25px 0;
}


.choose_item {
    display: inline-flex;
    width: 100%;
    gap: 40px;
    margin-bottom: 40px;
}
.choose_item img{
    height: 70px;
    width: 70px;
    object-fit: contain;
}
.choose_item h5 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(65, 65, 65, 1);
}
.choose_item p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
}
.choose  {
    border-bottom: 1px solid rgba(160, 160, 160, 1);
}
.choose_item:last-child{
    margin-bottom: 0px;
}

.about_bnner img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}









.journey_sec {
    border-top: 1px solid #000000;
}


.journey_sec .journey_content img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}
.journey_sec .journey_content h2{
    font-size: 30px;
    font-weight: 700;
    color: #272727;
}
.journey_sec .journey_content p{
    color: #535353;

}
.journey_sec #journey_thumb h2{
    font-size: 16px;
    color: #272727;
    /*cursor: pointer;*/
    font-weight: 700;
}
.journey_sec #journey_thumb {
    width: 50%;
    margin: 60px auto 0;
    text-align: center;
    padding-bottom: 30px;
}
.journey_sec .jorney_pag {
    position: unset;
    width: 40%;
    margin: -25px auto;
}
.journey_sec .jorney_pag .swiper-pagination-progressbar-fill {
    background: #395BA0;
}
.journey_sec #journey_thumb h2:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #285c9d;
    border-radius: 50%;
    left: 50%;
    bottom: -15px;
    z-index: 9;
    transform: translateX(-50%);
}
.jor_nav {
    background: rgba(24, 24, 24, 1);
    width: 35px;
    height: 35px;
    display: block;
    transition: 0.4s;
    border-radius: 50%;
    padding: 9px;
    display: grid;
    place-content: center;
    right: 30px;
    top: 47%;
}
.jor_nav:after {
    content:none;
}
.swiper-button-prev.jor_nav  {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    left: 30px;
}


.value_sec {
    background: #F8F9FD;
}

.value_sec ul {
    padding: 0;
    display: inline-flex;
    gap: 80px;
    list-style: none;
    text-align: center;
    flex-wrap: wrap;
}
.value_sec ul li{    
    width: calc(25% - 60px);
}
.value_sec ul img{
    height: 80px;
    margin-bottom: 15px;
}

.value_sec ul h5{
    color: #272727;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.value_sec ul p{
    color: #535353;
}
.lead_item .lead_img{
    background: #ebebeb;
    margin-bottom: 15px;
}
.lead_item .lead_img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.lead_item h2{
    color: #272727;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}
.lead_item p{
    margin-bottom: 4px;
    color:#535353;
}
.lead_item svg {
    fill: #0079b4;
    width: 25px;
    height: 25px;
}
.lead_item {
    margin-bottom: 40px;
}


.about_partner_sec{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.about_partner_sec img{
    height: 130px;
}
#client_slider img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.prod_lists  {
    border-top: 0.5px solid #BCBCBC;
}

.prod_lists  .accordion-item {   
    border: none !important;
    border-bottom: 0.5px solid #BCBCBC !important;
}
.prod_lists  .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 0;
    padding: 15px 0;
    color: #395BA0;
    font-weight: 700;
}
.prod_lists  .accordion-body {
    padding: 0 0 15px 0;
}
.prod_lists  .accordion-body a {
    display: block;
    text-decoration: none;
    color: #525252;
    padding: 5px 0;
}
.prod_lists  .accordion-body a.active {
    color: #395BA0;
    font-weight: 600;
}

.prod_lists .accordion-button.collapsed{
    color: #272727;
    font-weight: 400;
}

.pro_lists {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}
.pro_lists .part_item {
    width: calc(33% - 15px);
}
.pro_lists .part_item span{
    color: #395BA0;
    text-decoration: none;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
}
.pro_lists .part_item a{
    color: #395BA0;
    text-decoration: none;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
}

#pro_slider {
    background: radial-gradient(46.42% 66.11% at 50% 54.08%, #FFFFFF 29%, #EEF1FB 100%) ;
}

#pro_slider img {
    width: 100%;
    object-fit: contain;
    height: 340px;
}

#pro_slider span.swiper-pagination-bullet-active {
    background: #395BA0;
}

#pro_slider span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.over_sec .over_links {
    background: #F0F2FA;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
}
.over_sec .over_links a {
    color: #272727;
    text-decoration: none;
    padding: 20px 0;
    font-weight: 600;
    transition: 0.4s;
    width: 25%;
    text-align: center;
}
.over_sec .over_links a:hover {
    color: #fff;background: #0369A1;
}


.over_sec #key{
    border-top: 1px solid #BCBCBC;
    padding: 60px 0;
    margin: 100px 0 0;
}
.over_sec #key .key_card{
    border: 1px solid #E1E1E1;   
    height: 100%;
    min-height: 220px;
    padding: 25px;
}

.over_sec #key .key_card img{
    height: 25px;
    margin-bottom: 15px;
}
.over_sec #key .key_card p{
    font-size: 15px;
    font-weight: 400;
    color: #272727;

}
.part_sec .part_item a {
    text-decoration: none;
    color: #272727;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.spec_sec{
    background: #395BA0;
}
.spec_sec .title h1,
.spec_sec .title h2 {
    color: #fff;
}

.spec_sec .spec_card {
    color: #fff;
    padding: 40px;
}
.spec_sec .spec_card h5{
    font-size: 20px;
    font-weight: 600;
}
.spec_sec .spec_card img {
    height: 80px;
    margin-bottom: 20px;
}

a.video_card {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 300px;
    position: relative;
}
a.video_card img {
    width: 100%;
    transition: 0.4s;
    height: 100%;
    object-fit: cover;
}
a.video_card:hover img {
    scale: 1.1;
}
a.video_card svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 18px;
    background: rgb(0 0 0 / 50%);
}

#videoModal .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
    filter: invert(1);
    opacity: 1;
    z-index: 9;
}
#videoModal .modal-body {
    line-height: 0;

}

.faq .accordion-item {
    background: transparent;
    border: none;   
    padding: 25px 0;
    border-bottom: 1px solid #CDCDCD;
}
.faq .accordion {
    background: #F8F9FD;
    padding: 20px 40px;
}
.faq .accordion-item .accordion-button {
    background: transparent;
    padding: 0;
    color: #414141;
    font-size: 20px;
    box-shadow: none;
    font-weight: 600;
}
.faq .accordion-item .accordion-body{
    padding: 20px 0 0;
}

.contact .title{
    background: #395BA0;
    padding: 40px;
    position: relative;
    min-height: 600px;
    overflow: hidden;
}
.contact .title p {
    color: #fff;
}
.contact .title h1,
.contact .title h2{
    color: #fff;
}
.contact .title img {
    position: absolute;
    right: -40px;
    bottom: -40px;
    mix-blend-mode: color-dodge;
    height: 220px;
    filter: invert(1);
    opacity: 0.2 !important;
}
.cont_link{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    border-top: 1px solid #607FBD;
}
.cont_link a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact  form {
    padding: 30px 50px;
}
.contact  form .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #272727;
}.contact  form .form-control {
    background: #F2F4FC;
    border: 1px solid #E1E1E1;
    padding: 12px;
}



.sol_img{
    border: 1px solid #E1E1E1;
    display: grid;
    width: 90%;
    place-content: center;
    padding: 60px 0;
}

.sol_img img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}


.sol_sec_sec .nav-pills {
    background: #F0F2FA;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
}
.sol_sec_sec .nav-pills .nav-item {
    text-decoration: none;
    width: 50%;
    text-align: center;
}
.sol_sec_sec .nav-pills .nav-item button{
    color: #272727;
    text-decoration: none;
    padding: 20px 0;
    font-weight: 600;
    transition: 0.4s;
    width: 100%;
    border-radius: 0;
}
.sol_sec_sec .nav-pills .nav-item button.active{
    color: #fff;background: #0369A1;
}
.sol_sec_sec .nav-pills .nav-item button:hover{
    color: #fff;background: #0369A1;
}
.sol_img_list {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 60px;
    width: 100%;
}
.sol_img_item {
    width: calc(100% / 6);
    text-align: center;
    border: 1px solid #DDDDDD;
    display: grid;
    transition: 0.4s;
    place-content: center;
}

.sol_img_item a{
    color: #272727;
    text-decoration: none;
    transition: 0.4s;
    font-weight: 600;
    display: block;
}
.sol_img_item a span {
    opacity: 0;
}
.sol_img_item img{
    height: 65px;
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    object-fit: contain;
    margin-top: 15px;
}
.sol_img_item:hover a span{
    opacity: 1;

}


.sticky_btn {
    position: fixed;
    right: -80px;
    top: 35vh;
    background: linear-gradient(135deg, #0369A1 0%, #075985 100%);
    z-index: 9;
    color: #fff !important;
    text-decoration: none;
    transform: rotate(-90deg);
    padding: 10px 15px;
    font-weight: 600;
}


.sol_img_item:hover{
    box-shadow: 0px 0px 20px 0px #0000001A;
}
.principal_banner .col-md-12 img{
    height: 420px;
    object-fit: cover;
    margin-bottom: 60px;
}
.principal_banner .col-md-5 img{
    height: 150px;width:100%;
}


.principal_page .pro_lists .part_item{
    width: calc(25% - 20px);
}

.principal_page  select{
    border: 1px solid #E1E1E1;
    background: #F2F4FC;
    width: 35%;
    margin: 20px auto 40px;
    padding: 15px;
    display: flex;
}
.work_item .work_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work_item h4{
    font-size: 20px;
    font-weight: 600;
    color: #272727;
    margin-top: 15px;
}
.work_item {
    background: #F8F9FD;
    padding: 60px 40px;
    height: 240px;
    margin-bottom: 20px;
}
.work_item.dark_item {
    background: #395BA0;
    color: #fff;
}
.work_item.dark_item h4 {
    color: #fff;
}
.img_item{
    padding:  0px;
    height: calc(100% - 20px);
    margin-bottom: 0;
}
.inner_banner img {
    max-height: 85vh;
    object-fit: cover;
}
.open_serach {
    background: #F8F9FD;
    padding: 40px 20px;
    width: 100%;
    margin-top: 40px;
}
.open_serach select{
    width: 25%;
    padding: 10px;
}

.hr-msg img {
    height: 380px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    padding: 20px;
    border: 2px solid #D6D9E9;
}
.hr-msg h5 {
    font-size: 20px;
    font-weight: 600;
    color: #395BA0;
    margin: 0;
}
.hr-msg .title h6{
    font-size: 30px;
    font-weight: 500;
    padding: 35px 60px;
    position: relative;
}
.hr-msg .title h6 span{
    font-size: 100px;
    font-weight: 400;
    color: #D6E6ED;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Montserrat';
}
.hr-msg .title h6 span.sec {
    right: 0;
    bottom: 0;
    left: unset;
    top: unset;
    transform: rotate(180deg);
}
.hr-msg .title {
    padding: 0 40px;
}



.current{
    background: rgba(246, 251, 252, 1);
}
.acc_btn {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.acc_btn h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: rgba(49, 49, 49, 1);width: 30%;
}
.acc_btn p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    color: rgba(49, 49, 49, 1);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;
    background: transparent;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.current .accordion-button:after {
    display: none;
}
.accordion-body {
    padding: 20px 0;
}
.accordion-body .learn_btn   {
    background: #0369A1;
    color: #fff;
    padding: 5px 12px;
}
.accordion-body .learn_btn svg {
    background: #0369A1;
}
.acc_btn span{
    font-size: 24px;
    color: #395BA0;
    font-weight: 700;
    /*text-decoration: underline;*/
}
.acc_btn span.minus{
    display:none;
}.current .accordion-button:not(.collapsed) span{
    display:none;
}
.current .accordion-button:not(.collapsed) span.minus{
    display:block;
}



.home-cta-section .custom_container .img-wrap {
    position: relative;
}

.home-cta-section .row{
    background: #395BA0;
}

.home-cta-section .custom_container .img-wrap > img {
    width: 100%;
}

.home-cta-section .title {
    padding: 40px 8%;
}

.home-cta-section .custom_container .img-wrap {
    height: 400px;
    height: 100%;
}

.img-wrap img {
    width: 100%;
    height: 100%;   
    object-fit: cover;
}







.apply_form {
    background: #F2F4FC;
    padding: 40px;
}
.apply_form label {
    font-size: 16px;
    font-weight: 700;
    color: #151417;
    margin: 10px 0;
}
.apply_form input {
    padding: 12px;
    margin-bottom: 5px;

}
.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{
    font-size: 20px;
    font-weight: 700;
    margin: 32px 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;
    margin: 5px 0;
}
.service_form {
    background: #395BA0;
    padding: 40px;
    color: #fff;
}

.service_form .form-control{
    padding: 15px;
    border-radius: 0;
}






.query_form form{
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.13);
    padding: 40px;
    border-radius: 10px;
}
.query_form .form-control {
    border: 1px solid rgba(217, 217, 217, 1);
    background: rgba(242, 245, 246, 1);
    margin-bottom: 15px;
    outline: none;
    box-shadow: none;
}
.query_form .form-select {
    border: 1px solid rgba(217, 217, 217, 1);
    background: rgba(242, 245, 246, 1);
    margin-bottom: 15px;
    outline: none;
    box-shadow: none;
}
.query_form .form-floating .form-control:focus~label::after {
     background-color: transparent; 
}
.query_form .form-floating .form-select~label::after {
     background-color: transparent; 
}


.query_form .title h4{
    font-size: 24px; 
    margin-top: 40px;
    font-weight: 600;
}
.query_form .title p{
    font-size: 18px;
    font-weight: 400;
}
.contact_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.location  .col-md-4 {
    margin-bottom: 25px;
    color: #272727;
    text-decoration: none;
}
.contact_img img {
    width: 100%;
    transition: 0.4s;
    height: 100%;
    object-fit: cover;
}
.location  .col-md-4:hover .contact_img img {
    scale: 1.1;
}
.loc_detail {
    background: #F8F9FD;
    padding: 25px;
}
.loc_detail h2 {
    font-size: 24px;
    font-weight: 400;
}
.loc_detail p{
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600;
}
.loc_detail span{
    font-size: 16px;
    font-weight: 600;
}









.feat_sec a {
    text-decoration: none;
}
.feat_sec .blog_img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.feat_sec .blog_img img{
    width: 100%;
    transition: 0.4s;
    height: 100% !important;
    object-fit: cover; 
}
.feat_sec .col-md-6 h2 {
    font-size: 18px; 
    font-weight: 600;
    margin: 6px 0 15px;
    color: rgba(39, 39, 39, 1);
}
.feat_sec .col-md-6:hover .blog_img img{
    scale: 1.1;
}
.feat_sec .col-md-6 span {
    color: rgba(83, 83, 83, 1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}
.feat_sec .blog_content p {
    font-size: 16px;
    font-weight: 600;
    color: #395BA0;
}
.feat_sec .col-md-6 .blog_content{    padding: 25px;
    background: rgba(248, 249, 253, 1);
}




.blog_bg {
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.blog_banner {
    position: relative;
    width: 100%;
    height: 540px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.blog_banner:before {
    background: #00000082;
    position:absolute;
    content:'';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.blog_banner h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.post_share ul{
    width: 100%;
    display: inline-flex;
    padding: 0;
    list-style: none;
    gap: 15px;
    margin: 0;
}
.post_share ul a {
    display: flex;
    border-radius: 50%;
    border: 1px solid rgba(104, 101, 94, 1);
    aspect-ratio: 1 / 1;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.post_share ul a svg {
    fill: #3b3b3b;
}
.post_by {
    color: #395BA0;
    font-size: 14px;
    font-weight: 400;
}

.blog_page_detail{
 padding:40px 0;   
}
.post_share {
    display: inline-flex;
    gap: 20px;
    align-items: center;
}
.blog_page_detail p{
    font-size: 16px;
    font-weight: 400;
}
.blog_page_detail h4{
    font-size: 20px;
    margin: 25px 0;
    font-weight: 600;

}
.blog_page_detail img{
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
    margin-top: 25px;
}
.blog_latest .for-bor{
    border-top: 1px solid #D8D8D8;
    padding-top: 60px;
}


.past_sec ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
    width: 100%;
    color: #535353;
    font-size: 14px;
    gap: 40px;
    margin-top: 10px;
    margin-bottom: 0;
}
.past_sec ul img {
    margin-right: 10px;
}
.past_sec a {
    text-decoration: none;
    margin-bottom: 25px;display: block;
    box-shadow: 0px 0px 24px 0px #0000001A;
}
.past_sec .past_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.past_sec .past_img img {
    width: 100%;
    transition: 0.4s;
    height: 100% !important;
    object-fit: cover;
}
.past_sec .col-md-4:hover .past_img img {
    scale: 1.1;
}
.past_sec .col-md-4 .past_content {
    padding: 25px;
}
.past_sec .col-md-4 h2 {
    margin: 5px 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(39, 39, 39, 1);
}
#eventModal .modal-dialog {
    max-width: 80%;
}
#eventModal .modal_body {
    display: inline-flex;
    gap: 25px;
    width: 100%;
    flex-wrap: wrap;
}
#eventModal .modal_body img {
    width: calc((100% / 3) - 20px);
    height: 250px;
    object-fit: cover;
}
#eventModal .modal-body {
    padding: 30px;
}
#eventModal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
#eventModal .modal_head{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}
#eventModal .modal_head h2 {
    width: 50%;
    font-size: 24px;
    font-weight: 600;
}
#eventModal .modal_head ul{
    padding: 0;
    list-style: none;
    display: inline-flex;
    color: #535353;
    font-size: 14px;
    gap: 40px; 
    margin-bottom: 0;
    margin-right: 50px;
}
#eventModal .modal_head ul img {
    margin-right: 10px;
}
.upcom_sec a{
    display: inline-flex;
    gap: 40px;
    align-items: center;
    text-decoration: none;
    color: rgba(39, 39, 39, 1);
}
.upcom_sec .past_img {
    width: 50%;
    height: 350px;
    overflow: hidden;
}
.upcom_sec .past_img img {
    width: 100%;
    transition: 0.4s;
    height: 100% !important;
    object-fit: cover;
}
.upcom_sec .past_content {
    width: 50%;
}
.upcom_sec a:hover .past_img img {
    scale: 1.1;
}

.upcom_sec a h2 {
    margin: 5px 0 15px;
    font-size: 26px;
    font-weight: 600;
    color: rgba(39, 39, 39, 1);
}
.upcom_sec ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
    width: 100%;
    color: #535353;
    font-size: 14px;
    gap: 40px;
    margin-top: 10px;
}
.upcom_sec ul img {
    margin-right: 10px;
}
.upcom_sec a span {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.upcom_sec .upcom_nav  {
    width: 40px;
    height: 40px;
    background: #000;
    right: 20px;
    border-radius: 50%;
}

.upcom_sec .upcom_nav:after {
    content: none;
}
.upcom_sec .swiper-button-prev {
    rotate: 180deg;
    left: 20px;
}
.upcom_sec #upcoming_slider{
    padding:0 6%;
}



























@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;
    }
    .side_bar{
        display:inline-flex;
    }
    header .menu {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: calc(100vh - 47px);
        z-index: 9;
        padding: 15px 8%;
        display: none;
        background-color: #fff;
        /* transition: 0.9s all ease-in-out !important; */
        /* box-shadow: -10px 0px 20px #0000005e; */
        top: 0;
    }
    header .menu.nav-section{
        top: 47px;
    }
    .menu a {
        padding: 12px 0;
    }
    header  .menu ul {
        margin-top: 0px;
    }
    
    .menu .sub-menu a {
        width: 92%;
    }
    .sub-menu .dropdown_menu:hover .sub-menu2 {
    display: none;
}
    header .menu a {
        color: #000 !important;
        text-align: left;
    }
    
    header  .menu ul {
        display: block;
    }
    header  .menu ul {
        display: block;
    }.sub-menu {
        position: unset;
        width: 100%;
    }
    .menu li {
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin: 0;
    }    header .sub-menu .menu.kk {
        /*border: 1px solid;*/
        height: auto;
        margin: 0;
        padding: 6px ;
        /*padding-top: 0px;*/
    }
    .sub-menu li {
        padding: 0 0px;
    }

    .menu li:hover .sub-menu {
        display: none;
    }
    .sub-menu2 {
        position: unset;
        order: 1;
        padding: 6px;
        box-shadow: none;
        border: none;
        padding-left: 15px;
    }.sub-menu2 li {
         border-left: none; 
    }
    .logo img {
          height: 36px;
    }
    
    .menu li .sub-menu {
        order: 1;
        padding: 0;
        max-width: 100%;
        z-index: 1;
    }
    .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);
    }
    .dropdown_menu a:after {
        content: none;
    }
     
    .custom_container {
        padding: 0 4%;
    }
    .section {
        padding: 40px 0;
    }
    .title h1,
    .title h2 {
        font-size: 24px;
    }
    .title p {
        font-size: 14px;
    }
    
    section.main_bnner .banner_content h1,
    section.main_bnner .banner_content h2 {
        font-size: 24px;
        width: 100%;
    }
    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: 0 4%;
        position: relative;
        text-align: center;
    }
    section.main_bnner .swiper-slide-active .banner_content{
        left: 0%;margin:auto;
    }
    section.main_bnner img {
        margin-bottom: 20px;
    height: 320px;
    }
    
    footer {
        padding: 40px 0 10px;
        position: unset;
    }
    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: 100% !important;
        padding: 0px 0 !important;
    }
    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;
    }
    .we_sec .col-md-4 .title {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .we_sec ul {
        align-items: start;
        margin-top: 40px;
        flex-direction: column;
        gap: 20px;
    }
    .sol_list  {
        flex-wrap: wrap;
    }.sol_list .sol_item {
        position: relative;
        width: 100% !important;
        transition: 0.4s;
    }
    .sol_list .sol_item div {
        height: auto;
    }
    .partner_sec .title {
        padding: 0 6%;
        width: 100% !important;
    }
    .partner_sec .partner_img {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .partner_sec .swiper-slide h2 {
        font-size: 18px;
    }
    .part_sec .col-md-12.d-flex {
        flex-wrap: wrap;
    }
    .part_sec .title.w-75 {
        width: 100% !important;
    }.part_item img {
        height: auto;
    }.choose_item {
        gap: 20px;
        flex-direction: column;
    }
    .choose  .col-md-6.offset-1 {
        margin-left: 0;
    }
    .insight_sec  .col-md-12.d-flex {
        flex-wrap: wrap;
    }
    .insight_sec .title.w-75 {
        width: 100% !important;
    }.insight_sec .insight_img {
        height: auto;
    }.insight_sec .col-md-6 h2 {
        font-size: 18px;
        width: 100%;
    }
    .blog_sec   .col-md-12.d-flex {
        flex-wrap: wrap;
    }
    .blog_sec  .title.w-75 {
        width: 100% !important;
    }.blog_sec .blog_img {
        width: 100%;
        height: auto;
    }.blog_sec .col-md-4 .blog_content {
        padding: 15px;
    }.last_contact .title {
        padding: 20px;
        margin-bottom: 10px;
    }
    footer .col-md-7.ms-auto {
        flex-wrap: wrap;
    }
    footer .ms-auto {
        margin: auto;
    }.part_item {
        margin-bottom: 10px;
    }
    .inner_banner .title h1,
    .inner_banner .title h2 {
        font-size: 32px;
    }
    .inner_banner img {
        max-height: max-content;
    }
    
    .about_bnner img {
        height: auto;
    }
    .title h4 {
        font-size: 20px;
    }
    .journey_sec .journey_content img {
        height: auto;
    }
    .journey_sec .journey_content h2 {
        font-size: 24px;
    }
    .journey_sec #journey_thumb {
        width: 100%;
    }
    
    .journey_sec .jorney_pag {
        width: 100%;
        margin: -25px auto;
    }
    .value_sec ul {
        gap: 20px;
    }
    .value_sec ul li {
        width: calc(50% - 20px);
    }
    .value_sec ul p {
        font-size: 14px;
    }
    .value_sec ul h5 {
        margin-bottom: 10px;
    }
    .lead_item .lead_img img {
        width: 100%;
        height: auto;
    }
    .about_partner_sec img {
        height: auto;
        margin: 40px 0 0;
    }
    .sol_img {
        width: 100%;
    margin-bottom: 20px;
        padding: 60px 30px;
    }
    
    .contact .title {
        min-height: auto;
        overflow: hidden;
    }
    .contact form {
        padding: 10px;
    }
    
    .mb-5 {
        margin-bottom: 15px !important;
    }
    .pro_lists {
    gap: 10px;
        margin-top: 30px;
    }
    .part_item {
        padding: 12px;
    }
    .pro_lists .part_item {
        width: calc(50% - 5px);
         margin-bottom: 0px;
    }
    .principal_banner .col-md-12 img {
        height: auto;
        object-fit: cover;
        margin-bottom: 40px;
    }
    
    .principal_banner .col-md-5 img {
        height: auto;
        margin: 10px auto 20px;
    }
    .principal_page select {
        width: 100%;
        margin: 20px auto;
        padding: 15px;
        display: flex;
    }
    .principal_page .pro_lists .part_item {
        width: calc(50% - 5px);
        margin-bottom: 0px;
        min-height: auto;
    }
    .g-5, .gy-5 {
        --bs-gutter-y: 2rem;
    }
    .over_sec .over_links {
        flex-wrap: wrap;
    }
    .over_sec .over_links a {
        width: 50%;
    }
    .over_sec #key {
        padding: 40px 0;
        margin: 40px 0 0;
    }
    #videoModal iframe {
        width: 100%;
    }
    
    a.video_card {
        height: auto;
        margin-bottom: 20px;
    }
    .faq .accordion {
        background: #F8F9FD;
        padding: 20px;
    }
    .faq .accordion-item .accordion-button {
        font-size: 18px;
    }
    .sol_img_item {
        width: calc(100% / 2);
        text-align: center;
        padding: 20px;
    }
    .sol_img_item img {
        height: 60px;
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }
    .hr-msg img {
        height: auto;
        width: 100%;
    }
    .hr-msg .title {
        padding: 0 20px;
    }
    .hr-msg .title h6 {
     font-size: 24px;
        padding: 35px 40px;
    }
    .acc_btn {
        flex-wrap: wrap;
    }
    
    .acc_btn h4 {
        width: 100%;
        margin-bottom: 12px;
        font-weight: 600;
    }
    .acc_btn span {
        position: absolute;
        right: 0;
        top: 40%;
    }.acc_btn p {
        margin-bottom: 15px;
        width: 85%;
    }
    .open_serach {
        padding: 10px;
    }
    .open_serach select {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
    }
    .apply_form {
        padding: 20px;
    }
    .feat_sec .blog_img {
        width: 100%;
        height: auto;
    }
    .feat_sec .col-md-6 .blog_content {
        padding: 15px;
    }
    .blog_banner h1 {
        font-size: 28px;
        font-weight: 800;
    }
    
    .blog_content_detail .d-flex {
        flex-wrap: wrap;
        gap: 20px;
    }
    .upcom_sec a {
        flex-wrap: wrap;
    }
    .upcom_sec .past_img {
        width: 100%;
        height: auto;
    }.upcom_sec .past_content {
    width: 80%;
    margin: auto;
}
    .upcom_sec a h2 {
        margin: 5px 0 15px;
        font-size: 20px;
    }
    #eventModal .modal-body {
        padding: 20px;
    }
    #eventModal .modal-dialog {
        max-width: 100%;
    }
    #eventModal .modal_head {
        flex-wrap: wrap;
    }
    #eventModal .modal_head h2 {
        width: 100%;
        font-size: 22px;
        margin-bottom: 15px;
    }
    #eventModal .modal_body img {
        width: calc((100% / 2) - 15px);
        height: auto;
        object-fit: cover;
    }
    
    
    .sticky_btn {
        font-size: 14px;
        padding: 5px 10px;
        right: -70px;
    }
    
    
    .col-md-7.for_divide {
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .col-md-7.for_divide .learn_btn {
    margin-top: 10px;
}
    
    
    .query_form form {
        padding: 20px;
        margin: 20px 0;
    }
    
    .contact_page  .pt-5 {
        padding-top: 0rem !important;
    } 
     .query_form {
        padding-top: 0rem !important;
    }
    
    .query_form .title p {
         font-size: 15px; 
    }
     .query_form .title h4 {
        font-size: 20px;
        margin-top: 25px;
        font-weight: 600;
    }
    
    
    .logo {
        z-index: 999;
        position: relative;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}


@media only screen and (max-width: 760px) {
    
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
    
}
#pro_slider  .pro_nav:after {
    color: #000000;
    scale: 0.6;
    transform: translateY(-15px);
}

footer .footer_conten {
    list-style: none;
    margin: 12px 0;
    padding: 0;
}
footer .footer_conten svg{
    margin-right: 8px;
    width: 20px;
}
footer .footer_conten a{
    text-decoration: none;
    font-weight: 600;
    margin: 8px 0;
    display: block;
    color: #000;
}

.part_sec_slider_nav {
    background: rgba(24, 24, 24, 1);
    width: 35px;
    height: 35px;
    display: block;
    transition: 0.4s;
    border-radius: 50%;
    padding: 9px;
    display: grid;
    place-content: center;
    right: 30px;
    top: 55%;
}
.part_sec_slider_nav:after {
    content:none;
}.swiper-button-prev.part_sec_slider_nav {
    rotate: 180deg;
    left: 30px;
}
.btn.white-border-btn {
    border: 1px solid #fff;
    padding: 10px;
}
.part_item span {
    color: #395BA0;
    text-decoration: none;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
}
@media only screen and (max-width:480px){
	.jor_nav {
		top: 38%;
	}
}
/* Custom button style for pagination */
.btn-blue {
    background-color: #0369A1;
    border-color: #0369A1;
    color: #fff; /* Ensures the text is white */
}

/* Optional: define hover/active states for a darker blue */
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background-color: #075985;
    border-color: #075985;
}

/* Bot-protection honeypot — hidden from humans, visible to bots */
.mr-hp {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Turnstile widget spacing */
.mr-turnstile {
    margin: 16px 0;
}
.mr-turnstile iframe {
    width: 100% !important;
}
