
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html, body, div, span, object, iframe, a, address, em, img, small, strong, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

*, ::before, ::after {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@font-face {
 font-family:Gordita;
 src:url(fonts/Gordita-Light.woff2) format("woff2"),
 url(fonts/Gordita-Light.woff) format("woff"),
 url(fonts/Gordita-Light.ttf) format("truetype");
 font-weight:300;
 font-style:normal;
 font-display:swap
}
@font-face {
 font-family:Gordita;
 src:url(fonts/Gordita-Regular.woff2) format("woff2"),
 url(fonts/Gordita-Regular.woff) format("woff"),
 url(fonts/Gordita-Regular.ttf) format("truetype");
 font-weight:400;
 font-style:normal;
 font-display:swap
}
@font-face {
 font-family:Gordita;
 src:url(fonts/Gordita-Bold.woff2) format("woff2"),
 url(fonts/Gordita-Bold.woff) format("woff"),
 url(fonts/Gordita-Bold.ttf) format("truetype");
 font-weight:700;
 font-style:normal;
 font-display:swap
}
@font-face {
    font-family: 'Bebas Neue';
    src: url(fonts/BebasNeueRegular.woff2) format('woff2'),
        url(fonts/BebasNeueRegular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url(fonts/BebasNeueBold.woff2) format('woff2'),
        url(fonts/BebasNeueBold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ===== Initializr Styles =============================================================================================== */
html {width: 100%;} 
body {width: 100%;overflow-x: hidden; font-size: 100%;}
body, td{font-family:'Gordita', sans-serif; font-size: 16px; font-weight:400; color: #121416; line-height: 1.8;}
a, a:visited{ text-decoration:none; color:#121416;}
a:hover{ color:#01B0DF}
p{ margin:0px 0px 10px;}

.wrapper {position: relative; max-width: 100%; display: block;}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
ul {
    margin: 0;
    padding: 0;
}

/* ===================    =================== */
.ecenter{ text-align:center !important }
.eright{ text-align:right !important }
.eleft{ text-align:left !important }
/*===================    =================== */ 
.header{ 
position:absolute;
left: 0;
top: 0;
width: 100%;
z-index: 100;
padding:30px 0;
box-shadow: 0 5px 25px 0 rgba(115,121,134,0);
transition: background-color .3s,padding .3s,box-shadow .3s;
}
.head{
display: flex;
align-items: center;
padding: 0 20px;
justify-content: space-between;
}

.logo{
display: inline-block;
text-align: center;
width:50%;}
.logo img{transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) .7s;}
.logo:hover{ opacity:0.5}

.launge-box {
    display: flex;
	align-items: center;
	position:relative;
	justify-content: space-between;
}
.mesp img{ width:100px;}
.launge-box .phone {
    color: #081d58;
	font-weight:bold;
	display:none;
	font-family:'Bebas Neue';
	font-size:20px;
	line-height:normal;
}
.launge-box a:hover{ color:#01B0DF}
.launge-box a img{ display:block}

.idi{ margin-left:20px; color: #fff;}
.idi a{color: #fff;
	font-weight: 400;
	padding:0 5px;
}
/* ==============    MOBILE: Menu    ============== */
.open-menu {
    margin-left: 1rem;
	margin-right: 1rem;
padding-left: 1.1rem;
border-left: 1px solid #fff;
}
.open-menu .nav-bar-icon {
    width: 38px;
    height: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}
.open-menu .nav-bar-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background: #081d58;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.open-menu .nav-bar-icon span:nth-of-type(2n+1) {
    left: 0;
    -moz-border-radius: 9px 0 0 9px;
    -webkit-border-radius: 9px 0 0 9px;
    -o-border-radius: 9px 0 0 9px;
    border-radius: 9px 0 0 9px;
}
.open-menu .nav-bar-icon span:nth-of-type(2n) {
    left: 50%;
    -moz-border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    -o-border-radius: 0 9px 9px 0;
    border-radius: 0 9px 9px 0;
}
.open-menu .nav-bar-icon span:nth-of-type(1) {top: 0;}
.open-menu .nav-bar-icon span:nth-of-type(2) {top: 0;}
.open-menu .nav-bar-icon span:nth-of-type(3) {top: 11px;}
.open-menu .nav-bar-icon span:nth-of-type(4) {top: 11px;}
.open-menu .nav-bar-icon span:nth-of-type(5) {top: 22px;}
.open-menu .nav-bar-icon span:nth-of-type(6) {top: 22px;}

#main-menu-wr{
width: 100%;
position: fixed;
overflow: hidden;
top: 0;
bottom:0;
left:0;
z-index: 999999;
background: #fff;
overflow-y: auto;
display: block;
padding: 25px;
-webkit-transform: translateZ(0) translateX(-110%);
-moz-transform: translateZ(0) translateX(-110%);
-ms-transform: translateZ(0) translateX(-110%);
-o-transform: translateZ(0) translateX(-110%);
transform: translateZ(0) translateX(-110%);
-webkit-transition-property: transform,z-index;
-moz-transition-property: transform,z-index;
-o-transition-property: transform,z-index;
-ms-transition-property: transform,z-index;
transition-property: transform,z-index;
-webkit-transition-duration: .6s;
-moz-transition-duration: .6s;
-o-transition-duration: .6s;
-ms-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
-ms-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
#main-menu-wr.open {
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
}
.menu-container {
    width:100%;
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: -o-calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px auto;
	text-align:center;
	overflow:hidden;
}
.menu-container .logomenu {
    width: 50%;
    display: inline-block;
    text-align: center;
	margin: 0 0 50px;
}


.box {
	display: flex;
	flex-direction:column;
}
.box :nth-child(1) { order: 1; }
        .box :nth-child(2) { order: 3; }
        .box :nth-child(3) { order: 2; }
				
.menu-container .logomenu:hover{ opacity:0.5}
#main-menu-wr #main-menu { margin:0px 0 0; padding: 0; list-style-type: none; display:block; width:100%;}
#main-menu-wr #main-menu li{ display:block; text-align:center}
#main-menu-wr #main-menu li a, #main-menu-wr #main-menu li a:visited { position:relative;
	font-weight:400;
	font-size: 30px;
	line-height: 32px;
	color:#121416;
	display:inline-block;
	text-transform:uppercase;
	padding:15px 0;
}	
#main-menu-wr #main-menu li a:hover{ color:#162d55}
.close-menu{
    position:absolute;
	top: 10px;
	right:30px;
    z-index: 9999999;
    float: left;
    padding: 15px 0;
}
.close-menu .nav-bar-icon {
    width: 40px;
    height: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}
.close-menu .nav-bar-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 20px;
    background: #000 !important;
	-webkit-opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-webkit-transition-duration: .25s;
-moz-transition-duration: .25s;
-o-transition-duration: .25s;
-ms-transition-duration: .25s;
transition-duration: .25s;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
-ms-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.close-menu .nav-bar-icon span:nth-of-type(2n+1) {
    left: 0;
    -moz-border-radius: 9px 0 0 9px;
    -webkit-border-radius: 9px 0 0 9px;
    -o-border-radius: 9px 0 0 9px;
    border-radius: 9px 0 0 9px;
}
.header-wrapper .open-menu .nav-bar-icon span:nth-of-type(2n) {
    left: 50%;
    -moz-border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    -o-border-radius: 0 9px 9px 0;
    border-radius: 0 9px 9px 0;
}
.close-menu .nav-bar-icon span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
    top: 3px;
}
.close-menu .nav-bar-icon span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: -o-calc(50% - 3px);
    left: calc(50% - 3px);
    top: 3px;
}
.close-menu .nav-bar-icon span:nth-of-type(3) {
    left: -50%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	top: 11px;
}
.close-menu .nav-bar-icon span:nth-of-type(4) {
    left: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	top: 11px;
}
.close-menu .nav-bar-icon span:nth-of-type(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 3px;
    top: 17px;
}
.close-menu .nav-bar-icon span:nth-of-type(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: -o-calc(50% - 3px);
    left: calc(50% - 3px);
    top: 17px;
}

.address{ float:left; margin: 0 auto; padding:20px 0; width:100%;  text-align:center; font-size:18px }
.address a{display:inline-block; color:#121416}
.address a:hover{color:#162d55}

#main-menu-wr1{ display:none}
/* ===================== Slider  ========================================================================== */
#slider{background: #000;
position: relative;
/*height: calc(100vh - 160px);*/
height:100vh;
clear: both; 
max-width: 100%;
width:100%;
z-index: inherit;
 margin-bottom:40px
}
#slider::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  background:url(../img/bg-up.png);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:top;
  opacity:0.5
}
#slider ul{ margin:0; padding:0; list-style-type:none;}
#slider .bxslider li img{ margin:0 auto; display:none; width:100%}
#slider .slider1{ background:url(../img/slider/s1.jpg) no-repeat center center; background-size:cover }
#slider .slider2{ background:url(../img/slider/s2.jpg) no-repeat center center; background-size:cover }
#slider .slider3{ background:url(../img/slider/s3.jpg) no-repeat center center; background-size:cover }
#slider .slider4{ background:url(../img/slider/s4.jpg) no-repeat top center; background-size:cover }
#slider .slider5{ background:url(../img/slider/s5.jpg) no-repeat top center; background-size:cover }
#slider .slider6{ background:url(../img/slider/s6.jpg) no-repeat top center; background-size:cover }

/*#slider .bxslider li::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/slider-mask.png");
    background-size: cover;
    z-index:18;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=60);
    opacity: .8;
}*/

#slider .bx-wrapper{ margin:0px }
#slider .bx-wrapper .bx-pager{ bottom:30px; z-index:5; text-align:center; margin-left:0; width:auto; right:25px}
#slider .bx-wrapper .bx-pager.bx-default-pager a{overflow: hidden; margin:0 10px;
border-radius: 50%;width: 14px !important;
height: 14px !important;
background-color:#ffb301 !important;
border:1px solid #ffb301 !important;
/*-webkit-box-shadow: inset 0 0 0 0 #fff !important;
-moz-box-shadow: inset 0 0 0 0 #fff !important;
-o-box-shadow: inset 0 0 0 0 #fff !important;
box-shadow: inset 0 0 0 0 #fff !important;*/}
#slider .bx-wrapper .bx-pager.bx-default-pager a.active, #slider .bx-wrapper .bx-pager.bx-default-pager a:focus, #slider .bx-wrapper .bx-pager.bx-default-pager a:hover { 
width: 14px !important;
height: 14px !important;
background: #01a0c6 !important;
top: -2px !important; border:1px solid #01a0c6 !important;}

#slider .bx-viewport, #slider .bx-wrapper{ position:relative; width:100%; height:100% !important; top:0; left:0; }
#slider .bxslider, #slider .bxslider li{ height: 100% !important; }
#slider .bx-wrapper .bx-viewport{ border: none !important; }


.slider-info {
    position: absolute;
    z-index:2;
    top:0;
    left: 0;
    width:100%;
	height:100%;
	display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
}
.slider-info img{ width:auto; height:auto}
/*.headerHome__small {
    margin-bottom:10px;
    font-size:16px;
    line-height:16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: .2em;
}
.slider-info h2 {
    font-size:25px;
	line-height:25px;
	color: #fff;
	font-weight: 700;
	margin:0;
	padding:0
}*/

.headerHome__slideBottom {
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height:100px;
    z-index: 2;
    padding-top: 20px;
	padding-bottom:20px;
	padding-left:1rem;
	padding-right:5rem;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	display:block;
}
/*.headerHome__slideBottom ::after, .headerHome__slideBottom ::before {
    content: "";
    display: block;
    clear: both;
}*/
.headerHome__slideName {
    font-size:12px;
    line-height:12px;
    font-weight:400;
    padding-bottom:0px;
	width:100%;
	color:#01a0c6;
	display:inline-block
}
.headerHome__slideName span{ color:#081d58}
.headerHome__slideCategory {
    font-size:14px;
    line-height:1.6;
    letter-spacing: .05em;
    /*opacity: .5;*/
	width:100%;
}

.headerHome__bottom {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height:80px;
    width:60vw;
    background-color: #fff;
	background-image:url(../img/icon-slider.png);
	background-repeat:no-repeat;
	background-position: right 12% center;
	display:block;
}
.headerHome__bottomLine {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(50%);
    width: 10.8rem;
    height: 2px;
    background-color: #ffb301;
	
}
.headerHome__bottomLine::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #081d58;
}
/* ===================== Slider  ========================================================================== */
.slider-page {
    position: relative;
    height:30vh;
    overflow: hidden;
    display: block;
	background-repeat:no-repeat!important;
	background-size:cover!important;
	background-position:center center !important;
}
/* ===================================   Media Queries   ========================================================================== */
.sections{ position:relative;}
.container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left:30px;
    padding-right:30px;
    box-sizing: border-box;
}
.titleDesc {
    padding-top:100px;
    padding-bottom:40px;
	display: block;
}
.titleDesc__inner {
    display:block;
    margin-left: -12px;
    margin-right: -12px;
}
.titleDesc__title {
    position: relative;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
.titleDesc__titleSmall {
    position: relative;
    z-index: 1;
	margin:0;
    margin-bottom:40px;
    font-size:60px;
    line-height:65px;
    font-weight:bold;
	font-family: 'Bebas Neue';
	color: #081d58;
}
.titleDesc__titleSmall::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7.7rem;
    height: .2rem;
    background-color: #00B3D9;
}
.titleDesc__titleBig {
    position: absolute;
    left: 1rem;
    top: -5.5rem;
    font-size:75px;
    line-height:60px;
    font-weight: 900;
    -webkit-text-stroke: .1rem #e6eef2;
    -webkit-text-fill-color: #fff;
	margin:0;
}
.titleDesc__desc {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    z-index: 1;
    max-width: 100%;
}
/* ===================================   Media Queries   ========================================================================== */
.centeredText {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
}
.centeredText__button {
    position: relative;
    z-index: 2;
    margin-top:42px;
}
.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:20px 40px;
    border:1px solid #cfd6da;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    transition: border .3s;
	text-transform:uppercase;	
}
.button:hover {
    border: 1px solid #162d55; color:#fff
}
.button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #024379;
    transition: width .3s;
}
.button:hover:before {
 width:calc(100% + 1px)
}
.button__icon, .button__text {
    position: relative;
    z-index: 1;
    transition: color .3s;
}
.button__icon {
   top: 1px;
color: #00B3D9;
font-size:16px;
padding-right: 2.5rem;
}
.icon-dots::before {
	content: "\f141" !important;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.centeredText__desc {
    font-size: 28px;
    line-height: 40px;
    max-width: 750px;
    margin: 0 auto;
}
.centeredText__desc b, .centeredText__desc strong {
    font-weight: 600;
    text-decoration: underline;
}

/* ===================================   Media Queries   ========================================================================== */
.threeImages {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  margin-top: 2rem;
  display: block;
}
.threeImages__inner {
  position: relative;
  display: flex;
  margin-left: -2rem;
  margin-right: -2rem;
  flex-direction: column;
  gap: 50px;
}
.threeImages__box {
  padding-left: 2rem;
  padding-right: 2rem;
}
.threeImages__box--left {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top:0vw;
}
.threeImages__box--center {
  position: relative;
  flex: 0 0 100%;
max-width: 100%;
}
.threeImages__box--right {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 6vw;
}
.threeImages__boxInner {
  position: relative;
  background-color: #bfc0c0;
}
.threeImages__boxInner::before {
  display: block;
  content: "";
  width: 100%;
}
.threeImages__box--left .threeImages__boxInner::before {
  padding-top: 80.85106383%;
}
.threeImages__box--center .threeImages__boxInner::before {
  padding-top: 109.41176471%;
}
.threeImages__box--right .threeImages__boxInner::before {
  padding-top: 116.78832117%;
}
.threeImages__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-1{ position:absolute; text-transform: uppercase; font-size:14px}
.threeImages__boxWrapper {
  position: relative;
}
.threeImages__outline {
  font-size: 150px;
line-height: 187px;
  font-weight: 900;
  -webkit-text-stroke: 1px #cfd6da;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  position: absolute;
  right: 0px;
  bottom:0;
}
/* ===================================   Media Queries   ========================================================================== */
.imageBoxes{margin-top:0rem; display:block}
.imageBoxes__header {
  text-align: center;
}
.imageBoxes__title {
  font-size:80px;
  line-height:70px;
  font-weight: 900;
  -webkit-text-stroke: 1px #cfd6da;
  -webkit-text-fill-color: #fff;
}
.imageBoxes__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -.6rem;
}
.imageBoxes__item {
    display: block;
    position: relative;
    flex: 1;
    height:70vh;
    overflow: hidden;
	flex: 0 0 100%;
	max-width: 100%;
}
.imageBoxes__item::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    opacity: 1;
    transition: opacity .3s;
}
.imageBoxes__item:hover .imageBoxes__itemOverlay,
.imageBoxes__item:hover:before {
background-color: rgba(0,0,0,.5);
}
.imageBoxes__itemImg {
    transform: scale(1);
    will-change: transform;
    transition: transform .7s;
	position: absolute;
	left: 0;
	top: 0;
	width: 102%;
	height: 102%;
	object-fit: cover;
}
.imageBoxes__itemContent {
    position: absolute;
    z-index: 3;
    left:1.5rem;
    bottom: 8rem;
}
.imageBoxes__itemTitle {
    margin-bottom: 2.5rem;
    font-size: 32px;
    line-height:38px;
    font-weight: 700;
    color: #fff;
}
.imageBoxes__itemDesc {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    height: 0;
    overflow: hidden;
    transition: height .3s;
}
.imageBoxes__item:hover .imageBoxes__itemDesc { height:114px}

