@charset "utf-8";
/**--------------------------------------------------------
 * CSS Information
 * Theme Name   :  Yi-Ke Innovations
 * Author       :  Eric/Aseem & Shashikant
 * Description  :  October 2021
 * File Name	:  style.css
 -----------------------------------------------------------*/
@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-Thin.woff2") format("woff2"),
         url("fonts/WorkSans-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-ThinItalic.woff2") format("woff2"),
         url("fonts/WorkSans-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-ExtraLight.woff2") format("woff2"),
         url("fonts/WorkSans-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-ExtraLightItalic.woff2") format("woff2"),
         url("fonts/WorkSans-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-Light.woff2") format("woff2"),
         url("fonts/WorkSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-LightItalic.woff2") format("woff2"),
         url("fonts/WorkSans-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-Regular.woff2") format("woff2"),
         url("fonts/WorkSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-Italic.woff2") format("woff2"),
         url("fonts/WorkSans-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-Medium.woff2") format("woff2"),
         url("fonts/WorkSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-MediumItalic.woff2") format("woff2"),
         url("fonts/WorkSans-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-SemiBold.woff2") format("woff2"),
         url("fonts/WorkSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-SemiBoldItalic.woff2") format("woff2"),
         url("fonts/WorkSans-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-Bold.woff2") format("woff2"),
         url("fonts/WorkSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-BoldItalic.woff2") format("woff2"),
         url("fonts/WorkSans-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-ExtraBold.woff2") format("woff2"),
         url("fonts/WorkSans-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-ExtraBoldItalic.woff2") format("woff2"),
         url("fonts/WorkSans-ExtraBoldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-Black.woff2") format("woff2"),
         url("fonts/WorkSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'WorkSans';
    src: url("fonts/WorkSans-BlackItalic.woff2") format("woff2"),
         url("fonts/WorkSans-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    }
		
/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: WorkSans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #000000 url(../images/ajax-loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #fff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #fff;
	}
		
img {
    width: auto\9;
  	/*height: auto;*/
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}
	
a, a:focus, a:hover {
	color: #009a4e;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #ce9b49;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
    display: block;
    content: ".";
    height: 0px;
    clear: both;
    visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
	background: #000000;
	}
	
body, #wrapper, .footer-wrapper {
	opacity: 0;
	}
	
.container, .header-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 30px;
	}
	
.header-container {
	}

/* Header Styles */

#pageHeaderWrapper {
	position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	}

.nobanner #pageHeaderWrapper {
	position: relative;
    left: auto;
    top: auto;
	}

#pageHeader {
	position: relative;
	width: 100%;
	float: left;
	z-index: 101;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	}

.is-sticky #pageHeader {
    /*left: 0px;*/
    left: auto;
    max-width: 1920px;
    background: rgba(0,0,0,0.9);
	}

/*#pageHeader:before {
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 322px;
    overflow: hidden;
    background: url("../images/header-bg.png") left top repeat-x;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	}

.is-sticky #pageHeader:before,
.nobanner #pageHeader:before {
    height: 100%;
	}*/

.headerTop, .headerBottom {
	position: relative;
	width: 100%;
	float: left;
	z-index: 1002;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	background: #001d09 url("../images/header-bg-top.png") center center no-repeat;
    background-size: cover;
	}
	
.headerBottom {
	z-index: 1001;
	background: transparent;
	}

/* Top Header Text */
	
.topHeaderText {
	position: relative;
	display: block;
    float: left;
    color: #ffffff;
    font-size: 13px;
	margin: 0px auto;
    line-height: 20px;
    padding: 12px 0px;
	}

/* Header Search */

.quick-search {
	position: relative;
	display: block;
	float: left;
	width: 265px;
	font-size: 13px;
	margin: 0px auto;
    border-radius: 40px;
    background: rgba(255,255,255,0.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.quick-search .form-control {
	border: none !important;
	border-radius: 0px;
	line-height: 20px;
	height: 36px;
	color: #ffffff;
	font-size: 13px;
	overflow: hidden;
	padding: 8px 50px 8px 15px;
	background: none !important;
	}

.quick-search .form-control:focus,
.quick-search .form-control:hover,
.quick-search .form-control:focus:hover {
	color: #ffffff;
	}

.quick-search .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	width: 40px;
	border: none;
	height: 36px;
	color: #009a4e;
	font-size: 13px;
	line-height: 24px;
	padding: 8px 10px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
    border-radius: 0px 40px 40px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.quick-search .search-btn img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 18px;
	margin: 0px auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.quick-search .search-btn:hover {
	color: #ffffff;
    background: #009a4e;
	}

.quick-search .form-control::-webkit-input-placeholder, .quick-search ::-webkit-input-placeholder {
	color: #c9c9c9;
    font-style: normal;
	}

.quick-search .form-control:-moz-placeholder, .quick-search :-moz-placeholder { /* Firefox 18- */
	color: #c9c9c9;
    font-style: normal;
	}

.quick-search .form-control::-moz-placeholder, .quick-search ::-moz-placeholder {  /* Firefox 19+ */
	color: #c9c9c9;
    font-style: normal;
	}

.quick-search .form-control:-ms-input-placeholder, .quick-search :-ms-input-placeholder {
	color: #c9c9c9;
    font-style: normal;
	}

/* Top Right Header */
	
.topRightHeader {    
    position: relative;
	display: block;
    float: right;
    color: #ffffff;
    font-size: 13px;
	margin: 0px auto;
    line-height: 20px;
    padding: 20px 0px;
	}

/* Curreny Select */
	
.currencySelect {    
    position: relative;
	display: block;
    float: left;
    padding: 0px;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
	margin: 0px 30px 0px auto;
	}

.currencySelect .form-custom-select {
	font-family: WorkSans;
    border: none;
	height: 20px;
	padding: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	background-color: transparent;
	}

.currencySelect .bootstrap-select .dropdown-toggle:after {
    content: "\f107";
	}
	
.currencySelect .bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
    content: "\f106";
	}

.currencySelect .bootstrap-select .dropdown-toggle:after {
    color: #06d14a;
    }

/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	float: left;
	padding: 0;
	display: block;
    font-weight: 500;
	list-style: none;
	margin: 0px -15px 0px;
    text-transform: uppercase;
	}
	
.headerTopLinks>li {
	position: relative;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 15px 0px 15px;
	}
	
.headerTopLinks>li a {
	position: relative;
    display: block;
    height: 20px;
	color: #ffffff;
	line-height: 20px;
	}

.headerTopLinks>li .fa {
	position: relative;
    font-size: 14px;
	color: #009a4e;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	}

.headerTopLinks>li .linkText {
    padding-left: 5px;
    }

/*.headerTopLinks>li img {
	position: relative;
    max-height: 20px;
	}*/

.headerTopLinks>li img {
	/*position: absolute;*/
    position: relative;
	z-index: 1;
	top: 50%;
	left: 50%;
	max-width: 25px;
	max-height: 20px;
	margin: 0px auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.headerTopLinks>li img.showicon {
	display: block;
	}

.headerTopLinks>li img.hiddenicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.showicon,
.headerTopLinks>li.selected>a img.showicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.hiddenicon,
.headerTopLinks>li.selected>a img.hiddenicon {
	display: block;
	}

.headerTopLinks>li a:hover .fa,
.headerTopLinks>li.selected a .fa {
    color: #ffffff;
	}

.headerTopLinks>li a:hover,
.headerTopLinks>li.selected a {
    color: #009a4e;
	}

/* Quick Header Search */

.quick-header-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.quick-header-search .form-control:focus,
.quick-header-search .form-control:hover {
	border: 1px solid #ce9b49;
	}

.quick-header-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #ce9b49;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.quick-header-search .btn-1:hover {
    color: #ffffff;
	background: #8b6425;
	border-color: #ea221c;
	}

.quick-header-search .close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.quick-header-search .close:hover {
	color: #ff0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.8;
	}

/* Logo */
	
.logo {
	position: relative;
	display: block;
	float: left;
	width: 214px;
	height: 64px;
	z-index: 1001;
	overflow: hidden;
	padding: 0px 0px 0px;
	margin: 20px auto 20px;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}
	
/* Bottom Header Right Container */
	
.headerBottomRight {
	position: relative;
	float: right;
	display: block;
	margin: 0px auto;
	}

/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	float: right;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Nav */
	
.nav-wrapper {
    font-family: WorkSans, Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	float: left;
	margin: 32px auto;
	}
	
.nav-container {
	position: relative;
	display: block;
	}
	
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	list-style-type: none;
    text-transform: uppercase;
	}
	
.nav>ul>li {
	position: relative;
	display: block;
	float: left;
    font-weight: 500;
    margin: 0px 25px 0px 0px;
	}
	
.nav>ul>li:last-child {
    margin-right: 0px;
	}
	
.nav>ul>li>a {
	position: relative;
	display: block;
	color: #cfcfcf;
	font-size: 13px;
    overflow: hidden;
	line-height: 20px;
	text-align: center;
	padding: 10px 0px 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.nav>ul>li>a:before {
	position: absolute;
	display: block;
	bottom: 0px;
    z-index: 1;
    left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 2px;
    overflow: hidden;
	background: #009a4e;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    }

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a, .nav>ul>li.selected>a {
	color: #009a4e;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul>li:hover>a:before, .nav>ul>li.selected>a:before {
    left: 0px;
	right: 0px;
	width: 100%;
    }

.nav>ul ul, .nav>ul ul ul {
	position: absolute;
	font-size: 13px;
	left: 50%;
	top: 100%;
	opacity: 0;
	width: 100%;
	padding: 7px;
    font-weight: 500;
	min-width: 280px;
	text-align: left;
	visibility: hidden;
    border-radius: 10px;
    text-transform: none;
	margin: 30px 0px 0px -140px;
    background: rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(14px) brightness(0.15) opacity(0);
    backdrop-filter: blur(14px) brightness(0.15) opacity(0);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	}
	
.nav>ul ul ul {
	left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px;
	}
	
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	padding: 7px;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -40px;
	}
	
.nav>ul ul a, .nav>ul ul ul a {
	position: relative;
	display: block;
	color: #ffffff;
	line-height: 20px;
    text-align: center;
    border-radius: 5px;
	padding: 10px 15px 10px;
	}
	
/*.nav>ul>li li.menu-item-has-children>a {
	padding-right: 35px;
	}

.nav>ul>li li.menu-item-has-children > a:after {
	right: 15px;
	}*/

.nav>ul ul li:first-child>a {
	}

.nav>ul ul li:last-child>a {
	}

.nav>ul ul li:last-child>a:before {
	display: none;
	}
	
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a {
	color: #ffffff;
	background: #00521b;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.nav>ul ul li.selected>a, .nav>ul ul ul li.selected>a {
	}
	
/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
	height: 100%;
	margin: 0px auto 0px;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
	margin: 0px auto;
	}

