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

//      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) {
    body,html{
        overflow-x: hidden;
    }
.header-menu{
    display: none;
}
.home-slider {
    height: 500px !important;
    min-height: auto;
}
.home-slider-inner .title {
    font-size: 50px;
}
.home-slider-inner .desc {
    font-size: 29px;
}
.home-slider-inner{
    width: 100%;
}
.home-about img{
    width: 100%;
}
.home-about .title {
    font-size: 35px;
    padding-bottom: 30px;
    margin-left: 0;
}
.home-device {
    background: rgba(233, 233, 233, 0.7019607843);
    padding-bottom: 45px;
}
.home-device-slider .item a{
    font-size: 25px;
}
.home-blog .item{
    margin-bottom: 25px;
}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    body,html{
        overflow-x: hidden;
    }
.header-menu{
    display: none;
}
.home-slider {
    height: 500px !important;
    min-height: auto;
}
.home-slider-inner .title {
    font-size: 50px;
}
.home-slider-inner .desc {
    font-size: 29px;
}
.home-slider-inner{
    width: 100%;
}
.home-about img{
    width: 100%;
}
.home-about .title {
    font-size: 35px;
    padding-bottom: 30px;
}
.home-device {
    background: rgba(233, 233, 233, 0.7019607843);
    padding-bottom: 45px;
}
.home-device-slider .item a{
    font-size: 25px;
}
.home-blog .item{
    margin-bottom: 25px;
}
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    body,html{
        overflow-x: hidden;
    }
.header-menu{
    display: none;
}
.home-slider {
    height: 500px !important;
    min-height: auto;
}
.home-slider-inner .title {
    font-size: 50px;
}
.home-slider-inner .desc {
    font-size: 29px;
}
.home-slider-inner{
    width: 100%;
}
.home-about img{
    width: 100%;
}
.home-about .title {
    font-size: 35px;
    padding-bottom: 30px;
}
.home-device {
    background: rgba(233, 233, 233, 0.7019607843);
    padding-bottom: 45px;
}
.home-device-slider .item a{
    font-size: 25px;
}
.home-blog .item{
    margin-bottom: 25px;
}
.home-tab-service-tab .tabs li {
    float: left;
    width: calc(50% - 4px);
}
.header-menu-btn{
    display: block;
  }
}


@media screen and (max-width: 768px) and (min-width: 640px) {
    
    body,html{
        overflow-x: hidden;
    }
.header-menu{
    display: none;
}
.home-slider {
    height: 500px !important;
    min-height: auto;
}
.home-slider-inner .title {
    font-size: 50px;
}
.home-slider-inner .desc {
    font-size: 29px;
}
.home-slider-inner{
    width: 100%;
}
.home-about img{
    width: 100%;
}
.home-about .title {
    font-size: 35px;
    padding-bottom: 30px;
}
.home-device {
    background: rgba(233, 233, 233, 0.7019607843);
    padding-bottom: 45px;
}
.home-device-slider .item a{
    font-size: 25px;
}
.home-blog .item{
    margin-bottom: 25px;
}
.home-tab-service .tabs li a{
    margin-bottom: 25px;
}
.home-tab-service  img{
    margin-top: 25px;
    
}
.home-tab-service-tab .tabs li {
    float: left;
    width: calc(50% - 4px);
}
}
@media screen and (max-width: 639px) and (min-width: 0px) {
    body,html{
        overflow-x: hidden;
    }
  
.header-menu{
    display: none;
}
.home-slider {
    height: 500px !important;
    min-height: auto;
    background-position: 53% !important;
}
.home-slider-inner .title {
    font-size: 39px;
}
.home-slider-inner .desc {
    font-size: 23px;
}
.home-slider-inner{
    width: 100%;
    margin-top: 40px;
}
.home-about img{
    width: 100%;
}
.home-about .title {
    margin-left: 0;
    font-size: 35px;
    padding-bottom: 30px;
}
.home-device {
    background: rgba(233, 233, 233, 0.7019607843);
    padding-bottom: 45px;
}
.home-device-slider .item a{
    font-size: 25px;
}
.home-blog .item{
    margin-bottom: 25px;
}
.home-tab-service-tab .tabs li {
    float: left;
    width: calc(50% - 4px);
}
.home-service .item{
    height: 300px;
}
.home-service .item .text{
    font-size: 20px;
	font-family: "Roboto";
}
.home-service-two .item{
    height: 300px;
}
.home-service-two .item .text{
    font-size: 20px;
}
.home-video .play-button .butons-btn {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
  }
  .header-menu-btn{
    display: block;
  }
  .contact-form__inner {
    padding: 0;
}
.contact-form__background {
    background-color: rgba(226, 226, 226, 0.7);
    padding: 36px 1px;
}
.footer-inner{
    padding-top: 25px;
}
.home-tab-service .tabs li i{
    display: none;
}
.home-tab-service .tabs li a{
    text-align: center;
    font-size: 18px;
    height: 140px;
}
.home-about p {
   
    margin-left: 0;
}

.home-service-inner .items {
    transition: all .5s;
    width: 50%;
    float: left;
}
.home-service-inner{
    display: initial;
}

.home-service-inner .items.active{
    width: initial !important;
}
.home-service-inner .items:hover {
    opacity: initial;
    width: 50%;
}
.single-video .play-button .butons-btn {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-bottom-inner {
    padding: 15px 0;

}
}