.contact-us .c-box h2,
.form-btn,
.inside--banner__title,
.menu a,
.news-list a {
    text-transform: uppercase
}

.brochures,
.home-banner,
.lp__col {
    overflow: hidden
}

a,
ins {
    text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block
}

a,
hr {
    padding: 0
}

nav ul,
ul {
    list-style: none
}

.our-services {
    text-shadow: 0 0 1px #fff
}

.btn,
.c-align--center,
.home-mission,
.our-services {
    text-align: center
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: all linear 0.5s
}

.grayscale:hover,
.home-banner .grayscale._active {
    filter: none;
    -webkit-filter: grayscale(0);
    cursor: pointer
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fade-in {
    animation: fade-in 3s
}

@keyframes fade-in-up {
    from {
        opacity: .3;
        transform: scale(.8) translateY(60%)
    }
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

.title:after {
    content: ""
}

a {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    outline: 0
}

.logo-list li,
input,
select {
    vertical-align: middle
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0
}

body {
    background: #f5f5f5;
    color: #263238;
    font: 400 14px/1 Ubuntu, sans-serif;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: #fff0;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow-x: hidden;
    padding-top: 99px
}

.btn,
.footer {
    padding: 30px
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

button,
input,
select,
textarea {
    border: 0;
    background: 0;
    font: inherit;
    outline: 0;
    margin: 0
}

.btn,
.fw--semibold,
.menu a,
strong {
    font-weight: 500
}

button {
    cursor: pointer
}

button:disabled {
    cursor: not-allowed
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

::-webkit-input-placeholder {
    color: #afbec5
}

::-moz-placeholder {
    color: #afbec5
}

:-moz-placeholder {
    color: #afbec5;
    opacity: 1
}

:-ms-input-placeholder {
    color: #afbec5
}

.container {
    width: 1300px;
    margin: auto
}

.btn {
    display: block;
    border: 2px solid #fff;
    background: rgb(255 255 255 / .5);
    color: #263238;
    font-size: 30px
}

.flex,
.footer {
    display: flex
}

.btn:hover {
    background: rgb(66 131 100 / .2)
}

.btn--red {
    background: rgb(232 109 118 / .8)
}

.btn--red:hover {
    background: rgb(255 255 255 / .5)
}

.footer {
    margin-top: 10px;
    background: #263238;
    color: #f5f5f5;
    justify-content: space-between;
    align-items: center
}

.footer__contacts li {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px
}

.footer__contacts .fas {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #428364;
    background: #f5f5f5;
    border-radius: 50%;
    padding: 16px;
    height: 50px;
    width: 50px;
    text-align: center
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 30px;
    box-shadow: rgb(0 0 0 / .2) 0 2px 6px 0
}

.menu>li {
    display: inline-block;
    border-top: solid #fff0
}

.menu>li._active,
.menu>li:hover {
    border-top-color: #428364
}

.menu>li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s
}

.menu a {
    display: block;
    color: #92989b;
    font-size: 16px;
    padding: 40px 20px;
    transition: 0.3s
}

.menu a._active,
.menu a:hover {
    color: #428364
}

.menu--hasicon {
    margin-right: 20px;
    position: relative
}

.menu--hasicon .fas {
    position: absolute;
    right: 0;
    top: 42px
}

.fw--thin,
.home-mission p {
    font-weight: 300
}

.sub-menu {
    position: absolute;
    background: rgb(255 255 255 / .9);
    width: 220px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .2), 0 3px 4px 0 rgb(0 0 0 / .12), 0 1px 5px 0 rgb(0 0 0 / .2);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s
}

.home-banner h2,{
    transition: 0.5s;
    text-transform: uppercase
}

.sub-menu li {
    display: block;
    margin: 0 20px
}

.sub-menu li+li {
    border-top: 1px solid rgb(38 50 56 / .2)
}

.sub-menu a {
    padding: 20px 0
}

.home-banner {
    height: 630px;
    background: #000;
    position: relative
}

@keyframes FrontBg {
    0%,
    100% {
        background-position: 11% 0
    }
    50% {
        background-position: 90% 100%
    }
}

.roboto {
    font-family: "Roboto Mono", monospace
}

.home-banner .btn {
    position: absolute;
    z-index: 3;
    max-width: none;
    right: 50px;
    bottom: 50px
}

.home-banner .tagline {
    position: absolute;
    color: #fff;
    z-index: 3;
    font-size: 30px;
    left: 30px;
    top: 112px;
    line-height: 1.2
}

.home-banner h2 {
    position: absolute;
    font-size: 60px;
    background: #263238;
    color: #fff;
    padding: 20px;
    opacity: .5;
    z-index: 3;
    transform: scale(.95) translateY(20%)
}

.home-banner img {
    display: block;
    width: 100%
}

.home-banner .grayscale {
    position: absolute
}

.home-banner .grayscale._active h2,
.home-banner .grayscale:hover h2 {
    opacity: .7;
    transform: scale(1) translateY(0)
}

.home-banner .grayscale.water {
    bottom: 0;
    left: 0
}

.home-banner .grayscale.water h2 {
    left: 10%;
    bottom: 18%
}

.home-banner .grayscale.generator {
    top: 0;
    right: 0;
    z-index: 2
}

.home-banner .grayscale.generator h2 {
    bottom: -10%;
    right: 8%
}

.home-banner .grayscale.power {
    right: -30px;
    bottom: 0;
    z-index: 1
}

.home-banner .grayscale.power h2 {
    right: 60%;
    bottom: 10%
}

@media (max-width:1700px) {
    .home-banner .grayscale.water {
        width: 70%
    }
    .home-banner .grayscale.generator {
        width: 60%
    }
    .home-banner .grayscale.power {
        width: 70%
    }
}

.home-banner__subcaption {
    display: block;
    font-size: 19px;
    padding-left: 60px
}

.home-banner .fas {
    width: 45px
}

.home-mission p {
    color: #e3c9c9;
    font-size: 20px;
    line-height: 1.4;
    margin: auto;
    text-align: left;
    width: 640px
}

.home-partners {
    background: url(images/partners-bg.jpg);
    background-size: cover;
    padding: 6em 0;
    text-align: center
}

.home-partners p {
    font-size: 24px;
    margin: 20px 0 40px
}

.logo-list li {
    display: inline-block
}

.logo-list img {
    display: block;
    max-width: 100%
}

.title {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 24px
}

.title:after {
    display: block;
    width: 90px;
    border-top: 4px solid #428364;
    margin: 15px auto
}

.fc--white {
    color: #f5f5f5
}

.col-wrap {
    margin: 0 50px
}

.col-2 {
    float: left;
    width: 50%;
    padding: 0 10px
}

.container--inside {
    padding: 0 130px
}

.inside--banner {
    position: relative;
    background: center;
    height: 299px;
    margin-top: 70px;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: fill
}

.inside--banner__header {
    position: absolute;
    top: 204px;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center
}

.inside--banner__title {
    font-size: 60px;
    color: #428364;
    animation: fade-in-up 0.8s ease-in-out;
    border: 5px solid rgb(6 115 51 / .4);
    padding: 14px 30px;
    display: inline-block
}

._generators {
    background-image: url(images/inside-banners/generators.avif)
}

._parts {
    background-image: url(images/inside-banners/parts-banner.avif)
}

._perkins {
    background-image: url(images/inside-banners/perkins.avif)
}

._cummins {
    background-image: url(images/inside-banners/cummins.avif)
}

._johndeere {
    background-image: url(images/inside-banners/johndeere.avif)
}

._iveco {
    background-image: url(images/inside-banners/iveco.avif)
}

._solar {
    background-image: url(images/inside-banners/light-solar.avif)
}

._slt {
    background-image: url(images/inside-banners/slt.avif)
}

._surveillance-tower {
    background-image: url(images/inside-banners/surveillance-tower.avif)
}

._ev-charging {
    background-image: url(images/inside-banners/ev-charging.avif)
}

._powerglow-light-tower {
    background-image: url(images/inside-banners/sunglow-towers.avif)
}
._support-and-services {
    background-image: url(images/inside-banners/support-and-services.avif)
}


.inside--header {
    margin-top: 80px
}

.inside--title {
    font-size: 26px;
    font-weight: 400;
    margin: 35px 0 20px;
    color: #428364
}

.inside--subtitle {
    font-size: 24px;
    font-weight: 600
}

.inside--para {
    line-height: 1.4;
    font-size: 16px;
    margin: 14px 0;
    font-weight: 300
}

.generators-box {
    margin: 50px 0 20px;
    min-height: 550px
}

.generators-box .fas {
    height: 70px;
    width: 70px;
    border: 1px solid #92989b;
    color: #92989b;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    font-size: 33px;
    display: block;
    margin: 0 auto 20px
}

.generators-features {
    margin-top: 20px
}

.generators-features__item {
    margin: 13px 0 0 30px;
    font-size: 18px;
    font-weight: 500
}

.generators-features__item:before {
    font-family: Font awesome\5 Free;
    content: "\f058";
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: -1px 0 0 -30px
}

.generators-imgs {
    text-align: center;
    margin: 40px 0
}

.generators-imgs img {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: 450px
}

.generators-btn {
    position: relative;
    padding-top: 13px;
    padding-bottom: 5px;
    text-align: left;
    margin: 40px auto;
    color: #428364
}

.generators-btn:hover {
    color: #000
}

.generators-btn--click {
    font-size: 16px;
    display: block;
    padding: 2px 0 0 48px
}

.generators-btn .fas {
    margin-right: 10px
}

.generators-btn span {
    position: absolute;
    right: 28px;
    top: 28px;
    font-size: 18px;
    color: #000;
    font-weight: 300
}

.application__list .inside--para,
.contact-list a,
.table dt {
    font-weight: 500
}

.brochures {
    width: 1000px;
    margin: 120px auto 90px
}

.brochures li {
    float: left;
    width: 20%;
    padding: 30px 30px 30px 80px;
    border-left: 1px solid #fff
}

.brochures li:first-child,
.brochures li:nth-child(11),
.brochures li:nth-child(6) {
    border-left: 0
}

.brochures li+li+li+li+li+li {
    border-top: 1px solid #fff
}

.brochures .fas {
    height: 35px;
    width: 35px;
    border: 2px solid #428364;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    float: left;
    margin: -2px 0 0 -50px;
    color: #428364
}

.brochures a {
    color: #263238
}

.brochures a:hover {
    text-decoration: underline
}

.brochures .title {
    display: block;
    text-align: center
}
.clear:after,
.col-wrap:after,
.turbines--top:after {
    content: "";
    display: block;
    clear: both
}

.turbines--top {
    height: 220px;
    width: 220px;
    float: left;
    margin-left: -265px
}

.turbines--top .generators-box {
    margin: 25px 0 0;
    padding-top: 0;
    min-height: 0
}

.turbines--top .generators-features li {
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.turbines--system {
    display: block;
    margin: 70px auto 30px
}

.table {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px
}

.table dd,
.table dt {
    width: 50%;
    padding: 10px
}

.table .bg {
    background: rgb(250 152 29 / .42)
}

.table__title {
    font-size: 18px;
    background: #428364;
    padding: 10px;
    color: #fff
}

.c-no-minheight {
    min-height: 0 !important
}

.solar--table {
    margin: 50px 100px
}

.solar--table .generators-box {
    clear: both;
    margin: 0 10px;
    min-height: 0
}

.application {
    position: relative;
    padding-right: 400px
}

.application__list {
    position: absolute;
    top: 0;
    right: 0
}

.contact-us {
    margin-bottom: 80px
}

.contact-us .inside--header {
    margin-bottom: 100px
}

.contact__title {
    font-size: 40px
}

.contact__para {
    margin: 18px 20%;
    font-size: 20px;
    color: #92989b;
    line-height: 26px
}

.contact__form {
    float: left;
    padding: 30px;
    box-shadow: 0 10px 20px 6px #ececec;
    background: #fff;
    font-size: 16px
}

.form-row {
    margin: 10px 0;
    display: flex;
    align-items: center
}

.form-row label {
    width: 150px
}

.form-field {
    width: 350px;
    background: #f5f5f5;
    flex: 1;
    padding: 14px 18px;
    border-radius: 2px
}

.contact-list i,
.news-list .far,
.share a {
    text-align: center;
    height: 50px;
    width: 50px
}

.form-btn {
    padding: 18px 30px;
    background: #428364;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    margin: 30px 0 0 auto
}

.form-btn:hover {
    box-shadow: 0 2px 5px #b5b5b5
}

.contact__details {
    float: left;
    margin: 54px 0 0 70px
}

.contact__details address {
    font-style: normal;
    font-size: 18px;
    line-height: 24px
}

.contact__details address h2 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #428364
}

.contact-list {
    margin-top: 40px
}

.contact-list li {
    margin: 15px 0
}

.contact-list a {
    color: #263238;
    font-size: 25px
}

.contact-list i {
    color: #263238;
    border: 3px solid #263238;
    border-radius: 50%;
    line-height: 44px;
    margin-right: 15px
}

.contact-us .c-box {
    margin-top: 100px;
    background-image: url(images/support.avif);
    background-repeat: no-repeat;
    background-position: right bottom
}

.contact-us .c-box h2 {
    font-size: 24px;
    color: #92989b;
    font-weight: 400;
    margin-bottom: -15px
}

.c-box {
    color: #263238;
    padding: 35px;
    box-shadow: 0 2px 5px #ececec;
    background: rgb(255 255 255 / .55);
    border-top: 8px solid #428364;
    line-height: 1.4
}

.tagline__total {
    display: block;
    margin-bottom: 10px;
    font-size: 38px
}

.menu-close,
.menu-open {
    display: none
}

.generators-btn._float {
    position: fixed;
    bottom: 85px;
    right: 20px;
    margin: 0
}

.share {
    position: fixed;
    bottom: 20px;
    left: 20px
}

.share a {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgb(255 255 255 / .5);
    margin-right: 8px;
    font-size: 22px;
    line-height: 44px
}

.share a:hover {
    background: rgb(250 152 29 / .2)
}

.fa-facebook-f {
    color: #3b5998
}

.fa-linkedin-in {
    color: #0077b5
}

.fa-youtube {
    color: red
}

.news-list {
    margin: 100px 0
}

.news-list li {
    margin: 15px 0 0 70px;
    min-height: 50px
}

.news-list a {
    font-size: 22px;
    color: #263238
}

.news-list a:hover {
    color: #428364
}

.news-list .far {
    float: left;
    border-radius: 50%;
    border: 4px inset #92989b;
    color: #92989b;
    font-size: 22px;
    line-height: 42px;
    margin: -13px 0 0 -70px
}

.sol-title {
    font-size: 50px
}

.sol-para {
    margin: 18px 20% 70px;
    font-size: 28px;
    color: #92989b;
    line-height: 32px
}

.sol-icon {
    height: 100px;
    width: 100px;
    border: 10px inset #cdcdcd;
    border-radius: 50%;
    line-height: 80px;
    font-size: 50px
}

.sol-subtitle {
    font-size: 20px;
    margin: 40px 0 20px;
    line-height: 24px
}

.sol-list .generators-features__item:before {
    color: #428364
}

.lp__hi {
    margin-left: 0;
    margin-right: 0
}

.lp__col.writeup {
    text-align: justify
}

.lp__title {
    font-size: 28px;
    font-weight: 400
}

.lp__rating {
    font-size: 26px;
    margin: 6px 0 30px
}

.lp__rating .fa-star {
    font-size: 18px
}

.lp__rating .fa-star:first-child {
    margin-left: 5px
}

.lp__review {
    border: 0;
    padding-left: 60px;
    margin-bottom: 30px
}

.c-box.lp__review:before {
    content: '"';
    float: left;
    font-size: 65px;
    margin: -20px 0 0 -40px;
    font-family: cursive;
    color: #92989b
}

.lp__review__author {
    border-top: 1px solid #e8e8e8;
    margin: 12px 0 5px;
    padding-top: 9px;
    font-size: 18px;
    font-weight: 500
}

.lp__viewall {
    color: #cddce4;
    font-size: 14px;
    margin-left: 10px
}

.lp__viewall a {
    color: #92989b;
    margin-left: 9px
}

.lp__cd {
    float: none;
    margin: 0
}

.lp__loc {
    width: 100%;
    height: 320px;
    margin-bottom: 15%
}

.col-1 {
    float: left;
    width: 40%
}

.col-3 {
    float: left;
    width: 60%
}

.in-partners {
    background: rgb(232 228 224 / .4);
    padding: 1em 0;
    text-align: center
}

.in-partners a {
    display: block
}

@media (max-width:1299px) {
    .footer,
    .menu>li {
        text-align: center
    }
    body {
        padding-top: 82px
    }
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
    .menu-close,
    .menu-open {
        display: block;
        top: 0;
        right: 0;
        padding: 30px;
        cursor: pointer;
        font-size: 26px
    }
    .btn,
    .menu a {
        padding: 16px
    }
    .menu-close {
        position: fixed;
        z-index: 3
    }
    .menu-open {
        position: absolute
    }
    .menu {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(255 255 255 / .97);
        display: none;
        flex-direction: column;
        justify-content: center;
        transition: 0.5s
    }
    .menu._open {
        display: flex
    }
    .menu>li {
        display: block;
        border: 0 !important;
        width: 320px;
        margin: 0 auto
    }
    .menu--hasicon {
        margin: 0
    }
    .menu--hasicon .fas {
        top: 21px;
        right: 20px
    }
    .sub-menu {
        position: static;
        width: 100%;
        margin: auto;
        transform: none;
        box-shadow: none;
        background: 0;
        display: inherit;
        opacity: 1;
        visibility: visible
    }
    .menu--hasicon>a {
        background: #f5f5f5
    }
    .header__logo img {
        width: 160px
    }
    .footer {
        flex-direction: column
    }
    .footer__contacts {
        margin-top: 25px
    }
    .btn {
        font-size: 25px
    }
    .title {
        font-size: 28px
    }
    .home-banner .tagline {
        left: 20px;
        top: 40px
    }
    .tagline__total {
        font-size: 30px
    }
    .home-banner {
        background: url(images/banner/small.jpg) center;
        background-size: cover;
        height: 300px
    }
    .generators-imgs img {
        width: 40%
    }
    .inside--subtitle {
        font-size: 22px
    }
    .generators-features__item {
        font-size: 16px
    }
    .inside--title {
        font-size: 24px
    }
    .inside--banner__title {
        font-size: 30px
    }
    .turbines--system {
        max-width: 100%
    }
    .turbines--top {
        height: 200px;
        width: 200px
    }
}

@media (max-width:999px) {
    .turbines--top {
        padding-left: 0
    }
    .turbines--top {
        float: none;
        margin: auto
    }
    .generators-imgs img {
        max-width: 80%;
        width: auto
    }
    .brochures {
        width: auto
    }
    .brochures li {
        width: 33.33%;
        border-left: 0 !important
    }
    .brochures li:nth-child(4),
    .brochures li:nth-child(5) {
        border-top: 1px solid #fff
    }
    .application {
        padding: 0
    }
    .application__list {
        position: static
    }
}

@media (max-width:899px) {
    .contact__details {
        float: none;
        margin: 3em 0
    }
    .contact-list {
        margin: 24px 0 0
    }
    .contact-list a {
        font-size: 22px
    }
    .contact-list i {
        line-height: 36px;
        height: 44px;
        width: 44px
    }
    .col-1,
    .col-2,
    .col-3,
    .contact__form {
        float: none
    }
    .col-wrap {
        margin-left: 0;
        margin-right: 0
    }
    .col-1,
    .col-2,
    .col-3 {
        width: auto;
        padding: 0
    }
    .col-2+.col-2 {
        margin-top: 15px
    }
    .turbines--top .generators-features li {
        display: block;
        width: auto
    }
    .generators-btn span {
        display: none
    }
    .brochures {
        margin: 40px auto
    }
    .brochures li {
        width: 50%;
        padding: 20px 20px 20px 60px
    }
    .brochures li:nth-child(3) {
        border-top: 1px solid #fff
    }
    .contact-us .c-box {
        margin-top: 20px;
        padding: 18px
    }
    .contact-us .c-box .contact-list a {
        font-size: 18px
    }
    .home-mission {
        padding: 40px 0
    }
    .inside--header {
        margin-top: 40px
    }
    .title {
        margin-bottom: 10px
    }
    .generators-box {
        margin-top: 30px
    }
    .turbines--system {
        margin-top: 0
    }
    .solar--table {
        margin: 0
    }
    .contact-us .inside--header {
        margin-bottom: 40px
    }
    .contact__title {
        font-size: 30px
    }
    .contact__para {
        margin: 18px 0;
        font-size: 19px
    }
    .form-row {
        align-items: end;
        flex-direction: column
    }
    .form-row label {
        width: auto;
        margin-bottom: 10px
    }
    .form-field {
        width: 100%
    }
    .generators-btn._float {
        position: static;
        margin: 20px 10px 0
    }
    .logo-list img {
        max-height: 50px
    }
    .news-list {
        margin: 30px 0
    }
    .news-list li {
        margin-left: 60px;
        min-height: 40px
    }
    .news-list .far {
        margin-left: -60px;
        transform: scale(.8)
    }
    .news-list a {
        font-size: 18px
    }
    .sol-title {
        font-size: 34px
    }
    .sol-para {
        margin: 8px 20% 40px;
        font-size: 20px;
        line-height: 24px
    }
    .sol-subtitle {
        font-size: 17px;
        line-height: 20px
    }
    .sol-icon {
        height: 70px;
        width: 70px;
        border-width: 6px;
        border-radius: 50%;
        line-height: 60px;
        font-size: 38px
    }
    .footer__contacts {
        margin-top: 10px;
        text-align: left
    }
    .footer__contacts li {
        margin: 4px 0 0
    }
    .share {
        left: auto;
        right: -20px;
        bottom: 0;
        transform: scale(.8)
    }
    .lp__title {
        font-size: 24px
    }
    .lp__rating {
        font-size: 20px
    }
    .lp__rating .fa-star {
        font-size: 15px
    }
    .lp__review__author {
        font-size: 16px
    }
    .lp__review {
        padding: 25px 25px 25px 55px
    }
}

._kubota {
    background-image: url(images/inside-banners/Kubota.avif)
}


._lister-petter {
    background-image: url(images/inside-banners/lister-petter.avif)
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0
}

h1,
h2,
h3 {
    font-weight: 700;
    color: #000
}

p {
    color: #000;
    font-size: 16px;
    line-height: 1.5
}

.highlight {
    color: #428364;
    font-weight: 700
}

.bold {
    font-weight: 700
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0
}

h1,
h2,
h3 {
    font-weight: 700;
    color: #000
}

p {
    color: #000;
    font-size: 16px;
    line-height: 1.5
}

.highlight {
    color: #428364;
    font-weight: 700
}

.bold {
    font-weight: 700
}

.image-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    white-space: nowrap
}

.circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 15px
}

