:root {
  --body-color: #424B5C;
  --primary-color: #6E9EFA;
  --headding-color: #222222;
  --section-bg: #F8F8F8;
}
html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
   font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
   
   
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}
html{
    overflow-x:hidden !important
}
::-moz-placeholder { /* Firefox 19+ */
 color: #a4a4a4!important;
  font-size: 13px;
  font-weight: 300;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 18- */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}

h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding: 0;
}
h1,h2{
    color:#2D3194;
    
}

.tittle-h2 h2{ text-transform: capitalize; font-size: 2rem; display: inline-block; font-weight: bold; position: relative; }
.tittle-h2 h2 span{ position: relatives; }
.tittle-h2 h2 span.left{
    background: #ED008C;
    width: 35px;
    height: 2px;
    left: -70px;
    top: 50%;
    display: block;
    position: absolute;

 }
 .tittle-h2 h2 span.right{
    background: #ED008C;
    width: 35px;
    height: 2px;
    display: block;
    right: -70px;
    top: 50%;
    position: absolute;
    
 }

.s-red{ color: #eb4c45; }
.pt-70{ padding-top: 70px; }
.py-70{ padding-top: 70px; padding-bottom: 70px; }
.mt-70{ margin-top: 70px; }
.mt-50{
	margin-top: 50px;
}
.mt-20{
	margin-top: 20px;
}
.mt-10{
	margin-top: 10px;
}
.my-70{ margin-top: 70px; margin-bottom:70px; }
a{
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
    
}
.wpcf7-not-valid-tip{ font-size: 11px; color: #ec008c; }
.wpcf7-textarea{ height: 100px; }

a:hover{
    text-decoration: none;
    color:#ED008C!important;
}
button:focus{
    outline: none;
}
input:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
p{
    color:#2D3194;
    font-size:15px;
    line-height:20px;
    font-weight: 400;
    padding-bottom: 10px;
}
.color-p-text{ color: #ED008C; }
ul li{
    color:#282828;
    font-size: 13px;
    font-weight: 300;
    list-style: none;
    line-height: 18px;
}
.container-fluid2{ max-width: 95%; margin: 0px auto; }

.hero-section {
      position: relative;
      width: 100%;
      overflow: hidden;
      background: #000;
      margin-top: -110px;
      height: calc(100vh + 25px);
    }

    .hero-video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%);
      z-index: 1;
    }
    
    /* Video */
        .hero-video {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        
        /*  Overlay */
        .hero-section::before {
          content: "";
          position: absolute;
          inset: 0;
          background: rgba(0, 0, 0, 0.20); /* adjust darkness */
          z-index: 9;
        }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.80);   /* Text ke liye darkness */
      z-index: 2;
    }

    .hero-content {
      position: absolute;
      bottom: 5%;
      left: 24px;
      /*transform: translate(-50%, -50%);*/
      text-align: left;
      color: white;
      z-index: 3;
      padding: 0 20px;
      width: 100%;
      max-width:1366px;
      z-index: 9;
    }

    .hero-content h1 {
      font-size: 56px;
      margin-bottom: -25px;
      color: #FFFFFF;
      font-weight: 800;
      text-align: left;
    }
span.arrow_box svg{
       transition: transform .4s ease;
}

span.aem-hero__link-text {
    justify-content: center;
    background: linear-gradient(#fff 0 0) 0 / 0 100% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    font-size: 24px;
    transition: background-size .6s ease;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.aem-hero__link:hover .aem-hero__link-text {
    background-size: 100% 100%;
}
span.arrow_box {
    background:#fff;
    padding:5px;
    display:flex;
    width:50px;
	height:50px;
    justify-content:center;
    border-radius: 2px;
    align-items: center;
}
span.arrow_box svg path {
    stroke: #2d3194;
}
a.aem-hero__link {
    display: flex;
    margin-top: 40px;
    gap: 10px;
    width: fit-content;
    position: relative;
	cursor:pointer
}
.wp-inner-wrapper-banner .wp-inner-banner-part h1 br {
    display: none;
}

.Advisory-Board .wedo-box p {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    gap:5px !important;
}




a.aem-hero__link:hover svg{
    transform: rotate(-45deg);
	    transition: transform .4s ease;
}



.why-it-matters-box-main {
    margin-bottom: 60px;
}
.recruit-box .col-lg-4 {
    margin: 0 10px;
}
.service-card {
    display: flex;
	justify-content:center
}

.service-card .wedo-box {
    width:23%;
    padding-left: 0;
    padding-right: 0;
}

.service-card  .wedo-img1 {
    margin-top: 15px;
    background:#bbbbcb
}
/*  .service-card .wedo-img1 img{
    opacity:0
} */

    /* Mobile Responsive */
    @media (max-width: 768px) {
		section.iso-section .col-md-7 {
    text-align: center;
}
		
      .hero-content h1 {
        font-size:25px;
      }
		.objective-box .col-lg-4 {
/*     margin: 0 10px; */
}
      .hero-content p {
        font-size: 1.2rem;
      }
    }
.slider-caree.slick-arrow.slick-hidden {
    display: block!important;
}
.fadein {
  opacity: 0;
  transition: all 0.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}


.form-control {
    border-radius: 10px;
}

.text-right{
    text-align: right;
}
.tab-pane.fade {
    transition: all 0.6s ease-out;
    transform: translateY(1rem);
}
.tab-pane.fade.show {
    transform: translateY(0rem);
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
    z-index: 99;
}
.certicate-box h3:after {
    display: none;
}
.certicate-box .line-h{
    margin:0px 0 30px;
}
.text-primary {
    color: #2D3194 !important;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color:#2D3194;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius:15%;
    font-size: 14px;
    border: #ffffff solid 1px;
}
.zoom-img {
  height:auto;
  overflow: hidden;
  /* border-radius: 15px; */
}

.zoom-img  {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img:hover   {
/*   transform: scale(1.2); */
}
.news-main_boxaslider .zoom-img:hover {
    transform: scale(1) !important;
}
.zoom-img2 {
  height:auto;
  overflow: hidden;
  /* border-radius: 15px; */
}
.news-box-img .zoom-img {
    
    border-radius: 15px;
}
.zoom-img2  {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img2:hover   {
/*   transform: scale(1.1); */
}

/*
 * Header Bottom
*/
.header-bottom {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.menu{
    float: right;
}
.menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.menu ul li {
    display: inline-block;
    position: relative;
}


.menu ul li a {
    display: inline-block;
    color: ##2D3194;
    text-transform: capitalize;
    font-weight: 600;
    padding:30px 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    line-height: 24px;
}
.menu ul li:hover > a {
   color: #000000;
}
.menu ul li.current-menu-item a{ 
position: relative;

 }
.menu ul li.current-menu-item:before {
    width: 35px;
    height: 4px;
    background: #ec008c;
    content: '';
    bottom: 5px;
    position: absolute;
    margin: 0px auto;
    left:30px;
   /*  right: 50%;
    transform: translate(-50%, -50%); */
}


.transparent-header-2 .menu ul li a {
    padding: 30px 20px;
}
.header-bottom.transparent-header.sticky .menu ul li a {
    color: #2D3194 !important;
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children::after {
    color: var(--body-color);;
}
.header-bottom.transparent-header.sticky .menu ul li:hover > a {
    color: var(--primary-color);
}
.transparent-header-2 .menu nav ul li > ul > li:hover > ul {
    top: -3px;
}
.transparent-header-2 .menu nav ul li > ul > li a {
    padding: 15px 14px;
}
.menu nav ul li > ul {
    position: absolute;
    display: block;
    max-width: 300px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 18px 43px rgb(90 90 90 / 14%);
    width: 280px;
    left: 0;
    right: 0px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    transform: scaleY(0);
    transform-origin: top center;
}
.menu nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    right: 0px;
    transform: scaleY(1);
}
.menu nav ul li > ul > li {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px;
    padding: 0px;
}

.menu nav ul li > ul > li a::after {
    content: "+";
    clear: both;
    display: block;
    position: absolute;
    top: 49%;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
}
.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color);
}
.menu nav ul li > ul > li:hover > a::after{
    opacity: 1;
    visibility: visible;
}
.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color) !important;
}
.menu nav ul li > ul > li li > a:hover{
    color: #fff;
}
.menu nav ul li > ul > li a {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef!important;
    font-size: 14px;
    color: var(--body-color);
    margin: 0px;
    font-weight: 500;
    text-transform: capitalize;
}
.menu nav ul li > ul > li:last-child a{
    border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
    left: 200px;
    top: 0px;
}
.menu nav ul li > ul > li:hover > ul {
    left: 100%;
}
.menu ul li.menu-item-has-children {
    position: relative;
}
.menu nav ul li > ul > li a::after {
    content: " ";
    clear: both;
    display: block;
    position: absolute;
    top: 29%;
    left: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--primary-color);
}
.menu ul li.menu-item-has-children:hover::after{
    color: var(--primary-color);
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children:hover::after{
    color: var(--primary-color);
}
.menu ul li ul li.menu-item-has-children::after {
    transform: rotate(-90deg);
    top: 30%;
}
.header-bottom-right {
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.header-bottom.transparent-header {
   /*  background: rgba(255, 255, 255); */
    z-index: 999;
    position: relative;
	padding-bottom:15px;
}
.transparent-header .menu ul li a {
    color: #ffffff!important;
}
.transparent-header .menu ul li:hover > a {
    color:#ec008c!important;
}
.transparent-header .menu ul li.menu-item-has-children::after {
    color: #fff;
}
.transparent-header .menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}
.transparent-header .menu nav ul li > ul > li a {
    color: var(--body-color);
}
.transparent-header .menu nav ul li > ul > li a {
    color: #2D3194!important;
}
.transparent-header .menu nav ul li > ul li.menu-item-has-children::after {
    color: #2D3194!important;
}
.header-bottom.transparent-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.transparent-header .canvas_open_full a {
    color: #000000;
}
.transparent-header.sticky .canvas_open_full a {
    color: var(--body-color);
}
.contant-button {
    background: #745647;
    padding: 3px 10px !important;
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: 500!important;
    margin-left: 25px;
}

.header:not(.home-page) {
    position: absolute;
}
.tittle-h2.text-center h2{
	margin-bottom:20px
}
.tittle-h2.text-center h2:before {
    content: "";
    background: #ED008C;
    width: 35px;
    height: 2px;
    left: -70px;
    top: 50%;
    display: block;
    position: absolute;
}
.tittle-h2.text-center h2:after {
	 content:"";
background: #ED008C;
    width: 35px;
    height: 2px;
    display: block;
    right: -70px;
    top: 50%;
    position: absolute;
}
.tittle-h2.text-center .line-h{
 display:none
}

/*
 * #-Info Area
*/
.logo a img{ max-width:75%; }
.logo a img {
    max-width: 78%;
    padding-left: 24px;
	padding-top:8px
}
/*
 * #-Button
*/
.readmore a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.readmore a, .active .hero-slider-item p, .active .hero-slider-item h5, .our-brand-text p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.6s;
}
.button-1 {
    height:50px;
    display: inline-flex;
    align-items: center;
    background: #fdb707;
    justify-content: center;
    border-radius:45px;
    position: relative;
    padding: 0px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
    padding-right: 2px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
}
.what-consistent-part {
    text-align: center;
}
.button-1 i {
   /*  margin-left: 23px; */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background:#2b5585; */
    border-radius: 50%;
    color: #00000;
    font-size: 20px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    background:#2b5585;
    z-index: -1;
    border-radius: 45px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:hover:after {
    left: 0px;
}
.button-1:hover{
    color: #fff;
}
/* .button-1:hover i{
    color: #000000;
    background: #fff;
} */
.button-2 {
    padding: 12px 22px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background: #fdb707;
    border-radius: 50px;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--primary-color);
}
.button-2 i{
    font-size: 16px;
    margin-left: 8px;
}
.button-2:hover{
    color: var(--primary-color);
    background: #fff;
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.video-btn span {
    display: none;
}

.menu-pt .tittle-heading h2, .chef-part .tittle-heading h2{
    font-size: 100px;
    color: #FDB707;
}
  .zoom-ef{
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
 
.zoom-ef:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);

}

