/* ####################################################################
###
###  Entur Multipurpose Bootstrap HTML Template CSS File
###  Enver AVCIOĞLU
###
#####################################################################*/

/*#####################################################################
	
	1) Body
	2) Header
	3) General Structure
		1) Language List Menu
		2) Logo
		3) Menu CSS
		4) Mobile Menu CSS
		5) Typography
		6) Top Tools Menu Sign In
		7) CSS Padding and MARGIN
		8) Slides Cover
		9) Page Loader
	4) Sections
		1) Social Section
		2) Support Quality Section
		3) Testimonial 1
		4) Team 1
		5) Footer
		6) Page Cover
		7) Portfolio Page Cover
		8) Forms
		9) Video Background
		10) Our Skills
		11) Testimonial 2
		12) Google Map
		13) Contact Form
		14) Info Section
		15) Image Background Section
		16) Charts CSS
		17) Team 2
		18) Team 3
		19) Portfolio Page CSS

#####################################################################*/

body {
	padding:0px;
	margin:0px;
	font-family: "Raleway", sans-serif !important;
	font-size: 17px;
	/* overflow-x:hidden; */
	width:100%;
	max-width:100%;
	height:100%;
}

/* ###############################################
	HEADER CSS
############################################### */
header {
	position:fixed;
	width:100%;
	z-index:9999;
	background:#FFF;
}
header .top-section {
	height:40px;
	background:#333;
	color:#999;
}
header .top-section a {
	color:#999;
}
header .top-section {
	text-align:left;
}
header .top-section .ts-item {
	text-align:left;
	display:inline-block;
}
header .top-section .right .ts-item {
	text-align:left;
	display:inline-block;
	margin-right:0px;
}
header .top-section .ts-item div {
	display:inline-block;
}
header .top-section .ts-item i {
	font-size:14px;
	line-height:40px;
	margin-right:3px;
}
header .top-section .link {
	font-family:"Exo 2.0", sans-serif;
	letter-spacing:0.02em;
}
header .top-section .right {
	text-align:right;
}

/* ###############################################
	LANGUAGE LIST
############################################### */
@media screen and (max-width:430px) {
	.lang {
		display:none !important;
	}
	.lang2 {
		position:relative;
		z-index:9;
	}
	.lang2 ul {
		display:none;
		padding:0px;
		margin:0px;
		background:#333;
		list-style:none;
		position:absolute;
		right:0px;
	}
	.lang2:hover ul {
		display:block;
		text-align:left;
		border-top:5px solid #666;
	}
	.lang2:hover ul li {
		width:100px;
		padding:10px;
		border-bottom:1px solid #666;
	}
}
@media screen and (min-width:430px) {
	.lang2 {
		display:none !important;
	}
	.lang {
		position:relative;
		z-index:9;
	}
	.lang ul {
		display:none;
		padding:0px;
		margin:0px;
		background:#333;
		list-style:none;
		position:absolute;
		right:0px;
	}
	.lang:hover ul {
		display:block;
		text-align:left;
		border-top:5px solid #666;
	}
	.lang:hover ul li {
		width:100px;
		padding:10px;
		border-bottom:1px solid #666;
	}
}
@media screen and (max-width:345px) {
	.lang2 {
		display:none !important;
	}
}


/* ###############################################
	LOGO
############################################### */
header .site-logo {
	padding-top:20px;
	padding-bottom:20px;
	border:none;
	width: 100%;
}
header #nav-container {
	background:#FFF;
	position:relative;
}

/* ###############################################
	MENU CSS
############################################### */
header nav {
	text-align:center;
}
header nav ul {
	display:inline-block;
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:right;
}
header nav ul li {
	padding:0px;
	margin:0px;
	border-bottom:5px solid #FFF;
	display:inline-block;
	position:relative;
}
header nav ul li:hover {
	border-bottom:5px solid #333;
	background:#eaeaea;
}
header nav ul li.active {
	border-bottom:5px solid #333;
}
header nav ul li a {
	font-family: "Exo 2.0", sans-serif;
	font-size:15px;
	font-weight:200;
	letter-spacing:0.06em;
	text-transform:uppercase;
	color:#333;
	text-decoration:none;
	padding-right:11px;
	padding-left:11px;
}
header nav ul li > a {
	padding-top:31px !important;
	padding-bottom:31px !important;
	display:inline-block;
}
header nav ul li:hover a {
	color:#333;
	text-decoration:none;
}
header nav ul li ul li:hover {
	background:#222;
}
header nav ul * {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* Sub 1 */
header nav ul li ul {
	display:none;
	position:absolute;
	right:0px;
	background:#333;
	top:75px;
	z-index:999999 !important;
}
header nav ul li:hover ul {
	display:block;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,1);
	box-shadow: 0px 5px 25px 0px rgba(0,0,0,1);
}
header nav ul li:hover ul li {
	padding:0px;
	margin:0px;
	border:none;
	
}
header nav ul li:hover ul li a {
	width:250px;
	display:block;
	color:#acacac;
	text-align:left;
	padding-left:20px;
	border-bottom:1px solid #1f1f1f;
}
header nav ul li ul li a:hover {
	background:#1f1f1f;
	color:#fff;
}
header nav ul li ul li ul {
	display:none !important;
}
header nav ul li ul li:hover ul {
	display:block !important;
	position:absolute;
	top:0px;
	right:250px;
}
header nav ul li ul li:hover ul li ul {
	display:none !important;
}
header nav ul li ul li ul li:hover ul {
	display:block !important;
	position:absolute;
	top:0px;
	right:250px;
}

/* ###############################################
	MOBILE NAV
############################################### */
@media screen and (min-width: 1000px) {
	.slicknav_menu {
		display:none;
	}
	.mobile-menu-button {
		display:none;
	}
	nav#menu > ul {
		display:block !important;
	}
}
@media screen and (max-width: 1000px) {
	.slicknav_menu {
		display:block;
	}
	.mobile-menu-button {
		display:block;
	}
	nav#menu > ul {
		display:none !important;
	}

	.mobile-menu {
		position:absolute;
		right:0px;
		top:13px;
		width:100%;
	}
}

