body {
	margin: 0;
	padding: 0;
	font-family: 'Yantramanav', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #4c8a05;
}
::selection {
	color: #fff;
	background: #4c8a05;
}
::-webkit-scrollbar-track {
 background-color: #cacaca;
}
::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
 background-color: #3a6d00;
}
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 30px !important;
}
.mpd {
	padding: 0 12px !important;
}
.lang {
	margin: 0;
	padding: 0;
}
.lang select {
	width: 100%;
	height: 35px;
	margin: 0;
	font-size: 13px;
	padding: 0 5px;
	letter-spacing: .1px;
	color: #333;
	background: none;
	outline: none;
	line-height: 25px;
	border-radius: 25px;
	border: 1px solid #5aa306;
}
.social {
	float: left;
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.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: #d39c2e;
}
.social li:hover svg path {
	fill: #ffffff;
}
.search {
	margin: 0;
	padding: 15px 0 0 0;
	float: right;
}
.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: 0;
	top: 0;
	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 #ff5285;
	background: url(../images/search.png)no-repeat;
	background-size: 35px;
}
.search input.search-text:focus {
	z-index: 1;
	width: 100%;
	right: 0;
	top: 0;
	border: 1px solid #5aa306;
	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: 0;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 25px;
	border: 0px solid #ff5285;
	background: #5aa306 url(../images/search.png) no-repeat;
	opacity: 1;
	background-size: 35px;
}
 .search input.search-text::-webkit-search-cancel-button {
 cursor:pointer;
}
.menu-top {
	margin: 10px 0 0 0;
}
.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: 13px;
	line-height: 35px;
	display: block;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	background: #5aa306;
	text-transform: uppercase;
	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: #4c8a05;
}
.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: 20px 0;
}
.logo img {
	width: 100%;
	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;
}
.headtop1 {
	padding: 18px 0;
}
.headtop1 ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.headtop1 ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.headtop1 ul li a {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	font-weight: 600;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 10px;
	color: #333;
	display: block;
	border-right: 1px solid #cacaca;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.headtop1 ul li a img {
	display: inline-block;
	width: 25px;
	margin: 0 5px 0 0;
}
.headtop1 ul li:last-child a {
	border-right: 0px solid #cacaca;
	padding: 0 0 0 15px;
}
.headtop1 ul li a:hover, .headtop1 ul li a:focus {
	color: #5aa306;
}
.menu {
	padding: 0 30px !important;
	background: #5aa306;
}
.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: #5aa306;
	width: 100%;
}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 220px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
ul.slimmenu li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li a {
	padding: 0 9px;
	margin: 0;
	line-height: 45px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	letter-spacing: .5px;
	-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-transform: none;
	text-align: left;
	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: #4c8a05;
}
ul.slimmenu li.active a {
	color: #ffffff;
	background: #4c8a05;
}
ul.slimmenu li a:hover {
	color: #ffffff;
	background: #4c8a05;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	width: 4px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
ul.slimmenu li .sub-toggle>i {
	display: inline-block;
	color: #fff;
	font-size: 6px;
	vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle>i {
	color: #fff;
}
ul.slimmenu li ul li .sub-toggle {
	right: 2px;
}
ul.slimmenu>li {
}
ul.slimmenu>li:first-child, ul.slimmenu>li.has-submenu+li {
	border-left: 0
}
.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;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.slide-banner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: -3;
	opacity: .5;
	background: url("../images/slide-bg.jpg");
	background-size: cover;
}
.slide-bannerin{
	overflow: hidden;
	position: relative;
}
.slide-banner .carousel {
}
.slide-banner canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.slide-banner #canvas {
	z-index: -1;
	opacity: .2;
}
.slide-banner #canvasbg {
	z-index: -2;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.6;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	z-index: 99;
	border: 2px solid #5aa306;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 25px;
	padding: 5px 4px;
	opacity: 1;
	margin-top: -22px;
	overflow: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-control.left .slarrow, .slide-banner .carousel-control.right .slarrow {
	width: 100px;
	float: left;
}
.slide-banner .carousel-control.right .slarrow {
	width: 100px;
	float: right;
}
.slide-banner .carousel-control.left .slarrow span, .slide-banner .carousel-control.right .slarrow span {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	font-weight: 600;
	margin: 0;
	letter-spacing: 3px;
	padding: 1px 9px;
	display: inline-block;
	text-transform: uppercase;
	color: #5aa306;
	text-shadow: none;
	float: right;
}
.slide-banner .carousel-control.right .slarrow span {
	float: left;
}
.slide-banner .carousel-control.left img, .slide-banner .carousel-control.right img {
	display: inline-block;
	width: 25px;
	float: left;
	margin: 0;
}
.slide-banner .carousel-control.right img {
	float: right;
}
.slide-banner .carousel-control.left {
	left: -150px;
}
.slide-banner .carousel-control.right {
	right: -150px;
}
.slide-banner:hover .carousel-control.left {
	left: 40px;
}
.slide-banner:hover .carousel-control.right {
	right: 40px;
}
.slide-banner .carousel-control.left:hover, .slide-banner .carousel-control.right:hover {
	width: 120px;
	background: rgba(255, 255, 255, 0.85);
}
.slide-banner .carousel-inner>.item {
	padding: 35px 85px;
}
.slide-left {
}
.slide-left img {
	width: 100%;
	visibility: visible !important;
	-webkit-animation-name: zoomIn !important;
	-moz-animation-name: zoomIn !important;
	-o-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
}
.slide-left1, .slide-left2 {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 9;
	visibility: visible !important;
	-webkit-animation-name: zoomIn !important;
	-moz-animation-name: zoomIn !important;
	-o-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
}
.slide-left1 {
	width: 120px;
	top: 0;
	left: 0;
}
.slide-left2 {
	width: 150px;
	bottom: -15px;
	right: 0;
}
.slide-left1 img, .slide-left2 img {
	width: 100%;
}
.slide-right {
	margin: 80px 0 0 0;
}
.slide-right h2 {
	font-size: 40px;
	line-height: 41px;
	color: #444;
	margin: 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 2px;
	visibility: visible !important;
	-webkit-animation-name: bounceInRight !important;
	-moz-animation-name: bounceInRight !important;
	-o-animation-name: bounceInRight !important;
	animation-name: bounceInRight !important;
}
.slide-right h2 span {
	font-weight: 800;
	color: #d39c2e;
}
.slide-right p {
	font-size: 16px;
	text-align: right;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	letter-spacing: .8px;
	padding: 9px 0 9px 60px;
	color: #737373;
	visibility: visible !important;
	-webkit-animation-name: bounceInRight !important;
	-moz-animation-name: bounceInRight !important;
	-o-animation-name: bounceInRight !important;
	animation-name: bounceInRight !important;
}
.slide-btn {
	width: 220px;
	height: 42px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	color: #ffffff;
	background: #4c8a05;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 1px;
	border-radius: 25px;
	float: right;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	visibility: visible !important;
	-webkit-animation-name: bounceInRight !important;
	-moz-animation-name: bounceInRight !important;
	-o-animation-name: bounceInRight !important;
	animation-name: bounceInRight !important;
}
.slide-btn svg {
	margin: 0 2px 0 0;
}
.slide-btn:hover, .slide-btn:focus {
	color: #fff;
	background: #5aa306;
}

