@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'PetitaLight';
    src: url('../fonts/PetitaLight.eot');
    src: url('../fonts/PetitaLight.eot') format('embedded-opentype'),
         url('../fonts/PetitaLight.woff2') format('woff2'),
         url('../fonts/PetitaLight.woff') format('woff'),
         url('../fonts/PetitaLight.ttf') format('truetype'),
         url('../fonts/PetitaLight.svg#PetitaLight') format('svg');
}
@font-face {
    font-family: 'HelveticaCdBd';
    src: url('../fonts/HelveticaCdBd.eot');
    src: url('../fonts/HelveticaCdBd.eot') format('embedded-opentype'),
         url('../fonts/HelveticaCdBd.woff2') format('woff2'),
         url('../fonts/HelveticaCdBd.woff') format('woff'),
         url('../fonts/HelveticaCdBd.ttf') format('truetype'),
         url('../fonts/HelveticaCdBd.svg#HelveticaCdBd') format('svg');
}

body {
	background:#ffffff;
	font-size: 14px;
	font-family: 'OpenSansRegular';
	margin: 0px 0px 70px;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-top {
	background-color: #fff;
	border-top: 5px solid #cccccc;
	border-bottom: 15px solid #333;
}
.footer-inner {
	padding: 20px 0px;
}
.footr-mnu li{
	display: inline-block;
	padding-right: 40px;
	position: relative;
}
.footr-mnu li a{
	font-family: 'HelveticaCdBd';
    text-transform: uppercase;
    color: #333333;
}
.footr-mnu li.active a{
	color: #2d9600;
}
.footr-mnu li:hover a{
	color: #2d9600;
}
.footr-mnu li:before{
	content: "|";
	position: absolute;
	left: -25px;
}
.footr-mnu li:first-child:before{
	content: " ";
}
.copyright-inr p{
	margin-bottom: 0px;
	text-align: right;
	color: #482718;
}
.copyright-inr p a{
	color: #482718;
}
.copyright-inr p a:hover{
	color: #2d9600;
}
/*sticky footer*/

/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	/*background: #2d2d2d none repeat scroll 0 0 !important;*/
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 768px){
.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.nav > li.dropdown.open > .dropdown-menu {
	display: none;
}
.navbar-right.mega-menu .dropdown-menu {
	left: -100% !important;
}
}
/*drop down menu responsive */
@media (max-width: 767px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	  
	  .mega-menu > .dropdown-toggle {
	position: relative;
	/*float: right;*/
	font-style: normal !important;
	/*width: 15px;*/
	z-index: 10;
	line-height: 32px;
	/*top:17px;*/
	cursor: pointer;
}
.mega-menu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
  /*font-weight: bold;*/
}
.dropdown.open > .dropdown-toggle::after {
  content: "";
}
.dropdown-submenu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
   top: 13px;
   right: 25px;
  /*right: 0px;*/
  
  color:#ee8a26 !important;
}

.dropdown-submenu.open .dropdown-toggle::after {
	content: "";
}
.menu > li > a {
	padding: 10px 15px !important;
}
.menu > li {
	margin-bottom: 1px;
}
	 
}
/*drop down menu responsive*/
/*drop down menu responsive*/
.topbar-outr{
	background: #40c507
}
.top-right-mnu li{
	display: inline-block;
	line-height: 43px;
	margin-left: 10px;
}
.top-right-mnu li i{
	width: 19px;
	height: 15px;
	/*color: #40c507;*/
}
.top-right-mnu li i.fa-phone{
	font-size: 15px;
	vertical-align: -25%;
}
.phone-icon{
	background: url("../images/phone-icon.png") no-repeat center center;
}
.top-right-mnu li a{
	color: #fff;
	font-size: 13px;
}
.top-right-mnu li a:hover{
	color: #40c507;
}
.menu-bar{
	background: rgba(0,0,0,0.7);
	border-radius: 0px;
	border: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 9;
}
.logo{
	padding-top: 0px;
	padding-bottom: 0px;
}
.logo img{
	margin-top: -40px;
	position: relative;
	z-index: 99;
	width: 140px;
	border-top: 2px solid #40c507;
	position: relative;
}

