@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Poppins');
@import url('https://fonts.googleapis.com/css?family=Puritan');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
body{
    font-family: 'Poppins', sans-serif;
	color:#666666;	
	font-size:13px;
}
a {text-decoration:none !important;}
.topbar{
	padding:10px 0 10px 0;
	color:#FFF;	
	margin-bottom:6px;
}
.top-info a{
	padding-bottom:5px;
	border-bottom:1px solid #FFF;
}
#scroll{
	position:fixed;
	bottom:15px;
	right:25px;
}
#scroll img{
	height:48px;
	width:48px;
}
.sec-padd{
	padding:40px 0;
}
.topbar a{
	color:#FFF;
}
.navbar-fixed-top{
	border-width:0 0 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.65+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
/*------------------------------------------------------------------
[Preloader]
*/

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

.loader {	
	position: absolute;
	left: 43%;
	top: 38%;
}
/*------------------------------------------------------------------
[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: transparent;	
	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:#FFF;
}
.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:transparent;
	color: #FFF;
	border-radius:4px 4px 0 0;	
}
.navbar .nav > li > .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 20px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.navbar .nav > li > .dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 19px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.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:rgba(0,0,0,0.5);
	border: 0;
	border-radius: 0;
	padding: 5px 0;
	min-width: 180px;
}
.navbar-custom .dropdown-menu li {
	padding: 0 15px;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(0,0,0,0.5);
	padding: 8px 5px;
	font-size: 14px;
	color: #FFF;
	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 rgba(0,0,0,0.5);
}
.navbar-custom .dropdown-menu > li:focus,
.navbar-custom .dropdown-menu > li:hover{
	border-left:3px solid #FF0000;	
}

.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: #FFF;	
	padding-left:10px;
	-moz-transition: all .2s linear; 
	-webkit-transition: all .2s linear; 
	-o-transition: all .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:0px;
	}
		.navbar-custom .navbar-nav > li > a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.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:120px 0;
	background-image:url(../images/sha1.jpg);
	background-position:right center;	
	background-repeat:no-repeat;	
	background-position-x:500px;
}
.spa-section{
	padding:150px 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: 85%;
	text-align: left;
	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:200px;
}

.hero-title {
	font-size: 52px;
	margin: 0 0 10px;
	color: #fff;
	font-family: 'Puritan', sans-serif;
}

.module-overlay-dark-1:before {
	background: rgba(17, 17, 17, 0.2);
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

@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:10px 20px 4px 20px;
	position:absolute;
	top:0px;
/*
	background-color:#FFF;
	border-radius:0 0 10px 10px;
	border-bottom:2px solid #B51A56;
*/
}
.logo-box img{
	height:80px;
}
.nav-bg{
	background-color:transparent;
	height:44px;
}

.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;
}

