/* ==========================================================================
   Page Container
   ========================================================================== */

#page-container {
	padding: 10px 2%;
}
#page-container .page-env {
	background: #ffffff;
	overflow: hidden;
}
.P30 {
	padding: 30px;
}
.P30s {
	padding: 10px 30px;
}
/* colors */

.bg-0 {
	background-color: #fff
}
.bg-1 {
	background-color: #f3f3f3
}
.bg-2 {
	background-color: #555;
}
.bg-3 {
	background-color: #3d3d3d;
}
.bg-4 {
	background-color: #303030;
}
.bg-5 {
	background-color: #c6acc2
}
.bg-6 {
	background-color: #b973ae
}
.bg-7 {
	background-color: #a55198
}
.light-white {
	color: #F2F2F2;
}
.grey {
	background: #eaeaea;
}
/*----------------------------------------*/
/*  Header Logo Menu
/*----------------------------------------*/
.header-logo-menu.stick {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	padding: 0;
	width: 100%;
	z-index: 999999;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}
/*----------------------------------------*/
/*  2.2.1 Header Logo
/*----------------------------------------*/
.logo > a {
	display: inline-block
}
.logo {
	padding: 34px 0
}
.header-logo-menu.stick .logo {
	padding: 10px 0
}
/*----------------------------------------*/
/*  2.2.2 Header Mainmenu
/*----------------------------------------*/
.mainmenu-area {
	float: right;
	padding: 24px 0 0;
}
.header-logo-menu.stick .mainmenu-area {
	padding: 0
}
.mainmenu, .header-search {
	display: inline-block
}
.mainmenu ul#nav li {
	display: inline-block;
	margin-right: 35px;
	position: relative;
}
.mainmenu ul#nav > li > a {
	color: #444444;
	display: block;
	line-height: 99px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mainmenu ul#nav > li:hover > a, .mainmenu ul#nav li ul.sub-menu > li a:hover {
	color: #6cbd45;
}
.mainmenu ul#nav > li >a.active{
	border-bottom: 3px solid rgba(31, 124, 21,.99);
}
/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
a.meanmenu-reveal {
	display: none
}
.mean-container .mean-bar {
	background: transparent none repeat scroll 0 0;
	float: left;
	min-height: 42px;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 99;
}
.mean-container a.meanmenu-reveal {
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 1px;
	height: 22px;
	line-height: 22px;
	padding: 13px 0 11px;
	right: 0;
	text-decoration: none;
	text-indent: -9999em;
	top: 0;
	width: 22px;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none
}
.mean-container .mean-nav ul li {
	background: #f0f0f0 none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}
.mean-container .mean-nav ul li a {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 1em 5%;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
}
.mobile-menu-area {
	background: #1a5e2f;
}
.mean-container .mean-nav ul li li a {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	opacity: 0.75;
	padding: 1em 10%;
	text-shadow: none !important;
	visibility: visible;
	width: 80%;
	text-transform: capitalize;
	color: #444;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: 0;
	margin-bottom: 0
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%
}
.mean-container .mean-nav ul li a:hover {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #6cbd45;
}
.mean-container .mean-nav ul li a.mean-expand {
	width: 26px;
	height: 15px;
	margin-top: 1px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,.1);
	border: 0!important;
	background: #F8F8F8;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #f8f8f8;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.mean-remove {
	display: none!important
}
.mean-container .mean-bar::after {
	color: #ffffff;
	content: "MENU";
	font-size: 14px;
	left: 5%;
	position: absolute;
	top: 12px;
}

/* ==========================================================================
   Gallery
   ========================================================================== */

   #ga-env {
   	height: auto;
   	max-height: 600px;
	background: #eaeaea;
	overflow: hidden;
}
/* ==========================================================================
   why choose us
   ========================================================================== */
