/*
Theme Name: Dsquared
Theme URI: http://www.dsquaredmedia.net/
Author: Dsquared Media
Author URI: http://www.dsquaredmedia.net/
Description: Bootstrap 3 theme made by Dsquared Media
Version: 1.2

font-family: "Familjen Grotesk", sans-serif;
font-family: "Victor Mono", monospace;

-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
*/

@import url('css/responsive.css');
@import url('css/jquery-ui.min.css');

* {
	outline: none !important;
}

body {
  font-family: "DM Sans", sans-serif;
}

.slicknav_menu {
    display: none;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 100000;
  background: none !important;
  margin-top: 10px;
  right: 15px;
  z-index: 200000;
  /*-webkit-transition: background 0.3s;
          transition: background 0.3s;*/
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: #3A3B3E;
  width: 30px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: -5px;
  width: 100%;
  height: 1px;
  background-color: #3A3B3E;
  content: "";
  width: 35px;
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #3A3B3E;
}

.c-hamburger--htx span {
  /*-webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;*/
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #3A3B3E;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

#mobile_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1000;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.mobile_menu_inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

#mobilemenu {
	padding: 20px 0;
}

#mobilemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mobilemenu ul li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

#mobilemenu ul li a {
	color: #3A3B3E;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

#mobilemenu ul li a:hover {
 	color: #74CCDA !important;
}

#mobilemenu ul li.current_page_item a {
	color: #74CCDA !important;
}

#mobilemenu ul li ul {
	display: none;
	margin-top: 15px;
}

#mobilemenu ul li ul li {
}

#mobilemenu ul li.menu-item-has-children span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url('images/down.png') no-repeat center center;
}

#mobilemenu ul li.menu-item-has-children > a {
	padding-right: 25px;
}

#mobile_logo {
	display: inline-block;
	max-width: 190px;
	height: auto;
}

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

.mobile_menu_active #mobile_menu {
	opacity: 1;
	z-index: 15000;
}

.animate-text{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateY(30px);
    opacity:0
}