.circle-image-box {
    width: 187.5px;
    height: 187.5px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #888;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: border-color 0.3s ease
}

.circle-image-box:hover {
    border-color: #428364
}

.circle-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.product-name a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s
}

.product-name a:hover {
    color: #007bff
}

.circle-image-box1 {
    background-image: url(images/solar-products/slt.avif);
    background-position: center center;
    background-size: contain
}

.circle-image-box2 {
    background-image: url(images/solar-products/dass_360.avif);
    background-position: center center;
    background-size: contain
}

.circle-image-box3 {
    background-image: url(images/solar-products/ev_charging.avif);
    background-position: center center;
    background-size: contain
}

.special-container {
    padding: 20px
}

.inside--header {
    text-align: center
}

.title {
    font-size: 2em;
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .image-row {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center
    }
    .circle-item {
        margin-bottom: 20px;
        margin-right: 0
    }
}

._parts {
    margin-top: 70px !important
}

.home-banner {
    margin-top: 100px;
    margin-bottom: 50px;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    background-color: #000
}

.home-banner .slides {
    display: flex;
    width: 300%;
    height: 100%;
    animation: slideAnim 10s infinite
}

.home-banner .slide {
    flex: 0 0 33.3333%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.home-banner .slide1 {
    background-image: url(images/banner/diesel-generator.avif)
}

.home-banner .slide2 {
    background-image: url(images/banner/smart-solution.avif)
}

.home-banner .slide3 {
    background-image: url(images/banner/powermax.avif)
}

@keyframes slideAnim {
    0%,
    20% {
        transform: translateX(0%)
    }
    25%,
    45% {
        transform: translateX(-33.3333%)
    }
    50%,
    70% {
        transform: translateX(-66.6666%)
    }
    75%,
    100% {
        transform: translateX(0%)
    }
}

.home-banner .btn,
.home-banner .tagline,
.home-banner h2,
.home-banner__subcaption {
    position: absolute;
    z-index: 2;
    color: #fff
}

.home-banner .btn {
    right: 20px;
    bottom: 20px
}

.home-banner .tagline {
    top: 20px;
    left: 20px;
    font-size: 1.2rem
}

.home-banner .slide:hover h2 {
    transform: translateY(0) scale(1);
    opacity: .8
}

.home-banner__subcaption {
    bottom: 1rem;
    left: 3rem;
    font-size: 1rem
}

@media (max-width:768px) {
    .home-banner {
        margin-top: 40px;
        height: 300px
    }
    .home-banner .slide1 {
        background-image: url("images/banner/diesel-generator-mob.avif")
    }
    .home-banner .slide2 {
        background-image: url("images/banner/smart-solution-mob.avif")
    }
    .home-banner .tagline {
        font-size: 1rem;
        top: 10px;
        left: 10px
    }
    .home-banner h2 {
        font-size: 1.5rem;
        bottom: 15%;
        left: 5%
    }
    .home-banner__subcaption {
        font-size: .9rem;
        left: 1rem
    }
}

.lp__reviews {
    height: 200px !important
}

img[src*="stats.symptoma.com"] {
    display: none !important;
    visibility: hidden !important;
    width: 0;
    height: 0
}

.slider-container {
    margin-top: 50px;
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
    background: f4f4f4;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1);
    border-radius: 8px;
    position: relative
}

