/*!
Theme Name: itransport
Theme URI: https://itransport.com/
Author: itransport
Author URI: https://itransport.com/
Description: itransport
*/



* {
	box-sizing: border-box;
  }
  
  
  html,
  body,
  body div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  figure,
  footer,
  header,
  menu,
  nav,
  section,
  time,
  mark,
  audio,
  video,
  details,
  summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  }
  
  article,
  aside,
  figure,
  footer,
  header,
  nav,
  section,
  details,
  summary {
	display: block;
  }
  
  img,
  object,
  embed {
	max-width: 100%;
  }

  
  blockquote,
  q {
	quotes: none;
  }
  
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
	content: '';
	content: none;
  }
  
  a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  }
  
  del {
	text-decoration: line-through;
  }
  
  abbr[title],
  dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
  }
  
  table {
	border-collapse: collapse;
	border-spacing: 0;
  }
  
  th {
	font-weight: bold;
	vertical-align: bottom;
  }
  
  td {
	font-weight: normal;
	vertical-align: top;
  }
  
  hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 0;
	padding: 0;
  }
  
  input,
  select {
	vertical-align: middle;
	box-sizing: border-box;
  }
  
  pre {
	white-space: pre;
	/* CSS2 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;
	/* IE */
  }
  
  input[type="radio"] {
	vertical-align: text-bottom;
  }
  
  input[type="checkbox"] {
	vertical-align: bottom;
  }
  
  select,
  input,
  textarea {
	font: 99% sans-serif;
  }
  
  table {
	font-size: inherit;
  }
  
  small {
	font-size: 85%;
  }
  
  strong {
	font-weight: bold;
  }
  
  td,
  td img {
	vertical-align: top;
  }
  
  sub,
  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
  }
  
  sup {
	top: -0.5em;
  }
  
  sub {
	bottom: -0.25em;
  }
  
  pre,
  code,
  kbd,
  samp {
	font-family: monospace, sans-serif;
  }
  
  .clickable,
  label,
  input[type=button],
  input[type=submit],
  input[type=file],
  button {
	cursor: pointer;
  }
  
  button,
  input,
  select,
  textarea {
	margin: 0;
	font-family: 'Mont';
  }
  
  button,
  input[type=button] {
	width: auto;
	overflow: visible;
  }
  
  input[type="submit"],
  button[type="submit"] {
	-webkit-appearance: none;
  }
  
  :focus {
	outline: none;
  }
  
  input[type="submit"]:focus {
	outline: none;
  }


  
 :root {
	--font-body: "neue-haas-grotesk-text";
  
	--color-black: #000000;
	--color-white: #ffffff;
	--color-body-color: #330033;
	--color-vivid-purple: #9469E0;
	--color-stone: #F0EBE6;
	--color-purple: #5C2678;
	--color-violet: #663399;
	--color-lilac: #B085DE;
	--color-mauve: #DEC4EB;
  
  } 
  
  
  body {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	color: var(--color-body-color);
	font-family: var(--font-body);
	position: relative;
  }

  @media screen and (max-width: 1400px) {

    body{
      font-size: 16px;
    }
    
  }


  @media screen and (max-width: 1199px) {

    body{
      font-size: 16px;
     
    }
    
  }

  
  .mb-0{
    margin-bottom: 0 !important;
  }
  
  .main {
	max-width: 1430px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
  }
  
  @media screen and (max-width: 1400px) {

	.main{
		max-width: 1140px;
	}

  }

  @media screen and (max-width: 1199px) {
	
	.main{
		max-width: 960px;
	}

  }

  @media screen and (max-width: 991px) {

	.main{
		max-width: 720px;
	}

  }


  @media screen and (max-width: 767px) {

	.main{
		max-width: 540px;
	}


  }

  @media screen and (max-width: 540px) {
	
	.main{
		max-width: 100%;
	}


  }

  .small-body{
	font-size: 16px;

  }

  .small-body p{
	line-height: 1.25;
  }
  
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	font-family: var(--font-body);
	font-weight: 400;
	padding: 0;
	margin: 0 0 20px;
	color: var(--color-body-color);
	text-transform: none;
	line-height: 1.2;
  }
  
  
  h1 , .h1 {
	font-size: 88px;	
	line-height: 1;
  letter-spacing: -3px;
  }

 

  @media screen and (max-width: 1400px) {
    h1, .h1{
      font-size: 46px;
      letter-spacing: -1px;
    }
  
  }

  @media screen and (max-width: 1199px) {
    h1, .h1{
      font-size: 36px;
      letter-spacing: 0;
    }
  
  }

  @media screen and (max-width: 991px) {
    h1, .h1{
      font-size: 30px;
    }
  }

  @media screen and (max-width: 767px) {
    h1, .h1{
      font-size: 28px;
    }
  }


  h2, .h2{
    font-size: 68px;    
    line-height: 1.2;
  }


  
  @media screen and (max-width: 1400px) {
    h2, .h2{
      font-size: 40px;
    }
  
  }

  @media screen and (max-width: 1199px) {
    h2, .h2{
      font-size: 32px;
    }
  
  }

  @media screen and (max-width: 991px) {
    h2, .h2{
      font-size: 28px;
    }
  }

  @media screen and (max-width: 767px) {
    h2, .h2{
      font-size: 26px;
    }
  }
  
  
  
  h3, .h3 {
	font-size: 36px;    
  letter-spacing: -1px;
		  
  }

  @media screen and (max-width: 1400px) {
    h3, .h3{
      font-size: 30px;
    }
  
  }


  @media screen and (max-width: 991px) {
    h3, .h3{
      font-size: 28px;
    }
  
  }

  @media screen and (max-width: 767px) {
    h3, .h3{
      font-size: 26px;
    }
  
  }


  
  h4, .h4{
	font-size: 32px;
  letter-spacing: -1px;
   

  }

  
  @media screen and (max-width: 1400px) {
    h4, .h4{
      font-size: 28px;
      letter-spacing: 0;
    }
  
  }


  @media screen and (max-width: 991px) {
    h4, .h4{
      font-size: 26px;
    }
  
  }
  @media screen and (max-width: 767px) {
    h4, .h4{
      font-size: 24px;
    }
  
  }


  

  h5{
	font-size: 20px;	
	letter-spacing: -1px;
  }

  
  @media screen and (max-width:1199px) {
    h5, .h5{
      font-size: 18px;
      letter-spacing: 0;
    }
  
  }

  
  
  h6 , .h6{
	font-size: 18px;	
  }	
  

  
  
  
  
  .cf::after {
	display: table;
	content: "";
	clear: both;
  }
  
  p {
	margin: 0 0 16px;
	line-height: 1.5;

  }
  
  @media screen and (max-width:1199px) {
    p{
      line-height: 1.25;
    }
  }


  a {
	color: var(--color-body-color);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
  }
  
  a:hover,
  a:focus {
	color: var(--color-vivid-purple);
	outline: none;
  }
  
  
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  select {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--font-body);
	color: var(--color-black);
	border: 1px solid var(--color-white);
	border-radius: 6px;
	padding: 14px 18px;
	box-shadow: none;
	width: 100%;
	margin: 0;	
	background-color: var(--color-white);  
	vertical-align: middle;
	box-sizing: border-box;
  
  }

   

  

	@media screen and (max-width: 767px) {
   
		input[type="text"],
		input[type="email"],
		input[type="url"],
		input[type="password"],
		input[type="search"],
		input[type="number"],
		input[type="tel"],
		input[type="range"],
		input[type="date"],
		input[type="month"],
		input[type="week"],
		input[type="time"],
		input[type="datetime"],
		input[type="datetime-local"],
		input[type="color"],
		textarea,
		select {
	  font-size: 14px;
		}
		
		}
  
  
  textarea {
	height: 120px;
  }
  
  
  
  select {
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	background-image:url(images/select-arrow.svg) ;
	background-position: 97% center;
	background-size: auto;
	background-repeat: no-repeat;
  padding-right: 30px;
  }
  
  ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--color-body-color);
	opacity: 1;
  }
  
  ::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color-body-color);
	opacity: 1;
  }
  
  :-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color-body-color);
	opacity: 1;
  }
  
  :-moz-placeholder {
	/* Firefox 18- */
	color: var(--color-body-color);
	opacity: 1;
  }
  
  
  .c-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  }
  
  .c-col {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
  }
  
  
  
  input[type="submit"],
  button[type="submit"],
  .btn {
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	font-family: var(--font-body);
	color: var(--color-stone);
	border: 1px solid var(--color-vivid-purple);
	background: var(--color-vivid-purple);
	text-transform: none;
	line-height: 1;
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 18px 24px;
	/* min-width: 150px; */
	border-radius: 36px;
	text-align: center;
  
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
  }
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .btn:hover,
  .btn:focus,
  .btn:active,
  .btn:first-child:active {
	background: var(--color-body-color);
	color: var(--color-stone);
	border-color: var(--color-body-color);
	outline: none;
  }

  .btn.border-btn{
  border-color: var(--color-body-color);
  background: transparent;
  color: var(--color-body-color);
  }

  .btn.border-btn:hover,
  .btn.border-btn:focus,
  .btn.border-btn:active{
    border-color: var(--color-vivid-purple);
    background: var(--color-vivid-purple);
    color: var(--color-stone);
  }

  .btn.white-btn{
	background: var(--color-stone);
	color: var(--color-body-color);
	border-color: var(--color-stone);
  }

  .btn.white-btn:hover,
  .btn.white-btn:focus,
  .btn.white-btn:active{
	background: var(--color-body-color);
	color: var(--color-stone);
	border-color: var(--color-body-color);
  }


  .btn.white-border-btn{
	border-color: var(--color-stone);
	background: transparent;
	color: var(--color-stone);
  }

  .btn.white-border-btn:hover,
  .btn.white-border-btn:focus,
  .btn.white-border-btn:active{
	border-color: var(--color-body-color);
	background: var(--color-body-color);
	color: var(--color-stone);
  }

  .btn.purple-btn{
	background: var(--color-purple);
	color: var(--color-stone);
	border-color: var(--color-purple);
  }

  .btn.purple-btn:hover,
  .btn.purple-btn:focus,
  .btn.purple-btn:active{
	background: var(--color-body-color);
	color: var(--color-stone);
	border-color: var(--color-body-color);
  }


  .btn.dark-purple-btn{
	background: var(--color-body-color);
	color: var(--color-stone);
	border-color: var(--color-body-color);
  }

  .btn.dark-purple-btn:hover,
  .btn.dark-purple-btn:focus,
  .btn.dark-purple-btn:active{
	background: var(--color-purple);
	color: var(--color-stone);
	border-color: var(--color-purple);
  }

  .btn.vivid-border-btn{
    background: transparent;
    color: var(--color-vivid-purple);
    border-color: var(--color-vivid-purple);
    }
  
    .btn.vivid-border-btn:hover,
    .btn.vivid-border-btn:focus,
    .btn.vivid-border-btn:active{
    background: var(--color-vivid-purple);
    color: var(--color-stone);
    border-color: var(--color-vivid-purple);
    }

    
  .btn.vivid-btn{
    background: var(--color-vivid-purple);
    color: var(--color-stone);
    border-color: var(--color-vivid-purple);
    }
  
    .btn.vivid-btn:hover,
    .btn.vivid-btn:focus,
    .btn.vivid-btn:active{
    background: var(--color-body-color);
    color: var(--color-stone);
    border-color: var(--color-body-color);
    }





  @media screen and (max-width: 1400px) {

    input[type="submit"],
  button[type="submit"],
  .btn {
    padding: 12px 18px;
    font-size: 16px;
  }

  }

  
  @media screen and (max-width: 767px) {

        input[type="submit"], button[type="submit"], .btn {
          padding: 18px 18px;
          font-size: 18px;
      }

  }


.site-header{	
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    width: 100%;	
  	background: transparent;
    transform: translateY(0);
}

.site-header.header-hidden{
  transform: translateY(-100%);
}

.header-bg{
  
}

.header-sec{
  /* padding: 80px 0; */
  /* padding: 37px 0; */
  background: rgba(51, 0, 51, 0.7);
}

.inner-header-sec{
  position: relative;
}

.blankDiv{
  display: none;
}


.mobile-menu-header{
  display: none;
}

.header-row{
	justify-content: space-between;
	align-items: center;
}

.logo {
    width: 254px;
    display: block;
    position: relative;
    z-index: 99999;
}

.dark-logo-header .logo img.dark-logo{
  display: block;
}

.dark-logo-header .logo img.white-logo{
  display: none;
}

