@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif;
	color: #3F3E3E;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
	
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}

.mar-top{
	margin-top:40px;
}
p {
	line-height: 26px;    
	font-size: 14px;
	font-weight:400;
	color:#535151;
}

/*#######################*/

.head-top{
	background-color:#333e48;
	}
.top-cntct{
	float:left;
	font-size:14px;
	font-weight:200;
	color:#fff;
	margin:0;
	padding:8px 0;
	float:left;
	}
.top-cntct a{
	color:#fff;
	font-weight:600;
	}
.social-links{
	float:right;
	margin:0;
	padding:0;
	}
.social-links li{
	float:left;
	margin-left:10px;
	}
.social-links li .search {
	padding: 9px 10px;
	color: #8a9299;
	font-size: 17px;
	display: inline-block;
}
.social-links li .purple-button {
	background: #ee3897;
	color: #fff !important;
	padding: 15px 25px;
	line-height: 1;
	text-transform: uppercase;
	float: right;
	font-size: 1.2rem;
}
.top-search{
	background-color:#fff;
	padding:20px;
	margin:10px 0;
	width:100%;
	display:none;
}
.top-search .form-control {
	width: 100%;
	height: 48px;
	border: none;
	box-shadow:none;
}
.top-search .btn-default{
	background-color:#CECECE;
	padding:13px 22px;
	border: 1px solid #666666;
	border-radius:1px;
	color:#fff;
	}
.head-bttm{
	padding:12px 0;
}
/*####################### MENU ########################*/

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
  padding: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  float:right;
}
.navbar-nav {
	background-color: transparent !important;
	float: left !important;
}
.navbar {
  margin-bottom: 0;
  border:none;
}
.navbar-default .navbar-nav > li {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  color: #333e48;
  padding: 20px 20px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav > li > a:hover{
	color:#ee3897; 
	background-color: transparent;
	}
.navbar-default .navbar-nav > li > a:focus{
	color:#ee3897; 
	background-color: transparent;
	}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color:#ee3897; 
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color:#ee3897; 
  background-color:transparent;
}
.dropdown-menu {
	background-color: #fff;
	border: none;
	box-shadow: none;
}
.dropdown-menu > li > a {
  color:#333e48 !important;
}
.dropdown-menu > li {
  margin-bottom:6px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color:#333e48 !important;
  background-color:transparent !important;
}
.dropdown-toggle {
  position:relative;
}

/*####################### ENd MENU ########################*/

.video-wrap {
	height: 470px;
	overflow: hidden;
	position:relative;
}
.video-wrap:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(91,89,89,0.3);
	left:0;
	top:0;
}
.video-wrap video{
	width:100%;
}
.tagline {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 99;
	text-align: center;
	top:50%;
	transform: translateY(-50%);
}
.inner-txt{
	
	}
.inner-txt h2{
	font-size: 25px;
	font-weight:400;
	margin: 0;
	padding:0;
	line-height:38px;
	font-family: "Vollkorn",serif;
	color: #fff;
	}
.inner-txt h2 span{
	display:block;
	font-size:32px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	}
.book-btn{
	background-color: #e24e4e;
color: #fff;
padding: 12px 40px;
font-weight: 500;
letter-spacing: 1px;
margin-top:30px; 
display: inline-block;
font-size:13px;
text-transform:uppercase;
}
.learn-btn{
	background-color: rgba(255,255,255,0.3);
	border:1px solid #fff;
color: #fff;
padding: 8px 30px;
font-weight: 500;
letter-spacing: 1px;
margin-top:30px; 
line-height:18px;
display: inline-block;
font-size:13px;
text-transform:uppercase;
}
.featured-wrap{
	background-color:#f5f5f5;
	padding:30px 0;
	}
.icon-box{
	text-align:center;
	}
.icon-box img{
	display:inline-block;
	opacity: .5;
    transition: all linear 300ms;
	}
.icon-box h3{
	font-size:14px;
	font-weight:400;
	color:#989898;
	text-transform:uppercase;
	margin:20px 0 0;
	padding:0;
	letter-spacing:1px;
	}
.icon-box:hover img {
	opacity: 1;    
}
.mid-wrap{
	padding:60px 0;
	}
.problem-title{
	font-family: "Vollkorn", serif;
	font-weight:400;
	font-size:35px;
	color:#1D1C1C;
	margin:0;
	padding:0;
	text-align:center;
	}