.imageBoxes__itemDescInner {
    padding-bottom: 3rem;
    max-width:90%;
	font-size:20px
}
.imageBoxes__button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 3rem;
    color: #fff;
    font-weight: 500;
    padding-left: 0;
    transition: padding-left .3s;
	background: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.imageBoxes__buttonIcon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #01B0DF;
    transition: background-color .3s,color .3s,border .3s;
}
.imageBoxes__buttonText {
    padding-top: .4rem;
}


.imageBoxes__item:hover .imageBoxes__itemImg {
 transform:scale(1.04)
}
.imageBoxes__item:hover .imageBoxes__button {
 padding-left:1rem
}
.imageBoxes__item:hover .imageBoxes__buttonIcon {
 background-color:#01B0DF;
 border:1px solid #01B0DF
}
/* ===================================   Media Queries   ========================================================================== */
.gallerySlider {
    padding-top:0px;
    padding-bottom:80px;
    position: relative;
    overflow: hidden;
	margin-top: 2rem;
}
.gallerySlider::before {
    content: "";
    height: 40rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(191,192,192,0),#fff);
    opacity: .15;
    pointer-events: none;
}
.gallerySlider__inner {
    display:block;
}

.gallerySlider__desc {
    position: relative;
    z-index: 3;
    max-width: 100%;
    padding-right:0;
	padding-bottom:120px;
}
.extraHeading {
    position: relative;
    display: inline-flex;
    padding-bottom: 1.2rem;
    font-size:50px;
    font-weight:bold;
    line-height:50px;
    margin-bottom: 35px;
	font-family: 'Bebas Neue';
	color: #081d58;
}
.extraHeading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9.2rem;
    height: .2rem;
    background-color: #00B3D9;
}