.animate-button {
	transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-second {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, opacity 0.7s 0.3s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-third {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, opacity 0.7s 0.6s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-fourth {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.9s, opacity 0.7s ease-out 0.9s, color 0.25s ease-out 0s, background 0.25s ease-out 0s !important;
}

.animate-text.from-left{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(-100px);
    opacity:0
}

.animate-text.from-right{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(100px);
    opacity:0
}

.animate-text.loaded-text{
    transform:translateY(0);
    opacity:1
}

.animate-text.from-left.loaded-text{
    transform:translateX(0);
    opacity:1
}

.animate-text.animate-second{
    transition-delay:0.3s
}

.animate-text.animate-third{
    transition-delay:0.6s
}

.animate-text.animate-fourth{
    transition-delay:0.9s
}

.no-anim-text .animate-text{
    transform:translateY(0);
    opacity:1
}

.img-bg-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-bg-wrapper .img-bg-inner{
    height:100%;
    width:100%;
    display:block;
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center;
    position:absolute;
    top:0
}

.img-bg-wrapper.img-bg-loaded{
    transform:translateX(0)
}

.img-bg-wrapper.img-bg-loaded .img-bg-inner{
    transform:translateX(0);
    opacity:1
}

.img-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-wrapper img:first-child{
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center
}

.img-wrapper.loaded-img{
    transform:translateX(0)
}

.img-wrapper.loaded-img img:first-child{
    transform:translateX(0);
    opacity:1
}

.footer_wrap {
  background: #000;
}

.footer_top_wrap {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_logo {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.nl_text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  font-family: "Familjen Grotesk", sans-serif;
}

.nl_form {
  position: relative;
}

.nl_form input[type=email] {
  border: 1px solid #fff;
  border-radius: 30px;
  width: 100%;
  background: none;
  color: #fff;
  padding: 18px 110px 18px 24px;
  font-size: 16px;
}

.nl_form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff !important;
  background: #E21F27;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.nl_form input[type=submit]:hover {
  background: #fff;
  color: #E21F27 !important;
}

.footer_middle_wrap {
  padding: 40px 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_bottom_wrap {
  padding: 20px 0;
}

.copyright {
  color: #E4E4E4;
  font-size: 16px;
}

.copyright a {
	color: #E4E4E4 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.copyright a:hover {
	color: #E21F27 !important;
}

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

.footer_social li {
  display: inline-block;
  margin-right: 15px;
}

.footer_social li:last-child {
  margin-right: 0 !important;
}

.fsoc  {
  text-decoration: none !important;
}

.fsoc svg path, .fsoc svg circle {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.fsoc:hover svg circle {
  stroke: #E21F27;
  fill: #E21F27;
}

.footer_title {
  color: #E21F27;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 17px 0;
  padding: 0;
  font-family: "Victor Mono", monospace;
}

.footermenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footermenu ul li {
  font-size: 16px;
  margin-bottom: 14px;
}

.footermenu ul li:last-child {
  margin-bottom: 0;
}

.footermenu ul li a {
  color: #E4E4E4 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footermenu ul li a:hover {
  color: #E21F27 !important;
}

.footer_middle_col {
  margin-bottom: 40px;
}

.footer_middle_col_2 .footermenu ul li {
  float: left;
  width: calc(50% - 15px);
  margin-right: 15px;
}

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

.footer_contacts li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #e4e4e4;
  padding-left: 44px;
  position: relative;
}

.footer_contacts li:last-child {
  margin-bottom: 0;
}

.footer_contacts li a {
  color: #e4e4e4 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footer_contacts li a:hover {
  color: #E21F27 !important;
}

.footer_contacts li svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top_wrap {
  background: linear-gradient(180deg, #010707 0%, #011B1B 32.74%, #012D2C 100%);
  position: relative;
  height: 380px;
}

.top_inner {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}

.top_title {
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
  font-family: "Familjen Grotesk", sans-serif;
  margin: 0;
  padding: 0;
}

.top_breadcrumbs {
  color: #fff;
  font-size: 14px;
  font-family: "Victor Mono", monospace;
}

.top_breadcrumbs a {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.top_breadcrumbs a:hover {
  color: #e21f27 !important;
}

.header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 22px 0;
}

.logo {
  display: inline-block;
}

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

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

.header_contacts li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.header_contacts li:last-child {
  margin-right: 0;
}

.header_contacts li a {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header_contacts li a svg {
  position: relative;
  top: -2px;
  margin-right: 8px;
  border-radius: 50px;
  overflow: hidden;
}

.header_contacts li a:hover {
  color: #E21F27 !important;
}

.hamburger {
  cursor: pointer;
}

.hamburger svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.hamburger:hover svg path {
  fill: #E21F27;
}

.hamburger_close {
  cursor: pointer;
}

.hamburger_close svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.hamburger_close:hover svg path {
  fill: #E21F27;
}

.contact_1_left {
  padding-top: 45px;
  padding-bottom: 45px;
}

.text_1 {
  color: #616161;
}

.text_1 p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 35px 0;
  padding: 0;
}

.contact_1_col {
  margin-bottom: 30px;
  color: #616161;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.contact_1_col label {
  display: block;
  color: #E21F27;
  font-family: "Victor Mono", monospace;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}

.contact_1_col a {
  color: #616161 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_1_col a:hover {
  color: #E21F27 !important;
}

.contact_1_form_div {
  border-radius: 12px;
  background: #F5F1ED;
  padding: 40px 30px;
  position: relative;
  top: -155px;
}

.title_1 {
  color: #012D2C;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
  font-family: "Familjen Grotesk", sans-serif;
  margin: 0 0 30px 0;
  padding: 0;
}

.title_2 {
  color: #E21F27;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Victor Mono", monospace;
}

.contact_row .wpcf7-text {
  width: 100%;
  margin-bottom: 24px;
  padding: 12px 16px;
  color: #616161;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid rgba(1, 45, 44, 0.10);
  background: #FFF;
}

.contact_row .wpcf7-textarea {
  width: 100%;
  height: 100px;
  resize: none;
  margin-bottom: 24px;
  padding: 12px 16px;
  color: #616161;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid rgba(1, 45, 44, 0.10);
  background: #FFF;
}

.contact_row .wpcf7-submit {
  color: #fff !important;
  background: #E21F27;
  border: 1px solid #E21F27;
  border-radius: 50px;
  padding: 14px 15px;
  font-size: 16px;
  font-family: "Victor Mono", monospace;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  text-align: center;
}

.contact_row .wpcf7-submit:hover {
  color: #E21F27 !important;
  background: transparent;
}

.contact_row .wpcf7-submit svg {
  position: relative;
  top: -2px;
  margin-left: 4px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_row .wpcf7-submit:hover svg {
  transform: rotate(45deg);
}

.contact_row .wpcf7-submit svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_row .wpcf7-submit:hover svg path {
  fill: #E21F27;
}

.wpcf7-acceptance {
  color: #616161;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 23px;
  display: block;
}

.contact_2_wrap {
  background: #012D2C;
  padding: 100px 0;
}

.white {
  color: #fff !important;
}

.title_3 {
  color: #012D2C;
  font-size: 50px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
}

.contact_2_top {
  margin-bottom: 60px;
}

.tab_titles {
  margin: 0 0 45px 0; 
  padding: 0;
  list-style-type: none;
}

.tab_title {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
  color: #fff !important;
  padding: 14px 24px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

.tab_title:last-child {
  margin-right: 0 !important;
}

.tab_title:hover, .tab_title_active {
  color: #fff !important;
  background: #E21F27;
  border-color: #E21F27;
}

.team_li {
  margin-bottom: 30px;
}

.team_li_inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.team_li_name {
  color: #012D2C;
  font-size: 28px;
  font-weight: 400;
  font-family: "Familjen Grotesk", sans-serif;
  margin: 0 0 4px 0;
  padding: 0;
}

.team_li_title {
  color: #616161;
  font-size: 18px;
  margin-bottom: 24px;
}

.team_contacts {
  margin: 0 0 24px 0;
  padding: 0;
  list-style-type: none;
}

.team_contacts li {
  font-size: 18px;
  color: #616161;
  line-height: 32px;
}

.team_contacts li span {
  color: #012D2C;
  font-weight: 400;
  font-family: "Victor Mono", monospace;
}

.team_contacts li a {
  color: #616161 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.team_contacts li a:hover {
  color: #E21F27 !important;
}

.team_li_arrow {
  display: inline-block;
  cursor: pointer;
}

.team_li_arrow svg {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.team_li_arrow:hover svg {
  transform: rotate(45deg);
}

.team_li_arrow svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_3_wrap {
  padding: 100px 0;
}

.contact_3_inner {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
}

.text_2 {
  color: #616161;
}

.text_2 p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 32px 0;
  padding: 0;
}

.faq_li {
  border-radius: 8px;
  border: 1px solid #F5EFE9;
  background: #FFF;
  margin-bottom: 24px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 16px 20px;
}

.faq_li:last-child {
  margin-bottom: 0;
}

.faq_li_active {
  background: #F5F1ED;
  border-color: #F5F1ED;
}

.faq_title {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0 28px 0 0;
  position: relative;
  cursor: pointer;
}

.faq_title svg {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.faq_li_active .faq_title svg {
  transform: rotate(180deg);
}

.faq_text {
  color: #616161;
  margin-top: 12px;
}

.faq_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.faq_text p a {
  color: #012D2C !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.faq_text p a:hover {
  color: #616161 !important;
}

.faq_ul {
  margin-bottom: 32px;
}

.button_1 {
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #E21F27;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
  border: none;
}

.button_1 svg {
  margin-left: 4px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button_1:hover svg {
  transform: rotate(45deg);
}

.button_1 svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button_1:hover {
  background: #fff;
  color: #E21F27 !important;
}

.button_1:hover svg path {
  fill: #e21f27;
}

.contact_1_right {
  margin-bottom: -60px;
}

.new_button_wrap {
  padding: 65px 0 0 0;
}

.services_1_wrap {
  position: relative;
  padding: 150px 0 50px 0;
}

.top_flying_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 495px;
  background: linear-gradient(180deg, #010707 0%, #011B1B 32.74%, #012D2C 100%);
}

.image_1 {
  max-width: 100%;
  height: auto;
}

.top_text {
  color: #fff;
}

.top_text p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 90px 0;
  padding: 0;
}

.tsn_li {
  position: relative;
}

.tsn_li::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 88px;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.04) 0%, rgba(0, 0, 0, 0.20) 51.92%, rgba(102, 102, 102, 0.04) 100%);
  transform: translateY(-50%);
}

.tsn_li:last-child::after {
  display: none !important;
}

.tsn_li_number {
  color: #012D2C;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Familjen Grotesk", sans-serif;
}

.tsn_li_text {
  color: #616161;
  font-family: "Victor Mono", monospace;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.36px;
}

.services_1_row_1_left .top_breadcrumbs {
  margin-bottom: 15px;
}

.services_1_row_1 {
  margin-bottom: 65px;
}

.services_1_row_1_right .top_title {
  margin-bottom: 15px;
}

.services_2_wrap {
  padding: 20px 0 70px 0;
}

.services_2 .title_3 {
  margin-bottom: 60px;
}

.service_li {
  margin-bottom: 30px;
}

.service_li_inner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.service_li_image {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  min-height: 100%;
}

.service_li_inner:hover .service_li_image {
  transform: scale(1.1);
}

.service_li_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 45, 44, 0.00) 57.45%, rgba(1, 45, 44, 0.62) 75.06%, #012D2C 89.2%, #012D2C 100%);
}

.service_li_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 25px 25px;
}

.service_li_title {
  color: #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 7px 0;
  padding: 0;
}

.service_li_text {
  color: #fff;
}

.service_li_text p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  padding: 0;
}

.service_li_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.services_3_wrap {
  padding-bottom: 90px;
}

.cta_wrap {
  background: url('images/cta_bg.png') no-repeat center center;
  background-size: cover;
  padding: 55px 55px;
  border-radius: 24px;
}

.cta_title {
  color: #fff;
  font-size: 50px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
}

.cta_text {
  color: #fff;
}

.cta_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 24px 0;
  padding: 0;
}

.cta_button {
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: transparent;
  padding: 14px 24px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
}

