@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff'),
        url('../fonts/Impact.ttf') format('truetype'),
        url('../fonts/Impact.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype'),
        url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}





/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
html body{
	font-family: 'Raleway', sans-serif;
	margin:0;
}
*::-moz-selection {
	color: #fff;
	background:#000;
}
*::-webkit-selection {
	color: #fff;
	background:#000;
}
*::-webkit-input-placeholder { 
	color: #333333;
	opacity:1;
}
*:-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*::-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #333333;
	opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body a {
	outline: none;
	color:#555;
}
body a:hover {
	color:#000;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
	font-family: 'Raleway', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: 'Raleway', sans-serif;
	line-height:120%;
	color:#000;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p{
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	line-height: 150%;
	margin: 0 0 15px;
	padding: 0;
	text-align: justify;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin-bottom:0;
}
p strong {
	font-weight: bold;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
}
.hidden{
	display:none!important;
}
iframe{
	display:block;
	width:100%;
}
.gm-style img {
	max-height: inherit;
	max-width: none;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	padding-left:0;
	padding-right:0;
}
/*scroll Hide*/
html.no-scroll{
	overflow: hidden;
}
html.no-scroll body {
	overflow: hidden;
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
.section-gapping,
section {
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}
/*Gapping close*/
/*Default-CSS close*/


/* header */
#header {
	padding: 40px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.logo-left {
	float: left;
}
.logo-left img {
	display: block;
}
.mobile-menu {
    display: none;
}
.menu-right {
	float: right;
	margin-top: 1px;
}
.menu-right ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-right ul > li {
	padding-left: 35px;
}
.menu-right ul > li:first-child {
	padding-left: 0;
}
.menu-right ul > li a {
	color: #111111;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Proxima-Nova';
	text-shadow: 0 0;
}
.menu-right .menu-contact h5 {
	font-weight: normal;
	margin: 0 0 1px;
	font-size: 16px;
	color: #111111;
	font-family: 'Proxima-Nova';
	text-shadow: 0 0;
}
.menu-right .menu-contact a {
	font-weight: bold;
	text-shadow: none;
}
.menu-right .menu-contact::before {
	content: "\f095";
	width: 38px;
	height: 38px;
	float: left;
	margin-right: 8px;
	background-color: #ffc40e;
	border: 2px solid #fff;
	border-radius: 50%;
	font-family: Fontawesome;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 2px;
}
.menu-right .menu-contact {
	min-width: 205px;
}
.menu-right ul > li a:hover,
.menu-right ul > li .active {
	color: #ffc40e;
}
/**/
/*banner*/
.main-banner {
	position: relative;
	height: 870px;
	background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}
.main-banner::before {
	content: "";
	position: absolute;
	left: -110px;
	top: -54px;
	width: 248px;
	height: 200px;
	background-color: #FFF5D9;
	border-radius: 50%;
}	
.main-banner::after {
	content: "";
	position: absolute;
	left: -220px;
	bottom: -190px;
	background-color: #FFF5D9;
	width: 400px;
	height: 400px;
	border-radius: 50%;
}
.banner-caption h3 {
	margin: 0;
	font-family: 'Gilroy';
	font-size: 40px;
}
.banner-caption h1 {
	color: #FFC40D;
	font-size: 55px;
	font-family: Proxima-Nova;
	font-weight: bold;
	margin: 9px 0 16px;
}
.main-btn {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background-color: #73af4d;
	font-size: 20px;
	line-height: 55px;
	border-radius: 50px;
	padding: 0 20px;
	font-weight: bold;
}
.main-btn:hover {
	background-color: #FFC40D;
	color: #fff;
}

.banner-image {
	position: absolute;
	right: 0;
	top: 95px;
}
.main-banner .container {
	position: absolute;
	top: 49%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.banner-arrow {
	display: block;
	width: 16px;
	height: 78px;
	margin: 0 auto;
	position: absolute;
	bottom: 85px;
	left: 0;
	right: 0;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -242px -168px;
}
.banner-arrow::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 57px;
	background-color: #FFC200;
	width: 2px;
	margin: auto;
}
.banner-arrow:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/*banner*/

/* process section */
.process-section {
	padding-top: 0;
	margin-top: -20px;
}
.main-title {
	text-align: center;
	font-size: 45px;
	font-weight: normal;
	font-family: 'Proxima-Nova';
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 12px;
	margin-top: -10px;
}
.main-title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 58px;
	height: 3px;
	background-color: #FFC200;
}
.process-section .container {
	display: flex;
	align-items: center;
}
.process-section::before {
	content: "";
	position: absolute;
	top: 280px;
	height: 1910px;
	width: 596px;
	background-image: url(../images/shape-border.png);
	background-repeat: no-repeat;
	pointer-events: none;
	left: -570px;
	right: 0;
	margin: auto;
}
.process-section .process-number {
	display: block;
	font-size: 55px;
	color: #222222;
	font-family: 'Impact';
	position: relative;
}
.process-section h3 {
	font-size: 36px;
	color: #72AD4C;
	margin: 0 0 7px;
}
.process-section p {
	font-size: 28px;
	text-align: left;
	font-family: 'Proxima-Nova';
	line-height: 160%;
}
.process-section img {
	display: block;
}
.process-img-right {
	width: 50.5%;
	min-width: 50.5%;
}
.process-content-left {
	padding-left: 38px;
	position: relative;
}
.process-img-left {
	min-width: 45.3%;
	width: 45.3%;
}
.process-content-right {
	padding-left: 85px;
	position: relative;
}
.energy-assessment {
	margin-bottom: 35px;
}
.home-proposal .process-content-right {
	margin-top: -90px;
}
.home-proposal .process-number {
	margin-bottom: 11px;
}
.compare {
	margin: -35px 0 20px;
}
.compare .process-img-right {
	min-width: 46%;
	width: 46%;
}
.compare .process-img-right img {
	margin-right: 0;
}
.installation .process-img-left {
	width: 46%;
	min-width: 46%;
}
.installation .process-content-right {
	padding-left: 65px;
	margin-top: 20px;
	max-width: 680px;
}
.save-money .process-img-right {
	min-width: 58%;
	margin-right: -35px;
}
.save-money .process-content-left {
	margin-right: -30px;
	padding-left: 30px;
}
.process-section .process-number::before {
	content: "";
	position: absolute;
	left: -27px;
	top: 0;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background-color: #fdc50c;
	bottom: 0;
	margin: auto;
	box-shadow: 0 0 0 4px rgba(253,197,12,0.2);
}
.process-section .home-proposal .process-number::before {
	left: -29px;
}
.compare .process-content-left {
	padding-left: 65px;
}
.process-section .compare .process-number::before {
	left: -57px;
}
.installation .process-img-left img {
	margin-right: 0;
}
.process-section .installation .process-number::before {
	left: -36px;
}
.save-money {
	margin-top: 30px;
}
.process-section .save-money .process-number::before {
	left: -25px;
}
/* process section */