.logo img{
	width: 100%;
	height: auto;
	display: block;
}

.logo img.dark-logo{
	display: none;

}

.dark-logo-header .logo img.dark-logo{
  display: block;
}


.dark-logo-header .logo img.white-logo{
  display: none;
}


.dark-logo-header .btn {
  border-color: var(--color-body-color);
  background: transparent;
  color: var(--color-body-color);
}

.dark-logo-header .btn:hover,
.dark-logo-header .btn:focus{
  border-color: var(--color-vivid-purple);
  background: var(--color-vivid-purple);
  color: var(--color-stone);
}

.dark-logo-header .menu-btn-txt{
  color: var(--color-body-color);
}

.dark-logo-header .menu-box span{
  background: var(--color-body-color);
}

.site-header-btn-wrap{
	display: inline-block;
	vertical-align: middle;
	margin-left: 128px;
}


  .menu-main {
	  display: inline-block;
	  vertical-align: middle;
	
  }
 
  .menu-close{display: none;}
  
  .menu-icon {
	  display: none;
  }
  
  .enumenu_ul ul {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  font-weight: 400;
	 
	  line-height: 1;
  }
  
  .enumenu_ul > ul {
	  display: inline-block;
	  vertical-align: middle;
  }
  
  .enumenu_ul > ul > li {
	  display: inline-block;
	  vertical-align: middle;
	line-height: 1;
	  margin-right: 73px;
  }

  
  .enumenu_ul > ul > li:last-child{
	  margin-right: 0;
  }
  
  .enumenu_ul > ul > li.mob-menu-item{display: none;}
  
  
  .enumenu_ul > ul > li > a {   
	   display: block;       color:var(--color-stone);  letter-spacing: 0;
      /* padding: 19px 0;  */
      padding: 56px 0;
       position: relative; line-height: 1;
     font-size: 20px;
  }

  .dark-logo-header .enumenu_ul > ul > li > a{
	color: var(--color-body-color);
  }

  .dark-logo-header .enumenu_ul > ul > li:hover > a, .dark-logo-header .enumenu_ul > ul > li:focus > a , .dark-logo-header .enumenu_ul > ul > li.current-menu-item > a{
	color: var(--color-vivid-purple);
  }

  
  .enumenu_ul > ul > li:hover > a, .enumenu_ul > ul > li:focus > a , .enumenu_ul > ul > li.current-menu-item > a{
	 color: var(--color-vivid-purple);
  }

  
  .enumenu_ul > ul > li.has-children > a:after{    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f0dd";
    margin-left: 9px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    position: relative;
    top: -2px;
}
 
  
.enumenu_ul .submenu-full {    position: absolute;    top: 100%;    left: 0;  right: 0; width: 100%;     box-shadow: 0px 4px 6.6px 0px #00000040;
    border-top: 2px solid var(--color-lilac); background: var(--color-stone); padding: 54px 0 75px;
	  z-index: 9;            text-align: left;   

    transition: opacity 0.3s ease-in-out 0.08s, filter 0.1s ease-in-out 0.08s, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    filter: blur(10px);
  }
  
  .enumenu_ul li:hover .submenu-full, .enumenu_ul li:focus .submenu-full {
		  display: block;
      opacity: 1;
      transform: translateY(0);
      visibility: visible;
      pointer-events: auto;
      filter: inherit;
      transition: opacity 0.3s ease-in-out, filter 0.1s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
	  }

  

    .submenu-row{
      margin: 0 -16px;
    }

    .submenu-col{
      padding: 0 16px;
    }

    .submenu-col-left{
      width: 32%;
    }

    .submenu-col-mid{
      width: 35%;
    }

    .submenu-col-right{
      width: 33%;
      border-left: 2px solid var(--color-mauve);
      padding-left: 30px;
    }

    .submenu-col h6{
      color: var(--color-vivid-purple);
      margin: 0 0 38px;
    }

    .submenu-left-content{
      max-width: 320px;
    }

    .submenu-left-content p{
      line-height: 1.25;
      letter-spacing: -0.3px;
    }

    .submenu-left-content .btn{
      font-size: 16px;
      margin-top: 53px;
      padding: 7px 10px;
    }

    .submenu-mid-list{
      list-style: none;
      margin: 0;
      padding: 0;
    }

    ul.submenu-mid-list {
      padding-top: 3px;
  }

    .submenu-mid-list li{
      display: block;
      padding: 0 0 16px;
    }

    .submenu-mid-list li:last-child{
      padding-bottom: 0;
    }

    .submenu-mid-list li a{
      color: var(--color-body-color);
      position: relative;
      font-size: 24px;
      letter-spacing: -0.6px;
    }
    
    .submenu-mid-list li a:hover  , .submenu-mid-list li a:focus{
      color: var(--color-vivid-purple);
    }

    .submenu-mid-list li a:hover  .submenu-service-item-arrow,
    .submenu-mid-list li a:focus  .submenu-service-item-arrow{
      transform: translateX(2px);
    }

    .submenu-service-item-arrow{
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      transition: all 0.3s ease-in-out;
    }

    .submenu-mid-list-text{
      display: block;
      font-size: 14px;
      color: var(--color-vivid-purple);
      margin-top: 7px;
    letter-spacing: -0.2px;
    margin-bottom: 22px;
    }

    .submenu-related-row{
      margin: 0 -9px;
    }

    .submenu-related-link {
      margin: 0 0 18px;
      display: block;
  }

  .submenu-related-link:last-child{
    margin-bottom: 0;
  }

  .submenu-related-link:hover, .submenu-related-link:focus{
    opacity: 0.7;
  }

    .submenu-related-col{
      padding: 0 9px;
    }

    .submenu-related-col-left{
      width: 33%;
    }

    .submenu-related-col-right{
      width: 65%;
    }
    

    .submenu-related-img img{
      height: 92px;
      width: 100%;
      object-fit: cover;
    }

    .submenu-related-content {
      padding: 6px 0 0;
  }

    .submenu-related-content h6{
      font-size: 18px;
      color: var(--color-body-color);
      margin: 0 0 10px;
    }

    .submenu-related-link-text{
      font-size: 14px;
      color: var(--color-vivid-purple);
      display: block;
    }



    .submenu-mid-half .submenu-col-mid {
      width: 66.666%;
  }
  
  .submenu-mid-half ul.submenu-mid-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 -10px;
  }
  
  .submenu-mid-half ul.submenu-mid-list > li {
      width: 50%;
      padding-left: 10px;
      padding-right: 10px;
  }

    


    
  



  

.home-banner-sec{
	background: var(--color-violet);
	/* min-height: 900px; */
	min-height: 100vh;
  position: relative;
  display: block;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 150px 0 90px;
  justify-content: flex-end;
}

.home-banner-video, .home-banner-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.home-banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  object-fit: cover;
  object-position: right center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-banner-mob-video{
  display: none;
}

.home-banner-content{
  color: var(--color-stone);
  position: relative;
  z-index: 1;
}


.home-banner-top-content{
  padding: 0 0 97px;
}

.home-banner-content h1{
  color: var(--color-stone);
}

.home-banner-bottom-content{
  
  justify-content: space-between;
  align-items: center;
}

.home-banner-bottom-left{
  width: 32%;
  padding-right: 10px;
  letter-spacing: -0.5px;
  font-size: 20px;
}

.home-banner-bottom-left > *:last-child{
  margin-bottom: 0;
}


.home-banner-bottom-right{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.home-banner-bottom-right .btn{
  letter-spacing: -0.3px;
}


.accreditations-slider {
  margin: 0 -50px;  
}

.accreditations-slider .slick-dots{
  margin-top: 15px;
  text-align: center;
}

.accreditations-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.accreditations-slider .slick-track:before,
.accreditations-slider .slick-track:after {
  display: none;
}

.accreditations-slider .slick-slide {
  display: flex !important;
  height: auto;
  min-height: inherit;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}

.accreditations-item img {
  display: block;
  margin: 0 auto;
  max-height: 40px;
  width: auto;
}

.slick-dots, .swiper-pagination{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}



.slick-dots li button , .swiper-pagination-bullet{
  width: 27px;
  height: 27px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;
  display: block;
  transition: all 0.3s ease-in-out;
  box-shadow: none;    
  font-size: 0;
  position: relative;
}

.slick-dots li , .swiper-pagination-bullet{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus,
.slick-dots li.slick-active button,
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: transparent;
  border-color: var(--color-body-color);
}


.slick-dots li button:before,
.swiper-pagination-bullet:before{
  content: "";
  background: var(--color-vivid-purple);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  box-shadow: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-dots li.slick-active button:before,
.swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swiper-pagination-bullet:hover:before,
.swiper-pagination-bullet:focus:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  background: var(--color-body-color);
  opacity: 1;
}




.consultant-section {
  padding: 0 0 50px;
}


.consultant-top-content{
  padding: 0 0 74px;
  justify-content: space-between;
  
}

.consultant-top-content-left{
  width: 59%;
}


.consultant-top-content-left > *:last-child{
  margin-bottom: 0;
}

.consultant-top-content-right .btn{
  letter-spacing: -0.6px;
}

.consultant-bottom-row{
  margin: 0 -15px;
}

.consultant-bottom-col{
  width: 33.333%;
  padding: 0 15px;
  margin: 0 0 32px;
}

.consultant-bottom-link{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  min-height: 670px;
  position: relative;
  padding: 58px 30px;
  justify-content: flex-end;
  color: var(--color-stone);
}

.consultant-bottom-link:hover , .consultant-bottom-link:focus{
  color: var(--color-stone);
  /* transform: translateY(-10px); */
}

.consultant-bottom-link-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.consultant-bottom-link-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.consultant-bottom-link-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  z-index: 1;
 
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    transition-delay: 0.15s;
    mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 80%);
  /* background: linear-gradient(
    0deg,
    rgba(33,47,59,0.38) 0%,
    rgba(33,47,59,0.1) 48%,
    rgba(33,47,59,0.01) 100%
  );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.1) 100%); */
}


.consultant-bottom-link:hover .consultant-bottom-link-img:before{
  /* backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    transition-delay: 0.1s;
    background-color: rgba(0, 0, 0, 0.3); */
}

.consultant-bottom-link-img:after{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 80%);
  transition: all 0.3s ease-in-out;
  content: "";
  z-index: 1;
  backdrop-filter: blur(50px);
  opacity: 0;
}

.consultant-bottom-link:hover .consultant-bottom-link-img:after{
  opacity: 1;
}


.catg-tag{
  font-size: 16px;
  /* letter-spacing: -0.3px; */
  text-transform: capitalize;
  color: var(--color-stone);
  border: 1px solid var(--color-stone);
  border-radius: 36px;
  padding: 6px 14px;
  display: inline-block;
}

.consultant-bottom-link-content .catg-tag{
  margin: 0 0 30px;
}

.consultant-bottom-link-content{
  position: relative;
  z-index: 1;
  max-width: 300px;
}

.consultant-bottom-link-content h4{
  color: var(--color-stone);
  margin: 0 0 12px;
}

.consultant-bottom-link-content p{
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.consultant-bottom-link-content .small-btn{
  margin: 25px 0 0;
}

.consultant-bottom-link-content .small-btn:hover , .consultant-bottom-link-content .small-btn:focus{
  color: var(--color-stone);
  background: var(--color-body-color);
  border-color: var(--color-body-color);
}

.small-btn{
  display: inline-block;
  border-radius: 36px;
  background: var(--color-white);
  padding: 9px 14px;
  line-height: 1;
  color: var(--color-body-color);
  font-size: 16px;
  letter-spacing: -0.3px;
  transition: all 0.3s ease-in-out;
}

.accreditations-sec {
  padding: 83px 0;
  overflow: hidden;
}

.transport-service-section{
  margin: 0 0 46px;
  min-height: 1183px;
  position: relative;
  padding: 30px 0;
}

.transport-service-left-col{
  width: 27%;
  position: absolute;
  left: 0;
  top: -82px;
  height: 100%;
}

.transport-service-left-video video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
} 

.transport-service-left-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.transport-service-left-video:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color-white);
  z-index: 999;
  height: 2px;
  right: 0;
}

.transport-service-right-col{
  width: 77%;
  margin-left: auto;
}

.transport-service-right-top {
  padding: 0 0 38px 18px;
}

.transport-service-right-top h2{
  line-height: 1.03;
  margin: 0 0 45px;
}

.transport-service-right-top-row{
  justify-content: space-between;
  padding-left: 12px;
}

.transport-service-right-top-content-col{
  width: 40%;
}

.transport-service-right-top-btn-col .btn {
  letter-spacing: -0.7px;
}

