﻿@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Regular.eot');
    src: url('../fonts/subset-Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Regular.woff') format('woff'),
        url('../fonts/subset-Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Medium.eot');
    src: url('../fonts/subset-Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Medium.woff') format('woff'),
        url('../fonts/subset-Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Bold.eot');
    src: url('../fonts/subset-Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Bold.woff') format('woff'),
        url('../fonts/subset-Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-SemiBold.eot');
    src: url('../fonts/subset-Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/subset-Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-ExtraBold.eot');
    src: url('../fonts/subset-Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/subset-Montserrat-ExtraBold.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
	scroll-behavior: smooth;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #636466;
	line-height: 1.5;
	background: #fff;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
}

/* Section */

.section {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* Header */

#header {
	position: relative;
	height: 80px;
	background: #007DC1;
}

#header .logo {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 158px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .options {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .options li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 80px;
	border-left: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .options li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;	
	-webkit-transition: background-color 0.3s;	
	-o-transition: background-color 0.3s;	
	transition: background-color 0.3s;
}

#header .options li a:hover {
	background-color: #2a8bd0;
}

#header .options li:last-child a {
	background-color: #636466;
}

#header .options li:last-child a:hover {
	background-color: #6f6f71;
}

#header #navigation {
	display: none;
}

/* Slider */
 
#slider .swiper .swiper-slide {
	position: relative;
	height: 800px;
	background: no-repeat center;
	background-size: cover;
}

#slider .swiper .swiper-slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #636466;
	mix-blend-mode: multiply;
}

#slider .swiper .swiper-slide .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#slider .swiper .swiper-slide .overlay .section {
	width: 100%;
	height: 100%;
	color: #fff;
	padding-top: 100px;
}

#slider .swiper .swiper-slide .overlay .section * {
	color: #fff;
}

#slider .swiper .swiper-slide .overlay .text {
	max-width: 600px;
}

#slider .swiper .swiper-slide .overlay .text h3 {
	margin-bottom: 15px;
}

#slider .swiper .swiper-slide .overlay .text h3:after {
	display: none;
}

#slider .swiper .swiper-slide .overlay .text h4 {
	margin-bottom: 20px;
}

#slider .swiper .swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	pointer-events: none;
}

#slider .swiper .swiper-pagination .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 0;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

#slider .swiper .swiper-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	margin: 0 2px 0 0;
	opacity: 1;
	line-height: 1;
	padding: 10px 5px;
	min-width: 30px;
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.25);
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.5px;
	pointer-events: auto;
}

#slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	font-size: 20px;
	font-weight: 600;
	background: #007DC1;
	color: #fff;
}

#slider .swiper .swiper-button-next, 
#slider .swiper .swiper-button-prev {
	color: #fff;
}

/* Content */

#content {
	background: url(../images/content-bg.jpg) repeat center top;
}

#content .section {
	padding-top: 150px;
	padding-bottom: 150px;
}

/* Box */

.box {
	background: #fff;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Intro */

.intro {
	max-width: 954px;
	margin: 0 auto 70px;
	text-align: center;
}

.intro h3 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.intro h6 {
	margin-bottom: 26px;
}

/* Contact */

#contact .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
}

#contact .text {
	width: 49.16666666666667%; /* 590px */
}

.form {
	width: 49.16666666666667%; /* 590px */
	margin-left: auto;
}

.form .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -7px;
	margin-right: -7px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.form .fields .field {
	padding-left: 7px;
	padding-right: 7px;
	width: 100%;
	margin-bottom: 21px;
}

.form .fields .field.half {
	width: 50%;
}

.form .fields .field label {
	display: block;
	color: #636466;
	letter-spacing: 1.5px;
	font-size: 10px;
	font-weight: 500;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.form .fields .field .textbox {
	display: block;
	margin: 0;
	padding: 11px 10px;
	width: 100%;
	height: 44px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
	letter-spacing: 0.5px;
	border: 1px solid #C7C7C7;
}

.form .fields .field textarea.textbox {
	height: 105px;
	resize: none;
	overflow: auto;
}

.form .submitBtn {
	margin-top: 7px;
}

/* We Offer */

#weOffer {
	background: url(../images/we-offer-bg.jpg) no-repeat center top;
	background-size: cover;
}

#weOffer .section {
	padding-top: 150px;
	padding-bottom: 150px;
}

.icons {
	margin: 15px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
}

