/*
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: "Outfit", sans-serif;
font-family: "Raleway", 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;
*/

@import url('css/responsive.css');

* {
	outline: none !important;
}

body {
	font-family: "Jost", 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: 16px;
  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%;
	text-transform: uppercase;
}

#mobilemenu ul li a {
	color: #000810;
	font-size: 18px;
	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::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #FFC631;
	-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;
	opacity: 0;
}

#mobilemenu ul li a:hover::after {
	opacity: 1;
}

#mobilemenu ul li.current_page_item > a {
	font-weight: 500;
}

#mobilemenu ul li.current_page_item > a::after {
	opacity: 1;
}

#mobilemenu ul li.current_page_item a {
	font-weight: 500;
}

#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;
	width: 85px;
}

#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
}

.header_wrap {
	background: #fff;
	padding: 20px 0;
}

.logo {
	display: inline-block;
}

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

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

.mainmenu ul li {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 30px;
}

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

.mainmenu ul li a {
	color: #000810 !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;
	position: relative;
}

.mainmenu ul li a::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #FFC631;
	-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;
	opacity: 0;
}

.mainmenu ul li a:hover::after {
	opacity: 1;
}

.mainmenu ul li.current_page_item > a {
	font-weight: 500;
}

.mainmenu ul li.current_page_item > a::after {
	opacity: 1;
}

.top_wrap {
	height: 400px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

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

.top_title {
	color: #fff;
	font-size: 64px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.top_dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.top_dots svg {
	width: 100%;
	height: auto;
}

.contact_1_wrap {
	padding: 100px 0;
}

.contact_1_left_inner {
	padding: 174px 10%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.contact_1_left_inner::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 31, 63, 0.81) 0%, rgba(0, 31, 63, 0.81) 100%);
}

.contact_1_left_inner > * {
	position: relative;
}

.text_2 {
	color: #fff;
}

.text_2 p {
	font-size: 18px;
	margin: 0 0 35px 0;
	padding: 0;
}

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

.contacts_ul li {
	font-size: 16px;
	color: #fff;
	margin-bottom: 28px;
	font-family: "Outfit", sans-serif;
}

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

.contacts_ul li a {
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	-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;
}

.contacts_ul li a:hover {
	color: #FFC631 !important;
}

.contacts_ul li a svg {
	margin-right: 12px;
}

.title_1 {
	color: #000810;
	font-size: 50px;
	line-height: 64px;
	font-weight: 400;
	margin: 0 0 50px 0;
	padding: 0;
}

.title_2 {
	color: #000810;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0 0 0 60px;
	position: relative;
}

.title_2::before {
	content: " ";
	display: block;
	left: 0;
	top: 10px;
	width: 40px;
	height: 1px;
	background: #FFC631;
	position: absolute;
}

.contact_row label {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px 0;
	padding: 0;
}

.contact_row .wpcf7-text {
	display: block;
	margin-bottom: 25px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #8D8D8D;
	font-size: 16px;
	color: #333;
	padding: 5px 0;
}

.contact_row .wpcf7-textarea {
	display: block;
	margin-bottom: 25px;
	width: 100%;
	height: 35px;
	resize: none;
	border: none;
	border-bottom: 1px solid #8D8D8D;
	font-size: 16px;
	color: #333;
	padding: 5px 0;
}

.contact_row .wpcf7-submit {
	position: relative;
	padding: 10px 20px;
	border: 1px solid #024B80;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	background: #024B80;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	width: 100%;
}

.contact_row .wpcf7-submit:hover {
	background: #024B80;
	box-shadow: 0 0 30px 5px #024B80;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.contact_row .wpcf7-submit:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: sh02 0.5s 0s linear;
}

.contact_row .wpcf7-submit::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.contact_row .wpcf7-submit:active {
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}

.contact_1_right_inner {
	padding-left: 20px;
}

.footer_wrap {
	padding: 70px 0 20px 0;
	background: #001F3F;
}

.copyright {
	color: #fff;
	font-size: 14px;
}

.copyright 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;
}

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

.footer_col, .footer_left {
	margin-bottom: 60px;
}

.footer_left {
	border-right: 1px solid rgba(255, 255, 255, 0.20);
}

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

.footer_license {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.footer_license b {
	font-weight: 500;
}

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

.footer_contacts li {
	font-size: 18px;
	color: #fff;
	margin-bottom: 8px;
}

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

.footer_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;
}

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

.footer_title {
	color: #FFC631;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 16px 0;
	padding: 0;
}

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

.footermenu li {
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
}

.footer_col_2 .footermenu li {
	text-transform: none;
}

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

.footermenu li a {
	color: #fff !important;
	display: inline-block;
	text-decoration: none !important;
	position: relative;
}

