/* @import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css?ver=5.4.2'); */

/* FIXED ARROW DOWN BOTTOM*/
.fixed-row-bottom-arrow { position: fixed; bottom: 0;width: 100%;z-index: 888;}
.fixed-row-bottom-arrow .arrow{left: 50%;    border-color: #fff transparent transparent transparent;left: 28%;
    top: 38%; border-width: 19px 13.5px 0;}

.fixed-row-bottom-arrow .fa-angle-down{position: relative; left: 68%; top: 38%;}
.fixed-row-bottom-arrow .fa-angle-down:before{color: white; font-size:40px;}

footer{
	position: relative!important;
	z-index: 999;
}
html{
	scroll-behavior: smooth;
}

div.text-section{
	padding: 0 20px 20px 20px !important;
}
.bounce {
/* 	position: absolute; */
/* 	bottom: 30px;*/
	left: 49% ; 
/* 	transform: translateX(-50%); */
	bottom: 10px;
	width: 60px;
	height: 60px ;
	background: rgba(0,0,0,0.8);
/* 	margin-left:-30px; */
/* 	border: 2px solid #990000; */
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	animation: bounce 2s;
	-webkit-animation: bounce 2s;
	-moz-animation: bounce 2s;
	-o-animation: bounce 2s;
		border: 0px;
	cursor: pointer;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
/* END FIXED ARROW DOWN BOTTOM*/

.site-branding {
    padding-top: 30px;
}

:root {
  --main-color: black;
  --dark-gray: #515253;
  --gray: #525355;
  --light-gray: #828282;
  --blue: #02a4e0;
  --footer: #434343;
}

body {
  font-family: open sans !important;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5{
  font-weight: 800 !important;
}

b,
strong {
      font-weight: 800 !important;
}

.waypoint_mark{
    width: 100%;
    height: 1px;
    display: table;
}
.padding-v{
	padding: 30px 0px;
}
.padding-top-v{
	padding-top: 30px;
}

.site-header {
  background-color: rgba(255, 255, 255, 0.96);
  position: fixed;
  display: table;
  width: 100% !important;
  left: 0px;
  padding: 45px 45px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
     height: 441px;
    top: -441px;
  z-index: 999999;
  text-align: center;
}

section {
  position: relative;
  overflow: hidden;
}

#frm_job_apply select{
    background-image: url(../images/arrow_shape.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position-x: calc(100% - 4px);
    background-position-y: 2px;
}

.site-header.open {
  top: 0px !important;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.37);
}

.home .open_menu{
  left: calc(50% - 40px);
}

.open_menu {
  position: absolute;
  display: table;
  background-color: black;
  color: white;
padding: 55px 5px 8px;
    bottom: -135px;
    font-size: 36px;
  font-weight: 800;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
	cursor: pointer;
      left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.open_menu:hover {
padding: 70px 5px 8px;
  bottom: -125px;
}
.open_menu.open:hover{
	padding: 28px 5px 8px;
  bottom: -110px;
}

.watch-video-text-dark{
	width: 200px;
    position: relative;
    left: -25px;
    font-size: 18px;
    color: black;
	font-weight: bold;
}
.watch-video-text-light{
	width: 200px;
    position: relative;
    left: -25px;
    font-size: 18px;
    color: white;
	font-weight: bold;
}

.open_menu.open {
  background-color: rgba(255, 255, 255, 0.96);
  color: transparent;
  -webkit-box-shadow: 0px 9px 9px -6px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 9px 9px -6px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 9px 9px -6px rgba(0, 0, 0, 0.37);
	bottom: -115px;
}

.service_button {
  display: none;
}
@keyframes fadeInUp {
  from { 
    opacity: 0;

  }

  to {
    opacity: 1;
  }
}

.open_menu.open:after {
  content: "X";
  color: black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*animation: fadeInUp 1s ease-in-out 0s forwards;*/

}
.open_menu.open img{
	opacity: 0;
}
.main-navigation {
  max-width: 1100px;
  width: 100%;
  margin: 100px auto;
  display: table;
  float: unset !important;
}

a:empty{
    display: none;
}

.menu-menu-1-container,
.menu-menu-2-container {
  width: 100%;
  display: table;
  /* display: flex; */
}

.menu-menu-2-container {
  border: 1px solid black;
  padding: 15px;
  margin-top: 30px;
}

.menu-menu-2-container.slow{
    display: none !important;
}

#primary-menu {
  display: flex;
  justify-content: space-between;
}

#primary-menu a,
.single h3 {
  font-size: 24px;
  color: var(--main-color);
  font-weight: 700;
}

#primary-menu a{
 font-weight: 800;   
}

#primary-menu a:hover{
    color: #525355;
}

#secundary-menu {
  display: flex;
  justify-content: space-around;
}

#secundary-menu a {
  color: black;
      font-weight: 700;

}

#secundary-menu a:hover{
    text-decoration: underline !important;
}

#hero-mobile img {
  width: 100% !important;
}

.scroll_nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.slides-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before{
	border-radius: 0%!important;
}
span.wpcf7-not-valid-tip{
	font-size: 10px;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
    height: 15px!important;
    width: 15px!important;
    top: 6px!important;
    left: -3px!important;
    border-radius: 0!important;
}
.slide .centered {
  width: 60%;
  margin: 200px auto 0;
}

.slide .centered h1 {
  text-align: center;
}

.slide .centered p {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 110%;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-template-page-agile-sub .wrap_section_4 article:hover,.page-template-page-agile-sub-2 .wrap_section_4 article:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.02)!important;
    z-index: 2;
}

.page-template-page-agile-sub .wpcf7 input, .page-template-page-agile-sub .wpcf7 textarea,.page-template-page-agile-sub-2 .wpcf7 input, .page-template-page-agile-sub-2 .wpcf7 textarea{
	background-color: #fff!important;
    border: 2px solid black!important;
	color: black!important;
}

@media screen and (min-width: 1000px){
.page-template-page-agile-sub .section_1_template .jquery-background-video,.page-template-page-agile-sub-2 .section_1_template .jquery-background-video,.page-template-page-services .section_1_template .jquery-background-video{
	left:70%!important;
}
}

.home .element-animation{
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
  transform: translate3d(0, -3000px, 0);
  }
  
  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  }
  
  75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  }
  
  90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  }
  
  100% {
  -webkit-transform: none;
  transform: none;
  }
  }
  
  @keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
  transform: translate3d(0, -3000px, 0);
  }
  
  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  }
  
  75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  }
  
  90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  }
  
  100% {
  -webkit-transform: none;
  transform: none;
  }
  } 



.jquery-background-video.mobile{
 /*display: none;   */
}

#slide-1 {
  background-color: white;
  /* background-color: #000; */
  /* -webkit-clip-path: polygon(
    42% 16%,
    79% 100%,
    52% 100%,
    28% 47%,
    0 100%,
    0 46%,
    14% 16%
  );
  clip-path: polygon(
    42% 16%,
    79% 100%,
    52% 100%,
    28% 47%,
    0 100%,
    0 46%,
    14% 16%
  ); */
}