.transport-service-list-item{
  border-top: 2px solid var(--color-mauve);
  padding: 44px 0 46px;
}

.transport-service-list-row{
  justify-content: space-between;
  margin: 0 -10px;
}




.transport-service-list-left-col{
  width: 40%;  
  padding: 0 10px 0 40px;
}

.transport-service-list-right-col{
  width: 52%;
}

.transport-service-list-right-content{
  max-width: 390px;
}

.transport-service-list-right-col p {
  line-height: 1.25;
  margin: 0 0 31px;
  letter-spacing: -0.4px;
}

.transport-service-list-right-col .btn{
letter-spacing: -0.8px;
}


.where-we-work-section{
  overflow-x: hidden;
  padding: 130px 0 72px;
}

.where-we-work-title-top{
  justify-content: space-between;
  margin: 0 -10px;
  padding: 0 0 47px;
}


.where-we-work-title-top-left{
  padding: 0 10px;
  width: 50%;
}



.where-we-work-title-top-right{
  padding: 0 10px;
  width: 49.4%;
}

.accordion-content{
  display: none;
}

.accordion-content-inner{
  opacity: 0;
}

.accordion-content-inner.visible{
  opacity: 1;
  transition: opacity 0.4s ease;
}

.accordion {
  padding: 0;
  margin: 0;
  list-style: none;
}

.accordion > li {
  display: block;
  margin: 0 0 20px;
  border-top: 2px solid var(--color-mauve);
  padding: 0 0 66px;
}

.accordion > li:last-child{
  padding-bottom: 0;
}

.accordion-title{
font-size: 96px;
line-height: 1;
display: block;
text-transform: capitalize;
padding: 32px 0;
padding: 34px 0;
z-index: 1;
position: relative;
}

.accordion-title.active{
  padding: 56px 0 30px;
}


.accordion-row-left-col{
  width: 50%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 1;
  position: relative;
  padding-right: 20px;

}

.accordion-row-left-col:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color-white);
}

.accordion-row-left-col:after {
  content: "";
  position: absolute;
  height: 100%;
  right: 100%;
  top: 0;
  bottom: 0;
  background: var(--color-white);
  width: 400%;
}

.accordion-row-left-box {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  
}
.accordion-row-left-content-top {
  max-width: 480px;
}

.accordion-row-left-content-top h4{
  color: var(--color-purple);
}

.accordion-row-left-content-bottom .btn{
  margin-right: 12px;
  margin-top: 12px;
}

.accordion-row-left-content-bottom .btn:last-child{
  margin-right: 0;
}





.accordion-row-right-col{
  width: 48.7%;
}

.accordion-row{
  justify-content: space-between;
}

.accordion-slider {
  padding-right: 34.4%;
}



.accordion-slider-col{
  padding: 0 41px;
}

.accordion-slider .slick-list{
  margin: 0 -41px;
  overflow: visible;
}

.accordion-slider-item{
  position: relative;
  min-height: 630px;
  padding:33px 40px;
  color: var(--color-stone);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  border-top: 2px solid var(--color-body-color);
}

.accordion-slider-item-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.accordion-slider-item-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.accordion-slider-item-img:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}




.accordion-slider-item-content{
  position: relative;
  z-index: 1;
}

.accordion-slider-item-content h4{
color: var(--color-stone);
margin: 0;
}

.accordion-slider-item-content .btn.white-border-btn{
  font-size: 16px;
  padding: 7px 11px;
}

.accordion-slider-position {
  display: block;
  margin: 0 0 36px;
}

.social-links ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-links ul li{
  display: inline-block;
  vertical-align: middle;
}

.social-links ul li a{
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--color-stone);
  display: block;
  color: var(--color-stone);
}

.social-links ul li a:hover,
.social-links ul li a:focus,
.social-links ul li a:active{
  background: var(--color-body-color);
  color: var(--color-stone);
  border-color: var(--color-body-color);
}

.accordion-slider-row{
  justify-content: space-between;
}

.accordion-slider-left-col .btn{
margin-right: 8px;
margin-bottom: 12px;
}

.accordion-slider-left-col .btn:last-child{
  margin-right: 0;
}


.career-section {
  /* Smoothly animated multi-color gradient background using theme colors from root */
  /* background: linear-gradient(
    120deg,
    var(--color-vivid-purple) 0%,
    var(--color-purple) 18%,
    var(--color-violet) 36%,
    var(--color-lilac) 54%,
    var(--color-mauve) 72%,
    var(--color-stone) 100%
  ); */
  background: linear-gradient(
    120deg,
    var(--color-vivid-purple) 0%,
    var(--color-lilac) 54%,
    var(--color-mauve) 72%,
    var(--color-stone) 100%
  );
  background-size: 300% 300%;
  animation: animated-gradient-career 24s ease-in-out infinite;
  padding: 177px 0 86px;
  color: var(--color-body-color);
  overflow: hidden;
}

/* Keyframes for a smooth animated gradient background */
@keyframes animated-gradient-career {
  0% {
    background-position: 0% 50%;
  }
  20% {
    background-position: 50% 50%;
  }
  40% {
    background-position: 100% 50%;
  }
  60% {
    background-position: 50% 50%;
  }
  80% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.three-col-top-row{
  justify-content: space-between;
  margin: 0 -10px;
  padding-bottom: 57px;
}

.three-col-top-row > div{
  padding: 0 10px;
}


.three-col-top-left-item{
  width: 25%;
}

.three-col-top-left-item h5{
  font-size: 18px;
}

.three-col-top-mid-item{
  width: 47%;
}




.three-col-top-right-item{
  width: 28%;
  align-items: flex-end;
}




.career-list-row{
  margin: 0 -18px;
}

.career-list-col{
  padding: 0 18px;
  margin-bottom: 36px;
  width: 50%;
}

.career-list-item{
  min-height: 820px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 50px 38px;
}

.career-list-item-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.career-list-item-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.career-list-item-img:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 80%);
  /* backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(0deg, rgba(33, 47, 59, 0.1) 0%, rgba(33, 47, 59, 0.5) 48%, rgba(33, 47, 59, 0.1) 100%); */
}

.career-list-item:hover .career-list-item-img:before{
  /* height: 100%;
  backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    transition-delay: 0.1s;
    background-color: rgba(0, 0, 0, 0.3); */
}

.career-list-item-img:after{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 80%);
  transition: all 0.3s ease-in-out;
  content: "";
  z-index: 1;
  backdrop-filter: blur(50px);
  opacity: 0;
}

.career-list-item:hover .career-list-item-img:after{
  opacity: 1;
}

.career-list-item-content{
  position: relative;
  z-index: 1;
  color: var(--color-stone);
}


.career-list-item-content h2{
  color: var(--color-stone);
  font-size: 64px;
  line-height: 1;
}

.career-list-item-content-top{
  max-width: 418px;
  padding: 0 0 27px;
}

.career-list-item-content-bottom .btn{
  margin: 12px 8px 0 0;
  font-size: 20px;
}


