*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.message .field.error .error-txt {
    padding-top: 8px;
}

/* Section One */

.section-one{
    background: #000000;
}

.section-one .home {
    height: 105vh;
    position: relative;
}
.section-one video {
    position: absolute;
    width: 100%;
    height: 80%;
    object-fit: cover;
}
.section-one .home-content {
    position: relative;
    padding-top: 160px;
    color: #fff;
    text-align: center;
}

.section-one img{
    width:440px;
    height: 50px;
    margin-top: 55px;
}

.section-one h1 {
    font-size: 56px;
    line-height: 62px;
    padding-top: 90px;
    color: #ffffff;
}

.section-one h2 {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    padding-top: 70px;
}

.section-one .p0{
    padding: 0px;
}

.section-one form{
    margin-top: 25px;
    padding: 22px 30px 6px;
    border-radius: 5px;
    background: rgb(44 44 44 / 70%);
    border: solid 1px #616161;
}

.section-one form .field .item {
    background: #686868;
    border: none;
    height: 52px;
}
.section-one form .col-md-2, .section-one form .col-md-4{
    padding: 0px 5px;
}

.section-one form .textarea-field.field #message{
    padding-top: 20px;
}

@media only screen and (max-width: 3000px) {
   .section-one .home {
        height: 100vh;
    }
}


@media only screen and (max-width: 2545px) {
   .section-one .home {
        height: 97vh;
    }
}