/* simple-place */
.simple-place {
	background-image: url(../images/process-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	height: 886px;
	text-align: center;
	padding-top: 130px;
}
.simple-place .main-title {
	margin-bottom: 22px;
}
.simple-place h4 {
	font-size: 23px;
	color: #333333;
	font-weight: 600;
	font-family: 'Proxima-Nova';
	margin-bottom: 20px;
}
.simple-place p {
	text-align: center;
	font-size: 23px;
	max-width: 1000px;
	margin: 0 auto 31px;
	font-family: 'Proxima-Nova';
}
.simple-place .main-btn {
	line-height: 55px;
	min-width: 205px;
	font-weight: 600;
}
.simple-place::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 83px;
	background-image: url(../images/process-bg-shape.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* reason section */
.reason-section .main-title {
	margin-bottom: 30px;
}
.wrap-reason {
	padding: 0;
	list-style: none;
	margin: 0 -15px;
}
.wrap-reason li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 15px;
}
.icon-reason {
	display: block;
	margin: 0 auto;
	width: 183px;
	height: 175px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}
.wrap-reason li:hover .icon-reason {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.icon-reason.money-icon {
	background-position: -235px 0;
}
.icon-reason.rates-icon {
	background-position: -469px 0;
}
.icon-reason.creit-icon {
	background-position: -703px 0;
}
.icon-reason.value-icno {
	background-position: -937px 0;
}
.wrap-reason h4 {
	font-family: 'Proxima-Nova';
	font-size: 23px;
	position: relative;
	margin: 20px 0 8px;
	padding-bottom: 8px;
}
.wrap-reason h4::after {
	content: "";
	background-color: #FFC200;
	height: 2px;
	width: 24px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.wrap-reason p {
	text-align: center;
	line-height: 160%;
	font-family: 'Proxima-Nova';
	color: #444;
	text-shadow: 0 0;
}

/* manufacturers-section */
.manufacturers-section {
	background-color: #fcfee3;
}
.manufacturers-section .main-title {
	margin-bottom: 25px;
}
.manufacturers-section ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
}
.manufacturers-section ul li {
	float: left;
	width: 25%;
	padding: 0 20px 30px;
}
.manufacturers-logo {
	height: 115px;
	border: 1px solid #FFC200;
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 10px;
	overflow: hidden;
}
.manufacturers-section ul li:nth-last-child(-n+4) {
	padding-bottom: 0;
}
.manufacturers-logo img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.manufacturers-logo:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* contact section */
.contact-section .main-title {
	margin-bottom: 12px;
}
.contact-section .subtitle {
	text-align: center;
	font-size: 23px;
	font-family: 'Proxima-Nova';
	color: #555;
	margin-bottom: 20px;
}
#contact-enquiry-form {
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#contact-enquiry-form::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	background-image: url(../images/logo-shape.png);
	width: 475px;
	height: 452px;
	margin: auto;
	background-repeat: no-repeat;
	z-index: -1;
}
.contact-form .field {
	position: relative;
	margin-bottom: 30px;
	float: left;
	width: 48.6%;
}
.contact-form .field:nth-child(2) {
	float: right;
}
.form-wrap::after {
	content: "";
	display: block;
	clear: both;
}
.contact-form .field input, .contact-form .feilds textarea {
	height: 50px;
	width: 100%;
	border: 1px solid #DDD;
	font-size: 16px;
	color: #535353;
	padding: 0 15px;
	font-family: 'Proxima-Nova';
	resize: none;
	background-color: transparent;
}
.contact-form .field,
.contact-form .feilds {
	position: relative;
	margin-bottom: 30px;
}
.contact-form label {
	position: absolute;
	font-size: 16px;
	color: #535353;
	padding: 0 4px;
	font-family: 'Proxima-Nova';
	pointer-events: none;
	left: 12px;
	top: 16px;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
.contact-form .feilds textarea {
	padding-top: 14px;
	padding-bottom: 14px;
	height: 130px;
}
.csubmit-btn.main-btn {
	border: 0;
	font-weight: 500;
	margin: 0 auto;
	display: block;
	line-height: 55px;
	min-width: 170px;
	cursor: pointer;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
.contact-form .has-focus label,
.contact-page .contact-form .has-focus label {
	top: -8px;
	font-size: 14px;
	background-color: #fff;
}
.contact-section .g-recaptcha > div {
    margin: 0 auto;
}
.feilds.recaptcha {
    margin-bottom: 13px  !important;
}
.field-error {
    border-color: red !important;
}
#error {
    border: 1px solid red;
    text-align: center;
    color: red;
    padding: 6px 10px;
    margin-top: 15px;
}
.submit-btn-wrap {
    position: relative;
}
.submit-btn-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 205px;
    right: 0;
}

/* footer */
.footer-top {
	background-color: #222;
}
.footer-top-wrap {
	padding: 68px 0 35px;
	border-bottom: 1px solid #3b3b3b;
	text-align: center;
	position: relative;
}
.logo-footer img {
	display: block;
}
.logo-footer a {
	display: inline-block;
	vertical-align: top;
}
.social-media {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.footer-top-wrap::before {
	content: "";
	width: 350px;
	height: 333px;
	position: absolute;
	right: -130px;
	top: 30px;
	background-image: url(../images/logo-shape.png);
	background-repeat: no-repeat;
	background-position: -543px 0;
}
.social-media li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}
.social-media li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #444444;
	border-radius: 50%;
	font-size: 18px;
}
.social-media .fa.fa-linkedin {
	font-size: 16px;
}
.social-media li a:hover {
	background-color: #ffc200;
	color: #222222;
}
.social-media li a .fa.fa-insta {
	height: 100%;
	display: block;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -178px -218px;
}
.social-media li a:hover .fa.fa-insta {
	background-position: -178px -188px;
}
.contact-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.contact-details ul .footer-phone {
    padding-right: 100px;
    margin-right: 100px;
    border-right: 1px dotted #999;
}
.contact-details .footer-address {
	display: inline-block;
	vertical-align: top;
}
.contact-details .footer-address {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 550px;
	padding: 0 102px 0 148px;
}
.contact-details .footer-address::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	height: 38px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}
.contact-details h5 {
	font-size: 20px;
	color: #fff;
	font-family: 'Proxima-Nova';
	font-weight: normal;
	text-shadow: 0 0;
	margin: 0;
}
.contact-details li {
    text-align: left;
    position: relative;
    font-family: 'Proxima-Nova';
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    padding-left: 65px;
    display: inline-block;
    vertical-align: top;
}
.contact-details a {
	color: #fff;
}
.contact-details a:hover {
	color: #ffc200;
}
.footer-phone a {
	font-size: 23px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.contact-details li::before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #fff;
	border-radius: 50%;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 6px -217px;
}
.contact-details ul .footer-phone::before {
	top: 3px;
}
.contact-details {
	padding: 55px 0 50px;
}	
.contact-details .footer-address::before {
	left: 85px;
	background-position: -54px -216px;
}
.contact-details .footer-email::before {
	background-position: -115px -215px;
}