/*
 *================= #-Mobile Menu=============*/

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    height: 100vh;
    transition: .5s;
    right: 0;
    margin-right: -300px;
    padding: 20px 0px 30px;
    overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-right: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
    display: block;
    padding: 15px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed82;
    padding-left: 25px;
    color:#2a1570;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 14px;
    line-height: 24px;
}
.offcanvas_main_menu li a:hover {
  color: var(--primary-color);
}
.offcanvas_main_menu li ul.sub-menu {
    padding-left: 0px;
    background: #fff;
}
.offcanvas_main_menu li ul.sub-menu {}
.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: var(--primary-color);
}
.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: var(--primary-color);
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.mobile-logo {
    padding-left: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
}
.mobile-logo img{ width:40%; }
.canvas_open {
    cursor: pointer;
    z-index: 999;
    position: relative;
    display: block;
}
.canvas_open span {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 8px 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.canvas_open.white span {
    background: #fff;
}
.canvas_open span:nth-child(2){
    transition: all 0.4s ease-in-out;
    position: relative;
}
.canvas_open span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::after {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::after {
    background: #fff;
}
.canvas_open.active span:nth-child(1){
    opacity: 0;
    visibility: hidden;
}
.canvas_open.active span:nth-child(3){
    opacity: 0;
    visibility: hidden;
}
.canvas_open span:nth-child(2) {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 5px 0px;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.canvas_open.active span:nth-child(2) {
    position: relative;
    width: 0;
}
.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #ededed82;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}
.offcanvas_main_menu li span.menu-expand i {
    line-height: 1;
    padding-top: 5px;
}
.offcanvas_menu_wrapper::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}
.offcanvas_menu_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offcanvas_main_menu li .sub-menu li a {
    padding: 12px 15px;
    padding-left: 38px;
    font-size: 14px;
}
.offcanvas_main_menu li .sub-menu span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #cfcdd5;
}
.canvas_open_full {
    display: none;
}
/*
 * Sticky
*/
/*.sticky-header.sticky {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 999;*/
/*    -webkit-animation: sticky 1s;*/
/*    -moz-animation: sticky 1s;*/
/*    -o-animation: sticky 1s;*/
/*    animation: sticky 1s;*/
/*    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);*/
/*    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);*/
/*    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);*/
/*    background: rgba(255, 255, 255, 1);*/
/*}*/
.header-bottom {
  transition: all 0.3s ease-in-out;
}
.sticky-header {
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.sticky-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}




@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); 
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); 
    } 
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); 
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); 
    } 
}
.mt--2 .hero-slider-item {
    margin-top: -2px;
}
.header-bottom.transparent-header .logo img.bg-transparent-logo {
    display: none;
}
.header-bottom.transparent-header.sticky .logo img{
    display: none;
}
.header-bottom.transparent-header.sticky .logo img.bg-transparent-logo {
    display: block;
}
.button-area-about-footer span {
    display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #000;
    /* background: url("../img/1.png") center center; */
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
    overflow: hidden;
}

@media (min-width: 1600px) {
  #hero {
    width: 100%;
    height: calc(100vh - 100px);
    background: url("../../assets/images/hero-banner.jpg") center center;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
  }
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 0px;

}
.back-video {
    object-fit: cover; 
    width: 100vw;
    height: 100vh;
    z-index: 0;
   
}
.hero-banner{ overflow: hidden; }
.frame{
  height:100%;
  width:100%;  
}
.frame{
   -webkit-animation: zoomeffect 80s infinite;
   -moz-animation: zoomeffect 80s infinite;
   animation: zoomeffect 80s infinite;
}
@-webkit-keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(1,1);
    }
    50%{
        background-position:center;
      transform:scale(1.5,1.5);
    }
    100%{
        background-position:center;
      transform:scale(1,1);
    }
}
@keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(1,1);
    }
    50%{
        background-position:center;
      transform:scale(1.5,1.5);
    }
    100%{
        background-position:center;
      transform:scale(1,1);
    }
}
.pt-100{ padding-top: 100px; }
.mt-100{ margin-top: 100px; }

.hero-banner-bg-bottom{
    padding: 15px 0px;
    background: #f9f9f9;
}
.client-logo-wrapper ul{ 
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 1;
}
.slick-next {
    right: 0%;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    border-radius: 2px;
    color: #dc966e;
}
.brand-slider .slick-next {
    right: 0%;
    background: transparent;
    border-top: 3px solid #d8baa9;
    border-left: 3px solid #d8baa9;
    width:15px;
    height: 15px;
    transform: rotate(135deg);
}
.brand-slider .slick-prev {
    left: 0%;
    background: transparent;
    background: transparent;
    border-top: 3px solid #d8baa9;
    border-left: 3px solid #d8baa9;
    width:15px;
    height:15px;
    transform: rotate(-45deg) translate(5px, 5px);
}

.sliderachievement .slick-next {
    right: 47%;
    background: transparent;
    top: 100%;
}
.sliderachievement .slick-prev {
    left: 45%;
    background: transparent;
    top: 100%;
}

.brand-slider .slick-next:before{
    content: '';

}
.brand-slider .slick-prev:before{
    content: '';
}

.brand-slider .slick-next:hover, .brand-slider .slick-prev:hover {
    color: #745647;
}
.brand-slider .slick-next:hover:before, .brand-slider .slick-prev:hover:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #745647;
}
.slick-next:before, .slick-prev:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #d39d7e;
}
.products-slider .slick-next:hover:before, .slick-prev:hover:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #745647;
}
.brand-slider .slick-slide {
    margin-right: 30px;
    margin-left: 30px;
    }

/* =========================Home page====================== */

.heroslider .item .img-fill{
  height:80vh;
  position: relative;
  }
.heroslider .item .img-fill img{ width: 100%; height: 100%; }
.heroslider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:55px;
  line-height:80vh;
  text-align:left;
}