.gallerySlider__slider {
    position: relative;
    max-width: 100%;
}
.gallerySlider__slider::after, .gallerySlider__slider::before {
    content: "";
    position: absolute;
    width: 99999px;
    right: 100%;
    z-index: 2;
}
.gallerySlider__slider::before {
    height: calc(100% + 9rem);
    /*background-color: #fff;*/
    top: 0;
}
.gallerySlider__outline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: -2.5rem;
    font-size: 90px;
	line-height: 50px;
    font-weight: 900;
    -webkit-text-stroke: 1px #cfd6da;
    -webkit-text-fill-color: #fff;
}

.gallerySlider__swiper {
	position: relative;
	height:80vh;
	clear: both; 
	max-width: 100%;
	width:100%;
	z-index: inherit;
}
.gallerySlider__swiper ul{ margin:0; padding:0; list-style-type:none;}
.gallerySlider__swiper ul li{ background-repeat:no-repeat !important; background-position:center !important; background-size:cover !important }
/*.gallerySlider__swiper .slider1{ background:url(../img/s1h.jpg) no-repeat center center; background-size:cover }
.gallerySlider__swiper .slider2{ background:url(../img/s2h.jpg) no-repeat center center; background-size:cover }
.gallerySlider__swiper .slider3{ background:url(../img/s3h.jpg) no-repeat center center; background-size:cover }
.gallerySlider__swiper .slider4{ background:url(../img/s4h.jpg) no-repeat top center; background-size:cover }
.gallerySlider__swiper .slider5{ background:url(../img/s5h.jpg) no-repeat top center; background-size:cover }
.gallerySlider__swiper .slider6{ background:url(../img/slider/s6.jpg) no-repeat top center; background-size:cover }*/

.gallerySlider__swiper .bx-wrapper{ margin:0px }

.gallerySlider__swiper .bx-viewport, .gallerySlider__swiper .bx-wrapper{ position:relative; width:100%; height:100% !important; top:0; left:0; }
.gallerySlider__swiper .bxslider2, .gallerySlider__swiper .bxslider2 li{ height: 100% !important; }
.gallerySlider__swiper .bx-wrapper .bx-viewport{ border: none !important; }


