@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: myFont;
    src: url("../fonts/BrandonText.otf");
}
@font-face {
    font-family: myFont2;
    src: url("../fonts/faircy.ttf");
}

/******************
 	Defualt CSS
 ******************/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #8e8e8e;
	-webkit-font-smoothing: antialiased;
	line-height: 24px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Adamina', serif;
	color: #363636;
	position: relative;
	margin: 0px 0px 30px 0px;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 28px;
	line-height: 38px;
}
h2 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
}
p {
	
}
ol, ul {
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0px;
}
a {
	color: #662d91;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:focus, a:hover {
	color: #d058a1;
	text-decoration: none;
}
strong {
	font-weight: 400;
}
.lead {
	color: #444;
	font-weight: 400;
	line-height: 25px;
	font-size: 17px;
}
.listnone {
	list-style: none;
	margin-top:10px;
	margin-bottom: 10px;
	
	font-size:16px;
}

/**** Buttons CSS ****/

.btn {
	display: inline-block;
	padding: 10px 23px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857143;
	text-align: center;
	border: none;
	border-radius: 2px;
	text-transform: uppercase;
}
.btn-default {
	background: #d058a0;
	color: #fff;
}
.btn-default:hover, .btn-default:focus {
	background-color: #d058a0;
	background-position: 0 -15px;
	color: #fff;
}
.btn-default:active, .btn-default.active {
	background-color: #ff9805;
	border-color: transparent;
}
.btn-primary {
	background-color: #662d91;
	color: #fff;
}
.btn-primary:hover {
	background-color: #6197ff;
}
.btn-lg {
	font-size: 18px;
}
.btn-sm {
	font-size: 12px;
}
.btn-xs {
	font-size: 11px;
	padding: 5px 12px;
}
.btn-link {
	text-transform: uppercase;
	font-size: 14px;
	color: #662d91;
}
.btn-link:hover {
	color: #ff9805;
	text-decoration: none;
}

/*** Button hover effect ***/
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 2px;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border-radius: 2px;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #662d91;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
/*** Template Form ***/
.form-control {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	background-color: transparent;
	border: 1px solid #662d91;
	height: 40px;
	padding-top:5px;
	padding-bottom:10px;
}


 button {
	background-color:#662d91 !important;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/down-arrow.png);
}
textarea{}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 2px;
	font-weight: 400;
	color: #333
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #fff;
	border: 2px solid #ebe9e4;
	border-radius: 4px;
}
/*******************
	General CSS 
********************/

.well-block {
	background-color: #faf9f7;
	border-top: 3px solid #ffa405;
	padding: 30px;
	margin-bottom: 30px;
}
.feature-block-outline {
	border: 2px solid #f2f1ee;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 40px;
}
.feature-block-outline:hover {
	border: 2px solid #662d91;
	cursor: pointer;
}
 
.feature-block-outline p:last-child {
	margin-bottom: 0px;
}
.flat-icon {
	color: #662d91;
	margin-bottom: 40px;
}
.flat-icon-xs {
	font-size: 42px;
}


.btn-section {
	margin-top: 10px;
}
/*** Line CSS ***/
h1.left:after, h2.left:after, h3.left:after, h4.left:after, h5.left:after, h6.left:after {
	content: "";
	width: 100px;
	height: 0;
	border-bottom: 2px solid #662d91;
	position: absolute;
	top: 5px;
	margin: 1px 0px 0px 30px !important;
}
.line:after {
	position: absolute;
	content: '';
	right: -12%;
	bottom: 2px;
	height: 2px;
	width: 100px;
	background-color: #662d91;
	z-index: 9;
	top: 50px;
}
.line-left {
	position: relative;
}
.line-left:before {
	position: absolute;
	content: '';
	left: -9%;
	bottom: 2px;
	height: 2px;
	width: 70px;
	background-color: #662d91;
	z-index: 9;
	top: 50px;
}
.meta-line {
	position: relative;
}
span.meta-line {
	content: "";
	width: 50px;
	height: 2px;
	border-bottom: 2px solid #662d91;
	background-color: #662d91;
	float: left;
	margin-top: 12px;
	margin-right: 15px;
}
.small-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #662d91;
	letter-spacing: 2px;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