.heroslider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}
.heroslider .next-arrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  cursor: pointer;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
  &:before{content:'\f105';}
}
.heroslider .prev-arrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
  cursor: pointer;
  &:before{content:'\f104';}
}
.heroslider .item h3{
  font:28px/35px Montserrat;
  text-transform:uppercase;
  color:#FFF;
  animation:fadeOutRight 1s both;
  margin:0;
  padding:0;
  font-weight: 400;

}
.heroslider .item a{
 color: #ffffff;
 font-weight: 400;
 font-size: 14px;
}
.heroslider .slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 1;
    bottom: 25%;
    left: 4%;
} 
.heroslider .slick-dots li a{
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
.heroslider .slick-dots li{
    display: inline;
    align-items: center;
    cursor: pointer;
    margin-right: 50px;
    position: relative;
}

.heroslider .slick-dots li.slick-active:after{
    content: '';
    background: #ED008C;
    border-radius: 50%;
    position: absolute;
    z-index: 222;
    width: 20px;
    height:20px;
    left: 0px;

}
.heroslider .slick-dots li.slick-active:before{
    content: '';
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    z-index: 222;
    width: 3px;
    height: 3px;
    left: 8px;
    top: 5px;
    z-index: 999999;

}
.active-one{
     font-size: 17px; 
     color: #ffffff;
     position: relative;
     margin-bottom: 20px;
 }
 .active-one:after{
    content: '';
    bottom: 5px;
    border-bottom: #ec008c solid 3px;
    position: absolute;
    left: 0px;
    width: 20px;
 }
 .arrow-img img{ width: 250px!important; height: 8px; }

 .onestep-content.tittle-header h2{
    font-size: 25px;
    color: #282B83;
    padding-bottom: 50px;
 }
 .onestep-content.tittle-header p span{
    display: block;
    padding-top: 15px;
    color: #ED008C;

 }
 .readmore_arrow p a{
    color: #ED008C;
    font-size: 17px;
    font-weight: 600;
    position: relative;
 }
  .readmore_arrow p a:after{
    content: '';
    background: url('../../assets/images/Arrow.png');
    position: relative;
    right: 0px;
    width: 36px;
    height: 16px;
    top: 6px;
	      display: inline-block;
  }
  .loard-more p a{
    color: #ED008C;
    font-size: 15px;
    font-weight: 600;
    position: relative;
 }
 .loard-more p a:after {
    content: '';
    background: url(../../assets/images/down-icon.png);
    position: absolute;
    right: -14px;
    width: 8px;
    height: 5px;
    top: 8px;
}
/* .wrapper-services {
    background: rgb(45, 49, 148);
    background: linear-gradient(90deg, rgba(45, 49, 148, 0.1) 60%, rgba(227, 0, 130, 0.1) 100%);
} */
.line-h{
    background: #ED008C;
    width: 35px;
    height:3px;
    margin: 15px auto;
}
.wrapper-services .service-img{
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    border-radius: 8px;

}
.wrapper-services .service-content{
    position: absolute;
    bottom: 0px;
    padding: 15px;
    width: 100%;
}
.wrapper-services .service-content h3{
    font-size:17px;
    color: #ffffff;
    font-weight: bold;
    line-height:30px;
}
.wrapper-services .service-content p{
    font-size:15px;
    color: #ffffff;
}
.advantage-main ul{
    /* display: flex; */
    margin: 0px;
    padding: 0px;
   /*  justify-content: space-between; */
}
.m-slider .slick-slide img {
    display: block;
    width: 100%;
    transition: all .3s ease-in-out;
}
.advantage-main ul li{
    width: 100%;
    max-width: 100%;
}
.advantage-main .advantage-main-box{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
/*.advantage-main .advantage-main-box:after {*/
/*    content: '';*/
    /* background: rgba(2, 0, 0, 0.5); */
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    transition: all 0.5s ease-out;*/
/*}*/
/*.advantage-main .advantage-main-box:hover:after {*/
/*    background: rgb(0, 0, 0);*/
/*    background: linear-gradient(0deg, #2D3194 0%, rgb(40 44 146 / 0.8%) 40%);*/
/*}*/
.m-slider .slick-slide {
    margin: 10px;
}


.wraper-advantages .advantage-main .advantage-main-box .adv-img .adv-img-content {
    position: absolute;
    bottom:0px;
    z-index: 99;
    text-align: center;
    width: 100%;
}
.wraper-advantages .advantage-main .advantage-main-box .adv-img .adv-img-content h3{
    font-size: 16px;
   font-weight: bold;
   color: #ffffff;
   text-align: center;
	text-transform:capitalize
}
.wraper-advantages .advantage-main .advantage-main-box .adv-img .adv-img-content p{
    font-size: 12px;
    color: #ffffff;
}
.readmore_arrow-w p a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
 }
  .readmore_arrow-w p a:after {
    content: '';
    background: url(../../assets/images/Arrow-w.png);
    position: absolute;
    right: -40px;
    width: 29px;
    height: 8px;
    top: 7px;
}
.readmore_arrow-w p a:hover:after{
    content: '';
    background: url('../../assets/images/Arrow.png');
    position: absolute;
    right: -43px;
    width: 36px;
    height: 16px;
    top: 6px;
  }
/*   .wrapper-insights{
    background: rgb(45, 49, 148);
    background: linear-gradient(90deg, rgba(45, 49, 148, 0.1) 60%, rgba(227, 0, 130, 0.1) 100%);
  } */
  .insights-img{
    border-radius: 0px;
    overflow: hidden;
  }

.wraper-onestep-bg{
    background: #e7e7f5;
    border-radius: 15px;
    width: 100%;
    padding: 60px 0px 60px 60px;
    position: relative;
   
   
}

 .wrapper-insights .insights-box-content h3{
    color: #ED008C;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 65px;
  }
  .wraper-onestep .wraper-onestep-box-left h2{
    font-size: 22px;
    padding-bottom: 15px;
  }
  .wraper-onestep .wraper-onestep-box-left p a{
    color: #2D3194;
    text-decoration: underline;
    font-size: 17px;
  }
.wraper-onestep .wraper-onestep-img {
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    right: -50px;
}
.client-real-wrapper{
    padding-left:15px;
}
.client-real-wrapper h2{
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 30px;
}
.client-real-wrapper .arrow-part{
    display: flex;
    margin-top:20px;

}
.client-real-wrapper .arrow-part a {
    padding-right: 20px;
    display: block;
}
.img-part{ border-radius: 0px; overflow: hidden; }
.dr-item-content h3{
    font-size: 16px;
    color: #ED008C;
    font-weight: 600;
    padding-bottom: 5px;
}
.dr-item-content p span{ font-size: 12px; }
.dr-item-content p{ font-size: 13px; }
.client-textmonial .dr-item-content p span{ font-size: 15px; }
.client-textmonial .dr-item-content p{ font-size: 14px; }
.dr-client-slider .slick-slide, .client-textmonial .slick-slide {
    margin:10px;
}
.dr-client-slider .slick-list, .client-textmonial .slick-list {
    padding-left: 0px!important; 
}
.tab-part-location .tab-content.current {
    border-radius: 8px !important;
    overflow: hidden;
}
.tab-part-location ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.tab-part-location ul.tabs li{
    background: none;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #2D3194;
    }

.tab-part-location ul.tabs li.current{
    color: #ED008C;
    }

.tab-part-location .tab-content{
    display: none;
    background: #eaebf5;
    border-radius:0px;
    margin-top: 15px;
    
}
.tab-part-location .tab-content.current{
    display: inherit;
}
.address-location{
    padding-top:60px;
    padding-left:40px;
    text-align: left;
    padding-bottom:60px;
    position: relative;
}
.address-location h3{
    padding-bottom: 15px;
    color: #ED008C;
    font-size: 25px;
}
.address-location p{
    font-size: 14px;
    font-weight: 500;
}
.address-location p a{
    font-size: 14px;
    color: rgb(45, 49, 148);
    line-height: 1.75;
    margin-bottom: 15px;
    font-weight: 700;
}
.map-part {
    border-radius:0px;
    overflow: hidden;
    height: 100%;
}
.wrapper-fourm .fourm-box{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.wrapper-fourm .fourm-box img{ width: 100%; }
.wrapper-fourm .fourm-content{
    position: absolute;
    top: 100px;
    left: 100px;
    width: 600px;
}
.wrapper-fourm .fourm-content h3{
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
}
.wrapper-fourm .fourm-content p{
    color: #ffffff;
    padding-top: 30px;
}
.footer-part{
    background: #F2F3F9;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top:100px;
}
.footer-nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.footer-nav ul li a{
    color: #ED008C;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;

}
.footer-nav ul li a:hover{
   /*  padding-left:5px; */
    color: #2c3093!important;
}
.address-footer{ margin-top: 70px; }
.footer-cont{ float: right; }
.social-media ul{
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: center;
}
.social-media ul li{
    padding-right:20px;
}
.social-media ul li a{
    color: #2D3194!important;
    font-size:25px;
    text-align: center;
}
.footer-cont p a{
    font-size: 14px;
    color: #2D3194;
}
.pt-40{
    padding-top:40px;
}
.copyright{
    background-color: #2D3194;
    padding: 10px 0px;
}
.copyright .copyright-content p{
    color: #ffffff;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
.copyright .copyright-content{
    display: flex;
    justify-content: center;
}

/* ==========================our location part===================== */
.wp-inner-wrapper-banner {
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 0;

}
.wp-inner-wrapper-banner .wp-inner-banner-part h1 {
    font-size: 25px;
    color: #ffff;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.paddimg-tb-60{ padding: 15rem 0rem 15rem 0rem;}
.topbanner{
	padding: 5rem 0rem 15rem 0rem;
}
.centerpadbanner{
	padding: 10rem 0rem 10rem 0rem;
}
.midbanner{
	padding: 14rem 0rem 14rem 0rem;
}
.practicebox .wedo-box .mt-3 {
    overflow: hidden;
}
.wp-inner-wrapper-banner .wp-inner-banner-part p {
    font-size:18px;
    color: #ffff;
    font-weight: 400;
}

.wp-inner-wrapper-banner::after{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;

}
.wp-inner-wrapper-banner.half_overlay::after{
	 background: rgb(0 0 0 / 45%)
}
.overlayreomved::after{
	display:none
}
.fill-button{
    background: #edeeff;
    border-radius:20px;
    padding:50px 40px 50px 40px;
    display: inline-block;
    position: absolute;
    right:150px;
    bottom: -50px;
}
.fill-button a{
    color: #ED008C;
    font-size: 14px;
    font-weight: 800;
}
.adv-img-content.h-30{ height: 80px; }
.by-the-number-div{
    border: #dddddd solid 1px;
    border-radius: 10px;
    padding: 15px;
}
.by-the-number-div{
    display: flex;
    align-items: center;

}
.contry-icon{ padding-right: 15px; }
.contry-details h3{
    color: #ec008b;
    font-weight: 600;
    font-size: 16px;
}
.client-real-wrapper ul li {
    font-size: 15px;
    color: #2D3194;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 10px;
}
.client-real-wrapper ul li:before {
    position: absolute;
    left: 0px;
    background: url(../../assets/images/arow-li-icon.png);
    width: 6px;
    height: 10px;
    content: '';
}



/* ==================in-country-presence================ */
.incountyright-img{
    border-radius: 15px;
    overflow: hidden;
}
.incounty-left-text ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.incounty-left-text ul li{
    font-size: 15px;
    color: #2D3194;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 10px;
}
.incounty-left-text ul li:before{
    position: absolute;
    left: 0px;
    background: url('../../assets/images/arow-li-icon.png');
    width: 6px;
    height: 10px;
    content: '';
}
.wraper-agent-bg{
    background: rgb(45, 49, 148);
    background: linear-gradient(90deg, rgba(45, 49, 148, 0.1) 60%, rgba(227, 0, 130, 0.1) 100%);
    border-radius:15px;
    height: 390px;
}
.page-template-template-employability-corporate-relations .wraper-agent-bg{
			  display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-template-template-employability-corporate-relations .incountyright-img{
/* 	height: 100%; */
}
.wraper-agent{
    padding: 60px 50px;
}
.incountyright-img{
    background-position: top center;
    background-size: cover;
    width: 100%;
    height:390px;
    object-fit: contain;
}

.red-text-content span{ color: #ec008b; }
.wraper-agent h2{
    font-size: 24px;
    font-weight: 600;

}
.wraper-agent p{
 padding-top: 15px;
 font-weight: 400;
}
.wraper-agent.agenta-li ul li{
    display: block!important;
}
.wraper-agent  ul li {
    font-size: 14px;
    color: #2D3194;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-bottom:4px;
}
.wraper-agent.genta-li ul li{
    display: block!important;
}
.wraper-agent  ul li span{
    font-size: 12px;
    display: block;
}
.wraper-agent  ul li:before{
    position: absolute;
    left: 0px;
    background: url('../../assets/images/arow-li-icon.png');
    width: 6px;
    height: 10px;
    content: '';
    top: 5px;
}
.in_country_service_main .readmore_arrow a{
    font-size: 14px;
    font-weight: normal;
}
.wraper-agent p.line{
    position: relative;

}
.wraper-agent p span{ font-size: 13px; display: block;}

.wraper-agent p.line:before{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 20px;
    height: 3px;
    background: #ec008b;
}

.university-item{
    border: #2c3093 solid 1px;
    border-radius: 10px;
    padding: 15px;
}
.university-img-part {
    border-radius:10px;
    overflow: hidden;
   margin-bottom: 15px;
}
.uni-slider-content{ min-height:105px; }
.h185{ min-height: 185px; }
.university-img-part img{ border-radius:10px; }
.wrapper-why-university-main .uni-slider-content p{
    font-size: 12px;
    color: #2c3093;
    padding-bottom: 15px;

}

.uni-slider-content img{
    display: inline-block;
}
.university-slider .slick-slide, .what-we-do-slider .slick-slide, 
.apart-selder .slick-slide, .buthe-number-slider .slick-slide, .work-with-slider .slick-slide, 
.team-f-slider-mobile .slick-slide{
    margin: 0 10px;
}
.items-center{
	align-items:center
}
.university-slider .slick-list {
    padding-left: 0px !important;
}
.what-we-do-slider .slick-list{ padding: 0px!important; }

/* ==================Agent Relationship Management================ */

.wedo-box{
    background: #e6e7f2;
    border-radius: 20px;
    padding-top: 20px;
    overflow: hidden;
}
.agent-Rele-main .wedo-box h3, .wedo-box p{
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
}
.wedo-box h3{
    font-size:18px;
    color: #2c3093;
    font-weight: 800;
    padding-bottom: 30px;
    text-transform: uppercase;
    padding-top: 15px;
}
.wedo-box p{
    padding-bottom: 30px;
    min-height: 110px;
}
.practicebox .wedo-box p {
    min-height: 160px !important;
}
.wedo-img1 {
    overflow: hidden;
    border-radius: 20px;
}
.wedo-img1 img{
    border-radius: 20px;
    object-fit: fill;
}
.why-content-box{
    border: #2c3093 solid 1px;
    border-radius: 15px;
    padding: 10px;overflow: hidden;
    height: 100%;
}
.why-content-box img{
    border-radius: 10px;
/*     margin-bottom: 15px; */
    width: 100%;
    
}
.why-content-box h3{
    font-size: 15px;
    font-weight: 600;
    color: #ec008b;
    padding: 0 10px 10px;
}
.dr-client-slider.slick-arrow.slick-hidden {
    display: block;
}
.wp-global-impact .wp-del-img {
    height: 100%;
}
.wp-global-impact .wp-del-img img{
    height: 100%;
    object-fit: cover;
}


/* ===========================student-marketing-outreach=============== */

.wraper-agent p.by-number {
    position: relative;
    font-size: 16px;
}
.wraper-agent p.by-number:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 20px;
    height: 3px;
    background: #ec008b;
}
.by-numver p{
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}
.by-numver p span{
    color: #ec008b;
}
.what-consistent-img{
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
}


/* ============contactpage=================== */
.wp-bg{
    background: rgb(45, 49, 148);
    background: linear-gradient(90deg, rgba(45, 49, 148, 0.1) 60%, rgba(227, 0, 130, 0.1) 100%);

}
.wp-global-impact .wp-contact-add-del{
    border-radius: 15px;
    padding: 15px;
    padding-right: 50px;
    margin-bottom: 15px;
}
.wp-global-impact .wp-del-img{
    border-radius: 15px;
    overflow: hidden;
}
.delhi-add h4{
    color: #ed0e91;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
}
.map-delhi{
    border-radius: 15px;
    overflow:hidden;
    height: 97%;
}
/* ====================one-step-blobal================== */

.wp-one-step .wp-here-help{
    background: #e9eaf4;
   /*  max-width: 506px; */
    padding: 50px 50px 80px 50px;
    border-radius: 15px;

}
.wp-one-step .wp-here-help h3{
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2c3093;
}
.wp-one-step .wp-here-help h3:after {
    position: absolute;
    background: #ED008C;
    width: 25px;
    height: 2px;
    content: '';
    bottom: -7px;
    left: 0;
}
.wp-one-step .wp-add-main .wp-add-address h4{

    font-size: 14px;
    font-weight: 600;
    color: #2c3093;

}
.wp-flower-part mt-lg-5{}
.wp-one-step .wp-add-main .wp-add-address p{ font-size: 14px; line-height: 18px; }
.wp-flower-part h4{ font-size: 14px; font-weight: 800; color: #2c3093; }
.wp-flower-part .wp-social-icon{margin: 0px; padding: 0px; display: flex;  }
.wp-flower-part .wp-social-icon li{ padding-right: 10px; margin-top: 10px; }
.wp-flower-part .wp-social-icon li a{ font-size: 15px; color:#2c3093; }
.wp-one-step .wp-from {
   /*  max-width: 506px; */
    border-radius: 15px;
    border: #2c3093 solid 1px;
    padding: 55px 60px 50px 60px;
    background: transparent;
}
.send-style{ font-weight: 600; color: #2c3093; }

/* ====================careers page================== */


.accordian-slider {
    width: 100%; 
    overflow: hidden;  
    height: 600px;
}

.accordian-slider ul {
   display: flex;
   margin: 0px;
   padding: 0px;
   justify-content: center;
}

.slider-caree li.slick-slide {
    position: relative;
    display: block;
    /* width:390px!important; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*If you hover on the images now you should be able to 
    see the basic accordian*/
    overflow: hidden;
    height:570px;
    margin: 0px 8px;
    cursor: pointer;
}

/* .accordian-slider li:hover .wp-box-pt:before  {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, #2D3194 0%, rgb(40 44 146 / 0.8%) 40%);
    
} */



.accordian-slider .slick-current.slick-active .wp-box-pt:before{
    background: transparent;
}
.accordian-slider .slick-current.slick-active:before{
    content: '';
     
    background: linear-gradient(0deg, #2D3194 0%, rgb(40 44 146 / 0.8%) 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 22;
    border-radius: 15px;

}
.slider-caree .slick-current.slick-active .wp-box-pt-img{
    position: relative;
    z-index: -1;
    left:0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/* .accordian-slider li:hover .wp-box-pt-img{
     position: relative;
    z-index: -1;
    left: 0px;
} */


.accordian-slider li .wp-box-pt-img{
     position: relative;
    z-index: -1;
    left:-300px;

}

.accordian-slider li img {
    display: block;
}

.accordian-slider .wp-box-pt { 
    position: relative; 
    border-radius: 15px; 
    overflow: hidden;

}
.accordian-slider .wp-box-pt:before { 
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.wp-box-pt-content{
    position: absolute;
    bottom: 20px;
    left:6%;
    z-index: 222;
    width: 80%;
}
.wp-box-pt-content h4{
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 2px;
    font-weight: 600;
}
.wp-box-pt-content p{
    color: #ffffff;
    font-size: 13px;
    padding-bottom: 2px;
}

.image_title a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
}
.line-p{ background: #ec008b; width: 25px; height: 2px; }
.apply-now{float: right; position: relative;bottom: 28px;}
.panel .apply-now{ opacity: 0; }
.panel.slick-current.slick-active .apply-now{ opacity: 1; }

/* ==========================life section===================== */
.wp-nvestments{ width: 90%; }
.wp-nvestments-img{ border-radius: 15px; overflow: hidden; margin-bottom: 10px;}
.wp-nvestments-content{
    min-height: 50px;
}
.team-slider-img{
    border-radius: 15px;
    overflow: hidden;
    position: relative;


}
.team-slider-img:after {
    top: 0;
    content: '';
    position: absolute;
    background: rgb(14 14 14 / 30%);
    width: 100%;
    height: 100%;
    left: 0px;
}
.team-slider-img.darker:after {
    background: rgb(14 14 14 / 60%);
}
.video-icon {
    position: absolute;
    top: 8px;
    left: 18px;
    z-index: 222;
    font-size: 35px;
    color: #ffffff;
}
.wp-teams-section .video-icon a{ color: #ffffff; }
.wp-teams-section .team-slider-disc h5{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.wp-teams-section .team-slider-disc p{
    color: #ffffff;
    font-size: 14px;
}
.wp-teams-section .team-slider-disc{
    position: absolute;
    bottom: 15px;
    left: 18px;
    z-index: 222;

}
.Team-slider {
  overflow: hidden;
  bottom: 0;
}
.center .team-slider-img img {
  border-radius: 15px;
  background: #000000;
  color: #3498db;
  position: relative;
  text-align: center;
	max-height:382px;
}
.center .team-slider-img .team-slider-img:after{
    content:'';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0px;
}

.center .slick-center .team-slider-img {
  transform: scale(1);
  color: #000000;
  opacity: 1;
}
.center .slick-center .team-slider-img .top {
  font-size: 80%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.center .slick-center .team-slider-img .bottom {
  font-size: 80%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.center .team-slider-img{
  opacity: 1;
  transition: all 600ms ease;
  bottom: 0;
  transform: scale(0.9);
  background: rgba(0, 0, 0, 0.5);
}
.teams-slider .slick-next{
    top: 100%;
    left: 49%;
    background: url('../../assets/images/next1.png');
    width: 33px;
    height: 9px;
    transform: translate(10px, 20px);
    }
.teams-slider .slick-prev{
     top:100%;
    left: 46%;
    background: url('../../assets/images/preview1.png');
    width: 33px;
    height: 9px;
    transform: translate(-10px, 20px);
}

/* ================================ advantages  ========================= */

.accordion-container{
  position: relative;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1px solid #2d3194;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 15px 15px;
    padding:20px;
}
.set > a{
  display: block;
  padding: 0px 15px;
  text-decoration: none;
  color: #2d3194;
  font-weight: 600;
  font-size:18px;

   
}
.set > a i {
    float: left;
    margin-right:30px;
    position: relative;
    top: 5px;
}
.set > a i:after {
    border-radius: 5px;
    border: #2d3194 solid 1px;
    padding: 5px;
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    left: -9px;
    top: -9px;
}
.set > a.active{
  background-color:#ffffff;
  color: #2d3194;

}
.content{
  background-color: #fff;
   display:none;
  /*  -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; */
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;

}
.wp-transparent-main-bg{
    border-radius: 5px;
    padding: 60px;
    margin-left: 15px;
   
}

.wp-tra-img-l img{
    border-radius: 10px;
    position: relative;
    margin-top: -100px;
}
.wp-tra-img-r p, ul{
    margin: 0px;
    padding: 0px;
    color: #2d3194;
}
.wp-tra-img-r ul li{
    list-style: inside;
    padding: 2px 0px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3194;
}


/* ====================================
    about-page
 ======================================*/
 .wp-vision-box-bg{
    padding: 18px;
    border-radius: 10px;
    width: 95%;
 }
 .wp-vision-img-box{
    border-radius: 12px;
    overflow:hidden;
 }
 .vision-cotent-inner{
    padding: 15px 15px 10px 15px;
    min-height:195px;
 }
.vision-cotent-inner h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c3093;
    position: relative;
    margin-bottom: 15px;
    padding: 4px 0px;
}
.vision-cotent-inner ul li {
    list-style: disc;
    padding: 10px 0px;
    color: #2c3093;
    font-size: 15px;
    margin-left: 15px;
}

  .vision-cotent-inner h3:after{
    content: '';
    position: absolute;
    bottom: 0px;
    background: #ED008C;
    width: 35px;
    height: 2px;
    left: 0px;
  }
.our-story-img-l{
    border-radius: 15px;
    overflow: hidden;
}
.wp-ourstory{
    background: #e5e6f2;
    padding: 60px 15px 60px 15px;
}
.our-story-cotent{
    padding-left: 60px;
}
.our-story-cotent h3{
     font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c3093;
    position: relative;
    margin-bottom: 15px;
    padding: 5px 0px;
}
.our-story-cotent h3:after{
    content: '';
    position: absolute;
    bottom: 0px;
    background: #ED008C;
    width: 35px;
    height: 2px;
    left: 0px;
  }
  .redmore a{
    font-size: 12px;
   /*  text-transform: uppercase; */
    color: #ED008C;
    font-weight: 600;
  }
  .out-team-img{
    border-radius: 15px;
    overflow: hidden;
  }
  .wp-team-family{
    padding: 60px 0px 60px 0px;
  }
  .wp-team-tiitle-box{ padding-right: 115px; }

  .wp-team-tiitle-box h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c3093;
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0px;
  }
.wp-team-tiitle-box h3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: #ED008C;
    width: 35px;
    height: 3px;
    left: 0px;
  }
  .item-f-bg-w{
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
  }
.team-f-slider-img{
    border-radius: 5px;
    overflow: hidden;
}
.team-f-slider-img img{ width: 100%; }
.team-f-slider-content h3{
    font-size: 14px;
    font-weight: 600;
    color: #2c3093;
    padding-top:20px;
    padding-bottom:5px;
    text-transform: uppercase;
}
.team-f-slider-content p{
    padding-bottom: 10px;
    font-size: 14px;
    color: #2c3093;
}
.team-f-slider .slick-slide {
    margin:20px;
}

.team-f-slider .slick-slide img {
    display: inline-block;
}
.box-scrollbox, .visible-scrollbar,
.invisible-scrollbar,
.mostly-customized-scrollbar::-webkit-scrollbar {
  overflow-y: scroll;
  height: 500px;
  scrollbar-color: #2c3093 #ffffff;
  /* styles for box */
  scrollbar-width: thin;
  margin:0 auto;
  padding: 10px;
  color: grey;
}

.wp-flower-part{ padding-top: 70px; }

.wp-global-impact .tabs li{ cursor: pointer; }

.wp-global-impact .tab-content{
    display: none;

}
.wp-global-impact .tab-content.current{
    display: inherit;
}
.screen-reader-response{ display: none; }
.tittle-row-model-form h4{
    font-size: 18px;
    font-weight: 800;
    color: #2c3093;

}
.tittle-row-model-form p{
    font-size: 13px;
}
.close-button{
    width: 20px;
    height: 20px;
    background: none;
    font-size: 40px;
    border: none;
}
.close-div {
    position: absolute;
    right: 20px;
    top: -11px;
    z-index: 2;
}
.submit-b .wpcf7-submit {
    background: #ec008c;
    border: none;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 20px;
    margin-top: 20px;
}
.color-text{
    font-size: 12px;
    color: #a4a4a4;
}
.wpcf7-response-output{
    text-align: center;
    color: green;
}
.wpcf7-select, .wpcf7-file{
    color: #b6b6b6;
    font-size: 15px;
}


.wrapper {
  margin: 0 auto;
  padding: 0 16.66% 50px;
  width: 100%;
}
article {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.timeline__nav {
  position: fixed;
  z-index: 99;
  top: 0;
  transition: top 0.3s ease-out;
}
.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}
.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.timeline__nav ul li.active {
  font-weight: bold;
  color: #f94125;
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}
.timeline__nav ul li:hover {
  color: #000;
}
.policy-container{
	padding: 0 40px !important
}
.policy-container ul {
    padding-left: 10px;
    margin-top:10px
}
.policy-container ul li{
    padding:8px 0;
    font-size: 16px !important;
}
.policy-container ul li strong{
    font-weight:600;
}
.policy-container h3 {
    margin-bottom:10px
    
}
.policy-container h4 {
    margin-bottom:20px
    
}

/* time line */

.slider-container {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      }

    .slider {
      width: 100%;
      height: 100vh;
      max-height: 660px;
      position: relative;
      overflow: hidden;
      
    }

    .slides {
      display: flex;
      height: 100%;
      transition: transform 0.7s cubic-bezier(0.32, 0.72, 0, 1);
    }

    .slide {
      min-width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: flex-end;
      position: relative;
      padding: 40px 30px;
    }

  /*   .slide::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.4) 40%, transparent);
    } */

    .slide-content {
      position: relative;
      z-index: 2;
      color: white;
      max-width:350px;
      margin: 0px auto;
    }

    .year-big {
      font-size:48px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 130px;
    }

    .point {
      font-size: 1.1rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      opacity: 0.85;
      margin-bottom: 10px;
    }

    .slide h2 {
      font-size:48px;
      margin-bottom: 12px;
      line-height: 1.1;
    }

    .slide p {
      font-size:22px;
     color: #ffffff;
		line-height:1.1
    }

    /* Navigation Buttons */
    .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(12px);
      color: white;
      border: none;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      font-size: 1.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
      transition: all 0.3s ease;
    }

    .nav-btn:hover {
      background: rgba(255, 255, 255, 0.45);
      transform: translateY(-50%) scale(1.08);
    }

    .prev { left: 15px; }
    .next { right: 15px; }

    /* Timeline Navigation */
    .timeline {
      position: absolute;
      bottom: 60px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      width:100%;
      
    }

    .timeline-line {
      position: relative;
      height: 4px;
      background: rgba(255,255,255,0.4);
      border-radius: 2px;
     
    }

    .timeline-progress {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: white;
      transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      border-radius: 2px;
    }

    .timeline-years {
      display: flex;
      justify-content: space-between;
      margin-top: -10px;
      padding: 0 65px;
    }

    .year-item {
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .year-dot {
      width: 14px;
      height: 14px;
      background: rgba(255,255,255,0.6);
      border-radius: 50%;
      margin: 0 auto 6px;
      transition: all 0.4s ease;
      border: 3px solid transparent;
    }

    .year-item:hover .year-dot {
      background: rgba(255,255,255,0.9);
      transform: scale(1.2);
    }

    .year-item.active .year-dot {
      background: white;
      border-color: #fff;
      transform: scale(1.4);
      box-shadow: 0 0 0 4px rgba(255,255,255,0.3);
    }

    .year-label {
      color: white;
      font-size: 1.05rem;
      font-weight: 600;
      opacity: 0.85;
      transition: all 0.3s ease;
    }

    .year-item.active .year-label {
      color: white;
      opacity: 1;
      font-weight: 700;
    }
.tranparent-box p{
	min-height:70px
}
.perform-box  h3 {
    min-height: 70px;
}
.perform-box p{
    min-height:90px
}
    /* Mobile Adjustments */
    @media (max-width: 768px) {
      .slider { 
        height: 88vh; 
        border-radius: 16px; 
      }
      .nav-btn { 
        width: 46px; 
        height: 46px; 
        font-size: 1.6rem; 
      }
      .slide { 
        padding: 30px 20px; 
      }
      .timeline {
        bottom: 20px;
        width: 94%;
      }
      .timeline-years {
        padding: 0 10px;
      }
      .year-label {
        font-size: 0.95rem;
      }
      .year-dot {
        width: 12px;
        height: 12px;
      }
    }

/* .Advisory-Board .slick-list {
    padding-right:0px !important;
    padding-left: 0px !important;
} */
.Advisory-Board .slick-slide{
    margin: 10px;
}
/*=====================================
Why OneStep Page 
======================================== */
.apart-selder .what-consistent-part h3 {
    font-size: 20px;
    color: #2c3093;
    font-weight: 700;
    padding-bottom:10px;
   
}
/* .apart-selder .slick-list {
    padding-right:30px !important;
} */
.buthe-number-slider .uni-slider-content h3{
    font-size: 18px;
    color: #2c3093;
    font-weight: 700;
    padding-bottom:10px; 
    text-transform: uppercase;
}
.buthe-number-slider .slick-next{
    top: 100%;
    left: 49%;
    background: url('../../assets/images/next1.png');
    width: 33px;
    height: 9px;
    transform: translate(10px, 20px);
    }
.buthe-number-slider .slick-prev{
     top:100%;
    left: 46%;
    background: url('../../assets/images/preview1.png');
    width: 33px;
    height: 9px;
    transform: translate(-10px, 20px);
}
.work-with-slider .slick-list {
    padding-right: 15% !important;
}
.client-logo-main .client-logo ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-items: self-start;
    justify-content: space-between;
}
.wrapper-looking-part-left-img{
    border-radius: 15px;
    overflow: hidden;
    object-fit: fill;
}
.looking-ahed-part-right h3{
    font-size: 22px;
    font-weight: 600;
    color: #2c3093;
    padding-bottom: 25px;
}
.casestudies-mian{
    padding-top: 110px;
}
.case-studies-part .what-consistent-part h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #2c3093;
    font-weight: 800;
    padding-bottom: 10px;
}
.accordion {
      width: 100%;
      margin: 30px auto;
    }

    .plush-btn {
      width: 100%;
      padding: 16px 20px;
     /*  background-color: #4CAF50; */
      color: #2c3093;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
      transition: all 0.3s;
      text-transform: uppercase;
      background: transparent;
      border: #dddddd solid 1px;

    }



    .plush-btn.active {
    /*   background-color: #f44336; */
      border-radius: 8px 8px 0 0;
    }

    .content {
      display: none;
      padding: 18px 20px;
      border: #dddddd solid 1px;
      border-radius: 0 0 8px 8px;
      border-top: none;
      margin-top: -8px;
      margin-bottom: 8px;
    }

    .content.show {
      display: block;
    }
     .content.text-style p{
        margin: 0px;
        padding: 0px;
        font-size: 11px;
        color: #2D3194;
        line-height: normal;
     }
     .content.text-style p span{
        font-size: 16px;
        color: #ec008b;
        font-weight: 600;
     }

    .icon {
      font-size:40px;
      font-weight: 500;
      transition: transform 0.3s;
      color: #2d3194;
      border: #2d3194 solid 1px;
      border-radius: 8px;
        padding: 10px;
    }
.all-country-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.all-country-box li{
    width: 32%;
    margin-bottom: 15px;
}



/* ==================latest-updates================ */

.deep-wrapper-box {
    border: #2c3093 solid 1px;
    border-radius: 15px;
    padding: 10px;
    height: 100%;
}
.deep-wrapper-box-img{
    overflow: hidden;
    border-radius: 15px;
}
.deep-wrapper-box h3 {
    font-size: 15px;
    color: #2c3093;
    font-weight: 800;
    padding-bottom:0px;
    text-transform: uppercase;
    padding-top:20px;
}
.news-box{ display: flex;  padding-bottom: 70px;}

.news-box-img {
    border-radius: 15px;
    overflow: hidden;
    width:100%;
    max-width: 300px;
}
.news-content-right{
    padding-left: 30px;
    padding-right: 30px;
    width: 60%;
}
.news-content-right h3{
    font-size: 16px;
    color: #2c3093;
    padding-bottom: 10px;
    font-weight: 600;
}
.news-content-right p{ font-size: 14px; }
.press-daya span{ font-size: 13px; color: #2c3093; }






/* Extra large */
@media (min-width: 1400px) {
  .custom-container {
    max-width: 1560px!important;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    max-width: 1360px!important;
  }
}
@media (min-width: 1080px) {
  .custom-container {
    max-width: 1340px!important;
  }
}


/* Base setup */
.overlay-card {
  position: relative;
  overflow: hidden;
}

/* Default overlay */
.overlay-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    360deg,
    #000000 10%,
    rgba(0,0,0,0.2) 50%,
    rgba(0,0,0,0) 100%
  );
  z-index: 2;
  transition: all 0.4s ease;
}

/*  Hover gradient (YOUR requirement) */
.wrapper-services a:hover .overlay-card::before,
.overlay-card:hover::before {
  background: linear-gradient(0deg, #2D3194 0%, rgb(40 44 146 / 0.8%) 40%);
}
.wrapper-services a:hover img,
.overlay-card:hover img{
    transform: scale(1.05);
}

/* Image */
.overlay-card img {
  width: 100%;
  display: block;
}

.service-box-main .overlay-card img{
    min-height: 400px;
    height: auto;
    object-fit: cover;
}


/* Text always above overlay */
.adv-img-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 5;
}

.content-wrapper {
  position: relative;
  z-index: 6;
  color: #fff;
}

/* Parent */
.adv-img {
  position: relative;
}

/* Overlay container */
.overlay-card {
  position: relative;
  overflow: hidden;
}

/* Default overlay */
.overlay-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    360deg,
    #000000 10%,
    rgba(0,0,0,0.2) 50%,
    rgba(0,0,0,0) 100%
  );
  z-index: 2;
  transition: all 0.4s ease;
}

/*  IMPORTANT: hover on FULL CARD */
.advantage-main-box:hover .overlay-card::before {
  background: linear-gradient(0deg, #2D3194 0%, rgb(40 44 146 / 0.8%) 40%);
}

/* Image */
.overlay-card img {
  width: 100%;
  display: block;
}

/* Text layer */
.adv-img-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 5; /* above overlay */
}

/* Content */
.content-wrapper {
  position: relative;
  z-index: 6;
  color: #fff;
}

/* =====================
   common style
   ===================== */
.client-textmonial .dr-item-content .designation {
    min-height: 70px;
}
.home .client-textmonial .dr-item-content .designation {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
	 min-height: unset;
}
.footer-bootom-col {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.footer-bootom-col h5{
    display:none
}
.footer-bootom-col ul {
    display: flex;
    gap: 30px;
    flex-wrap:wrap
}
.client-textmonial .dr-item-content .designation span {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}
/*p.designation,*/
/*.designation p{*/
/*    font-weight: 700;*/
/*}*/
/*.wraper-advantages img*/
.wrapper-insights .img-part,
.wrapper-insights .insights-img 
{
    border-radius: 8px;
}

@media (min-width: 991px) {
	
  .our-global .call-email{
      padding-top: 120px!important;
  }
}


/* =====================
   FOOTER STYLES
   ===================== */

.footer-part {
  background-color: rgb(234, 235, 245);
  padding: 70px 0 40px;
  color: rgb(45, 49, 148);
}

.footer-part .custom-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Column Titles */
.footer-col-title {
  color: rgb(45, 49, 148);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #ED008C;
  border-radius: 2px;
}

/* Footer Columns Layout */
.footer-columns {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-col {
  padding-right: 30px;
  margin-bottom: 30px;
}

/* Link Lists */
.footer-col-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col-links li {
  margin-bottom: 10px;
}

.footer-col-links li a {
  color: rgb(45, 49, 148);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
  display: inline-block;
  font-weight: 400;
}

.footer-col-links li a:hover {
  color: #ED008C;
  padding-left: 6px;
}

/* Get In Touch Column */
.footer-contact-info p {
  font-size: 14px;
  color: rgb(45, 49, 148);
  line-height: 1.75;
  margin-bottom: 10px;
}

.footer-contact-info p strong {
  color: rgb(45, 49, 148);
}

.footer-contact-info a {
  color: rgb(45, 49, 148);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-contact-info a:hover {
  color: #e8a045;
}

/* CTA Button */
.footer-cta {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 22px;
  background: transparent;
  border: 1px solid #e8a045;
  color:rgb(45, 49, 148)!important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background 0.25s ease, color 0.25s ease;
}

.footer-cta:hover {
  background: #e8a045;
  color: #0d1b2a !important;
}

/* Social Media */
.social-media p {
  font-size: 15px;
  color:rgb(45, 49, 148);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.social-media ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(45, 49, 148);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.social-media ul li a:hover {
  background: #ED008C;
  border-color: #ED008C;
  color: #ffffff;
}
.social-media ul li a:hover i{
    color: #ffffff;
}
.social-media ul li a i{
    color:rgb(45, 49, 148);
}

/* Footer Description */
.footer-part .justify-content-center p {
  font-size: 14px;
  color: #6e7f8d;
  line-height: 1.8;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 36px;
  margin-top: 10px;
}

/* =====================
   COPYRIGHT BAR
   ===================== */

.copyright {
  background-color: rgb(45, 49, 148);
  padding: 16px 0;
}

.copyright .custom-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.copyright-content p {
  font-size: 13px;
  color: #4e5f6d;
  margin: 0;
}

.copyright-content p a {
  color: #6e7f8d;
  text-decoration: none;
}

.copyright-content p a:hover {
  color: #e8a045;
}

/* =====================
   FOOTER RESPONSIVE
   ===================== */
.custom-width{
	max-width:70%;
	margin:0 auto
}
.family_main-wrap{
	background: linear-gradient(90deg, rgba(45, 49, 148, 0.1) 60%, rgba(227, 0, 130, 0.1) 100%);
}
.bg-gradient{
	background: linear-gradient(90deg, rgba(45, 49, 148, 0.1) 60%, rgba(227, 0, 130, 0.1) 100%) !important;
}
.sectiion_uppercase h2{
	text-transform:uppercase;
}
.family_main-wrap .team-f-slider .slick-slide{
	margin:10px
}
.family_main-wrap .wp-team-tiitle-box{
	padding-right:40px
}
.custom-footerblock{
	display:none
}
@media (max-width:1500px){
		.page-template-template-employability-corporate-relations .wraper-agent-bg{
	height: 100%;
}
.page-template-template-employability-corporate-relations .incountyright-img{
	height: 100%;
}
}
@media (max-width: 991px) {
  .footer-part {
    padding: 50px 0 30px;
  }
.custom-width{
	max-width:80%
}
	.custom-footerblock {
    display: block;
}
	.footer-bootom-col{
		display:none !important;
	}
	.footer-columns{
		padding-bottom:0 !important
	}

  .footer-col {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
	.about_box {
    order: 1;
}
	.tittle-h2.text-center h2:before{
		display:none
	}
	.tittle-h2.text-center h2:after{
		display:none
	}
	.footer-bootom-col {
    display: block;
    margin-top: -45px;
}
	 .zoom-img:hover {
    transform: scale(1) !important;
}
	.slide p {
    font-size: 18px;
    line-height: 1;
}
  .footer-part .custom-container,
  .copyright .custom-container {
    padding: 0 20px;
  }
	.policy-container{
	padding: 0 20px !important
}

  .footer-col {
    margin-bottom: 36px;
  }

  .copyright-content {
    flex-direction: column;
    text-align: center;
  }
}


.wrapper-insights .col-lg-12 {
  position: relative;
}
.wrapper-insights .news-box-img img{
    height: 100%;
    object-fit: cover;
}
.news-row{
    margin-bottom: 70px;
}

/*:last-of-type*/

.teams-sec .dr-item-content p {
  position: relative;
}
.teams-sec .dr-item-content p.c-text{
    position: relative;
}
.teams-sec .dr-item-content p.c-text span{
    font-size: 22px;
    font-weight: 700;

}
.news-row {
    margin-top: 60px;
}



/* opening quote */
/*.teams-sec .dr-item-content p.c-text::before {*/
/*  content: "“";*/
/*  font-size: 40px;*/
/*  position: absolute;*/
/*  left: -15px;*/
/*  top: 5px;*/
/*  color: #ED008C;*/
/*}*/

/* closing quote */
/*.teams-sec .dr-item-content p.c-text::after {*/
/*  content: "”";*/
/*  font-size: 40px;*/
/*  position: absolute;*/
/*  right: -15px;*/
/*  bottom: 5px;*/
/*  color: #ED008C;*/
/*}*/


/*.client-left-blur {*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  left: -20px;*/
/*  width: 100px;*/
/*  height: 98%;*/
/*  border-radius: 8px;*/
/*  z-index: 5;*/
/*  pointer-events: none;*/

  /* smooth fade */
/*  background: linear-gradient(*/
/*    to right,*/
/*    rgba(245,245,245,1) 0%,*/
/*    rgba(245,245,245,0.6) 40%,*/
/*    rgba(245,245,245,0.2) 70%,*/
/*    rgba(245,245,245,0) 100%*/
/*  );*/

  /* blur */
/*  backdrop-filter: blur(6px);*/
/*  -webkit-backdrop-filter: blur(6px);*/

  /* mask to gradually reduce blur */
/*  mask-image: linear-gradient(to right, black 30%, transparent 100%);*/
/*  -webkit-mask-image: linear-gradient(to right, black 30%, transparent 100%);*/
/*}*/


/*.client-right-blur {*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: -20px;*/
/*  width: 100px;*/
/*  height: 98%;*/
/*  border-radius: 8px;*/
/*  z-index: 5;*/
/*  pointer-events: none;*/

/*  background: linear-gradient(*/
/*    to left,*/
/*    rgba(245,245,245,1) 0%,*/
/*    rgba(245,245,245,0.6) 40%,*/
/*    rgba(245,245,245,0.2) 70%,*/
/*    rgba(245,245,245,0) 100%*/
/*  );*/

/*  backdrop-filter: blur(6px);*/
/*  -webkit-backdrop-filter: blur(6px);*/

/*  mask-image: linear-gradient(to left, black 30%, transparent 100%);*/
/*  -webkit-mask-image: linear-gradient(to left, black 30%, transparent 100%);*/
/*}*/


/*.wraper-advantages .m-slider .slick-slide{*/
/*    margin: 10px;*/
/*}*/







/* =====================
   RESPONSIVE
   ===================== */
.mobile_section{
	display:none
}
.desktop_section{
	display:block
}

header i {
    color: #fff;
}

.sticky-header.sticky i{
    color:#2d3194
}
@media (max-width: 768px) {
	.tittle-h2.text-center h2:before {
    width: 25px;
    left: -20%;
    top: 50%;
    position: absolute;
}
	section.agent-Rele-main .col-lg-3 {
    margin: 10px 0;
}
	.agent-Rele-main .wedo-box h3 {
     padding: 0 15px 10px !important;
/* 		height:unset */
 
}
	 .wedo-box p {
    padding-left: 15px;
    padding-right: 15px;
		 min-height:150px;
}
	.wedo-box h3{
	 padding-left: 15px;
    padding-right: 15px;	
	}
	.mobile_section{
	display:block;
		height:680px
}
	.mobile_section .container-fluid {
    position: absolute;
    bottom: 10%;
    padding-left: 30px;
}
.desktop_section{
		display:none
}
.tittle-h2.text-center h2:after {
    width: 25px;
    right: -20%;
    top: 50%;
    position: absolute;
}
	.tittle-h2.text-center .right {
    display: none !important;
}
.tittle-h2.text-center .left {
    display: none !important;
}
	body{
		overflow-x:hidden !important
	}
  .footer-part .social-media{
      margin-bottom: 50px;
  }
	.client-real-wrapper .arrow-part{
		margin-bottom:10px
	}
	.vision-cotent-inner {
    padding: 10px 10px 0;
    min-height: auto !important;
}
}
@media (max-width:580px){
  .slick-list{
    padding-left:0 !important;
    padding-right:80px !important;
  }
	
	
	.perform-box.manageBox .col-lg-4.col-md-6 {
    margin: 0 !important;
}
	.py-70 {
    padding-top: 40px;
    padding-bottom: 40px;
}
	.pt-70 {
    padding-top: 40px;
}
	section.wrapper-fourm.position-relative.mt-70 {
    margin-top: 50px;
}
	
	.center .team-slider-img img {
    height: 290px;
    object-fit: cover;
}
	.tittle-h2.text-center h2 {
    text-transform:capitalize !important;
		width:100%
}
	.tittle-h2.text-center p span {
    display: inline !important;
}
	section.wrapper-fourm.position-relative .row img {
    object-fit: contain !important;
    object-position: -450px;
}
	.wp-teams-section .team-slider-disc {
    bottom: 15px;
    left: 16px;
}
	
.what-we-do-slider .slick-list{ padding-left:0 !important;
    padding-right:80px !important; }
	.readmore_arrow {
		width: 80% !important;
	}
}
@media(max-width:370px){
    
.tittle-h2.text-center h2 {
    width: 68% !important;
    margin: 0 auto 10px;
}

.tittle-h2.text-center h2 {
    font-size: 18px;
	        width: inherit;
}
    
}

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



.main_boxslider {
    padding-right:1rem;
    padding-left:1rem
}
.main_boxslider .col-lg-4{
    margin:0 10px 10px
}

.green-transport{
   background: linear-gradient(
    90deg,
    #e5e6f2 0%,
    #e5e6f2 80%,
    #deb0e1ab 100%
  );
}
.whatwedobox .wedo-box {
    margin: 0 10px;
    border-radius: 24px;
}
.whatwedobox  .wedo-box p {
    
    margin-top: 20px;
}
.desktop_section .wp-inner-banner-part p {
    max-width: 80%;
}
.green-transport  .our-story-cotent{
	padding-right:40px;
}
.our-story-cotent p{
	font-size:18px;
	line-height:1.3
}
.manageBox p{
	font-size:14px !important
}
.text-primary {
    color: #2D3194 !important;
}
input.wpcf7-form-control.wpcf7-submit {
    border:0;
    background:transparent;
    color:#2c3093;
    font-weight:600;
    font-size:20px
}
.readmore_arrow {
    border: 1.5px solid #2c3093; 
    padding: 10px !IMPORTANT;
    border-radius: 6px;
    width: max-content;
}

.readmore_arrow p {
    padding: 0;
}
.deep-wrapper-box .readmore_arrow {
    margin-top: 15px;
}
.readmore_arrow.pt-4 {
    margin-top: 16px;
}
/* ===========================
   PRIVACY POLICY PAGE
=========================== */

.privacy-policy-page {
    color: #334155;
    background: #f8fafc;
}

.privacy-policy-page .policy-container {
    max-width: 1180px;
}

.privacy-policy-page .tittle-h2 {
    margin-bottom: 50px;
}

.privacy-policy-page .tittle-h2 h2 {
    font-size: 42px;
    font-weight: 600;
    color: #2c3093;
    margin-bottom: 12px;
}

.privacy-policy-page .line-h {
    width: 80px;
    height: 4px;
    background: #0d6efd;
    border-radius: 30px;
    margin: auto;
}

.privacy-policy-page .policy-box {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 22px;
    padding: 35px 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, .06);
    transition: .3s ease;
}

.privacy-policy-page .policy-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.privacy-policy-page .policy-box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #2c3093;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef2f7;
}

.privacy-policy-page .policy-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #2c3093;
    margin-bottom: 20px;
}

.privacy-policy-page .policy-box p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.privacy-policy-page .policy-box strong {
    color: #2c3093;
    font-weight: 600;
}

.privacy-policy-page .policy-box ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.privacy-policy-page .policy-box ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    line-height: 1.8;
    color: #2d3194;
}

.privacy-policy-page .policy-box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #2d3194;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.privacy-policy-page .policy-box a {
    color: #2d3194;
    font-weight: 600;
    text-decoration: none;
}

.privacy-policy-page .policy-box a:hover {
    text-decoration: underline;
}

.privacy-policy-page .table-responsive {
    margin: 30px 0;
}

.privacy-policy-page .table {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.privacy-policy-page .table thead th {
    background: #2d3194;
    color: #fff;
    font-weight: 600;
    padding: 16px;
    border: none;
    text-align: center;
}

.privacy-policy-page .table tbody td {
    padding: 16px;
    vertical-align: middle;
    border-color: #eef2f7;
    line-height: 1.7;
    color: #2d3194;
    text-align: center;
}

.privacy-policy-page .contact-policy-box {
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    padding: 30px;
    margin-top: 25px;
}

.privacy-policy-page .contact-policy-box p:last-child {
    margin-bottom: 0;
}

.privacy-policy-page .policy-note {
    display: flex;
    gap: 10px;
    background: #fff8e5;
    border: 1px solid #ffe08a;
    border-left: 5px solid #f59e0b;
    padding: 22px 24px;
    border-radius: 18px;
    margin-top: 35px;
    font-size: 15px;
    line-height: 1.8;
    color: #6b4f00;
}

.privacy-policy-page .policy-note strong {
    white-space: nowrap;
}

@media (max-width: 991px) {

    .privacy-policy-page .policy-box {
        padding: 28px;
    }

    .privacy-policy-page .tittle-h2 h2 {
        font-size: 34px;
    }

}

@media (max-width:767px) {

    .privacy-policy-page .policy-box {
        padding: 22px;
        border-radius: 16px;
    }

    .privacy-policy-page .policy-box h3 {
        font-size: 22px;
    }

    .privacy-policy-page .policy-box p,
    .privacy-policy-page .policy-box li {
        font-size: 15px;
    }

    .privacy-policy-page .contact-policy-box {
        padding: 20px;
    }

    .privacy-policy-page .policy-note {
        display: block;
    }

}

.privacy-policy-page .table tbody {
}
/* ===========================
   MODERN SLAVERY PAGE
=========================== */

.modern-slavery-page {
    color: #334155;
    background: #f8fafc;
}

.modern-slavery-page .policy-container {
    max-width: 1180px;
}

.modern-slavery-page .tittle-h2 {
    margin-bottom: 50px;
}

.modern-slavery-page .tittle-h2 h2 {
    font-size: 42px;
    font-weight: 600;
    color: #2d3194;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.modern-slavery-page .line-h {
    width: 80px;
    height: 4px;
    background: #2d3194;
    border-radius: 30px;
    margin: auto;
}

.modern-slavery-page .policy-box {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 22px;
    padding: 35px 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, .06);
    transition: .3s ease;
}

.modern-slavery-page .policy-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.modern-slavery-page .policy-box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #2d3194;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef2f7;
}

.modern-slavery-page .policy-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #2d3194;
    margin-bottom: 20px;
}

.modern-slavery-page .policy-box p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.modern-slavery-page .policy-box strong {
    color: #2d3194;
    font-weight: 600;
}

.modern-slavery-page .policy-box ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.modern-slavery-page .policy-box ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    line-height: 1.8;
    color: #2d3194;
}

.modern-slavery-page .policy-box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #2d3194;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
}

.modern-slavery-page .policy-box a {
    color: #2d3194;
    font-weight: 600;
    text-decoration: none;
}

.modern-slavery-page .policy-box a:hover {
    text-decoration: underline;
}

.modern-slavery-page .table-responsive {
    margin: 30px 0;
}

.modern-slavery-page .table {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.modern-slavery-page .table thead th {
    background: #2d3194;
    color: #fff;
    font-weight: 600;
    padding: 16px;
    border: none;
    text-align: center;
}

.modern-slavery-page .table tbody td {
    padding: 16px;
    vertical-align: middle;
    border-color: #eef2f7;
    line-height: 1.7;
    color: #2d3194;
    text-align: center;
}

.modern-slavery-page .contact-policy-box {
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    padding: 30px;
    margin-top: 25px;
}

.modern-slavery-page .contact-policy-box p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
	.deep-wrapper-box {
    margin: 0 10px;
}
    .modern-slavery-page .policy-box {
        padding: 28px;
    }

    .modern-slavery-page .tittle-h2 h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .modern-slavery-page .policy-box {
        padding: 22px;
        border-radius: 16px;
    }

    .modern-slavery-page .policy-box h3 {
        font-size: 22px;
    }

    .modern-slavery-page .policy-box p,
    .modern-slavery-page .policy-box li {
        font-size: 15px;
    }

    .modern-slavery-page .contact-policy-box {
        padding: 20px;
    }
}
/* ===========================
   COOKIE POLICY PAGE
=========================== */

.cookie-policy-page {
    color: #334155;
    background: #f8fafc;
}

.cookie-policy-page .policy-container {
    max-width: 1180px;
}

.cookie-policy-page .tittle-h2 {
    margin-bottom: 50px;
}

.cookie-policy-page .tittle-h2 h2 {
    font-size: 42px;
    font-weight: 600;
    color: #2d3194;
    margin-bottom: 12px;
}

.cookie-policy-page .line-h {
    width: 80px;
    height: 4px;
    background: #2d3194;
    border-radius: 30px;
    margin: auto;
}

.cookie-policy-page .policy-box {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 22px;
    padding: 35px 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, .06);
    transition: .3s ease;
}

.cookie-policy-page .policy-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.cookie-policy-page .policy-box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #2d3194;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef2f7;
}

.cookie-policy-page .policy-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2d3194;
    margin-top: 26px;
    margin-bottom: 12px;
}

