/**::-moz-selection {
  background-color: #840303;
  color: #fff;
}
::selection {
   background-color: #840303;
  color: #fff;
}*/

body {
  background: rgba(0, 0, 0, 0);
  margin: 0 0 248px;
  padding: 0px 0 0 0;
  color: #696969;
  background-size:cover;
  overflow-x: hidden;
  font-family: 'OpenSansRegular';
}
* {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
				-ms-box-sizing: border-box;
}
*:before,*:after {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
				-ms-box-sizing: border-box;
}
p {
  font-family: verdana;
  font-size: 13px;
  line-height: 20px;
}
img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color: #696969;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	outline: 0px none !important;
	text-decoration: none !important;

}
a:hover {
	text-decoration: none !important;
	color: #000;
}
i {
	display: inline-block;
	vertical-align:middle;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}

button {
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	outline: 0px none !important;
	text-decoration: none !important;

}


/*p{text-align:justify; color: #666666;}*/

h2, h3, h4, h5, h6{
	font-family: helveticacondensedbold597f1b3b6ce8c;
}

/*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: 248px;
  width: 100%; 
}
/*sticky footer*/

/*back to top*/
#back-top {
	position: fixed;
	bottom: 100px;
	right: 7px;
	z-index: 99999;
	margin-bottom: 0px;
}
#back-top a {
	display: block;
	text-align: center;
	font: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	/* background color transition */
	-webkit-transition: 0.5s all ease-in-out 0s;
	-moz-transition: 0.5s all ease-in-out 0s;
	transition: 0.5s all ease-in-out 0s;
}
#back-top a:hover, #back-top a:focus {
	color: #DD2F2E;
}
#back-top a:hover span i {
	color: #fff;
}
/* arrow icon (span tag) */
#back-top span {
	width: 44px;
	height: 33px;
	display: block;
	margin-bottom: 7px;
	/*background: #fff;*/
	/* rounded corners */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* background color transition */
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
	/*border: 1px solid #6f7170;*/
}
#back-top span i {
	font-size: 25px;
	line-height: 30px;
}
#back-top a:hover span {
  background: rgba(0, 0, 0, 0) url("../images/totop.png") no-repeat scroll center -30px;
}

.totop {
	background: url("../images/totop.png") no-repeat center top;
}



header {
}
.sc {
  padding: 0;
  text-align: right;
}
.sc ul li {
  color: #fff;
  display: inline-block;
  margin: 0px 5px;
}
.sc ul li a {
  color: #acb8c1;
  display: block;
  font-size: 18px;
}
.sc ul li a:hover{
	color: #f4811f;
}
.sc ul li a i {
  line-height: 30px;
}
.sc_listing > li:hover {
  opacity: 0.8;
}
.ph_listing {
  text-align: left;
}
.ph_listing ul li {
  color: #999999;
  display: inline-block;
  font-family: verdana;
  font-size: 12px;
  padding: 0 10px 0 0;
  position: relative;
}
.ph_listing li:nth-child(3)::before {
  color: #999999;
  content: "/";
  position: absolute;
  right: 0;
}
.ph_listing ul li i{
   color: #19af4a; 
   font-size: 16px;
   vertical-align: middle;
}

.ph_listing ul li:last-child {
  padding: 0 0 0 0;
}
.ph_listing ul li a{
  color: #999999;
   font-size: 12px;
}

.navigation{
	background: #f4811f;
	margin: 0px;
	border: none;
	border-radius: 0px;
}
.menu > li > a {
  
  color: #fff !important;
  font-family: "calibri";
  font-size: 13px;
  padding: 16px 11px 16px 12px;
  text-transform: uppercase;
}
.menu{
	width: auto;
}
.menu > li:hover > a {
  color: #fff !important;
  background: #3b205f !important;
}
.menu > li.active > a{
  color: #fff !important;
  background: #3b205f !important;
}
/*drop down menu*/
.my_dropdown_menu {
  background: #f4f4f4 none repeat scroll 0 0 !important;
  border-radius: 0 !important;
}
.my_dropdown_menu > li > a {
  color: #6e6e6e;
  font-size: 12px;
  font-family: "helveticacondensedbold597f1b3b6ce8c";
  margin: 0 0 2px;
  padding: 5px 10px;
  text-align: left;
  text-transform: uppercase;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #1FB14F;
}
.my_dropdown_menu > li > a:hover {
  background: #fff  !important;
  color: #FFAF00 !important;
}
.my_dropdown_menu > li > a:focus{
  background: #fff  !important;
  color: #FFAF00 !important;
}
.navigation .open > a, .navigation .open > a:hover, .navigation .open > a:focus {
  background: #fff  !important;
  color: ##FFAF00 !important;
}
@media (min-width: 992px){
.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;
}
}
/*drop down menu responsive */
@media (max-width: 991px) {	
	  .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;
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;*/

}
.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: "";
}
	 
}



