
html{
	font-size: 16px;
}

h2, h3, h4, h5, h6{
	font-style: italic;
    font-weight: 400;
    font-family: Lora, serif;
    line-height: 1.2;
}

.clear-fix{
	clear: both;
}

/*margins and paddings*/
.mr-both{
	margin-top:80px;
	margin-bottom: 80px;
}

.p-both{
	padding-top: 50px;
	padding-bottom: 50px;
}

/* backgrounds */

.bg-white{
	background-color: #fff;
}

.blue{
	background-color: #4FD2C2!important;
}

.purple{
	background-color: #b260ce!important;
}

.grey{
	background-color: #333;
}


/* typography */
.text-white{
	color: #fff;
}

.small{
	font-size: 26px;
}

p{
	line-height: 1.6;
	font-weight: 300;
}

/* ======================================== */
/* ============= Header ====================*/


.fullscreen{
	background-image:url(images/header.jpg);
	height:100vh;
	min-height:100%;
	max-height:100%;
	background-size: cover;
}

.brand-logo img{
	display: block;
	height: 3.125rem;
	margin: 7px 15px;
}


nav{
	background-color: rgba(255,255,255,0.4);
}

#nav-mobile li a{
	line-height: 16px;
	padding: 15px;
}

#nav-mobile li a:hover{
	background-color:transparent;
	border-bottom: 1px solid #fff;
}

#nav-mobile li:last-child a:hover {
	border-bottom: none;
}

.side-nav li:hover, .side-nav li.active{
	background-color: #4FD2C2;
	color: #fff;
}

.side-nav li:hover a, .side-nav li.active a{
	background-color: #4FD2C2;
	color: #fff;
}

#home h1{
	font-family: "Lora", serif;
	font-style: italic;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-weight: 300;
	font-size: 3rem;
	margin-top:10%;
}

#home h2{
	font-family: "Lora", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 2rem;
	color: #fff;
	text-align: center;
}

#home p{
	text-align: center;
	color:#fff;
	font-size:1.6rem;

}

.vid{
	text-align: center;

}

i.play{
	display: block;
	font-size: 52px;
	height: 52px;
	width: 52px;
	color: #fff;
	margin: 20px auto;
}
/* ================================================== */
/* ====================== About us====================*/

.col.m4.a-left{
	padding: 0 60px;
}

.welcome.row h2{
	color: #34343c;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size:3.125rem;
	font-weight: 400;
	text-align: center;
	margin: 60px 0;
}

.welcome p{
	text-align: center;
	font-size: 18px;
	margin: 40px 0;
}


/*left column*/

 .a-left h2{
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 22px;
	margin-bottom: 10px;
	color: #4fd2c2;
}



.a-left h3{
	color: #34343c;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
}

.a-left p{
	font-size: 15px;
    font-family: Roboto, sans-serif;
}

.a-left a{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 2px;
    color: #34343c;
}

.a-left a:hover{
	color: #4fd2c2;
	border-bottom: 1px solid #4fd2c2;
}

.parallax-container{
	margin: 80px 0;
	height: 450px;
}
.parallax img{
	height:550px;
}
.parallax h2{
	color: #34343c;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 3.125rem;
	height: 70px;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;

}

/*mission and vision 2 columns*/

.mission.container h2{
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 24px;
	margin-bottom: 10px;
	color: #4fd2c2;
}

.t-right{
	text-align: right;

}

.col.m6 p{
	color: #3a3a44;
    font-size: 15px;
    font-family: Roboto, sans-serif;

}

.img-about{
	border-radius: 10px;
}

.image{
	position: relative;
}

.image i{
	position: absolute;
	color: #fff;
	font-size: 32px;
	bottom: 20px;
	right: 20px;
	transition: all ease 0.5s;
}

.image i:hover{
	transform: scale(1.5);
	color: #4fd2c2;
}

/* figures */

.blue{
	background-color: #4FD2C2!important;
}

.col.m3{
	text-align: center;
	padding: 40px;
	color: #fff;
}

.col.m3 i{
	font-size: 40px;
	margin-bottom: 20px;
}

.about-stat p{
	font-size: 3.125rem;
	margin: 0;
}

.col.m3 span{
	font-size: 24px;
	font-family: 'Lora', serif;
	font-style: italic;
}

/* marketing leaders */

.marketing h2{
	font-size: 3.125rem;
	font-family: 'Lora', serif;
	font-style: italic;
	text-align: right;
}

strong{
	font-weight: 800;
}
/* ================================================ */
/* =============== SERVICES ======================*/

#services{
	background-color: #F7F8FA;
}

.perfect h2{
	font-size: 26px;

}

