/*======================================*/ 
/*	default style
/*======================================*/
body:after {
display: none;
content:;
}
a.phonelink {
text-decoration: none;
cursor: default;}
section a.phonelink {
	color: #333;
	display: inline-block;
}
.transition {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.box-border {
	border: #f5dff7 1px solid;
}
.box-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box-padding {
	padding: 15px 25px;
}
/*======================================*/
/*	default style End
/*======================================*/

/*======================================*/ 
/*	Back to top style
/*======================================*/
	#back-to-top {
	position: fixed;
	bottom: 175px;
	right: 0;
	z-index: 1000;
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#back-to-top {
right: 20px;
}
}
#back-to-top a {
	color: #FFF;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: block;
	height: 36px;
	width: 36px;
	font-size: 21px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#ff5252;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
#back-to-top a:hover {
	background-color: #000;
}
/*======================================*/ 
/*	Back to top style End
/*======================================*/

/*======================================*/
/*	Heading style
/*======================================*/
	.index-title {
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.page-title {
	font-size: 36px;
	font-weight: 300;
	line-height: 60px;
	margin-top: 0px;
	margin-bottom: 50px;
	text-transform: uppercase;
	color:#4c4242;
	font-family: 'Oswald', sans-serif;
}
.page-title1 {
	font-size: 27px;
	font-weight: 300;
	line-height: 40px;
	font-weight:400;
	letter-spacing:1px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color:#4c4242;
	font-family: 'Oswald', sans-serif;
	margin-top:20px;
}
.port-new {
	float:left;
}
.sub-title {
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
	color: #28abe3;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.h3 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 10px;
}
.footer-title {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
}
.back1 {
	background:url(../images/back.png) no-repeat top left -142px;
}
/*======================================*/
/*	Heading style End
/*======================================*/

/*======================================*/
/*	Header
/*======================================*/
	.header-left {
	padding-top: 41px;
}
.header-right {
	padding-top: 47px;
}
.page-header address {
	margin-bottom: -5px;
}
.header-call {
	font-size: 22px;
	line-height: 1.2;
}
.header-call a.phonelink {
	color: #28abe3;
	font-weight: bold;
	display: inline-block;
}
/*======================================*/
/*	Header End
/*======================================*/

/*======================================*/ 
/*	social icons
/*======================================*/
	.social-icon .fb {
	color: #1a64b7;
}
.social-icon .tw {
	color: #21b3d8;
}
.social-icon .gp {
	color: #dd5044;
}
.social-icon .rss {
	color: #f58521;
}
.social-icon .fa {
	font-size: 18px;
}
.social-icon a {
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	margin-right: 9px;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.social-icon a:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}
/*======================================*/ 
/*	social icons End
/*======================================*/

/*======================================*/
/*	Navigation 
/*======================================*/
	#mainNav.affix {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	background:#fff;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
	background: url(../images/back.png) no-repeat top left -142px #fff;
}
#mainNav {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	background:#fff;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
	background: url(../images/back.png) no-repeat top left -142px #fff;
}
.navbar-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	color:#0097dc;
}
.navbar-toggle {
	background: none;
	padding: 0;
	border-radius: 0;
	border: none;
	width: 22px;
	height: 16px;
	margin: 8px 0;
}
.navbar-toggle:before {
	content: "Click here to see menu";
	position: absolute;
	left: -175px;
	top: -7px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
.navbar-toggle.closed:before {
	content: "Click here to close menu";
	left: -175px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background: none !important;
	outline: none !important;
}
.navbar-toggle .icon-bar {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar-toggle .icon-bar.top {
	top: 0;
	background-color:#ff5252;
}
.navbar-toggle .icon-bar.middle {
	top: 50%;
	margin-top: -1px;
	background-color:#ff5252;
}
.navbar-toggle .icon-bar.bottom {
	bottom: 0;
	background-color:#ff5252;
}
.navbar-toggle.closed .icon-bar.middle {
	width: 0;
}
.navbar-toggle.closed .icon-bar.top {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-toggle.closed .icon-bar.bottom {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*--------- Dropdown menu ---------*/
	.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-right: -10px;
	margin-top: 5px;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #555;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
/*--------- menu item width ---------*/
	.nav .item1 {
	width:114px;
}
.nav .item2 {
	width: 114px;
}
.nav .item3 {
	width: 114px;
}
.nav .item4 {
	width: 114px;
}
.nav .item5 {
	width:114px;
}
.nav .item6 {
	width: 114px;
}
.nav .item7 {
	width: 114px;
}
/*======================================*/
/*	Navigation End
/*======================================*/

/*======================================*/
/*	Banner
/*======================================*/

/*======================================*/
/*	Banner End
/*======================================*/

/*======================================*/
/*	Carousel slider
/*======================================*/
	.thumb-slider .owl-item {
	padding: 0 15px;
}
.thumb-slider .item img {
	display: block;
	width: 100%;
	height: auto;
}
.thumb-slider .owl-buttons {
	max-width: 51px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.thumb-slider .owl-prev, .thumb-slider .owl-next {
	position: static;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.thumb-slider .owl-next {
	margin-left: 1px;
}
.full-thumb-slider .owl-item {
	padding: 0;
}
/*======================================*/
/*	Carousel slider End
/*======================================*/

/*======================================*/
/*	Footer
/*======================================*/
	.footer-map {
	background:url(../images/back6.png) no-repeat;
	background-size:cover;
	display: block;
	float: left;
	width: 100%;
}
.page-footer {
	background-color: #333;
	color: #ddd;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
}
.page-footer a {
	color: #ddd;
}
.page-footer .footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}
.page-footer .footer-links+.footer-links {
	padding-left: 10px;
}
.footer-links li+li {
	padding-top: 14px;
}
.footer-table {
	width: 100%;
}
.footer-table tr+tr > td {
	padding-top: 14px;
}
.footer-address {
	background-color: #222;
	padding: 25px;
}
.copyright-main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #828487;
	background-color: #222;
	padding: 20px 0;
}
.copyright-main a {
	color: #828487;
	text-decoration: underline;
}
.copyright-main a:hover {
	text-decoration: none;
}
/*======================================*/
/*	Footer End
/*======================================*/

/*======================================*/
/*	Brand Logos Row
/*======================================*/
	.brand-logos {
	border-top: #e4e4e5 1px solid;
}
.brand-logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.brand-logos ul li {
	display: table-cell;
	padding: 0 30px;
}
/*======================================*/
/*	Brand Logos Row End
/*======================================*/

/*======================================*/
/*	Thumbnail
/*======================================*/
	.img-right {
	padding-right: 0;
	padding-bottom: 20px;
}
.video-thumb {
	position: relative;
	display: block;
	text-decoration: none;
}
.video-thumb:before {
	content: url(../images/play-icon.png);
	line-height: 45px;
	text-indent: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 43px;
	height: 43px;
	border: #fff 3px solid;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.gallery-thumb a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}
.gallery-thumb .hover {
	text-align: center;
	padding-top: 27%;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
.gallery-thumb a:hover .hover, .gallery-thumb a:focus .hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
/*======================================*/
/*	Thumbnail End
/*======================================*/

/*======================================*/ 
/*	Button
/*======================================*/

/*======================================*/ 
/*	Button
/*======================================*/

/*======================================*/ 
/*	Form style
/*======================================*/
	.form-horizontal.text-center .form-group {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}
.form-horizontal.text-center input[type=text], .form-horizontal input[type=email], .form-horizontal textarea, .form-horizontal select {
	width: 100%;
	border: #e4e4e5 1px solid;
	background-color: #fff;
	padding: 4px 13px;
	min-height: 38px;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Play', sans-serif;
	    
}
.form-horizontal.text-center .control-label {
	padding-top: 0;
	margin-bottom: 7px;
	color: #999;
	display: block;
	text-align: center;
}
.bootstrap-select .dropdown-toggle:focus, .form-horizontal input[type=text]:focus, .form-horizontal input[type=email]:focus, .form-horizontal textarea:focus, .form-horizontal select:focus {
	box-shadow: 0 0 0px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
	outline: none;
}
.form-horizontal input[required]:focus {
	box-shadow: 0 0 0px rgba(255, 0, 0, 1);
	border: 1px solid rgba(255, 0, 0, 1);
	outline: none;
}
.form-horizontal.text-center .input-group {
	width: 100%;
}
.form-horizontal.text-center .input-group-addon {
	background-color: #28abe3;
	border-color: transparent;
	border-radius: 0;
}
.form-horizontal.text-center .input-addon-btn {
	padding: 0;
	border: none;
	background: no-repeat;
}
.form-horizontal.text-center .custom-control {
	position: relative;
	cursor: pointer;
}
.form-horizontal.text-center .custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.form-horizontal.text-center .custom-control-indicator {
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
	border: #fff 3px solid;
}
.form-horizontal.text-center .custom-radio .custom-control-indicator {
	border-radius: 50%;
}
 .form-horizontal.text-center .custom-control-input:checked~.custom-control-indicator {
color: #fff;
background-color: #000;
}
.form-horizontal.text-center .g-recaptcha {
	transform: scale(0.90);
	-webkit-transform: scale(0.90);
}
.form-horizontal.text-center .checkbox-lable {
	background-color: #fff;
	border: #e4e4e5 1px solid;
	display: table-cell;
	vertical-align: middle;
	padding: 4px 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	min-height: 38px;
}
.display-inline-block {
	display: inline-block;
}
/*======================================*/ 
/*	Form style End
/*======================================*/

/*======================================*/
/*	Team Page style
/*======================================*/
	.team-thumb {
	display: block;
	text-decoration: none;
	background-color: #eee;
}
.team-thumb .team-info {
	background-color: #333;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	line-height: 1.4;
}
.team-thumb .team-info .title {
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding-bottom: 5px;
}
.team-thumb:hover, .team-thumb:focus {
	text-decoration: none;
}
.team-thumb:hover .team-info, .team-thumb:focus .team-info {
	background-color: #28abe3;
}
/*======================================*/
/*	Team Page style End
/*======================================*/

/*======================================*/
/*	Treatment Page style
/*======================================*/
	.treatment-box {
	padding: 25px 30px;
	background-color: #eee;
}
.treatment-box .title {
	font-weight: bold;
	padding-bottom: 10px;
}
.treatment-box ul {
	padding: 0 0 0 16px;
	margin: 0;
	list-style: url(../images/list-style.png);
}
.treatment-box ul li+li {
	margin-top: 5px;
}
.treatment-box ul li a {
	color: #333;
	text-decoration: none;
	padding-left: 5px;
}
.treatment-box ul li a:hover {
	color: #28abe3;
}
/*======================================*/
/*	Treatment Page style End
/*======================================*/

/*======================================*/
/*	Modal Medivison style
/*======================================*/
	.btn-close, .btn-close:hover, .btn-close:focus, .btn-close:active {
	background-color: transparent;
	color: #fff;
	font-size: 20px;
	padding: 0;
}
.btn-close .fa {
	font-size: 21px;
}
.modal-medivison {
	width: 300px;
	margin: 30px auto;
}
.modal-medivison .embed-responsive-16by9 {
	padding-bottom: 63.25%;
}
 @media (min-width: 768px) {
 .modal-medivison {
width: 605px;
}
 .modal-medivison .modal-body {
padding-top: 25px;
padding-bottom: 25px;
}
 .modal-medivison .embed-responsive-16by9 {
padding-bottom: 61.25%;
}
 .modal-medivison .embed-responsive-item {
margin-left: 15px;
}
}
/*======================================*/
/*	Modal Medivison style End
/*======================================*/

/*======================================*/
/*	Google Map style
/*======================================*/

/*======================================*/
/*	Google Map style End
/*======================================*/

/*======================================*/ 
/*	Breadcumb style
/*======================================*/
	.breadcrumb-strip {
	border-top: #e4e4e5 1px solid;
}
.breadcrumb, .breadcrumb h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.breadcrumb h2 {
	display: inline;
	padding: 0;
	margin: 0;
}
.breadcrumb a, .breadcrumb h2 a {
	text-decoration: none;
	color: #000;
}
.breadcrumb a:hover, .breadcrumb h2 a:hover {
	color: #1a4197;
}
/*======================================*/ 
/*	Breadcumb style End
/*======================================*/

/*======================================*/ 
/*	Reviews style
/*======================================*/
	.rating-stars .fa {
	padding: 0 1px;
}
/*======================================*/ 
/*	Reviews style End
/*======================================*/

/*======================================*/ 
/*	Spacing style
/*======================================*/
	.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 150px;
}
.padding-bot-10 {
	padding-bottom: 10px;
}
.padding-bot-20 {
	padding-bottom: 20px;
}
.padding-bot-30 {
	padding-bottom: 30px;
}
.padding-bot-40 {
	padding-bottom:150px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-bot-20 {
	margin-bottom: 20px;
}
.margin-bot-30 {
	margin-bottom: 30px;
}
.margin-bot-40 {
	margin-bottom: 40px;
}
.less-margin {
	margin-bottom: 10px;
}
.no-margin {
	margin-bottom: 0;
	margin-top: 0;
}
.no-padding {
	padding-bottom: 0;
	padding-top: 0;
}
.banner {
	position:relative;
}
.banner img {
	text-align:center;
	width:100%;
}
.banner2 {
	background: url(../images/back2.png) no-repeat bottom center #fff;
	position:relative;
	margin: 135px 110px auto;
	text-align:center;
	min-height: 345px;
	font-weight: 400;
}
.small {
	display: inline-block;
}
.banner-text {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	top: 26%;
	text-align: center;
	line-height:22px;
	letter-spacing: 0.5px;
	width: 100%;
	padding:0px;
	position:absolute;
	font-weight:bold;
}
.top {
	font-size:180%;
	line-height:40px;
}
.top1 {
	color:#0097dc;
	font-size:180%;
}
.top2 {
	line-height:40px;
	font-size:180%;
}
.top3 {
	color:#ff5252;
	font-size:180%;
}
.fontp {
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
.image-logo {
	display:inline-block;
}
.section1 {
	padding:40px 0px;
	background:url(../images/back3.png) repeat;
}
.line-font {
	color:#ff5252;
	margin:0 auto;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	line-height: 58px;
}
.btn1 {
	background-color: #0097dc;
	padding: 20px 20px;
	color: #fff;
	font-weight: bold;
	border: 0;
	line-height: 14px;
	font-family: 'Play', sans-serif;
	
}
.btn1:hover {
	background-color:#ff5252;
	color:#fff;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.btn2 {
	border:2px solid #0097dc;
	border-radius: 36px;
	padding: 12px 40px;
	color: #4c4242;
	font-weight: bold;
	line-height: 14px;
}
.btn2:hover {
	border:2px solid #ff5252;
	color:#4c4242;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	background: #ff5252;
	color: #fff;
}
.page-title:after {
	content: "";
	width: 100%;
	height: 30px;
	background: url(../images/line.png) no-repeat center;
	left: 0;
	position: absolute;
	display: block;
	text-align: center;
}
.moon {
	width:170px;
	height:170px;
	border-radius:90px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	margin:0 auto;
	border-top:12px solid #0097dc;
	border-right:12px solid #0097dc;
	border-bottom:0px solid #0097dc;
	border-left:0px solid #0097dc;
}
.moon:hover {
	width:170px;
	height:170px;
	border-radius:110px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	margin:0 auto;
	cursor:pointer;
	border-top:12px solid #0097dc;
	border-right:12px solid #0097dc;
	border-bottom:12px solid #0097dc;
	border-left:12px solid #0097dc;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background:#0097dc;
	color:#fff;
}
.moon:hover .fa {
	color:#fff;
}
.moon .fa {
	font-size: 72px;
	color: #ff5252;
	display: block;
	margin-top: 40px;
	text-align: center;
}
.moon .fa:hover {
	font-size: 72px;
	display: block;
	margin-top: 40px;
	text-align: center;
}
.para {
	font-size:15px;
	font-weight:500;
	font-family: 'Play', sans-serif;
}
.back4 {
	background:url(../images/back4.png) no-repeat center;
	
}
.back5 {
	background: url(../images/back5.png) no-repeat;
	min-height: 375px;
	width: 100%;
	display: block;
	background-size:cover;
}
.back-paper {
	background: url(../images/back-paper.jpg) no-repeat;
	min-height: 375px;
	width: 100%;
	display: block;
	background-size:cover;
}
.back7 {
	background:url(../images/back7.png) no-repeat center;
	background-size: cover;
}
.line1 {
	background: url(../images/line1.png) center;
	height: 2px;
	width: 170px;
	margin: 20px auto;
	display: block;
	text-align: center;
}
.para1 {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size:28px;
	margin:15px 0px;
}
.page-title2 {
	color:#0097dc;
	font-size:32px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border:0;
	text-align: center;
}
blockquote .fa {
	color:#0097dc;
}
blockquote p {
	font-family: 'Play', sans-serif;
	font-style:italic;
	font-size:20px;
	color:#4c4242;
	letter-spacing: 0.10px;
	font-weight:bold;
}
.show {
	color:#0097dc;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size:22px;
	margin:15px 0px;
}
.logo-image img:hover {
	filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}
.logo-border {
	display: block;
}
.logo-image1 a {
	display:block;
}
.logo-image1 img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}
.logo-image1 img:hover {
	filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}
.moon1 {
	width: 160px;
	height: 160px;
	border-radius: 90px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: 0 auto;
	border:10px solid #0097dc;
}
.moon1 .numscroller {
	font-size: 35px;
	color: #ff5252;
	display: block;
	margin: 60px auto;
	text-align: center;
}
.black-box {
	padding: 30px 20px 20px!important;
	background: url(../images/box-bg.png);
}
.footer-address {
	background: rgba(255, 255, 255, 0.9);
	padding: 35px;
	font-family: 'Play', sans-serif;
	color: #130117;
}
.footer-address address {
	padding-top: 19px;
	margin-bottom: 7px;
}
.footer-address .email {
	padding: 2px;
	margin-bottom: 10px;
}
.contacts-map {
	position: relative;
}
.map-address-box {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 1;
	width: 300px;
	height: 300px;
	padding: 35px 15px;
	background: rgba(255, 82, 82, 0.65);
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.map-address-box a.phonelink {
	color: #fff;
}
.direction-btn {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 7px 15px;
	background: rgba(244, 67, 54, 0.7);
}
.direction-btn .fa {
	font-size: 19px;
}
.direction-btn:hover, .direction-btn:focus {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
.form-horizontal input[type=text], .form-horizontal input[type=email], .form-horizontal textarea, .form-horizontal select {
	width: 100%;
	border: #ccc 1px solid;
	background-color: #fff;
	padding: 4px 8px;
	min-height: 35px;
	border-radius: 0px;
}
.email {
	display: block;
	margin-top: 8px;
}
.footer-map a {
	text-decoration: none;
}
ul.social-links {
	margin: 14px 0 0px 0;
	padding: 0;
	list-style: none;
}
ul.social-links li {
	display: inline-table;
}
ul.social-links li a {
	display: block;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	color: #fff;
	height: 35px;
	width: 35px;
	margin: 0 auto;
	display: block;
	line-height: 34px;
}
ul.social-links li a:hover {
	webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}
ul.social-links li a.fb {
	background-color: #1a64b7;
	padding: 2px 12px;
	font-size: 14px;
}
ul.social-links li a.tw {
	background-color: #21b3d8;
	padding: 2px 9px;
	font-size: 16px;
}
ul.social-links li a .fa {
	font-weight: 300;
	text-align: center;
}
ul.social-links li a.in {
	background-color: #1686B0;
	padding: 2px 10px;
}
ul.social-links li a.gplus {
	background-color: #ea523f;
	padding: 2px 6px;
	font-size: 16px;
}
ul.social-links li a.blog {
	background-color: #f58521;
	padding: 2px 12px;
	font-size: 17px;
}
#map {
	height: 425px;
	margin-bottom:20px;
}
.gm-style .gm-style-iw {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
}
.gm-style address {
	margin-bottom: 10px;
}
.map-logo {
	float: right;
}
.map-popup {
	width: 300px;
	padding: 10px 5px;
}
.map-popup hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.addon-btn {
	background-color: transparent;
	padding: 0;
	border: none;
}
.getdirection {
	margin-left: 2px;
	min-height: 35px;
	margin-left: 2px;
	min-height: 35px;
	background: #ff5252;
	color: #fff;
	border-radius: 0;
}
.form-horizontal.text-center.form-sm input[required] {
	font-weight: bold;
}
.form-sm textarea {
	height: 134px;
}
.form-sm .field-group {
	margin-bottom: 10px;
}
.form-sm .g-recaptcha {
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
.white {
	color:#fff;
}
.white1 {
	color:#fff;
}
.btn3 {
	padding: 15px 30px;
	background-color: #0097dc;
	color: #fff;
	font-weight: bold;
	border: 0;
	line-height: 14px;
	font-family: 'Play', sans-serif;
	float:left;
	margin-top: 15px;
}
.btn3:hover {
	background-color: #ff5252;
	color: #fff;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.page-scroll:hover, .page-scroll:active, .page-scroll:visited{ text-decoration:none;}
.footer-para {
	margin:0 auto;
	text-align:center;
	display:block;
}
.port {
	animation:2s;
	-webkit-animation:2s;
	-moz-animation:2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: relative;
	overflow: hidden;
}
.port:hover .port-image {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.bottom-to-top {
	top:50%;
	left:0
}
.pic:hover .bottom-to-top {
	top:0;
	left:0
}
.port:hover .bottom-to-top{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.port-caption {
	cursor: default;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	padding: 10px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	color:#fff;
}
@-webkit-keyframes slide {
 100% {
left: 0;
}
}
 @keyframes slide {
 100% {
left: 0;
}
}
a, a:hover, .port .port-image, .port-caption, .port:hover .port-caption, .port:hover img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.port-image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.port:hover .bottom-to-top {
	top: 0;
	left: 0;
}
/*Gallery-css*/
.newbanner{top:27% !important; left:135px !important;}		
.nodisplay{ display:none;}
.view-site {
    position: absolute;
    right:0px;
    top: 0px;
    width: 24px;
    height: 28px;
    background: url(../images/view-site.png) no-repeat;
    background-size: 24px;
    opacity: .9;
}
.content-text p{color:#fff; ont-family: 'Play', sans-serif;
    font-style: italic;
    font-size: 20px;
    
    letter-spacing: 0.10px;
    font-weight: bold;}