@charset "utf-8";
html,body{
	padding:0;
	margin:0;
	height:100%;
	min-height:100%;
	min-width:100%;
	position: relative;
	font-family: 'Roboto Slab', sans-serif;
}
#promo{
	background-color:#000;
	background:url(/images/50421086.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	height:350px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
	text-align: center;
}
#promo::after {
    background: rgba(0, 0, 0, 0.82);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#promo h1{
	padding: 0;
	margin: 145px auto 0 auto;
	font-size: 55px;
    font-weight: 500;
	display: inline-block;
	color:#fefefe;
	font-family: 'Montserrat', sans-serif;
	position:relative;
}
#promo h1::before {
    border-top: 2px solid #00bac7;
    clear: both;
    content: "";
    display: block;
	bottom:-15px;
    width: 65%;
	left:17.5%;
	position:absolute;
}
#promo h1:after {
    border-top: 2px solid #00bac7;
    clear: both;
    content: "";
    display: block;
    width: 45%;
	bottom:-30px;
	left:27.5%;
	position:absolute;
}
a{
	text-decoration: none;
}
.row{
	width:1170px;
	margin:0 auto;
}
.clearfix{
	clear: both;
}
header{
	padding: 30px 0 0 0;
	position: absolute;
	z-index: 1;
	width: 100%;
}
header .mainmenu{
	width: 70%;
	float: left;
}
header .mainmenu ul{
	float:right;
	max-width:98%;
	padding:0 1%;
	padding-top:10px;
	margin: 0;
	height: 40px;
	list-style: none;
}
header .mainmenu ul li{
	float: left;
	padding: 0 10px;
}
header .mainmenu ul li a{
	color:#fefefe;
	font-weight: 700;
}
.logo{
	margin:0;
	height:40px;
	width:30%;
	float: left;
	text-align: left;
}
.logo img{
	max-width: 100%;
	height:40px;
}
#maincnt{
	width: 100%;
	max-width: 1400px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto 50px auto;
}
#maincnt p{
	padding: 10px 0;
	margin: 0;
	line-height: 1.36em;
}
#maincnt h1{
	font-size: 24px;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
}
#maincnt h4{
	font-size: 20px;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0;
	color:#00bac7;
}
#maincnt em{
	color:#00bac7;
	font-style: normal;
	padding-right: 4px;
}
#maincnt .cnct{
	margin: 40px 0;
	display: flex;
	width: 100%;
	justify-content: center;
}
#maincnt .cnct a{
	background: #00bac7;
	color:#fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: bold;
}
footer{
	width:100%;
	min-height: 40px;
	padding: 20px 0;
	font-weight: 400;
	border-top: 1px solid #dadada;
	font-size: 0.95em;
	line-height: 40px;
	color:#dadada;
	background-color: #222;
	font-family: 'Montserrat', sans-serif;
}
footer strong{
	color: #00bac7;
	font-weight: 400;
}
footer .social-link{
	height: 37px;
	line-height: 37px;
	width:37px;
	float: right;
	color:#fefefe;
	border-radius: 50%;
	border:2px solid #fefefe;
	font-size: 18px;
	margin-right: 12px;
	text-align: center;
	transition: ease 0.25s;
}
footer .social-link:hover{
	color: #00bac7;
	border:2px solid #00bac7;
}
@media only screen and (max-width: 768px){
	#promo{
		min-height:20%;
		height:auto;
	}
	.row{
		width:98%;
		padding:0 1%;
		clear:both;
	}
	.logo{
		text-align:center;
		width:100%;
		margin:0;
	}
	.mainmenu{
		display:none;
	}
	#promo h2{
		font-size:220%;
		margin-top:120px;
		margin-bottom:50px;
		clear:both;
	}
	#promo p{
		font-size:75%;
	}
	#promo .btn-more{
		height: 38px;
		line-height: 32px;
		padding: 0 12px;
		font-size: 0.80em;
	}
	#services .service{
		width:50%;
	}
	#blog .cover, #blog .content{
		width:98%;
	}
	#contact .box{
		width:100%;
	}
	#businesshub{
		padding-bottom:40px;
	}
	#blog .cover-right{
		margin-right:2% !important;
		margin-left:0  !important;
		float:left !important;
	}
	#blog .content-right{
		float:left !important;
	}
	#newsletter p, #newsletter h3{
		width:100%;
	}
	#newsletter h3{
		font-size:150%;
	}
	#newsletter form{
		width:90%;
		margin-left:5%;
		clear:both;
		margin-top:14px;
	}
	#newsletter input{
		width:85%;
		margin-left:0;
	}
	#newsletter button{
		width:12%;
	}
	#newsletter{
		padding-bottom:40px;
	}
	#contact form input[type=text]{
		margin-left:2%;
	}
}
@media only screen and (max-width: 480px){

}