.mega-menu li{
	padding: 12px 0px 7px;
	position: relative;
	padding-left: 1px;
	border-bottom: 5px solid transparent;
}
.mega-menu li:before{
	position: absolute;
	content: "|";
	top: 50%;
	left: -3px;
	color: #fff;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
}
.mega-menu li:first-child:before{
	content: " ";
}
.mega-menu li a{
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 44px;
	border-radius: 5px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff !important;
}
.mega-menu li.active a{
	background: transparent !important;
	color: #afd205 !important;
	font-weight: 600;
}
.mega-menu li:hover a{
	background: transparent !important;
	color: #afd205 !important;
}
.mega-menu li:hover{
	border-bottom: 5px solid #afd205;
}
.mega-menu li.active{
	border-bottom: 5px solid #afd205;
}

.slidr-outr{
	margin-top: -68px;
}
.carousel-control{
	background-image: none !important;
}
.carousel-caption{
	width: 1140px;
	left: 50%;
	top: 50%;
	bottom: auto;
	transform: translate(-50%,-50%);
	right: auto;
	text-shadow: inherit !important;
	
}
.carousel-caption-inr{
	max-width: 745px;
	background: #fff;
	padding: 10px;
}
.carousel-caption-inr p{
	font-size: 24px;
	color: #3f3f3f;
	text-align: center;
	margin-bottom: 0px;
}
.carousel-indicators{
	width: 1140px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0px;
	text-align: right;
	padding-right: 0px;
	bottom: 115px;
}
.carousel-indicators li{
	height: 15px;
	width: 15px;
	margin: 0px 0px 0px 15px;
	background: #fff;
	border: 0 none;
}
.carousel-indicators li.active{
	height: 15px;
	width: 15px;
	margin: 0px 0px 0px 20px;
	background: #1f1f1f;
}
.carousel-inner .item img{
	width: 100%;
	height: 450px;
}
.welcome-inr{
	text-align: center;
	padding-top: 20px;
	margin-top: -110px;
	background: #fff url("../images/welcome-bg.png") no-repeat left 0px;
	position: relative;
	z-index: 99;
	min-height: 340px;
}
.welcome-inr h2{
	margin-bottom: 30px;
	margin-top: 0px;
}
.heading{
	font-size: 35px;
	color: #40c507;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.welcome-inr p{
	line-height: 30px;
	margin-bottom: 20px;
}
.service-outr{
	background: url("../images/what-bg.jpg") no-repeat left -90px;
	min-height: 600px;
	background-size: cover;
}
.service-sec-inr{
	background: rgba(0,0,0,0.8);
	position: relative;
}
.service-sec-inr:before{
	position: absolute;
	background: rgba(0,0,0,)
}
.service-inr h2{
	color: #fff;
}
.service-inr{
	/*background: url("../images/service-bg.png") no-repeat -82px bottom;*/
	padding-top:  1px;
	min-height: 600px;
	position: relative;
}
.service-inr:before{
	content:" ";
	position: absolute;
	background: url("../images/service-bg.png") no-repeat left bottom;
	height: 537px;
	width: 568px;
	left: -82px;
	bottom: 0;
}
.service-point-box{
	/*background: #1e3953;*/
	min-height: 468px;
	width: 352px;
	float: left;
}
.service-point-box h2{
	font-family: 'PetitaLight';
	text-align: center;
	margin-top: 1px;
	padding-bottom: 10px;
	
}
.service-point-box{
	padding-top: 14px;
}
.heading-two{
	position: relative;
}
.heading-two:before{
	content:" ";
	position: absolute;
	border: 2px solid #fff;
	height: 2px;
	width: 150px;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.heading-two:after{
	content:" ";
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent; 
	border-top: 10px solid #fff;
	position: absolute;
	bottom:-10px;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.service-point-mnu li p{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 0px;
}
.service-point-mnu li{
	position: relative;
	/*padding-left: 50px;*/
	padding: 2px 0px;
}
.service-point-mnu li:before{
	/*content:" ";
	background: url("../images/service-tick.png") no-repeat center center;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);*/
}
.we-mnge-outr{
	width: 136px;
	float: left;
	/*background: #1e3953;*/
	text-align: center;
	margin-top: 50px;
}
.service-point-box-sec-outr{
	background: url("../images/service-point-bg.png") no-repeat left top;
	/*background-size: cover*/
}
.we-mnge-mnu li p{
	color: #fff;
	font-size: 17px;
}
.we-mnge-mnu li p span{
	display: block;
	font-size: 18px;
	color: #7eea51;
	font-weight: bold;
}
.we-mnge-mnu li{
	padding: 30px 0px;
}
.service-grid-right-inr{
	padding-top: 10px;
}
.contact-sec-inr .heading{
	position: relative;
	/*color: #000;*/
	padding-bottom: 20px;
}
.contact-sec-inr .heading:before{
	content:" ";
	position: absolute;
	height: 1px;
	border-top: 1px solid #cccccc;
	width: 880px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
		transform: translateX(-50%);
			transform: translateX(-50%);
}
.address-box-inr{
	text-align: center;
}
.address-box-con p{
	margin-bottom: 0px;
	line-height: 24px;
}
.address-box-con h2{
	font-size: 15px;
	color: #32a600;
	font-weight: bold;
	margin: 5px 0px;
}
.address-box-con a:hover{
	color: #32a600;
}
.contact-grid-outr{
	padding-top: 25px;
}
.contact-sec-inr{
	padding-top: 5px;
	padding-bottom: 10px
}
.address-box-con{
	padding-bottom: 30px;
}
.address-box-img{
	padding-bottom: 25px;
}
.vission-outr h3{
	font-size: 20px;
	color: #333;
}
.about-outr{
	background: #f5f5f5; 
}
.about-outr  .welcome-inr{
	background-color: #f5f5f5;
}
.specialities-outr{
	text-align: left;
}
.specialities-outr h3{
	text-align: left;
}
.specialities-sec-inr{
	background-image: none !important;
}
.specialities-outr ul{
	padding-top: 10px;
	/*list-style-type: disc;
	padding-left: 15px;*/
}
.specialities-outr ul li{
	position: relative;
	padding-left: 20px;
}
.specialities-outr ul li:before{
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: #40c507;
	border-radius: 50%;
	left: 0px;
	top: 6px;
}
.specialities-outr ul li p{
	line-height: 20px;
	margin-bottom: 5px;
}
.specialities-table-outr{
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.specialities-table-outr .table{
	margin-bottom: 0px;
}
.specialities-table-outr .table thead tr th{
	text-align: center;
	text-transform: uppercase;
	color: #999;
	font-size: 16px;
}
.specialities-table-outr .table tbody tr:nth-child(odd) td{
    background: #9cf28b
}
.contact-form-outr{
	background: #f5f5f5;
}
.contact-form-inr{
	padding: 30px 0px;
}
.contact-form-inr h2{
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.contact-btn{
	background: #afd205;
	color: #fff;
	border: 0 none;
	font-weight: 600;
}
.contact-btn:hover, .contact-btn:focus{
	background: #40c507;
	color: #fff;
}
textarea.form-control{
	resize: none;
}
.about-banner-outr img{
	width: 100%;
	height: 330px;
}
.service-point-box-outr{
	text-align: center;
}
.service-point-box-img img{
	height: 50px;
	width: 50px;
}
.service-point-box-img{
	height: 70px;
	width: 70px;
	border: 3px solid #fff;
	line-height: 68px;
	display: inline-block;
	border-radius: 50%;
		-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
}
.carousel-inner{
	top: -68px;
	height: 450px;
}
.date-txt p{
	font-size: 13px;
}