.banner-slide figure:before {
	position: absolute;
    content: '';
    left: 0px;
    top: -60px;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/header-bg.png") left top repeat-x;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	}
	
.banner-slide figure img {    
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}

.banner_caption {
    position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
    background: url("../images/banner-caption-bg.png") left bottom no-repeat;
    background-size: 100% auto;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 30px 0px;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	padding: 0px;
	font-size: 15px;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
    text-align: center;
	}

.banner_caption .captionContainer .bannerHeading1 {
	font-family: WorkSans;
	font-size: 65px;
	color: #ce9b49;
	line-height: 1.1;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
	}
	
.banner_caption .captionContainer p {
	}

/* Banner Link Button */

.banner-link-btn {
	position: relative;
	font-size: 0px;
    font-weight: 500;
	vertical-align: top;
	margin: 0px auto 0px;
	display: inline-block;
    text-transform: uppercase;
	}
	
.banner-link-btn a {
	position: relative;
	border: none;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	margin: 0px auto;
	line-height: 25px;
	text-align: center;
	vertical-align: top;
    background: #00521b;
    border-radius: 55px;
	display: inline-block;
	padding: 15px 30px 15px;
	}

.banner-link-btn.arrow-left a {
	padding-left: 62px;
	}

.banner-link-btn.arrow-right a {
	padding-right: 62px;
	}

.banner-link-btn.arrow-left a:before,
.banner-link-btn.arrow-right a:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
    width: 40px;
    height: 40px;
	display: block;
    font-size: 16px;
	font-weight: 900;
	overflow: hidden;
	line-height: 40px;
	margin-top: -20px;
    text-align: center;
    background: #004424;
    border-radius: 100%;
	padding: 0px 0px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.banner-link-btn.arrow-left a:before {
	content: '\f060';
	left: 8px;
	}

.banner-link-btn.arrow-right a:after {
	content: '\f061';
	right: 8px;
	}

.banner-link-btn a:hover:before,
.banner-link-btn a:hover:after {
	color: #ffffff;
    background: #8b6425;
	}
	
.banner-link-btn a:hover {
	color: #ffffff;
    background: #ce9b49;
	}

.homeBannerSlider .slick-dots {
    display: flex;
	left: 0%;
	z-index: 5;
	width: 100%;
    bottom: 60px;
	font-size: 0px;
	margin: 0px auto;
	text-align: center;
    align-items: center;
    justify-content: center;
	}

.homeBannerSlider .slick-dots li {
    position: relative;
    border: none;
	width: auto;
	height: auto;
    margin: 0px 10px;
    font-weight: 500;
    border-radius: 0%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	background: transparent;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.homeBannerSlider .slick-dots li:hover,
.homeBannerSlider .slick-dots li.slick-active {
    border-color: transparent;
    background: transparent;
	}

.homeBannerSlider .slick-dots li a {
	position: relative;
	display: block;
    width: 10px;
    height: 10px;
    font-size: 13px;
    line-height: 10px;
	text-align: center;
    border-radius: 100%;
    background: #009a4e;
	color: transparent !important;
	}
	
.homeBannerSlider .slick-dots li:hover>a,
.homeBannerSlider .slick-dots li.slick-active>a {
	color: #ffffff !important;
    width: 53px;
    height: 53px;
    line-height: 53px;
	background: transparent;
	}

.homeBannerSlider .slick-dots li a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 51px;
    height: 51px;
	overflow: hidden;
	background: transparent;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.homeBannerSlider .slick-dots li a:hover:before,
.homeBannerSlider .slick-dots li a:focus:before,
.homeBannerSlider .slick-dots li.slick-active a:before {
	background: url("../images/bg1.png") center center no-repeat;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.homeBannerSlider .slick-prev,
.homeBannerSlider .slick-next {
    display: none !important;
	}

.banner.mobile-banner .homeBannerSlider .slick-prev,
.banner.mobile-banner .homeBannerSlider .slick-next {
    display: block !important;
	}

.homeBannerSlider .slick-prev {
    left: 15px;
	}

.homeBannerSlider .slick-next {
    right: 15px;
	}

/* Social Nav */

ul.social-nav {
	position: absolute;
	display: none;
	padding: 0px;
    right: 8.5%;
    top: 50%;
    z-index: 11;
	margin: 0px;
    font-size: 0px;
    text-align: center;
	list-style-type: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	}

ul.social-nav.fixed {
    position: fixed;
	display: block;
    z-index: 99;
    right: 10px;
	}
	
ul.social-nav li {
	position: relative;
    display: block;
	padding: 0px;
    font-size: 20px;
	margin: 10px auto;
	}

ul.social-nav li .fab {
	position: relative;
    vertical-align: middle;
	}

ul.social-nav li a {
	position: relative;
	display: block;
	padding: 10px;
    width: 50px;
    height: 50px;
	color: #ffffff;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(14px) brightness(0.15) opacity(0);
    backdrop-filter: blur(14px) brightness(0.15) opacity(0);
	}

ul.social-nav li a:hover, ul.social-nav li.selected a {
	color: #ffffff;
    background: #009a4e;
	}

/* Notification Popup */

.notificationPopup {
    position: fixed;
    z-index: 9999;
    height: auto;
    right: 70px;
    width: 410px;
    bottom: 50px;
    max-height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(14px) brightness(0.15) opacity(0);
    backdrop-filter: blur(14px) brightness(0.15) opacity(0);
    }

.notificationPopupContainer {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 25px 40px;
    text-align: center;
    }

.popupFormContainer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    }

#closeNotificationPopup {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #cccccc;
    font-size: 12px;
    cursor: pointer;
    line-height: 18px;
    }

#closeNotificationPopup:hover {
    color: #ce9b49;
    }

.reminder-btn, .allow-btn {
	font-family: WorkSans;
	font-weight: 500;
	font-size: 13px;
	color: #ffffff;
	width: 100%;
	display: block;
	line-height: 20px;
	padding: 8px 25px;
    text-align: center;
    border-radius: 30px;
    background: transparent;
	border: none !important;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.reminder-btn:hover {
    color: #ffffff;
    background: #00521b;
    }

.allow-btn {
    color: #ffffff;
    background: #00521b;
    }

.allow-btn:hover {
    color: #ffffff;
    background: #ce9b49;
    }
	
/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg5 { margin: 5px !important; }
.p15 { padding: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
    width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 0px 0px;
    max-width: 1920px;
	}
	
.nopadding {
	padding: 0px !important;
	}

hr {
	position: relative;
	display: block;
    width: 100%;
	margin: 30px auto;
    border-top: 1px solid #2f2f2f;
    }

.bg-no-repeat {
    background-repeat: no-repeat !important;
	}

.bg-repeat {
    background-repeat: repeat !important;
	}

.bg-repeat-x {
    background-repeat: repeat-x !important;
	}

.bg-repeat-y {
    background-repeat: repeat-y !important;
	}

.bg-left-top {
    background-position: left top !important;
	}

.bg-left-center {
    background-position: left center !important;
	}

.bg-left-bottom {
    background-position: left bottom !important;
	}

.bg-right-top {
    background-position: right top !important;
	}

.bg-right-center {
    background-position: right center !important;
	}

.bg-right-bottom {
    background-position: right bottom !important;
	}

.bg-center-top {
    background-position: center top !important;
	}

.bg-center-center {
    background-position: center center !important;
	}

.bg-center-bottom {
    background-position: center bottom !important;
	}

.bg-fullwidth {
    background-size: 100% auto !important;
	}

.bg-cover {
    background-size: cover !important;
	}

/* Intro Container */

.intro-container {
	position: relative;
	display: block;
    width: 100%;
    color: #ffffff;
	margin: 0px auto;
	padding: 80px 0px 80px;
    background-color: #000000 !important;
	}

.intro-pic-container,
.intro-pic-container figure {    
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    border-radius: 20px;
    margin: 0px auto 0px;
	}
	
.intro-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.introContentArea {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px 30px;
    }

.introTextContainer {
    position: relative;
    display: table;
    width: 100%;
    margin: 0px auto;
    padding: 25px 0px;
    }

.introImgContainer {
    position: relative;
    width: 100px;
    overflow: hidden;
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
    }

.introTextBox {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    }

.introTextBox h5 {
    color: #009a4e;
    font-size: 18px;
    padding-bottom: 0px;
    }

/* Statistics Container */

.statistics-container {
	position: relative;
	display: block;
    width: 100%;
    color: #ffffff;
	margin: 0px auto;
	padding: 80px 0px 230px;
    background-color: #000000 !important;
	}

.statistics-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto 40px;
	}

.counterOuterBox {
	position: relative;
	display: table;
	width: 325px;
    padding: 0px;
    height: 325px;
    font-size: 14px;
    text-align: center;
    margin: 0px auto 0px;
    text-transform: uppercase;
    background: url("../images/shape-bg1.png") center center no-repeat;
    background-size: cover;
	}

.counterOuterBox.smallbox {
	width: 251px;
    height: 251px;
    margin-top: 165px;
	}