.cookie-policy-page .policy-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #2d3194;
    margin-bottom: 20px;
}

.cookie-policy-page .policy-box p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.cookie-policy-page .policy-box strong {
    color: #2d3194;
    font-weight: 600;
}

.cookie-policy-page .policy-box ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.cookie-policy-page .policy-box ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    line-height: 1.8;
    color: #2d3194
}

.cookie-policy-page .policy-box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #2d3194;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
}

.cookie-policy-page .policy-box a {
    color: #2d3194;
    font-weight: 600;
    text-decoration: none;
}

.cookie-policy-page .policy-box a:hover {
    text-decoration: underline;
}

.cookie-policy-page .table-responsive {
    margin: 30px 0;
    border-radius: 18px;
}

.cookie-policy-page .table {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.cookie-policy-page .table thead th,
.cookie-policy-page .table-dark th {
    background: #2d3194 !important;
    color: #fff;
    font-weight: 600;
    padding: 16px;
    border: none;
    text-align: center;
    white-space: nowrap;
}

.cookie-policy-page .table tbody td {
    padding: 16px;
    vertical-align: middle;
    border-color: #eef2f7;
    line-height: 1.7;
    color: #2d3194;
    text-align: center;
}

.cookie-policy-page .table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #f8fbff;
}

.cookie-policy-page .contact-policy-box {
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    padding: 30px !important;
    margin-top: 25px;
}

