/*
Theme Name: Context One
Theme URI: http://context.sg
Description: Custom WordPress theme for Context.sg
Version: 1.0
Author: Context Team
Author URI: http://context.sg
Tags: white, two-columns
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* WordPress Required Styles
---------------------------------------------- */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}


/* Let's start
---------------------------------------------- */

body {
  background-color: var(--bg-dark);
  color: var(--light-secondary);
  font: normal normal 16px/150% 'LinearSans', arial, sans-serif;
  /* cursor: url('images/cursor.png'), auto; */
}
a, a:visited {
  color: var(--primary-green);
  transition: all .2s;
}
a:hover {
  color: var(--secondary-green);
}
.ctx-bg-dark a:hover,
.ctx-bg-black a:hover,
.ctx-bg-green a:hover {
  color: var(--light-primary);
}
.ctx-label-pelangi {
  font-family: 'LinearSans', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .3em;
  background: linear-gradient(to right,var(--primary-green) 0,var(--primary-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.not-found{
  color:#ffffff !important;
}

/*Custom mobile contact button
 Can remove later and change ID based on the created menu on backend*/

 .menu-item:last-child{
  display: none;
  background: var(--primary-lemon);
  /* letter-spacing: .1em; */
  padding: 10px 15px 10px 15px;
  position: relative;
  border: 0;
  font-weight: 500;
  overflow-x: hidden;
  border-radius: 100px;
  color: #0C111D !important;
  position: relative;
  width: 135px !important;
 }

 .menu-item:last-child a{
  color: #0C111D !important;
 }
 .menu-item:last-child::after{
  content: '';
  background: url(images/mail.svg);
    background-size: cover;
    width: 15px;
    height: 12px;
    position: absolute;
    right:20px;
    top: 40%;
    
 }

 @media (max-width: 768px) {
  .menu-item:last-child{
    display: block;
  }
 }

/* Overwrite bootstrap
---------------------------------------------- */
.container {
  width: 90%;
  max-width: 1300px;
  box-sizing: content-box;
}
p {
  font-size: 0.875rem;
  line-height: 150%;
}
div > p:last-of-type {
  margin-bottom: 0;
}
.btn,
.btn:visited {
  border-radius: 100px;
  color: #0C111D;
}
.btn-arrow-down svg {
  transform: rotate(45deg);
}

/* Modal
--------------------------------------------- */

/* Overwrite bootstrap modal */
.modal-open {
  padding-right: 0 !important;
}
.modal-backdrop.show {
  opacity: .8 !important;
}
.modal .modal-dialog {
  height:auto;
}
.modal .modal-dialog .modal-content {
  margin:0 auto;
}

/* Modal Career */
.modal-career .close {
  position: absolute;
  top: 50px;
  right: 50px;
  opacity:.9;
}
.modal-career .modal-dialog {
  margin:0 auto !important;
  transform: translate(0, -50%) !important;
  top: 50%;
}
.modal-career .modal-body {
  padding:0;
}
.modal-career .wrapper-career {
  display: flex;
}
.modal-career .wrapper-career .img-wrapper {
  flex:0 1 40%;
  background-image: url(images/contact-cover2@2x.webp);
  background-position: top left;
  position: relative;
  background-size: cover;
}
.modal-career .wrapper-career .form-wrapper {
  flex: 0 1 60%;
  background-color: #f2f3fb;
  padding: 50px 100px;
}
.modal-career .row-form {
  flex:1;
  flex-direction: row;
}
.modal-career .row-form .ctx-col {
  margin-right: 60px;
  flex: 1;
}
.modal-career .row-form .ctx-col:last-child {
  margin-right: 0;
}
.modal-career .row-form label {
  width: 100%;
}
.modal-career .row-form .your-file {
  margin-bottom: 8px;
}
.modal-career .row-form .wpcf7-not-valid-tip {
  margin-top:8px;
  margin-bottom:0;
}
.wpcf7 form .wpcf7-response-output {
  color: var(--dark-primary) !important;
  padding:10px 15px !important;
}
div.wpcf7 .ajax-loader {
  background-image: url(images/ajax-loader.gif);
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.modal-career .wpcf7 p {
  margin-bottom: 0;
}
@media (max-width:720px) {
  .modal-career .close {
    top:20px;
    right: 20px;
    z-index: 1;
  }
  .modal-career .modal-dialog {
    max-width: 100vw;
    height: 100%;
  }
  .modal-career .modal-content {
    height: 100%;
  }
  .modal-career .modal-body {
    padding:0;
  }
  .modal-career .wrapper-career {
    flex-direction: column;
  }
  .modal-career .wrapper-career .img-wrapper {
    position: absolute;
    min-height: 900px;
    width: 100%;
  }
  .modal-career .wrapper-career .form-wrapper {
    transform: translate(0, 70px);
    margin: 0 auto 60px;
    padding: 30px 45px;
    width: 95vw;
    z-index: 1;
  }
  .modal-career .form-wrapper h3 {
      font-size: 24px;
      line-height: 28px;
  }
  .modal-career .form-wrapper .row-form {
    flex-direction: column;
  }
  .modal-career .form-wrapper .row-form .ctx-col {
    margin-right: 0;
  }
  .modal-career .form-wrapper .btn.ctx-btn-primary {
    margin-top: 30px;
  }
}

@media (min-width: 721px) and (max-width: 1440px) {
  .modal-career .close {
    top: 50px;
    right: 50px;
  }
  .modal-career .modal-dialog {
    width: 85vw;
    max-width: 95vw;
    max-height: 90vh;
    overflow: hidden;
  }

  .modal-career .wrapper-career .img-wrapper {
    flex: 0 1 35%;
  }
  .modal-career .wrapper-career .form-wrapper {
    flex: 0 1 65%;
    padding: 40px 60px;
  }
  .modal-career .wrapper-career .form-wrapper h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .modal-career .row-form label {
    font-size: 14px;
  }
  .modal-career .wpcf7 input,
  .modal-career .wpcf7 select,
  .modal-career .wpcf7 textarea {
    font-size: 13px !important;
  }
  .modal-career .wpcf7 p {
    font-size: 12px;
  }
}

@media (min-width: 1440px) {
  .modal-career .modal-dialog {
    width: 80vw;
    max-width: 90vw;
  }
  .modal-career .row-form .ctx-col {
    margin-bottom: 16px;
  }
}

/* Header
---------------------------------------------- */
.ctx-header-outer {
  background: transparent;
  min-height: 70px;
  /* position: fixed; */
  width: 100%;
  z-index: 30;
}
.ctx-header-outer, .ctx-header-inner {
  transition: all 0.3s ease;
}
.ctx-header-outer.fixed-header {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(5px);
}
/* <> Logo <> */
.ctx-header img,
.ctx-footer-widget img {
  height: auto;
  display: block;
  max-width: 170px;
  width: 100%;
}
.ctx-logo {
  position: relative;
}
.ctx-logo img {
  position: relative;
  width: 170px;
  height: auto;
  /* top: -43px;
  left: 10px;
  transform: scale(1.15); */
  transition: all .25s ease;
}

/* <> Navigation <> */
.ctx-header-nav ul {
  text-align: center;
}
.ctx-header-nav ul li {
  display: inline-block;
  margin: 0 20px;
}
.ctx-header-nav ul li a {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width:768px) {
  .ctx-header-outer {
    position:fixed;
  }
}

@media (min-width: 1024px) and (max-width:1440px) {
  .fixed-header .ctx-header-inner {
    padding-top:15px !important;
    padding-bottom: 15px !important;
  }
  .fixed-header .ctx-header-inner .custom-btn-contact {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .fixed-header .ctx-logo img {
    transform: scale(1);
    /* top: -40px; */
  }
}


/* Primary Content
---------------------------------------------- */
.ctx-main-outer {
  position: relative;
  z-index: 20;
  padding-top:100px;
}

@media (max-width: 720px) {
  .ctx-main-outer {
    padding-top: 70px;
  }
  .ctx-main-outer .ctx-main {
    padding-top: 30px;
  }
}


/* Sidebar & widget
---------------------------------------------- */
/* <> Sidebar <> */
.ctx-sidebar .widget p:last-of-type {
  margin-bottom: 0;
}

/* <> Footer <> */
.ctx-footer-outer {
  color: #86888E;
  padding-top: 100px;
  z-index: 100;
  left: 0;
  position: relative;
  bottom: 0;
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #0C111D;
  margin-top: -50px;
}


.ctx-footer-widget .title{
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  color: #ffffff;
}
.ctx-footer-widget .left-text{
  color: #ffffff;
  font-size: clamp(18px, 4vw, 24px);
}

#widget-content p {
  font-size: 14px;
}
/* <> Logo <> */
/* #widgetLogo {
  margin-bottom: 32px;
} */
/* <> Link List <> */
#widgetList li {
  margin-bottom: 16px;
}
#widgetList li a,
#widgetList li a:visited {
  color: #C7C8CB;
}

#widgetPrivacy li a,
#widgetPrivacy li a:visited {
  color: #6A6D75;
}
/* <> Social icons <> */

#widgetSocial li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom:0;
}
#widgetSocial li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: 500px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 720px) {
  
  .ctx-footer-outer {
    position: relative;
    text-align: center;
    margin-top: -40px;
    padding-top: 50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .ctx-footer-widget .left-text{
    color:#FCB2A9;
  }
  .ctx-footer-widget img {
    margin: 0 auto;
    position: relative;
    top: 0 !important;
  }
  #ctx-super-wrap {
    padding-bottom: 0 !important;
  }
  .ctx-footer-outer .widget.ctx-pr-100 {
    padding-right: 0 !important;
  }
  .ctx-footer-widget:not(:nth-child(1)) {
    margin-top: 20px;
  }
  #widgetSocial .widget-content {
    text-align: center !important;
  }
  #widgetSocial .widget-content li:first-child {
    margin-left: 0;
  }

  .ctx-footer-outer .footer-logo.aos-init{
    opacity: 1 !important; /* Ensure element is visible */
    visibility: visible !important; /* Ensure element is visible */
    transform: none !important; /* Remove any transformation */
    transition: none !important; /* Remove transition */
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  #widgetSocial .text-right {
    text-align: center !important;
  }
}

/* Custom Header
--------------------------------------------- */
.ctx-header{
  display: flex;
  position: relative;
  align-items: center;
}
.ctx-header h1 {
  font-weight:bold;
  font-size: 24px;
  margin: 0;
}
.ctx-header h1 a {
  color: #ffffff;
  text-decoration:none;
  transition: color 0.8s ease-in-out;
}
/* Header Items */


.ctx-header ul li a{
  text-decoration: none;
}
.ctx-header ul.menu li {list-style-type: none;}
.ctx-header ul.menu li a {
  color: #ffffff;
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
.ctx-header ul.menu li.current-menu-item a {
  color: #FFFFFF;
  text-decoration: none;
}
.ctx-header ul.menu li a:hover {color: #ffffff;}

/* Button Menu Mobile  */
.ctx-btn-menu-mobile {
  position: absolute;
  z-index:1;
  right:0;
  top: -4px;
  padding-right: 0;
}
.ctx-btn-menu-mobile a {
  display: block;
  height: 30px;
  width: 30px;
}
.ctx-btn-menu-mobile a:after,
.ctx-btn-menu-mobile a:before,
.ctx-btn-menu-mobile a div {
  background-color: #ffffff;
  border-radius: 3px;
  content: '';
  display: block;
  height: 2px;
  margin: 7px 0;
  transition: all .3s ease-in-out;
}
.navigationActive a div {transform: scale(0);}
.navigationActive .ctx-btn-menu-mobile a:before {transform: translateY(6px) rotate(135deg);}
.navigationActive .ctx-btn-menu-mobile a:after {transform: translateY(-12px) rotate(-135deg);}
/*animation stopper*/
.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

.nav-transparent{
  background-color: transparent !important;
  border: 0 !important;
}

/*--- Header : Responsive ---*/
@media (max-width: 768px) {
  .ctx-header-outer {padding:20px;}
  .ctx-header-outer .ctx-header-inner {padding: 15px 22px;background: #000000;border-radius: 100px;border: 1px solid #292929;}
  .ctx-header img {max-width: 120px;}
  .ctx-header ul.menu li {width: 85%;}
  .navigationActive {height: 100vh;}
  .navigationActive.ctx-header {align-items: flex-start;}
  .navigationActive ul.menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.07, 1),
    -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.07, 1);
  }
  ul.menu {
    background-color: #000000;
    position: fixed;
    z-index: 1;
    top:0;
    left:0;
    margin-top: 2em;
    padding: 100px 0 0 0;
    text-align: left;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.07, 1), opacity 0.01s linear 0.6s, -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.07, 1);
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
    margin: 0;
    padding:15% 10% !important;
    height:100vh;
    width:100vw;
  }
  ul.menu li{margin-bottom:20px;}
  .ctx-header .custom-btn-contact {display: none;}
}