.counterBox {
	position: relative;
    padding: 100px;
    text-align: center;
	display: table-cell;
    vertical-align: middle;
	}

.counterOuterBox.smallbox .counterBox {
    padding: 65px;
	}

.counterBox h2 {
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #393939;
	}

.counterBox p {
    margin: 15px auto 0px;
	}

/* About Container */

.about-container {
	position: relative;
	display: block;
    width: 100%;
    color: #d3d3d3;
    font-size: 14px;
	margin: 0px auto;
    text-align: center;
	padding: 230px 0px 230px;
    background-color: #000000 !important;
	}

.about-container p {
    max-width: 1060px;
    margin: 0px auto 30px;
	}

/* Certificate Info Box */

.certInfoBox {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    margin: 0px auto 30px;
    padding: 35px 35px 30px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(20px) brightness(0.6) opacity(0);
    backdrop-filter: blur(20px) brightness(0.6) opacity(0);
    }

.cert-img-container {
	position: relative;
	display: block;
	height: 90px;
	overflow: hidden;
    margin-bottom: 15px;
	}

.cert-img-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}

.cert-img-container figure:before {
    position: relative;
    height: 100%;
    clear: both;
    content: '';
    display: inline-block;
    vertical-align: middle;
	}
	
.cert-img-container figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	}

.certListBox {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    }

.certListBox p {
    line-height: 20px;
    margin: 0px auto 5px !important;
    }

/* Offerings Container */

.offerings-container {
	position: relative;
	display: block;
    width: 100%;
    color: #d3d3d3;
    font-size: 14px;
	margin: 0px auto;
    text-align: center;
	padding: 50px 0px 50px;
    background-color: #000000 !important;
	}

.offerings-container p {
    max-width: 610px;
    margin: 0px auto 30px;
	}

/* Featured Services Slider */

.featured-services-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -10px 0px;
	}

.featured-service-item {
	position: relative;
	display: flex;
	float: left;
	padding: 10px;
	width: 33.3333%;
	font-size: 14px;
    line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.featured-service-item-inner,
.featured-service-item-inner a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
	}

.featured-service-item-inner a:hover {
	}
	
.featured-service-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #333333;
	padding-bottom: 117.57%;
	}

.featured-service-photo-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}

.featured-service-photo-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.featured-service-photo-container figure:after {
	position: absolute;
	display: block;
	width: 100%;
	left: 0%;
	z-index: 1;
    bottom: 0%;
    content: '';
	height: 100%;
    opacity: 0.92;
	overflow: hidden;
	margin: 0px auto;
    background: -moz-linear-gradient(top, rgba(10,10,10,0) 0%, rgba(10,10,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(10,10,10,0) 0%,rgba(10,10,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(10,10,10,0) 0%,rgba(10,10,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a0a0a', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.featured-service-name {
	position: absolute;
	display: block;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.featured-service-item-inner a:hover .featured-service-name {
    bottom: -120%;
	}

.featured-service-mask-container {
	position: absolute;
	display: table;
	width: 100%;
	left: 0%;
	z-index: 5;
	height: 100%;
    bottom: -110%;
	overflow: hidden;
	margin: 0px auto;
	background: rgba(0,154,78,0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.featured-service-item-inner a:hover .featured-service-mask-container {
    bottom: 0px;
	}

.featured-service-mask-content {
	position: relative;
    padding: 20px;
    color: #ffffff;
	overflow: hidden;
    text-align: center;
	display: table-cell;
    vertical-align: middle;
	}

.mask-btn {
	position: relative;
    color: #ffffff;
    font-size: 16px;
	overflow: hidden;
    margin: 0px auto;
    font-weight: 500;
    line-height: 25px;
    padding: 15px 30px;
    text-align: center;
    background: #00521b;
    border-radius: 55px;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
	}

.mask-btn.arrow-right {
	padding-right: 62px;
	}

.mask-btn.arrow-right:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: '\f061';
    right: 8px;
	top: 50%;
    width: 40px;
    height: 40px;
	display: block;
    font-size: 16px;
	font-weight: 900;
	overflow: hidden;
	line-height: 40px;
	margin-top: -20px;
    text-align: center;
    background: #004424;
    border-radius: 100%;
	padding: 0px 0px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.featured-service-mask-container .featured-service-name {
	position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    padding: 0px 0px 30px;
	}

.featured-service-item-inner a:hover .featured-service-mask-container .featured-service-name {
    bottom: auto;
	}
	
.featured-services-slider .slick-prev {
	left: 15px;
	}
	
.featured-services-slider .slick-next {
	right: 15px;
	}

/* Latest Projects Section */

.latest-projects-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 170px 0px 170px;
	}
	
.latest-project-left-col-content {
	position: relative;
	display: block;
	float: right;
	width: 600px;
	padding-left: 30px;
	padding-right: 80px;
	}
	
.latest-project-right-col-content {
	position: relative;
	display: block;
	margin-left: -50px;
	}

/* Latest Project Slider Container */

.latest-project-slider-container {
	position: relative;
	display: block;
	padding: 0px;
	}

/* Latest Project Slider */

.latest-project-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -15px 0px;
	}

.latest-project-item {
	position: relative;
	display: flex;
    text-align: left;
	overflow: hidden;
	align-self: stretch;
	margin: 0px auto 0px;
	padding: 0px 15px 0px;
	}

@media (min-width:480px) {
	.latest-project-item { width: 415px !important; }
    .latest-project-slider .slick-slide { transform: scale(0.8); margin: 0px -15px; transition: all 0.5s linear; }
    .latest-project-slider .slick-current { transform: scale(1); transition: all 0.5s linear; }
	}

.latest-project-item a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	color: #ffffff;
	overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px) brightness(0.05) opacity(0);
    backdrop-filter: blur(10px) brightness(0.05) opacity(0);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	}

.latest-project-item a:hover {
    }
	
.latest-project-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 66%;
    border-radius: 20px;
    }
	
.latest-project-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    margin: 0px auto;
	text-align: center;
	}
	
.latest-project-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.latest-project-content-box {
	position: relative;
    margin: 0px auto;
    display: block;
	padding: 25px 15px;
	}

.latest-project-title {
	position: relative;
	display: block;
	padding: 0px;
	color: #ffffff;
	font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 30px;
	}

.learn-more-btn {
	position: relative;
    color: #ffffff;
    opacity: 0.29;
    font-size: 16px;
	overflow: hidden;
    margin: 0px auto;
    font-weight: 500;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.latest-project-item a:hover .learn-more-btn {
    opacity: 1;
    color: #009a4e;
    }

.customPrev, .customNext {
    position: relative;
    cursor: pointer;
	z-index: 5;
	width: 45px;
	height: 45px;
	font-size: 0px;
	background: none;
    display: inline-block;
    vertical-align: middle;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}
	
.customPrev {
	padding: 0px 0px 0px 45px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.customNext {
	padding: 0px 45px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.customPrev:hover,
.customPrev:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.customNext:hover,
.customNext:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.viewTextLink {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 0px auto 0px;
	text-transform: uppercase;
	}

.viewTextLink a {	
	position: relative;
	color: #009a4e;
    opacity: 0.53;
	overflow: hidden;
	margin: 0px auto;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	text-decoration: none !important;
	}

.viewTextLink a:hover {
    opacity: 1;
	color: #ffffff;
	}

/* CTA Section */

.cta-container {
	position: relative;
	display: block;
	padding: 0px;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
	margin: 0px auto;
	}

.cta-container figure {
	position: absolute;
	display: block;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: -1;
    bottom: 0px;
    margin: 0px auto;
    overflow: hidden;
	}

.cta-container figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.cta-container-inner {
	position: relative;
	display: block;
    width: 100%;
    z-index: 2;
    color: #ffffff;
	margin: 0px auto;
    text-align: center;
	padding: 100px 0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}

.cta-container h1,
.cta-container h2,
.cta-container .pageTitle h1,
.cta-container .pageTitle h2 {
	}

.cta-container p {
    margin: 0px auto;
    }

.cta-container .link-btn a,
.cta-container .link-btn2 a {
    min-width: 240px;
	}

.cta-container .link-btn2 a {
    color: #00521b;
    background: #ffffff;
	}

.cta-container .link-btn2.arrow-right a:after {
    color: #ffffff;
    background: #004424;
    }

/* About Container 2 */

.about-container2 {
	position: relative;
	display: block;
    width: 100%;
    color: #ffffff;
	margin: 0px auto;
	padding: 80px 0px 80px;
    background-color: #000000 !important;
	}

.about-pic-container,
.about-pic-container figure {    
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    border-radius: 20px;
    margin: 0px auto 0px;
	}
	
.about-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.reverse-container.row {
    margin-top: 100px;
    flex-flow: row-reverse;
    }

/* About Container 3 */

.about-container3 {
	position: relative;
	display: block;
    width: 100%;
    color: #d3d3d3;
    font-size: 14px;
	margin: 0px auto;
    text-align: center;
	padding: 30px 0px 50px;
    background-color: #000000 !important;
	}

.about-container3 p {
    max-width: 1060px;
    margin: 0px auto 30px;
	}

/* Milestones Container */

.milestones-container {
	position: relative;
	display: block;
    width: 100%;
    color: #d5d5d5;
    font-size: 14px;
	margin: 0px auto;
    text-align: center;
	padding: 50px 0px 100px;
	}

/* CD Timeline */

#cd-timeline {
	position: relative;
	padding: 0px 0;
	margin-top: 40px;
	margin-bottom: 40px;
	}

#cd-timeline:before {
	/* this is the vertical line */
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 4px;
	bottom: 0px;
    border-radius: 2px;
	background: #ce9b49;
	}

.cd-timeline-block {
	position: relative;
	display: block;
	margin: 0px auto;
	}

.cd-timeline-block:after {
	content: "";
	clear: both;
	display: table;
	}

.cd-timeline-block:first-child {
	margin-top: 0;
	}

.cd-timeline-block:last-child {
	margin-bottom: 0;
	}

.cd-timeline-img {
	position: absolute;
    z-index: 5;
	top: 9px;
	left: 0%;
	width: 130px;
	height: 20px;
	padding: 0px;
	text-align: center;
	margin: -10px auto 0px;
	}

.cd-timeline-img:before {
	position: absolute;
    z-index: -2;
	content: '';
	top: 50%;
    height: 4px;
	width: 130px;
	left: -130px;
    overflow: hidden;
    margin-top: -2px;
    border-radius: 2px;
	background: #ce9b49;
	}

.cd-timeline-img:after {
	position: absolute;
    z-index: -1;
	content: '';
	top: 50%;
    height: 20px;
	width: 20px;
	left: -10px;
    overflow: hidden;
    margin-top: -10px;
    border-radius: 100%;
	background: #ce9b49;
	}

.cd-timeline-content {
	position: relative;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
    text-align: right;
	}
	
.cd-timeline-content-inner {
	position: relative;
	display: block;
	}

.cd-timeline-content h5 {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 0px;
	}

.cd-timeline-content p, .cd-timeline-content ul {
	line-height: 24px;
	margin: 15px auto;
	}

.cd-timeline-text {
	padding: 0px 0px 0px 135px;
	}

@media only screen and (min-width: 768px) {
	#cd-timeline:before {
		left: 50%;
		margin-left: -2px;
	    }
    
	.cd-timeline-block:first-child {
		margin-top: 0;
	    }
    
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	    }
    
	.cd-timeline-img {
		top: 9px;
		left: 50%;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
        transform: translateZ(0);
		-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
		}
    
    .cd-timeline-block:nth-child(even) .cd-timeline-img:before {
        left: 0px;
        }
    
    .cd-timeline-block:nth-child(even) .row {
        justify-content: flex-end;
	    }
    
    .cd-timeline-block:nth-child(odd) .form-row {
        justify-content: flex-end;
	    }
    
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        text-align: left;
	    }
	
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
		}
	
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
		}
    
	.cd-timeline-content {
		width: 100%;
		}
		
	.cd-timeline-block h6, .cd-timeline-block p, .cd-timeline-block ul {
		}
		
	.cd-timeline-block:nth-child(odd) .cd-timeline-content {
		}
    
    .cd-timeline-block:nth-child(odd) .cd-timeline-text {
        padding: 0px 135px 0px 0px;
        }
		
	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
		}
		
	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
		}
    
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(odd) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	    }
    }

