/* @font-face {
    font-family: 'Blacksword';
    src: url('../fonts/Blacksword.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    } */
    @font-face {
    	font-family: 'slick';
    	src: url('../fonts/slick.ttf') format('truetype');
    	font-weight: normal;
    	font-style: normal;
    	font-display: swap;
    }
    @font-face {
    	font-family: 'slick';
    	src: url('../fonts/slick.woff') format('woff');
    	font-weight: normal;
    	font-style: normal;
    	font-display: swap;
    }
    @font-face {
    	font-family: 'slick';
    	src: url('../fonts/slick.svg') format('svg');
    	font-weight: normal;
    	font-style: normal;
    	font-display: swap;
    }
    @font-face {
    	font-family: 'slick';
    	src: url('../fonts/slick.eot') format('eot');
    	font-weight: normal;
    	font-style: normal;
    	font-display: swap;
    }
    h1, h2, h3, h4, h5, h6 {
    	/*  font-family: 'Blacksword'; */
    	/*  font-family: 'Hallenger Serif Font'; */
    }
    html {
    	scroll-behavior: smooth;
    }
    ul, ol {
    	padding: 0;
    	margin: 0;
    	list-style: none;
    }
    ul li, ol li {
    	margin-bottom: 0px;
    	line-height: inherit;
    }
    a {
    	color: #ffc652;
    	transition: all ease 300ms;
    }
    a:hover {
    	color: #332e2d !important;
    	text-decoration: none;
    }

    /* For WebKit browsers (Chrome, Safari) */
    ::-webkit-scrollbar {
    	width: 12px;
    }

    ::-webkit-scrollbar-thumb {
    	background-color: #000; /* Change this to your desired color */
    }

    ::-webkit-scrollbar-track {
    	background-color: #f0f0f0; /* Change this to your desired color */
    }

    body .container {
    	max-width: 1180px;
    	padding-left: 15px;
    	padding-right: 15px;
    }

    .home .top-header {
    	background-color: #0078b7;
    	padding: 7px;
    	position: relative;
    	z-index: 999;
    	width: 100%;
    	background-color: transparent;
    	top: 12px;
    }

    .top-header {
    	background-color: #000;
    	padding: 13px;
    	width: 100%;
    }
    .info-address span {
    	color: #fff;
    	font-size: 15px;
    	display: flex;
    	line-height: 23px;
    }
    .info-address span i{
    	color: #c2908f; 
    	padding-right: 11px;
    }
    .infoemail-header a{
    	font-size: 15px;
    	color:#fff;
    	padding-right: 19px;
    	font-weight: normal;
    }
    .infoemail-header a i{
    	color: #fff; 
    	padding-right: 11px; 
    	font-size: 14px;
    	vertical-align: middle;
    }
    .footer-social-icons ul{
    	display: inline-flex;
    }
    .footer-social-icons ul li{
    	padding-right: 14px;
    }
    .home  .footer-social-icons ul li a{
    	background-color: transparent;
    	color: #000000;
    	transition: all ease 300ms;
    	width: 35px;
    	height: 35px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	border: 2px solid #000000;
    	border-radius: 50px; 
    	padding-top: 3px;
    	padding-left: 0px;
    	padding-bottom: 3px;
    }
    .footer-social-icons ul li a{
    	background-color: #000;
    	color: #fff;
    	transition: all ease 300ms;
    	width: 28px;
    	height: 28px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	border: 3px solid #fff;
    	border-radius: 50px; 
    	padding-top: 3px;
    	padding-left: 0px;
    	padding-bottom: 3px;
    }
    footer#colophon {
    	background-color: #000000;
    	padding-top: 50px;
    	/*padding-bottom: 30px;*/
    }
    footer#colophon .footer-container{
    	padding-bottom: 50px;
    }
    #bottom_to_top {
    	position: fixed;
    	bottom: 20px;
    	right: 20px;
    	width: 50px;
    	height: 50px;
    	z-index: 999;
    	background: #000;
    	border-radius: 50px;
    	color: #fff;
    	border:none;
    	font-size: 20px;
    	justify-content: center;
    	align-items: center;
    	transition: all linear .25s;
    	cursor: pointer;
    	padding: 0 !important;
    }
    #bottom_to_top:hover {
    	background-color: #ffff;
    	color: #000;
    }
    span.footer-copyright p{
    	text-align: center;
    	color: #ffffff;
    	font-size: 15px;
    	font-weight: 300;   
    	margin-bottom: 0;
    }
    .footer-col-div ul#primary-menu li a {
    	color: #ffffff;
    	font-size: 16px;
    	display: inline-block;
    }
    .footer-col-div ul#primary-menu {
    	display: inline-flex;
    }
    .footer-col-div ul#primary-menu li::after {
    	content: "";
    	color: #fff;
    	position: relative;
    	font-weight: 600;
    	right: 14px;
    	top: -20px;
    	display: block;
    	border-right: 1px solid #fff;
    	height: 15px;
    	width: 2px;
    }
    .footer-col-div ul li:first-child::after{
    	/*display: none !important;*/
    }
    .footer-col-div ul#primary-menu li{
    	padding-right: 25px;
    }
    footer#colophon .footer-social-icons ul li a i {
    	color: #fff !important;
    }

    footer#colophon  .footer-col-div ul#primary-menu li:last-child::after{
    	display: block;
    }
    footer#colophon .footer-social-icons {
    	text-align: center;
    	float: none;
    }

    .main-navigation a {
    	display: block;
    	text-decoration: none;
    	color: #000000;
    	font-size: 15px;
    	text-transform: capitalize;
    }
    .main-navigation ul{
    	float: right;

    }
    ul#primary-menu li::after {
    	content: "|";
    	color: #000;
    	position: absolute;
    	font-weight: 400;
    	right: 9px;
    	top: 0px;
    	display: block;
    }
    ul#primary-menu li:last-child::after{
    	display: none;
    }
    .main-navigation li {
    	padding-right: 10px;
    }
    .infoemail-header{

    }
    .footer-social-icons{
    	float: right;
    }
    .info-address{
/*    display: flex;
justify-content: center;*/
display: inline-block;
}

.post, .page{
	margin: 0;
	/*overflow-x: hidden;*/
}

.home .main-header {
	display: inline-block;
	width: 100%;
	padding: 3px;
	background-color: transparent;
}
.main-header {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding: 25px;
}
.home h1.entry-title{
	display: none;
}
body{
/*	overflow-x: auto;
overflow-y: scroll;*/
line-height: normal;
}
a.head-phones:hover{
	color:#0078b7;
}
.call-to-action a {
    background: #c2908f;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
	margin-left:20px;
}
.call-to-action a:nth-last-child {
    background: #c2908f;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.home .top-header .footer-row .head3 a{
	color: #000000;
	font-size: 14px;
}

.top-header .footer-row .head3 a{
	color: #fff;
	font-size: 14px;
}
.top-header .footer-row .head3 span{
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
}
.top-header .footer-row .head3 {
    display: flex;
    justify-content: end;
    align-items: center;
}
.call-to-action{
	padding-left: 30px;
}

.main-navigation li a{
	padding-right: 9px;
}
.main-navigation li.current_page_item a {
	color: #d8b2aa;
	font-weight: bold;	
}
/*.main-navigation li.current_page_item a {
	color: #0078b7;
	}*/
	body .main-header .main-navigation li a:hover{
		color: #000 !important;
	}
	.bottom-footer {
		background-color: #3d3d3d;
		padding: 8px;
	}
	footer#colophon h3.widget-title {
		color: #0078b7;
		font-size: 20px;
		font-weight: bold;
	}
	footer#colophon .menu-footer_menu-container ul li a {
		color: #606060;
		font-size: 15px;
		text-transform: capitalize;
		font-weight: 400;
	}
	footer#colophon ul#menu-footer-2 li a{
		color: #606060;
		font-size: 15px;
		text-transform: capitalize;
		font-weight: 400;   
	}
	footer#colophon div#text-2 p {
		color: #606060;
		font-size: 15px;
		/* line-height: 26px;*/
	}
	footer#colophon .footer-social-icons ul li a i{
		padding-top: 4px;
	}
	footer#colophon .phone-no-header i{
		color: #c2908f;
		padding-right: 11px;
	}
	footer#colophon .infoemail-header a{
		color: #fff;
		font-size: 15px;
	}
footer#colophon .infoemail-header a:hover{
	color: #c2908f !important;
}
	footer#colophon .infoemail-header i{
		color: #c2908f;
		padding-right: 11px;
	}
	footer#colophon .phone-no-header a{
		color: #ffffff;
		font-size: 15px;
	}