.cookie-policy-page .contact-policy-box p:last-child {
    margin-bottom: 0;
}

.cookie-policy-page .policy-note {
    display: flex;
    gap: 10px;
    background: #fff8e5;
    border: 1px solid #ffe08a;
    border-left: 5px solid #f59e0b;
    padding: 22px 24px;
    border-radius: 18px;
    margin-top: 35px;
    font-size: 15px;
    line-height: 1.8;
    color: #6b4f00;
}

.cookie-policy-page .policy-note strong {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .cookie-policy-page .policy-box {
        padding: 28px;
    }

    .cookie-policy-page .tittle-h2 h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .cookie-policy-page .policy-box {
        padding: 22px;
        border-radius: 16px;
    }

    .cookie-policy-page .policy-box h3 {
        font-size: 22px;
    }

    .cookie-policy-page .policy-box h4 {
        font-size: 18px;
    }

    .cookie-policy-page .policy-box p,
    .cookie-policy-page .policy-box li {
        font-size: 15px;
    }

    .cookie-policy-page .contact-policy-box {
        padding: 20px !important;
    }

    .cookie-policy-page .policy-note {
        display: block;
    }
}
.readmore_arrow:hover {
    background: #2c3093;
    color: #fff;
    transition:.3s ease-in
}
.readmore_arrow{
     transition:.3s ease-in;
    cursor:pointer
}
.readmore_arrow:hover a{
    color: #fff !important;
}
.readmore_arrow.pt-3 {
    margin-top: 10px;
}
.custom-agentbox .wedo-box p {
margin-top:20px
}