/* ###############################################
	H TYPOGRAOHY
############################################### */
section > h1,
section > h2,
section > h3,
section > h4,
section > h5,
section > h6 {
	font-family: "Raleway", sans-serif !important;
	color:#333;
	font-weight:300;
	letter-spacing:0.05em;
}
section > h1 {
	font-size:36px !important;
	margin-top:0px;
	padding-top:0px;
}
section > h2 {
	font-size:30px !important;
}
section > h3 {
	font-size:24px !important;
}
section > h4 {
	font-size:18px !important;
}
section > h5 {
	font-size:14px !important;
	line-height:24px !important;
}
section > h6 {
	font-size:13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-top:0px !important;
	margin-top:0px !important;
}

h3.support-title {
	color:#999;
	letter-spacing:0.03em;
	font-weight:300;
	padding:0px;
	margin:0px;
	font-size:30px;
	font-family: "Raleway", sans-serif;
}
h5.page-post-title {
	font-size:14px;
	color:#333;
	font-weight:400;
	letter-spacing:0.05em;
	line-height:24px;
	margin-top:10px !important;
}
p.page-post-desc {
	color:#666;
	letter-spacing:0.05em;
	line-height:24px;
	font-size:13px;
	font-weight:300;
}
.tool-text {
	color:#666;
	font-size:13px;
	padding-left:5px;
	padding-right:10px;
}
p.support-p-text {
	color:#333;
	line-height:30px;
	letter-spacing:0.03em;
	/*margin-top:30px;*/
}
p.count-text {
	font-size:36px;
	color:#666;
	letter-spacing:0.03em;
}

.tac {
	text-align:center !important;
}
.tal {
	text-align:left !important;
}
.tar {
	text-align:right !important;
}

.features-1 {
	margin-top:10px;
}
.features-1 > i {
	color:#fafafa;
	font-size:72px;
	margin-bottom:20px;
}
.features-1 h4 {
	margin-top:30px;
	color:#fafafa;
	
	letter-spacing:0.05em;
}
.features-1 h5 {
	margin-top:30px;
	color:#fafafa;
	
	letter-spacing:0.05em;
	line-height:24px;
}
.features-1 a {
	color:#fafafa;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	margin-top:15px;
	border:1px solid #999;
	text-decoration:none;
	display:inline-block;
}
.features-1 a:hover {
	background:#fff;
	color:#FFF;
	text-decoration:none;
}

/* ###############################################
	TOP TOOLS MENU SIGN IN CSS
############################################### */
.ts-item {
	display:relative;	
}
.ts-item:hover {
	background:#464646;
}
.ts-item .icon {
	margin-left:10px;
}
.ts-item .link {
	margin-right:10px;
}
.ts-item#signin .signin-panel {
	display:none;
	width:280px;
	background:#333;
	position:absolute;
	z-index:9;
	border-top:5px solid #464646;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
}
.ts-item#signin:hover .signin-panel {
	display:block;
}
.signin-panel-cont {
	position:relative;
	width:100%;
	margin-top:20px;
}
.signin-panel-cont input {
	background:none;
	border:none;
	border-bottom:1px solid #464646;
	height:40px;
	line-height:40px;
	font-size:13px;
	outline:none;
	width:100%;
	color:#787878;
}
.signin-panel-cont i.fa {
	position:absolute;
	top:-5px;
	right:10px;
}
.signin-panel-cont button {
	width:100%;
	height:40px;
	line-height:40px;
	background:none;
	border:1px solid #464646;
	letter-spacing:0.04em;
}
.signin-panel-cont button:hover {
	background:#464646;
	color:#eaeaea;
}

/* ###############################################
	CSS PADDING AND MARGIN
############################################### */
.padding-top {
	padding-top:100px !important;
}
.margin-bottom {
	margin-bottom: 100px;
}
.margin-top {
	margin-top:70px !important;
}
.p0 {
	padding:0px !important;
}
.p10 {
	padding:10px;
}
.p25 {
	padding:25px !important;
}
.p20 {
	padding:20px !important;
}
.padding-tb-60 {
	padding-top:30px !important;
	padding-bottom:30px !important;
}

/* ###############################################
	OTHER CSS
############################################### */
.title-line {
	width:78px;
	height:3px;
	margin:0 auto;
	background:#333;
	margin-top:22px;
	margin-bottom:18px;
}

/* ###############################################
	SLIDES COVER
############################################### */
#slides div.slides-container div figure img {
	z-index:0;
	position:relative;
}
#slides div.slides-container div figure figcaption {
	display:table;
	z-index:1;
	background:rgba(0, 0, 0, 0.25);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
@media screen and (min-width:600px) {
	#slides div.slides-container div figure figcaption h2 {
		font-family: "Raleway", sans-serif;
		font-size:110px;
		font-weight:300;
		letter-spacing:0.10em;
		padding:0;
		margin:0;
		width:100%;
		position:absolute;
		top:35%;
		text-align:center;
		color:#FFF;
		text-shadow:0 5px 5px rgba(0,0,0,0.75);
	}
	#slides div.slides-container div figure figcaption h4 {
		font-family: "Raleway", sans-serif;
		font-size:36px;
		letter-spacing:0.1em;
		font-weight:100;
		padding:0;
		margin:0;
		width:100%;
		height:100%;
		position:absolute;
		top:55%;
		text-align:center;
		color:#FFF;
		text-shadow:0 5px 5px rgba(0,0,0,0.75);
	}	
}
@media screen and (max-width:767px) {
	#slides div.slides-container div figure figcaption h2 {
		font-family: "Raleway", sans-serif;
		font-size:55px;
		font-weight:100;
		letter-spacing:0.10em;
		padding:0;
		margin:0;
		width:100%;
		position:absolute;
		top:45%;
		text-align:center;
		color:#FFF;
		text-shadow:0 5px 5px rgba(0,0,0,0.75);
	}
	#slides div.slides-container div figure figcaption h4 {
		font-family: "Raleway", sans-serif;
		font-size:22px;
		letter-spacing:0.1em;
		font-weight:100;
		padding:0;
		margin:0;
		width:100%;
		height:100%;
		position:absolute;
		top:60%;
		text-align:center;
		color:#FFF;
		text-shadow:0 5px 5px rgba(0,0,0,0.75);
	}	
}