footer#colophon .phone-no-header a:hover{
	color: #c2908f !important;
}

	ul#menu-footer_menu li{
		line-height: 28px;
	}
	div#nav_menu-3 {
		padding-top: 23px;
	}
	div#nav_menu-3 ul li {
		line-height: 28px;
	}
	.about-sec {
		text-align: center;
	}
	.about-sec p{
		line-height: 23px;
		font-size: 20px;
		color: #000000;
	}
	body .about-sec .btn-links button{
		font-size: 30px;
		border-radius: 50px;  
		background-image: unset; 
	}
	h2.theme-heading{
		font-size: 50px;
	}
	.about-sec{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.wpls-logo-showcase .wpls-logo-cnt.slick-slide .wpls-fix-box img {
		/* width: 300px !important;*/
	}
	body .wpls-logo-slider.wpls-center .slick-slide {
		opacity: 1 !important;
	}

	.partners-p {
		line-height: 26px;
		font-size: 16px;
		color: #000000;
	}
	.partners-sec .partners-p{
		text-align: center;
	}
	.partners-sec .partners-p p{
		font-size: 24px;
		line-height: 1.4;
	}
	.partners-sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.industries-sec{
		padding-top: 50px;
		padding-bottom:50px;
		background-image: url(/wp-content/uploads/2024/01/indus-bg-1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-id-197 .subheader{
		/* display:none;*/
	}
	.faq-title{
		background-image: url(/wp-content/uploads/2024/01/kaow4246.jpg);
		background-position: 14% -7px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-attachment: fixed;
		padding-top: 80px;
		padding-bottom: : 80px;
		box-shadow:inset 0 0 0 1000px rgba(0,0,0,.25);
	}
	.faq-title p{
		background-color: #000;
		display: table;
		padding: 12px 20px;
		border-radius: 40px;
		margin: 15px auto;
		line-height: normal;
		color: #fff;
		font-size: 16px;
	}
	.faq-title p:empty{
		display: none;
	}
	.serv-sec2{
		padding-bottom: 70px;
	}
	.merchants-sec h3{
		font-size: 25px;
		color:#fff;
	}
	.serv-sec .serv-box h4 , .serv-sec2 .serv-box h4{
		font-size: 23px;
		font-weight: bold;
		color: #fff;
	}
	.serv-sec .serv-box p , .serv-sec2 .serv-box p {
		font-size: 16px;
		line-height: 23px;
		color: #fff;   
	}
	.serv-sec2  .vc_column-inner {
		padding-top: 0 !important;
	}
	.partners-sec .vc_column-inner {
		padding-top: 0 !important;
	}
	h2.sec-heading{
		font-size: 50px;
	}
	.serv-sec .serv-box{
		border: 1px solid #99c9e2;
		border-top: none;
	}
	.serv-sec .serv-box:first-child{
		border-left: none;
	}
	.serv-sec .serv-box:last-child{
		border-right: none;
	}
	.serv-sec2  .serv-box{
		border: 1px solid #99c9e2;
		border-top: none;
		border-bottom: none;
		padding-top: 50px;
	}
	.serv-sec2  .serv-box:first-child{
		border-left: none;
	}
	.serv-sec2 .serv-box:last-child{
		border-right: none;
	}
	.banners-sec{
		background-image: url('/wp-content/uploads/2024/01/banner-bg.jpg');
		background-repeat: no-repeat;
		background-position: 10% -111px;
		padding-top: 60px;
		padding-bottom: 60px;
		background-size: inherit;
	}
	form#gform_4 input {
		border-radius: 30px;
		border: none;
		padding: 10px 22px;
		color: #000000;
		margin-bottom: 0px;
		font-weight: 500;
	}
	form#gform_4 textarea {
		border-radius: 15px;
		border: none;
		padding: 4px 22px;
		color: #000000;
		font-weight: 500;
	}
	.banners-sec  .gforms-bg{
		background-image: url('/wp-content/uploads/2024/01/trans-bg.png');
		border-radius: 25px;
		background-repeat: no-repeat;
	}
	.banners-sec  .conte-textp h2 {
		font-size: 38px;
		font-weight: bold;
	}
	.conte-textp {
		padding-top: 40px;
	}
	.conte-textp p{
		line-height: 23px;
	}
	.banners-sec  .gforms-bg .vc_column-inner{
		padding-left: 25px;
		padding-right: 25px;  
	}
	form#gform_4  .gform_footer.top_label{
		margin: 0;
		padding: 0;
	}
	form#gform_4 {
		padding-bottom: 30px;
	}
	.main-testis form#gform_4 input#gform_submit_button_4{
		margin-top: 20px;
	}
	form#gform_4 input#gform_submit_button_4{
		background-color: #000000;
		cursor: pointer;
		color: #fff;
		font-size: 20px;
		text-transform: capitalize;
		padding: 15px 35px;
		border: 1px solid #cccc;
		letter-spacing: 1px;
		margin-top: 11px;
	}
	form#gform_4 input#gform_submit_button_2:hover{
		color: #000 !important;
		background-color: #000;
		border: 1px solid #cccc;  
	}
	.page-content, .entry-content, .entry-summary{
		margin: 0;
	}
	body .about-sec .btn-links button:hover{
		color: #fff !important;
		background-color: #000 !important;
		border: 1px solid #cccc;
	}
	.serv-sec2 .serv-box {
		text-align: center;
	}
	.serv-sec2 .serv-box a{
		font-weight: bold;
		color:#fff;
	}
	span.footer-copyright p a {
		font-weight: bold;
		color: #fff;
	}
	.latestposts-sec h2.vc_custom_heading.theme-heading {
		font-size: 50px;
	}
	.latestposts-sec p{
		font-size: 16px;
		color: #3f3f3f;
		/*line-height: 26px;*/
		max-width: 75%;
		margin: 0 auto;  
		padding-bottom: 20px; 
	}
	body .posts-secs .blogs-content {
		background-color: #ffffff;
		width: 92%;
		position: relative;
		top: -88px;
		left: 15px;
		padding-left: 18px;
		border: 1px solid #ccc;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0;
		padding-right: 13px;
	}
	body .posts-secs .blogs-content p span {
		max-width: inherit;
		padding-top: 0px;

	}
	body .posts-secs .blogs-content p {
		max-width: initial;
		font-size: 15px;
		color: #3d3d3d;
		padding-bottom: 0;
		padding-top: 10px;
	}
	body .posts-secs .blogs-content h3{
		line-height: 20px;
	}
	body .posts-secs .blogs-content h3 a{
		color: #222222;
		font-size: 19px;
		font-weight: bold;
		line-height: 20px;
		text-transform: capitalize;
	}
	body .posts-secs .blogs-content p i{
		color: #c2908f;
		font-size: 26px;
		padding-top: 13px;  
		cursor: pointer; 
	}
	.subscr-secs .subscr-p h2{
		font-size: 40px;
		font-weight: bold;
	}
	.subscr-secs .subscr-p p{
		font-size: 20px;
		color: #000000;
	}

	#gform_1 input#gform_submit_button_1 {
		background-color: #000000;
		font-size: 25px;
		color: #fff;
		font-weight: bold;
		padding: 17px 0px;
		cursor: pointer;
		border: none;
	}
	#gform_1  input#input_1_1 {
		border-radius: 0;
		font-style: italic;
		font-size: 20px;
		color: #0f0909;
		padding: 17px 40px;
		border: none;
		background-color: transparent;
		border-bottom: 2px solid;
		margin-left: 23px;
	}
	.subscr-secs{
		background-image: url('/wp-content/uploads/2024/01/subs-bg-1.png');
		background-repeat: no-repeat;
		background-position: 57% -21px;
		padding-top: 100px;
		padding-bottom: 50px;
		margin-top:-38px;
	}
/*form#gform_1 div#gform_fields_1 {
    grid-column-gap: 0 !important;
    }*/
    #gform_1 input#gform_submit_button_1:hover{
    	color: #fff;
    	background-color: #c2908f;
    }
    footer#colophon .menu-footer_menu-container ul li a:hover{
    	color:#0078b7 !important;
    }
    ul#menu-footer_menu li a.current_page_item a{
    	color: #0078b7 !important;
    	font-weight: bold;
    }
    ul#menu-footer_menu li a.current_page_item a:hover{
    	color: #0078b7 !important;
    	font-weight: bold;
    }
    .ctesti-secs{
   /* background-image: url(http://localhost/shariq/clearchargesolutions/php/wp-content/uploads/2024/01/bluestar-bg.png), 
   url(http://localhost/shariq/clearchargesolutions/php/wp-content/uploads/2024/01/greybg.png);*/
   background: linear-gradient(90deg,#2089c0 50%,#ffffff 50%);
   padding-top: 100px;
   padding-bottom: 100px;
}
.ctesti-secs .test-bgs {
	background: url(/wp-content/uploads/2024/01/greybg.png) !important;
	background-position: -103% 135% !important;
	background-color: #ffffff !important;
	background-repeat: no-repeat !important;
}

.ctesti-secs  .gforms-bg .vc_column-inner {
/*    padding-left: 60px;
    padding-right: 60px;
    padding-top: 70px;
    padding-bottom: 81px;*/
/*    background-repeat: no-repeat !important;
background-position: 152% 20% !important;*/
}
.latestposts-sec {
	padding-top: 50px;
}
.ctesti-secs  .gforms-bg  h3{
	font-size: 44px;
	color: #fff;
}
.ctesti-secs  .gforms-bg  h4{
	font-size: 30px;
	color: #fff; 
}
.ctesti-secs  .gforms-bg p{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	padding-top: 10px;
}
.ctesti-secs  .gforms-bg {
	padding-right: 40px;
}
.ctesti-secs .test-bgs h3{
	font-size: 40px;
	text-transform: capitalize;
	padding-bottom: 90px;
}
.ctesti-secs .test-bgs .testi-textp{
	padding-left: 70px;
}
.ctesti-secs .test-bgs .testi-textp p{
	font-size: 19px;
	line-height: 26px;  
	padding-top: 40px;
}
.ctesti-secs .test-bgs .testi-textp p:before{
	content: "";
	position: absolute;
	top: 10em;
	width: 23px;
	height: 19px;
	display: block;
	background: url(/wp-content/uploads/2024/01/beforequote.png);
	background-size: cover;
	background-repeat: no-repeat;
	left: 3em; 
}

.ctesti-secs .test-bgs .testi-textp p:after{
	content: "";
	position: absolute;
	bottom: 8em;
	width: 23px;
	height: 19px;
	display: block;
	background: url(/wp-content/uploads/2024/01/after-qiote.png);
	background-size: cover;
	background-repeat: no-repeat;
	right: 1em; 
}
.ctesti-secs .test-bgs .testi-revs {
	padding-left: 70px;
}
.ctesti-secs .test-bgs .testi-revs .testis-img {
	float: left;
}
.ctesti-secs .test-bgs  .testi-names{
	float: right;
	padding-left: 20px;
}
.testi-user{
/*	display: flex;
align-items: end;*/
}
.ctesti-secs .test-bgs  .testi-names h4{
	font-size: 25px;
	margin-bottom: 0;
}
.ctesti-secs .test-bgs  .testi-names p{
	color: #000000;
	font-size: 18px;
	margin-bottom: 0;  
}
.ctesti-secs .test-bgs  .testi-names .star-raitjng{
	display: flex;
}
.clas-wi {
	width: 75%;
	margin-left: auto !important;
	padding-right: 60px;
}
.class-wj {
	width: 75%;
	margin-right: auto !important;
}
.class-wj {
	padding: 0 83px;
}
.main-testis .gforms-bg{
	/*background-image:url('/wp-content/uploads/2024/01/bluestar-bg.png');*/
	background-repeat:no-repeat;
	background-color: #ededed !important;
	padding-top: 85px;
	padding-bottom: 85px;
	background-position: -43% 130px;
}
.home .main-testis {
	padding-top: 60px;
	padding-bottom:0px;   
}
.main-testis {
	padding-top: 0px;
	padding-bottom:0px;   
}
.main-testis .test-bgs{
	background-image: url('/wp-content/uploads/2024/02/testi-banner.jpg');
	background-repeat: no-repeat;
	padding-top: 131px;
	padding-bottom: 0px;
	background-position: 100% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-testis  .gforms-bg h3 {
	font-size: 40px;
	color: #000000;
	font-weight: bold;
}
.main-testis  .gforms-bg h4 {
	font-size: 30px;
	color: #000000;
}
.main-testis .gforms-bg p {
	font-size: 15px;
	color: #000;
	/*line-height: 26px;*/
	padding-top: 10px;
}
.main-testis .test-bgs .testi-textp p {
	font-size: 20px;
	padding-top: 85px;
	color: #000000;
}
.main-testis  .test-bgs .testi-textp {
	/* padding-left: 70px;*/
}
.main-testis  .test-bgs h3 {
	font-size: 40px;
	text-transform: capitalize;
	padding-bottom: 20px;
	font-weight: bold;
}
.main-testis .test-bgs .testi-textp p:before {
	content: "";
	position: absolute;
	top: 10em;
	width: 23px;
	height: 19px;
	display: block;
	background: url('/wp-content/uploads/2024/02/beforequote.png');
	background-size: cover;
	background-repeat: no-repeat;
	left: -2em;
}

.main-testis .test-bgs .testi-textp p:after {
	content: "";
	position: absolute;
	bottom: 5em;
	width: 23px;
	height: 19px;
	display: block;
	background: url('/wp-content/uploads/2024/02/after-qiote.png');
	background-size: cover;
	background-repeat: no-repeat;
	right: -2em;
}
.main-testis  .test-bgs .testi-revs .testis-img {
	float: left;
}
.main-testis .test-bgs .testi-names {
	/*padding-left: 20px;*/
/* 	display: inline-block;
	position: relative;
	top: 20px; */
}
.main-testis .test-bgs .testi-names h4 {
	font-size: 25px;
	margin-bottom: 0;
}
.main-testis  .test-bgs .testi-names p {
	color: #000000;
	font-size: 18px;
	margin-bottom: 0;
}
.main-testis  .test-bgs .testi-names .star-raitjng {
	display: block;
}
.main-testis .gforms-bg form#gform_2 input{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid;
	font-size: 16px;
	color:#000;
	font-weight: 500;
	padding-top: 10px;
	padding-left: 15px;
}
.main-testis .gforms-bg form#gform_2  textarea{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid;
	font-size: 16px;
	color:#000;
	font-weight: 500;
	padding-top: 10px;
	padding-left: 15px;
}
.main-testis .gforms-bg  form#gform_2 #gform_submit_button_2{
	background-color: #000;
	font-size: 20px;
	border: none;
	color:#fff;
	border-bottom: 1px solid;
	cursor: pointer;
	text-align: center;
	padding: 10px 23px;
	letter-spacing: 1px;
}
.main-testis .gforms-bg form#gform_2 input#gform_submit_button_2:hover{
	background-color: #fff;
	color:#000;
}
.banners-sec form#gform_2 input#gform_submit_button_4{
	background-color: #0078b7;
}
.banners-sec form#gform_2 input#gform_submit_button_4:hover{
	background-color: #000000;
}
.top-header .footer-social-icons ul li a i{
	font-size: 13px;
	color: #fff;
}
.home .top-header .footer-social-icons ul li a i{
	font-size: 13px;
	color: #000;
	transition: all ease 300ms;
	padding-top: 3px;
	padding-bottom: 3px;
}
.home .footer-social-icons ul li a:hover{
	background-color: #8d8094;
}
.home .top-header .footer-social-icons ul li a i:hover{
	color:#fff;
}
.top-header .footer-row .call-us{
	float: right;
}
.row.footer-row{
	
}
.bottom-footer .footer-social-icons ul li a i {
	font-size: 15px;
}
.home .top-header .footer-row .head3 a:hover{
	color: #fff;
    background-color: #000;
}





