@charset "utf-8";

/*---------------
Table of Contents:

- Preloader
- Titles
- Home
- Header
- About
- Who We Are
- Team
- Separator-Video
- Fun Facts
- Separator-Quotes
- Services
- Separator-Call to Action
- Portfolio
- Testimonials
- Clients
- Twitter Feed
- Get Connected
- Price List
- Contact Details
- Contact Form
- Google Map
- Footer
- Home Pattern / Slideshow
- Shortcodes
- Comming Soon Counter
---------------*/

@import url('https://fonts.googleapis.com/css2?family=Lustria&family=Noto+Serif+SC:wght@500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@900&display=swap');



.tp-banner li:after{
	/*background: url(../img/assets/gridtile.png) repeat;*/
	background: rgba(0,0,0,.2);

}
#home-revolution-slider h1 small, #home-revolution-slider h2 small, #home-revolution-slider h3 small{
	font-family: 'Lobster', normal;
    font-weight: 200;
    margin-top: 0;
}
#home-revolution-slider h1,
	#home-revolution-slider h2,
	#home-revolution-slider h3{
		padding-left: 30px;
		padding-right: 30px;
    	margin-top: 0;
	}
@media all and (max-width: 767px){
	#home-revolution-slider h1 small, #home-revolution-slider h2 small, #home-revolution-slider h3 small{
		font-family: 'Lobster', normal;
    	font-size: 30px;
	}
}
@media all and (max-width: 500px){
	.tp-caption.home-heading.start{
		top: 25%!important;
	}
}

/* about */

#about{
	padding-top: 80px;
	padding-bottom: 80px;
}
#about img.img-responsive{
	margin: 0 auto;
}
#about .section-title-about{
	text-align: left;
	margin-bottom: 0;
}
#about .section-title-about p:last-child{
	margin-bottom: 0;
}
#about .row{
	display: flex;
	align-items: center;
}
@media all and (max-width: 1199px){
	
}
@media all and (max-width: 991px){
	#about{
		text-align: center;
	}
	#about img.img-responsive{
		margin: 0 auto 40px auto;
	}
	#about .section-title-about{
		text-align: center;
	}
	#about .row{
		display: block;
	}
}
h1, h2, h3, h4, h5, h6{
	/*font-family: 'Merriweather', sans-serif;*/
	line-height: 1.2em;
}
h2{
	text-shadow: 2px 2px 0px rgba(0,0,0,0.39);
	margin-top: 0;
	padding-bottom: 20px;
}

#who-we-are .col-we-are{
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 0;
	margin-bottom: 0;
}

#who-we-are .parallax-overlay{
	/*background: rgba(104,140,202,.7);*/
}

#team{
	background-color:black;
	color:white;
	padding:0;
}
#team .inn{
	padding: 50px;
}
.img{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	margin: 10px;
}
.member-info{
	position: absolute;
	bottom: 10px;
	left: 20px;
	z-index: 2;
	text-align: left;
}
.cols{
	column-count: 2;
	column-gap: 40px;
	text-align: left;
}
#team .row{
	display: flex;
	align-items: center;
}
@media all and (max-width: 1490px){
	
	#team .col-md-5,#team .col-md-7{
		
	}
}
@media all and (max-width: 991px){
	#team .row{
		display: block;
	}
	#team .inn{
		padding: 80px 50px 40px 50px;
	}
}
@media all and (max-width: 600px){
	.cols{
		column-count: 1;
		text-align: center;
	}
	.img{
		margin: 15px 0;
	}
	#team .inn{
		padding: 80px 30px 0px 30px;
	}
}
#portfolio{
	padding-top: 80px;
	padding-bottom: 80px;
}
#portfolio h2,
#contact-form h2{
	text-shadow: 2px 2px 0px rgba(0,0,0,0.19);
}
#contact-form h2{
	color: #ffffff;
}
#contact-form{
	background: #82b3a3;
}