.icons li {
	margin: 0 0 57px;
	padding: 0 10px;
	list-style: none;
	width: 33.33333333333333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.icons li img {
	display: block;
	margin: 0 auto 29px;
	height: 75px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.icons li h4 {
	margin-bottom: 14px;
}

.icons li h4 span {
	display: block;
	font-size: 14px;
	margin-top: 7px;
}

.icons li .more {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.25px;
	color: #C7C7C7;
}

.icons li a:hover img {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

/* Filters */

.filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px 0;
}

.filters .filter {
	width: 50%;
	padding: 0 10px;
	z-index: 1;
}

.filters .filter .dropdown {
	width: 100%;
	margin: 0 0 20px;
}

/* Slider */

.sliderWrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.slider {
	position: relative;
	max-width: 954px;
	border: 3px solid #fff;
	background: #000;	
	margin: 0 auto;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.slider .inner {
	padding-left: 40px;
	padding-right: 40px;
}

.slider .swiper {
	width: 100%;
}

.slider .swiper-slide img {
	display: block;
	width: 100%;
}

.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
	font-size: 25px;
}

.slider .swiper-button-prev {
	left: -40px;
	color: #007DC1;
}

.slider .swiper-button-next {
	right: -40px;
	color: #007DC1;
}

.slider .swiper-button-next.swiper-button-disabled,
.slider .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
	opacity: 1;
	cursor: pointer;
}

.sliderWrapper {
	margin-bottom: 50px;
}

.sliderWrapper .swiper-pagi {
	text-align: center;
	margin-top: 20px;
}

.sliderWrapper .swiper-pagi .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 0;
	background: none;
	border: 1px solid #007dc1;
	opacity: 1;
	margin: 0 4px;
}

.sliderWrapper .swiper-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #007dc1;
}

/* Projects */

.projects .listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.projects .project {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0 10px;
	margin: 0 0 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));
}
.projects .project .image {
	overflow: hidden;
}

.projects .project .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1.5s;
	transition: -webkit-transform 1.5s;
	-o-transition: transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
}

.projects .project .desc {
	position: relative;
	background: #fff;
	/*-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;*/
	padding: 30px 30px 67px;
}

.projects .project .desc h4 {
	color: #007DC1;
	margin-bottom: 18px;
}

.projects .project .desc .moreBtn {
	position: absolute;
	bottom: 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.25px;
	color: #C7C7C7;
}

.projects .project:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.projects .loadMore {
	display: table;
	margin: 60px auto 0;
}

/* Project */

#project {
	padding-top: 140px;
}

#project .description {
	max-width: 710px;
	margin: 0 auto 80px;
}

#project .projectNavi {
	padding-top: 75px;
	padding-bottom: 75px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.5px;
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

#project .projectNavi .inner {
	max-width: 710px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#project .projectNavi .prevLink,
#project .projectNavi .nextLink {
	position: relative;
}

#project .projectNavi .prevLink {
	padding-left: 52px;
}

#project .projectNavi .nextLink {
	margin-left: auto;
	padding-right: 52px;
}

#project .projectNavi .prevLink:before,
#project .projectNavi .nextLink:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	width: 31px;
	height: 15px;
	background: url(../images/left-arrow.svg) no-repeat;
}

#project .projectNavi .nextLink:before {
	left: auto;
	right: 0;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg)
}

/* About Us */

#aboutUs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 970px;
	margin: 0 auto 74px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#aboutUs .image {
	width: 414px;
	padding: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

#aboutUs .image img {
	display: block;
	width: 100%;
}

#aboutUs .text {
	width: 437px;
	margin-left: auto;
}

/* Contact Us */

#contactUs {
	background: #514c52 url(../images/contact-us-bg.jpg) no-repeat center;
	background-size: cover;
}

#contactUs * {
	color: #fff;
}

#contactUs .section {
	padding-top: 100px;
	padding-bottom: 268px;
}

#contactUs .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#contactUs .contact .text {
	width: 590px;
}

#contactUs .contact .form {
	width: 590px;
	margin-left: auto;
	margin-top: -30px;
}

#contactUs .contact .form .fields .field .textbox {
	color: #000;
}


#contactUs .contact .text .via {
	margin: 77px 0 0;
	padding: 0;
}

#contactUs .contact .text .via li {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

#contactUs .contact .text .via li a {
	display: inline-block;
	padding-left: 57px;
}

#contactUs .contact .text .via li p {
	margin-bottom: 3px;
}

#contactUs .contact .text .via li h4 {
	margin-bottom: 0;
}