#slide-1 video {
  /* -webkit-clip-path: polygon(
    37% 18%,
    69% 100%,
    46% 100%,
    25% 50%,
    0 100%,
    0 52%,
    16% 18%
  );
  clip-path: polygon(
    37% 18%,
    69% 100%,
    46% 100%,
    25% 50%,
    0 100%,
    0 52%,
    16% 18%
  ); */
}

#slide-2,
#slide-3,
#slide-4,#slide-5 {
  background-color: white;
}

#slide-1:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100px;
    z-index:3;
    background-color: white;
}

.go-prev,
.go-next {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.home section h2 {
  margin-bottom: 28px;
  font-size: 38px;
}

.home section.section_1_template h2{
   font-size: 48px; 
}
.cta-section{
	padding: 50px 200px;
    background: black;
}
@media screen and (max-width: 1000px){
	.cta-section{
	padding: 50px 100px;
    background: black;
}
}

@media screen and (max-width: 500px){
	.cta-section{
	padding: 20px 50px;
    background: black;
}
}
.cta-section h3{
	color: white;
	text-align: center;
}
.cta-section .row{
	  align-items: center;
  justify-content: center;
}
.home section{
  height: 100%;
}

.home section {
    height: 100% !important;
    position: absolute !important;
    z-index: 4 !important;
    width: 100% !important;
    left: 0 !important;
    top: 0% !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    padding: 0 20px !important;
}

.home .section_1_home.center {
    /* position: absolute; */
    left: unset;
    top: unset;
    /* transform: translateY(-50%); */
    width: 100%;
    text-align: center;
    padding: 0 0px !important;
    max-width: 100%;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
        width: 820px;
/*     padding: 0 20px !important; */
}

.home #slide-4 .section_1_home.center,.home #slide-5 .section_1_home.center{
        width: 723px;
}

.home #slide-8 .section_1_home.center {
    width: 1110px;
}
.section_1_home img {
/*   margin-bottom: 28px !important; */
}

.arrow{
    width: 0;
height: 0;
border-style: solid;
border-width: 10px 7.5px 0 7.5px;
border-color: var(--main-color) transparent transparent transparent;
position: absolute;
    top: 15px;
    right: -25px;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.arrow.open {
    top: 12px;
    transform: rotate(180deg);
}
.section_1_home,
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.interior .section_1_home{
  transform: translate(-50%,-50%) !important;
left: 50% !important;
}

.center h2 {
  font-size: 95px;
  margin-bottom: 40px;
  color: var(--main-color);
}

.home section .center h2{
        font-size: 48px;
    margin-bottom: 30px;
    color: var(--main-color);
    line-height: 55px;
}

.home section .center p,.section_1_home p,.page_title span{
    font-size: 20px;
    line-height: 36px;
    color: #000;
    font-weight:700;
}

img.custom-logo {
    width: 200px;
}

.page_title span{
    font-size: 36px;
    line-height: 42px;
        display: table;
    margin-bottom: 15px !important;
    width: 100%;
    padding: 0 20px;

}

.center {
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  text-align: center;
}

.center .d-flex {
  justify-content: center;
}

.section_1_home.home_video_on_right {
  left: 200px;
}

.section_1_home.home_video_on_right {
  left: unset;
  text-align: right;
  right: 50%;
}

.home .wrap_text_home h4,.home .wrap_text_home h2 {
  max-width: 688px;
  width: 100%;
  margin-left: auto !important;
}

.home .wrap_text_home.home_video_on_left h4,.home .wrap_text_home.home_video_on_left h2 {
  margin-left: unset !important;
   margin-right: auto !important;
}

.section_1_home.home_video_on_right {
    padding-left: 30px !important;
}

.section_1_home.home_video_on_left {
    padding-right: 30px !important;
}

.home .wrap_text_home p{

    max-width: 850px;
    width: 100%;
}

.section_1_home.home_video_on_right .d-flex {
  justify-content: flex-end;
}

.section_1_home h4 {
  font-size: 20px;
  letter-spacing: 4px;
  display: block;
/*   margin-bottom: 25px; */
  font-weight: 400;
  position: relative;
}

.home_video_on_left h4{
  padding-left: 50px;  
}

.home_video_on_right h4{
    padding-right: 50px;
}

.home_video_on_left h4:before,.home_video_on_right h4:after{
      content: "";
    height: 1px;
    width: 40px;
    background-color: black;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 1;
}

.home_video_on_left h4:before{
    right: unset;
    left: 0;
}
/*** TEMPLATE PAGE ***/

#hero-full {
      height: calc(100vh - 0px);
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  /*min-height: -webkit-fill-available;*/
}

#fullpage footer,#fullpage footer .fp-tableCell{
    height: unset !important;
}

.page-template-page-careers #hero-full,.page-template-page-news #hero-full,.page-template-page-jobs #hero-full {
      height: calc(100vh - 132px);
      
}

.banner {
  position: relative;
}

.pagination{
  display: none !important;
}

.tab-pane article{
  display: none;
}

.tab-pane article:nth-of-type(1),.tab-pane article:nth-of-type(2),.tab-pane article:nth-of-type(3),.tab-pane article:nth-of-type(4){
  display: block;
}
.btn.loadMoreBtn {
    display: table;
    background-color: var(--main-color);
    color: #fff !important;
    width: 100%;
    text-align: center;
    padding: 16px 12px;
    border: 1px solid var(--main-color);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    border-radius: 0;
    max-width: 270px;
    margin: 40px auto 100px;
}

.btn.loadMoreBtn:hover {
   color: var(--main-color) !important;
    background-color: #fff;
}

.page_title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--main-color);
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.page_title * {
  margin: 0 !important;
}

h1,
h1 p {
  font-size: 80px;
  margin: 0;
}

h1 p {
  margin-bottom: 0;
}

.section_1_template,
.section_3_template {
  padding: 250px 200px;
  color: var(--main-color);
}
.agile-sub-2 .section_3_template {
  padding: 150px 200px;
  color: var(--main-color);
}
.page-template-page-agile-sub .section_3_template p {
    font-size: 20px;
    line-height: 40px;
}
.page-template-page-agile-sub-2 .section_3_template p {
    font-size: 20px;
    line-height: 40px;
}

.section_2_template {
  background-position: center;
  background-size: cover;
}

h2 {
  font-weight: 800;
  font-size: 48px;
}

h3,
.single h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
}

.section_2_templete_text_block h3 {
    font-weight: 800;
    font-size: 24px;
}
h4 {
  font-weight: 800;
  font-size: 40px;
}

h5 {
  font-weight: 800;
  font-size: 24px;
}

.wrap_buttons a,
.wpcf7 input.wpcf7-submit,
.fake_accord,.single main .wrap_buttons a{
  background-color: rgb(0, 0, 0);
  border: 1px solid black;
  width: 190px;
  text-align: center;
  color: white;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
}