/*** Zoom Effect ***/
.zoom-pic {
	position: relative;
	overflow: hidden;
	z-index: 1
}
.zoom-pic:hover img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
.zoom-pic img {
	position: relative;
	z-index: -1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/*** section space ***/
.section-space {
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.section-space2 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom:80px;
	margin-top:20px;
	
}
.section-space3 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom:40px;
	
	
}
.section-color {
	background-color: #faf9f7;
}
.section-title {
	margin-bottom: 30px;
}
.mbtm1 { margin-bottom: 10px; }
.mbtm3 { margin-bottom: 30px;}
.mbtm2 {
	margin-bottom: 20px;
}
.mtop1 {
	margin-top: 10px;
}
.mtop2 {
	margin-top: 20px;
}
.mtop3 {
	margin-top: 30px;
}
/*** List style ***/
.chevron-circle-right li {
	position: relative;
}
.chevron-circle-right li:before {
	margin-right: 10px;
	font-family: FontAwesome;
	color: #cac8c4;
	top: 0;
	left: -5px;
	content: "\f138";
}
.calendar li {
	position: relative;
}
.calendar li:before {
	margin-right: 10px;
	font-family: FontAwesome;
	color: #cac8c4;
	top: 0;
	left: -5px;
	content: "\f274";
}
.circle-right li {
	position: relative;
}
.circle-right li:before {
	margin-right: 10px;
	font-family: FontAwesome;
	color: #662d91;
	top: 0;
	left: -5px;
	content: "\f138";
	font-size: 14px;
	line-height: 36px;
}
/*** page header ***/
.page-header {
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),  rgba(0,0,0,0.75) url(../images/page-header.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 15px 10px 15px;
	min-height: 200px;
	border: none;
	color: #fff;
}
.page-header h1 {
	color: #fff;
	font-size: 42px;
}
.page-header h1:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	bottom: -30px;
	margin: 0!important;
}
.page-title {
	margin-top: 60px;
}
/*** Breadcrumb ***/
.breadcrumb {
	background-color: transparent;
	border: none;
	margin: 0px;
	padding-left: 0px;
	padding-top: 15px;
}
.breadcrumb li {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
.breadcrumb li a{color: #fff;}
.breadcrumb li a:hover{color: #ff9805;}
.breadcrumb li.active {
	color: #9abdff;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #9abdff;
	font-family: 'FontAwesome';
	content: "\f101";
}
/**** main container *****/
.main-container {
	padding-top: 80px;
	margin-bottom: 50px;
}

/*******************
 	Slider CSS 
 ****************/
#slider {
	position: relative; 
}
#slider .item img {
	display: block;
	width: 100%;
	height: auto;
}
.slider-caption {
	position: absolute;
	bottom: 30%;
	width: 30%;
}
.slider-title {
	color: #fff;
	font-size: 2.8em;
    line-height: 1em;
	font-family: myFont;
	font-weight:bold;
	text-transform:uppercase;
	
}
.slider-description {
	color: #fff;
	margin-bottom: 30px;
	font-weight:bold;
	font-size: 16px;
	font-family: myFont;
	text-transform:uppercase;
	
}
#slider .owl-theme .owl-controls {
	margin-bottom: -12px;
}
#slider .owl-prev, #post-slider .owl-prev {
	position: absolute;
	left: 30px;
	top: 40%;
}
#slider .owl-next, #post-slider .owl-next {
	position: absolute;
	right: 30px;
	top: 40%;
}
#slider .owl-prev, #slider .owl-next, #post-slider .owl-next, #post-slider .owl-prev {
	
	border-radius: 0px;
	font-size: 80px;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight:bold;
	color:#fff;
	
}
#slider .owl-prev:hover, #slider .owl-next:hover, #post-slider .owl-next:hover, #post-slider .owl-prev:hover {
	
}
#slider .owl-pagination {
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
	width: 100%;
}
/*******************
 	Template Page CSS 
 ****************/

/****************** service CSS ***************/
.service-block {
	margin-top: 60px;
}
.service-title {
	color: #333;
}
.service-pic-block {
}
.service-pic {
}
.service-pic img {
	border-bottom: 2px solid #662d91;
}