.gallerySlider__slideDesc {
    text-align: right;
    padding:10px 10px;
	position:absolute;
	bottom:0;
	background:#f9f9f9;
	width:100%
}
.gallerySlider__slideName {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.gallerySlider__slideCategory {
    font-size:14px;
    line-height:1.4;
    /*opacity: .5;*/
    letter-spacing: .05em;
}
/* ===================================   Media Queries   ========================================================================== */
.clientsLogos{padding: 13rem 0 3.5rem;
position: relative;}
.clientsSlider__title {
    position: absolute;
    left: 50.25%;
    transform: translate(-50%,-50%);
    top: 9.7rem;
    font-size: 90px;
	line-height: 50px;
    font-weight: 900;
    -webkit-text-stroke: 1px #cfd6da;
    -webkit-text-fill-color: #fff;
}
.clientsLogosSlider__slider {
    position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
flex-wrap: wrap;
box-sizing: content-box;
background:#fff
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.1rem;
    min-height:80px;
    border-left: 1px solid #cfd6da;
    flex-shrink: 0;
    width:50%;
    height: 100%;
    position: relative;
    transition-property: transform;
	margin-bottom:30px
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide:first-child, .swiper-slide:nth-child(6){border-left: 0px solid #cfd6da;}

.swiper-slide-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.1rem;
    min-height:80px;
    border-left: 1px solid #cfd6da;
    flex-shrink: 0;
    width:50%;
    height: 100%;
    position: relative;
    transition-property: transform;
	margin-bottom:30px
}
.swiper-slide-1:first-child{border-left: 0px solid #cfd6da;}
.swiper-slide-1 img {
    width: 100%;
}
/* ===================================   Page ===================================== */
.aboutUsHeader {
    margin-bottom:0rem;
    position: relative;
    background-color: #081d58;
    overflow: hidden;
	display: block;
}
.aboutUsHeader::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:20px;
    background-color: #fff;
}
.aboutUsHeader::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  background:url(../img/bg-up.png);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:top;
  opacity:0.5;
  z-index:1
}
.aboutUsHeader__content {
    position: relative;
    z-index: 2;
    margin-top: 150px;
	margin-bottom:100px
}
.aboutUsHeader__heading {
    position: relative;
    max-width:100%;
    font-size: 30px;
    font-weight: 700;
    line-height:30px;
    color: #fff;
    z-index: 1;
	font-family: 'Bebas Neue';
	font-weight: bold;
}

.aboutUsHeader__images {
    position: relative;
    display: flex;
    margin-top:0;
    padding-left: 25%;
    z-index:1;
}
.aboutUsHeader__title {
    position: absolute;
    top: auto;
    transform: translateY(-90%);
    margin-top:0;
    font-weight: 900;
    /*white-space: nowrap;*/
    -webkit-text-stroke: 2px rgba(207,214,218,1);
    -webkit-text-fill-color:transparent;
	left:40%;
	font-size:35px;
	line-height:35px;
	z-index:1
}
.aboutUsHeader__image {
    position: relative;
    display: block;
    flex: 0 0 100%;
	max-width: 100%;
	margin-right:0px;
}
.aboutUsHeader__imageWrapper {
    position: relative;
    padding-top: 30.4109589%;
    width: 100%;
}
.aboutUsHeader__imageImg {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aboutUsHeader__arrow {
    position: absolute;
    z-index: 4;
    padding: 1rem;
    left: 9rem;
    bottom: 15.6rem;
    font-size: 4rem;
    color: #ea2929;
    animation: bounce 2s infinite;
}


.textTwoColumn {
	position:relative;
    padding-top: 5rem;
    padding-bottom: 4rem;
	display:block;
	overflow:hidden
}
.textTwoColumn.bg-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  height:50%;
  width: 100%;
  content: ' ';
  background:url(../img/bg-up.png);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:bottom;
  opacity:0.5;
  z-index:1
}
.textTwoColumn h3{font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  max-width: 96%;
  margin-bottom: 30px;}

.textTwoColumn__inner {
    display: flex;
    flex-wrap: wrap;
}
.textTwoColumn__big {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
}
.textTwoColumn__small {
    position: relative;
    z-index: 2;
    padding-top: 30px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left:0px;
}
.textTwoColumn h2 {
    font-size:25px;
    line-height:35px;
    font-weight: 700;
    max-width:96%;
	margin-bottom:30px;
}
.textTwoColumn__small::before {
    content: "";
    position: absolute;
    left:100px;
    top: 0;
    width:128px;
    height: 2px;
    background-color: #00B3D9;
}
/* ===================================   Gallery ===================================== */
.globalMap {
    position: relative;
	display: block;
	margin-top: 20px;
}
.globalMap__outline {
    margin-bottom: -1.5rem;
    text-align: center;
    font-size: 160px;
    line-height: 160px;
    font-weight: 900;
    -webkit-text-stroke: 1px #cfd6da;
    -webkit-text-fill-color: transparent;
}
.globalMap__inner {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #162d55;
    color: #fff;
}
.globalMap__top {
    display: flex;
    flex-wrap: wrap;
}
.globalMap__topLeft {
    flex: 0 0 100%;
    max-width: 100%;
}
.globalMap__title {
    position: relative;
    padding-top: 20px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
}
.globalMap__topRight {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 2.2rem;
    margin-left: 0;
}
.column-photo .column {
    height: 200px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 20px 0;
}
.column-photo .column a {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.column-photo .column a .cover-photo {
    height: 100%;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: relative;
}
/*.column-photo .column a .cover-photo::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.32);
    background: -moz-linear-gradient(left,rgba(0,0,0,.32) 0%,rgba(101,99,100,.27) 46%,rgba(219,215,217,.27) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(0,0,0,.32)),color-stop(46%,rgba(101,99,100,.27)),color-stop(100%,rgba(219,215,217,.27)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,.32) 0%,rgba(101,99,100,.27) 46%,rgba(219,215,217,.27) 100%);
    background: -o-linear-gradient(left,rgba(0,0,0,.32) 0%,rgba(101,99,100,.27) 46%,rgba(219,215,217,.27) 100%);
    background: -ms-linear-gradient(left,rgba(0,0,0,.32) 0%,rgba(101,99,100,.27) 46%,rgba(219,215,217,.27) 100%);
    background: linear-gradient(to right,rgba(0,0,0,.32) 0%,rgba(101,99,100,.27) 46%,rgba(219,215,217,.27) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#dbd7d9',GradientType=1);
}*/
.column-photo .column a:hover .cover-photo {
    -webkit-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}


.bullets_, .bullets_ li {
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.bullets_ li {
    background: url(../img/arrow3.png) no-repeat scroll 5px 10px;
    display: block;
    float: left;
    margin: 0 7px 0 8px;
    padding: 0px 10px 10px 25px;
    text-align: left;
    text-decoration: none;
    width: 45%;
}

/* ===================================   brochure ===================================== */
.faq__inner {
  margin: 50px auto 0;
  max-width:527px;
  text-align: center;
}
.extraHeading--centeredLine::after {
  left: 50%;
  transform: translateX(-50%);
}
.faq__items { display:block}
.bt-items{
border: 1px solid #cfd6da;

overflow: hidden;
text-align:center;
width:100%;
padding:20px;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 22px;
font-weight: 600;
overflow: hidden;
transition: color .3s;
text-transform:uppercase
}
.bt-items:hover {
  color: #fff;
}
.bt-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ea2929;
  z-index: -1;
  transition: left .3s;
}
.bt-items:hover::after {
  left: 0;
}

/* ===================================   Mosaico   ========================================================================== */
.whyOurTeam {
  display: flex;
  position: relative;
  /*height: calc(100vh - 85px);*/
  min-height: 650px;
  width: 100%;
}
.whyOurTeam__background, .whyOurTeam__backgroundImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whyOurTeam__backgroundImg {
  pointer-events: none;
}

.whyOurTeam__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.whyOurTeam__contentCol {
  flex: 0 0 100%;
  max-width: 100%;
}
.whyOurTeam__contentCol--items {
  flex: 0 0 100%;
  max-width: 100%;
}
.whyOurTeam__contentCol:first-child {
  border-right: 1px solid rgba(207,214,218,.4);
}
.whyOurTeam__contentWrapper {
  padding:49px 57px;
}
.whyOurTeam__title {
  margin-top: .8rem;
  font-size: 45px;
  line-height: 35px;
  font-weight: 900;
  -webkit-text-stroke: 1px #cfd6da;
  -webkit-text-fill-color: transparent;
}
.whyOurTeam__contentWrapper--items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  height: 100%;
}
.whyOurTeam__item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
  padding:25px;
}
.whyOurTeam__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00B3D9;
  opacity: 0;
  transition: opacity .3s;
}
.whyOurTeam__item:hover::before {
  opacity: 1;
}
.whyOurTeam__item:first-child {
  border-right: 1px solid rgba(207,214,218,.4);
}
.whyOurTeam__item:first-child, .whyOurTeam__item:nth-child(2) {
  border-bottom: 1px solid rgba(207,214,218,.4);
}
.whyOurTeam__item:nth-child(3) {
  border-right: 1px solid rgba(207,214,218,.4);
}