.single main .wrap_buttons a{
    display: table;
    margin: 0 auto;
}

.wpcf7 label{
    font-size: 12px;
    font-weight: 700;
    color: #515253;
    letter-spacing: 1px;
    margin-top: 10px;
}

.wrap_buttons a:hover,
.wpcf7 input.wpcf7-submit:hover,
.fake_accord:hover,
.fake_accord.accord_active,.single main .wrap_buttons a:hover {
  /*background-color: transparent;*/
  background-color: white;
  color: black;
}

.fake_accord.accord_active{
    background-color: #b9b9b9;
    color: #fffefe;
    border: 1px solid #b9b9b9;
}
.wrap_buttons a:nth-of-type(2),
.wpcf7 input.wpcf7-submit {
  background-color: white;
  margin-left: 15px;
  color: black;
}

.wrap_buttons a:nth-of-type(2):hover,
.wpcf7 input.wpcf7-submit:hover {
  background-color: rgb(0, 0, 0);
  color: white !important;
}

p {
  margin-bottom: 40px !important;
  font-size: 18px;
}

a,
.fake_accord,
.wpcf7-submit {
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.page-template-page-agile-sub .section_2_template h2,.page-template-page-agile-sub .section_2_template h3,.page-template-page-agile-sub .section_2_template h4, .page-template-page-agile-sub .section_2_template p{
	color: white;
}
.page-template-page-agile-sub-2 .section_2_template h2,.page-template-page-agile-sub-2 .section_2_template h3,.page-template-page-agile-sub-2 .section_2_template h4, .page-template-page-agile-sub-2 .section_2_template p{
	color: white;
}
.page-template-page-agile-sub .section_2_template h4{
	font-size: 30px;
}
.page-template-page-agile-sub-2 .section_2_template h4{
	font-size: 30px;
}
.page-template-page-agile-sub .section_5_template{
	color: #333;
}
.page-template-page-agile-sub-2 .section_5_template{
	color: #333;
}
.page-template-page-agile-sub .section_2_template p{
font-weight: 500;	
}
.page-template-page-agile-sub-2 .section_2_template p{
font-weight: 500;	
}

@media screen and (min-width: 1000px){
.page-template-page-agile-sub .section_5_template,.page-template-page-agile-sub .section_2_template{
padding: 100px 200px;
}
}
@media screen and (min-width: 1000px){
.page-template-page-agile-sub-2 .section_5_template,.page-template-page-agile-sub-2 .section_2_template{
padding: 100px 200px;
}
}


.section_2_template,
.section_4_template,
.section_5_template {
  padding: 200px;
  color: var(--main-color);
}

.center-columns{
	display: block;
	margin: 0 auto;
}


.careers_section_2 {
  padding: 150px 200px 110px;
  background-color: #434343;
}
.about_section_3 {
  padding: 100px 200px 200px;
}

.about_section_5 {
  padding: 200px 200px 100px;
}

.contact_left {
  padding: 50px 20px 0px 250px !important;
}

.contact_left h2 {
  font-size: 72px;
  margin-bottom: 30px;
}

.contact_right {
  padding: 60px 260px 0px 20px !important;
}

.page-template-page-contact .about_section_5 {
    padding: 100px 240px;
}


.contact_right article {
  padding: 43px 20px;
  border-top: 1px solid #d4d4d4;
}

.contact_right article:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}

.contact_right article:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}

.contact_right article:last-of-type a {
  width: unset;
  display: inline-table;
  margin-right: 5px;
}

.wrap_section_2,
.flex_wrap {
  flex-wrap: wrap;
}
.wrap_section_2 article {
  width: 45%;
  margin-right: 5%;
  border-bottom: 1px solid white;
  margin-bottom: 30px;
}

.about_section_4 .wrap_section_2 article {
  width: 100%;
  margin-right: 0%;
  border-bottom: 1px solid white;
  margin-bottom: 30px;
}


.section_1_templete_text_block p{
    color: #000;
    font-weight: 700;
}

.section_1_templete_text_block p a{
        color: var(--main-color);
    font-weight: 800;
    text-decoration: underline !important;
}


.section_1_templete_text_block h2 {
    margin-bottom: 36px;
}

.section_2_template p {
  color: white;
  margin-bottom: 20px !important;
  font-weight: 700;
}

.section_2_template .wrap_section_2{
    margin-top: 40px;
}

.section_3_template p {
  color: var(--dark-gray);
  font-size: 36px;
  line-height: 63px;
  margin: 0 10px;
  font-weight: 700;
}


#cookie-notice .cn-button{
    background-color: var(--light-gray);
    background-image: none !important;
    border-radius: 0;
    box-shadow: 0 1px 0 rgba(255,255,255,0) inset, 0 1px 2px rgba(0,0,0,.0) !important;
}

#cookie-notice .cn-button:hover{
background-color: white;
color: black;
}

video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-appearance: none;
}


.page-template-page-careers .section_3_template p,.page-template-page-template .section_3_template p{
  line-height: 52px; 
  margin-bottom: 0 !important;
}

.footer_left img{
	width: 200px;
}
.footer_right img{
	width: 35px;
}

.page-template-page-template section h4{
    font-size: 30px;
    text-align: right;
    margin-top: 20px;
}
.page-template-page-template section ul {
    list-style: disc;
    margin-left: 0;
    padding-left: 20px;
}
.page-template-page-agile section ul {
    list-style: disc;
    margin-left: 0;
    padding-left: 20px;
}

.section_product_template {
    padding: 150px 200px;
}
.product-button{
	background: white;
	color: black;
	width: 100%;
	border: 1px solid black;
	    text-align: center;
    padding: 15px 20px;
	font-weight: bold;
}
.product-button:hover{
	background: black;
	color: white;
	width: 100%;
	border: 1px solid black;
	    text-align: center;
    padding: 15px 20px;
	font-weight: bold;
}

@media screen and (max-width: 1000px){
	.section_product_template {
    padding: 50px 100px;
}
}
@media screen and (max-width: 500px){
	.section_product_template {
    padding: 20px 50px;
}
}
@media screen and (min-width: 1000px){
.page-template-page-agile .section_3_template{
	padding: 50px 200px 250px;
}
}
.products-contacts{
	padding-top: 0px!important;
}

.section_product_template p{
    margin-bottom: 20px;
}
.section_product_template .product2{
    margin-top: 100px;
}
.section-product-heading h3{
	padding: 25px 0px;
}

.page-template-page-agile section ul li{
    color: #e7e7e7;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.page-template-page-template section ul li{
    color: #e7e7e7;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.page-template-page-template section{
    position: relative;
    overflow: hidden;
}

.section_3_template p strong {
  font-size: 48px;
  color: var(--main-color);
}

.section_4_template h2 p {
font-size: 48px;
    color: white;
    font-weight: 400;
    margin-bottom: 0 !important;
    padding: 10px 20px;
}
.section_4_template strong {
  /*text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.81);*/
}

