/** !
Theme Name: Solar Services Southwest
Theme URI: https://www.solarservicesouthwest.co.uk/
Description: Bespoke Theme for Solar Services Southwest using WordPress. Gutenberg compatible. Using Bootstrap 4 and Font Awesome 5.
Author: Elms Creative
Author URI: https://www.elmscreative.com/
Version: 1.0
Text Domain: elmscreative
*/

/* ==========================================================================
    Elements
   ========================================================================== */

html,
body {
	height: 100%;
}
html {
	background: #f0f4f9;
	overflow: auto;
}
body {
	padding: 0;
	padding-top: 5em;
	font-family: "Mulish", Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	background: #f0f4f9;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto 0.5em;
	color: #121212;
	font-family: "Mulish", Arial, Helvetica, sans-serif !important;
	font-weight: 900;
}
h2 {
	font-size: 2.4rem;
}
p {
	font-size: 0.95rem;
	line-height: 1.6;
}
ul > li,
ol > li {
	font-size: 0.95rem;
}

label {
	color: #121212 !important;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	padding: 0.5em 0 !important;
	font-size: 1rem !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #fff !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-bottom: #ccc 1px solid !important;
	font-family: "Mulish", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
	color: #4c4c4c;
}
select {
	color: #4c4c4c;
	font-family: "Mulish", Arial, Helvetica, sans-serif !important;
	height: auto;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
	border: #cecece 1px solid;
}
textarea {
	min-height: 175px !important;
	max-height: 175px !important;
	padding: 0.5em 0 !important;
	font-size: 1rem !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #fff !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-bottom: #ccc 1px solid !important;
	font-family: "Mulish", Arial, Helvetica, sans-serif !important;
}

input[type="submit"] {
	width: auto;
	padding: 0.65em 2.25em;
	font-size: 1rem;
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #121212 0 solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
	background: #121212;
}
input[type="submit"]:hover {
	color: #ccc !important;
	background: transparent;
	text-decoration: none;
	border: #4e4e4e 0 solid;
	background: #4e4e4e;
}

.btn {
	width: auto;
	padding: 1em 2.75em;
	font-size: 1rem;
	color: #fff !important;
	font-weight: 600;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	background-color: #008c45;
	border-color: #008c45;
}
.btn:hover {
	background-color: #f99602;
	border-color: #f99602;
	color: #fff;
}

.btn-orange {
	width: auto;
	padding: 1em 2.75em;
	font-size: 1rem;
	color: #fff !important;
	font-weight: 600;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	background-color: #f99602;
	border-color: #f99602;
}
.btn-orange:hover {
	background-color: #008c45;
	border-color: #008c45;
	color: #fff;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
	width: auto !important;
	padding: 1em 2.75em !important;
	font-size: 1rem !important;
	color: #fff !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	border-radius: 4px !important;
	background-color: #008c45 !important;
	border-color: #008c45 !important;
	-webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
	background-color: #f99602 !important;
	border-color: #f99602 !important;
	color: #fff !important;
}
.forminator-ui.forminator-design--flat
	.forminator-checkbox
	.forminator-checkbox-box {
	color: #f99602 !important;
}

/* ==========================================================================
    Structure
   ========================================================================== */

.inner-nav {
	background-color: rgba(256, 256, 256, 1) !important;
}
.navbar {
	border-radius: 0;
	border: none;
	background-color: transparent;
	min-height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	margin-bottom: 0;
	border-top: 2px solid #008c45;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.navbar .navbar-brand img {
	width: 200px;
}

.banner-inner {
	padding: 5em 0 4em;
	background: #76b90e;
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}
.banner-inner .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.8);
}
.banner-inner .container-outer {
	margin: 0;
	-webkit-transform: translateY(-32%);
	transform: translateY(-32%);
	z-index: 1;
}
.banner-inner .container-outer .container h3 {
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
}
.banner-inner .container-outer .container h3::after {
	content: attr(data-text);
	color: #f99602;
	transform: translateX(-100%);
	position: absolute;
}

.banner-inner .container-outer .container h3 span {
	color: #f99602;
}
.banner-inner .container-outer .container .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
}

main#content {
	overflow: hidden;
}