.logo-slider {
    display: flex;
    animation: trueInfiniteSlide 30s linear infinite
}

.logo-item {
    flex: 0 0 auto;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px
}

.logo-item img {
    max-width: 230px;
    max-height: 150px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease
}

.logo-item:hover img {
    transform: scale(1.05)
}

.logo-item a {
    text-decoration: none;
    display: block
}

@keyframes trueInfiniteSlide {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(calc(-170px * 6))
    }
}

.slider-container:hover .logo-slider {
    animation-play-state: paused
}

.slider-info {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px
}

@media (max-width:768px) {
    .logo-item {
        margin: 0 15px
    }
    .logo-item img {
        max-width: 120px;
        max-height: 60px
    }
    @keyframes trueInfiniteSlide {
        0% {
            transform: translateX(0)
        }
        100% {
            transform: translateX(calc(-150px * 6))
        }
    }
}

@media (max-width:480px) {
    .logo-item {
        margin: 0 10px
    }
    .logo-item img {
        max-width: 100px;
        max-height: 50px
    }
    .slider-container {
        padding: 15px 0
    }
    @keyframes trueInfiniteSlide {
        0% {
            transform: translateX(0)
        }
        100% {
            transform: translateX(calc(-120px * 6))
        }
    }
}

.slider-3img {
    margin-top: 50px;
    padding: 20px;
    width: auto;
    overflow: hidden;
    background: #f4f4f4;
    position: relative
}