@media (min-width: 768px) {
  .ctx-header {flex-direction: row;}
  .ctx-header nav {
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 40px;
    flex:1;
  }


  .ctx-header ul li{
    
    gap:30px;
    margin:0;
  }

  
  .ctx-header ul{
    display: flex;
    align-items: center;
    gap:5px;
    color:#ffffff;
    font-weight: 500;
    border-radius: 50px;
    /* background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(10px); */
    padding: 5px 26px;
    margin: 0;
  }
  .ctx-header ul.menu li {
    float: left;
    /* padding:0 15px; */
    margin-bottom: 0;
   
  }

  .ctx-header ul.menu li a{

    border-radius: 30px;
    padding: 5px 10px;
  }

  .ctx-header ul.menu li.current-menu-item a {
    background: #ffffff;
    color: #0C111D;
    border-radius: 30px;
    padding: 5px 10px;
  }

  .ctx-header ul.menu li a:hover{
    background: #ffffff;
    color: #0C111D;
    border-radius: 30px;
    padding: 5px 10px;
  }
  .ctx-header ul.menu li.menu-item-16 {display: none;}
  .ctx-btn-menu-mobile {
    display: none;
  }
}


/* Custom Index
---------------------------------------------- */
/* <> Sec 1 <> */

.home {
    background:url(images/home-bg.svg);
    position: relative;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
 
}
.homepage .ctx-sec1 {
  /* min-height: calc(100vh - 100px); */
  position: relative;
  
}
.ctx-sec1 .ctx-sec-header {
  flex: 0 0 80%;
  max-width: 80%;
  padding-top: 8%;
  padding-bottom: 8%;
}