.footermenu li a::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #FFC631;
	-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;
	opacity: 0;
}

.footermenu li a:hover::before {
	opacity: 1;
}

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

.footer_right_inner {
	padding-left: 30%;
}

.wwa_1_wrap {
	padding: 100px 0 50px 0;
}

.wwa_1_right_inner {
	position: relative;
	margin-left: 30px;
}

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

.wwa_1_overlay {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 315px;
	height: 78px;
	background-image: linear-gradient(90deg, #FFC631 0%, rgba(255, 198, 49, 0.70) 56.41%, rgba(255, 198, 49, 0.00) 99.06%);
	padding: 9px 10px;
}

.wwa_1_overlay_icon {
	width: 64px;
	height: 61px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	display: inline-block;
	position: relative;
}

.wwa_1_overlay_icon img {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wwa_1_overlay_number {
	color: #000;
	font-size: 36px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 5px;
}

.wwa_1_overlay_text {
	color: #000;
	font-size: 16px;
}

.wwa_2_wrap {
	padding: 50px 0 60px 0;
}

.text_1 {
	color: #666;
}

.text_1 p {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
}

.text_1 ul {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

.text_1 ul li {
	margin-bottom: 12px;
	padding-left: 14px;
	position: relative;
}

.text_1 ul li::before {
	content: " ";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #FFC631;
	border-radius: 10px;
}

.wwa_2_row_1 {
	margin-bottom: 40px;
}

.wwa_2_row_1 .title_1 {
	margin-bottom: 0;
}

.wwa_2_row_1 .text_1 p {
	margin-bottom: 0;
}

.staff_li {
	margin-bottom: 40px;
}

.staff_li_inner {
	position: relative;
}

.staff_li_image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.staff_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;
}

.staff_li_inner:hover .staff_li_image img {
	transform: scale(1.1);
}

.staff_li_name {
	color: #000810;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 8px 0;
	padding: 0;
	font-family: "Raleway", sans-serif;
}

.staff_li_title {
	color: #666;
	font-size: 18px;
}

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

.cta_wrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 120px 0;
	position: relative;
}

.cta_wrap::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	background: linear-gradient(0deg, rgba(0, 31, 63, 0.89) 0%, rgba(0, 31, 63, 0.89) 100%);
}

.cta {
	position: relative;
}

.cta_title {
	color: #fff;
	font-size: 52px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 0;
}

.cta_button {
	position: relative;
	padding: 10px 25px;
	border: 1px solid #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	background: transparent;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
	text-decoration: none !important;
}

.cta_button:hover {
	background: #fff;
	box-shadow: 0 0 30px 5px #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #001F3F;
}

.cta_button:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: sh02 0.5s 0s linear;
}

.cta_button::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.cta_button:active {
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}

.staff_1_wrap {
	padding: 100px 0;
}

.staff_1_outer_image_wrap {
	background: #fff;
}

.staff_1_left_inner {
	min-height: 100%;
}

.staff_1_image_wrap {
	background: linear-gradient(180deg, rgba(2, 75, 128, 0.00) 12.5%, rgba(2, 75, 128, 0.50) 65.87%, #024B80 100%);
}

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

.staff_1_left_bottom {
	padding: 24px 24px 24px 24px;
	background: #024B80;
}

.title_3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 0;
}

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

.staff_contacts li {
	margin-bottom: 8px;
	font-size: 18px;
	color: #fff;
}

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

.staff_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;
}

.staff_contacts li a:hover {
	color: #FFC631 !important;
}

.staff_1_right_inner {
	/*padding-top: 32px;*/
	padding-left: 30px;
	padding-right: 40px;
}

.staff_1_inner {
	background: rgba(2, 75, 128, 0.06);
	padding: 40px 40px 20px 40px;
}

.careers_1_wrap {
	padding: 100px 0 40px 0;
}

.careers_1_right .text_1 strong {
	color: #000810;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.careers_1_left_inner {
	padding-right: 10px;
}

.careers_2_wrap {
	padding: 40px 0 100px 0;
}

.career_li {
	margin-bottom: 24px;
	padding: 24px;
	border: 1px solid #C8C8C8;
}

.career_li_title {
	color: #000810;
	font-size: 33px;
	font-weight: 500;
	margin: 0 0 16px 0;
	padding: 0;
}

.career_li_text p {
	margin-bottom: 30px;
}

.button_1 {
	position: relative;
	padding: 10px 25px;
	border: 1px solid #FFC631;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	background: #FFC631;
	color: #000810;
	overflow: hidden;
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
	text-decoration: none !important;
}

.button_1:hover {
	background: transparent;
	box-shadow: 0 0 30px 5px #FFC631;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #000810 !important;
	border-color: #FFC631;
}

