body {
	margin: 0;
	padding: 0;
	font-family: 'Work Sans', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #3ac1da;
}
::selection {
	color: #fff;
	background: #3ac1da;
}
::-webkit-scrollbar-track {
 background-color: #4a4a4a;
}
::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
 background-color: #1296af;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
header.home {
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.inhome {
	background: #fff;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.14);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,.14);
	box-shadow: 1px 1px 10px rgba(0,0,0,.14);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky {
	height: 95px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.14);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,.14);
	box-shadow: 1px 1px 10px rgba(0,0,0,.14);
}
header.sticky .logo {
	padding: 5px 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky .logo img {
	width: 325px;
}
header.sticky .head-top {
	padding: 11px 0 0 0 !important;
}
.top-banner {
	position: relative;
	padding: 0 !important;
}
.head-top {
	padding: 18px 0 0 0 !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.head-text {
}
.head-text p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	font-style: italic;
	letter-spacing: .4px;
	padding: 4px 0 0 0;
	color: #4e4e4e;
}
.lang {
	margin: 0;
	padding: 0;
}
.lang select {
	width: 100%;
	height: 35px;
	margin: 0;
	font-size: 12px;
	padding: 0 5px;
	color: #000;
	background: none;
	outline: none;
	line-height: 25px;
	border-radius: 25px;
	border: 1px solid #bfbfbf;
}
.social {
	float: left;
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0 2px 0 0;
	line-height: 36px;
	padding: 0;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li a {
	display: block;
}
.social li svg {
	padding: 0;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg path {
	fill: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li:nth-child(1) {
	background: #143f9a;
}
.social li:nth-child(2) {
	background: #fd8c00;
}
.social li:nth-child(3) {
	background: #ff001b;
}
.social li:nth-child(4) {
	background: #de4b39;
}
.social li:nth-child(5) {
	background: #007bb6;
}
.social li:nth-child(6) {
	background: #55acef;
}
.social li:hover {
	background: #55acef;
}
.social li:hover svg path {
	fill: #ffffff;
}
.search {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
}
.search form {
	padding: 0;
	margin: 0;
}
.search input.search-text {
	color: #000;
	position: absolute;
	-webkit-transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	height: 35px;
	width: 0;
	margin: 0;
	padding: 15px 17px;
	float: right;
	right: 16px;
	z-index: 9;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	/* border-radius: 30px; */
	border: 0px solid transparent;
	background: url(../images/search.png)no-repeat;
	background-size: 35px;
}
.search input.search-text:focus {
	z-index: 1;
	width: 90%;
	right: 16px;
	top: 0;
	border: 1px solid #00afd1;
	background-color: #fff;
	outline: none;
	cursor: auto;
	padding: 10px;
	background: #fff;
	border-radius: 25px;
	float: right;
}
.search input.search-submit {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 15px;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 25px;
	background: #00afd1 url(../images/search.png) no-repeat;
	opacity: 1;
	background-size: 35px;
}
 .search input.search-text::-webkit-search-cancel-button {
 cursor:pointer;
}
.enquiry {
	width: 80%;
	height: 35px;
	margin: 0 auto;
	float: right;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	display: block;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 1px;
	background: #3ac1da;
	text-transform: uppercase;
	position: relative;
	outline: none;
	border-radius: 25px;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry svg {
	width: 11px;
	height: 11px;
	margin: 0 5px 0 0;
}
.enquiry svg path {
	fill: #fff;
}
.enquiry:hover, .enquiry:focus {
	color: #ffffff;
	background: #f74338;
}
.modal-open .modal {
	z-index: 999999999;
}
.enquiry-in {
	margin: 0;
	padding: 0;
}
.enquiry-in .enq1 {
	width: 47.5%;
	height: 40px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq2 {
	width: 97.5%;
	height: 90px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq3 {
	width: 130px;
	height: 35px;
	margin: 5px 10px;
	padding: 0;
	font-size: 13px;
	float: right;
	background: #3ac1da;
	outline: none;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.enhead .close {
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff !important;
	background: #3ac1da !important;
	opacity: 1 !important;
	width: 30px;
	padding: 0 0 3px 1px;
	text-align: center;
	height: 30px;
	border-radius: 100%;
}
.menu {
	padding: 0 !important;
}
.logo {
	padding: 10px 0 0 0;
}
.logo img {
	width: 355px;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 5px 0;
	color: #333;
	font-size: 13px;
	line-height: 40px;
	background-color: #e0e0e0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 40px;
	padding: 7px 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #73b32e;
	border-radius: 2px;
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
	color: #FFF;
	background-color: #73b32e;
}
.collapse-button .icon-bar {
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
	background-color: #F5F5F5;
	border-radius: 1px
}
ul.slimmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table
}
ul.slimmenu:after {
	clear: both
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li>ul {
	position: static;
	display: none
}
ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px
}
ul.slimmenu li {
	position: relative;
	display: inline-block;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}
ul.slimmenu li ul li {
	background: #fff;
	width: 100%;
}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 220px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
ul.slimmenu li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li a {
	padding: 0 8px;
	margin: 0;
	line-height: 40px;
	font-size: 13px;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	letter-spacing: .6px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
}/*
ul.slimmenu li a:after, ul.slimmenu li a:before {
	position: absolute;
	content: '';
	margin: 0 50%;
	padding: 0;
	width: 0;
	height: 1.4px;
	background: #2ba98e;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
ul.slimmenu li a:before {
	top: 0;
}
ul.slimmenu li a:after {


	bottom: 0;
}
ul.slimmenu li a:hover:after, ul.slimmenu li a:hover:before {
	width: 100%;
	margin: 0;
}
ul.slimmenu li.active a:after, ul.slimmenu li.active a:before {
	width: 100%;
	margin: 0;
}*/
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
	padding: 10px;
	margin: 0;
	text-transform: none;
	text-align: left;
	letter-spacing: .4px;
	border-left: 1px solid transparent;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
	display: none;
}
ul.slimmenu li ul li:last-child a {
	border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
	color: #00afd1;
	border-left: 3px solid #00afd1;
}
ul.slimmenu li.active a {
	color: #00afd1;
}
ul.slimmenu li a:hover {
	color: #00afd1;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 999;
	width: 4px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
ul.slimmenu li .sub-toggle>i {
	display: inline-block;
	color: #000;
	font-size: 6px;
	vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle>i {
	color: #fff;
}
ul.slimmenu li ul li .sub-toggle {
	right: 2px;
}
ul.slimmenu>li {
}
ul.slimmenu>li:first-child, ul.slimmenu>li.has-submenu+li {
	border-left: 0
}
.search {
	margin: 0;
	padding: 0 !important;
}
.search .header-button {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	display: block;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 5px;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
}
.search .header-button img {
	width: 100%;
}
.search .header-button:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 46%;
	background: #b7b7b7;
	top: 0;
	left: 0;
	margin: 27% 0;
	padding: 0;
}
.search #toggle-menu {
	float: left;
	background-position: 0 0;
	background-color: #bc0023;
}
.search #toggle-search {
	margin: 7px 0 0 5px;
	float: right;
}
.search #toggle-basket {
	position: relative;
	float: right;
	background-position: -120px 0;
}
.search #toggle-basket:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 2px;
	height: 50px;
	content: "";
	background-color: #000;
}
.search #search-form {
	-moz-transition: max-height, 0.5s;
	-o-transition: max-height, 0.5s;
	-webkit-transition: max-height, 0.5s;
	transition: max-height, 0.5s;
	position: absolute;
	top: 57px;
	right: 10px;
	width: 280px;
	max-height: 0;
	overflow: hidden;
	background: rgb(234, 255, 211);
}
.search #search-form.open {
	max-height: 45px;
}
.search #search-form fieldset {
	position: relative;
	margin: 0 45px 0 0;
	padding: 0;
	border: none;
}
.search #search-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 35px;
	font-weight: 400;
}
.search #search-form input[type="search"] {
	width: 100%;
	padding: 5px 10px;
	background: transparent;
	border: none;
	outline: none;
}
.search #search-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 75px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: #73b32e;
	border: none;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px;
}
.booknow {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	color: #aa407a;
	background: #ffe6f4;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: .5px;
	z-index: 999;
	right: 4%;
	top: 48%;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.booknow:hover, .booknow:focus {
	color: #aa407a;
}
.fixed-div {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 99999999;
	top: 35%;
	right: -175px;
	background: #e4f781;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div:hover {
	right: 0;
}
.fixed-div ul {
	margin: 0;
	padding: 0;
}
.fixed-div ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 46px;
	border-bottom: 1px solid #fff;
}
.fixed-div ul li:last-child {
	height: 45px;
	border-bottom: 0px solid #fff;
}
.fixed-div ul li a {
	height: 45px;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	line-height: 45px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #fff;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div ul li a:hover {
	background: #109f81;
	color: #fff;
}
.fixed-div ul li:hover .fx-txt h5, .fixed-div ul li:hover .fx-txt p, .fixed-div ul li:hover .fx-txt h6 {
	color: #fff;
}
.fixed-div .fx-img {
	width: 45px;
	height: 45px;
	padding: 8px;
	float: left;
	margin: 0;
	background: #109f81;
}
.fixed-div .fx-img img {
	width: 100%;
}
.fixed-div ul li .fx-txt {
	width: 175px;
	float: left;
	padding: 0 10px;
}
.fixed-div ul li .fx-txt h5 {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
	letter-spacing: .8px;
	padding: 8px 0 0 0;
	color: #000;
}
.fixed-div ul li .fx-txt p {
	font-size: 11px;
	text-align: left;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
	letter-spacing: .2px;
	padding: 0;
	cursor: text;
	color: #464646;
}
.fixed-div ul li .fx-txt h6 {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 45px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.slide-banner {
	position: relative;
	overflow: hidden;
}
.slide-banner:before {
	position: absolute;
	content: '';
	height: 150px;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,0.99)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.slide-banner img {
	width: 100%;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: 45%;
	height: 35px;
	width: 35px;
	z-index: 99;
	padding: 3px;
	border: 1px solid #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-indicators {
	bottom: 3%;
	left: auto;
	right: 3%;
	text-align: right;
	margin: 0;
	width: 100%;
}
.slide-banner .carousel-indicators li {
	margin: 0 3px;
	width: 5px;
	height: 15px;
	border: 0px solid #fff;
	background-color: rgba(0, 0, 0, 0.51);
	position: relative;
	border-radius: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-indicators .active {
	background-color: #3bc0d9;
	border: 0px solid #fff;
	height: 30px;
}
.slide-banner .slide-text {
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 10%;
	left: 0;
	top: 32%;
	z-index: 9999;
}
.slide-banner .slide-text .slide-text-in {
	width: 350px;
	height: auto;
	margin: 0;
	padding: 20px 20px 0 0;
	float: right;
	z-index: 9;
	position: relative;
	visibility: visible !important;
	-webkit-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
}
.slide-banner .slide-text .slide-text-in:before {
	position: absolute;
	content: '';
	width: 300px;
	height: 283px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	background: url(../images/sl-border.png) no-repeat;
	background-size: 100% auto;
}
.slide-banner .slide-text .slide-text-in h2 {
	color: #000000;
	margin: 0;
	font-size: 31px;
	line-height: 36px;
	font-weight: 800;
	padding: 13px 0 0 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	visibility: visible !important;
	-webkit-animation-name: bounceInDown !important;
	animation-name: bounceInDown !important;
}
.slide-banner .slide-text .slide-text-in h2 span {
	color: #3ac1da;
}
.slide-banner .slide-text .slide-text-in p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 10px 0 0 70px;
	color: #000000;
	visibility: visible !important;
	-webkit-animation-name: bounceInDown !important;
	animation-name: bounceInDown !important;
}
.slide-btn {
	width: 190px;
	height: 42px;
	margin: 10px 0 0 70px;
	padding: 0;
	display: block;
	color: #000000;
	border: 1px solid #000;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 41px;
	letter-spacing: .5px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	visibility: visible !important;
	-webkit-animation-name: bounceInDown !important;
	animation-name: bounceInDown !important;
}
.slide-btn:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 100%;
	background: #000000;
	margin: 0;
	padding: 0;
	bottom: 0;
	right: -30px;
	z-index: -1;
	-webkit-transform: skewX(-40deg);
	-moz-transform: skewX(-40deg);
	-o-transform: skewX(-40deg);
	transform: skewX(-40deg);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-btn:hover:after {
	width: 130%;
}
.slide-btn:hover, .slide-btn:focus {
	color: #fff;
}
.mission {
	background: #3ac1da;
	padding: 15px 0 20px 0;
	position: relative;
	z-index: 9;/* overflow: hidden; */
}
.mission:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: #1695ad;
	margin: 0;
	padding: 0;
	z-index: -1;
}
.mission-box {
	text-align: right;
	padding: 5px 35px 0 0 !important;
}
.mission-box h4 {
	font-size: 17px;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #fff;
}
.mission-box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 3px 0;
	color: #ffffff;
}
.mission-box hr {
	position: relative;
	margin: 9px 0 20px 0;
	padding: 0;
	border: none;
	overflow: visible;
	opacity: .5;
}
.mission-box hr:before, .mission-box hr:after {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
}
.mission-box hr:before {
	width: 10px;
	height: 10px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	background: #3ac1da;
	z-index: 9;
}
.mission-box hr:after {
	width: 100%;
	height: 1px;
	background: #ffffff;
	top: 5px;
}
.mission-box2 hr:before, .mission-box2 hr:after {
	left: 0;
}
.mission-box2 hr:before {
	background: #1695ad;
}
.mission-box a {
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	margin: 6px 0 0 0;
	width: 110px;
	letter-spacing: .4px;
	padding: 0;
	color: #ffffff;
	border-radius: 25pc;
	text-align: center;
	border: 1px solid #fff;
	display: inline-block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.mission-box a:hover, .mission-box a:focus {
	background: #fff;
	color: #1695ad;
}
.mission-box2 {
	text-align: left;
	padding: 5px 0 0 35px !important;
}
.mission-img {
	padding: 0 !important;
}
.mission-img img {
	width: 150px;
	margin: -45px auto 15px auto;
}
.mission-img p {
	font-size: 12px;
	font-weight: 600;
	line-height: 23px;
	text-align: center;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 13px 0;
	color: #eb1f26;
	background: url(../images/ribbon.png);
	background-size: 100% 100%;
}
.about {
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.about:before {
	position: absolute;
	content: '';
	width: 200px;
	height: 320px;
	border: 3px solid #caf7ff;
	top: -44%;
	left: -5%;
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.about-text {
	padding: 20px 0px 0 0 !important;
}
.abpd {
	padding: 0 30px !important;
}
.ab-box {
	padding: 15px;
	margin: 15px 0;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
}
.ab-box .ab-img {
	width: 50px;
	float: left;
	padding: 5px;
	margin: 10px 20px 10px -40px;
	position: relative;
	z-index: 9;
}
.ab-box .ab-img:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: rgba(0,216,254,1);
	background: -moz-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,216,254,1)), color-stop(100%, rgba(0,115,135,1)));
	background: -webkit-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: -o-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: linear-gradient(to bottom, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8fe', endColorstr='#007387', GradientType=0 );
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.2);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box:hover .ab-img:before {
	-webkit-transform: rotate(320deg);
	-moz-transform: rotate(320deg);
	-o-transform: rotate(320deg);
	transform: rotate(320deg);
	background: rgba(255,77,71,1);
	background: -moz-linear-gradient(top, rgba(255,77,71,1) 0%, rgba(171,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,77,71,1)), color-stop(100%, rgba(171,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,77,71,1) 0%, rgba(171,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,77,71,1) 0%, rgba(171,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,77,71,1) 0%, rgba(171,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,77,71,1) 0%, rgba(171,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d47', endColorstr='#ab0000', GradientType=0 );
}
.ab-box .ab-img img {
	width: 100%;
}
.ab-box h4 {
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: 0;
	padding: 0 0 3px 0;
	color: #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box:hover h4 {
	color: #fc3b34;
}
.ab-box p {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #717171;
}
.about-img {
	overflow: hidden;
	padding: 0 !important;
}
.about-img:before {
	position: absolute;
	content: '';
	width: 130%;
	height: 88%;
	bottom: -54%;
	opacity: .8;
	z-index: 99;
	mix-blend-mode: hard-light;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	background: rgba(0,216,254,1);
	background: -moz-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,216,254,1)), color-stop(100%, rgba(0,115,135,1)));
	background: -webkit-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: -o-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: linear-gradient(to bottom, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8fe', endColorstr='#007387', GradientType=0 );
}
.ab-btns{padding: 16px 30px 0 0 !important;}
.ab-btn{width: 100%;height: auto;margin: 0 0  10px 0;padding: 0;font-size: 14px;color: #fff;letter-spacing: .4px;text-align: center;line-height: 43px;background: #fc3b34;display: block;position: relative;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
.ab-btn:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	top: 0;
	left: 0;
	z-index: 9;
	border:1px solid #fff;
	-webkit-transform: scale(.9, .9);
	-moz-transform: scale(.9, .9);
	-o-transform: scale(.9, .9);
	transform: scale(.97, .8);
}
.ab-btn:hover, .ab-btn:focus{
	background:#3ac1da;
	color:#fff;
}
.about-img img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.about-img:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.thead {
	padding: 0 0 10px 0;
}
.thead h2, .thead h1 {
	font-size: 24px;
	text-align: left;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
}
.thead h2 span, .thead h1 span {
	color: #25b8d6;
	font-weight: 600;
}
.thead hr {
	position: relative;
	width: 104px;
	height: 30px;
	margin: 5px 0 0 0;
	padding: 0;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
	border: none;
}
.general {
	padding: 40px 0;
	background: url(../images/bg.jpg) fixed bottom right;
	background-size: cover;
}
.general .nav-tabs {
	border-bottom: 0px solid #ddd;
	margin: 15px 0 0 0;
}
.general .nav-tabs>li {
	float: none;
	margin: 0;
	width: 100%;
}
.general .nav>li>a {
	position: relative;
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
	border: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.general .nav>li:last-child a {
	margin: 0;
}
.general .nav-tabs>li.active>a, .general .nav-tabs>li.active>a:focus, .general .nav-tabs>li.active>a:hover {
	background-color: transparent;
	border: 0px solid #ddd;
}
.general .nav>li>a:after {
	position: absolute;
	content: '';
	width: 25px;
	height: 2px;
	margin: 0;
	padding: 0;
	top: 33px;
	right: 0;
	background: #bdbdbd;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.general .nav>li.active a:after {
	background: #fc3b34;
	width: 50px;
	right: -25px;
}
.general .nav>li>a img {
	width: 60px;
	float: left;
	margin: 0 15px 0 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.general .nav>li>a h4 {
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: 0;
	padding: 20px 0;
	color: #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.general .nav-tabs>li.active>a h4, .general .nav-tabs>li.active>a:focus h4, .general .nav-tabs>li.active>a:hover h4 {
	color: #fc3b34;
}
.general .nav-tabs>li>a:hover {
	border-color: transparent;
	background: none;
}
.general .nav-tabs>li>a:hover h4 {
	color: #fc3b34;
}
.general .nav-tabs>li.active a img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.general .tab-content {
	padding: 0;
	margin: -25px 0 0 0;
}
.general-box {
	margin: 52px 0 20px 0;
	background: #fff;
	border-radius: 7px;
	padding: 15px;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.general-box .general-img {
	width: 140px;
	padding: 10px;
	border-radius: 100%;
	background: #edf7ff;
	margin: -80px auto 10px auto;
}
.general-box .general-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.general-box:hover .general-img img {
	-webkit-transform: rotate(320deg);
	-moz-transform: rotate(320deg);
	-o-transform: rotate(320deg);
	transform: rotate(320deg);
}
.general-box h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 3px 0;
	color: #000;
}
.general-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #505050;
}
.general-box a {
	font-size: 13px;
	font-weight: 500;
	line-height: 32px;
	margin: 11px auto -32px auto;
	width: 120px;
	display: block;
	letter-spacing: .4px;
	padding: 0;
	color: #ffffff;
	border-radius: 25pc;
	text-align: center;
	background: #3ac1da;
	border: 5px solid #edf7ff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.general-box a:hover, .general-box a:focus {
	background: #fc3b34;
	color: #ffffff;
}
.adleft, .adright {
	position: absolute;
	content: '';
	top: -35px;
	margin: 0;
	padding: 5px;
	width: 35px;
	height: 35px;
	opacity: 1;
	background: #25b8d6;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft {
	left: auto;
	right: 45px;
}
.adright {
	right: 0;
}
.adleft:hover, .adright:hover {
}
.eyecare {
	padding: 40px 0 28px 0;
	position: relative;
	overflow: hidden;
}
.eyecare:before {
	position: absolute;
	content: '';
	width: 15%;
	height: 70%;
	border: 5px dashed #caf7ff;
	top: 10%;
	left: -5px;
	z-index: -1;
}
.eyecare1 .thead h2 {
	text-align: center;
}
.eyecare1 .thead hr {
	width: 160px;
	height: 25px;
	margin: 5px auto 10px auto;
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.lasik {
	z-index: 9;
	position: relative;
}
.lasik:before {
	position: absolute;
	content: '';
	width: 80%;
	height: 375px;
	right: 0;
	top: 140px;
	background: url(../images/bg2.jpg);
	background-size: cover;
	z-index: -1;
}
.lasik-left {
	padding: 0 30px 0 0 !important;
}
.lasik-left img {
	width: 100%;
	-webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
}
.lasik-right {
	padding: 0 !important;
}
.lasik-right h2 {
	font-size: 22px;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 0 15px 0;
	color: #525252;
}
.lasik-right h2 span {
	font-weight: 800;
	color: #fc3b34;
}
.lasik-main {
}
.lasik-mainL {
	padding: 0 !important;
}
.lasik-main h4 {
	font-size: 24px;
	text-align: justify;
	font-weight: 800;
	line-height: 33px;
	margin: 0;
	letter-spacing: 8px;
	padding: 0;
	color: #b7b7b7;
	text-transform: uppercase;
}
.lasik-main h4 span {
	background: #b7b7b7;
	color: #fff;
	padding: 4px 10px;
	letter-spacing: 5px;
}
.lasik-mainR {
	padding: 0 0 0 10px !important;
}
.lasik-main p {
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 20px 0 0;
	color: #333;
	border-right: 7px solid #b7b7b7;
}
.lasik-surgeries {
	padding: 55px 0 0 0;
}
.lasik-surgeries h2 {
	font-size: 19px;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 0 15px 0;
	color: #ffffff;
	display: inline-block;
	position: relative;
}
.lasik-surgeries h2 span {
	font-weight: 700;
	color: #ffffff;
}
.lasik-surgeries h2:after {
	position: absolute;
	content: '';
	width: 186%;
	height: 1px;
	border: none;
	background: #a3ebff;
	margin: 0;
	padding: 0;
	top: 12px;
	left: 105%;
}
.laspd {
	padding: 5px !important;
}
.lasik-box {
	padding: 10px;
	background: #fff;
	overflow: hidden;
}
.lasik-box:before {
	position: absolute;
	content: '';
	width: 55px;
	height: 68px;
	bottom: -54%;
	z-index: 99;
	top: -30px;
	right: -30px;
	background: #c0f1ff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.lasik-box:hover:before {
	background: #ffb0ae;
}
.lasik-box img {
	width: 45px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.lasik-box:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.lasik-box h4 {
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	letter-spacing: .4px;
	padding: 2px 0;
	color: #000;
	text-transform: uppercase;
}
.lasik-box p {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #505050;
}
.ophthalmology {
	padding: 25px 0 30px 0;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.ophthalmology:after {
	position: absolute;
	content: '';
	width: 97%;
	height: 59.5%;
	border: 15px solid #d4f2fd;
	top: 26.5%;
	left: -15px;
	z-index: -1;
}
.opth-left {
}
.opth-left .thead h2 {
	font-size: 22px;
	line-height: 26px;
}
.opth-left .adleft, .opth-left .adright {
	top: -65px;
}
.vitpd {
	padding: 7px !important;
}
.vitreo-box {
	padding: 0 !important;
	background: #f3f3f3;
}
.vitreo-box .vitreo-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.vitreo-box .vitreo-img:before {
	position: absolute;
	content: '';
	width: 55px;
	height: 68px;
	bottom: -54%;
	z-index: 99;
	top: -30px;
	right: -30px;
	background: #ffffff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.vitreo-box .vitreo-img img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.vitreo-box:hover .vitreo-img img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.vitreo-box .vitreo-text {
	padding: 12px !important;
}
.vitreo-box .vitreo-text h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 19px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.vitreo-box:hover .vitreo-text h4 {
	color: #3ac1da;
}
.vitreo-box .vitreo-text p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #505050;
}
.opth-right {
	padding: 5px 10px !important;/* background: url(../images/bg3.jpg); *//* background-size: 100% 100%; */
}
.opth-right .thead h2 {
	font-size: 21px;
	line-height: 26px;
	text-align: center;
}
.opth-right .thead hr {
	width: 160px;
	height: 25px;
	margin: 5px auto 0 auto;
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.orth-rbox {
	background: #ffffff;
	padding: 0 15px 0 0!important;
	margin: 0 0 19px 0;
	border-left: 5px solid #25b8d6;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, .15);
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, .15);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.orth-rbox:hover {
}
.orth-rbox a {
	display: block;
}
.orth-rbox img {
	width: 60px;
	float: left;
	margin: 0 10px 0 0;
}
.orth-rbox h4 {
	font-size: 12px;
	text-align: left;
	font-weight: 700;
	line-height: 17px;
	margin: 0;
	letter-spacing: .2px;
	padding: 9px 0 3px 0;
	color: #fc3b34;
	text-transform: uppercase;
}
.orth-rbox p {
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #505050;
}
.medical {
}
.medical .carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.medical .carousel-fade .carousel-inner .item, .medical .carousel-fade .carousel-inner .active.left, .medical .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.medical .carousel-fade .carousel-inner .active, .medical .carousel-fade .carousel-inner .next.left, .medical .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.medical .carousel-fade .carousel-inner .next, .medical .carousel-fade .carousel-inner .prev, .medical .carousel-fade .carousel-inner .active.left, .medical .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.medical .carousel-fade .carousel-control {
	z-index: 2;
}
.med-in {
	padding: 0 !important;
	border: none;
	border-right: 1px solid #fff;
}
.med-in2 {
	border-right: 1px solid #fff;
}
.med-in h2 {
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
	letter-spacing: 1.2px;
	padding: 7px 10px;
	color: #ffffff;
	background: #3ac1da;
	text-transform: uppercase;
}
.med-in2 h2 {
	background: #1695ad;
}
.med-in3 {
	border-right: 1px solid #3ac1da;
}
.med-in3 h2 {
	background: #0a697b;
}
.med-box {

	padding: 0 !important;
	overflow: hidden;
}
.med-box img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.med-box:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.med-box .med-mask {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 15px;
	background: rgba(0, 0, 0, 0.55);
	bottom: 0;
	left: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.med-box .med-mask h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 19px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.med-box .med-mask p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #ffffff;
}
.med-box .med-mask a {
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
	margin: 10px auto 0 auto;
	width: 100px;
	display: block;
	letter-spacing: .4px;
	padding: 0;
	color: #ffffff;
	border-radius: 25pc;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.med-box .med-mask a:hover, .med-box .med-mask a:focus {
	background: #fff;
	color: #1695ad;
}
.medical .adleft, .medical .adright {
	top: 40%;
	padding: 5px;
	background: rgba(37, 184, 214, 0.75);
	border-radius: 0;
}
.medical .adleft {
	left: 0;
}
.medical .adright {
	right: 0;
}
.neuro {
	padding: 45px 0;
}
.neuro-box {
	text-align: right;
}
.neuro-text {
	padding: 0 !important;
}
.neuro-text p {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0 3px 0;
	color: #505050;
}
.neuro-text a, .neuro-text a:hover, .neuro-text a:focus {
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #fc3b34;
	display: inline-block;
	position: relative;
}
.neuro-text a:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background: #a9a9a9;
	top: 11px;
	left: -40px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.neuro-text a:hover:before {
	width: 60px;
	left: -70px;
	background: #fc3b34;
}
.neuro-head {
	display: table;
	padding: 0 0 0 20px !important;
}
.neuro-head-in {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 130px;
	background: url(../images/neuro-1.jpg);
	background-size: cover;
	border-radius: 0 50px 50px 0;
}
.neuro-head-in h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 19px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #fff;
}
.neuro-box2 {
	text-align: left;
}
.neuro-box2:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 21px;
	border: 2px dotted #3ac1da;
	top: 43%;
	left: -28px;
	z-index: -1;
}
.neuro-box2 .neuro-head {
	padding: 0 20px 0 0 !important;
}
.neuro-box2 .neuro-head-in {
	border-radius: 50px 0 0 50px;
	background: url(../images/neuro-2.jpg);
	background-size: cover;
}
.neuro-box2 .neuro-text a:before {
	left: auto;
	right: -40px;
}
.neuro-box2 .neuro-text a:hover:before {
	left: auto;
	right: -70px;
}
.cornea {
	padding: 30px 0;
	background: url(../images/bg3.jpg) fixed;
	background-size: cover;
	z-index: 9;
	position: relative;
	overflow: hidden;
}
.cornea:before {
	position: absolute;
	content: '';
	width: 75%;
	height: 168%;
	top: -35%;
	left: -17%;
	opacity: .8;
	z-index: -1;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
	background: rgba(0,216,254,1);
	background: -moz-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,216,254,1)), color-stop(100%, rgba(0,115,135,1)));
	background: -webkit-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: -o-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
	background: linear-gradient(to bottom, rgba(0,216,254,1) 0%, rgba(0,115,135,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8fe', endColorstr='#007387', GradientType=0 );
}
.cornea .thead h2 {
	color: #fff;
}
.cornea .thead hr {
	background: url(../images/hr3.png) no-repeat;
	background-size: 100% auto;
}
.cornea-box {
	padding: 0 !important;
	margin: 10px 0;
}
.cornea-box .cornea-img {
	width: 70px;
	margin: 0 15px 0 0;
	padding: 12px;
	border-radius: 10px;
	background: #fff;
	float: left;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
}
.cornea-box:hover .cornea-img {
	border-radius: 100%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.cornea-box .cornea-img img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.cornea-box:hover .cornea-img img {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.cornea-box h4 {
	font-size: 17px;
	text-align: left;
	font-weight: 600;
	line-height: 19px;
	margin: 0;
	letter-spacing: 1px;
	padding: 3px 0;
	color: #fff;
}
.cornea-box p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #ffffff;
}
.cornea .carousel-inner {
	padding: 0 0 35px 0;
}
.cornea .carousel-indicators {
	bottom: 0;
	margin: 0;
	padding: 0 20px;
	left: 0;
	width: 100%;
	text-align: right;
}
.cornea .carousel-indicators .active {
	margin: 0 3px;
	background-color: #ffffff;
}
.cornea .carousel-indicators li {
	display: inline-block;
	width: 19px;
	height: 9px;
	margin: 0 2px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.53);
	border: 0px solid #868686;
}
.squint {
	padding: 40px 0 20px 0;
	background: url(../images/bg4.jpg) no-repeat bottom left;
	background-size: 100% auto;
	position: relative;
}
.squint:after {
	position: absolute;
	content: '';
	width: 500px;
	height: 350px;
	margin: 0;
	padding: 0;
	top: 15px;
	right: 0;
	background: url(../images/squint-img.jpg) no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.sqpd {
}
.squint-box {
	padding: 0 !important;
	margin: 11px 0;
	z-index: 9;
}
.squint-box img {
	width: 60px;
	margin: 0 0 10px 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.squint-box:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.squint-box h4 {
	font-size: 15px;
	text-align: left;
	font-weight: 600;
	line-height: 21px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.squint-box:hover h4 {
	color: #fc3b34;
}
.squint-box p {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .7px;
	padding: 0 0 4px 0;
	color: #505050;
}
.squint-box a, .squint-box a:hover, .squint-box a:focus {
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #848484;
	display: inline-block;
	position: relative;
}
.squint-box a:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #848484;
	top: 12.5px;
	right: -40px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.squint-box a:hover:before {
	width: 60px;
	right: -70px;
	background: #fc3b34;
}
.support {
	padding: 0 0 40px 0;
	background: url(../images/bg5.jpg) fixed;
	background-size: cover;
	text-align: center;
	position: relative;
}
.support h2 {
	font-size: 22px;
	text-align: left;
	font-weight: 300;
	line-height: 28px;
	margin: -15px 0 0 0;
	position: relative;
	top: -5px;
	letter-spacing: .8px;
	padding: 5px 27px;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	border-radius: 25px;
	border: 3px solid #d4f2fd;
}
.support h2 span {
	color: #25b8d6;
	font-weight: 700;
}
.support ul {
	margin: 0;
	padding: 30px 0 0 0;
}
.support ul li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0 8px;
	width: 14.285%;
	float: left;
}
.support ul li a {
	width: 100%;
	height: 100px;
	display: table;
	padding: 10px;
	background: #fff;
	position: relative;
	z-index: 9;
	vertical-align: bottom;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.support ul li a h4 {
	display: table-cell;
	vertical-align: middle;
	font-size: 13.5px;
	text-align: center;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: .6px;
	color: #000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.support ul li a img {
	width: 70px;
	margin: 0 auto;
	padding: 1px;
	background: #c5ebff;
	border-radius: 100%;
	position: absolute;
	top: 14%;
	left: 50%;
	margin-left: -35px;
	z-index: -1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.support ul li a:hover {
	background: #25b8d6;
}
.support ul li a:hover img {
	opacity: .2;
	background: none;
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	-o-transform: scale(2, 2);
	transform: scale(2, 2);
}
.support ul li a:hover h4 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
}
.training {
	padding: 40px 0 0 0;
}
.training-head {
	background: url(../images/tri.png);
	background-size: 100% 100%;
	padding: 55px 0;
}
.training-head h2 {
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #000000;
}
.training-head h2 span {
	color: #25b8d6;
	font-weight: 600;
}
.training-box {
	background: url(../images/bg7.jpg);
	background-size: 100% 100%;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.training-box h4 {
	font-size: 15px;
	text-align: left;
	font-weight: 600;
	line-height: 21px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #fc3b34;
}
.training-box p {
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .7px;
	padding: 0 0 4px 0;
	color: #505050;
}
.training-box a, .training-box a:hover, .training-box a:focus {
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #848484;
	display: inline-block;
	position: relative;
}
.training-box a:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #848484;
	top: 12.5px;
	right: -40px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.training-box a:hover:before {
	width: 60px;
	right: -70px;
	background: #fc3b34;
}
.gallery {
	padding: 0 0 40px 0;
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.gallery:before {
	position: absolute;
	content: '';
	width: 270px;
	height: 320px;
	border: 3px dashed #caf7ff;
	top: -6%;
	right: -7%;
	z-index: -1;
	opacity: .4;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gallery .thead h2 {
	text-align: center;
}
.gallery .thead hr {
	width: 160px;
	height: 25px;
	margin: 5px auto 10px auto;
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.gallery .nav-tabs {
	border: 1px solid #d4f2fd;
	text-align: center;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;
	background: #fff;
}
.gallery .nav-tabs>li {
	float: none;
	margin: 0;
	padding: 10px 0;
	display: inline-block;
}
.gallery .nav-tabs>li.active>a, .gallery .nav-tabs>li.active>a:focus, .gallery .nav-tabs>li.active>a:hover {
	color: #1296af;
	cursor: default;
	background-color: #fff;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}
.gallery .nav-tabs>li>a {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000000;
	margin: 0;
	line-height: 24px;
	border: 0px solid transparent;
	border-radius: 0;
	padding: 0 40px;
	display: block;
}
.gallery .nav>li>a:focus, .gallery .nav>li>a:hover {
	background-color: transparent;
}
.gallery .nav>li:first-child a {
	border-right: 1px solid #b4ccff;
}
.gallery .nav>li:first-child a:hover {
	border-right: 1px solid #b4ccff;
}
.gallery .tab-content {
	padding: 35px 15px 15px;
	border: 1px solid #d4f2fd;
	margin: -20px 0 0 0;
}
.gpdd {
	padding: 5px !important;
}
.galvbox {
	padding: 0 !important;
}
.galvbox:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	background: rgba(252, 59, 52, 0.7);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox:hover:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, );
	transform: scale(1, 1);
}
.galvbox img {
	width: 100%;
}
.galvbox ul {
	position: absolute;
	margin: 0;
	margin-left: -50px;
	padding: 5px 10px;
	width: 100px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	top: 38%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox:hover ul {
	background: rgba(255, 255, 255, 0.75);
}
.galvbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 37px;
	float: left;
}
.galvbox ul li:first-child {
	margin: 0 5px 0 0;
}
.galvbox ul li img {
	width: 100%;
	opacity: .85;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.galvbox ul li:hover img {
	opacity: 1;
}
.galvbox:hover ul li img {
	-webkit-filter: brightness(1) invert(0);
	-moz-filter: brightness(1) invert(0);
	-o-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}
.gallery .btn-1 {
	margin: 10px 10px 0 0;
}
.galbox {
	padding: 0 !important;
	overflow: hidden;
	position: relative;
}
.galbox img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.galbox:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.gallery .btn-2 {
	border: 1px solid #b4ccff;
	color: #004df0;
	margin: 20px auto -34px auto;
	background: #fff;
}
.gallery .btn-2:hover {
	color: #fff;
	border: 1px solid #004df0;
}
.gallery .btn-2:before {
	border-left: 1px solid #b4ccff;
	border-right: 1px solid #b4ccff;
}
.gallery .btn-2:hover:before {
	border-left: 1px solid #004df0;
	border-right: 1px solid #004df0;
	background: #004df0;
}
.videopop {
}
.videopop .modal-dialog {
	margin: 50px auto 0 auto;
}
.videopop .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #000;
	border: none;
}
.videopop .modal-body {
	padding: 0;
	height: 445px;
}
.videopop button.close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -18px;
	right: -10px;
	border-radius: 25px;
	background: #ffffff;
	font-size: 24px;
	border: 2px solid #17b5d4;
	color: #17b5d4;
	opacity: 1 !important;
	z-index: 9999;
}
.videopop video {
	width: 100%;
	height: auto;
}
.videopop .modal-footer {
}
.reviews {
	padding: 40px 0 20px 0;
	position: relative;
	z-index: 9;
}
.reviews:before {
	position: absolute;
	content: '';
	width: 80%;
	height: 69%;
	top: 24%;
	right: 0;
	background: #d4f2fd;
}
.reviews .thead h2 {
	text-align: center;
}
.reviews .thead hr {
	width: 160px;
	height: 25px;
	margin: 5px auto 20px auto;
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.review-left {
	padding: 0 !important;
}
.review-box-in {
	padding: 0 10px;
	margin: 0;
}
.review-box {
	padding: 29px 15px;
	margin: 10px 0;
	text-align: center;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.review-box img {
	width: 60px;
	margin: 0 auto 12px auto;
	padding: 0;
}
.review-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.review-box p img {
	width: 10px;
	display: inline-block;
	margin: 0 5px;
}
.review-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .9px;
	padding: 5px 0 0 0;
	color: #000;
}
.review-box h5 {
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #000;
}
.review-box .btn-1 {
	font-size: 13px;
	font-weight: 500;
	line-height: 32px;
	margin: 11px auto 0 auto;
	width: 120px;
	display: block;
	letter-spacing: .4px;
	padding: 0;
	color: #ffffff;
	border-radius: 25pc;
	text-align: center;
	background: #3ac1da;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.review-box .btn-1:hover, .review-box .btn-1:focus {
	background: #fc3b34;
	color: #ffffff;
}
.reviewv-box {
	padding: 0 10px !important;
	margin: 10px 0;
}
.reviewv-box img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.reviewv-box ul {
	position: absolute;
	margin: 0;
	margin-left: -60px;
	padding: 5px 10px;
	width: 110px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	top: 40%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 42px;
	float: left;
}
.reviewv-box ul li:first-child {
	margin: 0 5px 0 0;
}
.reviewv-box ul li img {
	width: 100%;
	opacity: 1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box ul li:hover img {
	opacity: 1;
}
.reviewv-box img {
	width: 100%;
	border: none;
}
.review-right {
}
.reviews #reviews-slider .carousel-inner {
	padding: 0 0 50px 0;
}
.reviews #reviews2-slider .carousel-inner {
	padding: 0 0 22px 0;
}
.reviews #reviews-slider .carousel-indicators, .reviews #reviews2-slider .carousel-indicators {
	bottom: 30px;
	margin: 0;
	padding: 0 13px;
	left: 0;
	width: 100%;
	text-align: center;
}
.reviews #reviews2-slider .carousel-indicators {
	bottom: 0;
}
.reviews #reviews-slider2 .carousel-indicators {
	padding: 0 3px;
}
.reviews .carousel-indicators .active {
	margin: 0 3px;
	background-color: #25b8d6;
}
.reviews .carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 8px;
	margin: 0 2px;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, 0.3);
	border: 0px solid #868686;
}
.map {
	position: relative;
	background: url(../images/bg6.jpg) fixed;
	background-size: cover;
}
.map-left {
	padding: 35px !important;
}
.app-form {
	background: #ffffff;
	padding: 30px 35px !important;
	-webkit-box-shadow: 0.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
	box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
}
.app-form .form-group {
	margin: 0 0 4px 0;
	padding: 0 10px !important;
}
.app-form .form-group label {
	width: 100%;
	font-size: 12px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 2px 0;
	color: #000;
}
.app-form .form-group label span {
	color: #25b8d6;
	font-weight: 800;
	font-size: 17px;
	vertical-align: middle;
}
.app-form .form-group input {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: #333;
	background: none;
	letter-spacing: .4px;
	border: 1px solid #d2d2d2;
	outline: none;
}
.app-form .form-group textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 74px;
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: #333;
	letter-spacing: .4px;
	background: none;
	outline: none;
	border: 1px solid #d2d2d2;
}
.app-form .form-group input:focus, .app-form .form-group textarea:focus {
	border: 1px solid #25b8d6;
}
.app-form .form-group input[type=submit] {
	width: 150px;
	background: #25b8d6;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.app-form .form-group input[type=submit]:hover {
	background: #fc3b34;
}
.map-right {
	padding: 35px 35px 35px 0 !important;
}
.openhour {
	padding: 0;
}
.timing {
	padding: 0 0 20px 0;
}
.timeL {
	width: 50%;
	padding: 12px;
	margin: 0;
	background: #fc3b34;
	float: left;
	text-align: center;
	font-size: 15px;
	color: #fff;
	letter-spacing: .4px;
	font-weight: 600;
}
.timeR {
	width: 50%;
	float: left;
	padding: 12px;
	background: #fff;
	text-align: center;
	font-size: 15px;
	color: #000;
	letter-spacing: .4px;
	font-weight: 500;
}
.blogs {
	padding: 40px 0;
}
.blogs .thead {
}
.blog-left {
	padding: 0 15px 0 0!important;
}
.blog-left .adleft, .blog-left .adright {
	top: -63px;
}
.blog-left .adleft {
	right: 60px;
}
.blog-left .adright {
	right: 15px;
}
.blog-box {
	margin: 5px 0 7px 0;
	padding: 0 !important;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.blog-box .blog-img {
	overflow: hidden;
}
.blog-box .blog-img img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.blog-box:hover .blog-img img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.blog-box .blog-text {
	padding: 20px;
	border-top: 2px solid #25b8d6;
	position: relative;
}
.blog-box .blog-text h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 10px 0 5px 0;
	color: #000000;
}
.blog-box .blog-text .blog-date {
	position: absolute;
	left: 0;
	top: -20px;
	text-align: center;
	width: 100%;
}
.blog-box .blog-text .blog-date h5 {
	width: auto;
	display: inline-block;
	font-size: 12.5px;
	text-align: left;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: 1px;
	padding: 3px 17px;
	color: #ffffff;
	background: #25b8d6;
	border-radius: 25px;
}
.blog-box .blog-text h5 svg {
	margin: 0 3px 0 0;
}
.blog-box .blog-text p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #505050;
}
.blog-box a, .blog-box a:hover, .blog-box a:focus {
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #848484;
	display: inline-block;
	position: relative;
}
.blog-box a:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #848484;
	top: 12.5px;
	right: -40px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box a:hover:before {
	width: 60px;
	right: -70px;
	background: #fc3b34;
}
.blog-btn, .blog-btn:hover {
	display: block;
	width: 100%;
	height: 40px;
	background: #25b8d6;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.news-box {
	padding: 0 !important;
	margin: 0 0 21px 0;
	background: #d4f2fd;
}
.news-box .news-img {
	overflow: hidden;
	padding: 0 !important;
}
.news-box .news-img img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.news-box:hover .news-img img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.news-box .news-text {
	padding: 10px;
	position: relative;
}
.news-box .news-text h4 {
	font-size: 15px;
	text-align: left;
	font-weight: 500;
	line-height: 21px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #000000;
}
.news-box .news-text p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #505050;
}
.news-box a, .news-box a:hover, .news-box a:focus {
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000000;
	display: inline-block;
	position: relative;
}
.news-box a:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #000000;
	top: 12.5px;
	right: -40px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.news-box a:hover:before {
	width: 60px;
	right: -70px;
	background: #fc3b34;
}
footer {
	padding: 40px 0 0 0;
	background: url(../images/fbg.jpg);
	background-size: 100% 100%;
}
.fbox {
}
.fbox h2 {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 21px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
	text-transform: uppercase;
}
.fbox hr {
	width: 40px;
	height: 2px;
	margin: 10px 0 20px 0;
	padding: 0;
	border: none;
	background: #fc3b34;
}
.fbox h5 {
	font-size: 12px;
	text-align: left;
	font-weight: 600;
	line-height: 21px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 0 6px 0;
	color: #6b6b6b;
	text-transform: uppercase;
}
.fbox p {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 2px 0;
	color: #000000;
}
.fbox p span {
	font-weight: 600;
}
.fbox p svg {
	color: #fc3b34;
	margin: 0 5px 0 0;
}
.fbox2 ul {
	margin: 0;
	padding: 0;
}
.fbox2 ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 9px 0;
	display: block;
	float: left;
	width: 50%;
}
.fbox2 ul li a {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 3px 0;
	color: #000000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fbox2 ul li a:hover {
	color: #1296af;
}
.ebook {
	border-top: 1px solid #c7c7c7;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
.ebook-left {
	width: 70%;
	float: left;
}
.ebook-left img {
	width: 95%;
}
.ebook-right {
	width: 25%;
	float: left;
	padding: 27px 0 0;
}
.ebook-right a, .ebook-right a:hover, .ebook-right a:focus {
	background: #1296af;
	display: block;
	padding: 9px 5px;
	font-size: 13px;
	text-align: center;
	color: #fff;
}
.ebook-right a svg {
	font-size: 17px;
	display: block;
	margin: 0 auto 3px auto;
	text-align: center;
}
.newsletter {
	padding: 5px 0 15px 0;
}
.newsletter form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.newsletter form ::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.newsletter form :-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.newsletter form :-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.newsletter form {
	margin: 0;
}
.newsletter .nl1 {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #000;
	border: none;
	border: 1px solid #a0a0a0;
	border-right: none;
	background: none;
	outline: none;
}
.newsletter .nl2 {
	width: 100%;
	height: 45px;
	background: none;
	text-align: right;
	padding: 0 15px;
	border: 1px solid #a0a0a0;
	border-left: none;
	color: #1296af;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 39px;
	outline: none;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fbox .social {
	padding: 0;
}
.fbox .social li {
	margin: 0 4px 0 0;
}
.opens {
	margin: 17px 0 0 0;
	background: #c9e7ff;
}
.opens .ophead {
	width: 22%;
	float: left;
	background: #1296af;
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .6px;
	text-transform: uppercase;
}
.optxt {
	padding: 6px 10px;
	float: left;
	width: 78%;
}
.optxt p {
	padding: 0;
	line-height: 21px;
}
.f-copy {
	margin: 40px 0 0 0;
	padding: 10px 0;
	background: #444;
}
.f-copy h6 {
	color: #ffffff;
	font-size: 12px;
	line-height: 47px;
	font-weight: 300;
	margin: 0;
	text-align: left;
	padding: 0;
	letter-spacing: .8px;
}
.f-copy h6 a, .f-copy h6 a:hover, .f-copy h6 a:focus {
	color: #d4f2fd;
}
.f-copy .flogo {
	text-align: right;
}
.f-copy .flogo img {
	width: 90px;
	margin: 0;
	display: inline-block;
}
/*---------------------------------------------------------*/
.to-top {
	position: fixed;
	z-index: 9999;
	bottom: 15px;
	right: 15px;
	display: none;
}
.to-top a.back-to-top {
	display: block;
	text-align: center;
	color: #25b8d6;
	font-size: 17px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #25b8d6;
	opacity: 0.7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
.to-top a.back-to-top:hover {
	opacity: 1;
}
.callnow {
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 9999;
	-webkit-animation: tada 1.25s infinite;
	-moz-animation: tada 1.25s infinite;
	-ms-animation: tada 1.25s infinite;
	animation: tada 1.25s infinite;
}
.callnow:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}
.callnow a, .callnow a:hover {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	z-index: 99;
	border-radius: 100%;
	position: relative;
	background: #fc3b34;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
	-moz-box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
	box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
}
.callnow a .callnom {
	width: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 21%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 10px 0 0 10px;
	background: #fc3b34;
}
.callnow a:hover .callnom {
	width: 170px;
	left: -165px;
	opacity: 1;
}
.fixeddiv {
	width: 90px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	top: 32%;
	right: 0;
	display: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva {
	width: 0;
	height: auto;
	margin: 0;
	float: right;
	padding: 10px 5px;
	display: block;
	background: rgba(252, 61, 54, 0.85);
	border: 1px solid #fff;
	border-right: none;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	font-weight: 500;
	opacity: 0;
	letter-spacing: .3px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva2 {
	width: 100%;
	opacity: 1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
.fixeddiva span {
	display: block;
	-webkit-animation: fixz 1s infinite;
	-moz-animation: fixz 1s infinite;
	-ms-animation: fixz 1s infinite;
	animation: fixz 1s infinite;
}
 @-webkit-keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
@-moz-keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
@keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
.fixeddiva svg {
	font-size: 20px;
	margin: 0 auto 7px auto;
	display: block;
}
.fixeddiva:hover {
	background: rgba(252, 61, 54, 0.95);
	color: #fff;
}
.inhome {
	position: relative;
}
.inner-banner {
	width: 100%;
	position: relative;
	padding: 100px 0 0 0;
	background: rgba(0,204,255,1);
	background: -moz-linear-gradient(-45deg, rgba(0,204,255,1) 0%, rgba(0,121,145,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,204,255,1)), color-stop(100%, rgba(0,121,145,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,204,255,1) 0%, rgba(0,121,145,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,204,255,1) 0%, rgba(0,121,145,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,204,255,1) 0%, rgba(0,121,145,1) 100%);
	background: linear-gradient(135deg, rgba(0,204,255,1) 0%, rgba(0,121,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#007991', GradientType=1 );
}
.inner-banner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	background: url(../images/sbg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 9;
}
.inner-banner img {
	width: 100%;
	opacity: 0.5;
}
.bknw {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	padding: 10px;
	position: absolute;
	top: 48%;
	right: 9%;
	background: rgba(252, 59, 52, 0.85);
	z-index: 99;
	border: 4px solid #ffc6c4;
}
.bknw:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 141, 136, 0.95);
	-moz-box-shadow: 0 0 0 0 rgba(255, 141, 136, 0.95);
	box-shadow: 0 0 0 0 rgba(255, 141, 136, 0.95);
	-webkit-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.bknw svg {
	display: block;
	margin: 8px auto 0 auto;
	font-size: 20px;
	color: #fff;
}
.bknw h4 {
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	line-height: 14px;
	margin: 0;
	letter-spacing: .6px;
	padding: 6px 0 0 0;
	color: #fff;
}
 @-webkit-keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
@-moz-keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
@keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
.brd-in {
	padding: 10px 0;
	margin: 0;
	position: absolute;
	z-index: 99;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 104, 123, 0.3);
}
.scp-brc {
	background-color: transparent !important;
	text-align: left;
	margin: 0 !important;
	padding: 0 15px !important;
	border: none;
}
.scp-brc li a {
	font-size: 13px;
	line-height: 24px;
	padding: 7px 0;
	text-align: right;
	font-weight: 500;
	color: #fff;
	letter-spacing: .8px;
}
.scp-brc li:last-child a {
	color: #ff0;
}
.innerpage {
	margin: 0;
	padding: 35px 0;
	position: relative;
}
.innerpage .thead h1:before {
	background: #fff;
}
.innerpage p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 3px 0;
	color: #000;
}
.inner-right {
	padding: 0 0 15px 0;
	margin: 0;
	background: #caf7ff;
}
.inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #3ac1da;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
.inner-right h3 .fa {
	margin: 0 5px 0 0;
}
.inner-right form {
	margin: 0;
	padding: 0;
}
.inner-right form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #333;
}
.inner-right form ::-moz-placeholder { /* Firefox 19+ */
 color: #333;
}
.inner-right form :-ms-input-placeholder { /* IE 10+ */
 color: #333;
}
.inner-right form :-moz-placeholder { /* Firefox 18- */
 color: #333;
}
.inner-right .t1 {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	color: #333;
	outline: none;
	border: none;
	letter-spacing: .4px;
	background: rgba(255, 255, 255, 0.92);
}
.inner-right .t2 option {
	background: #ffff;
}
.inner-right .t2 {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	color: #333;
	outline: none;
	box-shadow: none;
	border: none;
	background: rgba(255, 255, 255, 0.92);
}
.inner-right .t3 {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 90px;
	min-height: 90px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
	color: #333;
	box-shadow: none;
	outline: none;
	border: none;
	letter-spacing: .4px;
	background: rgba(255, 255, 255, 0.92);
}
.inner-right .t4 {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #3ac1da;
	color: #fff;
	border: none;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 35px 0 0 0;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.innertesti .carousel-inner, .ba-gallery .carousel-inner, .pe-videos .carousel-inner {
	padding: 0 0 35px 0;
}
.innertesti .carousel-indicators, .ba-gallery .carousel-indicators, .pe-videos .carousel-indicators {
	bottom: 0;
	margin: 0;
	padding: 0 13px;
	left: 0;
	width: 100%;
	text-align: center;
}
.innertesti .carousel-indicators .active, .ba-gallery .carousel-indicators .active, .pe-videos .carousel-indicators .active {
	margin: 0 3px;
	background-color: #fc3b34;
}
.innertesti .carousel-indicators li, .ba-gallery .carousel-indicators li, .pe-videos .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	border-radius: 100%;
	background-color: rgb(165, 165, 165);
	border: 0px solid #868686;
}
.innertesti-box {
	padding: 0;
}
.innertesti h3, .ba-gallery h3, .pe-videos h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	border-bottom: 3px dotted #cecece;
	margin: 0 0 15px 0;
	padding: 10px 0;
}
.innertesti-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 10px 0 0;
	color: #333;
}
.innertesti-box p img {
	width: 10px;
	display: inline-block;
	margin: 0 5px;
}
.innertesti-box h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .6px;
	padding: 11px 0 0 0;
	color: #000;
}
.innertesti-box h5 {
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #000;
}
.innertesti-box .btn-1 {
	font-size: 13px;
	font-weight: 500;
	line-height: 32px;
	margin: 15px auto 0 auto;
	width: 120px;
	display: block;
	letter-spacing: .4px;
	padding: 0;
	color: #ffffff;
	border-radius: 25pc;
	text-align: center;
	background: #3ac1da;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.innertesti-box .btn-1:hover, .innertesti-box .btn-1:focus {
	background: #fc3b34;
	color: #ffffff;
}
.bapd {
	padding: 0 5px !important;
	padding: 0 5px !important;
}
.pe-videosbox {
}
.pe-videosbox img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.pe-videosbox ul {
	position: absolute;
	margin: 0;
	margin-left: -50px;
	padding: 5px 10px;
	width: 100px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	top: 38%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pe-videosbox:hover ul {
	background: rgba(255, 255, 255, 0.75);
}
.pe-videosbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 37px;
	float: left;
}
.pe-videosbox ul li:first-child {
	margin: 0 5px 0 0;
}
.pe-videosbox ul li img {
	width: 100%;
	opacity: .85;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.pe-videosbox ul li:hover img {
	opacity: 1;
}
.pe-videosbox:hover ul li img {
	-webkit-filter: brightness(1) invert(0);
	-moz-filter: brightness(1) invert(0);
	-o-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}
.location-inner {
	padding: 50px 0 160px 0;
}
.inner-testi {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-testi:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 35px;
	height: 30px;
	background: url(../images/comma.png)no-repeat;
	background-size: 100% auto;
	top: -12px;
	left: -10px;
}
.inner-testi h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.inner-testi h3 {
	text-align: left;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #8e8e8e;
	font-size: 15px;
	font-weight: 600;
}
.inner-testi img {
	width: 70px;
}
.inner-testi h4 {
	margin: 0;
	padding: 0;
	color: #8e8e8e;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.inner-testi h4 .fa {
	margin: 0 5px 0 0;
	color: #ff7a39;
}
.inner-blog {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-blog:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: url(../images/blg.png)no-repeat;
	background-size: 100% auto;
	top: -18px;
	left: -8px;
}
.inner-blog h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.successbtn {
	width: 100%;
	height: 35px;
	margin: 5px 0;
	padding: 0;
	color: #00b4af;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	border: none;
	outline: none;
}
.rd {
	color: #999;
	font-weight: bold;
	margin: 5px 0;
	text-decoration: none;
}
.rd .fa {
	margin: 0 0 0 3px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.rd:hover .fa {
	margin: 0 0 0 6px;
}
.inner-news {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-news:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 55px;
	height: 43px;
	background: url(../images/nws.png)no-repeat;
	background-size: 100% auto;
	top: -17px;
	left: -15px;
}
.inner-news h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.inner-left {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.inner-left .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.inner-left .panel-group .panel .fa {
	font-size: 13px;
}
.inner-left .panel-default {
	border-color: #fff;
}
.inner-left .panel-default > .panel-heading {
	color: #fff;
	background-color: #00b4af;
	border-color: #fff;
}
.inner-left .panel-default > .panel-heading + .inner-left .panel-collapse > .panel-body {
	border-top-color: #f0f0f0;
}
.inner-left .collapse.in {
	display: block;
	background-color: #f0f0f0 !important;
	height: auto!important;
	border: 1px solid #f0f0f0 !important;
}
.i-accordion .panel-heading, .d-accordion .panel-heading, .accordion-2a .panel-heading, .accordion-2b .panel-heading, .accordion-3 .panel-heading {
	cursor: pointer;
}
.d-accordion .panel-heading.collapsed .fa-chevron-up:before {
	content: '\f078';
}
.inner-team {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #ccc;
}
.inner-team img {
	max-width: 130px;
}
.inner-team h4 {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.inner-team h6 {
	margin: 0;
	padding: 5px 0;
	color: #676767;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
}
.trd {
	text-align: center;
	color: #999;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px 0;
	display: block;
	width: 100px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.trd .fa {
	margin: 0 0 0 3px;
}
.team-detail {
	padding: 0 !important;
}
.team-detail img {
	max-width: 200px;
	padding: 5px;
	border: 1px dotted #00b4af;
}
.team-detail h4 {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.team-detail h6 {
	margin: 0;
	padding: 5px 0;
	color: #676767;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
}
.team-detail hr {
	width: 100%;
	height: auto;
	margin: 5px auto;
	padding: 0;
	border-bottom: 1px dotted #00a5a2;
}
.gallinner .button {
	display: inline-block;
	padding: 5px 18px;
	background: #f1fffc;
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: .4px;
	cursor: pointer;
	border: 0px solid #000000;
	margin: 5px;
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.gallinner .button:hover {
	background-color: #9fe8d9;
}
.gallinner .button:active, .gallinner .button.is-checked {
	background-color: rgb(16, 159, 129);
	outline: none;
	color: #fff;
}
.gallinner .button-group {
	margin: 20px 0;
	text-align: center;
}
.ingalbox {
	padding: 5px !important;
}
.ingalbox img {
	width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
}
.peinnerboxmain {
}
.pepd {
	padding: 0 7px !important;
}
.peinnerbox {
	padding: 15px 20px !important;
	background: #ddfff8 url(../images/pecomma.png) no-repeat bottom right;
	margin: 6px 0;
	border-left: 3px solid #109f81;
}
.peinnerbox p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 2px 0;
	color: #333;
}
.peinnerbox h6 {
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 2px 0;
	color: #000;
}
.peinnerboximg {
	padding: 0 !important;
	overflow: hidden;
	margin: 6px 0;
}
.peinnerboximg img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.peinnerboximg:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
}