.section_4_template article {
  width: calc(25% - 5px);
  position: relative;
  background-position: center;
  background-size: cover;
  margin-right: 5px;
}

.wrap_section_5 article {
  position: relative;
}

.about_section_5 .wrap_section_5 article{
        border-right: 3px solid white;
        border-bottom: 3px solid white;
}

.section_4_template article a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

.section_4_template article:after,
.wrap_section_5 article:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.section_4_template article a p {
    position: absolute;
    color: white;
    bottom: 20px;
    right: 20px;
    margin-bottom: 0 !important;
    font-size: 26px;
    font-weight: 800;
    text-align: right;
    line-height: 32px;
    max-width: 300px;
    width: 100%;
}


  .section_4_template{
      padding:0 !important;
      text-align: center;
          overflow: visible !important;
  }
  
   .section_4_template h2{
    display: table;
    width: 100%;
        margin-bottom: 5px;
}

.section_4_template h2 p {
font-size: 48px;
    color: white;
    font-weight: 400;
    margin-bottom: 0 !important;
    padding: 10px 20px;
}

.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
}

.wpcf7 input.wpcf7-submit {
  margin-right: auto;
  border: 1px solid black !important;
  width: 190px !important;
  text-align: center !important;
  color: black !important;
  padding: 18px 15px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  float: right;
}

.wpcf7 input,
.wpcf7 textarea {
  border-radius: 0 !important;
  background-color: black;
  border: 0 !important;
  padding: 10px !important;
  margin-top: 10px;
  color: white !important;
}
.about_section_4.content_on_right,
.about_section_4.content_on_left {
  display: flex;
}

.about_section_4_ele_1 h2{
    margin-bottom: 30px;
}

.about_section_4_ele_1 p {
    color: white;
    margin-bottom: 14px !important;
    font-weight: 700;
}

.about_section_4_ele_1 .wrap_section_2 article:first-of-type{
    margin-top: 30px;
}

.about_section_4.content_on_right .about_section_4_ele_1 {
  order: 2;
}

.about_section_4.content_on_right .about_section_4_ele_2 {
  order: 1;
}

.col-sm-6.content_on_right {
  padding: 200px 200px 200px 50px;
}
.col-sm-6.content_on_left {
  padding: 200px 30px 200px 200px;
}


.about_section_4 .col-sm-6.content_on_left {
    padding: 200px 60px 200px 200px;
}


.about_section_4 {
  padding: 300px 200px;
}

.wrap_section_about_2 {
    padding: 80px 100px 75px;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.75);
        -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.7)
}

.wrap_section_about_2 h3,
.wrap_section_about_2 span {
  color: var(--gray);
}

.wrap_section_about_2 h3 {
  font-size: 72px;
  display: inline-table;
  font-weight: 800;
}

.wrap_section_about_2 span,
.single h1 {
  font-size: 36px;
}

.wrap_section_about_2 p {
  font-weight: 700;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 0 !important;
}

.wrap_section_about_3 {
  flex-wrap: wrap;
}

.wrap_section_about_3 article {
  width: calc(25% - 15px);
  margin-right: 15px;
}

.wrap_section_about_3 img {
  width: 100%;
  margin-bottom: 20px;
}

.fake_accord {
  width: 100%;
}
.fake_accord_text {
  display: none;
  padding: 25px 30px;
  background-color: whitesmoke;
}

.fake_accord_text p {
    margin-bottom: 25px !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #515253;
}

.same_height_all {
  display: table;
}
.same_height_all p {
  margin-bottom: 20px !important;
  font-size: 16px;
  color: #515253;
  font-weight: 700;
}

.same_height_all h5{
        color: black;
}

.contact_details {
  position: absolute;
  color: white;
  top: 30px;
  left: 30px;
}

.contact_details *{
    /*text-shadow: 1px 1px 6px rgba(4, 4, 4, 0.79);*/

}

.contact_details p {
      font-size: 20px;
    margin-bottom: 0px !important;
    font-weight: 700;
    line-height: 23px;
}

.wrap_careers_2 article {
  color: white;
  width: 20%;
  margin-right: 5%;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
}

.wrap_careers_2 p{
    margin-bottom: 25px !important;
    font-weight: 700;
}

.careers_section_5 {
  position: relative;
  padding: 0;
  height: 900px;
  overflow: hidden;
}

.careers_section_4 iframe{
margin-bottom: -5px;
    height: 100%;
    /* padding-bottom: 25%; */
    position: absolute;
}


.careers_section_4{
    height: 0;
    padding-bottom: 25%;
}

ul.nav-pills {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 40px;
  margin: 0;
}

ul.nav-pills li a {
  color: white;
  width: 215px;
  display: table;
  text-align: center;
  border: 1px solid white;
  padding: 15px 5px;
  margin: 0 5px;
  text-transform: uppercase;
      font-family: open sans;
    font-size: 12px;
    font-weight: 700;
}

ul.nav-pills li a.active,ul.nav-pills li a:hover{
  background-color: white;
  color: #252525;
}

.posts_wrap article {
  padding: 75px;
  position: relative;
  width: 100%;
  overflow: auto;
}


  .wrap_section_4 article {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
 
 .wrap_section_4 article:last-of-type { 
      width: calc(25% - 0px);
    margin-right: 0;
}


  
  .wrap_section_4 article:hover{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 2;
  }
.posts_wrap article:nth-of-type(odd),
.signature {
  background-color: #eaeaea;
}

.posts_wrap article p {
  font-size: 16px;
}

.container.wide,.single .posts_wrap {
  margin-top: 75px;
  max-width: 1440px;
}


.single .posts_wrap {
 margin: 75px auto 75px;   
}
.cat {
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 2;
}

.cat ul {
  margin: 0;
  color: white;
  padding: 0;
  list-style: none;
}

.cat ul a,
.cat span {
  padding: 7px !important;
  display: table;
  background-color: rgba(0, 0, 0, 0.69);
  color: white;
  width: 180px;
  text-align: center;
  font-size: 14px;
  border-right: 4px solid rgba(255, 255, 255, 0.88);
}

.apss-theme-4{
     display: flex;
         align-items: center;
}

.apss-theme-4 .apss-single-icon a {
    margin: 4px !important;
    min-height: 0px !important;
}
.apss-theme-4:after{
content:"SHARE THE STORY";
    font-size: 12px;
        margin: 0px 0 0 10px;
    color: dimgrey;
}


.post-categories {
  margin: 0;
}

.posts_wrap article h5,
.single h5 {
  color: #636363;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.post_excerpt {
  padding-bottom: 50px;
}

.posts_wrap article .post_excerpt a {
  position: absolute;
  bottom: 0;
  display: table;
  background-color: var(--main-color);
  color: white;
  width: calc(100% - 30px);
  text-align: center;
    padding: 16px 12px;
    border: 1px solid var(--main-color);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.posts_wrap article .post_excerpt a:hover{
  background-color: white !important;
  color: var(--main-color) !important;
}

.post_excerpt h3{
    color: var(--main-color);
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
}


.single .posts_wrap{
    margin-bottom: 150px;
}

.posts_wrap article .post_excerpt a:hover {
  /*background-color: white;*/
  /*color: var(--blue);*/
  /*border: 1px solid white;*/
      background-color: black;
    color: #ffffff;
    border: 1px solid black;
}

.img_post {
  height: 350px;
  overflow: hidden !important;
  /* width: 100%; */
  position: relative;
}

.img_post img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1300px){
	.img_post img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
}
.single main {
  margin-top: 150px;
}

.single main li {
    font-weight: 700;
}

.single main h1 {
  margin: 0 0 20px;
  font-weight: 800;
  text-align: center;
  color: var(--main-color);
}

.single main h5 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 50px;
}