/* 
.custom-agentbox .wedo-box h3 {
	padding:0 1rem !important;
	    height: 50px;
} */

.img_box-cont {
    overflow: hidden;
    margin-bottom:10px;
    border-radius:15px
}
.wedo-img1 {
    overflow: hidden;
    border-radius: 20px;
   
}
.Advisory-Board .wedo-img1 {
	 padding: 0 !important;
    margin: 10px;
}
.img_box-cont img {
    margin:0 !important
}
.news-main_boxaslider .insights-box.pt-4 {
    margin: 0 10px;
}

.service-box-main .position-relative.content-wrapper h3 {
    font-size: 14px;
}
    .wrapper-services .service-box-main .position-relative.content-wrapper p{
         font-size: 12px !important;
    }
.agent-Rele-main  .button-linked {
    display: flex;
    justify-content: center;
    margin-top:0px
}
.agent-Rele-main .Advisory-Board .wedo-box p span {
    padding: 0 12px;
}

.agent-Rele-main .Advisory-Board .wedo-box p {padding: 0 10px 24px !important; }

.agent-Rele-main .Advisory-Board .wedo-box p {       font-size: 12px;  min-height: 130px;}
.leadershipcard.Advisory-Board .wedo-box p {  min-height: 100px;}
/* .plede-cards .wedo-box p {
    padding: 0;
    margin: 0 0 10px 0;
}
.plede-cards .wedo-box h3 {
    padding: 0;
    margin:0;
} */
@media(min-width:1460px){
	.Advisory-Board .wedo-box h3 {
    height: 42px !important;
}
}
@media (min-width:1124px){
	.wraper-agent ul {
    font-size: 18px;
}
	.wp-inner-wrapper-banner .wp-inner-banner-part {
    padding-left: 4rem !important;
}
}
@media (min-width:767px){
	.slider-caree li.slick-current.slick-active {
     width:800px!important;
    position: relative;  
    transition: transform .3s

}
	.agent-Rele-main.sectioncareer  .wedo-box h3{
    height: 70px !important;
}
	  .hero-content {
     
      bottom: 35%;
      left: 80px;
      
    }

	.manageBox p {
    font-size: 16px !important;
    height: 90px;
}
/* .wraper-agent ul {
    font-size: 18px;
	line-height:1.4
}
	.wraper-agent p {
    font-size: 18px;
	line-height:1.4
}
	.wraper-agent li {
    font-size: 18px !important;
		line-height:1.4
} */
	.wraper-agent ul strong {
    margin-bottom: 10px !important;
    display: inline-block;
}
	.wrapper-services .service-box-main .position-relative.content-wrapper p:empty {
    display: none;
}
	.wrapper-services .service-box-main .position-relative.content-wrapper p {
    height: 65px;
}
	
	.incounty-left-text p {
    font-size: 18px;
}
	
	.deep-wrapper-box h3 {
		font-size: 19px;
	}
	.wp-inner-wrapper-banner .ps-lg-5{
  padding-left:  4rem !important
}
.team-f-slider-content h3 {
    min-height: 60px !important;
}
	.why-univer h2 {
    max-width: 66%;
    line-height: 1.5;
}
}