@media only screen and (max-width:1366px) {

	body  .main-testis .test-bgs h3 {
		font-size: 28px;
	}
	body h1.hair-heading {
		font-size: 46px;
	}
	body .testimonial-slider .testi-content p {
		font-size: 16px;
		padding-top: 29px;
	}


}


/***For All Tablets***/
@media only screen and (min-width:1024px) and (max-width:1169px) {


	.team-sec h2.inner-heading, .team-sec2 h2.inner-heading  {
		font-size: 30px;
	}

	body .salon-sec .stylish-col h3 {
		font-size: 30px;
		margin-bottom: 0;
	}
	body  .salon-sec .wpb_wrapper .stylish-col h2 {
		font-size: 40px;
	}
	iframe.wuksD5 {
		height: 215px;
		max-width: 89%;
	}
	body .salon-sec .stylish-col {
		padding: 50px 30px 50px 30px;
		max-width: 430px;
	}
	body .salon-sec .inner-volsd .fox-crew p {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		max-width: 70%;
		margin: 0 auto;
	}
	body .fox-crew{
		max-width: 510px;
	}
	body .salon-sec .inner-volsd .fox-crew h3 {
		font-size: 40px;
	}
	body .salon-sec .inner-volsd .fox-crew h4 {
		font-size: 30px;
	}
	body .salon-sec .inner-volsd .fox-crew p br {
		display: none;
	}
	.main-testis .test-bgs .testi-names h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.hair-sec h2.theme-subheading {
		font-size: 30px;
	}
	.hair-sec p {
		font-size: 16px;
		max-width: 70%;
		margin: 0 auto;
	}
	.welcome-text p{
		font-size: 18px;
		color: #000000;
		line-height: normal;
		max-width: 80%;
		margin: 0 auto;
	}
	h2.theme-heading {
		font-size: 40px;
	}
	.main-testis .gforms-bg h3 {
		font-size: 30px;
	}
	.main-testis .gforms-bg h4 {
		font-size: 26px;
	}
	.main-testis .test-bgs .class-wj h1.hair-heading {
		font-size: 40px;
	}
	h2.content-subheading {
		font-size: 30px;
	}
	.main-testis .test-bgs h3 {
		font-size: 26px;
	}
	.main-testis .test-bgs .testi-textp p {
		font-size: 16px;
	}
	.welcome-text {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	body .testimonial-slider .slick-next:before {
/* 		right: 6em;
		position: relative; */
	}
	body h2.cta-mainheading {
		font-size: 30px;
	}
	body h3.cta-subheading {
		font-size: 26px;
	}
	body  .web-services {
		margin-bottom: 10px;
	}
	body .marketing-sec .marketing-col {
		padding-top: 25px;
	}
	body .web-services ul li {
		font-size: 20px;
	}
	body .marketing-sec .marketing-col .btn-contacts a {
		font-size: 20px;
		padding: 10px 20px;
	}
	body #rmp_menu_trigger-160::focus{
		border: 1px solid #0078b7;
	}
	body #rmp_menu_trigger-160 .responsive-menu-pro-inner, #rmp_menu_trigger-160 .responsive-menu-pro-inner::before, #rmp_menu_trigger-160 .responsive-menu-pro-inner::after {
		background-color: #0078b7;
	}
	body #rmp_menu_trigger-160 {
		top: 77px;
		border: 1px solid #0078b7;
	}
	#rmp_menu_trigger-160 .responsive-menu-pro-inner{
		background-color: #0078b7 !important;
	}
	.top-header .footer-row .head2 {
		/*	max-width: 42%;*/
	}
	.top-header .footer-row .head3{
		/*max-width: 29%;
		flex: inherit;*/
	}
	.top-header .footer-row .head1{
	/*	max-width: 28%;
	flex: inherit;*/
}
.main-navigation a{
        font-size: 14px;
	    padding-right: 0px;
}
	.main-navigation li a {
    padding-right: 0;
}
.main-navigation li {
	padding-right: 15px;
}
ul#primary-menu li::after{
	right: 9px;
}
#rmp_menu_trigger-160{
	display:none;
}
footer#colophon {
	padding-left: 10px;
	padding-right: 10px;
}
footer#colophon .infoemail-header a{
	font-size: 13px;
	padding-right: 0;
}
footer#colophon .infoemail-header a:hover{
		color: #c2908f !important;
	}
.subscr-secs .subscr-p p{
	font-size: 16px;
	max-width: 60%;
	margin: 0 auto;
	line-height: 26px;
}
form#gform_1 {
	max-width: 92%;
	margin: 0 auto;
}
.class-wj {
	width: 100%;
}
.main-testis .gforms-bg{
	padding-top: 0;
	padding-bottom: 20px;
}
.main-testis .test-bgs{
	padding-top: 50px;
	padding-bottom: 50px;
}
.clas-wi {
	width: 90%;
}
.banners-sec .gforms-bg{
	margin-left: 50px;
}
.about-sec p {
	line-height: 26px;
	font-size: 16px;
}
body .about-sec .btn-links button{
	font-size: 20px;
}
.merchants-sec p{
	font-size: 16px;
	max-width: 67%;
	margin: 0 auto;
}
.clearchar-sec .chare-cols .charchargpe-p p {
	font-size: 16px;
	line-height: 26px;
}
.indus-inner{
	margin-left: 30px;
	margin-right: 30px;
}
.industries-sec .indus-inner .indus-col ul li {
	font-size: 14px;
}


}



@media only screen and (min-width:768px) and (max-width:1023px) {

body  .salon-sec .inner-volsd .fox-crew p {
    font-size: 15px;
    max-width: 97%;
    margin: 0 auto;
}	
body  .salon-sec .fox-crew h4 {
    font-size: 40px;
}
body .salon-sec .stylish-col {
    max-width: 580px;
    float: none;
    margin-top: 50px;
    margin: 30px auto;
}	
	
body .salon-sec {
    background-size: cover;
}	
	body  .fox-crew{
	max-width: 650px;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
		margin: 0 auto;
	}	
	
body  .abt-secs .abttext-col .vc_column-inner p {
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    font-size: 14px;
}	
	
body  .abt-secs h3.theme-lightheading {
	margin-bottom: 0;
    padding-left: 30px;
    padding-right: 0;
}
body  .abt-secs h2.theme-cotentheading {
    padding-left: 50px;
    padding-right: 0;
    font-size: 38px;
    padding-left: 30px;
	    margin-bottom: 0;
}	
	body  .abt-secs .abttext-col .vc_column-inner {
		padding-top: 50px;
		padding-left: 0;
	}	
	body  .abt-secs .girlimg-col {
		left: 0;
		    padding-top: 80px;
	}	
	body #rmp-menu-wrap-160 .rmp-menu-item-link{
		padding-right: 0;
	}
	body #rmp-container-160{
	max-width: 200px;
     min-width: 200px;
	}
	body .service-sec h3.seri-title {
    font-size: 20px;
    margin-bottom: 6px;
	}
	body .call-to-action a{
		    font-size: 13px !important;
		    margin-left: 0;
		    padding: 10px 20px;
	}
	body .call-to-action{
		    padding-left: 13px;
	}	
	.main-testis .test-bgs{
		background-size: auto;
	}
	body .testimonial-slider .slick-next:before {
/* 		right: 6em; */
	}

	body h2.cta-mainheading {
		font-size: 30px;
	}
	body h3.cta-subheading {
		font-size: 26px;
	}
	body  .web-services {
		margin-bottom: 10px;
	}
	body .marketing-sec .marketing-col {
		padding-top: 25px;
	}
	body .web-services ul li {
		font-size: 20px;
	}
	body .marketing-sec .marketing-col .btn-contacts a {
		font-size: 20px;
		padding: 10px 20px;
	}

	.top-header .footer-row .head2 {
		    display: none;
	}
	.top-header .footer-row .head3{
		
	}
	.top-header .footer-row .head1{

	}
	.main-navigation {
		display: none;
	}
	.main-header .logo-col{
		        max-width: 26%;
		flex: inherit;
	}
	#rmp_menu_trigger-160{
		top: 90px;
		/*right: 9%;*/
		border: 2px solid;
		position: absolute;
	}
	span.footer-copyright p {
		font-size: 12px;
	}
	.banners-sec .gforms-bg {
		position: relative;
		left: 3em;
	}
	.banners-sec .conte-textp h2 {
		font-size: 20px;
	}
	.banners-sec .gforms-bg{
		position: relative;
		left: 3em;	
	}
	.banners-sec .gforms-bg .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.conte-textp {
		padding-left: 13px;
	}
	h2.theme-heading {
		font-size: 30px;
	}
	h2.sec-heading {
		font-size: 30px;
	}
	.about-sec p {
		line-height: 26px;
		font-size: 15px;
		max-width: 87%;
		margin: 0 auto;
	}
	body .about-sec .btn-links button {
		font-size: 20px;
		padding: 10px 20px !important;
	}
	.merchants-sec {
		padding-top: 0;
	}
	.merchants-sec p {
		font-size: 16px;
		line-height: 20px;
	}
	.serv-sec .serv-box h4, .serv-sec2 .serv-box h4 {
		font-size: 15px;
	}
	.serv-sec .serv-box p, .serv-sec2 .serv-box p {
		font-size: 14px;
		line-height: 20px;
	}
	.clearchar-sec .chare-cols .charchargpe-p {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		max-width: 94%;
	}
	.clearchar-sec .chare-cols .charchargpe-p p {
		font-size: 14px;
		line-height: 20px;
	}
	.partners-sec {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.partners-sec p{
		margin: 0 auto;
		max-width: 93%;
		font-size: 14px;
	}
	.partners-sec .partners-p {
		margin-bottom: 0;
	}
	.industries-sec h3{
		font-size: 30px !important;
	}    
	.industries-sec {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.industries-sec p {
		font-size: 15px;
		line-height: 20px;
		max-width: 90%;
	}
	.industries-sec .indus-inner .indus-col ul li {
		font-size: 14px;
	}
	.indus-maincols .vc_column-inner{
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.banners-sec form#gform_4 input#gform_submit_button_4{
		font-size: 14px;
	}
	.main-testis .gforms-bg{
		padding-top: 0;
		padding-bottom: 0;
	}
	.clas-wi {
		width: 95%;
		padding-right: 20px;
	}
	.main-testis .gforms-bg h3 {
		font-size: 30px;
	}
	.main-testis .gforms-bg p {
		font-size: 14px;
		line-height: 20px;
	}
	.main-testis .gforms-bg h4 {
		font-size: 20px;
	}
	.main-testis .test-bgs {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main-testis .test-bgs h3 {
		font-size: 30px;
	}
	.class-wj {
		padding: 0 40px;
		width: 100%;
	}
	.main-testis .test-bgs .testi-textp p {
		font-size: 14px;
		line-height: 20px;
	}
	.latestposts-sec h2.vc_custom_heading.theme-heading {
		font-size: 30px;
	}
	.latestposts-sec {
		padding-top: 30px;
	}
	.latestposts-sec p {
		font-size: 14px;
		line-height: 20px;
		max-width: 85%;
		padding-bottom: 0;
	}
	body .posts-secs .blogs-content{
		width: 87%;
		padding-left: 17px;
	}
	body .posts-secs .blogs-content h3{
		font-size: 16px;
		line-height: 20px;
		padding-top: 5px;
	}
	body .posts-secs .blogs-content h3 a {
		font-size: 16px;
		line-height: 20px;
	}
	.about-sec {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main-testis .test-bgs .testi-names h4 {
		font-size: 20px;
	}
	body .posts-secs .blogs-content p {
		font-size: 14px;
	}
	.subscr-secs {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: -38px;
	}
	.subscr-secs .subscr-p h2 {
		font-size: 30px;
	}
	.subscr-secs .subscr-p p {
		font-size: 14px;
		max-width: 70%;
		margin: 0 auto;
		line-height: 20px;
	}
	form#gform_1 {
		max-width: 85%;
		margin: 0 auto;
	}
	#gform_1 input#gform_submit_button_1 {
		font-size: 16px;
		padding: 20px 0px;
	}
	#gform_1 input#input_1_1 {
		font-size: 16px;
		padding: 20px 40px;
		height: 58px;
	}
	.infoemail-header a{
		font-size: 14px;
		padding-right: 0;
	}
	footer#colophon div#text-2 p {
		font-size: 13px;
		line-height: 20px;
	}
	footer#colophon .menu-footer_menu-container ul li a{
		font-size: 13px;
		line-height: 20px;
	}
	footer#colophon .phone-no-header a {
		color: #fff;
		font-size: 15px;
	}
	#bottom_to_top{
		right: 56px;
		bottom: 57px;
	}
	body footer#colophon .footer-col-1 .footer-col-div .footer-col-3{
	padding-left: 22px;
    color: #fff;
	}

	.footer-col-1 .footer-col-div .row .footer-col-4:nth-child(4){
		max-width: 31%;
	}

	footer#colophon ul#menu-footer-2 li a {
		font-size: 13px;
		line-height: 20px;
	}
	footer#colophon .infoemail-header a{
		font-size: 14px;
	}
	.info-address span {
		font-size: 13px;
		line-height: 20px;
	}