@-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: -12px;
	right: 0;
	display: block;
	text-align: center;
}
.scrolldown a{
	width: 75px;
	display: inline-block;
	text-align: center;
}
.scrolldown p{
	
font-size: 12px;
	
text-align: center;
	
font-weight: 400;
	
line-height: 20px;
	
margin: 5px 0 0 0;
	
letter-spacing: .4px;
	
padding: 1px 10px;
	
color: #333;
	
display: inline-block;

	
background: #fff;
	
border-radius: 15px;
	
border: 1px solid #ccc;
}
.scrolldown .mouse {
	position: relative;
	display: block;
	width: 20px;
	height: 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #6b6b6b;
	border-radius: 17px;
}
.scrolldown .mouse span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 3px;
	height: 5px;
	margin: 0 -1px;
	background: #6b6b6b;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

.about {
	padding: 50px 0 0 0;
	position: relative;
	z-index: 9;
}
.thead {
}
.thead h2, .thead h1 {
	font-size: 27px;
	line-height: 41px;
	color: #444;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1.5px;
}
.thead h2 span, .thead h1 span {
	color: #5aa306;
}
.thead hr {
	width: 40px;
	height: 2px;
	margin: 10px 0;
	padding: 0;
	border: none;
	background: #5aa306;
}
.about-left {
	padding: 0 !important;
}
.about-left p {
	font-size: 15px;
	text-align: left;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 10px 0;
	color: #333;
}
.about-left .thead h4 {
	font-size: 15px;
	text-align: left;
	font-weight: 500;
	line-height: 16px;
	margin: 0 0 5px 0;
	letter-spacing: 11px;
	padding: 4px 10px 4px 20px;
	color: #fff;
	background: #d39c2e;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 25px;
}
.btn-1 {
	width: 120px;
	height: auto;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	border-radius: 25px;
	color: #5aa306;
	overflow: hidden;
	text-transform: uppercase;
	border: 1px solid #5aa306;
	position: relative;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #5aa306;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.btn-1:hover:before, .btn-1:focus:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.btn-1:hover, .btn-1:focus {
	color: #fff;
}
.about-right {
	padding: 0 0 0 40px !important;
}
.ab-box {
	padding: 15px 10px; 
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ab1 {
	background: #e9ece5;
}
.ab2 {
	background: #e2e6dd;
}
.ab3 {
	background: #f0f1ee;
}
.ab4 {
	background: #f0f1ee;
}
.ab5 {
	background: #e9ece5;
}
.ab6 {
	background: #dde6d1;
}
.ab-box img {
	width: 65px;
	margin: 10px auto 12px auto;
	display: block;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 1px 7px rgba(143, 206, 75, 0.5);
	-moz-box-shadow: 0px 0px 1px 7px rgba(143, 206, 75, 0.5);
	box-shadow: 0px 0px 1px 7px rgba(143, 206, 75, 0.5);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box h4 {
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	line-height: 18px;
	margin: 0;
	letter-spacing: 1px;
	padding: 10px 0 0 0;
	color: #3c6909;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box h5 {
	font-size: 11px;
	text-align: center;
	font-weight: 600;
	line-height: 19px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #292929;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
	letter-spacing: .2px;
	padding: 0;
	color: #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box:hover {
	background: #5aa306;
}
.ab-box:hover img {
	-webkit-box-shadow: 0px 0px 1px 7px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 0px 1px 7px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 1px 7px rgba(255, 255, 255, 0.5);
}
.ab-box:hover h4, .ab-box:hover h5, .ab-box:hover p {
	color: #fff;
}
.adleft, .adright {
	position: absolute;
	content: '';
	bottom: 67px;
	margin: 0;
	padding: 8px;
	width: 35px;
	height: 35px;
	opacity: 1;
	border-radius: 0;
	background: rgba(211, 156, 46, 0.4);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft {
	left: -74px;
}
.adright {
	right: auto;
	left: -37px;
}
.adleft:hover, .adright:hover {
	background: rgba(211, 156, 46, 0.7);
}
.departments {
	padding: 40px 0 25px 0;
	margin: -65px 0 0 0;
	position: relative;
	background: url("../images/bg.jpg") fixed;
	background-size: cover;
	z-index: 2;
}
.departments:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #333;
	opacity: .75;
	z-index: -1;
}
.departments .thead {
	top: -30px;
	position: relative;
}
.departments .thead h2 {
	color: #fff;
}
.departments .thead h2 span {
	color: #fff;
	font-weight: 500;
}
.departments .thead hr {
/* background: #fff; */
}
.depdd {
	padding: 0;
}
.depddbfr:before {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	content: '';
	background: url("../images/cross.png");
	background-size: 100% 100%;
	bottom: -15px;
	right: -15px;
}
.dep-box {
	padding: 0 !important;
	margin: 25px 0;
}
.dep-box .dep-img {
	position: relative;
	width: 150px;
	margin: 0 auto 11px auto;
}
.dep-box .dep-img:before, .dep-box .dep-img:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	top: -12px;
	left: -12px;
	z-index: 99;
	opacity: .5;
	border-radius: 100%;
	background: #5aa306;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.dep-box:hover .dep-img:after {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.dep-box:hover .dep-img:before {
	-webkit-transform: scale(.8, .8);
	-moz-transform: scale(.8, .8);
	-o-transform: scale(.8, .8);
	transform: scale(.8, .8);
}
.dep-box .dep-img:after {
	width: 20px;
	height: 20px;
	top: auto;
	bottom: 8px;
	left: auto;
	right: 13px;
	opacity: .8;
	-webkit-box-shadow: 0px 0px 0px 8px #fff;
	-moz-box-shadow: 0px 0px 0px 8px #fff;
	box-shadow: 0px 0px 0px 8px #fff;
	border: 1px solid #6dcc00;
	background: #fff;
}
.dep-box .dep-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.dep-box:hover .dep-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);
}
.dep-box h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	letter-spacing: 1.5px;
	padding: 0 0 1px 0;
	color: #fff;
	text-transform: uppercase;
}
.dep-box p {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	line-height: 21px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #fff;
}
.departments .adleft, .departments .adright {
	top: 50%;
	margin-top: -15px;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 100%;
	border: 1px solid #666666;
}
.departments .adleft:hover, .departments .adright:hover {
	border: 1px solid #5aa306;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.75);
}
.departments .adleft {
	left: -30px;
}
.departments .adright {
	left: auto;
	right: -30px;
}
.orthopaedics {
	padding: 40px 0;
}
.ortho-left {
	padding: 0 40px 0 0 !important;
}
.ortho-left:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 60%;
	margin: 0;
	padding: 0;
	top: 20%;
	left: 25%;
	background: rgba(211, 156, 46, 0.15);
}
.orthopdd {
	padding: 0 0 50px 0;
}
.ortho-img {
	overflow: hidden;
}
.ortho-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ortho-img:hover img {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.ortho-text {
	padding: 30px 0 0 0;
}
.ortho-text hr {
	width: 40px;
	height: 2px;
	margin: 15px auto;
	padding: 0;
	border: none;
	background: #d39c2e;
}
.ortho-text h4 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	letter-spacing: 1.5px;
	padding: 0 0 1px 0;
	color: #5aa306;
	text-transform: uppercase;
}
.ortho-text p {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #333;
}
.ortho-text .btn-1 {
	margin: 15px auto 0 auto;
}
.ortho-right {
	padding: 0 !important;
}
.ortho-right .thead h2 {
	text-align: center;
}
.ortho-right .thead hr {
	margin: 10px auto 5px auto;
}
.app-form {
	background: #ffffff;
	padding: 15px 20px !important;
	-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 .form-group {
	margin: 0 0 9px 0;
	padding: 0 !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 {
	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: 60px;
	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: #5aa306;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	text-align: center;
	cursor: pointer;
	float: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.app-form .form-group input[type=submit]:hover {
	background: #4c8a05;
}
.excelence {
	padding: 30px 0 40px 0;
	position: relative;
	background: url(../images/bg2.jpg) fixed;
	background-size: cover;
	z-index: 2;
}
.excelence:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #386900;
	opacity: .75;
	z-index: -1;
}
.excelence .thead h2 {
	text-align: center;
	color: #fff;
}
.excelence .thead h2 span {
	color: #fff;
}
.excelence .thead hr {
	background: #ff0;
	margin: 10px auto 20px auto;
}
.excelence ul {
	margin: 0;
	padding: 10px 0 0 0;
}
.excelence ul li {
	width: 16.4%;
	height: 160px;
	display: block;
	float: left;
	padding: 16px 10px;
	margin: 0;
	border: 1px solid #8bb158;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.excelence ul li:hover {
	background: rgba(255, 255, 255, .2);
}
.excelence ul li:nth-child(1), .excelence ul li:nth-child(2), .excelence ul li:nth-child(3), .excelence ul li:nth-child(4), .excelence ul li:nth-child(5) {
	border-right: 0px solid #fff;
}
.excelence ul li .exc-img {
	width: 75px;
	background: #fff;
	margin: 5px auto 0 auto;
	padding: 15px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 0 8px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 0 8px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 0 8px rgba(255, 255, 255, 0.3);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.excelence ul li:hover .exc-img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.excelence ul li img {
	width: 100%;
}
.excelence ul li h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	line-height: 17px;
	margin: 0;
	letter-spacing: 1px;
	padding: 30px 0 0 0;
	color: #fff;
	text-transform: uppercase;
}
.excelence ul li:nth-child(2) h4, .excelence ul li:nth-child(5) h4 {
	padding: 15px 0 0 0;
}
.facilities {
	padding: 40px 0;
}
.fac-left {
	padding: 0 !important;
}
.fac-left p {
	font-size: 15px;
	text-align: left;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #333;
}
.fac-left .btn-1 {
	margin: 5px 0 0 0;
}
.fac-right {
	padding: 0;
}
.fac-right ul {
	margin: 0;
	padding: 0;
}
.fac-right ul li {
	list-style: none;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 34px;
	text-align: left;
	font-weight: 500;
	margin: 0 0 13px 0;
	padding: 11px 0 0 0;
	position: relative;
	z-index: 9;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fac-right ul li:before, .fac-right ul li:after {
	position: absolute;
	content: '';
	width: 95%;
	height: 35px;
	background: #f9f0e0;
	left: 14px;
	top: 9px;
	z-index: -2;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
.fac-right ul li:after {
	z-index: -1;
	width: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fac-right ul li:hover:after {
	width: 95%;
	background: #5aa306;
	border-radius: 10px 0 0 10px;
}
.fac-right ul li span {
	width: 45px;
	height: 45px;
	float: left;
	display: inline-block;
	background: #d39c2e;
	border-radius: 100%;
	padding: 5px;
	margin: -8px 14px 0 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fac-right ul li span img {
	width: 100%;
}
.fac-right ul li:hover {
	color: #fff;
}
.fac-right ul li:hover span {
	background: #4f9202;
	-webkit-box-shadow: 0px 0px 0 8px rgba(79, 146, 2, 0.2);
	-moz-box-shadow: 0px 0px 0 8px rgba(79, 146, 2, 0.2);
	box-shadow: 0px 0px 0 8px rgba(79, 146, 2, 0.2);
}
.testimonials {
	padding: 0;
	position: relative;
}
.testimonials:before {
	position: absolute;
	content: '';
	width: 56%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: url("../images/bg3.jpg") fixed;
	background-size: cover;
	z-index: -1;
}
.testimonials:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 95%;
	margin: 0;
	padding: 0;
	top: 70px;
	right: 0;
	z-index: -2;
	background: #f0f0f0;
}
.testimonials .thead {
	padding: 0 0 0 35px;
}
.testimonials .thead h2 {
	text-align: center;
}
.testimonials .thead hr {
	margin: 10px auto;
}
.testimonials-left {
	padding: 0 45px 0 0 !important;
	margin: -10px 0 0 0;
}
.testimonials-box {
	padding: 0;
	margin: 15px 0 0 0;
	text-align: center;
}
.testimonials-box img {
	width: 40px;
	margin: 0 auto 10px auto;
	display: block;
}
.testimonials-box p {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #333;
}
.testimonials-box h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0 12px 0;
	color: #333;
}
.testimonials-box a {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 15px 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 span {
	display: inline-block;
	margin: 0 5px;
	background: #5aa306;
	width: 30px;
	height: 1px;
	position: relative;
	top: -4px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testimonials-box a:hover, .testimonials-box a:focus {
	color: #5aa306;
}
.testimonials-box a:hover span {
	width: 45px;
}
.testimonials-right {
	margin: 20px 0 0 0;
	padding: 0 0 0 40px !important;
}
.testimonialsv-box {
	padding: 0 10px !important;
	margin: 0;
}
.testimonialsv-box img {
	width: 100%;
	border: 7px solid #fff;
	-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);
}
.testimonialsv-box ul {
	position: absolute;
	margin: 0;
	margin-left: -43px;
	padding: 5px 10px;
	width: 90px;
	background: rgba(90, 163, 6, 0.75);
	border-radius: 10px;
	top: 40%;
	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 50px 0;
}
.testimonials-left .adleft, .testimonials-left .adright {
	top: auto;
	bottom: 0;
	margin: 0;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 100%;
	border: 1px solid #666666;
}
.testimonials-left .adleft:hover, .testimonials-left .adright:hover {
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(102, 186, 0, 0.5);
	-moz-box-shadow: 0px 0px 0px 8px rgba(102, 186, 0, 0.5);
	box-shadow: 0px 0px 0px 8px rgba(102, 186, 0, 0.5);
}
.testimonials-left .adleft {
	left: 44%;
}
.testimonials-left .adright {
	left: auto;
	right: 43%;
}
.testimonials-right .carousel-inner {
	padding: 0 0 50px 0;
}
.testimonials-right .adleft, .testimonials-right .adright {
	top: auto;
	bottom: 0;
	margin: 0;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 100%;
	border: 1px solid #666666;
}
.testimonials-right .adleft:hover, .testimonials-right .adright:hover {
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(102, 186, 0, 0.5);
	-moz-box-shadow: 0px 0px 0px 8px rgba(102, 186, 0, 0.5);
	box-shadow: 0px 0px 0px 8px rgba(102, 186, 0, 0.5);
}
.testimonials-right .adleft {
	left: 40%;
}
.testimonials-right .adright {
	left: auto;
	right: 40%;
}
.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 {
}
.gallery {
	padding: 50px 0;
}
.gallery .nav-tabs {
	border: none;
	text-align: right;
	margin: -40px 0 0 0;
	padding: 0;
	width: 100%;
}
.gallery .nav-tabs>li {
	float: none;
	margin: 0;
	padding: 0 5px 0 10px;
	display: inline-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: #5aa306;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}
.gallery .nav-tabs>li>a {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #5aa306;
	margin: 0;
	line-height: 24px;
	border: 1px solid #5aa306;
	border-radius: 0;
	padding: 6px 30px;
	text-transform: uppercase;
	border-radius: 25px;
	display: block;
}
.gallery .nav>li>a:focus, .gallery .nav>li>a:hover {
	background-color: transparent;
	border-color: #3d7100;
}
.gallery .nav>li:first-child a {
}
.gallery .nav>li:last-child a {
}
.gallery .tab-content {
	padding: 18px 0 0 0;
	margin: 0;
}
.gpdd {
	padding: 5px !important;
}
.galvbox {
	padding: 0 !important;
}
.galvbox:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	background: rgba(90, 163, 6, 0.65);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox:hover:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, );
	transform: scale(1, 1);
}
.galvbox img {
	width: 100%;
}
.galvbox ul {
	position: absolute;
	margin: 0;
	margin-left: -50px;
	margin-top: -23px;
	padding: 5px 10px;
	width: 100px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	top: 50%;
	left: 50%;
	-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);
}
.surgical {
	padding: 40px 0;
	background: #f0f0f0;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.surgical:after {
	position: absolute;
	content: '';
	width: 60%;
	height: 100%;
	/* background: #59a206; */
	background: rgba(112,204,0,1);
	background: -moz-linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(112,204,0,1)), color-stop(25%, rgba(112,204,0,1)), color-stop(100%, rgba(54,99,0,1)));
	background: -webkit-linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
	background: linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cc00', endColorstr='#366300', GradientType=1 );
	top: 0;
	right: -10%;

	z-index: -1;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.sug-left {
}
.sugpdd {
	padding: 0 30px 0 0 !important;
}
.news-box {
	margin: 15px 0 0 0;
	padding: 0 !important;
}
.news-box .news-img {
	width: 92%;
	float: left;
	overflow: hidden;
}
.news-box .news-img img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.news-box:hover .news-img img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.news-box .news-text {
	width: 92%;
	margin: -20px 0 0 0;
	background: #ffff;
	padding: 20px 20px 10px 20px;
	position: relative;
	float: right;
	-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);
}
.news-box .news-text h4 {
	font-size: 19px;
	text-align: left;
	font-weight: 500;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #000;
}
.news-box .news-text p {
	font-size: 15px;
	text-align: left;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	letter-spacing: .5px;
	padding: 5px 0 10px 0;
	color: #333;
}
.news-box .news-text .btn-2 {
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	position: relative;
	padding-right: 30px;
	letter-spacing: 1px;
}
.news-box .news-text .btn-2 span {
	position: relative;
	transform: translateX(-200%);
	display: inline-block;
	transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.news-box .news-text .btn-2:before {
	animation: ts-link-arrow-effect-animation-out;
	animation-fill-mode: forwards;
	animation-duration: .4s;
	animation-timing-function: cubic-bezier(.6, .01, 0, 1);
	background: #5aa306;
	bottom: 1px;
	height: 2px;
	margin: auto;
	left: 0;
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	transform: scaleX(.2);
	transform-origin: left center;
	z-index: 0;
}
.news-box:hover .news-text .btn-2 span {
	transform: translateX(0%);
}
.news-box:hover .news-text .btn-2:before {
	animation: ts-link-arrow-effect-animation-in;
	animation-fill-mode: forwards;
	animation-duration: .4s;
	animation-timing-function: cubic-bezier(.6, .01, 0, 1);
}
@keyframes ts-link-arrow-effect-animation-in {
 0% {
 transform-origin: left center;
 transform: scaleX(.2);
}
 70% {
 transform-origin: left center;
 transform: scaleX(1);
}
 71% {
 transform-origin: right center;
}
 100% {
 transform-origin: right center;
 transform: scaleX(.2);
}
}
 @keyframes ts-link-arrow-effect-animation-out {
 0% {
 transform-origin: right center;
 transform: scaleX(.2);
}
 70% {
 transform-origin: right center;
}
 71% {
 transform-origin: left center;
 transform: scaleX(1);
}
 100% {
 transform-origin: left center;
 transform: scaleX(.2);
}
}
.sug-right {
	padding: 0 !important;
}
.sug-right .thead h2, .sug-right .thead h2 span {
	color: #fff;
	text-align: center;
}
.sug-right .thead hr {
	margin: 10px auto;
	background: #fff;
}
.sug-box {
	margin: 94px 0 0 0;
	background: #fff;
	padding: 20px;
}
.sug-box img {
	width: 140px;
	border-radius: 100%;
	margin: -80px auto 15px auto;
	-webkit-box-shadow: 0px 0px 0 8px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 0 8px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 0 11px rgba(136, 255, 0, 0.17);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.sug-box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.sug-box p {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #333;
}
.sug-box .btn-1 {
	margin: 10px auto 0 auto;
}
.blogs {
	padding: 40px 0 50px 0;
}
.blogsin {
	position: relative;
}
.btn-1a {
	position: absolute;
	top: 0;
	right: 25px;
	border-radius: 0;
	color: #fff;
}
.btn-1a:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.btn-1a:hover:before {
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.btn-1a:hover, .btn-1a:focus {
	color: #5aa306;
}
.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: 30px 0 0 0;
	height: 120px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box:hover .blog-img {
	background: rgb(205, 227, 180);
}
.blog-box .blog-img img {
	width: 160px;
	margin: 0 auto;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 0 10px rgba(90, 163, 6, 0.3);
	-moz-box-shadow: 0px 0px 0 10px rgba(90, 163, 6, 0.3);
	box-shadow: 0px 0px 0 10px rgba(90, 163, 6, 0.3);
	-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: 75px 0 0 0;
}
.blog-box .blog-text h4 {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #000;
}
.blog-box .blog-text p {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #333;
}
.blog-box .btn-1 {
	margin: 10px auto 0 auto;
}
.newsletter {
	margin: 0 0 -65px 0;
	position: relative;
}
.newsletter-in {
	background: url("../images/bg4.png");
	background-size: 100% 100%;
	padding: 50px 70px 40px 70px !important;
}
.nl-left {
}
.nl-left h2 {
	font-size: 23px;
	line-height: 50px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}
.nl-left h2 span {
	font-weight: 600;
}
.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: 0;
}
.newsletter .nl1 {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	margin: 0;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #fff;
	border: none;
	border: 1px solid #ffffff;
	background: none;
	outline: none;
}
.newsletter .nl2 {
	width: 100%;
	height: 50px;
	text-align: center;
	background: #fff;
	padding: 0 15px;
	border: 1px solid #ffffff;
	color: #417a00;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 39px;
	outline: none;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
footer {
	padding: 90px 0 0 0;
	background: #333;
}
footer .thead h2 {
	color: #fff;
}
footer .thead hr {
	margin: 10px 0 25px 0;
}
.ft-left {
}
.ft-box {
	padding: 5px 0 !important;/* border-bottom: 1px dashed #757575; */
}
.ft-box p {
	font-size: 16px;
	text-align: left;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 2px 0;
	color: #fff;
}
.ft-box .fticon {
	width: 13%;
	float: left;
}
.ft-box .fticon svg {
	width: 40px;
	height: 40px;
	color: #fff;
	padding: 11px;
	border-radius: 100%;
	background: rgba(112,204,0,1);
	background: -moz-linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(112,204,0,1)), color-stop(25%, rgba(112,204,0,1)), color-stop(100%, rgba(54,99,0,1)));
	background: -webkit-linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
	background: linear-gradient(45deg, rgba(112,204,0,1) 0%, rgba(112,204,0,1) 25%, rgba(54,99,0,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cc00', endColorstr='#366300', GradientType=1 );
}
.ft-box .fttext {
	width: 87%;
	float: left;
}
.ft-box .fttext2 p {
	padding: 9px 0;
}
.ft-left h6 {
	font-size: 16px;
	text-align: left;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	letter-spacing: 1px;
	padding: 10px 0;
	color: #949494;
}
.ft-right {
}
.f-copy {
	margin: 40px 0 0 0;
	padding: 10px 0;
	background: #080808;
}
.f-copy h6 {
	color: #ffffff;
	font-size: 12px;
	line-height: 47px;
	font-weight: 300;
	margin: 0;
	text-align: left;
	padding: 0;
	letter-spacing: .8px;
}
.f-copy h6 a, .f-copy h6 a:hover, .f-copy h6 a:focus {
	color: #c3ff7b;
}
.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: #5aa306;
	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: #d39c2e;
	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 rgba(211, 156, 46, 0.5);
	-moz-box-shadow: 0 0 0 0 rgba(211, 156, 46, 0.5);
	box-shadow: 0 0 0 0 rgba(211, 156, 46, 0.5);
	-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: 6px 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 #70cc00;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixedcall .fixedcallR ul li a:hover {
	background: #4c8a05;
}
.fixedcall .fixedcallR ul li a svg {
	margin: 0 3px 0 0;
}
.fixedcall .fixedcallR ul li:last-child a {
	border-bottom: 0px solid #3acece;
}
/*---------------------------------------------------------*/
.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: #5aa306;
	font-size: 17px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 25px;
	background: rgb(255, 255, 255);
	border: 2px solid #5aa306;
	opacity: 0.7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
.to-top a.back-to-top:hover {
	opacity: 1;
}
.callnow {
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 9999;
	-webkit-animation: tada 1.25s infinite;
	-moz-animation: tada 1.25s infinite;
	-ms-animation: tada 1.25s infinite;
	animation: tada 1.25s infinite;
}
.callnow:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}
.callnow a, .callnow a:hover {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	z-index: 99;
	border-radius: 100%;
	position: relative;
	background: #fc3b34;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
	-moz-box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
	box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
}
.callnow a .callnom {
	width: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 21%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 10px 0 0 10px;
	background: #fc3b34;
}
.callnow a:hover .callnom {
	width: 170px;
	left: -165px;
	opacity: 1;
}
.fixeddiv {
	width: 90px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	top: 32%;
	right: 0;
	display: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva {
	width: 0;
	height: auto;
	margin: 0;
	float: right;
	padding: 10px 5px;
	display: block;
	background: rgba(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;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.inner-banner img {
	width: 100%;
	opacity: .5;
}
.inner-banner canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.inner-banner #canvas {
	z-index: -1;
	opacity: .5;
}
.inner-banner #canvasbg {
	z-index: -2;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.7;
}
.bknw {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	padding: 10px;
	position: absolute;
	top: 23%;
	right: 9%;
	background: rgba(90, 163, 6, 0.8);
	z-index: 99;
	border: 4px solid #d39c2e;
}
.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(249, 168, 27, 0.8);
	-moz-box-shadow: 0 0 0 0 rgba(249, 168, 27, 0.8);
	box-shadow: 0 0 0 0 rgba(249, 168, 27, 0.8);
	-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: #5aa306;
}
.innerpage {
	margin: 0;
	padding: 35px 0;
	position: relative;
}
.innerpage p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 3px 0;
	color: #000;
}
.inbr1, .inbr2, .inbr3, .inbr4 {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #5aa306;
}
.inbr1 {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}
.inbr2 {
	top: 0;
	right: 0;
	border-left: none;
	border-bottom: none;
}
.inbr3 {
	bottom: 0;
	left: 0;
	border-right: none;
	border-top: none;
}
.inbr4 {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.inner-right {
	padding: 15px 0;
	margin: 0;
	background: #f3f3f3;
	position: relative;
}
.inner-right h3 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	margin: 0;
	padding: 0;
}
.inner-right hr {
	width: 40px;
	height: 2px;
	margin: 12px auto;
	padding: 0;
	border: none;
	background: #5aa306;
}
.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: #5aa306;
	color: #fff;
	border: none;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 35px 0 0 0;
	padding: 15px;
	background: #f3f3f3;
}
.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 40px 0;
}
.inrboxpd .adleft, .inrboxpd .adright {
	top: auto;
	bottom: 0;
	opacity: 1;
	width: 25px;
	height: 25px;
	padding: 0;
	background: none;
}
.inrboxpd .adleft {
	left: 40%;
}
.inrboxpd .adright {
	right: 40%;
	left: auto;
}
.inrboxpd .adleft:hover, .inrboxpd .adright:hover {
	opacity: 1;
}
.innertesti-box {
	padding: 0;
}
.innertesti-box .btn-1 {
	font-size: 12px;
	margin: 10px auto 0 auto;
	line-height: 30px;
	width: 110px;
}
.innertesti h3, .ba-gallery h3, .pe-videos h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	margin: 0;
	padding: 5px 0;
}
.innertesti-box p {
	font-size: 15px;
	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: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;

	margin: 0;
	letter-spacing: .6px;
	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;
}
.bapd {
	padding: 0 5px !important;
	padding: 0 5px !important;
}
.pe-videosbox {
}
.pe-videosbox img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.pe-videosbox ul {
	position: absolute;
	margin: 0;
	margin-left: -50px;
	padding: 5px 10px;
	width: 100px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	top: 38%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pe-videosbox 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);
}

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