@media only screen and (max-width: 767px) {
	#cd-timeline:before {
		left: 0px;
		}
	
	.cd-timeline-img {
		margin-left: 0px;
		}
    
    .cd-timeline-img:after {
        left: -8px;
        }
    
    .cd-timeline-img:before {
        width: 50px;
        left: 0px;
        }
	
	.cd-timeline-content {
        text-align: left !important;
		padding-left: 70px;
		}
    
    .cd-timeline-text {
        padding: 0px;
        }
    
    .cd-timeline-block {
        margin-bottom: 40px;
        }
    }

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	    }

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	    }

	100% {
		-webkit-transform: scale(1);
	    }
    }

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	    }

	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	    }

	100% {
		-moz-transform: scale(1);
	    }
    }

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	    }

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	    }

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	    }
    }

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	    }

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	    }

	100% {
		-webkit-transform: translateX(0);
	    }
    }

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	    }

	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	    }

	100% {
		-moz-transform: translateX(0);
	    }
    }

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	    }

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	    }

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	    }
    }

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	    }

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	    }

	100% {
		-webkit-transform: translateX(0);
	    }
    }

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	    }

	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	    }

	100% {
		-moz-transform: translateX(0);
	    }
    }

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	    }

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	    }

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	    }
    }

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 70px 0px 70px;
    background-color: #000000 !important;
	}

/* Tag Clouds */

.tagcloud {
	position: relative;
	display: flex;
	padding: 0px;
    flex-flow: wrap;
	font-size: 14px;
    font-weight: 300;
	margin: 0px -5px 30px;
	list-style-type: none;
	}
	
.tagcloud li {
	position: relative;
    display: block;
	margin: 5px;
    float: left;
	}

.tagcloud li a {
	position: relative;
	display: block;
	color: #ffffff;
    min-width: 120px;
	overflow: hidden;
	padding: 8px 15px;
    line-height: 20px;
    text-align: center;
    border-radius: 40px;
	background: #009a4e;
	}
	
.tagcloud li a:hover {
	color: #ffffff;
    background: #ce9b49;
	}

/* Success Stories Listing */

.stories-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 0px;
	}

.stories-listing li {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 14px;
    line-height: 1.4;
	padding: 0px 15px;
	align-self: stretch;
	margin: 0px 0px 30px;
	}

.story-item,
.story-item a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	color: #ffffff;
	}

.story-item a {
	padding: 10px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px) brightness(0.05) opacity(0);
    backdrop-filter: blur(10px) brightness(0.05) opacity(0);
	}

.story-item a:hover {
	}
	
.story-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 66%;
    border-radius: 20px;
    }
	
.story-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    margin: 0px auto;
	text-align: center;
	}
	
.story-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.story-content-box,
.story-text-box {
	position: relative;
    margin: 0px auto;
    display: block;
	padding: 25px 10px;
	}

.story-text-box {
	padding: 0px 0px 1px;
	}

.story-title {
	position: relative;
	display: block;
	padding: 0px;
	color: #ce9b49;
	font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: -0.3px;
	}

.story-item .learn-more-btn {
    opacity: 1;
    color: #ffffff;
    }

.story-item a:hover .learn-more-btn {
    opacity: 1;
    color: #009a4e;
    }

/* Details Container */
	
.details-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	}

.details-container .pageTitle h1,
.details-container .pageTitle h2,
.details-container h1,
.details-container h2 {
    color: #ffffff;
    font-size: 35px;
    text-transform: none;
	}

.details-container h5 {
    color: #ffffff;
    font-weight: 400;
	}

.post-date {
	position: relative;
	display: block;
    color: #ce9b49;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
	}

/* Article Sharing */

ul.article-share {
	position: relative;
	display: block;
	font-size: 0px;
	padding: 0px 0px;
	margin: 0px -5px 30px;
	list-style-type: none;
	}
	
ul.article-share li {
	position: relative;
	font-size: 16px;
	padding: 0px;
	color: #ffffff;
	line-height: 20px;
	vertical-align: top;
	margin: 5px 5px 5px;
	display: inline-block;
	}

ul.article-share li a {
	position: relative;
    font-size: 15px;
	color: #ffffff;
	display: block;
	}
	
ul.article-share li a:hover {
	color: #ce9b49;
	}

/* Services Listing Container */

.services-listing-container {
    position: relative;
    display: block;
    width: 100%;
    }

.services-categories-container {
    position: relative;
    display: block;
    float: left;
    z-index: 2;
    width: 280px;
    will-change: min-height;
    }

.services-categories-container-inner {
    position: relative;
    display: block;
    width: 100%;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    }

.categories-nav {
    position: relative !important;
    top: 0px !important;
    z-index: 99;
    width: 100%;
    padding: 30px;
    display: block;
    border-radius: 20px;
    transition: all 0.5s ease-out;
    background: rgba(244,247,255,0.1);
    -webkit-backdrop-filter: blur(20px) brightness(0.06) opacity(0);
    backdrop-filter: blur(20px) brightness(0.06) opacity(0);
    }

.categories-nav.fixed {
    top: auto !important;
    }

.categories-nav h4 {
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(216,216,216,0.21);
    }

.categories-nav ul {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    list-style-type: none;
    }

.categories-nav ul li {
    position: relative;
    display: block;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    list-style-type: none;
    margin: 10px auto 10px;
    transition: all 0.5s ease-out;
    }

.categories-nav ul li span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    }

.categories-nav ul li:hover,
.categories-nav ul li.active {
    color: #ce9b49;
    }

.services-content-container {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    margin: 0px auto 0px 310px;
    }

.services-listing-box {
    position: relative;
    }

.service-cat-name {
    /*position: relative;
    display: block;
    opacity: 0 !important;
    height: 0px !important;
    padding: 0px !important;
    font-size: 0px !important*/
    }

/* Services Listing */

.services-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -10px 100px;
	}

.services-listing-box .services-listing {
    margin-bottom: 30px;
	}

.services-listing li {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 14px;
    line-height: 1.4;
	padding: 0px 10px;
	align-self: stretch;
	margin: 0px 0px 30px;
	}

.services-listing li .featured-service-name {
    font-size: 14px;
    line-height: 20px;
    }

.services-listing li .featured-service-mask-container .featured-service-name {
    padding-bottom: 25px;
	}

/* Service Details Container */
	
.service-details-container {
	position: relative;
	display: block;
    width: 100%;
    color: #d3d3d3;
	margin: 0px auto;
    padding: 50px 60px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(30px) brightness(0.06) opacity(0);
    backdrop-filter: blur(30px) brightness(0.06) opacity(0);
	}

.top-round-border-20 {
    border-radius: 20px 20px 0px 0px;
	}

.download-brochure-popup .modal-content {
    position: relative;
	padding: 30px;
	border-radius: 0px;
    background: #2f2f2f;
	}

.download-brochure-popup .close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.download-brochure-popup .close:hover {
	color: #ff0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.8;
	}

/* Team Member Pic Container */

.team-member-pic-container,
.team-member-pic-container figure {    
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    border-radius: 20px;
    margin: 0px auto 0px;
	}
	
.team-member-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.memberInfoBox {
	position: relative;
	display: block;
    padding: 0px;
	margin: 0px auto;
    }

.memberInfoBox .pageTitle {
    padding-bottom: 10px;
    }

.memberInfoBox .pageTitle h1,
.memberInfoBox .pageTitle h2 {
    font-size: 45px;
    text-transform: none;
    }

.memberDesignation {
	position: relative;
	display: block;
    padding: 0px;
    color: #ffffff;
    font-size: 16px;
	margin: 0px auto 30px;
    }

