body{
	font-family: 'Raleway', sans-serif;
	font-size:15px;
}
.clear{
	float:none;
}
.logo{
	margin: auto;
	margin-bottom: -95px;
}

.mobil-line{
	width: 100%;
    height: 50px;
    background: #4ce1ee;	
}
.menu-bg{
    width: 100%;
    height: 50px;
    background: #4ce1ee;
	/*margin-top:-95px;*/
	margin-bottom:60px;
}
.menu-bg nav{
	height: 50px;
	float: right;
	position: relative;
	z-index: 90;
}
.menu-bg nav .nav-link{
    margin: auto 30px;
	color:#333 !important;
	background: #4ce1ee;
	padding-left: 10px;
}

.menu-bg nav .dropdown-menu{
	margin-left:50px;
	text-align:left;
	background-color:#4ce1ee;
	border-radius:0;
	font-size:0.85rem;
}

.top-contact{
    width: 220px;
    height: 65px;
    background: url("../img/top-contact.png");
    z-index: 99;
	margin: auto;
    margin-top: 30px;
}

.footer{
    padding: 19px 0;
    background: #00b3ee;
    margin-top: 30px;
	font-size:13px;
}

/*MAIN*/
.short-line{
    width: 33%;
    height: 1px;
    background: #4ce1ee;
    margin: 5px auto 30px auto;
}
.main-title{
	text-align:center;
	font-weight:bold;
	font-size:32px;
	color:#747474;
	margin:10px auto 10px auto;
}

.main-product{
	background:#efefef;
	padding:5px;
	margin-bottom: 10px;
}
.main-product img{
	width:100%;
	margin-bottom:10px;
}
.main-product h6{
	padding:0px 5px;
	font-weight:bold;
}
.main-product p{
	font-size:14px;
	padding:0px 5px;
}
.main-product:hover{
	background:#d5d5d5;
	cursor:pointer;
}

.main-referance{
	text-align:center;
}
.main-referance img{
	width:86px;
	border:1px solid #ccc;
	margin:2px 1px;
	
}

#myCarousel{
	margin-bottom:30px;
}

/*HAKKIMIZDA*/
.page-bg{
	background:#efefef;
	padding:20px 0px;
}
.page-title{
	font-size:32px;
	font-weight:bold;
	text-align:right;
	color:#747474;
}
.page-bg .content-text{
	text-align:justify !important;
}
.about-gallery img{
	width:220px;
	height:124px;
	margin-bottom:10px;
}

/*İLETİŞİM*/
.contact-title{
	font-weight:500;
	font-size:20px;
    font-family: 'Maven Pro', sans-serif;
}
.contact-icon{
	width:25px;
	display:inline-block;
	text-align:center;

}
.contact-t{
	display:inline-block;
	font-weight:bold;
	text-align:left;
	width:64px;
}