/*Importing Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,600,300|Playfair+Display:700italic,400italic|Crimson+Text:400italic,600italic|Open+Sans:400,700);

/*=======================================================================
	General CSS
=======================================================================*/
*{
	margin:0;
	padding:0;
	outline:none;
	font-family: Open Sans, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-weight:bold;
	font-family: Raleway, sans-serif;
}
::-webkit-scrollbar{
	height:10px;
	width:10px;
	background:#FFF;
}
::-webkit-scrollbar-thumb{
	background:#BBB;
	border:solid 2px #FFF;
}
::-webkit-scrollbar-thumb:hover{
	background:#888;
}
::-moz-scrollbar{
	height:10px;
	width:10px;
	background:#FFF;
}
::-moz-scrollbar-thumb{
	background:#BBB;
	border:solid 2px #FFF;
}
::-moz-scrollbar-thumb:hover{
	background:#888;
}
img{
	max-width:100%;
}



.section-header h2{
	font-size:32px;
	letter-spacing:6px;
	color:#333;
	margin-top:0;
	margin-bottom:35px;
	font-weight:300;
}
.section-header p{
	margin-top:30px;
	line-height:1.7em;
	color:#8A8A8A;
	font-size:16px;
}
#wrapper{
	overflow-x:hidden;
}
.front-section{
	background:#FFF;
}
.section{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border:solid 4px #BBB;
	padding-top:100px;
	z-index:-9;
	background:#FFF;
	overflow-y:auto;
	opacity:0;
	visibility:hidden;
	transition: all .3s ease;
}
body.section-show .section.active{
	-webkit-transition:opacity .4s 1.2s ease;
	-moz-transition:opacity .4s 1.2s ease;
	transition:opacity .4s 1.2s ease;
	z-index:99;
	opacity:1;
	visibility:visible;
}

.footer{
	padding:30px 0;
	background:#FFF;
	border-top:solid 1px darkcyan;
}
.footer h4{
	font-size:18px;
	letter-spacing:4px;
	margin:0;
	margin-top:3.5px;
	font-style:italic;
	font-family:'Playfair Display', serif;
	color:#999;
}
.footer-social{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
}
.footer-social > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:30px;
}
.footer-social > li > a{
	text-decoration:none;
	height:26px;
	width:26px;
	line-height:26px;
	vertical-align:middle;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	display:block;
	text-align:center;
	color:#97af90;
	background:#F0F0F0;
	font-size:0;
}
.footer-social > li > a > i{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:inherit;
	width:inherit;
	height:inherit;
	vertical-align:middle;
}
.footer-social > li > a > i:before{
	font-size:14px;
	line-height:1em;
	vertical-align:middle;
}
.footer-social > li > a:hover{
	background:#89b79b;
	color:#FFF;
}
.section-block > .container,
.section-block{
	position:relative;
}
.section-block{
	overflow:hidden;
}

/*=======================================================================
	About Section
=======================================================================*/
.about-section{
	padding-top:0;
}
.about-icons{
	padding-top:110px;
	padding-bottom:0px;
}
.basic-info{
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
	border-bottom:solid 1px #F0F0F0;
}
.basic-info .section-header{
	margin-bottom:80px;
}
.about-info > p{
	line-height:1.8em;
	margin-top:-.4em;
}
.about-person-img{
	text-align:center;
}
.about-person-img > img{
	max-width:100%;
}

@media (max-width: 992px){
	.funfact:nth-of-type(2):after{
		display:none;
	}	
}
@media (max-width: 768px){
	.funfact:after{
		display:none;
	}	
}