/* ###############################################
	PAGE LOADER
############################################### */
.no-js #loader {	display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(./../images/loader.gif) center no-repeat #fff;
}

/* ###############################################
	SOCIAL SECTION CSS
############################################### */
section.social {
	margin-top:76px !important;
	padding:30px;
	background:#999;
	color:#FFF;
}
.social h3 {
	letter-spacing:0.05em;
	font-weight:100;
}
.social p {
	font-weight:100;
	letter-spacing:0.05em;
	line-height:24px;
}
.social a.social-link {
	color:#FFF;
	border:1px solid #FFF;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	font-size:20px;
	margin-top:23px;
	margin-right:10px;
}
.social a.social-link:hover {
	background:#FFF;
	color:#999;
}
@media screen and (min-width: 1000px) {
	.social-button-cont {
		position:relative;
		text-align:right;
		margin-top:50px;
	}
	.social-button-cont a.social-button {
		border:1px solid #FFF;
		color:#FFF;
		padding:10px;
		display:inline-block;
		text-decoration:none;
	}
}
@media screen and (max-width: 1000px) {
	.social-button-cont {
		position:relative;
		text-align:center;
		margin-top:30px;
	}
	.social-button-cont a.social-button {
		border:1px solid #FFF;
		color:#FFF;
		padding:10px;
		display:inline-block;
		text-align:center;
		text-decoration:none;
	}
}

.social-button-cont a.social-button:hover {
	background:#FFF;
	color:#999;
}
.social-button-cont a.social-button i {
	margin-left:8px;
}

.clear {
	clear:both !important;
}

.img-full-width {
	width:100%;
	border:none;
	outline:none;
}

.circle-icon {
	border:1px solid #999;
	border-radius:50%;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#333;
	font-size:25px;
}
.circle-icon:hover {
	color:#FFF;
	background:#333;
}

/* ###############################################
	SUPPORT QUALITY SECTION
############################################### */
.support-left {
	width:75px;
	float:left;
}
.support-right {
	float:left;
	width: calc(100% - 90px);
}
.support-title {
	font-size:16px;
	color:#333;
	font-family: "Exo 2.0", sans-serif;
	letter-spacing:0.03em;
}
.support-desc {
	
	color:#333;
	font-family: "Exo 2.0", sans-serif;
	letter-spacing:0.03em;
	line-height:20px;
	
	margin-top:6px;
}
.count-1 {
	background:#dbdbdb;
	text-align:center;
	padding-bottom:70px;
}
.count-1 i, .count-2 i {
	font-size:70px;
	padding-top:70px;
	padding-bottom:20px;
}
.count-2 {
	background:#cacaca;
	text-align:center;
	padding-bottom:70px;
}

/* ###############################################
	TESTIMONIAL 1 CSS
############################################### */
.customer-comments {
	//background:url(./../images/testimonial-bg.jpg) center center;
	background: #c6c6c6;
	background-size:auto 100%;
	background-repeat:no-repeat;
	position:relative;
	z-index:0;
}
.customer-comments:before {
	z-index:-1;
	background:#FFF;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:.75;
	content:"";
	position:absolute;
}
.carousel-item {
	margin-top:20px;
}

.img-comment-author {
	border-radius:50%;
	border:10px solid rgba(0,0,0, .1);
	width:200px !important;
	margin:0 auto;
}
.author-comment-text {
	text-align:center;
	font-size:18px;
	color:#666;
	margin-top:20px;
	line-height:36px;
	position:relative;
}
.author-comment-text i.fa-quote-left {
	position:absolute;
	top:-15px;
	margin-left:-45px;
	color:#999;
}
.author-comment-text i.fa-quote-right {
	position:absolute;
	bottom:-15px;
	padding-left:5px;
	color:#999;
}
p.author-comment {
	font-size:14px;
	color:#666;
	letter-spacing:0.05em;
	text-align:center;
	width:100%;
}
.carousel-container {
	position:relative;
}
.owl-controls {
	position:absolute;
	top:20%;
	width:100%;
}
.owl-controls .owl-buttons {
	position:relative;
	width:100%;
}
.owl-controls .owl-buttons .owl-prev {
	position:absolute;
	left:20px;
	font-size:30px;
	color:#666;
	background:rgba(255, 255, 255, .7);
	padding:20px;
}
.owl-controls .owl-buttons .owl-prev:hover {
	background:#FFF;
}
.owl-controls .owl-buttons .owl-next {
	position:absolute;
	right:20px;
	font-size:30px;
	color:#666;
	background:rgba(255, 255, 255, .7);
	padding:20px;
}
.owl-controls .owl-buttons .owl-next:hover {
	background:#FFF;
}

