body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #ab0991;
}
::selection {
	color: #fff;
	background: #ab0991;
}
::-webkit-scrollbar-track {
 background-color: #b5b5b5;
}
::-webkit-scrollbar {
 width: 6px;
 background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
 background-color: #ff0082;
}
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: 9;
}
.home:before {
	position: absolute;
	content: '';
	width: 40%;
	height: 100%;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	background: url(../images/top-bg.png) no-repeat top right;
	background-size: auto 100%;
	z-index: -1;
}
.home:after {
	position: absolute;
	content: '';
	width: 83%;
	height: 100%;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	display: block;
	z-index: -2;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	background: rgba(209,18,114,1);
	background: -moz-linear-gradient(left, rgba(209,18,114,1) 0%, rgba(116,28,101,1) 88%, rgba(116,28,101,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(209,18,114,1)), color-stop(88%, rgba(116,28,101,1)), color-stop(100%, rgba(116,28,101,1)));
	background: -webkit-linear-gradient(left, rgba(209,18,114,1) 0%, rgba(116,28,101,1) 88%, rgba(116,28,101,1) 100%);
	background: -o-linear-gradient(left, rgba(209,18,114,1) 0%, rgba(116,28,101,1) 88%, rgba(116,28,101,1) 100%);
	background: -ms-linear-gradient(left, rgba(209,18,114,1) 0%, rgba(116,28,101,1) 88%, rgba(116,28,101,1) 100%);
	background: linear-gradient(to right, rgba(209,18,114,1) 0%, rgba(116,28,101,1) 88%, rgba(116,28,101,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11272', endColorstr='#741c65', GradientType=1 );
}
.top-banner {
	padding: 5px 30px !important;
	position: relative;
}
.head-top {
	padding: 12px 0 15px 0 !important;
}
.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: #fff;
	background: none;
	outline: none;
	line-height: 25px;
	border-radius: 25px;
	border: 1px solid #fff;
}
.social {
	float: left;
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0 3px 0 0;
	line-height: 35px;
	padding: 0;
	display: inline-block;
	background: #73b32e;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.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: #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 {
	background: #ff0084;
}
.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: 0px solid #cf1372;
	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: #ffffff 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: #ca1371;
	letter-spacing: 1px;
	background: #ffffff;
	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: #fff;
	background: #ff0084;
}
.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: #2c7dfe;
	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: #2c7dfe !important;
	opacity: 1 !important;
	width: 30px;
	padding: 0 0 3px 1px;
	text-align: center;
	height: 30px;
	border-radius: 100%;
}
.menu {
}
.logo {
	position: relative;
}
.logo img {
	width: 140px;
	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: #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: right;
}
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: #c71371;
	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: 200px;
}
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 6px;
	margin: 0 8px;
	line-height: 35px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	letter-spacing: .8px;
	-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: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	padding: 8px 10px;
	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: #ff0082;
}
ul.slimmenu li.active a {
	color: #ffffff;
}
ul.slimmenu li a:hover {
	color: #ffffff;
}
ul.slimmenu li a:after, ul.slimmenu li a:before {
	position: absolute;
	content: '';
	margin: 0 50%;
	padding: 0;
	width: 0;
	height: 1px;
	background: #ffffff;
	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 .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 999;
	width: 5px;
	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 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: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;
}
.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-control.left {
	left: -13%;
}
.slide-banner .carousel-control.right {
	right: -13%;
}
.slide-banner:hover .carousel-control.left {
	left: 3%;
}
.slide-banner:hover .carousel-control.right {
	right: 3%;
}
.slide-banner .slide-text {
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 9%;
	left: 0;
	top: 17%;
	z-index: 9999;
}
.slide-banner .slide-text .slide-text-in {
	width: 350px;
	height: auto;
	margin: 0;
	padding: 53px 0;
	float: right;
	z-index: 9;
	position: relative;
	overflow: hidden;
}
.slide-banner .slide-text .slide-text-in:before {
	position: absolute;
	content: '';
	width: 51%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 35px;
	opacity: .85;
	background: url(../images/sbox.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.2s;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.slide-banner .slide-text .slide-text-in h4 {
	font-size: 25px;
	line-height: 37px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.slide-banner .slide-text .slide-text-in h2 {
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.slide-banner .slide-text .slide-text-in h2 .span-1 {
	font-size: 40px;
	font-weight: 900;
	line-height: 25px;
}
.slide-banner .slide-text .slide-text-in h2 .span-2 {
	color: #ff0082;
	font-size: 40px;
	font-weight: 900;
	line-height: 25px;
}
.slide-banner .slide-text .slide-text-in h3 {
	color: #000000;
	text-transform: none;
	font-size: 19px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-align: right;
	letter-spacing: 1px;
	font-style: italic;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.btn-1 {
	width: 145px;
	height: 40px;
	margin: 10px 0;
	padding: 0;
	float: right;
	display: block;
	color: #ffffff;
	background: #6d105e;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: .2px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.btn-1 svg {
	margin: 0 3px 0 0;
}
.btn-1:hover, .btn-1:focus {
	color: #fff;
}
.btn-1:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: -1;
	background: #ff0182;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1:hover:before {
	width: 100%;
}
.about {
	padding: 0 0 40px 0;
	margin: -10px 0 0 0;
	background: url(../images/bg1.png) no-repeat bottom left;
	background-size: auto 90%;
	position: relative;
	z-index: 9;
}
.about .td-head {
	padding: 0 0 30px 0;
}
.td-head {
	padding: 0 0 20px 0;
	text-align: right;
	position: relative;
}
.td-head:before {
	position: absolute;
	content: '';
	width: 64%;
	height: 1px;
	margin: 33px 0;
	padding: 0;
	border: none;
	background: #ccc;
	left: 0;
	top: 0;
}
.td-headin {
	display: inline-block;
}
.td-head h2 {
	font-size: 24px;
	line-height: 40px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.td-head h2 span {
	color: #ff0082;
	font-weight: 800;
}
.td-head h3 {
	font-size: 15px;
	line-height: 13px;
	color: #000000;
	margin: 0;
	padding: 0 0 0 6px;
	text-align: left;
	font-weight: 700;
	letter-spacing: 1px;
	border-left: 2px solid #ff0082;
}
.td-head h3 span {
	font-weight: 400;
}
.ab-left {
	padding: 0 !important;
}
.ab-left p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .9px;
	padding: 0;
	color: #000;
}
.ab-right {
	padding: 0 0 0 45px !important;
}
.ab-right img {
	width: 100%;
	padding: 5px;
	background-color: #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);
}
.about-box {
	padding: 20px 0 0 0;
	position: relative;
}
.about-box:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	background: rgba(255,229,242,0);
	background: -moz-linear-gradient(-45deg, rgba(255,229,242,0) 0%, rgba(255,229,242,0.06) 1%, rgba(255,229,242,1) 18%, rgba(255,229,242,1) 55%, rgba(255,212,234,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,229,242,0)), color-stop(1%, rgba(255,229,242,0.06)), color-stop(18%, rgba(255,229,242,1)), color-stop(55%, rgba(255,229,242,1)), color-stop(100%, rgba(255,212,234,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,229,242,0) 0%, rgba(255,229,242,0.06) 1%, rgba(255,229,242,1) 18%, rgba(255,229,242,1) 55%, rgba(255,212,234,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,229,242,0) 0%, rgba(255,229,242,0.06) 1%, rgba(255,229,242,1) 18%, rgba(255,229,242,1) 55%, rgba(255,212,234,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,229,242,0) 0%, rgba(255,229,242,0.06) 1%, rgba(255,229,242,1) 18%, rgba(255,229,242,1) 55%, rgba(255,212,234,1) 100%);
	background: linear-gradient(135deg, rgba(255,229,242,0) 0%, rgba(255,229,242,0.06) 1%, rgba(255,229,242,1) 18%, rgba(255,229,242,1) 55%, rgba(255,212,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5f2', endColorstr='#ffd4ea', GradientType=1 );
	width: 96%;
	height: 67%;
	top: 12%;
	right: -10%;
	z-index: -1;
}
.about-boxleft {
	padding: 0 !important;
}
.about-boxleft img {
	width: 100%;
}
.about-boxright {
	padding: 0 0 0 30px !important;
}
.about-boxright h4 {
	font-size: 17px;
	text-align: left;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	letter-spacing: 1px;
	padding: 28px 0 6px 0;
	color: #ff0082;
}
.about-boxright h4 span {
	color: #000000;
}
.about-boxright .btn-1 {
	float: none;
	margin: 5px 0 0 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 25px;
}
.services {
	padding: 40px 0 90px 0;
	background: url(../images/bg2.jpg) fixed;
	background-size: cover;
	position: relative;
}
.services: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;
}
.services .td-head {
	text-align: left;
}
.services .td-head:before {
	left: auto;
	right: 40px;
	width: 69%;
	background: #ffafe3;
}
.services .td-head h2 {
	text-align: right;
	color: #fff;
}
.services .td-head h2 span {
	color: #ff0;
}
.services .td-head h3 {
	color: #fff;
	text-align: right;
	border-left: 0px solid #ff0;
	border-right: 2px solid #ff0;
	padding: 0 6px 0 0;
}
.services .td-head h3 span {
	font-weight: 300;
}
.srpd {
	padding: 0 5px !important;
}
.ser-box {
	padding: 0 !important;
	margin: 60px 0 30px 0;
}
.ser-box .ser-box-img {
	overflow: hidden;
	position: relative;
}
.ser-box .ser-box-img:before {
	width: 70px;
	height: 200%;
	margin: 0;
	padding: 0;
	top: -50%;
	left: -100%;
	position: absolute;
	content: '';
	z-index: 99;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
.ser-box:hover .ser-box-img:before {
	top: 0;
	left: 150%;
}
.ser-box .ser-box-img img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.ser-box:hover .ser-box-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);
}
.ser-box .ser-box-txt {
	background: #fff;
	position: relative;
	padding: 7px 0 3px 0;
	margin: 0;
}
.ser-box .ser-box-txt:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: -20px;
	background: url(../images/ser-tbg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 9;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.ser-box .ser-box-txt h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ser-box:hover .ser-box-txt {
	background: #ff0082;
}
.ser-box:hover .ser-box-txt:after {
	-webkit-filter: brightness(1) invert(0);
	-moz-filter: brightness(1) invert(0);
	-o-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}
.ser-box:hover .ser-box-txt h4 {
	color: #fff;
}
.services #services-slider {
	margin: -60px 0 0 0;
}
.adleft, .adright {
	position: absolute;
	content: '';
	top: 0;
	margin: 0;
	padding: 4px;
	width: 30px;
	opacity: 1;
	background: #ffafe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft {
	right: 35px;
}
.adright {
	right: 0;
}
.adleft:hover, .adright:hover {
	background: #fff;
}
.smile {
	padding: 0 0 35px 0;
}
.smile .td-head:before {
	width: 76%;
}
.smile-left {
	padding: 0 !important;
}
.smile-left:before {
	position: absolute;
	content: '';
	width: 88%;
	height: 50%;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-left: none;
	top: 11%;
	right: -3%;
	border-radius: 0 30px 30px 0;
}
.smpd {
	padding: 0 10px !important;
}
.smile-box {
	padding: 0 !important;
	margin: 0 0 15px 0;
}
.smile-box img {
	width: 75px;
	margin: 0 auto 7px auto;
	border: 1px solid #ccc;
	border-radius: 100%;
	padding: 12px;
	background-color: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.smile-box:hover img {
	border: 1px solid #ff0082;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.smile-box h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.smile-box:hover h4 {
	color: #ff0082;
}
.smile-box hr {
	width: 72px;
	height: 6px;
	margin: 4px auto 7px auto;
	padding: 0;
	border: none;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.smile-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 21px;
	margin: 0;
	letter-spacing: .3px;
	padding: 0;
	color: #656565;
}
.smile-right {
}
.smile-right img {
	width: 100%;
	margin: 30px 0 0 0;
}
.other {
	background: url(../images/pbg.jpg);
	padding: 40px 0 60px 0;
	position: relative;
	z-index: 9;
}
.other:after {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../images/oth-bg.png) no-repeat top right;
	background-size: auto 100%;
	z-index: -1;
	opacity: .05;
}
.other .td-head {
	text-align: left;
	padding: 0 0 35px 0;
}
.other .td-head:before {
	left: auto;
	right: 0;
	width: 75%;
}
.other .td-head h2 {
	text-align: right;
}
.other .td-head h3 {
	text-align: right;
	border-left: 0px solid #ff2789;
	border-right: 2px solid #ff2789;
	padding: 0 6px 0 0;
}
.oth-left {
	padding: 0 !important;
}
.oth-right {
	padding: 0 0 0 15px !important;
}
.otpd {
	padding: 0 !important;
}
.oth-boxin {
	border-right: 1px dashed #ccc;
}
.oth-boxin2 {
	border-right: 0px dashed #ccc;
}
.oth-box {
	border: 1px solid #ccc;
	padding: 0 10px 10px 10px !important;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	height: 285px;
}
.oth-box h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 25px;
	margin: 0 auto;
	letter-spacing: .8px;
	padding: 2px 17px;
	color: #ffffff;
	display: inline-block;
	background: #ff0082;
	position: relative;
	top: -15px;
}
.oth-box .oth-img, .oth-boxin .oth-boxin-img {
	width: 100px;
	margin: 0 auto;
	position: relative;
	border-radius: 100%;
	padding: 4px;
	border: 2px solid #ccc;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.oth-box:hover .oth-img, .oth-boxin:hover .oth-boxin-img {
	border: 2px solid #ff0082;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.oth-box .oth-img:before, .oth-box .oth-img:after, .oth-boxin .oth-boxin-img:before, .oth-box .oth-boxin-img:after {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 20%;
	height: 3px;
	background: #ccc;
	top: 50%;
	left: -30%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.oth-box .oth-img:after, .oth-boxin .oth-boxin-img:after {
	left: auto;
	right: -30%;
}
.oth-box:hover .oth-img:before, .oth-box:hover .oth-img:after, .oth-boxin:hover .oth-boxin-img:before, .oth-boxin:hover .oth-boxin-img:after {
	background: #ff0082;
}
.oth-box .oth-img img, .oth-boxin .oth-boxin-img img {
	width: 100%;
	border-radius: 100%;
}
.oth-box p, .oth-boxin p {
	font-size: 13.5px;
	text-align: center;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .6px;
	padding: 10px 0;
	color: #656565;
}
.oth-boxin h5 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 19px;
	margin: 0;
	letter-spacing: .6px;
	padding: 10px 0 0 0;
	color: #000000;
}
.oth-box .btn-1 {
	float: none;
	margin: 5px auto -30px auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 25px;
}
.tourism {
	padding: 30px 0 10px 0;
	background: #fed8f1 url(../images/bg3.jpg) left bottom no-repeat;
	background-size: 100% auto;
	position: relative;
}
.tourism .td-head {
}
.tourism .td-head:before {
	width: 77%;
	background: #ff66b4;
}
.tourism:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	background: url(../images/sbg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 9;
}
.tour-left {
}
.tour-left p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .9px;
	padding: 0;
	color: #000;
}
.tour-left .btn-1 {
	float: left;
	margin: 15px 0 0 0;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border-radius: 25px;
}
.tour-right {
	z-index: 99;
}
.tour-right img {
	width: 100%;
}
.reviews {
	padding: 20px 0;
}
.reviews .td-head {
	text-align: left;
}
.reviews .td-head:before {
	left: auto;
	right: 0;
	width: 68%;
}
.reviews .td-head h2 {
	text-align: right;
}
.reviews .td-head h3 {
	text-align: right;
	border-left: 0px solid #ff2789;
	border-right: 2px solid #ff2789;
	padding: 0 6px 0 0;
}
.review-left {
	padding: 0 !important;
}
.review-box-in {
	padding: 0;
	margin: 15px auto;
	width: 310px;
	height: 310px;
	background: #ffebf8;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 0px 12px rgba(255,171,227,1);
	-moz-box-shadow: 0px 0px 0px 12px rgba(255,171,227,1);
	box-shadow: 0px 0px 0px 12px rgb(255, 171, 227);
}
.review-box {
	padding: 25px;
	margin: 0 auto;
	text-align: center;
}
.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 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 {
	float: none;
	margin: 14px auto 0 auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 25px;
}
.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: 130px;
	background: rgba(0, 0, 0, 0.36);
	border-radius: 10px;
	top: 40%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box:hover ul {
	background: rgba(255, 0, 130, 0.5);
}
.reviewv-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50px;
	float: left;
}
.reviewv-box ul li:first-child {
	margin: 0 10px 0 0;
}
.reviewv-box ul li img {
	width: 100%;
	opacity: .65;
	-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 {
	margin: -30px 0 0 0;
}
.reviews #reviews-slider .carousel-inner {
	padding: 0;
}
.reviews #reviews2-slider .carousel-inner {
	padding: 0 0 35px 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: #ff0082;

}
.reviews .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	border-radius: 100%;
	background-color: rgb(255, 171, 227);
	border: 0px solid #868686;
}
.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: 450px;
}
.videopop button.close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -32px;
	right: 0;
	background: #ff0082;
	font-size: 24px;
	color: #fff;
	opacity: 1 !important;
}
.videopop video {
	width: 100%;
	height: auto;
}
.videopop .modal-footer {
}
.videopop .modal-footer .btn-default {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid #ffffff;
	margin: 0 auto;
	padding: 6px 22px;
	display: block;
	border-radius: 25px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.videopop .modal-footer .btn-default:hover {
	color: #fff;
	border: 2px solid #009c4b;
	background-color: #009c4b;
}
.gallery {
	padding: 0 0 60px 0;
}
.gallery .td-head:before {
	width: 79%;
}
.gallery .tabs-left {
	border-bottom: none;
	border-right: 0px solid #ddd;
}
.gallery .tabs-left>li {
	float: none;
	margin: 0 0 2px 0;
}
.gallery .nav-tabs>li>a {
	font-size: 14px;
	padding: 32px 20px;
	margin: 0;
	line-height: 20px;
	text-transform: uppercase;
	border: 0px solid transparent;
	border-radius: 0;
	background: #ffdaf2;
	color: #000;
	letter-spacing: .6px;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gallery .nav-tabs>li>a svg {
	display: block;
	margin: 0 auto 10px auto;
	font-size: 37px;
}
.gallery .tabs-left>li.active>a, .gallery .tabs-left>li.active>a:hover, .gallery .tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
	background: #ff0082;
	color: #fff;
	border: none;
	border-radius: 0px;
	margin: 0px;
}
.gallery .nav-tabs>li>a:hover {
	background: #ffabe3;
}
.gallery .tabs-left>li.active>a::after {
	content: "";
	position: absolute;
	top: 40%;
	right: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ff0082;
	display: block;
	width: 0;
}
.gallery .tab-content {
	padding: 0 0 0 30px;
	position: relative;
}
.gallery .tab-content:after {
	position: absolute;
	content: '';
	width: 85%;
	height: 1px;
	border-bottom: 1px dashed #6d105e;
	margin: 0;
	padding: 0;
	left: 40px;
	bottom: 18px;
}
.gpdd {
	padding: 0 10px 17px 10px !important;
}
.galvbox {
	padding: 0 !important;
}
.galvbox img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.galvbox ul {
	position: absolute;
	margin: 0;
	margin-left: -50px;
	padding: 5px 5px;
	width: 100px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	top: 38%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox:hover ul {
	background: rgba(255, 0, 130, 0.5);
}
.galvbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 42px;
	float: left;
}
.galvbox ul li:first-child {
	margin: 0 5px 0 0;
}
.galvbox ul li img {
	width: 100%;
	opacity: .65;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox ul li:hover img {
	opacity: 1;
}
.gallery .btn-1 {
	margin: 10px 10px 0 0;
}
.galbox {
	padding: 0 !important;
	overflow: hidden;
	position: relative;
}
.galbox:before {
	width: 70px;
	height: 200%;
	margin: 0;
	padding: 0;
	top: -50%;
	left: -100%;
	position: absolute;
	content: '';
	z-index: 99;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
.galbox:hover:before {
	top: 0;
	left: 150%;
}
.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);
}*/
.map {
	position: relative;
	background: url(../images/bg4.jpg);
	background-size: cover;
}
.map-left {
	padding: 35px !important;
}
.map-left .td-head {
	text-align: left;
}
.map-left .td-head:before {
	left: auto;
	right: 0;
	width: 43%;
	background: #ff66b4;
}
.map-left .td-head h2 {
	text-align: right;
}
.map-left .td-head h3 {
	text-align: right;
	border-left: 0px solid #ff2789;
	border-right: 2px solid #ff2789;
	padding: 0 6px 0 0;
}
.app-form {
	background: rgba(255, 255, 255, 0.8);
	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 8px 0;
	padding: 0 10px !important;
}
.app-form .form-group label {
	width: 100%;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 4px 0;
	color: #000;
}
.app-form .form-group label span {
	color: #e21aa1;
	font-weight: 800;
	font-size: 19px;
	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 #7b7b7b;
	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 #7b7b7b;
}
.app-form .form-group input:focus, .app-form .form-group textarea:focus {
	border: 1px solid #e21aa1;
}
.app-form .form-group input[type=submit] {
	width: 150px;
	background: #ff0091;
	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: #6d105e;
}
.map-right {
	padding: 35px 35px 35px 0 !important;
}
.openhour {
	padding: 0 0 25px 0;
}
.openhour .td-head:before {
	margin: 20px 0;
	width: 69%;
	background: #ffbcde;
}
.openhour .td-head h2 {
	color: #fff;
}
.openhour .td-head h2 span {
	color: #ff0;
}
.openhour table {
	width: 100%;
	text-align: center;
	font-size: 14px;
	letter-spacing: .6px;
	color: #fff;
	border: 1px solid #fff;
}
.openhour table th {
	background: #fff;
	color: #ff0082;
	text-align: center;
	font-weight: 600;
	padding: 7px;
	border: 1px solid #fff !important;
}
.openhour table td {
	padding: 14px 5px;
	border: 1px solid #fff !important;
}
.blog {
	padding: 40px 0 95px 0;
	/* background: url(../images/bg4.jpg); */
	background-size: cover;
	position: relative;
}
.blog:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	background: url(../images/fbg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 9;
}
.blog-left {
	padding: 0 20px 0 0 !important;
}
.blog .td-head {
	text-align: left;
}
.blog .td-head:before {
	left: auto;
	right: 0;
	width: 82%;
	margin: 20px 0;
}
.bpd {
	padding: 0 10px !important;
}
.blog-box {
	padding: 20px !important;
	background: #ffdaf2;
	margin: 50px 0 15px 0;
}
.blog-box img {
	width: 110px;
	border-radius: 90px;
	margin: -70px auto 0 auto;
	border: 4px solid #ffffff;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.blog-box:hover img {
	border: 4px solid #ff0082;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.blog-box h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	letter-spacing: .7px;
	padding: 5px 0;
	color: #000;
}
.blog-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #000;
}
.blog-box .btn-1 {
	float: none;
	margin: 10px auto -30px auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 25px;
}
.blog-right {
	padding: 0 0 0 20px !important;
}
.blog-right .td-head:before {
	width: 48%;
}
.blog-right .adleft, .blog-right .adright {
	background: #ffdaf2;
	border: 1px solid #333;
	top: 50%;
}
.blog-right .adleft {
	left: 0;
}
.blog-right .adright {
	right: 0;
}
.news-box {
	padding: 0 13px;
}
.blog-right .adleft:hover, .blog-right .adright:hover {
	background: #ffafe3;
	border: 1px solid #ffafe3;
}
footer {
	background: #3e3e3e;
	padding: 20px 0 0 0;
}
.foot-box h4 {
	font-size: 22px;
	text-align: left;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #fff;
}
.foot-box h6 {
	font-size: 15px;
	text-align: left;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 0 9px 0;
	color: #d8d8d8;
	position: relative;
}
.foot-box h6:after {
	position: absolute;
	content: '';
	width: 73%;
	height: 1px;
	margin: 0;
	padding: 0;
	top: 11px;
	right: 0;
	background: #d8d8d8;
}
.foot-box hr {
	width: 35px;
	height: 3px;
	margin: 8px 0 10px 0;
	padding: 0;
	border: none;
	background: #ff0082;
}
.foot-box p {
	font-size: 15px;
	text-align: left;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #fff;
}
.foot-box p svg {
	margin: 0 5px 0 0;
}
.newsletter {
}
.newsletter form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.newsletter form ::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.newsletter form :-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.newsletter form :-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.newsletter form {
	margin: 20px 0 15px 0;
}
.newsletter .nl1 {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #fff;
	border: none;
	border: 1px solid #737373;
	background: none;
	outline: none;
}
.newsletter .nl2 {
	width: 100%;
	height: 40px;
	background: #737373;
	border: 0px solid #fff;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 39px;
	outline: none;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.newsletter .nl2:hover {
	background: #fff;
	color: #3e3e3e;
}
.foot-box .social ul {
	text-align: left;
}
.foot-box .social ul li {
	margin: 0 7px 0 0;
}
.f-copy {
	margin: 30px 0 0 0;
	padding: 10px 0;
	background: #1d1d1d;
}
.f-copy h6 {
	color: #adadad;
	font-size: 12px;
	line-height: 47px;
	font-weight: 400;
	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: #ffb9e6;
}
.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: #fff;
	font-size: 17px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 25px;
	background: #ff0082;
	border: 2px solid #fff;
	opacity: 0.7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.to-top a.back-to-top:hover {
	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(255, 0, 132, 0.75);
	border: 1px solid #fff;
	border-right: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 14px;
	font-weight: 500;
	opacity: 0;
	letter-spacing: .4px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva2 {
	width: 100%;
	opacity: 1;
}
.fixeddiva svg {
	font-size: 20px;
	margin: 0 auto 7px auto;
	display: block;
}
.fixeddiva:hover {
	background: rgba(255, 0, 132, 0.95);
	color: #fff;
}
.inner-banner {
	width: 100%;
	position: relative;
}
.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%;
}
.bknw {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	padding: 10px;
	position: absolute;
	bottom: 8%;
	right: 25%;
	background: rgba(255,0,136,0.85);
	background: -moz-linear-gradient(-45deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,0,136,0.85)), color-stop(1%, rgba(255,0,136,0.85)), color-stop(100%, rgba(114,21,99,0.85)));
	background: -webkit-linear-gradient(-45deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
	background: linear-gradient(135deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0088', endColorstr='#721563', GradientType=1 );
	z-index: 99;
	border: 4px solid #ffdbee;
}
.bknw svg {
	display: block;
	margin: 8px auto 0 auto;
	font-size: 20px;
	color: #fff;
}
.bknw h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 15px;
	margin: 0;
	letter-spacing: .6px;
	padding: 6px 0 0 0;
	color: #fff;
}
.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 20px 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: #ff0082;
}
.innerpage {
	margin: 0;
	padding: 14px 0 110px 0;
	position: relative;
}
.innerpage:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	background: url(../images/fbg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 9;
}
.innerpage h1 {
	font-size: 24px;
	line-height: 22px;
	color: #000000;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-left: 3px solid #ff0082;
}
.innerpage p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .9px;
	padding: 5px 0;
	color: #000;
}
.inner-right {
	padding: 0 0 15px 0;
	margin: 0;
	background: #ffebf8;
}
.inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #c31470;
	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: #c31470;
	color: #fff;
	border: none;
}
.innertesti, .ba-gallery , .pe-videos {
	background: #ffebf8;
	margin: 15px 0 0 0;
	padding: 15px;
}
.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: #ff0082;
}
.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(255, 171, 227);
	border: 0px solid #868686;
}
.innertesti-box {
	padding: 10px 0 0 0;
}
.innertesti h3, .ba-gallery h3, .pe-videos h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #c31470;
	margin: 0 0 10px 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: 0;
	color: #000;
}
.innertesti-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;
}
.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 {
	float: none;
	margin: 14px auto 0 auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 25px;
}
.bapd {
	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 5px;
	width: 100px;
	background: rgba(0, 0, 0, 0.5);
	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, 0, 130, 0.5);
}
.pe-videosbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 42px;
	float: left;
}
.pe-videosbox ul li:first-child {
	margin: 0 5px 0 0;
}
.pe-videosbox ul li img {
	width: 100%;
	opacity: .65;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pe-videosbox ul li:hover img {
	opacity: 1;
}

.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.3, 1.3);
}

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