body .footer-col-div ul#primary-menu li {
    padding-right: 10px;
    padding-left: 10px;
}
body .footer-col-div ul#primary-menu li a {
    font-size: 13px;
}	
body footer#colophon .footer-col-1 .footer-col-div .footer-col-3 {
    font-size: 14px;
}
	
	
}



/***For All Mobiles***/
@media only screen and (max-width:767px) {

.home .main-header{
		    padding: 20px;
}	
	
	
body .facelist-row p {
    font-size: 15px;
    max-width: max-content;
}	
	
body .vc_custom_1716898877654 {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}	
body .hairmenu-list ul.hair-listmenu li br{
		display:none;
}
body.page-template-default.page.page-id-145 .main-testis {
        padding-top: 0px !important;
}
body ul.hair-listmenu li span {
    font-size: 13px;
}	
body .hairmenu-list ul.hair-listmenu li{
        font-size: 13px;
        padding-left: 11px;
        padding-right: 11px;
	        text-align: left;
	    justify-content: space-between;
}
.home .top-header {
/* 	padding: 0;	 */
}	
body .btn-readmore a{
		    margin-top: 20px;
}	
body .middle-footer	.footer-col-div .row {
    justify-content: flex-start;
}
	body .middle-footer {
    padding-bottom: 30px;
}
body .call-to-action a{
	    margin-left: .0;
	    padding: 4px 12px;	
}
body .call-to-action {
/*     padding-left: 0; */
	    display: inline-block;
}
	.team-sec .team-img img {
	    max-width: 80%;
	    margin: 0 auto;
	}
	.team-design{
	    max-width: 80%;
   	 margin: 0px auto;
	}

	body 	.team-heading {
		padding-top: 35px;
		padding-bottom: 0;
	}
	body .team-heading .headin-texts h1 {
		font-size: 24px;
		max-width: 70%;
		margin: 0 auto;
	}
	.team-sec {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.team-sec h2.inner-heading {
		font-size: 26px;
		line-height: normal;
	}
	.team-sec2 h2.inner-heading {
		font-size: 26px;
		line-height: normal;
	}
	body .vc_toggle_title>h4 {
		font-size: 16px;
	}
	.faq-headsec {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.site-branding {
/* 		        padding-top: 34px; */
		max-width: 80%;
	}
	#rmp-container-160{
		max-width: 220px;
		min-width: 220px;
	}
	.girl-img {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	rs-module#rev_slider_1_1 h1, rs-module#rev_slider_1_1 h3,
	rs-module#rev_slider_1_1 p, rs-module#rev_slider_1_1 span{
		display: none;
	}
	.service-sec .serv-img {
		max-width: 70%;
		margin: 10px auto;
	}
	body .hair-sec p {
		font-size: 14px;
		padding-bottom: 0;
		line-height: normal;
		padding-top: 10px;
		max-width: 95%;
		margin: 0 auto;
	}
	body .hair-sec h2.theme-subheading {
		font-size: 26px;
	}
	body  .hair-sec {	
		padding-top: 30px;
		padding-bottom: 30px;
	}
	body .blog-main{
	/*max-width: 90%;
	margin: 0 auto;*/
}
body .insta-sec {
	padding-bottom: 30px;
	padding-top: 20px;
}
body .insta-sec h2.insta-heading {
	font-size: 24px;
}
body h2.theme-heading {
	font-size: 30px;
}
body .theme-discovereading {
	font-size: 20px;
}
body .posts-secs p {
	font-size: 14px;
	padding-bottom: 0px;
	line-height: normal;
	max-width: 88%;
}
body main-testis .gforms-bg form#gform_2 #gform_submit_button_2{
	font-size: 16px;
	padding: 5px 15px;
}
body .main-testis .gforms-bg form#gform_2 input {
	font-size: 13px !important;
	line-height: normal;
}
body .main-testis .test-bgs h3 {
	padding-left: 12px;
	font-size: 20px !important;
}
body h1.hair-heading {
	font-size: 30px;
	padding-left: 10px;
}
body .salon-sec .wpb_wrapper .stylish-col p {
	font-size: 14px;
	line-height: normal;
}
body .salon-sec .wpb_wrapper .stylish-col{
	padding: 40px 30px 40px 30px;
	float: none;
	max-width: 390px;
	margin-top: 0;
}
body .salon-sec .stylish-col h3 {
	font-size: 24px;
}
body .salon-sec .wpb_wrapper .stylish-col h2 {
	font-size: 30px;
}
body .salon-sec .inner-volsd .vc_column-inner .wpb_wrapper {
	display: inline-block;
}
body iframe.wuksD5{
	height: 230px;
	max-width: 80%;
}
body .galler-secs {
	padding-top: 30px;
}
body  .salon-sec{
	background-size: cover;
}
body   .fox-crew {
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
body  .salon-sec .fox-crew h3 {
	font-size: 30px;
}
body .salon-sec .inner-volsd .fox-crew p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: normal;
	max-width: 86%;
	margin: 0 auto;
}
body .salon-sec .fox-crew h4 {
	font-size: 20px;
}
body .galler-secs h2.theme-heading {
	font-size: 30px;
}
body .btn-readmore button {
	font-size: 14px !important;
}
body  .galler-secs p{
	font-size: 14px;
	padding-bottom: 0;
	line-height: normal;
}
body .abt-secs .girlimg-col {
	left: 0;
}
.main-testis {
	padding-top: 15px !important;
}
body  h2.content-subheading {
	font-size: 20px;
}
body .service-sec h3.seri-title {
	font-size: 24px;
}
body  .main-navigation li {
	padding-right: 0;
}
body .abt-secs .abttext-col .vc_column-inner {
	padding-top: 50px;
	padding-left: 0;
	padding-bottom: 50px;
}
body  .abt-secs h3.theme-lightheading {
	font-size: 30px;
}
body   .abt-secs .girlimg-col {
	padding-top: 20px;
}
body  .abt-secs h2.theme-cotentheading {
	font-size: 30px;
}
body  .welcome-text {
	padding-top: 48px;
	padding-bottom: 0px;
}
body .abt-secs .abttext-col .vc_column-inner p {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0;
	margin-right: 0;
	font-size: 14px;
}
body  .abt-secs .abttext-col .vc_column-inner {
	padding-top: 30px;
	padding-left: 0;
	padding-bottom: 30px;
}
body .welcome-text p {
	font-size: 14px;
	line-height: 20px;
}
body .main-navigation li.current_page_item a {
	color: #8d8094;
}
body .main-navigation a {
	font-size: 14px;
	color: #fff;
}
body footer#colophon .footer-container {
	padding-bottom: 0px;
	padding-left: 20px;
}
body footer#colophon .footer-col-1 .footer-col-div .footer-col-4{
	margin-left: 4px;
}
.customs-footer{
	/*display: none;*/
}
footer#colophon .footer-col-div ul#primary-menu li:last-child::after{
	display: none;
}
body .footer-col-div ul#primary-menu {
	display: block;
}
body .footer-col-div ul#primary-menu li::after{
	display: none;
}
body footer#colophon .footer-col-1 .footer-col-div .footer-col-3 {
	padding-left: 20px;
}
body .footer-col-div ul#primary-menu {
	padding-left: 22px;
}
body .footer-col-div ul#primary-menu li {
	padding-right: 0;
}
body .middle-footer .menu-menu-1-container {
	text-align: left;
}
body .social-mediainfo {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 60px;
}
body footer#colophon .footer-col-1 .footer-col-div .footer-col-2{
	padding-top: 20px;
}
body .site-taglines {
	text-align: left;
}
body .site-taglines h2 {
	font-size: 28px;
	max-width: initial;
}
body .main-header .container .row{
	/*justify-content: space-around;*/
}
body .top-header .row.footer-row {
	justify-content: space-between;
}
body nav#site-navigation {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	justify-content: flex-end;
}
body .footer-social-icons ul li {
	padding-right: 6px;
}
body  .footer-social-icons ul li a{
	width: 24px;
	height: 24px;
	padding-top: 4px;
	color: #fff;
	border: 2px solid #fff;
}
body .top-header i.call-icons {
	color: #fff;
	padding-right: 0;
    font-size: 10px;
}
body  .menu-toggle, .main-navigation.toggled ul {
	display: block;
	z-index: 9999;
	position: absolute;
	background: #000;
	padding:20px 30px;
	left: -23px;
	top: 71px;
	border-radius: 8px;
}