/* ###############################################
	TEAM 1 CSS
############################################### */
.profile-image {
	width:190px;
	height:190px;
}
@media screen and (max-width: 992px) {
	.team-item-1 {
		text-align:right;
		padding-bottom:30px;
	}
	.team-item-1 .profile-info {
		float:left;
		width:330px;
		margin-top:25px;
	}
	.team-item-1 .profile-img {
		float:left;
		width:200px;
		margin-top:20px;
		display:inline-block;
	}
	.team-item-2 {
		text-align:right;
		padding-bottom:30px;
	}
	.team-item-2 .profile-info {
		float:right;
		width:340px;
		margin-top:25px;
	}
	.team-item-2 .profile-img {
		float:right;
		width:190px;
		margin-top:20px;
		display:inline-block;
	}
}
@media screen and (min-width: 992px) {
	.team-item-1 {
		text-align:right;
		border-right:1px dotted #333;
		padding-bottom:30px;
	}
	.team-item-1:nth-child(1) {
		border-bottom:1px dotted #333;
	}
	.team-item-2:nth-child(5) {
		border-top:1px dotted #333;
	}
	.team-item-1 .profile-info {
		float:left;
		width:330px;
		margin-top:25px;
	}
	.team-item-1 .profile-img {
		float:left;
		width:200px;
	}
	.team-item-2 {
		text-align:right;
		padding-bottom:30px;
	}
	.team-item-2:nth-child(5) {
		margin-top:-1px;
	}
	.team-item-2 .profile-info {
		float:right;
		width:340px;
		margin-top:25px;
	}
	.team-item-2 .profile-img {
		float:right;
		width:190px;
	}
}

.profile-info .profile-title {
	font-size:16px;
	color:#666;
	letter-spacing:0.05em;
	line-height:24px;
}
.team-1-cont {
	overflow:hidden;
}
.ohid {
	overflow:hidden !important;
}
@media screen and (min-width: 500px) {
	.profile-info.tal {
		padding-left:25px;
	}
}
@media screen and (max-width: 500px) {
	.profile-info.tal {
		padding-left:60px;
	}
	.profile-info.tar {
		padding-right:60px;
	}
	.profile-info {
		text-align:center !important;
	}
	.customer-comments i {
		display:none;
	}
}
.profile-info .profile-desc {
	font-size:14px;
	font-family: "Exo 2.0", sans-serif;
	color:#666;
	letter-spacing:0.03em;
	font-weight:200;
	line-height:24px;
	margin-top:10px;
}
.profile-info .profile-social {
	color:#828282;
	width:38px;
	height:38px;
	text-align:center;
	line-height:38px;
	border:1px solid #828282;
	display:inline-block;
	margin-top:20px;
	font-size:20px;
	margin-right:10px;
}
.profile-info .profile-social:hover {
	background:#828282;
	color:#FFF;
}
.page-post-image {
	width:100%;
	border:none;
	outline:none;
	margin-top:30px;
}

/* ###############################################
	FOOTER CSS
############################################### */
footer {
	background:#363636;
}

@media screen and (min-width: 480px) {
	.form-group {
		padding-top:30px;
		padding-bottom:30px;
		position:relative;
		width:100%;
	}
	.form-group * {
		outline:none;
	}
	.form-group input.footer-subscribe-input {
		border:1px solid #8b8b8b;
		height:50px;
		line-height:50px;
		padding-left:10px;
		background:none;
		color:#EAEAEA;
		width:260px;
		margin-right:5px;
		display:inline-block;
	}
	.form-group button.footer-subscribe-button {
		background:none;
		border:1px solid #8b8b8b;
		color:#999;
		height:50px;
		margin:0px;
		padding-left:20px;
		padding-right:20px;
		line-height:50px;
		position:absolute;
		top:30px;
		left:260;
	}
	.form-group button.footer-subscribe-button:hover {
		background:rgba(0, 0, 0, .25);
		color:#FFF;
	}
}
@media screen and (max-width: 480px) {
	.form-group {
		padding-top:60px;
		position:relative;
		width:100%;
	}
	.form-group * {
		outline:none;
	}
	.form-group input.footer-subscribe-input {
		border:1px solid #8b8b8b;
		height:50px;
		line-height:50px;
		padding-left:10px;
		background:none;
		color:#EAEAEA;
		width:100%;
		margin-right:5px;
		display:inline-block;
	}
	.form-group button.footer-subscribe-button {
		background:none;
		border:1px solid #8b8b8b;
		color:#999;
		height:50px;
		margin:0px;
		padding-left:20px;
		padding-right:20px;
		line-height:50px;
		position:absolute;
		top:60px;
		right:0px;
	}
	.form-group button.footer-subscribe-button:hover {
		background:rgba(0, 0, 0, .25);
		color:#FFF;
	}
}
footer .social-link {
	border:1px solid #999;
	width:48px;
	height:48px;
	text-align:center;
	line-height:48px;
	color:#999;
	font-size:20px;
	display:inline-block;
}
footer .social-link:hover {
	color:#fff;
	background:rgba(0, 0, 0, .25);
}
footer .line {
	height:1px;
	width:100%;
	margin-top:-15px;
	background:rgba(255, 255, 255, .3);
}
.footer-col-2 {
	padding-top:40px;
}
p.footer-text {
	color:#a3a3a3;
	font-family: "Exo 2.0", sans-serif;
	font-weight:200;
	letter-spacing:0.04em;
	line-height:31px;
	margin-top:60px;
}
.footer-title {
	font-size:18px;
	letter-spacing:0.02em;
	color:#a3a3a3;
}
@media screen and (max-width:765px)  {
	.footer-title {
		margin-top:50px;
	}
}
.social-message-cont {
	margin-top:20px;
}
.social-message-item {
	color:#a3a3a3;
	line-height:21px;
	margin-bottom:30px;
}
.social-message-item a {
	color:#e7e7e7;
	letter-spacing:0.02em;
	line-height:21px;
}
.address-item {
	color:#a3a3a3;
	margin-bottom:25px;
}
footer .copyright {
	padding:30px;
	text-align:center;
	color:#a3a3a3;
	font-size:15px;
}
.shadow {
	-webkit-box-shadow: 0px 5px 10px -1px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 5px 10px -1px rgba(0,0,0,.1);
	box-shadow: 0px 5px 10px -1px rgba(0,0,0,.1);
}

