﻿@media (min-width: 1400px) {
    .slider-style-1 .slide-description {
    }
}

@media (min-width: 1366px) {
    .slider-style-1 {
    }

    .slider-style-2 {
        margin: 0px -20px;
    }

    .blog-slider {
    }

    .section:hover .heading-style-2 h3:after, .section:hover .heading-style-2 h3:before {
        width: 110%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
}

@media (min-width: 1280px) {
    .slider-style-1 .item {
        min-height: 810px !important;
    }

    .header-center .container-fluid {
        max-width: 94%;
    }

    #section-video {
        margin-bottom: -200px;
        position: relative;
    }

    #section-counter {
        position: inherit;
        background-position: top center !important;
        background: url(/uploads/images/t11-bg-1.jpg);
        background-size: contain !important;
    }

    .mt-ny {
        margin-top: -190px;
        position: relative;
    }

    .slider-style-1 {
        /* z-index: -1 !important; */
        /* position: relative; */
    }

        .slider-style-1 .slide-description {
            top: 180px;
        }
}

@media (min-width: 1024px) {

    .slider-style-1 .item {
        min-height: 500px;
    }

    .header-right {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        display: flex;
    }

    .slider-style-1 .slide-description {
    }

    .slide-image {
    }

    .slider-style-1 .slide-image {
    }

    .blog-list-page .breadcrumb-area:after {
        bottom: 0 !important;
        top: unset !important;
        background-position: center bottom;
        width: 240px;
        right: 40px;
    }

    .jc-end {
        justify-content: flex-end !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .hideEditButtons {
        display: block;
        position: fixed;
        bottom: 20%;
        z-index: 999;
        background: #e74c57;
        border: 0;
        color: white;
        padding: 10px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .position-unset {
        position: unset;
    }

    .slider-style-1 .owl-nav {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: inline-block;
        position: absolute;
        top: 40%;
        right: -160px;
    }
}

@media (min-width: 1025px) {
    /* DMENU */

    .dmenu-default .navbar-nav > li:hover .dropdown-menu {
        display: block;
    }


    .dmenu-default .navbar-nav > li .dropdown-menu {
        margin: 0 !important;
        min-width: unset;
        padding: 0;
        border: 0;
        border-radius: 0;
        width: 100%;
    }

    .dmenu-default .navbar-nav li a {
        position: relative;
        line-height: 74px;
        padding: 0px 10px;
        font-weight: 500;
        color: black;
        font-size: 13px;
    }

    .dmenu-default .navbar-nav li:first-child a {
        padding-left: 0;
    }

    .dmenu-default .navbar-nav li a i {
        color: #085ead;
    }

    .dmenu-default-module .dropdown-toggle::after {
        right: 20px;
        position: absolute;
    }

    .dmenu-style-1 .navbar-nav {
        display: block;
        width: 100%;
        border: 1px solid #e5e1e1;
        padding: 0;
    }

        .dmenu-style-1 .navbar-nav > li {
            display: block;
            width: 100%;
            padding: 0;
        }

            .dmenu-style-1 .navbar-nav > li a {
                font-size: 14px;
                border-bottom: 1px solid #e5e5e5;
                line-height: 45px;
                color: #424141;
                padding: 0px 30px !important;
            }

                .dmenu-style-1 .navbar-nav > li a:hover {
                    background: #f5f5f5d9;
                }

        .dmenu-style-1 .navbar-nav li:last-child a {
            border-bottom: 0;
        }

        .dmenu-style-1 .navbar-nav > li > .dropdown-menu {
            left: 100%;
            top: 0;
            border: 1px solid #e5e5e5;
        }

        .dmenu-style-1 .navbar-nav > li .dropdown-menu li {
            display: block;
            width: 100%;
        }

            .dmenu-style-1 .navbar-nav > li .dropdown-menu li ul {
                display: none !important;
            }

    .dmenu-style-3 .navbar-nav li a {
        color: #b6bbcc;
    }
    /* DMENU END*/
    .menu-header {
        display: none !important;
    }

    .footer-menu .navbar-nav > li {
    }

    .footer-menu .navbar-nav {
        display: block;
    }

    .footer-cards {
        text-align: center;
    }

    .footer-signature {
        text-align: right;
    }
    /*MAIN MENU*/
    .main-nav {
        z-index: 4;
    }

        .main-nav .navbar-nav {
            text-align: center;
            background: #ff4f01;
            border-radius: 4px;
            width: 100%;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            height: 78px;
        }

            .main-nav .navbar-nav > li > a {
                position: relative;
                color: #ffffff;
                padding: 0px 2rem !important;
                font-size: 17px;
                line-height: 78px;
                border: 0;
            }

            .main-nav .navbar-nav > li:last-child {
                float: right;
                display: block;
            }

                .main-nav .navbar-nav > li:last-child a {
                    background: white;
                    color: #131d3b;
                    border-top-right-radius: 4px;
                    border-bottom-right-radius: 4px;
                    font-weight: 700;
                    padding: 0 3rem !important;
                }

                    .main-nav .navbar-nav > li:last-child a:hover {
                        color: #ff4f01;
                    }

            .main-nav .navbar-nav > li > a:after {
                position: unset;
                right: unset !important;
                margin-left: 5px;
            }

            .main-nav .navbar-nav > li > a.active:after {
            }

            .main-nav .navbar-nav > li > a.active {
                color: #fb4848;
                position: relative;
                transition: width .3s;
            }

            .main-nav .navbar-nav > li > a:hover {
                color: #ffffff;
            }

            .main-nav .navbar-nav > li > a i {
                margin-right: 3px;
            }

            .main-nav .navbar-nav > li .dropdown-menu {
                display: block;
                opacity: 0;
                border-radius: 0;
                position: absolute;
                padding: 30px 34px;
                overflow: hidden;
                z-index: 99;
                top: 100%;
                background: #131d3b;
                width: 312px;
                text-align: left;
                left: -55px;
                transform-origin: top;
                -webkit-transform: perspective(5em) rotateX(-90deg);
                -moz-transform: perspective(5em) rotateX(-90deg);
                -ms-transform: perspective(5em) rotateX(-90deg);
                -o-transform: perspective(5em) rotateX(-90deg);
                transform: perspective(5em) rotateX(-90deg);
                -webkit-transition: 0.5s;
                -ms-transition: 0.5s;
                -o-transition: 0.5s;
                -moz-transition: 0.5s;
                transition: 0.5s;
                -webkit-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
                -ms-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
                -o-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
                -moz-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
                box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
                margin: 0;
            }

                .main-nav .navbar-nav > li .dropdown-menu li > a {
                    line-height: 42px;
                    padding: 0px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #acb5c2;
                    border-bottom: 1px solid #272f3c;
                }

                    .main-nav .navbar-nav > li .dropdown-menu li > a:hover {
                        color: #ffffff;
                    }

                .main-nav .navbar-nav > li .dropdown-menu li:last-child > a {
                    border-bottom: 0;
                }

            .main-nav .navbar-nav > li:hover .dropdown-menu {
                display: block;
                transition-timing-function: ease;
                transition-duration: .4s;
                transition-property: opacity, transform;
                visibility: visible;
                opacity: 1;
                -webkit-transform: perspective(0em) rotateX(0deg);
                -moz-transform: perspective(0em) rotateX(0deg);
                -ms-transform: perspective(0em) rotateX(0deg);
                -o-transform: perspective(0em) rotateX(0deg);
                transform: perspective(0em) rotateX(0deg);
            }

            .main-nav .navbar-nav > li > .dropdown-menu > a {
                color: #525252;
                font-size: 14px;
                line-height: 44px;
                padding: 0;
                background: transparent;
                border-bottom: 1px solid #efefef;
            }

                .main-nav .navbar-nav > li > .dropdown-menu > a i:before {
                    display: block !important;
                }

                .main-nav .navbar-nav > li > .dropdown-menu > a i {
                    font-size: 17px;
                    float: left;
                    line-height: 42px;
                    margin-right: 15px;
                }

                .main-nav .navbar-nav > li > .dropdown-menu > a:last-child {
                    border-bottom: 0;
                }

                .main-nav .navbar-nav > li > .dropdown-menu > a:hover {
                    color: #8cc2ed;
                }
    /* MAIN MENU */
}

@media (max-width: 1024px) {
	.slider .owl-dots {

   

}
    .breadcrumb-area {
    margin-top:0;
    }
    .ap-style-4 {
        margin-top: 30px !important;
    }

    #section-slide {
        margin: 0;
    }

    .mt-n6, .my-n6 {
        margin-top: 0rem !important;
    }

    .fixed-bar.active {
        display: none;
    }

    #section-header {
        border: 0 !important;
        padding: 30px 15px;
    }

    .button-style-3 {
        zoom: 0.8;
    }

    .order-mobile {
        -ms-flex-order: 13;
        order: 13;
    }
    /* DMENU */
    .dmenu-default .navbar-toggler {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .dmenu-default .navbar-nav {
        border: 0 !important;
    }

        .dmenu-default .navbar-nav > li a {
            border-bottom: 0;
            padding: 12px 10px !important;
            line-height: 42px;
            font-size: 13px;
            color: #343434;
        }

    .dmenu-default-module .dropdown-toggle::after {
        right: 20px;
        position: absolute;
    }

    .dmenu-default .navbar-nav li .dropdown-menu {
        position: unset;
        border: 0;
        padding: 0;
        margin: 0;
    }
    /* DMENU */
    header {
        position: relative;
        min-height: 124px;
    }

    .shape-1:before, .shape-2:before {
        left: 0;
        width: 100%;
        background-size: cover;
    }

    .slider-style-1 {
        /* padding-top: 120px; */
    }

        .slider-style-1:before {
            background: linear-gradient(-64deg, #E74C57 22.5%, #18212E 5%);
        }

    .slide-image {
        /* height: 100% !important; */
        background-size: cover !important;
        position: absolute;
        /* max-width: 40%; */
        bottom: 0;
        top: unset;
    }

    .bg-2 {
        background-position: top center !important;
        background-size: cover !important;
    }
    /* SIDEBAR */
    .sidebar {
        position: fixed;
        right: -100%;
        top: 0;
        padding: 10px;
        z-index: 98;
        overflow: scroll;
        height: 100%;
        background: white;
        -webkit-transition: all 0.2s ease 0.1s;
        transition: all 0.2s ease 0.1s;
        max-width: 380px;
        z-index: 999;
    }

    .sidebar-header span {
        font-size: 15px;
        color: #3e3b3b;
        display: inline-block;
        margin: 0;
        line-height: 30px;
        font-weight: 500;
    }

    .sidebar-header {
        position: relative;
        padding: 0;
        margin-bottom: 20px;
    }

    .open-sidebar {
        position: fixed;
        z-index: 997;
        right: 0;
        top: 46%;
        background: #ededed;
        padding: 6px 14px;
        color: black;
        font-size: 18px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        text-align: center;
    }

        .open-sidebar:hover {
            color: #fb4848;
        }

    .hide-sidebar {
        background: transparent;
        color: #292e30;
        font-size: 11px;
        border: 1px solid #a5afb3;
        padding: 5px 12px;
        margin-right: 10px;
        float: left;
    }

    .open-sidebar i {
        float: left;
        line-height: 38px;
    }

    .sidebar.show {
        right: 0;
        -webkit-transition: all 0.2s ease 0.1s;
        transition: all 0.2s ease 0.1s;
    }

    .post-list-module h2, .blog-categories-module h2 {
        border-radius: 0;
        background: transparent;
        padding: 8px 16px;
    }

    .post-list-type-1 ul, .blog-categories-module ul {
        border-radius: 0;
        border: 0;
    }
    /* SIDEBAR */
    .slider-bg {
        margin-top: -100px;
    }

    .slider-style-2 {
        margin-top: -80px;
    }

    .footer-bottom {
        /* text-align: center !important; */
    }
    /* MAIN MENU MOBILE */
    .main-nav ul > li > a {
        color: #e7eaef !important;
        line-height: 38px !important;
        border-bottom: 1px solid #273448;
        font-weight: 400 !important;
        font-size: 13px;
        padding-left: 24px !important;
        letter-spacing: 0.4px;
    }

    .main-nav {
        float: right;
        /* z-index: 99; */
    }

    .active .main-nav .navbar-toggler {
    }

    .active .menu-header button.navbar-toggler {
        filter: invert(0);
    }

    .main-nav .navbar-toggler {
        /* padding: 0 10px; */
        /* position: fixed; */
        /* right: 15px; */
        /* top: 42px; */
    }

    .main-nav .navbar-toggler-icon {
        background: transparent;
        padding: 0;
        width: unset;
        height: unset;
        color: #ffffff;
        font-weight: 700;
        font-size: 24px;
    }

    .menu-header button {
        line-height: 30px !important;
        font-size: 15px;
        padding: 0px 14px;
    }

    .menu-header > span {
        font-size: 19px;
        color: #ffcb56;
        line-height: 48px;
        font-weight: 500;
    }

    .menu-header {
        padding: 15px 20px;
        background: #131213;
        /* border-bottom: 1px solid #ff9091; */
    }

    .main-nav img {
        padding: 40px 36px;
    }

    .main-nav .navbar-collapse.show {
        -webkit-animation: slideInLeft 0.5s;
        animation: slideInLeft 0.5s;
        width: 80%;
        max-width: 320px;
        overflow-y: scroll;
    }

    .main-nav .navbar-collapse {
        position: fixed !important;
        left: -100%;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        box-shadow: 20px 80px 100px 0 rgba(24, 37, 66, 0.63);
        background: #141e3c;
        z-index: 99;
    }

        .main-nav .navbar-collapse:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            /* background: #ef4647eb; */
            z-index: -1;
        }

    .main-nav .collapsing {
        transition: unset;
        height: 100%;
    }

    .main-nav .dropdown-menu {
        background: transparent;
        border: 0;
        padding-left: 14px;
    }

        .main-nav .dropdown-menu a {
            font-size: 13px;
            line-height: 30px;
            color: #ffffff;
        }

            .main-nav .dropdown-menu a i {
                margin-right: 12px;
            }

    .main-nav .dropdown.show .dropdown-toggle::after {
        content: "\f077" !important;
    }

    .main-nav .dropdown .dropdown-toggle::after {
        position: absolute;
        right: 28px;
        padding: 0px 10px;
        top: 12px;
        height: 26px;
        line-height: 26px;
        color: #ffffff;
        border-radius: 3px;
        border: 1px solid #ff4f01 !important;
        background: #ff4f01;
    }
    /* MAIN MENU MOBILE */
    /* FOOTER MENU MOBILE */
    footer {
    }

    .footer-menu {
        /* display: none; */
    }

        .footer-menu .navbar-toggler {
            border: 1px solid white;
            color: white;
        }

            .footer-menu .navbar-toggler span {
                padding: 0;
                width: unset;
                height: unset;
            }

        .footer-menu .navbar-nav li .dropdown-menu {
            display: none;
        }

            .footer-menu .navbar-nav li .dropdown-menu.show {
                display: block;
                left: 0;
                top: 100%;
            }

        .footer-menu .navbar-nav li {
            /* display: block; */
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .footer-menu .navbar-nav > li > a {
            font-size: 14px;
            line-height: 52px;
            padding: 0px 4px !important;
        }

        .footer-menu .navbar-nav {
            display: block !important;
            width: 100%;
        }

            .footer-menu .navbar-nav > li > a:after {
            }

            .footer-menu .navbar-nav > li.show > a:after {
                content: "\f077" !important;
            }
    /* FOOTER MENU MOBILE */


}

@media (max-width: 812px) {


    .card-style-1 {
        margin-bottom: 30px;
    }

        .card-style-1 h5 {
            float: left;
            width: 100%;
        }

    .dmenu-style-2 .navbar-nav > li a {
        padding-right: 8px !important;
    }

    #header .image-module {
        text-align: left;
        text-align: left !important;
    }


    .ap-style-4:after {
        opacity: 0;
    }

    .form-style-1 .form-button {
        max-width: 100%;
        flex: 100%;
    }

        .form-style-1 .form-button button {
            width: 100%;
            margin-top: 10px !important;
        }

    .slider-style-1 .item {
        min-height: 560px;
        position: relative;
    }

    .slider-style-1 .slide-description {
        top: 80px;
        padding: 0 15px;
        max-width: unset;
    }

    .footer-bottom {
        text-align: center !important;
    }

    .card-style-1 .card-body {
        /* width: unset; */
        /* bottom: unset; */
        /* top: 50%; */
        /* max-width: 100%; */
        /* left: 40%; */
    }

    .slider-style-1 .slide-description h2 {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .paragraph-style-4 {
        font-size: 13px !important;
    }

    .logo {
    }

    .footer-menu .navbar-nav li {
        position: relative;
        display: inline-block;
        width: 50%;
    }

    .testimonials li p {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .form-style-1 form .form-group {
        margin-bottom: 15px;
    }



    .mt-n10, .my-n10 {
        margin: 0 !important;
        background: black;
        margin-top: -5rem !important;
    }

    .footer-logo {
        text-align: center;
    }

    .post-content iframe {
        max-width: 100%;
        height: auto;
        border: 0;
    }



    .section {
        background-position: top left !important;
    }


    .card-style-1 .card {
        background: transparent;
    }

    .card-style-1 .card-body {
        /* max-width: 90%; */
        /* bottom: unset !important; */
        /* top: -40px; */
        /* position: unset; */
        /* margin-top: -98px; */
        /* margin-left: auto; */
        /* margin-right: auto; */
        /* padding: 20px 14px; */
        /* width: unset; */
    }

    .ap-style-1 {
        margin-top: 25px !important;
        margin-bottom: 20px !important;
    }

    a.pricing-button {
        max-width: 160px;
        padding: 14px 0px !important;
    }

    .blog-slider-style-1 .blog-item, .blog-slider-style-2 .blog-item {
        display: block;
    }
}

@media (max-width: 680px) {
    .zoom-1 {
        zoom: 0.8;
    }

    .absolute-screen {
        position: unset !important;
        transform: unset !important;
        width: unset;
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .ap-style-1 {
        width: 100%;
    }

    .bg-2 {
        /* background: transparent !important; */
    }

    .testimonials .owl-item {
        padding: 20px;
    }

    .testimonials li {
    }

    .footer-signature {
        order: 1;
    }

    .footer-cards {
        order: 2;
    }

    .fancybox-slide {
        padding: 20px !important;
    }

    .slider-style-1 .slide-description p {
        font-size: 15px;
    }

    .slider-style-1 .slide-description h2 {
        font-size: 3.5rem;
    }

    .slider-style-1 .slide-description span {
        font-size: 19px !important;
    }
}

@media (max-width: 440px) {
    .heading-style-1 h1, .heading-style-1 h2, .heading-style-1 h3 {
        font-size: 2.5rem;
    }

    .slider-style-1 .slide-description {
        padding: 0px 15px;
    }

        .slider-style-1 .slide-description h2 {
            font-size: 2.5rem;
        }

    #section-hizmetler .container {
        padding: 15px;
    }

    .dmenu-default .navbar-nav > li a {
        border-bottom: 0;
        padding: 12px 5px !important;
    }

    .card-style-1 .card-body .btn {
        margin-top: 15px;
    }

    .bg-4:before {
        opacity: 0;
    }
}

@media (max-width: 410px) {
    .slider-style-1 .slide-description h2 {
        font-size: 2.2rem;
    }
}

@media (min-width: 1200px) {
    .slider-style-1 .slide-image {
    }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .slider-style-1 .slide-description {
        /* top: 140px; */
    }

    .breadcrumb-area {

    }

        .breadcrumb-area:After {
            right: 0;
            bottom: 0;
            top: unset;
            max-width: 30%;
            background-position: center bottom;
        }

    .slider-style-1 .slide-image {
    }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .slider-style-1 .slide-image {
    }

    .slider-style-1 .slide-description {
        top: 150px;
    }

        .slider-style-1 .slide-description h2 {
            font-size: 2.5rem;
        }

    .breadcrumb-area {
        padding-top: 220px;
        padding-bottom: 120px;
        background-position: bottom;
    }

    .ap-style-1 {
        margin: 8px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .slider-style-1 .slide-description {
        top: 80px;
        text-align: center;
        max-width: 80%;
        margin: 0px auto;
        left: 0;
        right: 0;
    }

        .slider-style-1 .slide-description h2 {
            font-size: 3rem;
        }
    #header .dmenu-style-2 .navbar-nav > li:last-child {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .slider-style-1 .slide-description {
        top: 90px;
    }

}