.whyOurTeam__itemContent {
  position: relative;
  z-index: 1;
  display: flex;
  /*max-width: 350px;*/
  flex-direction: column;
}

.whyOurTeam__itemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #00B3D9;
  color: #fff;
  transition: color .3s,background-color .3s;
  margin:0 auto;
}
.whyOurTeam__itemRight{ text-align:center} 
.whyOurTeam__item:hover .whyOurTeam__itemIcon {
  background-color: #fff;
  color: #00B3D9;
}
.whyOurTeam__itemIcon .fas {
  position: relative;
  top: 1px;
  font-size: 1.6rem;
}
.whyOurTeam__itemHeading {
  margin: 12px 0 20px;
  font-size: 22px;
  line-height: 1.3;
  font-weight:600;
  color: #fff;
}
.whyOurTeam__itemDesc {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

/* ===================================   Media Queries   ========================================================================== */
.swiper{display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;}
.coFounders__left{ width:100%}
.coFounders__leftImg {
  width: 100%;
  max-width: 100%;
}

.coFounders__right {
  padding-left:50px;
  width:100%
}
.coFounders__rightNav {
  position: relative;
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
  cursor: pointer;
}
.coFounders__rightNav::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -50px;
  width:40px;
  height: 2px;
  background-color: #00B3D9;
  transition: background-color .3s;
}
.coFounders__rightName {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #121416;
}
.coFounders__rightTitle {
  font-size: 1spx;
}
.dots{ margin-left:30px}


.galleryInterior {
  overflow: hidden;
  margin-top: -2rem;
}
.galleryInterior__title {
  left: -4rem;
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  -webkit-text-stroke: 1px #cfd6da;
  -webkit-text-fill-color: transparent;
  position: relative;
pointer-events: none;
}
.galleryInterior__slider {
  position: relative;
  margin-top: -1.8rem;
  padding-left: 10rem;
}
.galleryInterior__slideImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textTwoColumn__titleRow {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0rem;
}
.textTwoColumn__big--offset {
  padding-left: 0rem;
}
.textTwoColumn__small--noRedLine {
  padding-top: 0;
}
.textTwoColumn__small--noRedLine:before {
 display:none
}

.sliderTwoPhotos {
  overflow: hidden;
  max-width: 100%;
  
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.Column--black{background-color: #024379;}
.sliderTwoPhotos__title {
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  font-weight: 900;
  -webkit-text-stroke: 1px #cfd6da;
  -webkit-text-fill-color: transparent;
  opacity: .3;
  margin-bottom: -1rem;
}
.beer-slider {
  display: block;
  overflow: hidden;
  position: relative;
}

.videoFull__title {
  margin-bottom: -1rem;
  text-align: center;
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  -webkit-text-stroke: 1px #cfd6da;
  -webkit-text-fill-color: transparent;
}

.textTwoColumn--black {
  background-color: #024379;
  color: #fff !important;
}


.project-box{flex: 0 0 100%;
max-width: 100%; padding:10px}
.project-box .project-box-inn {
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.project-box-inn .img-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  display: block;
  padding-bottom: 400px;
}
.project-box-inn .img-bg img {
  display: block;
  position:absolute;
  width: 100%;
  height: auto;
  opacity: 0;
}
.project-box .project-box-inn .box-overlay {
  background: rgba(0, 0, 0, 0.635);
  width: 100%;
height: 100%;
display: block;
opacity: 1;
position: absolute;
left: 0;
top: 0;
text-align:left;
overflow: hidden;
background: rgba(0, 0, 0, 0.335);
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0s;
transition: all 0.3s ease-in-out 0s;
}
.project-box .project-box-inn .box-overlay .box-overlay-inn {
  width: 100%;
  /*max-width: 280px;*/
  padding:0 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-box .project-box-inn .box-overlay .box-overlay-inn h3 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
  font-weight: 700;
color: #ffffff;
text-transform: uppercase;
padding: 0 0 20px 0;
margin: 0;
position: relative;
-moz-transition: padding 0.3s ease-in-out 0s;
-o-transition: padding 0.3s ease-in-out 0s;
-webkit-transition: padding 0.3s ease-in-out;
-webkit-transition-delay: 0s;
transition: padding 0.3s ease-in-out 0s;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
.project-box .project-box-inn:hover .box-overlay {
  background: rgba(2, 67, 121, 0.9);
}
.project-box .project-box-inn:hover .imageBoxes__button {
  padding-left: 1rem;
}
.project-box .project-box-inn:hover .imageBoxes__buttonIcon {
  background-color: #01B0DF;
  border: 1px solid #01B0DF;
}
/* ===================================   Blogger   ========================================================================== */
#blogger-feed{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:24px;
}

.post-card{
  background:#fff;
  border-radius:0;
  overflow:hidden;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  transition:.3s;
}

.post-card:hover{
  transform:translateY(-5px);
}

.post-card img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
}

.post-content{
  padding:20px 15px;
}

.post-content h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.3;
}

.post-content h3 a{
  text-decoration:none;
  color:#111;
}

.post-content p{
  margin:0;
}