#welcome-env .section-padding {
	padding: 80px 0
}
#whyus-section .single-cat-1 > h4 {
	margin-bottom: 15px;
	margin-top: 20px;
}
#whyus-section .single-cat-1 > p {
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 39px;
	width: 80%;
}
#whyus-section .skl-1 {
	margin-top: 40px
}
#whyus-section .single-cat-1 > h4:after {
	background-color: #6cbd45;
	bottom: -20px;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -27px;
	position: absolute;
	width: 46px;
}
.icon-design i {
	border: 1px solid rgba(31, 124, 21, 0.5);
	border-radius: 100%;
	color: #fff;
	background: rgba(31, 124, 21,.99);
	display: block;
	height: 130px;
	left: 45%;
	line-height: 121px;
	margin-bottom: 50px;
	margin-left: -51px;
	position: relative;
	width: 130px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.icon-design i:after {
	background: rgba(31, 124, 21, 0.5) none repeat scroll 0 0;
	bottom: -25%;
	content: "";
	height: 32px;
	left: 33%;
	position: absolute;
	width: 1px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.icon-design i > span:after {
	border: 1px solid rgba(31, 124, 21, 0.5);
	border-radius: 100%;
	bottom: -44px;
	content: "";
	height: 12px;
	left: 45%;
	position: absolute;
	width: 12px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#whyus-section .icon-design:hover i {
	border: 1px solid rgba(31, 124, 21,.99)
}
#whyus-section .icon-design:hover i:after {
	background: rgba(31, 124, 21,.99) none repeat scroll 0 0
}
#whyus-section .icon-design:hover i > span:after {
	border: 1px solid rgba(31, 124, 21,.99);
	background: rgba(31, 124, 21,.99) none repeat scroll 0 0;
}
/*#whyus-section .skl-1 .icon-choose.flaticon-worker81:after, #whyus-section .skl-1 .icon-choose.flaticon-worker81:before {
  font-size: 55px;
}*/
#whyus-section .skl-1 .icon-design [class^="flaticon-"]:before, #whyus-section .skl-1 .icon-design [class*=" flaticon-"]:after {
	font-size: 55px;
	margin-left: 0px;
	font-weight: normal;
}
/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
	line-height: 1.2;
	font-size: 13px;
	color: rgba(255,255,255,0.5);
}
#footer-slogan {
	font-weight: 300;
	color: rgba(255,255,255,0.3);
}
.footer-item {
	height: 200px;
}
.footer-item small {
	color: #fff !important;
	margin-bottom: 17px;
	font-size: 14px;
	font-weight: 400;
	color: #303030;
}
.footer-item h5 small {
	display: block;
}
.footer-item_subscribe small {
	color: #000000 !important;
}
.footer-item p {
	margin-bottom: 15px;
	font-size: 12px;

}
.footer-item .el-bottom {
	position: absolute;
	bottom: 25px;
	margin: 0;
		font-size: 12px;
}
.footer-item a {
	color: inherit;
}
#footer-form {
	padding-top: 5px;
	margin-bottom: 15px;
}
#footer-form p {
	color: #898989;
	color: rgba(111,111,111,0.8);
	margin-bottom: 17px;
	font-size: 12px;
}
#footer-form input {
	font-size: 14px;
	padding-right: 60px;
}
#footer-form input, #footer-form button[type="submit"] {
	background: #fff;
}
#footer-form button[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 39px;
	width: 40px;
	padding: 0;
	line-height: 1;
	font-size: 18px;
	color: #e0e0e0;
	text-align: center;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}
#footer-form button[type="submit"] i.arrow {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 12px;
	height: 20px;
	margin-left: 5px;
}
#footer-form button[type="submit"] i.arrow:before, #footer-form button[type="submit"] i.arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 3px;
	height: 60%;
	background: #e0e0e0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent; /* for FF */
}
#footer-form button[type="submit"] i.arrow:before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
#footer-form button[type="submit"] i.arrow:after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
#footer-form button[type="submit"]:hover i.arrow:before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}
#footer-form button[type="submit"]:hover i.arrow:after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}
#footer-form + p {
	line-height: 1.3;
	font-size: 12px;
	color: rgba(85,85,85,0.5);
}
/* form */