.home-banner {
	height: calc(94vh - 0px);
	background: #76b90e;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.home-banner .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
}
.home-banner .container-outer .government-grants {
	position: absolute;
	top: 0;
	left: 50px;
	width: 150px;
}
.home-banner .container-outer .container-fluid .banner-content {
	color: #fff;
}
.home-banner .container-outer .container-fluid .banner-content h2 {
	font-size: 90px;
	font-weight: 900;
	text-shadow: 2px 2px rgba(34, 34, 34, 0.5);
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #f99602;
}
.home-banner .container-outer .container-fluid .banner-content h2 span {
	font-weight: 300;
	color: #fff;
}
.home-banner .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
}
.home-banner .container-outer {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-32%);
	transform: translateY(-32%);
	z-index: 9;
}
.home-banner .container-outer .government-grants {
	width: 150px;
	position: absolute;
	top: -15em;
	right: 5em;
	left: auto;
}
.home-banner .container-outer .container-fluid .banner-content {
	color: #fff;
}
.home-banner .container-outer .container-fluid .banner-content h2 {
	font-size: 2.75rem;
	font-weight: 900;
	text-shadow: 2px 2px rgba(34, 34, 34, 0.5);
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #f99602;
}
.home-banner .container-outer .container-fluid .banner-content h2 span {
	font-weight: 300;
	color: #fff;
}
.home-banner .container-outer .container-fluid .banner-content h3 {
	text-transform: capitalize;
	font-weight: 700;
	color: #fff;
	margin-top: 25px;
	letter-spacing: 2px;
	line-height: 1.3;
	font-size: 2.25rem;
	margin: 0 auto 1em;
	width: 96%;
}
.home-banner .container-outer .container-fluid .banner-content h4 {
	font-size: 3rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.home-banner .container-outer .container-fluid .banner-content h4 svg {
	background-color: #76b90e;
	border-radius: 50%;
	color: #fff;
	padding: 10px;
	margin-right: 8px;
	font-size: 20px;
	position: relative;
	top: 5px;
}
.home-banner .container-outer .container-fluid .banner-content h4 a {
	color: #fff;
}
.home-banner .container-outer .container-fluid .banner-content h4:hover a {
	color: #76b90e;
}
.home-banner .container-outer .container-fluid .banner-content h4:hover i {
	background-color: #fff;
	color: #76b90e;
}
.home-banner .banner_slider {
	z-index: inherit !important;
}
.home-banner .banner_slider .item {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
}
.home-banner .banner_slider .owl-dots {
	position: absolute;
	bottom: 14px;
	right: 28px;
	z-index: 99;
}
.home-banner .banner_slider .owl-dots .owl-dot {
	z-index: 99;
	position: relative;
}
.home-banner .banner_slider .owl-dots .owl-dot span {
	background-color: #fff;
	height: 3px;
	width: 32px;
	border-radius: 4px;
}
.home-banner .banner_slider .owl-dots .owl-dot.active span {
	background-color: #f99602;
}
.home-banner-inner {
	height: 250px;
	background: #76b90e;
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}
.home-banner-inner .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.8);
}
.home-banner-inner .container-outer {
	position: absolute;
	left: 0;
	right: 0;
	top: 65%;
	-webkit-transform: translateY(-32%);
	transform: translateY(-32%);
	z-index: 1;
}
.home-banner-inner .container-outer .container h3 {
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.4;
}
.home-banner-inner .container-outer .container h3 span {
	color: #f99602;
}
.home-banner-inner .container-outer .container .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
}
.home-banner-inner .container-outer .container .breadcrumb li.active {
	font-weight: 600;
	color: #fff;
}
.home-banner-inner .container-outer .container .breadcrumb li:before {
	color: #f8d902;
}
.home-banner-inner .container-outer .container .breadcrumb li a {
	color: #fff;
}
.home-banner-inner .container-outer .container .breadcrumb li a:hover {
	color: #f8d902;
}
.home-banner-inner .container-outer .container .banner-content {
	color: #fff;
}
.home-banner-inner .container-outer .container .banner-content h2 {
	font-size: 90px;
	font-weight: 900;
	text-shadow: 2px 2px rgba(34, 34, 34, 0.5);
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #f99602;
}
.home-banner-inner .container-outer .container .banner-content h2 span {
	font-weight: 300;
	color: #fff;
}
.home-banner-inner .container-outer .container .banner-content h3 {
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	margin-top: 25px;
	letter-spacing: 2px;
	line-height: 1.3;
	font-size: 16px;
	margin: 0 auto;
	width: 700px;
}
.home-banner-inner .banner_slider {
	height: 100%;
	border-radius: 12px;
}
.home-banner-inner .banner_slider .item {
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	border-radius: 12px;
	height: 100vh;
}
.home-banner-inner .banner_slider .owl-dots {
	position: absolute;
	bottom: 14px;
	right: 28px;
}
.home-banner-inner .banner_slider .owl-dots .owl-dot span {
	background-color: #fff;
	height: 3px;
	width: 32px;
	border-radius: 4px;
}
.home-banner-inner .banner_slider .owl-dots .owl-dot.active span {
	background-color: #f99602;
}
.home-banner .banner_slider {
	z-index: inherit !important;
}

