@charset "UTF-8";

/*-------------------------------------------------

Project:	i-Fact
Version:	1.0.0
Author:     Webstrot
Copyright © 2020-21

----------------------------------------------------
[Table of contents]
 
1. body
2. return-to-top styles
3. Common button styles
4. Common heading styles
5. custom css
6. Agency 01 CSS Start
7. Agency 02 CSS Start
8. Beauty CSS Start
9. Business CSS Start
10. Construction 01 CSS Start
11. Construction 02 CSS Start
12. Doctor 01 CSS Start
13. It Company CSS Start
14. Kidder CSS Start
15. Lawyer CSS Start
16. PC fixer CSS Start
17. Software CSS Start
18. Startup CSS Start
19. Web Hosting CSS Start 
 

*/

html,
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #797979;
	font-weight: 400;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
}
p {
	font-family: 'Lato', sans-serif;
	margin: 0;
}
a {
	color: #000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:focus {
	color: #3bb6d5;
	outline: 0 auto -webkit-focus-ring-color;
	outline-offset: unset;
	text-decoration: none;
}
a:hover {
	color: #3bb6d5;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* return-to-top styles */

#return-to-top {
	position: fixed;
	bottom: 30px;
	right: 70px;
	background: #fff;
	width: 45px;
	height: 100px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: none;
	color: #000000;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	text-transform: capitalize;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1000;
	padding-top: 25px;
	text-align: center;
}
#return-to-top i:before {
	color: #000000;
	font-size: 25px;
}

/* Beauty */

