/*------------------------------------------------------------------//

// RESPONSIVE SYSTEM //

//------------------------------------------------------------------*/

@media screen and (min-width: 1400px) {

    /* PC 1400+  */
    .menuAc,
    .mContact {
        display: none !important;
    }
}

/* 1366x768 çözünürlük ve 14 inç ekranlar için CSS media query */


@media screen and (max-width: 1399px) and (min-width: 1199px) {}

@media screen and (max-width: 1200px) and (min-width: 992px) {
       body,
    html {
        overflow-x: hidden;
    }
    .m-order-1{
        order: 1;
    }
    .m-order-2{
        order: 2;
    }
    .header-inner{
        height: 80px;
    }
   .header-menu{
    display: none;
   }
   .header-menu-btn{
    display: block;
   }
   .header-logo{
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
   }
   .header-right{
    display: none;
   }
   .header-logo img{
    width: 60%;
   }
   .slider #vid1 {
    width: 100%;
    height: 600px;
}

 .slider-content .title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.slider-content .desc {
    font-size: 15px;
}
.slider-content .text{
    margin-bottom: 15px;
}
.slider-content .separator-container {
    margin: 10px 0;
}
.home-about img{
    margin-bottom: 15px;
    width: 100%;
}
.home-press-title {
    font-weight: 800;
    font-size: 50px;
}
.home-press-title-inner .separator-container {
    width: 100%;
}
.home-service-two img{
    width: 100%;
}
.home-videos video{
    width: 100%;
}
.home-service-two .cats .cat .posts .title {
  color: #8D7800;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 35px;
}
.home-service-two .cats .cat .posts{
    top: 0;
}
.home-gallery .title {
    font-size: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.home-gallery{
    padding: 15px;
}
.home-videos .item{
    margin: initial;
}
.home-service-two-title {
    font-weight: 800;
    font-size: 50px;
}
.home-service-two-title-inner .separator-container {
    width: 100%;
}
.home-comments-title {
    font-weight: 800;
    font-size: 50px;
}
.home-comments-title-inner .separator-container {
    width: 100%;
}
.home-banner .title {
    font-size: 40px;
    width: 100%;

}
.home-blog-title {
    font-weight: 800;
    font-size: 50px;
}
.home-blog-title-inner .separator-container {
    width: 100%;
}
.home-timeline-header .title{
    font-size: 40px;
      max-width: 100%;
}

.home-contact-title {
    font-weight: 800;
    font-size: 50px;
}
.home-contact-title-inner .separator-container {
    width: 100%;
}
.home-contact .left .contact-info .text{
    width: 100%;
}
.home-contact .left{
    margin-bottom: 25px;
}
.slick-next {
right: 0 !important;
}
.slick-prev {
left: 0 !important;
}
  
}

@media screen and (max-width: 991px) and (min-width: 769px) {
       body,
    html {
        overflow-x: hidden;
    }
    .m-order-1{
        order: 1;
    }
    .m-order-2{
        order: 2;
    }
    .header-inner{
        height: 80px;
    }
   .header-menu{
    display: none;
   }
   .header-menu-btn{
    display: block;
   }
   .header-logo{
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
   }
   .header-right{
    display: none;
   }
   .header-logo img{
    width: 60%;
   }
   .slider #vid1 {
    width: 100%;
    height: 600px;
}

 .slider-content .title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.slider-content .desc {
    font-size: 15px;
}
.slider-content .text{
    margin-bottom: 15px;
}
.slider-content .separator-container {
    margin: 10px 0;
}
.home-about img{
    margin-bottom: 15px;
    width: 100%;
}
.home-press-title {
    font-weight: 800;
    font-size: 50px;
}
.home-press-title-inner .separator-container {
    width: 100%;
}
.home-service-two img{
    width: 100%;
}
.home-videos video{
    width: 100%;
}
.home-service-two .cats .cat .posts{
    top: 0;
}
.home-service-two .cats .cat .posts .title {
  color: #8D7800;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 35px;
}
.home-gallery .title {
    font-size: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.home-gallery{
    padding: 15px;
}
.home-videos .item{
    margin: initial;
}
.home-service-two-title {
    font-weight: 800;
    font-size: 50px;
}
.home-service-two-title-inner .separator-container {
    width: 100%;
}
.home-comments-title {
    font-weight: 800;
    font-size: 50px;
}
.home-comments-title-inner .separator-container {
    width: 100%;
}
.home-banner .title {
    font-size: 40px;
    width: 100%;

}
.home-blog-title {
    font-weight: 800;
    font-size: 50px;
}
.home-blog-title-inner .separator-container {
    width: 100%;
}
.home-timeline-header .title{
    font-size: 40px;
      max-width: 100%;
}

.home-contact-title {
    font-weight: 800;
    font-size: 50px;
}
.home-contact-title-inner .separator-container {
    width: 100%;
}
.home-contact .left .contact-info .text{
    width: 100%;
}
.home-contact .left{
    margin-bottom: 25px;
}
.slick-next {
right: 0 !important;
}
.slick-prev {
left: 0 !important;
} 
}


