@media (min-width: 1700px) {

}

@media (max-width: 1700px) and (min-width: 1500px) {

}

@media (max-width: 1500px) and (min-width: 1200px) {
    div.main-slider-1 .my-item .big-slogan {
        font-size: 2em;
        width: fit-content !important;
        bottom: 25%;
    }

    div.main-slider-1 .my-item.active .big-slogan {
        right: 40px !important;
        bottom: 25%;
    }
}

@media (max-width: 1280px) and (min-width: 991px) {

}

@media (max-width: 1280px) and (min-width: 1200px) {
    .slider-area {
        margin-top: 40px !important;
    }
}

@media (max-width: 991px) and (min-width: 720px) {

}

@media (max-width: 720px) and (min-width: 560px) {

}

@media (max-width: 560px) {

}

/*Max Treshoolds*/
@media (max-width: 1700px) {
}

@media (max-width: 1560px) {
    .gallery-box {
        height: 70px;
    }
}

@media (max-width: 1280px) {
    div.services-carousel-wrap .item {
        height: 550px;
    }

    section.bread-area {
        margin-bottom: 5px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .vertical-menu {
        right: -200%;
        left: unset !important;
        z-index: 300;
    }

    .vertical-menu.opened {
        right: 0;
        left: unset !important;
        width: 100% !important;
        z-index: 300 !important;
    }

    div.counter-box .number {
        letter-spacing: 0;
        font-size: 1.5em;
    }

    iframe {
        height: 400px !important;
        border: 10px solid WHITE !important;
    }

    .background-to-full {
        background-size: 200% auto !important;
    }

    .background-to-none {
        background: none !important;
    }

    .gallery-box {
        height: 70px;
    }

    .header-desctop-wrapper {
        right: -100%;
        transition: all 0.5s ease-in-out;
        left: unset !important;
        z-index: 245 !important;
    }

    .header-desctop-wrapper.active {
        right: 0;
    }

    .header-mobile-wrapper {
        display: flex;
    }

    div.main-wrapper {
        width: 100vw;
        margin-left: 0;

        margin-top: 0;
    }

    .form-toggler {
        top: unset !important;
        bottom: 10% !important;
    }

    .gallery-link {
        height: 250px !important;
    }

    .mobile_half_ops {
        height: 50vh;
    }

    div.main-slider-1 .my-item .big-slogan {
        font-size: 1.5em;
    }

    div.main-slider-1 .my-item .big-slogan {
        right: 50%;
        width: fit-content !important;
        background: white;
        padding: 10px;
        bottom: 0;
    }

    div.main-slider-1 .my-item.active .big-slogan {
        right: 0 !important;
    }

    header.desctop {
        display: none !important;
    }

    header.mobile {
        display: block !important;
    }

    div.main-wrapper {
        padding-top: 56px;
    }

    section.bg-bg::after {
        background-size: cover;
    }

    .slider-section h1 {
        font-size: 4em;
    }

    .slider-section p {
        font-size: 1.5em;
        letter-spacing: 1px;
    }

    div.icon-div {
        width: 400px;
        height: 300px;
        left: calc(50vw - 200px);
        top: calc(50vh - 300px);
        border: 34px solid var(--clr1_1)
    }

    .inpage-slider .item a {
        height: 250px;
    }

    section.slider-section {
        border: 17px solid #fafafa;
        border-top-left-radius: 159px;
        border-bottom-right-radius: 152px;
        height: 70vh;
        margin-top: 20px;
    }

    section.page-bread {
        max-height: 50vh !important;
        min-height: 50vh !important;
    }
}

@media (max-width: 1200px) {
    .desctop-main-header {
        display: none;
    }

    .mobile-main-header {
        display: flex;
    }

    .slider-area {
        margin-top: 12px !important;
    }

    .slider-icon {
        max-height: 40%;
        right: 10%;
        bottom: 10%;
        top: unset;
    }

    .slider-area:hover .slider-icon {
        transform: perspective(100px) translateZ(5px);
    }

    section.slider-area .circle2 {
        width: 60%;
        height: 80%;
        bottom: 0;
        right: 0;
    }

    @-webkit-keyframes slider-circle2 {
        0% {

            bottom: -50%;
        }
        50% {

            bottom: 10%;
        }
        100% {

            bottom: -50%;
        }
    }
    .hero-1 {
        font-size: 2em;
    }

    div.services-carousel-wrap .item .carousel-service-img {
        min-height: 250px;
    }
}

@media (max-width: 991px) {
    .callme {

    }
}

@media (max-width: 768px) {
    .gallery-box {
        height: 100px;
    }

    div.icon-div {
        width: 300px;
        left: calc(50vw - 170px);
    }

    .hero-1 {
        font-size: 1.5em;
    }
}

@media (max-width: 560px) {
}

/*Min Treshoolds*/

@media (min-width: 1700px) {
}

@media (min-width: 1560px) {
    .container {
        padding-left: 120px;
        padding-right: 120px;
    }

    .container.nopad {
        padding-left: unset !important;
        padding-right: unset !important;
    }
}

@media (min-width: 1281px) {
    section.slider-section {
        background-size: cover;

    }

    @-webkit-keyframes slider-area {
        0% {
            background-size: 100% auto;
        }
        50% {
            background-size: 130% auto;
        }
        100% {
            background-size: 100% auto;
        }
    }
    .text-md-white {
        color: WHITE !important;
    }

    .header-mobile-wrapper {
        display: none !important;
    }

    .header-desctop-wrapper {
        display: flex !important;
    }

    header.desctop {
        display: none !important;
    }

    header.mobile {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .desctop-main-header {
        display: flex;
    }

    .mobile-main-header {
        display: none !important;
    }
}

@media (min-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 560px) {
}


@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 991px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1280px  ) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1560px) {
    .container {
        max-width: 1420px
    }
}

@media (min-width: 1720px) {
    .container {
        max-width: 1680px
    }
}