.cta_button svg {
  margin-left: 4px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cta_button:hover svg {
  transform: rotate(45deg);
}

.cta_button svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cta_button:hover svg path {
  fill: #E21F27;
}

.cta_button:hover {
  background: #fff;
  color: #E21F27 !important;
}

.services_4_wrap {
  padding: 90px 0;
  background: #F5F1ED;
}

.services_4_wrap .contact_row .wpcf7-text, .services_4_wrap .contact_row .wpcf7-textarea {
  background: transparent;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  color: #616161;
  font-size: 14px;
}

.wpcf7-acceptance .wpcf7-list-item input {
  margin-right: 10px;
}

.service_4_wrap {
  padding: 100px 0;
}

.service_5_wrap {
  padding: 0 0 100px 0;
}

.button_2 {
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #000;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
  border: none;
}

.button_2 svg {
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.button_2:hover {
  background: #E21F27;
}

.service_3_wrap {
  padding: 80px 0;
  background: #012D2C;
  position: relative;
  overflow: hidden;
}

.service_3_wrap::before {
  content: " ";
  display: block;
  width: 280px;
  height: 280px;
  background: #626262;
  opacity: 0.67;
  filter: blur(94px);
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateX(45%);
}

.link_1 {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
}

.link_1 svg {
  position: relative;
  top: -2px;
  margin-left: 4px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_1:hover svg {
  transform: rotate(45deg);
}

.link_1 svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_1:hover {
  color: #e21f27 !important;
}

.link_1:hover svg path {
  fill: #e21f27;
}

.service_3_row_1 {
  margin-bottom: 15px;
}

.service_3_row_1 .title_3 {
  margin-bottom: 0;
}

.service_slide_link {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 14px 24px;
  margin-right: 22px;
  white-space: nowrap;
}

.service_slide_link:hover {
  color: #fff !important;
  background: #e21f27 !important;
  border-color: #e21f27;
}

/*.services_slider_wrap {
  width: 2000px;
}*/

.service_2_wrap {
  padding: 20px 0 100px 0;
}

.service_2_inner {
  background: #F5F1ED;
  padding: 90px 40px;
  border-radius: 10px;
}

.service_2_inner .title_3 {
  margin-bottom: 60px;
}

.diff_li {
  margin-bottom: 25px;
}

.diff_li_inner {
  position: relative;
  padding-left: 40px;
}

.diff_li_title {
  color: #012D2C;
  font-size: 24px;
  font-weight: 400;
  font-family: "Familjen Grotesk", sans-serif;  
  margin: 0 0 12px 0;
  padding: 0;
}

.diff_li_text {
  color: #616161;
}

.diff_li_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.diff_li_check {
  position: absolute;
  top: 4px;
  left: 0;
}

.service_2_bottom_text {
  margin-top: 40px;
}

.service_2_bottom_text p {
  margin-bottom: 0;
}

.service_1_wrap {
  padding: 200px 0 0 0;
}

.text_3 {
  color: #012D2C;
}

.text_3 p {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 60px 0;
  padding: 0;
}

.text_3 p strong {
  font-weight: 700;
}

.service_1_row_1_left {
  padding-top: 95px;
}

.service_1_row_1_left .top_title {
  margin-bottom: 85px;
}

.projects_2_wrap {
  padding: 0 0 80px 0;
}

.projects_2 .title_3 {
  margin-bottom: 45px;
}

.project_li {
  margin-bottom: 110px;
}

.project_li_inner {
  position: relative;
}

.project_li_image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.project_li_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.project_li_inner:hover .project_li_image img {
  transform: scale(1.1);
}

.project_li_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 45, 44, 0.00) 48.09%, rgba(1, 45, 44, 0.62) 69.57%, #012D2C 86.82%, #012D2C 100%);
}

.project_li_bottom {
  background: #fff;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
  padding: 25px 80px 25px 25px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  position: absolute;
  bottom: -60px;
  width: calc(100% - 44px);
  left: 22px;
}

.project_li_inner:hover .project_li_bottom {
  background: #e21f27;
  bottom: -30px;
}

.project_li_title {
  color: #231F20;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px; /* 107.692% */
  margin: 0 0 14px 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.project_li_inner:hover .project_li_title {
  color: #fff;
}

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

.project_li_details li {
  color: #231F20;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.project_li_inner:hover .project_li_details li {
  color: #fff;
}

.project_li_details li:last-child {
  margin-bottom: 0;
}

.project_li_details li span {
  font-weight: 700;
}

.project_li_arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.project_li_arrow path, .project_li_arrow rect {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.project_li_inner:hover .project_li_arrow path {
  fill: #fff;
}

.project_li_inner:hover .project_li_arrow rect {
  stroke: #fff;
}

.project_li_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project_li_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project_3_wrap {
  background: #F5F1ED;
  padding: 100px 0;
}

.project_3_row_1 {
  margin-bottom: 70px;
}

.cta_button_2 {
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #000;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
  border: none;
}

.cta_button_2 svg {
  margin-left: 4px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cta_button_2:hover svg {
  transform: rotate(45deg);
}

.cta_button_2 svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cta_button_2:hover {
  background: #fff;
  color: #e21f27 !important;
}

.cta_button_2:hover svg path {
  fill: #e21f27;
}

.project_3_row_1_right .text_1 p:last-child {
  margin-bottom: 0;
}

.project_4_wrap {
  padding: 100px 0;
}

.project_4_row_1 {
  margin-bottom: 45px;
}

.project_4_row_1 .title_3 {
  margin-bottom: 0;
}

.projcts_related_slider_wrap {
  width: 2000px;
}

.project_related_li {
  width: 624px;
  margin-right: 30px;
  margin-bottom: 60px;
}

.projcts_related_slider .slick-track {
  padding-bottom: 50px !important;
}

.link_2 {
  display: inline-block;
  color: #e21f27 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
}

.link_2 svg {
  position: relative;
  top: -2px;
  margin-left: 4px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_2:hover svg {
  transform: rotate(45deg);
}

.link_2 svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_2:hover {
  color: #000 !important;
}

.link_2:hover svg path {
  fill: #000;
}

.project_2_wrap {
  padding: 80px 0 40px 0;
  background: #012D2C;
  position: relative;
  overflow: hidden;
}

.project_2_wrap::before {
  content: " ";
  display: block;
  width: 280px;
  height: 280px;
  background: #626262;
  opacity: 0.67;
  filter: blur(94px);
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateX(45%);
}

.ch_li {
  margin-bottom: 40px;
}

.ch_li_inner {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #3D4D4D;
  padding: 30px 25px;
  min-height: 100%;
}

.ch_li_title_2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Victor Mono", monospace;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  padding: 0;
}

.ch_li_title_1 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 38px;
  font-family: "Familjen Grotesk", sans-serif;
}

.ch_li_text {
  color: #fff;
}

.ch_li_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 34px 0;
  padding: 0;
}

.ch_li_bottom {
  background: #E6EAEA;
  border-radius: 12px;
  padding: 30px 24px;
}

.ch_li_title_3 {
  color: #012d2c;
  font-size: 22px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
  margin: 0 0 22px 0;
  padding: 0;
}

.ch_li_text_2 {
  color: #231f20;
}

.ch_li_text_2 p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 12px 0;
  padding: 0;
}

.ch_li_text_2 p:last-child {
  margin-bottom: 0;
}

.project_2 .title_3 {
  margin-bottom: 40px;
}

.project_1_wrap {
  padding: 200px 0 70px 0;
}

.project_1_wrap .top_title {
  margin-bottom: 60px;
}

.project_1_box {
  border-radius: 12px;
  background: #F5F1ED;
  padding: 24px 28px;
  width: 357px;
}

.title_4 {
  color: #012d2c;
  font-size: 32px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  margin: 0 0 34px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.project_1_box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.project_1_box ul li {
  color: #231F20;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.project_1_box ul li span {
  font-weight: 700;
  font-family: "Victor Mono", monospace;
  text-transform: uppercase;
}

.project_1_box ul li:last-child {
  margin-bottom: 0;
}

.project_1_row_1 {
  margin-bottom: 50px;
}

.project_1_slider_wrap {
  width: 357px;
}

.text_1 h3 {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin: 0 0 30px 0;
  padding: 0;
}

.project_1_row_2_left .text_3 p {
  margin-bottom: 30px;
}

.text_1 ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}

.text_1 ul li {
  color: #616161;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 27px;
  padding-left: 35px;
  position: relative;
  background: url('images/check-icon.svg') no-repeat 0 3px;
}

.project_1_slider_wrap {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 10px 0 10px;
}

.project_gal_li {
  margin-bottom: 10px;
}

.project_gal_li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.project_gal_li a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.project_gal_li a:hover img {
  transform: scale(1.1);
}

.project_gal_li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog_1_wrap {
  padding: 90px 0 70px 0;
}

.widget_category {
  width: 370px;
  border-radius: 12px;
  background: #F5F1ED;
  padding: 30px;
}

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

.cat_li {
  margin-bottom: 30px;
}

.cat_li_link {
  display: block;
  padding-left: 15px;
  position: relative;
  color: #231F20;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-family: "Victor Mono", monospace;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cat_li_link:hover {
  color: #e21f27;
}

.cat_li_link::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #e21f27;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}

.cat_li_description {
  color: #616161;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 15px;
  display: none;
}

.blog_li {
  margin-bottom: 23px;
}

.blog_li_inner {
  border-radius: 15px;
  border: 1px solid rgba(1, 45, 44, 0.15);
  background: #fff;
  padding: 17px 20px 45px 20px;
  min-height: 100%;
}

.blog_li_image {
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
}

.blog_li_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog_li_inner:hover .blog_li_image img {
  transform: scale(1.1);
}

.blog_li_title {
  color: #012d2c;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  padding: 0;
  font-family: "Familjen Grotesk", sans-serif;
}

.blog_li_title span {
  font-weight: 600;
}

.blog_li_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_ul {
  padding-left: 30px;
}

.blog_2_wrap {
  padding-bottom: 90px;
}

.blog_top {
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
}

.blog_top .top_title {
  margin-bottom: 20px;
}

.blog_top .top_text p {
  margin-bottom: 0;
}

.single_blog {
  position: relative;
}

.related_blogs_wrap {
  background: #E6EAEA;
  padding: 90px 0 70px 0;
}

.related_blogs_row_1 {
  margin-bottom: 38px;
}

.related_blogs_row_1 .title_3 {
  margin-bottom: 0;
}

.single_blog_wrap {
  position: relative;
  padding: 200px 0 90px 0;
}

.single_blog .top_title {
  margin-bottom: 55px;
}

.single_blog_top_image {
  border-radius: 12px;
  margin-bottom: 45px;
  width: 100%;
  height: auto;
}

.single_blog_meta {
  color: #616161;
  font-size: 18px;
  font-weight: 400;
}

.single_blog_meta span {
  font-family: "Victor Mono", monospace;
  font-size: 18px;
  font-weight: 700;
}

.single_blog_meta a {
  color: #e21f27 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.single_blog_meta a:hover {
  color: #616161 !important;
}

.widget_contact {
  width: 370px;
  background: #e21f27;
  border-radius: 12px;
  padding: 55px 27px;
  margin-top: 25px;
}

.widget_contact_icon {
  margin-bottom: 24px;
  max-width: 100%;
  height: auto;
}

.widget_contact_title {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
  margin: 0 0 14px 0;
  padding: 0;
}

.widget_contact_text {
  color: #fff;
}

.widget_contact_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 30px 0;
  padding: 0;
}