.service-description {
	background-color: #faf9f7;
	padding: 35px;
}
#service .owl-prev {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 48%;
}
#service .owl-next {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 48%;
}
#service .owl-prev, #service .owl-next {
	background-color: #faf9f7;
	padding: 10px;
	opacity: 1;
	color: #333;
	border-radius: 0px;
	width: 70px;
	margin: 0px;
	line-height: 5;
	font-size: 20px;
}
#service .owl-prev:hover, #service .owl-next:hover {
	background-color: #ff9805;
	color: #fff;
}
#service.owl-theme .owl-controls {
	margin-top: 0px;
	text-align: center;
	width: 80px;
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
	background: #fff;
}
/*** why choose block ***/
.why-choose-block {
	position: relative;
}
.block-caption {
	position: absolute;
	padding: 0px 26px;
	bottom: 0px;
	z-index: 2;
	width: 93%;
}
.block-caption a{color: #fff;}
.why-chooose-pic {
}
.block-caption h1 {
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	line-height: 30px;
}
.block-caption .block-title {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}
.video-block {
	margin-bottom: 30px;
}




.modal-dialog {
	
	width:60%;
	margin: 150px auto;
}

/**************** Trainer ******************/
.trainer-block {
	margin-bottom: 70px;
}
.trainer-pic {
	position: relative;
}
.trainer-pic img{width: 100%;}

.trainer-caption h2 {
	margin-bottom: 0px;
}
.trainer-title {
	color: #363636;
}
.trainer-meta {
	font-size: 10px;
	font-weight: 500;
	color: #662d91;
	line-height:0;
	
}
.trainer-caption {
	background-color: #fff;
	z-index: 2;
	text-align: left;
	position: absolute;
	bottom: -50px;
	width: 82%;
	margin-left: 4%;
	padding: 10px 11px 10px 11px;
	border-bottom: 3px solid #ff9805;
	
}
.trainer-caption  h4{
	margin-bottom:5px;
}
.trainer-description {
	margin-top: 40px;
}

.trainer-profile {
	margin-bottom: 100px;
}
.profile-desciption {
}
.parallax-cta {
	padding: 100px 0px;
	color: #fff;
	text-align: center;
}
.parallax-cta .btn {
	margin-bottom: 5px;
}
.parallax-cta h1 {
	color: #fff;
	margin-bottom: 40px;
	font-size: 42px;
}
.parallax {
	background-position: 80% 10%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.parallax img {
}
.parallax-2 {
	background-image: url("../images/parallax-cta.jpg");
}
/****************** Testimonial ****************/
.testimonial-section {
	margin-top: 60px;
}
.testimonial-block {
}
.testimonial-well {
	background-color: #fff;
	padding: 40px;
	border-bottom: 2px solid #eaeaea;
}
.testimonial-author {
	background-color: #fff;
	padding: 20px 40px;
}
.testimonial-desc {
	font-style: italic;
	font-family: 'Adamina', serif;
	color: #888;
	font-weight: 500;
}
.patient-title {
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffae14;
	letter-spacing: 1px;
}
.patient-title span {
	color: #808080;
	 padding-left: 10px;
}


.testimonial-bg p{
	color:#fff !important;
}
.testimonial-bg h3{
	text-align:center;
	color:#fff;
}

/********* Testimonial carousel *********/
.testimonial-bg {
	background: linear-gradient(rgba(0, 0, 0, 1.5), rgba(0, 0, 0, 0.5)), rgba(0,0, 0,.7) 
	url("../images/testimonial-bg.jpg") no-repeat;
	background-position: 70% 20%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
#testimonial-single {
}
#testimonial-single .owl-controls {
	text-align: left;
	margin-top: 0px;
}
#testimonial-single .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	margin: 5px -2px 0px 0px;
	padding: 8px 15px;
	font-size: 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 2px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 1;
	border: 2px solid #fff;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#testimonial-single .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	color: #ff9805;
}
.testimonial-wide {
}
.testimonial-pic {
}
.testimonial-pic img {
	border-radius: 100%;
}
.testimonial-content .testimonial-desc {
	font-size: 16px;
	color: #fff;
	
	line-height: 38px;
	padding-left: 60px;
}
.testimonial-wide .testimonial-author {
	background-color: transparent;
	padding: 0px;
	margin-top: 30px;
	padding-left: 60px;
}
.testimonial-wide .patient-title {
	color: #fff;
}
.testimonial-wide .patient-title span {
	color: #fff;
	 
}
/****************** blog post ****************/
.post-block {
	margin-bottom: 60px;
}
.post-title {
	color: #363636
}
.post-image {
	margin-bottom: 30px;
}
.post-image img {
	width: 100%;
}
.post-content {
}
.post-content h1 {
	margin-top: 8px;
	display: inline-block;
}
.post-content p:last-child {
	margin-bottom: 0px;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #662d91;
	font-family: 'Adamina', serif;
}
blockquote.left-quote {
	padding: 40px 50px;
	margin: 0 0 20px;
	font-size: 18px;
	border-left: 5px solid #662d91;
	font-family: 'Adamina', serif;
	width: 50%;
	float: left;
	color: #333;
	font-style: italic;
}
.alignright {
	display: inline;
	float: right;
	margin: .75em 0 .75em 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin: .75em 1.5em .75em 0;
}
.meta-bg {
	background-color: #662d91;
	color: #fff;
	float: left;
	font-weight: 600;
	text-align: center;
	font-size: 14px;
	padding: 13px 10px;
	line-height: 17px;
	margin-right: 20px;
}
.date {
	font-size: 24px;
	display: block;
}
.meta {
	margin-bottom: 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	color: #808080;
	display: inline-block;
	margin-top: 10px;
}
.meta-comment {
}
.meta-author {
}
.meta-link {
	color: #808080;
}
.meta-comment, .meta-author, .meta-tag {
	margin-right: 10px;
}
.meta-comment i, .meta-author i, .meta-tag i {
	margin-right: 10px;
	color: #662d91;
}
/*** slider post ***/
#post-slider {
}
#post-slider .item img {
	width: 100%;
}
/***************** blog version *********/
.meta-style {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	color: #808080;
	display: inline-block;
}
.meta-style .meta-date {
}
.meta-style .meta-date i {
	color: #662d91;
	padding-right: 10px;
}
/*** related-post ***/
.related-post-block {
	border-top: 1px solid #edebe6;
	padding-top: 49px;
	margin-bottom: 40px;
}
.related-post { margin-bottom: 30px;
}
.related-image {
	margin-bottom: 30px;
}
.related-post h3 {
	margin-bottom: 10px;
}
.next-prev-block {
	border-top: 1px solid #edebe6;
	padding-top: 49px;
}
.next-post {
}
.next-link, .prev-link {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #808080;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 500;
}
.prev-post {
	text-align: right;
}
/*** author block ***/
.author-block {
	margin-top: 40px;
}
.author-title {
	color: #222;
}
.author-well {
	background-color: #faf9f7;
}
.author-pic {
}
.author-desc {
	padding: 40px;
}
/*** comment-block ***/
.comment-block {
	margin-top: 40px;
}
.comments-area {
}
.comment-block .meta-style .meta-date {
	margin-bottom: 20px;
	display: block;
}
.comments-title {
}
.comment-post {
}
.comment-title {
	margin-bottom: 10px;
}
.comment-title span {
	margin-left: 25px;
}
.comment-list {
}
.comment-frame {
	float: left;
	width: 110px;
}
.user-comments {
	margin-left: 130px;
	margin-top: 30px;
}
.comment-body {
}
.comment-body.listnone {
	border-bottom: 1px solid #faf9f7;
	padding-bottom: 39px;
	margin-bottom: 40px;
}
.children {
}
.leave-comments{margin-bottom: 30px;}
/****************** Sidebar ****************/