/* Vacancy Info Container */
	
.vacancy-info-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 70px 0px 70px;
    background-color: #000000 !important;
	}

.vacancy-top-content-box {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
    max-width: 610px;
    text-align: center;
	}

/* Application Form */
	
.applicationForm {
	position: relative;
	display: block;
    width: 100%;
    margin: 0px auto;
    padding: 60px 100px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(30px) brightness(0.06) opacity(0);
    backdrop-filter: blur(30px) brightness(0.06) opacity(0);
	}

/* Accordion */

.accordion-container {
	position: relative;
	display: block;
	margin: 0px auto 0px;
	}

.card {
	padding: 0px;
	border: none;
	margin: 0px auto;
	background: transparent;
	border-radius: 0px !important;
	}

.card + .card {
	margin-top: 20px;
	}

.card-header {
    font-family: WorkSans;
	padding: 0px;
	font-size: 22px;
	font-weight: 500;
	border-bottom: none;
    text-transform: none;
    margin-bottom: 0px !important;
	background-color: transparent;
	}

.card-header a {
	position: relative;
	color: #ffffff;
	display: block;
	font-weight: 500;
	line-height: 30px;
	padding: 22px 60px 22px 30px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(30px) brightness(0.06) opacity(0);
    backdrop-filter: blur(30px) brightness(0.06) opacity(0);
	}
	
.card-header a:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: '\f067';
	right: 20px;
	top: 50%;
    width: 20px;
    height: 20px;
	display: block;
    font-size: 16px;
	font-weight: 900;
	overflow: hidden;
	line-height: 20px;
	margin-top: -10px;
    text-align: center;
	padding: 0px 0px 0px;
	}

.card-header a:hover, .card-header a[aria-expanded="true"] {
	color: #ffffff;
	background: #009a4e;
	}
	
.card-header a:hover:after, .card-header a[aria-expanded="true"]:after {
	}
	
.card-header a[aria-expanded="true"]:after {
	content: '\f068';
	}

.accordion .card-body {
    position: relative;
    display: block;
	padding: 30px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(30px) brightness(0.06) opacity(0);
    backdrop-filter: blur(30px) brightness(0.06) opacity(0);
	}

/* Hero Banner */

.hero-banner {
    font-family: WorkSans, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    position: relative;
    color: #ffffff;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    text-transform: uppercase;
    }

.hero-banner--backgrounds {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #4a4a4a;
    }

.hero-banner--backgrounds:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    overflow: hidden;
    background-color: #000000;
    }

@media (min-width:48em) {
    .hero-banner--backgrounds {
        display: block;
        }
    }

.hero-banner--backgrounds img {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    }

.hero-banner[data-active="0"] .hero-banner--background[data-id="0"] img,
.hero-banner[data-active="1"] .hero-banner--background[data-id="1"] img,
.hero-banner[data-active="2"] .hero-banner--background[data-id="2"] img,
.hero-banner[data-active="3"] .hero-banner--background[data-id="3"] img,
.hero-banner[data-active="4"] .hero-banner--background[data-id="4"] img {
    opacity: 1;
    }

.hero-banner--panels {
    position: relative;
    z-index: 3;
    }

.hero-banner--panel {
    position: relative;
    display: block;
    color: #ffffff;
    margin: 0px auto;
    max-width: 1200px;
    padding: 25px 30px;
    }

.hero-banner--panel.active,
.hero-banner--panel:focus,
.hero-banner--panel:hover {
    color: #ffffff;
    text-decoration: none;
    }

@media (min-width:48em) {
    .hero-banner--panel.active .hero-banner--panel-content,
    .hero-banner--panel:focus .hero-banner--panel-content,
    .hero-banner--panel:hover .hero-banner--panel-content {
        opacity: 1;
        }
    }

@media (max-width:47.99em) {
    .hero-banner { padding: 0px; }
    .hero-banner--panel {
        padding-bottom: 60px;
        padding-top: 60px;
        }
    
    .hero-banner--panel-background:after {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        overflow: hidden;
        background-color: #000000;
        }
    }

.hero-banner--panel .hero-banner--iama {
    position: relative;
    z-index: 1;
    color: #ce9b49;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 3px;
    }

@media (min-width:48em) {
    .hero-banner--panel .hero-banner--iama {
        display: none;
        font-size: 30px;
        padding-left: 5px;
        }
    }

.hero-banner--panel:first-child .hero-banner--iama {
    display: block;
    }

.hero-banner--panel-background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    }

@media (min-width:48em) {
    .hero-banner--panel-background {
        display: none;
        }
    }

.hero-banner--panel-content {
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    }

@media (min-width:48em) {
    .hero-banner--panel-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        opacity: 0.3;
        }
    }

.hero-banner--panel-content:after {
    display: block;
    height: 2px;
    width: 80px;
    margin: 1rem;
    background-color: #ce9b49;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    }

@media (min-width:48em) {
    .hero-banner--panel-content:after {
        content: "";
        }
    }

.hero-banner--vertical {
    margin: 0;
    padding: 10px 0px;
    line-height: 1;
    font-size: 25px;
    max-width: 100%;
    overflow: hidden;
    font-weight: 600;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-overflow: ellipsis;
    word-wrap: break-all;
    }

@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .hero-banner--vertical {
        min-height: 100px;
        height: 100px;
        line-height: 1.2;
        }
    }

.hero-banner--list {
    position: relative;
    font-size: 14px;
    margin: 0;
    padding: 0px;
    font-weight: 600;
    line-height: 20px;
    list-style-type: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    }

.hero-banner--list li {
    display: block;
    padding: 0;
    }

/* Step Container */

.stepContainer {
	position: relative;
	display: flex;
    flex-flow: wrap;
	overflow: hidden;
	margin: 30px auto 100px;
    justify-content: space-between;
	}
	
.stepBox {
	position: relative;
	display: block;
	width: 20%;
	float: left;
	color: #ffffff;
    font-weight: 500;
	text-align: center;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	}
	
.stepBox a {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	vertical-align: top;
    pointer-events: none;
	display: inline-block;
	}

/*.stepBox.selected a {
    pointer-events: auto;
	}*/
	
.stepCounterBox {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
	}
	
.stepIconBox {
	position: relative;
	width: 153px;
	z-index: 5;
	height: 153px;
	color: #ffffff;
	display: block;
	overflow: hidden;
	margin: 0px auto;
	line-height: 153px;
	text-align: center;
	border-radius: 100%;
	background: #000000;
    border: 3px solid #009a4e;
	}
	
.stepIconBox img {
	position: relative;
	max-width: 85px;
	max-height: 85px;
	text-align: center;
	vertical-align: middle;
	}
	
.stepBox.selected .stepIconBox {
	color: #ffffff;
	background: #009a4e;
	}
	
.stepCounterBox h6 {
	color: #ffffff;
	padding: 25px 0px 0px;
	}

.stepBox.selected .stepCounterBox h6 {
	color: #ffffff;
	}
	
.stepBox:before {
	position: absolute;
	content: "";
	z-index: 0;
	top: 75px;
	left: -50%;
	width: 100%;
	height: 2px;
	display: block;
	overflow: hidden;
	border-top: 1px dashed #ce9b49;
	}
	
.stepBox:first-child:before {
	width: 0%;
	}

/* Go Green */

.goGreenBox {
	position: relative;
	display: block;
	width: 100%;
    padding: 15px;
    max-width: 270px;
	text-align: center;
	}

.go-green-img-container {
	position: relative;
	display: block;
	height: 155px;
	width: 100%;
	overflow: hidden;
    margin-bottom: 15px;
	}

.go-green-img-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}

.go-green-img-container figure:before {
    position: relative;
    height: 100%;
    clear: both;
    content: '';
    display: inline-block;
    vertical-align: middle;
	}
	
.go-green-img-container figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	}

.goGreenBox h5 {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 10px;
	}

.greenContentBox {
	position: relative;
	display: block;
	width: 100%;
    font-size: 16px;
    padding: 50px 100px;
    margin: 60px auto 0px;
    border: 3px solid #009a4e;
	}

.greenText {
    color: #009a4e !important;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
	display: block;
	margin: 60px auto 0px;
	}

.inner-banner figure, .inner-banner img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure {
	z-index: 1;
	}

.inner-banner:before {
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/banner-caption-bg1.png") left top repeat-x;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	}

.inner-banner figure:after {
	position: absolute;
    content: '';
    z-index: 3;
	left: 0%;
	top: 0%;
	width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/banner-caption-bg2.png") left bottom repeat-x;
	}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	}

.inner_banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 30px 0px;
	}
	
.inner_banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	padding: 0px;
	font-size: 15px;
	margin: 0px auto;
	display: table-cell;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	font-family: WorkSans;
	font-size: 45px;
	color: #ce9b49;
	line-height: 1.1;
	font-weight: 600;
	padding-bottom: 0px;
	text-transform: uppercase;
	}

.inner_banner_caption .captionContainerInner p {
	}
	
.breadcrumb-container {
	position: absolute;
	display: block;
	width: 100%;
    left: 0px;
    z-index: 10;
    bottom: 0px;
	padding: 15px 0px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(30px) brightness(0.06) opacity(0);
    backdrop-filter: blur(30px) brightness(0.06) opacity(0);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	}

.nobanner .breadcrumb-container {
	position: relative;
    left: auto;
    bottom: auto;
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 13px;
    font-weight: 500;
	margin: 0px auto;
	padding: 0px 0px;
	list-style-type: none;
    text-transform: uppercase;
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #ffffff;
	display: block;
    font-weight: 700;
	overflow: hidden;
	line-height: 20px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 13px;
	content: '\f101';
	vertical-align: top;
	display: inline-block;
	margin: 0px 5px 0px 7px;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	color: #009a4e;
	}

.pageTitle {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 20px;
	}

.pageTitle h1,
.pageTitle h2,
.pageTitle h3,
.pageTitle h4,
.pageTitle h5,
.pageTitle h6 {
	padding-bottom: 0px;
	}
	