.single main h2,
.single main h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.single main a {
  color: var(--blue);
  font-weight: 700;
}

.single main img {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
}

.single main p {
  font-size: 16px;
  line-height: 30px;
}

.single main li {
  color: #696969;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.single main li:last-of-type {
  margin-bottom: 40px;
}

.single .entry-content {
  margin: 0;
}

p:empty {
  margin: 0 !important;
}

.single .container .signature .d-flex a {
  display: table;
  width: 100%;
  padding: 15px;
  color: white;
  background-color: var(--main-color);
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid var(--main-color);
          font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
        padding: 19px 11px;
}

.single .container .signature .d-flex a:hover {
  color: var(--main-color);
  background-color: white;
  border: 1px solid white;
}

.single .container .signature .d-flex a.blue {
        background-color: #ffffff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.single .container .signature .d-flex a.blue:hover {
  /*color: var(--blue);*/
  /*background-color: var(--blue);*/
  background-color: var(--main-color);
  color: #fff;
  /*border: 1px solid var(--blue);*/
  /*border: 1px solid white;*/
}

.signature {
  padding: 35px;
  text-align: center;
}

.single .container main,.single.container main{
    max-width: 840px;
        margin: 150px auto 100px;
} 

.single main h1 {
    margin: 0 0 10px;
        font-size: 60px;
    margin-bottom: 15px !important;
    font-weight: 800;
}



.single main img {
    margin-bottom: 30px;
}

.single main h2, .single main h3, .single main p {
    margin-bottom: 25px !important;
}


.single main li:last-of-type {
    margin-bottom: 25px;
}

.signature .d-flex {
  margin: 0;
}

.signature .d-flex .col-sm-6 {
  padding: 0 2px;
}

.contact_right article h5 {
  color: black;
  margin-bottom: 10px;
}

.contact_right article a {
    color: #515253;
    width: 100%;
    display: table;
    font-weight: 800;
    font-size: 20px;
}

footer {
  background-color: var(--footer);
  padding: 100px 0px 130px;
}

.foot_wrap {
  max-width: 1515px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
footer .d-flex {
  justify-content: space-between;
  align-items: center;
}

footer .footer_right img {
  margin-right: 10px;
}

footer p {
  margin: 43px 0 0 25px !important;
  color: white;
  font-size: 22px;
  letter-spacing: 1px;
  /* text-decoration: underline; */
  padding-bottom: 0px;
  border-bottom: 1px solid white;
  font-weight: 700;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

footer ul a {
  font-size: 20px;
  color: white !important;
  margin-left: 30px;
      margin-top: 32px !important;
    display: table;
    font-weight: 700;
}

.page {
  margin: 0 !important;
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 90px;
  height: 90px;
  z-index: 3;
  opacity: 0.7;
  cursor: pointer;
}

.play:hover {
  opacity: 1;
}

#myModal {
  z-index: 5 !important;
  overflow: hidden;
}
.modal_b {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.fa-times-circle:before {
  color: white;
}

.modal-content {
  position: absolute;
  /* display: flex; */
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1000px;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: calc(50% + 50px);
}

.close {
  float: right;
  font-size: 2.5rem !important;
  font-weight: 700;
  line-height: 1;
  color: #000;
  position: absolute;
  right: 25px !important;
  top: -60px !important;
}

.modal_video {
  width: 100%;
  height: 500px;
}

.job_bar {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 40px;
  margin: 0;
  align-items: center;
}

.single_job{
	margin-top: 100px;
	margin-bottom: 100px;
}
.page-template-apply_job .form-group {
    
	margin-bottom: 3rem;
}

@media screen and (max-width: 560px){
.page-template-apply_job .form-group {
    max-height: 200px;
	margin-bottom: 3rem;
}
}

.job_bar p {
  margin: 0 !important;
  font-size: 30px;
  font-weight: 800;
  color: white;
}

.job_bar select {
    border: 1px solid #ccc;
    margin: 0 25px;
    border-radius: 0 !important;
    padding: 0px 60px 0px 20px !important;
    height: 50px;
    width: 330px;
    -webkit-appearance: none;
    font-weight: 700;
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position: 98%;
    line-height: 51px;
    background-color: white;
}

.job_bar button,
.jobs article a {
  display: table;
  background-color: var(--light-gray);
  color: white;
  width: 230px;
  text-align: center;
  padding: 19px 11px;
  border: 1px solid var(--light-gray);
  -webkit-appearance: none;
  border-radius: 0px;
  letter-spacing: 2px;
}

.jobs article a{
background-color: var(--main-color);
border: 1px solid var(--main-color);
}

.single .jobs article{
   border: 0px solid var(--blue); 
}

.job_bar button:hover,
.jobs article a:hover {
  color: var(--main-color);
  background-color: white;
}

.jobs article {
  padding: 50px;
  /*border-top: 1px solid #dcdcdc;*/
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
}




.job_bar select:last-of-type {
  margin: 0 10px 0 25px;
}

.btn_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.btn_wrap a {
  margin-left: 10px;
}

.btn_wrap a:first-of-type {
  background-color: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn_wrap a:first-of-type:hover {
  background-color: var(--main-color);
  color: white;
}

.salary_wrap {
  font-size: 18px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 30px;
}

.jobs article a {
  padding: 14px 11px;
}

.container.wide.jobs {
  margin-top: 75px;
  max-width: 1440px;
  margin-bottom: 100px;
}


.mobile_drop_inner{
    display:none;
}


.pagination{
    display: table;
    margin: 35px auto 75px;
}

.pagination span, .pagination a {
   display:block;
   float:left;
   margin: 2px 2px 2px 0;
   padding: 7px 15px 7px 15px;
   text-decoration:none;
   width:auto;
   color:#000; /* Pagination text color */
   background: #fff; /* Pagination non-active background color */
   -webkit-transition: background .15s ease-in-out;
   -moz-transition: background .15s ease-in-out;
   -ms-transition: background .15s ease-in-out;
   -o-transition: background .15s ease-in-out;
   transition: background .15s ease-in-out;
   border: 1px solid #000;
}
.pagination a:hover{
   color:#fff;
   background: #0b8fbf; /* Pagination background on hover */
   border: 1px solid #0b8fbf;
}
.pagination .current{
    padding: 7px 15px 7px 15px;
    background: #0b8fbf;
    color: #fff;
    border: 1px solid #0b8fbf;
}


ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

.backtotopwrap{
    display: none;
}


.social_footer{
    margin-top: 30px;
}

.social_footer a:last-of-type img{
    margin-right: 0;
}

#copyright{
    /*text-align: center;*/
    color: grey;
    /*font-size: 12px;*/
    /*margin: 70px auto 0;*/
    /*padding: 0 20px;*/
    /*display: table;*/
    max-width: 640px;
    width: 100%;
    margin: 30px 0 0 auto;
    padding: 0 20px;
    text-align: right;
    font-size: 14px;
}

#copyright a{
    color: grey;
    font-weight: 800;
}
    
    .social_footer{
    margin-top: 0px;
}
  
  .footer_right.d-flex{
      width: 590px;
  }
  
  footer .d-flex {
    display: flex !important;
    flex-wrap: wrap;
        align-items: start;
}

.job_bar button, .jobs article a {
        font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
        padding: 19px 11px;

}

footer ul a {
    margin-top: 45px !important;
}



  
.menu-menu-3-container{
        display: table;
    order: 1;
    width: 100%;
    margin-left: auto;
}

#footer-menu{
    width: unset;
    flex-wrap: wrap;
    display: table;
    margin-left: auto;
}