.widget {
	background-color: #faf9f7;
	border-top: 3px solid #672c91;
	padding: 30px;
	margin-bottom: 30px;
}
.widget-outline {
	border: 2px solid #ff9805;
	padding: 30px;
}
.chat-icon {
	float: left;
	font-size: 34px;
	color: #ff9805;
	padding-right: 30px;
}
.widget .small-title {
	margin-bottom: 0px;
}
.widget-title {
	margin-bottom: 20px;
}
/*** search widget ***/
.widget-search {
}
.custom-search-input {
}
.custom-search-input .search-query {
	padding-right: 30px;
	padding-left: 10px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.custom-search-input button {
	border: 0;
	background: none; /** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	color: #662d91;
}
.input-group .form-control:first-child {
}
.search-query:focus + button {
	z-index: 3;
}
/*** category widget ***/
.widget-category {
}
.widget-category ul, .widget-archive ul {
}
.widget-category ul li, .widget-archive ul li {
	line-height: 34px;
}
.widget-category ul li a, .widget-archive ul li a {
	color: #6b6b6b;
}
.widget-category ul li a:hover, .widget-archive ul li a:hover {
	color: #ff9805;
}
/*** recent post ***/
.widget-recent-post {
}
.recent-post-block {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.recent-post-block:last-child {
	margin-bottom: 0px;
	border-bottom: 1px solid transparent;
}
.recent-post-img {
}
.recent-post-desc {
}
.recent-post-desc h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
/*** recent post ***/
.widget-tags {
}
.widget-tags a {
	background-color: #757370;
	padding: 10px;
	display: inline-block;
	margin: 5px;
	color: #fff;
	border-radius: 2px;
	line-height: 1;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.widget-tags a:hover {
	background-color: #ff9805;
}
/*************** footer **************/
.footer {
	background-color: #191919;
	padding-top: 40px;
	
	color: #595a5c;
}
.footer h3 {
	color: #fff;
	margin-bottom: 10px;
}
.location {
	border-top: 2px solid #323334;
	padding-top: 12px;
	border-bottom: 2px solid #323334;
	padding-bottom: 12px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}
.location ul {
	margin-bottom: 0px;
}
.location ul li {
	display: inline-block;
}
.location ul li a {
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 40px;
	color: #595a5c;
	font-weight: 500;
	padding-left: 40px;
}
.location ul li a:hover {
	color: #ff9805;
}
.footer-section {
	margin-top: 20px
}
.footer-block {
	margin-bottom: 30px;
}
.footer-block h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.footer-block img {
	margin-bottom: 22px;
}
.footer-block p {
	margin-bottom: 10px;
}
.footer-block ul li {
}
.footer-block ul li a {
	color: #595a5c;
}
.footer-block ul li a:hover {
	color: #ff9805;
}
.newsletter {
}
.footer-block .form-control {
	background-color: #38393a;
	border: none;
	border-radius: 2px;
}
.tiny-footer {
	float:left;
	width:100%;
	background-color:#101010;
}
.copyright {
	font-size: 12px;
	line-height:5px;
	margin-top:20px;
	
}
.soical-block {
}
.soical-block ul {
	text-align: right;
}
.soical-block ul li {
	display: inline-block;
}
.soical-block ul li a {
	border-radius: 2px;
	border: 2px solid #595a5c;
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 2.5;
	margin-left: 6px;
	color: #595a5c;
}
.soical-block ul li a:hover {
	border: 2px solid #d058a1;
	color: #d058a1;
}
/********** service page **********/
.service-block {
	margin-bottom: 40px;
}
.service-img {
	margin-bottom: 30px;
}
.service-desc {
	padding-top: 32px;
	padding-right: 100px;
}
.service-title {
	color: #222;
}
.service {
}
.service ul {
}
.service ul li {
	line-height: 34px;
}
.service ul li a {
	color: #6b6b6b;
}
.service ul li a:hover {
	color: #ff9805;
}
.service ul li.active a {
	color: #ff9805;
}
/********* service thumbnail ********/
.service-thumbnail {  
}
.service-thumbnail .service-img {
	border-bottom: 2px solid #662d91;
}
.service-thumbnail .service-img img {
	width: 100%;
	height:240px;
}
.service-thumbnail p:last-child{margin-bottom: 0px;}

.service-content {
}
#service-thumbnail {
}
#service-thumbnail .owl-controls {
	text-align: right;
	margin-top: 0px;
}
#service-thumbnail .owl-controls .owl-buttons div {
	color: #662d91;
	display: inline-block;
	zoom: 1;
	margin: 5px -2px 0px 0px;
	padding: 8px 15px;
	font-size: 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 2px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 1;
	border: 2px solid #662d91;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#service-thumbnail .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	color: #ff9805;
}
.widget-price {
}
.widget-price .list-group-item {
	padding: 6px 0px;
	background-color: transparent;
	border: none;
}
.widget-price .list-group-item .badge {
	background-color: transparent;
	color: #333;
	font-weight: 400;
	font-size: 16px;
}
.widget-facility {
}
/********* About page *********/
.about-block {
}
.about-pic {
}
.about-desc {
	padding-top: 32px;
}
.blurb-feature {
	margin-bottom: 30px;
}
.blurb-feature p {
	margin-bottom: 0px;
}
.facility-bg {
	background-color: #faf9f7;
	padding: 46px;
	min-height: 380px;
}
/********* contact us page *********/
.contact-section {
}
.contact-information {
	margin-top: 20px;
}
.contact-information .small-title {
	margin-bottom: 10px;
}
.address-block {
}
.email-block {
}
.call-block {
}
.address-block, .email-block, .call-block {
	margin-bottom: 30px;
}
.address-block p, .email-block p, .call-block p {
	padding-left: 30px;
}
.contact-form {
}
.icon {
	float: left;
	padding-right: 30px;
	margin-top: 0px;
	font-size: 20px;
	color: #662d91;
	width: 30px;
	text-align: center;
}
.required {
	color: #f62e2e;
}
.map {
	width: 100%;
	min-height: 420px;
	cursor: pointer;
}
/********* FAQ Page ********/
.question-mark {
	color: #ff9805;
	padding-right: 10px;
}
/********* 404 Error Page ********/
.error-title {
	font-size: 72px;
}
.error-pic {
}
.error-description {
	margin-top: 60px;
}
/********* Career Page *********/
.career-content {
	margin-bottom: 100px;
}
.career-img {
	position: relative;
	overflow: hidden;
}
.career-desc {
	padding-top: 32px;
	padding-right: 0px;
}
.career-desc h2 span {
	color: #662d91;
}
.current-job-info {
}
.current-job-block {
}
.current-job-block .list-group-item {
	position: relative;
	display: block;
	padding: 24px 0px;
	margin-bottom: -1px;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: transparent;
	border-left: transparent;
}
.job-list {
}
.job-list h3 {
	margin-bottom: 6px;
}
.job-title {
	color: #222;
}
.job-location {
	font-size: 13px;
	font-weight: 400;
	
	
}
.job-location i, .job-exp i, .job-degree i {
	padding-right: 10px;
	color: #662d91
}
.arrow-link {
	margin-top: -24px;
	font-size: 34px;
	color: #808080;
	position: relative;
	z-index: 9
}
.job-details {
}
.job-meta {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.job-exp {
}
.job-degree {
}
.job-location, .job-exp, .job-degree {
	margin-right: 10px;
}
.application-form {
	margin-top: 40px;
}
/******** Pricing page ********/
.pricing-block {
	margin-bottom: 60px;
}
.pricing-desc {
}
.pricing-table {
}
.pricing-table .list-group {
	border: 2px solid #662d91;
}
.pricing-table .list-group-item {
	position: relative;
	display: block;
	padding: 18px 30px;
	margin-bottom: -2px;
	background-color: #fff;
	border-right: transparent;
	border-left: transparent;
}
.price-list {
	border-bottom: 2px solid #eee;
}
.price-list:last-child {
	border-bottom: transparent;
}
.pricing-table .list-group-item.active {
	background-color: #fbfcfe;
	color: #333;
	font-weight: 500;
	font-size: 18px;
	border-top: transparent;
	border-bottom: 2px solid #662d91;
}
.pricing-table .list-group-item .price {
	font-weight: 500;
	color: #333;
	padding-right: 30px;
}
.pricing-table .list-group-item small {
	color: #662d91;
	padding-left: 10px;
	font-weight: 400;
}
.pricing-table .list-group-item:first-child {
	border-radius: 0px;
}
.pricing-table .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pricing-table .note {
	font-size: 12px;
}
/******** Finance Option *********/
.patient-block {
	margin-bottom: 30px;
}
.patient-meta {
	color: #ff9805;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 500;
}
/********* Location Page *********/
.location-map {
	margin-bottom: 60px;
}
.location-block {
}
.location-block .well-block{background-color: #fff;}
.location-contact {
	margin-top: -120px;
	padding: 0px;
	margin-bottom: 100px;
}
.location-cnt-block {
	padding: 40px 60px;
	border-right: 1px solid #eae8e4;
}
.timing-hours {
	padding-left: 0px;
}
.timing-hours .time-badge {
	float: right;
	margin-top: 5px;
}
.time-hours-title {
	padding: 30px;
	margin-bottom: 0px;
	line-height: 26px;
}
.time-badge {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #662d91;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: transparent;
	border-radius: 10px;
	letter-spacing: 1px;
}
.timing-hours .list-group-item {
	border-radius: 0px;
	border: 1px solid #eae8e4;
	border-right: transparent;
	margin-left: -1px;
	margin-bottom: -1px;
	text-transform: uppercase;
	font-size: 14px;
	background-color: transparent;
}
/********* Location section ********/
.location-thumbs {
	margin-top: -120px;
}
/**************** Popup Gallery Page *********/
.gallery-block {
	margin-bottom: 20px;
}
.gallery-thumb {
}
.portfolioFilter {
	margin-bottom: 50px;
}
.portfolioFilter a {
	color: #808080;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 30px;
	font-size: 14px;
}
.portfolioFilter a:hover, .portfolioFilter a:focus {
	color: #662d91;
}
.portfolioFilter a.current {
	color: #662d91;
}
.portfolioContainer img {
	margin-bottom: 15px;
	width: 100%;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	transition-duration: 0.9s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/******************* Shortcode *****************/

/*** st-pagitation***/
.st-pagination {
	text-align: center;
	text-transform: uppercase;
	margin-top: 60px;
}
.st-pagination .pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	background-color: #cac8c4;
	border: 1px solid #cac8c4;
	margin: 4px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 500;
}
.st-pagination .pagination>li>a:focus, 
.st-pagination .pagination>li>a:hover, 
.st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover {
	background-color: #ff9805;
	border: 1px solid #ff9805;
}
.st-pagination .pagination>.active>a, 
.st-pagination .pagination>.active>a:focus,
.st-pagination .pagination>.active>a:hover, 
.st-pagination .pagination>.active>span, 
.st-pagination .pagination>.active>span:focus, 
.st-pagination .pagination>.active>span:hover {
	background-color: #ff9805;
	border: 1px solid #ff9805;
}
.st-accordion {
}
.st-accordion .panel-default {
	border-color: #e8e6e3;
}
.st-accordion .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}
.st-accordion .panel-heading {
	padding: 20px 15px;
	border-bottom: 2px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.st-accordion .panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #662d91;
}
.st-accordion .panel-group .panel+.panel {
	margin-top: 25px;
}
.st-accordion .panel-body {
	padding: 30px;
}
.st-accordion .panel-body p:last-child {
	margin-bottom: 0px;
}
/********** Tabs ********/
.st-tab .nav-tabs>li>a {
	border-right: 0px;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid #eff2f4;
	border-radius: 4px 4px 0 0;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Hind', sans-serif;
	text-transform: uppercase;
}
.st-tab .nav-tabs>li.active>a, .st-tab .nav-tabs>li.active>a:focus, .st-tab .nav-tabs>li.active>a:hover {
	color: #ff9805;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.st-tab .tab-content>.active {
	display: block;
	padding: 60px 40px;
	border: 1px solid #EFF2F4;
	margin-top: -1px;
}
.st-tab .nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #eff2f4;
	border-radius: 4px 4px 0 0;
	margin-right: -1px;
	background-color: #fafcfd;
}
 
.st-tab .nav-tabs.nav-justified>.active>a, 
.st-tab .nav-tabs.nav-justified>.active>a:focus, 
.st-tab .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #eff2f4;
	border-bottom-color: #fff;
	background-color: transparent;
}
.st-tab .nav>li>a:focus, .st-tab .nav>li>a:hover {
	text-decoration: none;
	background-color: #fafcfd;
}
.st-tab .nav-tabs>li>a {
	padding: 16px 15px;
}
/********* Alert *********/
.st-alert {}