form {
	position: relative;
}
form input, form button, form textarea {
	display: block;
	width: 100%;
	outline: none;
	background: none;
	border-width: 1px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 8px 20px;
	color: #454545;
	color: rgba(69,69,69,0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: color 300ms ease-in-out, border-color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, border-color 300ms ease-in-out, background-color 300ms ease-in-out;
	transition: color 300ms ease-in-out, border-color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.ios form input, .ios form textarea {
	-webkit-appearance: caret;
	-moz-appearance: caret;
}
form input[type=text], form input[type=email], form input[type=tel], form input[type=password] {
	height: 39px;
}
form textarea {
	height: 110px;
	resize: vertical;
}
form .remeber {
	overflow: hidden;
	padding: 5px 0;
}
form .remeber a {
	color: #Fff;
}
.csstransitions form input[type="checkbox"] {
	display: none;
}
form input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
form label {
	display: inline-block;
	position: relative;
	;
	cursor: pointer;
	color: #fff;
	color: rgba(255,255,255,0.5);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
form label span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 13px;
	height: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
	margin-top: -3px;
	margin-right: 10px;
}
form label span:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	background-color: #fff;
	border: 1px solid #81b4a0;
	opacity: 0;
}
form input[type="checkbox"]:checked + span:before {
	opacity: 1;
}
/* ==========================================================================
    About Us
   ========================================================================== */
#about .bg {
	background: url('../images/about-bg.jpg') center center no-repeat;
	background-size: cover;
}
.pad-top-half {
	padding-top: 60px;
}
.pad-bottom-half {
	padding-bottom: 60px;
}
.light-white-bg {
	background-color: #F2F2F2;
}
.parallax {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
}
/*Page Title*/

.page-title-icon {
	font-size: 60px;
	line-height: 45px;
	padding-top: 1px;
	text-align: center;
}
.page-title-wrap {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.page-title-wrap h2 {
	font-size: 24px;
	line-height: 31px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.page-sub-title {
  font-family: 'RobotoThin', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}


/*about*/
.about-us {
    position: relative;
}

.about-us .about p {
    line-height: 30px;
    margin-bottom: 27px;
}

.about-us .about a {
    display: inline-block;
    font-weight: bold;
    color: #002e5b;
}

.about-us .about a i {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 8px;
}
#prf-env .section-title h2 {
    color: #000;
    font-size: 23px;
    text-transform: capitalize;
    line-height: 28px;
    padding-bottom: 0.75em;
    margin: 0.43em 0 1em;
    display: inline-block;
    position: relative;
    font-family: 'RobotoBold', Helvetica, Arial, sans-serif;

}

#prf-env .section-title h2:after {
    content: "";
    background-color: #000;
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#prf-env p {
	padding-bottom: 10px;
	line-height: 2em;
}
#prf-env  .left-col {
    padding-left: 0;
    margin-left: 40px;
}
#prf-env .left-col .thumbnail {
    background: url(../images/img-1.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 460px;
    border: 8px solid #88b941;
    border-radius: 0;
    margin: 0;
    padding: 50px;
    position: relative;
}
#prf-env .left-col .thumbnail .overlay {
    background-color: rgba(22,44,23,0.8);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#prf-env .left-col .thumbnail p {
    color: #fff;
  font-family: 'RobotoBold', Helvetica, Arial, sans-serif;
    position: relative;
    line-height: 1.2em;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.line {
    background-color: #d3e59c;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.line .container {
    position: relative;
}

.line .container:before {
    content: "";
    background-color: #6cbd45;
    width: 60px;
    height: 4px;
    position: absolute;
    left: 15px;
    top: -1px;
}




/* ==========================================================================
    SErvices
   ========================================================================== */
.single-class {margin-bottom: 30px;}