.pageTitle h1, .pageTitle h2 {
	font-size: 40px;
	line-height: 1.1;
    text-transform: uppercase;
	}

.pageTitle h6 {
    padding-bottom: 10px;
    text-transform: uppercase;
	}
	
.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase,
.NoUppercase h1,
.NoUppercase h2 {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: WorkSans, "sans-serif";
	position: relative;
	font-size: 40px;
	color: #ce9b49;
	line-height: 1.4;
	font-weight: 500;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 15px;
    letter-spacing: 1.6px;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	font-weight: 400;
	}
	
h2, .h2 {
	font-size: 35px;
	}
	
h3, .h3 {
	font-size: 30px;
	}
	
h4, .h4 {
	font-size: 25px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 15px;
	}

p {
    margin: 0 0 25px;
	line-height: 1.6;
	}

ul.ul-listing, ol.ol-listing {
	margin: 0px 0px 20px;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
	list-style-position: inside;
	}
	
ul.ul-listing.text-center, ol.ol-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative;
	line-height: 24px;
    margin-bottom: 5px;
	list-style-type: none;
	padding: 2px 0px 2px 18px;
	}
	
ul.ul-listing li:before {
	position: absolute;
	content: '';
	left: auto;
	top: 8px;
	width: 7px;
	height: 10px;
	overflow: hidden;
	margin-left: -18px;
	background: url("../images/bullet.png") center center no-repeat;
	}
	
ul.ul-listing ul {
	margin: 10px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 24px;
    margin-bottom: 10px;
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev, .slick-next {
	background: none;
	z-index: 5;
	width: 45px;
	height: 45px;
	font-size: 0px;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}
	
.slick-prev:before, .slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev {
	left: 0px;
	padding: 0px 0px 0px 45px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.slick-next {
	right: 0px;
	padding: 0px 45px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-next:hover,
.slick-next:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-dots {
    width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
    position: relative;
	width: 11px;
	height: 11px;
	margin: 0px 5px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
	border: 1px solid #f7921e;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
.slick-dots li:hover, .slick-dots li.slick-active {
	background: #f7921e;
    border-color: #f7921e;
	}
	
.slick-dots li button {
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 11px;
	font-size: 0px;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
	}
	
.slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #f7921e;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
/* Link Button */

.link-btn,
.link-btn2 {
    font-family: WorkSans;
	position: relative;
	z-index: 1;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 0px auto 0px;
	text-transform: uppercase;
	}

.link-btn a,
.link-btn2 a {
	position: relative;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	line-height: 25px;
    background: #00521b;
	vertical-align: top;
    border-radius: 55px;
	display: inline-block;
	padding: 15px 30px 15px;
	text-decoration: none !important;
	}

.link-btn.arrow-left a,
.link-btn2.arrow-left a {
	padding-left: 62px;
	}

.link-btn.arrow-right a,
.link-btn2.arrow-right a {
	padding-right: 62px;
	}

.link-btn.arrow-left a:before,
.link-btn.arrow-right a:after,
.link-btn2.arrow-left a:before,
.link-btn2.arrow-right a:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
    width: 40px;
    height: 40px;
	display: block;
    font-size: 16px;
	font-weight: 900;
	overflow: hidden;
	line-height: 40px;
	margin-top: -20px;
    text-align: center;
    background: #004424;
    border-radius: 100%;
	padding: 0px 0px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.link-btn.arrow-left a:before,
.link-btn2.arrow-left a:before {
	left: 8px;
	content: '\f060';
	}

.link-btn.arrow-right a:after,
.link-btn2.arrow-right a:after {
	right: 8px;
	content: '\f061';
	}

.link-btn2.arrow-left a:before,
.link-btn2.arrow-right a:after {
    background: #8b6425;
	}

.link-btn a:hover:before,
.link-btn a:hover:after {
	color: #ffffff;
    background: #8b6425;
	}

.link-btn2 a:hover:before,
.link-btn2 a:hover:after {
	color: #ffffff;
    background: #004424;
	}
	
.link-btn a:hover,
.link-btn2 a {
	color: #ffffff;
    background: #ce9b49;
	}

.link-btn2 a:hover {
	color: #ffffff;
    background: #00521b;
	}
	
.photoContainer {
	position: relative;
	display: block;
	width: 100%;
    overflow: hidden;
	margin: 0px 0px 30px;
	}

.round-border-10 {
    border-radius: 10px;
	}

.round-border-20 {
    border-radius: 20px;
	}

.round-border-30 {
    border-radius: 30px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}
	
/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
    max-width: 1920px;
	background: #000000;
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	color: #a8a8a8;
	font-size: 13px;
    font-weight: 400;
	overflow: hidden;
	line-height: 20px;
    padding: 80px 0px 60px;
	}
	
.footer {
	position: relative;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #a8a8a8;
	}

.footer a:hover {
    color: #06d14a;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol, .ftsubcol {
	position: relative;
	float: left;
	width: auto;
    max-width: 20%;
	padding: 0px 15px;
	}

.ftsubcol {
    max-width: 40%;
	}

.ftcol.ftcol2 {
    max-width: 75%;
	}

/* Newsletter Section */

.newsletter-container {
	position: relative;
	display: block;
    width: 100%;
    color: #d3d3d3;
    font-size: 14px;
	margin: 0px auto 60px;
	padding: 0px 0px 60px;
    border-bottom: 1px solid #2f2f2f;
	}

.newsletter-container .pageTitle {
    padding-bottom: 0px;
	}

.newsletter-container .pageTitle h1,
.newsletter-container .pageTitle h2 {
    font-size: 30px;
	}

.newsletter-container p {
    margin: 5px auto 0px;
	}

/* Newsletter Box */

.newsletter-box {
	position: relative;
	font-size: 14px;
	width: 100%;
	display: block;
	margin: 0px auto;
	}

.newsletter-box .form-control {
	height: 55px;
	color: #a8a8a8;
	font-size: 14px;
	line-height: 25px;
	border: none !important;
	padding: 15px 195px 15px 20px;
    border-radius: 55px !important;
	background: rgba(255,255,255,0.1) !important;
	}

.newsletter-box .form-control:focus,
.newsletter-box .form-control:hover {
	color: #ffffff;
	}

.newsletter-box .send-btn {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0px;
	z-index: 5;
	width: 175px;
	border: none;
	height: 55px;
	color: #ffffff;
	font-size: 16px;
    font-weight: 500;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	border-radius: 55px;
	vertical-align: top;
	background: #00521b;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 60px 10px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.newsletter-box .send-btn:hover {
	color: #ffffff;
    background: #ce9b49;
	}

.newsletter-box .send-btn .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    font-size: 14px;
	overflow: hidden;
	line-height: 35px;
    text-align: center;
    background: #004424;
    border-radius: 100%;
	padding: 0px 0px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.newsletter-box .send-btn:hover .fa {
	color: #ffffff;
    background: #8b6425;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
	display: block;
    color: #ce9b49;
	font-size: 15px;
    font-weight: 500;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px;
    text-transform: uppercase;
	}

/* Footer Contact Info */

.footer-contact-info-box {
	position: relative;
	display: block;
	margin: 0px auto;
	}

.footer-location, .footer-phone, .footer-email {
    position: relative;
    display: block;
	text-align: left;
    margin: 0px auto 15px;
    padding: 2px 0px 2px 25px;
    background: url(../images/location-icon.png) 0px 3px no-repeat;
	}
	
.footer-phone {
    background: url("../images/tel-icon.png") 0px 4px no-repeat;
	}
	
.footer-email {
    background: url("../images/email-icon.png") 0px 6px no-repeat;
	}
	
/* Footer Nav */

ul.footer-nav {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px -15px;
	list-style-type: none;
	}
	
ul.footer-nav li {
    position: relative;
	display: block;
	padding: 0px 15px;
	margin: 0px auto 10px;
	}

ul.footer-nav li a {
	position: relative;
	color: #a8a8a8;
	display: block;
	overflow: hidden;
	}
	
ul.footer-nav li a:hover, ul.footer-nav li.selected a {
	color: #06d14a;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
    font-size: 14px;
	overflow: hidden;
    line-height: 27px;
	padding: 15px 0px;
    background: #000000;
    border-top: 1px solid #2f2f2f;
	}
	
.footer-bottom a {
	color: #d3d3d3;
	}

.footer-bottom a:hover {
	color: #06d14a;
	}

.fbcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
	}

.fbcol.fbcol1 {
    order: 2;
	}

.fbcol.fbcol2 {
    order: 1;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	width: 100%;
	margin: 5px auto;
    line-height: 27px;
    text-align: center;
	}

/* Footer Payment Options */

ul.footer-payment-options {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -5px;
	list-style-type: none;
	}
	
ul.footer-payment-options li {
    position: relative;
	padding: 0px 5px;
    font-size: 14px;
	line-height: 27px;
	margin: 5px auto 5px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-payment-options li img {
    position: relative;
    height: 27px;
    width: auto;
	}

ul.footer-payment-options li a {
	position: relative;
	overflow: hidden;
	display: block;
	}
	
ul.footer-payment-options li a:hover, ul.footer-payment-options li.selected a {
	}

/* Contact Info Box */

.contact-info-box {
	position: relative;
	display: block;
    width: 100%;
    margin: 0px auto;
    padding: 35px 30px;
    border-radius: 15px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(14px) brightness(0.15) opacity(0);
    backdrop-filter: blur(14px) brightness(0.15) opacity(0);
	}

.contact-location, .contact-email, .contact-phone {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    min-height: 75px;
	text-align: left;
    line-height: 24px;
    margin: 0px 0px 15px;
    padding: 25px 0px 25px 95px;
    background: url("../images/location-icon2.png") 0px center no-repeat;
	}
	
.contact-email {
    background: url("../images/email-icon2.png") 0px center no-repeat;
	}
	
.contact-phone {
    background: url("../images/tel-icon2.png") 0px center no-repeat;
	}

.contact-info-box h1,
.contact-info-box h2 {
    font-size: 35px;
    text-transform: none;
	}

.contact-info-box h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
	}

.contact-info-box p {
    margin: 0px auto;
	}

/* Map Container */

.map-container {
	position: relative;
	display: block;
	height: 470px;
	overflow: hidden;
    background: #707070;
    border-radius: 15px;
	margin: 30px auto 30px;
    border: 1px solid #707070;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
    width: 100%;
    margin: 0px auto;
    padding: 35px 40px;
    border-radius: 15px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(14px) brightness(0.15) opacity(0);
    backdrop-filter: blur(14px) brightness(0.15) opacity(0);
	}

.contactForm .btn-primary.arrow-right:after {
	content: '\f1d8';
	}

.contactForm .browse-btn {
    padding-right: 20px;
    }

.contactForm .browse-btn:after {
    display: none;
    }

.contactForm h1,
.contactForm h2 {
    font-size: 35px;
    max-width: 450px;
    margin: 0px auto;
    text-transform: none;
	}

.contactForm p {
    max-width: 450px;
    margin: 0px auto 30px;
	}
	
.control-label {
	font-family: WorkSans;
	display: block;
	color: #ffffff;
	font-size: 14px;
    font-weight: 500;
    line-height: 24px;
	}

.google-recaptch {
	position: absolute;
	bottom: 210px;
	right: -9px;
	}

.required-field {
	color: #ff0000;
	}
	
.form-group, .form-check {
	margin-bottom: 20px;
	}
	
.form-control, .form-custom-select {
	font-family: WorkSans;
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	padding: 13px 20px;
	border-radius: 55px;
	background-image: none;
    outline: none !important;
    border: 2px solid transparent;
	background-color: rgba(255,255,255,0.25);
	}

.form-control {
	color: #ffffff;
	}

.form-control:focus {
	color: #000000;
	}

.form-control.datetimepicker {
	cursor: pointer;
	padding-right: 40px;
	background-image: url(../images/calendar-icon.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
    background-size: 14px 16px;
	}

.form-control.datetimepicker:focus {
	background-image: url(../images/calendar-icon2.png);
	}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle  {
    outline: none !important;
    box-shadow: none !important;
	}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select, .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	}

.bootstrap-select .dropdown-item.disabled, .bootstrap-select .dropdown-item:disabled {
	color: #707070;
    box-shadow: none !important;
	}

.form-custom-select {
	color: rgba(255,255,255,0.5);
	}

.bootstrap-select .dropdown-item.disabled.selected, .bootstrap-select .dropdown-item.selected:disabled {
	color: #ffffff;
	}

.bootstrap-select .dropdown-menu {
    padding: 0px;
    color: #000000;
    }

.bootstrap-select .dropdown-menu li a {
    padding: .25rem 1rem;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    background-color: #009a4e;
    }
	
.bootstrap-select .dropdown-toggle:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f0d7";
    font-size: 15px;
    border: 0;
	}
	
.bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f0d8";
    font-size: 15px;
    border: 0;
	}

