@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: 'Roboto', sans-serif;  
}

header#header {
    padding: 0 0; 
}
header#header .nav-menu > ul > li {
    padding: 0px 0 0 1px;
}
header#header .nav-menu > ul > li > a {
    padding: 36px 20px;
}
header#header .nav-menu > ul > li.active > a, 
header#header .nav-menu > ul > li > a:hover {                   
    background: #dddddd2b;
    color: #007bff; 
}
.header-social-links a > img {
    max-width: 35px; 
}
.top-header .header-social-links { 
    border-left: none; 
}
#header .logo a > img {
    position: absolute;
    top: 1px;
    left: 0;
    max-width: 24%;
    max-height: initial;
    margin-top: 25px;
    height: 141px;
}
section#hero {
    height: 450px;
    background-position: center;
    margin-top: 141px;
}
.top-header {
    height: 50px;
    background: #222222;
    display: flex;
    align-items: center;
}
.top-header .contents img {
    max-width: 35px;
    margin-right: 10px;
}
.top-header .contents span {
    color: #eaeaea;
    margin-right: 10px;
}
.solar_banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;  
    background: rgb(0 0 0 / 59%);
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 10%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;   
}
.solar_banner > span {
    text-transform: uppercase; 
    font-weight: 600; 
}
.solar_banner span.color1 {
    color: #d6e33c;     
}
.solar_banner span.color2 {      
    color: #fe0c01;     
}
div.section-title h2::after {
    width: 110px;
    height: 1px;
    background: #da251c;
    left: calc(50% - 50px);
}
div.section-title h2::before {  
    content: "";
    background: #da251c;
    position: absolute;
    top: 70px;
    width: 50px;
    height: 1px;
    left: calc(50% - 20px);
}
div.section-title h2 {
    font-size: 32px; 
    color: #333;
    font-weight: 900;
}
.section-title p {
    color: #bbb;
}
.services.section-bg {
    background: #fff; 
}
.circle_sape {
    text-align: center; 
}
.circle_sape span {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 75px;
    border-radius: 50%;
    background: #f6f6f6;
    border: solid 1px #ccc;
}  
.circle_sape .textdetail {
    font-weight: 600;
    color: #007bff;
    padding-top: 15px;
    font-size: 13px;
}
section.services .icon-box {
    padding: 10px 10px 10px 10px !important;
    border-radius: 10px;
    border: solid 1px #ccc;
    margin-bottom: 0;
    background: #f6f6f6;
    min-height: 250px;
}
section.services .icon-box .icontwo {
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #fff;
    min-height: 240px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0 15px; 
}
section.services .icon-box:hover {
    border: solid 1px #ccc;
}
section.services .icon-box .icon {                         
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 75px;
    border-radius: 50%;
    background: #f6f6f6;
    border: solid 1px #ccc;
    position: absolute;
    top: -38px;
    left: calc(50% - 36px);
}
section.services .icon-box h4 { 
    font-size: 18px;
    padding-top: 55px; 
}
section.services .icon-box h4 > a { 
    color: #da251c;
    font-size: 16px; 
}
section.services .icon-box h4 > a.blues {
    color: #584ceb;
}
section.services .icon-box h4 > a.yellows {
    color: #e19830; 
}
section.services .icon-box h4 > a.greens {
    color: #6aad3c; 
}
section.services .icon-box p {
    text-align: left;
    text-align: justify; 
}
section.testimonial_one { 
    background-image: url(../../images/bg2.jpg); 
    background-size: cover;
    width: 100%;
    height: 400px;  
}
section.testimonial_one .carousel-item .test_carousel {
    padding-left: 15%;
    padding-right: 5%;
}
section.testimonial_one .carousel-item .test_carousel h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px; 
}
section.testimonial_one .carousel-item .test_carousel p {  
    color: #ccc;
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 28px;
}
section.testimonial_one .carousel-indicators li.active {
    background: #da251c; 
}
section.testimonial_one .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    background: #fff;
    opacity: 1;
}
section.testimonial_one .carousel-indicators { 
    bottom: -50px; 
}
section.testimonial_one .right_sidebar {
    padding-left: 5%;
    padding-right: 10%;  
}
section.testimonial_one .right_sidebar h1 { 
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 38px;
    position: relative; 
}
section.testimonial_one .right_sidebar h1 > span {
    font-size: 40px; 
}
section.testimonial_one .right_sidebar p {
    color: #fff; 
}
section.testimonial_one .right_sidebar h1 > img {
    position: absolute;
    left: 40.7%;
    top: -25px;
    transform: rotate(-5deg);
}
.testimonials.news_events .testimonial-item .testimonial-img {
    width: 60px;
    border-radius: 0;
}
.testimonials.news_events .testimonial-item h3 { 
    font-size: 24px;
    font-weight: 900;
    color: #333;
    margin-bottom: 32px;
}
.testimonials.news_events .testimonial-item { 
    padding: 25px;
    box-shadow: none;
    background: #f8f6f7;
    border: solid 1px #aaa;
    border-radius: 10px;
}
.testimonials.news_events .testimonial-item p {
    margin: 20px 0 0 0;
    font-style: normal;
    clear: both;
}
p.news_text {
    display: flex;
    font-style: normal;
}
p.news_text span.first {
    min-width: 30px;  
}
.read_more {
    text-align: right; 
    margin-top: 30px; 
}
.read_more a {
    color: #fff; 
}
.read_more a:hover {
    color: #fff; 
}
footer#footer .social-links a {
    display: initial;
    font-size: 14px;
    color: #da251c;
    font-weight: 600;
}
footer#footer .credits {
    text-transform: uppercase;    
}
footer#footer .copyright {
    color: #888; 
    font-weight: 600; 
}
footer#footer .copyright span {
    color: #da251c;     
}
footer#footer .credits { 
    color: #888; 
    font-weight: 600; 
}
footer#footer .social-links a:hover {
    background: transparent; 
    color: #da251c;  
}
a.back-to-top {
    background: #da251c;
}
a.back-to-top:hover {
    background: #da251c; 
}