.beauty_btn_style {
	display: inline-block;
	text-align: center;
	background: #BD4319;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 250px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_btn_style:hover,
.beauty_btn_style:focus {
	background: #f5f7fb;
	color: #BD4319;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Beauty */

.beauty_section_heading {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}
.beauty_section_heading h2 {
	font-size: 36px;
	text-transform: capitalize;
	display: inline-block;
	float: left;
}

/* custom css start */

.full_width {
	float: left;
	width: 100%;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#status {
	background-image: url(../images/beauty/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
.status-mes {
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}
/* --------------------------------------
LIST STYLE
------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-control {
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
}
textarea.form-control {
	height: auto;
	resize: none;
}
button:focus,
input:focus,
textarea:focus {
	outline: 0;
}
/* custom css end */

/*********************** Beauty CSS Start ****************************/

/* beauty_header start */

.beauty_header {
	float: left;
	z-index: 12;
	width: 100%;
	position: relative;
}
.beauty_logo_wrapper {
	float: left;
	position: relative;
	padding-left: 20px;
	padding-top: 27px;
}
.beauty_top_shape_wrapper {
	position: absolute;
	top: -89px;
	left: -200px;
}
/* beauty_menu_wrapper start */

.beauty_menu_wrapper {
	float: right;
	padding-top: 40px;
}
.beauty_menu_right_wrapper p {
	float: left;
	padding-top: 8px;
	padding-right: 25px;
	font-weight: 500;
	color: #000;
}
.beauty_menu_wrapper ul > li {
	float: left;
	margin-right: 19px;
}
.beauty_menu_wrapper ul > li > a {
	color: #676767;
	font-size: 16px;
	text-transform: capitalize;
	padding: 15px 10px;
	position: relative;
}
.beauty_menu_wrapper ul > li > a:hover {
	color: #BD4319;
}
.beauty_menu_wrapper ul > .active > a {
	background-color: transparent;
	color: #BD4319;
}
.beauty_menu_wrapper ul > .active > a:focus,
.beauty_menu_wrapper ul > .active > a:hover {
	background-color: transparent;
	color: #BD4319;
}
/*beauty_menu_right_wrapper start*/

.beauty_menu_right_wrapper {
	float: right;
	padding-top: 30px;
	padding-right: 12px;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	color: #fff;
}
.beauty_menu_right_wrapper .beauty_btn_style {
	line-height: 40px;
	width: 145px;
	height: 40px;
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	border: 1px solid #BD4319;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_menu_right_wrapper .beauty_btn_style:hover,
.beauty_menu_right_wrapper .beauty_btn_style:focus {
	color: #BD4319;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- search Start --*/

.serach-beauty_header {
	float: right;
	z-index: 1;
}
.serach-beauty_header .beauty_searchd {
	background: transparent;
	line-height: 50px;
	height: 50px;
	border: 0;
}
.toggle_bar_beauty {
	background: transparent;
	padding-right: 15px;
	border: 0;
	color: #111111;
	cursor: pointer;
}
.serach-beauty_header .beauty_searchd i {
	color: #29abff;
	font-size: 16px;
	border: 0 !important;
}
.beauty_searchd {
	background: transparent;
	padding-top: 9px;
	padding-right: 30px;
	border: 0;
	color: #111;
	cursor: pointer;
}
.serach-beauty_header .beauty_searchbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.86);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 11000;
}
.serach-beauty_header .beauty_searchbox .close {
	background-color: transparent;
	box-shadow: none;
	color: #BD4319;
	font-size: 40px;
	font-weight: bold;
	opacity: 1;
	padding: 10px 17px;
	position: fixed;
	right: 20px;
	top: 15px;
	text-shadow: none;
}
.serach-beauty_header .beauty_searchbox form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent;
	border-color: -moz-use-text-color -moz-use-text-color #fff;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	color: #fff;
	font-size: 28px;
	font-weight: lighter;
	left: 0;
	right: 0;
	margin: 0 auto;
	outline: medium none;
	padding-bottom: 7px;
	padding-left: 0;
	padding-right: 30px;
	position: absolute;
	top: 45%;
	width: 36%;
	line-height: 60px;
}
.serach-beauty_header .beauty_searchbox form button {
	display: inline-block;
	line-height: 60px;
	height: 60px;
	left: 64%;
	position: absolute;
	top: 49%;
	transform: translate(0%, -55%);
	background: transparent;
	color: #BD4319;
	border: 0;
	font-size: 20px;
}
.serach-beauty_header .beauty_searchbox.open {
	-webkit-transform: translate(0px, 0) scale(1, 1);
	-moz-transform: translate(0px, 0) scale(1, 1);
	-o-transform: translate(0px, 0) scale(1, 1);
	-ms-transform: translate(0px, 0) scale(1, 1);
	transform: translate(0px, 0) scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.serach-beauty_header .beauty_searchbox form::-webkit-input-placeholder {
	color: rgba(219, 187, 10, 0.6);
}
.serach-beauty_header .beauty_searchbox form:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(219, 187, 10, 0.6);
}
.serach-beauty_header .beauty_searchbox form::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(219, 187, 10, 0.6);
}
.serach-beauty_header .beauty_searchbox form:-ms-input-placeholder {
	color: rgba(219, 187, 10, 0.6);
}
.search_wrap {
	float: left;
}
/*------ beauty_menu_wrapper end ------*/

/*---- menu_fixed start ------*/

.beauty_menu_fixed {
	position: fixed;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
	z-index: 1000;
	padding-bottom: 25px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.beauty_menu_fixed .beauty_logo_shape_wrapper {
	display: none;
}
.beauty_header .menu_fixed_logo {
	display: none;
}
.menu_fixed .menu_fixed_logo {
	display: block;
	padding-top: 30px;
	padding-bottom: 40px;
}
.menu_fixed .beauty_btn_style:hover {
	background: transparent;
	color: #08adef;
	border: 1px solid #08adef;
}
/* beauty_sidebar */

#beauty_sidebar {
	position: fixed;
	display: block;
	height: 100%;
	top: 0;
	left: -473px;
	width: 260px;
	background-color: #ffffff;
	z-index: 1000;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
	overflow-x: hidden;
	box-shadow: 0 2px 15px 0 rgba(248, 71, 62, 0.05);
}
#beauty_toggle {
	float: right;
	width: auto;
	padding-top: 7px;
	cursor: pointer;
}
#beauty_toggle a i:before {
	font-weight: 600;
	font-size: 22px;
}
#beauty_cssmenu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	color: #ffffff;
}
#beauty_cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#beauty_cssmenu .sidebb {
	width: 100%;
	padding-top: 10%;
	float: left;
}
#beauty_cssmenu img {
	padding-top: 25px;
	padding-left: 30px;
}
#beauty_cssmenu ul ul {
	display: none;
	padding-left: 20px;
}
#beauty_cssmenu > ul > li.active > ul {
	display: block;
}
#beauty_cssmenu > ul > li > a {
	padding: 17px 25px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #191919;
	text-transform: uppercase;
	background: #ffffff;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#beauty_cssmenu > ul > li > a:hover {
	background: #BD4319;
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#beauty_cssmenu .sidebb li:first-child {
	border-top: 1px solid #e6e6e6;
}
#beauty_cssmenu ul > li.has-sub > a:after {
	position: absolute;
	right: 34px;
	top: 16px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #191919;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#beauty_cssmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 30px;
	top: 20px;
	display: block;
	width: 10px;
	height: 2px;
	background: #191919;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#beauty_cssmenu ul > li.has-sub.open > a:after,