.enqiry-heading {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  font-family: oswaldregular;
  margin: 0;
  padding: 10px;
}
.carousel-inner > .item > img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel-caption {
  right: 7%;
}
.carousel-caption p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: "helveticacondensedbold597f1b3b6ce8c";
}
.carousel-caption{
	text-align: left;
}
.my_carousel_indicators {
  left: 90%;
}
.my_carousel_indicators  li {
  background-color: #ffaf00;
  border: 1px solid #ffaf00;
  height: 20px;
  width: 20px;
}
.carousel-indicators .active {
  background-color: #eee;
  border: 1px solid #eee;
  height: 20px;
  width: 20px;
}

.widget-sec {
  background: #fcfcfc none repeat scroll 0 0;
  box-shadow: 0 3px 5px #eee;
  padding: 0 0 40px;
}
.widget-sec .clearfix {  
  margin: 30px 0;
}
.widget-pic {
  float: left;
  height: 100px;
  margin-top: 32px;
  position: relative;
  width: 100px;
  z-index: 999;
  background: #3b205f none repeat scroll 0 0;
  border-radius: 50%;
  border: 10px solid #fff;
  line-height: 80px;
  text-align: center;
}
.widget-text {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  margin-left: 50px;
  padding: 15px 30px 1px 60px;
  cursor: pointer;
  	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	position: relative;
	
}
.widget-text::before {
  background: rgba(246, 246, 246, 0.9) url("../images/widget-box-shadow.jpg") no-repeat scroll center bottom;
  bottom: -33px;
  content: "";
  height: 30px;
  left: 30px;
  position: absolute;
  right: auto;
  width: 270px;
}
.widget-text h4 {
  color: #000;
   font-family: 'PetitaLight';
  /* font-family: "helveticacondensedbold597f1b3b6ce8c"; */
  font-size: 20px;
  margin: 0;
}
.widget-text > p {
  color: #9c9c9c;
  font-size: 12px;
  line-height: 22px;
  margin: 10px 0;
  text-align: left;
}
.widget-text ol{
	padding-left: 15px;
}
.widget-text ol li{
	font-size: 13px;
	list-style-type: decimal;
	color: #9c9c9c;
}
.widget-text ol li + li{
	margin-top: 10px;
}