/* ###############################################
	PAGE COVER CSS
############################################### */
@media screen and (max-width:1600px) {
	.page-cover-sec {
		position:relative;
		z-index:0;
		background-size: auto 100% !important;
		height:400px;
	}
}
@media screen and (min-width:1600px) {
	.page-cover-sec {
		position:relative;
		z-index:0;
		background-size: 100% auto !important;
		height:400px;
	}
}

.page-cover-sec:before {
	z-index:-1;
	background:#000;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:.75;
	content:"";
	position:absolute;
}
.page-cover-sec div {
	height:100%;
}
.page-cover-sec .ver-sort {
	position:absolute;
	top:230px;
}
@media screen and (min-width:650px) {
	.page-cover-sec .ver-sort.blog-ver {
		position:absolute;
		top:230px;
	}	
}
@media screen and (max-width:650px) {
	.page-cover-sec .ver-sort.blog-ver {
		position:absolute;
		top:200px;
	}	
}

.page-cover-sec h1 {
	font-size:30px;
	color:#fff;
	letter-spacing:0.04em;
}
.page-cover-sec  p {
	color:#eaeaea;
	font-size:14px;
	letter-spacing:0.05em;
}
.page-cover-sec p a {
	font-size:14px;
	color:#eaeaea;
	letter-spacing:0.05em;
}
.page-cover-sec p a:hover {
	color:#FFF;
}
@media screen and (max-width:1600px) {
	.portfolio-cover-sec {
		position:relative;
		z-index:0;
		background-size: auto 100% !important;
		height:595px;
	}
}
@media screen and (min-width:1600px) {
	.portfolio-cover-sec {
		position:relative;
		z-index:0;
		background-size: 100% auto !important;
		height:595px;
	}
}

.portfolio-cover-sec:before {
	z-index:-1;
	background:#000;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:.50;
	content:"";
	position:absolute;
}
.portfolio-cover-sec div {
	position:relative;
	height:100%;
}
@media screen and (min-width:800px) {
	.portfolio-cover-sec h1 {
		position:absolute;
		top:230px;
		font-size:36px;
		color:#fff;
		letter-spacing:0.6em;
		font-weight:100;
		width:100%;
		text-align:center;
	}

	.portfolio-cover-sec  p {
		position:absolute;
		top:350px;
		color:#eaeaea;
		font-size:15px;
		letter-spacing:0.6em;
		width:100%;
		text-align:center;
		font-weight:100;
	}
}
@media screen and (max-width:800px) {
	.portfolio-cover-sec h1 {
		position:absolute;
		top:200px;
		font-size:26px;
		color:#fff;
		letter-spacing:0.6em;
		font-weight:100;
		width:100%;
		line-height:45px;
		text-align:center;
	}

	.portfolio-cover-sec  p {
		position:absolute;
		top:350px;
		color:#eaeaea;
		font-size:13px;
		letter-spacing:0.6em;
		width:100%;
		text-align:center;
		font-weight:100;
	}
}


p.title404 {
	font-size:130px;
	text-align:center;
	letter-spacing:0.04em;
	color:#787878;
}
@media screen and (min-width:360px) {
	.search-form-group {
		position:relative;
		width:350px;
		margin:0 auto;
		margin-top:40px;
	}
	.register-form-group {
		position:relative;
		width:350px;
		margin:0 auto;
		margin-top:20px;		
	}
	.register-form-group:nth-child(1) {
		margin-top:50px !important;
	}
}
@media screen and (max-width:360px) {
	.search-form-group {
		position:relative;
		width:calc(100% - 20px);
		margin:0 auto;
		margin-top:40px;
		margin-left:10px;
		margin-right:10px;
	}
	.register-form-group {
		position:relative;
		width:calc(100% - 20px);
		margin:0 auto;
		margin-top:20px;
		margin-left:10px;
		margin-right:10px;	
	}
	.register-form-group:nth-child(1) {
		margin-top:50px;
	}

}

/* ###############################################
	FORMS CSS
############################################### */
.search-form-group .search-input {
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #636363;
	height:40px;
	padding-left:5px;
	line-height:40px;
	outline:none;
}
button.search-button {
	background:none;
	outline:none;
	color:#636363;
	height:40px;
	line-height:40px;
	border:none;
	font-size:18px;
	position:absolute;
	top:0px;
	right:5px;
}

.register-form-group .register-input {
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #636363;
	height:40px;
	padding-left:5px;
	line-height:40px;
	outline:none;
}
.register-form-group i.fa {
	background:none;
	outline:none;
	color:#636363;
	height:40px;
	line-height:40px;
	border:none;
	font-size:18px;
	position:absolute;
	top:0px;
	right:10px;
}
.form-button {
	height:40px;
	display:inline-block;
	line-height:40px;
	padding-left:30px;
	padding-right:30px;
	color:#787878;
	background:none;
	border:1px solid #787878;
	text-transform:uppercase;
	letter-spacing:0.04em;
	margin-top:40px;
}
.form-button:hover {
	background:#787878;
	color:#EAEAEA;
}

/* ###############################################
	VIDEO BACKGROUND CSS
############################################### */
.video-bg {
	height:500px !important;
	overflow:hidden;
	position:relative;
	z-index:0 !important;
}
.video-bg div#tubular-container {
	position:relative;
	z-index:0;
}
.video-bg .video-content {
	background:rgba(0,0,0,.20);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1 !important;
}
.video-bg .video-content i.fa {
	font-size:150px;
	color:rgba(255, 255, 255, .2);
	margin-top:80px;
	cursor:pointer;
}
.video-bg .video-content i.fa:hover {
	color:rgba(255, 255, 255, 1);
}
.video-content h2 {
	text-transform:uppercase;
	font-size:36px;
	letter-spacing:0.03em;
	color:rgba(255, 255, 255, .8);
}
.video-content h4 {
	text-transform:uppercase;
	font-size:18px;
	margin-top:25px;
	letter-spacing:0.03em;
	color:rgba(255, 255, 255, .8);
}

