/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family: "Segoe UI", sans-serif;
color: #000;
width: 100%;
overflow-x: hidden;
}

a {
text-decoration: none;
color: #43aea0;
}

a:hover {
color: #00d3b8;
text-decoration: none;
}

li{
color:#000;
list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
font-family: "Segoe UI", sans-serif;
}

a.button {
background-color: #EF8122;
color: #fff;
border: none;
padding: 15px;
font-size: clamp(0.6rem, 1.1vw, 1.1rem);
width: 100%;
}

.phone-button {
background-color: #2CA564;
color: #fff;
border: none;
padding: 6px 36px;
border-radius: 25px;
}

.divimage {
position:relative;
}
.divimage img {
min-height: 200px;
}

.divtext {
position:absolute;
top:0;
left:0;
width:100%;
padding-top:3%;
padding-left:5%;
}

.divtext .lead-txt {
color: #FFF;
font-size: clamp(1.2rem, 3.6vw, 3.6rem);
font-weight: 700;
line-height: 1;
}

.divtext p {
color: #FFF;
font-size: clamp(1.0rem, 2.4vw, 2.4rem);
font-weight: 400;
line-height: 1;
}

.divtext-2 {
position:absolute;
top:0;
right:0;
width:100%;
padding-top:2%;
padding-right:5%;
}

.divtext-2 .lead-txt {
color: #FFF;
font-size: clamp(1.2rem, 3.6vw, 3.6rem);
font-weight: 700;
line-height: 1;
text-align: right;
}

.divtext-2 p {
color: #FFF;
font-size: clamp(1.0rem, 2.4vw, 2.4rem);
font-weight: 400;
line-height: 1;
text-align: right;
}

.fixed-h {
height: 120px !important;
margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 40px 0 20px 0;
}

.section-bg {
background-color: #F2F2F2;
}

.section-title {
text-align: center;
padding-bottom: 30px;
}

.section-title h2 {
font-size: 32px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 0;
color: #EF8122;
}

.section-title-green h2 {
font-size: 52px;
font-weight: 700;
margin-bottom: 40px;
color: #2CA564;
text-align: center;
}

.section-title p {
margin-bottom: 0;
}

.divframe{
border: 1px solid #eee;
border-radius: 20px;
padding: 15px;
box-shadow: 5px 4px 4px #eee;
}

.solutions h6 {
font-weight: 700;
font-size: 20px;
}

.solutions li {
list-style-type: none;
color:#000;
}

.solutions i {
font-weight: 900;
font-size: 28px;
color: #2CA564;
padding-right: 6px;
display: inline-block;
vertical-align: middle;
}

#solutionsdiv {
background: url(../Home/Installer-bg.svg);
background-size: cover;
background-repeat: no-repeat;
padding: 40px 0;
}

.tr {
text-align: right;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding: 20px 0;
background-color: #f6fafa;
min-height: 40px;
margin-top: 80px;
}

.breadcrumbs h2 {
font-size: 24px;
font-weight: 600;
margin: 0;
}

@media (max-width: 992px) {
.breadcrumbs h2 {
margin: 0 0 10px 0;
}
}

.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 14px;
}

.breadcrumbs ol li+li {
padding-left: 10px;
}

.breadcrumbs ol li+li::before {
display: inline-block;
padding-right: 10px;
color: #000;
content: "/";
}

@media (max-width: 768px) {
.breadcrumbs .d-flex {
display: block !important;
}

.breadcrumbs ol {
display: block;
}

.breadcrumbs ol li {
display: inline-block;
}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 99999;
background: #70b9b0;
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}

.back-to-top i {
font-size: 24px;
color: #fff;
line-height: 0;
}

.back-to-top:hover {
background: #8bc6bf;
color: #fff;
}

.back-to-top.active {
visibility: visible;
opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
height: 80px;
z-index: 997;
transition: all 0.5s;
background: #fff;
}

#header.header-scrolled {
background: #fff;
height: 60px;
}

#header .logo h1 {
font-size: 30px;
margin: 0;
padding: 0;
line-height: 0;
font-weight: 700;
letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
color: #fff;
text-decoration: none;
line-height: 0;
}

#header .logo img {
padding: 0;
margin: 0;
max-height: 40px;
}

#main {
margin-top: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
padding: 0;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.navbar li {
position: relative;
}

.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 30px;
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #2CA564;
white-space: nowrap;
transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #EF8122;
}

.navbar .dropdown ul {
display: block;
position: absolute;
left: 14px;
top: calc(100% + 30px);
margin: 0;
padding: 10px 0;
z-index: 99;
opacity: 0;
visibility: hidden;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
}

