@import url('https://fonts.googleapis.com/css?family=Arapey|Poppins:100,200,300,400,500,600,700,800,900|Source+Sans+Pro:200,300,400,600,700,900');
/*font-family: 'Source Sans Pro', sans-serif; */
@font-face {
	font-family: 'bodoni_bd_btbold';
	src: url('fonts/bodonbd-webfont.html') format('woff2'), url('fonts/bodonbd-webfont-2.html') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bodoni_bd_btbold_italic';
	src: url('fonts/bodonbi-webfont.html') format('woff2'), url('fonts/bodonbi-webfont-2.html') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	box-sizing: border-box;
}
a:hover {
	text-decoration: none;
}
body {
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
	font-size: 16px !important;
	background: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px !important;
	padding: 0px;
	font-family: 'bodoni_bd_btbold' !important;
}
ul,
p,
strong {
	margin: 0px !important;
	padding: 0px;
}
.glyphicon {
	font-size: 14px;
}
.fixed-header {
	color: #fff;
	background-color: #0d0d0f;
	text-align: center;
	border-top: solid 10px #de0144;
	font-family: 'PT Sans', sans-serif;
	-webkit-transition: all 0.4s ease;
	float: left;
	width: 100%;
	transition: all 0.4s ease;
	padding: 15px 0;
}
.fixed-header.sticky {
	position: fixed;
	width: 100%;
	z-index: 99;
	padding: 7px 0;
	left: 0;
	top: 0;
	border-top: solid 5px #de0144;
}
a:hover {
	color: #fff !important;
}
/*************Menu***************/
.container {
	width: 1200px;
	margin: 0 auto;
}
header .container {
	width: 80%;
}
.logo {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	position: relative;
	width: 300px;
}
.logo img {
	position: absolute;
	left: 0;
	top: 0;
}
.mobile-menu {
	float: left;
	width: 100%;
}
.menu ul {
	float: left;
	margin-left: 10% !important;
	display: inline-block;
}
ul#menu-home-2 {
	float: right;
	margin-right: 4% !important;
}
.menu ul li a {
	color: #fff;
}
.menu ul li {
	display: inline-block;
	position: relative;
	padding: 7px 10px;
}
.menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	float: left;
}
.menu ul li a:before {
	content: "";
	width: 0;
	position: absolute;
	left: -100%;
	bottom: 0px;
	border: solid #de0144;
	border-width: 1px 0 2px 0;
	height: 100%;
	opacity: 0;
	padding: 3px 0;
	transition: 0.5s;
}
.menu ul li a:hover:before {
	left: 0%;
	opacity: 1;
	transition: 0.5s;
	width: 100%;
}
/*************Menu-End***************/
/*************Banner***************/
.banner {
	float: left;
	width: 100%;
	position: relative;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.grabbing {
	cursor: url(grabbing.html) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 0;
	text-align: center;
}
.banner .owl-theme .owl-controls {
	margin-top: 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #de0144;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.html) no-repeat center center
}
/********Banner_contant*************/
.banner-contant {
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.banner-contant h2 {
	color: #fff;
	font-size: 100px;
	line-height: 110px;
	font-weight: bolder;
	font-style: italic;
	width: 100%;
}
.banner-contant a {
	background: #de0144;
	padding: 15px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
}
.hover_button {
	position: relative;
	overflow: hidden;
	background: #de0144;
	padding: 15px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
	font-size: 16px;
}
.hover_button::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.20);
	float: left;
	position: absolute;
	left: 0;
	top: -100%;
	transition: 0.6s;
}
.hover_button:hover:before {
	top: 0;
	transition: 0.6s;
}
/*************Banner-End***************/
.eyebrow-title {
	font-size: 60px;
	display: inline-block;
	font-style: italic;
	font-weight: bolder;
	margin: 0px;
	color: #fff;
}
.eyebrow-special-main {
	background: #de0144;
	float: left;
	width: 100%;
}
.eyebrow-special-main > img {
	float: left;
}
.eyebrow-special {
	float: left;
	text-align: center;
	height: 259px;
	background: #000;
	width: 45%;
	color: #fff;
	position: relative;
	padding: 30px 0;
}
.eyebrow-special:before {
	content: "";
	width: 7%;
	background: #de0144;
	height: 100%;
	float: right;
	position: absolute;
	right: -30px;
	top: 0;
	transform: skew(-10deg);
}
.eyebrow-special h3 {
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	font-weight: bolder;
	font-size: 35px;
	margin: 0px;
	color: #fff;
}
.eyebrow-special h4.eyebrow-title {
	color: #de0144;
	margin: 0px;
}
.eyebrow-special strike {
	color: #de0144;
	vertical-align: top;
	font-family: 'bodoni_bd_btbold';
	font-size: 24px;
	padding: 0 0 0 10px;
}
.price-new {
	width: 35%;
	position: relative;
	display: inline-block;
}
.price-new:before {
	content: "";
	width: 3px;
	height: 61%;
	background: #fff;
	float: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.price-new:last-child:before {
	display: none;
}
.price-new h4.eyebrow-title span {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-family: 'Poppins', sans-serif !important;
	font-weight: normal;
	position: absolute;
	left: 0;
	bottom: -15px;
	margin-top: 0;
	font-style: normal;
	letter-spacing: 1px;
}
.price-new h4.eyebrow-title {
	color: #de0144;
	margin: 0px;
	font-size: 38px;
}
/*********Welcome to Threading********************/
.welcome-threading {
	display: inline-block;
	width: 100%;
	background: url(../images/welcome-to-threading.jpg) top center;
	color: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.welcome-threading-contant {
	width: 63%;
	padding: 100px 0;
}
.welcome-threading-contant p {
	line-height: 36px;
	padding-bottom: 10px;
}
.welcome-threading h3 {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 36px;
	background: rgba(21, 20, 36, 0.89);
	padding: 15px 0;
	font-style: italic;
}
.welcome-threading h3 span {
	color: #de0144;
}
.eyebrow-services {
	text-align: center;
	display: inline-block;
	width: 100%;
	background: url(../images/services-bg.jpg) top center;
	color: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0;
}
.eyebrow-services ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.eyebrow-services li {
	display: inline-block;
	flex: 1 1 calc((100% / 4) - 1em);
	position: relative; /*float: left;*/
	margin: 0.5em;
	cursor: pointer;
}
.eyebrow-services li:nth-child(5) {
	display: none
}
.eyebrow-services li img {
	overflow: hidden;
	transition: 1s;
}
.eyebrow-services li:hover img {
	transform: scale(1.1);
	transition: 1s;
}
.eyebrow-services li h3 {
	position: absolute;
	font-size: 28px;
	top: 30px;
	left: 30px;
	color: #fff;
}
.eyebrow-services li span {
	position: relative;
	float: left;
	overflow: hidden;
}
.eyebrow-services li span:after {
	background: url(../images/threadting-bg.png) top center;
	display: inline-block;
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	float: left;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
}
.eyebrow-services li span:before {
	content: "";
	float: left;
	width: 94%;
	border: solid 1px rgba(255, 255, 255, 0.20);
	height: 93%;
	position: absolute;
	z-index: 9;
	top: 3%;
	left: 3%;
}
.eyebrow-services li img {
	float: left;
	width: 100%;
}
/******choose-us************/
.choose-us {
	float: left;
	width: 100%;
	background: url(../images/testimonial-bg.jpg) top center;
	padding: 60px 0;
	color: #fff;
	background-attachment: fixed;
	background-repeat: repeat;
	padding: 80px 0;
}
.choose-us .container {
	background: #000;
	overflow: hidden;
}
.choose-us img {
	width: 573px;
	float: left;
}
.why-choose {
	float: right;
	color: #fff;
	width: 51%;
	padding: 36px 60px 0 30px;
	background: #000;
}
.why-choose h3 {
	font-size: 30px;
	color: #de0144;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0px;
}
.why-choose ul li {
	width: 100%;
	float: left;
	display: inline-block;
	padding: 10px 0;
}
.why-choose p {
	margin: 0px;
}
/**********************/
.location {
	float: left;
	width: 100%;
	background: #de0144;
	padding: 40px 0;
}
.location li {
	display: inline-block;
	position: relative;
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
}
.location li:before {
	content: "";
	height: 100%;
	width: 2px;
	background: #0000004a;
	position: absolute;
	right: 0;
	transform: skew(-18deg);
}
.location li:last-child:before {
	content: none;
}
.location li h3 {
	display: inline-block;
	color: #fff;
	font-size: 50px;
	text-align: center;
}
.location li span {
	display: inline-block;
	text-align: left;
	padding-left: 7px;
	font-size: 20px;
	line-height: 19px;
	width: 36%;
}
/************Meet Our Team******************/
.meet-team .container {
	width: 1000px;
}
.meet-team {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
.meet-team .eyebrow-title {
	color: #333;
}
.meet-team ul {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 50px !important;
}
.meet-team ul li {
	float: left;
	width: 32.3%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 1% 1% 0px;
}
.meet-team ul li img {
	float: left;
	width: 100%;
	overflow: hidden;
	transition: 1s;
}
.meet-team ul li:hover img {
	transform: scale(1.1);
	transition: 1s;
}
.meet-team ul li h2 {
	font-size: 28px;
	text-align: center;
	background: rgba(0, 0, 0, 0.82);
	padding: 12px 0;
	color: #fff;
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 25px;
}
.meet-team ul li h2 span {
	font-size: 16px;
	width: 100%;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
/******************testimonial***************/
.testimonial {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/testimonial-bg.jpg) top center;
	padding: 60px 0;
	color: #fff;
	background-attachment: fixed;
	background-repeat: repeat;
}
.box {
	width: 330px;
	margin: 0 auto;
	position: relative;
	position: relative;
}
.box span:before {
	width: 50px;
	height: 50px;
	content: "";
	float: left;
	border: solid #de0144;
	position: absolute;
	border-width: 5px 0 0 5px;
	top: 0;
	left: 0;
}
.box span:after {
	width: 50px;
	height: 50px;
	content: "";
	float: left;
	border: solid #de0144;
	position: absolute;
	border-width: 5px 5px 0 0px;
	top: 0;
	right: 0;
}
.box small:before {
	width: 50px;
	height: 50px;
	content: "";
	float: left;
	border: solid #de0144;
	position: absolute;
	border-width: 0px 0px 5px 5px;
	bottom: 0;
	left: 0;
}
.box small:after {
	width: 50px;
	height: 50px;
	content: "";
	float: left;
	border: solid #de0144;
	position: absolute;
	border-width: 0px 5px 5px 0px;
	bottom: 0;
	right: 0;
}
.testimonial h2.eyebrow-title {
	padding: 0 0 40px 0;
}
.testimonial .item img {
	padding: 15px 10px 10px 10px;
}
.testimonial .item p {
	width: 53%;
	margin: 30px auto !important;
	font-size: 18px;
}
/******************************/


footer {
	float: left;
	width: 100%;
	background: url(../images/footer.jpg) top center;
	padding: 60px 0 0px 0;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat
}
footer .flex-container {
	display: flex;
	flex-wrap: wrap;
	width: 900px;
	margin-left: auto;
}
.address {
	float: right;
	/* width: 45%; */
	color: #fff;
	border: solid 3px #de0144;
	padding: 34px 20px;
	clear: both;
	position: relative;
	border-radius: 5px;
	flex: 1 1 calc((100% / 2) - 2em);
	margin: 1em;background: #000000a6;
}
.address ul {
	margin: 0px;
	padding: 0px;
}
.address ul li {
	display: flex;
	width: 100%;
	float: left;
	padding: 6px 0;
	justify-content: start;
	align-items: flex-start;
}
.address ul li img {
	float: left;
	margin: 4px 9px 0px 0;
}
.address ul li span {
	float: left;
	width: 90%;
}
.address h3 {
	float: left;
	background: #08080a;
	position: absolute;
	top: -23px;
	padding: 6px 20px;
	font-size: 30px;
	font-style: italic;
}
.copy-right {
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	text-align: center;
	margin-top: 30px;
	color: #6f6f6f;
}
.responsive-menu {
	display: none;
}
/******************Responsive****************************/
@media screen and (max-device-width: 992px) {
.mobile-menu {
	display: none;
}
.fixed-header {
	text-align: left;
	position: relative;
}
.logo {
	width: 260px;
	padding: 0px;
	float: left;
}
.responsive-menu {
	display: block;
	float: right;
	padding: 9px 0 0 0;
}
.sticky .responsive-menu {
	padding: 5px 0 0 0;
}
header {
	position: relative;
}
.mobile-menu {
	margin: 0;
	background: #de0144;
	width: 100%;
	left: 0;
	z-index: 9;
	position: absolute;
	top: 100%;
}
.menu ul li {
	width: 100%;
}
.logo img {
	position: relative;
	left: 0;
	top: 0;
	float: left;
}
.menu ul {
	width: 100%;
	margin: 0px !important;
}
ul#menu-home-2 {
	float: left;
	margin-right: 0% !important;
}
}
 @media screen and (max-device-width: 767px) and (orientation: portrait) {
.container,
.meet-team .container,
header .container {
	width: 92%;
	margin: 0 auto;
}
.logo {
	width: 230px;
}
.banner-contant {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	width: 100%;
	text-align: center;
	background: #000;
	padding: 20px 0 40px 0;
}
.owl-item:first-child .banner-contant {
	padding: 0px 0 40px 0;
}
.banner-contant h2 {
	font-size: 30px;
	line-height: 40px;
	width: 100%;
}
.banner-contant a,
.hover_button {
	padding: 5px 10px;
	font-size: 14px;
}
.eyebrow-special {
	height: auto;
	background: #000;
	width: 100%;
}
.eyebrow-special:before {
	display: none;
}
.eyebrow-title {
	font-size: 34px;
}
.eyebrow-special h3 {
	font-size: 22px;
}
.eyebrow-special strike {
	font-size: 20px;
}
.welcome-threading-contant {
	width: 100%;
}
.welcome-threading h3 span {
	width: 100%;
	display: inline-block;
}
.welcome-threading h3 {
	font-size: 28px;
}
.eyebrow-services li,
.meet-team ul li {
	width: 100%;
	margin: 2% 0;
	flex: 1 1 calc((100% / 1) - 1em);
}
.why-choose {
	width: 100%;
	padding: 36px 10px 0 10px;
}
.location li {
	width: 48%;
}
.location li span {
	padding-left: 0;
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.location li:nth-child(even) {
	float: right;
}
.location li:before {
	display: none;
}
.box {
	width: 100%;
}
.testimonial .item p {
	width: 100%;
}
footer .flex-container {
    width: 100%;
}
.address {
    flex: 1 1 calc((100% / 1) - 2em);
}
.address h3 {
	font-size: 24px;
}
.price-new {
	width: 100%;
	margin-bottom: 30px;
}
.price-new:before {
	display: none;
}
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
.container,
.meet-team .container {
	width: 92%;
	margin: 0 auto;
}
.banner-contant {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	width: 100%;
	text-align: center;
	background: #000;
	padding: 20px 0 40px 0;
}
.owl-item:first-child .banner-contant {
	padding: 0px 0 40px 0;
}
.banner-contant h2 {
	font-size: 25px;
	line-height: 30px;
	width: 100%;
}
.banner-contant a,
.hover_button {
	padding: 5px 10px;
	font-size: 14px;
}
.eyebrow-special {
	height: auto;
	background: #000;
	width: 100%;
}
.eyebrow-special:before {
	display: none;
}
.eyebrow-title {
	font-size: 34px;
}
.eyebrow-special h3 {
	font-size: 22px;
}
.eyebrow-special strike {
	font-size: 20px;
}
.welcome-threading-contant {
	width: 100%;
}
.welcome-threading h3 span {
	width: 100%;
	display: inline-block;
}
.welcome-threading h3 {
	font-size: 28px;
}
.eyebrow-services li,
.eyebrow-services li,
.meet-team ul li {
	width: 46%;
	margin: 1em;
	flex: 1 1 calc((100% / 2) - 2em);
}
.why-choose {
	width: 100%;
	padding: 36px 10px 0 10px;
}
.location li h3 {
	font-size: 32px;
}
.location li span {
	padding-left: 0px;
	font-size: 14px;
	line-height: 19px;
	width: 100%;
	text-align: center;
}
.testimonial .item p {
	width: 100%;
}

.address h3 {
	font-size: 24px;
}
.price-new {
	width: 49%;
}
footer .flex-container {
    width: 100%;
}

}
 @media (min-device-width: 768px) and (max-device-width: 992px) {
.container,
.meet-team .container {
	width: 92%;
	margin: 0 auto;
}
.eyebrow-special-main > img {
	width: 43%;
	height: 31%;
	object-fit: cover;
}
.eyebrow-special {
	height: 318px;
	width: 57%;
	padding: 12% 0 30px 0;
}
.price-new {
	width: 48%;
}
.price-new h4.eyebrow-title {
	font-size: 27px;
}
.price-new h4.eyebrow-title span {
	font-size: 13px;
}
.eyebrow-special:before {
	display: none;
}
.eyebrow-title {
	font-size: 36px;
}
.eyebrow-special h3 {
	font-size: 24px;
}
.eyebrow-special strike {
	font-size: 19px;
	padding: 0 0 0 0px;
}
.welcome-threading {
	background: url(../images/welcome-to-threading.jpg) top right;
}
.welcome-threading h3 {
	font-size: 26px;
}
.eyebrow-services li h3 {
	font-size: 24px;
}
.location li span {
	font-size: 14px;
	width: 44%;
}
.location li h3 {
	font-size: 36px;
}
.meet-team ul li h2 {
	font-size: 22px;
}
.meet-team ul li h2 span {
	font-size: 14px;
}

	 
.why-choose {
	width: 100%;
	padding: 36px 60px 0 30px;
}
.choose-us img {
	width: 100%;
}
.welcome-threading-contant p {
	line-height: 26px;
}
.banner-contant h2 {
	font-size: 40px;
	line-height: 40px;
}
.banner-contant a,
.hover_button {
	padding: 6px 11px;
	font-size: 13px;
}
.eyebrow-services li {
	flex: 1 1 calc((100% / 2) - 1em);
}
	 footer .flex-container {
    width: 100%;
}
}
 @media (min-device-width: 993px) and (max-device-width: 1300px) {
.container,
.meet-team .container,
header .container {
	width: 92%;
	margin: 0 auto;
}
header .container {
	width: 98%;
	margin: 0 auto;
}
.eyebrow-special-main > img {
	width: 50%;
	height: 41%;
	object-fit: cover;
}
.eyebrow-special {
	height: 315px;
	width: 50%;
	padding: 9% 0 30px 0;
}
.eyebrow-special:before {
	display: none;
}
.eyebrow-title {
	font-size: 36px;
}
.eyebrow-special h3 {
	font-size: 24px;
}
.eyebrow-special strike {
	font-size: 24px;
}
.welcome-threading {
	background: url(../images/welcome-to-threading.jpg) top right;
}
.welcome-threading h3 {
	font-size: 26px;
}
.eyebrow-services li h3 {
	font-size: 24px;
}
.location li span {
	font-size: 14px;
}
.location li h3 {
	font-size: 36px;
}
.meet-team ul li h2 {
	font-size: 22px;
}
.meet-team ul li h2 span {
	font-size: 14px;
}

.why-choose {
	width: 50%;
}
.choose-us img {
	width: 50%;
}
.banner-contant h2 {
	font-size: 70px;
	line-height: 70px;
}
.why-choose p {
	font-size: 14px;
	line-height: 22px;
}
.why-choose ul li {
	padding: 5px 0;
}
.menu ul {
	margin-left: 5% !important;
}
ul#menu-home-2 {
	float: right;
	margin-right: 0px !important;
}
.logo {
	width: 230px;
}
.price-new {
	width: 49%;
}
}
 @media (min-device-width: 1301px) and (max-device-width: 1500px) {
.eyebrow-special-main > img {
	float: left;
	width: 50%;
	height: 259px;
}
.eyebrow-special:before {
	width: 10%;
	right: -37px;
}
.price-new {
	width: 46%;
}
header .container {
	width: 98%;
	margin: 0 auto;
}
}