.button_1:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: sh02 0.5s 0s linear;
}

.button_1::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.button_1:active {
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}

.button_2 {
	position: relative;
	padding: 10px 25px;
	border: 1px solid #024B80;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	background: transparent;
	color: #024B80;
	overflow: hidden;
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
	text-decoration: none !important;
}

.button_2:hover {
	background: #024B80;
	box-shadow: 0 0 30px 5px #024B80;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #fff !important;
	border-color: #024B80;
}

.button_2:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: sh02 0.5s 0s linear;
}

.button_2::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.button_2:active {
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}

.career_li .button_1 {
	margin-right: 15px;
}

.careers_modal .modal-content {
	background: #024B80;
}

.careers_modal .modal-body {
	padding: 40px;
}

.careers_modal_title {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0;
}

.careers_modal_text {
	color: #fff;
}

.careers_modal_text h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0;
}

.button_3 {
	position: relative;
	padding: 10px 25px;
	border: 1px solid #FFC631;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	background: transparent;
	color: #FFC631;
	overflow: hidden;
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
	text-decoration: none !important;
}

.button_3:hover {
	background: #FFC631;
	box-shadow: 0 0 30px 5px #FFC631;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #000810 !important;
	border-color: #FFC631;
}

.button_3:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: sh02 0.5s 0s linear;
}

.button_3::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.button_3:active {
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}

.careers_modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.careers_modal_close svg {
	width: 25px;
	height: auto;
}

.careers_modal_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;
}

.careers_modal_close:hover svg path {
	stroke: #FFC631;
}

.project_2_wrap {
	padding: 40px 0 80px 0;
}

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

.project_details li {
	margin-bottom: 40px;
}

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

.project_details li h4 {
	color: #000810;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 12px 0;
	padding: 0;
}

.project_details li span {
	display: block;
	color: #666;
	font-size: 18px;
}

.project_2 .title_1 {
	margin-bottom: 24px;
}

.slick-dots {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin-right: 6px;
	overflow: hidden;
}

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

.slick-dots li button {
	display: inline-block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: #D9D9D9;
	border: none;
	-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-radius: 10px;
}

.slick-dots li button:hover, .slick-dots li.slick-active button {
	background: #024B80;
}

.project_2_right {
	border-left: 1px solid #A9A9A9;
}

.project_2_right_inner {
	padding-left: 25px;
}

.project_2_left_inner {
	padding-right: 25px;
}

.projects_1_wrap {
	padding: 100px 0 60px 0;
}

.projects_1_wrap .title_1 {
	margin-bottom: 0;
}

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

.projects_1_row_1 {
	margin-bottom: 60px;
}

.projects_search_wrap {
	border-radius: 80px;
	background: rgba(2, 75, 128, 0.06);
	padding: 16px;
	margin-bottom: 40px;
}

.projects_search_right_inner {
	position: relative;
}

.projects_search_right_inner input[type=text] {
	background: #fff;
	width: 100%;
	border-radius: 100px;
	border: 1px solid rgba(33, 33, 33, 0.60);
	padding: 8px 60px 8px 24px;
	font-size: 18px;
	color: #363636;
}

.projects_search_right_inner button {
	position: absolute;
	top: 7px;
	right: 10px;
	border-radius: 50px;
	background: #024B80;
	width: 32px;
	height: 32px;
	text-align: center;
	-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: none;
}

.projects_search_right_inner button:hover {
	background: #FFC631;
}

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

.projects_search_right_inner 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;
}

.projects_search_right_inner button:hover svg path {
	fill: #000810;
}

.select_wrap {
	background: url('images/down.svg') no-repeat right 12px top 12px transparent;
  border: 1px solid #024B80;
  border-radius: 50px;
  height: 45px;
  overflow: hidden;
  width: 328px;
}

.select_wrap select {
	background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  height: 45px;
  line-height: 1;
  padding: 0 12px;
  width: 120%;
  color: #024B80;
  font-size: 18px;
  font-weight: 400;
}

.project_li {
	margin-bottom: 40px;
}

.project_li_inner {
	position: relative;
	border-bottom: 1px solid #A9A9A9;
}

.project_li_image {
	position: relative;
	overflow: hidden;
}

.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_bottom {
	padding: 20px 0;
}

.project_li_title {
	color: #000810;
	font-size: 32px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.project_li_details {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #001F3F;
	text-transform: uppercase;
}

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

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

.home_careers_wrap {
	padding: 90px 0;
}

.home_careers_right .text_1 strong {
	color: #000810;
	font-size: 16px;
	font-weight: 500;
}

.home_careers_right .text_1 ul li {
	padding-left: 25px;
}

.home_careers_right .text_1 ul li::before {
	background: url('images/check.svg') no-repeat center center;
	width: 16px;
	height: 16px;
	top: 5px;
}

.home_top_wrap {
	position: relative;
	overflow: hidden;
}

.home_top_wrap::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: linear-gradient(180deg, rgba(31, 63, 84, 0.00) 0%, rgba(0, 31, 63, 0.90) 100%);
}

