@import url('https://fonts.googleapis.com/css?family=Raleway:300,400|Roboto:300,400');
body{
    font-family: 'Roboto', sans-serif;
	color:#666666;	
	font-size:14px;
}
a {text-decoration:none !important;}
.topbar{
	padding:30px 0;
	color:#222;	
	font-size:16px;
	background-color:#FFF;
}
.topbar a{
	color:#222;
}
/*------------------------------------------------------------------
[Preloader]
*/

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {	
	position: absolute;
	left: 44%;
	top: 36%;
}
/*------------------------------------------------------------------
[Navbar]
*/
/*
.navbar-nav{
	float:none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
*/
.navbar-default .navbar-nav > li > a{
	color:#AD1111;
	text-transform:uppercase;
}
.navbar-custom {
	background: #FFF;	
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: padding 0.25s, background 0.25s;
	   -moz-transition: padding 0.25s, background 0.25s;
	    -ms-transition: padding 0.25s, background 0.25s;
	     -o-transition: padding 0.25s, background 0.25s;
	        transition: padding 0.25s, background 0.25s;
}
.navbar-brand{
	padding:7px 0;
}
.navbar-brand img{
	height:65px;
}
.navbar-custom,
.navbar-custom a {
	font-size: 14px;
	color: #000;
}
.navbar-custom .nav > li > a:focus {
	background: none;
	color: #555;
}
.navbar-custom .nav > li.active > a {
	color: #FFF;
	background-color:#AD1111;
}
.navbar-custom .nav > li > a{
	text-transform:uppercase;
	color:#444;
}
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
	background-color:#FFF;
	color: #AD1111;	
}

.navbar-custom .nav li a > .fa,
.navbar-custom .nav li a > .icon {
	margin-right: 6px;
	font-size: 14px;
}

.navbar-custom .navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
	 box-shadow: 0 0px 0px rgba(0, 0, 0, 0.176);
}
.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -5px;
	margin-left: 2px;
}
.leftauto {
	right: 0 !important;
	left: auto !important;
}
.navbar-custom .dropdown-menu.left-side {
	margin-right: 2px;
	right: 100%;
	left: auto;
}
.navbar-custom .dropdown-menu {
	background: 255;
	border: 0;
	border-radius: 0;
	padding: 5px 0;
	min-width: 180px;
	border-bottom:3px solid #B51A56;
	border-radius:0 0 10px 10px;
}
.navbar-custom .dropdown-menu li {
	padding: 0 15px;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid #FFF;
	padding: 8px 5px;
	font-size: 14px;
	color: #222;
	transition: all 0.2s linear;
	text-transform:uppercase;
}

.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:hover,
.navbar-custom .nav .open > a:focus {
	border-color: #2b2b2b;
}

.navbar-custom .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}
.navbar-custom .dropdown-menu > li,
.navbar-custom .dropdown-menu > li{
	border-left:3px solid #FFF;
}
.navbar-custom .dropdown-menu > li:focus,
.navbar-custom .dropdown-menu > li:hover{
	border-left:3px solid #B51A56;
}

.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu .open > a,
.navbar-custom .dropdown-menu .open > a:hover {
	background: none;
	color: #AD1111;	
	transition: all 0.2s linear;
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
	float: right;
	padding: 9px 10px;
	padding: 0;
	margin: 26px 15px 0 0;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-custom.navbar-fixed-top{
	border-bottom:3px solid #008d9c
}

@media (min-width: 992px) {

	.navbar-transparent {
		background-color:transparent;
		box-shadow:0px 0px 0px #CFCFCF !important;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.navbar-transparent a,
	.navbar-transparent .nav > li > a:focus {
		color: #fff;
	}

	.navbar-custom .navbar-brand {
		padding-left: 35px;
	}

	.navbar-custom .navbar-nav > li > a.last {
		padding-right:30px;
	}
		.navbar-custom .navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.navbar{
		min-height:40px;
	}
	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(50px);
		   -moz-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		     -o-transform: translateY(50px);
		        transform: translateY(50px);
		-webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		   -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		    -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		     -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		     -o-transform: translateY(0px);
		        transform: translateY(0px);
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

}

@media (max-width: 991px) {

	.navbar-custom .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom .dropdown-menu,
	.navbar-custom .dropdown-menu .dropdown-menu {
		padding-top: 0;
		margin-top: 0;
	}

	.navbar-custom .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #2b2b2b;
	}

	.navbar-custom .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}

	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 30px;
	}

}