/*--------------------- One page scroll template ----------*/
#why-us, #service-onepage, #aboutus-onepage, #therapist-onepage, #news-onepage,
#location-onepage, #contactus-onepage{padding-top: 200px;}
/***************************
		Mobile CSS 
***************************/

@media screen and (min-width:1920px) {
	
	.modal-dialog {
    width: 40% !important;
    margin:250px auto;
}
.overlay {
   
   
    width: 92%;
    margin-left: 4%;
    height: 0;
    transition: .5s ease;
}


	
}


@media screen and (max-width:767px) {
	
	
.header {
    z-index:9999;
}
.section-space {
    padding-top: 60px;
    padding-bottom: 60px;
}
.slider-caption {
    position: absolute;
    bottom: 26%;
    width: 70%;
    left: 10%;
     
}
.slider-title {
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0px;
    font-weight: 600;
}
.slider-caption .btn{display: none;}
.slider-description{display: none;} 
#slider {
	position: relative; z-index: 500;
}
#slider .owl-pagination {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    width: 100%;
    display: none;
}
#slider .owl-prev, #post-slider .owl-prev {
    position: absolute;
    left: 0px;
    top: 30%;
    font-size: 14px;
}
#slider .owl-next, #post-slider .owl-next {
    position: absolute;
    right: 0px;
    top: 30%;
    font-size: 14px;
}
 