.widget_contact_button {
  display: inline-block;
  text-decoration: none !important;
  color: #e21f27 !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #fff;
  padding: 14px 24px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
}

.widget_contact_button svg {
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.widget_contact_button:hover {
  background: transparent;
  color: #fff !important;
}

.widget_contact_button svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.widget_contact_button:hover svg path {
  fill: #fff;
}

.industry_li {
  margin-bottom: 80px;
}

.industry_li .service_li_inner {
  overflow: visible;
}

.industry_li_image {
  border-radius: 12px;
  overflow: hidden;
}

.industry_li .service_li_overlay {
  border-radius: 12px;
}

.industry_li_title {
  color: #012d2c;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  padding: 0;
  font-family: "Familjen Grotesk", sans-serif;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.industry_li_bottom {
  background: #fff;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
  padding: 25px 80px 25px 25px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  position: absolute;
  bottom: 0;
  width: calc(100% - 44px);
  left: 22px;
  transform: translateY(50%);
}

.service_li_inner:hover .industry_li_bottom {
  background: #e21f27;
  transform: translateY(40%);
}

.service_li_inner:hover .industry_li_title {
  color: #fff;
}

.industry_li_bottom svg rect {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.service_li_inner:hover .industry_li_bottom svg rect {
  fill: #fff;
  stroke: #fff;
}

.industries_1_row_1 {
  margin-bottom: 0 !important;
}

.industry_overview_wrap {
  padding: 50px 0;
}

.ior_box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.ior_box_image {
  width: 100%;
  height: auto;
}

.ior_box_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px 30px;
}

.ior_box_title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 12px 0;
  padding: 0;
  font-family: "Familjen Grotesk", sans-serif;
}

.ior_box_text {
  color: #fff;
}

.ior_box_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.industry_overview_row_1 {
  margin-bottom: 10px;
}

.service_1_wrap {
  padding-bottom: 50px;
}

.industry_precision_wrap {
  padding: 50px 0 70px 0;
}

.industry_precision_col_1 .title_3 {
  font-size: 46px;
  font-weight: 600;
  line-height: 57px; /* 123.913% */
  letter-spacing: -0.92px;
}

.pre_li {
  margin-bottom: 25px;
}

.pre_li_inner {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  padding: 35px 27px;
}

.pre_li_icon {
  height: 55px;
  margin-bottom: 25px;
}

.pre_li_icon svg {
  max-height: 55px;
  width: auto;
  height: auto;
}

.pre_li_title {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px 0;
  padding: 0;
}

.pre_li_text {
  color: #231f20;
}

.pre_li_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.industry_precision_cta {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #E21F27;
  padding: 53px 50px 55px 50px;
  position: relative;
}

.industry_precision_cta_title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  font-family: "Familjen Grotesk", sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
}

.industry_precision_cta_text {
  color: #fff;
}

.industry_precision_cta_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.industry_precision_cta_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.industry_support_wrap .title_3 {
  margin-bottom: 25px;
}