.box-section{
	padding:120px 0;
	background-image:url(../images/background.jpg);
	background-position:center center;	
	background-repeat:no-repeat;	
}

.about-section{
	padding:60px 0;
	background-image:url(../images/sha1.jpg);
	background-position:right center;	
	background-repeat:no-repeat;	
	background-position-x:500px;
}

.p-section{
	padding:70px 0;
	background-image:url(../images/front-parallax.jpg);
	background-position:center;	
	background-repeat:no-repeat;	
	background-attachment:fixed;
	color:#FFF;
	text-align:center;
}

.p-section h3{margin:0;line-height:1.6;font-size:28px;}

.spa-section{
	padding:60px 0;
	background:#F6F6F6 url(../images/18287-NRIYLN-03.png);
	background-position:bottom center;	
	background-repeat:no-repeat;	
}
.spa-section .w-box{
	padding:30px;
	text-align:center;
	background-color:#FFF;
}
.time-section{
	padding:120px 0;
	background-image:url(../images/sot1.jpg);
	background-position:right center;	
	background-repeat:no-repeat;	
	background-position-x:30px;
}
.section-title {
    color: #FFF;
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-section{
	padding:80px 0;
	background-color:#FFF;
}
.blog-section .thumbnail{
	padding:0;
	border-radius:0;
	border:0;
}
.blog-section .caption h4{
	margin-bottom:20px;
	font-size:18px;
}
/*------------------------------------------------------------------
[Hero]
*/

.module-hero {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hero-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}

.home .hero-text {top:170px;}
.hero-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: #fff;
	top:150px;
}

.hero-title {
	line-height: 1.4;
	font-size: 52px;
	margin: 0 0 20px;
	color: #fff;
	text-transform:titlecase;
}

@media (max-width: 992px) {

	.hero-title {
		font-size: 52px;
	}

}

@media (max-width: 767px) {

	.hero-title {
		font-size: 42px;
	}

}

@media (max-width: 627px) {

	.hero-title {
		font-size: 36px;
	}

}
.logo-box{
	padding:7px 20px 4px 20px;
	position:absolute;
	top:0px;
	background-color:#FFF;
	border-radius:0 0 20px 20px;
}
.logo-box img{
	height:65px;
}
.nav-bg{
	background-color:#FFF;
}

.color-dark {
    color: #666666;
}
.osthemes-heading {
    letter-spacing: .05em;
}
.text-left {
    text-align: left;
}
.osthemes-heading h1.fz-60::after {
    width: 90px;
}

.osthemes-heading.text-left h1 {
    background-position: left bottom;
}
.osthemes-heading.use-bg h1 {
    padding-bottom: 15px;
}
.osthemes-heading h1 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    background-repeat: no-repeat;
    line-height: 1.2;
    color: #444444;
}
.fz-60 {
    font-size: 60px;
}