.ctx-sec1 .bg-video{
  position: absolute;
    top: 0;
    right: 0;
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: 40%;
    height: auto;
    object-fit: cover;
    z-index: -1;
    transform: translate(10%, -4%);
}
.ctx-sec1 .title{
  background: #FCB2A9;
background: linear-gradient(to top right, #FCB2A9 38%, #FFFFFF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: clamp(34px, 8vw, 100px); 

  line-height: 100%;

}

.ctx-sec1 .subtitle{
  color:#ffffff;
  font-size: clamp(18px, 4vw, 28px); 
  line-height: 120%;
}
.ctx-sec1 .ctx-sec-inner{
  position: relative;
  z-index: 1;
}
.ctx-sec1 .ctx-sec-inner::after{
  content: '';
  background:url(images/light-bg.svg);
  background-size: cover;
  width: 1000px;
  height: 900px;
  position: absolute;
  left: 20%;
  top: -20%;
  z-index: -1;
}

.ctx-sec1::after{
  /* content: '';
  background:url(images/home-line.svg);
  width: 367px;
  height: 625px;
  position: absolute;
  right: 100px;
  top:16px; */
}

@media (max-width:768px) {
  

  .ctx-sec1 .subtitle{
    max-width: 250px;
  }

  .ctx-sec1::after{
    display: none;
    /* width: 306px;
    height: 471px;
    position: absolute;
    right: 3px;
    top: 66px;
    background-size: 100% 100%; */
  }

  .ctx-sec1 .bg-video{
    width: 66%;
    transform: translate(12%, -2%);
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ctx-sec1 .subtitle{
    max-width: 100%;
  }
}
@media (min-width:1400px) {
  .ctx-sec1 .ctx-sec-header {
    flex: 0 0 70%;
    max-width: 70%;
    /* padding-top: 3%; */
    position: relative;
  }

 
  .ctx-sec1 .hero-cover {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
  }
  .ctx-sec1 .hero-cover img  {
    width: 70%;
  }
}


/* <> Section 2 <> */
.ctx-sec2 {
  position: relative;
}





.ctx-sec2 .main-sliders .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.ctx-sec2  .slide-inners{
  cursor: pointer;
 
  transition:.4s ease all;
  position: relative;
  
}

/* .ctx-sec2  .slide-inners img, .ctx-sec2 .masthead-sliders{
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
} */

.ctx-sec2  .slide-inners img, .ctx-sec2 .swiper-slide img {
  border-radius:20px;
  
  width: 100%;
}

.ctx-sec2 .swiper-slide video{
  width: 100%;
  border-radius:20px;
  pointer-events: none;
  
}




.ctx-sec2 .masthead-inner{
  margin:0 auto;
  text-align: center;
  position: relative;
}
.ctx-sec2 .masthead-inner img{
  border-radius: 20px;
  object-fit: contain;
}

.ctx-sec2 .masthead-inner .slider-info{
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 80px;
  bottom: 100px;
  border-radius: 10px;
  /* visibility: hidden; */
  opacity: 1;
  transition: clip-path 1s cubic-bezier(0.59, 0.73, 0.17, 1), all 0.3s linear;
  transition-delay: 0.3s;
  max-width: 500px;
}

/* .ctx-sec2  .active .slide-inners .slider-info{
  visibility: visible;
  opacity: 1;
  bottom: 26px;
  transition: clip-path 1s cubic-bezier(0.59, 0.73, 0.17, 1), all 0.3s linear;
  transition-delay: 0.3s;
} */

.ctx-sec2  .slider-info .title{
  font-size: clamp(14px, 2vw, 34px); 
  line-height: 110%;
  color: #ffffff;
  font-weight: 500;
  max-width: 400px;
}

.ctx-sec2  .slider-info .subtitle{
  color: #ffffff;
  font-size: clamp(14px, 2vw, 16px);
}




.ctx-sec2 .main-slider .slick-active{
  max-width: 100px;
}

.ctx-sec2 .main-slider .slide-inner .slick-current{
  transform: perspective(800px) rotateY(55deg);
  /* perspective: 980px; */
  transform-origin: center;
}
.ctx-sec2 .main-slider .slide-inner .slick-center{
  /*normal*/
  transform: none;
}


.ctx-sec2 .masthead-sliders .owl-controls .owl-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left:13%;
  padding-right: 13%;
  display: none;
}

.ctx-sec2  .slide-controller{
   margin:0 auto;
   text-align: center;
   padding-left: 5%;
   padding-right: 5%;
   /* width: 70%; */
}
.ctx-sec2  .slide-controller .slide-link ul{
  margin:0;
  padding:0;
}

.ctx-sec2  .slide-controller .slide-link ul > :first-child{
  margin-left: 0;
}
.ctx-sec2  .slide-controller .slide-link ul li{
   margin-left:50px;
   margin-bottom: 0;
}
.ctx-sec2  .slide-controller .slide-link ul li div{
  background: transparent;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  font-size: clamp(12px, 2vw, 24px); 
}
.ctx-sec2  .slide-controller .arrow-right::after{
    content: '';
    position: absolute;
    background: #3e3e3e;
    border-radius: 50%;
    background-image: url(images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 9px;
    height: 18px;
    right: -30px;
    top: 38%;
    padding: 16px;
    cursor: pointer;
}

.ctx-sec2  .slide-controller .arrow-left::after{
  content: '';
  position: absolute;
  background: #3e3e3e;
  border-radius: 50%;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 18px;
  left: -30px;
  top: 38%;
  padding: 16px;
  transform: rotate(180deg);
  cursor: pointer;
}


.ctx-sec2  .slide-controller .slide-link-item.active{
  opacity: 1;
}

@media (max-width: 767px) {

  .ctx-sec2  .slide-controller .slide-link ul {
    overflow-x: hidden;
  }
  .ctx-sec2  .slide-controller .slide-link ul li{
    margin-left: 15px;
    
  }
  .ctx-sec2 .slide-inners img{
    border-radius: 10px;
  }
  

  

  .ctx-sec2  .slide-inners.left-slider {
    transform: scale(0.9) perspective(960px) rotateY(42deg);
    margin-right: -120px;
  }
  
  .ctx-sec2  .slide-inners.right-slider {
    transform: scale(0.9) perspective(960px) rotateY(-42deg);
    margin-left: -120px;
  }

  .ctx-sec2 .masthead-inner .slider-info{
    position: relative;
    left: 0;
    bottom: 14px ;
    max-width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px;
  }

  .ctx-sec2 .owl-theme .owl-nav{
    margin-top: -50px;
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .ctx-sec2 .active .slide-inners{
    transform: scale(.8);
  }

  .ctx-sec2  .slide-inners.left-slider {
    transform: scale(0.8) perspective(870px) rotateY(40deg);
    margin-right: -320px;
    margin-top: -85px;
  }
  
  .ctx-sec2  .slide-inners.right-slider {
    transform: scale(0.8) perspective(870px) rotateY(-40deg);
    margin-left: -320px;
    margin-top: -86px;

  }



  .ctx-sec2 .owl-theme .owl-nav{
    margin-top: -50px;
  }
}




/* <> Section 3 <> */
.ctx-sec3 {
 
}


.ctx-sec3 .keyword-slider {
  position: relative;
  overflow: hidden;
  height: 100px;
  width: 100%;
}
.ctx-sec3 .keyword-slider .item{
  /* padding-left:30px; */
  /* animation: marquee 18s linear infinite; */
  /* width: 800px; */
  display: block;
  width: 200%;
  /* position: absolute;
  overflow: hidden; */
  /* animation-play-state: running;  */
}


/* .ctx-sec3 .keyword-slider .item:hover {
  animation-play-state: paused;
} */

.ctx-sec3 .keyword-slider .item p{
  /* font-size: 60px; */
  font-size: clamp(40px, 4.5vw, 60px);
  color:#ffffff;
  white-space: nowrap;
}

.ctx-sec3 .keyword-slider .item svg{
  height: 1.5em;
  width: auto;
}


.ctx-sec3 .keyword-slider  .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.ctx-sec3 .keyword-slider  .marquee-track:hover {
  animation-play-state: paused;
}

.ctx-sec3 .keyword-slider  .item-group {
  display: flex;
}



@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ctx-sec3 .keyword-slider .item div {
  float: left;
  /* width: 50%; */
  margin: 0 auto;
  text-align: center;
  padding-left: 40px;
}




@media (max-width: 767px) {

  .ctx-sec3 .keyword-slider .item{
   
  }
  .ctx-sec3 .keyword-slider .item p{
    font-size: 28px;
  }

  .ctx-sec3 .keyword-slider{
    height: 60px;
  }

  .ctx-sec3 .keyword-slider .item div{
    white-space: nowrap;
    padding-right: 10px;
    width: 100%;
  }
}


@media (min-width:768px) and (max-width:1024px) {
  .ctx-sec3 .keyword-slider .item p{
    font-size: clamp(40px, 4.5vw, 46px);
  }

  .ctx-sec3 .keyword-slider .item div{
    
    width: 100%;
  }

  .ctx-sec3 .keyword-slider{
    height: 120px;
  }


}

/* <> Section 4 <> */
.ctx-sec4 {
  margin:0 auto;
}



.ctx-sec4 .ctx-sec-inner{
  margin:0 auto;
}

.ctx-sec4 .title{
  color:#FCB2A9;
  /* font-weight: bold; */
}
/* <> Section 5 <> */
.ctx-sec5{

  background: rgb(116,70,223);
  /* background: -moz-radial-gradient(circle, rgba(116,70,223,0.6446953781512605) 0%, rgba(180,171,216,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(116,70,223,0.6446953781512605) 0%, rgba(180,171,216,1) 100%); */
  background: linear-gradient(180deg, rgba(67,44,158) 0%, rgba(134 117 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7446df",endColorstr="#b4abd8",GradientType=1);
  /* background: rgb(67,44,158);
background: -moz-linear-gradient(183deg, rgba(67,44,158,1) 0%, rgba(67,44,158,0) 100%);
background: -webkit-linear-gradient(183deg, rgba(67,44,158,1) 0%, rgba(67,44,158,0) 100%);
background: linear-gradient(183deg, rgba(67,44,158,1) 0%, rgba(67,44,158,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#432c9e",endColorstr="#432c9e",GradientType=1); */
border-radius: 50px;
clip-path: inset(0 5% round 50px);
animation: circle-back 1s;
position: relative;
} 



.ctx-sec5 .subbrand{
  background: rgb(67,44,158);
background: -moz-linear-gradient(183deg, rgba(67,44,158,1) 0%, rgba(67,44,158,0) 100%);
background: -webkit-linear-gradient(183deg, rgba(67,44,158,1) 0%, rgba(67,44,158,0) 100%);
background: linear-gradient(183deg, rgba(67,44,158,1) 0%, rgba(67,44,158,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#432c9e",endColorstr="#432c9e",GradientType=1);
  border-radius: 50px;
  clip-path: inset(0 5% round 50px);
  animation: circle-back 1s;
}


.about .section-divider{
  width: 50%;
  height:60px;
  margin: 0 auto;
  background: radial-gradient(ellipse at bottom center, rgba(158, 99, 255, 0.3) 0%, #0C111D 50%, #0C111D 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
}
.about .section-divider::after{
  content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #000000 10%, #a066ea 50%, #000000 90%, transparent 100%);
    margin-top: 5px;
    position: absolute;
    bottom: 0;

}

@keyframes circle {
  0% { clip-path: inset(0 5% round 50px); }
  100% { clip-path: inset(0 0% round 50px); }
}

@keyframes circle-back {
  0% { clip-path: inset(0 0% round 50px); }
  100% { clip-path: inset(0 5% round 50px); }
}

.ctx-sec5 .clipped, .ctx-sec5.clipped{
  animation: circle 1s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ctx-sec5 .title{
  color:#ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 120%;
}
.ctx-sec5 .subtitle{
  color:#FCB2A9;
  font-size: 24px;
}

.ctx-sec5 .number{
  color:#ffffff;
  font-weight: bold;
  font-size:clamp(42px, 8vw, 150px); 
  line-height: 100%;
}

.ctx-sec5 .subnumber{
  font-size: clamp(18px, 4vw, 24px);
  color: #ffffff;
  line-height: 100%;
}


@media (min-width:768px) and (max-width:1024px) {
 

 

  .ctx-sec5 .ctx-sec-inner{
    padding:20px 30px;
  }
}


@media (max-width: 767px) {

  .ctx-sec5{
    border-radius: 10px;
    clip-path: inset(0 5% round 10px);
  }

 
  
  .ctx-sec5 .ctx-sec-inner{
      padding:20px 30px;
  }

  .ctx-sec5 .subbrand.clipped .ctx-sec-inner{
    padding:20px 10px;
}

  .ctx-sec5 .subbrand{
    border-radius: 10px;
    clip-path: inset(0 5% round 10px);
  }

  .ctx-sec5 .clipped, .ctx-sec5.clipped{
    clip-path: none;
  }

}



/* <> Section 6 <> */
.ctx-sec6 {
  position: relative;
}

.ctx-sec6 .section-divider{
  width: 100%;
  height: 100px;
  background: radial-gradient(ellipse at top center, rgba(158, 99, 255, 0.4) 0%, #0C111D 40%, #0C111D 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.ctx-sec6 .stars-confetti{
  position: absolute;
    content: "";
    bottom: -7%;
    width: 100%;
    min-height: 300px;
    background: url(images/stars-confetti.png) center center no-repeat;
    background-size: cover;
    background-color: transparent;
    z-index: -1;
}

.ctx-sec6 .title{
  color:#ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 120%;
  font-weight: 500;
}
.ctx-sec6 .subtitle{
  color:#FCB2A9;
  font-size: clamp(18px, 4vw, 24px);
}

.ctx-sec6 .portolio .title{
  color:#ffffff;
  /* font-weight: bold; */
  font-size:24px;

}

.ctx-sec6 .portolio .subtitle{
  font-size:13px;
  line-height: 100%;
  color: #ffffff;
  opacity: 0.7;
}



.ctx-sec6 .portolio .portfolio-post{
  width: calc(33.33% - 80px);
    margin-right: 80px;
    margin-bottom: 50px;
    transition: opacity 0.3s, transform 0.3s, margin 0.1s 0.15s;
}

.ctx-sec6 .portolio .thumbnail{
  
    transition: transform 0.4s;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 138%;
    
}


.ctx-sec6 .portolio .thumbnail:hover{
    transform: scale(0.96);
}
.ctx-sec6 .portolio img{
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 0.4s;
  position: absolute;
}

.ctx-sec6 .portolio img:hover{
  transform: translate(-50%, -50%) scale(1.18);
}

.ctx-sec6 .portfolio-button{
  margin:0 auto;
}



.ctx-sec6  .portfolio-container {
  position: relative;
  min-height: 280vh;
  width: 550px;
  margin: 0 auto;
  padding-top: 100px;
  
}

/* .ctx-sec6 .sticky-title {
  position: sticky;
  top: 140px; /* Adjust as needed 
  z-index: 10;
} */

.ctx-sec6  .portfolio-card {
  /* position: sticky; */
  min-height: 580px;
  margin-bottom:100px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  z-index: 1;
  opacity: 1;
  /* transform: translateY(20px); */

}

.ctx-sec6  .portfolio-card .card-title{
  font-size: clamp(20px, 4vw, 34px);
  line-height: 120%;
  font-weight: 500;
  color: #ffffff;
}

.ctx-sec6  .portfolio-card .card-label{
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  color: #ffffff;
  padding:5px 10px;
  margin:6px;
  white-space: nowrap;
}
.ctx-sec6  .portfolio-card .card-subtitle{
  font-size: clamp(14px, 2vw, 16px);
  line-height: 120%;
}

.ctx-sec6  .portfolio-card .card-subsubtitle{
  font-size: clamp(12px, 2vw, 14px);
  line-height: 120%;
}

.ctx-sec6  .portfolio-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.ctx-sec6  .portfolio-card.peel {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 6px 12px 20px rgba(0, 0, 0, 0.2);
}


.ctx-sec6  .card-1 { 
  z-index: 1;
  position: sticky;
  top: 80px;
  background-color: #B4ABD8; 
  
}
.ctx-sec6  .card-2 { 
  z-index: 2;
  position: sticky;
  top: 100px;
  background-color: #FB9F93; 
  
}
.ctx-sec6  .card-3 { 
  z-index: 3;
  position: sticky;
  top: 120px;
  background-color: #FFC54B; 
  margin-bottom: 0;
  
}

.ctx-sec6  .card-3 .card-title{ 
  color: #000000;
}
.ctx-sec6  .card-3 .card-label {
  color: #000000; 

}



@media (max-width: 767px) {
  
  .ctx-sec6 .portolio .title{
    font-size: 18px;
  }

  .ctx-sec6  .portfolio-container {
    width: 100%;
    padding-top: 40px;
    height: 300vh;
  }

  .ctx-sec6  .portfolio-card {
    height: 480px;
    margin-bottom: 60px;
  }


  /* .ctx-sec6 .portolio .portfolio-post{
    width: calc(50% - 30px);
    margin-right: 30px;
  }
  .ctx-sec6 .portolio{
    padding:0 30px;
  } */

  .ctx-sec6 .portolio {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 10vw;
  }

  .ctx-sec6 .portolio .portfolio-post {
    flex: 0 0 60vw; /* 80% of viewport width */
    scroll-snap-align: center;
    margin-right: 8vw; /* space between slides */
  }

  .portfolio-post:last-child {
    margin-right: 10vw; /* padding on right to match left */
  }

}

/* <> Section 7 <> */
.ctx-sec7 {
  position: relative;
  overflow: hidden;
}
.ctx-sec7 .topbg{
  position: relative;

}



/* .ctx-sec7::after,
.ctx-sec7::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0%;
    transform: translateY(-50%);
    width: 25%;
    aspect-ratio: 1 / 1;
    background: conic-gradient(from 90deg at 50% 50%, #432C9E 0deg, rgba(33, 0, 0, 0.13) 128.99986624717712deg, rgba(13, 0, 0, 0.00) 209.6248698234558deg, rgba(7, 0, 0, 0.00) 273.37486267089844deg, rgba(2, 0, 0, 0.00) 325.87485551834106deg, rgba(0, 0, 0, 0.00) 360deg);
    transition: all 1s;
}
.ctx-sec7::after {
    left: 25%;
}*/
.ctx-sec7::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 120%;
  height: 600px;
  transform: translate(22%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(158, 99, 255, 0.5) 0%, rgba(158, 99, 255, 0) 70%);
  filter: blur(60px);
  z-index: 1;
} 

/* Gradient Expand */
/* .ctx-sec7.expand::after,
.ctx-sec7.expand::before {
  width: 50%;
}
.ctx-sec7.expand::after {
  left: 0
}
.ctx-sec7.expand::before {
  right: 0
} */


.topbg::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 2 / 1;
  /* background: linear-gradient(180deg, rgba(67, 44, 158, 0.50) 0%, rgba(67, 44, 158, 0.00) 100%); */
  filter: blur(50px);
  backdrop-filter: opacity(0.5) blur(100px);
  /* background: linear-gradient(180deg, rgb(30 20 75) 70%, rgba(67, 44, 158, 0) 100%); */
  background: linear-gradient(180deg, rgb(30 20 75) 70%, rgba(67, 44, 158, 0) 100%);
}






/* .ctx-sec7 .topbg2::before{
  background:url(images/bg-services-top.svg);
  content: '';
  position: absolute;
  width: 100%;
  height: 500px;
  top:-300px;
} */

/* .ctx-sec7 .topbg::before{
  background: conic-gradient(
    from 90deg at 50% 50%, 
    #4830A8 0deg, 
    rgba(33, 0, 0, 0.13) 130deg,
    rgba(33, 0, 0, 0.13) 130deg
);

transition: transform 960ms ease 0s, opacity;
    transform:  scale(0.2);
    width: 84%;


  background-size:100% 100%;
  content: '';
 
  height: 500px;
    position: absolute;
    top: -300px;
    left: 0;
} */

/* .ctx-sec7 .topbg::after{
  background: conic-gradient(
    from 270deg at 50% 50%, 
    #4830A8 0deg, 
    #020000, #070000, #0D0000, #210000 130deg
);



  background-size:100% 100%;
  content: '';
  width: 83%;
  height: 500px;
    position: absolute;
    top: -300px;
    right: 0;
    transform: rotateX(180deg) scale(0.2);
    transition: transform 960ms ease 0s, opacity;
    
} */
/* mask-image: radial-gradient(140px 50% at 50% 100%, black, transparent); */
    /* background: conic-gradient(from 90deg at 50% 50%, #432C9E, #020000, #070000, #0D0000, #210000) */


/* .ctx-sec7 .topbg.clipped::before{
  width: 50%;
  transform: none;
  transition: transform 960ms ease 0s, opacity;
}
.ctx-sec7 .topbg.clipped::after{
   
    transform: rotateX(180deg);
    width: 50%;
    transition: transform 960ms ease 0s, opacity;
} */
.ctx-sec7 .title{
  color:#ffffff;
  opacity: 0.87;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 120%;
  padding-bottom: 100px;
  font-weight: normal;
  
}
.ctx-sec7 .subtitle{
  color:#FCB2A9;
  font-size: clamp(18px, 4vw, 24px);
}


.ctx-sec7 .serviceslist{
  position: relative;
  z-index: 2;
}

.ctx-sec7 .serviceslist .btn:focus{
  box-shadow: none;
}

.ctx-sec7 .serviceslist .btn{
  font-weight: 500;
  font-size: clamp(28px, 4vw, 58px);
  line-height: 120%;
  letter-spacing: -0.03em;
  background: #FCB2A9;
  background: linear-gradient(to top right, #FCB2A9 38%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  width: 100%;
  text-align: left;
  opacity: 0.5;
  padding: 1.2rem 0.75rem 1.2rem 0rem;
}
.ctx-sec7 .serviceslist .btn::after{
  position: absolute;
  content: '';
  background: #ffffff;
  border-radius: 50%;
  background-image:url(images/arrow-right-black.svg);
  background-repeat: no-repeat;
  background-position: 13px;
  width: 9px;
  height: 18px;
  right: -30px;
  top:38%;
  padding: 16px;
  transform: rotate(90deg);
  transition: transform 0.4s;
}


.ctx-sec7 .serviceslist .btn:hover{
  text-decoration: none;
}

.ctx-sec7 .serviceslist .btn.collapsed{
  opacity:1;
  padding: 1.2rem 0.75rem 1.2rem 0rem;
  border-radius: 0;
}


.ctx-sec7 .serviceslist .btn:not(.collapsed){
  opacity: 1;
}

.ctx-sec7 .serviceslist .btn:not(.collapsed){
  opacity: 1;
  border-radius: 0;
}

.ctx-sec7 .serviceslist .btn:not(.collapsed)::after{
  transform: rotate(270deg);
  transition: transform 0.4s;
}
.ctx-sec7 .serviceslist .card{
  background:none;
  border:0;
  border-radius: 0;
}

.ctx-sec7 .serviceslist .card-header{
  padding: 0rem 2rem 0.5rem 0rem;
  border-radius: 0;
  background: transparent;
  border:0;
}


.ctx-sec7 .serviceslist .card-body{
  font-size: 24px;
  color: #ffffff;
  /* opacity: 0.7; */
  padding: 0px 48px 48px 0px;
}



.ctx-sec7 .serviceslist .card-body ul{
  font-size: 16px;
  opacity: 0.7;
}

.ctx-sec7 .serviceslist .card-body .itemtitle{
  font-size: clamp(18px, 4vw, 24px);
  line-height: 120%;
}

.ctx-sec7 .serviceslist .card-body .subitem{
  font-size: 16px;
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 0;

}

.ctx-sec7 .serviceslist .card-body ul li{
  margin-bottom: 16px;
  line-height: 100%;
  border-radius: 20px;
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  white-space: nowrap;
  padding:8px 14px;
}

@media (min-width:768px) {
  .ctx-sec7 .serviceslist .card-body p{
    font-size: 1rem;
  }
  
}

@media (min-width:768px) and (max-width:1024px) {
  .ctx-sec7 .serviceslist .btn{
    font-size: 38px;
  }

  .ctx-sec7 .serviceslist .btn::after{
    right: -25px;
    top:33%;
    
  }
  .ctx-sec7 .title{
    
    padding-bottom:50px;
  }

  .ctx-sec7::before{
    transform: translate(0%, -50%);
    width: 58%;
    height: 530px;
  }

}
@media (max-width: 767px) {
  .ctx-sec7 .title{
    font-size:34px;
    padding-bottom:30px;
  }

  .ctx-sec7 .serviceslist .btn::after{
    background-position: 8px 4px;
  }

  .ctx-sec7 .serviceslist .btn{
    
    padding: 0rem 1.75rem 0rem 0rem;
  }
  .ctx-sec7 .serviceslist .btn.collapsed{
    padding: 0rem 1.75rem 0rem 0rem;
  }

  .ctx-sec7 .serviceslist .btn::after{
    top:20%;
    right: 0;
    padding:10px;
    background-size: 35%;
  }

  .ctx-sec7 .serviceslist .card-header{
    padding: 1rem 0rem 0.5rem 0rem;
  }

  .ctx-sec7 .serviceslist .card-body{
    padding: 10px 30px 30px 0px;
  }
}

/* <> Section 8 <> */
.ctx-sec8{
  position: relative;
  background:url(images/bottom-bg.svg);
  background-size:cover;
  background-position: bottom;
  background-repeat: no-repeat;
  /* border-top: 1px solid #1E232E; */
}

.ctx-sec8 .subtitle{
  font-size: clamp(18px, 4vw, 42px);
  line-height: 120%;
  color:#ffffff;
  opacity: 0.8;
  font-weight: normal;
}

.ctx-sec8 .title{
  color: #ffffff;
  background: #FCB2A9;
  background: linear-gradient(to top right, #FCB2A9 10%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(42px, 8vw, 80px);
  line-height: 110%;
  font-weight: 500;
  
}


.ctx-sec8 a{
  width: 180px;
  display: inline-block;
  font-size: 22px;
  margin-top: -10px;
  -webkit-text-fill-color:#000000;
}
.ctx-sec8 a svg{
  top:12px;
}

.ctx-sec8 .ctx-sec-inner{
  padding:100px 0;
}

@media (max-width: 767px) {
  .ctx-sec8 .ctx-sec-inner{
    padding:30px 0 90px 0;
  }

  
}


@media (max-width: 1023px) {
  .homepage .ctx-sec1 {
    flex-direction: column;
    padding:0 0 20px;
    height: auto !important;
    min-height: auto !important;
    overflow: hidden;
  }
  .homepage .ctx-sec1 .ctx-sec-header {
    flex: 0 0 100%;
    max-width: 100%;
    order:1;
    text-align: center;
    
  }

  .homepage .ctx-sec1 .hero-cover img  {
    position: relative;
    margin:0 auto;
  }
  /* .homepage .ctx-sec2 {height: 100vh;} */
  .homepage .ctx-sec2 .ctx-sec2-caption {
    width: 95% !important;
  }
  .homepage .ctx-sec2 .ctx-sec2-caption h2 {margin-bottom: 24px !important;}

  .homepage .ctx-sec3 .ctx-sec-inner,
 
  .homepage .ctx-sec6 .ctx-sec-inner .ctx-parallax-bg {
    padding:50px 0;
  }
  .homepage .ctx-sec3 .intro-wrapper {
    flex-direction: column;
    margin:0 auto;
    width: 95%;
  }
  .homepage .ctx-sec3 .intro-wrapper [class*="col-"] {
    flex:0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .homepage .ctx-sec3 .intro-wrapper h3 {
    margin-bottom: 32px;
  }
  .homepage .ctx-sec4 .ctx-sec-header,
  .homepage .ctx-sec4 .ctx-serviceslist,
  .homepage .ctx-sec5 .ctx-sec-header {
    margin:0 auto 24px;
    width: 95%;
  }
  .homepage .ctx-sec4 .ctx-serviceslist .ctx-toggle-item {
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .homepage .ctx-sec4 .ctx-serviceslist .ctx-toggle-item .ctx-toggle-title:after {
    font-size: 2.5rem;
    top:22px;
    margin-top: 0;
  }
  .homepage .ctx-sec4 .ctx-serviceslist .ctx-toggle-item .ctx-toggle-title i {
    padding-right: 0;
    margin-right: 8px;
    min-width: 25px;
  }
  .homepage .ctx-sec4 .ctx-serviceslist .ctx-toggle-item .ctx-toggle-title i:after {
    display: none;
  }
  .homepage .ctx-sec4 .ctx-toggle-body {
    padding-left: 30px;
  }
  #home-section-client .ctx-carousel .crsl-item {
    width: 110px;
  }
  #home-section-client .ctx-carousel .crsl-item figure {
    width: 90%;
  }
  #home-section-client .ctx-carousel {
    margin-top:56px
  }
  #home-section-client .ctx-carousel .crsl-item figure img {
    width: inherit !important;
  }
  #home-section-client .ctx-carousel .owl-dot {
    margin-top: 40px;
  }
  .homepage .ctx-sec6 header {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homepage .ctx-sec6 .ctx-form-contact {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 720px) {
  .ctx-sec2 {
    background-attachment: unset !important;
    background-position: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .homepage .ctx-sec1 .hero-cover {
    margin-bottom: 56px;
    width: 80%;
  }
  .homepage .ctx-sec1 .hero-cover img{
    width: 70%;
  }
  .homepage .ctx-sec2 {min-height: 400px;}
  .homepage .ctx-sec2 .ctx-sec2-caption {
    width: 95% !important;
  }
  .homepage .ctx-sec3 .intro-wrapper {
    flex-direction: column;
    margin:0 auto;
    width: 95%;
  }
  #home-section-client .ctx-carousel .crsl-item {
    width: 200px;
  }
}


/* Custom Services Page
-------------------------------------------- */

.ctx-sec-service {
  margin-bottom: 100px;
}
.ctx-sec-service:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.ctx-sec-service .row .col-md-6:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ctx-sec-service:nth-child(odd) .row .col-md-6:nth-child(2) {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
}
.ctx-sec-service:nth-child(even) .row .col-md-6:nth-child(2) {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
}
.ctx-sec-service .ctx-img-wrapper {
  display: none;
}
.ctx-sec-service .ctx-img-wrapper.active {
  display: block;
}
.ctx-sec-service .ctx-thumb-link {
  flex-wrap: wrap;
}
.ctx-sec-service .ctx-thumb-link a {
  font-size: 18px;
  flex: 0 0 calc(50% - 17.5px);
  margin-right: 35px;
  margin-bottom: 30px;
  padding-right: 35px;
}
.ctx-sec-service .ctx-thumb-link a:hover {
  color: #56C148;
}
.ctx-sec-service .ctx-thumb-link a:nth-child(even) {
  margin-right:0;
}

/* .img-localization {
  background-image: url(images/services/img-localization.webp);
  background-position: center;
  position: relative;
} */

@media (max-width: 720px) {
  .ctx-services-page .ctx-sec1 .ctx-sec-header {
    max-width: 90%;
    width: 90%;
  }
  .ctx-sec-service {
    margin-bottom: 30px;
  }
  .ctx-sec-service .row {
    flex-direction: column;
  }
  .ctx-sec-service .row .col-md-6:nth-child(2) {
    padding: 20px !important;
  }
  .ctx-sec-service .ctx-thumb-link a {
    flex: 1 0 100%;
  }
}

/* Custom Section CTA
------------------------------------------------------ */
.ctx-sec-cta .ctx-col-grid-onehalf:last-child {
  display: flex;
  flex:1;
  justify-content: flex-end;
}

@media (max-width: 720px) {
  .ctx-sec-cta {
    text-align: center;
  }
  .ctx-sec-cta h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .ctx-sec-cta .ctx-col-grid-onehalf:last-child {
    justify-content: center;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ctx-sec-cta .ctx-d-flex {
    display: flex;
  }
  .ctx-sec-cta .ctx-col-grid-onehalf:first-child {
    flex:1 !important;
  }
  .ctx-sec-cta .ctx-col-grid-onehalf .col-grid-item {
    max-width: 80% !important;
  }
}

/* Custom Contact Us Page
--------------------------------------------------------- */
.ctx-contact-page{
  position: relative;
  background-image: url(images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}


.ctx-contact-page .bg-video {
  position: absolute;
  top: 0;
  right: 0;
  /* min-width: 100%; */
  /* min-height: 100%; */
  width: 40%;
  height: auto;
  object-fit: cover;
  z-index: 1;
  transform: translate(10%, -4%);
}

.ctx-contact-page .ctx-sec-header {
  flex: 0 0 80%;
  max-width: 80%;
  padding-top: 8%;
  padding-bottom: 8%;
}

.ctx-contact-page .ctx-sec-header .title {
  background: #FCB2A9;
  background: linear-gradient(to top right, #FCB2A9 38%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(34px, 8vw, 100px);
  line-height: 100%;
}

.ctx-contact-page .ctx-sec-header .subtitle {
  color: #ffffff;
  font-size: clamp(18px, 4vw, 28px);
  line-height: 120%;
}


.ctx-contact-page .contact-detail .title{
  font-style: normal;
  font-size: clamp(12px, 4vw, 24px);
  background:none;
  color: #ffffff;
  
}

.ctx-contact-page .contact-validation{
  color: #ffffff;
}

.ctx-contact-page .contact-detail .subtitle p{
  color: #ffffff;
  font-size: clamp(12px, 4vw, 16px);
  line-height: 120%;
}

.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
  max-width: 100% !important;
  
}
.ml-form-embedContainer{
  background: transparent;
}
.ml-form-embedWrapper .ml-form-embedBody{
  padding:0 !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input, select{
  background-color: transparent !important;
  font-family:  'LinearSans', arial, sans-serif !important;
  margin-bottom: 50px !important;
  box-shadow: 0;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea:focus,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow select:focus,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow select option{
  color: #000000 !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow button:hover{
  background-color: #d5a43d !important;
}


.ml-form-embedWrapper .ml-block-form .ml-field-group.ml-error label{
color: red !important;

}


.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox-radio-list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px; 
}


.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody  .ml-field-services label {
  margin-bottom:20px !important;
}

.custom-control.custom-checkbox {
  display: flex;
  align-items: center;
  flex: 0 0 auto; 
  width: auto; 
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox-radio-list .custom-control{
 
  
  background: transparent;
  font-size: clamp(12px, 4vw, 24px) !important;
  padding-left: 0 !important;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.custom-control-input {
  display: none;
  
}

.custom-control-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  top:22px !important;
  left: 15px !important;
  border-radius: 4px;
  background-color: transparent;
  vertical-align: middle;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-control-label::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  top:25px !important;
  left: 20px !important;
}

/* Checkmark icon */
.custom-control-input:checked + .custom-control-label::before {
  
  border-color: #b4abd8;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='purple' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.5l-3-3 1.4-1.4L6 7.7l5.6-5.6L13 3.5 6 10.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.custom-control-label::after{
  display: none !important;
}

#mlb2-28675350.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #FFD378 !important;
}

/* Label text styles */
.custom-control-label {
  font-size: clamp(12px, 4vw, 24px);
  color: white;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  padding: 20px 18px 20px 50px !important;
  border-radius: 6px;
  border:1px solid #B4ABD8;
}

/* Label color change on checked */
.custom-control-input:checked + .custom-control-label {
  background-color: #6442B2;
  color: #000; /* Text color when checked */
  border-radius: 4px;
  border-color: #6442B2;
  
}



.ml-form-embedWrapper .ml-block-form .ml-field-group label, .custom-checkbox-radio-list .custom-control .custom-control-label{
 font-weight: normal !important;
 color: #ffffff !important;
 opacity: 0.8;
 font-family:  'LinearSans', arial, sans-serif !important;
 font-size: clamp(12px, 4vw, 16px) !important;
 
}

.ctx-sec-form{
  padding-bottom: 5%;
}

.ml-form-successContent h4{
  color:#ffffff !important;
  font-size: clamp(16px, 4vw, 24px) !important;
  font-family:  'LinearSans', arial, sans-serif !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody{
  padding: 0px 0px 40px 0 !important;
  font-family:  'LinearSans', arial, sans-serif !important;
}
.ml-form-successContent p{
  color:#ffffff !important;
  font-family:  'LinearSans', arial, sans-serif !important;
  font-size: clamp(14px, 4vw, 16px) !important;
}

.ml-form-embedContainer .ml-form-embedWrapper{
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox-radio-list .custom-control{
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .ctx-contact-page .ctx-sec-header{
      flex: 0 0 70%;
      max-width: 70%;
      padding-top: 3%;
      position: relative;
  }
}


/* Our Works
--------------------------------------------- */

.ctx-sec-portfolio .ctx-sec-header {
  max-width: 440px;
  margin-bottom: 60px;
}
.ctx-sec-portfolio .caf-post-layout-container {
  padding-top: 0 !important;
}
.ctx-sec-portfolio .caf-filter-container {
  display: flex;
  padding-bottom: 50px !important;
}
.ctx-sec-portfolio .caf-filter-container li {
  margin: 0 30px 0 0 !important;
}
.ctx-sec-portfolio .caf-filter-container li a {
  background-color: transparent !important;
  color: rgba(255,255,255, .85) !important;
  font-size: 18px !important;
  /* font-weight: 400 !important; */
  margin:0;
  padding:0 0 8px;
  min-width: 200px;
  display: block;
  border-bottom: solid 1px #707070;
  border-radius: 0 !important;
  text-align: left;
  transition: all .25s ease;
}
.ctx-sec-portfolio .caf-filter-container li a:hover {
  transform: scale(1) !important;
  border-bottom: solid 3px var(--primary-green);
}
.ctx-sec-portfolio .caf-filter-container li a.active {
  /* font-weight: 600 !important; */
  border-bottom: solid 3px var(--primary-green);
}
.ctx-sec-portfolio .caf-row {
  padding:0 !important;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: space-between;
}
.ctx-sec-portfolio .caf-row article {
  max-width: 530px !important;
  box-shadow: none !important;
}
.ctx-single-portfolio .ctx-sec-masthead .content-title {
  max-width: 400px;
}
.ctx-sec-portfolio .caf-row article a {
  max-height: 500px;
  display: block;
  overflow: hidden;
}

.ctx-sec-portfolio .caf-row article .caf-featured-img-box {
  height: 500px !important;
}
.ctx-sec-portfolio .caf-row article .caf-featured-img-box:hover {
  transform: scale(1.05) !important;
}
.ctx-sec-portfolio .caf-row article #manage-post-area {
  position: relative !important;
  display: flex;
  flex-direction: column;
  background-image: none !important;
  padding: 30px 20px !important;
}
.ctx-sec-portfolio .caf-row article .caf-meta-content-cats {
  order:1 !important;
}
.ctx-sec-portfolio .caf-row article .caf-meta-content-cats li a {
  color: rgba(255,255,255, .8) !important;
  font-size: 16px !important;
  margin:0 5px 0 0 !important;
  padding:0 !important;
  text-transform: capitalize !important;
  pointer-events: none;
  cursor: default;
}
.ctx-sec-portfolio .caf-row article .caf-meta-content-cats li a:after {
  content:',';
}
.ctx-sec-portfolio .caf-row article .caf-meta-content-cats li:last-child a:after {
  content:'';
}
.ctx-sec-portfolio .caf-row article .caf-meta-content {
  display: none;
}
.ctx-sec-portfolio .caf-row article .caf-post-title a {
  color: var(--light-primary) !important;
  font-size: 28px !important;
  height: unset !important;
}
.ctx-sec-portfolio .caf-row article .caf-post-title {
  margin-bottom: 10px !important;
}
.ctx-sec-portfolio .caf-pagination .page-numbers {
  background-color: transparent !important;
  color: var(--light-primary) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.ctx-sec-portfolio .caf-pagination .page-numbers.current {
  color: var(--light-primary) !important;
  background-color: var(--primary-green) !important;
  border-radius: 50% !important;
}
@media (min-width:768px) and (max-width: 1023px) {
  .caf-filter-container {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .ctx-sec-portfolio .caf-filter-container li a {
    min-width:150px !important;
  }
  .ctx-sec-portfolio .caf-row article .caf-featured-img-box {
    height: 330px !important;
  }
}
@media (max-width: 720px) {
  .ctx-sec-portfolio .ctx-sec-header {
    margin-bottom: 40px;
  }
  .ctx-sec-portfolio .caf-row {
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }.ctx-sec-portfolio .caf-row article {
    margin: 0 !important;
    max-width: 370px !important;
  }
  .ctx-sec-portfolio .caf-row article #manage-post-area {
    padding-left: 0 !important;
  }
  .ctx-sec-portfolio .caf-row article .caf-featured-img-box {
    height: 350px !important;
  }
  .ctx-sec-portfolio .caf-row article .caf-post-title {
    padding:0 !important
  }
  .caf-filter-container {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .ctx-sec-portfolio .caf-filter-container {
    padding-bottom: 20px !important;
  }
  .ctx-sec-portfolio .caf-filter-container li {
    margin-right: 20px !important;
  }
  .ctx-sec-portfolio .caf-filter-container li a {
    min-width: 140px !important;
  }
}


/* Single Page : Our Works
--------------------------------------------- */

.ctx-single-portfolio .ctx-sec-masthead {
  background-color: var(--bg-dark);
  display: flex;
  min-height: calc(100vh - 100px);
}
.ctx-single-portfolio .ctx-sec-masthead .col-grid-item {
  flex: 0 0 50%;
}
.ctx-single-portfolio .ctx-sec-masthead .masthead-image {
  position: absolute;
  right: 0;
  width: 50%;
}
.ctx-single-portfolio .ctx-sec-masthead .masthead-image .image {
  max-height: calc(100vh - 100px);
}
.ctx-single-portfolio .ctx-sec-masthead .masthead-content {
  max-width: 450px;
  height: 100%;
  display: flex;
  align-items: center;
}
.ctx-single-portfolio .ctx-sec-masthead .contents {
  margin-bottom: 20px;
}
.ctx-single-portfolio .ctx-sec-masthead .content-row {
  display: flex;
}
.ctx-single-portfolio .ctx-sec-masthead .content-row .content-client {
  flex:0 0 70%;
}
.ctx-single-portfolio .ctx-sec-masthead .masthead-content .content-attribute span {
  color: var(--primary-green);
  font-size: 14px;
  font-family: 'Nexa-Extra-Bold';
  display: block;
  margin:0 5px 0 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ctx-single-portfolio .ctx-sec-masthead .masthead-content .ctx-link {
  text-transform: uppercase;
  font-family: 'Nexa-Black';
  color: var(--light-primary);
  letter-spacing: 3px;
}
.ctx-single-portfolio .ctx-sec-masthead .masthead-content .ctx-link svg {
  fill:var(--light-primary);
}
.ctx-single-portfolio .ctx-sec-masthead .masthead-content h1 {
  color: var(--light-primary);
  display: block;
  font-size: 42px;
  font-family: 'Nexa-Black';
  line-height: 48px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.ctx-single-portfolio .ctx-sec-main-content .elementor-widget-wrap {
  padding:0 !important;
}
.ctx-single-portfolio .ctx-sec-main-content .elementor h1,
.ctx-single-portfolio .ctx-sec-main-content .elementor h2,
.ctx-single-portfolio .ctx-sec-main-content .elementor h3,
.ctx-single-portfolio .ctx-sec-main-content .elementor h4,
.ctx-single-portfolio .ctx-sec-main-content .elementor h5,
.ctx-single-portfolio .ctx-sec-main-content .elementor h6 {
  color: var(--light-primary);
}
.ctx-single-portfolio .ctx-sec-main-content .elementor p {
  color: rgba(255,255,255, .9);
}
.ctx-single-portfolio .post-attributes {
  margin-top: 100px !important;
  /* margin-bottom: 100px !important; */
}
.ctx-single-portfolio .post-attributes .social-media li a:after {
  background: url(images/icon-social-shares-bg-dark.svg) no-repeat;
}
.ctx-single-portfolio .ctx-main-portfolio {
  display: flex;
}
.ctx-single-portfolio .ctx-main-portfolio .ctx-col-wrapper-portfolio {
  flex:0 0 50%;
  padding:30px;
  position: relative !important;
  left: unset !important;
  top:unset !important;
  transform: unset !important;
}
.ctx-wrapper-portfolio {
  flex-direction: column;
}
.ctx-wrapper-portfolio .rsc-contents {
  padding:30px 20px;
}
.ctx-wrapper-portfolio .rsc-images img {
  transform: scale(1);
  transition: all .25s ease;
}
.ctx-wrapper-portfolio .rsc-images:hover img {
  transform: scale(1.05);
}
.ctx-wrapper-portfolio .rsc-title {
  color: var(--light-primary);
  font-size: 28px;
  font-family: 'Nexa-Extra-Bold';
  margin:0 0 15px;
}
.ctx-wrapper-portfolio .rsc-tags p  {
  color: rgba(255,255,255, .8);
  font-size: 16px;
}
.ctx-bg-dark .post-attributes .date-title {
  color: var(--light-primary);
}
.ctx-bg-dark .post-attributes .date-content {
  color: rgba(255,255,255, .8);
}
@media (min-width:768px) and (max-width: 1023px) {

}
@media (max-width:720px) {

  .ctx-single-portfolio .ctx-sec-masthead {
    flex-direction: column;
    min-height: calc(100vh - 130px) !important;
  }
  .ctx-single-portfolio .ctx-sec-masthead .col-grid-item:nth-child(1) {
    order:1;
  }
  .ctx-single-portfolio .ctx-sec-masthead .masthead-image {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .ctx-single-portfolio .ctx-sec-masthead .masthead-content h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .ctx-single-portfolio .ctx-sec-masthead .masthead-content .content-attribute span {
    font-size: 12px !important;
  }
  .ctx-single-portfolio .ctx-sec-main-content .elementor-widget-image img {
    object-fit: cover;
    height: 350px;
  }
  .ctx-single-portfolio .ctx-main-portfolio {
    flex-direction: column;
  }
  .ctx-single-portfolio .ctx-main-portfolio .ctx-col-wrapper-portfolio {
    padding: 15px 10px;
  }
  .ctx-single-portfolio .ctx-main-portfolio .ctx-col-wrapper-portfolio {
    padding: 10px !important;
  }
  .ctx-wrapper-portfolio .rsc-contents {
    padding:20px 0 !important;
  }
  .ctx-wrapper-portfolio .rsc-title {
    font-size: 24px !important;
  }
  .ctx-single-post .post-attributes {
    align-items: flex-end !important;
    margin-top: 50px !important;
    margin-bottom: 20px;
  }
}

/* About Us Page
---------------------------------------------- */

.ctx-about-page .ctx-sec-intro .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ctx-about-page .ctx-sec-intro .image-wrapper img {
    width: 80%;
    top: -100px;
    position: absolute;
}
.ctx-about-page .ctx-values {
  margin-top: 100px;
}
.ctx-about-page .ctx-values .wrapper-value {
  min-height: 500px;
  max-width: 1100px;
}
.ctx-about-page .ctx-values .wrapper-value .ctx-sec-inner{
  max-width: 70%;
  padding-left: 60px;
}
.ctx-about-page .ctx-values .wrapper-img-value .image {
  /* background: url(images/img-value-about-us.webp);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center 0; */

  position: absolute;
  right: 60px;
  width: 650px;
  height: auto;
  max-width: 630;
  max-height: 700px;
  overflow: hidden;
  top: 55%;
  transform: translate(0,-50%);
}
.ctx-about-page .ctx-values .wrapper-img-value .image img {
  width: 100%;
  height: auto;
}
@media (max-width:720px) {
  .ctx-about-page .ctx-values {
    margin-top: 30px;
  }
  .ctx-about-page .ctx-values .ctx-d-flex {
    display: flex;
    flex-direction: column;
  }
  .ctx-about-page .ctx-values .wrapper-value .ctx-sec-inner {
    max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
  .ctx-about-page .ctx-values .wrapper-value ul {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    padding-left: 10% !important;
  }
  .ctx-about-page .ctx-values .wrapper-value ul li:last-child {
    margin-bottom: 0;
  }
  .ctx-about-page .ctx-values .wrapper-img-value {
    background-color: var(--bg-black);
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .ctx-about-page .ctx-values .wrapper-img-value .image {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    width: 100%;
    max-width: unset;
    max-height: unset;
  }
}
@media (min-width:768px) and (max-width: 1023px) {
  .ctx-about-page .ctx-values {
    margin-top: 50px;
  }
  .ctx-about-page .ctx-values .wrapper-value .ctx-sec-inner {
    max-width: unset;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }
  .ctx-about-page .ctx-values .wrapper-img-value {
    background-color: var(--bg-black);
    padding-top: 10px;
    padding-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ctx-about-page .ctx-values .wrapper-value ul {
    max-width: 100% !important;
  }
  .ctx-about-page .ctx-values .wrapper-img-value .image {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    width: 100%;
    max-width: unset;
    max-height: unset;
  }
  .ctx-teams, .ctx-sec-spotify,
  .ctx-sec-join-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ctx-sec-spotify .row,
  .ctx-sec-join-us .row {
    flex-direction: column;
  }
  .ctx-sec-spotify p br {
    display: none;
  }
  .ctx-sec-spotify .wrapper-spotify {
    padding-left: 15px !important;
  }
  .ctx-sec-spotify header .ctx-btn-secondary {
    display: none !important;
  }
  .ctx-sec-join-us .col-md-12:first-child {
    order:1;
  }
  .ctx-sec-join-us .image {
    width: 80%;
  }
}

@media (min-width:1920px) {
  .ctx-about-page .ctx-values .wrapper-value {
    max-width: 1350px;
  }
  .ctx-about-page .ctx-values .wrapper-value .ctx-sec-inner{
    max-width: 850px;
    padding-left: 300px;
  }
}
.ctx-about-page .ctx-values .wrapper-value ul {
  list-style-image: url('images/icon-arrow.svg');
  max-width: 550px;
  margin-top: 50px;
  padding-left: 6%;
}
.ctx-about-page .ctx-values .wrapper-value ul li::marker{
  margin-top: 5px;
}
.ctx-about-page .ctx-values .wrapper-value ul li p {
  margin-left: 8px;
}
.ctx-teams .ctx-slider-wrapper {
  padding-left: 5%;
}
.ctx-teams .ctx-flip-item .ctx-flip-item-front,
.ctx-teams .ctx-flip-item .ctx-flip-item-back {
  backface-visibility: hidden;
  color: var(--dark-primary);
  min-height:350px;
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
}
.ctx-teams .ctx-flip-item .ctx-flip-item-front {
  background-color: var(--light-primary);
  overflow: hidden;
}
.ctx-teams .ctx-flip-item .ctx-flip-item-front .image {
  height: 250px;
}
.ctx-teams .ctx-flip-item .ctx-flip-item-front .image img {
  top:-12px;
  width:100%;
  height: auto;
}
.ctx-teams .ctx-flip-item .ctx-flip-item-front .desc {
  padding:24px;
}
.ctx-teams .ctx-flip-item .title {
  color: var(--dark-primary) !important;
  font-size: 22px;
  margin-bottom: 8px;
}
.ctx-teams .ctx-flip-item p {
  color: var(--dark-secondary);
  font-size: 14px;
  margin-bottom: 0;
}

/* CTX Team V2 */
.ctx-teams-list {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ctx-teams-list .team-list {
  width: calc(100% / 4);
  text-align: center;
  margin-bottom: 60px;
}
.ctx-teams-list .team-list .team-list-pics {
  margin-bottom: 15px;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 97%;
}
.ctx-teams-list .team-list .team-list-pics::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255,255,255, 0.3);
  transition: all .4s;
}
  .ctx-teams-list .team-list.team-jermaine .team-list-pics::after { background: #9ACBD3; }
  .ctx-teams-list .team-list.team-janette .team-list-pics::after { background: #E0E06D; }
  .ctx-teams-list .team-list.team-chiara .team-list-pics::after { background: #B7D79C; }
  .ctx-teams-list .team-list.team-andreas .team-list-pics::after { background: #FBDEDE; }
  .ctx-teams-list .team-list.team-yarni .team-list-pics::after { background: #88BBAA; }
  .ctx-teams-list .team-list.team-kareyst .team-list-pics::after { background: #FBDEDE; }
  .ctx-teams-list .team-list.team-chloe .team-list-pics::after { background: #F59598; }
  .ctx-teams-list .team-list.team-ban .team-list-pics::after { background: #F1ED8C; }
  .ctx-teams-list .team-list.team-putra .team-list-pics::after { background: #B3B4D8; }
  .ctx-teams-list .team-list.team-biyan .team-list-pics::after { background: #88BBAA; }
  .ctx-teams-list .team-list.team-sisco .team-list-pics::after { background: #F8B2BC; }
  .ctx-teams-list .team-list.team-hengky .team-list-pics::after { background: #FEBD7D; }
  .ctx-teams-list .team-list.team-akbar .team-list-pics::after { background: #A6C7EA; }
  .ctx-teams-list .team-list.team-aditya .team-list-pics::after { background: #F1ED8C; }
  .ctx-teams-list .team-list.team-june .team-list-pics::after { background: #A9DAD1; }

.ctx-teams-list .team-list .team-list-pics img {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  transition: all .4s;
}
.ctx-teams-list .team-list .team-list-pics img.team-list-pics-second {
  visibility: none;
  opacity: 0;
}
.ctx-teams-list .team-list:hover .team-list-pics img.team-list-pics-first {
  visibility: none;
  opacity: 0;
}
.ctx-teams-list .team-list.team-list-no-anim:hover .team-list-pics img.team-list-pics-first {
  visibility: visible !important;
  opacity: 1 !important;
}
.ctx-teams-list .team-list:hover .team-list-pics img.team-list-pics-second {
  visibility: visible;
  opacity: 1;
}
.ctx-teams-list .team-list.team-list-no-anim:hover .team-list-pics img.team-list-pics-second {
  visibility: none !important;
  opacity: 0 !important;
}
.ctx-teams-list .team-list:hover .team-list-pics::after {
  height: 55%;
}
.ctx-teams-list .team-list.team-list-no-anim:hover .team-list-pics::after {
  height: 0 !important;
}

/* OWL Control */
.ctx-teams .owl-controls {
  position: absolute;
  top: -125px;
  right: 5%;
}
.owl-controls .owl-nav [class*=owl-] {
  color: #FFFFFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  opacity: .3;
  transition: .3s ease;
}
.owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 1;
  background: transparent;
}
.owl-controls .owl-nav .owl-prev:before {
  content: '';
  background: url(images/icon-prev.svg) no-repeat center;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  transform: scale(1.5);
}
.owl-controls .owl-nav .owl-next:before {
  content: '';
  background: url(images/icon-next.svg) no-repeat center;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  transform: scale(1.5);
}
.ctx-sec-spotify {
  background: url('images/bg-spotify.png') no-repeat center;
  background-size: cover;
}
.ctx-sec-spotify .ctx-sec-header {
  padding-right: 5%;
}
.ctx-sec-spotify .wrapper-spotify {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left:10%;
}
.ctx-sec-spotify .wrapper-spotify iframe {
  border:solid 2px var(--light-primary);
}
.ctx-sec-spotify header .ctx-btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ctx-sec-join-us .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctx-sec-join-us .image img {
  max-width: 450px;
  width: 100%;
}

/* .eael-elements-flip-box-container:not(.eael-template) {
  height:380px !important;
  min-height: 350px;
  border-radius: 6px;
}
.eael-elements-flip-box-front-container,
.eael-elements-flip-box-rear-container {
  align-items: flex-start !important;
  background-color: #FFFFFF !important;
}
.eael-elements-flip-box-padding {
  padding:0 !important;
}
.eael-elements-flip-box-icon-image {
  height: 260px;
  max-height: 260px;
}
.eael-elements-flip-box-icon-image img {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  height: 100% !important;
  object-fit: cover;
}
.eael-elements-flip-box-heading {
  color: #111111 !important;
  font-size: 24px !important;
}
.eael-elements-flip-box-front-container
.eael-elements-flip-box-heading {
  padding:8px 20px 16px;
}
.eael-elements-flip-box-rear-container
.eael-elements-flip-box-heading {
  padding:30px 20px 16px;
}
.eael-elements-flip-box-content {
  color: #444444 !important;
  margin-top: -40px !important;
  padding: 0 20px;
}

.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover
.eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
  transform: unset !important;
  -webkit-transform: unset !important;
}

 h2.elementor-heading-title {
  color: #ffffff !important;
  font-family: Nexa-Extra-Bold !important;
  font-size: 34px;
  line-height: 130%;
} */
@media (max-width:720px) {
  .ctx-about-page .ctx-sec-intro .ctx-sec-header {
    margin-bottom:24px;
  }
  .ctx-about-page .ctx-sec-intro .image-wrapper {
    justify-content: center;
    margin: 40px 0 10px;
  }
  .ctx-about-page .ctx-sec-intro .image-wrapper img {
    top: 0;
    position: relative;
  }
  .ctx-teams, .ctx-sec-spotify {
    padding: 40px 0 !important;
  }
  .ctx-teams .ctx-card-item,
  .ctx-teams .ctx-card-item .ctx-flip-item {
    width: 250px !important;
  }
  .ctx-teams .ctx-flip-item .ctx-flip-item-front,
  .ctx-teams .ctx-flip-item .ctx-flip-item-back {
    min-height: 350px;
  }
  .ctx-teams .ctx-flip-item .ctx-flip-item-front .image img {
    top:0;
    height: 100%;
  }
  .ctx-teams .ctx-flip-item .title {
    font-size: 18px;
  }
  .ctx-teams .owl-controls {
    top: -195px;
  }
  .ctx-teams-list .team-list {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }
  .ctx-teams-list .team-list .team-list-title .ctx-font-l {
    font-size: 1.2em;
  }
  .ctx-teams-list .team-list .team-list-title .ctx-font-xs {
    font-size: 0.750em;
    line-height: 120%;
  }
  .owl-controls .owl-nav .owl-prev:before,
  .owl-controls .owl-nav .owl-next:before {
    width: 24px;
    transform: scale(1.3);
  }
  .ctx-sec-spotify .ctx-sec-header {
    padding-right: 0;
  }
  .ctx-sec-spotify .ctx-sec-header .ctx-btn-secondary {
    display: none;
  }
  .ctx-sec-spotify .wrapper-spotify {
    padding-left:15px;
  }

  .ctx-sec-join-us .intro-wrapper .col-sm-6:first-child {
    order:1;
  }
  .ctx-sec-join-us h3 {
    font-size: 24px;
  }
  .ctx-sec-join-us p {
    font-size: 16px;
  }
  .ctx-sec-join-us .image {
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .ctx-sec-join-us .image img {
    max-width: 250px;
  }
}
@media (min-width:768px) and (max-width: 1023px) {
  .ctx-about-page .ctx-sec-intro .ctx-sec-header {
    margin-bottom:40px;
  }
  .ctx-about-page .ctx-sec-intro .image-wrapper {
    justify-content: center;
  }
  .ctx-about-page .ctx-sec-intro .image-wrapper img {
    top: 0;
    position: relative;
  }
  .ctx-about-page .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .ctx-teams .ctx-slider-wrapper{
    padding-left: 15.5%;
  }
  .ctx-teams .owl-controls {
    right: 15.5%;
  }
}
@media (min-width: 2560px) {
  .ctx-teams .ctx-slider-wrapper{
    max-width: 1300px;
    margin-left:auto;
    margin-right: auto;
    padding-left: 0;
  }
  .ctx-teams .owl-controls {
    right: 0;
  }
}

/* Resources Page
---------------------------------------------- */

.ctx-resources-page .ctx-empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 110px);
  padding: 0 20px;
}
.ctx-resources-page .ctx-empty-state .image {
  margin-bottom: 16px;
}
.ctx-resources-page .ctx-empty-state .image img {
  width: 50%;
}
.ctx-resources-page .ctx-sec-header {
  flex: 0 1 30%;
  margin-top:15px;
}
.ctx-resources-page .ctx-wrapper-featured {
  flex: 0 1 70%;
  padding-left: 80px;
}
.ctx-resources-page .ctx-wrapper-featured .ctx-wrapper-resources {
  padding:30px 25px;
}
.ctx-resources-page .ctx-wrapper-resources {
  background-color: var(--bg-light);
}
.ctx-resources-page .ctx-wrapper-featured .ctx-wrapper-resources .rsc-images {
  min-width: 350px !important;
  height: 280px !important;
  margin-right: 30px;
}
.ctx-resources-page .ctx-wrapper-resources .rsc-images {
  min-width: 100%;
  height: 220px;
  overflow: hidden;
}
  .ctx-resources-page .ctx-wrapper-resources .rsc-images img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  transition: all .3s ease;
}
.ctx-resources-page .ctx-wrapper-resources .rsc-title {
  color: var(--dark-primary) !important;
  font-family: Nexa-Extra-Bold;
}
.ctx-resources-page .ctx-sec-main-content {
  background-color: var(--bg-grey);
  margin-top: -60px;
  padding:160px 0 120px;
}
.ctx-resources-page .ctx-sec-main-content .ctx-wrapper-tags {
  display: flex;
  margin-bottom:0;
}
.ctx-resources-page .ctx-sec-main-content .ctx-wrapper-tags .tags {
  margin-right: 10px;
  margin-bottom: 0;
  transition: all .3s ease;
}
.ctx-resources-page .ctx-sec-main-content .ctx-wrapper-tags .tags.featured {
  display: none;
}
.ctx-resources-page .ctx-sec-main-content .ctx-wrapper-tags .tags:hover {
  font-weight: bold;
}
.ctx-resources-page .ctx-main-resources {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.ctx-resources-page .ctx-main-resources .ctx-col-wrapper-resources {
  flex: 0 0 33.3%;
  margin-top:30px;
  padding: 0 15px;
  position:  relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
}
.ctx-resources-page .ctx-main-resources .ctx-wrapper-resources {
  flex-direction: column;
}
.ctx-resources-page .ctx-main-resources .ctx-wrapper-resources .rsc-contents {
  padding:25px 25px 30px;
}
.ctx-resources-page .ctx-main-resources .ctx-wrapper-resources .rsc-contents .rsc-tags img {
  margin-right: 8px;
  margin-top: -6px;
}
.ctx-resources-page .ctx-main-resources .ctx-wrapper-resources:hover {
  text-decoration: none !important;
}
.ctx-resources-page .ctx-main-resources .ctx-wrapper-resources:hover .rsc-images img {
  transform: scale(1.05);
}
.ctx-resources-page .ctx-main-resources .ctx-wrapper-resources:hover .rsc-contents .rsc-title{
  text-decoration: underline !important;
}
.ctx-resources-page .ctx-main-resources .ctx-wrapper-resources .rsc-contents a.ctx-link {
  color: var(--light-accent) !important;
}
.ctx-resources-page .ctx-main-resources .ctx-wrapper-resources .rsc-contents a.ctx-link:hover {
  color: var(--primary-green) !important;
}
.ctx-resources-page .ctx-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.ctx-single-resource {
  background-color: white;
}
.ctx-single-resource .image {
  max-height: 500px;
}
.ctx-single-resource .ctx-sec-intro .ctx-sec-header {
  text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.ctx-sec-content .elementor p {
  color: var(--dark-secondary);
}
.ctx-sec-content .elementor-heading-title{
  color: var(--dark-primary) !important;
  font-family: Nexa-Bold;
}
.ctx-single-post .post-attributes {
  padding: 0 10px;
  display: flex;
  align-items: center ;
  margin-top: 50px;
  padding-bottom: 15px;;
  border-bottom: solid 1px #DEDEDE;
}
.ctx-single-post .social-media{
  margin-left: auto;
}
.ctx-single-post .social-media ul {
  display: flex;
  margin-bottom: 0;
}
.ctx-single-post .social-media ul li {
  margin-bottom: 0;
  margin-left: 8px;
}
.ctx-single-post .social-media li a {
  display: inline-block;
  width: 30px;
  height: fit-content;
  text-indent: 500px;
  overflow: hidden;
  position: relative;
}
.ctx-single-post .social-media li a:after {
  content: '';
  position: absolute;
  background: transparent url(images/icon-social-shares.svg) no-repeat;
  top:0;
  left: 0;
  width: 18px;
  height: 18px;
  background-size: 72px 36px;
  transform: scale(1.2);
  transition: all .25s ease;
}
.ctx-single-post .social-media li.icon-email a:after {background-position: 0 0;}
.ctx-single-post .social-media li.icon-facebook a:after {background-position: -18px 0; transform: scale(1.2);}
.ctx-single-post .social-media li.icon-twitter a:after {background-position: -54px 0;transform: scale(1.2);}
.ctx-single-post .social-media li.icon-linkedin a:after {background-position: -36px 0;transform: scale(1.2);}
.ctx-single-post .social-media li.icon-email a:hover:after {background-position: 0 -18px;}
.ctx-single-post .social-media li.icon-facebook a:hover:after {background-position: -18px -18px;}
.ctx-single-post .social-media li.icon-twitter a:hover:after {background-position: -54px -18px;}
.ctx-single-post .social-media li.icon-linkedin a:hover:after {background-position: -36px -18px;}

.ctx-single-resource .ctx-main-resources .ctx-wrapper-resources .rsc-contents {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ctx-single-resource .ctx-sec-cta {
  margin-top:120px;
}
@media (max-width: 720px) {
  .ctx-wrapper-intro {
    flex-direction: column;
  }
  .ctx-resources-page .ctx-empty-state .image .lottie{
    height: unset !important;
    width: unset !important;
  }
  .ctx-resources-page .ctx-wrapper-featured .ctx-wrapper-resources .rsc-images {
    min-width: 100% !important;
    height: 250px !important;
  }
  .ctx-resources-page .ctx-wrapper-featured {
    padding-left: 0;
  }
  .ctx-resources-page .ctx-wrapper-featured .ctx-wrapper-resources {
    flex-direction: column;
  }
  .ctx-resources-page .ctx-sec-main-content .ctx-wrapper-tags {
    white-space: nowrap;
    overflow: scroll;
  }
  .ctx-resources-page .ctx-sec-main-content {
    padding-top:110px !important;
  }
  .ctx-resources-page .ctx-main-resources {
    margin-top:-30px;
  }
  .ctx-resources-page .ctx-main-resources .ctx-col-wrapper-resources {
    flex: 0 1 100%;
  }
}
@media (min-width:1440px) {
  .ctx-resources-page .ctx-empty-state {
    min-height: calc(100vh - 180px);
  }
  .ctx-resources-page .ctx-empty-state .image img {
    width: 70%;
  }
}

/* Privacy Policy Page
---------------------------------------------- */

.privacy-policy .post {
  max-width: 960px;
  margin:0 auto;
}
.privacy-policy .post p,
.privacy-policy .post ul li {
  font-size: 14px;
  line-height: 160%;;
  color: var(--dark-secondary);
  margin-bottom: 15px;
}
.privacy-policy .post ul {
  padding-left:5%;
  margin-bottom: 10px;
}
.privacy-policy .post ul li {
  list-style: disc !important;
  margin-bottom: 5px;
}

/* Section 404 Page
---------------------------------------------- */

.ctx-sec-404 {
  height: calc(100vh - 32px);
  max-height: 100vh;
  justify-content: center;
  align-items: center;
}

.ctx-sec-404 .col-md-6 {
  height: 50vh;
}
.ctx-sec-404 .col-md-6:first-child {
  height: unset;
}

.ctx-sec-404 .ctx-logo-wrapper {
  display: inline-block;
  margin-bottom: 80px;
  position: relative;
}
.ctx-sec-404 .ctx-logo-wrapper img {
  width: 140px;
}
.ctx-sec-404:before {
  content:'';
  background: url('images/ctx-404-ill-head.png');
  position: absolute;
  top: -32px;
  left: calc(50% + 5px);
  width: 130px;
  max-width: 130px;
  height: 140px;

  transform: translateY(-30px);
  opacity: 1;
  /* visibility: hidden; */
  transition-duration: .5s;
}
.ctx-sec-404.anima-initiate:before {
  transform: none;
  visibility: visible;
  opacity: 1;
  transition-delay: .6s;
}
.ctx-sec-404 .ctx-404-image {position:relative; display: flex;}
.ctx-sec-404 .ctx-404-image .image {
  display: flex;
  align-items: flex-end;
}
.ctx-sec-404 .ctx-404-image img {
  max-width: 415px;
  width: 100%;
}

@media (max-width: 720px) {
  .ctx-sec-404 {padding:0 !important}
  .ctx-sec-404 .col-md-6 {height: unset !important;}
  .ctx-sec-404:before {
    display: none;
  }
  .ctx-sec-404 .ctx-logo-wrapper {
    margin-bottom: 60px;
  }
  .ctx-sec-404 .ctx-logo-wrapper img {
    max-width: 200px;
  }
  .ctx-sec-404 .ctx-404-image {margin-top:15%}
  .ctx-sec-404 .ctx-404-image img {width: 90%;}
}

@media (max-width: 1023px) {
  .ctx-sec-404 {
    height: calc(100vh - 46px);
    display: flex;
    flex-direction: column;
  }
  .ctx-sec-404 .col-md-6 {
    height: 50vh;
    max-width: 100%;
    width: 100%;
  }
  .ctx-sec-404:before {
    display: none;
  }
  .ctx-sec-404 .ctx-404-image {
    align-items: center;
  }
}

/* Career Page
---------------------------------------------- */

.ctx-career-page .intro-job-avail {
  padding: 50px 40px;
  width: fit-content;
}
.ctx-career-page .wrapper-intro-job-avail {
  display: flex;
  justify-content: flex-end;
}
.ctx-career-page .intro-job-avail .jobs {
  padding:0 30px;
}
.ctx-career-page .intro-job-avail .jobs:first-child {
  border-right: solid 1px rgba(255,255,255, .5);
}
.ctx-career-page .ctx-benefits {
  margin-top:325px;
  min-height: fit-content;
  position: relative;
  padding-bottom:120px;
}
.ctx-career-page .ctx-benefits .wrapper-image {
  /* background: url(images/career/img-2.png); */
  height: 450px;
  max-width: 1600px;
  width: 95%;
  overflow: hidden;
  top: -200px;
  position: absolute;
}
.ctx-career-page .ctx-benefits .wrapper-image img{
  object-fit: cover;
  height: 100%;
}
.ctx-career-page .ctx-benefits .wrapper-benefits {
  padding-top: 350px;
}
.ctx-career-page .ctx-benefits .wrapper-benefits .ctx-sec-header {
  margin-bottom: 80px;
}
.ctx-career-page .ctx-benefits .wrapper-benefits .row {
  margin-bottom: 40px;
}
.ctx-career-page .ctx-benefits .wrapper-benefits .wrapper-list-benefit {
  padding:0;
}
.ctx-career-page .ctx-benefits .wrapper-benefits .wrapper-list-benefit .d-flex{
  max-width: 425px;
}
.ctx-career-page .ctx-benefits .wrapper-benefits .row .wrapper-list-benefit:last-child {
  display: flex;
  justify-content: flex-end;
}
.ctx-career-page .ctx-benefits .wrapper-benefits .row .wrapper-list-benefit .icon {
  flex:0 1 15%;
  margin-top:2px;
}
.ctx-career-page .ctx-sec-discover {
  min-height: 500px;
  position: relative;
  display: none;
}
.ctx-career-page .ctx-sec-discover .wrapper-offset {
  position: absolute;
  top:-400px;
  width: 100%;
}
.ctx-career-page .ctx-sec-discover .wrapper-images {
  margin-top: 60px;
}
.ctx-career-page .ctx-sec-discover .wrapper-image  {
  padding:20px 10px 10px;
  height: 300px;
  overflow: hidden;
}
.ctx-career-page .ctx-sec-discover .wrapper-images .d-flex  {
  flex-wrap: wrap;
}
.ctx-career-page .ctx-sec-discover .wrapper-image.w-25  {
  width: 25%;
}
.ctx-career-page .ctx-sec-discover .wrapper-image.w-50  {
  padding-bottom: 0;
}
.ctx-career-page .ctx-sec-job-list {
  min-height: 800px;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list {
  max-width: 1000px;
  margin: 80px auto 0;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .country-tab {
  max-width: 200px;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .country-tab .nav-item .nav-link{
  padding: 15px 20px;
  background-color: var(--bg-light);
  border-radius: 0;
  color: var(--dark-secondary);
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .country-tab .nav-item .nav-link.active {
  background-color: #f2f2f2;
  border-left: solid 5px var(--primary-green);
  color: var(--dark-primary);
  font-family: Nexa-Extra-Bold;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-item:first-child {
  border-top:solid 1px #dddddd;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-item .ctx-toggle-title:after {
  top:25px;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-body {
  margin-top: 20px;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-body p {
  margin-bottom: 0;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-body ol,
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-body ul {
  list-style: inherit;
  padding-left: 24px;
  margin-top: 8px;
}
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-body ol li,
.ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-body ul li {
  margin-bottom: 4px;
}

@media (max-width: 720px) {
  .ctx-career-page .wrapper-intro-job-avail {
    display: unset;
    justify-content: unset;
    margin-top: 30px;
  }
  .ctx-career-page .intro-job-avail {
    padding: 30px 0;
    width: 100%;
  }
  .ctx-career-page .intro-job-avail .d-flex {
    justify-content: center;
  }
  .ctx-career-page .intro-job-avail .jobs {
    padding: 0px 15px;
  }
  .ctx-career-page .ctx-benefits {
    margin-top:180px;
    min-height: 1600px;
    padding-bottom: 30px;
  }
  .ctx-career-page .ctx-benefits .wrapper-image {
    height: 250px;
    top:-130px;
  }
  .ctx-career-page .ctx-benefits .wrapper-benefits {
    padding-top:180px;
  }
  .ctx-career-page .ctx-benefits .wrapper-benefits .ctx-sec-header {
    margin-bottom: 50px;
  }
  .ctx-career-page .ctx-benefits .wrapper-benefits .row {
    margin-bottom: 0;
    padding:0 20px;
  }
  .ctx-career-page .ctx-benefits .wrapper-benefits .wrapper-list-benefit {
    margin-bottom: 30px;
  }
  .ctx-career-page .ctx-sec-discover {
    min-height: 170px;
  }
  .ctx-career-page .ctx-sec-discover .wrapper-offset {
    top:-250px;
  }
  .ctx-career-page .ctx-sec-discover .wrapper-images {
    margin-top:0;
  }
  .ctx-career-page .ctx-sec-discover .wrapper-image {
    height: 230px;
    padding:5px;
  }
  .ctx-career-page .ctx-sec-discover .wrapper-image.w-25 {
    flex:0 0 70%;
  }
  .ctx-career-page .ctx-sec-discover .wrapper-image.w-50 {
    flex:0 0 100%;
  }
  .ctx-career-page .ctx-sec-discover .wrapper-images .d-flex {
    flex-wrap: unset;
    overflow: scroll;
  }
  .ctx-career-page .ctx-sec-job-list {
    min-height: 500px;
  }
  .ctx-career-page .ctx-sec-job-list .wrapper-job-list {
    margin-top: 30px;
  }
  .ctx-career-page .ctx-sec-job-list .wrapper-job-list .country-tab {
    max-width: unset;
    display: flex;
    flex-direction: row !important;
  }
  .ctx-career-page .ctx-sec-job-list .wrapper-job-list .country-tab .nav-item .nav-link {padding-bottom: 10px;}
  .ctx-career-page .ctx-sec-job-list .wrapper-job-list .country-tab .nav-item .nav-link.active {
    border-left: unset;
    border-bottom: solid 3px var(--primary-green);
  }
  .ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .ctx-career-page .ctx-sec-job-list .wrapper-job-list .ctx-serviceslist .ctx-toggle-item .ctx-toggle-title:after {
    top: 13px;
  }
}
@media (min-width: 1920px) {
  .ctx-career-page .ctx-benefits {
    width: 100%;
  }
  .ctx-career-page .ctx-benefits .wrapper-image{
    max-width: 1600px;

  }
}

/* Others
--------------------------------------------- */

/* Plugin :Contact Form 7 */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  background: none;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 8px 0;
  font-size: 1rem;
  line-height: 150%;
  position: relative;
  z-index: 2;
  transition: all .2s ease;
  color: #ffffff;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-bottom: 2px solid rgba(0,0,0, 0.5);
}
.wpcf7 textarea {
  height: 80px;
}
.wpcf7 input[type='checkbox'] {
  margin-right: 12px;
  margin-top: 2px;
  height: 15px;
  width: 15px;
}
.wpcf7 p {
  margin-bottom: 2.5rem;
}
.wpcf7 p > label {
  font-weight: bold;
  position: relative;
  font-size: clamp(16px, 4vw, 24px);
  color: #ffffff;
}
.wpcf7 p > label .required {
  color: red;
  margin-left: 4px;
  font-size: 12px;
}

.wpcf7-not-valid-tip{
  color: red;
  margin-top: 14px;
  font-size: 12px !important;
}

.wpcf7-response-output{
 /* display: none; */
 color: #ffffff !important;
}
.wpcf7 p > label,
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 p > label > i {
  position: absolute;
  z-index: 1;
  font-style: normal;
  left: 0;
  top: 5px;
  cursor: text;
  transition: all .3s;
}
.wpcf7 p.focused > label > i {
  top: -22px;
  font-size: 0.76rem;
  line-height: 140%;
  color: #777;
}
.wpcf7 p > label br {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}
.wpcf7 .select-service {
  margin-top: 16px;
}
.wpcf7 .select-service .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.wpcf7 .wpcf7-list-item:not(:last-child) {
  margin-bottom: 14px;
}
.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.wpcf7 .recaptcha {
  margin-bottom: 24px;
}
.select-service .wpcf7-list-item-label {
  margin-bottom: 0 !important;
}
@media (max-width: 720px) {
  .wpcf7 .ctx-btn-primary {
    width: 100%;
  }
}

/* Plugin : Cookies Law */

#cookie-law-info-bar {
  /* background-color: var(--bg-black) !important; */
  border-top:solid 2px var(--primary-green);
  font-family: Nexa-Book !important;
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:24px !important;
  padding-bottom:24px !important;
}
#cookie-law-info-bar .cli-plugin-button {
  border:solid 2px var(--primary-green) !important;
  border-radius: 0 !important;
  font-family: Nexa-Bold !important;
  margin:0 8px !important;
  text-transform: capitalize !important;
  padding:10px 16px !important;
}
#cookie-law-info-bar .cli-plugin-button.cli_action_button {
  background-color: var(--primary-green) !important;
}
#cookie-law-info-bar .cli-bar-container {
  width: 75%;
}
#cookie-law-info-bar span {
  margin: 0;
}
#cookie-law-info-bar .cli_settings_button {
  display: none;
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-message {
  width: 100%;
}
/* Responsive
---------------------------------------------- */
@media (min-width: 768px) { }

@media (min-width: 992px) { }

@media (min-width: 1200px) { }

@media (min-width: 1400px) { }

.page-template-page-welcome {
  margin-top: -32px;
}
.page-template-page-welcome .ctx-header-outer{
  display: none;
}
.page-template-page-welcome .ctx-main-outer,
.page-template-page-welcome .ctx-main-outer section{
    height: 100vh;
}

.page-template-page-welcome .ctx-main-outer section{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* header
--------------------------------- */
.ctx-header-content h1 {
  font-size: 64px;
  line-height: 110%;
  font-weight: bold;
}
.ctx-header-content h1 img {
  max-width: 274px;
  height: auto;
}
.ctx-header-content h1 span {
  display: block;
  width: 274px;
  height: 53px;
  background: url(images/logo-context@2x.png) no-repeat left top;
  background-size: 100% auto;
  text-indent: -999px;
  transition: all .2s;
}
.ctx-header-content h1 span:hover {
  background-position: left bottom;
}

/* Social media
--------------------------------- */
.ctx-network-content li {
  display: inline-block;
  margin-right: 20px;
}
.ctx-network-content li a {
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -500px;
  overflow: hidden;
  background-image: url(images/icon-socials@2x.png);
  background-size: 68px auto;
}
.ctx-network-content li.icon-linkedin a {
  background-position: left top;
}
.ctx-network-content li.icon-facebook a {
  background-position: left center;
}
.ctx-network-content li.icon-instagram a {
  background-position: left bottom;
}
.ctx-network-content li.icon-linkedin:hover a {
  background-position: right top;
}
.ctx-network-content li.icon-facebook:hover a {
  background-position: right center
}
.ctx-network-content li.icon-instagram:hover a {
  background-position: right bottom;
}


/* Pattern
--------------------------------- */
.pattern-outline {
  position: static;
  right: 0;
  bottom: 0;
  text-align: right;
  margin-top: 20px;
}
.pattern-outline img {
  max-width: 70%;
  height: auto;
  display: block;
  float: right;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
  .pattern-outline {
    position: absolute;
    margin-top: 0;
  }
  .pattern-outline img {
    max-width: 605px;
  }
}
.ctx-resources-page .caf-filter-layout {
  display: flex;
}
.ctx-resources-page .caf-filter-container {
  margin:0;
}
.ctx-resources-page .caf-filter-container li {
  margin-bottom: 0;
}
.ctx-resources-page .caf-filter-container li a {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--bg-light) !important;
  border: solid 1px #E8E8E8;
  border-radius: 0 !important;
  color: var(--dark-secondary) !important;
  padding: 12px 20px;
  margin-right: 0 !important;
  font-size: 14px !important;
}
.ctx-resources-page .caf-filter-container li a:hover {
  transform: scale(1) !important;
}
.ctx-resources-page .caf-filter-container li a.active {
  background-color: var(--primary-green) !important;
  border: none !important;
  color: var(--light-primary) !important;
  font-weight: bold;
}
.ctx-resources-page #manage-ajax-response {
  padding:0;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 {
  box-shadow: none;
  margin-bottom: 30px !important;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 .caf-featured-img-box {
  height: 220px;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area {
  background-image: none;
  background-color: var(--bg-light);
  display: flex;
  flex-direction: column;
  padding:20px 25px 25px;
  position: relative;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 .caf-meta-content {
  display: none;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area .caf-post-title {
  order:0;
  padding:0;
}
#caf-post-layout3 .caf-post-title h2 {
  line-height: 34px !important;
  padding-bottom: 0 !important;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area .caf-post-title a {
  color: var(--dark-primary);
  font-size: 1.125rem;
  font-family: Nexa-Extra-Bold;
  line-height: 145%;
  margin-bottom: 5px !important;
  display: block;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area .caf-post-title:hover a {
  text-decoration: underline !important;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area .caf-meta-content-cats{
  order:1;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area .caf-meta-content-cats ul {
  position: relative;
  padding-left: 25px;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area .caf-meta-content-cats ul:before {
  content: '';
  position: absolute;
  background-image: url(images/icon-tags.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area .caf-meta-content-cats a{
  background-color: transparent;
  color: var(--light-accent);
  font-family: Nexa-Book;
  font-size: 0.875rem;
  line-height: 160%;
  margin: 0 5px 0 0;
  text-transform: capitalize;
  padding: 0;
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area .caf-meta-content-cats a:after {
  content: ',';
}
.ctx-resources-page #manage-ajax-response .caf-post-layout1 #manage-post-area .caf-meta-content-cats li:last-child a:after {
  content: '';
}
.ctx-resources-page .caf-pagination li .current {
  border-radius: 50% !important;
  background-color: transparent !important;
  font-size: 1.125rem !important;
  font-family: Nexa-Extra-Bold !important;
  line-height: 150% !important;
  width: 41px !important;
    height: 41px !important;
    color: var(--primary-green) !important;
    padding: 10px 15px !important;
    text-decoration: underline !important;
}
.ctx-resources-page .caf-pagination li a {
  background-color: transparent !important;
  color: var(--bg-dark) !important;
  font-size: 1.125rem !important;
  font-family: Nexa-Book !important;
  line-height: 150% !important;
}
.ctx-resources-page .caf-post-layout-container {
  padding:0 !important;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--light-primary);
}

@media only screen and (max-width: 767px) {
  .wrapper-menu {
    border-bottom: solid 1px rgba(255,255,255, .5);
    cursor: pointer;
  }
  .hamburger {
    display: flex;
  }
  .hamburger svg {
    height: 24px;
    width: 24px;
    fill: rgba(255,255,255, .9);
  }
  .caf-filter-container {
    position: absolute;
    left: -200%;
    background-color: #ffffff !important;
    display: flex;
    flex-direction: column;
    padding: 50px 30px !important;
    min-height: 500px;
    width: calc(100% - 40px);
    transition: all .3s ease;
  }
  .caf-filter-container.active li {
    margin-bottom: 30px !important;
  }
  .caf-filter-container.active li a {
    color: var(--dark-primary) !important;
    font-size: 16px !important;
  }
  .caf-filter-container.active {
    left: 20px;
    z-index: 2;
  }
  .hamburger.active svg {
    fill: var(--primary-green)
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