.footer-main{
  background: linear-gradient(
    135deg,
    #69369d 0%,
    #511d72 30%,
    #410c50 60%,
    #310030 100%
  );
  position: relative;
  color: var(--color-stone);
  background-image: url(images/foo-bg.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: var(--color-violet);
  padding: 90px 0 162px; 
  overflow: hidden;
  position: relative;
}


.footer-main:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-violet);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#330033+0,330033+100&0+0,1+100 */
background: linear-gradient(135deg,  rgba(51,0,51,0) 0%,rgba(51,0,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.foo-bg-img{
  position: absolute;
  right: -44%;
  top: -37%;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.foo-bg-img img{
  display: block;
  animation: rotate360 60s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.foo-top{
 
  position: relative;
  z-index: 1;
 
}
.inner-foo-top{
  padding: 0 0 13%;
}

.foo-top-title-wrap {
  margin: 0 0 19%;
}



.foo-top-mid-wrap{
  max-width: 940px;
}

.foo-top-mid-wrap h2{
  color: var(--color-stone);
  margin: 0 0 50px;
}

.foo-top-mid-wrap p{
max-width: 472px;
margin: 0 0 45px;
}



.foo-bottom {
  padding: 55px 0 130px;
  position: relative;
  z-index: 1;
}

.footer-main hr{
  background: var(--color-lilac);
  height: 1px;
  width: 100%;
  margin: 50px 0;
  border: 0;
}

.foo-row{
  margin: 0 -10px;
}

.foo-col{
  padding: 0 10px;
}

.foo-logo-col{
  width: 28%;
}

.foo-logo{
  max-width: 246px;
  display: block;
}
.foo-logo img{
  display: block;
  width: 100%;
}

.foo-nav-links-1 {
  width: 19.5%;
}

.foo-nav-links-2 {
  width: 21.5%;
}

.foo-nav-links ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.foo-nav-links ul li{
  margin: 0 0 20px;
}

.foo-nav-links ul li a{
  color: var(--color-stone);
}

  .foo-nav-links ul li a:hover,
  .foo-nav-links ul li a:focus{
    text-decoration: underline;
  }

  .foo-form-links {
    width: 31%;
  }

  .foo-form-links h6{
    color: var(--color-stone);
    margin: 0 0 25px;
  }

  .foo-bottom-disc{
    z-index: 1;
    position: relative;
  }


.foo-disc-row{
  justify-content: space-between;
  align-items: flex-end;
}

.foo-social-links ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.foo-social-links ul li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.foo-social-links ul li a{
  color: var(--color-stone);
  font-size: 38px;
}

.foo-social-links ul li a:hover,
.foo-social-links ul li a:focus{
  color: var(--color-lilac);
}


.foo-disc-right-col{
  letter-spacing: -0.5px;
}

.foo-disc-right-col ul{
  display: inline-block;
  vertical-align: middle;
}

.foo-copyright{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

.foo-disc-right-col ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.foo-disc-right-col ul li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 27px;
}

.foo-disc-right-col ul li a{
  color: var(--color-stone);
}

.foo-disc-right-col ul li a:hover,
.foo-disc-right-col ul li a:focus{
  text-decoration: underline;
}


.foo-form p{
  margin: 0;
}

.foo-form-fields{
  position: relative;
  padding-right: 134px;
}

.foo-form-fields input[type="email"]{
  height: 56px;
  border: 1px solid var(--color-stone);
  border-radius: 36px;
  color: var(--color-stone);
  padding: 0 24px;
  width: 100%;
  display: block;
  box-shadow: none;
  font-size: 20px;
  background: transparent;
}


 
.foo-form-fields input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--color-stone);
	opacity: 1;
  }
  
  .foo-form-fields input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color-stone);
	opacity: 1;
  }
  
  .foo-form-fields input[type="email"]::-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color-stone);
	opacity: 1;
  }
  
  .foo-form-fields input[type="email"]::-moz-placeholder {
	/* Firefox 18- */
	color: var(--color-stone);
	opacity: 1;
  }

  .foo-form-fields .btn{
    position: absolute;
    top: 0;
    right: 0;
  }


  .featured-projects-section{
    background-color: var(--color-purple);
    background-image: url(images/feature-project-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 84px 0 76px;
    color: var(--color-white);
    overflow: hidden;
    z-index: 1;
    position: relative;
  }

  .featured-projects-title-top{
    justify-content: space-between;
    padding: 0 0 96px;
  }

  .featured-projects-title-top-left{
    width: 43%;
    padding-right: 10px;
  }

  .featured-projects-title-top-left h5{
    color: var(--color-stone);
    letter-spacing: 0;
  }

  .featured-projects-title-top-right{
    width: 57%;
  }

  .featured-projects-title-top-right h3{
    color: var(--color-stone);
  }

  .featured-projects-slider .slick-list{
    overflow: visible;
  }

  .featured-projects-slider .slick-list{
    margin: 0 -16px;
  }

  .featured-projects-item{
    padding: 0 16px;
  }

  .featured-projects-item-lg .featured-projects-item-link{
    width: 808px;
  }

  .featured-projects-item-link{
    width: 448px;
    display: flex;
    min-height: 672px;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 40px 30px 28px;
    border-top: 4px solid var(--color-vivid-purple);
    color: var(--color-stone);
  }

  .featured-projects-item-link:hover , .featured-projects-item-link:focus{
    color: var(--color-stone);
  }

  .featured-projects-item-link:hover .featured-projects-item-img:before{
    /* opacity: 0; */
   
  }

  .featured-projects-item-link:hover .featured-projects-item-img:after{
    opacity: 1;
    
  }

  .featured-projects-item-img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }

  .featured-projects-item-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .featured-projects-item-img:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    /* backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition-delay: 0.15s;
    mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(33, 47, 59, 0.1) 0%, rgba(33, 47, 59, 0.8) 48%, rgba(33, 47, 59, 0.1) 100%); */
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 80%);
  }

  .featured-projects-item-img:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    
    transition: all 0.3s ease-in-out;
    content: "";
    z-index: 1;
    backdrop-filter: blur(50px);
    opacity: 0;
    mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 80%);
    /* backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition-delay: 0.1s;
    background-color: rgba(0, 0, 0, 0.4); */
    
  }

  .featured-projects-item-top{
    position: relative;
    z-index: 1;
  }

  

  .featured-projects-item-top .catg-tag{
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .catg-tag.dark-catg-tag{
    color: var(--color-body-color);
    border-color: var(--color-body-color);
  }


  .featured-projects-item-bottom{
    position: relative;
    z-index: 1;
    max-width: 460px;
  }

  .featured-projects-item-bottom h2{
    color: var(--color-stone);
    font-size: 52px;
    margin: 0 0 24px;
    letter-spacing: -1.8px;
  }


  .featured-projects-item-bottom .btn{
    margin: 0 12px 12px 0;
    font-size: 16px;
    padding: 11px 20px;
  }

  .featured-projects-item-bottom p {
    margin: 0 0 63px;
    line-height: 1.3;
}


.featured-projects-slider-btn {
  margin: 58px 0 0 0;
}

.featured-projects-slider-btn .btn {
  letter-spacing: -0.5px;
  margin: 0 6px 15px 0;
}

.who-we-work-section{
  padding: 216px 0 526px;
  background: var(--color-stone);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.who-we-work-row{
  justify-content: space-between;
  margin: 0 -10px;
}

.who-we-work-col{
  padding: 0 10px;
}

.who-we-work-col-left{
  width: 50%;
}

.who-we-work-content h6 {
  margin: 0 0 38px;
}

.who-we-work-content h1 {
  line-height: 1.05;
}

.who-we-work-content .btn {
  margin-top: 15.3%;
  margin-right: 12px;
}

.who-we-work-col-right{
  width: 50%;
}


.who-we-work-image-main{
  width: 100%;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.who-we-work-img{
  position: relative;
  z-index: 2;
  height: 100%;
}

.who-we-work-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  -webkit-mask-image: url("images/half-circle.png");
  mask-image: url("images/half-circle.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: left center;
  mask-position: left center;
}
.who-we-work-video {
  position: relative;
  z-index: 2;
  height: 100%;
  aspect-ratio: 1 / 1;
}

video.half-circle-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
  clip-path: ellipse(100% 50% at 100% 50%);
}
.who-we-work-img-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.who-we-work-img-bg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform-origin: center center;
  animation: whoWeWorkRotate 26s linear infinite;
}

@keyframes whoWeWorkRotate{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}



.consultant-bg-stone-section{
  margin-top: -424px;
}

.consultant-bg-stone-section .consultant-top-content {
  padding: 0 0 91px;
}

.consultant-bg-stone-section hr{
  background: var(--color-mauve);
  height: 2px;
  width: 100%;
  margin: 64px 0 46px;
  border: 0;
}

.approach-top-row{
  justify-content: space-between;
  margin: 0 -10px;
  padding-bottom: 67px;

}


.approach-topleft-col{
  width: 40%;
  padding: 0 10px;
}

.approach-topright-col{
  width: 58%;
  padding: 0 10px;
}

.approach-topright-col h2 {
  line-height: 1.04;
  font-size: 64px;
  letter-spacing: -2px;
}

.approach-bottom-col{
  padding: 0 32px;
  border-right: 2px solid var(--color-mauve);
  margin-bottom: 32px;
  width: 25%;
  padding-bottom: 82px;
}

.approach-bottom-row{
  margin: 0 -32px;
}


.approach-bottom-col-content p {
  max-width: 268px;
  line-height: 1.3;
}

.approach-bottom-col-content h3 {
  margin: 0 0 15px;
  color: var(--color-vivid-purple);
}
  


.approach-section {
  padding: 0 0 34px;
  overflow: hidden;
}

.testimonials-section{
  background: var(--color-stone);
  padding: 160px 0 112px;
  overflow: hidden;
}

.testimonials-top-row{
  margin: 0 -10px;
  padding-bottom: 48px;
}

.testimonials-top-left-col{
  width: 17%;
  padding: 0 10px;
}

.testimonials-top-right-col{
  width: 70%;
  padding: 0 10px;
}

.testimonials-top-right-col h4{
  max-width: 568px;
}

.testimonials-slider {
  width: 83.5%;
  margin-left: auto;
}

.testimonials-slider .slick-list{
  margin: 0 -58px;
  padding-right: 15%;
  overflow: visible;
}

.testimonials-slider-item{
  padding: 0 58px;
}

.testimonials-slider-content{
  border-top: 2px solid var(--color-vivid-purple);
  padding: 56px 0 0;
}

.testimonials-slider-content blockquote{
  font-size: 64px;
  line-height: 1.05;
  color: var(--color-body-color);
  font-style: normal;
  position: relative;
  padding-left: 30px;
  letter-spacing: -2px;
  margin: 0 0 60px;
}

.testimonials-slider-content blockquote::before{
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials-slider-author{
  display: block;
  padding-left: 30px;
}


.project-list-section{
  padding: 104px 0 120px;
}

.project-list-row{
  margin: 0 -15px;
}

.project-list-item{
  padding: 0 15px;
  width: 33.333%;
  margin-bottom: 30px;
}

.project-list-card{
  display: flex;
  flex-grow: 1;
  padding: 58px 30px;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  color: var(--color-white);
  position: relative;
  min-height: 670px;
}

.project-list-card:hover , .project-list-card:focus{
  color: var(--color-white);
  /* transform: translateY(-10px); */
}

.project-list-card-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.project-list-card-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.project-list-card-content{
  position: relative;
  z-index: 1;
  max-width: 300px;
}

.project-list-card-content h3{
  color: var(--color-white);
  margin: 0 0 14px;
}

.project-list-card-content p {
  line-height: 1.3;
}


.project-list-card-content .small-btn{
  margin-top: 14%;
}

.project-list-card-content .small-btn:hover , .project-list-card-content .small-btn:focus{
  color: var(--color-stone);
  background: var(--color-body-color);
  border-color: var(--color-body-color);
}

.project-list-section .three-col-top-left-item{
  width: 14%;
}

.project-list-section .three-col-top-mid-item{
  width: 54%;
}

.project-list-section .three-col-top-right-item{
  width: 28%;
}

.project-list-section .three-col-top-row{
  padding-bottom: 80px;
}



.developers-banner-section{
  background-color: var(--color-vivid-purple);
  background-image: url(images/dev-banner-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
 margin: 0 0 77px;
  padding: 188px 0 102px;
  overflow: hidden;
}

.developers-banner-row{
  justify-content: space-between;
  margin: 0 -10px;
  align-items: center;
}
.developers-banner-col{
  padding: 0 10px;
}
.developers-banner-col-left{
  width: 54.5%;
}
.developers-banner-col-right{
  width: 41.5%;
}

.developers-banner-content h6{
  margin: 0 0 39px;
}

.developers-banner-content h1{
  line-height: 1.05;
  margin: 0 0 105px;
}

.developers-banner-content p{
  line-height: 1.34;
  max-width: 438px;
  letter-spacing: -0.3px;
}

.developers-banner-btns {
  padding: 52px 0 0;
}

.developers-banner-btns .btn{
  letter-spacing: -0.7px;
  margin: 0 21px 10px 0;
}

.developers-banner-image-main{
  width: 100%;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.developers-banner-img{
  position: relative;
  z-index: 2;
  height: 100%;
}

.developers-banner-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  -webkit-mask-image: url(images/half-circle-right.png);
  mask-image: url(images/half-circle-right.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: right center;
  mask-position: right center;
}

.developers-banner-img-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 99.5%;
  height: 100%;
  z-index: 1;
}

.developers-banner-img-bg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform-origin: center center;
  animation: whoWeWorkRotate 26s linear infinite;
}

.help-developers-section{
  padding: 0 0 115px;
}

.help-developers-row{
  margin: 0 -10px;
  justify-content: space-between;
}

.help-developers-left-col{
  width: 32.7%; 
}

.help-developers-right-col{
  width: 58%;
}

.help-developers-col{
  margin-bottom: 30px;
  padding: 0 10px;
}

.help-developers-left-content h6{
  margin: 0 0 37.5%;
  letter-spacing: -0.5px;
}

.help-developers-left-img{
  margin: 0 0 54px;
}

.help-developers-left-img img{
  width: 100%;
  display: block;
}

.help-developers-left-content {
  padding: 20px 0 0;
}

.help-developers-left-content p {
  letter-spacing: -0.5px;
  line-height: 1.4;
}


.help-developers-right-content h2{
 
  margin: 0 0 41%;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -2px;
}

.help-developers-right-content h3{
  
  max-width: 605px;
  line-height: 1.05;
  margin: 0 0 50px;
}

.help-developers-right-img{
  margin: 0 0 23px;
}

.help-developers-right-img img{
  width: 100%;
  display: block;
}

.help-developers-bottom-row{
  margin: 0 -10px;
  justify-content: space-between;
}

.help-developers-bottom-col{
  padding: 0 10px;
}

.help-developers-bottom-left-col{
  width: 30%;
} 

.help-developers-bottom-right-col{
  width: 58%;
  justify-content: space-between;
}




.help-developers-bottom-right-content{
  width: 55%;
  padding-right: 10px;
}

.help-developers-bottom-right-content p {
  line-height: 1.3;
  letter-spacing: -0.3px;
}


.partners-section{
  background: var(--color-stone);
  padding: 152px 0 264px;
  position: relative;
  overflow: hidden;
}

.partners-bg{
  position: absolute;
  bottom: -58.5%;
  left: -22.5%;
  width: 58%;
}

.partners-bg img{
  display: block;
  animation: whoWeWorkRotate 50s linear infinite;
}



.partners-row{
  margin: 0 -10px;
  justify-content: space-between;
}


.partners-col{
  padding: 0 10px;
}

.partners-col-left{
  width: 24%;
  letter-spacing: -0.5px;
}

.partners-col-right{
  width: 68.5%;
}



.partners-slider-content{
  padding: 0 0 0 30px;
  position: relative;
}

.partners-slider .testimonials-slider-content{
  border-top: 0;
  border-bottom: 2px solid var(--color-vivid-purple);
  padding: 0 0 97px;
}

.partners-slider .testimonials-slider-content blockquote{
  padding-left: 0;
}

.partners-slider .testimonials-slider-content blockquote::before{
  left: -30px;
}


.partners-slider .testimonials-slider-author{
  padding-left: 0;
}

.work-banner-section{
  min-height: 1043px;
  position: relative;
  padding: 209px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.work-banner-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.work-banner-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.work-banner-bg:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  transition-delay: 0.15s;
  mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 80%);
}

.work-banner-content{
  position: relative;
  z-index: 1;
  color: var(--color-white);
}

.work-banner-content h1{
  color: var(--color-white);
  line-height: 1.05;
}

.work-banner-content-top{
  width: 60%;
}

.work-banner-content-top h6 {
  margin: 0 0 39px;
}

.work-banner-content-top > *{
  color: var(--color-white);
}

.work-banner-content-bottom{
  text-align: right;
  margin-top: 128px;
}



.our-work-featured-section{
  position: relative;
  overflow: hidden;
  padding: 85px 0 38px;
}

.our-work-featured-section.no-projects {
  padding-bottom: 90px;
}

.our-work-featured-bg{
  width: 17%;
  position: absolute;
  left: 0;
  top: 32%;
  height: 63%;
}

.our-work-featured-bg video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 102%;
  object-fit: contain;
  object-position: left center;
}

.our-work-featured-section .main{
  position: relative;
  z-index: 2;
}

.our-work-filter-row{
  justify-content: space-between;
  margin: 0 -10px;
}

.our-work-filter-col{
  padding: 0 10px;
}

.our-work-filter-col-left{
  width: 25%;
}

.our-work-filter-col-left h6{
  margin: 0;
}

.our-work-filter-col-right{
  width: 75%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}

.our-work-filter-list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  width: calc(100% - 209px);
}

.our-work-filter-link{
  display: inline-block;
  border: 1px solid var(--color-body-color);
  color: var(--color-body-color);
  border-radius: 36px;
  padding: 18px 24px;
  line-height: 1;
  letter-spacing: -0.3px;
}