#footer-menu li{
    display: inline-table;
}

.social_footer{
        order: 2;
    width: auto;
    margin-left: auto;
    margin-top: 30px;
}

.wpcf7-form .wpcf7-acceptance span{
    margin: 0;
}

.acceptance-943{
        margin-left: auto;
    display: table;
}
.wpcf7 .wpcf7-acceptance input{
    display: inline-table;
    width: auto;
}


.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
    position: relative;
    visibility: hidden;
    margin: 0;
    display: inline-table;
    width: 20px;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before {
      display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 18px;
    width: 18px;
    top: 9px;
    border: 2px solid #222;
    left: -5px;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
      display: block;
    position: absolute;
     content: "\2713"; 
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 13px;
    left: -1px;
    visibility: hidden;
    font-size: 16px;
    border-radius: 50%;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:after {
    visibility: visible;
}

@media screen and (max-width: 1500px) {
    .jquery-background-video {

  width: auto;
  height: 110%;
  }
  
  .home.jquery-background-video.mobile {
    width: auto;
    height: auto;
}

.jquery-background-video.mobile {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 1400px) {
  .section_1_template,
  .section_3_template,
  .about_section_4,.careers_section_2{
    padding: 150px 100px;
  }

.page-template-page-contact .about_section_5 {
    padding: 100px 90px;
}

  .section_5_template.contact_left {
    padding: 50px 20px 0px 100px !important;
  }

  .about_section_3.contact_right {
    padding: 70px 100px 0px 20px !important;
  }

  .about_section_3 {
    padding: 100px 100px 75px;
  }

  .section_2_template,
  .section_4_template,
  .section_5_template {
    padding: 100px;
  }
  
 .about_section_5 {
    padding: 100px 100px 0px;
    padding-bottom: 0 !important;
}
  


  .about_section_4.content_on_right .about_section_4_ele_2,.about_section_4.content_on_left .about_section_4_ele_2 {
    display: none;
  }

  .col-sm-6.content_on_right,.about_section_4 .col-sm-6.content_on_left{
    padding: 100px;
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }





}

@media screen and (max-width: 1200px) {
	
	#copyright{
		max-width: 100%;
	}
    
    .about_section_4 .col-sm-6.content_on_left{
   padding: 100px 60px 100px 100px
}
    
    #slide-1:after,#slide-5:after {
display: none;
}
    
    footer .footer_left.d-flex p{
        display: table;
    margin: 15px auto 0 !important;
    font-size: 14.5px;
    /*border-bottom: 0px solid white;*/
    }
      footer .d-flex {
    justify-content: space-between;
    align-items: center;
    display: table !important;
    text-align: center;
    margin: 0 auto;
  }

  footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 50px 0 !important;
    margin: 0 auto 40px!important;
  }
  
  #copyright {
    text-align: center;
}

  footer .footer_right.d-flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .social_footer {
    order: 2;
        margin: 0 auto;
  }
  
    footer p {
    margin: 12px 0 0 0px !important;
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    /* text-decoration: underline; */
    padding-bottom: 0px;
    /*border-bottom: 0px solid white;*/
    font-weight: 700;
  }
  
    .menu-menu-3-container {
    order: 1;
    width: 100%;
  }
    
    .wrap_drop{
        background-color: #252525;
    display: table;
    justify-content: center;
    padding: 40px;
    margin: 0;
    width: 100%;
    height: 130px;
        padding: 40px 85px;
    }
    
   ul.nav-pills {
    width: 100%;
    display: table;
    height: 50px;
    /*overflow: hidden;*/
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
     background-color: transparent; 
    /* display: flex; */
    /* justify-content: center; */
     padding: 0px; 
    /* margin: 0; */
        -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.37);
        z-index: 2;
            padding-top: 49px;
}

.mobile_drop_inner{
    display:table;
        width: 100%;
    display: table;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
    /*background-color: #252525;*/
    /*color: white;*/
    background-color: white;
    color: #252525;
    border: 1px solid white;
    padding: 15px 20px;
    text-align: center;
    font-family: open sans;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}


.mobile_drop_inner:after{
    content:'';
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: var(--main-color) transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: -25px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
        position: absolute;
    right: 10px;
    top: 43%;
}

.wrap_drop_inner.open .mobile_drop_inner:after {
    top: 19px;
    transform: rotate(180deg);
}

ul.nav-pills li a {
    background-color: white;
    color: #252525;
}

ul.nav-pills li a.active{
   background-color: #252525;
    color: white; 
}

ul.nav-pills li a {
    margin: 0px;
       width: 100%;
    text-align: left;
    padding: 15px 20px;
}

.wrap_drop_inner{
    width: 100%;
    display: table;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
        z-index: 9;
}

.wrap_drop_inner.open{
  overflow: visible;  
}
    
     .home_video_on_left h4{
  padding-left: 0px;  
}

.home_video_on_right h4{
    padding-right: 0px;
}

