@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,700,800');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans');
body {
}
* {
	position: relative;
}

.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input.form-control,
textarea.form-control {
	border-width: 2px;
	border-color: #cadde2;
}
input.form-control::placeholder,
textarea.form-control::placeholder{
	color: #92b0b0;
}
.input-name,
.input-email,
.input-message {
	transition: padding 0.2s, border 0.2s, background-position-x 0.2s;
}
.input-name:placeholder-shown {
	padding-left: 50px;
	background-image: url(../img/input-name-icon.png);
	background-repeat: no-repeat;
	background-position: 20px 17px;
}
.input-email:placeholder-shown {
	padding-left: 50px;
	background-image: url(../img/input-email-icon.png);
	background-repeat: no-repeat;
	background-position: 20px 17px;
}
.input-message:placeholder-shown {
	padding-left: 50px;
	background-image: url(../img/input-message-icon.png);
	background-repeat: no-repeat;
	background-position: 20px 17px;
}

.color-main {
	color: #09d7ff;
}
.color-dark-blue {
	color: #4e607e;
}
body > .section {
	padding: 50px 0;
}
.bg-anim {
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
}
.img-cover {
	object-fit: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#header {
	padding: 0 0 100px 0;
}
#header .nav-link {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#header .nav-item.active .nav-link,
#header .nav-item:hover .nav-link {
	color: #00ffea;
}
#what-we-do {
	padding-top: 300px;
	padding-bottom: 200px;
	font-family: 'Montserrat', sans-serif;
}
#what-we-do .details {
	font-family: sans-serif;
    font-size: 13px;
}
#what-we-do .transformed-block {
	padding: 50px;
	background: url(../img/details-bg.svg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	transition: transform 0.3s;
	transform: scale(0,0);
}
#what-we-do .transformed-block.active {
	transform: scale(1,1);
}
#partners {
	padding: 100px 0 200px 0;
}
.header-brend {
	max-width: 100%;
}
.header-action {
	padding: 100px 0;
}
.header-divider:before {
	content: '';
	display: block;
	height: 10px;
	width: 36px;
	background: #00ffea;
	border-radius: 5px;
	margin: auto;
}
.header-title {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
	font-family: 'Fira Sans', sans-serif;

}
.header-title .colored {
	color: #00ffea;
}
.btn-to-action {
	display: block;
	width: 250px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	border: 2px solid #00ffea;
	border-radius: 40px;
	background: rgba(8, 37, 89, 0.5);
	color: #00ffea;
	opacity: .9;
	padding: 20px;
	margin: auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-to-action:hover {
	color: rgba(8, 37, 89, 1);
	text-decoration: none;
	background: #00ffea;
}
.title {
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Montserrat";
}
.title .divider {
	display: block;
	height: 10px;
	width: 100px;
	background: #09d7ff;
	border-radius: 5px;
}
#whatWeDoIcons {
    position: relative;
    height: auto;
}
.what-we-do-icons-container {
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.footer {
	min-height: 600px;
	height: 100vh;
}
.footer-details {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.6);
}

.btn-custom {
	font-size: 20px;
	font-weight: bold;
	border: none;
	border-radius: 40px;
	background: #09d7ff;
	color: #fff;
	padding: 15px 40px;
	margin: auto;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-custom:hover {
	background: #09d7ff;
}
.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}


#wpgmza_map{
	pointer-events: none !important;
}

@media only screen and (max-width: 991px) {
	.what-we-do-icons-container {
		position: relative;
		justify-content: center;
		height: auto;
		width: auto;
	}
}

@media only screen and (max-width: 768px) {
	.title {
		font-size: 45px;
	}
}