@media only screen and (max-width: 2300px) {
   .section-one .home {
        height: 115vh;
    }

    .section-one img {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 2000px) {
   .section-one .home {
        max-height: 1150px;
    }
}


@media only screen and (max-width: 1699px) {
    .section-one .home {
        max-height: 870px;
    }

    .section-one video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1440px) {
    .section-one .home-content {
        padding-top: 180px;
    }

    .section-one .home {
        height: 94vh;
        max-height: 770px;
    }

    .section-one img {
        margin-top: 10px;
    }

    .section-one h1 {
        font-size: 46px;
        line-height: 58px;
        padding: 50px 160px 30px;
    }

    .section-one h2 {
        font-size: 20px;
        line-height: 26px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1399px) {
    .section-one h1 {
        padding: 50px 75px 30px;
    }

    form button {
        padding: 18px !important;
    }
}

@media only screen and (max-width: 1299px) {
    
}

@media only screen and (max-width: 1199px) {
   .section-one h1 {
        padding: 50px 23px 30px;
    }

    .section-one h2 {
        font-size: 18px;
        line-height: 24px;
    }

    form button {
        padding: 18px 7px !important;
    }
}


@media only screen and (max-width: 991px) {
    .section-one img {
        margin-top: 30px;
    }

    .section-one h1 {
        font-size: 42px;
        line-height: 46px;
        padding: 50px 0 30px;
    }

    .section-one h2 {
        font-size: 17px;
        line-height: 24px;
    }

    .section-one form .field .item {
        height: 65px;
    }

    .section-one form .textarea-field.field #message {
        padding-top: 27px;
    }
}


@media only screen and (max-width: 767px) {
    .section-one .home {
        height: 94vh;
        max-height: 1050px;
    }
}

@media only screen and (max-width: 500px) {
    .section-one img {
        margin-top: 30px;
        width: 80%;
        height: 80%;
    }

    .section-one h1 {
        font-size: 33px;
        line-height: 39px;
    }

    .section-one h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-one form{
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media only screen and (max-width: 430px) {
    .section-one .home {
        height: 111vh;
        max-height: 1050px;
    }

    .section-one img{
        width:300px;
    }

    .section-one h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 415px) {
    .section-one .home {
        height: 125vh;
        max-height: 1065px;
    }
}

@media only screen and (max-width: 390px) {
    .section-one h1 {
        font-size: 32px;
        line-height: 38px;
    }

   .section-one .home {
        height: 130vh;
        max-height: 1050px;
    }
}

@media only screen and (max-width: 375px) {
    .section-one .home {
        height: 158vh;
        max-height: 1050px;
    }
}

/* Section Two */

.section-two{
    background-image: url('../images/sigenergy-bg-1.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center right;
    position:relative;
    margin-top: -265px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.section-two h2 {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    text-align: left;
    padding-top: 140px;
    padding-bottom: 20px;
}

.section-two .highlight {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    text-align: left;
}

.section-two p{
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: left;
}

.section-two img{
    width:250px;
    height:530px;
    text-align: center;
    display: block;
    margin: auto;
}


@media only screen and (max-width: 1699px) {
   .section-two {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1199px) {
   .section-two h2 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .section-two h2 {
        padding-top: 43px;
    }
}

@media only screen and (max-width: 767px) {
    .section-two h2 {
        padding-top: 10px;
    }

    .section-two img{
        padding-top: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .section-two{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 430px) {
    .section-two h2 {
        font-size: 36px;
    }
}


/* Section Three */
.section-three{
    background-image: url('../images/sigenergy-bg-2.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center right;
    padding-top: 60px;
}

.section-three img{
    position: relative;
    margin-bottom: -3px;
    max-width: 115%;
    margin-left: -125px;
}

.section-three h2 {
    font-size: 42px;
    line-height: 48px;
    color: #3F444B;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.section-three .highlight {
    font-size: 22px;
    line-height: 28px;
    color: #3F444B;
    text-align: left;
    padding-left: 30px;
}

.section-three p{
    font-size: 16px;
    line-height: 22px;
    color: #3F444B;
    text-align: left;
    padding-left: 30px;
}

@media only screen and (max-width: 1399px) {
    .section-three h2 {
        padding-top: 0px;
    }

    .section-three img {
        margin-top: 89px;
    }
}

@media only screen and (max-width: 1199px){
    .section-three h2 {
        padding-top: 0px;
    }

    .section-three img {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991px){
    .section-three h2, .section-three .highlight, .section-three p{
        padding-left: 0;
    }

    .section-three img {
        max-width: 113%;
        margin-left: -59px;
        margin-top: 25px;
    }

    .section-three h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .section-three{
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-three img {
        max-width: 113%;
        margin-left: -31px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 430px) {
    .section-three h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

/* Section Four*/
.section-four{
    background: #E5E5E5;
    padding-top: 80px;
    padding-bottom: 70px;
}

.section-four h2 {
    font-size: 24px;
    line-height: 30px;
    color: #3F444B;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 20px;
}

.section-four ul {
    list-style: none;
}

.section-four ul li {
    font-size: 20px;
    background:#E6E6E6;
    margin-right: 5px;
    padding: 25px 16px;
    display:inline-block;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.11); 
    box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.11);
    font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}


.section-four ul li span{
    font-size: 14px;
    font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1399px) {
    .section-four ul li span {
        font-size: 12px;
        font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
    }

    .section-four ul li {
        padding: 23px 12px;
    }
}

@media only screen and (max-width: 1199px){
    .section-four {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .section-four ul li {
        padding: 16px 30px;
        margin-bottom: 16px;
        width:100%;
    }

    .section-four h2 {
        font-size: 30px;
        line-height: 37px;
        padding-top: 68px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 991px){
    .section-four h2 {
        padding-top: 45px;
    }   
}

@media only screen and (max-width: 767px){
    .section-four {
        padding-bottom: 60px;
    }

    .section-four h2 {
        font-size: 26px;
        line-height: 32px;
        padding-top: 0px;
    }

    .section-four ul {
        padding-left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .section-four{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Section Five*/
.section-five{
    background: #000000;
    padding-top: 120px;
    padding-bottom: 50px;
}

.section-five .content{
    padding-left: 40px;
}

.section-five h2 {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 20px;
}

.section-five .highlight {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    text-align: left;
}

.section-five p{
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: left;
}

.section-five .source{
    font-size: 10px;
    line-height: 16px;
    color: #ffffff;
    text-align: left;
}

@media only screen and (max-width: 1399px) {
    .section-five h2 {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .section-five {
        padding-top: 90px;
    }

    .section-five .content {
        padding-left: 0;
        padding-top: 0;
    }

    .section-five .source{
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .section-five{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 430px) {
    .section-five h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

/* Section Six*/
.section-six{
    background: #000000;
    padding-top: 30px;
    padding-bottom: 140px;
    background-image: url('../images/sigenergy-bg-3.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: bottom;
}

.section-six h2 {
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 5px;
}

.section-six h3 {
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    text-align: left;
    font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
    padding-bottom: 40px;
}

.section-six .box{
    background: #0F0F0F;
    border: solid 1px #181818;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 8px;
}

.section-six .box h4{
    color: #ffffff;
    line-height: 23px;
    font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

.section-six .box p{
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 0px;
}

.section-six .mh-145{
    min-height: 120px;
}

.section-six .mh-158{
    min-height: 141px;
}

.section-six .pr-0{
    padding-right: 0px;
}

.section-six video{
    padding-left: 40px;
}

@media only screen and (max-width: 1399px) {
    .section-six {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
   .section-six .video-two video{
        padding-left: 0;
        padding-top: 40px;
   }

    .section-six .mobile{
        padding-top: 40px;
    }

    .section-six h2 {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-six .mh-145, .section-six .mh-158{
        min-height: auto;
    }

    .section-six .mobile{
        margin-right: 10px;
    } 
}

@media only screen and (max-width: 500px) {
    .section-six{
        padding-left: 10px;
        padding-right: 20px;
    }
}

/* Section Seven*/

.section-seven{
    background: #000000;
    padding-top: 90px;
    padding-bottom: 80px;
    background-image: url('../images/sigenergy-bg-4.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: bottom;
}

.section-seven h2 {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    text-align: left;
    padding-top: 65px;
    padding-bottom: 20px;
}

.section-seven .highlight {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    text-align: left;
}

.section-seven p{
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: left;
}

.section-seven img {
    width: 236px;
    height: 395px;
    text-align: center;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 1399px) {
    .section-seven h2 {
        padding-top: 40px;
    }

    .section-seven h2 {
        padding-top: 5px;
    }

}

@media only screen and (max-width: 500px) {
    .section-seven{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 430px) {
    .section-seven h2 {
        font-size: 36px;
        line-height: 42px;
    }
}


/* Section eight*/

.section-eight{
    background: #000000;
    padding-top: 90px;
    background-image: url('../images/sigenergy-bg-5.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.section-eight h2 {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.section-eight .highlight {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    text-align: left;
    padding-left: 30px;
}

.section-eight p{
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: left;
    padding-left: 30px;
}

.section-eight .image img{
    max-width: 120%;
    margin-left: -139px;
    margin-bottom: -3px;
}

.section-eight ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}

.section-eight ul li {
    display:inline-block;
    padding-left: 10px;
}

.section-eight ul li img{
    height: 60px;
}

@media only screen and (max-width: 1399px) {
    .section-eight{
        padding-top: 50px;
    }

    .section-eight ul{
        padding-bottom: 60px;
    }

    .section-eight .image img {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-eight .image img {
        max-width: 152%;
        margin-left: -174px;
    }
}

@media only screen and (max-width: 991px) {
    .section-eight{
        background-image: url('../images/sigenergy-bg-5-mobile.jpg');
    }

    .section-eight .image img {
        max-width: 86%;
        margin-left: 0;
    }

    .background-tint{
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 45%);
    }
    
    .section-eight h2, .section-eight .highlight, .section-eight p{
        padding-left: 20px;
    }

    .section-eight ul {
        padding-bottom: 0px;
    }

    .section-eight ul li {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .section-eight{
        padding-right: 20px;
    }
}

@media only screen and (max-width: 430px) {
    .section-eight h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 430px) {
    .section-eight ul li img {
        height: 50px;
    }
}

/* Section nine*/

.section-nine{
    background: #ffffff;
    padding-top: 50px;
    background-image: url('../images/sigenergy-bg-6.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.section-nine h2 {
    font-size: 42px;
    line-height: 48px;
    color: #3F444B;
    text-align: left;
    padding-top: 100px;
    padding-bottom: 20px;
}

.section-nine .highlight {
    font-size: 22px;
    line-height: 28px;
    color: #3F444B;
    text-align: left;
}

.section-nine p{
    font-size: 16px;
    line-height: 22px;
    color: #3F444B;
    text-align: left;
}

.section-nine img{
    padding-bottom: 40px;
}

@media only screen and (max-width: 1399px) {
    .section-nine h2 {
        padding-top: 65px;
    }
}

@media only screen and (max-width: 1199px){
    .section-nine h2 {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 991px){
    .section-nine img {
        padding-bottom: 40px;
        padding-left: 89px;
        max-width: 79%;
    }
}

@media only screen and (max-width: 500px) {
    .section-nine{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 430px) {
    .section-nine h2 {
        font-size: 36px;
        line-height: 42px;
    }
}


/* Section ten */

.section-ten{
    padding-top: 90px;
    padding-bottom: 90px;
    background: #F5F5F5;
}

.section-ten h2 {
    font-size: 42px;
    line-height: 48px;
    color: #3F444B;
    text-align: left;
    padding-bottom: 10px;
}

.section-ten h3 {
    font-size: 22px;
    line-height: 28px;
    color: #3F444B;
    text-align: left;
    font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
    padding-bottom: 30px;
}

.section-ten img{
    padding-top: 30px;
}

@media only screen and (max-width: 500px) {
    .section-ten{
        padding-left: 30px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 430px) {
    .section-ten h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 390px) {
    .section-ten h2 {
        font-size: 32px;
        line-height: 38px;
    }
}


/* Section Eleven */

.section-eleven{
    background: #000000;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url('../images/sigenergy-bg-7.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.section-eleven h2 {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    text-align: left;
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.section-eleven .highlight {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    text-align: left;
    padding-left: 30px;
}

.section-eleven p{
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: left;
    padding-left: 30px;
}

@media only screen and (max-width: 1399px) {
    .section-eleven h2 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1199px){
    .section-eleven h2 {
        padding-top: 10px;
        padding-left: 0;
    }

    .section-eleven .highlight{
        padding-left: 0;
    }

    .section-eleven p{
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px){
    .section-eleven img{
        max-width: 78%;
        padding-left: 118px;
        margin-bottom: 40px;
}

@media only screen and (max-width: 500px) {
    .section-eleven{
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-eleven img {
        max-width: 99%;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 430px) {
    .section-eleven h2 {
        font-size: 36px;
        line-height: 42px;
    }
}