.home_video_on_left h4:before,.home_video_on_right h4:after{
display: none;
}


  .section_1_templete_text_block,
  .section_5_templete_text_block {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
  
  .section_3_templete_text_block.offset-6{
      margin-left: 0%;
  }
  
  .wrap_careers_2 article {
    width: 45%;
    margin-right: 5%;
}

.wrap_careers_2 article:nth-of-type(2n){
    margin-right: 0%;
}
  .section_1_home {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 20px !important;
    max-width: 100%;
}

.section_1_home.home_video_on_right,.section_1_home.home_video_on_left {
    left: unset;
    text-align: right;
    right: 0%;
    text-align: center;
    padding: 0 20px !important;
}

.modal_b .modal-content {
    background-color: transparent !important;
    border: 1px solid rgba(0,0,0,0) !important;
  }


.home .wrap_buttons,.section_1_home.home_video_on_right .d-flex,.section_1_home.home_video_on_left .d-flex{
    justify-content: center;
}

.home_video_on_left span:before{
    content: "___";
    
}

.home_video_on_right span:after{
    content: "___";
    
}

.home section .center h2,.center h2 {
    /*font-size: 65px;*/
}

.home .wrap_text_home.home_video_on_left h4, .home .wrap_text_home.home_video_on_left h2, .home .wrap_text_home.home_video_on_left p,.home .wrap_text_home.home_video_on_right h4, .home .wrap_text_home.home_video_on_right h2, .home .wrap_text_home.home_video_on_right p {
    margin-left: auto !important;
    margin-right: auto !important;
}

  .interior video {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    position: relative;
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 40px;
  }

  .section_3_templete_text_block {
    max-width: 900px;
    width: 100%;
  }

  .wrap_section_4,
  .wrap_section_about_2 {
    flex-wrap: wrap;
  }
  .section_4_template article,
  .wrap_section_about_2 article {
    width: calc(50% - 5px);
  }
  
  .wrap_section_4 article{
      margin-bottom: 5px;
  }
  
.wrap_section_4 article:nth-of-type(2n) {
    width: calc(50% - 0px);
    margin-right: 0;
    
}

  .wrap_section_about_2 article:nth-of-type(1),
  .wrap_section_about_2 article:nth-of-type(2) {
    margin-bottom: 45px;
  }

  .wrap_section_about_2 {
    padding: 50px 60px 60px;
  }
  .wrap_section_about_2 article div {
    text-align: center;
  }
  .section_5_template video {
    display: none !important;
  }
  .wrap_section_about_3 article {
    width: calc(50% - 15px);
    margin-bottom: 35px;
  }
}


@media screen and (max-width: 860px) {
	
	.open_menu{
		bottom: -120px;
	}
	.open_menu:hover{
		bottom: -130px;
	}
    
        #slide-2 .jquery-background-video.mobile,#slide-4 .jquery-background-video.mobile,#slide-6 .jquery-background-video.mobile{
    width: auto;
    height: 100%;
}

#slide-8 .jquery-background-video.mobile {
    width: 100%;
    height: auto;
}
   
   #slide-1 img{
       width: 280px;
   }
   .home #slide-1 section h2 {
    font-size: 46px;   
   }
   /*.ios .jquery-background-video.desktop{*/
   /*    display: none !important;*/
   /*} */
   
   /*.ios .jquery-background-video.mobile{*/
   /*    display: block !important;*/
   /*}*/
footer .footer_right.d-flex {
    margin-top: 40px;
}

 
 .backtotopwrap{
    display: table;
}   
    .foot_wrap {
    padding: 0 0px;
}



.backtotopwrap{
    margin: 50px auto 0;
    text-align: center;
}

footer .backtotopwrap p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: grey;
        border-bottom: 0px solid white;
}

footer #copyright a{
    color: grey;
}

footer .d-flex,footer .footer_right.d-flex,#footer-menu {
    width: 100%;
}

#footer-menu li {
    display: table;
    width: 100%;
    text-align: center;
}

footer ul a {
    display: table;
    width: 100%;
    margin: 0px auto !important;
    border-top: 1px solid grey;
    padding: 15px;
}

footer ul li:last-of-type a {
    border-bottom: 1px solid grey;
}

  /* #hero-mobile {
    display: block !important;
  } */
  .page-template-page-careers .section_3_template p,.page-template-page-template .section_3_template p {
    line-height: 45px;
    margin-bottom: 0 !important;
}
  
  .section_1_template, .section_3_template, .about_section_4, .careers_section_2,.section_1_template, .section_3_template, .about_section_4, .careers_section_2,.section_2_template, .section_4_template, .section_5_template, .about_section_5,.about_section_4.content_on_right .about_section_4_ele_1,.about_section_3,.about_section_4 .col-sm-6.content_on_left{
    padding: 100px 50px;
}
  
  .page-template-page-template .section_2_templete_text_block{
    flex: 0 0 100%;
    max-width: 100%;
        margin-left: 0;
}
  
  #hero-full {
      height: calc(90vh - 0px);
}

.page-template-page-careers #hero-full,.page-template-page-news #hero-full {
      height: calc(90vh - 132px);
      
}

.page-template-page-contact #page{
    overflow-x: hidden;
}
/*.page-template-page-contact  .about_section_3.contact_right {*/
/*    padding: 150px 50px 0px 20px;*/
/*}*/

/*.page-template-page-contact .section_5_template.contact_left {*/
/*    padding: 120px 20px 0px 50px;*/
/*}*/

.page-template-page-contact .section_5_template.contact_left {
    padding: 50px 45px 0px 50px !important;
    flex: 0 0 100%;
    max-width: 100%;
}

.page-template-page-contact .about_section_3.contact_right {
    padding: 40px 45px 0px 45px !important;
    flex: 0 0 100%;
    max-width: 100%;
}

.page-template-page-contact .about_section_5 {
    padding: 50px 35px;
}
  
  .job_bar {
    width: 100%;
    text-align: center;
    display: table;
}

.job_bar *,.job_bar p{
    margin-bottom: 20px !important;
}

.job_bar button{
    margin: 10px auto 0 !important;
}



  #hero-mobile img {
     height: calc(100vh - 47px);
    object-fit: cover;
  }

  #primary-menu,
  #secundary-menu {
    display: table;
    margin: 0 auto;
        width: 100%;
    display: table;

  }
  
  #primary-menu li{
      border-bottom: 1px solid #dfdfe0;
          height: 45px;
    line-height: 44px;
  }
  
  #secundary-menu li{
height: 35px;
    line-height: 34px; 
  }
  
  .site-header{
   padding: 45px 0 0;  
       top: -560px;
  }
  
  .service_button{
      font-weight: 800;
      position: relative;
  }
  
  .service_button:after{
    content: '';
    width: 125vw;
    height: 1px;
    background-color: #dfdfe0;
    position: absolute;
    bottom: 0;
    left: -43vw;
  }
  .main-navigation {
    margin: 30px auto 50px;
  }

  .main-navigation li {
    float: unset !important;
    position: relative;
  }

  .menu-menu-2-container {
    border: 0px solid black;
    padding: 0px;
    margin-top: 2px;
  }

  .service_button {
    /* content: "SERVICES"; */
    display: table;
    margin: 0 auto;
    font-size: 24px;
 color: var(--main-color);
    /*font-weight: 700;*/
    position: relative;
    z-index: 2;
    cursor: pointer;
              height: 45px;
    line-height: 44px;
  }

  .menu-menu-2-container {
    display: none;
  }
  
      .img_post {
    height: unset;
}

.img_post img {
    position: relative;
    width: 100%;
    height: auto;
}

.page-template-page-news .col-md-6{
    width: 100%;
        flex: 0 0 100%;
    max-width: 100%;
}
.post_excerpt {
    margin-top: 30px;
}