.funfact > .content > h4{
	margin:0;
	color:#FFF;
	font-size:55px;
	margin-bottom:5px;
}
.funfact > .content > p{
	color:#FFF;
	letter-spacing:2px;
	margin-bottom:0;
	font-size:13px;
	opacity:.8;
}
.testimonials-block{
	padding:100px 0;
}
.testimonials-block .section-header{
	margin-bottom:45px;
}
.testimonials-slider{
	position:relative;
}
.testimonial{
	text-align:center;
}
.testimonial > p{
	font-size:22px;
	line-height:1.6em;
	color:#777;
	font-family:crimson text, serif;
	font-weight:lighter;
	font-style:italic;
}
.testimonial > .author{
	margin-top:45px;
}
.testimonial > .author > h4{
	margin:0;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
}
.testimonial > .author > p{
	color:#777;
}
.testimonials-slider .owl-controls{
	margin-top:27px;
}
.testimonials-slider .owl-controls > .owl-pagination > .owl-page > span{
	height:16px;
	width:16px;
	border-radius:0;
	border:solid 1px #B7A389;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin:11px;
	background:transparent;
	opacity:.6;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.testimonials-slider .owl-controls > .owl-pagination > .owl-page.active > span,
.testimonials-slider .owl-controls > .owl-pagination > .owl-page:hover > span{
	background:#B7A389;
	opacity:.8;
}
.testimonials-slider .owl-controls > .owl-pagination > .owl-page.active > span{
	opacity:1;
}
/*=======================================================================
	Resume Section
=======================================================================*/
.timeline-block{
	padding-bottom:100px;
}
.timeline-block .timeline{
	padding-bottom:90px;
	margin-top:100px;
}
.timeline{
	position:relative;
	list-style:none;
	margin:0;
}
.timeline:before{
	content: ' ';
	position:absolute;
	top:0;
	left:50%;
	margin-left:-1px;
	height:100%;
	width:2px;
	background:#b1bdb7;
	border-radius: 0 0 5px 5px;
}
.timeline > li:before,
.timeline > li:after{
	content: ' ';
	display:table;
}
.timeline > li:after{
	clear:both;
}
.timeline > li > .timeline-desc{
	float:right;
}
.timeline > li > .timeline-desc > h4{
	font-size:14px;
	letter-spacing:2px;
	margin-top:0;
}
.timeline > li > .timeline-content{
	float:left;
	text-align:right;
	position:relative;
}
.timeline > li.inverse > .timeline-content{
	float:right;
	text-align:left;
}
.timeline > li.inverse > .timeline-desc{
	float:left;
	text-align:right;
}
.timeline > li{
	margin:70px 0;
	position:relative;
}
.timeline > li:not(.timeline-header):before{
	content: ' ';
	position:absolute;
	top:0;
	left:50%;
	height:11px;
	width:11px;
	-webkit-transform:translateX(-50%) rotate(45deg);
	-moz-transform:translateX(-50%) rotate(45deg);
	-ms-transform:translateX(-50%) rotate(45deg);
	-o-transform:translateX(-50%) rotate(45deg);
	transform:translateX(-50%) rotate(45deg);
	background:#B7A389;
}
.timeline > li > div{
	width:50%;
	padding:0 35px;
}
.timeline > li > .timeline-content > h4{
	margin-top:0;
	margin-bottom:7px;
	letter-spacing:2px;
	font-size:20px;
}
.timeline > li > .timeline-content > span{
	display:block;
	margin-bottom:15px;
	color:#15803f;
}
.timeline > li > .timeline-content > p{
	margin:0;
	line-height:1.7em;
	color:#2c6453;
}
.timeline > li.timeline-header{
	background:#FFF;
	position:relative;
	z-index:10;
	text-align:center;
	margin-bottom:100px;
	margin-top:100px;
}
.timeline > li.timeline-header > h4{
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	margin:0;
	letter-spacing:4px;
}
.timeline > li.timeline-header:first-of-type{
	margin-top:0;
}
.timeline > li.timeline-header > h4:before,
.timeline > li.timeline-header > h4:after{
	content: ' ';
	display:block;
	height:2px;
	background:#115237;
	margin:0 -5px;
	margin-top:8px;
}
.timeline > li.timeline-header > h4:before{
	margin-top:0;
	margin-bottom:8px;
}
@media (max-width:992px){
	.timeline > li:before,
	.timeline:before{
		display:none;
	}
	.timeline > li > .timeline-desc{
		opacity:.5;
		text-align:right;
		float:left;
	}
	.timeline > li.inverse > .timeline-desc{
		text-align:left;
		float:right;
	}
	.timeline > li > div{
		width:85%;
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.timeline > li > .timeline-content{
		text-align:right;
	}
}
.hobbies-block{
	padding-top:100px;
	padding-bottom:30px;
}
.hobbies-block .section-header{
	margin-bottom:100px;
}
.hobby{
	position:relative;
	text-align:center;
	margin-bottom:70px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.hobby > .icon{
	font-size:0;
	background:#B7A389;
	color:#FFF;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	width:80px;
	height:80px;
	line-height:80px;
	margin:auto;
	margin-bottom:40px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	position:relative;
	top:0;
}
.hobby:hover > .icon{
	top:-15px;
}
.hobby > .icon > i{
	display:block;
	height:inherit;
	width:inherit;
	line-height:inherit;
	text-align:center;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.hobby > .icon > i:before{
	vertical-align:middle;
	font-size:45px;
	line-height:1em;
}
.hobby > h4{
	font-size:18px;
	letter-spacing:2px;
	margin-top:0;
	margin-top:2px;
}
.skills-block{
	padding:100px 0;
	padding-bottom:40px;
}
.skills-block .section-header{
	margin-bottom:80px;
}
.skill{
	position:relative;
	margin-bottom:60px;
}
.skill > h4{
	font-size:14px;
	margin-top:0;
	margin-bottom:5px;
	letter-spacing:2px;
	color:#B7A389;
}
.skill > .skill-bar{
	height:10px;
	background:#F0F0F0;
}
.skill > .skill-bar > .bar{
	background:#888;
	height:100%;
	width:0;
	position:relative;
}
.skill > .skill-bar > .bar > .percent{
	position:absolute;
	padding:4px 7px;
	background:#888;
	color:#FFF;
	bottom:100%;
	right:0;
	font-size:11px;
	margin-bottom:10px;
}
.skill > .skill-bar > .bar > .percent:after{
	content: ' ';
	position:absolute;
	border-bottom:solid 7px transparent;
	border-right:solid 7px #888;
	bottom:-7px;
	right:0;
}

/*=======================================================================
	Services Section
=======================================================================*/
.services-section .main-title{
	margin-bottom:80px;
}
.services-block{
	padding-top:50px;
	padding-bottom:0;
	border-bottom:solid 1px #F0F0F0;
}
.service{
	position:relative;
	text-align:center;
	margin-bottom:120px;
}
.service > .icon{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	height:90px;
	width:90px;
	line-height:90px;
	vertical-align:middle;
	text-align:center;
	margin:auto;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	font-size:0;
	background:#B7A389;
	color:#FFF;
	position:relative;
	top:0;
}
.service:hover > .icon{
	top:-15px;
}
.service > .icon > i:before{
	line-height:1em;
	vertical-align:middle;
	font-size:45px;
}
.service > .icon > i{
	display:inline-block;
	line-height:inherit;
	height:inherit;
	width:inherit;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.service > .content > h4{
	font-size:20px;
	margin-top:50px;
	margin-bottom:8px;
	letter-spacing:2px;
}
.service > .content > p{
	line-height:1.6em;
	color:#777;
}
.pricing-block{
	padding:120px 0;
}
.pricing-block .section-header{
	margin-bottom:90px;
}
.pricing-table{
	max-width:300px;
	margin:auto;
	background:#F4F4F4;
	padding:35px 0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.pricing-table > .header > h4{
	font-size:18px;
	text-transform:uppercase;
	margin:0;
}
.pricing-table > .header > .price{
	margin-bottom:30px;
	margin-top:30px;
}
.pricing-table > .header > .price > span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:1em;
}
.pricing-table > .header > .price > .currency{
	vertical-align:top;
	margin-top:12px;
}
.pricing-table > .header > .price > .amount{
	font-weight:bold;
	font-size:80px;
}
.pricing-table > .header > .price > .period{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}
.pricing-table > .table-items{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:25px;
	margin-bottom:30px;
}
.pricing-table > .table-items > li{
	padding:10px 0;
}

.pricing-table > .table-btn{
	padding:11px 22px;
	background:#7a9671;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	*display:inline;
	*zoom:1;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.pricing-table > .table-btn:hover{
	background:#917b60;
}
.process-block{
	padding:100px 0;
}
.process-block .section-header{
	margin-bottom:80px;
}
.process{
	position:relative;
}
.process > .number{
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:1em;
	margin-bottom:15px;
	position:relative;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	border:solid 1px #B7A389;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	color:#B7A389;
}
.process:hover > .number{
	color:#3f3a3a;
	background:#B7A389;
}
.process > .number > span{
	transform:rotate(-45deg);
	display:block;
	height:28px;
	width:28px;
	line-height:28px;
	text-align:center;
	position:relative;
}
.process > .number > span:before{
	content: ' ';
	border-top:solid 8px transparent;
	border-bottom:solid 8px transparent;
	border-left:solid 8px #B7A389;
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:-43px;
}
.process.last > .number > span:before{
	border:solid 4px #B7A389;
	margin-top:-4px;
}
.process > .number > span:after{
	content: ' ';
	position:absolute;
	height:2px;
	background:#B7A389;
	width:30px;
	right:-35px;
	top:50%;
	margin-top:-1px;
}
.process > .content > h4{
	font-size:20px;
	letter-spacing:2px;
	margin-bottom:15px;
}
.process > .content > p{
	line-height:1.7em;
	color:#777;
}
/*=======================================================================
	Blog Section
=======================================================================*/
.posts-block{
	padding:90px 0;
}
.posts-block .section-header{
	margin-bottom:60px;
}
.post{
	position:relative;
	margin-bottom:60px;
}
.post > .media > img{
	max-width:100%;
}
.post > .content{
	margin-top:25px;
}
.post > .content > h4{
	font-size:24px;
	margin-top:0;
	margin-bottom:8px;
}
.post > .content > h4 > a{
	color:inherit;
	text-decoration:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.post > .content > h4 > a:hover{
	color:#B7A389;
}
.post > .content > p{
	line-height:1.8em;
	color:#777;
	margin-bottom:22px;
}
.post .post-icons{
	position:relative;
	margin:0;
	padding:0;
	font-size:0;
	margin-bottom:22px;
}
.post .post-icons > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:14px;
	color:#777;
	padding-right:20px;
}
.post .post-icons > li > i{
	margin-right:5px;
}
.post .read-more{
	color:#333;
	text-decoration:none;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.post .read-more:hover{
	color:#B7A389;
}
.post .read-more > i{
	vertical-align:middle;
	font-size:1.5em;
	margin-left:8px;
	position:relative;
}
.post-more{
	text-align:center;
	margin-bottom:50px;
}
.post-more .more-link,
body .symp-btn{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:12px 22px;
	background:#333;
	color:#FFF;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	border:none;
	text-decoration:none !important;
}
.post-more .more-link:hover,
.symp-btn:hover{
	background:#B7A389;
	color:#FFF;
}
.symp-btn.link-btn{
	background:transparent;
	color:#999;
}
.symp-btn.link-btn > i{
	margin-right:8px;
}
.symp-btn.link-btn:hover{
	color:#333;
	background:transparent;
}
.sidebar{
	position:relative;
}

@media(min-width: 992px){
	.sidebar{
		padding-left:40px;
	}
}
.search-box{
	position:relative;
}
.search-box > .search-input{
	display:block;
	width:100%;
	border:none;
	padding:0 9px;
	height:40px;
	line-height:40px;
	padding-right:47px;
	background:#F0F0F0;
	border:solid 1px #F0F0F0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.search-box > .search-input:focus{
	background:#FFF;
}
.search-box > .search-btn{
	position:absolute;
	top:0;
	right:0;
	height:40px;
	width:40px;
	line-height:40px;
	background:#E0E0E0;
	vertical-align:middle;
	text-align:center;
	font-size:20px;
	color:#333;
	text-decoration:none;
	
}
.search-box > .search-btn:hover{
	background:#D0D0D0;
}
.widget-header{
	position:relative;
	margin-top:60px;
	margin-bottom:15px;
}
.widget-header > h4{
	letter-spacing:2px;
}
.widget-header > h4 > i{
	margin-right:8px;
}
.sidebar-list{
	padding:0;
	margin:0;
	list-style:none;
}
.sidebar-list > li > a{
	padding:7px 0;
	color:#777;
	text-decoration:none;
	display:block;
	line-height:1.6em;
}
.sidebar-list > li > a:hover{
	color:#B7A389;
}
.sidebar-list.list-inline{
	font-size:0;
}
.sidebar-list.list-inline > li{
	font-size:14px;
}