.navbar .dropdown ul li {
min-width: 200px;
}

.navbar .dropdown ul a {
padding: 10px 20px;
text-transform: none;
font-size: 14px;
font-weight: 500;
color: #25564f;
}

.navbar .dropdown ul a i {
font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
color: #70b9b0;
}

.navbar .dropdown:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;
}

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
left: -90%;
}

.navbar .dropdown .dropdown:hover>ul {
left: -100%;
}
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
color: #2CA564;
font-size: 32px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
display: block;
}

.navbar ul {
display: none;
}
}

.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(7, 56, 57, 0.9);
transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}

.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
padding: 10px 20px;
font-size: 15px;
color: #073839;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
color: #70b9b0;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
margin: 15px;
}

.navbar-mobile .dropdown ul {
position: static;
display: none;
margin: 10px 20px;
padding: 10px 0;
z-index: 99;
opacity: 1;
visibility: visible;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
min-width: 200px;
}

.navbar-mobile .dropdown ul a {
padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
color: #70b9b0;
}

.navbar-mobile .dropdown>.dropdown-active {
display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
position: relative;
background-image: url("../Home/Hero_banner.png");
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 400px 0;
margin-bottom: -80px;
}

.herotext-pos {
position:absolute;
top:0;
left:0;
width:100%;
padding-top:12%;
padding-left:14%;
}

#hero h1 {
margin: 0 0 10px 0;
font-size: clamp(2.0rem, 3.6vw, 3.6rem);
font-weight: 700;
color: #2CA564;
line-height: 1;
}

#hero h2 {
color: #EF8122;
margin-bottom: 50px;
font-size: clamp(1.1rem, 1.2vw, 1.2rem);
font-weight: 500;
line-height: 1;
}

#hero p {
color: #EF8122;
margin-bottom: 5px;
font-size: clamp(1.1rem, 1.3vw, 1.3rem);
font-weight: 800;
line-height: 1;
}

@media (max-width: 1024px) {
.divimage {
padding-top: 60px;
}
#hero {
background-image: url("../Home/GC-Solar-mobile-Hero.png");
padding: 280px 0;
background-size: cover;
background-repeat: no-repeat;
}
.herotext-pos {
position:absolute;
width:100%;
height: 100%;
padding-top:60%;
padding-left:6%;
}
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about h3 {
font-weight: 600;
font-size: clamp(1.5rem, 3.6vw, 3.6rem);
color:#2CA564;
}

.about p {
margin-bottom: 15px;
}

.about .heading {
font-weight: 600;
font-size: clamp(1.2rem, 1.7vw, 1.7rem);
color: #EF8122;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
text-align: center;
padding: 0 15px;
}

.services .icon {
justify-content: center;
margin-bottom: 10px;
}

.services p{
font-weight: 700;
font-size: 18px;
margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.features .icon {
  justify-content: center;
  margin-bottom: 15px;
}

.features .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.features .title a {
  color: #343a40;
  transition: 0.3s;
}

.features .description {
  line-height: 24px;
  font-size: 14px;
}

.features .number{
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 96px;
  color:#EF8122;
}
/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/call-to-action-bg.jpg") fixed center center;
background-size: cover;
padding: 60px 0;
}

.call-to-action h3 {
color: #fff;
font-size: 28px;
font-weight: 700;
}

.call-to-action p {
color: #fff;
}

.call-to-action .cta-btn {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 6px 28px 10px 28px;
border-radius: 25px;
transition: 0.5s;
margin-top: 10px;
border: 2px solid #fff;
color: #fff;
}

.call-to-action .cta-btn:hover {
background: #70b9b0;
border: 2px solid #70b9b0;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
padding: 0;
margin: 0 0 35px 0;
list-style: none;
text-align: center;
}

.portfolio #portfolio-flters li {
cursor: pointer;
margin: 0 15px 15px 0;
display: inline-block;
padding: 10px 20px;
font-size: 12px;
line-height: 20px;
color: #777;
border-radius: 4px;
text-transform: uppercase;
background: white;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
background: #70b9b0;
color: #fff;
}

.portfolio #portfolio-flters li:last-child {
margin-right: 0;
}

.portfolio .portfolio-wrap {
background: #073839;
overflow: hidden;
min-height: 200px;
position: relative;
border-radius: 4px;
margin: 0 0 30px 0;
}

