*{font-family: 'Titillium Web'; font-size:13px;}
/* Helper Css */
ul{
	padding-left: 0px;
	z-index: 999999;
}
a:hover{text-decoration:none;}
.clearfix{clear:both;}
.dark-blue{ background:#161940; }
.background-dark {background-color: #212121;}
.global-title{font-size: 40px; color: #0F3661; font-weight:600;}
.border-white{border-color:#fff;}
.height-50px{height:50px;}
.font-16px{font-size:16px;line-height:25px;}
.font-18px{font-size: 18px;}
.pl-50{padding-left: 50px;}
.p{
	font-size: 15px;
	line-height: 25px;
	cursor: default;
}
/* Nav */
section#nav{
	position: relative;
	z-index: 10;
}
section#nav nav ul.nav li{
	position: relative;
}
section#nav nav ul.nav{
	position: relative;
	float: left;
}
section#nav nav ul.nav li ul {
	position: absolute;
	top: 100%;
	background: #0f3661;
	z-index: 99999;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	white-space: nowrap;
}
section#nav nav ul.nav li >ul:before {
	position: absolute;
	left: 10px;
	top: -14px;
	border-style: solid;
	border-width: 7px;
	content: "";
	border-color: transparent transparent #0f3661 transparent;
}
section#nav nav ul.nav li:hover>ul {
	visibility: visible;
	opacity: 1;
}
section#nav nav ul.nav li >ul li:hover a {
	transition:all ease .4s;
	color: #fff;
	padding-left: 10px;
}
section#nav nav ul.nav li ul li{
	list-style:none;
	padding: 8px 0;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	display:block;
}
section#nav nav ul.nav li ul li a{
	transition:all ease .4s;
	color:#fff;
	font-size:15px;
}

.headerLogoSlogan h5{
	font-size: 1.75rem;
	color: #161940;
	font-weight: 700;
}
.breadcumb-wrap h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 5px;
	letter-spacing:1px;
	font-weight:600;
}
.breadcumb-wrap li, .breadcumb-wrap li a {
	display: inline-block;
	color: #fff;
	font-size:16px;
}
/* Custom Css */
#head .col-md-6 ul li{ list-style:none; float:left; padding-right:15px; }
#head .col-md-6 ul li i.fas {padding-right:8px;}

/* slider */
section#slider{float:left: width: 100%;height:100vh;overflow:hidden;}

/* Neden Biz */
section.malimusavir div p{line-height:25px;font-size:14px;}

/* Hizmetler 
section#hizmetler div h3.line::before{
	content: "";
	width: 110px;
	height: 1px;
	background: #b3b1b1;
	float: left;
	position: absolute;
	top: 8%;
	left: 47%;
}
section#hizmetler div h3.line::after{
	content: "";
	width: 90px;
	height: 1px;
	background: #c5c5c5;
	float: left;
	position: absolute;
	top:  8.5%;
	left: 47.5%;
}*/
section#hizmetler div div.card-deck div.card h5 a{font-size:17px;font-weight:600;}
section#hizmetler div div.card-deck div.card p{font-weight:500;line-height:25px;}


/* fixedMain */
.quote-area {
	padding: 80px 0;
}
section#fixedMain div h2{
	float:left;
	width: 100%;
	font-size:42px;
	letter-spacing: 2px;
	font-weight: 600;
}
section#fixedMain div strong{
	text-align: center;
	color: white;
	width: 100%;
	float: left;
}

/* Main Blog */
section#mainBlog div.blog-img{
	position: relative;
	z-index: 99;
	overflow: hidden;
}
section#mainBlog div.blog-content{
	position: relative;
	padding: 20px 20px 30px;
	border: 1px solid #e5e5e5;
	border-top: none;
}
section#mainBlog div.blog-content h3{
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
section#mainBlog div.blog-content h3 a{
	font-size: 17px;
	color:#0F3661;
}
section#mainBlog div.blog-content p{
	margin-bottom: 20px;
	line-height: 24px;
	font-size:16px;
}
.btn-style{
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #0F3661;
	color: #0F3661;
	z-index: 9;
	overflow: hidden;
	margin-top:25px;
}

