/* Googel Fonts  */
  @import url('https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');
/* Googel Fonts End  

*/

*{
    font-family: 'helvetica_neue', sans-serif;
}

body{
  background: #000;
}

.bg-flat-color-1 {
  background: #8E297B;
}

.bg-transparent {
  background-color: transparent;
}

.text-transform-uppercase{
  text-transform: uppercase !important;
}


.flat-color-1 {
  color: #8E297B;
}

.bg-twitter {
  background: #1da1f2;
}

.bg-facebook {
  background: #3b5998;
}

.bg-instagram {
  background: #833ab4;
}


.fade-5 {
  opacity: 0.5;
}


.color-white {
  color: #fff !important;
}

.color-dark {
  color: #000 !important;
}

.color-red {
  color: #dc3545 !important;
}

.color-yellow{
  color: #FFA71A !important;
}

.color-orange {
  color: #E36347 !important;
}

.color-blue {
  color: #4492E8 !important;
}

.color-green {
  color: #1FD368 !important;
}

.color-danger{
  color: #E21B1A !important;
}

.color-initiated{
  color: #2651CA !important;
}

.color-completed{
  color: #139B0E !important;
}

.color-progress{
  color: #F68147 !important;
}

.color-theme{
  color: #EE592B;
}

.btnWrap{
  display: flex;
  align-items: center;
  gap: 16px 20px;
  flex-wrap: wrap;
}

.btn{
  padding: 12px 17px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
}


.btn.btn-primary{
  background: #EE592B;
  border: none;
}

.btn.btn-primary:hover{
  background: #ff541f;
}

.btn.btn-outline-white{
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #fff;
}

.btn.btn-outline-white:hover{
  border: 1px solid #FFFFFF;
  background: #fff;
  color: #EE592B;
}


.btn.btn-outline-orange{
  border: 1px solid #EE592B;
  background: transparent;
  color: #fff;
}

.btn.btn-outline-orange:hover{
  border: 1px solid #FFFFFF;
  background: #fff;
  color: #EE592B;
}

.btn.arrowBtn{
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.btn.arrowBtn:after{
  content: "\e904";
  font-family: 'icomoon' !important;
  font-size: 15px;
  position: relative;
  right: 0;
  transition: 0.25s ease-out;
}

.btn.arrowBtn:hover:after{
  right: -3px;
}

.min-w-210{
  min-width: 210px !important;
}

.bg-dark{
  background: #000 !important;
}

.font-3xl {
  font-size: 2.8125em;
}

.font-4xl {
  font-size: 3.75em;
}


.inline-block {
  display: inline-block;
}

.mb-15 {
  margin-bottom: 15px;
}

.pt-30{
    padding-top:30px !important;
}

.pt-60{
    padding-top:60px !important;
}

.pt-70{
    padding-top:70px !important;
}

.pt-80{
    padding-top:80px !important;
}

.pt-90{
    padding-top:90px !important;
}

.pt-100{
    padding-top:100px !important;
}

.pt-110{
    padding-top:110px !important;
}

.pt-120{
    padding-top:120px !important;
}

.pt-140{
    padding-top:140px !important;
}


.pb-60{
    padding-bottom:60px !important;
}

.pb-70{
    padding-bottom:70px !important;
}

.pb-80{
    padding-bottom:80px !important;
}

.pb-90{
    padding-bottom:90px !important;
}

.pb-100{
    padding-bottom:100px !important;
}

.pb-110{
    padding-bottom:110px !important;
}

.pb-120{
    padding-bottom:120px !important;
}

.mt-lg-60{
  margin-top: 32px;
}

.mb-60{
  margin-bottom:60px !important;
}

.b_none {
    border: none;
}

.m0 {
    margin: 0;
}

.mx480{
  max-width: 480px;
}

.mx552{
  max-width: 552px;
}

img{
  max-width: 100%;
  height: auto;
}

.fs-14{
  font-size: 14px !important;
}

.fs-15{
  font-size: 15px !important;
}

.fs-16{
  font-size: 16px;
}

.fs-18{
  font-size: 18px !important;
  line-height: 1.45;
}

.fs-20{
  font-size: 20px !important;
  line-height: 1.45;
}

.fw-100{
  font-weight: 100 !important;
}

.fw-200{
  font-weight: 200 !important;
}

.fw-300{
  font-weight: 300 !important;
}

.fw-400{
  font-weight: 400 !important;
}

.fw-500{
  font-weight: 500 !important;
}

.fw-700{
  font-weight: 700 !important;
}

.fw-800{
  font-weight: 800 !important;
}

.fw-900{
  font-weight: 900 !important;
}

p:last-child{
  margin-bottom: 0px;
}

.max-w-1060{
  max-width: 1060px;
}

/* 


Googel Fonts  */
/* Googel Fonts End  

*/

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width:1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1700px;
  }
}


.topHeader{
  background: #000;
  position: sticky;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
}

.topHeader.innderPageHeader{
  position: relative;
}

.topHeadIn{
  display: flex;
  align-items: center;
}

.topHeadIn .logo{
  flex: 0 0 200px;
  margin: 16px 10px 16px 0px;
}

.topHeadIn .menuRight{
  flex: auto;
  display: flex;
  justify-content: flex-end;
}

.topHeadIn .menuRight > .menuRightIn >  ul{
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0 0 0 10px;
}

.topHeadIn .menuRight > .menuRightIn >  ul > li{
  padding:16px 4px;
  list-style: none;
}

.topHeadIn .menuRight > .menuRightIn >  ul > li a{
  padding:14px 16px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}

.topHeadIn .menuRight > .menuRightIn >  ul > li.has-menu > a:after{
  content: "\e901";
  font-family: 'icomoon' !important;
  transform:rotate(90deg);
  position: relative;
  font-size: 13px;
  margin: 1px 0 0 10px;
}

.topHeadIn .menuRight ul li a:hover{
  color: #c1c1c1;
}

.topHeadIn .menuRight ul li .btn.btn-outline-white:hover{
    border: 1px solid #FFFFFF;
    background: #fff;
    color: #EE592B;
}

.topHeadIn .menuRight ul li a.active{
  color: #ee582b;
}

.topHeadIn .menuRight > .menuRightIn > ul li {
    position: relative;
    list-style: none;
}

.topHeader .topHeadIn .menuRight > .menuRightIn > ul > li > .subNav {
    position: absolute;
    top: 100%;
    padding: 0px;
    min-width: 180px;
    background: #171717;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    margin: 10px 0 0 10px;
    visibility: hidden;
    opacity: 0;
    transition: top, opacity, visibility, margin, 0.2s ease-out;
    padding: 4px 0 4px 0;
}

.topHeader .topHeadIn .menuRight > .menuRightIn > ul > li:hover > .subNav {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.topHeader .topHeadIn .menuRight > .menuRightIn > ul li .subNav > li > a {
    font-size: 14px;
    color: #fff;
}

.topHeader .topHeadIn .menuRight > .menuRightIn > ul > li > .subNav > li > a:hover{
      background: #4f09aa;
}

.topHeader .topHeadIn .menuRight > .menuRightIn > ul li .subNav > li > a.active{
  background: #4f09aa;
}

.menuToggleBtn {
    position: relative;
    width: 36px;
    height: 32px;
    border: none;
    background: none;
    margin: 0 12px 0 -8px;
    cursor: pointer;
    flex: 0 0 36px;
    padding: 0 6px;
    display: block;
}

.menuToggleBtn span.icon {
    position: relative;
    display: block;
    height: 1.5px;
    background: #fff;
    width: 100%;
    transition: background, 0.25s ease-out;
}

.menuToggleBtn span.icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 1.5px;
    background: #fff;
    transform: rotate(0deg);
    transition: transform, 0.25s ease-out;
}

.menuToggleBtn span.icon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    height: 1.5px;
    background: #fff;
    transform: rotate(0deg);
    transition: transform, 0.25s ease-out;
}

.responsive-menu-open  .menuToggleBtn span.icon {
    background: transparent;
}

.responsive-menu-open .menuToggleBtn span.icon:before {
    transform: rotate(45deg);
    top: 0px;
}

.responsive-menu-open .menuToggleBtn span.icon:after {
    transform: rotate(-45deg);
    top: 0px;
}

.langSelect {
    display: flex;
    align-items: center;
}

.langSelect .dropdown.bootstrap-select {
    margin: 0 0 0 8px;
}

.langSelect .icon {
    font-size: 19px;
}

.langSelect .btn.dropdown-toggle {
    background: transparent;
    border: none;
    color: #888888;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    min-width: 100px;
}

.langSelect .btn.dropdown-toggle .filter-option-inner-inner span{
  color: #fff;
}

.langSelect .dropdown-toggle::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  transform: rotate(90deg);
  border: none;
  font-size: 11px;
  margin: 0 0 0 9px;
}

.langSelect .btn.dropdown-toggle:focus, .langSelect .btn.dropdown-toggle:focus-visible {
    outline: none !important;
    box-shadow: none;
}

.langSelect  .dropdown-item.active, .langSelect .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F05A2A;
}

.langSelect .bootstrap-select .dropdown-menu li a:hover {
    color: #797979;
}

.langSelect .bootstrap-select .dropdown-menu li a.dropdown-item.active{
  color: #fff;
    text-decoration: none;
    background-color: #F05A2A;
}

@media (min-width:992px) {

  .langSelect{
    margin-left: 6px;
  }

}




