/*-- ===============================
---- WOOODS ONE PAGE MULTIPURPOSE HTML5 TEMPLATE ----

Author name:     ahsanthemes.com ;
Date created:    October 26, 2016 ;
================================= --*/


/*-- ==============================================

[Table of contents]

------------- How to find the css of a particular section ---------------

( Example: Type 'ctrl+f' and then '3.services' to jump to the "services" section. Click 'find' if needed.)

-> reset css / reset css
-> Header / 1.header css 
-> Banner / 2.banner css
-> Services / 3.services css
-> Features / 4.features css 
-> Projects / 5.projects css
-> Feedback / 6.feedback css
-> Blog / 7.blog css
-> Contact / 8.contact css
-> Footer / 9.footer css

fonts / installed fonts 
Section header /   #section_title css
css for all paragraph / paragraph css
css for all buttons / button css
lightbox / .my_lightbox css 

================================================ --*/




/*-- reset css
--------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	/*font-family: 'Roboto', sans-sarif;*/
	font-family: 'Source Sans Pro', sans-serif; /* 400,600,700*/
	/*font-family: 'Tangerine', cursive;*/ /* 400,700*/
	margin: 0;
	padding: 0;
	position: relative;
}
ol,ul{
	list-style-type: none;
}
img{
	border: none;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 600;
	color: #333333;
}
input:focus,
.btn:focus,
a:focus,
button:focus{
	outline: 0;
}
.left{
	float: left;
}
.right{
	float: right;
}
@media(min-width: 1300px){
	.container{
		width: 1200px;
	}
}
h2.section_title{
	font-size: 36px;
	line-height: 1.2;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 50px;
}
h2.section_title span{
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: large;
	font-weight: lighter;
	font-size: 30px;
	color: #555555;
	text-transform: none;
	letter-spacing: 1px;
	margin: 0 0 50px;
}
p{
	font-size: 15px;
	line-height: 25px;
	color: #555555;
	margin-bottom: 50px;
}
.btn{
	min-width: 160px;
	font-size: 14px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 600;
	padding: 0 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #ffffff;
	border-radius: 0;
	z-index: 2;
	position: relative;
}
.btn .hover{
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: block;
	background-color: #52c2b7;
	border-radius: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.btn:hover,
.btn:focus{
	color: #ffffff!important;
}
.btn:hover .hover{
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.my_lightbox{
	width: 100%;
	height: 100%;
	background-color: rgba(45,45,48,.95);
	position: fixed;
	left: 0;
	top: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	text-align: center;
	z-index: 99999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.my_lightbox img{
	max-height: 100%;
	display: block!important;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #cccccc;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.my_lightbox .fa{
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	opacity: .7;
}
.my_lightbox .fa:hover{
	opacity: 1;
}
.show{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.loader{
	width: 100%;
	height: 100%;
}
.loader-inner{
	width: 100%;
	height: 100%;
}


/*-- 1.header css 
-----------------------------------------------*/


header .navbar-default{
	background-color: rgba(60,60,60,0);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 9999;
}
header .navbar-brand{
	padding: 0;
	height: auto;
	margin-top: 5px;
}
header .navbar-default .navbar-nav li{
	margin-left: 20px;
}
header .navbar-default .navbar-nav li a{
	font-size: 15px;
	line-height: 42px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 3px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
}
header .navbar-default .navbar-nav li a:hover,
header .navbar-default .navbar-nav li a:focus{
	color: #52c2b7!important;
	background-color: transparent!important;
}
header .navbar-default .navbar-nav li.active a{
	color: #52c2b7;
	background-color: transparent;
}
.fixed_top{
	padding: 20px 30px!important;
	z-index: 9999;
	background-color: #333333!important;
}


/*-- 2.banner css 
-----------------------------------------------*/
#dsgvo .content{
	background: url(../images/dsgvo_img.jpg) left center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: table;
	width: 100%;
	height: 100%;
}

#banner{
	background: url(../images/banner_img.jpg) center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: table;
	width: 100%;
	height: 100vh;
}

#banner .content{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: rgba(50,50,50,.5);
	position: relative;
}
#banner .content h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 75px;
	font-weight: lighter;
	line-height: 1.1;
	letter-spacing: 3px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#banner .content h4{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: large;
	font-weight: lighter;
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 30px;
}