#contactUs .contact .text .via li.phone a {
	background: url(../images/phone-ico-blue.svg) no-repeat left center;
}

#contactUs .contact .text .via li.email a {
	background: url(../images/email-ico-blue.svg) no-repeat left center;
}

/* Footer */

#footer {
	background: #333333;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.25px;
}

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 75px;
	padding-bottom: 75px;
}

#footer .logo {
	width: 120px;
	margin-top: 5px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#footer .logo img {
	display: block;
	width: 100%;
}

#footer .info {
	width: 225px;
	margin-left: 124px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#footer .info .by {
	color: #636466;
}

#footer .info .by a {
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

#footer .info .by a:hover {
	color: #fff;
}

#footer .contact {
	width: 225px;
	margin-left: 127px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#footer .contact .socials {
	margin: 23px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .contact .socials li {
	margin: 0 10px 10px 0;
	padding: 0;
	list-style: none;
}

#footer .contact .socials li img {
	display: block;
	width: 20px;
}

#footer .contact .socials li a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

#footer .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#footer .links ul {
	margin: 0 43px 0 0;
	padding: 0;
}

#footer .links ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .links ul li a:hover {
	text-decoration: underline;
}

/* Hamburger */

.hamburger {
	display: none;
	overflow: visible;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	z-index: 2;
}

.hamburger.is-active:hover {
	opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #ffffff
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 24px
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #ffffff;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .22s;
	     -o-transition-duration: .22s;
	        transition-duration: .22s
}

.hamburger .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg)
}

.mm-listitem__text {
	padding-left: 10px;
	padding-right: 10px;
}

.mm-navbar {
	background: #00B3DC;
	color: #fff;
}

/* Miscelleneous */

p {
	letter-spacing: 0.5px;
	margin: 0 0 8px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0 0 25px;
	line-height: 1.1875;
	color: #007DC1;
}

h2 {
	font-size: 64px;
	font-weight: 800;
	margin-bottom: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

h2:after,
h3:after {
	content: "";
	width: 50px;
	height: 2px;
	margin-top: 54px;
	background: #007DC1;
}

h3 {
	font-size: 28px;
	font-weight: bold;
	color: #007DC1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

h3:after {
	margin-top: 22px;
}

h3.withIcon {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

h3.withIcon img {
	margin-right: 36px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

h3.withIcon span {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

h3.withIcon:after {
	display: none;
}

h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #636466;
}

h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #636466;
}

h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

h6 {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #636466;
	line-height: 0.8125;
	letter-spacing: 1.5px;
}

ul,
ol {
	margin-bottom: 8px;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

.linkBtn {
	position: relative;
	display: inline-block;
	background: #007dc1;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 9.5px 37px 9.5px 20px;
	margin-top: 15px;
	letter-spacing: 1.25px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
	cursor: pointer;
}

.linkBtn:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #ffffff transparent;	
}

.linkBtn:hover {
	color: #fff;
	background-color: #2a8bd0;
}

.linkBtn.centered {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

button.linkBtn {
	padding-top: 11.5px;
	padding-bottom: 11.5px;
}

.bulletList {
	margin: 20px 0;
	padding: 0;
}

.bulletList li {
	position: relative;
	margin: 0;
	padding: 0 0 0 24px;
	list-style: none;
}

.bulletList ul {
	margin: 0;
	padding: 0;
}

.bulletList ul li {
	margin: 0;
	padding: 0 0 0 14px;
	list-style: none;
}

.bulletList li:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: currentColor;
}

.bulletList ul li:after {
	left: -14px;
}

.divider {
	height: 1px;
	background: #C7C7C7;
	margin: 70px 0;
}

.dropdown {
	position: relative;
	width: 407px;
	margin: 20px 0;
}

.dropdown.centered {
	margin-left: auto;
	margin-right: auto;
}

.dropdown .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.25px;
	padding: 8px 40px 8px 64px;
	z-index: 1;
	min-height: 59px;
	margin: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	overflow: hidden;
	text-transform: uppercase;
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));
	z-index: 2;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
}

.dropdown .title:before {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -6.06px;
	width: 21.41px;
	height: 12.12px;
	background: url(../images/down-arrow.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.dropdown .title.opened:before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.dropdown .title:after {
	content: "";
	position: absolute;
	left: -200px;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}

.dropdown ul {
	display: none;
	position: absolute;
	left: 0;
	right:0;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));
	z-index: 1;
	overflow: hidden;
}

.dropdown ul li {
	margin: 0;
	padding: 0 20px;
	list-style: none;
}