.section-contact:before {
	content: "";
	background: #008c45;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60%;
	height: 650px;
}
.contact-bgtext {
	margin-top: 2em;
}
.contact-bgtext h2 {
	font-size: 118px;
	font-weight: 900;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	left: 48px;
	right: 0;
	top: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
}
.contact-left {
	padding-top: 120px;
}
.contact-left .media .media-left svg {
	color: #fff;
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20%;
	padding: 13px 15px;
	text-align: center;
	margin-right: 20px;
}
.contact-left .media .media-body h3 {
	font-size: 1.1rem;
	line-height: 1.3;
	color: #f8d902;
}
.contact-left .media .media-body h3 span {
	display: block;
	font-size: 1.25rem;
	color: #fff;
	margin-top: 5px;
	font-weight: 400;
}
.contact-left .contact-overlap {
	padding: 30px 40px;
	border-radius: 20px 20px 0 20px;
	z-index: 1;
	right: -40px;
	top: 240px;
	margin-left: 70px;
	background-color: #f99602;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-left .contact-overlap .contact-numberchat {
	width: 50%;
}
.contact-left .contact-overlap .contact-numberchat h3 {
	font-size: 80px;
	font-weight: 800;
}
.contact-left .contact-overlap .contact-numberchat h3 span {
	font-weight: 400;
	font-size: 45px;
}
.contact-left .contact-overlap .contact-number {
	width: 50%;
}
.contact-left .contact-overlap .contact-number h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}
.contact-left .contact-overlap .contact-number p {
	color: #fff;
}
.contact-right {
	padding: 2em;
	margin-top: 7.5em;
	background: #ffffff;
}
.section-get-in .get-in {
	position: absolute;
	top: 15.5%;
	bottom: 12.5%;
	right: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.section-get-in .gettouch-right {
	background-color: #fff;
	padding: 6em 2.5em 1em;
	border-radius: 5px;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.section-get-in .gettouch-right .gettouch-bgtext h2 {
	font-size: 70px;
	font-weight: 900;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 44px;
	right: 0;
	top: 8%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	text-transform: uppercase;
}
.section-get-in .gettouch-right h3 {
	position: relative;
	z-index: 1;
	font-size: 29px;
	color: #008c45;
	text-transform: uppercase;
	font-weight: 900;
	margin: -0.5em 0 0;
}

footer {
	position: relative;
	overflow: hidden;
	background-color: #f0f4f9;
}
footer .container {
	max-width: 1200px;
}
footer .bg-left {
	position: absolute;
	left: -2%;
	bottom: 0%;
	z-index: 0;
}
footer .bg-right {
	position: absolute;
	right: -2%;
	bottom: 0%;
}
footer .footer-information {
	background-color: #008c45;
	position: relative;
	z-index: 0;
	border-radius: 5px;
}
footer .footer-information .address:after,
footer .footer-information .phone:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 71px;
	background-color: rgba(255, 255, 255, 0.2);
	right: 2%;
	top: 20%;
}
footer .footer-information .address,
footer .footer-information .phone,
footer .footer-information .mail {
	padding: 1.5em 0;
	margin: 0 1.5em;
	word-break: break-all;
	line-height: 22px;
}
footer .footer-information .address .content h3,
footer .footer-information .phone .content h3,
footer .footer-information .mail .content h3 {
	font-size: 1.05rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0.25em;
}
footer .footer-information .address .content a,
footer .footer-information .phone .content a,
footer .footer-information .mail .content a {
	word-break: keep-all;
	font-size: 1rem;
	color: #fff;
	font-weight: 800;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
footer .footer-information .address .content a:hover,
footer .footer-information .phone .content a:hover,
footer .footer-information .mail .content a:hover {
	color: #f8d902;
}
footer .footer-information .address .icon-1 svg,
footer .footer-information .phone .icon-1 svg,
footer .footer-information .mail .icon-1 svg {
	color: #fff;
	font-size: 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20%;
	padding: 0.65em;
	text-align: center;
	margin-right: 0.75em;
}

footer #details {
	padding: 3em 0 0;
	color: #121212;
}
footer a:active,
footer a:visited,
footer a:link,
footer a[href^="tel"] {
	color: #121212;
}
footer a:hover,
footer a[href^="tel"]:hover {
	text-decoration: none;
	color: #f99602;
}
footer h3 {
	font-size: 1.3rem;
}

.bottom-services h4,
.bottom-useful h4 {
	font-size: 1.1rem;
}
.bottom-services,
.bottom-useful {
	padding: 0 2em;
}
.bottom-services ul,
.bottom-useful ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bottom-useful ul > li {
	width: 100%;
	display: block;
}

.img-checkatrade-logo {
	max-width: 240px;
}
.img-checkatrade-logo-reviews {
	max-width: 280px;
}
.reviews {
	padding: 0.5em 0.5em 0;
}

/* ==========================================================================
    Links and Navigation
   ========================================================================== */

a {
	font-weight: 700;
	text-decoration: none;
	-moz-transition: color 0.1s linear 0.1s;
	-webkit-transition: color 0.1s linear 0.1s;
	-o-transition: color 0.1s linear 0.1s;
	transition: color 0.1s linear 0.1s;
}
a:active,
a:visited,
a:link,
a[href^="tel"] {
	color: #f99602;
}
a:hover,
a[href^="tel"]:hover {
	text-decoration: none;
	color: #76b90e;
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
	color: inherit;
	text-decoration: none;
}
.nostyle:hover {
	color: inherit;
	text-decoration: none;
}

.navbar-toggler {
	position: relative;
	z-index: 35;
}
.navbar-toggler > svg {
	color: #121212;
}
.navbar-dark .navbar-toggler {
	color: #121212;
	border-color: transparent;
}

#primary {
	margin: 0;
	padding: 0;
	text-align: right;
}
#primary > li {
	padding: 0;
	margin: 0;
}
#primary > li:hover {
	background: none;
}
#primary > li:hover > a {
	color: #f99602;
}
#primary > li > a {
	padding: 0.5em 1.15em;
	margin: 0;
	color: #232323;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: capitalize;
}
#primary > li.active > a {
	color: #f99602;
}
#primary > li:last-child > a {
	margin-left: 1em;
	padding: 0.5em 1.25em;
	color: #fff;
	border-radius: 4px;
	background-color: #008c45;
}
#primary > li:last-child > a:hover {
	background-color: #f99602;
}
#primary #menu-item-176 > a {
	font-weight: bold;
	cursor: default;
	color: #232323 !important;
}
#primary #menu-item-176 > a:hover {
	background-color: #fff !important;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:visited,