@media (max-width: 767px) {
    #header .logo a > img {
        position: relative;
        top: 1px;
        max-width: 50%;
        height: auto;
        margin-top: 0px !important;
    }
    .top-header .contents span {
        font-size: 12px;
    }
    .top-header {
        height: auto;
        background: #fff;
        padding: 5px 0;
    }
    header#header { 
        padding: 0px 0 10px;
    }  
    #header .header-social-links {
        padding: 0 10px 0 0; 
        margin-left: 0;
    }
    .header-social-links a > img {
        max-width: 25px;
    }
    #header .contents { 
        padding-top: 10px;
        color: #fff; 
    }
    .top-header .contents img {
        max-width: 25px;
    }
   .mobile-nav-toggle { 
        /*top: 88px !important;
        z-index: 99999 !important; */
    }
    .mobile-nav-toggle > i {
         color: #da251c !important;
         margin-top: 13px;
    }
    .solar_banner > span {
        font-size: 16px;
        text-align: center;
        line-height: 18px; 
    }
    section#hero {
        height: 100px !important;
        margin-top: 85px;
    }
    .solar_banner {
        height: 45px;
    }
    div.section-title h2 {
        font-size: 20px;
    }
    div.section-title h2::before {  
        top: 55px;
    }
    div.section-title {
        padding-bottom: 0;
    }
    .circle_sape {
        text-align: center;
        margin-bottom: 30px;
    }
    .text_img img {
        width: 100%; 
    }
    section.services .icon-box { 
        margin-bottom: 70px;
    }
    section.testimonial_one .carousel-item .test_carousel h1 { 
        font-size: 28px;
        margin-bottom: 20px;
    }
    section.testimonial_one .carousel-item .test_carousel p { 
        font-size: 14px;
        line-height: 22px;
    }
    section.testimonial_one .carousel-item .test_carousel {
        padding-left: 5%;
    }
    section.testimonial_one {   
        height: auto;
    }
    section.testimonial_one .right_sidebar h1 > img {
        left: 82.7%;
    }
    section.testimonial_one .right_sidebar h1 {
        color: #fff;
        font-size: 52px;
        font-weight: 700;
        margin-bottom: 30px;
        line-height: 38px;
        position: relative;
    }
    section.testimonial_one .right_sidebar {   
        margin-top: 80px;
    }


}