#beauty_cssmenu ul > li.has-sub.open > a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#beauty_cssmenu ul ul li a {
	padding: 14px 26px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #060606;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#beauty_cssmenu ul ul ul li a {
	padding-left: 32px;
}
#beauty_cssmenu ul ul li a:hover {
	color: #fa5b41;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#beauty_cssmenu ul ul li a i {
	margin-right: 10px;
}
#beauty_toggle_close {
	position: absolute;
	z-index: 100;
	right: 9px;
	top: 24px;
	font-size: 32px;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background: #fff;
}
.beauty_sidebar_logo img {
	padding-top: 19px;
	padding-left: 29px;
}
#beauty_cssmenu ul ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
	background: #ffffff;
}
#beauty_cssmenu ul ul > li.has-sub > a:before {
	top: 20px;
	background: #ffffff;
}
#beauty_cssmenu li a i {
	margin-right: 10px;
	color: #fa5b41;
	font-size: 18px;
}
.beauty_menu_wrapper ul > li > a:before {
	content: '';
	position: absolute;
	height: 1px;
	margin: -0.5px;
	width: 0;
	top: 50%;
	left: 0;
	z-index: 100;
	background: #BD4319;
	visibility: hidden;
	transition: all 0.5s;
}
.beauty_menu_wrapper ul > li > a:hover:before {
	width: 100%;
	visibility: visible;
}
.beauty_menu_wrapper ul > .active > a:before {
	width: 100%;
	visibility: visible;
}
/***------ slider wrapper css -------***/

