@media (max-width: 1400px) { 
	.container-high {
    max-width: 89vw;
	}
    section#iboxer-slide .container-owl {
        width: calc(100% + 360px);
        margin: 0 auto;
    }
} 

@media (max-width: 768px) { 

}


@media (max-width: 767px) { 
	/*------ #mobile-tags ------*/
	.offset-1, .offset-2, .offset-3, .offset-4, .offset-5 {
    margin-left: 0;
	}
	.d-non {display:none !important;}
	.col-width-10 {width:10%;-webkit-box-flex: 0; flex: 0 0 10%; max-width: 10%;}
	.col-width-20 {width:20%;-webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%;}
	.col-width-30 {width:30%;-webkit-box-flex: 0; flex: 0 0 30%; max-width: 30%;}
	.col-width-40 {width:40%;-webkit-box-flex: 0; flex: 0 0 40%; max-width: 50%;}
	.col-width-50 {width:50%;-webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%;}
	.col-width-60 {width:60%;-webkit-box-flex: 0; flex: 0 0 60%; max-width: 60%;}
	.col-width-70 {width:70%;-webkit-box-flex: 0; flex: 0 0 70%; max-width: 70%;}
	.col-width-80 {width:80%;-webkit-box-flex: 0; flex: 0 0 80%; max-width: 80%;}
	.col-width-90 {width:90%;-webkit-box-flex: 0; flex: 0 0 90%; max-width: 90%;}
	.rewrow {
	flex-direction: column-reverse;
	}
	/*------ #mobile-tags ------*/
.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #131313f7;
    width: 100%;
    height: 100vh;
    animation-duration: 0.6s;
    animation-name: slideInLeft;
    transition: all 0.3s ease-in-out 0s;
    padding: 25px;
}
.collapse.show a.close-menu-btn {
 display: block;
}
a.close-menu-btn {
position: absolute;
right: 15px;
top: 15px;
animation-duration: 2.5s;
animation-name: fadeIn;
transition: all 0.3s ease-in-out 0s;
}
.navbar-collapse:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2b2bad;
    z-index: -1;
    animation-duration: 1.5s;
    animation-name: fadeIn;
    transition: all 0.3s ease-in-out 0s;
}
a.close-menu-btn svg {
    width: 40px;
    height: 40px;
    fill: #ffffffb5;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.navbar {
    width: max-content;
    float: right;
    margin: -5px -15px -5px 5px;
}
div#big-slideshow h1 {
    font-size: 40px;
}
div#big-slideshow p {
    font-size: 16px;
}

.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #131313f7;
    width: 100%;
    height: 100vh;
    animation-duration: 0.6s;
    animation-name: slideInLeft;
    transition: all 0.3s ease-in-out 0s;
    padding: 25px;
}
.collapse.show a.close-menu-btn {
 display: block;
}
a.close-menu-btn {
position: absolute;
right: 15px;
top: 15px;
animation-duration: 2.5s;
animation-name: fadeIn;
transition: all 0.3s ease-in-out 0s;
}
.navbar-collapse:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2b2bad;
    z-index: -1;
    animation-duration: 1.5s;
    animation-name: fadeIn;
    transition: all 0.3s ease-in-out 0s;
}
a.close-menu-btn svg {
    width: 40px;
    height: 40px;
    fill: #ffffffb5;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.navbar {
    width: max-content;
    float: right;
    margin: -5px -15px -5px 5px;
}
section#why-us .hover_content_block {
    margin-bottom: 15px;
}
section#magnific-gallery .magnif-row {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
	}
	section#magnific-gallery a.magnif-link {
    height: 20vh;
	margin-bottom: 10px;
	}
	section#magnific-gallery .magnif-row.mcol-2 a.magnif-link, section#magnific-gallery .magnif-row.mcol-3 a.magnif-link, section#magnific-gallery .magnif-row.mcol-4 a.magnif-link, section#magnific-gallery .magnif-row.mcol-5 a.magnif-link, section#magnific-gallery .magnif-row.mcol-6 a.magnif-link {
    width: 47%;
	}
    .main-contact {
        height: auto;
        padding: 40px 0;
    }
    section#contact-box .flex-box {
        height: auto;
        padding: 40px 20px;
    }
    section#page-footer .phone-box {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    section#page-footer .copy-box p, section#page-footer .copy-box a {
        text-align: center !important;
        padding: 0px 0;
    }
    section#top-menu-1 .navbar {
        width: max-content;
        float: right;
        padding: 0;
        margin: 5px 0;
        }
        section#top-menu-1 .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0px;
        background: #131313f7;
        width: 100%;
        height: 100vh;
        animation-duration: 0.6s;
        animation-name: slideInLeft;
        transition: all 0.3s ease-in-out 0s;
        padding: 25px;
        }
        section#top-menu-1 a.close-menu-btn {
        position: absolute;
        right: 22px;
        top: 24px;
        animation-duration: 2.5s;
        animation-name: fadeIn;
        transition: all 0.3s ease-in-out 0s;
        display: block;
        }
        section#top-menu-1 a.close-menu-btn svg {
        width: 40px;
        height: 40px;
        fill: #ffffffb5;
        }
        section#big-slider h1 {
            font-size: 30px;
            line-height: 45px;
        }
        section#big-slider h1 span {
            font-size: 57px;
        }
        section#contact-box .flex-box {
            height: auto;
            padding: 0px 20px;
        }
        section#contact-box h2.titl {
            text-transform: uppercase;
            font-size: 53px;
            line-height: 55px;
            color: #fff;
        }
        li.nav-item {
            width: 100%;
        }
        section#contact-box2 img {
            margin: 0;
            position: relative;
            left: 0;
            top: 0;
            transform: inherit;
            width: 100%;
        }
        section#contact-box2 form {
            width: 100%;
            padding: 20px;
            background: #fbaf28;
            float: right;
            margin-right: 0;
            border-radius: 23px;
        }
        section#contact-box2 input {
            width: 100%;
            padding: 15px;
            border: 0;
            border-radius: 15px;
            margin: 15px 0px 0px;
        }
        section#contact-box2 h3 {
            margin-bottom: 20px;
            font-size: 30px;
            text-align: center;
        }
        section#contact-box2 {
            overflow: hidden;
            margin-top: -100px;
        }
        section#page-footer a.logo img {

            margin: 0 auto;
        }
        .owl-dots {
            width: max-content;
            margin: 15px auto 0px;
            z-index: 9999;
            position: relative;
        }

        .owl-carousel button.owl-dot {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0!important;
            font: 20px;
            width: 20px;
            height: 4px;
            background: #cdcdcd47;
            margin: 0px 4px;
        }
        button.owl-dot.active {
            background: #fbaf28;
        }
        section#iboxer-slide .container-owl {
            width: 100%;
            margin: 0 auto;
        }
}

@media (max-width: 375px) { 
	.form {
    zoom: 0.8 !important;
	}
}