.topHeadIn .menuCentre {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topHeadIn .menuCentre .menuRight{
  justify-content: center;
}

.cntLink a {
    display: flex;
    align-items: center;
    padding: 10px 24px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    transition:background, color, border-color, 0.25s ease-out;
}

.cntLink a:after {
  content: "\e903";
  font-family: 'icomoon' !important;
  font-size: 11px;
  font-weight: 300;
  transition: 0.25s ease-out;
  margin: 0 0px 0 10px;
}

.cntLink a:hover:after {
  margin: 0 0px 0 13px;
}

.cntLink a:hover {
  background: #EE592B;
  border-color: #EE592B;
  color: #fff;
}



@media (min-width:992px) {
  /*.topHeader{
    position: relative;
  } */

  .megaMenuWrap .mgTitle h4 {
    font-size: 18px;
    color: #fff;
    margin:6px 0 20px 0;
}

.megaMenuWrap .mgTitle p {
  color: rgba(255, 255, 255, 0.7);
}

.megaMenuLinksGrid{
  display: flex;
  margin: 10px 0 0;
  align-items: flex-start;
  gap: 0 80px;
}

.megaMenuLinksGrid .megaMenuLinks {
    flex: 0 0 auto;
    padding: 0px 0;
}

  .megaMenuLinksGrid .megaMenuLinks ul{
  padding: 0px;
}

.megaMenuLinksGrid .megaMenuLinks ul li{
  list-style: none;
}

.megaMenuLinksGrid .megaMenuLinks ul > li > a{
  display: flex;
  align-items: center;
  gap: 10px 16px;
  padding: 10px 0;
}

.topHeadIn .menuRight > .menuRightIn >  ul > li .megaMenuLinksGrid .megaMenuLinks ul > li > a{
  padding: 10px 0;
}


  .topHeadIn .menuRight > .menuRightIn > ul li.hasMegaMenu{
    position: static;
  }

  .topHeadIn .menuRight > .menuRightIn > ul li:hover > a{
    color: #ee582b;
  }

  .megaMenuLinksGrid .megaMenuLinks ul > li.active > .servMenuLink:before{
    opacity: 1;
  }

  .megaMenuWrap{
    /*position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #171717;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    margin: 20px 0 0 0px;
    visibility: hidden;
    opacity: 0;
    transition: top, opacity, visibility, margin, 0.2s  ease-out;
    padding: 32px 0 40px 0;
    overflow: hidden;*/

      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: #000000bf;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 3px;
      margin: 10px 0 0 0px;
      visibility: hidden;
      opacity: 0;
      transition: top, opacity, visibility, margin, 0.25s ease-in-out;
      padding: 32px 0 40px 0;
      /* border-top: 0.5px solid #6516bb; */
      overflow: hidden;
      backdrop-filter: blur(20px) brightness(1.5);
      -webkit-backdrop-filter: blur(20px) brightness(1.5);
  }

  .topHeadIn .menuRight > .menuRightIn > ul li.hasMegaMenu:hover .megaMenuWrap{
    margin: 0px 0 0 0px;
    visibility: visible;
    opacity: 1;
  }


  .megaMenuLinksGrid .menu-submenu-title-wrapper {
    position: relative;
    max-width: 360px;
    margin: 0 60px 0 0;
    background: #511098;
    padding: 36px 24px 36px 0px;
    display: flex;
    flex-wrap: wrap;
    z-index: 0;
    min-height: 320px;
}




  /*.megaMenuLinksGrid:after {
      content: "";
      background: url(../images/fireCircle.png) no-repeat;
      bottom: 0;
      width: 450px;
      height: 470px;
      background-size: cover;
      mix-blend-mode: lighten;
      background-position: bottom right;
      z-index: -1;
      animation: 4s ease-in-out infinite subtlePulse, 200s linear infinite slowRotate;
      position: relative;
      display: block;
      z-index: 0;
      margin: -100px 0 0 -30px;
  }*/

.servMenuLink {
    display: flex;
    align-items: center;
    margin: 16px 0 30px;
    max-width: 400px;
    position: relative;
    z-index: 0;
}


.servMenuLink .icon{
  flex: 0 0 58px;
  height: 58px;
  border-radius: 8px;
  border: 1px solid #4A4A4A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
  color: #C4C4C4;
}

.servMenuLink .icon i{
  font-size: 34px;
}

.servMenuLink .icon i.icon-blockchain, .servMenuLink .icon i.icon-mobility {
  font-size: 36px;
}

.servMenuLink .icon i.icon-system-integration, .servMenuLink .icon i.icon-it-consulting{
  font-size: 38px;
}

.servMenuLink .icon i.icon-infra-cloud{
  font-size: 36px;
}

.servMenuLink .icon i.icon-cybersecurity{
  font-size: 36px;
}

.servMenuLink .cont{
  flex: auto;
}

.servMenuLink .cont h5{
  font-size: 18px;
  margin: 0px 0 4px 0;
  font-weight: 500;
  color: #fff;

}

.servMenuLink:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -11px;
    top: -10px;
    bottom: -10px;
    z-index: -1;
    background: #202020;
    opacity: 0;
    border-radius: 7px;
    transition: 0.25s ease-out;
}

.servMenuLink:hover:before {
    opacity: 1;
 
}

.topHeadIn .menuRight > .menuRightIn > ul > li .servMenuLink .cont h5 a{
  padding: 0px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  margin: 0;
  position: static;
}

.topHeadIn .menuRight > .menuRightIn > ul > li .servMenuLink .cont h5 a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.servMenuLink .cont p{
  font-size: 16px;
  color: #989898;
  font-weight: 300;
  line-height: 1.4;
}

/*.topHeadIn .menuRight > .menuRightIn > ul > li .servMenuLink:hover .icon{
  background: #3C1001;
  border-color: #F05A2A;
  color: #fff;
}*/


}

@media (max-width:1600px) {
  .topHeader .container, .breadcrumbWrap .container {max-width: inherit; padding-left: 40px; padding-right: 40px;}
  .container {max-width: 1440px;}
  .abtBannerWrap .container {max-width: inherit; padding-left: 40px; padding-right: 40px;}
}

@media (min-width:1400px) {
  .topHeader .container, .breadcrumbWrap .container {max-width: inherit; padding-left: 40px; padding-right: 40px;}
}

@media (min-width:1600px) {
  .topHeader .container, .breadcrumbWrap .container {max-width: inherit; padding-left: 80px; padding-right: 80px;}
  .abtBannerWrap .container {max-width: 1800px; padding-left: 48px; padding-right: 48px;}
}



@media (max-width:1400px) {
  .topHeadIn .logo{flex: 0 0 185px;}
  .topHeadIn .menuRight > .menuRightIn > ul{margin: 0px;}
  .topHeadIn .menuRight > .menuRightIn > ul li{padding: 16px 0px;}
  .topHeader .container, .breadcrumbWrap .container {padding-left: 24px; padding-right: 24px;}
  .abtBannerWrap .container {padding-left: 24px; padding-right: 24px;}
}

@media (max-width:1200px) {
  .topHeadIn .menuRight > .menuRightIn > ul > li a{ padding: 10px 9px; font-size: 15px; }
  .langSelect .icon { font-size: 17px;}
  .langSelect .btn.dropdown-toggle{font-size: 14px;}
  .topHeadIn .logo{ flex: 0 0 185px;}
  .topHeadIn .menuRight > .menuRightIn > ul > li{padding: 16px 1px;}
  /*.cntLink{display: none;}*/
  .langSelect{margin-left: 12px;}
}

@media (max-width:992px) {
  .topHeader .container{max-width: inherit;}
  .topHeadIn .menuRight > .menuRightIn { position: absolute; left: 0; right: 0; top: 100%; padding: 0 0 20px;
    border-top: 1px solid #232323; background: rgba(0, 0, 0, 0.05); backdrop-filter: blur(20px) brightness(1.5); -webkit-backdrop-filter: blur(20px) brightness(1.5);
    display: none;  max-height: calc(100vh - 68px); overflow: auto;}
  .topHeadIn .menuRight > .menuRightIn > ul { display: block; padding: 0px 24px;}
  .topHeadIn .menuRight > .menuRightIn > ul > li{padding: 0px;}
  .topHeadIn .menuRight > .menuRightIn > ul > li a{padding: 10px 0px;}

  .topHeader .topHeadIn .menuRight > .menuRightIn > ul > li.has-menu > a:after {content: "\e901"; font-family: 'icomoon' !important; display: inline-block; vertical-align: middle; margin: -1px 0px 0 12px;
    font-size: 11px; transform: rotate(90deg); font-weight: bold;}
  .topHeader .topHeadIn .menuRight > .menuRightIn > ul > li > .subNav {background: transparent; position: relative; margin: 4px 0 4px 7px; padding: 0; opacity: 1; display: none; box-shadow: none; transition: none;}
  .topHeader .topHeadIn .menuRight > .menuRightIn > ul > li:hover > .subNav{display: block;}
  .topHeader .topHeadIn .menuRight > .menuRightIn > ul > li > .subNav > li a{color: #fff;}
  .topHeader .topHeadIn .menuRight > .menuRightIn > ul > li > .subNav > li > a:hover{background: transparent;}
  .topHeadIn .menuCentre .menuRight { justify-content: flex-end;}

  .megaMenuWrap .mgTitle h4{font-size: 24px;}
  .megaMenuWrap{display: none;}
  .megaMenuWrap .container{padding: 0px;}
  .mgTitle { display: none;}
  .megaMenuLinksGrid{ gap: 0px 16px; flex-wrap: wrap; margin: 0px 0 0;}
  .megaMenuLinksGrid .megaMenuLinks { flex: 1;     padding: 0px 0;}
  .megaMenuLinksGrid .megaMenuLinks ul{padding: 0px 0 0 10px;}
  .topHeader .topHeadIn .menuRight > .menuRightIn > ul > li:hover > .megaMenuWrap { display: block;}
  .menu-submenu-title-wrapper{display: none;}
  .servMenuLink{margin: 0px 0px;}
  .servMenuLink .cont h5{margin: 0px;}
  .servMenuLink .icon, .servMenuLink .cont p{display: none;}
  .topHeadIn .menuRight > .menuRightIn > ul li{ padding: 0;}
  .cntLink a{font-size: 14px;     padding: 8px 16px;}

}

@media (max-width:767px) {
  .cntLink a{white-space: nowrap; padding: 7px 14px;}
  .cntLink a:after{ display: none;}
}

/* TOP HEADER CSS END HERE */



/* .bannerTitle {
    max-width: 620px;
} */

.bannerTitle h1{
  font-size: 74px;
  font-weight: 500;
  color: #fff;
  line-height: 74px;
}

.bannerTitle h1 + p{
  margin-top: 36px;
}

.bannerTitle p{
  font-size: 22px;
  font-weight: 400;
  color: #B4B4B4;
  line-height: 1.4;
}

/* banner css */


.bannerWrap{
  position: relative;
  padding: 124px 0 90px;
  overflow-x: hidden;
}

.bannerWrap:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*height: 1072px;*/
  background: url('https://evvolabs.vn/wp-content/uploads/2026/03/evvo-hp2-banner.png') no-repeat;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  /*animation: 40s ease-in-out infinite bgPulse, 100s linear infinite bgSlowRotate*/
}



@keyframes bgPulse {

    0%,
    to {
        opacity: 1;
        filter: brightness(1)
    }

    50% {
        opacity: .7;
        filter: brightness(2.08)
    }
}

@keyframes bgSlowRotate {
    0% {
        transform: rotate(0) scale(1.0);
    }

    50% {
        transform: rotate(-4deg) scale(1.05);
    }

    100% {
        transform: rotate(0deg) scale(1.0);
    }
}

.bannerWrap .btn{
  margin-top: 32px;
}

.bannerContRightWrap{
  max-width: 416px;
  margin-left: auto;
}

.awardSliderBlockWrap{
  padding-bottom: 24px;
  position: relative;
}

.awardSliderBlockWrap + .awardSliderBlockWrap{
  margin-top: 32px;
}

.awardSliderWrap {
    position: relative;
    background: url('https://evvolabs.vn/wp-content/uploads/2026/03/evvo-hp2-bgAwwardSlider.png') no-repeat;
    border-radius: 8px;
    background-size: cover;
}

.awardSlide{
    padding: 28px 32px;
    display: flex;
    align-items: center;
}

.awardSlide .img{
  flex: 0 0 108px;
  margin: 0 20px 0 0;
}

.awardSlide .cont{
  flex: auto;
  margin: 0 0px 0 0;
}

.awardSlide .cont h5{
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}

.awardSlide .cont p{
  font-size: 15px;
  font-weight: 400;
  color: #888195;
  line-height: 1.4;
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px;
}

.owl-carousel .owl-dots .owl-dot{
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: rgba(238, 89, 43, 0.32);
}

.owl-carousel .owl-dots .owl-dot.active{
  background: rgba(238, 89, 43, 1);
}

.bannerContRightWrap .owl-dots {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
}

.announcementsSliderBg{
  position: relative;
  border-radius: 8px;
  padding: 32px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px) brightness(1.5);
  -webkit-backdrop-filter: blur(20px) brightness(1.5); /* Safari support */
}

.announcementsSliderBg .title h5{
  font-size: 18px;
  color: #FA6335;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 20px 0;
}

.announcementsSlide{
  color: #fff;
  text-align: center;
}

.announcementsSlide .img{
  margin: 0 0 0 0;
}

.announcementsSlide .img img{
  max-width: 50px;
  margin: 0px auto;
}

.announcementsSlide  h5{
  font-weight: 700;
  margin: 20px 0 16px;
}

.announcementsSlide  p{
  font-weight: 400;
  color: #999999;
  margin: 0px auto 0px;
  max-width: 300px;
}


.bannerContRightWrap .announcementsSliderWrap .owl-dots{
  bottom: -56px;
}


/* Banner CSS  END*/


/* Move Text CSS */

.marquee {
  position: relative;
  overflow: hidden;
  width: 100%; /* container width */
  height: 136px;
  margin: 90px 0 0;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

.marquee-content svg {
  height: 136px;
  width: 100%;
  filter: opacity(0.15) hue-rotate(190deg) saturate(200%) brightness(90%);
}

.marquee-content svg + svg {
  margin-left: 4%;
}




@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}






