body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #b5cc4a;
}
::selection {
	color: #fff;
	background: #b5cc4a;
}
::-webkit-scrollbar-track {
 background-color: #cacaca;
}
::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
 background-color: #7a8c24;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.top-banner {
	position: relative;
	padding: 0;
}
.langbtn {
	width: 92%;
	background: #b5cc4a;
	display: block;
	font-size: 14px;
	text-align: center;
	letter-spacing: .6px;
	color: #fff;
	padding: 10px;
	margin: 20px auto 0 auto;
	border-radius: 25px;
	direction: rtl;
	font-weight: 600;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(181, 204, 74, 0.22);
	-moz-box-shadow: 0px 0px 0px 10px rgba(181, 204, 74, 0.22);
	box-shadow: 0px 0px 0px 10px rgba(181, 204, 74, 0.22);
}
.langbtn:hover {
	background: #408e41;
	color: #fff;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(64, 142, 65, 0.22);
	-moz-box-shadow: 0px 0px 0px 10px rgba(64, 142, 65, 0.22);
	box-shadow: 0px 0px 0px 10px rgba(64, 142, 65, 0.22);
}
.headtop {
	padding: 12px 0 5px 0 !important;
}
.lang {
	margin: 0;
	padding: 0;
}
.lang select {
	width: 100%;
	height: 35px;
	margin: 0;
	font-size: 12px;
	padding: 0 5px;
	letter-spacing: .1px;
	color: #333;
	background: none;
	outline: none;
	line-height: 25px;
	border-radius: 25px;
	border: 1px solid #b5cc4a;
}
.mpd {
	padding: 0 10px 10px 10px !important;
}
.social {
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.social li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0 6px 0 0;
	line-height: 36px;
	padding: 0;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li a {
	display: block;
}
.social li svg {
	padding: 0;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg path {
	fill: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li:nth-child(1) {
	background: #143f9a;
}
.social li:nth-child(2) {
	background: #ff5200;
}
.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: #b5cc4a;
}
.social li:hover svg path {
	fill: #ffffff;
}
.search {
	margin: 0;
	padding: 0;
	position: relative;
}
.search form {
	padding: 0;
	margin: 0;
}
.search input.search-text {
	color: #000;
	position: relative;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 10px;
	right: 0;
	top: 0;
	z-index: 9;
	border-radius: 25px;
	font-size: 12px;
	outline: none;
	border: 1px solid #b5cc4a;
}
.search input.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	z-index: 9;
	border: none;
	border-radius: 25px;
	background: #5aa306 url(../images/search.png) no-repeat;
	opacity: 1;
	background-size: 35px;
}
 .search input.search-text::-webkit-search-cancel-button {
 cursor:pointer;
}
.callus {
	width: 100%;
	margin: 8px 0 0 0;
	text-align: right;
}
.callus a {
	display: inline-block;
	width: 225px;
}
.callus a span {
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	float: left;
	background: #e89a11;
	color: #fff;
	margin: 0 22px 0 0;
	-webkit-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
	-moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
	box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
	-webkit-animation: tada 1.25s infinite;
	-moz-animation: tada 1.25s infinite;
	-ms-animation: tada 1.25s infinite;
	animation: tada 1.25s infinite;
}
.callus p {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #545454;
}
.callus h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	letter-spacing: 2px;
	padding: 0;
	color: #153996;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.callus a:hover h4, .callus a:focus h4 {
	color: #e89a11;
}
.enquiry {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	float: right;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	display: block;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 1px;
	background: #b5cc4a;
	position: relative;
	outline: none;
	border-radius: 25px;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry svg {
	font-size: 16px;
	margin: 0 3px 0 0;
}
.enquiry:hover, .enquiry:focus {
	color: #ffffff;
	background: #408e41;
}
.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: #5aa306;
	outline: none;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.enhead .close {
	float: right;
	font-size: 24px;
	font-weight: 300;
	color: #fff !important;
	background: #5aa306 !important;
	opacity: 1 !important;
	width: 30px;
	padding: 0 0 3px 0px;
	text-align: center;
	height: 30px;
	border-radius: 100%;
}
.logo {
	padding: 15px;
}
.logo img {
	width: 240px;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu {
	background: #408e41;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 5px 0;
	color: #333;
	font-size: 13px;
	line-height: 40px;
	background-color: #e0e0e0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 40px;
	padding: 7px 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #73b32e;
	border-radius: 2px;
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
	color: #FFF;
	background-color: #73b32e;
}
.collapse-button .icon-bar {
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
	background-color: #F5F5F5;
	border-radius: 1px
}
ul.slimmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table
}
ul.slimmenu:after {
	clear: both
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li>ul {
	position: static;
	display: none
}
ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px
}
ul.slimmenu li {
	position: relative;
	display: inline-block;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}
ul.slimmenu li ul li {
	background: #408e41;
	width: 100%;
}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 220px;
}
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 17px;
	margin: 0;
	line-height: 45px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	letter-spacing: .8px;
	text-transform: uppercase;
	-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;
	line-height: 18px;
	color: #fff;
	padding: 10px;
	margin: 0;
	text-align: left;
	text-transform: none;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}
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: #ffffff;
	background: #146715;
}
ul.slimmenu li.active a {
	color: #ffffff;
	background: #146715;
}
ul.slimmenu li a:hover {
	color: #ffffff;
	background: #146715;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 999;
	width: 10px;
	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 svg {
	display: inline-block;
	color: #fff;
	font-size: 9px;
	font-weight: 100;
	vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle svg {
	color: #000;
}
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
}
.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;
}
.slide-banner {
	position: relative;
	padding: 0;
	margin: 0;
	background: url("../images/sbg.jpg") fixed;
	background-size: cover;
	overflow: hidden;
	z-index: 9;
}
.slide-banner .carousel-fade .carousel-inner .item {
	padding: 0 85px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: 46%;
	height: 35px;
	width: 35px;
	z-index: 99;
	background: none;
	border-radius: 5px;
	padding: 7px;
	opacity: 1;
	border: 1px solid #fff;
	margin-top: -22px;
	overflow: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-control.left {
	left: -125px;
}
.slide-banner .carousel-control.right {
	right: -125px;
}
.slide-banner:hover .carousel-control.left {
	left: 25px;
}
.slide-banner:hover .carousel-control.right {
	right: 25px;
}
.slide-banner .carousel-control.left img, .slide-banner .carousel-control.right img {
	-webkit-filter: brightness(1) invert(1);
	-moz-filter: brightness(1) invert(1);
	-o-filter: brightness(1) invert(1);
	filter: brightness(1) invert(1);
}
.slide-banner .carousel-control.left:hover, .slide-banner .carousel-control.right:hover {
	background: #fff;
}
.slide-banner .carousel-control.left:hover img, .slide-banner .carousel-control.right:hover img {
	-webkit-filter: brightness(0) invert(0);
	-moz-filter: brightness(0) invert(0);
	-o-filter: brightness(0) invert(0);
	filter: brightness(0) invert(0);
}
.slide-left {
	margin: 40px 0;
}
.slide-img {
	width: 75%;
	background: rgba(0,209,209,0.3);
	background: -moz-linear-gradient(-45deg, rgba(0,209,209,0.3) 0%, rgba(255,221,0,0.5) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,209,209,0.3)), color-stop(100%, rgba(255,221,0,0.5)));
	background: -webkit-linear-gradient(-45deg, rgba(0,209,209,0.3) 0%, rgba(255,221,0,0.5) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,209,209,0.3) 0%, rgba(255,221,0,0.5) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,209,209,0.3) 0%, rgba(255,221,0,0.5) 100%);
	background: linear-gradient(135deg, rgba(0,209,209,0.3) 0%, rgba(255,221,0,0.5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1d1', endColorstr='#ffdd00', GradientType=1 );
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	height: 100%;
	z-index: 1;
	transform-style: preserve-3d;
}
.slide-img:before, .slide-img:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: .05;
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	will-change: border-radius, transform, opacity;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	background: rgba(239,255,8,1);
	background: -moz-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(239,255,8,1)), color-stop(100%, rgba(0,125,6,1)));
	background: -webkit-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: -o-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efff08', endColorstr='#007d06', GradientType=1 );
}
.slide-img:before {
	-webkit-animation: morph 3s linear infinite;
	animation: morph 3s linear infinite;
	opacity: .05;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	background: rgba(0,199,13,1);
	background: -moz-linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,199,13,1)), color-stop(100%, rgba(214,234,39,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
	background: linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c70d', endColorstr='#d6ea27', GradientType=1 );
}
.slide-img img {
	width: 100%;
	z-index: 9;
	position: relative;
	animation: topBottom 5s infinite;
}
.slide-right {
	margin: 7% 0 0 0;
	overflow: hidden;
}
.slide-right h2 {
	font-family: 'Playfair Display', serif;
	font-size: 37px;
	line-height: 43px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: 900;
	letter-spacing: .8px;
	visibility: visible !important;
	-webkit-animation-name: fadeInRight !important;
	-moz-animation-name: fadeInRight !important;
	-o-animation-name: fadeInRight !important;
	animation-name: fadeInRight !important;
}
.slide-right h2 span {
	color: #caf700;
}
.slide-right p {
	font-size: 14px;
	text-align: right;
	font-weight: 300;
	line-height: 24px;
	padding: 17px 0 17px 40px;
	letter-spacing: .4px;
	margin: 0;
	color: #fff;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	visibility: visible !important;
	-webkit-animation-name: fadeInRight !important;
	-moz-animation-name: fadeInRight !important;
	-o-animation-name: fadeInRight !important;
	animation-name: fadeInRight !important;
}
.slide-right p span {
	font-weight: 600;
}
.slide-btn {
	width: 150px;
	height: 40px;
	margin: 0;
	padding: 0 30px 0 0;
	display: block;
	color: #b5cc4a;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #b5cc4a;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	line-height: 40px;
	letter-spacing: 1px;
	border-radius: 25px;
	float: right;
	overflow: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	visibility: visible !important;
	-webkit-animation-name: fadeInRight !important;
	-moz-animation-name: fadeInRight !important;
	-o-animation-name: fadeInRight !important;
	animation-name: fadeInRight !important;
}
.slide-btn span {
	position: absolute;
	top: 0;
	right: -1px;
	width: 38px;
	height: 38px;
	border: 1px solid #b5cc4a;
	font-size: 18px;
	line-height: 38px;
	color: #b5cc4a;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-btn:hover, .slide-btn:focus {
	color: #b5cc4a;
	padding: 0;
}
.slide-btn:hover span {
	right: -50px;
	background: #b5cc4a;
	color: #fff;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.slide-banner .carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.slide-banner .carousel-fade .carousel-inner .item, .slide-banner .carousel-fade .carousel-inner .active.left, .slide-banner .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.slide-banner .carousel-fade .carousel-inner .active, .slide-banner .carousel-fade .carousel-inner .next.left, .slide-banner .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.slide-banner .carousel-fade .carousel-inner .next, .slide-banner .carousel-fade .carousel-inner .prev, .slide-banner .carousel-fade .carousel-inner .active.left, .slide-banner .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slide-banner .carousel-fade .carousel-control {
	z-index: 2;
}
.falling-leaves {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	overflow: hidden;
}
.leaf-scene {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.leaf-scene div {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../images/leaf.svg) no-repeat;
	background-size: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-o-backface-visibility: visible;
	backface-visibility: visible;
}
 @-webkit-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@-moz-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
.scrolldown {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	text-align: center;
}
.scrolldown a {
	width: 90px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.scrolldown a img {
	width: 100%;
}
.about {
	padding: 50px 0 40px 0;
	position: relative;
	z-index: 9;
}
.thead {
	padding: 0 0 15px 0;
}
.thead h2, .thead h1 {
	font-size: 25px;
	line-height: 24px;
	color: #000;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	font-weight: 300;
	letter-spacing: .4px;
	position: relative;
}
.thead h2 span, .thead h1 span {
	font-weight: 400;
	color: #408e41;
}
.thead h2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	width: 2px;
	background: #408e41;
}
.thead h4 {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #949494;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	position: absolute;
	top: 75px;
	left: 0;
}
.thead hr {
	width: 50px;
	height: 4px;
	margin: 10px auto;
	padding: 0;
	background: #b5cc4a;
	border: none;
	border-radius: 5px;
}
.ab-left {
	padding: 0 20px 0 30px !important;
}
.ab-left:after {
	position: absolute;
	content: '';
	width: 450px;
	height: 300px;
	bottom: -70%;
	right: -15%;
	background: url("../images/abbg.jpg") no-repeat;
	background-size: 100% auto;
	z-index: -1;
	opacity: .2;
}
.ab-left .btn-1 {
	margin: 15px 0 0 20px;
}
.btn-1 {
	width: 125px;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	border-radius: 6px;
	background: #b5cc4a;
	display: block;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1:hover, .btn-1:focus {
	color: #fff;
	background: #408e41;
	-webkit-animation: jello 1s;
	-moz-animation: jello 1s;
	-o-animation: jello 1s;
	animation: jello 1s;
}
.ab-left p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0 5px 20px;
	color: #666666;
}
.ab-right {
	margin: -130px 0 0 0;
}
.ab-right img {
	width: 100%;
}
.ab-right .thead {
	padding: 0 0 19px 0;
}
.ab-right .thead h2 {
	font-size: 24px;
}
.departments {
	padding: 0;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.departments:before {
	position: absolute;
	content: '';
	background: url("../images/bg1.jpg") center center fixed;
	background-size: cover;
	width: 100%;
	height: 83%;
	top: 70px;
	left: 0;
	z-index: -1;
}
.dep-pattern {
	position: absolute;
	width: 480px;
	top: 20%;
	left: 50%;
	margin-left: -240px;
	z-index: -1;
}
.dep-pattern img {
	width: 100%;
	opacity: .25;
}
.departments .thead {
}
.departments .thead h2 {
	padding: 0;
	text-align: right;
}
.departments .thead hr {
	float: right;
}
.departments .thead h2:before {
	display: none;
}
.dep-img {
	padding: 0 !important;
	margin: -50px 0 0 0;
}
.dep-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.dep-img: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);
}
.dep-img:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url("../images/dot.png");
	top: 44%;
	left: -17.5%;
	right: 40.5%;
	bottom: -16.5%;
	opacity: .8;
	z-index: -1;
}
.dep-text {
	padding: 60px 0 0 50px !important;
}
.dep-text h4 {
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #ffffff;
	text-transform: uppercase;
}
.dep-text hr {
	width: 40px;
	height: 3px;
	background: #fff;
	border: none;
	margin: 10px 0 10px 0;
}
.dep-text p {
	font-size: 15px;
	text-align: justify;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #ffffff;
}
.dep-img2 {
	margin: 0
}
.dep-text2 {
	padding: 35px 50px 0 0 !important;
}
.dep-text2 h4 {
	text-align: right;
}
.dep-text2 hr {
	float: right;
}
.dep-text2 p {
	direction: rtl;
}
.dep-text2 .btn1 {
	float: right;
}
.dep-img2:before {
	top: -16.5%;
	left: 65.5%;
	right: -13.5%;
	bottom: 60%;
}
.appointment {
	padding: 60px 0 0 0;
	background: url("../images/bg4.jpg") no-repeat;
	background-size: 100% auto;
}
.appointment .thead {
	padding: 0 0 30px 0;
}
.appleft {
	padding: 0 40px 0 30px !important;
	margin: -50px 0 0 0;
}
.appright {
	padding: 0 !important;
}
.app-form {
	padding: 0 0 0 15px;
}
.app-form .form-group {
	margin: 0 0 9px 0;
	padding: 0 5px !important;
}
.app-form .form-group label {
	width: 100%;
	font-size: 12px;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 2px 0;
	color: #000;
}
.app-form .form-group label span {
	color: #5aa306;
	font-weight: 800;
	font-size: 17px;
	vertical-align: middle;
}
.app-form .form-group input, .app-form .form-group select {
	width: 100%;
	height: 38px;
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: #333;
	background: none;
	border: 1px solid #d6d6d6;
	letter-spacing: .4px;
	outline: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.app-form .form-group textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 75px;
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: #333;
	letter-spacing: .4px;
	outline: none;
	background: none;
	border: 1px solid #d6d6d6;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.app-form .form-group input:focus, .app-form .form-group textarea:focus {
	background: #ffffff;
	border: 1px solid #5aa306;
}
.app-form .form-group input[type=submit] {
	width: 100%;
	background: #b5cc4a;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	text-align: center;
	cursor: pointer;
	float: none;
	border-radius: 6px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.app-form .form-group input[type=submit]:hover {
	background: #408e41;
	color: #fff;
	-webkit-animation: jello 1s;
	-moz-animation: jello 1s;
	-o-animation: jello 1s;
	animation: jello 1s;
}
.conditions {
	padding: 0 0 50px 0;
}
.conditions-in {
	position: relative;
}
.conditions .thead h2 {
	padding: 0 0 0 30px;
}
.conditions .thead h2:before {
	left: 13px;
}
.conditions .thead h4 {
	top: 120px;
}
.con-left {
	padding: 0 !important;
}
.con-left img {
	width: 100%;
}
.con-right {
	padding: 0 0 0 15px !important;
}
.conpdd {
	padding: 0 10px !important;
}
.conbox {
	padding: 0 !important;
	margin: 15px 0;
}
.conbox .conbox-img {
	width: 90px;
	position: relative;
	margin: 0 auto;
}
.conbox .conbox-img:before, .conbox .conbox-img:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/conbf.png");
	background-size: 100% auto;
	z-index: -2;
	opacity: 1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.conbox .conbox-img:after {
	background: url("../images/conaf.png");
	background-size: 100% auto;
	opacity: 0;
	z-index: -1;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
}
.conbox:hover .conbox-img:after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1 );
	transform: scale(1, 1);
}
.conbox:hover .conbox-img:before {
	opacity: 0;
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	-o-transform: scale(2, 2 );
	transform: scale(2, 2);
}
.conbox .conbox-img img {
	width: 100%;
	padding: 5px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.conbox:hover .conbox-img img {
	padding: 15px;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.conbox h4 {
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 10px 0 7px 0;
	color: #4b944c;
	text-transform: uppercase;
}
.conbox p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #868686;
}
.adleft, .adright {
	position: absolute;
	content: '';
	bottom: 15px;
	margin: 0;
	padding: 10px 17px;
	width: 60px;
	height: auto;
	opacity: 1;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft img, .adright img {
	width: 100%;
	opacity: .5;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft:hover img, .adright:hover img {
	opacity: 1;
	-webkit-filter: brightness(1) invert(1);
	-moz-filter: brightness(1) invert(1);
	-o-filter: brightness(1) invert(1);
	filter: brightness(1) invert(1);
}
.adleft {
	left: -150px;
}
.adright {
	right: auto;
	left: -80px;
}
.adleft:hover, .adright:hover {
	background: #b5cc4a;
}
.treatment {
	padding: 50px 0 100px 0;
	background: url("../images/bg2.jpg") fixed;
	background-size: cover;
}
.treatment .thead h2 {
	padding: 0;
	text-align: center;
}
.treatment .thead h2:before {
	display: none;
}
.trpdd {
}
.treat-box {
	padding: 0 !important;
	margin: 25px 0 0 0;
	z-index: 9;
}
.treat-box .treat-img {
	width: 200px;
	position: relative;
	margin: 0 auto 35px auto;
	padding: 25px;
}
.treat-box .treat-img:before {
	position: absolute;
	content: '';
	width: 200px;
	height: 245px;
	top: -17px;
	left: 0;
	z-index: -1;
	background: url("../images/treataf.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: .75;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.treat-box:hover .treat-img:before {
	opacity: 1;
	animation-name: rotateme;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 40s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 40s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 40s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
.treat-box .treat-img img {
	width: 100%;
	margin: 0 auto;
	border-radius: 100%;
	border: 3px solid #fff;
}
.treat-box h4 {
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0 0 10px 0;
	color: #4b944c;
}
.treat-box p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #585858;
}
.treat-box .btn-1 {
	margin: 15px auto 0 auto;
	background: #408e41;
}
.treat-box .btn-1:hover, .treat-box .btn-1:focus {
	background: #b5cc4a;
}
.testimonials {
	padding: 40px 0 20px 0;
	position: relative;
}
.testimonials .thead {
	padding: 0 0 30px 0;
}
.testimonials .thead h4 {
	top: 103px;
}
.testimonials-left {
	padding: 0 30px 0 25px !important;
}
.testimonials-box {
	padding: 30px;
	margin: 0;
	text-align: center;
	z-index: 9;
	background: rgba(181, 204, 74, 0.5);
	border-radius: 69% 31% 24% 76% / 53% 59% 41% 47%;
}
.testimonials-box:before, .testimonials-box:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.1;
	border-radius: 69% 31% 24% 76% / 53% 59% 41% 47%;
	will-change: border-radius, transform, opacity;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	background: rgba(239,255,8,1);
	background: -moz-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(239,255,8,1)), color-stop(100%, rgba(0,125,6,1)));
	background: -webkit-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: -o-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efff08', endColorstr='#007d06', GradientType=1 );
}
.testimonials-box:before {
	-webkit-animation: morph 3s linear infinite;
	animation: morph 3s linear infinite;
	opacity: 0.05;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	background: rgba(0,199,13,1);
	background: -moz-linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,199,13,1)), color-stop(100%, rgba(214,234,39,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
	background: linear-gradient(45deg, rgba(0,199,13,1) 0%, rgba(214,234,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c70d', endColorstr='#d6ea27', GradientType=1 );
}
.testimonials-box img {
	width: 55px;
	margin: 0 auto 20px auto;
	display: block;
}
.testimonials-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 5px 0;
	color: #000;
}
.testimonials-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .8px;
	padding: 7px 0 10px 0;
	color: #000000;
}
.testimonials-box a {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 8px 0;
	letter-spacing: .6px;
	padding: 0;
	display: inline-block;
	color: #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testimonials-box a svg {
	margin: 0 0 0 2px;
	vertical-align: -1px;
}
.testimonials-box a:hover, .testimonials-box a:focus {
	color: #408e41;
}
.testimonials-right {
	margin: -90px 0 0 0;
	padding: 0 !important;
}
.testimonialsv-box {
	padding: 0 10px !important;
	margin: 0;
}
.testimonialsv-box img {
	width: 100%;
}
.testimonialsv-box ul {
	position: absolute;
	margin: 0;
	margin-top: -20px;
	margin-left: -43px;
	padding: 5px 10px;
	width: 90px;
	background: rgba(90, 163, 6, 0.75);
	border-radius: 10px;
	top: 50%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testimonialsv-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 33px;
	float: left;
}
.testimonialsv-box ul li:first-child {
	margin: 0 3px 0 0;
}
.testimonialsv-box ul li img {
	width: 100%;
	opacity: .7;
	border: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testimonialsv-box ul li:hover img {
	opacity: 1;
}
.testimonials-left .carousel-inner {
	padding: 0 0 75px 0;
}
.testimonials-left .adleft {
	left: auto;
	right: 80px;
}
.testimonials-left .adright {
	left: auto;
	right: 10px;
}
.testimonials-right .carousel-inner {
	padding: 0 0 83px 0;
}
.testimonials-right .adleft {
	left: auto;
	right: 70px;
}
.testimonials-right .adright {
	left: auto;
	right: 0;
}
.testimonials-left hr, .testimonials-right hr {
	width: 95%;
	height: 1px;
	background: #d0d0d0;
	margin: -32px 0 0 10px;
	padding: 0;
	border: none;
}
.testimonials-left hr {
}
.testimonials-right hr {
	width: 85%;
}
.gallery {
	padding: 50px 0;
	position: relative;
}
.gallery .thead {
	padding: 0 0 30px 0;
}
.gallery .thead h4 {
	top: 71px;
}
.gallery .gallerybg {
	content: '';
	width: 400px;
	height: auto;
	display: block;
	position: absolute;
	left: -70px;
	top: 32%;
	z-index: -1;
	opacity: 0.15;
}
.gallery .gallerybg .gallerybgin {
	width: 100%;
	height: 360px;
	margin: 0;
	padding: 0;
	border-radius: 69% 31% 24% 76% / 53% 59% 41% 47%;
	will-change: border-radius, transform, opacity;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	background: rgba(239,255,8,1);
	background: -moz-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(239,255,8,1)), color-stop(100%, rgba(0,125,6,1)));
	background: -webkit-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: -o-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
	background: linear-gradient(45deg, rgba(239,255,8,1) 0%, rgba(0,125,6,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efff08', endColorstr='#007d06', GradientType=1 );
	-webkit-animation: morph 3s linear infinite;
	animation: morph 3s linear infinite;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
}
.gal-left {
	position: relative;
	padding: 0 15px 0 30px !important;
}
.gal-right {
	padding: 0 !important;
}
.gallery .nav-tabs {
	border: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 100%;
}
.gallery .nav-tabs>li {
	float: none;
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
}
.gallery .nav-tabs>li.active>a, .gallery .nav-tabs>li.active>a:focus, .gallery .nav-tabs>li.active>a:hover {
	color: #ffffff;
	cursor: default;
	background-color: #dcdcdc;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}
.gallery .nav-tabs>li>a {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 3px;
	color: #313131;
	margin: 0;
	line-height: 24px;
	border: 0px solid #5aa306;
	background: #dcdcdc;
	padding: 7px 20px;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gallery .nav-tabs>li>a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #b5cc4a;
	z-index: -1;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.gallery .nav>li>a:focus:before, .gallery .nav>li>a:hover:before {
	width: 100%;
}
.gallery .nav-tabs>li.active>a:before {
	width: 100%;
}
.gallery .nav>li>a:focus, .gallery .nav>li>a:hover {
	background-color: gainsboro;
	border-color: #3d7100;
	color: #fff;
}
.gallery .tab-content {
	padding: 0;
	margin: 0;
}
.gpdd {
	padding: 1px !important;
}
.galvbox {
	padding: 0 !important;
	z-index: 9;
}
.galvbox:before, .galvbox:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 0;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(181, 204, 74, .8);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox:after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}
.galvbox:hover:before, .galvbox:hover:after {
	height: 100%;
}
.galvbox img {
	width: 100%;
}
.galvbox ul {
	position: absolute;
	margin: 0;
	margin-left: -50px;
	margin-top: -23px;
	padding: 5px 10px;
	width: 100px;
	background: rgba(64, 142, 65, 0.75);
	border-radius: 10px;
	top: 50%;
	left: 50%;
	z-index: 99;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox:hover ul {
}
.galvbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 37px;
	float: left;
}
.galvbox ul li:first-child {
	margin: 0 5px 0 0;
}
.galvbox ul li img {
	width: 100%;
	opacity: .85;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.galvbox ul li:hover img {
	opacity: 1;
}
.galvbox:hover ul li img {
	-webkit-filter: brightness(1) invert(0);
	-moz-filter: brightness(1) invert(0);
	-o-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}
.gallery .btn-1 {
	margin: 10px 10px 0 0;
}
.galbox {
	padding: 0 !important;
	overflow: hidden;
	position: relative;
}
.galbox img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.galbox:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.videopop {
}
.videopop .modal-dialog {
	margin: 50px auto 0 auto;
	padding: 15px;
}
.videopop .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #000;/* border: 5px solid #fff; */
}
.videopop .modal-body {
	padding: 0;
	height: 445px;
}
.videopop button.close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -18px;
	right: -10px;
	border-radius: 25px;
	background: #ffffff;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	padding: 0 0 1px 0;
	color: #000000;
	opacity: 1 !important;
	z-index: 9999;
}
.videopop video {
	width: 100%;
	height: auto;
}
.videopop .modal-footer {
}
.blog {
	padding: 0 0 40px 0;
}
.blog-left .thead {
	padding: 0 0 15px 15px;
}
.blog-left {
}
.bpdd {
}
.blog-box {
	padding: 0 !important;
	margin: 15px 0 0 0;
	-webkit-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
}
.blog-box .blog-img {
	background: rgb(249, 240, 224);
	padding: 0;
	height: auto;
	overflow: hidden;
}
.blog-box .blog-img img {
	width: 100%;
	margin: 0 auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.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-box .blog-text {
	padding: 20px;
	margin: 0;
}
.blog-box .blog-text h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 10px 0;
	color: #000;
}
.blog-box .blog-text p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #666666;
}
.blog-box .blog-text .btn-1 {
	margin: 15px auto 0 auto;
}
.blog-left .btn-1a {
	position: absolute;
	top: 0;
	right: 30px;
	margin: 0;
	background: #408e41;
}
.blog-left .btn-1a:hover {
	background: #b5cc4a;
}
.blog-right {
}
.blog-right .thead {
	padding: 0 0 15px 0;
}
.blog-right .thead h2 {
	text-align: center;
	padding: 0;
}
.blog-right .thead h2:before {
	display: none;
}
.news-box {
	margin: 25px 0 0 0;
}
.news-box img {
	border-radius: 100%;
	width: 65%;
	margin: 0 auto 35px auto;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(181, 204, 74, 0.5);
	-moz-box-shadow: 0px 0px 0px 10px rgba(181, 204, 74, 0.5);
	box-shadow: 0px 0px 0px 10px rgba(181, 204, 74, 0.5);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.news-box:hover img {
	-webkit-box-shadow: 0px 0px 0px 20px rgba(181, 204, 74, 0.75);
	-moz-box-shadow: 0px 0px 0px 20px rgba(181, 204, 74, 0.75);
	box-shadow: 0px 0px 0px 20px rgba(181, 204, 74, 0.75);
}
.news-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #000;
}
.news-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #666666;
}
.news-box .btn-1 {
	margin: 15px auto 0 auto;
}
.blog-right .adleft, .blog-right .adright {
	top: 44%;
	bottom: auto;
	width: 35px;
	height: 30px;
	padding: 5px 8px;
	border-radius: 10px;
}
.blog-right .adleft {
	left: 0;
}
.blog-right .adright {
	right: 0;
	left: auto;
}
footer {
	padding: 60px 0 0 0;
	background: url("../images/bg3.png");
	background-size: cover;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
footer .thead {
}
footer .thead h2 {
	padding: 0;
}
footer .thead h2:before {
	display: none;
}
footer .thead hr {
	margin: 20px 0 10px 0;
}
.fleft {
}
.fleft p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 10px 0;
	color: #333;
}
.fleft p svg {
	margin: 0 5px 0 0;
	color: #408e41;
}
.fleft h5 {
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	line-height: 26px;
	margin: 0;
	letter-spacing: 1px;
	padding: 5px 0 10px 0;
	color: #408e41;
}
.fleft .social {
}
.round-p-animation {
	position: absolute;
	bottom: -100px;
	left: -100px;
	padding: 0;
	margin: 0;
	z-index: -1;
	background: none;
	width: 200px;
	height: 200px;
	border: 10px solid rgba(181, 204, 74, 0.4);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	-webkit-transition-property: color, background, border-color;
	transition-property: color, background, border-color;
}
.round-p-animation:after, .round-p-animation:before {
	content: '';
	border: 10px solid;
	border-color: inherit;
	width: 270%;
	height: 270%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: -85%;
	top: -85%;
	opacity: 1;
	-webkit-animation: 2s videomodule-anim linear infinite;
	animation: 2s videomodule-anim linear infinite;
}
.round-p-animation:before {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.fright {
}
.fmap {
	height: 285px;
	overflow: hidden;
}
.newsletter {
	margin: 20px 0 0 0;
	position: relative;
	padding: 0 !important;
}
.nl-left {
	padding: 0 !important;
}
.nl-left h2 {
	font-size: 14px;
	line-height: 45px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}
.nl-left h2 span {
	font-weight: 600;
}
.nl-right {
	padding: 0 !important;
}
.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 form {
	margin: 0;
}
.newsletter .nl1 {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #333;
	border: none;
	background: #ebebeb;
	outline: none;
}
.newsletter .nl2 {
	width: 100%;
	height: 45px;
	text-align: center;
	background: #b5cc4a;
	border: none;
	padding: 0 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 39px;
	outline: none;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.f-copy {
	margin: 50px 0 0 0;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.08);
}
.f-copy h6 {
	color: #333;
	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: #408e41;
}
.f-copy .flogo {
	text-align: right;
}
.f-copy .flogo img {
	width: 90px;
	margin: 0;
	display: inline-block;
}
.fixedcall {
	position: fixed;
	top: 50%;
	left: -145px;
	width: 180px;
	height: auto;
	background: #b5cc4a;
	border-radius: 0 10px 10px 0;
	z-index: 999;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fixedcall:hover {
	left: 0;
}
.fixedcall .fixedcallL {
	width: 35px;
	height: auto;
	background: #408e41;
	float: right;
	position: relative;
	border-radius: 0 10px 10px 0;
}
.fixedcall .fixedcallL:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 10px 10px 0;
	-webkit-box-shadow: 0 0 0 0 rgb(181, 204, 74);
	-moz-box-shadow: 0 0 0 0 rgb(181, 204, 74);
	box-shadow: 0 0 0 0 rgb(181, 204, 74);
	-webkit-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.fixedcall:hover .fixedcallL:after {
	display: none;
}
 @-webkit-keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
@-moz-keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
@keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
.fixedcall .fixedcallL h4 {
	font-size: 13px;
	text-align: center;
	line-height: 35px;
	margin: 0;
	letter-spacing: 0;
	padding: 14px 0;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	text-orientation: upright;
	writing-mode: vertical-rl;
}
.fixedcall .fixedcallR {
	width: 145px;
	float: left;
}
.fixedcall .fixedcallR ul {
	margin: 0;
	padding: 0;
}
.fixedcall .fixedcallR ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fixedcall .fixedcallR ul li a {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 10px 12px;
	color: #ffffff;
	display: block;
	border-bottom: 1px dashed #65770f;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixedcall .fixedcallR ul li a:hover {
	background: #97af28;
}
.fixedcall .fixedcallR ul li a svg {
	margin: 0 3px 0 0;
}
.fixedcall .fixedcallR ul li:last-child a {
	border-bottom: 0px solid #65770f;
}
/*---------------------------------------------------------*/
.to-top {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 20px;
	display: none;
}
.to-top a.back-to-top {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin: 0;
	padding: 7px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
.to-top a.back-to-top img {
	width: 100%;
	border-radius: 100%;
}
.to-top a.back-to-top:hover {
	opacity: 1;
}
.callnow {
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 9999;
	-webkit-animation: tada 1.25s infinite;
	-moz-animation: tada 1.25s infinite;
	-ms-animation: tada 1.25s infinite;
	animation: tada 1.25s infinite;
}
.callnow:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}
.callnow a, .callnow a:hover {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	z-index: 99;
	border-radius: 100%;
	position: relative;
	background: #fc3b34;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
	-moz-box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
	box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
}
.callnow a .callnom {
	width: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 21%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 10px 0 0 10px;
	background: #fc3b34;
}
.callnow a:hover .callnom {
	width: 170px;
	left: -165px;
	opacity: 1;
}
.fixeddiv {
	width: 90px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	top: 32%;
	right: 0;
	display: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva {
	width: 0;
	height: auto;
	margin: 0;
	float: right;
	padding: 10px 5px;
	display: block;
	background: rgba(90, 163, 6, 0.8);
	border: 1px solid #fff;
	border-right: none;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	font-weight: 500;
	opacity: 0;
	letter-spacing: .3px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva2 {
	width: 100%;
	opacity: 1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.fixeddiva span {
	display: block;
	-webkit-animation: fixz 1s infinite;
	-moz-animation: fixz 1s infinite;
	-ms-animation: fixz 1s infinite;
	animation: fixz 1s infinite;
}
 @-webkit-keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
@-moz-keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
 @keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
.fixeddiva svg {
	font-size: 20px;
	margin: 0 auto 7px auto;
	display: block;
}
.fixeddiva:hover, .fixeddiva:focus {
	background: rgba(90, 163, 6, 0.95);
	color: #fff;
}
.inhome {
	position: relative;
}
.inhome .enquiry {
	color: #ffffff;
	background: #ff5285;
}
.inhome .callus p {
	color: #333;
}
.inhome .callus h4 {
	color: #ff5285;
}
.inhome .lang select {
	border: 1px solid #333;
	color: #333;
}
.inhome .menu {
	border-top: 1px solid #f0f0f0;
}
.inner-banner {
	width: 100%;
	position: relative;
	padding: 0;
	background: #000;
}
.inner-banner img {
	width: 100%;
	opacity: .5;
}
.bknw {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	padding: 10px;
	position: absolute;
	top: 23%;
	right: 9%;
	background: rgba(64, 142, 65, 0.8);
	z-index: 99;
	border: 4px solid #b5cc4a;
}
.bknw:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 0 rgba(181, 204, 74, 0.75);
	-moz-box-shadow: 0 0 0 0 rgba(181, 204, 74, 0.75);
	box-shadow: 0 0 0 0 rgba(181, 204, 74, 0.75);
	-webkit-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.bknw svg {
	display: block;
	margin: 8px auto 0 auto;
	font-size: 20px;
	color: #fff;
}
.bknw h4 {
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 15px;
	margin: 0;
	letter-spacing: 1px;
	padding: 6px 0 0 0;
	color: #fff;
}
 @-webkit-keyframes bxa {
to {
 -webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
@-moz-keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
@keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
 box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
.brd-in {
	padding: 0 0 30px 0;
	margin: 0;
	position: relative;
}
.brd-in .breadcrumb {
	background-color: transparent !important;
	text-align: left;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
	border: none;
	border-bottom: 1px dashed #ccc;
}
.brd-in .breadcrumb li a {
	font-size: 13px;
	line-height: 24px;
	padding: 7px 0;
	text-align: right;
	font-weight: 400;
	color: #424242;
	letter-spacing: .8px;
}
.brd-in .breadcrumb li:last-child a {
	color: #4b944c;
}
.innerpage {
	margin: 0;
	padding: 40px 0;
	position: relative;
}
.innerpage .thead h1 {
	padding: 0;
}
.innerpage .thead hr {
	margin: 15px 0 0 0;
}
.innerpage h5 {
	font-size: 17px;
	text-align: left;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0;
	color: #4b944c;
}
.innerpage p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .4px;
	padding: 3px 0;
	color: #000;
}
.innerpage p strong {
	font-weight: 600;
}
.inner-right {
	padding: 15px 0;
	margin: 0;
	position: relative;
	-webkit-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
}
.inner-right h3, .inrnewsbox h3 {
	font-size: 19px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	margin: 0;
	padding: 0 0 15px 0;
}
.inner-right h3 span, .inrnewsbox h3 span {
	font-weight: 700;
	position: relative;
}
.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(0, 0, 0, 0.05);
}
.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(0, 0, 0, 0.05);
}
.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(0, 0, 0, 0.05);
}
.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: #b5cc4a;
	color: #fff;
	border: none;
}
.inrnewsbox {
	padding: 15px 0;
	margin: 20px 0 0 0;
	position: relative;
	-webkit-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
}
.inrnewsbox .news-box {
	margin: 15px 0;
	padding: 0 !important;
}
.inrnewsbox .news-box img {
	width: 120px;
	margin: 0 auto 25px auto;
}
.inrnewsbox .news-box p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
}
.inrnewsbox .carousel-inner {
	padding: 0 0 35px 0;
}
.inrnewsbox .adleft, .inrnewsbox .adright {
	bottom: 0;
}
.inrnewsbox .adleft {
	left: 30%;
}
.inrnewsbox .adright {
	left: auto;
	right: 30%;
}
.inrboxpd h3 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	margin: 0;
	padding: 0 0 20px 0;
}
.inrboxpd h3 span {
	font-weight: 600;
	position: relative;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 35px 0 0 0;
	padding: 25px 15px;
	-webkit-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.1);
}
.ba-gallery img {
	width: 100%;
}
.inrboxpd hr {
	width: 40px;
	height: 2px;
	margin: 12px auto;
	padding: 0;
	border: none;
	background: #5aa306;
}
.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: #d33563;
}
.innertesti .carousel-indicators li, .ba-gallery .carousel-indicators li, .pe-videos .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	border-radius: 100%;
	background-color: rgb(165, 165, 165);
	border: 0px solid #868686;
}
.inrboxpd .carousel-inner {
	padding: 0 0 50px 0;
}
.inrboxpd .adleft, .inrboxpd .adright {
	bottom: 0;
}
.inrboxpd .adleft {
	left: 30%;
}
.inrboxpd .adright {
	left: auto;
	right: 30%;
}
.innertesti-box {
	padding: 0;
	text-align: center;
}
.innertesti-box .btn-1 {
	margin: 10px auto 5px auto;
}
.innertesti-box p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
}
.innertesti-box p img {
	width: 10px;
	display: inline-block;
	margin: 0 5px;
}
.innertesti-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .6px;
	padding: 10px 0 10px 0;
	color: #72944c;
}
.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 a {
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	line-height: 26px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #408e41;
	display: inline-block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.innertesti-box a:hover, .innertesti-box a:focus {
	color: #408e41;
	letter-spacing: 2px;
}
.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 10px;
	width: 100px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	top: 38%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pe-videosbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 37px;
	float: left;
}
.pe-videosbox ul li:first-child {
	margin: 0 5px 0 0;
}
.pe-videosbox ul li img {
	width: 100%;
	opacity: .85;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.pe-videosbox ul li:hover img {
	opacity: 1;
}
.location-inner {
	padding: 50px 0 160px 0;
}
.inner-testi {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-testi:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 35px;
	height: 30px;
	background: url(../images/comma.png)no-repeat;
	background-size: 100% auto;
	top: -12px;
	left: -10px;
}
.inner-testi h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.inner-testi h3 {
	text-align: left;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #8e8e8e;
	font-size: 15px;
	font-weight: 600;
}
.inner-testi img {
	width: 70px;
}
.inner-testi h4 {
	margin: 0;
	padding: 0;
	color: #8e8e8e;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.inner-testi h4 .fa {
	margin: 0 5px 0 0;
	color: #ff7a39;
}
.inner-blog {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-blog:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: url(../images/blg.png)no-repeat;
	background-size: 100% auto;
	top: -18px;
	left: -8px;
}
.inner-blog h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.successbtn {
	width: 100%;
	height: 35px;
	margin: 5px 0;
	padding: 0;
	color: #00b4af;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	border: none;
	outline: none;
}
.rd {
	color: #999;
	font-weight: bold;
	margin: 5px 0;
	text-decoration: none;
}
.rd .fa {
	margin: 0 0 0 3px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.rd:hover .fa {
	margin: 0 0 0 6px;
}
.inner-news {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-news:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 55px;
	height: 43px;
	background: url(../images/nws.png)no-repeat;
	background-size: 100% auto;
	top: -17px;
	left: -15px;
}
.inner-news h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.inner-left {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.inner-left .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.inner-left .panel-group .panel .fa {
	font-size: 13px;
}
.inner-left .panel-default {
	border-color: #fff;
}
.inner-left .panel-default > .panel-heading {
	color: #fff;
	background-color: #00b4af;
	border-color: #fff;
}
.inner-left .panel-default > .panel-heading + .inner-left .panel-collapse > .panel-body {
	border-top-color: #f0f0f0;
}
.inner-left .collapse.in {
	display: block;
	background-color: #f0f0f0 !important;
	height: auto!important;
	border: 1px solid #f0f0f0 !important;
}
.i-accordion .panel-heading, .d-accordion .panel-heading, .accordion-2a .panel-heading, .accordion-2b .panel-heading, .accordion-3 .panel-heading {
	cursor: pointer;
}
.d-accordion .panel-heading.collapsed .fa-chevron-up:before {
	content: '\f078';
}
.inner-team {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #ccc;
}
.inner-team img {
	max-width: 130px;
}
.inner-team h4 {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.inner-team h6 {
	margin: 0;
	padding: 5px 0;
	color: #676767;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
}
.trd {
	text-align: center;
	color: #999;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px 0;
	display: block;
	width: 100px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.trd .fa {
	margin: 0 0 0 3px;
}
.team-detail {
	padding: 0 !important;
}
.team-detail img {
	max-width: 200px;
	padding: 5px;
	border: 1px dotted #00b4af;
}
.team-detail h4 {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.team-detail h6 {
	margin: 0;
	padding: 5px 0;
	color: #676767;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
}
.team-detail hr {
	width: 100%;
	height: auto;
	margin: 5px auto;
	padding: 0;
	border-bottom: 1px dotted #00a5a2;
}
.gallinner .button {
	display: inline-block;
	padding: 5px 18px;
	background: #f1fffc;
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: .4px;
	cursor: pointer;
	border: 0px solid #000000;
	margin: 5px;
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.gallinner .button:hover {
	background-color: #9fe8d9;
}
.gallinner .button:active, .gallinner .button.is-checked {
	background-color: rgb(16, 159, 129);
	outline: none;
	color: #fff;
}
.gallinner .button-group {
	margin: 20px 0;
	text-align: center;
}
.ingalbox {
	padding: 5px !important;
}
.ingalbox img {
	width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
}
.peinnerboxmain {
}
.pepd {
	padding: 0 7px !important;
}
.peinnerbox {
	padding: 15px 20px !important;
	background: #ddfff8 url(../images/pecomma.png) no-repeat bottom right;
	margin: 6px 0;
	border-left: 3px solid #109f81;
}
.peinnerbox p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 2px 0;
	color: #333;
}
.peinnerbox h6 {
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 2px 0;
	color: #000;
}
.peinnerboximg {
	padding: 0 !important;
	overflow: hidden;
	margin: 6px 0;
}
.peinnerboximg img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.peinnerboximg:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.btn1 {
	width: 35px;
	height: 35px;
	background: #fff;
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	float: left;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn1 .span1 {
	display: inline-block;
	font-size: 11px;
	color: #333;
	text-align: center;
	line-height: 35px;
	margin: 0 0 0 -100px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
	float: left;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn1 .span2 {
	width: 35px;
	height: 35px;
	background: #ffffff;
	display: block;
	color: #408e41;
	text-align: center;
	line-height: 35px;
	float: right;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn1:hover {
	width: 140px;
}
.btn1:hover .span1 {
	margin: 0 0 0 20px;
}
.btn1:hover .span2 {
	background: #408e41;
	color: #fff;
}

@media only screen and (max-width: 1200px) {
ul.slimmenu li a {
	padding: 0 12px;
	font-size: 12px;
	letter-spacing: .4px;
}
.social li {
	width: 31px;
	height: 31px;
	margin: 2px 1px 0 0;
	line-height: 31px;
}
.langbtn {
	width: 92%;
	margin: 13px auto 0 auto;
}
.slide-right h2 {
	font-size: 30px;
	line-height: 38px;
}
.slide-right p {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0 10px 0;
	letter-spacing: .4px;
}
.ab-right {
	margin: 0;
}
.slide-right {
	margin: 6% 0 0 0;
}
.departments:before {
	width: 100%;
	height: 85%;
	top: 55px;
}
.dep-text {
	padding: 40px 0 0 50px !important;
}
.dep-text2 {
	padding: 15px 50px 0 0 !important;
}
.dep-img2 {
	margin: 30px 0 0 0;
}
.gallery .gallerybg {
	left: 10px;
}
.conditions {
	padding: 0px 0 30px 0;
}
.con-right {
	padding: 0 !important;
}
.conbox {
	height: 180px;
}
.conbox h4 {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: .4px;
}
.treat-box .treat-img {
	width: 180px;
}
.treat-box .treat-img:before {
	width: 180px;
	height: 212px;
	top: -15px;
}
.treat-box p {
	letter-spacing: .4px;
}
.testimonials-box img {
	width: 35px;
	margin: 0 auto 10px auto;
}
.testimonials-box p {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: .4px;
}
.testimonials-box h4 {
	padding: 0 0 5px 0;
}
.blog-box .blog-text h4 {
	font-size: 13px;
	line-height: 20px;
}
.blog-box .blog-text p {
	font-size: 13px;
}
.news-box p {
	font-size: 13px;
	height: 77px;
	overflow: hidden;
}
.fleft .social ul {
	text-align: left;
}
.nl-left h2 {
	font-size: 12px;
}
.newsletter .nl2 {
	font-size: 13px;
	letter-spacing: .4px;
}
.bknw {
	top: 19%;
}
.inrnewsbox .adleft, .inrnewsbox .adright {
	width: 45px;
	padding: 10px 15px;
}
.inrnewsbox .adleft {
	left: 30%;
}
.inrnewsbox .adright {
	left: auto;
	right: 30%;
}
.inrboxpd .adleft, .inrboxpd .adright {
	width: 45px;
	padding: 10px 15px;
}
.inrboxpd .adleft {
	left: 30%;
}
.inrboxpd .adright {
	left: auto;
	right: 30%;
}
}

@media only screen and (max-width: 990px) {
.home {
	padding: 0 0 8px 0;
}
.logo img {
	width: 220px;
	margin: 0 auto;
}
.mpd {
	padding: 0 5px 10px 5px !important;
}
.headtop {
	padding: 0 !important;
}
.langbtn {
	width: 100%;
	margin: 7px auto 15px auto;
}
.social ul {
	text-align: left;
}
.social li {
	width: 35px;
	height: 35px;
	margin: 0 5px 0 0;
	line-height: 35px;
}
.menu {
	background: none;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	color: #000;
}
ul.slimmenu li ul li a:hover {
	color: #146715;
	background: none;
}
ul.slimmenu li.active a {
	color: #146715;
	background: none;
}
ul.slimmenu li a:hover {
	color: #146715;
	background: none;
}
ul.slimmenu li .sub-toggle {
	top: 0;
	width: 35px;
}
ul.slimmenu li .sub-toggle svg {
	color: #000;
}
ul.slimmenu li ul li {
	background: none;
}
ul.slimmenu li ul li a {
	color: #000;
}
.slide-banner .carousel-fade .carousel-inner .item {
	padding: 0 50px;
}
.slide-img {
	width: 90%;
}
.slide-right {
	margin: 10% 0 0 0;
}
.slide-right h2 {
	font-size: 20px;
	line-height: 24px;
}
.slide-right p {
	font-size: 10px;
	line-height: 18px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	top: auto;
	bottom: 15px;
}
.slide-banner .carousel-control.left {
	left: auto;
	right: 55px;
}
.slide-banner .carousel-control.right {
	right: 15px;
}
.slide-banner:hover .carousel-control.left {
	left: auto;
	right: 55px;
}
.slide-banner:hover .carousel-control.right {
	right: 15px;
}
.thead h2, .thead h1 {
	text-align: center;
	padding: 0;
}
.thead h2:before, .thead h1:before {
	display: none;
}
.thead h4 {
	display: none;
}
.thead hr {
	margin: 18px auto 0 auto;
}
.about {
	padding: 40px 0;
}
.ab-left {
	padding: 0 !important;
}
.ab-left:after {
	right: 0;
	width: 300px;
	height: 200px;
	bottom: -40%;
}
.ab-left p {
	padding: 0;
	text-align: center;
}
.ab-left .btn-1 {
	margin: 15px auto 0 auto;
}
.departments {
	padding: 0 0 40px 0;
}
.departments:before {
	width: 100%;
	height: 100%;
	top: 70px;
}
.departments .thead h2 {
	padding: 0;
	text-align: center;
}
.departments .thead hr {
	float: none;
}
.dep-img {
	padding: 0 !important;
	margin: 0;
}
.dep-img {
	padding: 0 !important;
	margin: 40px 0 0 0;
}
.dep-text {
	padding: 40px 0 0 25px !important;
}
.dep-text2 {
	padding: 15px 25px 0 0 !important;
}
.appointment {
	padding: 40px 0;
}
.appleft {
	padding: 15px !important;
	margin: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.app-form {
	padding: 0;
}
.adleft, .adright {
	bottom: 0;
	padding: 10px 17px;
	width: 50px;
}
.adleft {
	left: 42%;
}
.adright {
	right: 42%;
	left: auto;
}
.conditions .carousel-inner {
	padding: 0 0 20px 0;
}
.treatment {
	padding: 40px 0;
}
.treat-box {
	margin: 20px 0;
}
.testimonials-left .carousel-inner {
	padding: 0 0 45px 0;
}
.testimonials-left {
	padding: 0 15px !important;
}
.testimonials-right {
	margin: 30px 0 0 0;
}
.testimonials-left hr, .testimonials-right hr {
	display: none;
}
.testimonials-left .adleft {
	left: 42%;
	right: auto;
}
.testimonials-left .adright {
	left: auto;
	right: 42%;
}
.testimonials-right .carousel-inner {
	padding: 0 0 50px 0;
}
.testimonials-right .adleft {
	left: 42%;
	right: auto;
}
.testimonials-right .adright {
	left: auto;
	right: 42%;
}
.gallery {
	padding: 0 0 40px 0;
}
.gal-left {
	padding: 0 !important;
}
.gallery .nav-tabs {
	text-align: center;
	padding: 0 0 15px 0;
}
.gallery .nav-tabs>li {
	margin: 0;
	display: inline-block;
}
.gallery .nav-tabs>li>a {
	letter-spacing: 1px;
	line-height: 24px;
	padding: 7px 15px;
}
.blog-left {
	padding: 0 !important;
}
.blog-left .btn-1a {
	position: relative;
	top: auto;
	right: auto;
	margin: 20px auto 0 auto;
}
.blog-right {
	margin: 30px 0 0 0;
}
.news-box img {
	width: 150px;
	margin: 0 auto 20px auto;
}
.news-box p {
	height: auto;
}
footer {
	padding: 0;
}
footer .thead hr {
	margin: 20px auto 10px auto;
}
.fleft p {
	text-align: center;
}
.fleft h5 {
	text-align: center;
}
.fleft .social ul {
	text-align: center;
}
.fright {
	margin: 30px 0 0 0;
}
.nl-left h2 {
	font-size: 14px;
	text-align: center;
}
.f-copy h6 {
	font-size: 11px;
	letter-spacing: 0;
}
.bknw {
	top: 12%;
}
.innerpage {
	padding: 25px 0 40px 0;
}
.brd-in .breadcrumb {
	text-align: center !important;
}
.innerpage .thead hr {
	margin: 15px auto 0 auto;
}
.innleft {
	padding: 0 0 30px 0 !important;
}
.innright {
	padding: 0 !important;
}
.inrboxpd {
	padding: 0 !important;
}
.inrnewsbox .adleft {
	left: 42%;
}
.inrnewsbox .adright {
	left: auto;
	right: 42%;
}
.inrboxpd .adleft {
	left: 42%;
}
.inrboxpd .adright {
	left: auto;
	right: 42%;
}
}

@media only screen and (max-width: 765px) {
.social ul {
	text-align: center;
}
.slide-banner .carousel-fade .carousel-inner .item {
	padding: 0 15px;
}
.slide-right h2 {
	font-size: 14px;
	line-height: 19px;
}
.slide-right p {
	font-size: 8px;
	line-height: 13px;
	letter-spacing: 0;
	padding: 5px 0;
}
.slide-btn {
	width: 110px;
	height: 31px;
	padding: 0 25px 0 0;
	font-size: 8px;
	line-height: 30px;
}
.slide-btn span {
	right: -1px;
	width: 30px;
	height: 30px;
	font-size: 10px;
	line-height: 28px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	width: 25px;
	height: 25px;
	padding: 3px;
}
.slide-banner .carousel-control.left {
	left: auto;
	right: 45px;
}
.dep-img {
	display: none;
}
.dep-text h4 {
	text-align: center;
}
.dep-text hr {
	margin: 10px auto 10px auto;
}
.dep-text p {
	text-align: center;
}
.btn1 {
	margin: 10px auto 0 auto;
	float: none;
}
.dep-text2 hr {
	float: none;
}
.dep-text2 .btn1 {
	float: none;
}
.dep-text {
	padding: 25px !important;
	border: 1px solid #fff;
	margin: 30px 0 0 0;
}
.dep-text2 {
	padding: 25px !important;
}
.conbox {
	height: 150px;
}
.adleft {
	left: 37%;
}
.adright {
	right: 37%;
	left: auto;
}
.treat-box {
	margin: 20px 0 40px 0;
}
.treatment {
	padding: 40px 0 0 0;
}
.testimonialsv-box {
	width: 50%;
	float: left;
}
.testimonialsv-box ul {
	margin-top: -15px;
	margin-left: -36px;
	width: 74px;
}
.testimonialsv-box ul li {
	width: 25px;
}
.testimonials-left .adleft {
	left: 37%;
	right: auto;
}
.testimonials-left .adright {
	left: auto;
	right: 37%;
}
.testimonials-right .adleft {
	left: 37%;
	right: auto;
}
.testimonials-right .adright {
	left: auto;
	right: 37%;
}
.gallery .nav-tabs>li>a {
	letter-spacing: 0;
	line-height: 24px;
	padding: 7px 9px;
	font-size: 10px;
}
.blog-box {
	margin: 15px 0;
}
.f-copy h6 {
	font-size: 11px;
	text-align: center;
	line-height: 19px;
}
.f-copy .flogo {
	text-align: center;
}
.inner-banner {
	background: #fff;
}
.bknw {
	top: auto;
	right: auto;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	border: none;
	margin: 15px 0 0 0;
}
.bknw svg {
	margin: 0 auto;
}
.bknw:after {
	display: none;
}
.inrnewsbox .adleft {
	left: 37%;
}
.inrnewsbox .adright {
	left: auto;
	right: 37%;
}
.inrboxpd .adleft {
	left: 37%;
}
.inrboxpd .adright {
	left: auto;
	right: 37%;
}
.videopop .modal-body {
	padding: 0;
	height: 345px;
}
}

@media only screen and (max-width: 480px) {
.logo img {
	width: 180px;
	margin: 0 auto;
}
.slide-banner .carousel-fade .carousel-inner .item {
	padding: 0;
}
.slide-right p {
	display: none;
}
.slide-img {
	width: 100%;
}
.slide-right h2 {
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0;
	padding: 0 0 10px 0;
}
.scrolldown {
	display: none;
}
.fixedcall, .fixeddiv {
	display: none !important;
}
.newsl1 {
	widows: 100%;
}
.newsl2 {
	widows: 100%;
}
.gallery .gallerybg .gallerybgin {
	display: none;
}
.conbox {
	height: 180px;
}
.adleft {
	left: 32%;
}
.adright {
	right: 32%;
	left: auto;
}
.testimonialsv-box {
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
}
.testimonials-left .adleft {
	left: 30%;
	right: auto;
}
.testimonials-left .adright {
	left: auto;
	right: 30%;
}
.testimonials-right .adleft {
	left: 30%;
	right: auto;
}
.testimonials-right .adright {
	left: auto;
	right: 30%;
}
.gallery .nav-tabs>li {
	margin: 0 0 5px 0;
}
.videopop .modal-body {
	padding: 0;
	height: 245px;
}
.blog-right .adleft, .blog-right .adright {
	top: 34%;
}
.newsl1 {
	width: 100% !important;
	margin: 0 0 10px 0;
}
.newsl2 {
	width: 100% !important;
}
.inrnewsbox .adleft {
	left: 32%;
}
.inrnewsbox .adright {
	left: auto;
	right: 32%;
}
.inrboxpd .adleft {
	left: 32%;
}
.inrboxpd .adright {
	left: auto;
	right: 32%;
}
}