/* ###############################################
	OUR SKILLS CSS
############################################### */
.skill-cont {
	position:relative;
	margin-top:30px;
}
.skill-cont .icon-circle {
	width:80px;
	height:80px;
	border:2px solid #adadad;
	text-align:center;
	line-height:80px;
	font-size:40px;
	color:#adadad;
	border-radius:50%;
	position:relative;
}
.skill-cont .icon-circle:hover {
	background:#adadad;
	color:#fff;
}
.skill-cont p {
	font-size:15px;
	color:#333;
	letter-spacing:0.03em;
	line-height:28px;
	font-weight:300;
}
.dib { display:inline-block !important; }
@media screen and (min-width:1200px) {
	.skill-cont .icon-line-1 {
		position:absolute;
		top:17px;
		right:-80px !important;
		transform: rotate(-53deg);
		height:216px;
		width:1px;
		background:#adadad;
	}
	.skill-cont .icon-line-2 {
		position:absolute;
		bottom:17px;
		right:-80px !important;
		transform: rotate(53deg);
		height:216px;
		width:1px;
		background:#adadad;
	}
}

/* ###############################################
	TESTIMONIAL 2 CSS
############################################### */
.testimonials {
	position:relative;
	background:url(./../images/testimonial-bg2.jpg) center center;
	background-repeat:no-repeat;
	background-size: auto 100%;
	padding-top:90px;
	z-index:1;
}
.testimonials {
	overflow:hidden !important;
}
@media screen and (min-width:900px) {
	.testimonials .testimonials-bg {
		background:rgba(255, 255, 255, .7);
		position:absolute;
		top:0px;
		width:70%;
		margin-left:15%;
		margin-right:15%;
		height:100%;
		z-index:-1;
		-ms-transform: skew(50deg,0);
		-webkit-transform: skew(50deg,0);
		transform: skew(50deg,0);
	}
}
@media screen and (max-width:900px) {
	.testimonials .testimonials-bg {
		background:rgba(255, 255, 255, .7);
		position:absolute;
		top:0px;
		width:90%;
		margin-left:5%;
		margin-right:5%;
		height:100%;
		z-index:-1;
		-ms-transform: skew(10deg,0);
		-webkit-transform: skew(10deg,0);
		transform: skew(10deg,0);
	}
}

.testimonial-item {
	text-align:center;
	padding-bottom:80px;
}
.testimonial-item p.comment-text {
	color:#333;
	letter-spacing:0.05em;
	line-height:40px;
	font-size:18px;
	font-weight:300;
	margin-top:50px;
}
.testimonial-item p.comment-author {
	font-weight:700;
	font-size:18px;
	letter-spacing:0.05em;
}
@media screen and (min-width:992px) {
	.clients-top {
		text-align:center;
		padding:0px !important;
		border-left:1px solid #ebebeb;
		border-bottom:1px solid #ebebeb;
	}
	.container .clients-top:nth-child(1) {
		border-left:none;
	}
	.clients-bottom {
		text-align:center;
		padding:0px;
		padding-top:30px;
		border-left:1px solid #ebebeb;
	}
	.container .clients-bottom:nth-child(5) {
		border-left:none;
	}
}
@media screen and (max-width:992px) {
	.clients-top {
		text-align:center;
		padding:0px !important;
	}
	.clients-bottom {
		text-align:center;
		padding:0px;
		padding-top:30px;
	}
}
.clients-top .clients-item {
	display:inline-block;
	padding-bottom:30px;
}

/* ###############################################
	GOOGLE MAP CSS
############################################### */
#map {
	width:100%;
	height:300px;
}

/* ###############################################
	CONTACT FORM CSS
############################################### */
.write-us {
	color:#666;
	background:#f2f2f2;
	padding-bottom:80px;
}
.write-us h3 {
	font-weight:300;
}
input.input-contact {
	border:1px solid #d3d3d3;
	width:100%;
	font-size:14px;
	background:none;
	outline:none;
	color:#333;
	height:50px;
	line-height:50px;
	padding-left:20px;
	margin-top:30px;
}
input.input-contact-file {
	border:1px solid #d3d3d3;
	width:100%;
	font-size:14px;
	background:none;
	outline:none;
	color:#333;
	height:50px;
	padding-top:14px;
	padding-left:20px;
	margin-top:30px;
}
textarea.textarea-contact {
	border:1px solid #d3d3d3;
	width:100%;
	height:120px;
	max-width:100%;
	max-height:120px;
	font-size:14px;
	background:none;
	outline:none;
	color:#333;
	padding-left:20px;
	padding-top:20px;
	margin-top:30px;
}
button.contact-button {
	border:1px solid #d3d3d3;
	color:#7e7e7e;
	background:none;
	outline:none;
	height:50px;
	line-height:50px;
	padding-left:40px;
	padding-right:40px;
	margin-top:30px;
}
button.contact-button:hover {
	background:#d3d3d3;
	color:#333;
}

/* ###############################################
	INFO SECTION CSS
############################################### */
@media screen and (max-width:1000px) {
	.info-section-col {
		text-align:center;
		margin-top:55px;
	}
}
@media screen and (min-width:1000px) {
	.info-section-col {
		text-align:center;
		margin-top:55px;
		border-left:1px solid #e1e1e1;
	}
}
.container div#info2border .info-section-col:nth-child(1) {
	border-left:none !important;
}
.info-section-col i.fa-title {
	font-size:72px;
	color:#666;
}
.info-section-col h4 {
	color:#666;
	letter-spacing:0.05em;
	font-weight:300;
	padding:0px;
}
.info-section-col p {
	font-size:14px;
	font-family:"Exo 2.0", sans-serif;
	font-weight:200;
	letter-spacing:0.03em;
	color:#999;
	line-height:24px;
	margin-top:25px;
}
.info-section-col a.info-two-button {
	color:#999 !important;
	border:1px solid #999;
	padding-left:20px;
	padding-right:20px;
	height:35px;
	line-height:35px;
	display:inline-block;
	text-decoration:none;
	margin-top:15px;
}
.info-section-col a.info-two-button:hover {
	background:#999;
	color:#eaeaea !important;
}