.bg-overlay-desk:after {
content:"" !important;
position:absolute;
 background:#00000059 !important;
 height:100%;
 width:100%;
 left:0;
	   display:block;
	top:0
    
}
.bg-overlay-desk.darker:after {
    background: #00000091 !important
/* background:red !important	 */
}
.overlay-card.secondarybox:before {
    background:linear-gradient(360deg, #000000e3 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%) !important
}
.deep-wrapper-box .readmore_arrow {
    margin-bottom: 15px !important;
    margin-top: 20px;
}


.process-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 38px;
  margin-top: 55px;
}

.process-item {
  position: relative;
  flex: 1;
}

.process-card {
  position: relative;
  height: 100%;
  padding: 70px 34px 42px;
  background: #ffffff;
  border: #2c3093 solid 1px;
  border-radius: 24px;
  transition: all 0.35s ease;
}

.process-card:hover {
  transform: translateY(-2px);
/*   border-color: rgba(45, 49, 148, 0.45); */
}

.step-number {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #2d3194;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  top: -38px;
  left: 34px;
  z-index: 5;
}

.process-card h3 {
  margin: 0 0 18px;
  color: #2d3194;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.process-card p {
  margin: 0;
  color: #2d3194;
  font-size: 17px;
  line-height: 1.85;
}