.dropdown ul li a {
	position: relative;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #EEEEEE;
	z-index: 1;
}

.dropdown ul li:last-child a {
	border-bottom: 0;
}

.dropdown ul li:hover a:before,
.dropdown ul li.active a:before {
	content: "";
	position: absolute;
	left: -100px;
	right: -100px;
	top: -1px;
	bottom: -1px;
	background: #eeeeee;
	z-index: -1;
}

.dropdown ul li:hover a:after,
.dropdown ul li.active a:after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #007dc1 transparent;
}

.tabs {
	margin-bottom: 40px;
}

.tabs .options {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabs .options li {
	position: relative;
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
	font-size: 28px;
	font-weight: bold;
	color: #C7C7C7;
	z-index: 1;
	line-height: 1.1;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tabs .options.twoTabs li {
	width: 50%;
}

.tabs .options.threeTabs li {
	width: 33.33333333333333%;
}

.tabs .options li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}

.tabs .options li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 14.6px 22px;
}

.tabs .options li.active a {
	color: #fff;
}

.tabs .options li.active a:before {
	content: "";
	position: absolute;
	width: 3px;
	left: 0;
	top: 0;
	bottom: 0;
	background: #fff;
}

.tabs .options li.active a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 5px;
	top: 0;
	bottom: 2px;
	background: #007DC1;
	z-index: -1;
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);	
}