@media screen and (max-width: 768px) and (min-width: 640px) {
       body,
    html {
        overflow-x: hidden;
    }
    .m-order-1{
        order: 1;
    }
    .m-order-2{
        order: 2;
    }
    .header-inner{
        height: 80px;
    }
   .header-menu{
    display: none;
   }
   .header-menu-btn{
    display: block;
   }
   .header-logo{
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
   }
   .header-right{
    display: none;
   }
   .header-logo img{
    width: 60%;
   }
   .slider #vid1 {
    width: 100%;
    height: 600px;
}

 .slider-content .title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.slider-content .desc {
    font-size: 15px;
}
.slider-content .text{
    margin-bottom: 15px;
}
.slider-content .separator-container {
    margin: 10px 0;
}
.home-about img{
    margin-bottom: 15px;
    width: 100%;
}
.home-press-title {
    font-weight: 800;
    font-size: 50px;
}
.home-press-title-inner .separator-container {
    width: 100%;
}
.home-service-two img{
    width: 100%;
}
.home-videos video{
    width: 100%;
}
.home-service-two .cats .cat .posts{
    top: 0;
}
.home-service-two .cats .cat .posts .title {
  color: #8D7800;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 35px;
}
.home-gallery .title {
    font-size: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.home-gallery{
    padding: 15px;
}
.home-videos .item{
    margin: initial;
}
.home-service-two-title {
    font-weight: 800;
    font-size: 50px;
}
.home-service-two-title-inner .separator-container {
    width: 100%;
}
.home-comments-title {
    font-weight: 800;
    font-size: 50px;
}
.home-comments-title-inner .separator-container {
    width: 100%;
}
.home-banner .title {
    font-size: 40px;
    width: 100%;

}
.home-blog-title {
    font-weight: 800;
    font-size: 50px;
}
.home-blog-title-inner .separator-container {
    width: 100%;
}
.home-timeline-header .title{
    font-size: 40px;
      max-width: 100%;
}

.home-contact-title {
    font-weight: 800;
    font-size: 50px;
}
.home-contact-title-inner .separator-container {
    width: 100%;
}
.home-contact .left .contact-info .text{
    width: 100%;
}
.home-contact .left{
    margin-bottom: 25px;
}
.slick-next {
right: 0 !important;
}
.slick-prev {
left: 0 !important;
}
}

@media screen and (max-width: 639px) and (min-width: 0px) {

     body,
    html {
        overflow-x: hidden;
    }
    .m-order-1{
        order: 1;
    }
    .m-order-2{
        order: 2;
    }
    .header-inner{
        height: 80px;
    }
   .header-menu{
    display: none;
   }
   .header-menu-btn{
    display: block;
   }
   .header-logo{
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
   }
   .header-right{
    display: none;
   }
   .header-logo img{
    width: 60%;
   }
   .slider #vid1 {
    width: 100%;
    height: 600px;
}

 .slider-content .title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.slider-content .desc {
    font-size: 15px;
}
.slider-content .text{
    margin-bottom: 15px;
}
.slider-content .separator-container {
    margin: 10px 0;
}
.home-about img{
    margin-bottom: 15px;
}
.home-press-title {
    font-weight: 800;
    font-size: 50px;
}
.home-press-title-inner .separator-container {
    width: 100%;
}
.home-gallery .title {
    font-size: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.home-gallery{
    padding: 15px;
}
.home-videos .item{
    margin: initial;
}
.home-service-two-title {
    font-weight: 800;
    font-size: 50px;
}
.home-service-two-title-inner .separator-container {
    width: 100%;
}
.home-service-two .cats .cat .posts .title {
  color: #8D7800;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 35px;
  /* background-color: red; */
}
.home-comments-title {
    font-weight: 800;
    font-size: 32px;
}
.home-comments-title-inner .separator-container {
    width: 100%;
}
.home-banner .title {
    font-size: 40px;
    width: 100%;

}
.home-blog-title {
    font-weight: 800;
    font-size: 50px;
}
.home-blog-title-inner .separator-container {
    width: 100%;
}
.home-timeline-header .title{
    font-size: 37px;
    max-width: 100%;
}

.home-contact-title {
    font-weight: 800;
    font-size: 50px;
}
.home-contact-title-inner .separator-container {
    width: 100%;
}
.home-contact .left .contact-info .text{
    width: 100%;
}
.home-contact .left{
    margin-bottom: 25px;
}
.slick-next {
right: 0 !important;
}
.slick-prev {
left: 0 !important;
}
.home-service-two .cats .cat .posts{
    top: 0;
    background-color: #00000026;
}
.home-video .col-6{
    margin-bottom: 20px;
}
}