body .main-header{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px
}
.home header#masthead{
	padding-top: 0 !important;
	position: relative !important;
}
body .top-header {
	position: relative;
	background-color: #000;
	top: 0;
}
.post, .page {
	/* overflow-x: hidden;*/
}
body .about-sec {
	padding-top: 30px;
	padding-bottom: 10px;
}
body .indus-col .vc_column-inner .wpb_wrapper .wpb_text_column {
	margin-bottom: 0;
}
.banners-sec {
	padding-top: 30px;
	padding-bottom: 30px;
	background-position: center;
	background-size: cover;
}
body  .marketing-sec .marketing-col {
	padding-top: 40px;
	padding-bottom: 15px;
}
body .testimonial-slider .slick-next:before{
/* 	bottom: -150px;
	right: 9.5em; */
	font-size: 30px;
}
body .testimonial-slider .slick-prev:before{
/* 	bottom: -150px; */
	font-size: 30px;
}
body  .testimonial-slider .testi-content p {
	font-size: 14px;
	padding-top: 10px;
	line-height: 20px;
}
body  .testimonial-slider .review_title h4 {
	font-size: 24px;
}
body .testimonial-slider .testi-content p {
	font-size: 14px;
	padding-top: 46px;
	line-height: normal;
}
body .test-combfore {
	padding-top: 16px;
}
.testimonial-slider .review_title h4 {
	font-size: 24px;
}

.top-header .footer-row .head1{

}
.top-header .row.footer-row .head2{
	display: none;

}
.top-header .footer-row .head3 {
}

body  h2.cta-mainheading {
	font-size: 18px;
	margin-bottom: 15px
}
body  h3.cta-subheading {
	font-size: 16px;
}
body  .web-services ul {
	display: grid;
}
body  .web-services ul li {
	font-size: 14px;
	padding-right: 0;
	text-align: center;
}
body  .web-services ul li::after{
	display:none;
}
body .marketing-sec .marketing-col .btn-contacts a {
	font-size: 14px;
	padding: 10px 15px;
}
body  .web-services {
	padding-top: 10px;
	margin-bottom: 19px !important;
}
.about-sec .btn-talk a {
	font-size: 16px !important;
	padding: 10px 20px !important;
}

[data-vp-layout]:not([data-vp-layout=slider]) .vp-portfolio__item-wrap {
	border: 1px solid #ccc;
}

body .cta-row .wpb_single_image.vc_align_right {
	text-align: center;
}
body .cta-row img{
	max-width: 60%;
}
#gform_6 input#gform_submit_button_6{
	font-size: 14px;
	padding: 5px 15px;
	margin-top: 0;
}

body .servicesbox-sec a{
	padding: 10px 15px;
	margin-bottom: 10px;
	font-size: 14px;
}

footer#colophon .row.footer-row .footer-col-1 {
	padding-top: 20px;
}
body  .cta-row h2{
	font-size: 30px;
	line-height: 40px;
}
body .cta-row .btn-apply a{
	font-size: 14px;
}
body .cta-row {
	padding-bottom: 40px;
	padding-top: 40px;
}
body  .cta-row p {
	font-size: 16px;
	line-height: 26px;
}
body .posts-secs .blogs-content {
	background-color: #ffffff;
	width: auto;
	position: relative;
	top: 0;
	left: 0;
}
body .blog-main .blog-cols{
	margin-bottom: 30px;
}
body .indus-col{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

body .pdf-img {
	text-align: center !important;
	padding-top: 20px;
	margin-bottom: 0;
}
body .pdf-img img{
	max-width: 70%;
	margin-top: 10px;	
}

.hr-texts h4{
	font-size: 16px;
}
body .hr-texts {
	padding-left: 0;
	text-align: center;
	margin-bottom: 0;
}
body div#lettalk-btn a{
	font-size: 15px;
	padding: 8px 15px;
	margin-top: 10px;
}
.blues-cols .vc_custom_1706270982037 {
	background-size: cover;
}
#rmp-menu-title-99 > .rmp-menu-title-link span{
	font-weight: bold;
}
body .p-logos {
	max-width: 50%;
	margin: 0 auto;
	padding-bottom: 27px;
	margin-bottom: 10px;
}
body .comp-logos {
	padding-bottom: 0;
}
body .pre-sec {
	padding-bottom: 0px;
}
form#gform_4 input {
	padding: 5px 22px;
	margin-bottom: 5px;
}
body .indus-formsec{
	padding-bottom: 30px;
	padding-top: 30px;
}
body h2.gform_title {
	font-size: 26px;

}
body form#gform_5 input#gform_submit_button_5 {
	font-size: 16px;
	padding: 10px 30px;
	margin-top:0px;
}
body #lettalk-btn button{
	font-size: 16px;
	margin-top: 17px;
	padding: 7px 18px;
}

body .subheader{
	padding: 30px;
}
body  h1.entry-title {
	font-size: 30px;
}
body  .breadcrumbs.breadcrumb{
	font-size: 13px;
}
body  .fish-heading p {
	font-size: 16px;
	padding-top: 0;
}
body .cont-sec{
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
body .con-page{
	margin-left: 0;
}

body .abt-sec1{
	padding-bottom: 30px;
	padding-top: 0;
}
body  .abt-sec1 h2.inner-heading, body  .abt-sec2 h2.inner-heading {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}
.abt-sec2{
	padding-bottom: 30px;
	padding-top: 30px;
}
.abt-sec1  p{
	font-size: 14px;
	line-height: 18px;
} 

.about-sec p br{
	display:none;
}
.top-header .head1 , .top-header{
	text-align: center;
}
.top-header .footer-row .call-us {
	float: left;
	display:none;
}
.top-header .footer-row  .head1{
	/*display: none;*/
}
.infoemail-header a {
	font-size: 13px;
	padding-right: 0;
}
.top-header .footer-row .head3 {
    padding: 0;
	display: inline-block;
}
.top-header .footer-row .head3 span {
	font-size: 13px;
	padding-right: 0;
}
.top-header .footer-row .head3 a {
	font-size: 10px;
	color: #fff;
}
.infoemail-header {
	line-height: unset;
}
#rmp_menu_trigger-160{
	top: 68px;
	position: absolute;
	border: 2px solid #000;
	width: 45px;
	height: 45px;
}
.main-header .logo-col{
	max-width: 60%;
	flex: inherit;
	align-items: center;
	display: flex;
}
body .banners-sec .conte-textp h2 {
	font-size: 18px;
}
.banners-sec .gforms-bg {
	max-width: 90%;
	margin: 0 auto;
}
form#gform_4 input#gform_submit_button_4 {
	font-size: 14px;
	padding: 5px 15px;
	margin-top: 0;
}
.welcome-text h2.theme-heading {
	font-size: 24px !important;
}
.welcome-text h4.theme-welheading {
	font-size: 16px;
}
.about-sec p {
	line-height: 18px;
	font-size: 15px;
}
body .about-sec .btn-links button {
	font-size: 16px;
	padding: 12px 20px;
}
h2.sec-heading {
	font-size: 30px;
}
.merchants-sec {
	padding-top: 0;
}
.merchants-sec p {
	font-size: 14px;
	line-height: 18px;
}
.merchants-sec h3 {
	font-size: 20px;
}
.serv-sec .serv-box h4, .serv-sec2 .serv-box h4 {
	font-size: 16px;
}
.serv-sec .serv-box p, .serv-sec2 .serv-box p {
	font-size: 14px;
	line-height: 20px;
	max-width: 81%;
	margin: 0 auto;
}
.serv-sec .serv-box {
	border: none;
}
.serv-sec2 .serv-box{
	padding-top: 0;
}
.clearchar-sec .chare-cols .charchargpe-p {
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 35px;
	max-width: 90%;
}
.clearchar-sec .chare-cols .charchargpe-p p {
	font-size: 14px;
	line-height: 20px;
}
.clearchar-sec .chare-cols .charchargpe-p a {
	font-size: 14px;
}
.serv-sec2 {
	padding-bottom: 30px;
}
.clearchar-sec .chare-cols .charchargpe-p h3 {
	padding-bottom: 10px;
	font-size: 20px;
}
.partners-sec {
	padding-top: 30px;
	padding-bottom: 0px;
}
.partners-sec p{
	line-height: 18px;
	font-size: 14px;
}
.partners-sec .partners-p {
	/* margin-bottom: 0;*/
}
.industries-sec {
	padding-top: 30px;
	padding-bottom: 40px;
}
.industries-sec h3{
	font-size: 30px !important;
}
.industries-sec p {
	font-size: 14px;
	line-height: 18px;
	max-width: 95%;
}
.indus-col {
	break-inside: avoid-column;
	margin-bottom: 15px;
	padding: 15px 12px;
	/*border: 1px solid #ddd;*/
	min-height: 307px !important;
}
.indus-inner {
	column-count: 2;
	column-gap: 0px;
	max-width: 425px;
	margin: 0 auto;
	padding: 10px;
}
.industries-sec .indus-inner .indus-col ul li {
	font-size: 13px;
	line-height: 20px;
}
.main-header {
	/*padding: 15px;*/
}
.vc_custom_1705061350002 {
	background-size: cover;
	background-repeat: no-repeat;
}
.emps-spaces{
	height: 45vh !important;
}
.industries-sec .indus-inner .indus-col ul {
	/*padding-left: 18px;*/
}
.main-testis .gforms-bg{
	padding-top: 0;
	padding-bottom: 0;
}
.clas-wi {
	width: 92%;
	padding-right: 40px;
}
.main-testis .gforms-bg h3 {
	font-size: 26px;
}
.main-testis .gforms-bg h4 {
	font-size: 24px;
}
.main-testis .gforms-bg p {
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
}
.main-testis .test-bgs{
	padding-top: 30px;
	padding-bottom: 60px;
}
.main-testis .test-bgs .testi-textp p {
	font-size: 14px;
	line-height: normal;
	padding-top: 30px;
}
.class-wj {
	padding: 0 50px;
	width: 100%;
}
.main-testis .test-bgs .testi-textp p:before {
	top: 5em;
}
.main-testis .test-bgs .testi-textp p:after{
	bottom: 10em;
	right: 0em;
}
.testi-revs h4{
	font-size: 16px;
}
.main-testis .test-bgs h3 {
	padding-bottom: 0;
	padding-left: 12px;
	font-size: 30px !important;
	margin-bottom: 0;
}
.main-testis .test-bgs .testi-names h4 {
	font-size: 16px;
}
.main-testis .test-bgs .testi-names p {
	font-size: 16px;
}
.latestposts-sec h2.vc_custom_heading.theme-heading {
	font-size: 30px;
	line-height: 18px;
}
.latestposts-sec p {
	font-size: 14px;
	line-height: 18px;
	max-width: 85%;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 10px;
}
body .posts-secs .blogs-content h3 a {
	font-size: 14px;
	line-height: 12px;
}
body .posts-secs .blogs-content p {
	font-size: 13px;
	padding-bottom: 0;
}
.subscr-secs{
	padding-top: 30px;
	padding-bottom: 30px;
}
.subscr-secs .subscr-p h2 {
	font-size: 30px;
	line-height: 30px;
}
.subscr-secs .subscr-p p {
	font-size: 14px;
	line-height: 18px;
	max-width: 80%;
	margin: 0 auto;
}
#gform_1 input#input_1_1{
	font-size: 14px;
	padding: 10px 0px;
	height: initial;
	margin-left: 0;
}
#gform_1 input#gform_submit_button_1 {
	font-size: 14px;
	padding: 5px 0px;
	max-width: 32%;
}
footer#colophon {
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0;
}
footer#colophon div#text-2 p br {
	display: none;
}
footer#colophon div#text-2 p {
	font-size: 14px;
	line-height: 18px;
}
ul#menu-footer_menu li {
	line-height: 20px;
}
footer#colophon .menu-footer_menu-container ul li a {
	font-size: 13px;
	line-height: 18px;
}
footer#colophon ul#menu-footer-2 li a {
	font-size: 13px;
	line-height: 20px;
}
div#nav_menu-3 ul li{
	line-height: 20px;
}
div#nav_menu-3 {
	padding-top: 0;
}
.footer-col-div .row .footer-col-3{
	margin-top: -27px;
}
.info-address span {
	font-size: 14px;
	line-height: 16px;
}
footer#colophon .infoemail-header a {
	font-size: 14px;
}
span.footer-copyright p {
	font-size: 13px;
	line-height: 1.2;
}
.copyright-footer{
	text-align: center;
	padding-bottom: 6px;
}
.bottom-footer {
	text-align: center;
}
.bottom-footer .footer-social-icons {
	float: none;
}
form#gform_4 input#input_4_2 {
	position: relative;
	top: -15px;
}
form#gform_4 div#field_4_3 , form#gform_4 textarea{
	position: relative;
	top: -15px;	
}

}