.dropdown-menu > li > a:link {
	color: #212121;
}
.dropdown-menu > li > a:hover {
	color: #f99602;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: #ccc !important;
}

/* ==========================================================================
    Misc
   ========================================================================== */

.section {
	padding: 5em 0;
	position: relative;
	z-index: 5;
}
.section-padded {
	padding: 5em;
	position: relative;
	z-index: 5;
}
.section-mini {
	padding: 3em 0;
	position: relative;
	z-index: 5;
}
.section-very-mini {
	padding: 1em 0;
	position: relative;
	z-index: 5;
}
.section-none {
	padding: 0;
	position: relative;
	z-index: 5;
}

.section-wrap {
	background-position: bottom right;
	background-size: 60%;
	background-repeat: no-repeat;
}

.breadcrumbs {
	margin: 0.25em 0;
	justify-content: end;
	color: #fff;
}

.payments > div > img {
	justify-content: start;
}
.payments > div > img {
	max-width: 32px;
}
.social {
	justify-content: end;
}
.social > div > a > svg {
	color: #212121;
}
.social > div > a:hover > svg {
	color: #f99602;
}

.img-product-wrap {
	padding-right: 0;
}
.img-product-wrap-left {
	padding-left: 0;
}
.img-product {
	margin: 0 auto;
	display: block;
}
.card.card-product {
	background: none;
	border: none;
}
.card.card-product > .card-body {
	padding: 1.5em;
}
.card.card-product > .card-body img {
	margin: 0 auto;
	display: block;
}

.img-service-wrap {
	padding-right: 0;
}
.img-service {
	margin: 0 auto;
	display: block;
}
.card.card-service {
	background: none;
	border: none;
}
.card.card-service > .card-body {
	padding: 3em 2em 0;
}

.card.card-about {
	margin-top: 2em;
	background: #ffffff;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 255, 255, 0)),
		color-stop(54%, rgba(255, 255, 255, 0.8)),
		to(#ffffff)
	);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 54%,
		#ffffff 100%
	);
	border: none;
}
.card.card-about {
	margin-top: 2em;
	background: #ffffff;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 255, 255, 0)),
		color-stop(54%, rgba(255, 255, 255, 0.8)),
		to(#ffffff)
	);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 54%,
		#ffffff 100%
	);
	border: none;
}

.card.card-about > .card-body {
	padding: 2em 2em 1em;
}
.card.card-about > .card-body > h2 {
	font-size: 2rem;
	font-weight: 800;
}
.card.card-about > .card-body > h4 {
	font-size: 1.5rem;
	font-weight: 500;
}

.round-shape {
	position: absolute;
	right: 370px;
	top: 59px;
	opacity: 0.2;
	-webkit-animation: rotation 50s infinite linear;
	animation: rotation 50s infinite linear;
	z-index: -1;
}
.title-area .pre_title {
	color: #008c45;
	font-size: 18px;
	font-weight: 700;
}

