﻿@media (min-width: 1366px) {
    .slider-style-1 {
        /* min-height: 900px; */
        /* max-height: 1100px; */
        overflow: hidden;
        margin-top: -90px;
    }

    .slider-style-2 {
        margin: 0px -20px;
    }

    .blog-slider {
    }
}

@media (min-width: 1024px) {
    .header-right {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        display: flex;
    }

    .slider-style-1 .slide-description {
        /* padding-top: 20rem; */
    }

    .slide-image {
        position: relative;
    }

    .slider-style-1 .slide-image {
        min-height: 700px;
    }

    .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: #d8ae76;
        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;
    }

    .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 END*/
    .menu-header {
        display: none !important;
    }

    .footer-menu .navbar-nav > li {
        width: 25%;
    }

    .footer-menu .navbar-nav {
        width: 100%;
    }

    .footer-cards {
        text-align: center;
    }

    .footer-signature {
        text-align: right;
    }
    /*MAIN MENU*/
    .main-nav .navbar-nav {
        margin-left: auto !important;
    }

        .main-nav .navbar-nav > li > a {
            padding: 0px 0px !important;
            line-height: 52px;
            color: #ffffff;
            font-size: 13px;
            border-radius: 36px;
            font-weight: 600;
            letter-spacing: -0.2px;
            position: relative;
        }

            .main-nav .navbar-nav > li > a:after {
                width: 0px;
                border-radius: 9px;
                left: 0;
                transition: all 0.3s ease-in-out;
                position: absolute;
                content: "";
                background: #28a745;
                height: 3px;
                bottom: 6px;
                /* opacity: 0; */
            }

            .main-nav .navbar-nav > li > a.active:after {
                width: 100%;
                transition: all 0.2s ease-in-out;
                opacity: 1;
            }

        .main-nav .navbar-nav > li {
            padding: 0px 12px;
        }

            .main-nav .navbar-nav > li > a.active {
                color: #ffffff;
                position: relative;
                transition: width .3s;
            }

            .main-nav .navbar-nav > li > a:hover {
                /* color: #f14b9f;
         */
            }

            .main-nav .navbar-nav > li > a i {
                margin-right: 3px;
                display: none;
            }

            .main-nav .navbar-nav > li .dropdown-menu {
                position: absolute;
                top: 100%;
                margin: 0px !important;
                border: none;
                min-width: 300px;
                padding: 25px !important;
                border-radius: 2px;
                background-color: #ffffff;
                transition-timing-function: ease;
                transition-duration: .4s;
                transition-property: opacity, transform;
                opacity: 0;
                visibility: hidden;
                display: block;
            }

            .main-nav .navbar-nav > li:hover .dropdown-menu {
                display: block;
                opacity: 1;
                transition-timing-function: ease;
                transition-duration: .4s;
                transition-property: opacity, transform;
                visibility: visible;
            }

            .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-nav .navbar-nav > li .dropdown-menu > li > a {
                font-size: 14px;
            }
    /* MAIN MENU */
}

@media (max-width: 1024px) {
    header {
        position: relative;
    }
    /* DMENU */
    .dmenu-default .navbar-toggler {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .dmenu-default .navbar-nav {
        border: 1px solid #e5e5e5;
    }

        .dmenu-default .navbar-nav > li a {
            border-bottom: 1px solid #e5e5e5;
            padding: 0px 20px;
            line-height: 42px;
            font-size: 14px;
        }

    .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 */
    .slider-style-1 {
        margin-top: -90px;
    }

    .slide-image {
        height: 100% !important;
        min-height: 600px;
        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: white;
        }

    .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 {
        margin-left: auto;
    }

        .main-nav ul > li > a {
            color: #000000 !important;
            line-height: 44px !important;
            border-bottom: 1px solid #d6d6d6;
            font-weight: 600 !important;
            font-size: 13px;
            padding-left: 24px !important;
        }

            .main-nav ul > li > a.active {
                color: #147daf !important;
            }


    .active .main-nav .navbar-toggler {
        filter: invert(1);
    }

    .active .menu-header button.navbar-toggler {
        filter: invert(0);
    }

    .main-nav .navbar-toggler {
        padding: 0 10px;
        margin-left: auto;
        display: block;
        height: 50px;
    }

    .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: 22px;
        color: #ffffff;
        line-height: 48px;
        font-weight: 400;
    }

    .menu-header {
        padding: 6px 20px;
        border-bottom: 1px solid #cccccc;
        background: #0380c9;
    }

    .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;
    }

    .main-nav .navbar-collapse {
        position: fixed !important;
        left: -100%;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: #f7f7f7;
        box-shadow: 20px 80px 100px 0 rgba(24, 37, 66, 0.63);
    }

    .main-nav .collapsing {
        transition: unset;
        height: 100%;
    }

    .main-nav .dropdown-menu {
        background: transparent;
        border: 0;
    }

        .main-nav .dropdown-menu a {
            font-size: 14px;
            line-height: 32px;
        }

            .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: 14px;
        height: 32px;
        line-height: 32px;
        color: #000000;
        border-radius: 3px;
        border: 1px solid #000000 !important;
    }
    /* MAIN MENU MOBILE */

    /* FOOTER MENU MOBILE */
    .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;
    }

    .footer-menu .navbar-nav > li > a {
        font-size: 16px;
        line-height: 52px;
    }

    .footer-menu .navbar-nav {
        display: block !important;
        width: 100%;
    }

        .footer-menu .navbar-nav > li > a:after {
            display: block;
            content: "";
            width: 32px;
            height: 32px;
            line-height: 32px;
            background: #272d34;
            position: absolute;
            top: 10px;
            color: #fff7f7;
            text-align: center;
            font-size: 14px;
            border-radius: 3px;
        }

        .footer-menu .navbar-nav > li.show > a:after {
            content: "\f077" !important;
        }
    /* FOOTER MENU MOBILE */

}

@media (max-width: 768px) {

    .slider-style-1 .slide-description {
        /* top: 30px; */
    }

    .row.d-flex.justify-content-end {
        width: 100%;
        display: block !important;
    }

    .ap-style-1 {
        /* width: 50%; */
        float: left;
    }

    a.pricing-button {
        max-width: 160px;
        padding: 14px 0px !important;
    }

    .blog-list-page .breadcrumb-area {
        padding-bottom: 140px;
    }

    .breadcrumb-area {
        padding: 130px 0px;
    }

        .breadcrumb-area:after {
            max-width: 25%;
            bottom: 0;
            top: unset;
            height: 140px;
            background-position: center bottom;
            right: 0;
            margin: 0px auto;
            /* left: 0; */
        }
}

@media (max-width: 680px) {
    .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: 2.2rem;
    }

    .slider-style-1 .slide-description h2 {
        font-size: 1rem;
    }
}

@media (min-width: 1367px) {
    .slider-style-1 .slide-image {
        min-height: 1116px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .breadcrumb-area {
        padding-top: 120px;
        padding-bottom: 120px;
        background-position: bottom;
    }

        .breadcrumb-area:After {
            right: 0;
            bottom: 0;
            top: unset;
            max-width: 30%;
            background-position: center bottom;
        }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .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 .item {
        /* min-height: 700px; */
    }

    .slide-description {
        top: 28% !important;
    }

    .slide-image {
        /* top: 60px; */
    }

    .feature {
        padding: 34px 20px !important;
    }

    .bg-3, bg-2 {
        background: transparent !important;
    }
}