.serviceBlockWrap {
  background: #171717;
  border-radius: 5px;
  border: 1px solid #2B2B2B;
  padding: 32px 28px;
  height: calc(100% - 14px);
  margin-top: 14px;
  transition: border-color 0.25s ease-out;
}


.serviceBlockWrap.highlight, .serviceBlockWrap:hover{
  border-color: #691D8B;
}

.serviceBlockWrap:hover .img .icon{
  color: #EE592B;
}

.serviceBlockWrap .img svg path{
  fill: #6E6E6E;
  transition: 0.25s ease-out;
}

.serviceBlockWrap:hover .img svg path{
  fill: #EE592B;
}


.serviceBlockWrap .img{
  min-height: 128px;
}

.serviceBlockWrap .img .icon {
    font-size: 50px;
    color: #6E6E6E;
}

.serviceBlockWrap .cont h5{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px 0;
}

.serviceBlockWrap .cont p{
  color: #C7C7C7;
  font-size: 16px; 
  line-height: 1.4;
  font-weight: 300;
}

.serviceBlockWrap.highlight{
  border-color: #691D8B;
}

.serviceBlockWrap.highlight .img .icon {
  color: #EE592B;
}

.serviceBlockWrap .img .icon.icon-digital-integration, .serviceBlockWrap .img .icon.icon-digital-infrastructure, .serviceBlockWrap .img .icon.icon-digital-sustainability, 
.serviceBlockWrap .img .icon.icon-digital-governance, .serviceBlockWrap .img .icon.icon-digital-experience {
    font-size: 68px;
}


.serviceBlockWrap.serviceBtnBg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('https://evvolabs.vn/wp-content/uploads/2026/03/evvo-hp2-serviceBtnBg.png') no-repeat;
    background-size: cover;
    border: none;
}

.secTitle h2{
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #fff;
}

.secTitle p{
  color: #999999;
  font-size: 20px;
}



/* 360 view Css */


.pin-container {
  position: relative;
  /* Height = viewport height + extra scroll area to allow pane transitions */
  min-height: 2604px; /* example, adjust based on number of panes */
  padding-bottom: 0px;
}

.pin-content {
  position: sticky;
  top: 0;
  min-height: 868px;
  overflow: hidden;
}


.pane {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.pane + .pane {
  position: absolute;
}

/* Active pane */
.pane.active {
  opacity: 1;
}


/* Progress bar styling */
.progress-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background:#3B3B3B;
}

.progress-bar {
  width: 0%;
  height: 3px;
  top: -1px;
  position: relative;
  background: #EE592B;
  transition: width 0.1s ease-out;
}


.caseStudyWrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 0 0 0;
}

.caseStudyWrap .caseStudyLeft{
  flex: 0 0 432px;
  margin: 0 70px 0 0;
}

.blockTitle h6{
  font-weight: 700;
  color: #C3C3C3;
  text-transform: uppercase;
  margin: 0 0 14px 0;
  font-size: 16px;
}

.blockTitle h3{
  font-weight: 400;
  color: #fff;
  font-size: 32px;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

.blockTitle h4{
  font-weight:500;
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 0 0;
}

.blockTitle h2{
  font-weight: 700;
  color: #fff;
  font-size: 60px;
  margin: 0 0 0 0;
  line-height: 1.05;
}

.blockTitle p{
  color: #8D8686;
  font-size: 20px;
  margin: 42px 0 0 0;
  line-height: 1.4;
}

.caseStudyWrap .caseStudyRight{
  flex: 1;
}

.caseStudyWrap .caseStudyRight .img{
  border-radius: 10px;
  overflow: hidden;
}

.caseStudyWrap .caseStudyRight .img img{
  width: 100%;
}

.alertBlockWrap{
  display: flex;
  margin: 42px 0 0 0;
}

.alertBlockWrap .alertBlockIn{
  flex: 1;
  position: relative;
  padding-right: 32px;
  color: #fff;
}

.alertBlockWrap .alertBlockIn + .alertBlockIn{
  border-left: 1px solid #626262;
  padding-right: 0px;
  padding-left: 32px;
}

.alertBlockWrap .alertBlockIn h6{
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 10px 0;
}

.alertBlockWrap .alertBlockIn h4{
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 6px 0;
}

.alertBlockWrap .alertBlockIn span{
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0px 0;
}

.caseStudyLeft .btnWrap{
  margin-top: 48px;
}

.caseStudyLeft .btnWrap .btn{
  min-width: 190px;
}

/* 360 view Css End*/


.shapeBgWrap{
  padding: 100px 0;
  position: relative;

}

.shapeBgWrap:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  bottom: 0;
  background:url('https://evvolabs.vn/wp-content/uploads/2026/03/evvo-hp2-bgFuture.png') no-repeat;
  background-size: 100% 960px;
  z-index: -1;
}


.fBBgWrap{
  background:url('https://evvolabs.vn/wp-content/uploads/2026/03/evvo-hp2-ftBg.png') no-repeat;
  position: relative;
  padding: 38px 40px 32px 40px;
  border-radius: 5px;
  background-size: cover;
}

.fBBgWrap h3{
  font-size: 44px;
  font-weight: 700;
  color: #FF3B00;
  text-transform: uppercase;
  line-height: 1.15;
}

.leadsListWrap{
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin: 42px 0 0 0;
}

.leadsListWrap .leadsList{
  flex: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}



.leadsListWrap .leadsList + .leadsList:before{
  content:"";
  
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: #EE592B;
}

.leadsListWrap .leadsList h4{
  color: rgba(255, 255, 255, 0.67);
  font-size: 42px;
  margin: 0 0 0 0;
  font-weight: 700;
}

.leadsListWrap .leadsList p{
  color: #C3C3C3;
  font-size: 16px;
  margin: 0 0 0 0;
  font-weight: 400;
  line-height: 1.3;
}

.bgTransparent{
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px) brightness(1.5);
  -webkit-backdrop-filter: blur(20px) brightness(1.5); /* Safari support */
}

.inoContWrap{
  padding: 32px;
  border-radius: 5px;
  height: 100%;
}

.iconTitle{
  display: flex;
  align-items: center;
}

.iconTitle .icon{
  margin: 0 14px 0 0;
}

.iconTitle .icon-fly{
  font-size: 49px;
}

.iconTitle .cont {
    flex: auto;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 1.24;
}

.inoContWrap .text {
    margin: 24px 0 0 0;
    color: #C3C3C3;
    line-height: 1.35;
}

.inoContWrap .btnWrap{
  margin: 28px 0 0 0px;
}


.ourClientsSection .blockTitle p{
  margin-top: 18px;
}


.clientLogSlideImg {
    background-color: #ffffff;
    opacity: 0.4;
}

.clientLogSlideImg img {
    filter: grayscale(100%);
    mix-blend-mode: difference;
    
}

/*.clientLogSlideImg:hover{
  opacity: 1;
}

.clientLogSlideImg:hover img{
  filter: grayscale(0%);
    mix-blend-mode: difference;
}*/


/*.clientLogSlide img{
  margin: 0 -24px;
}*/