.navbar-top-2 .welcome-msg, .navbar-top-2 .navbar-address{display: none;}
.header-content .call-number{display: none;}
.header-logo, .header-content{padding: 26px 15px;}
.header-content .btn{display: none;}
#service-thumbnail .owl-controls, #testimonial-single .owl-controls {
    text-align: center;
    margin-top: 0px;
}
.tiny-footer{text-align: center;}
.soical-block ul{text-align: center;margin-top: 20px;}

.navbar-link{display: none;}
.welcome-msg{padding-top: 10px; padding-bottom: 10px;}
 
.navigation .navbar-header{padding-bottom: 20px;}
.user-comments {
    margin-left: 0px;
    margin-top: 30px;
}
}
/*============= Laptop 1366 ===========*/
@media screen and (max-width: 1366px) {
 /* CSS rules here */
 .slider-caption {
    position: absolute;
    bottom: 26%;
    width: 70%;
    
}
}
/*============= iPhone 5 ===========*/
@media (max-width: 320px){
	.slider-title{
		font-size: 15px;
		line-height:19px;
}}


/*============= change ===========*/

.about-brd{
	width:80%;
	height:320px;
	border:solid 2px #672c91;
}
.about-img{
	width:75%;
	height:320px;
	background-image:url("../images/abt-img.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	position:absolute;
	margin-left:8%;
	margin-top:20px;
}
.about-dtl{
	
	margin-top:160px;
}
span.more{
	float:right;
	
}
.more strong{
	font-weight:bold;
}


.footer-box1{
	
	width:100%;
	height:250px;
	border:solid 1px #282828;
	margin-bottom:20px;
}
.footer-box1 img{
	margin-top:20px;
}
.footer-box1 p{
	width:80%;
	margin-top:20px;
	color:#ccc;
	margin-left:auto;
	margin-right:auto;
}
.footer-box1 h3{
	margin-top:30px;
	margin-left:10%;
}
.service-bar{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.main-bar{
width:93%;
height:35px;
float:left;
background-color:#672c91;	
}
.sub-bar{
width:5%;
height:35px;
float:left;
background-color:#672c91;
margin-left:0.5%;	
}
.main-bar p{
	color:#fff;
	margin-top:6px;
	margin-left:10px;
	text-transform:uppercase;
}
 ul.sub-list{
	 margin-left:2%;
	line-height:15px;
	font-size:13px;
 }
 .sub-list li{
 list-style-type:none;
 font-weight:500;

 }
 
 .sub-list li:before {
    margin-right: 10px;
    font-family: FontAwesome;
    color: #662d91;
    top: 0;
    left: -5px;
    content: "\f0da";
    font-size: 14px;
    line-height: 36px;
	
}


/****** CODE ******/

.file-upload{ 
float:left;
display:block;
text-align:center;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
width:70%;
margin-top:20px;
}
.file-upload .file-select{display:block;border: 2px solid #662d91;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{color:#fff;background:#662d91;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#d058a0;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#d058a0;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}



	
.files{
	width:100%;
}
.files .btn-default {
margin-top:20px;
margin-left:1%;
}
.files .btn-default:hover {
background: #662d91;
}
@media screen and (max-width: 1200px) {
	#navigation > ul > li > a 
	{
    padding: 14px;
	}
	
}
@media screen and (max-width: 992px) {
	
	
}



/*--navigation--*/

.top-section{
	float:left;
	width:100%;
	height:45px;
	border-bottom:solid 1px #ccc;
}

.top-section2{
	float:left;
	width:100%;
	height:auto;
	
}
.logo-sec{
	
	margin-top:10px;
	margin-bottom:10px;
	margin-left:;
	float:left;
	
	
}
.logo-tex{
	
	float:left;
	margin-top:40px;
	font-weight:bold;
	color:#000;
	font-family: myFont2;
	line-height:18px;
	font-size:17px;
}

.top-section2.shrink {
  height: auto;
  padding-bottom:10px;
  
}
.top-section2.shrink .logo-sec{
	margin-top:4px;
	width:15%
}
.top-section2.shrink .logo-sec img {
  width:100%;
}
.top-section2.shrink .logo-tex{
	float:left;
	margin-top:17px;
	font-weight:bold;
	color:#000;
	
}
.top-section2.shrink .call-number {
    
    margin-top: 20px;
    margin-right: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}
.top-section2.shrink .social-top {
    width:50%;
    float: right;
	margin-top:10px;
	
}
.top-section2.shrink .social-top li {
   
    display: inline-block;
    list-style-type: none;
    color: #333;
    padding: 10px 10px 10px 10px;
}

.top-section3{
	
	width:100%;
	height:auto;
	background-color:#662d91;
	color:#fff;
	
}
.section3-nav{
	width:90%;
	padding-bottom:15px ;
	padding-top:15px;
	margin:auto !important;
	
	
	
}


#nav-id{
	
	z-index:1005;
}
.section3-nav li{
	
	color:#fff;
	display:inline;
	padding-left:20px;
	padding-right:20px;
	font-size:13px;
	font-weight:500;
	padding-bottom:18px ;
	padding-top:18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.section3-nav a{
	
	color:#fff;
	
}
.section3-nav li:hover{
	background-color:#d058a0;
}
.address-sec{
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
.social-top a{
	
	color:#333;
}

.social-top{
	
	width:100%;
	float:right;
	margin-top:10px;
}
.social-top li{
	float:right;
	display:inline-block;
	list-style-type:none;
	color:#333;
	
	padding:10px 10px 10px 10px;
	
	
}
.rsl a{
	font-weight:500;
	color:#fff;
	font-size:14px;
	margin-right:25px;
	background-color:#662d91;
	padding:7px;
	
}
span.call-number{
	float:right;
	margin-top:20px;
    margin-right:10px;
	font-size:14px;
	color:#333;
	font-weight:400;
}
span.menu-ic{
	display:none;
	position:absolute;
	color:#FFF;
	right:10px;
	margin-top:-30px;
	font-size:25px;

}
span.menu-nm{
	
	position:absolute;
	color:#FFF;
	z-index:1000;
	top:180px;
	left:20px;
	font-size:20px;
	display:none;
}
@media screen and (max-width: 1120px){
	
	.top-section2.shrink .call-number {
    
    margin-top: 10px;
    margin-right: 10px;
	margin-bottom:10px;
	
 
}
.slider-title {
    color: #fff;
    font-size: 2.2em;
    line-height: 1em;
    font-family: myFont;
    font-weight: bold;
    text-transform: uppercase;
}
.slider-description {
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 15px;
    font-family: myFont;
    text-transform: uppercase;
}



.top-section2.shrink .logo-sec img {
    width:78%;
}

	
	
	span.menu-ic{
	
	
	display:block;
}
span.menu-nm{
	
	
	display:block;
}
.section3-nav{
	padding-bottom:0px ;
	padding-top:40px;
	margin-left:0%;
	
}
#nav-id{
	display:none;
}
.section3-nav li{
	width:100%;
	color:#fff;
	display:table;
	padding-left:20px;
	padding-right:20px;
	font-size:13px;
	font-weight:500;
	padding-bottom:5px ;
	padding-top:5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
	
}
@media screen and (max-width: 990px){
	
	.top-section {
		display:none;
	}
	span.call-number {
    float: right;
    margin-top: 50px;
    margin-right: 10px;
}
}
@media screen and (max-width: 768px){
	.slider-title {
		padding-top:30px;
    color: #fff;
    font-size: 1.6em;
    line-height: 1em;
    font-family: myFont;
    font-weight: bold;
    text-transform: uppercase;
}
.slider-description {
    color: #fff;
    display:none;
    font-weight: 600;
    font-size: 15px;
    font-family: myFont;
    text-transform: uppercase;
	line-height:1.2em;
}


	.top-section {
		display:none;
	}
	span.call-number {
    display:none;
}
}
.result-box{
	width:25%;
	
	
	height:auto;
	right:0px;
	top:40%;
	z-index:1001;
	position:fixed;
}

.result-form{
	width:70%;
	float:right;
	background-color:#d058a0;
	padding-bottom:10px;
	display:none;
	z-index:1001;
}
.result-bt{
	width:auto;
	float:right;
	background-color:#662d91;
	z-index:1001;
	color:#fff;
	margin-right:-29px;
	margin-top:38px;
	padding:10px 20px 2px 20px;
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
	cursor:pointer;
	
}
.result-form .btn-default {
    background: #662d91;
    color: #fff;
	margin-top:10px;
}
.result-form input{
	margin-top:10px;
	color:#000;
	background-color:#fff;
}
	.result-form p{
	margin-top:10px;
	color:#fff;
	text-align:center;
}
@media screen and (max-width:768px){
.modal-body {
    padding: 15px 15px 15px 0px;
    background-color: #d058a0;
    z-index: 9999999999999999;
    position: absolute;
    width: 100% !important;
    margin-left: 0% !important;
    border-radius: 8px;
}

	.result-box{
	width:auto;
	margin-top:25%;
	}
	.about-dtl {
    margin-top: 50px;
}
.result-bt {
   
    
  
    margin-right: -29px;
    margin-top: 38px;
    padding: 5px 15px 2px 10px;
    
}
 .social-top {
    width: auto;
    float: right;
    margin-top: -15px;
    margin-right: 0%;
	display:none;
}
.top-section2.shrink .logo-sec img {
    width: 75%;
	
}

h1 {
    font-size: 24px;
    line-height: 34px;
}
}
@media screen and (max-width:736px){
	.top-section2.shrink .logo-sec img {
    width: 75%;
	
}
.line-left::before {
  display:none;
}


	
}

@media screen and (max-width:480px){
	.top-section2.shrink .logo-sec img {
    width: 85%;
	
}

.logo-sec  { 
width:28%;
}
.slider-title {
		padding-top:30px;
    color: #fff;
font-size: 1.3em;
line-height:1.2em;
}
	
}

@media screen and (max-width:360px){
	
	h1 {
    font-size: 22px;
    line-height: 34px;
}
	.top-section2.shrink .logo-sec img {
    width: 100%;
	
}

.social-top li {
    float: right;
    display: inline-block;
    list-style-type: none;
    color: #333;
    padding: 10px 7px 10px 7px;
}
	
}




.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default {
	width:90%;
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color:#fff;
}

.panel-default>.panel-heading {
	
    color: #fff;
    background-color: #662d91;
    border-color: #ddd;
}

  .affix {
      top: 0;
      width: 100%;
  }

  .affix + .top-section {
      padding-top: 30px;
  }
  .top-fixed-nav{
	  z-index:1005;
	  background-color: #fff;
  }
  
  
  
  .sample-details{
	  background-color:#662d91;
	  width:80%;
	  height:100px;
	 position:absolute;
	 left:10%;
	 margin-top:-50px;
  }
  
  .sample-details:before {
    border-left: 20px solid transparent;
    left: -20px;
}
.sample-details:after {
    border-right: 20px solid transparent;
    right: -20px;
}
.sample-details:before, .sample-details:after {
    content: "";
    position: absolute;
    border-bottom: 50px solid #490e75;
    top: 0;
}
.sample-details p{
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:10px;
	font-weight:200;
}

.sample-details i{
	font-size:20px;
}
.smp-col p{
	font-size:14px;
	margin-top:10px;
	padding-bottom:10px;
	padding-bottom:10px;
}
.for-ex p{
	font-size:14px;
	margin-top:10px;
	padding-bottom:10px;
	padding-bottom:10px;
}
.smp-col p > strong{
	font-weight:500;
	font-size:15px;
}
.for-ex p > strong{
	font-weight:500;
	font-size:15px;
}
.smp-col {
	border-right:solid 1px #ccc ;
	
}
@media screen and (max-width:990px){
	.sample-details > p{
		display:none;
	}
	.smp-col {
	border-right:solid 0px #ccc ;
	
}
.smp-col p{
	font-size:12px;
	margin-top:15px;
	padding-bottom:5px;
	padding-bottom:5px;
}
.for-ex p{
	font-size:12px;
	margin-top:5px;
	padding-bottom:5px;
	padding-bottom:5px;
}
.smp-col p > strong{
	font-weight:500;
	font-size:13px;
}
.for-ex p > strong{
	font-weight:500;
	font-size:13px;
}


}
@media screen and (max-width:320px){


.smp-col p{
	font-size:11px;
	margin-top:12px;
	padding-bottom:1px;
	padding-bottom:1px;
}
.for-ex p{
	font-size:11px;
	margin-top:2px;
	padding-bottom:1px;
	padding-bottom:1px;
}
.smp-col p > strong{
	font-weight:500;
	font-size:12px;
}
.for-ex p > strong{
	font-weight:500;
	font-size:12px;
}


}

.image {
  display: block;
  width: 100%;
  height: 220px;
 
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.5);
  overflow: hidden;
  width: 92.5%;
  margin-left:4%;
  height: 0;
  transition: .5s ease;
}

.thumb:hover .overlay {
  height: 100%;
}

.thumb{
	margin-top:25px;
}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


/*---modal---*/

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #ffffff;
}
.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 15px solid #fff;
   
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5);
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
}
.modal-body {
    position: relative;
    padding: 0px;
}
.pre-img{
	position:absolute;
	color:#fff;
	left:10px;
	text-shadow: 1px 1px #000;
	z-index:500;
	top:45%;
	font-size:26px;
}
.nxt-img{
	position:absolute;
	color:#fff;
	right:10px;
	text-shadow: 1px 1px #000;
	z-index:500;
	top:45%;
	font-size:26px;
}
.mod-title{
	width:100%;
	height:auto;
	position:absolute;
	top:0px;
	background-color:rgba(0,0,0,0.5);
}
span.ttl{
	float:left;
	color:#fff;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	
	font-size:18px;
	
	
}
span.cls{
	float:right;
	color:#fff;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	
	font-size:18px;
	
	
}