@media only screen and (max-width:419px) {

	.top-header .row.footer-row .head2 {
		/*max-width: 60% !important;*/
	}
	body .testimonial-slider .slick-next:before {
/* 		right: 8.5em; */
	}

} 

@media only screen and (max-width:414px) {

	.top-header .row.footer-row .head2 {
		/*	max-width: 61% !important;*/
	}
	.main-testis .test-bgs .testi-textp p:after {
		bottom: 9em;
		right: 2em;
	}
	body .testimonial-slider .slick-next:before{
/* 		right: 8.5em; */
	}


}


@media only screen and (max-width:390px) {


	body .testimonial-slider .slick-next:before {
/* 		bottom: -150px;
		right: 8.5em; */
		font-size: 30px;
		position: relative;
	}

	.top-header .row.footer-row .head2 {
		/*max-width: 64% !important;*/
	}
	.main-testis .test-bgs .testi-textp p:after {
		bottom: 10em;
		right: 0em;
	}
	.main-testis .gforms-bg h3 {
		font-size: 22px;
	}
	.main-testis .gforms-bg h4 {
		font-size: 20px;
	}


}


@media only screen and (max-width:375px) {

	body iframe.wuksD5 {
		height: 246px;
	}
	body .main-testis .test-bgs {
		padding-top: 30px;
		padding-bottom: 58px;
	}
	body .conte-textp {
		margin-bottom: 15px !important;
	}
	.main-testis .gforms-bg p {
		font-size: 13px;
	}
	.main-testis .gforms-bg h3 {
		font-size: 23px;
	}
	.main-testis .gforms-bg h4 {
		font-size: 20px;
	}
	.top-header .row.footer-row .head2 {
		/*max-width: 67% !important;*/
	}
	body .testimonial-slider .slick-next:before {
/* 		bottom: -164px;
		right: 8em;
		top: 164px; */
	}
	body .testimonial-slider .slick-prev:before {
		bottom: -164px;
		left: 27px;
	}
	span.footer-copyright p {
		font-size: 12px;
	}
	.indus-col {
		min-height: 327px !important;
	}
	.info-address span {
		font-size: 14px;
		line-height: 21px;
	}
	#gform_1 input#gform_submit_button_1 {
		font-size: 14px;
		padding: 5px 0px;
		max-width: 40%;
	}
	
}


@media only screen and (max-width:360px) {


	body .testimonial-slider .slick-next:before {
/* 		bottom: -164px;
		right: 7em;
		top: 181px; */
	}

	body .salon-sec .inner-volsd .fox-crew p {
		font-size: 14px;
		margin-bottom: 0;
		line-height: normal;
		max-width: 92%;
		margin: 0 auto;
	}


}


@media only screen and (max-width:320px) {
    body ul.hair-listmenu li span {
        font-size: 13px;
        text-align: right;
        padding-left: 10px;
    }
	#gform_1 input#gform_submit_button_1 {
		font-size: 13px;
		padding: 5px 3px;
		max-width: 43%;
	}
.call-to-action {
    padding-left: 0;
}	
body .call-to-action {
        display: inline-block;
        right: 10px;
        position: relative;
}	
	
}


#rmp-container-160{
	/*background-color: #0078b7;*/
}
.top-banner h1.entry-title{
	display: none;
}
.banners-sec .conte-textp h2 br{
	display:none;
}
body .posts-secs .blogs-content h3 a:hover{
	color: darkgray !important;
}
body .posts-secs .blogs-content i:hover::before{
	color: #000000 !important;
}
.page-content-area header.entry-header{
	display:none;
}
.breadcrumbs.breadcrumb {
	background-color: #fff;
	display: table;
	padding: 12px 20px;
	border-radius: 40px;
	margin: 15px auto;
	line-height: normal;
	color: #000;
	font-size: 16px;
}
.subheader {
	background-image: url(/wp-content/uploads/2024/02/Bg.png);
	background-size: 33%;
	background-position: 101% 87px;
	background-color: #cccccc;
	text-align: center;
	padding: 80px;
	background-repeat: no-repeat;
	/*background-size: cover;
	background-position: 0px 0px;*/
	/*background-attachment: fixed;*/
	box-shadow:inset 0 0 0 1000px rgba(0,0,0,.25);
}
.blog .subheader{
	/*background-image: unset !important;*/
}
body.post-template-default.single.single-post .subheader{
	background-image: unset !important;
}
body.post-template-default.single.single-post p{
	margin-top: 0;
	margin-bottom: 1rem;
}
h1.entry-title{
	color: #fff;
}
.banner-txt a.home span{
	color: #000;
}
.breadcrumbs.breadcrumb a{
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
.breadcrumbs.breadcrumb a:hover{
	color: #fff !important;
}
.templatera_shortcode{
	/*position: relative;
	top: -19px;*/
}
footer#colophon ul#menu-footer-2 li a:hover{
	color: #0078b7 !important;
}
body .vc_toggle_title {
	background-color: #c2908f;
	padding: 15px !important;
	border-radius: 15px;
	padding-left: 55px !important;
}
.faqs-sec {
	margin-top: -1px;
	background-image: url(/wp-content/uploads/2024/02/Bg.png);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: -11% 293px;
	padding-bottom: 100px;
	padding-top: 100px;	
}
.faqs-sec  img , .faqs-sec2 img{
	border-radius: 50px;
}
.top-banner .blog-breadcrumbs{
	display: none;
}
.single-blog-content-area, .main-blog-content-area {
	padding-top: 100px;
	padding-bottom:100px;
}
.single-blog-col2 .widget-title, .main-blog-col2 .widget-title {
	font-size: 22px;
	color: #fff;
	background: #000;
	padding: 11px 20px;
	font-weight: 700;
	/*border-left: 10px solid #04b8ff;*/
	margin-bottom: 20px;
}
.single-blog-col2 form, .main-blog-col2 form {
	display: flex;
	align-items: center;
}
.single-blog-col2 label, .main-blog-col2 label {
	margin: 0px;
}
.single-blog-col2 span, .main-blog-col2 span {
	display: none;
}
.single-blog-col2 .search-field, .main-blog-col2 .search-field {
	padding: 10px;
	width: 260px;;
	border: 1px solid #ccc;
	display: inline-block;
	height: 45px;
	padding-left: 19px;
	margin-left: 3px;
	margin-right: 4px;
}
.single-blog-col2 .search-submit, .main-blog-col2 .search-submit {
	padding: 15px 25px;
	border: 0px;
	background: #c2908f;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	cursor: pointer;
}
section#recent-posts-2 ul li a{
	color: #323232;
	display: inline-flex;
	padding: 5px 0;
	transition: 0.4s;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}
section#recent-posts-2 ul li a:before{
	content: "\f0da";
	margin: 0 10px 0 5px;
	display: inline-block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	color: #8d8094;
}
.main-blog-date{
	display: none;
}
.single-blog-col2 ul li:first-child, .main-blog-col2 ul li:first-child {
	border-top: 0;
	padding-top: 0;
}
.main-blog-thumbnail img {
	transition: 0.3s;
}
.main-blog-thumbnail img {
	width: 100%;
	/*height: 300px;*/
	object-fit: cover;
}
.main-blog-thumbnail {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.blogDate {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 50px;
	background: #000;
	color: #fff;
	padding: 4px 12px;
	text-align: center;
}
.blogDate i {
	font-size: 12px;
	font-style: normal;
	display: block;
}
.blogDate i, .blogDate span {
	margin-left: -3px;
	line-height: 25px;
}
.blogDate hr {
	border-top: 1px solid #fff;
	margin: 0px 0 5px 0;
}
.main-blog-title {
	margin-bottom: 8px;
}
.main-blog-excerpt {
	margin-bottom: 16px;
}
.main-blog-title h1 {
	font-size: 26px;
	color: #000000;
}
.main-blog-excerpt p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.main-blog-readmore-btn {
	margin-bottom: 15px;
}
.main-blog-readmore-btn a {
	color: #000000;
	font-weight: 600;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	box-shadow: inset 0 0 0 0 #c2908f;
	padding: 0 4px;
	margin: 0 -4px;
	padding: 10px 16px !important;
	border-radius: 10px !important;
}
.main-blog-col1 hr.blog-hr {
	margin-top: 50px;
	margin-bottom: 50px;
}
.cus_pagination {
	text-align: center;
}
nav.pagination {
	margin-bottom: 35px;
	margin-top: 30px;
	width: 100%;
	justify-content: center;
}
nav.pagination ul.list-inline {
	display: flex;
	margin: 15px auto;
}
nav.pagination ul.list-inline li.pagActive {
	font-size: 20px;
	padding: 7px 16px;
	border-radius: 50px;
	background-color: #8d8094;
}
nav.pagination ul.list-inline li {
	background-color: #000000;
	cursor: pointer;
	padding: 7px 16px;
	border-radius: 50px;
	color: #fff;
}
nav.pagination ul.list-inline li {
	margin: 3px;
}
nav.pagination ul.list-inline li.pagActive a {
	color: #fff;
}
nav.pagination ul.list-inline li a {
	color: #fff;
	display: inline-block;
}
nav.pagination ul.list-inline li a:hover{
	color:#8d8094!important;
}
body.post-template-default.single.single-post .main-blog-content-area {
/* 	padding-top: 65px; */
}
body.post-template-default.single.single-post .post-thumbnail {
	display: none;
}
.entry-meta  {
	display: none;
}
.post h1.entry-title{
	display: none;
}
body.post-template-default.single.single-post .main-blog-title.post-title-bg {
	margin: 0;
	font-size: 26px;
	letter-spacing: 0;
	text-align: left;
	color: #000;
}
.post-title-bg {
	padding-top: 20px;
}
.single-post-thumbnail img {
	width: 100%;
	pointer-events: none;
}
.single-post-thumbnail {
	border: 10px solid gray;
}
body.post-template-default.single.single-post .entry-content p {
	font-size: 16px;
	color: #000;
}
footer.entry-footer{
	display: none;
}
body div#recent-posts-2 ul{
	list-style: disclosure-closed !important;
	margin: 0 10px 0 32px;
	display: inline-block;
	font-weight: 700;
	color: #04b8ff;	
}
body .main-blog-title h1:hover {
	color: #c2908f;
}
.main-blog-readmore-btn a:hover {
	box-shadow: inset 200px 0 0 0 #c2908f;
	color: #fff !important;
	padding: 10px 16px;
	border-radius: 10px;
}
.cont-sec {
	padding-bottom: 50px;
	padding-top: 100px;
	background-image: url(/wp-content/uploads/2024/02/girlhairscisoor-1.jpg);
	background-color: #cccc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: screen;
	opacity: 0.9;
}
.con-page {
	margin-bottom: 18px;
	background: #000;
	padding: 30px;
	color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #e2e2e27a;
	margin-left: 21px;
}
.con-page h2 {
	color:#fff;
	padding-bottom: 20px;
}   
.footer-contacts ul li a {
	color: #fff;
}
.footer-contacts ul li i{
	padding-right: 12px;
}
ul.list-inline.social_links {
	display: inline-flex;
}
ul.list-inline.social_links li a {
	color: #c2908f;
	display: inline-block;
	font-size: 16px;
}
ul.list-inline.social_links li a span i:hover{
	    color: #c2908f;
}
h3.follows {
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#fff;
}
.footer-contacts ul li i.fa-solid.fa-location-dot{
	padding-top: 12px;
}
.footer-contacts ul li:nth-child(3){
	display: flex;
	width: 252px
}
.footer-contacts ul li span.with-icon.address{
	line-height: 30px;
}
.fish-heading p {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	padding-top: 15px;

}

