/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Open+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap');

/*======================
   02. Basic css
========================*/
html{
	font-size: 62.2%;
}
a, button, img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
p a{
	color: #685650;
}
p a:hover{
	color: #C0937D;
}
main{
	padding-top: 20.5rem;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.8;
	font-family: 'Open Sans', sans-serif;
	background-color: #F8EFE9;
	color: #685650;
	font-weight: 400;
	font-size: 2rem;
}
ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}

/* page loader  */
#preloader {
	position: fixed;
	background: #F8EFE9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 5.0rem;
	height: 5.0rem;
	display: inline-block;
	padding: .0rem;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	border-radius: 100%;
	background: #C0937D;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}
/*Hamburger-menu START CSS*/
.hamburger-menu {
	cursor: pointer;
	display: none;
	z-index: 999;
}
.hamburger-menu span {
	background: #685650;
	width: 4.0rem;
	height: .3rem;
	display: block;
	margin: .7rem 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hamburger-menu .line-center{
	width: 3rem;
	margin-left: auto;
}
.hamburger-menu .line-top.current {
	-webkit-transform: translateY(335%) rotate(135deg);
	-ms-transform: translateY(335%) rotate(135deg);
	transform: translateY(335%) rotate(135deg);
}
.hamburger-menu .line-center.current {
	opacity: 0;
}
.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-325%) rotate(-135deg);
	-ms-transform: translateY(-325%) rotate(-135deg);
	transform: translateY(-325%) rotate(-135deg);
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	padding: 3rem 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*sticky START CSS*/
header.sticky {
	padding: 2rem 0;
	background-color: #F8EFE9;
   -webkit-box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
   box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
}
.logo{
	margin-right: 2.2rem;
	display: block;
	width: 100%;
	max-width: 36.5rem;
}
.logo img{
	width: 100%;
}
header.sticky .logo img{
	width: 16rem;
}
header.sticky .logo h2{
	font-size: 3rem;
}
#menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#menu>li {
	position: relative;
	margin: 0 1.5rem;
}
#menu>li:last-child{
	margin-right: 0;
}
#menu>li>a.nav-link {
	padding: 1rem 2.2rem 1.2rem;
	color: #685650;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.36;
	letter-spacing: 0.06rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	z-index: 1;
	font-family: 'Playfair Display', serif;
}
#menu>li>a.active{
	color: #C0937D;
}
#menu>li:hover>a.nav-link {
	color: #685650;
	background-color: #fff;
}
#menu>li>a>i{
	margin-left: 1rem;
	margin-top: 0.4rem;
	font-size: 85%;
}
#menu li:last-child{
	padding-right: 0;
}
#menu>li>.drop_wrap>ul{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	min-width: 26.6rem;
	padding: 1.1rem 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#menu>li:last-child>.drop_wrap>ul{
	right: 0;
	left: auto;
}
#menu>li:hover>.drop_wrap>ul{
	opacity: 1;
	pointer-events: all;
}
#menu>li>.drop_wrap>ul>li>a{
	display: block;
	padding: 0.9rem 2rem;
	color: #000;
	font-weight: 400;
	line-height: 1.3;
	font-size: 1.8rem;
}
#menu>li>.drop_wrap>ul>li>a:hover,
#menu>li>.drop_wrap>ul>li>a.active{
	background-color: #685650;
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
header .button{
	font-family: 'Playfair Display', serif;
	font-size: 2.2rem;
	margin-left: 1rem;
}
.button{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.36;
	font-family: 'Barlow', sans-serif;
	padding: 1.2rem 3.2rem 1.4rem;
	color: #fff;
	background-color: #C0937D;
	border-radius: 2.5rem 0 2.5rem 0;
	letter-spacing: 0.04rem;
	border: none;
}
.button i{
	margin-left: 1.7rem;
}
.button:hover{
	background-color: #685650;
	color: #fff;

}
.title{
	font-size: 5.2rem;
	font-weight: 700;
	color: #685650;
	line-height: 1.26;
	max-width: 70rem;
	font-family: 'Playfair Display', serif;
}
.line{
	display: block;
	width: 15rem;
	height: 0.3rem;
	background-color: #C0937D;
}
.row:not(.no-gutters){
	margin-left: -2rem;
	margin-right: -2rem;
}
.row:not(.no-gutters)>div{
	padding-left: 2rem;
	padding-right: 2rem;
}

