@media (max-width: 1440px) { 
} 

@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}
	.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;
}
#top-head-tarnper .container {
border-bottom: 1px solid #e9e9e975;
padding: 10px 15px;
}section#work-banner .button {
    width: 100%;
}
.ooffer-box {
    max-width: 100%;
}
.ooffer-item {
    width: 100%;
	margin-top: 20px;
}
.container-high h1 {
    font-size: 9.7vw;
    line-height: 9.5vw;
    text-align: center;
	padding-top: 45vh;
}
.ooffer-item p span {
    font-size: 25px;
}
section#work-banner {
    background-size: 200%;
    background-position: 85% 0%;
    background-repeat: no-repeat;
}
section#work-banner:before {
    background: linear-gradient(0deg,#f5f6f8 42%,#0000 55%);
}
.projectFactsWrap .item {
    width: 50%;
}

#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;
	}
}

@media (max-width: 375px) { 
	.form {
    zoom: 0.8 !important;
	}
}