.testimonials-box-2 {
	padding: 20px 20px;
	box-shadow: 0px 0px 20px #A2A2A2;
	margin-bottom: 15px !important;
	border-radius: 20px;
	position: relative;
	background-size: 64%;
	transition: all ease 500ms;
	background-color: #eee;
	/* 		background-image: url(https://idevwork.com/Midtown-salon/php/wp-content/uploads/2024/02/testi-banner.jpg); */
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1px solid #cfcfcf;
	background-size: cover;
}
.testi-grid{
	padding-top: 100px;
	padding-bottom: 30px;
	background-image: url(/wp-content/uploads/2024/02/scriorrsitiems-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #cccc;
	background-position: center;
	background-blend-mode: screen;	

}
.testimonials-box-2  .testimonials-name {
	font-size: 22px;
	font-weight: 600;
	color: #8d8094;
	margin-bottom: 10px;
}
.testimonials-box-2 .ratings {
	font-size: 20px;
	color: gold;
}
.testimonials-container-2 .testimonial-content {
	padding: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}
.testimonials-container-2 .testimonial-content h4{
	font-size: 22px;
	font-weight: 600;
	color: #000;
	padding-bottom: 10px;
}
#lettalk-btn button{
	font-size: 22px;
	color: #fff;
	margin-top: 20px;
	display: inline-block;
	background-color: #0078b7;
	border-radius: 30px;
	color: #fff;
	padding: 15px 30px; 
	background-image: unset;
}
#lettalk-btn button:hover{
	background-color: #000000 !important;
	color: #fff !important; 
}
#lettalk-btn {
	padding-left: 48px;
	/*float: left;*/
}
.top-banner{
	/*background-color: #0078b7;*/
}
div#gform_wrapper_5 p.gform_required_legend{
	display: none;
}
form#gform_5 input {
	border-radius: 30px;
	border: none;
	padding: 10px 22px;
	color: #000000;
	margin-bottom: 0px;
	font-weight: 500;
}
form#gform_5 input#gform_submit_button_5{
	background-color: #000000;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 35px;
	border: 1px solid #cccc;
	letter-spacing: 1px;
	margin-top: 11px;
}
form#gform_5 input#gform_submit_button_5:hover{
	background-color: #0078b7;
}
h2.gform_title{
	text-align: center;
	color: #0078b7;
	font-size: 40px;
	padding-bottom: 20px;
	font-weight: bold;
}
body.post-template-default.single.single-post .blogDate{
	left: 16px;
}
form#gform_5 {
	background-color: #0078b7;
	padding-top: 40px;
	border-radius: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
body .vc_toggle_content{
	margin-top: 8px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
button:hover, input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover{
	background-color: #000;
}

.social-share {
	padding-top: 20px;
}
form#gform_4 p:empty{
	display: none !important;
}
.gform_wrapper.gravity-theme * br{
	display: none !important;
}

p {
/* 	margin: 0; */
}
.subheader .banner .banner-txt p {
	background-color: #000;
	display: table;
	padding: 12px 20px;
	border-radius: 40px;
	margin: 15px auto;
	line-height: normal;
	color: #fff;
	font-size: 16px;
}
body .cont-sec .btn-apply a:hover {
	background-color: #000 !important;
	color: #fff !important;
}
body .cta-row .btn-apply a:hover {
	background-color: #000 !important;
	color: #fff !important;
}
body .cta-row  .btn-apply a{
	margin-right: 20px;
}
.hr-texts {
	padding-left: 48px;
}
.hr-texts  h4{
	font-weight: 600;
}
.page .top-banner {
	display: none;
}
.serv-gallery{
	padding-top: 50px;
	padding-bottom: 50px;
}
.serv-gallery h2{
	padding-bottom: 30px;
}
#gform_6 span.gfield_required{
	display:none;
}
#gform_6 input{
	border-radius: 30px;
	padding: 10px 22px;
	border: 1px solid #0078b7;
	color: #000000;
	margin-bottom: 0px;
	font-weight: 500;	
}
#gform_6 h3.gsection_title {
	padding-top: 20px;
	color: #0078b7;
	font-weight: bold;
}
#gform_6 h2.gform_title{
	padding-bottom: 30px;
}
#gform_6 .gform_wrapper.gravity-theme .gsection {
	margin-bottom: 15px;
}
#gform_6  input#input_6_7 ,  #gform_6  input#input_6_6 , #gform_6  input#input_6_31 {
	width: 100%;
}
#gform_6 input#input_6_49{
	width: 50%;
}
#gform_6  input#gform_submit_button_6 {
	background-color: #0078b7;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 35px;
	border: 1px solid #cccc;
	letter-spacing: 1px;
	margin-top: 11px;
}
#gform_6  input#gform_submit_button_6:hover{
	background-color: #000000 !important;
	color: #fff !important;
}

h2.cta-mainheading{
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 30px;
}
h3.cta-subheading {
	font-weight: bold;
	font-size: 44px;
}

.marketing-sec  .marketing-col .btn-contacts {
	margin-bottom: 30px;
}
.marketing-sec .marketing-col .btn-contacts a:hover {
	background-color: #000 !important;
	color: #fff !important;
}
.testimonial-slider .review_title h4 {
	font-size: 40px;
	color: #0078b7;
	text-align: left;
}
.testimonial-slider  .testimonials-name{
	color: #0078b7;
	font-size: 22px;
	font-weight: bold;
}
.testimonial-slider .testi-content p{
	font-size: 18px;
	padding-top: 40px;
}
.testimonial-slider  .testi-content {
	margin-bottom: 15px;
}
.home .testimonial-slider  .testi-content {
		/*margin-bottom: 20px;
		padding: 0 25px;*/
	}

	.testimonial-slider  .slick-dots li {
		display: inline-block;
		list-style: none;
		position: relative;
		height: 8px;
		width: 8px;
		margin: 0 5px;
		background: #C0C0C0;
		outline: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.testimonial-slider  .slick-dots li {
		background: #999999;
	}
	.testimonial-slider  .slick-prev:before, .testimonial-slider  .slick-next:before{
		font-size: 40px;
		color: #000;
	}

	.testimonial-slider .slick-prev:before {
/* 		left: 27px;
		position: relative;
		bottom: -5em; */
	}
	.testimonial-slider .slick-next:before {
/* 		right: 15em;
		position: relative;
		bottom: -5em; */
	}
	.home  i.call-icons{
		color: #000;
		padding-right: 11px;
		font-size: 14px;
		vertical-align: middle;	
	}
	i.call-icons{
		color: #fff;
		padding-right: 11px;
		font-size: 14px;
		vertical-align: middle;	
	}
	.site-taglines {
		text-align: center;
	}
	.site-taglines h2{
		color: #fff;
		font-size: 45px;
		max-width: 90%;
		margin: 0 auto;
		font-weight: normal;
	}
	footer#colophon .footer-col-1 .footer-col-div .footer-col-4,
	footer#colophon .footer-col-1 .footer-col-div .footer-col-2 {
		border-right: 1px solid #333333;
	}
	footer#colophon .footer-col-1 .footer-col-div .footer-col-3{
		padding-left: 50px;
		color: #fff;
	}
	footer#colophon .footer-col-1 .footer-col-div .footer-col-3 h4{
		font-size: 25px;
		color: #fff;
	}
	.middle-footer .menu-menu-1-container{
		width: 100%;
		text-align: center;
	}
	.social-mediainfo{
		text-align: center;
		padding-top: 50px;
	}

	.social-mediainfo ul.list-inline.social_links li a {
		color: #000;
		display: inline-block;
		font-size: 13px;
		transition: all ease 300ms;
		border: 2px solid #fff;
		border-radius: 50px;
		padding-top: 3px;
		padding-left: 0px;
		padding-bottom: 3px;
		margin-left: 10px;
	}
	footer#colophon .footer-col-div ul#primary-menu li:first-child::after{
		display: none;
	}
	.main-navigation ul li:last-child::after{
		display: none;
	}
	.welcome-text h2.theme-heading{
		font-weight: 400;
		font-size: 50px;
		color:#000000;
	}
	.welcome-text h2 span{
		font-size: 76px;
	}
	.welcome-text {
		padding-top: 50px;
		padding-bottom: 50px;
		background-image: url(/wp-content/uploads/2024/02/midvg.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top;
	}
	.welcome-text p{
		font-size: 26px;
		color: #000000;
		line-height: 30px;	
	}
	.welcome-text span{
		color:#ce9f95;
		font-size: 22px;
	}
	.welcome-text h4.theme-welheading{
		font-weight: 600;
	}
	.abt-secs .abttext-col {
		background-color: #262626;
	}
	.abt-secs .abttext-col .vc_column-inner p{
		padding-left: 37px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #fff;
		text-align: left;
		margin-right: 15px;
		font-size: 15px;
	}
	.vp-portfolio__item-meta{
		display: none;
	}
	.home header#masthead {
		/*padding-top: 15px;*/
		padding-top: 0px;
		position: absolute;
		z-index: 999;
		width: 100%;
		background-color: transparent;
	}
	h1.hair-heading {
		font-size: 50px;
		font-weight: bold;
	}
	html{
		overflow-x: hidden;
	}
	footer#colophon .info-address span{
		color: #fff;
		display: flex;
	}
	h2.content-subheading {
		font-size: 45px;
		font-weight: 400;
	}
	.galler-secs p{
		color: #000;
		font-size: 16px;
		padding-bottom: 30px;
	}
	.top-header .infoemail-header a {
		display: none;
	}
	.hair-sec {
		background-color: #f0f0f0;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hair-sec  h2.theme-subheading {
		font-size: 40px;
	}
	.hair-sec p{
		font-size: 20px;
		color: #000000;
		padding-bottom: 30px;
	}
	.blog-time span.p-dates{
		font-size: 14px;
		color: #3d3d3d;
	}
	.blog-image a img{
		/*max-width: 420px !important;*/
	}
	.site-header {
		background-color: #333; /* Change this to your desired color */
		color: #fff; /* Change this to your desired color */
	}
	.home nav#site-navigation {