.perfect p{
	color: #3a3a44;
    line-height: 1.6;
    font-weight: 300;
    padding-bottom:20px;
    margin-bottom: 20px;
}

.pull-left a{
	font-family: 'Lora', serif;
	font-style: italic;
}

.pull-right a, .pull-left a{
	text-decoration: none;
	color: #3a3a44;
}

.pull-right a:hover , .pull-left a:hover{
	color: #4fd2c2;
}

.pull-right{
	float: right;

}

.pull-left{
	float: left;
}


.bg-white{
	position: relative;
}


img.responsive-img.up{
	display: block;
	position: absolute;
	height:100%;
	bottom: 30px;
	border-radius: 10px;

}

/* blue,purple,grey column responsive design */

.column{
	padding-bottom: 20px;
}

h3.small{
	font-size: 26px;
}

.column p{
	line-height: 1.6;
	font-weight: 300;
}

.column a{
	text-decoration: none;
	color: #fff;
}

.column a:hover{
	border-bottom: 1px solid #fff;
}

/* =========== Our work ========================*/

#work .test1{
	position: relative;
	min-height:250px;

}

#work .test2{
	position: relative;
	top: -60px;
	background-color:#fff;
}

.work{
	float:left ;
	width: 33.3%;
}

.hv{
	overflow: hidden;
	height: 201px;
}


.work img.hv-big{
	transition: all ease 2s;
}

.work img.hv-big:hover{
	transform: scale(1.3);

}

.button-wrap{
	text-align: center;
	padding: 15px 0;
}

img.responsive-img.hv-big{
	transition: all ease 1s;
}

img.responsive-img.hv-big:hover{
	
}

/* ============ contacts ================*/

.contacts {
	background-image: url(images/contact.jpg);
	background-size: cover;
	background-position: center;
}

.contacts img{
	height: 50px;
	margin: 20px 15px;
}

.contacts h4{
	font-size: 22px;
}

.contacts{
	padding: 40px 60px;
}

.contacts hr{
	margin: 10px 0;
}

.contacts p{
	color: rgba(255,255,255,0.4);
}

.cont-form{
	padding: 40px 60px;
}

a.email{
	display: block;
	color: rgba(255,255,255,0.4);
	text-decoration: underline;
	margin-bottom: 1rem;
}
form{
	margin: 60px 0;
	text-align: center;
}

input{
	display: block;
	height: 20px;
	


}

input.name, input.address{
	width: 48%;
	float:left;
	background-color: #f7f8fa;
	border: none;
	padding: 5px;
	box-sizing: border-box;
}

input.name:focus, input.address:focus, textarea:focus{
	outline-style: none;
	border-bottom: none!important;
	box-shadow: none!important;
}

input.name{
	margin-right: 4%;

}

textarea{
	width: 100%;
	background-color: #f7f8fa;
	height: 60px;
	border:none;
	padding: 5px;
	box-sizing: border-box;
	
}

button.btn.waves-effect.waves-light{
	margin: 20px auto;
}

a#up{
	position:fixed;
	display:block;
	right:10px;
	bottom:10px;
	border-radius:50px;
	height:50px;
	width: 50px;
	padding: 5px;
	font-size: 2rem;
	z-index:99;
}


.error{

	color: #4FD2C2;
}

/* ================================= */
/* ========= Media Quearies========= */

@media screen and (max-width:450px){
	.cont-form{
	padding: 40px 20px;
	}


}

@media screen and (max-width:600px){



	a.learn{
		display:inline-block;	
		margin-bottom: 10px;
		color: #4fd2c2;
	}

	#work .test2{
	position: relative;
	}

	.work{
		width:50%;
	}

	.parallax-container{
		margin:0;
		height: 350px;
	}
	.parallax img{
	height: 400px;
	}
	


}

@media screen and (max-width:799px){
	
	#home h1{
	line-height: 1.6;
	font-size: 2.5rem;
	}
	

	#home h2{
	font-size: 1.5rem;
	}

	#home p{
	font-size:1.2rem;
	margin-top:;
	}
	
	i.play{
		margin: 2px auto;
	}
	.col.m4.a-left{
	padding: 0 10px;
	}

	.hv{
		height:100%;
	}

	.work img.hv-big:hover{
		max-width:100%;
	}
	input.name, input.address{
	width: 100%;
	}
	.contacts{
	padding: 40px 10px;
	}
	.cont-form{
	padding: 20px 10px;
	}
}

@media screen and (max-width:360px){
	#work .test2{
	position: relative;}

	.work{
		width:100%;
	}
}

@media screen and (max-width:1216px){
	#services .hidden{
		display: none;
	}
	.row.bg-white .col.m8.s12{
		width:100%;
	} 
