body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #1ca6f5;
}
::selection {
	color: #fff;
	background: #1ca6f5;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 99;
}
.top-banner {
	padding: 15px 0;
}
.head-top {
	padding: 10px 0 7px 0 !important;
}
.lang {
	margin: 0;
	padding: 9px 0 0 0;
}
.lang select {
	width: 100%;
	height: 30px;
	margin: 0;
	float: right;
	font-size: 12px;
	padding: 0 5px;
	color: #333;
	background: none;
	outline: none;
	line-height: 25px;
	border: 1px solid #333;
}
.social {
	position: fixed;
	width: 30px;
	top: 35%;
	right: 0;
	z-index: 99999;
}
.social ul {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: left;
}
.social li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	opacity: .5;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg {
	width: 35px;
	height: 35px;
	display: block;
	padding: 0;
	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: #365db0;
}
.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 {
	opacity: 1;
}
.social li:hover svg path {
	fill: #fff;
}
.enquiry {
	width: 100%;
	height: 30px;
	margin: 2px auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	display: block;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	background: #73b32e;
	text-transform: uppercase;
	position: relative;
	outline: none;
	-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: #fff;
	background: #038634;
}
.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: #ff912e;
	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: #ff912e!important;
	opacity: 1 !important;
	width: 30px;
	padding: 0 0 3px 1px;
	text-align: center;
	height: 30px;
	border-radius: 100%;
}
.menu {
	position: relative;
	height: auto;
	padding: 10px;
	width: 100%;
	background: #1ca6f5;
}
.logo {
}
.logo img {
	width: 505px;
	padding: 0;
	margin: 0;
	display: block;
}
.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: #f4608d;
	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: #f4608d;
}
.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: left;
}
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: #1ca6f5;
	width: 100%;
}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 130%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 200px;
}
ul.slimmenu li:nth-child(3) ul {
	width: 440px;
	background: #1ca6f5;
}
ul.slimmenu li:nth-child(3) ul li {
	width: 50%;
	float: left;
}
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 18px;
	margin: 0 2px;
	line-height: 28px;
	font-size: 13px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	border-radius: 12px;
	letter-spacing: 1px;
	text-transform: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
}
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	padding: 8px 10px;
	border-radius: 0;
	margin: 0;
	text-transform: none;
	text-align: left;
	letter-spacing: .4px;
	border-bottom: 1px dashed rgba(255, 255, 255, 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: #fff;
	background: #1490d8;
}
ul.slimmenu li.active a {
	color: #1ca6f5;
	background: #fff;
}
ul.slimmenu li a:hover {
	color: #1ca6f5;
	background: #fff;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 8px;
	top: 1px;
	z-index: 999;
	width: 8px;
	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: #fff;
	font-size: 7px;
	vertical-align: middle;
}
ul.slimmenu li:hover .sub-toggle>i {
	color: #1ca6f5;
}
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: 42px;
	height: 30px;
	margin: 0;
	padding: 0 5px;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
	cursor: pointer;
}
.search .header-button img {
	width: 100%;
}
.search .header-button:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 60%;
	background: #7ed0ff;
	top: 0;
	left: 0;
	margin: 20% 0;
	padding: 0;
}
.search #toggle-menu {
	float: left;
	background-position: 0 0;
	background-color: #bc0023;
}
.search #toggle-search {
	margin: -2px;
	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: 38px;
	right: 10px;
	width: 280px;
	max-height: 0;
	overflow: hidden;
	background: rgb(220, 242, 255);
}
.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: #1296e2;
	border: none;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px;
}
.booknow {
	width: 220px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	color: #fff;
	background: #ff912e;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 1px;
	z-index: 999;
	right: 4%;
	top: 42%;
	-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 svg {
	margin: 0 4px 0 0;
}
.booknow:hover, .booknow:focus {
	color: #ffffff;
	background: #1ca6f5;
}
.slide-banner {
	position: relative;
}
.slide-banner img {
	width: 100%;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: auto;
	bottom: 12%;
	height: 30px;
	width: 30px;
	z-index: 999999;
}
.slide-banner .carousel-control.left {
	left: auto;
	right: 7%;
}
.slide-banner .carousel-control.right {
	right: 4%;
}
.slide-banner .slide-text {
	position: absolute;
	width: 450px;
	height: 98%;
	margin: 0;
	padding: 30px;
	right: 5%;
	top: 0;
	z-index: 9999;
	border-radius: 0 0 45px 45px;
	background: rgba(28, 166, 245, 0.75);
	background-size: 100% auto;
}
.slide-banner .slide-text:before {
	position: absolute;
	content: '';
	width: 94%;
	height: 97%;
	top: 0;
	left: 3%;
	border-radius: 0 0 35px 35px;
	border: 2px dashed #fff;
	border-top: none;
}
.slide-banner .slide-text .slide-text-in {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10% 0 0 0;
}
.slide-banner .slide-text .slide-text-in hr {
	width: 50px;
	height: 4px;
	margin: 15px auto 5px auto;
	padding: 0;
	background: #ffffff;
	border: none;
}
.slide-banner .slide-text .slide-text-in h2 {
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 200;
	letter-spacing: 1.5px;
}
.slide-banner .slide-text .slide-text-in h2 span {
	font-weight: 800;
}
.slide-banner .slide-text .slide-text-in h3 {
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 200;
	letter-spacing: 1px;
}
.slide-banner .slide-text .slide-text-in h3 span {
	font-weight: 600;
}
.slide-banner .slide-text .slide-text-in p {
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	margin: 0;
	letter-spacing: .5px;
	padding: 10px 0;
	color: #fff;
}
.slide-banner .slide-text .slide-text-in ul {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.slide-banner .slide-text .slide-text-in ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.slide-btn {
	width: 175px;
	height: 40px;
	margin: 0;
	padding: 0;
	display: block;
	color: #1ca6f5;
	border-radius: 25px 0 0 25px;
	background: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: .2px;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-btn2 {
	border-radius: 0 25px 25px 0;
}
.slide-btn:hover, .slide-btn:focus {
	color: #fff;
	background: #ff912e;
}
.get-in{}
.get-in .slide-btn{
	width: 200px;
	border-radius: 25px;
	margin: 15px auto 0 auto;
	background: #ff912e;
	color:#fff;
}
.get-in .slide-btn:hover{
	background:#fff;
	color:#1ca6f5;
}
.get-in-text{
	padding:30px !important;
}
.get-in-text p{
	font-size: 13px;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    letter-spacing: .5px;
    padding: 3px 0;
    color: #333;
}
.get-in-text p a{
	    color: #333;
}
.get-in-text p svg{
	margin: 0 5px 0 0;
}
.get-in-text p svg path{
	fill: #ff912e;
}
.get-in-text .get-in-border{
	border-left: 1px dotted #ccc;
}
.slide-banner .carousel-indicators {
	bottom: 12%;
	left: auto;
	right: 5%;
	text-align: center;
	margin: 0;
	width: 450px;
}
.slide-banner .carousel-indicators li {
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border: 0px solid #fff;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	border-radius: 0 0 5px 5px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-indicators .active {
	background-color: #ffffff;
	border: 0px solid #fff;
	height: 12px;
}
.about {
	padding: 0 0 50px 0;
}
.ab-left {
	padding: 0;
	margin: -40px 0 0 0;
}
.ab-left img {
	width: 160px;
	float: left;
	margin: 15px 20px 0 0;
	border: 1px solid #efefef;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.08);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.08);
}
.ab-left P {
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .5px;
	padding: 15px 0 5px 0;
	color: #333;
}
.ab-box {
	margin: 40px 0 0 0;
	padding: 20px;
	background: #1ca6f5 url(../images/ab-bg.jpg) top left no-repeat;
	position: relative;
}
.ab-box:before {
	position: absolute;
	content: '';
	width: 96%;
	height: 90%;
	top: 0;
	left: 0;
	margin: 2%;
	border: 1px solid #fff;
}
.ab-box hr {
	width: 31px;
	height: 3px;
	margin: 5px 0 10px 0;
	padding: 0;
	float: right;
	background: #ff912e;
	border: none;
}
.ab-box h4 {
	font-size: 17px;
	text-align: right;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	letter-spacing: .5px;
	padding: 0;
	color: #fff;
}
.ab-box h5 {
	font-size: 14px;
	text-align: right;
	font-weight: 800;
	line-height: 26px;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
	padding: 0 0 2px 0;
	color: #ff0;
	border-bottom: 1px solid #7dcdfb;
}
.ab-box h5 svg {
	margin: 0 3px 0 0;
}
.ab-box p {
	font-size: 15px;
	text-align: right;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 0 5px 0;
	color: #fff;
}
.ab-box p svg {
	margin: 0 3px 0 0;
	width: 11px !important;
	vertical-align: -3.8px;
}
.ab-left .btn-1 {
	float: right;
}
.tittle {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin: 0;
	display: block;
	padding: 0 0 3px 0;
	text-align: left;
	font-weight: 800;
	letter-spacing: 1px;
	z-index: 9;
	text-transform: uppercase;
	position: relative;
}
.tittle:before {
	font-size: 80px;
	font-weight: 700;
	color: #202020;
	line-height: 80px;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	content: attr(data-text);
	position: absolute;
	left: 50%;
	top: -27px;
	margin-left: -25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	opacity: 0.1;
}
.hr1 {
	width: 80px;
	height: 9px;
	margin: 5px 0 10px 0;
	padding: 0;
	border: none;
	border-top: 1px solid #333;
	position: relative;
}
.hr1:before, .hr1:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 1px;
	background: #333;
	top: 3px;
	left: 0;
	margin: 0;
	padding: 0;
}
.hr1:after {
	top: 7px;
	width: 40px;
}
.btn-1 {
	width: 150px;
	height: 40px;
	display: block;
	margin: 10px 0 0 0;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	letter-spacing: .8px;
	border-radius: 25px;
	text-transform: uppercase;
	background: #ff912e;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1:hover {
	background: #1ca6f5;
	color: #fff;
}
.ab-right {
}
.ab-right img {
	width: 90%;
	margin: 40px auto 0 auto;
}
.treatments {
	padding: 50px 0;
	background: url(../images/bg1.jpg) fixed;
	background-size: cover;
}
.treatments .tittle {
	text-align: center;
	color: #fff;
}
.treatments .tittle:before {
	color: #fff;
}
.hr2 {
	width: 251px;
	height: 12px;
	margin: 15px auto;
	padding: 0;
	border: none;
	background: url(../images/line.png) no-repeat;
	background-size: 100% auto;
}
.trt-box {
	padding: 10px 10px 0 10px !important;
}
.trt-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	left: 0;
	top: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.trt-box:hover:before {
	border: 1px solid #1ea5f7;
}
.trt-box img {
	width: 160px;
	margin: 5px auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.trt-box:hover img {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.trt-box h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #fff;
}
.trt-box p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .5px;
	padding: 0 0 5px 0;
	color: #fff;
}
.trt-box hr {
	width: 45px;
	height: 6px;
	margin: 14px auto 0 auto;
	padding: 0;
	border: none;
	background: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.trt-box:hover hr {
	background: #1ea5f7;
}
.imleft, .imright {
	position: absolute;
	content: '';
	top: auto;
	bottom: 0;
	margin: 0;
	padding: 8px;
	width: 45px;
	background: rgba(0, 0, 0, 0.2);
	opacity: .8;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.imleft img, .imright img {
	width: 100%;
	margin: 0 auto;
}
.imleft {
	left: 45%;
}
.imright {
	right: 45%;
}
.imleft:hover, .imright:hover {
	opacity: 1;
	background: rgba(30, 165, 247, 0.65);
}
.treatments #treatment-slider {
	padding: 20px 0 0 0;
}
.treatments #treatment-slider .carousel-inner {
	padding: 0 0 75px 0;
}
.facilities {
	padding: 50px 0 75px 0;
	background: #f5f5f5;
}
.facilities .tittle {
	text-align: center;
}
.facilities .hr2 {
	background: url(../images/line2.png) no-repeat;
	background-size: 100% auto;
}
.fac-left {
}
.fac-left .imleft, .fac-left .imright {
	bottom: 3%;
	width: 35px;
	padding: 4px;
	background: rgba(0, 0, 0, 0.3);
}
.fac-left .imleft {
	left: 3%;
}
.fac-left .imright {
	left: 11%;
	right: auto;
}
.fac-left .imleft:hover, .fac-left .imright:hover {
	background: rgba(30, 165, 247, 0.75);
}
.fac-right {
	z-index: 9;
	margin: 45px 0 0 -65px;
	padding: 40px !important;
	background: #fff;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.05);
}
.fac-right h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #000;
}
.fac-right hr {
	width: 40px;
	height: 3px;
	margin: 4px 0 7px 0;
	padding: 0;
	border: none;
	background: #1ea5f7;
}
.fac-right p {
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .5px;
	padding: 5px 0;
	color: #333;
}
.tourism {
	padding: 30px 0 15px 0;
	background: url(../images/bg2.jpg) no-repeat;
	background-size: 100% auto;
}
.tourism-left {
	padding: 0;
}
.tourism .tittle {
	color: #fff;
}
.tourism .hr1 {
	border-top: 1px solid #fff;
}
.tourism .hr1:before, .tourism .hr1:after {
	background: #fff;
}
.tourism p {
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .5px;
	padding: 5px 0;
	color: #fff;
}
.tourism .btn-1:hover {
	background: #fff;
	color: #1ca6f5;
}
.tourism-right {
}
.tourism-right img {
	width: 100%;
	margin: 0;
}
.gallery {
	padding: 50px 0;
}
.gallery .tittle {
	text-align: center;
}
.gallery .hr2 {
	background: url(../images/line2.png) no-repeat;
	background-size: 100% auto;
}
.gal-box {
	padding: 0 !important;
	margin: 15px 0 0 0;
}
.gal-box .gal-img {
	overflow: hidden;
}
.gal-box .gal-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.gal-box:hover .gal-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.gal-box .gal-text {
	width: 80%;
	height: 46px;
	margin: -23px auto 0 auto;
	padding: 0;
	background: #1ca6f5;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal-box .gal-text:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #1ca6f5;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -20px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal-box:hover .gal-text {
	background: #ff912e;
}
.gal-box:hover .gal-text:before {
	border-bottom: 20px solid #ff912e;
}
.gal-box .gal-text h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 46px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #fff;
}
.testimoinals {
	padding: 0;
	background: url(../images/bg3.jpg) fixed;
	background-size: 100% auto;
}
.testimoinals .tittle {
	text-align: center;
	font-size: 21px;
	padding: 0 0 25px 0;
}
.testimoinals .tittle:before {
	font-size: 72px;
	line-height: 85px;
}
.testi-left {
	padding: 40px 60px !important;
	background: rgba(28, 166, 245, 0.95);
}
.testi-left .tittle {
	color: #fff;
}
.testi-left .tittle:before {
	color: #fff;
}
.testi-left-box {
	overflow: hidden;
	padding: 0;
}
.testi-left-box img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.testi-left-box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.testi-left #testi2-slider-slider {
}
.testi-left #testi-slider .carousel-inner {
	padding: 0 0 60px 0;
}
.testi-left .imleft, .testi-left .imright {
	position: absolute;
	content: '';
	top: auto;
	bottom: 0;
	margin: 0;
	padding: 3px;
	width: 35px;
	background: rgba(255, 255, 255, 0.18);
	opacity: 1;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testi-left .imleft img, .testi-left .imright img {
	width: 100%;
	margin: 0 auto;
}
.testi-left .imleft {
	left: 41%;
}
.testi-left .imright {
	right: 41%;
}
.testi-left .imleft:hover, .testi-left .imright:hover {
	opacity: 1;
	background: rgba(0, 0, 0, 0.4);
}
.testi-right {
	padding: 40px !important;
}
.testi-right-box {
	background: rgba(255, 255, 255, 0.85);
	padding: 40px 0 0 0;
}
.testi-right-box #testi2-slider {
	padding: 0 0 45px 0;
}
.testi-right-box #testi2-slider .carousel-inner {
}
.testi-right-box #testi2-slider .carousel-inner>.item{
	padding: 0 45px; 
}
.test-box {padding: 0 10px !important;}