.industry_support_wrap .text_1 p:last-child {
  margin-bottom: 0;
}

.industry_green_wrap {
  position: relative;
}

.industry_green_wrap::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #E6EAEA;
}

.industry_support_wrap {
  background: #E6EAEA;
 }

.industry_green {
  background: #012D2C;
  border-radius: 12px;
  padding: 65px 60px;
  position: relative;
}

.industry_green_wrap .text_1 p:last-child {
  margin-bottom: 0;
}

.service_4_col_1 {
  position: relative;
  top: -30px;
}

.service_4_col_2 {
  position: relative;
  top: 30px;
}

.industry_solutions_wrap {
  padding: 
}

.industry_solutions_inner {
  background: #F5F1ED;
  padding: 65px 50px;
  border-radius: 12px;
}

.list_1_li {
  float: left;
  width: 50%;
  font-size: 20px;
  color: #616161;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 22px;
  position: relative;
}

.list_1_li svg {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.industry_solutions_inner .title_3 {
  margin-bottom: 20px;
}

.industry_boxes_wrap {
  padding: 90px 0 50px 0;
}

.industry_boxes_top {
  width: 660px;
  max-width: 100%;
  margin: 0 auto 35px auto;
}

.box_li {
  float: left;
  width: 20%;
  margin-bottom: 40px;
}

.box_li_inner {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  padding: 20px;
  margin: 0 6px;
}

.box_li_icon {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}

.box_li_title {
  color: #012D2C;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 11px 0;
  padding: 0;
}

.box_li_text {
  color: #616161
}

.box_li_text p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.industry_cta_wrap {
  padding-bottom: 90px;
}

.about_top_image {
  margin-bottom: 30px;
}

.about_top_text {
  margin-bottom: 50px;
}

.acc_li {
  margin-bottom: 14px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.acc_li_active {
  border-color: #e21f27;
}

.acc_li_title {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 4px 0 0 0;
  cursor: pointer;
}

.acc_li_text {
  color: #616161;
  margin-top: 14px;
}

.acc_li_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.acc_li_icon {
  width: 45px;
  height: auto;
}

.about_why_wrap {
  padding: 0 0 50px 0;
}

.about_faq_wrap {
  padding: 0 0 90px 0;
}

.about_cta_wrap {
  padding-top: 90px;
}

.about_testimonials_inner {
  background: #f5f1ed;
  padding: 50px;
  border-radius: 12px;
  position: relative;
}



.about_testimonials_inner_2 {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}

.about_testimonials_inner_2 .title_3 {
  margin-bottom: 22px;
}

.testim_li_text {
  color: #616161;
}

.testim_li_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 30px 0;
  padding: 0;
}

.testim_li_name {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}

.testim_li_logo {
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}

.slick_new_prev {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  cursor: pointer;
	z-index: 2;
}

.slick_new_next {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  cursor: pointer;
	z-index: 2;
}

.slick_new_prev svg path, .slick_new_prev svg rect, .slick_new_next svg path, .slick_new_next svg rect {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.slick_new_prev:hover svg path {
  fill: #fff;
}

.slick_new_prev:hover svg rect {
  fill: #E21F27;
}

.slick_new_next:hover svg path {
  fill: #E21F27;
}

.slick_new_next:hover svg rect {
  fill: #fff;
}

.about_testimonials_slider .slick-next, .about_testimonials_slider .slick-prev {
  display: none !important;
}

.about_drive_wrap {
  padding: 90px 0;
}

.about_drive_inner {
  border-radius: 12px;
  background: #E6EAEA;
  overflow: hidden;
}

.about_drive_top_image {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.drive_li_title {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 11px 0;
  padding: 0;
}

.drive_li_text {
  color: #616161;
}

.drive_li_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.drive_li_text p a {
  color: #616161 !important;
	-webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.drive_li_text p a:hover {
	color: #E21F27 !important;
}

.about_drive_inner_bottom {
  padding: 0 25px 40px 25px;
}

.home_top_wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 215px 0 120px 0;
  overflow: hidden;
}

.home_top_top_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Victor Mono", monospace;
  margin: 0 0 10px 0;
  padding: 0;
}

.home_top_title {
  color: #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 92px;
  font-weight: 500;
  line-height: 97px;
  margin: 0 0 15px 0;
  padding: 0;
}

.home_top_text {
  color: #fff;
}

.home_top_text p {
  font-size: 18px;
  margin: 0 0 40px 0;
  padding: 0;
}

.home_top_left_inner {
  width: 560px;
  max-width: 100%;
}

.htn_li {
  color: #fff;
  padding: 30px 0;
  position: relative;
}

.htn_li::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 1px;
  background: #fff;
}

.htn_li:last-child::after {
  display: none;
}

.htn_li:last-child {
  padding-bottom: 0;
}

.htn_li:first-child {
  padding-top: 0;
}

.htn_li_number {
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.htn_li_text {
  font-size: 26px;
  font-weight: 600;
  font-family: "Victor Mono", monospace;
  line-height: 43px;
}

.home_top_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(270deg, rgba(35, 31, 32, 0.00) 0%, rgba(35, 31, 32, 0.60) 51.45%, rgba(35, 31, 32, 0.76) 68.45%, #231F20 100%);
}

.home_top_top_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  opacity: 0.8;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.home_why_wrap {
  background: url('images/home_why_bg.svg') no-repeat center bottom #fff;
  padding: 100px 0 50px 0;
}

.home_why_top {
  width: 895px;
  max-width: 100%;
  margin: 0 auto 60px auto;
}

.hw_li {
  margin-bottom: 40px;
}

.hw_li_icon {
  margin-bottom: 24px;
  max-width: 100%;
  height: auto;
}

.hw_li_title {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

.hw_li_text {
  color: #616161;
}

.hw_li_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
  padding: 0;
}

.home_about_wrap {
  background: #012D2C;
  padding: 90px 0;
}

.home_about_row_1 {
  margin-bottom: 100px;
}

.home_about_logo_li {
  height: 98px;
  position: relative;
  text-align: center;
}

.home_about_logo_li img {
  max-width: 100%;
  height: auto;
  max-height: 98px;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block !important;
}

.home_services_wrap {
  background: #E6EAEA;
  padding: 100px 0;
}

.home_services_row_1 {
  margin-bottom: 50px;
}

.home_services_row_1 .title_3 {
  margin-bottom: 0;
}

.service_li_slide {
  width: 310px;
  margin-right: 30px;
}

.service_li_slide .service_li_bottom {
  padding: 0 20px 20px 20px;
}

.home_cta_wrap {
  padding-bottom: 90px;
  background: #E6EAEA;
}

.cta_inner {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}

.home_careers_wrap {
  background: url('images/home_careers_bg.png') no-repeat top 0 right 0 #012D2C;
  position: relative;
  padding: 100px 0;
}

.home_blogs_wrap {
  padding: 90px 0 50px 0;
}

.home_blogs_row_1_left_inner {
  width: 925px;
  max-width: 100%;
}

.hb_li {
  margin-bottom: 40px;
}

.hb_li_large_inner {
  border-radius: 16px;
  background: #012D2C;
  padding: 6px;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.17);
  position: relative;
}

.hb_li_large_image {
  overflow: hidden;
  border-radius: 10px;
}

.hb_li_large_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.hb_li_large_inner:hover .hb_li_large_image img {
  transform: scale(1.1);
}

.hb_li_large_bottom {
  padding: 28px 23px;
}

.hb_li_large_title {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin: 0 0 18px 0;
  padding: 0;
  font-family: "Familjen Grotesk", sans-serif;
}

.hb_li_large_learn_more {
  color: #e21f27;
  font-size: 16px;
  font-weight: 600;
  font-family: "Victor Mono", monospace;
  display: inline-block;
}

.hb_li_large_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hb_li_small {
  border-radius: 15px;
  border: 1px solid rgba(1, 45, 44, 0.15);
  background: #FFF;
  padding: 5px;
  position: relative;
}

.hb_li_small_image {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.hb_li_small_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.hb_li_small:hover .hb_li_small_image img {
  transform: scale(1.1);
}

.hb_li_small_title {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  padding: 0;
}

.hb_li_large_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: -10;
  opacity: 0;
  display: none;
}

.popup_active .popup_wrap {
  z-index: 100;
  display: block;
  opacity: 1;
}

.popup_top_inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 22px 0;
}