.ico-txt-box{	
	margin-bottom:45px;
	}	
.ico{
	float:left;
	margin-right:25px;
	}	
.txt-box{
	overflow:hidden;
	}
.txt-box h4{
	font-weight:400;
	font-size:16px;
	color:#ee3897;
	line-height:22px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
.txt-box p{
	color:#5C5C5C;
	line-height:20px;
	margin:8px 0 0;
	padding:0;
	}
.txt-box a {
	background: #59b6ac;
	color: #fff;
	padding: 12px 0;
	width: 100%;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
.txt-box a:hover{
	background: #ee3897;
	}
.corporet-wrap{
	padding:45px 0;
	background-color:#333e48;
	}
.corporet-title{
	font-weight:400;
	font-size:20px;
	line-height:36px;
	color:#59b6ac;
	margin:0;
	padding:0;
	text-align:center;
	}
.corporet-title span{
	font-family: "Vollkorn", serif;
	display:block;
	font-size:35px;
	color:#fff;
	}
.video-txt{
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height:32px;
	text-align:right;
	margin:0;
	padding:0;
	}
.video-box iframe{
	width:100%;
	height:350px;
	border:none;
	overflow:hidden;
	}
.brdr-bttm{
	padding-bottom:45px;
	border-bottom:1px solid #fff;
	}
.how-title{
	font-weight:400;
	font-size:20px;
	line-height:36px;
	color:#8a9299;
	margin:0;
	padding:0;
	text-align:center;
	}
.help-list{
	margin:35px 0 0;
	padding:0;
	text-align:center;
	}
.help-list li {
	float: none;
	text-align: center;
	width: 13.90%;
	display: inline-block;
}
.help-list li img{
	display:inline-block;
	float:none;
	}
.help-list li p{
	font-size:12px;
	font-weight:400;
	color:#8a9299;
	margin:5px 0 0;
	padding:0;
	line-height:20px;
	text-transform:uppercase;
	}
.help-list li:last-child{
	margin-right:0;
	}
.testi-wrap{
	background:url(../images/bg_floral-purple.jpg) no-repeat;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding:45px 0;
	}
.custom-clr{
	color:#fff;
	line-height:40px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.custom-clr span{
	text-transform:capitalize;
	}	
.testi-txt{
	padding:16px;
	background-color:#e9d6e8;
	border-radius:6px;
	position:relative;
	}	
.testi-txt:after{
	content:"";
	position:absolute;
	bottom:-20px;
	right:20px;
	border-top: 20px solid #e9d6e8;	
	border-right: 20px solid transparent;
	}	
.testi-txt p{
	color:#333e48;
	margin:0;
	padding:0;
	}
.client-box{
	margin-top:12px;
	}
.client-img{
	width:75px;
	height:75px;
	border-radius:50%;
	border:10px solid #813781;
	overflow:hidden;
	float:left;
	margin-right:25px;
	}	
.client-img img{
	width:100% !important;
	height:100%;
	}
.client-box p{
	font-size:12px;
	font-weight:400;
	line-height:18px;
	color:#fff;
	overflow:hidden;
	margin:20px 0 0;
	padding:0;
	display:inline-block;
	}


.owl-item {
  padding: 0 15px;
}
.owl-carousel .owl-stage-outer {
  padding: 0;
}
.owl-theme .owl-nav {
  text-align: center;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel .owl-nav .owl-prev {
  background: url("../images/prev-next.png") no-repeat scroll left top;
  border-radius: 0;
  height: 77px;
  margin: 0;
  width: 34px;
  left:-50px;
  position:absolute;
}
.owl-carousel .owl-nav .owl-next {
  background: url("../images/prev-next.png") no-repeat scroll right top;
  border-radius: 0;
  height: 77px;
  margin: 0;
  width: 34px;
  right:-50px;
  position:absolute;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;  
}
.owl-theme .owl-nav [class*="owl-prev"]:hover {
  background:url(../images/prev-next.png) no-repeat left top;  
}
.owl-theme .owl-nav [class*="owl-next"]:hover {
  background:url(../images/prev-next.png) no-repeat right top;  
}

.custom-chng li img{
	display:inline-block;
	opacity: .5;
}
.free-massage-wrap{
	background:url(../images/bg_homepage-cta.jpg) no-repeat;
	background-size:cover;
	padding:50px 0;
	}
.custom-clr2{
	color:#95358f;
	line-height:40px;
	}
.custom-clr2 span{
	color:#000;
	}
.massage-btn{
	padding:10px 30px;
	font-size:18px;
	font-weight:500;
	color:#fff;
	background-color:#e24e4e;
	margin:40px 0 0;
	display:inline-block;
	text-transform:uppercase;		
	}
.massage-btn span{
	font-size:14px;
	font-weight:400;	
	display:block;
	}
.footer-top{
	background-color:#333e48;
	padding:35px 0;
	}
.footer-title {
	color: #8a9299;
	font-family: "Vollkorn",serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 0;
}
.footer-pera{
	font-size: 12px;
	font-weight: 300;
	color: #8a9299;
	margin:0 0 8px;
	padding:0;
	line-height:16px;
	}
.footer-pera span{
	font-weight: 600;
	}
.btn-view{
	padding:7px 20px;
	background-color:#59b6ac;
	color:#fff;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
	margin:10px 0 0;
	}
.btn-view:hover{
	background-color:#ee3897;
	color:#fff;
	}
.footer-social {
	margin: 0;
	padding: 0;
}
.footer-social li {
	background-color: #8a9299;
	display: inline-block;
	height: 35px;
	margin: 0 6px 0 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 35px;
	border-radius: 50%;
}
.footer-social li i {
	color: #333e48;
	font-size: 18px;
	line-height: 35px;
}
.footer-social li:hover {
	background-color:#59b6ac;
	}
.subscribe{
	margin-top:12px;
	}	
.submit-box {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}	
.submit-box input[type="text"] {
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #e5dddd;
  font-size: 15px;
  font-weight: 400;
  height: 36px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 3px 80px 3px 15px;
  width: 100%;
}
.submit-box .search-icon {
  background-color: #ee3897;
  border: 0 none;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 36px;
  line-height: 1;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.submit-box .search-icon:hover {
	background-color:#59b6ac;
}
.custom-search{
	background-color:#fff;
	padding:12px;
	margin-top:10px;
	}
.footer-logo{
	margin-bottom:12px;
	}
.cscs{
	font-size:14px;
	}
.little-mrgn{
	margin-top:12px;
	}	
.footer-bttm{
	background-color:#171d22;
	padding:8px 0;
	}	
.copyright {
	color: #72808c;
	font-size: 11px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	float: left;
}	

/*################################## Contact ###############################################*/

.sticky-wrap{
	position:relative;
	padding:70px 0;
	background-size:cover;
	}
.sticky-title{
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	text-align:center;
	}
.left-ansr-box{
	text-align:center;
	}
.left-ansr-box h2 {
	font-family: "Vollkorn", serif;
	font-weight: 400;
	font-size: 38px;
	color: #1D1C1C;
	line-height:54px;
	margin: 0;
	padding: 0;
}
.left-ansr-box h2 span{
	display:block;
	color: #ee3897;
}
.left-ansr-box p {
	font-weight: 300;
	font-size: 18px;
	color: #7F7E7E;
	line-height:28px;
	margin: 20px 0 0;
	padding: 0;
}
.left-ansr-box h3 {
	font-family: "Vollkorn", serif;
	font-weight: 400;
	font-size: 38px;
	color: #1D1C1C;
	margin: 25px 0 0;
	padding: 0;
}
.from-box{
	margin-top:25px;
	padding:20px;
	background: #fafafa;
	border: 1px solid #ddd;
	}
.rd-mailform .form-label{
	font-weight:300;
	font-size:12px;
	}	
.rd-mailform .form-control{
  border-radius: 0;
  height: 40px;
  background-color:#fff;
}
.rd-mailform textarea {
	border-radius: 0;
	height: 120px;
	background-color: #fff;
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
}
.left-contact {
	border-bottom: 1px solid #212121;
	text-align: center;
	margin-top: 40px;
}
.left-contact p{
	font-size:20px;
	font-weight:400;
	color:#212121;
	margin:0;
	padding:0 0 25px;
	}
.left-contact p a{
	font-size:16px;
	color:#ee3897;
	display:block;
	}
.left-contact p span{
	color:#ee3897;
	}
.contact-social{
	display:inline-block;
	margin:0;
	padding:0 0 25px;
	}
.contact-social li{
	float:none;
	display:inline-block;
	margin:0 5px;
	width:30px;
	height:30px;
	border-radius:3px;
	background-color:#00ACED;
	text-align:center;
	}
.contact-social li i{
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.contact-social li:nth-child(2){
	background-color:#3B5998;
	}
.contact-social li:nth-child(3){
	background-color:#007FB1;
	}
.contact-social li:nth-child(4){
	background-color:#D14836;
	}

/*################################## About ###############################################*/

.mission{
	margin-top:25px;
	}
.mission h3{
	font-family: "Vollkorn", serif;
	font-weight: 400;
	font-size: 30px;
	color: #1D1C1C;
	margin: 0;
	padding: 0;
	}
.mission p{
	font-weight: 400;
	font-size: 16px;
	color: #565555;
	margin: 20px 0 0;
	line-height:28px;
	padding: 0;
	}
.team-title{
	font-weight: 400;
	font-size: 16px;
	text-transform:uppercase;
	color: #565555;
	margin: 0;
	line-height:28px;
	position:relative;
	text-align:center;
	}
.team-title span{
	padding: 2px 15px;
	background-color:#fff;	
	position:relative;
	z-index:99;
	}
.team-title:after{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background-color:#565555;
	top:16px;
	left:0;
	}
.fast-team {
	margin-top: 40px;
	padding-bottom: 35px;
	border-bottom: 1px solid #1D1C1C;
	display: inline-block;
	width: 100%;
}	
.team-box h3{
	font-size: 25.5px;
	line-height: 32px;
	font-weight: normal;
	margin: 35px 0 0;
	
	color:#1D1C1C;
	
	}
.team-box h3 span{
	font-size: 22px;
	display:block;
	color:#95358f ;
	}	
.team-box p{
	font-weight: 400;
	font-size: 18px;
	color: #565555;
	margin: 20px 0 0;
	line-height:28px;
	padding: 0;
	}
.cust-top{
	margin-top:30px;
	padding-bottom:0;
	}

/*################################## Info ###############################################*/

.main-title{
	font-family: "Vollkorn", serif;
	font-weight: 400;
	font-size: 35px;
	color: #1D1C1C;
	margin: 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #1D1C1C;
	}	
.fst-box {
	position: relative;
	height: 300px;
	overflow: hidden;
	margin-bottom: 25px;
}	
.fst-box img{
	width:100%;
	}
.box-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 20px 40px;
}	
.inr-txt{
	position:absolute;
	top:60%;
	}
.inr-txt h4{
	font-weight: 400;
	line-height:27px;
	font-size: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
	}
.inr-txt p{
	font-weight: 400;
	font-size: 13px;
	color: #59b6ac;
	margin: 12px 0 0;
	padding: 0;
	}
.btn-more{
	font-size:30px;
	font-weight:400;	
	color:#59b6ac;
	margin:20px 0 0;
	padding:0;
	}	
.massage-title{
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	color: #252626;
	margin: 0;
	padding: 0;
	text-align: center;
}	
.list{
	margin:25px 0 0;	
	padding:0;
	}
.list li{
	float:none;
	font-size: 18px;
	color:#2B2A2A;
	margin:0 0 10px;
	padding:0 0 0 30px;
	position:relative;	
	}	
.list li:before{
	content:"\f111";
	font-family: FontAwesome;
	position:absolute;
	left:0;
	top:0;
	font-size:20px;
	}	
	
/*################################## Price ###############################################*/	
	

.custom-table-green table, .custom-table-green tbody, .custom-table-green tfoot, .custom-table-green thead, .custom-table-green tr, .custom-table-green th, .custom-table-green td,
.custom-table-black table, .custom-table-black tbody, .custom-table-black tfoot, .custom-table-black thead, .custom-table-black tr, .custom-table-black th, .custom-table-black td,{
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}
.custom-table-green table,
.custom-table-black table{
    width: 100%;
    text-align: center;
    border: none;
    font-family: Helvetica, Arial;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
}
.custom-table-green table tr th,
.custom-table-black table tr th{
    padding: 0px 0px 9px;
    line-height: 18px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: none;
}
.custom-table-black table thead tr th:nth-child(even){
    background-color: #404040;
}
.custom-table-black table thead tr th:nth-child(odd){
    background-color: #666;
}
.custom-table-green table thead tr th:first-child,
.custom-table-black table thead tr th:first-child{
    border: none;
    border-bottom: 1px solid #89b630;
    background-color: transparent;
}
.custom-table-black table thead tr th:first-child{
    border-bottom: 1px solid #242424;
}
.custom-table-green table thead tr th{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.custom-table-black table thead tr th{
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;
}
.custom-table-green table tr th span:first-child{
    background-color: #878b83;
    text-shadow: 1px 1px 1px #76868a;
    color: #fff;
    font-size: 15px;
    padding: 8px 0 7px 0;
    font-family: Helvetica, Arial;
    text-align: center;
    display: block;
    font-weight: 400;
}
.custom-table-black table tr th span:first-child{
    background-color: #242424;
    text-shadow: 1px 1px 1px black;
    color: #fff;
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;
    display: block;
    padding: 8px 0 7px 0;
    font-size: 15px;
    font-weight: 400;
}
.custom-table-black table tr th span:nth-child(3){
    text-shadow: 1px 1px 1px black;
    color: #fff;
    padding: 15px 0 0 0;
    display: block;
}
.custom-table-black table tr th span:nth-child(5){
    margin-top: -5px;
    font-size: 12px;
    text-shadow: 1px 1px 1px black;
    color: #fff;
    display: block;
}
.custom-table-green table tbody tr:nth-child(odd){
    background-color: #eee;
    padding: 15px;
}
.custom-table-black table tbody tr th,
.custom-table-black table tbody tr td{
    border: 1px solid #353535;
    text-shadow: 1px 1px 1px #222;
    color: #eee;
    text-align: center;
    font-weight: normal;
    padding: 6px 9px;
}
.custom-table-black table tbody tr:nth-child(odd) th,
.custom-table-black table tbody tr:nth-child(odd) td{
    background-color: #666;
}
.custom-table-black table tbody tr:nth-child(even) th,
.custom-table-black table tbody tr:nth-child(even) td{
    background-color: #404040;
}
.custom-table-green table tbody tr:nth-child(odd) th,
.custom-table-green table tbody tr:nth-child(odd) td{
    background-color: #d8f0c0;
    border: 1px solid #89b630;
    text-shadow: 1px 1px 1px #fff;
    padding: 6px 9px;
    text-align: center;
    font-weight: normal;
}
.custom-table-green table tbody tr:nth-child(even) th,
.custom-table-green table tbody tr:nth-child(even) td{
    background-color: #a8d848;
    border: 1px solid #89b630;
    text-shadow: 1px 1px 1px #fff;
    padding: 6px 9px;
    font-weight: normal;
}
.custom-table-green table tbody tr:nth-child(even) th,
.custom-table-green table tbody tr:nth-child(odd) th,
.custom-table-black table tbody tr:nth-child(even) th,
.custom-table-black table tbody tr:nth-child(odd) th{
    text-align: left;
}
.custom-table-green table tfoot tr th,
.custom-table-black table tfoot tr th{
    text-align: center;
    padding: 30px 0px;
}
.massage-prices .custom-table-green tfoot th a{
    font-size: 10.80px;
    box-shadow: 0 0 0 1px #424451, 0 0 0 2px #101012;
    background-color: #424451;
    background-image: linear-gradient(to bottom, #424451, #101012);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#424451), to(#101012));
    background-image: -webkit-linear-gradient(top, #424451, #101012);
    background-image: -moz-linear-gradient(top, #424451, #101012);
    background-image: -webkit-linear-gradient(top, #424451, #101012);
    background-image: -o-linear-gradient(top, #424451, #101012);
    background-image: ms-linear-gradient(to bottom, #424451, #101012);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#424451', endColorstr='#101012');
	padding: 7px 20px;
	color: #fff;
}	
.less-mrgn{
	margin:0;
	}	
.less-mrgn .rd-mailform textarea {
	height: 60px;
}	
	
/*################################## Event Service ###############################################*/	
	
.say-box{
	text-align:center;
	}	
.circle-number{
	width:60px;
	height:60px;
	border-radius:50%;
	background-color:#ee3897;
	display:inline-block;
	}	
.circle-number h4{
	font-size:28px;
	font-weight:600;
	color:#fff;
	margin:0;
	padding:0;
	line-height:60px;
	}	
.essential-box{
	margin-top:30px;
	}	
.essential-box h4{
	text-align:center;
	font-size:25px;
	font-weight:600;
	margin:0;
	padding:15px 0;
	border-bottom:1px solid #2E2D2D;
	color:#ee3897;
	}	
.essential-box h4 img{
	margin-right:15px;
	}	
	




/*################################## Responsive ###############################################*/

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

}

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

.navbar-default .navbar-nav > li {
	font-size: 12px;
}
.navbar-default .navbar-nav > li > a {
	padding: 20px 14px;
}
.icon-box {
	margin-bottom: 20px;
}
.inner-txt h2 {
	font-size: 20px;
}
.inner-txt h2 span {
	font-size: 24px;
}
.video-txt {
	font-size: 14px;
}
.help-list li {
	width: 32%;
	margin-bottom: 15px;
}
.corporet-title {
	font-size: 16px;
}
.corporet-title span {
	font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
	left: -21px;
}
.owl-carousel .owl-nav .owl-next {
	right: -21px;
}
.footer-social li {
	height: 30px;
	width: 30px;
	margin:0 3px 0 0;
}
.footer-social li i {
	font-size: 14px;
	line-height: 30px;
}
.book-btn {
	padding: 12px;
}
.left-ansr-box h2 {
	font-size: 30px;
}
.mission {
	margin-top: 0;
	margin-bottom: 20px;
}

}

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

.top-cntct {
	font-size: 12px;
	float: none;
	text-align: center;
}
.social-links {
	float: none;
	text-align: center;
}
.social-links li {
	float: none;
	display: inline-block;
}
.social-links li .purple-button {
	padding: 12px 25px;
	float: none;
}
.logo {
	width: 75%;
}
.logo img{
	width: 100%;
}
.navbar-toggle {
	margin-top: -40px;
	margin-right: 0;
	margin-bottom: 8px;
}
.navbar-default {
	float: none;
}
.navbar {
	min-height: 0;
}
.navbar-nav {
	margin:0;
	float: none !important;
}
.navbar-default .navbar-nav > li > a {
	padding: 8px;
}
.dropdown-menu {
	position: static;
}
/*.tagline {
	position: static;
	top: 0;
	transform: translateY(0);
}*/
.video-wrap::before {
	display: none;
}
/*.inner-txt h2 {
	color: #686666;
}*/
.video-wrap {
	height: auto;
}
.inner-txt h2 {
	font-size: 16px;
	line-height:24px;
}
.inner-txt h2 span {
	font-size: 20px;
}
.book-btn {
	padding: 6px 12px;
	margin-top: 15px;
}
.learn-btn {
	border: 2px solid #fff;
	color: #fff;
	padding: 3px 12px;
	margin-top: 15px;
	font-size: 11px;
}
.featured-wrap {
	padding: 15px 0;
}
.mid-wrap {
	padding: 30px 0;
}
.problem-title {
	font-size: 28px;
}
.corporet-title span {
	font-size: 22px;
}
.mar-top {
	margin-top: 20px;
}
.video-txt {
	font-size: 14px;
	line-height:22px;
	text-align:left;
}
.help-list {
	margin: 15px 0 0;
}
.help-list li {
	width: 50%;
	float: left;
}
.owl-theme .owl-nav {
	display: none;
}
.custom-clr {
	line-height: 28px;
}
.footer-title {
	margin-top: 20px;
}
.left-ansr-box h2 {
	font-size: 24px;
	line-height: 32px;
}
.mission h3 {
	font-size: 25px;
}
.mission p {
	font-size: 14px;
	margin: 10px 0 0;
	line-height: 21px;
}
.list li {
	font-size: 14px;
}
.team-box {
	margin-bottom: 25px;
	padding-top:10px !important;
}
.team-box h3 {
	font-size: 20.5px;
	line-height: 25px;
	margin: 20px 0 0;
}
.team-box h3 span {
	font-size: 18px;
}
.team-box p {
	font-size: 14px;
	margin: 10px 0 0;
	line-height: 22px;
}
.main-title {
	font-size: 24px;
}
.box-overlay {
	padding: 10px 20px;
}


}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: block;
}
.es_shortcode_form_email{
color:#fff;
}
.es_textbox_button{
 padding:10px;
}

textarea {
	border: 1px solid #ccc !important;
}

h2.widgettitle {
	display:none;
}