.test-box img {
	width: 100%;
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
}
.test-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 29px;
	margin: 0;
	font-style: italic;
	letter-spacing: .5px;
	padding: 5px 0;
	color: #333;
}
.test-box hr {
	width: 3px;
	height: 35px;
	margin: 8px auto;
	padding: 0;
	border: none;
	background: #1ca6f5;
}
.test-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.testi-right-box .imleft, .testi-right-box .imright {
	position: absolute;
	content: '';
	top: 36%;
	bottom: auto;
	margin: 0;
	padding: 3px;
	width: 35px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	border-radius: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testi-right-box .imleft img, .testi-right-box .imright img {
	width: 100%;
	margin: 0 auto;
}
.testi-right-box .imleft {
	left: 0;
}
.testi-right-box .imright {
	right: 0;
}
.testi-right-box .imleft:hover, .testi-right-box .imright:hover {
	opacity: 1;
	background: rgba(30, 165, 247, 0.65);
}
.blog {
	padding: 50px 0 0 0;
}
.blog .tittle {
	text-align: center;
}
.blog .hr2 {
	background: url(../images/line2.png) no-repeat;
	background-size: 100% auto;
}
.blog-box {
	margin: 15px 0 0 0;
	padding: 0 !important;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.05);
}
.blog-box .blog-img {
	padding: 0;
	overflow: hidden;
}
.blog-box .blog-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.blog-box:hover .blog-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.blog-text {
	background: #fff;
	padding: 15px;
}
.blog-text ul {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
}
.blog-text ul li {
	list-style: none;
	margin: 0;
	padding: 7px 10px;
	display: block;
	float: left;
	width: 50%;
	font-size: 12px;
	line-height: 24px;
	color: #6b6b6b;
	font-weight: 500;
	border: 1px solid #e8e8e8;
}
.blog-text ul li:nth-child(2) {
	border-left: none;
}
.blog-text ul li svg {
	margin: 0 5px 0 0;
}
.blog-text h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.blog-text p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .5px;
	padding: 5px 0;
	color: #333;
}
.blog-text .btn-1 {
	margin: 10px auto;
	float: none;
}
.newsletter {
	padding: 70px 0 70px 0;
	background: url(../images/fbg2.jpg) no-repeat left bottom;
	background-size: 100% auto;
}
.newsletter h3 {
	font-size: 18px;
	line-height: 50px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	position: relative;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.newsletter form {
	margin: 0;
	padding: 0;
}
.newsletter form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #333;
}
.newsletter form ::-moz-placeholder { /* Firefox 19+ */
 color: #333;
}
.newsletter form :-ms-input-placeholder { /* IE 10+ */
 color: #333;
}
.newsletter form :-moz-placeholder { /* Firefox 18- */
 color: #333;
}
.newsletter .nl1 {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	font-weight: 400;
	border: none;
	border: 1px solid #1ca6f5;
	background: rgba(255, 255, 255, 0.4);
	outline: none;
}
.newsletter .nl2 {
	width: 100%;
	height: 50px;
	background: #1ca6f5;
	border: 0px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 39px;
	outline: none;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.newsletter .nl2:hover {
	background: #ff912e;
	color: #fff;
}
footer {
	padding: 50px 0 0 0;
	background: url(../images/fbg.jpg) fixed;
	background-size: cover;
}
.f-box {
	border: 1px solid #476082;
	padding: 0 !important;
	margin: 10px 0;
}
.f-box h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 15px 0 5px 0;
	color: #fff;
	text-transform: uppercase;
}
.f-box h4 span {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	width: 33px;
	height: 2px;
	background: #1ca6f5;
	top: -5px;
	position: relative;
}
.f-box p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .5px;
	padding: 5px 0;
	color: #d6d6d6;
}
.f-box p svg {
	margin: 0 5px 0 0;
}
.f-box h6 {
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	letter-spacing: .5px;
	padding: 2px 0;
	color: #ffffff;
}
.f-box h6 svg {
	margin: 0 5px 0 0;
}
.map {
	height: 160px;
	overflow: hidden;
}
.call-us {
	padding: 15px;
	text-align: center;
}
.call-us h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	letter-spacing: 2px;
	padding: 15px 0;
	color: #23a7f4;
	text-transform: uppercase;
}
.call-us h4 svg {
	margin: 0 5px 0 0;
}
.call-us h4 span {
	color: #fff;
}
.call-us h4 .spanc1 {
	width: 150px;
	height: 1px;
	background: #476082;
	margin: 0 17px;
	display: inline-block;
	position: relative;
	top: -4px;
}
.f-copy {
	margin: 0;
	padding: 18px 0;
	background: #000;
}
.f-copy h6 {
	color: #6f6f6f;
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
	margin: 0;
	text-align: left;
	padding: 0;
	letter-spacing: .4px;
}
.f-copy h6 a, .f-copy h6 a:hover, .f-copy h6 a:focus {
	color: #d6d6d6;
}
.social2 {
	margin: 0;
	padding: 0;
}
.social2 ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.social2 ul li {
	list-style: none;
	margin: 0;
	display: inline-block;
}
.social2 ul li a {
	color: #6f6f6f;
	font-size: 13px;
	margin: 0 5px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social2 ul li:hover a {
	color: #d6d6d6;
}
.inner-banner {
	width: 100%;
	position: relative;
}
.inner-banner img {
	width: 100%;
}
.brd-in {
	padding: 5px 0;
	margin: 0;
	position: absolute;
	z-index: 999;
	width: 100%;
	bottom: 0;
}
.scp-brc {
	background-color: transparent !important;
	text-align: left;
	margin: 0 0 25px 0 !important;
	padding: 0 0 10px 0 !important;
	border-bottom: 1px dashed #ccc;
}
.scp-brc li a {
	font-size: 13px;
	line-height: 24px;
	padding: 7px 0;
	text-align: right;
	font-weight: 500;
	color: #333;
	letter-spacing: .8px;
}
.scp-brc li:last-child a {
	color: #1ca6f5;
}
.innerpage {
	margin: 0;
	padding: 50px 0 0 0;
}
.innerpage p {
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .5px;
	padding: 5px 0;
	color: #333;
}
.inner-right {
	padding: 0 0 15px 0;
	margin: 0;
	background: #f0f0f0;
}
.inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #1ca6f5;
	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: #1ca6f5;
	color: #fff;
	border: none;
}
.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;
}

@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) {
}
