/* Enter Your Custom CSS Here */

@media screen and (max-width: 992px) {
.bizkimiz {
	
	display:none
	
}
}
@media screen and (max-width: 992px) {
.mainHeader .logo {
    margin-top: -5px;
    margin: 0;
margin-top: 9% !important;
    /* background: yellow; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
	}

.captionTxt {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    background: #151515;
    text-transform: uppercase;
    color: #f0e717;
    padding: 0 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}