/*home area*/
.home_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 2rem;
	position: relative;
	z-index: 1;
}
.home_content{
	width: 56.3rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 18rem;
}
.button_group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.button_group a:first-child{
	margin-right: 3rem;
}
.slider_wrap{
	width: 100%;
	position: relative;
	z-index: 1;
}
.slider_wrap .item{
	height: 70rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider_wrap .owl-item.active .item{
	height: 78.8rem;
}
.slider_wrap .owl-stage{
	padding-left: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.slider_wrap .owl-nav{
	position: absolute;
	top: 8.3rem;
	left: -4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.owl-nav button{
	padding: 0;
	height: 7.5rem;
	width: 7.5rem;
	border-radius: 50%;
	background-color: #fff;
	color: #685650;
	margin: 0.5rem;
	font-size: 3rem;
}
.owl-nav button:hover{
	background-color: #685650;
	color: #fff;
}
.home_shape1 {
	position: absolute;
	z-index: -1;
	top: 11rem;
	width: 45rem;
	left: -8.5rem;
}
.home_shape2 {
	position: absolute;
	z-index: 1;
	width: 73rem;
	bottom: -5rem;
	right: 49rem;
	pointer-events: none;
}

/*treatment area*/
.treatment_area{
	padding: 9rem 0;
	position: relative;
	z-index: 1;
}
.treatment_area::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 79.5rem;
	background-color: #F4DECF;
	z-index: -2;
}
.treatment_box{
	overflow: hidden;
	border-radius: 4.5rem;
	background-color: #fff;
	position: relative;
	height: 100%;
}
.treatment_content{
	text-align: center;
	padding: 4rem 3.5rem 12rem;
}
.treatment_content h4{
	font-size: 4rem;
	letter-spacing: 0.04rem;
	color: #685650;
	margin-bottom: 2.5rem;
}
.treatment_content h4 span{
	color: #C0937D;
}
.treatment_img{
	display: block;
}
.treatment_img img{
	max-height: 24.7rem;
	-o-object-fit: cover;
	   object-fit: cover;
}
.treatment_box:hover .treatment_img img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.custom_blog .treatment_content{
	text-align: left;
}
.custom_blog::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 52rem;
    background-color: #F4DECF;
    z-index: -2;
}
.link_bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 5.2rem;
	width: calc(100% - 5.6rem);
	color: #C0937D;
	font-family: 'Barlow', sans-serif;
}
.link_bottom span i{
	padding-right: 1rem;
}
.treatment_box .link{
	position: absolute;
	bottom: 5.2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.link{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #685650;
	font-size: 2rem;
}
.link i{
	margin-left: 1.4rem;
}
.link:hover{
	color: #C0937D;
}
.bottom_content{
	margin-top: 7rem;
}
.bottom_content p{
	font-size: 2.2rem;
	max-width: 80.5rem;
	margin-left: auto;
	margin-right: auto;
}
.shape1 {
	position: absolute;
	z-index: -1;
	bottom: -42rem;
	left: -15rem;
	max-width: 61rem;
	pointer-events: none;
}
/*social area*/
.social_area{
	padding: 10rem 0;
}
.social_area .social_icons a{
	background-color: #C0937D;
	color: #fff;
}
/*exper area*/
.specialist_area{
	padding: 4rem 0 15rem;
	position: relative;
	z-index: 1;
}
.mt_150{
	margin-top: 15rem;
}
.expert_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 2.4rem;
}
.expert_img{
	height: 20rem;
	width: 20rem;
	border-radius: 50%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	z-index: 1;
}
.expert_img::before{
	position: absolute;
	content: '';
	z-index: -1;
	top: 1.5rem;
	left: 1rem;
	height: 20.1rem;
	width: 20.5rem;
	background-image: url(../img/shape2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.expert_img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.specialist_content>p{
	max-width: 57rem;
}
.img_box{
	position: relative;
	padding-left: 16.5rem;
	max-width: 77rem;
	margin-left: auto;
}
.img_box img{
	width: 100%;
}
.img_box h4 {
	width: 30.3rem;
	text-align: center;
	font-size: 3.8rem;
	letter-spacing: 0.04rem;
	background-image: url(../img/shape3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5rem;
	line-height: 1.26;
	position: absolute;
	top: 5rem;
	left: 1.5rem;
	z-index: 1;
	-webkit-transform: rotate(-8deg);
	    -ms-transform: rotate(-8deg);
	        transform: rotate(-8deg);
}
.shape4{
	position: absolute;
	right: 0;
	bottom: -14rem;
	z-index: -1;
	width: 21rem;
	pointer-events: none;
}

/*footer area*/
footer{
	background-color: #C0937D;
	padding-top: 5rem;
	padding-bottom: 7rem;
	color: #fff;
}
.footer_logo{
	width: 30rem;
}
footer h4{
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.1;
	margin-top: 5rem;
}
footer ul{
	padding-top: 4rem;
}
footer ul li a{
	color: #fff;
	display: inline-block;
}
footer ul li a:hover{
	color: #685650;
}
footer p a{
	color: #fff;
}
footer p a:hover{
	color: #685650;
}
.flink{
	color: #fff;
	font-weight: 700;
	margin-top: 4rem;
	display: inline-block;
}
.flink:hover{
	color: #685650;
}
.footer_bottom{
	text-align: center;
	font-size: 1.4rem;
	margin-top: 5.5rem;
}
.social_icons{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.social_icons a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 5rem;
	width: 5rem;
	color: #C0937D;
	margin-right: 1rem;
	background-color: #fff;
	border-radius: 2.5rem 0 2.5rem 0;
	font-size: 2.4rem;
}
.social_icons a:hover{
	background-color: #685650;
	color: #fff;
}
.social_icons a:last-child{
	margin-right: 0;
}
.copyright{
	font-size: 1.4rem;
}
.white_btn{
	background-color: #fff;
	color: #685650;
}

footer .button{
	padding: 1.2rem 2rem 1.4rem;
	color: #C0937D;
}

/*return-to-top START CSS*/
.back-to-top {
	font-size: 3.4rem;
	width: 5rem;
	height: 5rem;
	line-height: 4.7rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3.0rem;
	right: 2.0rem;
	border-radius: 50%;
	background: #685650;
	z-index: 1000;
}

.back-to-top i {
	color: #fff;
}

/*inner pages*/
.inner_home{
	background-color: #F4DECF;
	padding: 7.4rem 0 12.4rem;
	position: relative;
	z-index: 1;
	margin-top: 3rem;
}
.right_img {
	position: absolute;
	right: 0;
	height: 52rem;
	top: -6.6rem;
	width: 46%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.inner_home .home_shape2 {
	width: 52rem;
	bottom: 9rem;
	right: -18rem;
}

.method_area{
	padding: 11rem 0 10.5rem;
}
.title_wrapper p{
	max-width: 56rem;
}
.method_img{
	position: relative;
	z-index: 1;
}
.method_wrap .row{
	padding-top: 7rem;
}
.method_wrap .row:nth-child(even){
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.method_wrap .row:nth-child(even) .method_img{
	padding-right: 6rem;
	text-align: right;
}
.method_wrap .row:nth-child(odd) .method_img{
	padding-left: 6rem;
}
.method_wrap .row:nth-child(odd) .method_content{
	padding-left: 9rem;
	max-width: 70rem;
}
.method_wrap .row:nth-child(even) .method_content{
	padding-right: 9rem;
	max-width: 70rem;
	margin-left: auto;
}
.method_wrap .row:nth-child(odd) .method_img::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -5rem;
	width: 40.3rem;
	height: 39.5rem;
	background-image: url(../img/ms1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	z-index: -1;
}
.method_wrap .row:nth-child(3) .method_img::before{
	bottom: auto;
	top: -6rem;
}
.method_wrap .row:nth-child(even) .method_img::before {
	position: absolute;
	content: '';
	right: 0;
	top: -4rem;
	width: 30.5rem;
	height: 27.5rem;
	background-image: url(../img/ms3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	z-index: -1;
}
.method_wrap .row:nth-child(4) .method_img::before{
	top: auto;
	background-image: url(../img/ms2.png);
	bottom: -4rem;
}
.method_wrap img {
    width: 41rem;
    height: 39rem;
    object-fit: cover;
    border-radius: 4.5rem;
}
.method_wrap h2{
	font-size: 4rem;
	color: #C0937D;
	line-height: 1.2;
}
.specialist_contents{
	text-align: center;
}
.specialist_contents .expert_img::before {
   top: 2rem;
   left: -2rem;
}
.expert{
	padding: 0 0 12.6rem;
}
.specialist_contents .title {
   max-width: 65rem;
}
.specialist_contents p{
	max-width: 98rem;
}

/*treatment area*/
.treatment_wrapper{
	padding: 11rem 0 12.5rem;
}
.laser_slider{
	max-width: 64rem;
	margin-left: auto;
}
.laser_slider img{
	border-radius: 4.5rem;
}
.treatment_wrapper .title{
	max-width: 94rem;
}
.treatment_content_wrap h2{
	font-size: 4.6rem;
	color: #C0937D;
}
.treatment_content_wrap p{
	max-width: 60.7rem;
}
.slider1 .owl-nav{
	position: absolute;
	left: -4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	bottom: 17rem;
}
.owl-dots{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 4rem;
}
.owl-dots button{
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 50%;
	padding: 0.1rem;
	background-color: #C0937D;
	margin: 0 0.5rem;
}
.owl-dots button.active{
	background-color: #685650;
}

.package_wrap{
	text-align: center;
	max-width: 51.2rem;
	margin-left: auto;
}
.title_sm{
	font-size: 3.4rem;
}
.package_box{
	padding: 3rem 2rem;
	font-size: 2.2rem;
	line-height: 1.3;
	margin-top: 3.2rem;
}
.package_box .title_sm{
	font-size: 3.6rem;
}
.package_box.silky{
	background-color: #C0937D;
}
.package_box.shoulder{
	background-color: #F4DECF;
}
.package_box.hunk{
	background-color: #685650;
}
.package_box.text-white .title_sm{
	color: #fff;
}
.package_box p{
	margin-top: 0.7rem;
}
.package_box>p{
	font-weight: 700;
	padding-bottom: 2.8rem;
}
.package_box p strong{
	color: #F2D3BF;
}
.update_price{
	font-weight: 700;
}
.package_box.shoulder p strong{
	color: #C0937D;
}
.gratis{
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 4rem;
	line-height: 1;
}
.price_area{
	background-color: #fff;
	padding: 9.5rem 0 12rem;
	margin-bottom: 10rem;
}

table{
	width: 100%;
	font-size: 2.2rem;
	margin-top: 5rem;
	text-align: left;
}
table th{
	font-size: 2.4rem;
	color: #C0937D;
}
table th,
table td{
	padding: 0.7rem 0;
}
.price_content p{
	max-width: 75rem;
}

.map_box{
	position: relative;
	padding-left: 15rem;
	padding-bottom: 3.5rem;
	max-width: 79rem;
	margin-left: auto;
}
.map_box img{
	width: 100%;
	border-radius: 4.5rem;
}
.map_box iframe{
	border: none;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 3.5rem;
	height: 42.5rem;
	width: 42.5rem;
}
.contact_area{
	padding: 6.5rem 0 10rem;
}
.contact_area h4{
	font-size: 4.2rem;
	color: #C0937D;
}
.contact_area li a{
	color: #685650;
}
.contact_area li a:hover{
	color: #C0937D;
}
.contact_area .flink{
	color: #685650;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.contact_area .flink:hover{
	color: #C0937D;
}
.contact_form{
	max-width: 92rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 12rem;
}
.contact_form .row{
	margin-left: -1rem;
	margin-right: -1rem;
}
.contact_form .row>div{
	padding-left: 1rem;
	padding-right: 1rem;
}
.contact_form .title{
	max-width: 100%;
}
.contact_form p{
	max-width: 80rem;
}
.contact_form input,
.contact_form textarea{
	width: 100%;
	background-color: #fff;
	font-size: 1.8rem;
	padding: 0 3rem;
	height: 6rem;
	margin-top: 2rem;
	border: none;
	border-radius: 1.5rem;
	color: #685650;
}
.contact_form textarea{
	resize: none;
	padding-top: 1.2rem;
	height: 30rem;
}
.contact_form input::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder{
	color: #685650;
	opacity: 0.5;
}
.contact_form input::-moz-placeholder, .contact_form textarea::-moz-placeholder{
	color: #685650;
	opacity: 0.5;
}
.contact_form input:-ms-input-placeholder, .contact_form textarea:-ms-input-placeholder{
	color: #685650;
	opacity: 0.5;
}
.contact_form input::-ms-input-placeholder, .contact_form textarea::-ms-input-placeholder{
	color: #685650;
	opacity: 0.5;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder{
	color: #685650;
	opacity: 0.5;
}
/* team_area */
.team_area{
	margin: 7rem 0;
}
.our-team {
    border: .1rem solid #C0937D;
    text-align: center;
    color: #C0937D;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    border-radius: 2rem;
}
.our-team:hover{
    background: #C0937D;
    color: #fff;
}
.our-team .pic{ position: relative; }
.our-team .pic img{
    width: 100%;
    height: 58rem;
	object-fit: cover;
    transition: all 0.3s ease 0s;
}
.our-team:hover .pic img{ transform: translateY(-2.0rem); }
.our-team .social{
    width: 20%;
    height: 100%;
    background: #C0937D;
    padding: 2.0rem 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ left: 0; }
.our-team .social li{ display: block; }
.our-team .social li a{
    display: block;
    padding: 1.0rem 0;
    font-size: 3.5rem;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{ color: #685650; }
.our-team .team-content{ padding: 2.5rem 0; }
.our-team .title{
    font-size: 2.7rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin: 0 0 1.0rem 0;
}
.our-team .post{
    display: block;
    font-size: 1.9rem;
    text-transform: capitalize;
}
