@media (min-width: 1800px) and (max-width: 2300px) {
	.contacts {
		min-height: 900px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header .navs ul li {
		padding: 0px 10px;
	}

	.service-sec .service-block {
		padding: 0;
		position: relative;
	}

	.service-sec::before {
		content: '';
		text-align: left;
		color: #fff;
		font-size: 100px;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(52, 46, 54, 0.9);
		padding-top: 30%;
		color: rgba(255, 255, 255, 0.07);
		font-size: 0;
		font-weight: 600;
		text-transform: uppercase;
		overflow: hidden;
	}

	.service-sec .service-block .desc .service-head {
		margin-bottom: 20px;
		display: inline-block;
		width: 100%;
		border: 0;
	}

	.service-sec .service-block .desc .service-head h2 {
		font-size: 36px;
		font-weight: 600;
		text-transform: uppercase;
		padding-top: 15px;
		line-height: 1.3;
		color: #fff;
	}

	.service-sec .service-block .desc .service-head {
		margin-bottom: 10px;
		border: 0;
		width: 100%;
	}

	.service-sec .service-block .desc p::after {
		margin-top: 15px;
		content: '';
		display: block;
		width: 60px;
		height: 2px;
		background-color: #f00;
	}
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (max-width: 1199px) {
	.client-sec .client-left h2::after {
		position: unset;
		margin-top: 0;
		left: 0;
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border: 0;
		margin-left: 0;
		z-index: 1;
	}

	.client-sec .client-left h2 {
		font-size: 42px;
		font-weight: 600;
		line-height: 1.2;
		text-transform: uppercase;
		color: #000;
		position: relative;
		/* font-weight: 600; */
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.client-sec {
		padding: 50px 0 50px;
	}

	.client-sec .client-left {
		position: relative;
		margin-bottom: 20px;
	}

	.client-sec .client-left p {
		color: #6f6d70;
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
		padding-bottom: 0;
		font-family: 'Noto Sans', sans-serif;
	}

	.client-sec .client-left::after {
		content: '';
		display: inline-block;
		width: 60px;
		height: 2px;
		background-color: #f00;
		margin-top: 10px;
		position: absolute;
		bottom: 5px;
		left: 0;
	}
}

@media (max-width: 991px) {

	/* header .navs {
        display: none;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 999;
        position: relative;
        background: #595959;
    }*/
	header .navs {
		display: none;
		margin-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
		z-index: 999;
		position: absolute;
		background: #595959;
		left: 0;
		right: 0;
		height: 220px;
		width: 100%;
	}

	header .col-lg-8 {
		padding: 0;
		position: inherit;
	}

	.menu-btn {
		display: block;
	}


	header .navs ul,
	.header-st .navs ul {
		margin: 0;
		padding: 0;
		display: block;
		height: 100%;
		float: none;
	}

	header .navs ul li {
		display: block;
		text-align: left;
		padding: 8px 0px;
	}

	header .navs ul li a {
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		padding: 10px 0;
		position: relative;
		font-weight: 400;
	}

	header .navs ul li a:hover {
		color: #fff;
	}

	header .navs ul .active a {
		color: #fff;
		font-weight: 600;
	}

	header .navs ul li a::before {
		content: '';
		background-color: #fff;
	}

	header .navs ul .active a::before {
		content: '';
		background-color: #fff;
	}

	header .navs ul li.active a::before {
		content: '';
		display: block;
		position: absolute;
		bottom: 2px;
		left: 0;
		height: 2px;
		width: 100%;
		background-color: #fff;
		transform-origin: left center;
		transform: scale(1, 1);
		transition: color .1s, transform .2s ease-out;
	}

	header .navs ul li.active a {
		color: #fff;
	}

	/* end of header */
	.main-slider .slide-item .wpt_rotate_left,
	.main-slider .slide-item .wpt_rotate_right {
		display: none;
	}

	.main-slider .slide-item .quote {
		display: none;
	}

	.slide-item .page_first_bg {
		display: none;
	}

	.slider .main-slider .slide-item::before {
		content: '';
		background-color: rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.main-slider .slick-dots {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.slider .main-slider .slide-item .caption {
		position: absolute;
		left: 5%;
		right: 5%;
		top: 20%;
		z-index: 2;
		width: 50%;
	}

	.slick-slide img {
		display: block;
		margin: 0 auto;
	}

	.about-sec .about_text h2::after {
		position: unset;
		margin: 0;
		content: '';
		width: 0;
		height: 0;
		border: none;
	}

	.about-sec .about_text h2 {
		font-size: 42px;
		font-weight: 600;
		line-height: 1.5;
		text-transform: uppercase;
		color: #000;
		position: relative;
		font-weight: 600;
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.about-sec .about_text p.psm-0 {
		padding-bottom: 0;
	}

	.about-sec::before {
		content: '';
		text-align: left;
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		opacity: 0;
		color: #000;
		font-size: 0;
		font-weight: 600;
		text-transform: uppercase;
		padding-top: 0;
	}

	.about-slider-section .promo_text {
		position: unset;
		bottom: 0;
		right: 0;
		opacity: 0;
		color: black;
		font-size: 0;
		font-weight: 600;
		text-transform: uppercase;
	}

	.about-sec .about_text {
		padding-right: 0;
		position: relative;
	}

	.service-sec .service-block {
		padding: 0;
		position: relative;
	}

	.service-sec::before {
		content: '';
		text-align: left;
		color: #fff;
		font-size: 100px;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(52, 46, 54, 0.9);
		padding-top: 30%;
		color: rgba(255, 255, 255, 0.07);
		font-size: 0;
		font-weight: 600;
		text-transform: uppercase;
		overflow: hidden;
	}

	.service-sec .service-block .desc .service-head {
		margin-bottom: 20px;
		display: inline-block;
		width: 100%;
		border: 0;
	}

	.service-sec .service-block .desc .service-head h2 {
		font-size: 42px;
		font-weight: 600;
		text-transform: uppercase;
		padding-top: 15px;
		line-height: 1.3;
		color: #fff;
	}

	.service-sec .service-block .desc .service-head {
		margin-bottom: 10px;
		border: 0;
		width: 100%;
	}

	.service-sec .service-block .desc p::after {
		margin-top: 15px;
		content: '';
		display: block;
		width: 60px;
		height: 2px;
		background-color: #f00;
	}

	.contacts::before {
		content: '';
		text-align: left;
		color: #fff;
		font-size: 100px;
		display: block;
		width: 0;
		z-index: 1;
		height: 0;
		position: unset;
		background: none;
		padding-top: 0;
		color: rgba(255, 255, 255, 0.1);
		font-size: 0;
		font-weight: 600;
		text-transform: uppercase;
	}

	.contacts .contact-left .cont-head h2::after {
		position: unset;
		margin-top: 0;
		left: 0px;
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border: 0;
		margin-left: 0;
		z-index: 9999;
	}

	.contacts .contact-left .cont-head h2 {
		font-size: 40px;
		font-weight: 600;
		text-transform: uppercase;
		padding-top: 15px;
		line-height: 1.2;
		color: #fff;
	}

	.contacts .contact-left .cont-head {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.contacts .email-box {
		padding-left: 20px;
		padding-top: 30px;
	}


}

@media (max-width:767px) {

	header .logo {
		text-align: left;
	}

	.slider .main-slider .slide-item .caption .desc p {
		max-width: 500px;
		font-size: 18px;
	}

	.contacts .contact-left .cont-head {
		text-align: center;
	}

	.contacts .submit-btn {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.client-sec .client-left h2 {
		text-align: center;
	}

	.client-sec .client-left p {
		text-align: center;
	}

	.client-sec .client-left::after {
		position: absolute;
		bottom: 5px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.service-sec .service-block .desc .service-head h2 {
		text-align: center;
	}

	.service-sec .service-block .desc p {
		text-align: center;
	}

	.service-sec .service-block .desc p::after {
		margin-top: 15px;
		content: '';
		display: block;
		width: 0;
		height: 0;
		background-color: transparent;
	}

	.service-box .sc-box {
		text-align: center;
	}

	.about-sec .about_text {
		text-align: center;
	}

	.about-sec .about_text h2 {
		/* min-height: 285px; */
		text-align: center !important;
	}

	.service-sec .service-block .service-box h5::after {
		content: '';
		display: block;
		width: 30px;
		height: 0;
		background: transparent;
		margin-top: 0;
		margin-bottom: 0;
	}

	.about-sec .about_text::after {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		background-color: #f00;
		margin-top: 10px;
		position: absolute;
		bottom: 5px;
		left: 0;
	}

	.header-st.affix {
		position: fixed;
		box-shadow: 0;
		-webkit-animation: fadeInDown 0.9s ease;
		-moz-animation: fadeInDown 0.9s ease;
		animation: fadeInDown 0.9s ease;
		z-index: 9999;
		background: rgba(255, 255, 255, 0.1);
		top: 0;
		width: 100%;
		padding: 10px 0;
	}

	header {
		background: rgba(255, 255, 255, 0.1);
	}

	.copy-txt {
		position: absolute;
		z-index: 1;
		color: #afabab;
		bottom: 10px;
		font-size: 14px;
		left: 0;
		right: 0;
		text-align: center;
	}

	.privacy-links {
		position: absolute;
		left: 0;
		bottom: 35px;
		right: 0;
		text-align: center;
	}
}

@media (max-width:575px) {
	.slider .main-slider .slide-item .caption .desc h2 {
		max-width: 500px;
		font-size: 26px;
	}

	.slider .main-slider .slide-item .caption .desc p {
		max-width: 500px;
		font-size: 22px;
		margin-bottom: 30px;
	}

	.slider .main-slider .slide-item .caption .desc p::after {
		/* content: ; */
		content: '';
		height: 0;
		width: 0;
		bottom: 0;
		position: unset;
	}

	.main-slider .slick-dots {
		position: absolute;
		bottom: 5px;
	}

	.service-sec .service-block .service-box {
		padding: 30px 15px;
	}

	.contacts .email-box {
		padding-left: 30px;
		padding-top: 30px;
	}

	.contacts .contact-right {
		padding: 40px 20px 20px;
		position: relative;
		z-index: 4;
	}

	.client-testimonial .slide-item .test-card {
		min-height: 285px;
	}

	header .logo img {
		height: 40px;
		width: auto;
	}

	.contacts .email-box {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.privacy-links {
		text-align: center;
		margin-bottom: 20px;
	}

	.about-sec .about_text h2 {
		font-size: 45px;
		line-height: 1;
		text-transform: uppercase;
		color: #000;
		font-weight: 500;
	}

	.service-sec .service-block .desc .service-head h2 {
		font-size: 45px;
		font-weight: 500;
		text-transform: uppercase;
		padding-top: 15px;
		line-height: 1;
		color: #fff;
	}

	.client-sec .client-left h2 {
		font-size: 45px;
		font-weight: 500;
		line-height: 1;
		text-transform: uppercase;
		color: #000;
		position: relative;
		/* font-weight: 600; */
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.contacts .contact-left .cont-head h2 {
		font-size: 45px;
		font-weight: 500;
		text-transform: uppercase;
		padding-top: 15px;
		line-height: 1;
		color: #fff;
	}

	.slider .main-slider .slide-item .caption .desc h2 {
		line-height: 1;
	}

	.about-slider-section {
		display: none;
	}


	.slider .main-slider .slide-item img.small-device {
		display: block;
	}

	.slider .main-slider .slide-item img.desktop-view {
		display: none;
	}

	.slider .main-slider .slide-item .caption {
		position: absolute;
		left: 5%;
		right: 5%;
		top: 10%;
		z-index: 2;
		width: 70%;
	}

	.privacy-links {
		position: absolute;
		left: 0;
		bottom: 20px;
		right: 0;
		z-index: 999;
	}

	.contacts {
		min-height: 850px;
	}

	.copy-txt {
		position: absolute;
		z-index: 1;
		color: #afabab;
		bottom: 10px;
		font-size: 14px;
		left: 0;
		right: 0;
		text-align: center;
	}
}

@media (max-width:480px) {
	.slider .main-slider .slide-item .caption .desc .get-started {
		display: none;
	}

	.about-sec .about_text h2 {
		font-size: 45px;
		line-height: 1;
		text-transform: uppercase;
		color: #000;
		font-weight: 500;
	}

	.service-sec .service-block .desc .service-head h2 {
		font-size: 45px;
		font-weight: 500;
		text-transform: uppercase;
		padding-top: 15px;
		line-height: 1;
		color: #fff;
	}

	.client-sec .client-left h2 {
		font-size: 45px;
		font-weight: 500;
		line-height: 1;
		text-transform: uppercase;
		color: #000;
		position: relative;
		/* font-weight: 600; */
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.contacts .contact-left .cont-head h2 {
		font-size: 45px;
		font-weight: 500;
		text-transform: uppercase;
		padding-top: 15px;
		line-height: 1;
		color: #fff;
	}

	.client-testimonial .slide-item .test-card {
		text-align: center;
		position: relative;
		background: #222;
		border-radius: 10px;
		padding: 15px;
		min-height: 335px;
	}

}

@media (min-width: 320px) and (max-width: 360px) {
	.slider .main-slider .slide-item .caption .desc h2 {
		font-size: 20px;
	}

	.slider .main-slider .slide-item .caption .desc p {
		font-size: 14px;
	}

	.contacts .email-box {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