.our-work-filter-link.active,
.our-work-filter-link:hover,
.our-work-filter-link:focus{
  color: var(--color-stone);
  background: var(--color-vivid-purple);
  border-color: var(--color-vivid-purple);
}

.our-work-filter-col-right .filter-selectbox{
  width: 209px;
  border: 1px solid transparent;
  border-radius: 36px;
  background-color: #d4c4ea;
  background-image: url(images/select-arrow.svg);
  color: var(--color-body-color);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.2;
  height: 56px;
  padding: 0 10px;
  background-position: right 16px center;
  text-align: center;
  cursor: pointer;
}

.our-work-featured-row{
  justify-content: space-between;
  margin: 70px -10px 0;
}

.our-work-featured-col{
  padding: 0 10px;
}

.our-work-featured-col-left{
  width: 25%;
}

.our-work-featured-col-right{
  width: 75%;
}

.our-work-featured-intro{
  color: var(--color-purple);
}

.our-work-featured-intro h2{
  margin: 0 0 16px;
}

.our-work-featured-intro p{
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.our-work-featured-section .consultant-bottom-list{
  width: 100%;
}

.our-work-featured-section .consultant-bottom-row{
  margin: 0 -8px;
}



.our-work-featured-section .consultant-bottom-link{
  min-height: 504px;
  padding: 35px 23px;
  color: var(--color-white);
}

.our-work-featured-section .consultant-bottom-link-content{
  max-width: 100%;
}


.our-work-featured-section .consultant-bottom-link-content h3{
  color: var(--color-white);
  font-size: 32px;
}

.our-work-featured-section .consultant-bottom-link-content p{
  color: var(--color-white);
}

.our-work-featured-section .consultant-bottom-link-content .small-btn {
  padding: 13px 25px;
}

.our-work-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 18px 0 0;
}

.our-work-pagination-inner {
  display: flex;
  justify-content: center;
}

.our-work-pagination-link {
  display: inline-block;
  min-width: 150px;
  padding: 12px 24px;
  border: 1px solid var(--color-vivid-purple);
  border-radius: 36px;
  background: var(--color-vivid-purple);
  color: var(--color-stone);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.our-work-pagination-link:hover,
.our-work-pagination-link:focus {
  border-color: var(--color-body-color);
  background: var(--color-body-color);
  color: var(--color-stone);
}

.our-work-featured-bottom {
  margin: 0 0 68px;
}

.our-work-featured-bottom-row{
  margin: 0 -10px;
}

.our-work-featured-bottom-col{
  padding: 0 10px;
} 

.our-work-featured-bottom-col-left{
  width: 25%;
  
}

.our-work-featured-bottom-col-mid{
  width: 40%;
  letter-spacing: -0.4px;
}

.our-work-featured-bottom-col-right {
 
  margin-left: auto;
}

.our-work-featured-bottom-col-mid p {
  line-height: 1.25;
}

.specialist-section {
  padding: 0 0 74px;
}

.specialist-row{
  justify-content: space-between;
  margin: 0 -10px;
}

.specialist-col{
  padding: 0 10px;
}

.specialist-col-left{
  width: 26%;
  letter-spacing: -0.4px;
}

.specialist-col-left-content{
padding-top: 73px;
}

.specialist-col-left p {
  line-height: 1.3;
  margin: 0 0 30px;
}



.specialist-col-right {
  width: 68.5%;
}


.specialist-col-content {
  padding-left: 30px;
  position: relative;
}

.specialist-col-content .testimonials-slider-content blockquote::before{
  left: -30px;
}


.specialist-col-content .testimonials-slider-content blockquote{
  padding-left: 0;
  margin: 0 0 44px;
}

.specialist-col-content .testimonials-slider-author{
  padding-left: 0;
}


.work-detail-banner-section{
  background-color: var(--color-vivid-purple);
  background-image: url(images/dev-banner-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 0 85px;
  padding: 227px 0 62px;
  overflow: hidden;
}

.work-detail-banner-row{
  justify-content: space-between;
  margin: 0 -10px;
  align-items: center;
}

.work-detail-banner-col{
  padding: 0 10px;
}

.work-detail-banner-col-left {
  width: 42%;
}

.work-detail-banner-col-right {
  width: 54.5%;
}


.work-detail-banner-img{
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.work-detail-banner-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}


.work-detail-banner-content h6 {
  margin: 0 0 40px;
}

.work-detail-banner-content h1 {
  margin: 0 0 43px;
}


.work-detail-banner-content p {
  max-width: 432px;
  letter-spacing: -0.4px;
  line-height: 1.25;
}

.work-detail-banner-btns .btn {
  letter-spacing: -0.7px;
  margin: 0 12px 20px 0;
}

.work-detail-banner-btns {
  padding-top: 90px;
  padding-right: 30px;
}


.work-detail-list-section{
  padding: 0 0 90px;
  overflow: hidden;
}

.work-detail-list-item {
  border-bottom: 2px solid var(--color-mauve);
  padding: 0 0 94px;
  margin: 0 0 42px;
}

.work-detail-list-item:last-child{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.work-detail-row{
  margin: 0 -10px;
  justify-content: space-between;
}

.work-detail-col{
  padding: 0 10px;
}

.work-detail-col-left{
  width: 40%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.work-detail-col-right {
  width: 49.2%;
}

.work-detail-col-left-approach .work-detail-left-content{

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: space-between;
}


.work-detail-col p{
line-height: 1.25;
letter-spacing: -0.3px;
}



.work-detail-right-read-more-btn .btn{
min-width: 160px;
}

.work-detail-right-read-more-content{
  display: none;
}

.work-detail-approach-img {
  margin-top: 24%;
}

.work-detail-approach-img img{
  display: block;
}



.work-detail-right-slider .slick-list{
  margin: 0 -15px;
  overflow: visible;
  width: 100%;
  padding-right: 31%;
}

.work-detail-right-slider-item{
  padding: 0 10px;
  display: block !important;
}

.work-detail-right-slider-img{
  padding-bottom: 91%;
  position: relative;
}

.work-detail-right-slider-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.work-detail-col-left-outcome{
  position: relative;
  background: var(--color-white);
  z-index: 1;
}

.work-detail-col-left-outcome:before{
    content: "";
    position: absolute;
    height: 100%;
    right: 100%;
    top: 0px;
    bottom: 0px;
    width: 400%;
    background: var(--color-white);
}

.work-detail-right-content {
  max-width: 568px;
  letter-spacing: -0.3px;
}

.work-detail-right-read-more-btn {
  padding: 24px 0 0;
}

.btn.read-more-btn i {
  font-size: 16px;
  margin-left: 4px;
}

.work-detail-right-read-more-btn .btn {
  margin: 0 7px 0 0;
  letter-spacing: -0.4px;
}



.work-detail-col-left-outcome .work-detail-left-content h4 {
  margin: 0 0 47px;
}

.work-detail-right-slider {
  margin-top: 10px;
}



.specialist-testimonial-left-section .specialist-col-left{
  order: 2;
}

.specialist-testimonial-left-section .specialist-col-right{
  order: 1;
}

.specialist-testimonial-left-section .testimonials-slider-content{
  border-top: 0;
}

.specialist-row-item{
  border-top: 2px solid var(--color-vivid-purple);
}

.specialist-testimonial-left-section + .project-list-section{
    padding-top: 0;
}

.specialist-testimonial-left-section .specialist-col-content{
  padding-left: 0;
}



/*-- office page --*/

.developers-banner-img-circleleft-section .developers-banner-img img{
    -webkit-mask-image: url(images/half-circle.png);
    mask-image: url(images/half-circle.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 50% 100%;
    mask-size: 50% 100%;
    -webkit-mask-position: left center;
    mask-position: left center;
  }


  .location-section{
    background: var(--color-stone);
    padding: 52px 0 112px;
    position: relative;
    overflow: hidden;
  }

  .location-row{
    justify-content: space-between;
    margin: 0 -10px;
  }

  .location-col{
    padding: 0 10px;
  }

  .location-left-col{
    width: 20%;
    align-items: flex-start;
  }

  .location-right-col{
    width: 80%;
    align-items: flex-end;
  }

  .location-links-list ul{
    padding: 0;
    margin:0;
    list-style: none;
  }

  .location-links-list ul li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    margin-bottom: 20px;
  }

  .location-link{
    font-size: 18px;
    color: var(--color-vivid-purple);
    border: 1px solid var(--color-vivid-purple);
    font-weight: 400;
    padding: 16px 24px;
    border-radius: 36px;
    display: inline-block;
  }

  .location-filter-selectbox {
    display: none;
  }

  select.location-filter-select{
    border: 1px solid var(--color-body-color);
    border-radius: 30px;
    padding: 20px 15px;
    margin: 0 0 30px;
    cursor: pointer;
    background-color: transparent;
    color: var(--color-body-color);
  }

  .location-tiles-box{
    min-height: 672px;
    position: relative;
    border-top: 4px solid var(--color-vivid-purple);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 44px 56px 52px;
    overflow: hidden;
  }

  .location-tiles-box-inner{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 41%;
  }


  .location-tiles-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .location-tiles-img:before{
    
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%); */
    backdrop-filter: blur(38px);
    height: 100%;
    width: 60%;
    mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.1) 100%);

  }

  .location-tiles-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
  }

  .location-tiles-top-content{
    color: var(--color-white);
    position: relative;
    z-index: 1;
  }

  .location-tiles-top-content h2{
    color: var(--color-white);
    margin: 0 0 40px;
  }

  .location-tiles-bottom-content{
    position: relative;
    z-index: 1;
  }

  .location-tiles-bottom-content .btn{
    margin: 0 8px 8px 0;
  }



  .location-col .btn {
      padding: 18px 20px;
  }

  .location-top-links {
    padding: 0 0 52px;
  }

  .location-tiles-top-content p {
    line-height: 1.3;
    letter-spacing: -0.4px;
}

.location-list-item {
  margin: 0 0 32px;
}



.location-map-box{
  width: 55.8%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  background: var(--color-purple);
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
}

.location-map-open .location-map-box{
  transform: none;
}

.location-map-row{
  height: 100%;
}

.location-map-left-col{
  padding: 70px 50px;
  color: var(--color-stone);
  width: 39.8%;
  justify-content: flex-end;
}

.location-map-left-content-item{
  padding-bottom: 30px;
}

.location-map-left-content-item:last-child{
  padding-bottom: 0;
}

.location-map-left-content-item h6{
  color: var(--color-mauve);
  margin: 0 0 8px;
}

.location-map-left-content-item p a{
  color: var(--color-stone);
}

.location-map-left-content-item p a:hover{
  color: var(--color-stone);
  text-decoration: underline;
}

.location-map-left-content-item > *:last-child{
  margin-bottom: 0;
}

.location-map-right-col{
  width: 60.2%;
}

.close-location-map-box{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: var(--color-stone);
  font-weight: 400;
}


.location-map {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
}


.location-map .google-map-render {
  flex-grow: 1;
  height: 100% !important;
}


/*-- insight page --*/

.insight-banner-section{
  background: var(--color-stone);
  padding: 297px 0 98px;
}

.insight-banner-row-top{
  justify-content: space-between;
  margin: 0 -10px;
  padding-bottom: 81px;
}

.insight-banner-top-col{
  padding: 0 10px;
}

.insight-banner-col-left{
  width: 50%;
}

.insight-banner-col-right{
  width: 41%;
}

.insight-banner-col-right .insight-banner-top-content {
  padding: 21px 25px 0 0;
}



.insight-banner-row-bottom{
  margin: 0 -10px;
  justify-content: space-between;
}

.insight-banner-bottom-col{
  padding: 0 10px;
}

.insight-banner-bottom-left-col{
  width: auto;
}

.insight-banner-bottom-right-col{
  width: 66.666%;
}


.insight-banner-bottom-left-col-content .btn{
  margin: 0 20px 20px 0;
}

.insight-banner-bottom-right-col-content ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.insight-banner-bottom-right-col-content ul li{
  margin: 0 20px 20px 0;
}


.insight-list-section{
  background: var(--color-stone);
  padding: 0 0 87px;
}

.insight-list-item{
  margin: 0 0 32px;
  transition: all 0.3s ease-in-out;
}



