﻿@media only screen and (max-width: 768px) {

    .slider-video {
        height: 100vh;
    }

    .slider-area {
        height: calc(100vh - 0px);
    }

    .owl-prev {
        left: 5px;
        top: 80%;
    }

    .owl-next {
        right: 5px;
        top: 80%;
    }

    .floating-menu {
        position: fixed;
        top: 25%;
        right: 7px;
    }

    #hakkimizdaKisa {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .counter-area.style1 {
        padding: 50px 0 50px;
    }

    .company-area {
        padding: 50px 0 50px;
    }

    .company-item {
        width: 100%;
    }

    .address-area {
        padding: 40px 0 40px;
    }

    .projeList-header {
        padding: 35px 0 40px;
    }

    .projeList-btn-all {
        width: 100%;
        margin-top: 20px;
        display: block;
        text-align: center;
        font-size: 18px;
    }

    .projeList-section-title {
        font-size: 26px;
        text-align: center;
    }

    .projeList-section-label {
        font-size: 21px;
        text-align: center;
    }

    .projeList-section {
        padding-bottom: 20px;
    }

    .brand-area {
        padding: 10px 0 10px;
    }

    .prgoress_indicator {
        right: 10px;
    }

    .mean-container .mean-bar::before {
        content: "";
    }

    .mobile-logo img {
        max-width: 125px;
        position: fixed;
        left: 15px;
        top: 5px;
        z-index: 5000;
    }

    .mean-container .mean-bar {
        background: #000000;
        position: fixed;
    }

    .slider-content h1 {
        font-size: 38px;
        text-shadow: 2px 2px 4px #454545;
    }

    .hero-button a {
        padding: 9px 15px;
        font-size: 17px;
    }

    .breadcumb-area {
        height: 240px;
    }

    .breadcumb-content h1 {
        font-size: 25px;
    }

    .about_area {
 
        padding: 15px 0 20px;
    }
    .about_thumb img {
        margin-left: 0;
        max-width: 100%;
        height: auto;
    }

    .section-title h1 {
        font-size: 23px;
        line-height: 30px;
        text-align: center;
        border-bottom: 1px solid silver;
        padding-bottom: 10px;
    }
    .blog-area {
        padding: 30px 0 30px;
    }
    .team-area {
      
        padding: 20px 0 30px;
    }
    .contact-us {
        padding: 30px 0 0px;
    }
    }



@media (min-width: 900px) and (max-width: 1400px) {
}
