@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat:300,400,500&display=swap');
/* Utilities */

body {
    font-family: 'Montserrat', sans-serif;
}
h2 {
    font-weight: 500;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: #333333;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: 0px;
}
h3 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: #abafb0;
    font-size: .9rem;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase; 
}
.body-bg {
    background-color: rgb(240, 240, 240);
}
.body-bg2 {
    background-color: rgb(250, 250, 250);
}

.myBtn {
    display: inline-block;
    color: #fff;
    background: #E15929;
    padding: 0.5rem 2rem;
    border: 1px solid #E15929;
    border-radius: 5px;
    transition: all .4s ease;
    
}
.myBtn:hover {
    color: #E15929;
    background-color: #fff;
    text-decoration: none;    
}

#nav-btn {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    background: #E15929;
    padding: 0.5rem 2rem;
    border: 1px solid #E15929;
    border-radius: 5px;  
    margin-left: 2rem;
    transition: all .6s ease;
}

#nav-btn:hover {
    color: #E15929;
    background-color: #fff;
    text-decoration: none;
    
}


/* Top Head */
#top-head {
    background-color: #323437;
    padding-top: .6rem;
    padding-bottom: .4rem;
    color: #9ea3a4;
    font-size: .8rem;
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    line-height: 1.1;
    letter-spacing: 0px;
}

#top-head i {
    color: #fff !important;
}

#top-head .social i {
    color: #fff !important;
    font-size: 1rem;
    margin-right: 1rem;
    transition: all .4s ease;
}

#top-head .social i:hover {
    color: #E15929;    
}

/* Navigation */

.navbar-expand-md .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    padding-left: 2.5rem;    
    font-size: 1.1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 300 !important;
    font-style: normal;
    color: #2c343c;
    text-decoration: none;
}
.nav-link {
    transition: all .6s ease;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #E15929;  
    font-weight: 300 !important;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #E15929;  
    font-weight: 500;   
}

.dropdown-item:hover {
    color: #E15929;
}

/* showcase */
#showcase {
    background: url('../img/home.jpg') no-repeat center center/cover; 
    height: 28rem;
    margin-bottom: 3rem;
    color: #fff;
    display: flex;
    position: relative;
    justify-content: start;
    }
    #showcase .container {
        z-index: 1;
    }
    .dark-overlay {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.1;
        position: absolute;
    }

#showcase h1 {
    padding-top: 5rem;
    margin-left: 10rem;
    font-size: 3rem; 
    font-weight: 500;
}
#showcase h2 {
    color: #fff;    
    margin-left: 10rem;
    font-size: 5.6rem;      
    font-weight: 500;   
}
#showcase p {
    margin-left: 10rem;  
}
/* showcase 2 */
.showcase-2 {
    height: 19rem;
    background: url('../img/home.jpg') fixed no-repeat center center/cover; 
    display: flex;    
    align-items: center;
    position: relative;
}
.showcase-2 .container {
    z-index: 1; 
}
.showcase-2 h1 {
    color: #fff;
    font-size: 4rem;
    text-align: center; 
    font-family: 'Lato', sans-serif;
}

/* What */
#what {
   margin-bottom: 3rem;
}
#what img {
    width: 37.5rem;
    height: 31rem;
}
#what p {   
    margin-top: 6rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    color: #838a8b;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0px;
}

/* Services */
#services{
	position:relative;
    padding:3rem 0 2rem 0;
    background-image:url('../img/solar2.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	text-align: center;
    background-position:center center; 
}

#services:before {
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.2);
}

#services h2 { 
    font-size: 3rem;
    color: #fff;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 500;
}


#services .card-title {
    font-weight: 500;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0px;
}

#services .card {
    width: 18rem;
    margin-bottom: 3rem;
    align-self: center;
}
#services .card img {
    height: 10rem;
}

#services .card-body a {
    color: #E15929;
    font-weight: 300;
}

#services p {  
    font-weight: 300;
    color: #838a8b;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0px;
}

/* Why Solar */
#why-solar {
    background-color: #fff;
    padding-top: 3rem;  
    padding-bottom: 3rem;   
}
#why-solar img {
    width: 37.5rem;
    height: 31rem;
}
#why-solar h3 {
    margin-bottom: 2rem;
}
#why-solar .list {
    list-style: none;
}
#why-solar .list li {
    color: #333333;
    font-weight: 500;
 }
#why-solar .list p {
    font-weight: 300;
    color: #838a8b;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0px;
}

/* Contact */
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: .7;
}
#contact {    
    background-color: #323437; 
    margin-bottom: 5rem;
}

#contact .box {
    text-align: center;
    padding: 4rem 1rem;
}
#contact .box h2 {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
     padding-top: .7rem;
     font-weight: 300;
} 
#contact .box h4 {
    color: #ffffff !important;
    font-family: 'Lato', sans-serif;
    font-size: .9rem;  
    font-weight: 300;
}
#contact .box i {
    background: #ffffff;
    font-size: 2rem;
    color: #323437;
    border: none;
    border-radius: 50%;
    padding: 1.5rem;    
}   

/* Products */
#products {
    margin: 7rem 0rem;
}
#products .card {
    margin: 3rem 0;
    max-width: 58rem;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
#products .card-block {
    padding: 2.2rem 0rem 2.2rem 2rem;    
    height: 100%;
}

#products p {
   padding-top: .5rem;   
}

#products img {
    width: 30rem;
    height: 20rem;
}
#products ul li {
    list-style: none;
    color: #838a8b;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0px;
}


/* Servies-main */
#services-main {
    margin: 7rem 0;
}
#services-main .card {
    margin: 3rem 0 6rem 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
#services-main .about-img {
    width: 30rem;
    height: 20rem;
}
#services-main .card-block {
    padding: 2.2rem 2rem;
}
#services-main .card-block .card-text {   
    font-weight: 300;
    color: #838a8b;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0px; 
}
/* About Us */
#about-us {
    margin: 7rem 0;
}
#about-us .about-img {
    width: 30rem;
    height: 20rem;
}
#about-us .card-block {
    padding: 2.2rem 2rem;        
}
#about-us .bg-black {
    background-color: #333333;
}
#about-us .card-block .card-text {
    font-weight: 300;
    color: #fff;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0px; 
}
#about-us h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/* FAQ */
#faq {
    margin-bottom: 6rem;
}
#faq .accordion button {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
}

#faq .accordion .card-body {
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 2;
    color: #333333;
}

/* project section */
#project i {
    color: #E15929;
}
#project li {
    font-family: 'Lato', sans-serif;
    color: #333333;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
    margin-top: 4rem;
    margin-bottom: 4rem;
}


.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    height: 13rem;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}
/* Pagination */
#pagination {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
}
#pagination .page-item.active .page-link  {
    background-color: #E15929;
    border-color: #E15929;
    color: #fff;
}
#pagination .page-link {
    color: #E15929;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}

/* Footer */
#main-footer {
    font-family: 'Lato', sans-serif;
    text-align: center;
    background: #323437;
    padding: 1rem 0rem .1rem 0rem;
    color: #fff;
}

#main-footer span {
    color: #E15929;
}