.tabs .box {
	display: none;
	position: relative;
	padding: 22px;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.tabs .box .bulletList {
	margin-top: 0;
	margin-bottom: 0;
}

.box .padded {
	padding: 38px 48px;
}

.box.card {
	margin-bottom: 50px;
}

.box.card .padded {
	padding: 60px 70px;
}

.viewAll {
	display: table;
	margin: 0 auto;
}

.cardsListing {
	margin-top: 75px;
}

.accordion .item {
	border-bottom: 1px solid #C7C7C7;
}

.accordion .item .title {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-top: 19.5px;
	padding-bottom: 19.5px;
	padding-left: 46px;
	margin: 0;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
}

.accordion .item .title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 28px;
	width: 21.41px;
	height: 12.12px;
	background: url(../images/down-arrow.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion .item .title.active:before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.accordion .item .title span {
	color: #007DC1;
}

.accordion .item .text {
	display: none;
	padding-left: 46px;
	padding-bottom: 20px;
}

.accordion .item:last-child {
	border-bottom: 0;
}

.twoCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.twoCols .col {
	width: 50%;
	padding: 0 15px;
}

img {
	border: 0;
	max-width: 100%;

}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

strong {
	font-weight: bold;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}
	
	#slider .swiper .swiper-slide .overlay .section .inner {
		padding-left: 40px;
		padding-right: 40px;
	}

	.tabs .box .padded {
		padding-left: 20px;
		padding-right: 20px;
	}

	#weOffer .section {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	#project {
		padding-top: 120px;
	}
	
	#footer .info {
		margin-left: 80px;
	}

	#footer .contact {
		margin-left: 73px;
	}

	#content .section {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.box.card .padded {
		padding-left: 42px;
		padding-right: 42px;
	}

	#aboutUs {
		max-width: 900px;
	}


}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#slider .swiper .swiper-slide {
		height: 740px;
	}

	#weOffer .section {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	
	.tabs .box .padded {
		padding-left: 0;
		padding-right: 0;
	}

	.tabs .options li {
		font-size: 20px;
	}

	.icons li {
		margin-bottom: 40px;
	}

	.tabs .options li a { 
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.intro {
		margin-bottom: 60px;
	}

	#weOffer .section {
		padding-bottom: 50px;
	}

	#content .section {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.projects .project .desc {
		padding-left: 20px;
		padding-right: 20px;
	}

	.projects .loadMore {
		margin-top: 42px;
	}

	#project {
		padding-top: 90px;
	}

	#project .description,
	#project .projectNavi .inner {
		max-width: 660px;
	}

	.cardsListing {
		margin-top: 60px;
	}

	.box.card .padded {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#aboutUs {
		margin-bottom: 60px;
	}

	#aboutUs .image {
		width: 319px;
	}

	#aboutUs .text {
		width: 365px;
	}

	#contactUs .contact {
		margin-top: 50px;
	}

	#contactUs .contact .text {
		width: 460px;
	}

	#contactUs .contact .text .via {
		margin-top: 20px;
	}

	#contactUs .contact .form {
		margin-top: 0;
	}
	
	#footer .info {
		margin-left: 44px;
	}

	#footer .logo {
		width: 100px;
	}

	#footer .contact {
		margin-left: 37px;
	}

	#footer .links {
		display: block;
	}

	#footer .links ul {
		margin-right: 0;
	}
}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	.section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.hamburger {
		display: block;
	}

	#header {
		height: 60px;
	}

	#header .logo {
		left: 15px;
		top: 10px;
		width: 139px;
	}

	#header .options li {
		width: 54px;
	}

	#slider .swiper .swiper-slide .overlay .section .inner {
		padding-left: 0;
		padding-right: 0;
	}

	#slider .swiper .swiper-slide .overlay .text {
		text-align: center;
		max-width: 100%;
		padding-bottom: 50px;
	}

	#slider .swiper .swiper-slide .overlay .text h2 {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#slider .swiper .swiper-slide .overlay .text h3 {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#slider .swiper .swiper-slide .overlay .text h2:after {
		margin-top: 30px;
	}
	
	h2 {
		font-size: 50px;
	}

	#slider .swiper .swiper-slide {
		height: 640px;
	}

	#slider .swiper .swiper-slide .overlay .section {
		padding-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#slider .swiper .swiper-pagination .section {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#slider .swiper .swiper-button-next, #slider .swiper .swiper-button-prev {
		opacity: 0.4;
	}

	.tabs .options {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.tabs .options.twoTabs li {
		width: 100%;
	}

	.icons li {
		width: 50%;
	}

	.tabs .options li {
		font-size: 23px;
	}

	.tabs .options li::before,
	.tabs .options li.active a:after { 
		-webkit-transform: none; 
		    -ms-transform: none; 
		        transform: none;
	}
	
	.tabs .options li.active a:after {
		left: 5px;
	}

	.intro {
		margin-bottom: 47px;
	}

	#contact .section {
		display: block;
	}

	#contact .text {
		width: auto;
	}

	#contactUs .section {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	#contactUs .contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 30px;
	}

	#contactUs .contact .form {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		width: auto;
	}

	#contactUs .contact .text {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-top: 30px;
		width: auto;
	}

	#contactUs .contact .text .via {
		text-align: center;
	}

	#contactUs .contact .text .via li a {
		
	}

	#contactUs .contact .text .via li.phone a,
	#contactUs .contact .text .via li.email a {
		padding-left: 0;
		padding-top: 60px;
		background-position: center top;
	}

	#contactUs .contact .text .via li.email a {
		padding-top: 50px;
	}
	
	.form {
		width: auto;
		margin-left: 0;
	}

	.form .fields .field.half {
		width: 100%;
	}

	.filters {
		display: block;
	}

	.filters .filter {
		width: 100%;
	}

	.projects .listing {
		display: block;
	}

	.projects .project {
		width: 100%;
	}

	#project {
		padding-top: 60px;
	}

	#project .projectNavi {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	#project .projectNavi .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#project .projectNavi .prevLink,
	#project .projectNavi .nextLink {
		margin: 15px 0;
	}

	#project .description {
		margin-bottom: 60px;
	}

	.box.card .padded {
		padding: 30px 25px;
	}

	#aboutUs {
		display: block;
	}
	
	#aboutUs .image {
		width: 100%;
		margin-bottom: 40px;
	}

	#aboutUs .text {
		width: 100%;
		margin-left: 0;
	}

	.tabs .options.threeTabs li {
		width: auto;
	}
	
	#aboutUs {
		margin-bottom: 35px;
	}

	.twoCols {
		display: block;
	}

	.twoCols .col {
		width: 100%;
	}
	
	#footer .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}

	#footer .info {
		width: auto;
		margin-left: 0;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	#footer .contact {
		margin-left: 0;
		width: auto;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	#footer .links {
		margin-left: 0;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		margin-bottom: 20px;
	}

	#footer .links ul li {
		margin-bottom: 10px;
	}

	#footer .contact .socials {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 23px;
	}

	#footer .contact .socials li img {
		width: 30px;
	}

	#footer .logo {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin: 0 auto 30px;
		width: 120px;
	}

	h3 {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	h3:after {
		margin-left: auto;
		margin-right: auto;
	}

	#contact .text {
		text-align: center;
	}

	.form .submitBtn {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	
	.dropdown ul {
		z-index: 3;
	}

	#content .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.filters {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 479px) {
	.icons li {
		width: 100%;
	}
}

@media only screen and (max-width : 400px) {

}