.footer-bottom {
	text-align: center;
	font-family: 'Proxima-Nova';
	background-color: #ffc200;
	color: #212121;
	font-size: 18px;
	padding: 15px 0;
}
.footer-bottom a {
	color: #212121;
}
.footer-bottom i.fa.fa-registered {
    font-size: 12px;
    vertical-align: top;
}
.footer-bottom a:hover {
	color: #fff;
}
#myBtn {
	position: fixed;
	right: -60px;
	bottom: 60px;
	width: 45px;
	height: 45px;
	background-color: #ffc200;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #ffc200;
	border-radius: 50%;
	font-family: Fontawesome;
	text-align: center;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	z-index: 11;
	font-weight: bold;
	cursor: pointer;
}
#myBtn::after {
	content: "\f106";
}
#myBtn:hover {
	background-color: #000;
	box-shadow: 0 0 0 2px #000;
}
#myBtn.active {
    right: 20px;
}
/* footer */
/*IE css hack*/
@media all and (-ms-high-contrast:none){
.energy-assessment .process-content-left {
    margin-top: 45px;
}
}
.contact-form .form-error {
    display: block;
    color: red;
    font-size: 15px;
    margin: 4px 0 -10px;
}
/*404 page*/
.error404-icon {
    color: #fdc50c;
    font-size: 180px;
    font-weight: 600;
    letter-spacing: 10px;
    line-height: 120%;
    margin: -62px 0 10px;
    text-align: center;
    text-shadow: 5px 5px 0 #4d3b00;
}
.error404 h2 {
	color:#333;
	font-size: 30px;
	line-height: 120%;
	margin: 0 0 20px;
	padding: 0 0 25px;
	position: relative;
	text-align: center;
}
.error404 h2:before, 
.error404 h2:after {
	background: #e1e1e1;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 190px;
}
.error404 h2:after {
	margin-bottom: -3px;
	width: 140px;
}
.error404 .grve-subtitle {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.wrap404 {
    padding: 240px 0 80px;
    text-align: center;
}
/*404 page*/

/* about page */
.about-wrap {
	box-shadow: 12px 25px 60px rgba(50,47,49,0.15);
	background-color: #fff;
	height: 400px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 50px;
	border-radius: 28px;
	position: relative;
}
.about-wrap::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 315px;
	height: 300px;
	background-image: url(../images/logo-shape.png);
	background-size: 592px;
	background-repeat: no-repeat;
}
.about-wrap p {
	text-align: center;
	font-size: 18px;
	line-height: 160%;
	font-family: 'Proxima-Nova';
	color: #444;
}
.about-wrap .main-title {
	margin-bottom: 12px;
}
.about-wrap .main-title i.fa.fa-registered ,
.main-title.trademark i.fa.fa-registered {
	font-size: 18px;
	vertical-align: top;
	margin-top: 4px;
}
.about-page .main-banner .container {
	top: 56%;
}
.about-section {
	padding-top: 0;
	margin-top: -98px;
}
.about-section .main-title {
	text-align: left;
	margin-bottom: 40px;
}
.about-section .main-title::after {
	right: auto;
	left: 4px;
}
.about-section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.team-img {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 18px;
	margin-top: 5px;
}
.team-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-img-wrap {
	margin-bottom: 18px;
}
.team-img-wrap h4 {
	font-size: 24px;
	color: #000;
	font-family: 'Proxima-Nova';
	font-weight: 600;
	margin-bottom: 0;
	margin-top: -5px;
}
.team-img-wrap > p {
	font-size: 18px;
	color: #FFC200;
	font-family: 'Proxima-Nova';
	font-weight: 600;
	margin: 3px 0 4px;
}
.team-img-wrap > span {
	display: inline-block;
	vertical-align: top;
	font-family: 'Proxima-Nova';
	font-size: 18px;
	text-shadow: 0 0;
}
.about-section ul li > p {
	font-family: 'Proxima-Nova';
	line-height: 160%;
	font-size: 18px;
	text-align: left;
	color: #444;
	margin-bottom: 10px;
}

