@media (max-width: 1024px) { 

} 

@media (max-width: 768px) { 

}


@media (max-width: 767px) { 
.owl-dots {
    max-width: 320px;
	}
.serv-box {
    padding: 90px 20px 0;
    min-height: 500px;
}
.utb-box-txt {
    font-size: 11px;
    padding: 8px;
    margin-right: 1%;
    width: 49%;
    line-height: 14px;
}
.utb-box {
    width: 94%;
	margin-top: -240px;
}

div#big-slideshow h1 {
    font-size: 40px;
    line-height: 40px;
	    margin-top: -60px;
}
div#big-slideshow p {
    font-size: 22px;
    width: 80%;
    line-height: 26px;
	    margin: 0 auto 20px;
}
	/*------ #mobile-tags ------*/
	.offset-1, .offset-2, .offset-3, .offset-4, .offset-5 {
    margin-left: 0;
	}
	.d-non {display:none}
	.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;
}
.over-box {
position: relative;
background: #ffffffe6;
width: 100%;
height: auto;
backdrop-filter: blur(5px);
padding: 50px;
right: inherit;
transition: 0.5s;
}
.tap-box:hover .over-box {
right: 0;
}
.tap-box-left .over-box {
right: inherit;
left: inherit;
}
.tap-box-left:hover .over-box {
left: 0px;
}
section#footer h4 {
padding-top: 20px;
}
#top-head-tarnper .container {
border-bottom: 1px solid #e9e9e975;
padding: 10px 15px;
}
#top-head-tarnper a.logo img {
width: 50px;
margin-top: -15px;
}
#top-head-tarnper .navbar-light .navbar-toggler {
background: #fff;
border-color: #fff;
}
#top-head-tarnper .navbar {
padding: 3px 4px 12px 0px;
}
#top-head-tarnper .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;
}
#top-head-tarnper 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;
}
#top-head-tarnper .collapse.show a.close-menu-btn {
display: block;
}
#top-head-tarnper a.close-menu-btn svg {
width: 40px;
height: 40px;
fill: #ffffffb5;
}
.i-box {
min-height: 400px;
margin-bottom: 25px;
}
.i-box h2 {
bottom: 140px;
}
.i-box p {
bottom: 10px;
width: 100%;
}
.ngg-galleryoverview {
    width: 320px;
}
.ngg-gallery-thumbnail-box {
    width: 320px;
}
h1#parh {
    padding-top: 50px;
    font-size: 24px;
}
button.owl-prev, button.owl-next {
    top: 30%;
}
section#footer img.logo {
    width: 100px;
}
}

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