 @font-face {
    font-family: 'Soho Gothic Pro';
    src: url('https://pages.trinasolar.com/rs/567-KJK-096/images/SohoGothicPro-Regular.eot');
    src: url('https://pages.trinasolar.com/rs/567-KJK-096/images/SohoGothicPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://pages.trinasolar.com/rs/567-KJK-096/images/SohoGothicPro-Regular.woff2') format('woff2'),
    url('https://pages.trinasolar.com/rs/567-KJK-096/images/SohoGothicPro-Regular.woff') format('woff'),
    url('https://pages.trinasolar.com/rs/567-KJK-096/images/SohoGothicPro-Regular.svg#SohoGothicPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Soho Gothic Pro Bold';
    src: url('https://pages.trinasolar.com/rs/567-KJK-096/images/SohoGothicPro-Bold.eot');
    src: url('https://pages.trinasolar.com/rs/567-KJK-096/images/SohoGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://pages.trinasolar.com/rs/567-KJK-096/images/SohoGothicPro-Bold.woff2') format('woff2'),
    url('https://pages.trinasolar.com/rs/567-KJK-096/images/SohoGothicPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    font-family: 'Soho Gothic Pro', Arial, Helvetica, sans-serif !important;
}
.mktoGen.mktoImg{
    display: block !important;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Soho Gothic Pro Bold', Lato, sans-serif !important;
    color: #008bd2 !important;
}
body{
    padding-top: 81px !important;
}
body .navigation{
    padding-top: 0;
}
.trina-icon{
    font-family: 'trina-icon' !important;
}
.main-menu .sub-nav{
    top: 100% !important;
}
body h1,
body h2{
    font-size: 40px;
    line-height: 120%;
}
body p{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    line-height: 140%;
    color: #1b365d;
    margin-bottom: 18px;
}
p strong{
    font-family: Arial, Helvetica, sans-serif !important;
}
.py-50 {
    padding: 50px 0;
}
a.btn {
    background-color: #fe0000;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 0;
    letter-spacing: 1px;
}
a.btn:hover{
    color: #ffffff;
    opacity: .7;
} 
.banner-img img{
    width: 100%;
}
#install-sec{
    background-color: #ffffff;
}
.para {
    padding: 20px 0;
}
#img-sec{
    background-color: #f0f1f5;
}
#img-sec .para p{
    text-align: justify;
}
.img-right {
    padding-top: 15px;
}
.img-right img {
    max-width: 280px;
    margin: auto;
    display: block;
    width: 100%;
}
#why-sec{
    background-color: #3b90ce;
}
#why-sec h2{
    display: flex;
    align-items: center;
    color: #ffffff !important;
}
#why-sec h2 img {
    max-width: 150px;
    vertical-align: middle;
    margin: 0 15px 0 10px;
}
#why-sec p{
    color: #ffffff;
}
#why-sec .list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
#why-sec .list ul li {
    flex: 0 0 50%;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Soho Gothic Pro Bold', Arial, Helvetica, sans-serif !important;
    line-height: 140%;
    position: relative;
    padding: 0 65px;
}
#why-sec .list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url("https://pages.trinasolar.com/rs/567-KJK-096/images/chevron-right-solid.png") no-repeat;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-position: 18px;
    background-color: #ffffff;
    background-size: 12px;
    transform: translate(0px, -50%);
}
.btn-text{
    padding-top: 50px;
}
.btn-text p *{
    font-family: Arial, Helvetica, sans-serif !important;
}
.btn-text a{
    color: #1193d8;
    text-decoration: underline;
}
#video-sec{
    background-color: #f0f1f5;
}
#video-sec .heading{
    margin-bottom: 50px;
}
#video-sec h2{
    color: #1b365d !important;
    text-align: center;
    font-family: 'Soho Gothic Pro', Arial, Helvetica, sans-serif !important;
}
.youtube-embed {
    text-align: center;
}
.youtube-embed iframe {
    width: 100%;
    max-width: 560px;
    margin: auto;
}
footer{
    padding: 20px 0;
}
.footer-content {
    color: #ffffff;
}
.footer-content span {
    font-size: 18px;
    line-height: 48px;
}
.footer-content ul {
    justify-content: flex-end;
    list-style: none;
    text-align: right;
    display: flex;
    padding: 0;
}
.footer-content ul li {
    font-size: 18px;
    line-height: 48px;
    color: #000000;
}
.footer-content ul li a {
    padding: 0 5px;
    color: #ffffff;
    text-decoration: none !important;
}

@media screen and (max-width: 1199px) {
    body h1,body h2{
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    p,a.btn,#why-sec .list ul li{
        font-size: 16px !important;
    }
    body{
        padding-top: 51px !important;
    }
    .footer-content ul {
        justify-content: center;
    }
    .footer-content {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    body h1, body h2 {
        font-size: 28px;
    }
    #img-sec .row{
        flex-direction: column-reverse;
    }
    #why-sec h2 img {
        max-width: 110px;
    }
    #why-sec .list ul li{
        flex: 0 0 100%;
        padding: 0 0px 0 50px;
    }
    #why-sec .list ul li::before {
        width: 35px;
        height: 35px;
        background-position: 14px;
        background-size: 9px;
    }
    .footer-content ul {
        text-align: center;
        margin-top: 20px;
        padding: 0;
    }
}
@media screen and (max-width: 575px) {
    .img-right img{
        max-width: 200px;
    }
    .footer-content ul {
        flex-direction: column;
        margin: 0;
    }
}