/* ###############################################
	IMAGE BACKGROUND SECTION CSS
############################################### */
.image-background-text {
	background:url(./../images/image-bg-text.jpg) center center;
	background-size: auto 100%;
	padding-top:60px;
	padding-bottom:60px;
	position:relative;
	z-index:0;
}
.image-background-text:before {
	z-index:-1;
	background:#000;
	opacity:0.5;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content: "";
}
.image-background-text h1 {
	color:#fff;
	font-size:36px;
	font-weight:100;
	letter-spacing:0.09em;
}
.image-background-text h4 {
	color:#FFF;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.09em;
	line-height:36px;
	margin-top:40px;
}
.image-background-text a.bg-img-button {
	border:1px solid #fff;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	height:40px;
	margin-top:40px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
}
.image-background-text a.bg-img-button:hover {
	background:#fff;
	color:#000;
}

/* ###############################################
	CHARTS CSS
############################################### */
.charts {
	position:relative;
	width:100%;
}
.chart-item-1 {
	position:relative;
}
.chart-item-1 p,
.chart-item-2 p,
.chart-item-3 p {
	position:absolute;
	font-size:25px;
	top:111px;
	left:62px;
	color:#717171;
}
.charts div.chart-item-1,
.charts div.chart-item-2,
.charts div.chart-item-3 {
	padding-top:60px;
	padding-bottom:60px;
}
.charts .chart-bg-left {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	background:#fafafa;
	z-index:-1;
}
.charts .chart-bg-right {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	background:#f0f0f0;
	z-index:-1;
}
.chart-item-1 {
	background:#fafafa;
	padding:0px;
	padding-top:5px;
}
.chart-item-2 {
	background:#f4f4f4;
	padding:0px;
	padding-top:5px;
}
.chart-item-3 {
	background:#f0f0f0;
	padding:0px;
	padding-top:5px;
}
.charts canvas {
	width:140px;
	height:140px;
	float:left;
	margin-right:20px;
}
.charts h3 {
	font-size:20px;
	color:#717171;
	font-weight:300;
	letter-spacing:0.09em;
	margin-top:0px;
}
.charts h5 {
	font-size:13px;
	letter-spacing:0.05em;
	line-height:25px;
	font-weight:300;
}

/* ###############################################
	TEAM 2 CSS
############################################### */
.team2 {
	position:relative;
}
.team2 .team-left-img {
	margin-right:-100px;
}
.team2 .team-right-img {
	margin-left:-100px;
}
.team2 .team-left {
	z-index:-1;
}
.team2 .team-right {
	z-index:-1;
}
.team-introductions {
	background:#f6f6f6;
	border-top:10px solid #d7d7d7;
}
.team-slider-2 {
	text-align:center;
}
.team-slider-2 h3 {
	margin-top:30px !important;
}
.team-2-item {
	position:relative;
	padding-bottom:30px;
}
@media screen and ( min-width: 1200px ) {
	.team-2-item .triangle1 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:230px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle2 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:540px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle3 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:840px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}	
}
@media ( min-width: 990px ) and ( max-width: 1200px ) {
	.team-2-item .triangle1 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:160px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle2 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:470px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle3 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:780px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}	
}
@media ( min-width: 900px ) and ( max-width: 990px ) {
	.team-2-item .triangle1 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:140px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle2 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:400px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}
	.team-2-item .triangle3 {
		height:50px;
		width:50px;
		margin-top:-30px;
		margin-left:620px;
		transform: rotate(45deg);
		background:#d7d7d7;
	}	
}
@media screen and ( max-width: 900px ) {
	.team2 {
		display:none;
	}
	.team-responsive-image {
		margin-top:30px;
	}
}
@media screen and (min-width: 900px ) {
	.team-responsive-image {
		display:none;
	}
}
.team-2-item h3 {
	font-size:24px;
	color:#3c3c3c;
	font-weight:400;
	letter-spacing:0.05em;
	padding-top:26px;
}
.team-2-item p {
	letter-spacing:0.05em;
	line-height:36px;
	font-size:18px;
	font-weight:300;
	color:#3c3c3c;
}

/* ###############################################
	TEAM 3 CSS
############################################### */
.team-3 {
	background:#f0f0f0;
	padding-top:60px;
	padding-bottom:60px;
}
.team-3 .team3-img {
	border:5px solid #fff;
}
.team-3 h4 {
	font-size:15px;
	letter-spacing:0.09em;
	line-height:20px;
	color:#494949;
}
.team-3 p {
	color:#7a7a7a;
	font-size:13px;
	letter-spacing:0.09em;
	line-height:20px;
	margin-top:-8px;
	font-weight:300;
}
.team-3 .social-button-team3 {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#fff;
	color:#b3b3b3;
	font-size:25px;
	margin-bottom:15px;
}
.team-3 .social-button-team3:hover {
	color:#fff;
	background:#b3b3b3;
}
.team-3-item {
	text-align:left;
}
.team-3-item .team3-image-cont {
	float:left;
	width:190px;
}
.team-3-item .team3-social-cont {
	float:left;
}
@media (min-width: 500px) and (max-width:768px) {
	 .col-fake-6 {
		 float:left;
	 }
}
.pr {
	position:relative;
}