.job_bar {
    padding: 20px 20px 35px;
}
.job_bar select,.job_bar button {
    width: 100%;
    margin: 0 !important;
}
.job_bar select {
    background-position: 99%;
}

.page-template-page-careers #hero-full, .page-template-page-jobs #hero-full {
    height: calc(100vh - 242px);
}
}

@media screen and (max-width: 767px) {
.page-template-page-template .section_2_template {    
        background-color: #8e8e8e !important;
    background-image: none !important;
}
.section_4_template article a p {
    font-size: 20px;
    line-height: 26px;
    max-width: 220px;
    width: 100%;
}


.page-template-page-careers #hero-mobile, .page-template-page-jobs #hero-mobile {
    height: calc(100vh - 242px);
}

.page-template-page-news #hero-mobile {
    height: calc(90vh - 132px);
}

.wrap_drop {
    padding: 40px 45px;
}
.page-template-page-template .section_2_templete_text_block article{
    width: 100%;
}

.page-template-page-contact .section_5_template.contact_left {
    padding: 50px 35px 0px 35px !important;
}

.page-template-page-contact .about_section_3.contact_right {
    padding: 50px 35px 0px 35px !important;
}

.page-template-page-contact .about_section_5 {
    padding: 50px 20px;
}



    .close {
    right: 20px !important;
    top: 50px !important;
}
  .posts_wrap article {
    padding: 35px;
    position: relative;
    width: 100%;
    overflow: auto;
  }

  .post_excerpt {
    margin-top: 30px;
  }

  ul.nav-pills li a {
    /*margin-top: 5px;*/
  }

  #hero-full {
    display: none !important;
  }

  #hero-mobile {
    display: block !important;
  }

  h1 p {
    font-size: 50px;
    margin: 0;
  }

  .section_5_template.contact_left {
    padding: 120px 20px 0px 20px !important;
  }

  .about_section_3.contact_right {
    padding: 50px 20px 0px 20px !important;
  }
  
    .wrap_careers_2 article {
    width: 100%;
    margin-right: 0%;
}
.section_4_template h2 p {
    /*font-size: 60px;*/
}

}

@media screen and (min-width: 860px) {
    .menu-menu-2-container{
        display: table !important;
    }
}

@media screen and (max-width: 560px) {
  .home .open_menu {
    left: calc(50% - 31px);
}
  .careers_section_5 {
    height: 500px;
}
      #slide-1 img{
       width: auto;
   }
   .home #slide-1 section h2 {
    font-size: 38px;   
   }
   
    .open_menu {
    padding: 20px 18px 8px;
    bottom: -80px;
    }
    
    .open_menu:hover {
    padding: 29px 18px 8px;
    bottom: -85px;
}
	.open_menu.open {
    bottom: -80px;
}
	
.open_menu.open:hover {
    bottom: -70px;
}

.site-header {
height: 370px;
    top: -455px;
}

#secundary-menu li {
    height: 30px;
    line-height: 30px;
}

#secundary-menu a {
    font-size: 14px;
}

#primary-menu li {
    height: 40px;
    line-height: 40px;
}

#primary-menu a,.service_button{
    font-size: 20px;
}

.site-header {
    padding: 25px 0 0;
}

.site-header img {
    height: 50px;
    width: auto;
}

.main-navigation {
    margin: 20px auto 30px;
}
    
#slide-1 .jquery-background-video.mobile,#slide-3 .jquery-background-video.mobile,#slide-5 .jquery-background-video.mobile,#slide-7 .jquery-background-video.mobile,#slide-9 .jquery-background-video.mobile {

    top: unset !important;
    bottom: 0;
    width: 100% !important;
    height: auto;
    min-width: unset;
    min-height: unset;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}


    
    .page-template-page-careers .section_3_template p{
            font-size: 26px;
                line-height: 34px;
    margin-bottom: 20px !important;
    }
    
  .page-template-page-careers .section_3_template  h4 {
    font-weight: 800;
    font-size: 32px;
}
    
    footer .footer_right.d-flex {
    margin-top: 0px;
}
    
    .section_4_template h2 p {
    font-size: 40px;
}

    .page-template-page-template section h4 {
    font-size: 26px;
    }
h1 p {
    font-size: 38px;
    margin: 0;
}

.page-template-page-template .section_3_template p {
    font-size: 24px;
    line-height: 35px;
}


.page_title span {
    display: none !important;
}

#copyright {
    text-align: center;
    font-size: 10px;
}

    h2 {
    font-weight: 800;
    font-size: 42px;
}

    .home section .center p, .section_1_home p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px !important;
    }
    
    .section_1_home h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.home section .center h2, .center h2, .home .wrap_text_home h2 {
    font-size: 28px;
    padding: 0 0px;
    line-height: 35px;
}

    .btn_wrap {
    display: table !important;
    width: 100%;
}

.modal-header {
    padding: 20px 25px 20px;
}

.form-group {
    max-height: 80px;
}


.modal-body {
    padding: 0 25px 25px;
}

.job_bar_bttn article{
    padding: 0 !important;
}

.btn_wrap a,.jobs article button:first-of-type,.jobs article button {
    width: 100% !important;
    margin: 10px 0 0 !important;
}

    footer {
    padding: 50px 0px;
}
    
    .home section .center h2, .center h2,.home .wrap_text_home h2 {
    font-size: 30px;
    padding: 0 0px;
    line-height: 40px;
}

.social_footer a:last-oftype img{
    margin-right: 0 !important;
}

    .single .entry-content ul{
       margin-left: 0; 
    }
  #hero-full {
    display: none !important;
  }

  .section_4_template article {
    width: 100% !important;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
  }

  .section_1_template,
  .section_3_template,
  .about_section_4,
  .about_section_5,.careers_section_2,.section_2_template,.section_4_template,.section_5_template,.about_section_4.content_on_right .about_section_4_ele_1,.about_section_4 .col-sm-6.content_on_left{
    padding: 50px 20px;
  }
  
  .section_4_template h2 p {
    font-size: 38px;
  }
  
  .section_1_templete_text_block{
      padding:0;
  }
  .about_section_3 {
    padding: 50px 20px 25px;
  }

  .wrap_section_about_3 article {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 35px;
  }
  .col-sm-6.content_on_right {
    padding: 50px 20px;
  }

  .section_2_template,
  .section_4_template,
  .section_5_template,
  .about_section_5 {
    padding: 50px 20px;
  }
  
  .wrap_section_2 article {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid white;
    margin-bottom: 30px;
}
  
  footer ul {
    display: table;
        margin: 50px auto 30px !important;
}

footer ul a {
    text-align: center;
    display: table;
    margin: 0 auto 0px !important;
    
}

  .interior video {
    height: 300px;
  }
  .wrap_section_about_2 article {
    width: 100%;
    margin-bottom: 45px;
  }

  .wrap_section_about_2 {
    padding: 50px 60px 20px;
  }
}