.single-class-image {
    display: block;
    overflow: hidden;
}
.class-des h4 {
    font-family: 'RobotoBold', Helvetica, Arial, sans-serif;

}
.class-des p {
	line-height: 1.2em;
    font-family: 'RobotoRegular', Helvetica, Arial, sans-serif;
}
.class-des a {
    color: #000;
}
.class-des a:hover {color: #1d6b35;}
.single-class-text {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.class-des {padding: 25px 15px 10px;}
.class-des > h4 {margin-bottom: 10px;}
.class-schedule {
    border-top: 1px solid #f0f0f0;
    height: 49px;
}
.class-schedule span {
    display: block;
    float: left;
    line-height: 49px;
    text-align: center;
}
.class-schedule > span:first-child {
    border-right: 1px solid #f0f0f0;
    width: 44%;
}
.class-schedule > span:nth-child(2) {
    width: 48%;
}
span.arrow{
    float: right;
    width: 8%;
    display: block;
    position: relative;
    background: #1d6b35;
}
span.arrow:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background: #f0f0f0;
}
span.arrow a{
    float: right;
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    width: 100%
}
span.arrow a:after {
    background: #f0f0f0 none repeat scroll 0 0;
    content: "";
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1px;
    top: -1px;
    width: 100%;
    z-index: -1;
}
.single-class:hover span.arrow a:after {opacity: 1;filter: alpha(opacity=100);}
.single-class:hover span.arrow a{color: #000;}




/* service details */
#prf-env .service-details .col {
    margin-bottom: 30px;
}

#prf-env .service-details .col div {
    border: 1px solid #ededed;
    padding: 28px 28px 28px 95px;
    position: relative;
}

#prf-env .service-details .col h3 {
    font-size: 16px;
    margin: 0 0 1.15em;
    font-family: 'RobotoBold', Helvetica, Arial, sans-serif;
}

#prf-env .service-details .col p {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin: 0;
}

#prf-env .service-details .col span {
    display: inline-block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
#prf-env .service-details i {
	font-size: 55px!important;
	margin-left:-30px !important;
	color: #ccc;
}


/*hover*/
#prf-env .service-details .col div:hover {
    border-color: #d3e59c;
}

#prf-env .service-details .col div:before,
#prf-env .service-details .col div:after {
    content: "";
    background-color: #d3e59c;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#prf-env .service-details .col div:before {
    top: -2px;
}

#prf-env .service-details .col div:after {
    bottom: -2px;
}

#prf-env .service-details .col div:hover:before,
#prf-env .service-details .col div:hover:after {
    left: 35px;
    opacity: 1;
}
/*--------------------------------------------------------------
#2  sidebar
--------------------------------------------------------------*/
.service-content .sidebar {
    padding: 0;
}
/*--------------------------------------------------------------
#3  all-services
--------------------------------------------------------------*/
.service-content .all-services {
    padding: 0 0 0 6px;
    overflow: hidden;
}

.service-content .all-services > .col {
    padding-right: 0;
    margin-bottom: 60px;
}

.service-content .all-services .content-box h3 {
    margin: 1.44em 0 1.2em;
}

.service-content .all-services .content-box p {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 15px;
}

.service-content .all-services .content-box a {
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    color: #529440;
    padding: 0  22px 0 0;
    border: 0;
    border-radius: 0;
    position: relative;
}

.service-content .all-services .content-box a:hover {
    color: #529440;
}

.service-content .all-services .content-box a i {
    position: absolute;
    right: 0;
    top: 4px;
}
/*------------------------------------------------------
===== service-single =====
------------------------------------------------------*/
/*--------------------------------------------------------------
#1  service-content
--------------------------------------------------------------*/
#content-env .service-content .container {
    padding: 0;
}

#content-env  .breadcrumb {
    padding-left: 0;
}

#content-env .service-content .section-title h2 {
    margin: 0.4em 0 2.5em;
}
/*--------------------------------------------------------------
#2  sidebar
--------------------------------------------------------------*/
.services-link-widget {
    background-color: #f6f6f6;
    border: 1px solid #efefef;
    margin-bottom: 35px;
}

.services-link-widget ul {
    margin-bottom: 0;
}

.services-link-widget ul li {
    border-bottom: 1px solid #efefef;
}