.slider-track-3img {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: fit-content
}

.slide-3img {
    padding: 5px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.slide-3img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: block;
    background: #fff
}

@media (min-width:992px) {
    .slide-3img {
        height: 350px
    }
}

@media (min-width:600px) and (max-width:991px) {
    .slide-3img {
        height: 250px
    }
}

@media (max-width:599px) {
    .slide-3img {
        height: 200px
    }
    .slider-3img {
        padding: 15px
    }
}

/*Additional CSS for new sections (add this in your main CSS file)*/
.section-padding {
    padding: 60px 20px
}

.section-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
    color: #2e3a59
}

.about-us p,
.our-services p,
.why-choose-us ul,
.testimonials blockquote p {
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
    gap: 30px;
    justify-content: center
}

.service-item {
    flex: 1 1 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgb(0 0 0 / .1);
    padding: 30px 20px;
    text-align: center
}

.service-item h3 {
    margin-bottom: 15px;
    color: #1d3361
}

.service-item p {
    color: #555
}

.bg-light {
    background: #f9fafc
}

.why-choose-us {
    max-width: 900px;
    margin: 0 auto;
    color: #222
}

.choose-us-list {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8
}

.choose-us-list li {
    margin-bottom: 15px
}

.choose-us-list strong {
    color: #428364
}

