/**
Copyright (c) Adediran Ifeoluwa
**/

/** Setting the environment **/

@font-face{
	font-family: Raleway;
	src: url('../fonts/Raleway-Regular.ttf');
	format: ("truetype");
}

@font-face{
	font-family: Raleway-Bold;
	src: url('../fonts/Raleway-Bold.ttf');
	format: ("truetype");
}


body{
	background-color: #ffffff;
	/*background-image: url('../images/pattern.png');
	background-repeat: repeat;*/
	margin: 0;
	color: #fff;
	font-family: Raleway;
}

h1 {

}

h2 {

}


h4 {
}

h5 {

}

h6 {

}

p {

}

header {
	background: url('../images/header.jpg');
	height: 690px;
	width: auto;
	background-size: cover;
}

#header-control{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.top_bar{
	position: relative;
	height: 45px;
	padding-top: 18px; 
	border-bottom: 1px solid #fff;
	font-size: .9em;
}

.mleftbar{
	float: left;
}

.mrightbar{
	float: right;
}

button.mbtn1{
	border-radius: 10px;
	padding: 8px;
	border: 2px solid #fff;
	background-color: transparent;
	width: 80px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 10px;
}

button.mbtn1:focus{
	outline: none
}

button.mbtn2{
	border-radius: 10px;
	padding: 8px;
	background-color: #92dd5a;
	width: 80px;
	color: #fff;
	border: none; 
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 10px;
}

button.mbtn2:focus{
	outline: none
}

.mrightbar .country{
	margin-right: 10px;
}

.second_bar{
	padding-top: 30px;
	display: block;
	height: 40px;
	position: relative;
}

.logo-header{
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	text-decoration: none; 
	float: left;
}

.navigation{
	float: left;
}

.navigation nav{
	position: relative;
}

.navigation nav:after{
	content: "";
	clear: both;
	display: block;
}

.navigation nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navigation nav ul li a{
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #fff;
}

.navigation nav ul li a:hover{
	color: #c4c4c4;
}

.navigation nav > ul > li > a{
	width: auto;
	padding: 10px 10px;
}

.navigation nav > ul > li {
	float: left;
	padding-right: 50px;
}

.navigation nav > ul {
	padding-left: 150px;
}

/** Adding sub menu items **/

.navigation nav ul ul li{
	position: relative;
}

nav ul ul {
position: absolute;
display: none;
background: rgba(255, 255, 255, 0.69);
top: auto;
z-index: 1;
}

nav ul li:hover > ul{
	display: block; 
}

.navigation nav ul ul li a{
	color: #000;
	padding: 10px 15px;
	display: block;
}

.navigation nav ul ul li a:hover{
	color: #555; 
}

.navigation nav > ul > li > a[aria-haspopup="true"]::after{
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	top: 18px;
	right: auto;
	left: 100%;
}

/** End Sub menu design **/

.social-icons{
	float: right;
}

.social-icons img{
	padding-right: 10px; 
}

.header-content{
	padding-top: 120px;
	text-align: center;
	position: relative;
}

.header-content h3{
	font-weight: normal;
	font-size: 30px;
	padding-left: 140px;
	padding-right: 140px;
	margin-top: -5px; 
	line-height: 1.5em;
}

.header-content .ptag{
	font-size: .8em;
}

.header-content .ptag2{
	font-size: .9em;
	margin-top: -5px;
	padding-bottom: 40px;
}

.header-content .hbutton1{
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
	border: 2px solid #fff;
	background-color: transparent; 
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 10px;
	text-decoration: none;
	letter-spacing: 4px;
}

.header-content .hbutton1:hover{
	background-color: #555;
	transition: .8s;
}

.header-content .hbutton2{
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
	background-color: #63aa2e; 
	color: #fff;
	border: none; 
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 10px;
	text-decoration: none;
	letter-spacing: 4px;
	margin-left: 10px;
}

#main-content{
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

section::after{
	content: "";
	clear: both;
	display: block;
}

section{
	 color: #000;
	 padding-top: 100px;
	 padding-bottom: 100px;
}

section .main-title{
	text-align: center;
	padding-bottom: 10px;
}

section .service-info{
	padding-top: 50px;
}

section .service-info aside{
	width: 33%;
	float: left;
	text-align: center;
	margin-top: 30px;
}

aside > div.s-info-tag{
	background-color: #f1f1f1;
	margin-left: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 2px solid rgba(128, 128, 128, 0.14);
}

aside div.s-info-tag p{
	padding: 0px 20px;
}


div.s-info-tag h3 {

	font-family: Raleway-Bold;
	font-weight: bold;

}

.parallax{ 
	height: 400px; 
	background: url('../images/header.jpg');
	background-position: center bottom;
	background-attachment: fixed; 
	background-size: cover;
}

.parallax p { 
	text-align: center;
	padding-top: 180px;
	font-size: 33px;
}

footer{
	color: #fff;
}

.footer{
	padding: 45px 30px 15px 40px; 
}

.footer aside {
	width: 48%;
	float: left;
}

.footer .mfooter{
	padding-left: 30px;
}

.footer [type="text"]{
	border-style: none;
	padding: 10px;
	width: 250px;
	margin-top: 18px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #c4c4c4;
	font-size: 1em;
	color: rgba(212, 208, 208, 0.81);
}

.footer [type="text"]:focus{ 
	outline: none;
}

.footer [type="submit"]{
	border-style: none;
	padding: 13px;
	color: #63aa2e;
	margin-left: 10px;
	text-transform: uppercase;
	border-radius: 3px;
}

.footer h3 {
	font-weight: normal;
	font-size: 1.3em;
}

.footer p{
	text-transform: uppercase;
	font-size: 1.0em;
	float: left;
	padding-right: 20px;
	margin-top: -2px;
}

.footer img{
	margin-top: -5px;
	padding-right: 10px;
}

.footer a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}

.sub-footer{
	padding: 30px 15px;
	position: relative;
	color: #555; 
}

.sub-footer a{
	text-decoration: none;
	color: #555;
}

.sf-left{
	float: left;
	width: 400px;
	padding-left: 20px;
}

.sf-left img{
	float: left;
	margin-left: 20px;
}

.sf-left ul{
	list-style: none;
	padding-left: 130px;
}

.sf-left ul li{
	float: left;
	padding-right: 20px;
}

.sf-left ul li a{
	display: inline-block;
	text-decoration: none;
}

.sf-right{
	float: right;
	position: relative;
	top: -10px;
	width: 500px;
}