@media (max-width: 991px){
	
	.no-mobile{
		display:none !important;
	}
	
    .main-header {
        position: relative;
        background: #016dae;
    }
    
    .header-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 999;
        transition: 300ms;
    
        transform: translateX(-100%);
        opacity: 0;
    }
    
    .header-menu ul{
        list-style: none;
        padding: 0;
        margin: 0;
        background: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 70%;
        padding: 100px 30px;
        position: relative;
        overflow: scroll;
    }
    
    .header-menu ul:Before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100px;
        background-image: url(../images/logo.png);
        background-color: #016dae;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .header-menu ul li a{
        display: block;
        transition: 300ms;
        color: #016dae;
        padding: 5px 0;
        margin: 5px 0;
    }
    
    .header-menu ul li:not(.info-li) a:before{
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-weight: bolder;
        margin-right: 10px;
        display: inline-block;
    }
    
    .header-bar {
        position: fixed;
        left: 0;
        bottom: 0;
        background: #016dae;
        z-index: 99999;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70%;
    
        transition: 300ms;
        opacity: 0;
        transform: translateX(-100%);
    }
    
    .header-bar a {
        display: inline-block;
        color: #fff;
    }
    
    .header-bar .phone a{
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .header-bar nav a{
        margin: 0 5px;
    }
    
    .main-header.open-mobile-menu .header-menu,
    .main-header.open-mobile-menu .header-bar{
        opacity: 1;
        transform: translateX(0);
    }
    
    /* menu end */
    
    
    .mobile-menu{
        background: none;
        border: 0px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width:40px;
        height: 40px;
    }
    
    .main-header .header-logo .logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
    
    .main-header .header-logo .logo img{
        max-width: 130px;
    }
    
    .open-mobile-menu .mobile-menu{
        position: fixed;
        right: 30px;
        top: 30px;
        z-index: 9999;
        background: red;
    }

    .main-slider .slider-item .box .title {
        font-size: 20px;
    }
    
    .main-slider .slider-item {
        min-height: 200px;
    }
    
    .main-banner .banners-container {
        flex-direction: column;
    }
    
    .main-banner .banners-container .banner{
        width: 100%;
        margin-bottom: 10px;
    }
    
    .main-about .about-container .section-header h2 {
        font-size: 25px;
    }
    
    .main-about .about-container .section-header h2 > span {
        font-size: 20px;
    }
    
    .main-about .about-container {
        flex-direction: column;
    }
    
    .main-about .about-container > div{
        width: 100%;
    }
    
    .main-about .about-container .section-counters {
        flex-direction: column;
    }
    
    .main-about .about-container .section-counters .counter {
        width: 100%;
        margin-bottom: 60px;
    }

    .main-slider .slider-item .box{
        padding-top: 0;
    }

    .main-slider .owl-dots {
        display: none;
    }

    .main-services .section-header h2 {
        font-size: 25px;
    }
    
    .main-services .section-header h2 span {
        font-size: 20px;
    }
    
    .main-services .services-container {
        flex-direction: column;
    }
    
    .main-services .services-container > div {
        width: 100% !important;
    }
    
    .main-services .services-container .icons {
        flex-direction: column;
    }
    
    .main-services .services-container .icons .icon {
        width: 100%;
    }
    
    .main-events .events-container .header {
        width: 100%;
        padding-left: 20px;
        height: unset;
    }
    
    .main-events .events-container {
        flex-direction: column;
    }
    
    .main-events .events-container .slider {
        width: 100%;
    }

    .main-blog .section-header p{
        max-width: 100%;
    }

    .main-news .section-header h2 {
        font-size: 25px;
    }
    
    .main-news .section-header .title h2 span {
        font-size: 20px;
    }
    
    .main-news .section-content .owl-carousel .owl-nav {
        display: none;
    }
    
    .main-footer .footer-bar {
        margin-top: 0;
        flex-wrap: wrap;
    }
    
    .main-footer .footer-bar .footer-logo {
        order: 1;
        margin-bottom: 30px;
    }
    
    .main-footer .footer-bar .phone {
        order: 2;
    }
    
    .main-footer .footer-bar .return {
        order: 3;
    }
    
    .main-footer .footer-bar .phone {
        margin-right: 15px;
    }
    
    .main-footer .socials nav:after,
    .main-footer .socials nav:before{
        display: none;
    }
    
    
    .main-footer .socials nav {
        flex-wrap: wrap;
    }
    
    .main-footer .contact-container {
        flex-wrap: wrap;
    }
    
    .main-footer .contact-container > div {
        width: 100%;
        text-align: left !important;
        padding: 15px 20px !important;
    }
    
    .main-footer .copyright {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .main-footer .copyright p {
        margin-bottom: 20px;
    }

    .fixed-nav {
        bottom: 0;
        left: 0;
        height: 50px;
        flex-direction: unset;
        top: unset;
    }
    
    .fixed-nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .fixed-nav ul li{
        width: calc(100% / 7);
    }
    
    .fixed-nav ul li a .icon {
        width: 40px;
        height: 50px;
    }
    
    .main-footer{
        position: relative;
        z-index: 99999;
    }

    .fixed-nav ul li a .title{
        display: none;
    }

    .event .event-item{
        width:100%;
    }

    .event .event-container .image img {
        width: 100%;
        height: 300px;
    }

    .page-about .news-item {
        background-color: #f7f7f7;
        padding: 30px;
        margin: 50px 10px;
        width: 100%;
    }

    .page-about .about-container .header-title {
        margin:0;
    }

    .page-blog .blog-item {
        width: 100%;
    }

    .page-about .page-contact .social-media nav a {
        margin-left: 27px;
    }

    .social-media {
        position: relative;
        bottom: 35px;
        margin-left: -15px;
    }

    .social-media {
        margin-bottom:70px;
    }

    .page-about .about-container .page-contact-cominication .social nav {
        flex-direction: column;
        height: unset;
    }
    
    .page-about .about-container .page-contact-cominication .social .social-content {
        width: 100%;
        height: unset;
    }

    .page-header .header-item  ul,
    .event-header .header-item  ul,
    .comment-header .header-item  ul,
    .contact-header .header-item  ul,
    .news-header .header-item  ul,
    .blog-header .header-item  ul,
    .service-header .header-item  ul,
	.form-header .header-item  ul{
        display:none;
    }
    

    .header-menu ul li:nth-child(1){order: 1;}
    .header-menu ul li:nth-child(2){order: 2;}
    .header-menu ul li:nth-child(3){order: 3;}
    .header-menu ul li:nth-child(4){order: 4;}
    .header-menu ul li:nth-child(5){order: 8;}
    .header-menu ul li:nth-child(6){order: 7;}
    .header-menu ul li:nth-child(7){order: 6;}
    .header-menu ul li:nth-child(8){order: 5;}
	.header-menu ul li:nth-child(9){order: 9;}
	.header-menu ul li:nth-child(10){order: 10;}


    .page-header .header-item,
    .event-header .header-item,
    .comment-header .header-item,
    .contact-header .header-item,
    .news-header .header-item,
    .blog-header .header-item,
    .service-header .header-item,
	.form-header .header-item{
        padding-top: 10px;
        height:200px;        
        background-size: cover;
    }

    .page-header,
    .event-header,
    .comment-header,
    .contact-header,
    .news-header,
    .blog-header,
    .service-header,
	.form-header{
        position:relative;
        height:200px;
    }

    .page-header .header-item .title,
    .event-header .header-item .title,
    .comment-header .header-item .title,
    .contact-header .header-item .title,
    .news-header .header-item .title,
    .blog-header .header-item .title,
    .service-header .header-item .title,
	.form-header .header-item .title{
        font-size: 25px;
    }

    .page-about .about-container .section-header .title {
        font-size: 20px;
    }
	
	.menu-item {
    	text-align: start;
	}

	
	.comment-footer .video{
	    display: flex;
    	position: absolute;
    	bottom: 95px;
	}
	
	.info-form,
	.kvkk-form{
		display:none;
	}
	.sub-menu{
		display:none !important;
	}
	
	.event-header {
	    position: relative;
	    height: 200px;
	    z-index: -9;
	}
	
	.event {
    	margin-top: 110px;
	}

}

@media (max-width: 1850px){
	/*
	.main-header .header-bar .phone {
		opacity:0 !important;
	}
	
	.kvkk-form{
		clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
	}
	
	
	.main-header .header-bar .phone {
    position: relative;
    background-color: #e20022;
    font-size: 13px;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
    display: flex;
    height: 40px;
    width: 175px;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    transition: 300ms;
    left: 22%;
}*/
}

@media (min-width: 991px){
	
	.no-desktop{
		display:none !important;
	}
	

	
}