.connector {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: #2c3093 solid 1px;
  border-radius: 50%;
  background: #ffffff;
  color: #2d3194;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  z-index: 10;
}

.process-item:last-child .connector {
  display: none;
}

@media (max-width: 991px) {
  .process-wrapper {
    flex-direction: column;
    gap: 58px;
  }

  .process-card {
    padding: 62px 26px 34px;
  }

  .step-number {
    width: 66px;
    height: 66px;
    font-size: 23px;
    top: -33px;
    left: 26px;
  }

  .connector {
    display: none;
  }
}
@media(max-width: 767px){
	.in_country_service_main .flex-row-reverse {
    justify-content: center;
}
.in_country_service_main .col-lg-6:has(.incountyright-img) {
    order: 0;
}
.page-template-template-employability-corporate-relations .incountyright-img {
    height: auto;
}
	
.in_country_service_main .col-lg-6 {
    order: 1;
}


.in_country_service_main .flex-row-reverse .row.g-3.mt-4 {
    padding: 0;
}
	.green-transport  .our-story-cotent {
    padding-right: 0;
}
	.tittle-h2.text-center .custom-width {
    max-width: 100%;
}
	.agent-Rele-main .wedo-box h3{
    min-height: 75px;
}
	.our-story-cotent p {
    font-size: 16px;
    line-height: 1.3;
}
	.wp-ourstory {
    padding-left: 10px !important;
    padding-right: 10px !important;

}
	.wp-ourstory .col-lg-6.ps-5 {
    padding-left: 20px !important;
}
.wp-ourstory p {
font-size:16px   
}

.family_main-wrap .wp-team-tiitle-box {
    padding-right: 0;
}

.family_main-wrap {
    padding-left: 10px;
    padding-right: 10px;
}
	.our-story-cotent.ps-4 {
    padding-left: 0px !important;
}
	.wp-one-step .wp-here-help{
		margin-bottom:20px
	}
}
@media (max-width: 575px) {
	.arrow-part {
    display: none !important;
}
	.wp-team-family .row.align-items-center {
    gap: 45px;
}
	.wp-inner-wrapper-banner.custom_bbner {
    padding: 50% 0;
    background-position: 58%;
}
	.wp-inner-wrapper-banner.custom_bbner2{
		padding: 50% 0;
        background-position: 75%;
	}
	        background: #000000a6;
	
.custom_bbner.wp-inner-wrapper-banner::after {
      background: #000000a6;
}
.custom_bbner.wp-inner-wrapper-banner::after {
    background: #00000091;
}
	.why-it-matters-box-main {
    margin-bottom: 0;
}
	section.time-line.mt-5 {
    margin-top: 24px !important;
}
	.service-box-main.mt-5 {
    margin-top: 24px !important;
}
	.advantage-main.pt-5 {
    padding-top: 14px !important;
}
	.teams-sec .row.mt-5 {
    margin-top: 24px !important;
}
	.insights-box.pt-4 {
    padding-top: 0 !important;
}

.wrapper-insights .arrow-part {
    display: none !important;
}
	.tittle-h2.text-center h2 {
    margin: 0px;
}
	.pt-70 {
    padding-top: 60px;
    margin: 0 !important;
}
	.hero-video {
    object-position: 38%;
}
	.first-slide{
	background-position: 13%;
	}
	.sev-slide{
		    background-position: 27%;
	}
	span.aem-hero__link-text{
		font-size:16px !important
	}
	span.arrow_box {
    height: 30px;
    width: 30px;
}
span.arrow_box svg{
  transform:rotate(-45deg)
}
	.aem-hero__link .aem-hero__link-text {
    background-size: 100% 100%;
}
	.hero-content {
    bottom: 35% !important;
}
	.tittle-h2.text-center {
    width: 100%;
}
	section.footer-part {
    margin-top: 70px;
}
	
	body:has(.page-meet-onestep) h2 {
    width: fit-content !important;
}
	.agent-Rele-main .Advisory-Board .wedo-box p {
    font-size: 12px;
    min-height: 100px;
}
	.canie_conrainer .our-story-img-l {
    padding: 0 10px;
}
.canie_conrainer .our-story-img-l img{

    border-radius: 10px;
}
	.whatwedobox .mt-5 {
    margin-top: 24px !important;
}
	.work-with-slider .wedo-box p {
    min-height: 110px;
}
		.agent-Rele-main .Advisory-Board-2 .wedo-box p {
    font-size: 12px;
    min-height: 120px;
}
	
	.agent-Rele-main .wedo-box h3 {
    min-height: 45px;
}
  .process-wrapper {
    gap: 50px;
  }
	.deep-wrapper-box h3 {
    height: 60px;
}
	
	.manageBox p {
    height: 110px;
}
	.service-card .wedo-box .p-2 {
    padding: 10px 16px 0 !important;
}

.service-card .wedo-img1 {
    margin: 0;
}
	.logo a img{
		padding-left:0 !important
	}

  .process-card {
    border-radius: 20px;
    padding: 56px 22px 30px;
  }
.custom-agentbox .wedo-box h3 {
    padding:0 16px !important;
}

.custom-agentbox .wedo-box p {
    padding:0 16px !important;
    height:170px;
    margin-top:10px
}
	.agent-Rele-main .practicebox .wedo-box h3 {
    padding: 0 16px !important;
}
.practicebox .wedo-box p {
    padding: 0 16px !important;
	 height:170px;
}
  .process-card p {
    font-size: 15.5px;
    line-height: 1.75;
  }
	.tranparent-box.manageBox p {
    margin-top: 15px;
    height: 90px;
}
	.agent-Rele-main.sectioncareer  h3 {
    padding: 0 10px !important;
}

.agent-Rele-main.sectioncareer p {
    padding: 0 10px !important;
    min-height: 110px;
}

}
@media (max-width:360px){
	.why-content-box h3 {
    min-height: 65px;
    padding: 0 2px;
}
	.wedo-box p{
		padding:0 !important
	}
	
	.agent-Rele-main .wedo-box h3{
		padding:0 !important
	}
	.custom-agentbox .wedo-box h3 {
    padding:0 16px !important;
}

.custom-agentbox .wedo-box p {
    padding:0 16px !important;
    height:170px;
    margin-top:10px
}
	.Advisory-Board .wedo-box h3{
		padding:0 10px 10px !important
	}
	.wp-inner-wrapper-banner::after {
   
    background: rgb(0 0 0 / 48%);
}
}