.home_top_inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
}

.home_top_video {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.home_top_content {
	width: 670px;
	max-width: 100%;
	margin: 0 auto;
}

.home_top_top_text {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}

.home_top_title {
	color: #fff;
	font-size: 64px;
	line-height: 76px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0;
}

.home_top_text {
	color: #fff;
}

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

.home_top_dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 7;
}

.home_about_wrap {
	padding: 100px 0 50px 0;
}

.home_about_right_inner {
	padding-left: 12%;
}

.home_about_image_1 {
	position: relative;
	top: 50px;
}

.home_about_image_2 {
	position: relative;
	top: -50px;
}

.home_services_wrap {
	padding: 50px 0 70px 0;
	overflow: hidden;
	background: #f8f9fa;
}

.home_services_row_1 {
	margin-bottom: 40px;
}

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

.service_li {
	border: 1px solid #C8C8C8;
	/*margin-right: 25px;*/
	padding: 55px 24px;
	/*width: 402px;*/
	min-height: 100%;
	margin-bottom: 30px;
}

.service_li_title {
	color: #000810;
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0;
}

.service_li_text {
	color: #202C38;
}

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

.home_services_slider_wrap {
	width: 2000px;
}

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

.services_left {
	display: inline-block;
	margin-right: 8px;
	cursor: pointer;
}

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

.services_left 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;
}

.services_left:hover svg rect {
	fill: #024B80;
}

.services_left 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;
}

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

.services_right 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;
}

.services_right:hover svg > rect {
	fill: #fff;
	stroke: #024B80;
}

.services_right 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;
}

.services_right:hover svg path {
	fill: #024B80;
}

.home_projects_wrap {
	background: #001F3F;
	padding: 100px 0 100px 0;
}

.home_projects_row_1 {
	margin-bottom: 60px;
}

.home_projects_row_1 .title_1 {
	margin-bottom: 0;
}

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

.white {
	color: #fff;
}

.home_projects .project_li_title {
	color: #fff;
}

.home_projects .project_li_details {
	color: #FFC631;
}

.home_projects_bottom {
	margin-top: 20px;
}

.resources_1_wrap {
	padding: 100px 0;
}

.resources_1_inner {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
}

.resources_titles {
	margin: 0 0 40px 0;
	padding: 8px;
	list-style-type: none;
	border-radius: 80px;
	background: rgba(2, 75, 128, 0.06);
	display: inline-block;
}

.resources_titles li {
	display: inline-block;
	padding: 8px 12px;
	color: #000810;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	-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-radius: 50px;
}

.resources_titles li:hover, .resources_title_active {
	background: #FFC631;
}

.resource_li {
	border: 1px solid #C8C8C8;
	margin-bottom: 24px;
	background: #FFF;
}

.resource_li_top {
	border-bottom: 1px solid #C8C8C8;
	padding: 15px 20px;
	color: #000810;
	font-size: 28px;
	font-weight: 400;
}

.resource_li_bottom {
	padding: 10px 20px;
}

.res_file {
	padding: 16px 0;
	border-bottom: 1px solid #EAEAEA;
}

.res_file:last-child {
	border-bottom: 0;
}

.res_file_icon {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.res_file_name {
	color: #000810;
	font-size: 18px;
	font-weight: 400;
}

.res_file_date {
	color: #000810;
	font-size: 14px;
}

section {
	overflow: hidden;
}

.project_slide img {
	max-width: 100%;
	height: auto;
	max-height: 600px;
	width: auto;
	display: inline-block;
}

.projects_ul {
	position: relative;
}

.projects_loader {
	background: url('images/loader.svg') no-repeat center top 30px #fff;
	background-size: 50px auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-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: -1;
	opacity: 0;
}

.projects_loader_active .projects_loader {
	opacity: 1;
	z-index: 10;
}

.home_careers_left {
	padding-right: 30px;
}

.home_top_mobile_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

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

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

.slick_new_prev svg path, .slick_new_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_prev:hover svg path, .slick_new_next:hover svg path {
	fill: #FFC631;
}

.project_slide {
	text-align: center;
}

.project_slide a {
	text-decoration: none !important;
}

.subpage_wrap {
	padding: 90px 0;
}

.text_1 a {
	color: #FFC631 !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;
}

.text_1 a:hover {
	color: #024B80 !important;
}