p {
    font-weight: 300;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 2.2;
    letter-spacing: 0.05em;
}
footer{
	padding:60px 0 60px 0;
	background:#111;
}
footer a{
	color:#666666;
}
ul.side-list {margin-left:-40px;}
ul.side-list li i{margin-right:5px;}
ul.side-list li{list-style:none;padding:5px;transition: all 0.5s ease 0s;}
ul.side-list li a{color:#555;text-decoration:none;transition: all 0.5s ease 0s;font-size:16px;}
ul.side-list li a:hover{color:#AD1111;text-decoration:none;transition: all 0.5s ease 0s;}
ul.side-list li a i{padding-right:5px}
ul.share-social-links {
    display: inline-table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.share-social-links li {
    float: left;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.share-social-links li a {
    border: 1px solid #404040;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    height: 40px;
    padding: 9px 0;
    width: 40px;
}
.share-social-links li a:hover {
	background-color:#E9194E;
	color:#FFF;
}
.p-home{
	background-image:url(../images/wel-img-3.jpg);
	background-size:100%;
	padding:100px 0;
	background-repeat:no-repeat;
}
.p-box{
	background:#FFF;
	padding:50px;
	color:#222;
}
.hero-text-brd h1{
	font-size:128px;
	font-weight:bold;
}
.hero-text-brd .sub-tex{
	font-size:58px;
	position:relative;
	top:-50px;	
    font-family: 'Great Vibes', cursive;
}
.hero-text-brd{
	position:absolute;
	bottom:180px;
	z-index:10000;
	color:#FFF;
	width:100%;
	text-align:center;
}
.hero-text-slider{
	position:absolute;
	bottom:0px;
	z-index:10000;
	padding:25px 0;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	background-color:rgba(255,255,255,0.3);
}
.inner-sublink a{
	color:#000;
	margin-left:20px;
	margin-right:20px;
}
.scroll-menu.inner-sublink{
	position:fixed;
	top:110px;
	left:120px;
}
.scroll-menu.inner-sublink a{
	color:#FFF;
	margin-left:5px;
	margin-right:5px;
	background-color:rgba(0,0,0,0.5);
	padding:2px 10px;
	border-radius:4px;
	font-size:13px;
}
.scroll-menu.inner-sublink a:hover{
	color:#FFF;
	margin-left:5px;
	margin-right:5px;
	background-color:red;
	padding:2px 10px;
	border-radius:4px;
	font-size:13px;
}
.inner-brd{
	padding:10px 0;	
	background-color:#fafafa;
}
.inner-brd .brd a{
	color:#222;
}
.inner-section{
	padding:30px 0;
}
.inner-section .first-list p{
	font-size:16px;
}
.experiences p{
	line-height:normal;
}
.title-head {
    border-bottom: 0px solid transparent;
    font-size: 32px;
    color:#333;
    margin-bottom: 40px;
    padding: 0 0 10px;
    position: relative;
}
.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: 45px;
}
.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: #FF0000;
}
.i-box{
	position:relative;
	margin-bottom:30px;
}
.i-box img{   transform: scale(1);
    transition: all 500ms ease 0s;}
.i-box img:hover{  transform: scale(1.1);
    transition: all 500ms ease 0s;-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.i-text{
	position:absolute;
	bottom:0px;	
	border-top:1px solid #FFF;
	text-align:center;
	padding:10px;
	text-transform:uppercase;
	color:#FFF;
	font-size:16px;
}
.experiences:hover{
	background-color: #E3E3E3;
	transition: all 500ms ease 0s;
}
.experiences{
	background-color: #F5F5F5;
	padding:20px;
	margin-bottom:30px;
	transition: all 500ms ease 0s;
}
.info-box{
	color:#5fc4e5;
	font-size:16px;
	border:1px solid #212121;
	padding:30px;
}
.info-box h3{
	margin-top:0px;
}
.sub-footer{
	border-top:1px solid #212121;
	background-color:#111;
	padding:20px 0;
}
.logo-footer{
	padding:70px 0 150px 0;
	background-attachment:fixed;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:bottom center;
}
.sld-box{
	position:relative;
}
.slide-box-desti{
	background-color:#FAFAFA;
	padding:50px;
	position:absolute;
	top:280px;
	right:80px;
	width:40%;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.slide-box-desti p{
	margin:0;
}
.slide-box-desti h3{
	margin-top:0;
}
.sld-box .col-sm-4{
	margin-top:30px;
}
.navbar-fixed-bottom, .navbar-fixed-top{
	z-index:10300;
}
.js-fullheight{
	height:100%;
	width:100%;
	position:relative;
	overflow:hidden;
}
.well-color{	
	padding:20px;
}
.form-control {
	border:0px;
    background-color: #000;
    background-image: none;
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #FFF;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.Contact__detail {
    margin-top: 20px;
}

.Contact__detail i {
    font-size: 1em;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    color: #fff;
}
.Contact__detail, .Contact__detail i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-box .name-title {
		position: absolute;
		display: block;
		visibility: hidden;		
		opacity: 0;
		right:-30px;
		-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;
	}

.logo-box:hover .name-title {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		     -o-transform: translateY(0px);
		        transform: translateY(0px);
	}
.experiences .modal-dialog{
	margin:150px auto;
}
.experiences .modal-header .close{margin-top:4px;opacity:0.5;}
.experiences .modal-content{border-radius:0px;top:40px;}
.experiences .modal-header h4{color:#FFF !important;}
.experiences .modal-header {
    min-height: 16.43px;
    padding: 8px 15px;
    border-bottom: 1px solid #B22C2F;
    background-color:#B22C2F;
}
