body{
	font-family: 'Times New Roman',sans-serif;
}
.header{
	position: absolute;
	width: 100%;
	left: 0;
	right:0;
	top: 0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%,rgba(0, 0, 0, 0.75) 40%,rgba(0, 0, 0, 0.62) 70%, rgba(0, 0, 0, 0.18) 100%); 
}
.header .row{
	/*background-color: #000;*/
}
.header-logo{
	max-height: 4rem;
}
.footer{
	background-color: #000;
	color: #fff;
}
.mescoimg{
	margin-right: -119px;
	bottom: 0;
	transition: 1s;
	width: auto;
	height: 25px;
}
.mescoimg:hover{
	margin-right: 0 !important;
	transition: 1s;
	margin-right: -119px;
	bottom: 0;
}
.bx-wrapper{
	border: none;
	box-shadow: none;
    margin-bottom: 30px;
}
.langdiv{
	margin: 0;
	padding: 0;
}
.langdiv > li{
	display: inline;
	padding: 0 4px;
}
.langdiv > li img{
	max-width: 20px;
}
.anabaslik{
	font-weight: 400;
	margin-bottom: 3rem;
	position: relative;
	letter-spacing: 3px;
}
.navbar-mes .navbar-nav{
	background-color: #000;
	border: 1px solid #ffff;
	position: relative;
}
.navbar-mes .navbar-nav .nav-item:after {
	content: "";
	height: 100%;
	width: 1px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, .6) 40%,rgba(255, 255, 255, .6) 70%, rgba(255, 255, 255, 0) 100%);
	display: block;
	position: absolute;
	top: 0;
}
.navbar-mes .navbar-nav .nav-link{
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
}
.sliderbg{
	background-size: cover;
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.bggetircustom{
    background-size: cover;
	height: 200px;
    width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.anabaslik:after{
	content: "";
	width: 50%;
	height: 1px;
	position: relative;
	display: block;
	background: #000;
	z-index: 9999;
	margin: 0 auto;
	text-align: center;
	margin-top: .5rem;
}
.content .img-thumbnail{
	border-radius: 0px;
	border-color: #000;
}
.altbaslik{
    margin-bottom:1.5rem;
}
.altbaslik:after{
    content: "";
	width: 30%;
	height: 1px;
	position: relative;
	display: block;
	background: #000;
	z-index: 9999;
	margin: 0 auto;
	text-align: center;
	margin-top: .5rem;
}
.line-height-1-8 {
    line-height: 1.8;
}
.contact-icons li{
    display:inline-block;
    width:100%;
}
.contact-icons li i {
    float: left;
    margin-right: 5px;
}
.contact-icons {
    list-style-type: none;
    padding: 0 0 0 10px;
    margin-top: 2rem;
}