.widget-sec .clearfix:hover .widget-text{
  background: #000;
}
.widget-sec .clearfix:hover .widget-text h4{
	font-family: "helveticacondensedbold597f1b3b6ce8c";
}
.widget-sec .clearfix:hover h4{
	color: #fff;
}
.widget-sec .clearfix:hover .widget-pic{
	background: #ffae00;
}
.welcome-sec {
  background: #3b205f  no-repeat scroll 0 0;
  padding: 15px 0;
}
.welcome-text h4 {
  border-bottom: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "helveticacondensedbold597f1b3b6ce8c";
  font-size: 25px;
  margin: 5px 0 15px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.welcome-text p {
  color: #fff;
  font-family: verdana;
  font-size: 12px;
  line-height: 20px;
  width: 75%;
}
.welcome-text{
	position: relative;
}
.welcome-text:before{
	content:"";
	background: url("../images/welcome-img.png") no-repeat center center;
	width: 139px;
	height: 162px;
	position: absolute;
	right:70px;
	bottom:-25px;
}
.welcome-text p {
  color: #fff;
  font-family: verdana;
  font-size: 12px;
  width: 70%;
  margin-bottom: 10px;
}
.about-offer-sec {
  padding: 40px 0;
}
.about-home h4 {
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding: 0 0 10px;
  margin: 15px 0;
   font-family: 'PetitaLight';
  font-size: 25px;
}
.about-home h4:before{
  position: absolute;
  border-bottom: 2px solid #ffaf00;
  display: inline-block; 
  content: " "; 
  bottom: 0;
  left: 0;
  width: 80px;
}
.about-home p {
  color: #7b7b7b;
  font-family: verdana;
  font-size: 13px;
  line-height: 22px;
}
.explore-service {
  text-transform: uppercase;
  border: 2px solid #ffaf00;
  background: #F8F8F8;
  color: #7b7b7b;
  font-size: 11px;
  margin: 25px 0 0 0;
  padding: 7px 20px;
}
.explore-service:hover {
  background: #ffaf00 none repeat scroll 0 0;
  color: #fff;
  border: 2px solid #dfdede;
}
.offer-home h4 {
  color: #000;
  margin: 15px 0 20px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
   font-family: 'PetitaLight';
  font-size: 25px;
}
.offer-home h4:before{
  position: absolute;
  border-bottom: 2px solid #ffaf00;
  display: inline-block; 
  content: " "; 
  bottom: 0;
  left: 0;
  width: 80px;
}
.offer-home ul li {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #7b7b7b;
  font-size: 14px;
  font-family: verdana;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 10px 0 10px 56px;
  position: relative;
  border-radius: 5px;
}
.offer-home ul li::before {
  content:"";
  background: url("../images/tick.png") no-repeat scroll center center #f4811f ;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom:0;
  width: 44px;
}
.activities-sec {
  background: #fcfcfc none repeat scroll 0 0;
  box-shadow: 0 3px 5px #eee;
  margin: 0 0 50px;
  padding: 20px 0 40px;
}
.activities-heading {
  	text-align: center;
  	color: #000;
	font-family: 'PetitaLight';
	font-size: 25px;
	margin: 15px 0 25px;
	padding: 0 0 10px;
	position: relative;
	text-transform: uppercase;
}
.activities-heading::before {
  border-bottom: 2px solid #ffaf00;
  bottom: 0;
  content: " ";
  display: inline-block;
  left: 46%;
  position: absolute;
  right: auto;
  width: 80px;
}
.activities-pic{
	float: left;
	width: 100px;
	padding-right: 5px;
	position: relative;
}
.activities-text {
  float: left;
  padding: 55px 0px 0px;
  width: 64%;
}
.activities-text > h4 {
  color: #000;
  font-family: 'PetitaLight';
  font-size: 22px;
}
.activities-text > p {
  color: #7b7b7b;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}



.blog-events-heading {
  color: #000;
  font-family: 'PetitaLight';
  font-size: 25px;
  margin: 15px 0 25px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.blog-events-heading::before {
  border-bottom: 2px solid #ffaf00;
  bottom: 0;
  content: " ";
  display: inline-block;
  left: 0;
  position: absolute;
  width: 80px;
}
.blog-home .clearfix{
	margin: 0 -10px
}
.blog{
	float: left;
	width: 50%;
	padding: 0 10px;
}
.blog-text > h4 {
  color: #000;
  font-family: 'PetitaLight';
  font-size: 20px;
  margin: 10px 0;
}
.blog-text > p {
  color: #7b7b7b;
  font-family: verdana;
  font-size: 13px;
  line-height: 22px;
}

.view-all > a {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 2px solid #ffaf00;
  color: #000;
  font-size: 11px;
  margin: 30px 0;
  padding: 7px 30px;
  text-transform: uppercase;
}
.view-all > a:hover {
  background: #ffaf00 none repeat scroll 0 0;
  color: #fff;
  border: 2px solid #dfdede;
}
.home-events h5 {
  color: #999999;
  font-family: "helveticacondensedbold597f1b3b6ce8c";
  font-size: 20px;
  margin: 10px 0;
  text-transform: uppercase;
}
.home-events span {
  color: #999999;
  display: inline-block;
  font-family: "helveticacondensedbold597f1b3b6ce8c";
  font-size: 20px;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.events-home-pic {
  height: 176px;
  
}
.events-home-pic > img {
  height: 100%;
  width: 100%;
}
.home-events p {
  color: #999999;
  display: inline-block;
  
  margin: 15px 0 0;
}


.query-sec {
  background: #f4811f none repeat scroll 0 0;
}
.query-form > h4::before {
  border-bottom: 2px solid #fff;
  bottom: 0;
  content: " ";
  left: auto;
  position: absolute;
  right: 51%;
  transform: translateX(51px);
  width: 80px;
}
.query-form > h4 {
  color: #fff;
  font-family: 'PetitaLight';
  font-size: 25px;
  margin: 10px 0 40px;
  padding: 0 0 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.query-form {
  padding: 20px 0;
}
.query-from-control {
  background: rgba(246, 154, 76, 0.5) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  height: 40px !important;
  box-shadow: 0px 0px 0px !important;
}
.submit-query {
  background: #3b205f none repeat scroll 0 0;
  color: #fff;
  font-size: 25px;
  font-family: 'PetitaLight';
  margin: 22px 0 0;
  padding: 7px 37px;
  text-align: center;
  width: 230px;
}
.submit-query:hover {
  color: #fff;
}
.query-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 13px;
}

.footer-sec {
  background: #2a2f33 none repeat scroll 0 0;
  padding: 30px 0 20px;
}

.footer-listing > h4 {
  border-bottom: 2px solid #ffae00;
  color: #fff;
  display: inline-block;
  font-family: 'PetitaLight';
  margin: 0;
  padding: 0 0 10px;
  font-size: 20px;
}
.footer-listing ul li {
  color: #999;
  font-family: verdana;
  font-size: 12px;
  padding: 5px 0 5px 15px;
  position: relative;
}
.footer-listing ul li:hover{
	color: #ffaf00;
}
.footer-listing li::before {
  color: #f4811f;
  content: "";
  font-family: fontawesome;
  font-size: 6px;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
}
.footer-listing ul li a{
  color: #999;
}
.footer-listing ul li a:hover{
  color: #ffaf00;
}
.stay-touch > h4 {
  border-bottom: 2px solid #ffae00;
  color: #fff;
  display: inline-block;
  font-family: 'PetitaLight';
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 20px;
}
.stay-touch > p {
  font-size: 12px;
    font-family: verdana;
    text-align: left;
    color: #999;
}
.stay-touch-form {
  padding: 0 0 10px;
}
.stay-touch-from-control {
  background: #55595c none repeat scroll 0 0;
  border: 0 none;
}
.btn-stay-touch {
  background: #f4811f none repeat scroll 0 0;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-family: 'PetitaLight';
  font-size: 18px;
}
.btn-stay-touch:hover, .btn-stay-touch:focus{
	background: #fff;
	color: #f4811f;
	border-color: #f4811f;
}
/*****************************************************/
.banner-inner img {
  height: 400px;
  width: 100%;
}
.left-side-bar > ul {
  margin: 30px 0 0;
}
.left-side-bar ul li a{
	display: block;
	background:#f7f7f7 !important;
	border-right: 6px solid #fadfa4;	
	border-bottom: 1px solid #eee;
	color: #1fb14f;
	font-family: "helveticacondensedbold597f1b3b6ce8c";
	font-size: 16px;
	padding: 10px 15px;
	text-transform: capitalize;	
}
.left-side-bar ul li .active{
	border-right: 6px solid #ffaf00  !important;
	color: #ffaf00;
}
.left-side-bar ul li a:hover{
	background:#f2fdf0 !important;
	color: #ffaf00;
}
.why-envolta-text h4 {
  color: #999999;
  font-family: "helveticacondensedbold597f1b3b6ce8c";
  font-size: 25px;
  margin: 25px 0 18px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.why-envolta-text > h4::before {
border-bottom: 3px solid #ffaf00;
bottom: 0;
content: " ";
display: inline-block;
left: 0;
position: absolute;
width: 80px;
}
.why-envolta-text p {
  color: #999999;
  font-family: Verdana;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 15px;
}
.why-envolta-text h5 {
  border-bottom: 1px solid #b9e599;
  color: #6c6c6c;
  display: inline-block;
  font-family: helveticacondensedbold597f1b3b6ce8c;
  padding: 0 0 7px;
}
.our-mission {
  padding: 0 0 30px;
}
.mission-tab > h4 {
  color: #999999;
  font-family: "helveticacondensedbold597f1b3b6ce8c";
  font-size: 25px;
  margin: 25px 0 18px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.mission-tab > h4::before {
border-bottom: 3px solid #ffaf00;
bottom: 0;
content: " ";
display: inline-block;
left: 0;
position: absolute;
width: 80px;
}
.mission-tab p {
  color: #999999;
  font-family: Verdana;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 15px;
}
.mission-tab ul li {
  color: #999999;
  font-family: Verdana;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0 5px 20px;
  position: relative;
}
.mission-tab ul li::before {
  color: #1fb14f;
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
}
.mission1 .col-sm-4 {
  background: #e5f6ea none repeat scroll 0 0;
  border-right: 1px solid #0dc84a;
  height: 250px;
  margin: 30px 0 40px;
}
.mission1 .col-sm-4:last-child {
  border-right: 0px solid #0dc84a;
}
.box h5 {
  font-family: "helveticacondensedbold597f1b3b6ce8c";
  font-size: 17px;
}
.box > p {
  font-family: verdana;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.mission2 .col-sm-4 {
  background: #ffeac4 none repeat scroll 0 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.mission-pic-box {
  height: 141px;
  width: 213px;
}
.mission-pic-box img{
  height: 100%;
  width: 100%;
}
.mission-pic-text > h4 {
  color: #000;
  font-family: helveticacondensedbold597f1b3b6ce8c;
  font-size: 20px;
  margin: 15px 0 10px;
}
.mission-pic-text > p {
  height: 100px;
  line-height: 20px;
  overflow: hidden;
}

.mission-tab h5 {
  border-bottom: 1px solid #b9e599;
  color: #6c6c6c;
  display: inline-block;
  font-family: helveticacondensedbold597f1b3b6ce8c;
  padding: 0 0 7px;
}
.core-values-pic {
  padding: 300px 0;
}
.service-commitments-pic p img {
  border: 7px solid #f1f1f1;
  float: left;
  height: 200px;
  margin: 20px 15px 20px 0;
  width: 31%;
}

.service-sec {
  padding: 0 0 30px;
}
.service-text h4 {
  color: #999999;
  font-family: "helveticacondensedbold597f1b3b6ce8c";
  font-size: 25px;
  margin: 25px 0 18px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.service-text h4::before {
border-bottom: 3px solid #ffaf00;
bottom: 0;
content: " ";
display: inline-block;
left: 0;
position: absolute;
width: 80px;
}
.service-text p {
  color: #999999;
  font-family: Verdana;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 15px;
}
.service-pic1 > img {
  border: 1px solid #ffaf00;
  float: left;
  height: 170px;
  margin: 0 13px 0 0;
  padding: 5px;
  width: 25%;
}
.service-text ul li {
  color: #999999;
  font-family: Verdana;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0 5px 20px;
  position: relative;
}
.service-text ul li::before {
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  color: #1fb14f;
}
.service-text h5 {
  border-bottom: 1px solid #b9e599;
  color: #6c6c6c;
  display: inline-block;
  font-family: helveticacondensedbold597f1b3b6ce8c;
  padding: 0 0 7px;
}
.blog-sec {
  padding: 30px 0;
}
.blog-sec-inner {
  background: #f5f5f5 none repeat scroll 0 0;
  margin: 0 0 20px;
  padding: 20px;
}
.chemical-testing img {
  border: 1px solid #ffaf00;
  float: left;
  height: 100px;
  margin: 0 13px 0 0;
  padding: 5px;
  width: 20%;
}
.more-btn {
  text-align: right;
  cursor: pointer;
}
.more-btn a {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 2px solid #ffaf00;
	color: #7b7b7b;
	font-size: 11px;
	padding: 7px 25px;
	text-transform: uppercase;
}
.more-btn a:hover, .more-btn a:focus, .more-btn a.active {
	background: #ffaf00 none repeat scroll 0 0;
	border: 2px solid #dfdede;
	color: #fff;
}
/*.more-btn a.active .fa-minus:before {
	content: "";
}*/
.browse {
  margin: 25px 0 15px;
  position: relative;
}
.browse > input {
  opacity: 0.8;
  padding: 0 10px;
}
.browse > span {
  border: 1px solid #ccc;
  bottom: 0;
  color: #999;
  display: block;
  height: 35px;
  padding: 6px 13px;
  position: absolute;
  text-transform: capitalize;
  width: 100%;
  z-index: -99;
}




























/*sectors*/
.service-commitments-pic p img {
  border: 7px solid #f1f1f1;
  float: left;
  height: 200px;
  margin: 20px 15px 20px 0;
  width: 31%;
}
.sectors-text p img {
  border: 7px solid #f1f1f1;
  float: left;
  height: 180px;
  margin: 20px 15px 20px 0;
  width: 23%;
}
.commitments {
  background: #defcda none repeat scroll 0 0;
  padding: 5px 10px;
}
.commitments > h4 {
  color: orange;
  text-align: center;
}
.commitments > p {
	color:#000;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

/*radiation*/
.radiation-right-text > h4 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #ffaf00;
  font-family: helveticacondensedbold597f1b3b6ce8c;
  font-size: 16px;
  margin: 25px 0 10px;
  padding: 5px;
  text-transform: uppercase;
}
.radiation-right-text h5 {
  border-bottom: 1px solid #b9e599;
  color: #6c6c6c;
  display: inline-block;
  font-family: helveticacondensedbold597f1b3b6ce8c;
  padding: 0 0 7px;
}
.radiation-right-text ul li {
  color: #999999;
  font-family: Verdana;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0 5px 20px;
  position: relative;
}
.radiation-right-text ul li::before {
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  color: #1fb14f;
}
.radiation-right-text > p {
	color: #999999;
	font-family: Verdana;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	text-align:left;
}

.enviornmental-services .clearfix > ul {
  float: left;
  width: 70%;
}
.environmental-services-pic{
	float: left;
	width: 30%;	
	padding: 10px;
}









/*career*/
.careers-sec {
  padding: 0 0 30px;
}
.careers-text{
	float:left;
	width:50%;
}

.current-openings-form {
  float: left;
  padding: 40px;
  width: 50%;
}



/*blog*/
.blog-sec-inner:nth-child(odd) .col-sm-3 {
  float: right;
}
.blog-hide {
  display: none;
  padding-top: 15px;
}


/*contact*/
.contact_address_sec{
	background-image: url("../images/map_bg.jpg");	
	background-size:cover; 
	margin: 20px 0 0 0;
}
.contact_address {
  padding: 0 40px;
}
.listing3 {
  padding: 20px 0 30px;
}
.listing3 > li:first-child {
  color: #ffaf00;
  font-weight: bold;
}
.listing3 > li {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 2px 0;
  position: relative;
}
.listing3 > li > i {
  border: 1px solid #fff;
  font-size: 20px;
  height: 35px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 24px;
  width: 35px;
}
.listing3 li a {
  color: #dd2f2e;
  font-size: 14px;
}
.map_icon {
  padding: 18px 0;
}

.contact-heading {
  color: #999999;
  font-family: "helveticacondensedbold597f1b3b6ce8c";
  font-size: 20px;
  margin: 30px 0 18px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.contact-heading::before {
border-bottom: 3px solid #ffaf00;
bottom: 0;
content: " ";
display: inline-block;
left: 0;
position: absolute;
width: 80px;
}

.contact-map {
  padding: 65px 0 0;
}
.submitc {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 2px solid #ffaf00;
	color: #7b7b7b;
	font-size: 11px;
	padding: 7px 30px;
	text-transform: uppercase;
}
.submitc:hover {
  background: #ffaf00 none repeat scroll 0 0;
  border: 2px solid #dfdede;
  color: #fff;
}
.current-openings-text > h3 {
  background: #f1f1f1 none repeat scroll 0 0;
  font-family: helveticacondensedbold597f1b3b6ce8c;
  margin: 10px 0 20px;
  padding: 8px 10px;
}


/*register*/
.login-register-sec {
  background: #f1f1f1 none repeat scroll 0 0;
}
.my-login-form {
  padding: 20px 0 0;
}
.registration_outer {
  padding: 20px 0;
}
.my-login-form-outer{
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border: 6px solid #f1f1f1;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.my-panel-title {
  background: #ffae00 none repeat scroll 0 0;
  color: #fff;
  font-family: oswaldregular;
  font-size: 25px;
  margin: 0 0 10px;
  padding: 10px;
  text-transform: uppercase;
}
.my-from-control{
	font-size: 12px;
}
.my-btn {
  background: #e0e0e0 none repeat scroll 0 0;
  color: #000;
  font-size: 15px;
  outline: medium none !important;
  text-transform: uppercase;
  	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.my-btn:hover {
  background: #969696 none repeat scroll 0 0;
  color: #fff;
}
.modal-header {
border-bottom: 0 none;
padding: 0;
}
.modal-body {
  padding: 0 15px 20px;
  position: relative;
}
.close {
  margin-right: 20px !important;
  margin-top: 12px !important;
}
.sign_in_heading {
  color: #000;
  font-size: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.signin_from_control {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  box-shadow: none !important;
  font-size: 12px;
  height: 30px;
  padding: 0 5px;
  width: 100%;
}
.btn.signin_submit_btn {
  background: #0099ff none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  margin: 6px 0 0;
  padding: 4px 12px;
  text-transform: uppercase;
}
.btn.signin_submit_btn:hover {
  background: #39a7e8 none repeat scroll 0 0;
  color: #000;
}

.frgt-pw {
  color: #0689d7;
  padding: 0 0 20px;
}
.logo{
	padding: 5px 0px;
}














#carousel-example-generic2 .item img {
  width: 100%;
  
}
#carousel-example-generic2 .item {
  height: 250px;
  width: auto;
}


#owl-demo1 .owl-nav div {
  font-size: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#owl-demo1 .owl-prev {
	background: url(../images/left-controler1.png) no-repeat center center !important;
	left: -35px;
	height: 26px;
	width: 26px;
}
#owl-demo1 .owl-next {
	background: url(../images/right-controler1.png) no-repeat center center !important;
	right: -35px;
	height: 26px;
	width: 26px;
}
.phone-sec-outr{
	background: #1d0a37;
	height: 29px;
}
.phone-mnu li{
	display: inline-block;
	vertical-align: middle;
}
.phone-mnu li a{
	font-size: 12px;
	color: #999999;
	font-family: 'OpenSansRegular';
}
.phone-mnu li + li{
	margin-left: 40px;
}
.phone-mnu li a i{
	width: 17px;
	height: 15px;
	margin-right: 8px;
}
.phone-icon{
	background: url("../images/phone-icon.png") no-repeat center center;
}
.email-icon{
	background: url("../images/email-icon.png") no-repeat center center;
}
.phone-sec-inr{
	padding: 3px 0px;
}
.phone-mnu li a:hover{
	color: #f4811f;
}
.logo-outr{
	background: #48255e;
}
.logo-inr .sc_listing{
	padding: 28px 0px;
}
.menu{
	float: none;
}
.navigation .navbar-collapse{
	margin: 0px -15px;
}
.carousel-caption{
	padding: 0px !important;
	width: 1170px;
	right: auto !important;
	left: 50%;
	top: 50%;
	bottom: auto !important;
	text-shadow: 0px 0px 0px !important;
	transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}
.carousel-caption h2{
	margin-top: 0px !important;
}
.carousel-caption p{
	margin-bottom: 0px !important;
	line-height: 40px;
	color: #f4811f;
}
.carousel-control{
	width: 31px;
}
.carousel-left-arrow{
	background: url("../images/slidr-left-arrow.png") no-repeat center center;
	height: 80px !important;
	font-size: 0px !important;
}
.carousel-right-arrow{
	background: url("../images/slider-right-arrow.png") no-repeat center center;
	height: 80px !important;
	font-size: 0px !important;
}
.nivo-directionNav a{
	height:80px !important;
	width:31px !important;
}
.nivo-directionNav a.nivo-prevNav{
	background: url("../images/slidr-left-arrow.png") no-repeat center center !important;
}
.nivo-directionNav a.nivo-nextNav{
	background: url("../images/slider-right-arrow.png") no-repeat center center !important;
}
.activities-text p{
	text-align: left;
	font-size: 12px;
}
.addr h2{
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: 'OpenSansSemibold';
	font-size: 12px;
	font-weight: bold;
	color: #3b205f;
}
.locate-row .col-sm-3{
	padding: 0px 0px;
}
.locate-row{
	margin: 0px -0px;
}
.addr p > span{
	width: 50px;
	display: inline-block;
	font-family: 'OpenSansSemibold';
	color: #3b205f;
}
.addr + .addr{
	margin-top: 20px;
}
.activities{
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	position: relative;
}
.activities:before{
	content:"";
	border-left: 1px dashed #ddd;
	width:1px;
	top:0;
	left:43px;
	bottom:0;
	height: 258px;
	position: absolute;
}
.addr-num {
    height: 34px;
    width: 34px;
    background: #d8d8d8;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    left: 25px;
}
.activities:hover .addr-num{
	background: #f4811f;
	color: #fff;
}
.news-header h3{
	font-family: 'PetitaLight';
	color: #000;
	margin-top: 0px;
}

.query-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.query-form .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.query-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.query-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.footr-mnu ul{
	float: left;
	width: 50%;
}
.footr-addr-listing h5{
	 font-family: 'OpenSansRegular';
	 color: #fff;
}
.footr-addr-listing p{
	text-align: left;
	font-size: 13px;
	color: #999;
}
.footr-addr-listing p span{
	color: #fff;
}
.footr-contact-mnu li:before{
	content:"";
}
.footr-contact-mnu li{
	padding-left: 25px !important;
	position: relative;
}
.footr-contact-mnu{
	margin-top: 8px;
}
.footr-contact-mnu li i{
	width: 17px;
	height: 15px;
	vertical-align: -10%;
	margin-right: 8px;
	position: absolute;
	top:5px;
	left:0px;
}
.footr-phone-icon{
	background: url("../images/footr-phone-icon.png") no-repeat center center;
}
.footr-email-icon{
	background: url("../images/footr-email-icon.png") no-repeat center center;
}
.footr-contact-mnu .footr-phone-icon-outr .footr-phone-icon{
	top: 8px;
}
.footr-addr-listing .website{
	margin-top: 5px;
}
.footr-mnu{
	margin-top: 2px;
}
.stay-touch-form{
	margin-top: 10px;
}
.stay-touch-form  .stay-touch-from-control{
	height: 44px;
}
.stay-touch-form .btn-stay-touch{
	display: block;
	width: 100%;
	height: 44px;
	font-family: 'PetitaLight';
	font-size: 18px;
}
.stay-touch-form .input-group-btn{
	width: 100px;
}
.stay-touch .copy{
	text-align: center;
}
.query-form .col-sm-3{
	padding: 0px 5px;
	width: 23%;
}
.query-form .col-sm-3.query-from-col-sm{
	width: 31%;
}
.query-form .form-group{
	margin: 0px -5px;
}
.carousel-caption-inr{
	background:rgba(59,32,95,0.8);
	padding: 10px;
	max-width:600px;
	
}
.skyblue {
  background-color: #22c8ff;
}

.deepskyblue {
  background-color: #00bfff;
}

.darkerskyblue {
  background-color: #00a6dd;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.carousel .item {
  min-height: 350px;
  height: 100%;
  width: 100%;
}

.carousel-caption h3, .carousel .icon-container {
  background-color: #09c;
}

.carousel-caption button {
  background-color: #09c;
}
.carousel-caption h3 {
  padding: .5em;
}

.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em;
}
.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.carousel-inner .item + .item .carousel-caption-inr  {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.carousel-caption button {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.sc ul{
	display: inline-block;
	vertical-align: middle;
}
.isologo-mnu li img{
	height: 65px;
}
.success-stories-outr ol li + li{
	margin-top: 15px;
}
.success-stories-outr ol{
	margin-top: 20px;
}
.success-stories-outr ol li{
	position: relative;
	padding-left: 55px;
	min-height: 40px;
}
.success-stories-outr ol li strong{
	position: absolute;
	left:0px;
	border: 1px solid #ffaf00;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
}
.banner-pge-inr img{
	height:300px;
	width: auto;
	max-width: none;
}
.banner-pge-inr{
	height:300px;
	background-size:cover;
}

.inner-pge-heading{
	position: relative;
	padding-bottom: 15px;
	color: #ffaf00;
}
.inner-pge-heading:before{
	content:"";
	border-top: 2px solid  #ffaf00;
	width: 100px;
	position: absolute;
	bottom:0px;
}
.about-pge-content-inr p{
	margin-bottom: 10px;
}
.about-pge-content-inr ul li strong{
	color: #ffaf00;
}
.about-pge-content-inr ul li +li{
	margin-top: 10px;
}
.about-pge-content-inr ul{
	margin-bottom: 20px;
}
.about-pge-content-inr{
	padding: 10px 0px 40px;
}

.principl-desk-grid-outr{
	text-align: center;
}
.principl-desk-grid-outr i{
	width: 200px;
	height:200px;
	background: #fff;
	display: inline-block;
	border: 2px solid #f4811f;
	padding: 10px;
	border-radius: 50%;
	   -webkit-border-radius: 50%;
			-moz-border-radius: 50%;
}
.principl-desk-grid-outr i img{
	height:176px;
	width:176px;
	border-radius: 50%;
	   -webkit-border-radius: 50%;
			-moz-border-radius: 50%;
}
.principl-desk-text-outr{
	padding: 40px 0px;
	position: relative;
}
.principl-desk-text-outr:before{
	content:"";
	background: url("../images/quote-left.png") no-repeat center center;
	height: 14px;
	width: 24px;
	position: absolute;
	top:10px;
	left: 0px;
}
.principl-desk-text-outr:after{
	content:"";
	background: url("../images/quote-right.png") no-repeat center center;
	height: 14px;
	width: 24px;
	position: absolute;
	bottom:10px;
	right:0px;
}
.principl-desk-text-outr p{
	text-align:center;
}
.principl-desk-grid-outr h3{
	margin: 0px;
	font-family: 'PetitaLight';
    color: #3b205f;
	font-weight: bold;
}
.about-pge-content-inr ul{
	list-style-type:disc;
	padding-left: 20px;
}
.md-grid-img-outr{
	margin-top: 25px;
}
.md-grid-box-txt{
	background: #f5f5f5;
	padding: 10px 0px;
	text-align:center;
}
.success-stories-outr{
	margin-top: 20px;
}
.gallery-box-inr{
	padding: 10px;
	position: relative;
	background-size:cover;
	text-align: center;
}
.gallery-box-inr:before{
	content:"";
	background:url("../images/certificate-frame.png") no-repeat left top;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-size: 100% 100%;
	height:460px;
}
.gallery-grid-outr{
	margin-top: 25px;
}
.gallery-box-inr img{
	height: 437px;
}
.franchise-form-outr{
	max-width: 800px;
	margin: 20px auto 0px;
}
textarea.form-control{
	resize: none;
}
.faq-grid-outr{
	margin-top: 25px;
}
.faq-grid-outr .panel-heading{
	background: transparent;
	padding: 0px;
}
.faq-grid-outr .panel-heading a{
	display: block;
	padding: 10px 15px;
	background: #f5f5f5;
	position: relative;
}
.faq-grid-outr .panel-heading a::before {
	font-family: "FontAwesome";
	content: "\f0d8";
	/* content: "\f0d7"; */
	/* border: 1px solid #ff0000; */
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0px;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	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;
}
.faq-grid-outr .panel-heading a.collapsed::before {
	transform: rotate(180deg);
	
}
.faq-grid-outr .panel-heading a{
	background: transparent;
	color: #f4811f;
}
.faq-grid-outr .panel-heading a.collapsed{
	background: #f5f5f5;
	color: #333;
}
.faq-grid-outr .panel-body ul{
	margin-bottom:10px;
} 
.mission-box-inr ol{
	list-style-type: decimal;
	padding-left: 20px;
}
.mission-box-inr ol li + li{
	margin-top: 10px;
}
.about-pge-content-inr ol{
	list-style-type: decimal;
	padding-left: 20px;
}
.about-pge-content-inr ol li + li{
	margin-top: 10px;
}
.success-stories-outr ol{
	list-style-type: none;
	padding-left: 0px;
}
.contact-banner{
	background-size: 100% !important;
}
.addr-box p{
	margin-bottom: 0px;
}
.addr-box{
	position: relative;
	padding-left: 60px;
	min-height: 40px;
}
.addr-box:before{
	content: "\f041";
	font-family: FontAwesome;
	color: #ffaf00;
	border: 1px solid #ffaf00;
	height: 40px;
	width: 40px;
	font-size: 25px;
	text-align: center;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	   -webkit-transform: translateY(-50%);
		  -moz-transform: translateY(-50%);
}
.addr-box a:hover{
	color: #ffaf00;
}
.addr-box + .addr-box{
	margin-top: 20px;
}
.email-box p{
	line-height: 40px;
}
.phone-box:before{
	content: "\f095";
}
.email-box:before{
	content: "\f0e0";
}
.contact-form-grid-outr{
	margin-top: 20px;
}
.map-box-outr{
	margin-top: 15px;
}
.md-grid-box-img{
	height: 270px;
	text-align: center;
	border: 1px solid #ddd;
}
.md-grid-box-img img{
	height: 270px;
}
.addr-txt:before{
	top: 5px;
	transform: none;
} 
.mission-box-inr{
	background: #48255e;
	padding: 15px;
	position: relative;
}
.mission-box-inr h3{
	margin-top: 0px;
	color: #ffff;
	background: #f4811f;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #f4811f;
	position: absolute;
	top:-47px;
	left:0px;
	padding: 10px 15px;
}
.mission-grid-outr{
	padding-top: 60px;
}
.mission-box-inr p{
	color: #fff;
}
 .mission-box-inr ol li{
	 color: #fff;
 }
 .career-banner{
	 background-size: 100% 100% !important;
 }
 .ask-content-outr{
	 margin-top: 20px;
	 background: #f4811f;
	 color: #fff;
	 padding: 15px;
 }
 .ask-content-outr ul li{
	 background: #e14d43;
	 font-size: 16px;
 }
  .ask-content-outr ul li a{
	  padding: 20px 15px;
	  color: #fff;
  }
 .ask-saurav{
	 background: #ad3c34 !important;
 }
.gallery-row-two .gallery-box-inr::before{
	 /* background: none; */
	 height: auto;
 }
 .gallery-row-two .gallery-box-inr img {
	height: 200px;
}
.gallery-row-two .gallery-box-inr{
	padding: 0px;
	margin-top: 25px;
	/* border: 1px solid #ffaf00; */
}
 