.about-section ul li {
	background-image: url(../images/about-bg.png);
	padding: 40px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 20px;
}
.about-section ul li::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: -5px;
	background-color: #ffc200;
	z-index: -1;
	border-radius: 20px;
}
.about-section ul li:last-child {
	margin-bottom: 10px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.g-recaptcha {
    height: 78px;
    width: 304px;
    margin: 0 auto;
    border: 1px solid transparent;
}
.field-error .g-recaptcha {
    border-color:red;
}
*{
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}
/* about page */


/* contact us */
.contact-page {
    padding-top:270px;
    background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	background-position: right -245px top -30px;
	background-size: auto 100%;
}
.contact-page:before{
	content: "";
    position: absolute;
    left: -110px;
    top: -54px;
    width: 248px;
    height: 200px;
    background-color: #FFF5D9;
    border-radius: 50%;
}
.contact-page:after {
    height: 400px;
    width: 400px;
    background-color: #FFF5D9;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -63px;
    left: -218px;
    content: "";
    z-index: -1;
}
.contact-page .container {
	display: flex;
}
.contact-page .contact-form-wrap {
	float: right;
	border-radius: 25px;
	box-shadow: 0 0 60px rgba(50,47,49,0.15);
	width: 61.5%;
	background: #fff;
	padding: 50px 52px 40px;
	margin-left: auto;
}
.contect-info {
	float: left;
	width: 37%;
	align-self: center;
}
.contact-page .main-title {
	text-align: left;
	margin-bottom: 30px;
}
.contact-page .main-title::after {
	content: "";
	margin: 0;
	left: 2px;
}
.contect-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contect-info ul li {
	padding-left: 64px;
	margin-bottom: 60px;
	position: relative;
	min-height: 45px;
}
.contect-info ul li::after {
	content: "";
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("../images/contect-icon.png");
	background-repeat: no-repeat;
}
.contect-info ul li {
	padding-left: 64px;
	margin-bottom: 60px;
	position: relative;
	min-height: 45px;
	font-size: 16px;
	line-height: 150%;
	font-family: 'Proxima-Nova';
}
.contect-info ul li a,
.contect-info ul li p{
	font-family: 'Poppins', sans-serif;
	text-align: left;
}
.contect-info ul li b {
	display: block;
	font-size: 22px;
	margin-bottom: 3px;
	font-weight: 600;
}
.contect-info ul li:last-child {
	margin-bottom: 0;
}
.contect-info ul .timing::after {
	background-position: 0 -71px;
	height: 50px;
}
.contect-info .contact-add::after {
	background-position: 0 -145px;
	width: 50px;
	height: 49px;
}
.contact-form-wrap p {
	text-align: left;
	font-family: 'Proxima-Nova';
}
.contact-page .contact-form .field input, .contact-page .contact-form .feilds textarea {
	border-radius: 5px;
	height: 55px;
}
.contact-page .contact-form .field,
.contact-page .contact-form .feilds {
	margin-bottom: 20px;
}
.contact-page .csubmit-btn.main-btn {
	margin: 0;
	line-height: 45px;
	font-weight: 600;
	min-width: 160px;
}
.contact-page .contact-form label {
    top: 18px;
}
.contact-form-wrap .g-recaptcha {
    margin: 0;
}
.contact-form-wrap .recaptcha .form-error {
    text-align: left !important;
}
.contact-form-wrap .submit-btn-wrap {
    display: inline-block;
    vertical-align: top;
}
.contact-form-wrap .submit-btn-wrap img {
    left: 175px;
}
/* contact us */
.contact-section .recaptcha p {
    text-align: center;
    color: #444;
    font-family: 'Proxima-Nova';
    margin-top: 13px;
}
.contact-form-wrap .recaptcha p {
    margin-top: 12px;
    margin-bottom: -2px !important;
}

/*

	fonts
	font-family: 'Raleway', sans-serif;
	font-family: 'Proxima-Nova';
	font-family: 'Impact';
	font-family: 'Gilroy';

*/