/* ###############################################
	PORTFOLIO PAGE CSS
############################################### */
@media screen and (max-width:600px) {
	.spaceforportfolio {
		margin-top:20px;
	}
	.portfolio-margin-top h3.title {
		margin-right:100px;
		margin-left:100px;
	}
	.portfolio-margin-top h3.title {
		display:none;
	}
	.portfolio-margin-top h3.title-responsive {
		display:block;
		width:100%;
		text-align:center;
	}
	.md {
		visibility:hidden;
	}
}
@media screen and (min-width:600px) {
	.spaceforportfolio {
		margin-top:20px;
	}
	.portfolio-margin-top h3.title {
		font-size:36px;
		line-height:42px;
		letter-spacing:0.3em;
		color:#333;
		font-weight:300;
		text-align:center !important;
	}
	.portfolio-margin-top h3.title-responsive {
		display:none;
	}
}
.portfolio-margin-top p.portfolio-text {
	font-size:18px;
	letter-spacing:0.03em;
	color:#333;
	font-weight:300;
	text-align:center;
	line-height:48px;
	left:50px;
}

@media screen and (min-width:992px) {
	.port-text-right h2.portfolio-title {
		font-size:30px;
		font-weight:100;
		line-height:40px;
		margin-top:90px !important;
	}
	.port-text-right h2.portfolio-title span {
		width:80px !important;
		display:inline-block;
	}
	.port-text-right div.line {
		height:1px;
		width:200px;
		margin-right:-100px;
		margin-top:10px;
		background:#636363;
		display:inline-block;
	}
	.port-text-right a.port-button {
		font-size:13px;
		letter-spacing:0.17em;
		height:40px;
		line-height:40px;
		display:inline-block;
		border:1px solid #666;
		color:#666;
		padding-left:20px;
		padding-right:20px;
		text-decoration:none;
	}
	.port-text-right .portfolio-title {
		margin-right:-100px;
		z-index:9;
	}
	/** **/
	.port-text-left h2.portfolio-title {
		font-size:30px;
		font-weight:100;
		line-height:40px;
		margin-top:90px !important;
	}
	.port-text-left h2.portfolio-title span {
		width:80px !important;
		display:inline-block;
	}
	.port-text-left div.line {
		height:1px;
		width:200px;
		margin-left:-100px;
		margin-top:10px;
		background:#636363;
		display:inline-block;
	}
	.port-text-left a.port-button {
		font-size:13px;
		letter-spacing:0.17em;
		height:40px;
		line-height:40px;
		display:inline-block;
		border:1px solid #666;
		color:#666;
		padding-left:20px;
		padding-right:20px;
		text-decoration:none;
	}
	.port-text-left .portfolio-title {
		margin-left:-100px;
		z-index:9;
	}
	a.port-button:hover {
		background:#666;
		color:#fff;
		text-decoration:none;
	}
}

@media screen and (max-width:992px) {
	.item-border-line {
		width:100%;
		height:1px;
		background:#eaeaea;
		margin-top:60px;
		margin-bottom:60px;
	}
	.port-text-right h2.portfolio-title {
		font-size:30px;
		font-weight:100;
		line-height:40px;
		margin-top:90px;
	}
	.port-text-right div.line {
		height:1px;
		width:200px;
		margin-top:10px;
		background:#636363;
		display:inline-block;
	}
	.port-text-right a.port-button {
		font-size:13px;
		letter-spacing:0.17em;
		height:40px;
		line-height:40px;
		display:inline-block;
		border:1px solid #666;
		color:#666;
		padding-left:20px;
		padding-right:20px;
		text-decoration:none;
	}
	.port-text-right .portfolio-title {
		z-index:9;
	}
	/** **/

	.port-text-left h2.portfolio-title {
		font-size:30px;
		font-weight:100;
		line-height:40px;
		margin-top:90px;
	}
	.port-text-left div.line {
		height:1px;
		width:200px;
		margin-top:10px;
		background:#636363;
		display:inline-block;
	}
	.port-text-left a.port-button {
		font-size:13px;
		letter-spacing:0.17em;
		height:40px;
		line-height:40px;
		display:inline-block;
		border:1px solid #666;
		color:#666;
		padding-left:20px;
		padding-right:20px;
		text-decoration:none;
	}
	.port-text-left .portfolio-title {
		z-index:9;
	}
	a.port-button:hover {
		background:#666;
		color:#fff;
		text-decoration:none;
	}
}

.port-text-right,
.port-text-left {
	z-index:2;
}
.port-img {
	z-index:1;
	position:relative;
	margin-top:50px;
}
.port-img .image-port-cover {
	background:url(./../images/port-cover.png);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
}
@media screen and (max-width:760px) {
	.pad-res-0 .form-group {
		padding-bottom:0px !important;
	}
	.pad-res-0 .padding-tb-60 {
		padding-top:0px !important;
		float:left !important;
	}
}
.footer-item {
	margin-top:20px;
}
.footer-recent-post-item {
	margin-top:25px;
}
.footer-recent-post-item img {
	float:left;
	width:65px;
	margin-right:10px;
}
.footer-recent-post-item a {
	display:inline-block;
	float:left;
	font-size:15px;
	color:#a2a2a2;
	width:calc(100% - 80px);
	text-decoration:none;
}
.footer-recent-post-item a:hover {
	text-decoration:none;
	color:#969696;
}
.footer-recent-post-item time {
	display:inline-block;
	float:left;
	font-size:11px;
	color:#969696;
	padding-top:8px;
}

.support-item {
    margin-bottom: 5%;
}
.padTop {
	padding-top: 5%;
}
.padTopBtm {
	padding-top: 5%;
	padding-bottom: 5%;
}
@media (max-width: 767px){
	.site-logo {
		width: 50% !important;
	}

	#contact a {
		font-size: 1.5em;
	}
	
	.navbar-toggle {
		background-color: #999;
		float: none;
	}
	
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
}

ul.nav {
	font-size: 1em;
}

ul.nav a {
	color: #999;
}

.navigation {
	padding-left: 15%;
	padding-top: 5%;
}

@media (max-widt: 800px) {

	.navigation {
		padding-left: 10%;
	
	}	
}
.bold {
	font-weight: bold !important;
}

footer div.gray{
	background-color: #f0f0f0;
}

.navbar-nav {
	float: right;
}

.padding {
	padding: 40px 0px;

}

.terms,.privacy {
	padding: 10% 5%;
}