/* 		padding: 0; */
		padding-top: 20px;
		    padding-right: 0;
    padding-left: 54px;
	}
nav#site-navigation {
	    padding-top: 20px;
    padding-right: 0;
}

	.posts-secs .blog-cols {
		margin: 0;
	}
	.theme-discovereading{
		font-size: 25px;
	}
	.posts-secs p{
		font-size: 16px;
		color: #3f3f3f;
		max-width: 77%;	
		margin: 0 auto;
		padding-bottom: 20px;
	}
 	.insta-sec {
		/*padding-bottom: 50px; */
		padding-bottom: 0px;
		padding-top:50px;
	}
	.insta-sec h2.insta-heading {
		font-size: 45px;
		font-weight: bold;
		color: #313131;
/* 		padding-bottom: 50px; */
	}
	.main-testis .gforms-bg form#gform_2 textarea::focus-visible{
		border:none !important;
	}
	.gallery2 {
		padding-top: 30px;
	}
	.service-sec h3.seri-title{
		font-size: 32px;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.service-sec{
		text-align: center;
	}
	.service-sec p {
		text-transform: uppercase;
		color: #000000;
		font-size: 15px;
		border-bottom: 3px solid #ed1c24;
		display: inline-block;
		margin: 0 auto;
		font-weight: 600;
		letter-spacing: 2px;
	}
	.service-sec {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.abt-secs .Midto{
		margin-bottom: 0px;
	}
	.abt-secs  h3.theme-lightheading {
		padding-left: 37px;
		padding-right: 40px;
		font-size: 35px;
		font-weight: 300;
	}
	.abt-secs h2.theme-cotentheading{
		padding-left: 50px;
		padding-right: 18px;
		font-size: 60px;	
		font-weight: 400;
		padding-left: 37px;
	}
	.abt-secs .abttext-col .vc_column-inner{
		padding-top: 100px;
		padding-left: 85px;
		padding-bottom: 50px;
	}
	.abt-secs .girlimg-col {
		left: 104px;
		z-index: 9999;
		padding-top: 45px;
	}
	body .btn-readmore {
		margin-bottom: 0;
		padding-left: 36px;
	}
	body .abt-secs .btn-readmore a:hover {
    color: #000 !important;
    background-color: #fff !important;
	}	
	.service-sec h3.seri-title:hover{
	  color:#c2908f !important;
	}
	body .btn-readmore a{
	background-image: unset !important;	
	font-size:16px !important; 
	}
	body  .btn-readmore button{
		background-color: transparent;
		color: #ffffff;
		background-image: unset !important;	
	}
	.fox-crew{
	/*background-image: url(https://idevwork.com/Midtown-salon/php/wp-content/uploads/2024/02/missalonbg.png);
	*/ max-width: 580px;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #2e2e2e;
	opacity: 0.9;
}
.salon-sec .inner-volsd .fox-crew p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.salon-sec {
	background-image:url(/wp-content/uploads/2024/02/girlssalons.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 0px;
	padding-top: 30px;
}
.salon-sec .inner-volsd .vc_column-inner .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
iframe.wuksD5{
	height: 337px;
	border: none;
	max-width: 89%;
	border-radius: 33px;
}
.salon-sec .fox-crew  h3{
	font-size: 58px;
	color: #f3f3f3;
	width: 100%;
}
.salon-sec .fox-crew h4{
	font-size: 40px;
	color: #f3f3f3;	
	width: 100%;
}
.salon-sec .wpb_wrapper .stylish-col {
	/*  max-width: 26%;*/
}
.salon-sec .wpb_wrapper .stylish-col  h2{
	float: left;
	width: 100%;
	font-size: 60px;
	font-weight: 400;
}
.salon-sec .wpb_wrapper .stylish-col p{
	padding-right: 0px;
	font-size: 16px;
}
.salon-sec  .stylish-col {
	/*background-image: url(https://idevwork.com/Midtown-salon/php/wp-content/uploads/2024/02/white-bgs.png);
	*/ background-size: cover;
	padding: 90px 30px 90px 30px;
	max-width: 460px;
	float: right;
	margin-top: 110px;
	background-color: #fff;
	opacity: 0.9;
}
.salon-sec  .stylish-col h3{
	font-size: 35px;
	color: #000000;
}
.salon-sec .wpb_wrapper .stylish-col p a {
	padding-top: 20px;
	display: inline-block;
	color:transparent;
}
.salon-sec .wpb_wrapper .stylish-col p a:hover{
	color:transparent !important;
}
.galler-secs{
	padding-top: 60px;
}
.fox-box{
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}
.vp-fancybox .fancybox-caption__body a, .vp-fancybox .fancybox-caption__body h3{
	display: none;
}
.footer-col-div ul#primary-menu li a:hover{
	color: #c2908f !important;
}
.main-testis .test-bgs .testi-names{
	font-size: 25px;
	margin-bottom: 0;
}
body .home .testi-names {
	padding-left: 20px;
	font-size: 25px;
	margin-bottom: 0;
	display: block;
	padding-left: 18px;
	display: inline-block;
}
.testis-img{
	float: left;
}
.star-raitjng{
	font-size: 20px;
	color: gold;
	padding-top: 25px;
	/*padding-left: 16px;*/
}
.star-raitjng span i{
	width: 22px;
	height: 25px;
}
div#page{
	overflow: hidden;
}

.test-combfore {
	float: left;
}
.test-combafter {
	float: right;
}
.row.footer-row  .head1 {
/*	width: 20%;
	flex: 0 0 20%;
	margin-left: 49px;*/
}
.con-page .footer-contacts ul li span.with-icon.address br {
	display: none;
}
.footer-contacts {
	padding-bottom: 20PX;
}
.cont-sec form#gform_2 input {
	border-radius: 30px;
	border: none;
	padding: 10px 22px;
	color: #000000;
	margin-bottom: 0px;
	font-weight: 500;
	border: 1px solid #ccc;
}

.cont-sec form#gform_2 textarea {
	border-radius: 30px;
	padding: 10px 22px;
	color: #000;
	font-weight: 500;
	border: 1px solid #ccc;
}
.cont-sec  form#gform_2 #gform_submit_button_2 {
	border-radius: 0px;
	background-color: #000;
	font-size: 20px;
	border: none;
	color: #fff;
	border-bottom: 1px solid;
	cursor: pointer;
	text-align: center;
	padding: 10px 23px;
	letter-spacing: 1px;
}
.cont-sec form#gform_2 input#gform_submit_button_2:hover {
	background-color: #fff;
	color: #000;
}
.footer-social-icons ul li a{
	width: 35px;
	height: 35px;
}
.footer-social-icons ul li a:hover{
	background-color: #8d8094;
}
.footer-social-icons ul li a i:hover {
	color: #fff;
}
.top-header .footer-row .head3 a:hover {
    color: #c2908f !important;
    background-color: #fff;
}
a.head-phones:hover {
    background-color: transparent !important;
}
.home a.head-phones{
	 background-color: transparent !important;
}
a.head-phones:hover{
    color: #c2908f !important;

}
.faq-headsec{
	padding-top: 50px;
	padding-bottom: 50px;
}

.vc_toggle_title>h4 {
	text-transform: capitalize;
	color:#fff;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
	margin-left: 22px;
	height: 2px;
}
.faq-sec{
	background-color: #8d8094;
	padding-top: 70px;
	padding-bottom: 60px;
	background-image: url(/wp-content/uploads/2024/02/haricuttinng-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: screen;
}

.faq-sec .vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.faq-sec .faq-img img{
	border-radius: 50px !important;
}
body .vc_toggle_default .vc_toggle_icon::after, body .vc_toggle_default .vc_toggle_icon::before{
	background: #fff;
}
body .vc_toggle_default .vc_toggle_icon{
	border: 1px solid #fff;
}
.map-sec{
	/*padding-top: 50px;*/
}
.map-sec h2{
	padding-bottom: 30px;
}
.map-sec  .g-maps {
	margin-bottom: 0;
}
.grid-sizer{
	width: unset !important;
}
.service-sec .serv-img {
	margin-bottom: 15px;
}
.team-sec{
	padding-bottom: 50px;
}

.team-sec h2.inner-heading {
	font-size: 40px;
	font-weight: 700 !important;
	color: #c2908f;
	line-height: 50px;
}
.team-sec2 h2.inner-heading{
	font-size: 40px;
	font-weight: 700 !important;
	color: #c2908f;
	line-height: 50px;	
}
/*.team-sec2 img, .team-sec img{
	border-radius: 50px;
	}*/
	.team-heading {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.team-heading .headin-texts h1{
		font-weight: bold;
		font-size: 46px;
	}
	.team-sec h4.team-title{
		font-size: 24px;
		font-weight: bold;
	}
	.team-sec  .team-img {
		margin-bottom: 0px;
		display: block;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.team-sec  .team-img  img{

		transition: all 0.3s ease;
		object-fit: none;
	}
/*.team-box a:hover {
    color: #fff;
    text-shadow: 0px 2px 4px #000000d1;
    }*/
    .team-sec .team-img img:hover {
    	object-fit: none;
    	background-color: rgb(230 64 147);
    	transition: all 0.3s ease;
    	transform: scale(1.1);
    }
    .team-design p{
    	font-size: 20px;
    	font-weight: 400;
    	border-bottom: 2px solid #ed1c24;
    	display: inline;
    	padding-bottom: 4px;
    }  
    .team-design h4{
    	font-size: 24px;
    	font-weight: bold;	
    	color: #fff;
    }
    .team-design {
    	width: 100%;
    	padding: 28px 30px 43px;
    	background-color: #ce9f95;
    	text-align: center;
/*     	border-radius: 0 0px 15px 15px; */
    	opacity: 0.8;
    }


ul#primary-menu li.current-menu-item a {
     color: #c2908f;
}
span.footer-copyright p a:hover{
    color: #c2908f !important;
}
section#recent-posts-2 ul li a:hover{
	color:#c2908f !important;
}
p:empty {
    display: none;
}



.breadcrumbs.breadcrumb {
    display: none;
}


.entry-content a{
	color:#c2908f;
}
body.search.search-results a.post-thumbnail img {
    display: none;
}
body.search.search-results .main-blog-content-area{
	    padding-bottom: 100px;
}
body.search.search-results article {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #c2908f;
    padding: 30px;
    box-shadow: 0px 1px 7px 0px #dfdfdf73;
    width: 100%;
    margin-top: 19px !important;
    border: 3px solid #ccc;
    border-radius: 15px;
}
body.search.search-results article header.entry-header h2 a {
    color: #fff;
}
body.search.search-results article .entry-summary{
	color: #fff;
}
.posts-navigation .nav-previous{
	display:none;
}

body.search.search-no-results input.search-field {
    padding: 10px;
    width: 260px;
    border: 1px solid #ccc;
    display: inline-block;
    height: 45px;
    padding-left: 19px;
    margin-left: 3px;
    margin-right: 4px;
}

body.search.search-no-results  input.search-submit {
    padding: 15px 25px;
    border: 0px;
    background: #c2908f;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
}

.pricing_head_banner img{
	min-height: 150px;
	object-fit: cover;
}
.menu-menu-1-container{
	    padding-left: 41px;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next{
	top: 113%;
	width: 40px;
    height: 40px;
    padding-left: 20px;
}
.testimonial-slider .slick-next{
left: 30px;	
}