.page-title-bgtext {
	width: 100%;
	margin-bottom: 3em;
	position: relative;
	text-align: center;
}
.product-title-bgtext {
	width: 100%;
	margin-bottom: 1em;
	position: relative;
	text-align: center;
}
.page-title-bgtext h2,
.product-title-bgtext h2 {
	font-size: 70px;
	font-weight: 900;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.05);
	position: absolute;
	left: 48px;
	right: 0;
	top: 15%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
}
.page-title-bgtext h3,
.product-title-bgtext h3 {
	font-size: 40px;
	font-weight: 800;
}

.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover
	.vp-portfolio__item:hover
	.vp-portfolio__item-overlay,
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover
	.vp-portfolio__item-focus
	.vp-portfolio__item-overlay {
	opacity: 0.5 !important;
}

.title-area .pre_title-yellow {
	color: #008c45;
	font-size: 18px;
	font-weight: 700;
}
.text-yellow {
	color: #f8d902 !important;
}
.bg-dark h2,
.bg-dark p {
	color: #fff;
}
.section-project .install-outer div {
	margin-right: 10px;
	margin-bottom: 25px;
}
.section-project .install-outer div a {
	text-align: center;
	font-weight: 700;
	padding: 0;
	border-radius: 0;
	color: #fff;
	display: block;
}
.section-project .install-outer div a .install-icon {
	display: block;
	height: 92px;
	width: 92px;
	line-height: 2.1;
	background-color: #76b90e;
	font-size: 40px;
	margin-bottom: 15px;
	border-radius: 4px;
}
.section-project .install-outer div a .install-icon img {
	max-width: 45px;
}
.section-project .install-outer div a:hover .install-icon {
	background-color: #f99602;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.floating {
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.testimonial-view {
	margin-bottom: 30px;
	position: relative;
}
.testimonial-view .owl-item.active.center .testimonial-box {
	transform: scale(1.15);
	opacity: 1;
}

.testimonial-box {
	background: #fff;
	padding: 30px 20px;
	margin: 50px 15px 90px 15px;
	border-radius: 5px;
	box-shadow: 0 15px 50px -3px rgba(0, 0, 0, 0.1);
	transform: scale(0.9);
	opacity: 0.5;
	transition: all 0.3s;
}
.testimonial-box .quote-icon {
	font-size: 50px;
	color: #eee;
	margin-top: 20px;
	margin-bottom: 20px;
}
.testimonial-box img.user-img {
	width: 60px !important;
	height: 60px !important;
	border: 3px solid #eee;
	border-radius: 60px;
	object-fit: cover;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}

#reviews .owl-nav .owl-prev {
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	opacity: 0.7;
	font-size: 30px !important;
	z-index: 1;
}

#reviews .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	opacity: 0.7;
	font-size: 30px !important;
	z-index: 1;
}

#reviews .owl-dots {
	text-align: center;
}
#reviews .owl-dots .owl-dot {
	height: 8px;
	width: 8px;
	border-radius: 8px;
	background: #ccc !important;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
}
#reviews .owl-dots .owl-dot.active {
	background: #f99602 !important;
}

.about-left .about-overlap {
	padding: 0;
	border-radius: 20px 20px 0 20px;
	z-index: 1;
	margin-top: -140px;
	right: -40px;
	margin-left: 70px;
	color: #fff;
	background-color: #f99602;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-left .about-overlap > img {
	border-radius: 20px 20px 0 20px;
}