.popup_bottom_inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 22px 0;
}

.popup_bottom_left_text {
  color: #E4E4E4;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  font-family: "Familjen Grotesk", sans-serif;
}

.popup_middle_inner {
  padding: 20px 0;
}

.popup_middle_wrap {
  position: relative;
  height: calc(100vh - 200px);
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainmenu ul li {
  font-size: 26px;
  font-weight: 700;
  font-family: "Familjen Grotesk", sans-serif;
  margin-bottom: 10px;
}

.mainmenu ul li a {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mainmenu ul li a:hover {
  color: #e21f27 !important;
}

.mainmenu ul li a span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 6px;
  margin-left: 5px;
  cursor: pointer;
  background: url('images/submenu_down.svg') no-repeat 0 -5px;
}

.mainmenu .ul_toggled a span {
  background-image: url('images/submenu_down_active.svg');
}

.ul_toggled li.menu-item-has-children > a {
  color: #e21f27 !important;
}

.mainmenu ul li a span svg {
  position: absolute;
  top: -5px;
}

.mainmenu ul li ul {
  display: none;
}

.mainmenu ul li ul li {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 6px 0;
  padding: 0;
}

.mainmenu ul li ul li a {
  color: #dadada !important;
}

.mainmenu ul li ul li a:hover {
  color: #e21f27 !important;
}

.popup_form_title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Familjen Grotesk", sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}

.contact_row_2 .wpcf7-text {
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(235, 235, 235, 0.4);
  margin-bottom: 20px;
  padding: 0 0 15px 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
}

.contact_row_2 .wpcf7-textarea {
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(235, 235, 235, 0.4);
  margin-bottom: 20px;
  padding: 0 0 15px 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 70px;
  resize: none;
}

.contact_row_2 .wpcf7-acceptance {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 20px;
}

.contact_row_2 .wpcf7-acceptance .wpcf7-list-item {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}

.contact_row_2 .wpcf7-submit {
  color: #fff !important;
  background: #E21F27;
  border: 1px solid #E21F27;
  border-radius: 50px;
  padding: 14px 15px;
  font-size: 16px;
  font-family: "Victor Mono", monospace;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: inline-block;
  padding: 14px 24px;
  text-align: center;
}

.contact_row_2 .wpcf7-submit:hover {
  color: #E21F27 !important;
  background: transparent;
}

.contact_row_2 .wpcf7-submit svg {
  position: relative;
  top: -2px;
  margin-left: 4px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_row_2 .wpcf7-submit:hover svg {
  transform: rotate(45deg);
}

.contact_row_2 .wpcf7-submit svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_row_2 .wpcf7-submit:hover svg path {
  fill: #E21F27;
}

.contact_row_2 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}

.contact_row_2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}

.contact_row_2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}

.contact_row_2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.contact_row_2 ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.contact_row_2 ::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

.popup_middle_right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 100%;
}

.popup_middle_right_inner {
  padding: 10% 0 10% 90px;
}

#home_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.careers_1_wrap {
  position: relative;
  padding: 200px 0 80px 0;
}

.careers_1_top {
  margin-bottom: 90px;
}

.careers_1_top .top_title {
  margin-bottom: 80px;
}

.careers_1_top .top_image {
  border-radius: 12px;
}

.text_1 blockquote {
  margin-bottom: 24px;
  border-radius: 12px;
  border-left: 2px solid #E21F27;
  background: #F5F1ED;
  padding: 24px;
}

.text_1 blockquote p {
  color: #e21f27;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px 0;
  padding: 0;
}

.text_1 blockquote p:last-child {
  margin-bottom: 0;
}

.benefits_widget {
  border-radius: 12px;
  background: #F5F1ED;
  padding: 34px;
  margin-left: 10%;
}

.benefits_widget_title {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding: 0;
}

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

.benefit_li {
  margin-bottom: 35px;
  padding-left: 65px;
  position: relative;
}

.benefit_li:last-child {
  margin-bottom: 0;
}

.benefit_li_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: auto;
}

.benefit_li_title {
  color: #e21f27;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.benefit_li_text {
  color: #231f20;
}

.benefit_li_text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.careers_2_wrap {
  background: #012D2C;
  padding: 100px 0 85px 0;
  position: relative;
}

.careers_3_wrap {
  padding: 90px 0;
}

.careers_2_row_1_right .text_1 p:last-child {
  margin-bottom: 0;
}

.careers_2_row_1 {
  margin-bottom: 45px;
}

.career_li {
  margin-bottom: 30px;
}

.career_li_inner {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: url('images/career_li_bg.svg') no-repeat right bottom #2D3C3C;
  padding: 24px 65px 24px 24px;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.career_li_title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Familjen Grotesk", sans-serif;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.career_li_inner:hover .career_li_title {
  color: #e21f27;
}

.team_career_li .career_li_inner:hover .career_li_title {
  color: #fff !important;
}