.owl-carousel.circleNav .owl-nav {
    position: absolute;
    right: 0;
    top: -60px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.owl-carousel.circleNav .owl-nav > button{
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 0px;
  color: #fff;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel.circleNav .owl-nav > button:before{
  content: "\e902";
  font-family: 'icomoon' !important;
  font-size: 12px;
}

.owl-carousel.circleNav .owl-nav > button.owl-next:before{
  content: "\e903";
}



.clientLogsSlider.circleNav .owl-nav{
  top: -103px;
}

.clientStoriesSlider{
  margin: 70px 0 0 0;
}



.clientStorySlide{
  border: 1px solid #343434;
  border-radius: 10px;
  padding: 40px 54px;
  max-width: 879px;
  margin: 0px auto;
  height: 100%;
}

.clientStoriesSlider.owl-carousel.circleNav .owl-nav{
  top: -120px;
}

.clientStoriesSlider .owl-item {
    opacity: 0.4;
    transform: scale(0.9);
}

.clientStoriesSlider .owl-item.center {
    opacity: 1;
    transform: scale(1);
}

.clientStorySlide > h4 { font-size: 20px; font-weight: 600; color: #fff; margin: 0 0 8px 0; display: flex; align-items: center; gap: 0 11px;}
.clientStorySlide > h4 span.quoteImg {
    flex: 0 0 26px;
    margin: -3px 0px 0 0;
}

.clientStorySlide .text {
    color: #C3C3C3;
    line-height: 1.55;
}

.authDetailsWrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #343434;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
}

.authDetailsWrap .authDetails{
  display: flex;
  align-items: center;
}

.authDetailsWrap .authDetails .img{
  flex: 0 0 100px;
  height: 100px;
  border-radius: 10px;
  /*background: #fff;*/
  background: #556081;
  overflow: hidden;
  margin: 0 32px 0 0;
  /*border: 1px solid #707070;*/
  border: 1px solid #556081;
}

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

.authDetailsWrap .authDetails .client_text > .client_name {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 0 2px 0;
    color: #fff;
}

.authDetailsWrap .authDetails .client_text > *{
  color: #8c8585;
  font-size: 14px;
  line-height: 22px;
}

.clientSuccessSection{
  overflow: hidden;
}

.clientStoriesSlider.owl-carousel .owl-stage-outer{
  overflow: visible;
}


/* Latest Insight Section */

.insightBlock{
  margin: 24px 0 0 0;
  position: relative;
}

.insightBlock .img img{
  width: 100%;
}

.insightBlock .cont{
  margin: 24px 0 0;
}

.insightBlock .cont h4{
  color: #fff;
  font-weight: 700;
  margin: 0 0 18px 0;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Limits the text to 3 lines */
  text-overflow: ellipsis;
}

.insightBlock .cont p{
  color: #AAAAAA;
  font-weight: 300;
  margin: 0 0 20px 0;
  line-height: 1.4;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Limits the text to 3 lines */
  text-overflow: ellipsis;
}

.readmoreBtn{
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
}

.readmoreBtn:after{
  content: "\e904";
  font-family: 'icomoon' !important;
  flex: 0 0 24px;
  height: 24px;
  font-size: 12px;
  background: #EE592B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 8px;
  right: 0;
  position: relative;
  transition: 0.25s ease-out;
}

.insightBlock .readmoreBtn:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.insightBlock:hover .readmoreBtn:after{
  right: -3px;
}

.footerLinks{
  margin: 32px 0 0;
}

.footerLinks h4{
  color: #fff;
  font-weight: 500;
  margin: 0 0 0 0;
}

.footerLinks ul{
  margin: 24px 0 0 0;
  padding: 0px;
}

.footerLinks ul li{
  list-style: none;
}

.footerLinks ul li a{
  color: #797979;
  font-size: 18px;
  padding: 4px 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.footerLinks ul li a:hover, .footerLinks ul li a.active{
  color: #FF5800;
}

.footerPrivacySec{
  background: linear-gradient(to right,  rgba(15,0,38,1) 0%,rgba(21,21,21,1) 100%);
  margin: 60px 0 0 0;
  padding: 40px 0;
}

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

.footerPrivacyLinks * {
    font-size: 16px;
    color: #C3C3C3;
    text-decoration: none;
}

.footerPrivacyLinks a{
  padding-left: 8px;
  margin-left: 8px;
  position: relative;
  white-space: nowrap;
}

.footerPrivacyLinks a:hover{
  color: #fff;
}

.footerPrivacyLinks a:before{
  content:"";
  width: 1px;
  position: absolute;
  left: -2px;
  top: 2px;
  bottom: 2px;
  background: #C3C3C3;
}

.footerPrivacySocial{
  display: flex;
  align-items: center;
  gap: 18px;
}

.footerPrivacySocial a{
  color: #FFFFFF;
  text-decoration: none;
}

.footerPrivacySocial a .icon{
  font-size: 22px;
}

.servicesLinksFoot ul + ul{margin-top:0px; }

@media (min-width:767px) {
  .servicesLinksFoot{display: flex;}
  .servicesLinksFoot ul{flex: 1;}
  .servicesLinksFoot ul + ul{padding: 0 0 0 55px; border-left: 1px solid #707070;}  
}



.container{
  padding-left: 24px;
  padding-right: 24px;
}


/* About Us HTML */

.breadcrumbWrap{
  background: #171717;
  padding: 10px 0px;
}

.breadcrumbBlock{
  display: flex;
  align-items: center;
} 

.breadcrumbBlock *{
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0 0 0;
}

.breadcrumbBlock a{
  text-decoration: none;
}

.breadcrumbBlock * + *{
  position: relative;
  padding: 0 0 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.breadcrumbBlock * + *:before{
  content: "\e904";
  font-family: 'icomoon' !important;
  font-size: 11px;
}

.breadcrumbBlock a:first-child:before{
  display: none;
}

.breadcrumbBlock *:last-child{
  color: #fff;
}



.abtBannerWrap{
  position: relative;
  padding: 80px 0;
  background: #12051F;
  z-index: 1;
  min-height: 474px;
}

@media (min-width:991px) {
  .abtBannerWrap{
    display: flex;
    align-items: center;
  }
}

.abtBannerWrap:before {
    content: "";
    position: absolute;
    right: 0;
    background: url('../images/background/about-banner.png') no-repeat;
    top: 0;
    bottom: 0;
    width: 600px;
    background-size: cover;
    mix-blend-mode: lighten;
    background-position: bottom right;
    z-index: -1;
}


.scrollinksBar{
  background: #22003B;
  position: sticky;
  top: 0;
  z-index: 9;
}

.scrollinksBar .faqTabScroll {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}

.faqTabScroll::-webkit-scrollbar {
  display: none;
}

.faqTabScroll.dragging {
  cursor: grabbing;
}




.scrollinksBar .nav-link {
  text-decoration: none;
  color: #fff;
  padding: 20px 36px;
  font-size: 16px;
  display: block;
  position: relative;
  white-space: nowrap;
}



.scrollinksBar .nav-link.active, .scrollinksBar .nav-link:hover{
  background: rgba(206, 206, 206, 0.11);
}

.scrollinksBar .nav-link:after{
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 4px;
  background: #F05A2A;
  transition: 0.25s ease-out;
  z-index: 1;
}

.scrollinksBar .nav-link.active:after{
  left: 0;
  right: 0;
}


.overviewSec{
  padding: 60px 0 60px;
}



.overviewVideWrap{
  display: flex;
  margin: 50px 0 0 0;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.overviewVideWrap .video-wrapper{
  flex: 0 0 610px;
  min-width: 500px;
  margin: 0 20px 0 0;
  align-self: flex-start;
}


.video-wrapper{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.video-wrapper video{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  object-fit: cover;
}


.video-thumb{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}


.video-play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-play:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #fff;
  z-index: -1;
}

.video-play .icon-circle-play{font-size: 90px;}
.video-wrapper:focus { outline: 3px solid #66aaff; }
.overviewVideWrap .cont{flex:1; min-width: 320px;}
.overviewVideWrap .cont p{font-size: 20px; font-weight: 400; color: #898989; line-height: 1.55;}
.overviewVideWrap .cont .btnWrap{margin:34px 0 0;}
.overviewVideWrap .cont .btnWrap .btn{padding: 10px 17px; min-width: 200px; flex: 0 0 auto;}

.numberProgressWrap{
  margin: 52px 0 0;
}

.numberProgressWrap h2 {
    color: #FF4E00;
    font-size: 85px;
    line-height: 1;
    margin: 0;
    font-weight: 500;
}

.numberProgressWrap p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

@media (min-width:991px) {
  .awardsBlockSlider.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: -20px;
  }  
}

@media (max-width:991px) {
  .awardsBlockSlider.owl-carousel .owl-dots {
    margin: 20px;
  }
}

.awardsBlockWrap{
  background: url('https://evvolabs.vn/wp-content/uploads/2026/03/evvo-hp2-bgAwards.png') no-repeat;
  background-size: cover;
  position: relative;
  padding: 26px 28px 28px;
  display: flex;
  flex-wrap: wrap;
  min-height: 285px;
  margin: 24px 0 0 0;
  height: calc(100% - 24px);
}

.awardsBlockWrap .img{
  flex: 0 0 100%;
  margin: 0 0 16px 0px;
}

.awardsBlockWrap .img img{
  height: 81px;
}

.awardsBlockWrap .cont{
  align-self: flex-end;
}

.awardsBlockWrap .cont h5{
  margin: 0px 0 8px 0;
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}

.awardsBlockWrap .cont p{
  margin: 0px;
  font-size: 16.5px;
  color: #C3C3C3;
}

.bgVilot{
  position: relative;
  background: #1D0133;
}

.iconCont{
  margin: 24px 0 0;
}

.iconCont .iconWrap{
  min-height: 84px;
}

.iconCont .iconWrap .icon {
    font-size: 82px;
}

.iconCont .cont {
    margin: 32px 0 0;
}

.iconCont .cont h5{
  color: #FE4D02;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.iconCont .cont p{
  color: #B4B4B4;
  font-size: 18px;
  margin: 0 0 0px 0;
}


/*.ourJournySec{
  position: relative;
  top: 0;
}*/


.ourJournyBlock{
  position: sticky;
  top: 0px;
}


.ourJournyBlockIn{
  display: flex;
}

.ourJournyBlockIn .yearLeft {
    font-size: 100px;
    color: #fff;
    line-height: 0.8;
    align-self: flex-start;
}

.ourJournyBlockIn .contRight {
    padding-left: 0px;
    position: relative;
    height: calc(100vh - 300px);
    padding-right: 24px;
}

.ourJournyBlockIn .contRight:before {
  content: "";
  position: absolute;
  left: 56px;
  top: 116px;
  bottom: 0;
  border-left: 1px dashed #707070;
}

.ourJournyBlockIn .contRight .journyCont {
    position: relative;
}

.ourJournyBlockIn .contRight .journyContBlock {
  display: flex;
  margin: 0 0 70px 0;
}

.ourJournyBlockIn .contRight .journyContBlock:last-child {
    padding-bottom: 40px;
}

.ourJournyBlockIn .contRight .journyContBlock .yearLeft{
  color: #FF4E00;
  margin: 0 70px 0 0;
  position: sticky;
  top: 0;
}

.ourJournyBlockIn .contRight .journyContBlock .yearLeft .mShow{
  color: #fff;
  display: none;
}

.ourJournyBlockIn .contRight .journyContBlock .journyCont{
  display: flex;
}

.ourJournyBlockIn .contRight .journyContBlock .journyCont .img{
  flex: 0 0 382px;
  margin: 0 52px 0 0;
  border-radius: 3px;
  overflow: hidden;
}

.ourJournyBlockIn .contRight .journyContBlock .journyCont .cont h5{
  color: #FFF;
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 700;
}

.ourJournyBlockIn .contRight .journyContBlock .journyCont .cont p{
  font-size: 18px;
  color: #B4B4B4;
}

.contRight .mCustomScrollBox .mCSB_container{overflow: visible;}

.ourJournyBlock .mCSB_scrollTools .mCSB_draggerRail{
  border-radius: 0px;
  width: 9px;
}

.ourJournyBlock .mCustomScrollbar .mCSB_scrollTools{opacity: 1; margin: 0 -20px 0 0; width: 9px;}
.ourJournyBlock .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .ourJournyBlock .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {background-color: #4A4A4A;}
.ourJournyBlock .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 100%; border-radius: 0px; background: #B9B9B9;}

.ceoDeskWrap {display: flex; align-items: center; flex-wrap: wrap; gap: 24px;}
.ceoDeskWrap .img{flex: 0 0 370px; margin: 0 40px 0 0; border-radius: 4px; overflow: hidden;}
.ceoDeskWrap .cont{flex: 1; min-width: 280px;}

.color-grey{color: #828282 !important;}
.color-grey2{color: #B4B4B4 !important;}


.newsBlock {
    position: relative;
    padding: 0 0 0 30px;
    max-width: 526px;
    margin: 20px 0;
}

.newsBlock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 1px;
}

.newsBlock h4{
  font-size:18px;
  color: #F2B581;
  margin: 0px 0 12px 0;
  font-weight: 700;
}

.newsBlock p{
  font-size:17px;
  color: #FFFFFF;
  margin: 0px 0 10px 0;
}

.newsBlock .date{
  color: #999999;
  font-size: 17px;
  margin: 18px 0 0 0px;
}

.investorBlock {
    display: flex;
}

.investorBlock .img{
  flex: 0 0 448px;
  margin: 0 50px 0 0;
}

.investorBlock .cont{
 flex: 1;
 min-width: 280px;
}

.investorBlock .cont .blockTitle h6{margin: 0 0 10px 0;}
.investorBlock .cont .blockTitle h3{
  font-size: 36px;
  text-transform: none;
}

.investorBlock .cont .blockTitle p{
  font-size: 18px;
}

.investorBlock .btnWrap{
  margin: 28px 0 0;
}


/* Our Approches */

.approchesAccordian{
  display: flex;
  height: 520px;
  flex-wrap: nowrap;
  margin: 48px 0px 0px;
}

.accordion.approchesAccordian .accordion-item {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: min-content;
    display: flex;
    word-wrap: break-word;
    background: #340558;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.accordion.approchesAccordian .accordion-item + .accordion-item{margin-left: 4px;}

.accordion.approchesAccordian .accordion-item  .accordion-header {
    cursor: pointer;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*background: linear-gradient(to right,  rgba(52,5,88,1) 0%,rgba(34,3,62,1) 100%);*/
    background: linear-gradient(to bottom,  rgba(34,3,62,1) 0%,rgba(52,5,88,1) 100%);
    color: #FFFFFF;
    font-size: 22px;
    margin: 0;
    padding: 32px 24px;
}

.accordion.approchesAccordian .accordion-item  .accordion-header.collapsed {
  background: #1E0134;
  color: rgba(255, 255, 255, 0.48);
}

.accordion.approchesAccordian .accordion-item  .accordion-header:not(.collapsed) {
  pointer-events: none;
}



.approchesAccordian .accordion-body{padding: 0px;}

.approchesCont{display: flex; padding: 1px;  }
.approchesCont .img{flex: 0 0 453px; margin: 0 0px 0 0;}
.approchesCont .img img{height: 100%; width: 100%; object-fit: cover;}

.approchesCont .cont {display: flex; height: inherit; padding: 28px 28px 28px 32px; flex-wrap: wrap;}
.approchesCont .cont .nm { flex: 0 0 100%; font-size: 140px; font-weight: 700; line-height: 0.8; align-self: flex-start; text-align: right; color: rgba(255, 89, 0, 0.16);}
.approchesCont .cont .contIn {align-self: flex-end; flex: 0 0 100%;}
.approchesCont .cont .contIn h5{color: #FF5800; font-size: 22px; font-weight: 700; margin: 0 0 12px 0;}
.approchesCont .cont .contIn p{font-size: 20px; line-height: 1.45;}



.capabilitiesSliderWrap{display: flex;}

.capabilitiesSliderWrap.owl-carousel .owl-stage-outer{ overflow: visible; margin: 0 -24px;}
.capabilitySlide{ padding-left: 24px; padding-right: 24px;}

.capabilitySlideIn{border: 1px solid #474747; border-radius: 4px; padding: 40px 36px;}
.capabilitySlideIn .icon{min-height: 80px; margin: 0 0 28px 0;}
.capabilitySlideIn .icon i{font-size: 78px;}
.capabilitySlideIn .icon i:before{color: #FF5900;}
.capabilitySlideIn .cont h5{font-size: 19px; font-weight: 700; color: #fff; margin: 0 0 20px 0;}
.capabilitySlideIn .cont p{font-size: 18px; color: rgba(255, 255, 255, 0.5); margin: 0 0 0px 0;}

.capabilitySlideIn.active,  .capabilitySlideIn:hover{background: #340558; border-color: #340558; color: #fff;}
.capabilitySlideIn.active .icon i:before, .capabilitySlideIn:hover .icon i:before{color: #fff;}

.capabilitySlideIn.mt-48{margin-top: 24px;}

.case-studyWrap{position: relative; margin: 30px 0 0;}
.case-studyWrap .img{position: relative; border-radius: 4px; overflow: hidden;}
.case-studyWrap .cont{position:absolute; border-radius:0 0 4px 4px; background: rgba(29, 1, 51, 0.81); bottom: 0px; left: 0; right: 0px; padding: 32px 60px 32px 32px;}
.case-studyWrap .cont h5{font-size: 20px; margin: 0 0 10px; color: #fff; font-weight: 700;}
.case-studyWrap .cont p{font-size: 18px; margin: 0 0 0px; color: rgba(255, 255, 255, 0.72);}
.case-studyWrap .downloadLink{position: absolute; right: 16px; top: 16px; text-decoration: none;}
.case-studyWrap .downloadLink .icon-download{font-size: 30px;}
.case-studyWrap.overlayFull .cont{top: 0; border-radius: 4px; display: flex; align-items: center;}


.productsBlock{background: #fff; border-radius: 0px; margin:24px 0 0 0; height:calc(100% - 24px);}
.productsBlock .img{position: relative;}
.productsBlock .img h5{position: absolute; bottom: 0; left: 0px; right: 0; background: rgba(29, 1, 51, 0.73); padding: 18px 28px; color: #fff; margin: 0px; font-size: 18px; font-weight: 700;}
.productsBlock .cont{padding: 24px 28px;}
.productsBlock .cont p{font-size: 18px; color: #000; margin: 0 0 20px 0;}
.productsBlock .cont .btn{font-size: 15px; padding: 10px 17px;}
.footHelpContBlock .btnWrap {flex-wrap: wrap; max-width: 188px;}
.footHelpContBlock .btnWrap .btn{min-width: 188px;}

@media (min-width:991px) {
  .investorBlock.serDiOverviewBlock .img{flex: 0 0 474px; margin: 0 74px 0 0;}
  .accordion.approchesAccordian .accordion-item .width{height: auto !important;}
  .approchesAccordian .accordion-body{height: 100%;}
  .approchesCont{height: inherit;}
  .approchesCont .img{height: inherit;}
  .capabilitySlideIn.mt-48{margin-top: 30px; height: calc(100% - 30px); min-height: 392px;}
  .mt-lg-60{margin-top: 60px;}
}

@media (min-width:1200px) {
  .capabilitySlideIn.mt-48{margin-top: 48px; height: calc(100% - 48px);}  
}


.abtBannerWrap.digitalIntelBanner,  .abtBannerWrap.bcBannerWrap, .abtBannerWrap.bgCybersec, .abtBannerWrap.dtBannerWrap, .abtBannerWrap.infraBannerWrap, .abtBannerWrap.ITCBannerWrap, 
.abtBannerWrap.mobilityBannerWrap, .abtBannerWrap.SIBannerWrap, .abtBannerWrap.BPOBannerWrap, .abtBannerWrap.ui-uxBannerWrap, .abtBannerWrap.leaderBanner {
  background-color: #090418;
  overflow: hidden;
}

.abtBannerWrap.digitalIntelBanner:before{
  background-image: url('../images/background/DI-banner-image.png');
  width: 746px;
  margin: 0 -32px -1px 0;
}

.abtBannerWrap.bcBannerWrap:before{
  background-image: url('../images/background/bgBan-service.png');
  width: 650px;
  margin: 0 0px -1px 0;
}

.abtBannerWrap.bgCybersec:before{
  background-image: url('../images/background/bgCybersec-service.png');
  width: 684px;
  margin: 0 0px -1px 0;
}

.abtBannerWrap.dtBannerWrap:before{
  background-image: url('../images/background/bgDt-service.png');
  width: 650px;
}

.abtBannerWrap.infraBannerWrap:before{
  background-image: url('../images/service/Infra-cloud/bgInfra.png');
  width: 680px;
  margin: 0 0px -1px 0;
}

.abtBannerWrap.iotBannerWrap{
  background-color: #050F29;
}

.abtBannerWrap.iotBannerWrap:before{
  background-image: url('../images/service/IOT/iotBg.png');
  width: 680px;
  margin: 0 0px -1px 0;
}

.abtBannerWrap.ITCBannerWrap:before{
  background-image: url('../images/service/IT-Consulting/it-lconBg.png');
  width: 680px;
  margin: 0 0px -1px 0;
}

.abtBannerWrap.mobilityBannerWrap:before{
  background-image: url('../images/service/Mobility/mobilityBg.png');
  margin: 0 0px -1px 0;
}


.abtBannerWrap.SIBannerWrap:before{
  background-image: url('../images/service/System-Integration/siBanner.png');
  margin: 0 0px -1px 0;
}

.abtBannerWrap.BPOBannerWrap:before{
  background-image: url('../images/service/BPO/bpoBanner.png');
  margin: 0 0px -1px 0;
}

.abtBannerWrap.ui-uxBannerWrap:before{
  background-image: url('../images/service/ui-ux/uiBanner.png');
  margin: 0 0px -1px 0;
  width: 744px;
}

.abtBannerWrap.global-presenceBg, .abtBannerWrap.newsEvetBanner{
  background-color: #000;
  padding: 56px 0 62px;
  min-height: inherit;
  overflow: hidden;
}

.abtBannerWrap.global-presenceBg:before{
  background-image: url('../images/background/global-presence-bg.png');
  margin: -250px 10px -1px 0;
  width: 614px;
  height: 614px;
}

.abtBannerWrap.leaderBanner:before{
  background-image: url('../images/leader/leaderBanner.png');
  margin: 0px 0px 0px 0;
  width: 712px;
  
}

.abtBannerWrap.newsEvetBanner:before{
  display: none;
}


.client_logos_Wrap{display: flex; flex-wrap: wrap; gap:20px;}
.client_logos_Wrap .client_logo_block{flex: 0 0 20%; max-width: calc(20% - 20px);}
.client_logos_Wrap .client_logo_block img{height: 69px;}


.footHelpContBlock{display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 40px 0px;}
.footHelpCont{flex:1; display: flex; align-items: center; gap: 20px 0;}
.footHelpCont .icon{margin: 0 32px 0 0px}
.footHelpCont .icon .icon-help-bulb{font-size: 112px;}
.footHelpCont .cont{flex: auto; max-width: 600px;}


.imgOverlayCont{position: relative; margin: 30px 0 0 0px; overflow: hidden;}
.imgOverlayCont .img{position: relative;}
.imgOverlayCont .img:before{content: ""; position: absolute; left: 0; bottom: 0; right: 0; top: 50px; background: linear-gradient(to bottom,  rgba(34,0,59,0) 0%,rgba(34,0,59,1) 100%);}
.imgOverlayCont .cont{position: absolute; left: 16px; right: 16px; bottom: 0%; margin: 0px 0 0px; background: rgba(20, 0, 34, 0.94); color: #fff; padding: 24px 20px; text-align: center; transition: 0.4s ease; margin: 0 0 66px 0;
    transform: translate(0px, 100%);}
.imgOverlayCont .cont h5{font-size:20px; margin:0 0 0px 0;  overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis;}
.imgOverlayCont .cont p{font-size:18px; margin:12px 0 0px 0; color:rgba(255, 255, 255, 0.68); }
.imgOverlayCont:hover .cont { transform: translate(0px, 0%); margin: 0 0 0px 0;}


.reqWrap{display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 36px 40px; background: url('../images/background/bgTellUs.png') no-repeat; background-size: cover; border-radius: 0px; margin: 32px 0 0;}
.reqWrap .btn {min-width: 195px;}



.meteor {
    animation: 4s ease-in-out infinite subtlePulse, 200s linear infinite slowRotate
}

.caseStudyBanner{
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.caseStudyBanner:after{
  content: "";
  position: absolute;
  right: 20px;
  background: url(../images/fireCircle.png) no-repeat;
  bottom: -20px;
  width: 600px;
  height: 600px;
  background-size: cover;
  mix-blend-mode: lighten;
  background-position: bottom right;
  z-index: -1;
  animation: 4s ease-in-out infinite subtlePulse, 200s linear infinite slowRotate
}

.caseStudyBanner.serviceBanner:after{
  display: none;
}

.caseStudyBanner.InvestorBanner:after {
    background: url(../images/background/bgInvestorBanner.png) no-repeat;
    top: -212px;
    width: 811px;
    height: 483px;
    animation: none;
    background-size: cover;
    background-position: center;
    right: -36px;
    transform: rotate(-18deg);
}


.caseStudyBanner.careerBanner:after {
    background: url(../images/career/careerBanner.png) no-repeat;
    top: -51px;
    width: 683px;
    height: 406px;
    animation: none;
    background-size: cover;
    background-position: center;
    right: -1px;
}

.caseTabsListScroll {
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    padding: 0px 0 10px;
    white-space: nowrap;
    margin: 0px 0 0 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.caseTabsList{display: flex; gap: 13px;}
.caseTabsList .nav-link{border: 1px solid #707070; background: transparent; border-radius: 3px; font-size: 17px; color: #908D8D; font-weight: 500; padding: 10px 22px; min-width: 106px; text-align: center;}
.caseTabsList .nav-link.active{background: #2C0B01; border-color: #F05A2A; color: #F05A2A;}


.caseImageBlock{margin: 30px 0 0; position: relative;}


.lineBgRightWrap{position: relative;}
.lineBgRightWrap:before{content: ""; position: absolute; right: 0; width: 1000px; top:0; bottom: 0; z-index: 1; background: url('../images/background/contact-lines.png') no-repeat; background-size: cover; z-index: 1; background-position: 0px 0;}

.contactFormWrap{position: relative; background: #000000; border-radius: 15px 15px 0 0; padding: 48px; z-index: 1; margin:-180px 0 0 0; }
.contactFormWrap h5{font-size: 32px; font-weight: 700; color: #fff; margin: 0 0 6px 0;}
.contactFormWrap p{font-size: 17px; font-weight: 400; color: #8D8686; margin: 0 0 28px 0;}

.contactFormWrap .form-group {margin: 0 0 28px 0px;}
.contactFormWrap .form-group label{margin: 0 0 6px; font-size: 13px; color: #fff; font-weight: 500; display: block;}
.contactFormWrap .form-group input{margin: 0 0 0px; font-size: 14.5px; color: #C3C6D5; background: #121825; border: 1px solid #1E2332; font-weight: 400; width: 100%; height: 40px; border-radius: 5px; padding: 0 15px;}
.contactFormWrap .form-group input:focus, .contactFormWrap .form-group textarea:focus{box-shadow: none; outline: none;}
.contactFormWrap .form-group select{margin: 0 0 0px; font-size: 14.5px; color: #C3C6D5; background: #121825; border: 1px solid #1E2332; font-weight: 400; width: 100%; height: 40px; border-radius: 5px; padding: 0 15px 0 12px;}
.contactFormWrap .form-group select:focus{box-shadow: none; outline: none;}
.contactFormWrap .form-group textarea{margin: 0 0 0px; font-size: 14.5px; color: #C3C6D5; background: #121825; border: 1px solid #1E2332; font-weight: 400; width: 100%; height: 88px; border-radius: 5px; padding: 10px 15px;}
.contactFormWrap .form-group input::placeholder, .contactFormWrap .form-group textarea::placeholder{color: #60667F; opacity:1; }

.custom-checkbox{position: relative; }
.custom-checkbox input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: 0;}
.custom-checkbox label { position: relative; padding: 0 0 0 29px; color: #D3D3D3; font-size: 14px;}
.custom-checkbox label:before{content: ""; position: absolute; left: 0; top:2px; width:18px; height:18px; background:#fff; border-radius:3px; border: 1px solid #B6B6B6;}
.custom-checkbox label:after { content: ""; position: absolute; left: 5.5px; top: 3px; transform: rotate(40deg); height: 12px; width: 7px; border-bottom: 1.5px solid #fff; border-right: 1.5px solid #fff; opacity: 0}
.custom-checkbox input[type="checkbox"]:checked + label:before{ background:#4b1e6c; border-color:#4b1e6c;}
.custom-checkbox input[type="checkbox"]:checked + label:after{ opacity: 1;}
.contactFormWrap .btn{min-width: 150px; padding: 10px 22px;}



.bgAngleLight.blockTitle h4{font-size: 24px; position: relative; display: flex; align-items: center; justify-content: center;}
.bgAngleLight.blockTitle h4:before{content: "";  width:175px; height:5px; background: #F05A2A; margin: 0 24px 0 0; clip-path: polygon(0 50%, 100% 100%, 100% 0);}
.bgAngleLight.blockTitle h4:after{content: "";  width:175px; height:5px; background: #F05A2A; margin: 0 0px 0 24px; clip-path: polygon(0 0, 0 100%, 100% 50%);}


 .logoSliderWrap.owl-carousel .owl-stage-outer{overflow: visible;}
 .logoSlie img { height: 70px; width: auto; max-width: max-content;}

.logoSliderWrap.owl-carousel { margin: 42px 0 0 0;}

.locationWrap {
    display: flex;
    align-items: center;
    border: 1px solid #525252;
    border-radius: 15px;
    padding: 24px;
    margin: 24px 0 0 0;
    height: calc(100% - 24px);
}

.locationWrap .img{ flex: 0 0 125px; border-radius: 5px; margin: 0 24px 0 0px; border-radius: 5px; overflow: hidden;}
.locationWrap .cont{color: #fff; flex: auto}
.locationWrap .cont h5{font-size: 21px; margin: 0 0 8px 0px;}
.locationWrap .cont p{font-size: 14.5px; margin: 0 0 0px 0px; line-height: 22px;}

@media (min-width:991px) {

  .caseImageBlock{ width: 100%; height:528px; overflow: hidden;
      -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: scale;
    transition-property: scale;
    -webkit-transition-timing-function: 
cubic-bezier(0.85, 0, 0, 1);
    transition-timing-function: 
cubic-bezier(0.85, 0, 0, 1);
        scale: 1.0;
}

  .caseImageBlock .img{
    pointer-events: none;
    position: absolute;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: opacity,width,-webkit-filter;
    transition-property: opacity,width,-webkit-filter;
    transition-property: filter,opacity,width;
    transition-property: filter,opacity,width,-webkit-filter;
    -webkit-transition-timing-function: cubic-bezier(0.85,0,0,1);
    transition-timing-function: cubic-bezier(0.85,0,0,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
  }

  .caseImageBlock:hover .img{
    -webkit-filter: blur(75px);
    filter: blur(75px);
    opacity: .5;
    width: 800px;
  }

}

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

.caseImageBlock .cont{
  width: 100%;
  height: 100%;
  padding: 24px 22px;
  display: flex;
  align-items: flex-end;
}

.caseImageBlock .cont h5{
  z-index: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  /*transform: translateY(20px);*/
  transition:margin, 0.25s ease-out;
  margin: 0px 0 0px 0;
  
}

.caseImageBlock:hover .cont h5{
  margin-bottom: 20px;
  
}

.caseImageBlock .cont h5 a{font-size: inherit; color: inherit; text-decoration: none; font-weight: inherit;}

.caseImageBlock .cont:before{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom,  rgba(34,0,59,0) 0%,rgba(34,0,59,1) 100%);
}

.caseImageBlock .cont h5 a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@keyframes subtlePulse {

    0%,
    to {
        opacity: 1;
        filter: brightness()
    }

    50% {
        opacity: .7;
        filter: brightness(1.03)
    }
}

@keyframes slowRotate {
    0% {
        transform: rotate(0) scale(1.0);
    }

    to {
        transform: rotate(360deg) scale(1.2);
    }
}

@media (max-width:991px) {
  .caseImageBlock .cont{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

  .client_logos_Wrap{
    margin: 0 0 0 -23px;
  }

.abtBannerWrap.contactBanner{
  overflow: hidden;
  z-index: 0;
}
.abtBannerWrap.contactBanner:before{
  width: auto;
  left: 0;
  right: 0;
  top: -80px;
  bottom: 0;
  background-image: url('../images/background/dots.png');
  background-size: cover;
  opacity: 0.60;
  background-position: center -80px;
  z-index: 0;
}

.abtBannerWrap.contactBanner:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(45deg,  rgba(29,0,51,0.58) 0%,rgba(0,0,0,1) 100%);
  z-index: -1;
}


.serviceSecWrap {
    position: relative;
}


.serviceSecWrap .blockTitle h3{
  text-transform: none;
}


.servicBoxWrap{
  position: relative;
  margin: 12px 0 0;
}

.servicBoxWrap .img a{
  display: block;
}

.servicBoxWrap .img a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (min-width:991px) {

  .servicBoxWrap{ width: 100%; height: 398px; overflow: hidden;
      -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: scale;
    transition-property: scale;
    -webkit-transition-timing-function: 
cubic-bezier(0.85, 0, 0, 1);
    transition-timing-function: 
cubic-bezier(0.85, 0, 0, 1);
        scale: 1.0;
}

  .servicBoxWrap .img{
    pointer-events: none;
    position: absolute;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: opacity,width,-webkit-filter;
    transition-property: opacity,width,-webkit-filter;
    transition-property: filter,opacity,width;
    transition-property: filter,opacity,width,-webkit-filter;
    -webkit-transition-timing-function: cubic-bezier(0.85,0,0,1);
    transition-timing-function: cubic-bezier(0.85,0,0,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
  }

  .servicBoxWrap:hover .img{
    -webkit-filter: blur(75px);
    filter: blur(75px);
    opacity: .5;
    width: 800px;
  }

}

.servicBoxWrap.serviceBtnBg {
    height: calc(100% - 12px);
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    
}

.servicBoxWrap.serviceBtnBg .cont{
  top:50%;
  bottom: auto;
  transform: translateY(-50%);
  transition: transform, 0.25s  ease-out;
}

.servicBoxWrap.serviceBtnBg .circleArrowBtn{
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.23);
  text-decoration: none;
  margin: 10px auto 0;
  transition: background, 0.25s ease-out;
}

.servicBoxWrap.serviceBtnBg .icon-arrow-right{font-size: 24px;}

.servicBoxWrap.serviceBtnBg:hover .circleArrowBtn{
  background:#EE592B;
}

.servicBoxWrap .cont{
  padding: 32px 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: bottom, 0.25s  ease-out;
}

.servicBoxWrap .cont h4{
  font-weight: 700;
  margin: 0 0 14px;
  color: #fff;
}

.servicBoxWrap .cont h4 a{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.servicBoxWrap .cont h4 a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.servicBoxWrap .cont h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 10px 0;
  font-weight: 600;
}


.servicBoxWrap .cont p{
  color: #C7C7C7;
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
}

.servicBoxWrap:hover .cont{
  bottom: 20px;
}

.servicBoxWrap.serviceBtnBg:hover .cont{
  transform: translateY(-60%);
  bottom: auto;
}

.servicBoxWrap.serviceBtnBg .cont .icon {
  margin: 0 0 12px 0;
}

.servicBoxWrap.serviceBtnBg .cont .icon .icon-disscussProj{
  font-size: 90px;
  color: #fff;
}

.servicBoxWrap.serviceBtnBg .cont p{
 max-width: 275px;
 margin: 4px auto 24px;
 font-size: 15px;
 line-height: 1.4;
}


/* Global Presense Page */

.abtBannerWrap.bgDark {
    background: #000;
    padding: 46px 0;
}

.abtBannerWrap.bgDark:before {
  background: none;
}

.addressBgBlock{
  background: #171717;
  padding: 36px 0px;
}

.addBlock{
  display: flex;
  align-items: center;
  margin: 20px 0 18px;
}

.addBlock .icon{
  flex: 0 0 82px;
  margin: 0px 17px 0 0px;
}

.addBlock .icon i{font-size: 80px;}

.addBlock .icon i.icon-regional-office {
    font-size: 77px;
}

.addBlock .cont{
  flex: auto;
  margin: 8px 0px 0 0px;
  max-width: 412px;
}

.addBlock .cont h5{
  color: #B4B4B4;
  font-size: 19px;
  font-weight: 300;
  margin: 0px;
}

.addBlock .cont h5 strong{
  color: #fff;
  font-weight: 500;
}


.addMapWrap {
    margin: 10px -24px;
}

.serviceBlockWrap.addChWrap {
    border: none;
    border-radius: 4px;
}

.serviceBlockWrap.addChWrap .img{
  min-height: 90px;
  margin: 0 0 26px 0;
}

.serviceBlockWrap.addChWrap .img .icon{
  font-size: 87px;
}

.serviceBlockWrap.addChWrap .img svg path{
  fill: #EE592B;
}

.serviceBlockWrap.addChWrap .cont h5{
  margin: 0 0 18px 0;
}

.serviceBlockWrap.addChWrap .cont p{
  color: rgba(255, 255, 255, 0.5);
}

.newTabListScroll{
  overflow-x: auto;
  display: flex;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  padding: 0px 0 0px;
  white-space: nowrap;
  margin: 0px 0 0 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollinksBar .newTabListScroll .faqTabScroll{
  overflow: visible;
}

.newsSecWrap .blockTitle p{
  font-size: 18px;
  color: #B4B4B4;
}

.eventBlock{
  display: flex;
  align-items: center;
  background: #171717;
  border-radius: 0px;
  margin: 32px 0 0;
}

.eventBlock .img{
  flex: 0 0 460px;
  margin: 0 30px 0 0;
}

.eventBlock .cont{
  padding: 30px;
}

.eventBlock .cont h5{
  color: #fff;
  margin: 0px 0 20px 0;
  font-weight: 400;
}

.eventBlock .cont a{
  color: inherit;
  margin: 0px 0 0px 0;
  font-weight:inherit;
  text-decoration: none;
}

.eventBlock .cont a:hover{
  color: inherit;
}

.eventBlock .cont p{
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin:0px;
}

.eventBlock .cont .date{
    font-size: 14px;
    margin: 20px 0 0 0;
    color: #B5B5B5;
    font-style: italic;
    font-weight: 300;
  }

  .pagingWrap{
    display: flex;
    gap: 6px;
    margin: 28px 0 0 0;
  }

  .pagingWrap button{
    width: 40px;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #4A4A4A;
    background: transparent;
    color: #7B7B7B;
    padding: 0;
    line-height: normal;
  }

  .pagingWrap button i{
    font-size: 12px;
  }

  .pagingWrap button.prevPage i{
    transform: rotate(-180deg);
    display: block;
  }

  .pagingWrap button:hover{
    background: #1b1b1b;
  }

  .pagingWrap button.active{
    background: #484848;
    color: #fff;
  }

  .investInfoWrap{
    position: relative;
    display: flex;
    justify-content: flex-end;
    border: 1px solid #363636;
    padding: 52px;
    z-index: 0;
    overflow: hidden;
  }

  .investInfoWrap:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 651px;
    background: url('../images/background/bgInvestor-info.png') no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }

  .iconLinkList{
    display: flex;
    align-items: center;
    margin: 44px 0 8px;
    position: relative;
    padding: 0 36px 0 0;
  }

  .iconLinkList:after{
    content: "\e904";
    font-family: 'icomoon' !important;
    font-size: 17px;
    position: absolute;
    right: 0;
    color: #C1C1C1;
    transition: 0.25s ease-out;
  }

  .iconLinkList:hover:after{
    right: -3px;
  }

  .iconLinkList .icon{
    flex: 0 0 48px;
    margin: 0 24px 0 0;
    text-align: center;
  }

  .iconLinkList .icon i{
    font-size: 41px;
  }

  .iconLinkList .icon i.icon-reports-disclouser, .iconLinkList .icon i.icon-corporate-governance{
    font-size: 46px;
  }

  .iconLinkList .cont h5{
    margin: 0px 0 6px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
  }

  .iconLinkList .cont h5 a{
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
  }

  .iconLinkList .cont h5 a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .iconLinkList .cont p{
    margin: 0px 0 0px 0;
    font-size: 16px;
    line-height: normal;
    color: #BAB0B0;
  }

  .visionCont {
    margin: 62px 0 0;
    max-width: 521px;
  }

  .visionCont .icon i{
    font-size: 96px;
  }

  .visionCont .cont{
    margin: 24px 0 0 0;
  }

  .visionCont .cont h4{
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 16px 0;
  }

  .visionCont .cont p{
    font-size: 20px;
    color:#8D8686;
    margin: 0 0 0px 0;
  }

  .sideIcCont{
    display: flex;
    margin: 70px 0 0 0;
    align-items: center;
  }

  .sideIcCont .icon{
    flex: 0 0 110px;
    border: 1px solid #464646;
    height: 110px;
    border-radius: 5px;
    margin: 0 40px 0 0;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .sideIcCont .icon i{
    font-size: 66px;
    color: #EE592B;
  }

  .sideIcCont .icon i.icon-diversity {
    font-size: 54px;
}

.sideIcCont .icon i.icon-growth {
    font-size: 70px;
}

  .sideIcCont .cont{
    flex: auto;
    max-width: 354px;
  }

  .sideIcCont .cont h4{
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 12px 0;
    font-weight: 500;
  }

  .sideIcCont .cont p{
    font-size: 20px;
    color: #8D8686;
    margin: 0 0 0px 0;
    font-weight: 500;
    line-height: 1.3;
  }

  .joinContWrap{
    margin: 42px 0 0;  
  }

  .joinContWrap .img img{
    width: 100%;
  }
  
  .joinContWrap .cont{
    margin: 24px 0 0 0;
  }

  .joinContWrap .cont h4{
    color: #FFFFFF;
    font-size: 20px;
    margin: 0 0 16px 0;
  }

  .joinContWrap .cont p{
    color: #8D8686;
    font-size: 20px;
    margin: 0 0 0px 0;
    line-height: 1.3;
  }


  .leaderBlock{
    position: relative;
    margin: 40px 0 0 0;
  }

  .leaderBlock .img{
    position: relative;
  }

  .leaderBlock .img img{
    width: 100%;
  }

  .leaderBlock .img a{
    display: block;
  }


  .leaderBlock .img .link{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 10px 16px;
    font-size: 15px;
    z-index: 0;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }

  .leaderBlock .img .link:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(30px) brightness(1.5);
    backdrop-filter: blur(30px) brightness(1.5);
    z-index: -1; 
  }

  .leaderBlock .img .link:after{
    content: "\e904";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
    transition: 0.25s ease-out;
  }

  .leaderBlock:hover .img .link:after{
    right: 13px;
  }

  .leaderBlock .cont {
    text-align: center;
    margin: 20px 0 20px 0;
  }

  .leaderBlock .cont h5{
    font-size: 17px;
    font-weight: 700;
    color: #F05A2A;
    margin: 0 0 3px 0;
  }

  .leaderBlock .cont h5 a{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
  }

  .leaderBlock .cont h5 a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .leaderBlock .cont p{
    font-size: 15px;
    color: #C3C3C3;
    margin: 0 0 0px 0;
  }

@media (min-width:767px) {
  .row.grid14{
    margin-left: -7px;
    margin-right: -7px;
  }

  .row.grid14 [class*='col-']{
    padding-left: 7px;
    padding-right: 7px;
  }

   .row.grid10{
    margin-left: -5px;
    margin-right: -5px;
  }

  .row.grid10 [class*='col-']{
    padding-left: 5px;
    padding-right: 5px;
  }

  .serviceBlockWrap.addChWrap .cont h5{
    font-size: 20px;
  }

  .serviceBlockWrap.addChWrap .cont p{
    font-size: 18px;
  }

  .serviceBlockWrap.addChWrap {
    padding: 36px 40px 40px;
  }
  
}

@media (min-width:991px) {
  

  .row.grid32{
    margin-left: -16px;
    margin-right: -16px;
  }

  .row.grid32 [class*='col-']{
    padding-left: 16px;
    padding-right: 16px;
  }

  .row.grid36{
    margin-left: -18px;
    margin-right: -18px;
  }

  .row.grid36 [class*='col-']{
    padding-left: 18px;
    padding-right: 18px;
  }

  .row.grid30{
    margin-left: -15px;
    margin-right: -15px;
  }

  .row.grid30 [class*='col-']{
    padding-left: 15px;
    padding-right: 15px;
  }

  

  .pt-lg-60{
    padding-top: 60px !important;
  }

  .progressImgRight {
    margin: 0 -30px 0 0;
  }

  .serviceSecWrap .blockTitle h3{
    font-size: 40px;
  }

  .servicBoxWrap .cont h4 {
    font-size: 22px;
}

}

@media (min-width:1200px) {
  .container{max-width: 1270px;}
  .menuToggleBtn {display: none;}
  .abtBannerWrap:before {
    width: 600px;
  }

  .row.grid60{
    margin-left: -30px;
    margin-right: -30px;
  }

  .row.grid60 [class*='col-']{
    padding-left: 30px;
    padding-right: 30px;
  }

  .row.grid48{
    margin-left: -24px;
    margin-right: -24px;
  }

  .row.grid48 [class*='col-']{
    padding-left: 24px;
    padding-right: 24px;
  }

  .contactFormWrap{
    float: right;
    width: 650px;
  }

  .eventBlock .cont h5{
    font-size: 24px;
  }
  .eventBlock .cont p{
    font-size: 18px;
  }
  .eventBlock .cont .date{
    font-size: 16px;
  }

}

@media (min-width:1440px) {
  .abtBannerWrap:before {width: 720px;}
  .abtBannerWrap .blockTitle h2{font-size: 50px;}
  .caseStudyBanner .blockTitle h2{font-size: 50px;}
  .blockTitle.blockTitleSm h2{font-size: 50px;}
  .abtBannerWrap .blockTitle p{font-size: 22px;}

  .bannerWrap .container{
            max-width: inherit;
        padding-left: 40px;
        padding-right: 40px;
  }
}

@media (min-width:1600px) {
  .bannerWrap .container{          
      padding-left: 80px;
      padding-right: 80px;
  }
}

@media (max-width:1366px) {
  .caseStudyWrap .caseStudyLeft{ flex: 1; margin: 0 40px 0 0;}
  .caseStudyWrap{padding: 60px 0 0 0;}
}

@media (max-width:1200px) {
  .bannerTitle h1{ font-size:56px; line-height: 1.1;}
  .bannerTitle p{font-size: 20px;}
  .blockTitle h2{font-size: 52px;}
  .abtBannerWrap .blockTitle h2{font-size: 46px;}
  .blockTitle h3{font-size: 28px;}
  .blockTitle p{font-size: 18px; margin: 24px 0 0 0;}
  .sideIcCont .cont h4, .sideIcCont .cont p, .joinContWrap .cont h4, .joinContWrap .cont p{font-size:18px;}
  .fBBgWrap{padding: 36px 36px 32px 36px; height: 100%;}
  .fBBgWrap h3{font-size: 40px;}
  .leadsListWrap .leadsList{gap: 20px;}
  .leadsListWrap .leadsList + .leadsList:before{width: 12px; height: 12px;}
  .leadsListWrap .leadsList h4{font-size: 36px;}
  .leadsListWrap .leadsList p{font-size: 14px;}
  .inoContWrap{padding: 24px;}
  .iconTitle .icon-fly { font-size: 36px;}
  .iconTitle .cont{font-size: 20px;}
  .inoContWrap .text.fs-18 {font-size: 16px !important;}
  .fs-20{font-size: 18px !important;}
  .fs-18 {font-size: 16px !important;}
  .btn{font-size: 17px;}
  .footerLinks h4{font-size: 20px;}
  .footerLinks ul{margin: 16px 0 0 0;}
  .footerLinks ul li a{font-size: 16px;}
  .footerPrivacyLinks *{font-size: 14px;}
  .footerPrivacySocial a .icon {font-size: 19px;}

  .overviewVideWrap .video-wrapper{flex: 1; min-width: inherit;}

  .ourJournyBlockIn .yearLeft{font-size: 70px;}
  .ourJournyBlockIn .contRight .journyContBlock .yearLeft{margin: 0 40px 0 0;}
  .ourJournyBlockIn .contRight:before{    left: 38px; top: 76px;}
  .ourJournyBlockIn .contRight .journyContBlock .journyCont .img{flex: 0 0 300px; margin: 0 28px 0 0;}
  .iconCont .cont h5{font-size: 18px;}
  .iconCont .cont p{font-size: 16px;}
  .scrollinksBar .nav-link{ padding: 16px 24px; font-size: 15px;}
  .overviewVideWrap .cont p{font-size: 17px;}
  .ourJournyBlockIn .contRight .journyContBlock .journyCont .cont p{ font-size: 16px;}
  .newsBlock p{font-size: 16px;}
  .newsBlock .date{font-size: 16px;}
  .investorBlock .cont .blockTitle h3{ font-size: 30px;}
  .investorBlock .cont .blockTitle p {font-size: 17px;}


  .approchesAccordian{height: auto;}
  .approchesCont .cont{padding: 24px 24px 24px 28px;}
  .approchesCont .img{ flex: 0 0 300px;}
  .approchesCont .cont .nm{font-size: 100px;}
  .approchesCont .cont .contIn{margin:20px 0 0 0px;}
  .approchesCont .cont .contIn h5{font-size: 19px;}
  .approchesCont .cont .contIn p{font-size: 17px;}

  .capabilitiesSliderWrap.owl-carousel .owl-stage-outer{    margin: 0 -17px;}
  .capabilitySlide{padding-left: 17px; padding-right: 17px;}

  .case-studyWrap .downloadLink .icon-download {font-size: 28px;}
  .case-studyWrap .cont{    padding: 24px 50px 24px 24px;}
  .case-studyWrap .cont h5{font-size: 17px; margin: 0 0 6px;}
  .case-studyWrap .cont p{font-size: 16px; margin: 0 0 0px;}

  .productsBlock .cont {padding: 24px 24px;}

  .contactFormWrap{ margin-right: -20px; padding: 32px;}
}

@media (max-width:991px) {
  .bannerWrap{padding: 120px 0 60px;}
  .bannerContRightWrap{margin: 32px 0 0; max-width: inherit;}
  .bannerTitle h1{ font-size:52px;}
  .bannerTitle h1 + p { margin-top: 24px;}
  .bannerTitle p{font-size: 18px;}
  .bannerWrap .btn {margin-top: 20px;}
  .btn{font-size: 16px;}
  .marquee{height: 100px;}
  .marquee-content svg{height: 100px;}

  .secTitle h2{font-size: 56px;}
  .secTitle p{ font-size: 18px; line-height: 1.4;}
  .abtBannerWrap .blockTitle h2{font-size: 42px;}
  .blockTitle h6{font-size: 14px; margin: 0 0 10px 0;}
  .blockTitle h3{font-size: 28px;}
  .blockTitle p{font-size: 16px; margin: 24px 0 0 0;}
  .sideIcCont .cont h4, .sideIcCont .cont p, .joinContWrap .cont h4, .joinContWrap .cont p{font-size:16px;}
  .fs-20 {font-size: 16px !important;}
  .fs-16 {font-size: 14px !important;}

  .pin-container{min-height: auto;}
  .caseStudyWrap .caseStudyRight{flex: 0 0 100%;}
  .caseStudyRight{margin:0 0 24px; }
  .pane + .pane {position: relative;}
  .pane {opacity: 1}
  .pin-content{position: relative; min-height: inherit;}
  .pb-100.mContSliderWrap {padding-bottom: 0px !important;}
  .progress-wrapper{display: none;}
  .caseStudyWrap .caseStudyLeft{margin: 0 0px 0 0; order: 1;}
  .caseStudyLeft .btnWrap{text-align: center;}
  .mContSliderWrap.owl-carousel .owl-dots { margin: 50px 0 0; height: auto; position: relative; border-top: 1px solid #3B3B3B; justify-content: normal; gap: 0;}
  .mContSliderWrap.owl-carousel .owl-dots .owl-dot { flex: auto; height: 3px; background: transparent; margin: -2px 0 0 0; }
  .mContSliderWrap.owl-carousel .owl-dots .owl-dot.active {background: #EE592B;}
  .fBBgWrap, .inoContWrap{height: auto;}
  .pt-140 {padding-top: 90px !important;}
  .shapeBgWrap{padding: 80px 0px;}

  .circleNav.owl-carousel .owl-nav{display: none;}
  .clientLogsSlider.owl-carousel .owl-dots{margin-top: 32px;}

  .clientStoriesSlider{padding: 0 0px;}
  .clientStoriesSlider .owl-item{    transform: scale(1);}
  .clientStoriesSlider.owl-carousel .owl-stage{display: flex; gap:0px;}
  .clientStoriesSlider.owl-carousel .owl-stage-outer {overflow: hidden;}
  .clientStoriesSlider.owl-carousel .owl-dots{margin-top: 32px;}
  .clientStorySlide{padding: 24px; margin: 0px 4px; }
  .clientStorySlide .text{font-size: 14px;}
  .authDetailsWrap{gap: 16px; padding: 16px 0 0 0; margin: 16px 0 0 0; flex-wrap: wrap;}
  .authDetailsWrap .authDetails .img{flex: 0 0 80px; height: 80px; margin: 0 16px 0 0;}
  .authDetailsWrap .authDetails .client_text > * {font-size: 13px; line-height: 20px;}
  .client_logo{max-width: 120px;}
  .abtBannerWrap:before{opacity: 0.2; }
  .overviewVideWrap .video-wrapper{min-width: inherit; flex: auto;}
  .ourJournyBlockIn > .yearLeft {display: none;}
  .ourJournyBlockIn .contRight{height: auto;}
  .ourJournyBlockIn .contRight .journyContBlock{display: block;}
  .ourJournyBlockIn .contRight .journyContBlock .yearLeft{display: flex;}
  .ourJournyBlockIn .contRight .journyContBlock .yearLeft .mShow{display: block;}
  .ourJournyBlockIn .contRight .journyContBlock .journyCont { display: flex; margin: 20px 0 0 0;}
  .ourJournyBlockIn .contRight:before{display: none;}
  .ourJournyBlockIn .contRight .journyContBlock{    margin:68px 0 0px 0; position: relative;}
  .ourJournyBlockIn .contRight .journyContBlock:first-child{margin-top: 20px;}
  .ourJournyBlockIn .contRight .journyContBlock + .journyContBlock:before{ content: ""; position: absolute; left: 78px; top:-60px; height: 60px; border-left: 1px dashed #707070;}
  .ceoDeskWrap .img{    min-width: 280px; flex: 1;}
  .blockTitle h2 {font-size: 38px;}
  .newsBlock h4{font-size: 17px;}
  .investorBlock{flex-wrap: wrap; gap: 24px;}
  .numberProgressWrap{text-align: center;}
  .ourJournyBlockIn .contRight .journyContBlock:last-child {padding-bottom: 0px;}
  .topHeadIn .logo{ flex: 0 0 150px;}

  .abtBannerWrap.digitalIntelBanner:before { width: 100%; margin: 0 0px -1px 0; opacity: 0.3;}


  .approchesAccordian{display: block;}
  .accordion.approchesAccordian .accordion-item{display: block; min-width: inherit;}

  .accordion.approchesAccordian .accordion-item + .accordion-item {margin-left: 0px; margin-top: 4px;}

  .accordion.approchesAccordian .accordion-item .accordion-header{transform: rotate(0deg); writing-mode: initial; padding: 20px 24px; border-radius: 5px 5px  0 0; font-size: 16px;
   background: linear-gradient(to right, rgba(52, 5, 88, 1) 0%, rgba(34, 3, 62, 1) 100%);}
  .approchesCont{display: block;}
  .approchesCont .img{max-height: 300px; overflow: hidden;}
  .approchesCont .cont {padding: 28px 24px 32px 24px; }
  .approchesCont .cont .nm {font-size: 80px; text-align: left;}
  .approchesCont .cont .contIn h5 {font-size: 18px;}
  .approchesCont .cont .contIn p {font-size: 16px;}
  .productsBlock .cont p{font-size: 16px;}

  .investorBlock.serDiOverviewBlock .img{margin: 0 0px 0 0; flex: auto;}

  .capabilitiesSliderWrap.owl-carousel .owl-stage-outer{    margin: 0 -16px;}
  .capabilitySlide{padding-left: 16px; padding-right: 16px;}

  .client_logos_Wrap .client_logo_block {flex: 0 0 25%; max-width: calc(25% - 20px);}
  .footHelpCont{flex: auto;}
  .footHelpContBlock .btnWrap{display: flex; max-width: inherit;}
  .footHelpContBlock .btnWrap .btn{flex: 1;}

  .imgOverlayCont .cont{margin: 0 0 58px 0;}
  .imgOverlayCont .cont h5{font-size: 18px;}
  .imgOverlayCont .cont p{font-size: 16px; margin: 8px 0 0;}
  .reqWrap{padding: 24px 24px;}
  .reqWrap .blockTitle h4{font-size: 20px;}
  .reqWrap .blockTitle p{font-size: 16px;}

  .contactFormWrap{margin: 10px 0 0 0;}
  .bgVilot.contactSec {padding: 80px 0 0;}
  .locationWrap{    padding: 18px; border-radius: 10px; height: auto;}
  .locationWrap .img{flex: 0 0 110px; margin: 0 18px 0 0px;}
  .locationWrap .cont h5{font-size: 20px; margin: 0 0 6px 0px;}
  .locationWrap .cont p{font-size: 13px; line-height: 1.4;}

  .eventBlock{display: block;}
  .eventBlock .img{margin: 0px;}

  .investInfoWrap{display: block;}
  .investInfoWrap:before{opacity: 0.4;}
  .investInfoWrap{padding: 24px;}
  .iconLinkList{ margin: 28px 0 8px;}
  .iconLinkList .cont h5{font-size: 16px}
  .iconLinkList .cont p{font-size: 14.5px; line-height: 1.45;}
  .caseStudyBanner.InvestorBanner:after{opacity: 0.5;}

  .sideIcCont .icon{margin: 0 20px 0 0; flex: 0 0 90px; height: 90px;}
  .sideIcCont .icon img{max-width: 45px;}
  .sideIcCont .icon i{font-size: 45px;}
  .sideIcCont .icon i.icon-growth{font-size: 50px}
  .sideIcCont .icon i.icon-diversity{font-size: 40px;}

}

@media (max-width:767px) {
  .bannerTitle h1 {font-size: 42px;}
  .bannerTitle p {font-size: 16px;}
  .bannerWrap .btn {margin-top: 10px;}
  .btn{padding: 10px 17px; font-size: 15px;}
  .awardSlide{padding: 22px 24px;}
  .awardSlide .img {flex: 0 0 72px; margin: 0 16px 0 0;}
  .awardSlide .cont h5{font-size: 15px; margin: 0 0 4px 0;}
  .awardSlide .cont p{font-size: 14px; line-height: 1.33;}
  .announcementsSliderBg{padding: 24px;}
  .marquee {height: 80px;}
  .marquee-content svg {height: 80px;}
  .marquee-content svg + svg{ margin-left: 5%;}
  .abtBannerWrap{padding: 80px 0px;}
  .overviewVideWrap .cont .btnWrap .btn{flex: 1;}
  .ourJournyBlockIn .contRight .journyContBlock .journyCont{flex-wrap: wrap; gap: 24px;}
  .investorBlock .img {flex: auto; margin: 0 0px 0 0;}
  .ceoDeskWrap .img {min-width: 100%; margin: 0 0px 0 0;}
  .capabilitiesSliderWrap.owl-carousel .owl-stage-outer{    margin: 0 -10px;}
  .capabilitySlide{padding-left: 10px; padding-right: 10px;}
  .capabilitySlideIn{padding: 34px 28px;}
  .capabilitySlideIn .icon{    min-height:72px;}
  .capabilitySlideIn .icon i {font-size: 62px;}
  .capabilitySlideIn .cont h5{font-size: 17px; margin: 0 0 16px 0;}
  .capabilitySlideIn .cont p{font-size: 15px;}

  .blockTitle h4{font-size: 24px;}
  .case-studyWrap .cont p{font-size: 15px;}
  .productsBlock .img h5{font-size: 17px;}

  .footHelpCont {flex: auto; flex-wrap: wrap;}
  .footHelpCont .icon{flex: 0 0 auto;}
  .footHelpCont .cont{flex: auto;}
  .client_logos_Wrap{gap: 0px;}
  .client_logos_Wrap .client_logo_block {flex: 0 0 33.3%; max-width: inherit;}
  .footerPrivacyLinks {text-align: center;}
  .footerPrivacySocial{justify-content: center; flex: 1;}
  .pb-60 {padding-bottom: 40px !important;}
  .pt-60 {padding-top: 40px !important;}
  .footHelpCont .icon .icon-help-bulb {font-size: 80px;}
  .reqWrap{flex-wrap: wrap;}
  .reqWrap .btn {min-width: 180px;}
  .abtBannerWrap.contactBanner:before{opacity: 1;}
  .abtBannerWrap.contactBanner:after{opacity: 0.3;}
  .bgAngleLight.blockTitle h4:before, .bgAngleLight.blockTitle h4:after{display: none;}
  .bgAngleLight.blockTitle h4{font-size: 20px;}
  .addBlock .icon{flex: 0 0 auto;}
  .addBlock .icon i {font-size: 60px;}
  .addBlock .icon i.icon-regional-office { font-size: 58px;}
  .addBlock .cont h5{font-size: 16px;}
  .serviceBlockWrap.addChWrap .img{min-height: inherit; margin: 0 0 20px 0;}
  .serviceBlockWrap.addChWrap .img svg{height: 60px; width: auto;}
  .serviceBlockWrap.addChWrap .img .icon {font-size: 60px;}
  .addMapWrap { margin: 10px 0px;}
  .eventBlock .cont { padding: 24px;}

  .visionCont .icon img { max-width: 50px;}
  .visionCont .cont h4{font-size: 22px; margin: 0 0 10px 0px;}
  .visionCont .cont p{font-size: 16px;}
  .visionCont .icon i{font-size: 50px}
  .visionCont .cont {margin: 20px 0 0 0;}
  .visionCont{margin-top: 20px;}
  .sideIcCont{margin: 32px 0 0;}
}

@media (max-width:480px) {

  .client_logos_Wrap .client_logo_block {flex: 0 0 50%;}
  .case-studyWrap .cont h5{overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; /* Limits the text to 3 lines */ text-overflow: ellipsis;}
  .case-studyWrap .cont p{overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; /* Limits the text to 3 lines */ text-overflow: ellipsis;}
  .sideIcCont{flex-wrap: wrap; text-align: center; gap: 16px;}
  .sideIcCont .icon{margin: 0px auto;}
  .sideIcCont .cont{max-width: inherit;}
}