.read-more{ padding: 10px 15px; margin-top: 20px; background-color: #01B0DF; color: #fff; text-decoration: none; display: inline-block;}
.read-more:hover{ background-color: #024379; color: #fff;}
/* ===================================   Media Queries   ========================================================================== */
.contact-form  .Inputfield-1{ margin-top:10px; margin-bottom:10px; float:left; overflow:hidden; width:50%; padding:10px 15px}
.contact-form  .Inputfield{margin-top:0px;  margin-bottom:15px; clear:both; overflow:hidden; width:100%; text-align: left; padding:0 5px; float: left;}
.contact-form label{ display:none;width:100%; text-align:left; float:left; margin:0px; padding-bottom:5px;}
.contact-form input[type=text]{
	display:inline-block;
border: 1px solid #cfd6da;
box-shadow: 0 5px 3px rgba(115,121,134,0);
width: 100%;
background: transparent;
padding:10px;
position: relative;
line-height: 20px;
}

.contact-form select{display:inline-block;
border: 1px solid #cfd6da;
box-shadow: 0 5px 3px rgba(115,121,134,0);
width: 100%;
background: transparent;
padding: 0 0 0 0;
position: relative;
height: 60px;
line-height: 20px;
}
.contact-form input:hover, .contact-form input:focus {
    border-color: #f4f4f6;
    border-width: 2px;
}

.contact-form textarea{display:inline-block;
border: 1px solid #cfd6da;
box-shadow: 0 5px 3px rgba(115,121,134,0);
width: 100%;
background: transparent;
padding:10px;
position: relative;
height: 140px;
line-height: 20px;
}
.contact-form textarea:hover, .contact-form textarea:focus {    border-color:#f4f4f6;
    border-width: 2px;
}
	
.contact-form input.capinput{ width:100px !important}
.contact-form input.captxt{ width:50px; border:0; text-align:center; background:none; border-radius:0px; padding: 4px 1%;}
.contact-form input.contact_captcha{ width:15%; border: 1px solid #4C4C4C;
	max-width: 100%;
    padding: 8px;
	box-sizing: border-box;}
.contact-form .form-row { width:50%; float:left; min-height:90px; text-align:left}
.contact-form .form-row1 { width:100%; clear:both; text-align:left}
.contact-form .capimg{ opacity:0.8; filter:alpha(opacity=80);}
.contact-form .form-left { padding: 4px 1%; }
.contact-form .form-right { float: left; padding: 4px 1%; text-align: left; width: 90%; }
.contact-form .form-left-1 { padding: 4px 1%; }
.contact-form .form-right-1 { float: left; padding: 4px 1%; text-align: left; width: 90%; }
.contact-form .form-captcha1{ padding: 12px 1% 4px; white-space:nowrap; display:inline-block}
.contact-form .form-captcha2{ padding: 4px 1%; text-align: left; display:inline }	
.contact-form .required{ font-size:13px; font-size:1.3rem; color:#1F2930}
.contact-form .form-message { 
	border:solid 1px #ccc; background-color:#f4f4f4; padding:5px 10px; display:block; clear:both; font-size:18px; font-size:1.8rem;
	margin-bottom:15px; color:#777; float: left; width:100% } 
.contact-form #form-error { display:inline-block; margin-top:4px  }
.contact-form #form-error p{ border:solid 1px #990000; background:none; padding:3px 6px; font-size:16px; font-size:1.6rem; color:red }
.contact-form #form-alarm{ display:inline-block  }
.contact-form #form-alarm span{ border:solid 1px #990000; background:#f4f4f4; padding:3px 6px; font-size:16px; font-size:1.6rem;  }
.contact-form .form-submit {
	background: #77B901; /* Old browsers */
	border:0px solid transparent;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:10px 30px;
	text-decoration:none;
	margin-top:15px;
	width:auto;
	font-size:18px;
	text-transform: uppercase;
}
.contact-form .form-submit:hover {
	border:0px solid #202020; background:#8FDFAF; /* Old browsers */
}
.contact-form .form-submit:active {	position:relative; top:1px; }
.contact-form .form-message{ 
	border:solid 1px #ccc; background-color:#f4f4f4; padding:5px 10px; display:block; clear:both; font-size:18px; margin-bottom:15px;
	color:#777;
} 

.mauto{ margin:0 auto}
/* ===================    =================== */

/* ===================    =================== */
footer {width: 100%;
float: left;
display: block;
padding: 70px 0 50px;
background-color:#024379;
color: #fff;
}
.footer-inner{display:block; text-align:center}

.footer-logo {
    position: relative;
	padding-left:0px;
	padding-right:0;
	width:100%;
	float:left;
}
.footer-logo .log {
    width:50%;
    display:block;
	margin:0 auto 20px;
}
.footer-logo img:hover{ opacity:0.5}
/*.footer__topLeft{ padding:0 20px}*/
#menu-foot{list-style-type: none; margin: 0px 0 0 0;
padding: 0 0px;}
#menu-foot li {margin:10px 8px; display:block; padding:0px 0px; width:100%; float:left}
#menu-foot li a{font-family: 'Bebas Neue';
    font-size: 20px;
    line-height: normal;
    font-weight: bold;}
#menu-foot li a:hover{ color:#01b0df}

footer a, footer a:visited{ color:#fff}
footer a:hover{ color:#01b0df}

.contenido{ width:100%; margin:0; float:left; text-align:center}
.contenido a{color:#fff}


.logo-float{ position:relative; margin:0 auto; width:50%; text-align:center}
.logo-link img:hover{ opacity:0.5}
.logo-link img{ width:70%}

.contact{width:100%; color:#fff; margin:0px 0px 20px; font-weight:400;}
.contact a{ color:#fff}
.contact a:hover{color:#01b0df}
.ccesp img{ width:300px}

.social{width:100%; margin:0; float:left}
.social-list{
list-style-type: none;
margin: 0 auto;
display:block;
width: 100%;
padding: 20px 0 20px;
text-align:center;
}
.social-list li {
   display: inline-block;
margin: 0 15px 20px 0;
}
.social-list li a {
position: relative;
display: inline-block;
text-align: center;
}
.social-list li a img{ max-width:110px}
.social-list li a img:hover{ opacity:0.5}

.homeContact__infoSocial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 16px;
  line-height:42px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color .3s;
  background-color:rgba(255,255,255,0.4);
}
.homeContact__infoSocial:hover {
  background-color: #01b0df;
}
.homeContact__infoSocialIcon {
  color: #fff;
  transition: color .3s;
}
.homeContact__infoSocial:hover .homeContact__infoSocialIcon {
  color: #fff;
}
.icon-facebook::before, .icon-twitter::before, .icon-youtube::before{
  font-family:"Font Awesome 5 Brands";
  speak: none;
  font-style: normal;
  font-weight:900;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook::before {
  content: "\f39e" !important;
}
.icon-twitter::before {
  content:"\f099" !important;
}
.icon-youtube::before {
  content:"\f167" !important;
}
.logo-social{ float:right; font-size:36px}


/* ===============================   ========================================================================== */
.copyright {
	margin:30px auto 0px auto;
    text-align:center;
	float: left;
	width:100%;
	display:block;
	font-size:14px
}
.copyright a:hover{ color:#01b0df}
/* =============================================================================================== */
	.col100{ width:100% }
	.col70{ width:100% }
	.col75{ width:100% }	
	.col50{ width:100% }
	.col66{ width:100% }
	.col60{ width:100% }
	.col33{ width:100% }
	.col30{ width:100% }	
	.col25{ width:100% }
	.col20{ width:100% }		
	.col40{ width:100% }	
	.coll{ float:left}
	.colr{ float:right}	
/* =============================================================================================== */


@media only screen and (min-width: 480px) {
	.logo{width:30%;}
	.launge-box .phone { display:block;}
	
	.box {display:block;}
	.mesp img{ width:130px;}
/* =============================================================================================== */
	#slider{height:100vh;}
	#slider::after {background-size:100%;  }
	.headerHome__small {
    font-size:16px;
    line-height:16px;
    letter-spacing: .2em;
	}
	.slider-info h2 {
		font-size: 25px;
		line-height:25px;
	}
	
	/**/.headerHome__slideBottom {padding-right: 10rem; height:60px;}
	.headerHome__bottom {height:60px; width:80vw;}
/* =============================================================================================== */
	.headerHome__slideCategory{ width:80%}
	.titleDesc__titleBig {
    font-size: 95px;
    line-height:70px;
	}
	
	
	.titleDesc {
    padding-top:100px;
    padding-bottom: 80px;
	}
	
	.aboutUsHeader::before { background-size:100%;}
	.textTwoColumn.bg-bottom::before {background-size:100%;}
/* ==========================================================================*/	
	.imageBoxes__item {
    height:100vh;
    flex: 0 0 33.333%;
    max-width: 33.333%;
	}

	.imageBoxes__itemContent {
    left: 2.5rem;
    bottom: 4rem;
	}
	.imageBoxes__itemTitle {
    font-size: 22px;
    line-height:28px;
	margin-bottom:0.5rem;
	}
	.imageBoxes__itemDesc {
		font-size: 16px;
		line-height: 18px;
	}
	.imageBoxes__itemDescInner {font-size:16px}
	.gallerySlider__outline {
    font-size: 100px;
    line-height: 70px;
	}
	
	.clientsSlider__title {
    font-size: 100px;
    line-height: 70px;
    }	
	
	.threeImages__inner {
	  flex-direction:row;
	  gap:inherit;
	}
	.threeImages__box--left {
	  flex: 0 0 41.666%;
	  max-width: 41.666%;
	  padding-top: 6vw;
	}
	.threeImages__box--right {
	  flex: 0 0 25%;
	  max-width: 25%;
	  padding-top: 13vw;
	}
	.threeImages__box--center {
	  position: relative;
	  flex: 0 0 33.333%;
	  max-width: 33.333%;
	}
/* ==========================================================================*/		
	.gallerySlider__swiper {height:100vh;}
	
	.swiper-slide { width:25%; padding: 0 0.1rem;}
	.swiper-slide-1 { width:25%; padding: 0 0.1rem;}
/* =============================================================================================== */	
	
	#menu-foot li {margin:5px 10px; display:inline-block; width:auto; float:inherit}
/* ==========================================================================*/	
	.col90{ width:90% }
	.col80{ width:80% }	
	.col70{ width:70% }
	.col75{ width:75% }
	.col66{ width:66.66666667% }	
	.col60{ width:60% }
	.col50{ width:50% }
	.col40{ width:40% }
	.col33{ width:33.333% }
	.col30{ width:30% }	
	.col25{ width:25% }
	.col20{ width:20% }
	.col16{ width:16.66666667%}	
	.col15{ width:15% }
/* =============================================================================================== */
	.footer-logo .log {width:90%;  margin:0 0 20px}
	.footer-inner{display: flex;justify-content: space-between; text-align:left}
	.footer__topRight {text-align: right;}

	.social-list li {margin: 0 5px 20px 0;}
	
	.aboutUsHeader__content {margin-top: 220px; margin-bottom:0px}
	.aboutUsHeader::after {height: 100px;}	
	.aboutUsHeader__heading {
    max-width:40%;
    font-size:30px;
    line-height:30px;
	}
	.aboutUsHeader__title {
	font-size:50px;
	line-height:50px;
	}
	.aboutUsHeader__images {margin-top: -3.3rem;}
	
	.textTwoColumn__big {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 40px;
	}
	.textTwoColumn__small {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.textTwoColumn h2 {
    font-size: 30px;
    line-height:40px;
    }

	
	
	.whyOurTeam__title {
	  font-size:45px;
	  line-height:35px;
	}
	.whyOurTeam__item {
	 flex: 0 0 50%;
	  max-width: 50%;
	 }
	.whyOurTeam__itemDesc {
	  font-size: 16px;
	  line-height: 26px;
	  }
	  
	  
	  
	 .coFounders__left{ width:100%}
	  .coFounders__right {
		  padding-left:150px;
		  width:100%
	  }
	  .coFounders__rightNav::before {left: -100px;}
	  .globalMap__topLeft {
		flex: 0 0 28%;
		max-width: 28%;
		}
		.globalMap__topRight {
			flex: 0 0 70%;
			max-width: 70%;
			margin-left: 2%;
		}
	  .project-box{flex: 0 0 50%;
		max-width: 50%; padding:10px}
		
	.column-photo .col33{ width:50%}
	
	
}
@media only screen and (min-width: 768px) {
	.header2{ position:fixed; background-color: #fff; padding:5px 0 !important;
	box-shadow: 0 5px 25px 0 rgba(115,121,134,.1);}
	
	.logo{width:30%;}
	.close-menu{right:60px;}

/* =============================================================================================== */
	#slider{height:100vh;}
	.slider-info {padding: 0 60px;}
	.headerHome__small {
    font-size:14px;
    line-height:16px;
    letter-spacing: .2em;
	}
	.slider-info h2 {
	font-size: 30px;
	line-height:30px;
	}
	
	/*.headerHome__slideBottom {
    padding-top: 20px;
	padding-left:2rem;
	padding-right: 10rem;
	height:100px;
	}
	
	.headerHome__bottom {height:100px;}*/
	
	.headerHome__slideName {font-size: 14px;line-height: 14px;}
/* ==========================================================================*/
	.titleDesc__titleBig {
    font-size: 110px;
    line-height:80px;
	}

	.headerHome__slideCategory{ width:80%}
/* ==========================================================================*/	
	.imageBoxes__item {
    height:40vh;
    flex: 0 0 33.333%;
    max-width: 33.333%;
	}

	.imageBoxes__itemContent {
    left: 2.5rem;
    bottom: 4rem;
	}
	.imageBoxes__itemTitle {
    font-size: 22px;
    line-height:28px;
	margin-bottom:1.5rem;
	}
	.imageBoxes__itemDesc {
		font-size: 16px;
		line-height: 18px;
	}
	
	.imageBoxes__title {font-size: 100px;}

	
	.gallerySlider__outline {
    font-size: 100px;
    line-height: 70px;
	}
	
	.clientsSlider__title {
    font-size: 100px;
    line-height: 70px;
    }	
/* ==========================================================================*/		
	.gallerySlider__swiper {height:50vh;}
	.swiper-slide { width:20%; padding: 0 0.1rem;}
/* =============================================================================================== */
	.contact-form .form-captcha1{ float:left; width:18%; padding: 4px 1%;}
	.contact-form .form-captcha2{ float:left; width:50%}
	.contact-form input[type=text]{width:100%;}	
	.contact-form input.captxt{ width:75px;}	
	.contact-form textarea{ width:100%}
	
	.social-list{text-align:left;}
	.social-list li a img{ max-width:130px}
/* ==========================================================================*/	
	.aboutUsHeader__content {margin-top:200px;}	
	.aboutUsHeader::after {height: 120px;}	
	.aboutUsHeader__heading {
    max-width:40%;
    font-size:35px;
    line-height:45px;
	}
	.aboutUsHeader__title {
	font-size: 60px;
	line-height:60px;
	}
	
	.whyOurTeam {height: calc(100vh - 85px);}
	.whyOurTeam__itemContent { flex-direction:row;}
	.whyOurTeam__title {
	  font-size:65px;
	  line-height:55px;
	}
	.whyOurTeam__itemDesc {
	  font-size: 16px;
	  line-height: 26px;
	  }
	 .whyOurTeam__itemLeft {
	  margin-right: 2.5rem;
	} 
	 .whyOurTeam__itemRight{ text-align:left} 
	  
	 .coFounders__left{ width:100%}
	  .coFounders__right {
		  padding-left:150px;
		  width:100%
	  }
	  
	 
	  
}
@media only screen and (min-width: 1000px) {
	.head {padding: 0 30px;}
	.logo{width:20%;}
	/* =============================================================================================== */
	#main-menu-wr{ position:relative; background:none; padding:0px; margin:0; left:auto; display:block; overflow:visible; width:auto ; z-index:1; transform: none;}
    #main-menu-wr #main-menu {display:block; margin:0px; padding:0; width:auto; float:left; background: rgba(255,255,255,0.5);}
	#main-menu-wr #main-menu li { display:inline-block; padding:0; position: relative; margin:0;}
	#main-menu-wr #main-menu li a, #main-menu-wr  #main-menu li a:visited {font-family:'Bebas Neue';
	font-size:20px;
	line-height:normal;
	font-weight:bold;
	color: #081d58;
	text-transform:uppercase;
	padding:5px 10px;}
	
	
	#main-menu-wr #main-menu li a:hover{ color:#fff; background:#01a0c6}
	#menu-show, #menu-close, .address{ display:none}
	.mhidden{display: none !important;}
/* ===================== Slider  ========================================================================== */	
	#slider{height:100vh;}
	.slider-info {padding: 0 60px;}
	.headerHome__small {
    font-size:14px;
    line-height:16px;
    letter-spacing: .2em;
	}
	.slider-info h2 {
		font-size: 35px;
		line-height:35px;
	}
	
	/*.headerHome__slideBottom {
    padding-top: 20px;
	padding-left: 2rem;
	padding-right:2rem;
	height:80px;
	}
	.headerHome__bottom {height:80px;}*/
		
	.headerHome__slideName {font-size: 16px;line-height: 16px;}
/* ==========================================================================*/
	.container {
    padding-left: 50px;
    padding-right: 50px;
    }
	.titleDesc__inner {
    display: flex;
    flex-wrap: wrap;
	}
	.titleDesc__title {
		flex: 0 0 41.666%;
		max-width: 41.666%;
	}
	.titleDesc__titleBig {
    font-size: 120px;
    line-height:110px;
	}
	.titleDesc__desc {
		flex: 0 0 58.334%;
		max-width: 58.334%;
	}
/* ==========================================================================*/		
	.imageBoxes__item {
    height: 55vh;
    flex: 0 0 33.333%;
	max-width: 33.333%;
	}
	.imageBoxes__itemContent {
    left: 2.5rem;
    bottom: 4rem;
	}
	.imageBoxes__itemTitle {
    font-size: 26px;
    line-height:30px;
	margin-bottom: 2.5rem;
	}
	.imageBoxes__itemDesc {
		font-size: 18px;
		line-height: 28px;
	}
	.imageBoxes__itemDescInner {font-size:20px}
	.imageBoxes__title {font-size: 120px; line-height:100px}
	
	.gallerySlider {padding-top: 100px;}
.gallerySlider::before {
  content: "";
  height: 40rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg,rgba(191,192,192,0),#bfc0c0);
  opacity: .15;
  pointer-events: none;
}
	.gallerySlider__inner {
    display: flex;
    flex-wrap: wrap;
	}
	
	.gallerySlider__desc {
		flex: 0 0 30.5%;
		max-width: 30.5%;
		padding-right: 3rem;
		padding-bottom:0
	}
	.gallerySlider__slider {
		flex: 0 0 69%;
		max-width: 69%;
	}

	.gallerySlider__outline {
    font-size: 120px;
    line-height: 80px;
	}
	
	.clientsSlider__title {
    font-size: 120px;
    line-height: 80px;
    }
/* ==========================================================================*/	
		
	.gallerySlider__swiper {height:80vh;}
	.swiper-slide {padding: 0 1rem;}
/* =============================================================================================== */
	/*.footer-logo {width: 30%;}*/
	.footer-logo .log {width:90%;}
	.contenido {width: 70%; text-align:right}
	.social-list li a img{ max-width:150px}
/* ==========================================================================*/	
	.aboutUsHeader__content {margin-top:250px;}		
	.aboutUsHeader::after {height: 150px;}	
	.aboutUsHeader__heading {
    max-width:30%;
    font-size:35px;
    line-height:35px;
	}
	.aboutUsHeader__title {
	font-size: 70px;
	line-height:70px;
	}
	.whyOurTeam__itemDesc {
	  font-size: 14px;
	  line-height: 24px;
	  }
	  
	  .textTwoColumn__small {padding-left:100px;}
	  
	  .coFounders__left{ width:30%}
	  .coFounders__right {
		  padding-left:200px;
		  width:70%
	  }
	  
	  .project-box{flex: 0 0 33.333%;
		max-width: 33.333%; padding:10px}
	   .globalMap__title {
		font-size: 35px;
		line-height: 35px;
		}
		 .column-photo .col33{ width:33.333%}	

	 
}
@media only screen and (min-width: 1200px) {
	 body {font-size: 16px; line-height:1.6}
	.logo{width:20%;}
	.logo img{width:100%;}
	/*.header2 .logo img{filter:brightness(15%) invert(100%);}*/
	
	.menu-container {width: 1320px;} 
	.wrapper {width: 1320px; margin: 0 auto;}
	.content-wrapper {width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
	margin: 120px 30px 30px 30px;
	float: left;}
	.content-wrapper .rooms-wrapper {margin:120px 0 0px 0;}
	
	.content-wrapper .promotion-wrapper {margin: 120px 0 120px 0;}
/* ==========================================================================*/	
	#main-menu-wr #main-menu li a, #main-menu-wr  #main-menu li a:visited {padding:5px 20px;}
/* ==========================================================================*/		
	#slider{height:100vh;}
	.headerHome__small {
    font-size:14px;
    line-height:16px;
    letter-spacing: .2em;
	}
	.slider-info h2 {
		font-size: 50px;
		line-height:50px;
	}
	
	.headerHome__slideBottom {
    padding-top: 20px;
	padding-left: 5rem;
	padding-right: 10rem;
	}
	.headerHome__slideName {font-size: 18px;line-height: 18px;}	
/* ==========================================================================*/
	.container {
    padding-left: 80px;
    padding-right: 80px;
    }
	.titleDesc__titleBig {
    font-size: 150px;
    line-height:130px;
	}
	
	.imageBoxes__itemContent {
    left: 3.5rem;
    bottom: 8rem;
	}
	
	.gallerySlider__outline {
    font-size: 170px;
    line-height: 110px;
	}
	
	.clientsSlider__title {
    font-size: 170px;
    line-height: 110px;
    }
	
	.swiper-slide {padding: 0 2.5rem;}
	
	.imageBoxes__item {
    height: 75vh;
    flex: 0 0 33.333%;
	max-width: 33.333%;
	}
	
	.imageBoxes__title {font-size: 170px;}
/* ==========================================================================*/	
	#menu-foot li {margin:0px 20px 10px; }
/* ==========================================================================*/		
	.aboutUsHeader::after {height: 220px;}
	.aboutUsHeader__heading {
    max-width:35%;
    font-size: 55px;
    line-height:55px;
	}
	.aboutUsHeader__title {
	font-size: 100px;
	line-height:90px;
	}
	
	.whyOurTeam__title {
	  font-size: 95px;
	  line-height: 85px;
	}
	.whyOurTeam__contentCol {
	  flex: 0 0 33.33333%;
	  max-width: 33.33333%;
	}
	.whyOurTeam__contentCol--items {
	  flex: 0 0 66.666%;
	  max-width: 66.666%;
	}
	
	.whyOurTeam__contentWrapper {
	  padding: 79px 57px;
	}
	
	.whyOurTeam__itemDesc {
	  font-size: 18px;
	  line-height: 28px;
	  }

	.project-box .project-box-inn .box-overlay .box-overlay-inn h3 {
  font-size: 22px;
  line-height: 32px;}
  
  .globalMap__title {
    font-size: 50px;
    line-height: 50px;
	}
	
			 
		   .textTwoColumn__titleRow { padding-left: 10rem;}
	.textTwoColumn__big--offset {padding-left: 10rem;}
}