.section-services .services-bg .top-margin {
	width: 100%;
	height: 114px;
	display: block;
}
.section-services .services-bg {
	background-size: cover;
	padding: 0 0 210px 0;
}
.section-services .mts {
	margin-top: -159px;
}
.section-services .card-thumbnail {
	border: none;
	padding: 0;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 2px solid transparent;
}
.section-services .card-thumbnail:hover {
	border-bottom: 2px solid #f99602;
}
.section-services .card-thumbnail img {
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.section-services .card-thumbnail .btn {
	background-color: transparent;
	border: none;
	color: #008c45 !important;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
.section-services .card-thumbnail .btn svg {
	margin-left: 15px;
}
.section-services .card-thumbnail:hover .btn {
	color: #f99602 !important;
	background: none;
}
.section-services .card-thumbnail:hover .btn svg {
	color: #f99602;
	-webkit-animation: slide1 1s ease-in none;
	animation: slide1 1s ease-in none;
}
.section-services .card-thumbnail:hover .overlay-img {
	position: relative;
}
.section-services .card-thumbnail:hover .overlay-img .sade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.section-services .card-thumbnail:hover .services-icon {
	background-color: #f99602 !important;
	color: #fff !important;
}
.section-services .card-thumbnail .card-body {
	position: relative;
}
.section-services .card-thumbnail .card-body h3 {
	font-size: 2rem;
}
.section-services .card-thumbnail .card-body .services-icon {
	color: #008c45;
	background-color: #fff;
	border-radius: 5px;
	width: 85px;
	text-align: center;
	padding: 1.25em 0.5em;
	margin-top: -55px;
	margin-bottom: 1em;
	position: relative;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.section-services .card-thumbnail .card-body .services-icon svg {
	font-size: 2.5rem;
}

.card-thumbnail {
	border: none;
	padding: 0;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: relative;
	margin-top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 2px solid transparent;
}
.card-thumbnail:hover {
	border-bottom: 2px solid #f99602;
}
.card-thumbnail img {
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.card-thumbnail .btn {
	background-color: transparent;
	border: none;
	color: #008c45 !important;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
.card-thumbnail .btn svg {
	margin-left: 15px;
}
.card-thumbnail:hover .btn {
	color: #f99602 !important;
	background: none;
}
.card-thumbnail:hover .btn svg {
	color: #f99602;
	-webkit-animation: slide1 1s ease-in none;
	animation: slide1 1s ease-in none;
}
.card-thumbnail:hover .overlay-img {
	position: relative;
}
.card-thumbnail:hover .overlay-img .sade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.card-thumbnail:hover .services-icon {
	background-color: #f99602 !important;
	color: #fff !important;
}
.card-thumbnail .card-body {
	position: relative;
}
.card-thumbnail .card-body h3 {
	font-size: 2rem;
}
.card-thumbnail .card-body .services-icon {
	color: #008c45;
	background-color: #fff;
	border-radius: 5px;
	width: 85px;
	text-align: center;
	padding: 1.25em 0.5em;
	margin-top: -55px;
	margin-bottom: 1em;
	position: relative;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.card-thumbnail .card-body p {
	font-size: 0.9rem;
	margin-bottom: 0;
}
.card-thumbnail .card-body .services-icon svg {
	font-size: 2.5rem;
}
.card-thumbnail .card-footer {
	border: none;
	background: #fff;
}

.section-project {
	position: relative;
	background-position: bottom right;
	background-size: 70%;
	background-repeat: no-repeat;
}
.section-project .project_slider {
	width: 130%;
	position: relative;
	z-index: 6;
}
.section-project .project_slider .item {
	margin-right: 10px;
}
.section-project .project_slider .owl-dots {
	position: absolute;
	left: 0;
	bottom: -40px;
}
.section-project .project_slider .owl-dots .owl-dot span {
	background-color: #fff;
	height: 3px;
	width: 32px;
	border-radius: 4px;
}
.section-project .project_slider .owl-dots .owl-dot.active span {
	background-color: #f99602;
}
.section-project .install-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.section-project .install-outer li {
	margin-right: 25px;
	margin-bottom: 25px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.section-project .install-outer li a {
	text-align: center;
	font-weight: 700;
	padding: 0;
	border-radius: 0;
	color: #fff;
	display: block;
}
.section-project .install-outer li a .install-icon {
	display: block;
	height: 92px;
	width: 92px;
	line-height: 2.1;
	background-color: #76b90e;
	font-size: 40px;
	margin-bottom: 15px;
	border-radius: 4px;
}
.section-project .install-outer li a .install-icon img {
	max-width: 45px;
}
.section-project .install-outer li a:hover .install-icon {
	background-color: #f99602;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes floating {
	from {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
	65% {
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px);
	}
	to {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@keyframes floating {
	from {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
	65% {
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px);
	}
	to {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@-webkit-keyframes slide1 {
	0%,
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}
}
@keyframes slide1 {
	0%,
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}
}

.accordion > .card > .card-header {
	padding: 0;
}
.accordion > .card > .card-header button {
	width: 100%;
	padding: 0.5em 1em;
	display: block;
}
.accordion > .card > .card-header button:hover {
	text-decoration: none !important;
}
.faqs > div > .card-body {
	padding: 0.75em 1em !important;
	font-size: 0.9rem;
	text-align: left;
}

/* ==========================================================================
    Owl Carousel
   ========================================================================== */

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* ==========================================================================
    Cookie Consent
   ========================================================================== */

.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}
.cc-window.cc-invisible {
	opacity: 0;
}
.cc-animate.cc-revoke {
	transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0);
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
	text-decoration: underline;
}
.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999;
}
.cc-window.cc-static {
	position: static;
}
.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cc-revoke {
	padding: 0.5em;
}
.cc-header {
	font-size: 18px;
	font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.cc-link {
	opacity: 0.8;
	display: inline-block;
	padding: 0.2em;
}
.cc-link:hover {
	opacity: 1;
}
.cc-link:active,
.cc-link:visited {
	color: initial;
}
.cc-btn {
	display: block;
	padding: 0.4em 0.8em;
	font-size: 0.9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
	min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline;
}
.cc-close {
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 1.6em;
	opacity: 0.9;
	line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
	opacity: 1;
}
.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
	left: 3em;
	right: unset;
}
.cc-revoke.cc-right {
	right: 3em;
	left: unset;
}
.cc-top {
	top: 1em;
}
.cc-left {
	left: 1em;
}
.cc-right {
	right: 1em;
}
.cc-bottom {
	bottom: 0;
}
.cc-floating > .cc-link {
	margin-bottom: 1em;
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1;
}
.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center;
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0;
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0;
}
.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1;
	font-size: 0.9em;
}
.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1;
}
.cc-btn + .cc-btn {
	margin-left: 0.5em;
}
.cc-message {
	color: #121212;
}
.cc-btn {
	color: #fff !important;
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none;
}
.cc-theme-classic .cc-btn {
	border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
	min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block;
}
.cc-theme-edgeless.cc-window {
	padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: 0.8em 1.8em;
	height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
	margin-left: 0;
}

/* ==========================================================================
    Google Recapatcha V3
   ========================================================================== */

.grecaptcha-badge {
	display: none !important;
}

/* ==========================================================================
    WP Page Navi
   ========================================================================== */

.wp-pagenavi {
	width: 100%;
	height: auto;
	margin: 1rem auto;
	text-align: center;
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 0.9rem;
	font-weight: 400;
	text-decoration: none;
	color: #5d5d5d;
	border: 0px solid #029bab;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #4c99ab;
}
.wp-pagenavi span.current {
	color: #5d5d5d;
	font-weight: 600;
}

/* ==========================================================================
    Media Queries: iPad
   ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.home-banner .container-outer {
		top: 35% !important;
	}
	.home-banner .container-outer .government-grants {
		width: 100px !important;
		top: -8em !important;
	}
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.home-banner .container-outer {
		top: 35% !important;
	}
	.home-banner .container-outer .government-grants {
		width: 100px !important;
		top: -8em !important;
	}
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ==========================================================================
    Bootstrap Queries
   ========================================================================== */

@media (max-width: 575.98px) {
	.section {
		padding: 2em 0;
	}
	.section-padded {
		padding: 5em 0;
	}
	.home-banner {
		height: calc(70vh - 0px);
	}
	.home-banner.m-img {
		background-position: right;
	}
	.section-project .install-outer li {
		margin-right: 10px;
		margin-bottom: 25px;
	}
	.section-project .project_slider .owl-dots {
		display: none;
	}
	.section-project .project_slider {
		width: 100%;
		margin-bottom: 15px;
	}
	.home-banner-inner .container-outer .container .banner-content h2 {
		font-size: 34px;
	}
	.home-banner .container-outer {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home-banner .container-outer .government-grants {
		top: -140px;
		right: 20px;
		width: 90px;
	}
	.home-banner .container-outer .container-fluid .banner-content h2 {
		font-size: 1.25rem;
	}
	.home-banner .container-outer .container-fluid .banner-content h3 {
		font-size: 1.1rem;
	}
	.home-banner .container-outer .container-fluid .banner-content h4 {
		font-size: 1.5rem;
	}
	.home-banner .banner_slider .item {
		height: 70vh;
	}
	.home-banner-inner {
		height: 250px;
	}
	.home-banner-inner.m-img {
		background-position: center;
	}
	.home-banner-inner .container-outer {
		top: 65%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 10%;
	}
	.home-banner-inner .container-outer .container .breadcrumb {
		float: left !important;
		padding-left: 0;
	}
	.about-right {
		margin-bottom: 1em;
	}
	.about-left .about-overlap {
		right: -30px;
		margin-left: 40px;
	}
	.about-left .about-overlap > p {
		font-size: 0.9rem;
	}
	.section-services .card-thumbnail {
		margin-top: -9em;
		margin-bottom: 11em;
	}
	.card-thumbnail {
		margin-top: 0;
		margin-bottom: 1em;
	}
	.card-thumbnail-last {
		margin-bottom: 1em !important;
	}
	.bottom-services,
	.bottom-useful {
		padding: 1em 0;
	}
	.social {
		justify-content: center;
	}
	.social > div > img {
		max-width: 28px;
		position: relative;
		top: -2px;
	}
	.banner-inner .container-outer {
		text-align: center;
	}
	.breadcrumbs {
		justify-content: center;
	}
	.card.card-product > .card-body {
		padding: 2em;
	}
	.section-contact:before {
		content: "";
		width: 100%;
	}
	.contact-bgtext h2 {
		font-size: 64px;
		left: 18px;
		top: 6%;
	}
	.cc-floating .cc-message {
		font-size: 0.8rem;
	}
	.card.card-service > .card-body {
		padding: 2em 2em 0;
	}
	.testimonial-box {
		padding: 30px 60px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.section {
		padding: 2em 0;
	}
	.section-padded {
		padding: 5em 0;
	}
	.home-banner {
		height: calc(70vh - 0px);
	}
	.home-banner.m-img {
		background-position: right;
	}
	.section-project .install-outer li {
		margin-right: 10px;
		margin-bottom: 25px;
	}
	.section-project .project_slider .owl-dots {
		display: none;
	}
	.section-project .project_slider {
		width: 100%;
		margin-bottom: 15px;
	}
	.home-banner-inner .container-outer .container .banner-content h2 {
		font-size: 34px;
	}
	.home-banner .container-outer {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home-banner .container-outer .government-grants {
		top: -140px;
		right: 20px;
		width: 90px;
	}
	.home-banner .container-outer .container-fluid .banner-content h2 {
		font-size: 1.25rem;
	}
	.home-banner .container-outer .container-fluid .banner-content h3 {
		font-size: 1.1rem;
	}
	.home-banner .container-outer .container-fluid .banner-content h4 {
		font-size: 1.5rem;
	}
	.home-banner .banner_slider .item {
		height: 70vh;
	}
	.home-banner-inner {
		height: 250px;
	}
	.home-banner-inner.m-img {
		background-position: center;
	}
	.home-banner-inner .container-outer {
		top: 65%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 10%;
	}
	.home-banner-inner .container-outer .container .breadcrumb {
		float: left !important;
		padding-left: 0;
	}
	.about-right {
		margin-bottom: 1em;
	}
	.about-left .about-overlap {
		right: -30px;
		margin-left: 40px;
	}
	.about-left .about-overlap > p {
		font-size: 0.9rem;
	}
	.section-services .card-thumbnail {
		margin-top: -9em;
		margin-bottom: 11em;
	}
	.card-thumbnail {
		margin-top: 0;
		margin-bottom: 1em;
	}
	.card-thumbnail-last {
		margin-bottom: 1em !important;
	}
	.bottom-services,
	.bottom-useful {
		padding: 1em 0;
	}
	.social {
		justify-content: center;
	}
	.social > div > img {
		max-width: 28px;
		position: relative;
		top: -2px;
	}
	.banner-inner .container-outer {
		text-align: center;
	}
	.breadcrumbs {
		justify-content: center;
	}
	.card.card-product > .card-body {
		padding: 2em;
	}
	.section-contact:before {
		content: "";
		width: 100%;
	}
	.contact-bgtext h2 {
		font-size: 64px;
		left: 18px;
		top: 6%;
	}
	.cc-floating .cc-message {
		font-size: 0.8rem;
	}
	.card.card-service > .card-body {
		padding: 2em 2em 0;
	}
	.testimonial-box {
		padding: 30px 60px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.navbar .navbar-brand img {
		width: 180px;
	}
	.section-padded {
		padding: 5em 2em;
	}
	.home-banner .container-outer {
		top: 45%;
	}
	.home-banner .container-outer .government-grants {
		top: -250px;
	}
	.home-banner .container-outer .container-fluid .banner-content h2 {
		font-size: 2rem;
	}
	.home-banner .container-outer .container-fluid .banner-content h3 {
		font-size: 1.85rem;
	}
	.home-banner .container-outer .container .banner-content h2 {
		font-size: 80px;
	}
	.about-right {
		margin-bottom: 3em;
	}
	footer .footer-information .address,
	footer .footer-information .phone,
	footer .footer-information .mail {
		margin: 0 1em;
	}
	footer .footer-information .address .content a,
	footer .footer-information .phone .content a,
	footer .footer-information .mail .content a {
		font-size: 0.7rem;
	}
	.bottom-useful ul > li {
		width: 100%;
	}
	.copy {
		font-size: 0.8rem;
	}
	.card.card-product > .card-body {
		padding: 2em;
	}
	.owl-carousel .owl-stage-outer {
		margin: 0 !important;
	}
	.contact-bgtext h2 {
		font-size: 72px;
	}
	.card.card-service > .card-body {
		padding: 2em 2em 0;
	}
	.bottom-logo {
		padding: 0 2em 1em;
	}
	.bottom-checkatrade {
		padding: 0 2em 1em;
	}
	.testimonial-box {
		padding: 30px 80px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.section-get-in .gettouch-right .gettouch-bgtext h2 {
		font-size: 62px;
	}
	.card.card-service > .card-body {
		padding: 2em 2em 0;
	}
}

@media (min-width: 1200px) {
}

/* ==========================================================================
    Print
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