.osthemes-service-item {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  overflow: hidden;
}
.osthemes-service-item .service-item-content {
  overflow: hidden;
}
.osthemes-service-item .service-item-content h4 {
  color: #444444;
  text-transform: uppercase;
}
.osthemes-service-item .service-item-content .separator-img-wrapper img {
  margin-bottom: 20px;
}
.osthemes-service-item.style-image-top .service-item-content {
  margin: 35px 35px 60px 35px;
  max-height: 220px;
}
.osthemes-service-item.style-image-hover {
  position: relative;
  text-align: center;
}
.osthemes-service-item.style-image-hover .service-item-content {
  margin-top: 55px;
}
.osthemes-service-item.style-image-hover .service-item-content h4,
.osthemes-service-item.style-image-hover .service-item-content .separator-img-wrapper {
  margin-left: 35px;
  margin-right: 35px;
}
.osthemes-service-item.style-image-hover .service-item-content div.description {
  padding: 15px 35px 55px 35px;
  position: relative;
}
.osthemes-service-item.style-image-hover .service-item-content div.description .bgi-overlay {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.osthemes-service-item.style-image-hover .service-item-image {
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.osthemes-service-item.style-image-hover:hover .service-item-content div.description .bgi-overlay {
  opacity: 1;
}
.osthemes-service-item.style-image-hover:hover .service-item-content div.description p {
  opacity: 0;
}
@media (max-width: 1200px) {
  .osthemes-service-item.style-image-top .service-item-content {
    margin: 15px;
  }
  .osthemes-service-item.style-image-top .service-item-content h4 {
    margin-bottom: 10px;
  }
}
.osthemes-service-list {
  width: 100%;
  padding: 50px;
}
.osthemes-service-list.color-dark {
  color: #444444;
}
.osthemes-service-list.color-light {
  color: #fff;
}
.osthemes-service-list .service-list-item {
  margin-bottom: 25px;
  display: table;
}
.osthemes-service-list .service-list-item:last-child {
  margin-bottom: 0;
}
.osthemes-service-list .service-list-item > * {
  display: table-cell;
  vertical-align: bottom;
}
.osthemes-service-list .service-list-item .item-title {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.osthemes-service-list .service-list-item .item-title:after {
  content: "";
  display: inline-block;
  position: absolute;
}

/*
OPEN TIME TEMPLATE
*/
.opentime-wrapper h4 {
  font-size: 18px;
  margin-bottom: 25px;
}
.opentime-wrapper ul.time-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.opentime-wrapper ul.time-list li {
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.opentime-wrapper .has-separator {
  border-left: 1px solid transparent;
  position: relative;
}
.opentime-wrapper .has-separator:before {
  content: '';
  width: 1px;
  height: 85%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: inherit;
}
.opentime-wrapper.separator-primary .has-separator:before {
  background-color: #91caa1;
}
.opentime-wrapper.separator-light .has-separator:before {
  background-color: #fff;
}
.opentime-wrapper.separator-dark .has-separator:before {
  background-color: #444;
}
.opentime-wrapper.separator-gray .has-separator:before {
  background-color: #E4E4E4;
}
@media (max-width: 767px) {
  .has-separator {
    border: none;
  }
  .has-separator:before {
    display: none;
  }
}


/*Button*/
.button-wrapper.button-inline {
  display: inline-block;
}
.button-wrapper.button-left {
  display: block;
  text-align: left;
}
.button-wrapper.button-right {
  display: block;
  text-align: right;
}
.button-wrapper.button-center {
  display: block;
  text-align: center;
}
.p-button {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 16.5px 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.p-button img {
  height: 14px;
  width: 14px;
}
.p-button-xs {
  padding: 13.5px 40px;
}
.p-button-xs.p-button-bordered-2 {
  padding: 12.5px 38px;
}
.p-button-sm {
  padding: 16px 44px;
}
.p-button-sm.p-button-bordered-2 {
  padding: 15px 42px;
}
.p-button-md {
  font-size: 14px;
  padding: 18px 53px;
}
.p-button-md.p-button-bordered-2 {
  padding: 17px 51px;
}
.p-button-lg {
  font-size: 16px;
  padding: 18px 52px;
}
.p-button-lg.p-button-bordered-2 {
  padding: 16px 60px;
}
.p-button-xlg {
  font-size: 18px;
  padding: 17px 62px;
}
.p-button-xlg.p-button-bordered-2 {
  padding: 16px 70px;
}
.p-button-primary {
  background-color: #91caa1;
  color: #91caa1;
}
.p-button-gray {
  background-color: #444;
  color: #444;
}
.p-button-black {
  background-color: #000;
  color: #000;
}
.p-button-light {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}
.p-button-light.p-button-bg,
.p-button-light.p-button-3d {
  color: #000;
  border-color: #fff;
}
.p-button-bordered {
  border: 1px solid;
  background-color: transparent;
}
.p-button-bordered-2 {
  border: 2px solid;
  background-color: transparent;
}
.p-button-bg {
  border: 1px solid;
  color: #fff;
}
.p-button-3d {
  border: 1px solid;
  border-top: none;
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.p-button-primary {
  border-color: #91caa1;
}
.p-button-secondary {
  border-color: #91caa1;
}
.p-button-gray {
  border-color: #444;
}
.p-button-black {
  border-color: #000;
}
.p-button-primary:focus,
.p-button-primary:active {
  color: #91caa1;
}
.p-button-secondary:focus,
.p-button-secondary:active {
  color: #91caa1;
}
.p-button-gray:focus,
.p-button-gray:active {
  color: #444;
}
.p-button-black:focus,
.p-button-black:active {
  color: #000;
}
.p-button-bg:focus,
.p-button-bg:active,
.p-button-3d:focus,
.p-button-3d:active {
  color: #fff;
}
.p-button-light:focus,
.p-button-light:active {
  color: #fff;
  border-color: #fff;
}
.p-button-light:focus.p-button-bg,
.p-button-light:active.p-button-bg,
.p-button-light:focus.p-button-3d,
.p-button-light:active.p-button-3d {
  color: #000;
}
.p-button-primary:hover {
  background-color: #91caa1;
}
.p-button-primary:hover.p-button-bg,
.p-button-primary:hover.p-button-3d {
  background-color: #444;
  border-color: #444;
}
.p-button-secondary:hover {
  background-color: #91caa1;
}
.p-button-secondary:hover.p-button-bg,
.p-button-secondary:hover.p-button-3d {
  background-color: #444;
  border-color: #444;
}
.p-button-gray:hover {
  background-color: #444;
}
.p-button-gray:hover.p-button-bg,
.p-button-gray:hover.p-button-3d {
  background-color: #91caa1;
  border-color: #91caa1;
}
.p-button-black:hover {
  background-color: #000;
}
.p-button-black:hover.p-button-bg,
.p-button-black:hover.p-button-3d {
  background-color: #91caa1;
  border-color: #91caa1;
}
.p-button-bordered:hover {
  color: #fff;
}
.p-button-bordered-2:hover {
  color: #fff;
}
.p-button-bg:hover,
.p-button-3d:hover {
  color: #fff;
}
.p-button-light:hover {
  background-color: #fff;
  color: #666666;
  border-color: #fff;
}
.p-button-light:hover.p-button-3d,
.p-button-light:hover.p-button-bg {
  color: #666666;
}
.p-button.i-left {
  position: relative;
}
.p-button.i-left.p-button-sm,
.p-button.i-left.p-button-xs {
  padding-left: 45px;
}
.p-button.i-left img,
.p-button.i-left i {
  position: absolute;
  left: 25px;
  line-height: 1.2;
}
.p-button.i-right {
  position: relative;
}
.p-button.i-right.p-button-sm,
.p-button.i-right.p-button-xs {
  padding-right: 45px;
}
.p-button.i-right img,
.p-button.i-right i {
  position: absolute;
  right: 25px;
  line-height: 1.2;
}
footer{
	padding:100px 0 30px 0;
	background:#111;
}
footer a{
	color:#FFF;
}
.fot-box{color:#FFF;margin-bottom:20px;}
.bottom-footer{
	padding:15px 0 12px 0;
	background-color:#222;
}
.fotcopy{padding-top:6px;}
.fotcopy{color:#FFF;}
.fotcopy a{color:#FFF;}
ul.share-social-links {
    display: inline-table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom:0;
}
.share-social-links li {
    float: left;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}
.share-social-links li a {
    border: 1px solid #404040;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    height: 30px;
    padding: 6px 0;
    width: 30px;
}
.share-social-links li a:hover {
	background-color:#E9194E;
	color:#FFF;
}
.navbar-fixed-top{
	box-shadow:0 3px 20px #777;
}



#contactForm .form-control {
	border:0px;
    background-color: #111;
    background-image: none;
    border: 0px solid #212121;
    border-bottom: 1px solid #212121;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
}
#contactForm .form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0) inset, 0 0 8px rgba(102, 175, 233, 0);
    outline: 0 none;
}
.address {
    background-image: url(../images/world-map-png-5.png);
    height: 100%;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
}
#contactForm .btn-primary{
	background-color:#212121;
	border-color:#212121;
	color:#555;
	border-radius:0;
}
.owl-controls{text-align:center !important;}
.btn-face{
	background-color:#4867AA;
	border-color:#4867AA;
	border-radius:0;
	color:#FFF;
}
.btn-face:hover{
	background-color:#4867AA;
	border-color:#4867AA;
	border-radius:0;
	color:#FFF;
}



.title-head {
    border-bottom: 0px solid transparent;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    color:#222;
}
.title-head:before {
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0px;
    position: absolute;
    width: 45px;
}
.title-head:after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.title-head.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    color:#222;
}
.title-head.center:before {
    left: 50%;
    margin-left: -17.5px;
}
.title-head.center:after {
    left: 50%;
    margin-left: -40px;
}
.title-head:before, .title-head:after{
    background-color: #555;
}
.item .title{font-size:16px;color:#272727;padding-top:6px;text-align:center;}