.insight-list-box{
  border-top: 3px solid var(--color-vivid-purple);
  padding: 63px 95px;
  min-height: 576px;
  color: var(--color-stone);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.insight-list-row{
  margin: 0 -10px;
  justify-content: space-between;
}

.insight-list-content-left{
  width: 48%;
  padding: 0 10px;
}

.insight-list-content-left-top h2{
  color: var(--color-stone);
}

.insight-tag{
  font-size: 16px;
  border: 1px solid var(--color-stone);
  border-radius: 36px;
  padding: 5px 14px;
  display: inline-block;
  margin: 0 0 41px;
  letter-spacing: -0.5px;
}

.insight-list-content-left h2{
  color: var(--color-stone);
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -2px;
}

.insight-meta{
 align-items: center;
}

.insight-meta img{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-position: center center;
  object-fit: cover;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

.insight-meta .btn{
  margin-right: 8px;
  margin-bottom: 8px;
}


.insight-list-content-right{
  padding: 0 10px;
  width: 48.5%;
  justify-content: center;
}

.insight-list-content-right h4{
  color: var(--color-stone);
  margin: 0 0 53px;
  line-height: 1.2;
  max-width: 552px;
  letter-spacing: -0.8px;
}

.insight-list-content-left-top {
  padding: 0 0 72px;
}

.insight-show-more-btn{
  text-align: center;
  padding-top: 40px;
}

.mob-insight-selectbox{
  display: none;
}

.mobile-insight-list-content{
  display: none;
}

.insight-author-name-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.insight-author-name.btn.vivid-border-btn{
  cursor: auto;
  background: transparent;
  color: var(--color-vivid-purple);
  border-color: var(--color-vivid-purple);
}

/*-- insight detail page --*/

.insight-detail-banner-section{
  background: var(--color-stone);
  padding: 297px 0 75px;
}

.insight-detail-banner-content{
 max-width: 1040px;
 width: 100%;
 padding: 0 0 100px;
}

.insight-detail-banner-content h1{
  margin: 0 0 68px;
}

.insight-detail-banner-tag{
  font-size: 16px;
  color: var(--color-body-color);
  border: 1px solid var(--color-body-color);
  border-radius: 36px;
  padding: 5px 14px;
  display: inline-block;
  letter-spacing: -0.5px;
}

.insight-detail-banner-image img{
  width: 100%;
  display: block;
  border-top: 3px solid var(--color-vivid-purple);
}

.insight-detail-banner-video{
  padding-bottom: 48%;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--color-vivid-purple);
}

.insight-detail-banner-video video{
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.insight-detail-banner-video-sound{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.insight-detail-banner-video-sound:hover,
.insight-detail-banner-video-sound:focus{
  background: var(--color-vivid-purple);
  color: #fff;
}

.insight-detail-banner-video-sound-text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.insight-detail-content-section{
  background: var(--color-stone);
  padding: 0 0 70px;
  overflow: hidden;
}

.insight-detail-col{
    padding: 0 10px;
}

.insight-detail-row{
  margin: 0 -10px;
  justify-content: space-between;
}

.insight-detail-col-left{
  width: 28.5%;
  justify-content: space-between;
}

.insight-detail-col-right{
  width: 66.3%;
}


.insight-detail-author-info{
  align-items: center;
  margin: 0 0 21px;
}

.insight-detail-author-info img{
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  display: inline-block;
  margin-right: 12px;
}


.insight-detail-author-name{
  display: block;
  color: var(--color-body-color);
  text-transform: capitalize;
  font-size: 20px;
  margin: 0 0 4px;
}
.insight-detail-author-date{
  display: block;
  color: var(--color-purple);
  align-items: center;
}

.insight-detail-read-time{
  align-items: center;
}

.insight-detail-read-time i{
  margin-right: 7px;
  font-size: 22px;
}

.insight-detail-left-inner hr{
  background: var(--color-mauve);
  height: 2px;
  width: 100%;
  margin: 46px 0;  
}

.insight-related-services-links {
  padding-top: 27px;
}


.insight-related-services-links h6 {
  margin: 0 0 30px;
}

.insight-related-services-links ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.insight-related-services-links ul li{
  display: block;
  margin: 0 0 8px;
}


.related-service-btn{
  font-size: 16px;
  color: var(--color-violet);
  border: 1px solid var(--color-violet);
  border-radius: 36px;
  padding: 5px 14px;
  display: inline-block;
  letter-spacing: -0.5px;
}

.related-service-btn:hover , .related-service-btn:focus{
  background: var(--color-body-color);
  border-color: var(--color-body-color);
  color: var(--color-violet);
}

.insight-detail-left-bottom-inner-img{
  margin: 0 0 57px -26%;
  width: 125%;
}

.insight-detail-left-bottom-inner-img img{
  display: block;
}

.insight-detail-right-content {
  max-width: 688px;
}

.insight-detail-right-content h4{
  margin: 85px 0 29px;
}

.insight-detail-right-content h4:first-child{
  margin-bottom: 72px;
  margin-top: 0;
}

.insight-detail-right-content p{
  line-height: 1.3;
  margin: 0 0 21px;
  letter-spacing: -0.3px;
}

.insight-detail-content-inner > hr{
  background: var(--color-mauve);
  height: 2px;
  width: 100%;
  margin: 40px 0 65px; 
}

.insight-detail-content-bottom-img {
  margin-top: 84px;
}

.insight-detail-content-bottom-img img{
  display: block;
  width: 100%;
}

.insight-detail-content-bottom .insight-detail-right-content h4:first-child {
  margin-bottom: 40px;
}

.insight-detail-pagination-row{
  justify-content: space-between;
}

.insight-detail-pagination-left .btn{
margin: 0 22px 16px 0;
}

.insight-detail-pagination-section {
  padding: 52px 0 0;
}


/*-- contact page --*/

.office-section{
  background: var(--color-stone);
  padding: 70px 0 140px;
}

.office-location-top {
  padding: 0 0 56px;
}

.office-location-row{
  margin: 0 -10px;
  justify-content: space-between;
}

.office-location-col{
  padding: 0 10px;
}

.office-location-col-left{
  width: 40%;
}

.office-location-top .office-location-col-left h6{
  margin: 0 0 27px;
  color: var(--color-vivid-purple);
}

.office-location-top .office-location-col-left h2{
  letter-spacing: -5px;
}

.office-location-col-right{
  width: 58%;
}

.office-location-tabs {
  padding-top: 62px;
}

.office-location-tabs ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.office-location-tabs ul li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 19px 20px 0;
}

.office-location-tabs ul li:last-child{
  margin-right: 0;
}

.office-location-tabs .btn {
  padding: 18px 20px;
}

.office-location-left-address h6{
  margin: 0 0 3px;
  color: var(--color-vivid-purple);
}

.office-location-left-address p {
  line-height: 1.3;
  margin: 0 0 34px;
}

.office-location-left-address {
  padding: 0 0 73px;
}


.office-location-left-contact-info h6{
  margin: 0 0 3px;
  color: var(--color-vivid-purple);

}



.google-map-render{
  filter: grayscale(85%) brightness(1.02);
    -webkit-filter: grayscale(85%) brightness(1.02);
}

.office-location-map img{
  width: 100%;
  display: block;
}

h2.resp-accordion{
  display: none;
}

.office-location-tab-content{
  display: none;
}

.resp-tab-active .btn{
  border-color: var(--color-vivid-purple);
  background: var(--color-vivid-purple);
  color: var(--color-stone);

}


.contact-banner-section .developers-banner-row{
  align-items: normal;
}


.contact-banner-section .developers-banner-content{
  flex-grow: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}


.contact-banner-section .developers-banner-content h1{
  margin: 0 0 65px;
}

.contact-banner-section .developers-banner-btns{
  position: absolute;
  bottom: 0;
  left: 0;
}


.enquiry-section{
  background: var(--color-stone);
  padding: 0 0 20px;
}

.enquiry-row{
  margin: 0 -10px;
  justify-content: space-between;
}

.enquiry-col{
  padding: 0 10px;
}

.enquiry-col-left{
  width: 30%;
}

.enquiry-col-right{
  width: 58%;
}

.enquiry-col-left h6{
  color: var(--color-vivid-purple);
}



.form-col {
  margin: 0 0 40px;
}

.form-col.form-checkbox-btn-col {
  padding-top: 10px;
  margin-bottom: 16px;
}

.form-col p {
  margin: 0;
}


.form-col input[type="text"],.form-col input[type="email"],.form-col input[type="url"],.form-col input[type="password"],.form-col input[type="search"],.form-col input[type="number"],.form-col input[type="tel"],.form-col input[type="range"],.form-col input[type="date"],.form-col input[type="month"],.form-col input[type="week"],.form-col input[type="time"],.form-col input[type="datetime"],.form-col input[type="datetime-local"],.form-col input[type="color"],.form-col textarea,.form-col select{
  border: 0;
  border-bottom: 2px solid var(--color-body-color);
  border-radius: 0;
  padding: 25px 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  color: var(--color-body-color);
  font-size: 18px;
}

.form-col input[type="text"]:focus,.form-col input[type="email"]:focus,.form-col input[type="url"]:focus,.form-col input[type="password"]:focus,.form-col input[type="search"]:focus,.form-col input[type="number"]:focus,.form-col input[type="tel"]:focus,.form-col input[type="range"]:focus,.form-col input[type="date"]:focus,.form-col input[type="month"]:focus,.form-col input[type="week"]:focus,.form-col input[type="time"]:focus,.form-col input[type="datetime"]:focus,.form-col input[type="datetime-local"]:focus,.form-col input[type="color"]:focus,.form-col textarea:focus,.form-col select:focus{

  border-color: var(--color-body-color);
}

.form-col.form-textarea-col textarea {
  height: 292px;
}



.form-col ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--color-body-color);
	opacity: 1;
  }
  
  .form-col ::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color-body-color);
	opacity: 1;
  }
  
  .form-col :-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color-body-color);
	opacity: 1;
  }
  
  .form-col :-moz-placeholder {
	/* Firefox 18- */
	color: var(--color-body-color);
	opacity: 1;
  }

  .form-col label{
    display: block;
    color: var(--color-body-color);
    font-size: 20px;
    margin: 0 0 25px;
  }


  .form-checkbox-btn-col.form-col label {
    margin: 0;
}

.form-checkbox-btn-col.form-col p > label {
  margin: 0 0 25px;
}

  
.form-checkbox-btn-col input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}




.form-checkbox-btn-col .wpcf7-list-item-label{
  font-size: 18px;
  font-family: var(--font-body);
  border: 2px solid var(--color-vivid-purple);
  border-radius: 36px;
  padding: 13px 22px;
  color: var(--color-vivid-purple);
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.form-checkbox-btn-col .wpcf7-list-item-label:before , .form-checkbox-btn-col .wpcf7-list-item-label:after{
  display: none;
}

.form-checkbox-btn-col input:checked + .wpcf7-list-item-label , .form-checkbox-btn-col .wpcf7-list-item-label:hover{
  border-color: var(--color-body-color);
  background: var(--color-body-color);
  color: var(--color-stone);
}

.form-checkbox-btn-col  .wpcf7-list-item{
  margin: 0 20px 20px 0;
}


.form-checkbox-col input[type="checkbox"]{


padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}

.form-checkbox-col input[type="checkbox"] + .wpcf7-list-item-label{
padding-left: 25px;
position: relative;
font-weight: 400;
font-size: 18px;
letter-spacing: -0.4px;
}

.form-checkbox-col input[type="checkbox"] + .wpcf7-list-item-label:before{
content: "";
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
background: var(--color-stone);
border: 1px solid var(--color-body-color);
}

.form-checkbox-col input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid var(--color-body-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.form-checkbox-col .wpcf7-list-item{
margin: 0;
}


.form-checkbox-col.form-col label {
  margin: 13px 0;
}

span.wpcf7-spinner {
  display: block;
 
}


.form-col{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 10px;
  width: 100%;
}

.form-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.form-col.form-btn-col{
  align-items: flex-end;
  margin-top: -97px;
  margin-bottom: 0;
}

.project-list-stone-bg{
  background: var(--color-stone);
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  font-size: 16px;
  border-color: var(--color-vivid-purple);
  background: var(--color-vivid-purple);
  color: var(--color-stone);
  box-shadow: 0px 0px 10px 0px rgba(148, 105, 224, 0.5);
}

.foo-form .wpcf7 form.sent .wpcf7-response-output{
  border-color: var(--color-stone);
  color: var(--color-stone);
  background: transparent;
  box-shadow: none;
}

/*-- what we do --*/

.who-we-work-section.what-we-do-banner-section{
  padding: 216px 0 138px;
}

.what-we-do-banner-section .who-we-work-col-left{
  justify-content: center;
  color: var(--color-stone);
}

.what-we-do-banner-section .who-we-work-col-left .who-we-work-content h6{
  color: var(--color-stone);
}

.what-we-do-banner-section .who-we-work-col-left .who-we-work-content h1{
  color: var(--color-stone);
}

.core-services-section{
  padding: 90px 0 78px;
  overflow: hidden;
  position: relative;
}

.core-services-left-video{
  /* width: 23.4%; */
  width: 376px;
  position: absolute;
  left: 0;
  top: 176px;
  height: 71.6%;
  /* height: 1296px; */
  z-index: 1;
}

.core-services-left-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  object-fit: contain;
  object-position: left center;
}

.core-service-row{
  margin: 0 -10px;
}

.core-service-col{
  padding: 0 10px;
}


.core-service-col-left{
  width: 42%;
}



.core-service-col-right{
  width: 58%;
}


.service-accordion ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-accordion ul li:first-child{
  border-top: 2px solid var(--color-mauve);
}

.service-accordion ul li{
border-bottom: 2px solid var(--color-mauve);
padding: 40px 0 34px;
}

.service-accordion-title{
font-size: 36px;
color: var(--color-body-color);
position: relative;
display: block;
letter-spacing: -1px;
line-height: 1.2;
}

.service-accordion-title:before{
  position: absolute;
  content: "\2b";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--color-body-color);
  border-radius: 50%;
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  
}