.beauty_slider_wrapper {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	z-index:10;
}
.beauty_banner_shape {
	position: absolute;
	top: -45%;
	right: -5%;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .caption-1,
.beauty_slider_wrapper .carousel-inner .carousel-item .caption-2,
.beauty_slider_wrapper .carousel-inner .carousel-item .caption-3 {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 750px;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content {
	display: block;
	position: relative;
	z-index: 999;
	overflow: hidden;
	vertical-align: middle;
	padding-top: 150px;
	padding-bottom: 200px;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content ul {
	display: inline-block;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content_tabs {
	display: block;
	position: relative;
	z-index: 999;
	vertical-align: middle;
	padding-top: 100px;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content h2 {
	color: #000;
	font-size: 50px;
	font-weight: 500;
	margin: 0 0 13px;
	animation-delay: 1.2s;
	text-transform: capitalize;
	line-height: 70px;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content h2 span {
	color: #BD4319;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content p {
	animation-delay: 1.5s;
	line-height: 30px;
	font-size: 18px;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content li {
	animation-delay: 2.0s;
	float: left;
	margin-right: 30px;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content ul {
	margin-top: 20px;
}
.beauty_slider_btn li a {
	width: 170px;
}
.beauty_slider_wrapper .carousel-inner .carousel-indicators {
	right: 0;
	bottom: 35px;
	width: 100%;
}
.beauty_slider_btn {
	padding-left: 0;
	float: left;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content li a {
	line-height: 42px;
	width: 160px;
	height: 45px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	border: 1px solid #BD4319;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #BD4319;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content li a:hover {
	color: #BD4319;
	background: #fff;
}
.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content h1 {
	color: #BD4319;
	font-family: 'Playball', cursive;
	font-size: 44px;
	margin-bottom: 15px;
	animation-delay: 0.5s;
	position: relative;
}
/*.beauty_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content h1:after {*/
	/*content: '';*/
	/*position: absolute;*/
	/*right: 165px;*/
	/*top: 30px;*/
	/*width: 75px;*/
	/*height: 2px;*/
	/*background: #BD4319;*/
/*}*/
.beauty_slider_wrapper .carousel-nevigation {
	position: absolute;
	bottom: 28%;
	float: left;
	z-index: 1;
	left: 395px;
}
.beauty_slider_wrapper .carousel-nevigation > .prev {
	left: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #BD4319;
	border: 0;
	color: #fff;
	border: 1px solid #BD4319;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 47px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_slider_wrapper .carousel-nevigation > .next {
	left: 65px;
	position: absolute;
	width: 50px;
	height: 50px;
	background: #BD4319;
	border: 0;
	color: #fff;
	line-height: 47px;
	text-align: center;
	border: 1px solid #BD4319;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_slider_wrapper .carousel-nevigation > .next:hover {
	color: #BD4319;
	background: transparent;
}
.beauty_slider_wrapper .carousel-nevigation > .prev:hover {
	color: #BD4319;
	background: transparent;
}
.beauty_slider_wrapper .carousel-nevigation > .next i:before,
.beauty_slider_wrapper .carousel-nevigation > .prev i:before {
	font-size: 19px;
}
.beauty_slider_wrapper .carousel-inner {
	overflow: visible;
}
/**---- popular wrapper css ------**/

.beauty_massage_Wrapper {
	padding-bottom: 100px;
}
.beauty_massage_slider .owl-theme .owl-dots {
	display: none;
}
.beauty_massage_slider .owl-theme .owl-nav {
	position: absolute;
	margin: 0;
	right: 100px;
	top: -98px;
	z-index: 1000;
	display: block;
}
.beauty_massage_slider .owl-theme .owl-nav .owl-prev {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #BD4319;
	background: #BD4319;
	position: absolute;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_massage_slider .owl-theme .owl-nav .owl-next {
	margin: 0;
	padding: 0;
	left: 57px;
	top: 0;
	position: absolute;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #BD4319;
	background: #BD4319;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_massage_slider .owl-theme .owl-nav .owl-next i:before {
	font-size: 18px;
}
.beauty_massage_slider .owl-theme .owl-nav .owl-prev i:before {
	font-size: 18px;
}
.beauty_massage_slider .owl-theme .owl-nav .owl-prev:hover {
	background: #fff;
	color: #BD4319;
	border: 1px solid #BD4319;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_massage_slider .owl-theme .owl-nav .owl-next:hover {
	background: #fff;
	color: #BD4319;
	border: 1px solid #BD4319;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_massage_content {
	position: relative;
	overflow: hidden;
}
.beauty_img_content h1 a {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: block;
}
.beauty_img_content p span a {
	float: right;
	color: #BD4319;
	position: relative;
	text-transform: capitalize;
}
.beauty_img_content p span a:after {
	content: '';
	position: absolute;
	left: -55px;
	width: 50px;
	height: 1px;
	background: #BD4319;
	top: 14px;
}
.beauty_massage_content:hover .beauty_massage_price_box {
	top: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_img_content {
	padding: 15px;
	padding-top: 22px;
}
.beauty_massage_price_box {
	position: absolute;
	top: -90px;
	right: 25px;
	width: 70px;
	height: 80px;
	text-align: center;
	background: #BD4319;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-top: 12px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_about_wrapper {
	padding-bottom: 100px;
	position: relative;
}
.beauty_about_content_wrapper h2 {
	color: #BD4319;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 30px;
}
.beauty_about_content_wrapper li i {
	margin-right: 10px;
}
.beauty_about_content_wrapper ul li {
	margin-bottom: 30px;
	font-size: 18px;
	color: #1d1d1d;
	font-weight: 500;
}
.beauty_about_content_wrapper ul li p {
	color: #797979;
	padding-left: 30px;
	margin-top: 10px;
}
.beauty_about_shape_wrapper {
	position: absolute;
	bottom: -10%;
}
.beauty_about_image_wrapper {
	position: absolute;
	left: -100px;
}
.beauty_about_image_wrapper svg {
	position: absolute;
	left: 39px;
	bottom: -36px;
}
.beauty_about_content_wrapper {
	padding-left: 20px;
}
.beauty_about_image_wrapper img {
	position: relative;
	z-index: 1;
}
.beauty_treatment_shape_wrapper {
	left: auto;
	right: -70px;
}
/**----- pricing wrapper css ----**/

.beauty_pricing_wrapper {
	padding-bottom: 100px;
}
.beauty_section_heading2 h2 {
	text-align: center;
	width: 100%;
}
.beauty_pricing_tab_wrapper {
	width: 100%;
	text-align: center;
	display: inline-block;
}
.beauty_pricing_tab_wrapper h2 {
	font-size: 26px;
	color: #111111;
	font-weight: 600;
	display: inline-block;
}
.beauty_pricing_tab_wrapper .nav {
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 0;
}
.beauty_pricing_tab_wrapper .nav li {
	float: left;
	border: 0;
	border-left: 0;
	margin-right: 20px;
}
.beauty_pricing_tab_wrapper .nav-tabs .nav-link {
	font-size: 16px;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 25px;
	border: 0;
	border-radius: 50px;
	color: #BD4319;
	border: 1px solid #BD4319;
	background: transparent;
}
.beauty_pricing_tab_wrapper .nav-tabs .nav-link.active,
.beauty_pricing_tab_wrapper .nav-tabs .nav-link:hover {
	background: #BD4319;
	color: #fff;
}
.beauty_pricing_beauty_treatment_wrapper {
	border-bottom: 1px solid #b6b6b6;
	padding: 30px 0;
	position: relative;
}
.beauty_pricing_wrapper_price {
	float: right;
	display: inline-block;
}
.beauty_pricing_wrapper_price p {
	font-size: 26px;
	padding-top: 15px;
	color: #111;
}
.beauty_pricing_treatment_content {
	float: left;
	display: inline-block;
	width: auto;
}
.beauty_pricing_spa_img {
	float: left;
	width: 100px;
}
.beauty_pricing_spa_img img {
	position: relative;
	z-index: 1;
}
.beauty_pricing_spa_img svg {
	position: absolute;
	left: 4px;
	top: 42px;
}
.beauty_pricing_treament_detail {
	float: left;
	width: calc(100% - 100px);
	padding-left: 15px;
}
.beauty_pricing_treament_detail h1 {
	line-height: 30px;
}
.beauty_pricing_treament_detail h1 a {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
/**----- treatment wrapper css -------**/

.beauty_treatment_wrapper {
	padding-bottom: 100px;
	position: relative;
}
.beauty_treatment_content_wrapper h2 {
	color: #BD4319;
	font-size: 30px;
	font-weight: 500;
	line-height: 42px;
	margin-bottom: 30px;
}
.beauty_treatment_top_shape {
	position: absolute;
	top: -110px;
	left: -21%;
}
.beauty_treatment_content_wrapper {
	padding-top: 60px;
}
.beauty_treatment_counter {
	margin-top: 40px;
}
.beauty_map_wrapper iframe {
	width: 100%;
	height: 600px;
	border: 0;
	position: relative;
}
.beauty_treatment_counter li {
	float: left;
	width: 130px;
	height: 130px;
	text-align: center;
	margin-right: 20px;
}
.beauty_treatment_counter li a {
	float: left;
	width: 100%;
	height: 130px;
	background: #BD4319;
	color: #fff;
	padding-top: 30px;
	border: 1px solid transparent;
}
.beauty_treatment_counter li a i {
	font-size: 34px;
	padding-bottom: 10px;
}
.beauty_treatment_counter li a:hover {
	border: 1px solid #BD4319;
	color: #BD4319;
	background: transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/**----- client wrapper css -------**/

.beauty_client_Wrapper {
	padding-top: 80px;
	padding-bottom: 100px;
}
.beauty_client_headig {
	text-align: left;
}
.beauty_client_headig h1 {
	color: #BD4319 !important;
	font-size: 34px;
	font-weight: 600;
	line-height: 44px;
}
.beauty_client_headig h1 span {
	font-weight: 200;
}
.beauty_client_slider .carousel-indicators li:first-child,
.beauty_client_slider .carousel-indicators li:nth-child(2),
.beauty_client_slider .carousel-indicators li:nth-child(3),
.beauty_client_slider .carousel-indicators li:last-child {
	display: flex;
	height: 60px;
	text-indent: 999999px !important;
	width: 60px;
	border: 2px solid transparent;
	margin-bottom: 20px;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
}
.beauty_client_slider ol.carousel-indicators {
	display: block;
	margin-left: 6%;
	position: absolute;
	bottom: -80px;
}
.beauty_client_slider .carousel-item h5 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}
.beauty_client_slider .carousel-indicators li img {
	border-radius: 50%;
	width: 100%;
}
.beauty_client_slider .carousel-indicators li.active {
	border-radius: 50%;
	border: 3px solid #BD4319;
}
.beauty_client_slider .carousel-item h3 {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 30px;
	color: #797979;
	margin-bottom: 30px;
}
.lawyer_trainer {
	text-transform: capitalize;
}
.beauty_client_left .lawyer_surname a {
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize !important;
	padding-top: 30px;
	font-weight: 600;
	float: left;
	width: 100%;
	color: #1e2b38;
}
.beauty_client_slider .carousel-control {
	position: absolute;
	left: 0;
	bottom: -19px;
}
.beauty_client_left .lawyer_surname p {
	text-transform: capitalize !important;
	font-size: 12px !important;
}
.beauty_client_slider .carousel-control-next span {
	color: #797979;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: absolute;
	width: 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.beauty_client_slider .carousel-control-prev {
	left: 35px;
}
.beauty_client_slider .carousel-control-prev span {
	color: #797979;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: absolute;
	width: 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.beauty_client_slider .carousel-control-next {
	right: -407px;
	z-index: 100;
}
.beauty_client_slider .carousel-control-prev span:hover {
	background-color: transparent;
	color: #BD4319;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.beauty_client_slider .carousel-control-next span:hover {
	background-color: transparent;
	color: #BD4319;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.beauty_client_slider .carousel-control-next span:before {
	font-size: 28px !important;
}
.beauty_client_slider .carousel-control-prev span:before {
	font-size: 28px !important;
}
.beauty_client_left {
	float: left;
	width: 800px;
	padding-right: 60px;
}
.beauty_client_right {
	width: calc(100% - 800px);
	float: left;
	position: relative;
}
.beauty_client_left i {
	float: left;
	width: 36px;
	padding-top: 6px;
	font-size: 24px;
	color: #BD4319;
}
.beauty_client_right img {
	width: 80%;
	float: right;
	border-radius: 100%;
}
.beauty_lawyer_quote_wrapper {
	float: left;
	width: calc(100% - 60px);
}
.beauty_client_slider {
	padding-top: 40px;
}
.beauty_client_slider .carousel-indicators li {
	position: relative;
	opacity: 1;
}
.beauty_client_slider .carousel-indicators li:after {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	right: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0.8;
	border-radius: 100%;
}
.beauty_client_slider .carousel-indicators li.active:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	opacity: 0;
	border-radius: 100%;
}
/**--- beauty_location_wrapper css ----**/

.beauty_location_wrapper {
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
}
.beauty_location_wrapper .abt_heading_wrapper h1 {
	font-size: 30px;
	color: #111111;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.beauty_location_wrapper .response {
	color: #111;
}
.beauty_location_wrapper #map {
	float: left;
	width: 100%;
	height: 450px !important;
	border-radius: 15px;
}
.beauty_contect_form1 input {
	width: 100%;
	height: 50px;
	padding-left: 25px;
	margin-bottom: 22px;
	color: #444;
	border: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #f0f5ff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_contect_form1 textarea {
	width: 100%;
	padding-left: 20px;
	padding-top: 15px;
	color: #444;
	background: #f0f5ff;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	resize: none;
	border-radius: 20px;
}
.beauty_contect_btn {
	float: left;
	width: 100%;
}
.beauty_contect_btn button {
	padding: 0;
	list-style: none;
	margin-top: 40px;
	float: left;
	width: 160px;
	height: 45px;
	float: none;
	display: inline-block;
	background: #BD4319;
	border: 1px solid #BD4319;
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_contect_btn button:hover {
	background: transparent;
	color: #BD4319;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*------- partners wrapper css -----*/

.beauty_partner_wrapper {
	padding: 90px 0;
}
.beauty_pn_slider_wraper .item {
	width: 100%;
}
.beauty_pn_slider_wraper .owl-theme .owl-dots .owl-dot,
.beauty_pn_slider_wraper .owl-theme .owl-nav {
	display: none;
}
.beauty_pn_img_wrapper {
	text-align: center;
	float: left;
	width: 100%;
}
.beauty_pn_img_wrapper img {
	width: auto !important;
	display: inline-block !important;
}
/*------- footer wrapper css ------*/

.beauty_footer_wrapper {
	padding: 80px 0;
	padding-bottom: 60px;
	position: relative;
	background: #f7fcfe;
}
.beauty_footer_about_link_wrapper {
	padding-top: 30px;
}
.beauty_footer_shape_wrapper {
	position: absolute;
	bottom: -200px;
}
.tb_foter_left {
	float: left;
	width: 100%;
	text-align: center;
}
.beauty_footer_about_wrapper,
.wrapper_second_useful,
.wrapper_second_blog {
	float: left;
	width: 100%;
}
.beauty_footer_about_link_wrapper li i {
	margin-right: 10px;
}
.beauty_footer_about_link_wrapper li a {
	color: #797979;
	text-transform: capitalize;
}
.beauty_footer_about_wrapper .beauty_footer_about_link_wrapper li a {
	text-transform: capitalize;
}
.beauty_footer_about_wrapper .beauty_footer_about_link_wrapper li a:hover {
	color: #BD4319;
}
.beauty_footer_about_link_wrapper li {
	color: #797979;
	margin-bottom: 15px;
}
.beauty_footer_about_link_wrapper li a:hover {
	color: #BD4319;
}
.beauty_wrapper_first_image {
	padding-bottom: 20px;
}
.beauty_usefull_linkx li {
	margin-bottom: 10px;
}
.beauty_footer_abotus_content {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
}
.beauty_footer_abotus_content p {
	font-size: 16px;
	color: #797979;
}
.beauty_btm_foter_box {
	float: left;
	width: 100%;
	padding-top: 25px;
	text-align: center;
	padding-bottom: 25px;
}
.beauty_usefull_linkx {
	padding: 0;
}
.beauty_footer_widget h4 {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	text-transform: capitalize;
	padding-bottom: 35px;
	padding-top: 24px;
}
.beauty_footer_blog_wrapper {
	padding-left: 20px;
}
.beauty_contect_form_footer input {
	width: 100%;
	height: 45px;
	color: #111;
	background: #fff;
	font-size: 16px;
	padding-left: 15px;
	margin-top: 8px;
	text-transform: capitalize;
	line-height: 45px;
	border-radius: 50px;
	border: 1px solid #e6e6e6;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_footer_cont_btn li a {
	width: 160px;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	border: 1px solid transparent;
	text-transform: capitalize;
}
.beauty_footer_cont_btn li a:hover {
	background: #fff;
	border: 1px solid #09abef;
}
.beauty_btm_foter_box p {
	color: #797979;
	font-size: 16px;
	text-transform: capitalize;
}
button:focus {
	outline: none;
}
.beauty_btm_foter_box p a {
	color: #797979;
	margin-left: 2px;
}
.beauty_btm_foter_box p a:hover {
	color: #BD4319;
}
.beauty_menu_fixed .beauty_top_shape_wrapper svg {
	display: none;
}
.beauty_footer_contact_wrapper p {
	color: #797979;
}
.beauty_footer_cont_btn {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.beauty_footer_cont_btn a i {
	margin-right: 5px;
}
.beauty_footer_bottom_wrapper {
	background: #e3f1f7;
}
.beauty_contect_form_footer input:focus {
	box-shadow: none;
	border: 1px solid #e6e6e6;
	outline: none;
}