.testimonials {
    background: #f0f4f8;
    padding: 60px 20px
}

.testimonials .section-title {
    margin-bottom: 50px
}

.testimonial-items {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center
}

.testimonial-items blockquote {
    flex: 1 1 280px;
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / .05);
    color: #333;
    font-style: italic;
    line-height: 1.5;
    position: relative
}

.testimonial-items blockquote footer {
    margin-top: 15px;
    font-weight: 600;
    font-style: normal;
    color: #428364;
    text-align: right
}

.contact-cta {
    background-color: #428364;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 12px;
    margin: 60px auto 0;
    max-width: 800px
}

.contact-cta h2 {
    margin-bottom: 20px;
    font-size: 2rem
}

.contact-cta p {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.5
}

.btn-primary {
    background: #fff;
    color: #428364;
    border: none;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease
}

.btn-primary:hover {
    background-color: #428364;
    color: #fff
}

.section1 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 20px
}

.item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 200px
}

.item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgb(0 0 0 / .15)
}

.item img {
    width: 220px;
    height: 220px;
    border-radius: 8px;
    margin-right: 20px;
    flex-shrink: 0;
    object-fit: cover;
    display: block
}

.item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.item-content h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #428364;
    font-weight: 600;
    line-height: 1.4
}

.item-content ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc
}

.item-content ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.5
}

.item:last-child {
    grid-column: 1 / -1;
    max-width: 600px;
    margin: 20px auto 0;
    justify-self: center
}

@media (max-width:768px) {
    .section1 {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px
    }
    .item {
        padding: 20px;
        min-height: auto
    }
    .item img {
        width: 100px;
        height: 100px;
        margin-right: 15px
    }
    .item-content h3 {
        font-size: 16px
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 30px
    }
}

@media (max-width:480px) {
    body {
        padding: 10px
    }
    .section1 {
        padding: 0
    }
    .item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 15px
    }
    .item img {
        margin: 0 0 15px 0;
        width: 80px;
        height: 80px
    }
    .item-content {
        align-items: center
    }
    .item-content ul {
        text-align: left;
        max-width: 280px
    }
    .item-content ul li {
        font-size: 13px
    }
    .section-title {
        font-size: 20px;
        padding: 0 10px
    }
}

@media (max-width:320px) {
    .item {
        padding: 15px 10px
    }
    .item-content ul {
        max-width: 250px
    }
}