.blog-img:before {
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background: #0F3661;
	content: "";
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	opacity: .75;
}
.blog-img:after {
	position: absolute;
	top: 0;
	right:0;
	width: 0;
	height: 100%;
	background: #0F3661;
	content: "";
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	opacity: .75;
}
#blogHover:hover .blog-img:before{
	width: 50%;
}
#blogHover:hover .blog-img:after{
	width: 50%;
	right:0;
}

.btn-style:before, .btn-style:after {
	position: absolute;
	left: -50px;
	top: 0;
	width: 0;
	height: 100%;
	background: #0F3661;
	content: "";
	z-index: -9;
	transform: skew(45deg);
}
.btn-style:hover:before, .btn-style:hover:after {
	width: 100%;
	transition:all 0.3s ease;
}

.btn-style:hover:after {
	width: 100%;
	right: -50px;
	left: auto;
	transition:all 0.3s ease;
}
.btn-style:hover {
	color: #fff !important;
	text-decoration:none;
}

/*Maps*/
section#maps div.form h4{
	padding: 20px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font-size: 32px;
	margin-top: -5px;
}
section#maps form a{
	bottom: 10px;
	right: 10px;
	position: absolute;
}

/* Footer */
section#footer footer .footerName{
	font-size: 24px;
	color: #ddd;
}

/* Bilgilendirme */
section#bilgilendirme .stepbox3-number-sp {
	font-size: 100px;
	font-weight: 700;
	color: #333;
	vertical-align: middle;
	position: relative;
	top: 20%;
	line-height: 1;
	display: block;
}
section#bilgilendirme .stepbox3-content {
	padding: 25px 35px 20px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #929292;
	background-color: #fff;
}
section#bilgilendirme .stepbox3-content:before {
	position: absolute;
	content: '';
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #cd2122;
}
section#bilgilendirme .stepbox3-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}
section#bilgilendirme .stepbox3-content {
	padding: 25px 35px 20px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #929292;
	background-color: #fff;
}
section#bilgilendirme .stepbox3-content:after {
	position: absolute;
	content: '';
	border: 14px solid;
	border-color: transparent;
	top: 50%;
	margin-top: -14px;
	border-left-color: #cd2122;
	transition:all ease .1s;
}
section#bilgilendirme .stepbox3-box[data-align=left] .stepbox3-content:after {
	left: 242px;
	border-left-color: #cd2122;
	transition:all ease .1s;
}
section#bilgilendirme .stepbox3-box:hover .stepbox3-content:before {
	width: 5px;
	transition:all ease .1s;
}
section#bilgilendirme .stepbox3-box:hover .stepbox3-content:after {
	left: 38px;
	transition:all ease .1s;
}
section#iletisim .contact-wrap h3 {
	font-size:20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 600;
}
section#iletisim .contact-wrap p {
	margin-bottom: 30px;
	font-size:18px;
}
section#iletisim .contact-wrap p strong{
	font-size:18px;
}
section#iletisim .contact-wrap ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	list-style:none;
	font-size:18px;
}
section#iletisim .contact-wrap ul li i {
	position: absolute;
	left: 0;
	font-size: 24px;
	top: 0;
}
.menuAc {
	background-color: #161940;
	padding: 10px;
	cursor: pointer;
	display: none;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	section#head .row .col-md-6 ul#ulas li{
		float:left;
		text-align:center;
		line-height:25px;
		width:100%;
	}
	section#head .row .col-md-6 ul#ulas li:nth-child(1){
		display:none;
		float:left;
	}
	section#head .row .col-md-6 ul#social {
		float:left;
		width:100%;
		padding-left: 25%;

	}
	section#head .row .col-md-6 ul#social li{
		float:left;
		text-align:center;
		line-height:25px;
	}
	nav{float:left;width:100%;position: relative;}
	.menuAc {
		display: block !important;
		position: relative;
		margin-bottom: 10px;
	}
	ul.nav li{float:left; width:100%;padding:5px;padding-left: 20px;}
	ul.nav { 
		display: none;
		margin-top: 0px;
		background: #202871;
		width: 89%;
		z-index: 99;
		width: 100%;
		z-index: 99;
		height: auto;
		float: left;
		position: absolute !important;
		top: 35px;
	}
	
	ul.nav li a {float:left;width:100%;color:#fff!important;font-size:14px;}
	section#nav nav ul.nav li ul{width: 90%; background: #161940;}
	section#nav nav ul.nav li ul li:hover{padding-left:5px !important;}
}