/*-- 3.services css 
-----------------------------------------------*/
#services{
	padding: 100px 0 40px;
	text-align: center;
}
#services h2 span{
	margin-bottom: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: large;
	font-weight: lighter;
}
#services img{
	margin-bottom: 30px;
}
#services h3{
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding: 30px 0 15px;
}
#services h3::before{
	content: "";
	width: 30px;
	height: 1px;
	background-color: #555555;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


/*-- 4.features css 
-----------------------------------------------*/
#features{
	text-align: center;
	background-color: #f1f1f1;
	padding: 100px 0 80px;
}
#features .section_title{
	margin-bottom: 10px;
}
#features h2.section_title span{
	margin-bottom: 0;
	font-size: large;
}
#features .kc-wrap{
	margin-bottom: 30px;
}
#features .kc-item img{
	width: 100%;
	height: 100%;
	left: 0;
	position:absolute;
	cursor: pointer;
}
#features p{
	max-width: 760px;
	margin: 0 auto 35px;
}
#features li{
	padding: 0;
	margin: 0 5px 20px;
}
#features .btn{
	background-color: #82c6bf;
	border: none;
}
#features ul li:nth-child(2) .btn{
	background-color: #47474d;
}
#features ul li:nth-child(2) .hover{
	background-color: #82c6bf;
}
#features .btn .hover{
	background-color: #47474d;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#features .btn:hover .hover{
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}


/*-- 5.projects css 
-----------------------------------------------*/
#projects{
	padding: 120px 0 100px;
	background-color: #2d2d30;
}
#projects .row{
	margin: 0 -5px;
}
#projects div[class^="col-"]{
	padding: 0 5px;
}
#projects h2{
	color: #dadada;
	margin-bottom: 20px;
}
#projects h2 span{
	color: #a4a4a4;
	line-height: 28px;
	margin: 15px 0 25px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: large;
	font-weight: lighter;
}
#projects p{
	color: #a4a4a4;
	margin-bottom: 20px;
}
#projects .btn{
	color: #a4a4a4!important;
	border-color: #a4a4a4!important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	margin: 20px 0 50px;
}
#projects .btn .hover{
	background-color: #52c2b7; 
}
#projects .btn:hover{
	color: #ffffff!important;
}
#projects .img_container{
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
#projects .img_container img{
	width: 100%;
	-webkit-transition: transform .7s ease;
	-moz-transition: transform .7s ease;
	-ms-transition: transform .7s ease;
	transition: transform .7s ease;
}
#projects .img_container:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#projects .overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(45,45,48,.95);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	border: 1px solid #555555;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
#projects .img_container:hover .overlay{
	opacity: 1;
}
#projects .overlay .fa{
	font-size: 24px;
	color: #555555;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .7s ease;
	-moz-transition: color .7s ease;
	-ms-transition: color .7s ease;
	transition: color .7s ease;
}
#projects .overlay .fa:hover{
	color: #cccccc;
}


/*-- 6.feedback css 
-----------------------------------------------*/
#feedback{
	padding: 100px 0 65px;
	background-color: #f1f1f1;
}
#feedback .row{
	position: relative;
	padding-top: 20px;
}
#feedback .pivot{
	width: 100px;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	padding: 20px 0;
}
#feedback .pivot img{
	border-radius: 50%;
}
#feedback .pivot::after{
	content: "";
	width: 2px;
	height: 100%;
	background-color: #e3e3e3;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -50;
}
#feedback .row:nth-of-type(3) .pivot::after{
	height: 130px;
}
#feedback .person,
#feedback .comment{
	margin-right: 50px;
	margin-bottom: 40px!important;
}
#feedback .comment{
	margin: 5px 0 40px 50px;
	background-color: #ffffff;
	padding: 23px 25px;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
}
#feedback .comment::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-right: 10px solid #ffffff;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	position: absolute;
	left: -10px;
	top: 30px;
}
#feedback .row:nth-of-type(2) .comment::after{
	position: absolute;
	top: 30;
	left: auto;
	right: -10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#feedback .row:nth-of-type(2) .person{
	margin-left: 50px;
}
#feedback .row:nth-of-type(2) .person h3{
	text-align: left;
}
#feedback .row:nth-of-type(2) .comment{
	margin: 5px 50px 40px 0;
}
#feedback h2.section_title span{
	margin-bottom: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: large;
	font-weight: lighter;
}
#feedback .comment p{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: large;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	color: #666666;
	margin: 0;
}
#feedback .person h3,
#blog h3{
	font-size: 20px;
	line-height: 1.5;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 25px;
}
#feedback .person h3 span{
	display: block;
	font-size: 15px;
	text-transform: capitalize;
	margin-top: 10px;
	letter-spacing: 1px;
}