.career_li_location {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.career_li_location svg {
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.career_li_arrow {
  position: absolute;
  top: 28px;
  right: 24px;
}

.career_li_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.career_1_wrap {
  padding: 70px 0 85px 0;
}

/*.career_1_row_1_left {
  padding-top: 35px;
}*/

.job_details_widget {
  border-radius: 12px;
  background: #F5F1ED;
  padding: 24px 40px;
  margin-top: -315px;
}

.widget-title {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 35px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.job_details_ul {
  margin: 0 0 12px 0;
  padding: 0;
  list-style-type: none;
}

.job_details_ul li {
  margin-bottom: 28px;
  font-size: 20px;
  color: #231f20;
}

.job_details_ul li span {
  font-family: "Victor Mono", monospace;
  font-weight: 700;
}

.job_details_widget .button_1 {
  width: 100%;
  text-align: center;
}

.top_flying_bg_tiny {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 380px;
  background: linear-gradient(180deg, #010707 0%, #011B1B 32.74%, #012D2C 100%);
}

.career_1 .top_title {
  margin-bottom: 120px;
}

.job_meta {
  margin-bottom: 40px;
}

.job_meta_left {
  color: #231f20;
  font-size: 20px;
}

.job_meta_left span {
  font-weight: 700;
  font-family: "Victor Mono", monospace;
}

.job_type {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border-radius: 6px;
  background: #012D2C;
  font-size: 16px;
  font-weight: 500;
}

.job_tab_titles {
  margin: 0 0 35px 0;
  padding: 0 0 0 0;
  list-style-type: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.job_tab_title {
  display: inline-block;
  color: #231f20;
  font-size: 18px;
  font-weight: 700;
  font-family: "Victor Mono", monospace;
  padding: 25px 0;
  margin-right: 55px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
}

.job_tab_title:last-child {
  margin-right: 0;
}

.job_tab_title:hover, .job_tab_title_active {
  color: #e21f27;
  border-color: #e21f27;
}

.job_block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.job_title_1 {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px; /* 146.154% */
  margin: 0 0 15px 0;
  padding: 0;
}

.job_text_1 p {
  margin-bottom: 28px;
}

.job_text_1 p:last-child {
  margin-bottom: 0 !important;
}

.title_5 {
  color: #012D2C;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 22px 0;
  padding: 0;
}

.text_6 {
  border-radius: 12px;
  background: #F5F1ED;
  margin-bottom: 55px;
  padding: 16px;
  color: #616161;
}

.text_6 p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 15px 0;
  padding: 0;
}

.text_6 p:last-child {
  margin-bottom: 0;
}

.text_6 p strong {
  font-size: 18px;
  font-weight: 600;
}

.button_3 {
  display: inline-block;
  text-decoration: none !important;
  color: #e21f27 !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: transparent;
  padding: 14px 24px;
  border: 1px solid #e21f27;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
}

.button_3 svg {
  margin-left: 4px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button_3:hover svg {
  transform: rotate(45deg);
}

.button_3:hover {
  background: #e21f27;
  color: #fff !important;
}

.button_3 svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  fill: #e21f27;
}

.button_3:hover svg path {
  fill: #fff;
}

.job_block_2 {
  margin-bottom: 30px;
}

.job_block_2_top .job_title_1 {
  margin-bottom: 0;
}

.job_block_2_top {
  margin-bottom: 25px;
}

.job_block_2_li {
  margin-bottom: 15px;
}

.job_block_2_li_inner {
  position: relative;
  padding-left: 16px;
  color: #616161;
  font-size: 18px;
  line-height: 28px;
}

.job_block_2_li_inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #E21F27;
  border-radius: 10px;
}

.job_block_3_li {
  margin-bottom: 18px;
}

.job_block_3_li_inner {
  position: relative;
  padding-left: 35px;
  background: url('images/check-icon.svg') no-repeat 0 3px;
  color: #616161;
  font-size: 18px;
  line-height: 28px;
}

.jb_li {
  margin-bottom: 18px;
}

.jb_li_inner {
  border-radius: 6px;
  border: 1px solid rgba(226, 31, 39, 0.50);
  padding: 20px 12px 12px 12px;
  min-height: 100%;
}

.jb_li_image {
  height: 24px;
  margin-bottom: 15px;
}

.jb_li_image img {
  width: auto;
  max-height: 24px;
}

.jb_li_title {
  color: #012D2C;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.jb_li_text {
  color: #616161;
}

.jb_li_text p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fixed_header {
  background: #fff;
  padding: 22px 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.fixed_header_active .fixed_header {
  top: 0;
}

.fixed_header .header_contacts li a {
  color: #012D2C !important;
}

.fixed_header .header_contacts li a:hover {
  color: #E21F27 !important;
}

.fixed_header .hamburger svg path {
  fill: #012D2C;
}

.fixed_header .hamburger:hover svg path {
  fill: #E21F27;
}

.fixed_header .header_contacts li a svg circle {
  fill-opacity: 1;
  stroke-opacity: 1;
  stroke: #E21F27;
  fill: #fff;
}

.fixed_header .header_contacts li a svg path {
  fill: #E21F27;
}

.home_about_logo_li {
  margin-right: 125px;
}

.popup_bottom_slider {
  width: 445px;
  position: relative;
}

.popup_bottom_slider .home_about_logo_li {
  margin-right: 28px;
  height: 38px;
}

.popup_bottom_slider .home_about_logo_li img {
  max-height: 38px;
}

.popup_bottom_slider::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(to right, #000, transparent);
  z-index: 10;
}

.popup_bottom_slider::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(to right, transparent, #000);
  z-index: 10;
}

.home_career_slide {
  width: 307px;
  margin-left: 24px;
}

.service_li_text_long {
  display: none;
}

.service_li_text_short p {
  height: 23px;
  overflow: hidden;
}

.service_1_new_wrap {
  position: relative;
  width: 100%;
  height: 529px;
  background: linear-gradient(180deg, #010707 0%, #011B1B 32.74%, #012D2C 100%);
}

.service_1_new_inner {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}

.service_2_new_wrap {
  padding: 55px 0 80px 0;
}

.service_2_new_right_inner {
  position: relative;
  min-height: 100%;
}

.service_2_new_right_inner img {
  position: absolute;
  bottom: 0;
}

.service_2_new_left .text_1 p:last-child {
  margin-bottom: 0;
}

.service_1_new_row_1_right_inner {
  position: relative;
  min-height: 100%;
}

.service_1_new_row_1_right_inner img {
  position: absolute;
  top: -100px;
}

.projects_1_wrap .service_1_new_row_1_right_inner img {
  top: -50px;
}

.insutry_top_left_inner {
  position: relative;
  min-height: 100%;
}

.insutry_top_left_inner_2 {
  position: absolute;
  top: -80px;
}

.insutry_top_left_right .top_text {
  margin-bottom: 0;
}

.insutry_top_left_right .top_text p:last-child {
  margin-bottom: 0;
}

.insutry_top_left_right .top_title {
  margin-bottom: 15px;
}

.insutry_top_left_inner .top_breadcrumbs {
  margin-bottom: 15px;
}

.industries_2_wrap {
  padding: 180px 0 70px 0;
}

.insutry_about_top_left_inner_2 {
  position: absolute;
  top: -160px;
}

.career_top_wrap {
  position: relative;
  height: 380px;
  background: linear-gradient(180deg, #010707 0%, #011B1B 32.74%, #012D2C 100%);
}

.career_top_inner {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}

.staff_popup {
  padding: 5px;
}

.staff_popup_left_inner {
  max-width: 100%;
  width: 297px;
}

.staff_popup_left_inner .team_contacts {
  padding-left: 0;
}

.staff_popup_image {
  border-radius: 12px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.staff_popup_close {
  position: relative;
}

.staff_popup_close {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 13px;
}

.staff_popup_close svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.staff_popup_close:hover svg path {
  fill: #e21f27;
}

.no_margin_last_p p:last-child {
  margin-bottom: 0;
}

.service_li_arrow {
  display: inline-block;
  margin-top: 20px;
}

.service_li_arrow svg rect {
  fill: #fff;
}

.careers_apply_form {
  padding-top: 65px;
}

.career_form_box {
  border-radius: 12px;
  background: #F5F1ED;
  margin-bottom: 32px;
  padding: 40px;
}

.career_form_box_title_1 {
  color: #012D2C;
  font-size: 30px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 32px 0;
  padding: 0 0 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.career_form_box_title_2 {
  color: #E21F27;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 40px 0;
  padding: 0;
}

.contact_row label {
  display: block;
  font-size: 18px;
  color: #616161;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}

.career_form_box_button {
  display: inline-block;
  text-decoration: none !important;
  color: #E21F27 !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: transparent;
  padding: 14px 55px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
  border: 1px solid #E21F27;
}

.career_form_box_button svg {
  margin-left: 4px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.career_form_box_button:hover svg {
}

.career_form_box_button svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  fill: #e21f27;
}

.career_form_box_button:hover {
  background: #E21F27;
  color: #fff !important;
}

.career_form_box_button:hover svg path {
  fill: #fff;
}

.select_wrap {
  background: url('images/select_down.svg') no-repeat right 15px top 13px #fff;
  border: 1px solid rgba(1, 45, 44, 0.10);
  border-radius: 4px;
  height: 50px;
  margin-bottom: 24px;
  overflow: hidden;
  width: 100%;
}

.select_wrap select {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  height: 50px;
  line-height: 1;
  padding: 12px 16px;
  width: 120%;
  color: #616161;
  font-size: 16px;
}

.ddrop_uploader_filetypes {
  color: #616161;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.ddrop_uploader {
  margin-bottom: 20px;
}

.drop_uploader {
  margin: 0 !important;
  ⁨border-radius: 12px !important;
  border: 1px dashed #000 !important;
}

.ddrop_uploader .drop_uploader.drop_zone .text {
  color: #616161;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px; /* 88.889% */
}

.ddrop_uploader .drop_uploader.drop_zone .text a {
  color: #012d2c !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.ddrop_uploader .drop_uploader.drop_zone .text a:hover {
  color: #616161 !important;
}

.drop_uploader.drop_zone .text_wrapper i {
  color: #616161 !important;
  font-size: 30px !important;
  top: 10px !important;
  margin-right: 12px !important;
}

.drop_uploader.drop_zone .text_wrapper {
  margin-top: 50px !important;
}

.drop_uploader.drop_zone ul.files.thumb {
  margin-bottom: 50px !important;
}

.career_form_box_button_2 {
  display: inline-block;
  text-decoration: none !important;
  color: #231f20 !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: transparent;
  padding: 14px 55px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Victor Mono", monospace;
  border: 1px solid #231f20;
}

.career_form_box_button_2 svg {
  margin-right: 4px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.career_form_box_button_2:hover svg {
}

.career_form_box_button_2 svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.career_form_box_button_2:hover {
  background: #231f20;
  color: #fff !important;
}

.career_form_box_button_2:hover svg path {
  fill: #fff;
}

.career_form_box_radio {
  margin-bottom: 30px;
}

.career_form_box_radio .wpcf7-list-item label {
  margin-bottom: 0;
}

.career_form_box_radio .wpcf7-list-item {
  margin: 0 50px 0 0;
}

.career_form_box_radio .wpcf7-list-item:last-child {
  margin-right: 0;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.add_link_wrap {
  margin-bottom: 40px;
  margin-top: -40px;
}

.add_link {
  color: #E21F27 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-family: "Victor Mono";
  font-size: 14px;
  font-weight: 500;
}

.add_link:hover {
  color: #012d2c !important;
}

.add_link svg {
  position: relative;
  top: 0;
  margin-right: 4px;
}

.add_link svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.add_link:hover svg path {
  fill: #012d2c !important;
}

.ref_box {
  margin-bottom: 40px;
  border-radius: 12px;
  background: #FFF;
  padding: 33px;
}

.ref_box .wpcf7-text {
  border-radius: 4px;
  background: #F5F1ED;
  border-color: #F5F1ED;
}

.career_form_box_2 {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 42px 35px;
  margin-bottom: 40px;
}

.career_form_box_2_divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin: 35px 0;
}

.career_form_box_2_text {
  color: #616161;
}

.career_form_box_2_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

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

.career_form_box_2_ul li {
  color: #616161;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}

.career_form_box_2_ul li:last-child {
  margin-bottom: 0;
}

.career_form_box_2_ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #E21F27;
  border-radius: 6px;
}

.career_form_box_2 .career_form_box_title_1 {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.career_form_box_2 .wpcf7-text {
  width: 180px;
  margin-left: 10px;
  padding: 0 0 5px 0;
  color: #616161;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
}

.career_form_box_2 .wpcf7-list-item {
  margin-left: 5px;
}

.career_form_box_last .career_form_box_title_1 {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.career_form_box_last .wpcf7-submit {
  width: auto !important;
  padding: 14px 70px;
}

.hide_app_form_button {
  color: #fff !important;
  background: #e21f27 !important;
}

.hide_app_form_button:hover {
  color: #e21f27 !important;
  background: #fff !important;
}

.hide_app_form_button svg path {
  fill: #fff !important;
}

.hide_app_form_button:hover svg path {
  fill: #e21f27 !important;
}

.contact_1_form_div .title_1 {
  line-height: normal !important;
}

.blog_next {
  background: url('images/blog_next.svg') no-repeat center center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: 12px !important;
}

.blog_prev {
  background: url('images/blog_next.svg') no-repeat center center;
  transform: rotate(180deg);
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: 12px !important;
}

.previouspostslink:hover .blog_prev {
  background-image: url('images/blog_next_hover.svg');
}

.nextpostslink:hover .blog_next {
  background-image: url('images/blog_next_hover.svg');
}

.slick_new_vert_prev {
  display: inline-block !important;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.slick_new_vert_prev svg rect, .slick_new_vert_prev svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.slick_new_vert_prev:hover svg rect:first-child {
  fill: #fff;
}

.slick_new_vert_prev:hover svg path {
  fill: #e21f27;
}

.slick_new_vert_next {
  display: inline-block !important;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.slick_new_vert_next svg rect, .slick_new_vert_next svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.slick_new_vert_next:hover svg rect:first-child {
  fill: #e21f27;
}

.slick_new_vert_next:hover svg path {
  fill: #fff;
}

.fancybox-bg {
  background: #012d2c !important;
}

.service_4_col_3_inner {
  padding-left: 30px;
}

.service_5_col_1_inner {
  padding-right: 30px;
}

.subpage_wrap {
  padding: 90px 0;
}

.modal {
  background: rgba(1, 45, 44, 0.95) !important;
}

.page_wrap {
  overflow: hidden;
}

.team_career_li_contacts {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.team_career_li_contacts li {
  margin: 0 0 18px 0;
  padding: 0 0 0 42px;
  position: relative;
  color: #fff;
  font-size: 16px;
}

.team_career_li_contacts li:last-child {
  margin-bottom: 0;
}

.team_career_li_contacts li a {
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none !important;
}

.team_career_li_contacts li a:hover {
  color: #E21F27 !important;
}

.team_career_li_contacts li svg {
  position: absolute;
  top: -4px;
  left: 0;
}

.page-template-page-services .service_2_new_wrap {
  padding: 150px 0 80px 0;
}

.page-template-page-industries .service_2_new_wrap {
  padding: 17px 0 80px 0;
}

.page-template-page-projects .service_2_new_wrap {
  padding: 20px 0 80px 0;
}

.contact_1_left_inner {
  padding-right: 8%;
}

.popup_bottom_right_inner {
	padding-left: 10%;
}