.service-accordion-title.active:before{
  content: "\f068";
}


.service-accordion-content{
  display: none;
  padding: 15px 0;
  color: var(--color-purple);
}

.service-accordion-content p{
max-width: 638px;
line-height: 1.3;
margin: 0 0 40px;
color: var(--color-purple);
}

.service-accordion-content .btn{
  margin: 0 0 50px;
}

.service-accordion-content-inner{
  opacity: 0;
}

.service-accordion-content-inner.visible{
  opacity: 1;
  transition: opacity 0.4s ease;
}

.service-slider-accordion {
  margin: 0 0 30px;
  position: relative;
}

.service-slider-accordion:before{
  content: "";
  position: absolute;
  right: 100%;
  width: 500%;
  top: 0;
  bottom: 0;
  background: var(--color-white);
  height: 100%;
  z-index: 1;
}

.service-slider-accordion .slick-list{
  margin: 0 -18px;
  overflow: inherit;
  padding-right: 15%;
}

.service-slider-accordion-item{
  padding: 0 18px;
}


.service-slider-accordion-item-img{
  padding-bottom: 75.5%;
  position: relative;
}

.service-slider-accordion-item-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-top: 3px solid var(--color-vivid-purple);
}

.core-service-content-top {
  max-width: 606px;
  padding: 0 0 60px;
}

.core-service-content-top p {
  line-height: 1.4;
}



.approach-section.approach-stone-bg-section{
  background: var(--color-stone);
  padding: 140px 0 178px;
  
}


.error-404-section .who-we-work-content .btn{
margin-top: 20px;
}


/*-- other internal pages --*/

/* --- Our People: Meet our team --- */
.text-center {text-align: center;}
.meet-our-team-section {padding: 320px 0 113px;overflow: hidden;}
.meet-our-team-section .main {overflow: visible;}
.meet-our-team-intro {justify-content: space-between;align-items: flex-start;margin: 0 -20px 78px;}
.meet-our-team-intro *:last-child {margin-bottom: 0;}
.meet-our-team-intro-col {padding: 0 20px;}
.meet-our-team-intro-col-left {width: 45%;}
.meet-our-team-intro-col-right {width: 42%;margin-left: auto;padding-top: 25px;}
.meet-our-team-filters-wrap { margin-bottom: 98px; }
.meet-our-team-filters-right { margin-left: auto; max-width: 70%; padding-left: 20px; }
.meet-our-team-filters-left { width: 30%; }
.meet-our-team-filters {list-style: none;display: flex;flex-wrap: wrap;gap: 15px 25px;}
.meet-our-team-filters li {margin: 0;padding: 0;}

/* .meet-our-team-filter-link {display: inline-block;border: 1px solid var(--color-vivid-purple);color: var(--color-vivid-purple);border-radius: 36px;padding: 17px 22px;line-height: 1;letter-spacing: -0.6px;}
.meet-our-team-filter-link:hover,.meet-our-team-filter-link:focus,.meet-our-team-filter-link.active {color: var(--color-stone);background: var(--color-vivid-purple);border-color: var(--color-vivid-purple);} */
.meet-our-team-row {margin: 0 -15px;gap: 15px 0;flex-wrap: nowrap;transition: all 0.5s ease-in-out;}
.meet-our-team-grid {display: flex;flex-direction: column;gap: 30px 0;}
.meet-our-team-row:last-child {margin-bottom: 0;}
.meet-our-team-col {padding: 0 15px;flex: 33.33%;min-width: 0;transition: all 0.5s ease-in-out;position: relative;}
.meet-our-team-card {display: flex;position: relative;color: var(--color-stone);border-top: 3px solid var(--color-vivid-purple);width: 100%;overflow: hidden;}
.meet-our-team-card-text h4 { color: var(--color-stone); margin-bottom: 0; } 
.meet-our-team-card-caption *:last-child { margin-bottom: 0; }
.meet-our-team-card-img {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;}
.meet-our-team-card-img img {width: 100%;height: 100%;object-fit: cover;display: block;}
.meet-our-team-card-img:before{
  pointer-events: none;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
}
.meet-our-team-card-caption {padding: 47px 46px 47px 39px;display: flex;align-items: center;width: 100%;}
.meet-our-team-card-text {width: calc(100% - 48px);padding-right: 24px;}
.meet-our-team-card-icon {flex-shrink: 0;width: 48px;height: 48px;border-radius: 50%;border: 1px solid var(--color-stone);display: flex;align-items: center;justify-content: center;font-size: 18px;color: var(--color-white);}
.meet-our-team-cta-wrap {padding-top: 82px;}

.meet-our-team-col.active .meet-our-team-card-icon i:before{
  content: "\f068";
}



.meet-our-team-card-inner {flex: 448px;min-height: 654px;display: flex;flex-wrap: wrap;align-items: flex-end;position: relative;min-width: 448px;max-height: 654px;cursor: pointer;}
.meet-our-team-card-content {color: var(--color-body-color);} 
.meet-our-team-card-content h6 { color: var(--color-vivid-purple); margin-bottom: 33px; }
.meet-our-team-card-content-wrapper p { letter-spacing: -0.35px; line-height: 1.25; margin-bottom: 26px; }
.meet-our-team-card-content-wrapper p:last-child { margin-bottom: 0; }
.meet-our-team-card-content-wrapper {display: flex;flex-wrap: nowrap;padding: 99px 30px 99px 54px;opacity: 0;transition: none;height: 0;transition-delay: 0.2s;}
.meet-our-team-card-content-wrapper.show {opacity: 1;display: flex;transition-delay: 0s;transition: opacity 0.4s ease-in-out;height: 100%;}
.meet-our-team-card-content-left {border-right: 2px solid var(--color-mauve);width: 60.5%;padding-right: 100px;}
.meet-our-team-card-content-right { padding-left: 37px; width: 39.5%; }
.meet-our-team-card-content-wrapper ul { margin: 0; list-style: none; padding: 0; }
.meet-our-team-card-content-wrapper ul li { letter-spacing: -0.35px; line-height: 1.25;}
.meet-our-team-card-content-column1 {margin-bottom: 43px;}
.meet-our-team-card-content-column2 ul li a { display: inline-block; vertical-align: middle; font-size: 16px; line-height: 1.3; letter-spacing: -0.5px; color: var(--color-body-color); border: 1px solid var(--color-body-color); border-radius: 30px; padding: 6px 16px; }
.meet-our-team-card-content-column2 ul li a:hover,
.meet-our-team-card-content-column2 ul li a:focus { color: var(--color-stone); border-color: var(--color-vivid-purple); background: var(--color-vivid-purple); }
.meet-our-team-card-content-column2 h6 { margin-bottom: 21px; } 
.meet-our-team-card-content-column2 ul li { margin-bottom: 8px; } 
.meet-our-team-card-content-column2 ul li:last-child { margin-bottom: 0; }
.meet-our-team-card-social ul { margin: 0; list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; align-items: center;}
.meet-our-team-card-social ul li a { display: inline-block; vertical-align: middle; border: 1px solid var(--color-violet); color: var(--color-violet);padding: 16px 24px;border-radius: 30px; }
.meet-our-team-card-social li.meet-our-team-card-social-link a {
  border: revert-layer;
  border-radius: 0;
  padding: 0;
  text-decoration: underline;
}

.meet-our-team-card-social li.meet-our-team-card-social-link a:hover,
.meet-our-team-card-social li.meet-our-team-card-social-link a:focus {
  color: var(--color-lilac);
  text-decoration: underline;
  background-color: transparent;
}
.meet-our-team-card-social ul li a:hover,
.meet-our-team-card-social ul li a:focus { color: var(--color-stone); border-color: var(--color-vivid-purple); background: var(--color-vivid-purple); }
.meet-our-team-card-content-wrapper .meet-our-team-card-social-linkedin {margin-left: 66px; margin-left: auto;}
.meet-our-team-card-social .meet-our-team-card-social-linkedin a {width: 56px;height: 56px;display: flex;align-items: center;justify-content: center;border-radius: 50%; font-size: 28px;}
.meet-our-team-card-content {background: var(--color-white);opacity: 0;pointer-events: none;transition: all 0.5s ease-in-out;flex: calc(100% - 448px);}
.meet-our-team-col.active {z-index: 5;}
.hover-1 .meet-our-team-col.active{flex: 300%;}
.hover-2 .meet-our-team-col.active{flex: 300%;}
.hover-3 .meet-our-team-col.active{flex: 300%;}
.hover-1 .meet-our-team-col:nth-child(1) .meet-our-team-card-content {opacity: 1;pointer-events: auto;}
.hover-2 .meet-our-team-col:nth-child(2) .meet-our-team-card-content {opacity: 1;width: calc(100% - 448px);display: block;height: auto;pointer-events: auto;}
.hover-3 .meet-our-team-col:nth-child(3) .meet-our-team-card-content {opacity: 1;width: calc(100% - 448px);display: block;height: auto;pointer-events: auto;}
.meet-our-team-row.c-row.hover-2 {margin: 0 -12vw;}
.meet-our-team-row.c-row.hover-1 {margin-right: -24vw;}
.meet-our-team-row.c-row.hover-3 {margin-left: -24vw;}


.meet-our-team-row.hover-1:has(> .meet-our-team-col:nth-child(2)):not(:has(> .meet-our-team-col:nth-child(3))),
.meet-our-team-row.hover-2.col-2 {margin-right: -12vw;}
.meet-our-team-row.hover-3.col-2 {margin-left: -12vw;}

.meet-our-team-row:has(> .meet-our-team-col:nth-child(2)):not(:has(> .meet-our-team-col:nth-child(3))) .meet-our-team-col,
.meet-our-team-row.col-2 .meet-our-team-col {max-width: 33.33%;}
.meet-our-team-row.hover-1:has(> .meet-our-team-col:nth-child(2)):not(:has(> .meet-our-team-col:nth-child(3))) .meet-our-team-col,
.meet-our-team-row.hover-1.col-2 .meet-our-team-col,
.meet-our-team-row.hover-2:has(> .meet-our-team-col:nth-child(2)):not(:has(> .meet-our-team-col:nth-child(3))) .meet-our-team-col {max-width: none;}

.meet-our-team-row.hover-1.col-2 .meet-our-team-col,
.meet-our-team-row.hover-2.col-2 .meet-our-team-col,
.meet-our-team-row.hover-3.col-2 .meet-our-team-col {max-width: none;}

.meet-our-team-row.hover-2.col-2:has(.meet-our-team-col[style="display: none;"] + .meet-our-team-col:nth-child(2).active) { margin-left: -15px; }
.meet-our-team-row.hover-1.col-2:has(.meet-our-team-col:nth-child(1).active) {margin-right: -12vw;}
.meet-our-team-row.c-row.col-1 {
    margin-left: -15px;margin-right: -15px
}
.col-1 .meet-our-team-col.active {
    flex: 100%;
}

.meet-our-team-row:has(.meet-our-team-col:only-child) .meet-our-team-col,
.meet-our-team-row.col-1 .meet-our-team-col { max-width: 100%; flex: 100%; }
.meet-our-team-row.c-row.hover-1:has(.meet-our-team-col:only-child) {margin-right: -15px;}
.meet-our-team-row.hover-1:has(.meet-our-team-col:only-child) .meet-our-team-col,
.meet-our-team-row.hover-2:has(.meet-our-team-col:only-child) .meet-our-team-col,
.meet-our-team-row.hover-3:has(.meet-our-team-col:only-child) .meet-our-team-col,
.meet-our-team-row.hover-1.col-1 .meet-our-team-col,
.meet-our-team-row.hover-2.col-1 .meet-our-team-col,
.meet-our-team-row.hover-3.col-1 .meet-our-team-col { max-width: 100%; }

