.bg-pt, .dlab-bnr-inr.bg-pt{
    background-image: url('../images/inner_bg.png') !important;
    background-size: 100%;
    background-position: center;
    height: 400px;
    
}
.logo-header a{
	display: flex;
	align-items: center;
}
.logo-header img{
	float: left;
	max-width: 130px !important;
	width: 100px !important;
}
.logo-header span{
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
}
.middle-bar .logo-header{
	width: 450px;
	max-width: 450px;
}
.mottos li img{
	max-width: 25px;
}
.languages img{
	max-width: 25px;
}
.service-list ul li .title{
    font-size: 13px !important;
}
.languages .dropdown-menu{
	min-width: 6.5rem;
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.languages .dropdown-menu a{
	color: #333;
	padding: 8px 15px;
}
.languages .dropdown-menu a:hover{
	background: #ccc;
}
.header-nav .nav>li .sub-menu li a{
	text-transform: none;
}

#kvotalar .section-head .title{
	font-size: 26px;
}

.last-news .dlab-media img,.last-news .dlab-post-media img{
	height: 195px;
	object-fit: cover;
}
.dlab-media img, .dlab-post-media img{
    height: 300px !important;
    object-fit: cover;
}
.dlab-team1 .dlab-title{
    font-size: 16px;
}
.dlab-team1 .dlab-info .position{
    height: 41px;
    display: block;
}
.dlab-team1 .dlab-info{
    bottom: -80px;
}

@media only screen and (min-width: 991px) {
    iframe {
        height: 340px;
    }
}

@media only screen and (max-width: 991px) {
    .logo-header img {
        width: 40% !important;
    }
    
    .mo-left .header-nav .logo-header img {
        width: 15% !important;
    }
}

