@import url("//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@font-face {
 font-family: Maven Pro;
 src: url("aset/fonts/MavenPro.eot") /* EOT file for IE */
}
@font-face {
 font-family: Maven Pro;
 src: url("aset/fonts/MavenPro.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MavenPro-Bold;
 src: url("aset/fonts/MavenPro-Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: MavenPro-Bold;
 src: url("aset/fonts/MavenPro-Bold.ttf") /* TTF file for CSS3 browsers */
}
.skip-link{
	display:none;
}
.dark-btn {
  background: #282f39;
  color: #ffffff; }
  .dark-btn:hover, .dark-btn:focus {
    color: #ffffff; }

.light-btn {
  background: #ffffff !important;
  color: #282f39; }
  .light-btn:hover, .light-btn:focus {
    color: #282f39; }

.support:before {
  background-color: #0b95c5; }

.support-border.active, .support-border:before, .support-border:after, .job-slide:nth-child(1) .colr-border:before {
  border-color: #0b95c5; }

.web:before {
  background-color: #e9875f; }

.web-border.active, .web-border:before, .web-border:after, .job-slide:nth-child(2) .colr-border:before {
  border-color: #e9875f; }

.campaing:before {
  background-color: #61e86f; }

.campaing-border.active, .campaing-border:before, .campaing-border:after, .job-slide:nth-child(3) .colr-border:before {
  border-color: #61e86f; }

.affiliate:before {
  background-color: #f18439; }

.affiliate-border.active, .affiliate-border:before, .affiliate-border:after, .job-slide:nth-child(4) .colr-border:before {
  border-color: #f18439; }

.design:before {
  background-color: #b0cc16; }

.design-border.active, .design-border:before, .design-border:after, .job-slide:nth-child(5) .colr-border:before {
  border-color: #b0cc16; }

.searchEngine:before {
  background-color: #d8c944; }

.searchEngine-border.active, .searchEngine-border:before, .searchEngine-border:after, .job-slide:nth-child(6) .colr-border:before {
  border-color: #d8c944; }

.payperclick:before {
  background-color: #966cff; }

.payperclick-border.active, .payperclick-border:before, .payperclick-border:after, .job-slide:nth-child(7) .colr-border {
  border-color: #966cff; }

.onlineMarketing:before {
  background-color: #42eb88; }

.onlineMarketing-border.active, .onlineMarketing-border:before, .onlineMarketing-border:after, .job-slide:nth-child(8) .colr-border {
  border-color: #42eb88; }

.socialMedia:before {
  background-color: #df6ce3; }

.socialMedia-border.active, .socialMedia-border:before, .socialMedia-border:after, .job-slide:nth-child(9) .colr-border {
  border-color: #df6ce3; }

.mediaServices:before {
  background-color: #35d4c5; }

.mediaServices-border.active, .mediaServices-border:before, .mediaServices-border:after, .job-slide:nth-child(10) .colr-border {
  border-color: #35d4c5; }

.brand:before {
  background-color: #6392de; }

.brand-border.active, .brand-border:before, .brand-border:after, .job-slide:nth-child(11) .colr-border {
  border-color: #6392de; }

.content:before {
  background-color: #ddab70; }

.content-border.active, .content-border:before, .content-border:after, .job-slide:nth-child(12) .colr-border {
  border-color: #ddab70; }

.translations:before {
  background-color: #f7b54b; }

.translations-border.active, .translations-border:before, .translations-border:after, .job-slide:nth-child(13) .colr-border {
  border-color: #f7b54b; }

.IT:before {
  background-color: #9355cd; }

.IT-border.active, .IT-border:before, .IT-border:after {
  border-color: #9355cd; }

.compliance:before {
  background-color: #7bcd54; }

.compliance-border.active, .compliance-border:before, .compliance-border:after {
  border-color: #7bcd54; }

.analytics:before {
  background-color: #e64f51; }

.analytics-border.active, .analytics-border:before, .analytics-border:after {
  border-color: #e64f51; }

.accounting:before {
  background-color: #a5e551; }

.accounting-border.active, .accounting-border:before, .accounting-border:after {
  border-color: #a5e551; }

html, body {
  font-family: 'Maven Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

html {
  -ms-scroll-snap-type: y proximity;
  -webkit-scroll-snap-type: y proximity;
  scroll-snap-type: y proximity;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none; }
  html ::-webkit-scrollbar {
    display: none; }

.no-scroll {
  overflow: hidden;
  height: 100vh; }
  .no-scroll .main {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

a:hover {
  text-decoration: none; }

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%; }

.entry-header {
    display: none;
}
.entry-title{
	text-indent:-9999999px;
} 
.menu-left-menu-container .menu{
	padding-left:0;
} 
.menu-left-menu-container li.menu-item{
	position:relative;
}
.menu-left-menu-container li.menu-item-has-children:hover{
	background:#222a35;
}
.menu-left-menu-container li.menu-item:hover .sub-menu {
    position: absolute;
    /*left: 0;*/
    width: 100%;
    min-width: 1200px;
	padding:10px 15px;
	top:60px;
	z-index:9;
}
.menu-left-menu-container li.menu-item .sub-menu li {
	display:unset;
}
.menu-left-menu-container li.menu-item:hover .sub-menu li {
    width: 19%;
    padding: 5px 0 5px 20px;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.05);
}
.menu-left-menu-container li.menu-item:hover .sub-menu li a {
    color: #818590;
    font-size: 12px;
    font-weight: normal;
}
.menu-left-menu-container li.menu-item .sub-menu li:hover a{
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
.menu-left-menu-container li.menu-item .sub-menu li:first-child::before{
	/*color: #0b95c5;*/
	background:#0b95c5;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(2)::before{
	background: #e9875f;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(3)::before{
	background: #61e86f;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(4)::before{
	background: #f18439;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(5)::before{
	background: #f18439;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(5)::before{
	background: #b0cc16;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(6)::before{
	background: #d8c944;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(7)::before{
	background: #966cff;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(8)::before{
	background: #42eb88;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(9)::before{
	background: #df6ce3;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(10)::before{
	background: #35d4c5;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(11)::before{
	background: #6392de;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(12)::before{
	background: #ddab70;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(13)::before{
	background: #f7b54b;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(14)::before{
	background: #9355cd;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(15)::before{
	background: #7bcd54;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(16)::before{
	background: #e64f51;
}
.menu-left-menu-container li.menu-item .sub-menu li:nth-child(17)::before{
	background: #a5e551;
}

.menu-left-menu-container li.menu-item .sub-menu li {
    display: inline-block;
    text-decoration: none;
	height:auto;
}

.menu-left-menu-container li.menu-item-has-children .sub-menu{
	opacity:0;
	visibility:hidden;
	position:absolute;
}
.menu-left-menu-container li.menu-item-has-children:hover .sub-menu{
	opacity:1;
	visibility:visible;
	left:0;
}
/*  .menu-left-menu-container li.menu-item-has-children .sub-menu li{
    transition: right 2s ease;
	right:-10px;
  }
.menu-left-menu-container li.menu-item-has-children:hover .sub-menu li{
	transition:right 2s ease;
	right:0;
}*/
/*.menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(1) {
    transition-delay: calc(var(--delay) * 0);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(2) {
    transition-delay: calc(var(--delay) * 1);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(3) {
    transition-delay: calc(var(--delay) * 2);
    transform: translateX(0);
  }*/


  /*.menu-left-menu-container li.menu-item .sub-menu li {
    --delay: 0.05s;
  }*/
  .menu-left-menu-container li.menu-item-has-children .sub-menu li {
    transform: translateX(5px);
    transition: 0.05s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li {
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(6) {
    transition: 0.05s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(11) {
    transition: 0.11s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(16) {
    transition: 0.17s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(2) {
    transition: 0.23s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(7) {
    transition: 0.29s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(12) {
    transition: 0.35s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(17) {
    transition: 0.41s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(3) {
    transition: 0.47s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(8) {
    transition: 0.53s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(13) {
    transition: 0.59s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(4) {
    transition: 0.65s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(9) {
    transition: 0.71s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(5) {
    transition: 0.77s;
	border-right:none;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(10) {
    transition: 0.83s;
	border-right:none;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(15) {
    transition: 0.89s;
	border-right:none;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(14) {
    transition: 0.95s;
  }
  /*.menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(1) {
    transition-delay: calc(var(--delay) * 0);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(6) {
    transition-delay: calc(var(--delay) * 1);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(11) {
    transition-delay: calc(var(--delay) * 2);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(16) {
    transition-delay: calc(var(--delay) * 3);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(2) {
    transition-delay: calc(var(--delay) * 4);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(7) {
    transition-delay: calc(var(--delay) * 5);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(12) {
    transition-delay: calc(var(--delay) * 6);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(17) {
    transition-delay: calc(var(--delay) * 7);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(3) {
    transition-delay: calc(var(--delay) * 8);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(8) {
    transition-delay: calc(var(--delay) * 9);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(13) {
    transition-delay: calc(var(--delay) * 10);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(4) {
    transition-delay: calc(var(--delay) * 11);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(9) {
    transition-delay: calc(var(--delay) * 12);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(14) {
    transition-delay: calc(var(--delay) * 13);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(5) {
    transition-delay: calc(var(--delay) * 14);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(10) {
    transition-delay: calc(var(--delay) * 15);
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li:nth-child(15) {
    transition-delay: calc(var(--delay) * 16);
  }*/

/*.menu-left-menu-container li.menu-item-has-children .sub-menu li{
    transform: translateX(-100%);
  transition: transform 0.5s, opacity 2s;
  }
  .menu-left-menu-container li.menu-item-has-children:hover .sub-menu li {
  transform: translateX(0%);
  transition: transform 0.5s, opacity 2s;
  }*/
  /*.menu-left-menu-container li.menu-item .sub-menu li {
    transform: translateX(-100px);
    transition: 0.2s;
  }*/
  /* .menu-left-menu-container li.menu-item-has-children {
    -transition-delay: 0.05s;
  }*/
  /*.menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(1) {
    transition-delay: calc(var(--delay) * 0);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(2) {
    transition-delay: calc(var(--delay) * 1);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(3) {
    transition-delay: calc(var(--delay) * 2);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(4) {
    transition-delay: calc(var(--delay) * 3);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(5) {
    transition-delay: calc(var(--delay) * 4);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(6) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(7) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(8) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(9) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(10) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(11) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(12) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(13) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(14) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(15) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(16) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }
  .menu-left-menu-container li.menu-item:hover .sub-menu li:nth-child(17) {
    transition-delay: calc(var(--delay) * 5);
    transform: translateX(0);
  }*/

.menu-left-menu-container li.menu-item .sub-menu li::before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    /*background: #000;*/
    transition: width .3s;
}

.menu-left-menu-container li.menu-item .sub-menu li:hover::before {
    width: 20%;
    //transition: width .3s;
	margin-left:10px;
}
.bgopcty {
    background: rgba(40, 47, 57, 0.9);
    width: 100%;
    height: 170px;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: -9;
}

.paoc-popup-close {
    display: block;
    position: absolute;
    outline: none;
    top: -200px;
    right: 15px;
    z-index: 10000;
    outline: none;
    background: none; 
    width: 35px;
    height: 35px;
    color: #fff;
    cursor: pointer;
}
.paoc-popup-close:hover {
	color:#fff;
}

.wpcf7 p{
	display:none;
}

.single-post .pagination-single, .single-post .comments-wrapper{
	display:none;
}
.category-news{
	text-align:center;
	margin-top:100px;
}
.featured-media img{
	width:auto;
	height:200px
}

.page-id-300 .slick-slide img {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
body.dark-theme .jobs-slider .full-detail, body .jobs-slider .full-detail a{
	color:#fff;
}

.single-post .featured-media {
	float: left;
	width: 40%;
}
.single-post .featured-media img {
	width: 100%;
	height: auto;
}
.single-post .post-inner {
	float: left;
	width: 50%;
	margin:0 5%;
}
.single-post .post-inner p{
	text-align:justify;
}

  @media (min-width: 769px) {
    .container-fluid {
      max-width: 90%;
      padding-left: 15px;
      padding-right: 15px; } }

.uppercase {
  text-transform: uppercase; }

.sticky {
  position: fixed;
  /*background:#141519;*/ }

#play {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px; }

header, .main {
  -webkit-transition: -webkit-transform 0.3s ease , -webkit-box-shadow 0.3s ease 0.3s;
  transition: -webkit-transform 0.3s ease , -webkit-box-shadow 0.3s ease 0.3s;
  -o-transition: transform 0.3s ease , box-shadow 0.3s ease 0.3s;
  transition: transform 0.3s ease , box-shadow 0.3s ease 0.3s;
  transition: transform 0.3s ease , box-shadow 0.3s ease 0.3s , -webkit-transform 0.3s ease , -webkit-box-shadow 0.3s ease 0.3s; }

.push-mobile .main, .push-mobile header {
  position: fixed;
  height: 100vh;
  -webkit-transform: translateX(calc(-100% + 90px));
  -ms-transform: translateX(calc(-100% + 90px));
  transform: translateX(calc(-100% + 90px));
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.25); }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  background: transparent; }
  @media (max-width: 480px) {
    canvas {
      opacity: 0.4; } }

body.light-theme canvas {
  opacity: 0; }

#track-light {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  border-radius: 80%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  background: -webkit-radial-gradient(circle closest-side, rgba(0, 123, 255, 0.1), transparent);
  background: -o-radial-gradient(circle closest-side, rgba(0, 123, 255, 0.1), transparent);
  background: radial-gradient(circle closest-side, rgba(0, 123, 255, 0.1), transparent); }
  @media (max-width: 480px) {
    #track-light {
      opacity: 0.1; } }

/* Media Queries
--------------------------------------------------------- */
/* HOVER
---------------------------------------------------------------------------------------------------- */
body.dark-theme, body {
  background: #131418;
  color: #ffffff; }
  body.dark-theme .nav-link, body.dark-theme .social-icon, body .nav-link, body .social-icon {
    color: #818590; }
    body.dark-theme .nav-link.active, body.dark-theme .nav-link:hover, body.dark-theme .nav-link:focus, body.dark-theme .social-icon.active, body.dark-theme .social-icon:hover, body.dark-theme .social-icon:focus, body .nav-link.active, body .nav-link:hover, body .nav-link:focus, body .social-icon.active, body .social-icon:hover, body .social-icon:focus {
      color: #ffffff; }
    body.dark-theme .nav-link.active, body.dark-theme .social-icon.active, body .nav-link.active, body .social-icon.active {
      background: rgba(40, 47, 57, 0.75); }
  body.dark-theme .services-menu, body .services-menu {
    background: rgba(40, 47, 57, 0.75); }
    body.dark-theme .services-menu .nav-wrap .col, body .services-menu .nav-wrap .col {
      border-color: rgba(255, 255, 255, 0.05); }
  body.dark-theme address, body.dark-theme .contact-block .nav-link, body address, body .contact-block .nav-link {
    color: #ffffff; }
    body.dark-theme address a, body.dark-theme .contact-block .nav-link a, body address a, body .contact-block .nav-link a {
      color: #ffffff; }
  body.dark-theme .mobile-menu .nav, body .mobile-menu .nav {
    background: #21252d; }
  body.dark-theme .mobile-menu .nav-link:after, body .mobile-menu .nav-link:after {
    border-color: rgba(255, 255, 255, 0.05); }
  body.dark-theme .mobile-menu .drop-menu.active, body .mobile-menu .drop-menu.active {
    background: #282f39; }
    body.dark-theme .mobile-menu .drop-menu.active .nav-link, body .mobile-menu .drop-menu.active .nav-link {
      color: #ffffff; }
    body.dark-theme .mobile-menu .drop-menu.active .nav .nav-link, body .mobile-menu .drop-menu.active .nav .nav-link {
      color: #818590; }
  body.dark-theme .mobile-menu .drop-menu .nav, body .mobile-menu .drop-menu .nav {
    background: #21252d; }
  body.dark-theme .menu-header, body .menu-header {
    background: #151b25; }
  body.dark-theme .main:before, body .main:before {
    background: #131217; }
  body.dark-theme .vertical-nav .nav-link:before, body .vertical-nav .nav-link:before {
    background: #ffffff; }
  body.dark-theme .text-wrap:before, body .text-wrap:before {
    color: #ffffff; }
  body.dark-theme .text-wrap:after, body .text-wrap:after {
    background: #ffffff; }
  body.dark-theme .find-out-more, body.dark-theme .close-detail, body .find-out-more, body .close-detail {
    background: #15161b;
    color: #ffffff; }
    body.dark-theme .find-out-more .icon, body.dark-theme .close-detail .icon, body .find-out-more .icon, body .close-detail .icon {
      background: #282f39; }
  body.dark-theme .services-content .text__with-star, body .services-content .text__with-star {
    color: #ffffff; }
  body.dark-theme .services-content p, body .services-content p {
    color: #818590; }
  body.dark-theme .about-us__text-wrap p, body .about-us__text-wrap p {
    color: #818590; }
  body.dark-theme .message__block__fixed, body .message__block__fixed {
    background: #131217; }
  body.dark-theme .tile__content, body .tile__content {
    color: #ffffff; }
    body.dark-theme .tile__content h2, body.dark-theme .tile__content .tile__cta, body .tile__content h2, body .tile__content .tile__cta {
      color: #ffffff; }
    body.dark-theme .tile__content p, body .tile__content p {
      color: #818590; }
  body.dark-theme .form-wrap, body .form-wrap {
    background: #131418; }
  body.dark-theme .jobs-slider .slide-inner .job-card, body .jobs-slider .slide-inner .job-card {
    background: #282f39; }
  body.dark-theme .jobs-slider .title, body .jobs-slider .title {
    color: #ffffff; }
  body.dark-theme .jobs-slider p, body .jobs-slider p {
    color: #818590; }
  body.dark-theme .jobs-slider .full-detail, body .jobs-slider .full-detail {
    background: #3d444e;
	width:49%;
	line-height:45px;
	display:inline-block; }
	.apply{
	display: inline-block !important;
    width: 48% !important;
    margin-left: 5px;
}
a.apply {
    line-height: 45px;
    font-size: 18px;
}
  body.dark-theme .popup, body .popup {
    background: #282f39; }
    body.dark-theme .popup .pop-title, body.dark-theme .popup .pop-sub-title, body.dark-theme .popup .close, body .popup .pop-title, body .popup .pop-sub-title, body .popup .close {
      color: #ffffff; }
    body.dark-theme .popup p, body.dark-theme .popup ul, body.dark-theme .popup ol, body .popup p, body .popup ul, body .popup ol {
      color: #818590; }
    body.dark-theme .popup .content-wrap, body .popup .content-wrap {
      scrollbar-color: #282f39 #cacbcd;
      scrollbar-width: thin; }
      body.dark-theme .popup .content-wrap::-webkit-scrollbar-track, body .popup .content-wrap::-webkit-scrollbar-track {
        background: #cacbcd; }
      body.dark-theme .popup .content-wrap::-webkit-scrollbar-thumb, body .popup .content-wrap::-webkit-scrollbar-thumb {
        background-color: #282f39;
        border: 1px solid #cacbcd; }

body.light-theme {
  background: #ffffff;
  color: #1a191e; }
  body.light-theme .underline:before {
    background: rgba(0, 0, 0, 0.15); }
  body.light-theme .nav-link, body.light-theme .social-icon {
    color: #838b91; }
    body.light-theme .nav-link.active, body.light-theme .nav-link:hover, body.light-theme .nav-link:focus, body.light-theme .social-icon.active, body.light-theme .social-icon:hover, body.light-theme .social-icon:focus {
      color: #1a191e; }
  body.light-theme address, body.light-theme .contact-block .nav-link {
    color: #ffffff; }
    body.light-theme address a, body.light-theme .contact-block .nav-link a {
      color: #ffffff; }
  body.light-theme .contact-block .title {
    color: #ffffff; }
  body.light-theme .services-menu {
    background: rgba(255, 255, 255, 0.75); }
    body.light-theme .services-menu .nav-wrap .col {
      border-left-color: rgba(0, 0, 0, 0.15); }
  body.light-theme .mobile-menu .nav {
    background: rgba(255, 255, 255, 0.75); }
  body.light-theme .main:before {
    background: #c8dcde; }
  body.light-theme .vertical-nav .nav-link:before {
    background: #1a191e; }
  body.light-theme .text-wrap:before {
    color: #1a191e; }
  body.light-theme .text-wrap:after {
    background: #1a191e; }
  body.light-theme .slideshow__deco {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5); }
  body.light-theme .find-out-more {
    background: #c8dcde;
    color: #1a191e; }
    body.light-theme .find-out-more .icon {
      background: #ffffff; }
      body.light-theme .find-out-more .icon #play {
        stroke: #1a191e; }
  body.light-theme .services-content .text__with-star {
    color: #1a191e; }
  body.light-theme .services-content p {
    color: #1a191e; }
  body.light-theme .tile__content {
    color: #1a191e; }
    body.light-theme .tile__content h2, body.light-theme .tile__content .tile__cta {
      color: #1a191e; }
    body.light-theme .tile__content p {
      color: #838b91; }
  body.light-theme .slide-timeline-inner:after {
    background: rgba(255, 255, 255, 0.5); }
  body.light-theme .detail-view__inner p {
    color: #838b91; }
  body.light-theme .detail-view__inner .close-detail {
    background: #282f39; }
  body.light-theme .message__block__fixed {
    color: #1a191e;
    background: #c8dcde; }
  body.light-theme .form-wrap {
    background: #ffffff; }
  body.light-theme .jobs-slider .slide-inner .job-card {
    background: #ffffff; }
  body.light-theme .jobs-slider .title {
    color: #1a191e; }
  body.light-theme .jobs-slider p {
    color: #838b91; }
  body.light-theme .jobs-slider .full-detail {
    background: #3d444e; }
  body.light-theme .jobs-slider .apply {
    background: #c8dcde; }
  body.light-theme .form-control {
    border-bottom: 1px solid #ced4da; }
  body.light-theme .popup {
    background: #ffffff; }
    body.light-theme .popup .pop-title, body.light-theme .popup .pop-sub-title {
      color: #1a191e; }
    body.light-theme .popup p, body.light-theme .popup ul, body.light-theme .popup ol {
      color: #838b91; }
    body.light-theme .popup .content-wrap {
      scrollbar-color: #15161b #ffffff;
      scrollbar-width: thin; }
      body.light-theme .popup .content-wrap::-webkit-scrollbar-track {
        background: #ffffff;
        border: 1px solid #15161b; }
      body.light-theme .popup .content-wrap::-webkit-scrollbar-thumb {
        background-color: #15161b; }

header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999; }
  header .wrap {
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease; }
    @media (min-width: 768px) and (min-height: 768px) {
      header .wrap {
        height: 80px; }
        header .wrap .logo svg {
          max-width: 150px; } }
    @media (min-width: 1281px) and (min-height: 800px) {
      header .wrap {
        height: 140px; }
        header .wrap .logo svg {
          max-width: 234px;
          width: 100%; } }
  header .underline {
    position: relative; }
    @media (max-width: 768px) {
      header .underline {
        border-bottom: none; } }
    header .underline:before {
      content: "";
      bottom: 0;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 1px;
      background: #1b1d21;
      width: calc(100% - 2rem); }

.logo svg {
  -webkit-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
  max-width: 115px;
  width: 100%; }

.nav-block {
  height: 100%; }
  .nav-block.justify-content-start {
    padding-left: 0; }
  .nav-block.justify-content-end {
    padding-right: 0; }
  .nav-block .nav-link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem; }

.nav-block ul li{
	list-style:none;
	display:inline-flex;
	padding:18px 15px;
	width:auto;
	height:60px;
}
.nav-block ul li a{
	color:#818590;
	font-weight:600;
	font-size:0.875rem;
	text-transform:uppercase;
}
.nav-block ul li:hover a{
	color:#fff;
}

@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important; } }

.hamburger {
  width: 30px;
  height: 17px;
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0; 
  background:none !important;}
  .hamburger:before, .hamburger:after {
    content: "";
    background: #ffffff;
    height: 2px;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px; }
  .hamburger:before {
    width: 100%;
    top: 0;
    -webkit-transition: top 0.2s ease 0.2s, width 0.2s ease 0.4s, -webkit-transform 0.2s;
    transition: top 0.2s ease 0.2s, width 0.2s ease 0.4s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, top 0.2s ease 0.2s, width 0.2s ease 0.4s;
    transition: transform 0.2s, top 0.2s ease 0.2s, width 0.2s ease 0.4s;
    transition: transform 0.2s, top 0.2s ease 0.2s, width 0.2s ease 0.4s, -webkit-transform 0.2s;
    -webkit-transfrom: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .hamburger:after {
    bottom: 0;
    width: 100%;
    -webkit-transition: bottom 0.2s ease 0.2s, width 0.2s ease 0.4s, -webkit-transform 0.2s;
    transition: bottom 0.2s ease 0.2s, width 0.2s ease 0.4s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, bottom 0.2s ease 0.2s, width 0.2s ease 0.4s;
    transition: transform 0.2s, bottom 0.2s ease 0.2s, width 0.2s ease 0.4s;
    transition: transform 0.2s, bottom 0.2s ease 0.2s, width 0.2s ease 0.4s, -webkit-transform 0.2s;
    -webkit-transfrom: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .hamburger:focus {
    outline: none; }

.bar {
  border-radius: 5px;
  width: 75%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: transform 0.2s ease 0.4s;
  -webkit-transition: -webkit-transform 0.2s ease 0.4s;
  transition: -webkit-transform 0.2s ease 0.4s;
  -o-transition: transform 0.2s ease 0.4s;
  transition: transform 0.2s ease 0.4s;
  transition: transform 0.2s ease 0.4s, -webkit-transform 0.2s ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right; }

@media (max-width: 992px) {
  .wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .hide-mobile {
    display: none !important; }
  .mobile-col {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .mobile-justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; } }

.services-menu {
  border-radius: 0;
  width: 100vw;
  top: calc(100% - 3px); }
  .services-menu.active {
    display: block !important; }
  .services-menu .nav-wrap {
    max-width: 90%;
    padding: 15px 0; }
    @media (max-width: 1720px) {
      .services-menu .nav-wrap {
        padding: 15px; } }
    .services-menu .nav-wrap .col {
      padding-left: 20px;
      padding-right: 20px;
      border-left: 1px solid #5e626d; }
      .services-menu .nav-wrap .col:nth-child(1) {
        border-left: none; }
    @media (max-width: 768px) {
      .services-menu .nav-wrap {
        white-space: nowrap;
        padding-left: 0;
        margin-left: 30px !important;
        margin-right: 30px !important;
        max-width: 100%;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        overflow-x: auto; } }
  .services-menu a {
    border-top: 2px solid transparent;
    position: relative;
    padding: 7px 0;
    font-size: 0.75rem; }
    .services-menu a:hover, .services-menu a.active, .services-menu a:focus {
      font-weight: bold; }
      .services-menu a:hover:before, .services-menu a.active:before, .services-menu a:focus:before {
        width: 50px; }
    .services-menu a:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 0;
      display: block;
      top: 0;
      left: 10px;
      -webkit-transition: width 0.2s linear;
      -o-transition: width 0.2s linear;
      transition: width 0.2s linear; }

.main {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .main:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 40vw;
    height: 60vh;
    z-index: -1; }

.content-wrap {
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.numbered-nav {
  position: absolute;
  top: 60%;
  right: 0; }

.btn {
  width: 220px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0; }

.push-mobile .mobile-menu {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.mobile-menu {
  display: block;
  width: 100vw;
  right: 0;
  height: 100vh;
  position: fixed;
  padding-left: 90px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  overflow:scroll;
  background:#21252d;
  z-index:99; }
  .mobile-menu .nav {
    height: calc(100vh - 60px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .mobile-menu .nav-item {
    height: calc(100% / 5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    border-bottom: 1px solid transparent;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .mobile-menu .nav-link {
    height: 100%;
    text-transform: uppercase;
    font-size: 0.75rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid transparent; }
    .mobile-menu .nav-link:after {
      content: "";
      left: 50%;
      width: 80%;
      top: 0;
      height: 100%;
      position: absolute;
      display: block;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-bottom: 1px solid transparent; }
    .mobile-menu .nav-link i {
      margin-left: 5px; }
      .mobile-menu .nav-link i.fa-chevron-up {
        display: none; }
    .mobile-menu .nav-link:hover, .mobile-menu .nav-link:focus {
      font-weight: bold; }

.menu-header {
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  
  
.mobile-menu .menu-mobile-menu-container{
	background:#21252d;
	height:calc(100% - 60px);
}
.mobile-menu .menu-mobile-menu-container ul {
    margin: 0;
    padding: 0;
    /*display: grid;*/
    height: 100%;
}
.mobile-menu .menu-mobile-menu-container li {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid transparent;
    padding: 0;
    /*margin: 0 40px;*/
    border-color: rgba(255, 255, 255, 0.05);
}
.mobile-menu .menu-mobile-menu-container li.menu-item {
    height: calc(100% / 5);
}
.mobile-menu .menu-mobile-menu-container li.newclass {
    height: auto;
}
.mobile-menu .menu-mobile-menu-container li a {
    color: #818590;
    font-size: 12px;
    text-transform: uppercase;
    /* position: relative; */
    -webkit-box-align: center;
    /* align-items: center; */
    -webkit-box-pack: center;
    display: -webkit-box;
    height: 100%;
    /* display: flex; */
    /* justify-content: center; */
    padding: 15px 0;
}
.mobile-menu .menu-mobile-menu-container li a:hover, .mobile-menu .menu-mobile-menu-container li ul li a:hover {
	color:#fff;
	font-weight:bold;
}
.mobile-menu .menu-mobile-menu-container li ul.sub-menu {
    display: none;
    background: #363c44;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 90px;
    overflow-y: scroll;
    text-indent: -90px;
}
.mobile-menu .menu-mobile-menu-container li ul.sub-menu li{
	padding:0;
	height:auto;
}
.mobile-menu .menu-mobile-menu-container li.newclass a{
	background:#282f39;
}
.mobile-menu .menu-mobile-menu-container li.newclass ul.sub-menu li a{
	background:none;
}
.mobile-menu .menu-mobile-menu-container li.newclass a{
	height:50px;
}
.mobile-menu .menu-mobile-menu-container li a i:last-child{
	display:none;
}
.mobile-menu .menu-mobile-menu-container .drop-menu-nav .nav-item a i{
	display:block !important;
}
.mobile-menu .menu-mobile-menu-container li ul li a i{
	display:none !important;
}
/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: none;
  -webkit-box-shadow: none;
  transition: none;
}*/
  
  @media (max-width: 576px) {
    .menu-header .logo {
      max-width: 115px; } }

.social-icon {
  font-size: 20px !important; }

.drop-menu {
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  .drop-menu.active {
    height: auto; }
    .drop-menu.active .fa-chevron-down {
      display: none; }
    .drop-menu.active .fa-chevron-up {
      display: inline-block !important; }
    .drop-menu.active .nav-link {
      height: 55px;
      font-weight: bold; }
    .drop-menu.active .drop-menu-nav {
      height: calc(100vh - 120px) !important; }
      .drop-menu.active .drop-menu-nav .nav-link {
        font-weight: 400 !important; }
    .drop-menu.active .menu-social {
      height: auto !important; }
      .drop-menu.active .menu-social .nav-item {
        height: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around; }

.subMenuOpen .nav-link {
  height: 55px; }

.drop-menu-nav {
  height: 0px !important;
  overflow-y: auto;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  .drop-menu-nav .nav {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto; }
  .drop-menu-nav .nav-item {
    padding-left: 15px;
    padding-right: 15px; }

.vertical-nav {
  position: fixed;
  width: 200px;
  right: 4.6%;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 10; }
  @media (max-width: 1440px) {
    .vertical-nav {
      width: 150px; }
      .vertical-nav .nav-link:before {
        width: 40%; } }
  .vertical-nav .nav {
    width: 100%; }
  .vertical-nav .nav-item {
    width: 100%;
    margin: 7.5px auto 7.5px 0; }
    .vertical-nav .nav-item:last-child {
      margin-bottom: 0; }
  .vertical-nav .nav-link {
    font-weight: normal;
    position: relative;
    width: 100%; }
    .vertical-nav .nav-link:before {
      content: "";
      width: 30%;
      right: 50px;
      top: 50%;
      height: 2px;
      position: absolute;
      -webkit-transform: translateY(-50%) scaleX(0);
      -ms-transform: translateY(-50%) scaleX(0);
      transform: translateY(-50%) scaleX(0);
      -webkit-transform-origin: right;
      -ms-transform-origin: right;
      transform-origin: right;
      -webkit-transition: -webkit-transform 0.3s linear;
      transition: -webkit-transform 0.3s linear;
      -o-transition: transform 0.3s linear;
      transition: transform 0.3s linear;
      transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
    .vertical-nav .nav-link.active {
      background: none !important; }
      .vertical-nav .nav-link.active:before {
        -webkit-transform: translateY(-50%) scaleX(1);
        -ms-transform: translateY(-50%) scaleX(1);
        transform: translateY(-50%) scaleX(1); }
  @media (max-width: 1281px) {
    .vertical-nav .nav-link {
      font-size: 0.75rem; } }
  @media (max-width: 575px), (max-height: 420px) {
    .vertical-nav {
      display: none; } }

.social-right .social .nav {
  left: calc(100% + 30px);
  top: 40vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 1024px) {
  .social-right .social .nav {
    left: calc(100% + 15px); } 	
	.paoc-popup-close {
    right: -80px;
}}

.social {
  position: relative; }
  .social .nav {
    position: absolute;
    left: -60px;
    top: 65px; }

  @media (max-width: 992px) {
    .social {
      display: none; } }

.vertical-slider {
  display: block;
  position: relative;
  width: 100%; }
  .vertical-slider .slide {
    width: 100%; }
  .vertical-slider .sticky {
    top: 60px;
    left: 50%;
    width: 100%;
    height: 74vh;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 0; }
    .vertical-slider .sticky:before {
      display: none;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0172444) 76%, #131418 100%);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.0172444) 76%, #131418 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(0, 0, 0, 0.0172444)), to(#131418));
      background: linear-gradient(rgba(0, 0, 0, 0.0172444) 76%, #131418 100%);
      z-index: 1; }
      @media (max-width: 768px) {
        .vertical-slider .sticky:before {
          display: block; } }
    @media (min-width: 576px) {
      .vertical-slider .sticky {
        top: 65px;
        padding-top: 15px;
        height: 80%; } }
    @media (min-width: 769px) {
      .vertical-slider .sticky {
        top: 50%;
        padding-top: 15px;
        width: calc(100vw - 39vw);
        height: calc(100vh - 260px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    @media (min-width: 1025px) {
      .vertical-slider .sticky {
        padding: 15px;
        top: calc(50% + 49px); } }
    @media (max-height: 420px) {
      .vertical-slider .sticky {
        top: 55px; } }
    @media (max-width: 480px) {
      .vertical-slider .sticky {
        z-index: -1; }
		.paoc-popup-close {
    right: 0px;
} }

.slideshow {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%; }

.block {
  display: block;
  width: 100%; }

.slideshow__deco {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: absolute;
  margin: 0px 0 0 0;
  left: 0px;
  z-index: 0;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
  align-self: center;
  position: absolute;
  background: url("aset/img/home/home_GlobeBG.jpg") no-repeat;
  background-size: 180%;
  background-position: center 30%; }
  @media (min-width: 769px) {
    .slideshow__deco {
      background-size: 100%;
      background-position: center center; } }
  @media (max-height: 420px) {
    .slideshow__deco {
      height: 100%;
      background-size: cover;
      background-position: center center; } }

.slide__img-wrap {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute; }

.slide__img {
  width: 85%;
  height: 85%;
  left: 51%;
  top: 0;
  display: inline-block;
  background: url("aset/img/home/Globe@2x_Frame1.png") no-repeat center center;
  background-size: 110%;
  position: absolute;
  -webkit-transform: scale3d(1.01, 1.01, 1) translateX(-50%);
  transform: scale3d(1.01, 1.01, 1) translateX(-50%); }
  @media (min-width: 576px) {
    .slide__img {
      background-size: 76%; } }
  @media (min-width: 769px) {
    .slide__img {
      background-size: 46%; } }
  @media (max-width: 576px) {
    .slide__img {
      background-position: top center; } }
  @media (max-height: 420px) {
    .slide__img {
      background-size: 36%; } }

.slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  height: 100vh;
  z-index: 1;
  padding-bottom: 5rem;
  -ms-scroll-snap-align: start;
  -webkit-scroll-snap-align: start;
  scroll-snap-align: start; }
  @media (max-width: 576px) {
    .slide {
      padding-bottom: 2.55rem; } }
  @media (max-height: 420px) {
    .slide {
      padding-bottom: 0; } }

.slideshow.active .slide__img {
  -webkit-transform: scale3d(1.09, 1.09, 1) translateX(-50%);
  transform: scale3d(1.09, 1.09, 1) translateX(-50%); }

.text-wrap {
  padding-left: 14.5%;
  position: relative;
  display: block;
  word-break: break-word; }
  .text-wrap:before {
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg); }
  .text-wrap:after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0px;
    height: 10%;
    width: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (max-width: 768px) {
    .text-wrap {
      padding-left: 0px; }
      .text-wrap:before {
        top: 45%;
        left: 0px;
        font-size: 0.75rem; }
      .text-wrap:after {
        top: 30%;
        left: 5px; } }
  @media (max-width: 576px) {
    .text-wrap:before {
      top: 45%;
      left: 7.5px;
      font-size: 0.75rem; }
    .text-wrap:after {
      top: 30%;
      left: 15px; } }

.text-block {
  position: fixed;
  bottom: 5rem;
  left: 5%;
  z-index: -10 !important;
  pointer-events: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .text-block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      left: 15px; }
      .text-block .text-wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  @media (max-width: 575px), (max-height: 420px) {
    .text-block {
      max-width: 100%;
      bottom: 3rem;
      left: 0; }
      .text-block .text-wrap {
        padding-left: 15px; } }
  @media (max-height: 420px) {
    .text-block {
      bottom: 0 !important; }
      .text-block .text-wrap {
        padding-left: 15px; }
        .text-block .text-wrap:before {
          top: 45%; }
        .text-block .text-wrap:after {
          top: 35%; } }
  .text-block .text-wrap {
    opacity: 0; }

.slide.active .text-block {
  z-index: 10 !important;
  pointer-events: all; }

.slide.active .text-wrap {
  opacity: 1; }

.slide.active .find-out-more {
  pointer-events: all; }

#slide1 .text-wrap:before {
  content: "01"; }

#slide2 .text-wrap:before {
  content: "02"; }

#slide3 .text-wrap:before {
  content: "03"; }

#slide4 .text-wrap:before {
  content: "04"; }

.slide-title {
  line-height: 100%;
  margin-bottom: 20px; }

.slide-text {
  line-height: 160%;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 0.55rem; }

.find-out-more {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  width: 300px;
  height: 64px;
  z-index: -12; }
  .find-out-more .text {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .find-out-more .icon {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .find-out-more .icon svg {
      width: 35px;
      height: 35px; }
  .find-out-more.desktop-hidden {
    display: none; }
  @media (max-width: 480px), (max-height: 420px) {
    .find-out-more {
      margin-top: 20px;
      font-size: 0.65rem;
      height: 60px !important;
      margin-left: -30px;
      width: 80%; }
      .find-out-more svg {
        width: 22px !important;
        height: 22px !important; } }
  @media (max-height: 420px) {
    .find-out-more {
      width: 50%; } }
  @media (max-width: 992px) {
    .find-out-more.mobile-hidden {
      display: none; }
    .find-out-more.desktop-hidden {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (min-width: 481px) and (min-height: 421px) {
  .slide-title {
    font-size: 2.5rem; }
  .slide-text {
    font-size: 0.75rem; }
  .find-out-more {
    height: 70px; } }

@media (min-width: 768px) and (min-height: 768px) {
  .slide-title {
    font-size: 4rem; }
  .slide-text {
    font-size: 0.75rem; }
  .find-out-more {
    height: 80px; } }

@media (min-width: 1281px) and (min-height: 800px) {
  .slide-title {
    font-size: 5rem; }
  .slide-text {
    font-size: 0.9rem; }
  .find-out-more {
    height: 90px; } }

@media (min-width: 1441px) and (min-height: 800px) {
  .slide-title {
    font-size: 6rem; }
  .slide-text {
    font-size: 1.2rem; }
  .find-out-more {
    height: 117px;
    width: 370px; } }

.services-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: padding-top 0.3s ease;
  -o-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease; }
  @media (min-height: 800px) and (min-width: 1281px) {
    .services-content {
      padding-top: 15vh; } }
  @media (max-width: 800px) {
    .services-content .services__img-wrap:before {
      border-width: 2px; } }
  @media (max-width: 800px) and (min-height: 418px) {
    .services-content .services__img-block,
    .services-content .services__text-block {
      width: 100%;
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; }
    .services-content .services__img-block {
      margin-bottom: 40px; }
    .services-content .services__img-wrap {
      padding: 15px 0;
      width: 100%;
      height: 45vh; }
      .services-content .services__img-wrap:before {
        left: 30px;
        border-width: 2px; } }
  @media (max-height: 420px) {
    .services-content {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .services-content .services__img-wrap {
        padding: 15px 0;
        width: 80%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .services-content .services__img-wrap:before {
          left: 20px;
          border-width: 2px; } }

.services__text-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media (max-width: 1024px) {
    .services__text-block .btn {
      font-size: 0.85rem; } }

.services__img-block {
  width: 100%; }
  @media (max-width: 1024px) {
    .services__img-block {
      display: block !important; } }

.services__img-wrap {
  width: 75%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  height: 70vh; }
  .services__img-wrap:before {
    content: "";
    top: 50%;
    left: 17%;
    width: 100%;
    height: 100%;
    position: absolute;
    border-width: 6px;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
  .services__img-wrap img {
    width: 100%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15); }

.services__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15); }

@media (min-width: 768px) {
  .services__text-wrap {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px 0; } }

.services__text-wrap p {
  margin-bottom: 30px; }

@media (max-width: 1024px) {
  .services__text-wrap .services__subtitle {
    font-size: 1.15rem; }
  .services__text-wrap p {
    font-size: 0.85rem; } }

.services__title {
  width: 100%;
  position: relative;
  border-top: 4px solid transparent;
  font-weight: normal; }
  .services__title:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100px;
    display: block;
    top: -20px;
    left: 0;
    border-radius: 20px;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear; }
    @media (max-width: 768px), (max-height: 420px) {
      .services__title:before {
        height: 2px;
        top: -10px; } }
  @media (max-height: 420px) {
    .services__title {
      font-size: 2rem; } }

.services__subtitle {
  font-weight: normal;
  margin: 15px auto; }

.text__with-star i {
  padding-top: 4px;
  margin-right: 15px;
  height: 100%;
  float: left; }

.btn-wrap {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 55px; }

.navOpen .services-content{
  padding-top: 35vh; }
  .navOpen .services-content .services__img-wrap {
    height: 60vh; }

@media (max-height: 420px), (max-width: 576px) {
  .services__title {
    font-size: 2rem; }
  .services__subtitle {
    font-size: 0.95rem !important; }
  .btn-wrap .btn {
    font-size: 0.70rem;
    height: 45px; } }

#aboutUs {
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: 15vh 57.5vh 27.5vh;
  grid-template-rows: 15vh 57.5vh 27.5vh;
  -ms-grid-columns: 50% 33.3333% 16.6667%;
  grid-template-columns: 50% 33.3333% 16.6667%;
  grid-template-areas: 'top-left top-center top-right' 'left center right' 'bottom-left bottom-center bottom-right'; }
  #aboutUs:before {
    content: "";
    left: 0;
    top: 0;
    display: block;
    width: 40%;
    height: 100%;
    position: fixed;
    background: url("https://via.placeholder.com/765x1080") no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    z-index: -1;
    -webkit-animation: revealFromLeft 0.6s cubic-bezier(0.4, 0, 1, 1);
    animation: revealFromLeft 0.6s cubic-bezier(0.4, 0, 1, 1); }
  @media (max-width: 1280px) {
    #aboutUs {
      -ms-grid-columns: 50% 40% 10%;
      grid-template-columns: 50% 40% 10%; } }
  @media (max-width: 812px), (max-height: 420px) {
    #aboutUs {
      display: block;
      margin-top: 80px; }
      #aboutUs:before {
        display: none; } }
  @media (max-width: 767px) {
    #aboutUs {
      margin-top: 60px; } }
  #aboutUs img {
    width: 100%; }

.hide-desktop-img {
  width: calc(100% + 30px) !important;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  margin-bottom: 30px; }
  @media (min-width: 813px) {
    .hide-desktop-img {
      display: none; } }

.d-grid {
  display: -ms-grid;
  display: grid; }

.about-us__text-wrap {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  width: 100%;
  padding: 0 15px;
  grid-area: center;
  position: relative; }
  .about-us__text-wrap .subtitle {
    margin: 0px auto 40px; }
  .about-us__text-wrap p {
    margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .about-us__text-wrap {
      padding: 0; }
      .about-us__text-wrap .subtitle {
        font-size: 1.15rem;
        margin-bottom: 20px; }
      .about-us__text-wrap p {
        margin-bottom: 20px; } }
  @media (max-width: 812px) {
    .about-us__text-wrap .subtitle {
      font-size: 1rem;
      margin-bottom: 15px; }
    .about-us__text-wrap p {
      margin-bottom: 15px;
      font-size: 0.85rem; } }

.find-out-more__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 0.75rem; }
  @media (min-height: 800px) and (min-width: 1441px) {
    .find-out-more__fixed {
      min-width: 480px;
      font-size: 1rem; } }
  @media (max-width: 800px) {
    .find-out-more__fixed {
      position: relative;
      margin-bottom: 20px; } }

.message__block__fixed {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  font-family: 'Playfair Display';
  position: relative;
  grid-area: bottom-center !important;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  grid-area: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20%;
  height: 27.5vh; }
  .message__block__fixed h3 {
    line-height: 150%; }
  .message__block__fixed span {
    font-weight: bold;
    font-style: italic; }
  @media (max-width: 1560px) {
    .message__block__fixed {
      height: 23vh; }
      .message__block__fixed h3 {
        font-size: 1.45rem; } }
  @media (max-width: 1560px) {
    .message__block__fixed {
      height: 23vh; }
      .message__block__fixed h3 {
        font-size: 1.25rem; } }
  @media (max-width: 812px) {
    .message__block__fixed {
      height: 20vh;
      position: relative;
      padding: 0 15px; }
      .message__block__fixed h3 {
        font-size: 1.40rem; } }
  @media (max-height: 420px) {
    .message__block__fixed {
      height: 50vh;
      max-width: 60%;
      margin: 0 auto; }
      .message__block__fixed h3 {
        font-size: 1.25rem; } }

@-webkit-keyframes revealFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes revealFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.detail-view {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .detail-view.is-interactive {
    pointer-events: all; }
  .detail-view.is-visible {
    opacity: 1 !important; }

.detail-view__inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10vw;
  font-family:MavenPro-Bold; }
  @media (max-width: 800px), (max-height: 420px) {
    .detail-view__inner {
      padding-top: 100px !important; } }

#detail-wrap {
  width: 100%; }

.detail-view__title {
  margin-top: 4rem;
  margin-bottom: 5rem;
  color: var(--color-text); }

.detail-view__content {
  width: 100%;
  position: relative;
  white-space: normal; }
  .detail-view__content .title {
    margin-bottom: 3rem;
    opacity: 0; }
    .detail-view__content .title:before {
      left: 40px; }
    .detail-view__content .title span {
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%; }
  .detail-view__content p {
    width: 100%;
    max-width: 35vw;
    font-size: 1.3rem;
    line-height: 1.6;
    opacity: .7;
    opacity: 0; }
    .detail-view__content p:not(:last-child) {
      margin-bottom: 2rem; }
  @media (max-width: 576px), (max-height: 420px) {
    .detail-view__content .title {
      font-size: 3rem; }
    .detail-view__content .title__offset--medium {
      font-size: 1.5rem; }
    .detail-view__content p {
      max-width: 100%;
      font-size: 0.85rem; } }

.close-detail {
  position: relative;
  opacity: 0;
  background: transparent;
  border: 0;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.15); }
  .close-detail i {
    font-size: 1.5rem;
    color: #ffffff; }
  .close-detail:focus {
    outline: none; }

.close-detail__path {
  fill: var(--color-text); }

.close-detail__back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.close-detail__round {
  -webkit-animation: rotate .3s linear infinite;
  animation: rotate .3s linear infinite; }

#scene {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  opacity: 1 !important;
  pointer-events: none; }
  @media (max-width: 480px) {
    #scene {
      opacity: 1; } }
  @media (max-height: 420px) {
    #scene {
      display: none !important; } }

@media (prefers-color-scheme: dark) {
  #scene {
    opacity: 1; } }

.scrollarea {
  height: 100%; }

.scrollarea-ctn {
  position: relative;
  z-index: 5;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.page-title {
  position: fixed;
  top: 9rem;
  left: 5vw;
  z-index: -1;
  white-space: nowrap;
  font-size: calc(4vw + 8rem);
  line-height: .975;
  color: var(--textColor);
  opacity: .1; }

.line-ctn {
  display: block;
  overflow: hidden; }

.btn-inline {
  display: inline-block;
  line-height: 1.5;
  border-bottom: .1rem solid; }

#timeline:before {
  content: "";
  position: fixed;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url("aset/img/timeline/map_bg.png") no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: -1; }
  @media (max-width: 480px) {
    #timeline:before {
      -webkit-background-size: cover;
      background-size: cover; } }

.scroll {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.scroll-content, .detail-view__inner {
  display: block;
  width: auto;
  height: 100%;
  padding: 6rem 5vw 5rem; }
  @media (max-height: 800px) {
    .scroll-content, .detail-view__inner {
      padding: 8vh 5vw; } }

.scroll-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0;
  list-style-type: none; }

.slideshow-list__el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  min-width: 25rem;
  max-width: 40vmin;
  margin-left: 15vw; }
  .slideshow-list__el:last-child {
    padding-right: 10vw;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .slideshow-list__el:nth-child(1) .tile__content {
    color: var(--color-text1); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(1) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(2) .tile__content {
    color: var(--color-text2); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(2) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(3) .tile__content {
    color: var(--color-text3); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(3) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(4) .tile__content {
    color: var(--color-text4); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(4) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(5) .tile__content {
    color: var(--color-text5); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(5) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(6) .tile__content {
    color: var(--color-text6); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(6) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(7) .tile__content {
    color: var(--color-text7); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(7) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(8) .tile__content {
    color: var(--color-text8); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(8) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(9) .tile__content {
    color: var(--color-text9); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(9) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(10) .tile__content {
    color: var(--color-text10); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(10) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(11) .tile__content {
    color: var(--color-text11); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(11) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(12) .tile__content {
    color: var(--color-text12); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(12) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(13) .tile__content {
    color: var(--color-text13); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(13) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(14) .tile__content {
    color: var(--color-text14); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(14) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(15) .tile__content {
    color: var(--color-text15); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(15) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(16) .tile__content {
    color: var(--color-text16); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(16) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(17) .tile__content {
    color: var(--color-text17); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(17) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(18) .tile__content {
    color: var(--color-text18); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(18) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(19) .tile__content {
    color: var(--color-text19); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(19) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(20) .tile__content {
    color: var(--color-text20); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(20) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(21) .tile__content {
    color: var(--color-text21); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(21) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(22) .tile__content {
    color: var(--color-text22); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(22) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(23) .tile__content {
    color: var(--color-text23); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(23) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(24) .tile__content {
    color: var(--color-text24); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(24) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(25) .tile__content {
    color: var(--color-text25); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(25) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(26) .tile__content {
    color: var(--color-text26); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(26) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(27) .tile__content {
    color: var(--color-text27); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(27) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  .slideshow-list__el:nth-child(28) .tile__content {
    color: var(--color-text28); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(28) {
      -webkit-transform: translateY(-8vh);
      -ms-transform: translateY(-8vh);
      transform: translateY(-8vh); } }
  .slideshow-list__el:nth-child(29) .tile__content {
    color: var(--color-text29); }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(29) {
      -webkit-transform: translateY(8vh);
      -ms-transform: translateY(8vh);
      transform: translateY(8vh); } }
  @media only screen and (min-width: 768px) {
    .slideshow-list__el {
      margin-left: 20vw; } }
  @media (max-height: 900px) {
    .slideshow-list__el {
      min-width: auto; } }
  @media (max-width: 800px) {
    .slideshow-list__el {
      margin-left: 35vw; } }
  @media (max-width: 480px) {
    .slideshow-list__el {
      min-width: 80%;
      margin-left: 45vw; }
      .slideshow-list__el:nth-child(1) {
        margin-left: 15vw; }
      .slideshow-list__el .tile__content {
        left: -30px; }
      .slideshow-list__el .tile__title {
        font-size: 3.5rem; }
        .slideshow-list__el .tile__title span {
          font-size: 1.3rem; }
      .slideshow-list__el p {
        font-size: 0.85rem; } }
  @media (max-height: 480px) {
    .slideshow-list__el {
      min-width: 30%;
      margin-left: 25vw; }
      .slideshow-list__el:nth-child(1) {
        margin-left: 10vw; }
      .slideshow-list__el .tile__content {
        left: -20%; }
      .slideshow-list__el .tile__title {
        font-size: 2.5rem; }
        .slideshow-list__el .tile__title span {
          font-size: 1rem; }
      .slideshow-list__el p, .slideshow-list__el .tile__cta {
        font-size: 0.75rem; } }
  @media (max-height: 420px) {
    .slideshow-list__el {
      min-width: 30%;
      margin-left: 25vw; }
      .slideshow-list__el:nth-child(1) {
        margin-left: 10vw; }
      .slideshow-list__el .tile__content {
        left: -20%; }
      .slideshow-list__el .tile__title {
        font-size: 2rem; }
        .slideshow-list__el .tile__title:before {
          width: 40%;
          top: -10%;
          height: 2px; }
        .slideshow-list__el .tile__title span {
          font-size: 1rem; }
      .slideshow-list__el p, .slideshow-list__el .tile__cta {
        font-size: 0.65rem; } }

.slide-timeline-inner {
  width: 100%;
  display: block;
  position: relative;
  white-space: normal;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .slide-timeline-inner:before {
    content: "";
    top: 50%;
    left: 0%;
    width: 120%;
    height: 120%;
    position: absolute;
    border-width: 6px;
    -webkit-transform: translate(-35%, -50%) scaleX(0);
    -ms-transform: translate(-35%, -50%) scaleX(0);
    transform: translate(-35%, -50%) scaleX(0);
    z-index: -1; }
  .slide-timeline-inner:after {
    content: "";
    top: 50%;
    left: 0%;
    width: 120%;
    height: 120%;
    position: absolute;
    border-width: 6px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    z-index: -1; }
  .slide-timeline-inner:hover:before {
    border-style: solid;
    -webkit-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%); }

.tile {
  position: relative; }
  .tile img {
    width: 100%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15); }

.tile__fig {
  position: relative;
  width: 100%;
  margin-bottom: 0; }
  .tile__fig::before {
    content: '';
    display: block;
    padding-top: 136.36%; }

.tile__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.tile__content {
  position: absolute;
  bottom: 2.5rem;
  left: -30%;
  width: 100%;
  text-align: left;
  font-size: 1.4rem; }

.tile__title {
  font-weight: bold;
  font-size: 5rem;
  white-space: nowrap;
  font-family:MavenPro-Bold; }
  .tile__title:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100px;
    display: block;
    top: -20px;
    left: 10%;
    border-radius: 20px;
    -webkit-transition: width 20s linear;
    -o-transition: width 20s linear;
    transition: width 20s linear; }

.title__offset--medium {
  display: block;
  font-weight: normal;
  font-size: 2rem; }

.tile__cta {
  display: block;
  margin-top: 2rem;
  margin-left: 8%;
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.slideshow__progress-ctn {
  overflow: hidden;
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: .4rem;
  will-change: transform; }

.slideshow__progress {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b95c5;
  border-radius: .4rem;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left; }

.details-open .slide-timeline-inner, .details-open .slideshow__progress-ctn {
  opacity: 0 !important; }

.details-open .slideshow-list__el.active {
  z-index: 10; }
  .details-open .slideshow-list__el.active .slide-timeline-inner {
    opacity: 1 !important; }
    .details-open .slideshow-list__el.active .slide-timeline-inner:before {
      top: 60%;
      left: 50%;
      width: 115%;
      height: 100%;
      border-style: solid;
      -webkit-transform: translate(-50%, -50%) scaleX(1);
      -ms-transform: translate(-50%, -50%) scaleX(1);
      transform: translate(-50%, -50%) scaleX(1);
      -webkit-transition: all 20s;
      -o-transition: all 20s;
      transition: all 20s;
      -webkit-transition-delay: 20s;
      -o-transition-delay: 20s;
      transition-delay: 20s; }
    .details-open .slideshow-list__el.active .slide-timeline-inner:after {
      background: rgba(0, 0, 0, 0); }
    .details-open .slideshow-list__el.active .slide-timeline-inner .tile__content {
      opacity: 0; }

#contactUs .title {
  border-bottom: 2px solid transparent;
  position: relative;
  line-height: 200%; }
  #contactUs .title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 120px;
    height: 2px;
    bottom: 0;
    border-radius: 5px;
    background: #0b95c5; }

.mapouter {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 60%; }

.gmap_canvas {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(40, 47, 57, 0.95); }
  .gmap_canvas iframe {
    width: 100%;
    height: 100%;
    opacity: 0.2; }

.light-theme .gmap_canvas {
  background: rgba(200, 220, 222, 0.95); }

#contactUs .mobile-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20vh;
  padding: 0;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.35); }
  @media (max-width: 576px) {
    #contactUs .mobile-wrap {
      margin-top: 35vh; } }

.form-wrap {
  position: relative; }
  @media (max-width: 480px) {
    .form-wrap button {
      width: 100%; } }
  .form-wrap .form-row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .form-wrap .form-row .col {
      padding-left: 15px;
      padding-right: 15px; }

.contact-block {
  background: #282f39;
  position: relative; }
  .contact-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .contact-block address {
    line-height: 300%;
    font-size: 0.85rem; }
  .contact-block .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-block .social .nav-link {
      padding: 0;
      margin-right: 25px; }

@media (min-width: 1280px) {
  .form-wrap, .contact-block {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media (max-width: 576px) {
  .form-wrap, .contact-block {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 30px !important; } }

#joinUs {
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 80% 10%;
  grid-template-columns: 10% 80% 10%;
  -ms-grid-rows: 15% 35% 50%;
  grid-template-rows: 15% 35% 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh; }
  @media (max-width: 576px) {
    #joinUs {
      display: block;
      padding-top: 120px; } }
  #joinUs .pre-bar {
    vertical-align: middle;
    margin-right: 15px;
    width: 25px; }
  #joinUs .pre-bar, #joinUs .separator {
    height: 2px;
    background: #0b95c5;
    display: inline-block; }
  #joinUs .separator {
    width: 75px;
    margin-top: 30px;
    margin-bottom: 30px; }

.join-text-block {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: 2/2; }
  .join-text-block .pre-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0; }
  .join-text-block .title {
    font-size: 50px;
    text-transform: capitalize;
    line-height: 160%; }
    @media (max-height: 801px) {
      .join-text-block .title {
        font-size: 2.8rem; } }
    @media (max-width: 600px) {
      .join-text-block .title {
        font-size: 2.5rem; } }
  .join-text-block p {
    color: #818590;
    line-height: 250%; }
    .join-text-block p a {
      color: #0b95c5;
      font-weight: bold; }

.job-slider-wrap {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: 3/2;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  position: relative; }
  @media (max-width: 600px) {
    .job-slider-wrap {
      margin-bottom: 30px; } }
  .job-slider-wrap .slick-slide:focus {
    outline: none; }
  .job-slider-wrap .slide-inner {
    margin: 0 15px;
    position: relative;
    display: block; }
    .job-slider-wrap .slide-inner:before {
      content: "";
      position: absolute;
      width: 85%;
      height: 110%;
      border-width: 6px;
      top: -5%;
      left: -3%;
      border-style: solid;
      z-index: -1; }
      @media (max-width: 600px) {
        .job-slider-wrap .slide-inner:before {
          border-width: 4px; } }
  .job-slider-wrap .job-card {
    padding: 40px;
    margin: 30px 15px;
    position: relative;
    display: block; }
    @media (max-width: 600px), (max-height: 801px) {
      .job-slider-wrap .job-card {
        padding: 20px; }
        .job-slider-wrap .job-card .separator {
          margin-top: 15px !important;
          margin-bottom: 15px !important; } }
  .job-slider-wrap .date {
    margin-bottom: 0;
    font-size: 0.75rem; }
  .job-slider-wrap p {
    font-size: 0.85rem; }
  .job-slider-wrap .btn-row {
    margin-top: 30px; }
    .job-slider-wrap .btn-row button:nth-child(1) {
      margin-right: 7.5px; }
    .job-slider-wrap .btn-row button:nth-child(2) {
      margin-left: 7.5px;
	  background:#fff; }
    @media (max-width: 600px) {
      .job-slider-wrap .btn-row button {
        font-size: 0.85rem; } }
  .job-slider-wrap .slick-dots {
    list-style-type: none;
    font-size: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
    .job-slider-wrap .slick-dots li {
      margin: 0 5px; }
      .job-slider-wrap .slick-dots li.slick-active button {
        opacity: 1; }
    .job-slider-wrap .slick-dots button {
      font-size: 0;
      width: 10px;
      height: 10px;
      border-radius: 50px;
      padding: 0;
      border: none;
      background: #0b95c5;
      opacity: 0.5; }
      .job-slider-wrap .slick-dots button:focus {
        outline: none; }

input, textarea, .form-control {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  height: 45px; }
  input:focus, textarea:focus, .form-control:focus {
    outline: none;
    border-color: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0); }

input, input.form-control {
  padding-bottom: 0;
  padding-left: 0; }

textarea {
  border: 1px solid transparent !important; }

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*input[type="file"] {
  visibility: hidden;
  position: absolute; }*/

.form-row {
  margin-left: -15px !important;
  margin-right: -15px !important; }
  .form-row .col {
    padding-left: 15px;
    padding-right: 15px; }



  @media (max-width: 480px) {
    .form-label {
      font-size: 11px; } }

.input-border {
  width: 100%;
  height: 1px;
  display: block;
  position: relative; }
  .input-border:before {
    position: absolute;
    content: "";
    height: 1px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }

.form-control:focus ~ .form-label, .form-control:valid ~ .form-label, .form-control:hover ~ .form-label/*, .wpcf7-form-control:focus ~ .form-label, .wpcf7-form-control:valid ~ .form-label, .wpcf7-form-control-wrap:hover ~ .form-label*/ {
  top: 0px;
  left: 15px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  font-size: 11px; }

.form-control:hover ~ .input-border:before, .form-control:focus ~ .input-border:before/*, .wpcf7-form-control-wrap:hover ~ .input-border:before, .wpcf7-form-control:focus ~ .input-border:before*/ {
  background: #0b95c5;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
.form-label {
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 28px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.dark-theme input, .dark-theme textarea, .dark-theme .form-control {
  color: #ffffff; }

.dark-theme textarea {
  border-color: #282f39 !important; }
  .dark-theme textarea:hover, .dark-theme textarea:focus {
    border-color: #0b95c5 !important; }

.dark-theme .form-label {
  color: #ffffff; }

.dark-theme .input-border {
  background: #282f39; }

.light-theme input, .light-theme textarea, .light-theme .form-control {
  color: #15161b; }

.light-theme textarea {
  border-color: #c8dcde !important; }
  .light-theme textarea:hover, .light-theme textarea:focus {
    border-color: #0b95c5 !important; }

.light-theme .form-label {
  color: #15161b; }

.light-theme .input-border {
  background: #c8dcde; }

.light-theme .form-wrap button {
  background: #c8dcde;
  color: #15161b; }


.wpcf7-submit.dark-btn{
	background:#282f39 !important;
}

.popup-wrap {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  max-width: 90%;
  max-height: 95%;
  padding-bottom: 15px;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .popup {
      padding: 40px;
      max-width: 60%; } }
  .popup .ph {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 20px; }
  .popup .separator {
    width: 175px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
    background: #0b95c5;
    display: inline-block; }
    @media (max-width: 480px), (max-height: 420px) {
      .popup .separator {
        width: 100px;
        margin-top: 0px;
        margin-bottom: 10px; } }
  .popup .pop-title,
  .popup .pop-sub-title {
    font-weight: 600; }
    @media (max-width: 480px), (max-height: 420px) {
      .popup .pop-title,
      .popup .pop-sub-title {
        font-size: 1.2rem; } }
  .popup p, .popup ul, .popup ol {
    font-size: 0.90rem; }
  .popup ul, .popup ol {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px; }
  .popup .close {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 0.90rem;
	background:none; }
    .popup .close:focus, .popup .close:hover {
      opacity: 1 !important;
      outline: none; }
    @media (max-width: 480px), (max-height: 420px) {
      .popup .close {
        top: 5px; } }
  .popup .content-wrap {
    width: 100%;
    padding-right: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 65vh;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch; }
    .popup .content-wrap::-webkit-scrollbar {
      display: block;
      width: 8px; }
    .popup .content-wrap::-webkit-scrollbar-track {
      border-radius: 5px; }
    .popup .content-wrap::-webkit-scrollbar-thumb {
      border-radius: 5px; }