.services-link-widget ul li:last-child {
    border-bottom: 0;
}

.services-link-widget ul li a {
    display: block;
    font-weight: bold;
    color: #529440;
    padding: 17px 15px 17px 45px;
    position: relative;
}

.services-link-widget ul li a i {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-link-widget ul li a:hover {
    background-color: #529440;
    text-decoration: none;
    color: #fff;
}
/*--------------------------------------------------------------
#3  servie-single-details
--------------------------------------------------------------*/
#content-env .servie-single-details {
    padding-right: 0;
}

#content-envcontent-envcontent-env .servie-single-details .first-row .col:first-child img {
    height: 345px;
}

#content-envcontent-env .servie-single-details .row > .col:last-child {
    padding-right: 0;
}

#content-env .servie-single-details .service-box {
    background: url(../images/service-box-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 52px 25px;
    position: relative;
}

#content-env .servie-single-details .service-box:before {
    content: "";
    background-color: rgba(22,44,23, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#content-env .servie-single-details .service-box p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
/*single-service-description*/
#content-env .servie-single-details .second-row {
    margin-top: 68px;
}

#content-env .servie-single-details h3 {
    font-size: 24px;
    line-height: 20px;
    margin: 0 0 1.67em;
    padding-bottom: 0.79em;
    position: relative;
}

#content-env .servie-single-details h3:after {
    content: "";
    background-color: #000;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#content-env .single-service-description p,
#content-env .more-about-services .more-services p {
    line-height: 26px;
    margin-bottom: 20px;
}

#content-env .single-service-description p:last-child {
    margin-bottom: 0;
}


/*more-about-services*/
#content-env .servie-single-details .more-about-services {
    margin-top: 80px;
}

#content-env .more-about-services .more-services p {
    line-height: 26px;
}

#content-env .more-about-services li {
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
}

#content-env .more-about-services li:before {
    content: "";
    background-color: #05305a;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

#content-env .more-about-services ul li:last-child {
    margin-bottom: 0;
}
/*----------------------------------------*/
/*  Contact
/*----------------------------------------*/

#map-env iframe {
    height:450px;
    width:100%;
    pointer-events: none;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
 }
#contact-env .contact-area-container .single-title {margin-bottom: 24px;}
#contact-env .contact-area-container > p {padding-bottom: 12px;}
#contact-env .contact-address-info {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 31px;
    padding-bottom: 22px;
}
#contact-env .contact-icon {
    color: #444;
    float: left;
    font-size: 14px;
    margin-right: 12px;
    width: 15px;
}
#contact-env .contact-text {
    overflow: hidden;
}
#contact-env .contact-text > h4 {
    font-size: 12px;
    margin-bottom: 5px;
}
#contact-env .contact-icon i {
    position: relative;
    top: -5px;
}
#contact-env .contact-address-info:last-child {margin-bottom: 0;}
#contact-env .contact-address-container {
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}
#contact-env .contact-form .single-title {margin-bottom: 26px;}
#contact-env .contact-form-container input, .contact-form-container textarea {color: #909090}
#contact-env .contact-form-container textarea {height: 199px}
#contact-env .contact-form-container .button-default {
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 10px;
    padding: 0 16px;
}
#contact-env .contact-form-container .button-default i {margin-right: 8px;}
#contact-env .single-title h2 {
    color: #000;
    font-size: 23px;
    text-transform: capitalize;
    line-height: 28px;
    padding-bottom: 0.75em;
    margin: 0.43em 0 1em;
    display: inline-block;
    position: relative;
    font-family: 'RobotoBold', Helvetica, Arial, sans-serif;

}
#contact-env .single-title h2:after {
    content: "";
    background-color: #000;
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact-form-container input {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 37px;
    margin-bottom: 20px;
    padding: 0 16px;
    width: 100%;
    color: #afafaf
}
textarea {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    color: #afafaf;
    height: 168px;
    margin-bottom: 20px;
    padding: 6px 15px;
    resize: none;
    width: 100%;
}