/* ========== Working For Us ========== */
.why-join-section {padding: 120px 0 260px;}
.why-join-top-section {position: relative;}
.why-join-top-left {width: 43%;min-height: 686px;}
.why-join-top-left h6 { margin-bottom: 60px; }
.why-join-top-right { position: absolute; top: 0; right: 0; bottom: 0; width: 49%; border-top: 3px solid var(--color-vivid-purple); }
.why-join-top-right img { display: block; width: 100%; height: 100%;object-fit: cover; }
.why-join-bottom-section {position: relative;padding-top: 63px;}
.why-join-left {position: absolute;top: -36%;left: -43%;width: 66%;aspect-ratio: 1;}
.why-join-left img { width: 100%; object-fit: contain; object-position: center center; transform-origin: center center; animation: whoWeWorkRotate 26s linear infinite; }
.why-join-features { margin-left: auto; width: 80%; padding-left: 50px; }
.why-join-feature-title { width: 39%; padding-right: 30px; }
.why-join-feature-desc { width: 32%; }
.why-join-feature-desc p { line-height: 1.25; }
.why-join-feature-row { border-bottom: 2px solid var(--color-mauve); padding: 42px 0 50px; }
.why-join-feature-row *:last-child { margin-bottom: 0; }
.why-join-feature-row:last-child { border-bottom: none; padding-bottom: 0; }
.graduate-program-section {background-color: var(--color-purple);background-image: url(images/feature-project-bg.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;color: var(--color-white);padding: 126px 0 147px;overflow: hidden;}
.graduate-program-top h5 {color: var(--color-white);}
.graduate-program-top-left { width: 34%; }
.graduate-program-top-right { width: 65%; }
.graduate-program-top-right p { font-size: 64px; line-height: 1.05; font-weight: 400; letter-spacing: -1.8px; }
.graduate-program-bottom {position: relative;}
.graduate-program-image {position: absolute;top: -8%;right: -24.5%;width: 47%;aspect-ratio: 1;bottom: 0; padding-bottom: 47%; border-radius: 100%;overflow: hidden;}
.graduate-program-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.graduate-program-column h3 {color: var(--color-white);margin-bottom: 29px;}
.graduate-program-column {width: 33.33%;padding: 0 20px;}
.graduate-program-middle { padding: 105px 0px 91px 0; margin: 0 -20px; border-bottom: 1px solid var(--color-stone); margin-bottom: 66px; width: 76%; }
.graduate-program-column p { line-height: 1.25; }
.graduate-program-middle-button { width: 76%; display: flex; flex-wrap: wrap; gap: 12px; }
.vacancies-section .insight-banner-section { padding-top: 107px; padding-bottom: 6px; }
.vacancies-section .insight-banner-section h1.h6 { letter-spacing: -0.5px; } 
.vacancies-section .insight-banner-col-left { flex-direction: row; flex-wrap: wrap; } 
.vacancies-section .insight-banner-top-content { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; padding-top: 14px; } 
.vacancies-section .insight-banner-top-content .button-group-wrap { margin-top: auto; display: flex; flex-wrap: wrap; gap: 20px; } 
.vacancies-section .insight-banner-col-right .insight-banner-top-content { padding: 0; } 
.vacancies-section .insight-banner-top-content h4 { margin-bottom: 0; }
.insight-tag-wrap {display: flex;flex-wrap: wrap;gap: 12px;}
.who-we-work-content h1 { margin-bottom: 40px; }
.who-we-work-content p { max-width: 440px; }


/* Job Role */
.job-role-hero {padding: 300px 0 0px;background: var(--color-stone);}
.job-role-hero-row {border-bottom: 1px solid var(--color-vivid-purple);padding-bottom: 68px;}
.job-role-hero-meta h5 {margin-bottom: 56px;letter-spacing: -0.3px;}
.job-role-meta-row h5 {margin-bottom: 5px;color: var(--color-vivid-purple);}
.job-role-meta-row *:last-child {margin-bottom: 0;}
.job-role-hero-main h1 {margin-bottom: 61px;}
.job-role-hero-main p.h4 {line-height: 1.2;}
.job-role-hero-meta {width: 34%;padding-top: 13px;padding-right: 30px;}
.job-role-meta {margin: 0;}
.job-role-meta-row {margin: 0 0 11px;}
.job-role-meta-row:last-child {margin-bottom: 0;}
.job-role-hero-main {width: 50%;}

.job-role-details {padding: 83px 0 105px;position: relative;background: var(--color-stone);}
.job-role-details-row {align-items: flex-start;}
.job-role-sidebar {width: 34%;padding-right: 50px;}
.job-role-article {width: 50%;}
.job-role-block {margin-top: 65px;}
.job-role-block:first-child {margin-top: 0;}
.job-role-list {margin: 0;padding: 0 0 0 26px;line-height: 1.25;}
.job-role-list li {margin: 0 0 1px;}
.job-role-list li:last-child {margin-bottom: 0;}
.job-role-actions {display: flex;flex-wrap: wrap;gap: 10px 12px;align-items: center;padding-top: 87px;}
.job-role-article p {line-height: 1.25;margin-bottom: 26px;}
.job-role-sidebar h5 {margin-bottom: 45px;}
.job-role-sidebar .btn {margin-top: 10px;}
.job-role-hero-meta-image {position: absolute;top: 54%;left: -18%;transform: translateY(-50%);width: 47.13%;}
.job-role-hero-meta-image img {animation: whoWeWorkRotate 26s linear infinite;width: 100%;}

/* Office Location Child */
.location-child-banner .work-banner-content h1 { font-size: 130px; margin-bottom: 30px; } 
.location-child-banner .work-banner-content p { max-width: 400px; line-height: 1.25; } 
.location-child-banner .work-banner-content-bottom { text-align: left; display: flex; flex-wrap: wrap; gap: 24px; margin-top: auto; width: 100%; } 
.location-child-banner .work-banner-content-top { margin-bottom: 20px; } 
.location-child-banner .work-banner-content { width: 100%; display: flex; flex-wrap: wrap; } 
.location-child-banner.work-banner-section .main { display: block;  }
.location-child-banner.work-banner-section { padding: 382px 0 78px; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-end; }
.location-content-section { padding: 110px 0 80px; }
.location-content-left { width: 40%; }
.location-content-right { width: 49%; margin-left: auto; padding-top: 8px; } 
.location-content-right p { line-height: 1.25; letter-spacing: -0.35px; } 
.location-content-section *:last-child { margin-bottom: 0; } 
.location-content-bottom-col-left { width: 58%; padding-top: 10px; } 
.location-content-bottom-row { margin-top: 164px; border-bottom: 2px solid var(--color-vivid-purple); padding-bottom: 72px; }
.location-content-bottom-col-right { margin-left: auto; width: 31.5%; }
.location-content-bottom-col-left h6 { max-width: 310px; margin-bottom: 34px; }
.location-content-bottom-col-left h3 { line-height: 1.14; margin-bottom: 103px; }
.location-content-bottom-col-right img { display: block; width: 100%; aspect-ratio: 0.99; object-fit: cover; }

.transport-service-section+.meet-our-team-section {padding-top: 100px;}
.featured-projects-section + .transport-service-section{
  padding-top: 160px;
}

.contact-map-row { border-top: 2px solid var(--color-vivid-purple); padding: 100px 0 158px; }
.contact-map-right { margin-left: auto; width: 69.1%; margin-top: 19px; } 
.contact-map-section { padding: 0px 0 0; }
.contact-map-left h2 { font-size: 64px; letter-spacing: -1px; margin-bottom: 110px; }
.contact-map-info p { line-height: 1.25; margin-bottom: 20px; }
.contact-map-info h4 { margin-bottom: 23px; }
.contact-map-info p a { display: table; }
.contact-map-info { margin-bottom: 47px; }
.contact-map-left { width: 30.9%; padding-right: 20px; }

.contact-map-right iframe { width: 100%; }

.default-template-section {
  padding: 240px 0 100px;
  background: var(--color-stone);
}

.default-template-content h1{
  margin: 0 0 30px;
}



.default-template-content ul , .default-template-content ol{
  padding: 0 0 0 18px;
  margin: 0 0 30px;
}

.default-template-content ul li , .default-template-content ol li{
  margin: 0 0 10px;
}

.default-template-content p{
  margin: 0 0 30px;
}

.default-template-content p a{
  text-decoration: underline;
}

.overview-approach-section {
  padding: 82px 0 58px;
  background: var(--color-white);
}

.overview-approach-item {
  justify-content: space-between;
  border-bottom: 2px solid var(--color-mauve);
  padding: 0 0 62px;
  margin: 0 0 42px;
}

.overview-approach-item:first-child {
  border-top: 0;
}

.overview-approach-item:last-child {
  margin-bottom: 0;
}

.overview-approach-left {
  width: 40%;
  padding-right: 30px;
}

.overview-approach-right {
  width: 49.2%;
}

.overview-approach-left h2 {
  margin: 0 0 80px;
}

.overview-approach-image {
  max-width: 367px;
  margin-top: auto;
}

.overview-approach-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.overview-approach-content {
  max-width: 548px;
}

.overview-approach-content p {
  line-height: 1.25;
  letter-spacing: -0.35px;
  margin: 0 0 22px;
}

.overview-approach-content p:last-child {
  margin-bottom: 0;
}

.overview-approach-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.overview-approach-buttons .btn {
  margin: 0;
}



.loader-main {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: none;
}

.loader-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.loader {
  --fill-color: #5c3d99;
  --shine-color: #5c3d9933;
  transform: scale(0.5); /* You can change the size */
  width: 100px;
  height: auto;
  position: relative;
  filter: drop-shadow(0 0 10px var(--shine-color));
}

.loader #pegtopone {
  position: absolute;
  animation: flowe-one 1s linear infinite;
}

.loader #pegtoptwo {
  position: absolute;
  opacity: 0;
  transform: scale(0) translateY(-200px) translateX(-100px);
  animation: flowe-two 1s linear infinite;
  animation-delay: 0.3s;
}

.loader #pegtopthree {
  position: absolute;
  opacity: 0;
  transform: scale(0) translateY(-200px) translateX(100px);
  animation: flowe-three 1s linear infinite;
  animation-delay: 0.6s;
}

.loader svg g path:first-child {
  fill: var(--fill-color);
}

@keyframes flowe-one {
  0% {
    transform: scale(0.5) translateY(-200px);
    opacity: 0;
  }
  25% {
    transform: scale(0.75) translateY(-100px);
    opacity: 1;
  }
  50% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  75% {
    transform: scale(0.5) translateY(50px);
    opacity: 1;
  }
  100% {
    transform: scale(0) translateY(100px);
    opacity: 0;
  }
}

@keyframes flowe-two {
  0% {
    transform: scale(0.5) rotateZ(-10deg) translateY(-200px) translateX(-100px);
    opacity: 0;
  }
  25% {
    transform: scale(1) rotateZ(-5deg) translateY(-100px) translateX(-50px);
    opacity: 1;
  }
  50% {
    transform: scale(1) rotateZ(0deg) translateY(0px) translateX(-25px);
    opacity: 1;
  }
  75% {
    transform: scale(0.5) rotateZ(5deg) translateY(50px) translateX(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0) rotateZ(10deg) translateY(100px) translateX(25px);
    opacity: 0;
  }
}

@keyframes flowe-three {
  0% {
    transform: scale(0.5) rotateZ(10deg) translateY(-200px) translateX(100px);
    opacity: 0;
  }
  25% {
    transform: scale(1) rotateZ(5deg) translateY(-100px) translateX(50px);
    opacity: 1;
  }
  50% {
    transform: scale(1) rotateZ(0deg) translateY(0px) translateX(25px);
    opacity: 1;
  }
  75% {
    transform: scale(0.5) rotateZ(-5deg) translateY(50px) translateX(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0) rotateZ(-10deg) translateY(100px) translateX(-25px);
    opacity: 0;
  }
}


.who-we-work-section.what-we-do-banner-section + .help-developers-section {
  padding-top: 80px;
}

.who-we-work-section.what-we-do-banner-section + .approach-section:not(.approach-stone-bg-section){
  padding-top: 120px;
}