.form-custom-select:hover,
.form-custom-select:focus,
.bootstrap-select.show .form-custom-select {
    color: #ffffff;
	border-color: #009a4e;
	}
	
.form-horizontal .checkbox, .form-horizontal .radio {
    position: relative;
    min-height: 1px;
	font-weight: normal;
    display: inline-block;
    margin: 3px 5px 0px 0px;
	}

textarea.form-control {
	min-height: 130px;
    border-radius: 20px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus, .form-control:hover {
	outline: 0;
	border: 2px solid #009a4e;
	-webkit-box-shadow: none;
	box-shadow: none;
	}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f00d";
    font-size: 15px;
    border: 0;
    color: #ff0000;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(255,255,255,0.5);
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: rgba(255,255,255,0.5);
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: rgba(255,255,255,0.5);
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: rgba(255,255,255,0.5);
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.fileUpload, .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	}

.hidden {
    display: none;
    }

.browse-btn, .browse-btn:focus {
	font-family: WorkSans;
    position: absolute;
	width: auto;
    border: none;
    top: 5px;
    right: 5px;
    z-index: 10;
	height: 45px;
    color: #ffffff;
	font-size: 16px;
	overflow: hidden;
    font-weight: 500;
	line-height: 25px;
	text-align: center;
	border-radius: 55px;
    background: #00521B;
	text-transform: none;
	padding: 10px 60px 10px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	}

.browse-btn:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
    content: '\f093';
    right: 5px;
	top: 50%;
    width: 40px;
    height: 40px;
	display: block;
    font-size: 16px;
	font-weight: 900;
	overflow: hidden;
	line-height: 40px;
	margin-top: -20px;
    text-align: center;
    background: #004424;
    border-radius: 100%;
	padding: 0px 0px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.browse-btn:hover {
	color: #ffffff;
	background: #252525;
	border-color: #252525;
	}

.btn-primary, .btn-secondary {
	font-family: WorkSans;
    position: relative;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	display: block;
    min-width: 150px;
	line-height: 25px;
	padding: 15px 30px;
    text-align: center;
    border-radius: 55px;
	border: none !important;
	text-transform: uppercase;
	}

.btn-primary.arrow-left,
.btn-secondary.arrow-left {
	padding-left: 62px;
	}

.btn-primary.arrow-right,
.btn-secondary.arrow-right {
	padding-right: 62px;
	}

.btn-primary.arrow-left:before,
.btn-primary.arrow-right:after,
.btn-secondary.arrow-left:before,
.btn-secondary.arrow-right:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
    width: 40px;
    height: 40px;
	display: block;
    font-size: 16px;
	font-weight: 900;
	overflow: hidden;
	line-height: 40px;
	margin-top: -20px;
    text-align: center;
    background: #004424;
    border-radius: 100%;
	padding: 0px 0px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.btn-primary.arrow-left:before,
.btn-secondary.arrow-left:before {
	left: 8px;
	content: '\f060';
	}

.btn-primary.arrow-right:after,
.btn-secondary.arrow-right:after {
	right: 8px;
	content: '\f061';
	}

.btn-secondary.arrow-left:before,
.btn-secondary.arrow-right:after {
    background: #8b6425;
	}

.btn-primary:hover:before,
.btn-primary:hover:after {
	color: #ffffff;
    background: #8b6425;
	}

.btn-secondary:hover:before,
.btn-secondary:hover:after {
	color: #ffffff;
    background: #004424;
	}