/*--gallery-responsive--*/



@media screen and (max-width:680px){
	
	.modal-dialog {
	width: 95%;
	margin: 130px auto;
}

}


@media screen and (max-width:680px){
	
	.image {
  
  height: 200px;
 
}
}

@media screen and (max-width:480px){
	
	.text {
   
    font-size: 15px;
   
}
	
	.image {
  
  height: 130px;
 
}
}
@media screen and (max-width:480px){
	
	.logo-tex {
    float: left;
    margin-top: 35px;
    font-weight: bold;
    color: #000;
	font-size:15px;
}

}

@media screen and (max-width:375px){
	.logo-tex {
    float: left;
    margin-top: 30px;
    font-weight: bold;
    color: #000;
	font-size:13px;
}
}
@media screen and (max-width:360px){
	
	.image {
  
  height: 110px;
 
}
}
@media screen and (max-width:320px){
	
	.image {
  
  height: 95px;
 
}
.logo-tex {
    float: left;
    margin-top: 22px;
    font-weight: bold;
    color: #000;
    font-size: 11px;
}


}


/*----modal--*/




.modalbg {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
  display: block;
  pointer-events: none;
}
.modalbg .dialog {
  width: 300px;
  position: relative;
  top: -1000px;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background:#d058a0;
  
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
}
.modalbg .dialog .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}
.modalbg:target {
  display: block;
  pointer-events: auto;
  background: rgba(4, 10, 30, 0.8);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modalbg:target .dialog {
  top: -20px;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
}
.close {
  background: #000;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
}
.close .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}
.close:hover {
  background: #00d9ff;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fineprint {
  font-style: italic;
  font-size: 10px;
  color: #646;
}
a {
  color: #333;
  text-decoration: none;
}
.dialog .btn-default{
	margin-top:10px;
	margin-bottom:10px;
}
.dialog input{
	margin-top:10px;
	color:#000;
	background-color:#fff;
}
.cv-borderd{
	
	width:80%;
	height:auto;
	
}
.cv-borderd input{
	width:80%;
	border:solid 2px #662d91;
	padding:10px;
	margin-top:15px;
}