/*-- 7.blog css 
-----------------------------------------------*/
#blog{
	padding: 100px 0 75px;
	background-color: #f7f7f7;
	overflow-x: hidden;
	overflow-y: hidden;
}
#blog .row{
	margin: 0 -7.5px;
}
#blog .col-sm-3{
	padding: 0 7.5px;
}
#blog .blog_content{
	background-color: #ffffff;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	margin-bottom: 30px;
}
#blog .img_container{
	overflow: hidden;
}
#blog img{
	width: 100%;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	transition: transform .5s ease;
}
#blog .section_title{
	margin-bottom: 30px;
}
#blog .section_title span{
	margin: 5px 0 25px;
	line-height: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: large;
	font-weight: lighter;
}
#blog .txt_content p{
	margin-bottom: 35px;
}
#blog .txt_content .btn{
	background-color: #52c2b7;
	border: none!important;
	margin-bottom: 40px;
}
#blog .txt_content .btn .hover{
	background-color: #47474d;
	border: none!important;
}
#blog .blog_content h3{
	font-size: 18px;
	margin: 25px 25px 15px;
	text-align: left;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	transition: color .5s ease;
}
#blog .blog_content p{
	margin: 0 25px 25px;
}
#blog .blog_content:hover{
	text-decoration: none;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.25);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,.25);
	box-shadow: 0 5px 10px rgba(0,0,0,.25);
}
#blog .blog_content:hover h3{
	color: #52c2b7;
}
#blog .blog_content:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/*-- 8.contact css 
-----------------------------------------------*/
#contact{
	padding: 100px 0 65px;
	background-color: #f1f1f1;
}
#contact form{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#contact input,
#contact textarea{
	height: auto;
	background-color: #ffffff;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	letter-spacing: 1px;
	padding: 15px;
	border-radius: 0;
	box-shadow: none;
	resize: none;
}
#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-textarea-placeholder{
	color: #555555;
}
#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder{
	color: #555555;
}
#contact input:-moz-placeholder,
#contact textarea:-moz-placeholder{
	color: #555555;
}
#contact input:-ms-input-placeholder,
#contact textarea:-ms-textarea-placeholder{
	color: #555555;
}
#contact .btn{
	background-color: #47474d;
	border: none;
}


/*-- 9.footer css 
-----------------------------------------------*/

/*-- footer_top css --*/
.footer_top{
	background-color: #2d2d30;
	padding: 80px 0 50px;
}
.footer_top .col-sm-3{
	margin-bottom: 20px;
}
.footer_top ul{
	padding: 0;
}
.footer_top h3{
	font-size: 18px;
	line-height: 1.5;
	color: #82c6bf;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer_top p{
	font-size: 15px;
	color: #a4a4a4;
	padding-right: 20px;
}
.footer_top li a{
	font-size: 14px;
	line-height: 30px;
	color: #a4a4a4;
	text-transform: capitalize;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.footer_top li a:hover{
	color: #82c6bf;
	text-decoration: none;
}
.footer_top li a .fa{
	width: 20px;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	background-color: #82c6bf;
	text-align: center;
	margin-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}


/*-- footer_bottom css --*/
.footer_bottom{
	background-color: #212122;
	text-align: center; 
}
.footer_bottom span{
	font-size: 14px;
	line-height: 80px;
	color: #666666;
	text-transform: capitalize;
}


/*-- =============================================== 
										 End of css 
================================================ --*/