.btn-primary { color: #ffffff; background: #00521b; border-color: transparent; }
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffffff; background: #ce9b49; border-color: transparent; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background-color: #00521b; border-color: transparent; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background-color: #00521b; border-color: transparent; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

.btn-secondary, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary { color: #ffffff; background: #ce9b49; border-color: transparent; }
.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:hover, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:focus, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary.focus { color: #ffffff; background: #00521b; border-color: transparent; box-shadow: none !important; }
.btn-secondary.disabled, .btn-secondary:disabled {color: #ffffff; background-color: #ce9b49; border-color: transparent; opacity: 0.4; }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #ffffff; background-color: #ce9b49; border-color: transparent; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none !important; }

/* Thank You Container */

.thank-you-container,
.thank-you-container figure,
.thank-you-container figure img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	}

.thank-you-container {
    margin-top: 60px;
	}

.thank-you-container figure, .thank-you-container img {
	z-index: 1;
	}

/*.thank-you-container figure:after {
	position: absolute;
    content: '';
    z-index: 1;
	left: 0%;
	top: 0%;
	width: 100%;
	opacity: 0.5;
    height: 100%;
    overflow: hidden;
    background: #000000;
	}*/
	
.thank-you-content-area {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
    background: url("../images/maskbg1.png") center center repeat-x;
    background-size: cover;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	}
	
.thank-you-content-area .captionWrapper {    
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 30px 0px;
	}
	
.thank-you-content-area .captionContainer {
	position: relative;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
    color: #ffffff;
    font-size: 14px;
    max-width: 520px;
	}
	
.thank-you-content h1 {
    color: #ce9b49;
	line-height: 1;
	font-size: 86px;
    font-weight: 500;
    letter-spacing: 0px;
	padding-bottom: 10px;
    text-transform: uppercase;
	}

.thank-you-content h3 {
    color: #ce9b49;
	line-height: 1;
	font-size: 47px;
    font-weight: 400;
    letter-spacing: 1.7px;
    text-transform: uppercase;
	}
	
/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1599.98px) {
    .statistics-container { padding-bottom: 100px; }
    .about-container { padding: 150px 0px; }
	}

@media (max-width: 1299.98px) {
	}
	
@media (max-width: 1199.98px) {
    #pageHeaderWrapper { position: relative; left: auto; top: auto; }
    .logo { margin: 15px auto; width: 167px; height: 50px; }
	.headerBottomRight { position: absolute; top: 0px; margin: 0px; display: block; clear: both; left: 0px; right: 0px; z-index: 5; float: none; }
    .nav-wrapper { float: none; margin: 20px auto; height: 40px; z-index: 1; position: absolute; left: 0px; right: 0px; }
    .nav-container { position: absolute; top: auto; margin: 0px; display: block; clear: both; left: 0px; right: 0px; }
    .nav-wrapper .nav { display: none !important; }
    .mean-container a.meanmenu-reveal { right: 15px !important; }
    .headerBottom.active .mean-container .mean-nav { height: 285px; overflow: hidden; }
    .mean-container .mean-nav ul { height: 100%; overflow: auto; }
    .inner-banner, .thank-you-container { margin: 0px auto; }
    .counterOuterBox { width: 290px; height: 290px; font-size: 13px; }
    .counterBox { padding: 80px; }
    .counterOuterBox.smallbox { width: 200px; height: 200px; }
    .counterOuterBox.smallbox .counterBox { padding: 50px; }
    .counterBox h2 { font-size: 35px; padding-bottom: 3px; }
    .counterBox p { margin-top: 10px; }
    .latest-project-left-col-content { width: 100%; max-width: 600px; }
    .services-listing li { width: 50%; }
    .footer-top { padding: 60px 0px 40px; }
    .newsletter-container { text-align: center; padding-bottom: 60px; margin-bottom: 50px; }
    .newsletter-container p { margin: 0px auto 30px; }
    .ftcol, .ftcol.ftcol2 { max-width: 33.3333%; }
    .ftsubcol { width: 100%; max-width: 100%; }
	.imgLeft, .imgRight { max-width: 40%; }
	.google-recaptch { display: none !important; }
	.cta-container-inner .row.justify-content-between { justify-content: center !important; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {    
    .banner_caption .captionContainer .bannerHeading1 { font-size: 50px; }
    .homeBannerSlider .slick-dots { bottom: 30px; }
    .intro-container .row, .about-container2 .row, .memberInfoBoxRow.row { flex-flow: column; }
    .reverse-container.row { margin-top: 30px; }
    .introContentArea, .memberInfoBox { padding: 30px 0px 0px; }
    .introTextContainer { padding: 15px 0px; }
    .introContentArea .row { flex-flow: wrap; }
    .counterOuterBox.smallbox { margin-top: 0px; }
    .latest-project-left-col-content { max-width: 100%; padding: 0px 30px 40px; }
    .latest-project-right-col-content { margin-left: 30px; }
    .about-pic-container { margin-bottom: 30px; }
    .stories-listing li { width: 50%; }
    .services-listing li { width: 100%; }
    .stepContainer { justify-content: center; }
    .stepBox { width: auto; margin: 0px 15px 40px; max-width: 200px; }
    .stepBox:before { display: none; }
    .card-header, .card-header a { font-size: 20px; line-height: 1.4; }
    .card-header a { padding: 15px 55px 15px 20px; }
    .accordion .card-body { padding: 30px 20px; }
    .statistics-content { text-align: center; }
	}
	
@media (max-width: 800px) {
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    body { font-size: 12px; }
	.container, .header-container { padding: 0px 15px; }
    .topHeaderText { display: none; }
    .bannerWrapper, .thank-you-container { background: #000000; }
    .thank-you-content-area/*, .banner_caption*/ { position: relative; top: auto; left: auto; padding: 0px; }
    .banner_caption { background: rgba(0,0,0,0.5); }
    .banner_caption .captionWrapper { /*padding: 40px 15px 120px;*/ padding: 40px 15px; }
    .thank-you-content-area .captionWrapper { padding: 50px 15px; text-align: center; border-bottom: 1px solid #2f2f2f; }
    .thank-you-content-area .captionWrapper .row, .thank-you-content-area .captionWrapper .form-row { justify-content: center; }
    .inner_banner_caption .captionWrapper { padding: 20px 15px; }
    .inner_banner_caption .captionContainer { padding: 0px; }
    .banner_caption .captionContainerInner, .thank-you-content-area .thank-you-content { max-width: 100%; text-align: center; }
    .inner-banner figure { height: 300px; }
    .inner-banner figure img { position: relative; height: 100%; width: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
    .banner-slide figure:before, .inner-banner:before { display: none; }
    .inner-banner figure:after { background: #000000; opacity: 0.4; }
    /*.breadcrumb-container { position: relative; left: auto; bottom: auto; }*/
    h1, .pageTitle h1, .pageTitle h2, .banner_caption .captionContainer .bannerHeading1 { font-size: 27px !important; letter-spacing: 0px !important; }
	h2 { font-size: 24px !important; letter-spacing: 0px !important; }
	h3, .newsletter-container .pageTitle h1, .newsletter-container .pageTitle h2 { font-size: 21px !important; letter-spacing: 0px !important; }
	h4 { font-size: 18px !important; letter-spacing: 0px !important; }
	h5 { font-size: 15px !important; letter-spacing: 0px !important; }
	h6 { font-size: 12px !important; letter-spacing: 0px !important; }
    .counterOuterBox.smallbox { margin-top: 50px; }
    .latest-project-left-col-content { padding: 0px 15px 40px; }
    .latest-project-right-col-content { margin: 0px 15px; }
    .ftcol, .ftsubcol { width: 100% !important; max-width: 100% !important; }
    .ftcol { padding: 10px 15px; }
    .footer-location, .footer-phone, .footer-email { display: block; }
    ul.footer-nav li { display: block; }
    .fbcol { width: 100%; }
    .fbcol.fbcol1 { order: 1; }
    .fbcol.fbcol2 { order: 2; }
    .service-details-container, .greenContentBox, .applicationForm { padding: 30px; }    
    ul.social-nav { right: 15px; top: 30px; }
    ul.social-nav li { font-size: 12px; display: inline-block; vertical-align: middle; margin: 5px; }
    ul.social-nav li a { padding: 5px; width: 30px; height: 30px; line-height: 20px; }
    ul.social-nav.fixed { right: 15px; top: 50%; }
    ul.social-nav.fixed li { font-size: 12px; display: block; margin: 5px auto; }
    ul.social-nav.fixed li a { padding: 5px; width: 30px; height: 30px; line-height: 20px; }    
    .cta-container-inner .row { justify-content: center !important; }
    .copyright { text-align: left; }
    .banner-link-btn a, .link-btn a, .link-btn2 a, .mask-btn, .newsletter-box .send-btn, .btn-primary, .btn-secondary { font-size: 12px; line-height: 20px; padding: 10px 20px; min-width: inherit; }
    .banner-link-btn.arrow-left a:before, .banner-link-btn.arrow-left a:after, .banner-link-btn.arrow-right a:before, .banner-link-btn.arrow-right a:after, .link-btn.arrow-left a::before, .link-btn.arrow-right a:after, .link-btn2.arrow-left a:before, .link-btn2.arrow-right a:after, .mask-btn.arrow-left:before, .mask-btn.arrow-right:after, .mask-btn.arrow-left:before, .mask-btn.arrow-right:after, .btn-primary.arrow-left:before, .btn-primary.arrow-right:after, .btn-secondary.arrow-left:before, .btn-secondary.arrow-right:after { width: 30px; height: 30px; font-size: 12px; line-height: 30px; margin-top: -15px; }
    .banner-link-btn.arrow-left a, .link-btn.arrow-left a, .link-btn2.arrow-left a, .mask-btn.arrow-left, .btn-primary.arrow-left, .btn-secondary.arrow-left { padding-left: 52px; }
    .banner-link-btn.arrow-right a, .link-btn.arrow-right a, .link-btn2.arrow-right a, .mask-btn.arrow-right, .btn-primary.arrow-right, .btn-secondary.arrow-right { padding-right: 52px; }
    .latest-project-title { font-size: 18px; }
    .learn-more-btn, .footer-top, .footer-bottom, .post-date, ul.article-share li, ul.article-share li a, .control-label, .greenContentBox, .breadcrumb-container ul, .inner_banner_caption .captionContainer { font-size: 12px; }
    .newsletter-box .send-btn { height: 40px; padding: 5px 40px 5px 40px; }
    .newsletter-box .send-btn .fa { width: 30px; height: 30px; right: 5px; top: 5px; line-height: 30px; font-size: 12px; }
    .about-container2 { padding: 50px 0px; }
    .form-control, .form-custom-select, .newsletter-box .form-control { height: 40px; font-size: 12px; line-height: 20px; padding: 4px 15px; border: 1px solid transparent; }
    .newsletter-box .form-control { padding-right: 195px; }
    .form-control:focus, .form-control:hover { border: 1px solid #009a4e; }
    .card-header, .card-header a { font-size: 15px; }
    .hero-banner, .banner.mobile-banner .homeBannerSlider .slick-dots { display: none !important; }
    .banner.mobile-banner .banner_caption .captionWrapper { padding: 30px 15px; }
    .stepBox { max-width: 100px; }
    .stepIconBox { width: 100px; height: 100px; line-height: 100px; }
    .stepIconBox img { max-width: 40px; max-height: 40px; }
    .go-green-img-container { height: 100px; }
	}

@media (min-width: 768px) {
    .headerTopLinks > li.header-search, .banner.mobile-banner { display: none; }
	}
	
@media (max-width: 650px) {
    .services-categories-container { display: none; }
    .services-content-container { margin: 0px auto; }
    .services-listing li { width: 50%; }
	}
	
@media (max-width: 575.98px) {
    .stories-listing li/*, .services-listing li*/ { width: 100%; }
    .introContentArea, .introTextContainer { text-align: center; }
    .introTextContainer, .introImgContainer, .introTextBox { display: block; margin: 0px auto; text-align: center; }
    .introImgContainer { padding: 0px; margin-bottom: 20px; }
    .featured-service-mask-container { display: none; }
    .featured-service-item-inner a:hover .featured-service-name { bottom: 0px; }
    .hero-banner--vertical { font-size: 20px !important; }
    .hero-banner--list { font-size: 12px; }
	}

@media (max-width: 480px) {
    .topRightHeader { float: none; text-align: center; display: flex; flex-flow: wrap; align-items: center; justify-content: center; padding: 10px 0px; }
    .currencySelect { margin: 5px 10px; }
    .headerTopLinks { margin: 0px; }
    .headerTopLinks > li { margin: 5px 7px; }
    .newsletter-box .form-control { padding: 9px 15px; }
    .newsletter-box .send-btn { position: relative; right: auto; top: auto; width: 100%; margin-top: 10px; padding: 5px 40px 5px 40px; }
    .contact-info-box { text-align: center; }
    .contact-location, .contact-email, .contact-phone { padding: 70px 0px 0px; text-align: center; background-position: center top; margin-bottom: 30px; background-size: 50px 50px; min-height: inherit; }
    .browse-btn, .browse-btn:focus { position: relative; right: auto; top: auto; width: 100%; margin: 10px auto 0px; }
	}
	
@media (max-width: 399.98px) {
    .featured-service-name { padding: 10px; }
	}

@-ms-viewport{ width: auto !important; }