.portfolio .portfolio-wrap img {
transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-wrap .portfolio-info {
opacity: 0;
position: absolute;
transition: all 0.3s linear;
text-align: center;
top: 10%;
left: 0;
right: 0;
}

.portfolio .portfolio-wrap .portfolio-info h3 {
font-size: 22px;
}

.portfolio .portfolio-wrap .portfolio-info h3 a {
color: #fff;
font-weight: bold;
}

.portfolio .portfolio-wrap .portfolio-info a i {
color: #fff;
font-size: 24px;
transition: 0.3s;
margin: 4px;
}

.portfolio .portfolio-wrap .portfolio-info a i:hover {
color: #70b9b0;
}

.portfolio .portfolio-wrap:hover img {
opacity: 0.4;
transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
opacity: 1;
top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
margin-top: 20px;
position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #70b9b0;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #70b9b0;
}

.portfolio-details .portfolio-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(7, 56, 57, 0.08);
}

.portfolio-details .portfolio-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
margin-top: 10px;
}

.portfolio-details .portfolio-description {
padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
padding: 0;
}

/*--------------------------------------------------------------
# Finance
--------------------------------------------------------------*/

#finance {
background-image: url("../Home/Solar-finacing-banner.png");
}

#finance li{
color:#000;
list-style-type: none;
}

#finance .number {
color: #EF8122;
font-size: 20px;
font-weight: 700;
}

#finance .bg-white {
background-color: #FFF;
border: 1px solid #EEE;
padding: 5px 10px;
}

#finance .head-txt {
font-size: 18px;
font-weight: 600;
}

#finance .head-vat {
font-size: 14px;
font-weight: normal;
}

#finance .head-price {
font-size: 16px;
font-weight: 600;
}

#finance .bg-white-plus-padding {
background-color: #FFF;
border: 1px solid #EEE;
padding: 25px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.send-button {
background-color: #2CA564;
color: #fff;
border: none;
padding: 10px 26px;
}

.contact .contact-about h3 {
font-size: 30px;
margin: 0 0 20px 0;
padding: 0;
line-height: 1;
font-weight: 600;
letter-spacing: 1px;
color: #EF8122;
}

.contact .contact-about p {
font-size: 16px;
line-height: 24px;
font-family: "Lato", sans-serif;
color: #000;
}

.contact .social-links {
padding-bottom: 25px;
}

.contact .social-links a {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 22px;
background: #EF8122;
color: #fff;
line-height: 0;
margin-right: 4px;
border-radius: 50%;
width: 36px;
height: 36px;
transition: 0.3s;
border: 1px solid #fff;
}

.contact .social-links a:hover {
background: #70b9b0;
color: #fff;
}

#contact .info  a{
color: #000;
}

#contact .info  a:hover{
color: #2CA564;
}

.contact .info i {
color: #2CA564;
float: left;
line-height: 1;
font-size: 22px;
}

.contact .phone i {
color: #fff;
line-height: 30px;
padding-top: 6px;
font-size: 22px;
padding-right: 10px;
}

.contact .email i {
color: #fff;
line-height: 30px;
padding-top: 6px;
font-size: 22px;
padding-right: 10px;
}

.contact .address i {
color: #fff;
line-height: 30px;
padding-top: 6px;
font-size: 22px;
padding-right: 10px;
}

.contact .info p {
padding: 0 0 10px 30px;
line-height: 25px;
}

.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .error-message br+br {
margin-top: 25px;
}

.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}

.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}

.contact .php-email-form button[type=submit] {
background: #70b9b0;
border: 0;
padding: 10px 24px;
color: #fff;
transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
background: #92cac3;
}

@keyframes animate-loading {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.bottom-bg {
background-image: url("../Home/Footer.png");
background-position: bottom;
background-repeat: no-repeat;
color:#FFF;
padding-top: 300px;
padding-bottom: 15px;
margin-top: -100px;
}

.footer-pad {
padding-bottom: 40px;
}

#footer li, a {
color: #FFF;
}

.copyright {
text-align: center;
color: #FFF;
}

.copyright a{
color: #FFF;
}

.copyright a:hover{
color: #000;
}

#footer li{
color:#000;
list-style-type: none;
margin-left: -30px;
}

@media (max-width: 1024px) {
.bottom-bg {
background-image: url("../Home/GC-Solar-mobile-footer.png");
background-position: bottom;
background-repeat: no-repeat;
color:#FFF;
padding-top: 40px;
padding-bottom: 15px;
margin-top: 60px;
}
.divtext {
  padding-top:25%;
  padding-left:5%;
}
.divtext-2 {
  padding-top:25%;
  padding-left:5%;
}
}