/* Utilities */
#form .formSolar {
    width: 970px;
}
* {
    outline: none;
}
div#page {
    overflow: hidden;
}
.imgClick {
    padding-bottom: 10px;
}
.tabSolarNew {
    margin-top: 30px;
}
.tabSolarNew .tab-content img {
    margin-top: 40px;
}
.tab-pane h4 {
    margin-bottom: 10px;
}
.contentMoney ul {
    padding-left: 15px;
}
.contentBotlist p {
    max-width: 563px;
    margin: 15px auto 0 auto;

    font-weight: normal;
    line-height: 1.5 !important;
    line-height: 37px;
}
.mt30 {
    margin-top: 30px;
}
.tab-content {
    padding-top: 50px;
    padding-bottom: 30px;
}
.sec-title {
    padding: 20px 0;
}
.sec-title h2 {
    margin: 0;

    text-transform: capitalize;
}
.sec-title h3 {
    max-width: 800px;
    margin: 5px auto;

    font-size: 19px;
    line-height: 1.4;

    color: #ff3200;
}
.line-center {
    position: relative;

    padding-bottom: 10px;
    margin-bottom: 20px;
}
.line-center:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100px;
    height: 8px;
    margin: 0 auto;

    content: "";

    border-radius: 10px;
    background-image: linear-gradient(134deg,#ffc500 0%,#fe2b00 100%);
}
.stepthreeContent .brand-button {
    padding: 7px 21px;
}
.tabSolarNew .tab-content img {
    height: 230px;
    margin-top: 20px;
}
.maxWidth80 {
    width: 80%;
    margin: 0 auto;
}
.buttonStyle {
    line-height: 28px;
}
.brand-button {
    position: relative;
    z-index: 1;

    display: inline-block;
    padding: 7px 21px;
    overflow: hidden;

    font-size: 13px;
    line-height: 28px;

    transition: color 1s, border-color 1s;
    text-align: center;

    border-radius: 22px;
}
.brand-button-sm {
    padding: 3px 14px;

    font-size: 12px;
}
.brand-button span > span {
    transition: color 1s;
}
.brand-button:hover,
.brand-button:hover span > span {
    color: #fff;
    border-color: #ff3200;
}
.brand-button:hover:before,
.brand-button:hover:before {
    right: 0;
}
.brand-button:before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;

    content: "";
    transition: right .3s ease 0s;

    background: #ff3200;
}
.brand-button:after {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";

    border: 2px solid #ff3200;
    border-radius: 22px;
}
.button-flip {
    position: relative;

    display: inline-block;
    overflow: hidden;

    vertical-align: middle;

    border: 2px solid #ff3200;
    border-radius: 15px;
    background-color: transparent;
}
.button-flip span {
    position: relative;
    z-index: 4;

    display: block;
    padding: 13px 10px 15px 10px;

    font-size: 13px;
    font-weight: 400;
    line-height: 0;

    letter-spacing: .85px;
    text-transform: uppercase;

    color: #fff;
    border-color: #ff3200;
}
.button-flip:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    content: "";

    background: #ff3200;
}
.button-flip:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;

    content: "";
    transition: all .3s ease 0s;

    background: #ff3200;
}
.button-flip:hover span {
    color: #ff3200;
}
.button-flip:hover {
    color: #ff3200;
    border-color: #ff3200;
}
.button-flip:hover:after {
    right: 0;

    background: #fff;
}
.custom-btn {
    position: relative;

    display: inline-block;
    overflow: hidden;

    vertical-align: middle;

    border: 2px solid #ff3200;
    border-radius: 15px;
    background-color: transparent;
}
.custom-btn span {
    position: relative;
    z-index: 4;

    display: block;
    padding: 10px;

    font-size: 13px;
    font-weight: 400;
    line-height: 0;

    letter-spacing: .85px;
    text-transform: uppercase;

    color: #fff;
    border-color: #ff3200;
}
.custom-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    content: "";

    background: #ff3200;
}
.custom-btn:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;

    content: "";
    transition: all .3s ease 0s;

    background: #ff3200;
}
.custom-btn:hover span {
    color: #ff3200;
}
.custom-btn:hover {
    color: #ff3200;
    border-color: #ff3200;
}
.custom-btn:hover:after {
    right: 0;

    background: #fff;
}
.grayed-background {
    background: #f5f5f5;
}
.futureSolar a {
    padding: 1.5px 0 1.5px;
    margin-top: 10px;
}
.spacing-on-scroll.active {
    padding-top: 80px;
}
.darker-bg-color {
    background: #f5f5f5;
}
.display-flex {
    display: flex;
}
.align-item-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}



/* Header Area */
#header {
    z-index: 9999;

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
}
#header .container {
    display: flex;
    width: 100%;
}
.button-flip span > span {
    display: inline;
    padding: 0;
}
#navigation {
    position: relative;

    display: flex;
    width: 100%;
    padding-top: 0;

    align-items: center;
    justify-content: space-between;
}
#navigation #main-navigation {
    display: flex;
    margin: 0;

    align-items: center;
}
#navigation .nav-right {
    display: flex;

    order: 3;
}
.nav-right  .call-button {
    display: block;
}
#main-navigation .navbar-collapse {
    max-height: 100%;
    padding-right: 0;
    padding-left: 0;
}
#navbarSupportedContent ul {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
#main-navigation ul li {
    margin: 0 15px;
}

/* Banner Area */
.bannerHome,
.bannerHome .slider-banner img {
    height: 600px;
    overflow: hidden;

    background-position: center center;
}

.sub-page .bannerHome,
.sub-page .bannerHome .slider-banner img {
    height: 500px;
}

/** Homepage */
.about-us-section,
.commercial-solar-section,
.why-choose-section,
.recent-projects-section,
.latest-articles-section {
    display: flex;
    min-height: 700px;

    align-items: center;
}

.hero-inner ul {
    display: flex;
    padding: 0;
    margin: 0;

    list-style: none;

    flex-wrap: nowrap;
}
.home .futureSolar {
    position: relative;
    z-index: 100;

    float: right;
    max-width: 571px;
    padding: 30px 22px;
}
.hero-inner a {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    max-width: 130px;
    padding: 7px 21px !important;
    margin: 15px auto;
    margin-top: 8px;
    margin-bottom: 20px;
}
.hero-inner ul li {
    padding: 5px;
}
.hero-inner ul img {
    width: 100%;
    height: auto;
    max-width: 80px;
}

/** Homepage - About Us **/
.about-us-section {
    padding: 30px 0;

    text-align: center;
}
.about-us-section h2 {
    margin: 0;
}
.about-us-section .inner {
    padding: 10px 50px 10px 50px;

    line-height: 32px;
}
.about-us-section a {
    max-width: 160px;
    margin: 10px auto 40px auto;

    font-size: 18px;

    text-align: center;
}
/** Homepage - Commercial - solar-item **/
.commercial-solar-section {
    display: block;
    padding: 30px 0;

    background: #f5f5f5;
}
.sub-page .commercial-solar-section {
    padding: 0;

    background: #fff;
}
.carousel-solar-item {
    padding: 30px 0 0 0;
}
.carousel-solar-item h3 {
    margin: 0;

    font-size: 25px;
}
.carousel-solar-item .tab {
    position: relative;

    padding-top: 20px;
}
.carousel-solar-item .tab-content {
    padding-top: 0;
    padding-bottom: 0;
}

.carousel-solar-item .nav-tabs {
    display: block;
    display: flex;
    display: -ms-flexbox;
    max-width: 542px;
    padding: 2px 2px 3px 3px;
    margin: 20px auto;

    text-align: center;

    border: 2px solid #ff3b00;
    border-radius: 28px;
    background-color: #fff;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .13);

    align-items: center;
}

.carousel-solar-item .nav-tabs li {
    width: 100%;
    max-width: 100%;
    padding-left: 0;

    text-align: center;
    letter-spacing: 0;
}
.carousel-solar-item .nav-tabs li a {
    display: flex!important;
    min-height: 40px;
    padding: 8px 10px;

    font-family: Gilroy-Bold,sans-serif;
    font-size: 12px;
    line-height: 1;

    transition: color .3s;
    transition: background .3s ease;
    text-transform: uppercase;

    color: #ff3b00;
    border: 0;
    border-radius: 22px;
    background-color: transparent !important;

    align-items: center;
    justify-content: center;
}
.carousel-solar-item .desc-block {
    padding: 0 10px;
    margin-bottom: 20px;

    text-align: center;
}
.carousel-solar-item .nav-tabs li.active {
    border-radius: 24px;
}
.single-tab .subtitle {
    margin-bottom: 15px;
}
.commercial-solar-1-1 .row {
    max-width: 800px;
    margin: 0 auto;
}
.carousel-solar-item .single-tab a {
    margin-top: 10px;
}
.carousel-solar-item .nav-tabs .active a {
    padding: 8px 10px;

    color: #fff !important;
    border: 0 !important;
}
.carousel-solar-item .single-tab {
    margin: 20px 0;
}
.carousel-solar-item  .benefit-list {
    margin: 15px auto;
}
.benefit-list li {
    text-align: left !important;
}
.carousel-solar-item  .benefit-list li {
    padding: 0;
}
.img-wrap {
    height: 240px;
    overflow: hidden;

    background: #d4d2d3;
}
.img-wrap img {
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.carousel-solar-item .single-tab.active {
    display: block;
}
.carousel-solar-item .image-and-text > .row {
    display: flex;

    align-items: center;
}
.single-tab .imgList {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.single-tab .imgList .imgItemSingle {
    width: 33.33333%;
    padding: 10px 15px;
}
.single-tab .imgItemSingle .imgWrapper {
    height: 190px;
    margin-bottom: 20px;
    overflow: hidden;
}
.solar-info-carousel .slick-arrow > button {
    width: 32px;
    height: 32px;
}
.solar-info-carousel .slick-arrow:before {
    display: none;
}
/** Why Choose Solar Section **/
.why-choose-section .sec-title h2 {
    text-transform: capitalize;
}



@-webkit-keyframes bounceLeft {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }
    60% {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
}
@keyframes bounceLeft {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }
    60% {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
}
/* /left bounce */


/* right bounce */
@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
    }
    60% {
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
    }
}
@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
    }
    60% {
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
    }
}

/* /right bounce */
.solar-info-carousel  .slick-next {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 4px solid #ff3200;
    border-right: 4px solid #ff3200;
}
.solar-info-carousel  .slick-prev {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 4px solid #ff3200;
    border-left: 4px solid #ff3200;
}

/** Homepage - Main slider **/
.solar-info-carousel .stepthreeContent.contentGeneral p {
    max-width: 800px;
}
/** Homepage - Projects **/
.recent-projects-section {
    padding: 30px 0;

    background: #f5f5f5;
}
/** Homepage - Latest Projects **/
.latest-articles-section {
    padding: 30px 0;
}
.project-item {
    margin-bottom: 30px;

    background: #fff;
    box-shadow: 0 1px 20px #f3f1f1;
}
.project-item  h3 {
    display: flex;
    min-height: 45px;
    margin: 7px 0;
    margin: 5px 0;

    font-size: 20px;

    text-align: center;

    align-items: center;
    justify-content: center;
}
.projects-list img {
    width: 100%;
}
.project-info {
    height: 21px;
    margin: 9px 0;
    overflow: hidden;
}
.project-item .inner-text {
    padding: 5px 10px 10px 10px;
}
.single-project-wrapper {
    padding-top: 100px;
}
.project-m-height {
    min-height: 485px;
}
.single-project-section {
    padding: 40px 0;
}
.single-project-section:nth-child(even) {
    background: #f5f5f5;
}
.project-features-section .listing {
    padding: 40px 0;
}
.project-features-section .listing .grid {
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
}

.project-features-section .listing .col {
    width: 25%;
    padding: 30px 20px;
}
.project-features-section .col-3 .col {
    width: 33.3333%;
}
.project-features-section .col-4 .col {
    width: 25%;
}
.project-features-section .col-5 .col {
    width: 20%;
}
.project-features-section .listing .col img {
    margin-bottom: 20px;
}
.project-intro-section {
    padding: 0 0 40px 0;
    margin-top: 100px;
}
.project-intro-section .inner-text {
    padding: 0 0 0 30px;
}
.project-intro-section .navigation {
    display: flex;
    padding-bottom: 4px;

    justify-content: space-between;
}

.project-intro-section .row {
    display: flex;

    flex-wrap: wrap;
}
.project-intro-section .breadcrumb {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;

    list-style: none;

    border-radius: 0;
    background-color: #fff;
}
.project-intro-section .inner-fullwidth {
    overflow-x: scroll;
}
.project-intro-section .breadcrumb li {
    padding: 0;
    margin-right: 10px;
}
.project-intro-section .breadcrumb a,
.project-intro-section .breadcrumb span {
    font-size: 16px;

    text-transform: capitalize;
}
.project-intro-section .breadcrumb span {
    color: #9e9a9a;
}


.project-intro-section  .breadcrumb .row > div {
    width: 50%;
}
.breadcrumb-section .breadcrumb ul,
.breadcrumb-section .breadcrumb ul li {
    margin: 0;
}
.breadcrumb-section .breadcrumb {
    margin: 0;

    background: transparent;
}
.breadcrumb .navigation {
    display: flex;
    float: right;
    width: 100%;
    max-width: 145px;

    justify-content: space-between;
}
.breadcrumb-section .row,
.breadcrumb .row {
    display: flex;

    align-items: center;
    flex-wrap: wrap;
}
.single-project-section .postBanner {
    width: 100%;
    overflow: inherit;

    background: transparent;
}
.project-intro-section .line-center:after {
    left: 0;

    margin: 0;
}
.project-intro-section  .slick-dots li button {
    display: none;
}
.single-project-section.project-page .postBanner h3 {
    background: transparent !important;
}
.single-project-section.project-page  .postBanner .content-project {
    background: #fff;
    box-shadow: 0 2px 40px 0 #f9f8f8;
}
.single-project-section  .gform_wrapper ul.gform_fields {
    display: block;
    max-width: calc(100% - 33.3333%);
    margin: 0 -15px !important;

    list-style-type: none;
}
.single-project-section .content-equipment {
    padding-bottom: 25px;

    background-color: transparent;
}
.single-project-section .img-holder-inner {
    position: relative;

    margin-left: -25%;
    overflow: hidden;
}
.single-project-section  .img-holder-inner:before {
    position: absolute;

    width: 119%;
    height: 100%;

    content: "";

    opacity: .34;
    background-image: linear-gradient(134deg, #ffc500 0%, #fe2b00 100%);
}

.single-project-section .formSolar .formResult {
    max-width: 100%;
    margin: auto;
}
.single-project-section .formSolar .formResult .gform_footer {
    position: absolute;
    top: 70px;
    right: 0;

    margin-top: 20px;
}
.single-project-section .formSolar .formResult ul li {
    width: 50%;
    max-width: none;
    margin-bottom: 20px !important;
}
.single-project-section .formSolar .formResult ul li:last-child {
    position: absolute;
    top: 0;
}
.single-project-section .formSolar .gform_wrapper .gform_footer {
    left: calc(100% - 33.3333%);

    width: 100%;
    max-width: 33.3333%;
}
.single-project-section .formSolar .ginput_recaptcha iframe {
    position: relative;
}


.gallery-carousel .slick-arrow:before {
    content: "";
}
.gallery-carousel .slick-prev,
.gallery-carousel .slick-next {
    position: absolute;
    right: 0;
    bottom: -25px;
    z-index: 99;

    display: block;
    width: 14px;
    height: 14px;
    padding: 0;

    font-size: 0;
    line-height: 0;

    cursor: pointer;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: transparent;
    outline: none;
    background: transparent;
}

.gallery-carousel .slick-arrow > button {
    width: 14px;
    height: 14px;
}
.gallery-carousel .slick-prev {
    top: auto;
    right: 15px;
    left: auto;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 4px solid #ff3200;
    border-left: 4px solid #ff3200;
}
.gallery-carousel .slick-next {
    top: auto;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 4px solid #ff3200;
    border-right: 4px solid #ff3200;
}

.gallery-carousel .single-item img {
    width: 100%;
}
.project-process-section .listing h5 {
    margin: 0 0 7px 0;

    font-size: 19px;

    color: #ff3200;
}
.project-process-section .listing .item {
    display: flex;
    padding: 10px 10px 10px 0;

    flex-wrap: wrap;
}
.project-process-section .listing .item p {
    min-height: 60px;
}
.project-process-section .listing .grid {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;

    flex-wrap: wrap;
}
.project-process-section .listing .col {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.project-process-section .item .item-img {
    width: 50px;
}
.project-process-section .item .item-content {
    width: calc(100% - 50px);
}
.project-process-section .item-img > span {
    display: block;
    width: 30px;
    height: 30px;

    font-weight: 600;
    line-height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #ff3200;
}
.project-graph-section  .inner-fullwidth {
    overflow: hidden;
}
.project-graph-section h3 {
    z-index: 1;
}

.icon-home-final {
    background-color: #fdfdfd;
}
.icon-item-homefinal img {
    height: 50px;
}
.contentGeneral,
.stepthreeContent.contentGeneral {
    padding-top: 40px;
    padding-bottom: 47px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;

    width: 100%;
    height: 100%;

    background: transparent;
}
.youtube-player {
    position: relative;

    height: 0;
    max-width: 100%;
    padding-bottom: 56.23%;
    margin: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.youtube-player .play {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 72px;
    height: 72px;
    margin-top: -36px;
    margin-left: -36px;

    cursor: pointer;

    background: url(//solarbay.com.au/staging/wp-content/uploads/2017/12/img-click-.svg) no-repeat;
}
.imgClick a {
    padding: 4.5px 0;
}
.contentGeneral h4 {
    display: none;
}
.contentGeneral h3 {
    max-width: 750px;

    font-size: 39px !important;
    line-height: 1.2 !important;

    text-transform: capitalize;
}
.stepFour .imgList {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.stepFour .imgItemSingle {
    padding: 10px 15px;
}
.stepFour .imgList .imgItemSingle {
    width: 33.33333%;
}
.imgItemSingle .button-flip span {
    padding: 8px;
}
.imgItemSingle .single-info img {
    height: 50px;
    margin: 0 auto;
}
.imgItemSingle a {
    display: inline-block;
    padding: 5px 10px;
}
.imgItemSingle .imgWrapper {
    height: 190px;
    margin-bottom: 20px;
    overflow: hidden;
}
.imgItemSingle .imgWrapper img {
    width: 100%;
    margin: 0 auto 20px auto;

    -o-object-fit: cover;
       object-fit: cover;
}
.backgroundVideo img {
    width: 100%;
    margin: 0 auto 20px auto;
}
.stepFive,
.stepfiveContent {
    padding-bottom: 60px;

    background-color: #f7f7f7;
}
.stepSix {
    background-color: #fff;
}
.stepsixContent.contentGeneral {
    padding: 0 0 10px 0;

    background-color: #fff;
}
.icon-home-final {
    background-color: #f7f7f7;
}
/* Solar Info Carousel */
.solar-info-carousel {
    position: relative;

    overflow: hidden;
}
.solar-info-carousel .slick-dots {
    bottom: 0;
}
.solar-info-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 100;
}
.solar-info-carousel .slick-prev:before,
.solar-info-carousel .slick-next:before {
    font-size: 40px;

    content: "";

    opacity: .75;
    color: #ff3b00;
}
.solar-info-carousel .arrow-wrap-prev {
    left: 50px;

    -webkit-animation: bounceLeft 3s infinite;
            animation: bounceLeft 3s infinite;
}
.solar-info-carousel .arrow-wrap-next {
    right: 50px;

    -webkit-animation: bounceRight 3s infinite;
            animation: bounceRight 3s infinite;
}
.solar-info-carousel .arrow-wrap-prev:hover,
.solar-info-carousel .arrow-wrap-next:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}


.solar-info-carousel  section,
.solar-info-carousel  .contentGeneral {
    padding: 20px 0;

    outline: none;
    background: #fff;
}
.tabSolar .nav-tabs {
    margin-top: 0;
}
.tabSolar2 .tab-content {
    width: 93%;
    padding-top: 45px;
    padding-bottom: 0;
}
.stepthreeContent.contentGeneral p {
    margin-top: 0;
}
.solar-benefit {
    display: flex;

    align-items: center;
    flex-wrap: wrap;
}
.solar-benefit .contentImg {
    width: 400px;
}
.solar-benefit .contentMoney {
    width: calc(100% - 400px);
    padding-left: 40px;
}
.solar-benefit .contentMoney ul li {
    text-align: left;
}

.teamSolar .sliderSolar {
    cursor: auto;
}
.latest-news {
    display: -ms-grid;
    display:     grid;

    flex-wrap: wrap;
}
.latest-news .row {
    display: flex;
    margin: 0 -15px;

    flex-wrap: wrap;
}
.latest-news .row > div {
    display: flex;
}
.latest-news .single-news {
    margin-bottom: 30px;

    cursor: auto;
    text-align: left;

    box-shadow: 0 1px 30px #f3f2f2;
}
.teamSolar .single-news p {
    font-family: Gilroy-Bold,sans-serif !important;
    font-size: 18px;
    line-height: 1.2;

    text-align: left;

    color: #4a4a4a;
}
.single-news .single-details {
    padding: 10px;

    background: #fff;
}
.single-news .single-details span {
    display: block;
    margin-bottom: 5px;

    font-size: 12px;

    text-align: left;

    color: #a9a6a6;
}
.single-news img {
    min-height: 200px;

    -o-object-fit: cover;
       object-fit: cover;
}
.single-news figure {
    max-height: 200px;
    overflow: hidden;
}
.single-news .view-more:hover {
    color: #4a4a4a;
}


/* Footer */
.stepsixContent.contentGeneral h3 {
    margin-top: 0;
}
.stepSix {
    padding-top: 25px;
    padding-bottom: 20px;
}
.stepSix .formSolar ul li {
    margin-bottom: 10px !important;
}
.stepSix .formSolar {
    width: 100%;
}
.formSolar input[type="submit"] {
    transition: all .3s ease;

    color: #fff;
    border: 0 !important;
    background: #ff3200;
}
.formSolar .gform_footer {
    border: 0;
}
.formSolar input[type="submit"]:hover {
    border-color: #4a4a4a !important;
    background: #4a4a4a;
}
.formSolar ul li {
    max-width: 33.33333%;
}
.formSolar ul li textarea {
    height: 55px !important;
}
/*.formSolar ul li.message-contact {
    position: absolute;
    top: 40%;
    left: 0;

    max-width: 33.3333% !important;
    padding-left: 15px;
}
#form .formSolar .gform_wrapper .gform_footer {
    position: absolute;
    top: 38%;
    right: 15px;

    float: right;
    width: 100%;
    max-width: 220px;
}*/

.signup-form-horizontal {
    text-align: center;

    background: #f5f5f5;
}
.signup-form-horizontal  .formSolar {
    width: 100%;
}
.signup-form-horizontal .formSolar li {
    width: 33.33333%;
    max-width: 33.33333% !important;
    padding: 0 5px !important;
    margin: 0 !important;
}
.signup-form-horizontal .formSolar .gform_body {
    width: 75%;
}
.signup-form-horizontal .formSolar .gform_footer {
    width: 25% !important;
    max-width: 25% !important;
    margin: 0 !important;
}
.signup-form-horizontal .gform_wrapper form {
    display: flex;
    padding: 0 15px;
    flex-direction: row;

    flex-wrap: nowrap;
}
.signup-form-horizontal .formSolar input[type="submit"] {
    padding: 14.5px 15px !important;

    font-size: 20px !important;

    transition: all .3s ease;

    color: #fff;
    border: 0 !important;
    background: #ff3200;
}
.signup-form-horizontal .formSolar input[type="submit"]:hover,
.signup-form-horizontal .formSolar input[type="submit"]:focus {
    background: #4a4a4a;
}
.signup-form-horizontal  .formSolar .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 33.33333% !important;
    margin: 0 !important;
}
.stepsixContent p {
    margin-top: 10px;
}
.formSolar .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 33.3333% !important;
}
footer h3 {
    font-size: 18px;

    color: #ff6c40;
}
footer .menu {
    padding: 0;
}
footer ul li {
    margin: 0;
}
#cff .cff-item {
    border-bottom: 1px solid rgba(232, 232, 232, .1);
}
footer .footerFirst p:first-child {
    margin-bottom: 15px !important;
}

#cff.cff-default-styles .cff-post-links {
    padding: 1px 0 0 0;

    font-size: 11px;
    line-height: 0;
}
#cff.cff-default-styles .cff-date {
    margin-top: 7px;
    margin-bottom: 0 !important;

    font-size: 11px;
}
#cff .cff-post-links a:first-child {
    color: #ff6c40;
}
#cff.cff-default-styles .cff-post-links a {
    color: #ff6c40;
}

/** Footer **/
.single-post .site-footer h3 {
    font-size: 17px;

    color: #ff4c15;
}
.site-footer {
    position: relative;

    padding-top: 30px;
    padding-bottom: 30px;

    background-color: #4a4a4a;
}
.site-footer:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    opacity: .34;
    background-image: linear-gradient(134deg,#ffc500 0%,#fe2b00 100%);
}


/* About Page */
.container-about-list {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.about-feature-section {
    padding-bottom: 30px;

    background-color: #e7e7e7;
}
.about-feature-section .contentGeneral {
    background-color: transparent;
}
.slider-author {
    flex-wrap: wrap;
}
.operation-single h4 {
    font-size: 22px;

    text-align: left;

    color: #ff3b00;
}
.operation-single {
    display: flex;
    padding: 30px 0;

    flex-wrap: wrap;
}
.operation-single .image {
    width: 300px;
    height: 200px;
}
.operation-single .image img {
    width: 100%;
    height: 100%;
    margin-top: 5px;

    -o-object-fit: cover;
       object-fit: cover;
}
.operation-single .details {
    width: calc(100% - 300px);
    padding-left: 30px;
}
.operation-single .details h4 {
    margin: 0 0 20px 0;
}
.operation-single p {
    font-family: Gilroy-Medium,sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;

    color: #4a4a4a;
}
.about-section-slider {
    padding: 20px 0;
}
.inforAuthor {
    padding-bottom: 40px;
    overflow: hidden;

    background: #e7e7e7;
}
.img-circle {
    margin: 0 auto;
}
.allAuthor p {
    max-width: 100%;
    min-height: 275px;
    margin: 10px 15px;
    margin-bottom: 13px;

    line-height: 22px;

    text-align: left;
}
.allAuthor .buttonStyle {
    display: inline-block;
    padding: 6px 16px !important;
}

.allAuthor .buttonStyle svg {
    width: 12px;
    height: 12px;
    padding-top: 2px;

    transition: all .3s ease;
}
.allAuthor .buttonStyle:hover svg #LinkedIn__x28_alt_x29_ {
    fill: #fff;
}
.allAuthor h4 {
    max-width: 100%;
    margin: 18px auto 0 auto;

    font-size: 19px;
    line-height: 40px;

    text-align: center;
}
.about-operation-list {
    max-width: 800px;
    margin: 0 auto;
}
.about_video_content {
    text-align: center;
}
.about_video_content p {
    margin-bottom: 30px;
}
.about-operation-list ol li {
    margin: 0;

    line-height: 25px;
}




/* Industries*/
.industries-section {
    padding: 40px 0;
}
.industry-description {
    max-width: 655px;
    max-width: 548px;
    padding: 0 0 30px 30px;
    margin: 0 auto;

    font-weight: normal;
    line-height: 32px;
}
.listPage .listAll .icon {
    float: right;
    max-width: 50px;
    margin-left: 10px;
}


/* Contact us */
.contact-us-section {
    padding: 150px 0 30px 0;
}
.contact-us-section h4 {
    margin: 30px 0 5px 0;
}
.contact-us-section .formSolar ul li {
    max-width: 100%;
    padding: 0;
}
.contact-us-section .stepsixContent.contentGeneral {
    padding: 0;

    text-align: left;
}
.contact-us-section .gform_wrapper .gform_heading {
    margin: 0;
}


.commercial-solar-section .editorImageBlockImageLists {
    margin-top: 35px;
}
.commercial-solar-section .sec-title {
    max-width: 500px;
    padding-bottom: 10px;
    margin: 0 auto;
}
.services-list {
    display: flex;
    min-height: 700px;
    padding: 30px 0;

    align-items: center;
}
.services-list .inner {
    max-width: 600px;
    margin: 0 auto;
}
.services-list .sec-content {
    margin: 20px 0;

    font-size: 22px;
}
.services-list p {
    margin-bottom: 20px;
}
.services-list .solar-info-carousel {
    padding-bottom: 30px;
}
#top-section {
    padding-top: 0 !important;
}
.red-btn-big {
    width: 320px;
    padding: 23px;

    text-transform: capitalize;

    color: #4a4a4a;
    background: transparent;
}



/* Outright Commercial Purchases */
.editor-content .stepthreeCommerical.contentGeneral p {
    font-size: 14px !important;
    line-height: 2;
}

.editor-content .contentGeneral.contentGeneral .text-center p,
.editor-content .contentGeneral .text-center h6 {
    text-align: center !important;
}
#ppaBenefits {
    display: flex;
    padding: 50px 0 10px 0;

    flex-wrap: wrap;
}
#ppaBenefits > div {
    margin-bottom: 10px;

    text-align: center;
}
.benefit-list-section .list {
    display: flex;
    margin: 0 -20px;

    flex-wrap: wrap;
}
.benefit-list-section .list > div {
    width: 33.3333%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.benefit-list-section h6 {
    font-size: 22px;

    color: #ff3b00;
}
.benefit-list-section .list-item {
    text-align: center;
}
#infoTop  section,
#infoTop .contentGeneral {
    background: #e7e7e7;
}

/** Single Commercial */
.single-commercial-benefits,
.single-commercial-m-height {
    display: flex;
    min-height: 500px;

    align-items: center;
}
.single-commercial {
    padding: 40px 0;
}
.single-commercial .icon {
    width: 100%;
    height: 75px;
    margin-bottom: 11px;
}
.single-commercial:nth-child(even) {
    background: #f5f5f5;
}
.single-commercial .benefit-list {
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
}
.single-commercial .benefit-list .item {
    display: flex;
    width: 33.33333%;
    padding: 10px;
    margin: 20px 0;
}
.single-commercial .benefit-list .inner-info {
    padding: 10px 15px;
}
.single-commercial .benefit-list .inner-info p {
    text-align: justify;
}
.single-commercial .benefit-list .inner-info h4 {
    margin-bottom: 15px;

    font-size: 20px;
}
.single-commercial .benefit-list .img-holder img {
    width: auto;
    height: 50px;
}
.single-commercial .highlight {
    color: #ff4c15;
}
.commercial-listing-wrapper {
    max-width: 800px;
    margin: 0 auto;

    text-align: center;
}
.commercial-listing-wrapper .grid {
    display: flex;

    align-items: stretch;
    flex-wrap: wrap;
}
.commercial-listing-wrapper .grid .col {
    display: flex;
    width: 25%;
    padding: 10px;
}
.commercial-listing-wrapper .grid span {
    display: block;
    min-height: 70px;
    padding: 40px;

    color: #fff;
    background: #ff3200;
    background-image: linear-gradient(134deg,#ffc500 0%,#fe2b00 100%);

    flex: 1;
}
.single-commercial-listing p {
    line-height: 2;
}
.commercial-listing-wrapper h4 {
    margin-top: 40px;
    margin-bottom: 0;
}


/* Single Blog */
.formBlog.bgColor.stepSix .formSolar.formUpload {
    width: 100%;
}
.formBlog.bgColor.stepSix .formSolar.formUpload:after {
    display: block;
    clear: both;

    content: "";
}
.page-template-blog .formBlog .gform_wrapper .gform_footer {
    margin-left: 66px;
}
.formBlog .gform_wrapper .top_label div.ginput_container {
    margin: 0;
}
.formBlog form ul li.capcha-blog {
    padding-left: 6%;
}
.formBlog form input[type="submit"] {
    width: 100%;
    height: 51px;
    margin-top: 9px !important;
}
.contentPost .rp4wp-related-posts {
    padding-top: 30px;

    text-align: center;

    border-top: 2px solid #ddd;
}
.contentPost .rp4wp-related-posts ul {
    display: flex;
    float: none;
    width: 100% !important;
    max-width: 100%;
    margin: 20px -10px;

    flex-wrap: wrap;
}
.contentPost .rp4wp-related-posts ul li {
    display: flex;
    width: 33.33333%;
    padding: 20px 10px;
}
.rp4wp-related-post-content {
    padding: 10px;

    background: #f5f5f5;
}
.single-post .title {
    margin-bottom: 5px;
}
.single-post  .formBlog.bgColor.stepSix .formSolar.formUpload form ul li.capcha-blog {
    right: 14% !important;
    bottom: 17px !important;
}
.single-post  .formBlog .buttonStyle:hover {
    background: #ff3200 !important;
}
.single-post  .formBlog .formSolar input[type="submit"] {
    padding: 14px 0;

    font-size: 16px !important;

    transition: all .3s ease;

    color: #fff;
    border: 0 !important;
    background: #4a4a4a;
}
.contentPost .rp4wp-related-posts ul {
    margin: 0;
}
.heateor_ffc_facebook_comments {
    padding-bottom: 20px;
}
.heateor_ffc_facebook_comments h4 {
    margin: 0;
}
.rp4wp-related-post-content a {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;

    font-size: 29px;
}
.rp4wp-related-post-content a:hover,
.rp4wp-related-post-content a:visited {
    color: #4a4a4a;
}
.single-post  .formBlog {
    width: 100% !important;
    margin-bottom: 25px;
}
.single-post .formBlog .formSolar.formUpload form .gform_footer.top_label {
    top: -30.5% !important;
    left: 72% !important;
}
.single-post .formBlog .gform_wrapper .gform_footer {
    bottom: 27px !important;
}
.thumnail-single {
    padding: 0;
    margin-bottom: 20px;
}
.thumnail-single img {
    border-radius: 10px;
}
.single-blog-top {
    padding-top: 120px;
    padding-bottom: 25px;
}
.single-post h1 {
    max-width: 100%;

    line-height: 1.1 !important;

    text-align: left;
}
.single-post .userAuthor {
    display: flex;
    padding-top: 25px;

    text-align: left;
}
.single-post .userAuthor p {
    max-width: 100px !important;
    margin: 0;
}
.single-post .all-title-date {
    width: calc(100% - 100px);
}
.date-single:after {
    display: none;
}
.single-post .formBlog .formSolar input[type="submit"]:hover {
    background-color: #ff3200 !important;
}
.single-post .formBlog .formSolar .gform_footer:hover:before,
.single-post .formBlog .formSolar .gform_footer:hover:before,
.single-post .formBlog .buttonStyle:hover:before,
.single-post .formBlog .buttonStyle:hover:before {
    right: 0;

    display: none;
}
.hero-inner ul li a {
    padding: 0 !important;
    margin: 0;
}
.hero-inner ul li img {
    width: 100%;
    height: auto!important;
    max-width: 100%;
    max-height: 40px;

    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -o-object-fit: contain;
       object-fit: contain;
}
#popupExit,
#popupExit2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;

    display: none;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .9);
}
#popupExit .form-inner,
#popupExit2 .form-inner {
    position: absolute;
    top: 50%;
    left: 50%;

    max-width: 400px;
    padding: 20px;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: #fff;
}
#popupExit .form-inner  .newsletter-img,
#popupExit2 .form-inner  .newsletter-img {
    position: absolute;
    top: -10px;
    left: -181px;

    max-width: 300px;
}
#popupExit .form-inner ul li,
#popupExit2 .form-inner ul li {
    padding: 0;
}
#popupExit .form-inner ul li:first-child,
#popupExit2 .form-inner ul li:first-child {
    padding-left: 80px;
}
#popupExit .form-inner h3 span,
#popupExit2 .form-inner h3 span {
    font-size: 17px;
    line-height: 1.3;

    color: #4a4a4a;
}
#popupExit .form-inner h3,
#popupExit2 .form-inner h3 {
    max-width: 100%;
    margin-top: 0;

    font-size: 30px !important;

    color: #ff4c15 !important;
}
#popupExit .gform_wrapper,
#popupExit2 .gform_wrapper {
    overflow: hidden;
}
#popupExit .gform_wrapper .gform_footer,
#popupExit2 .gform_wrapper .gform_footer {
    padding: 0;
    margin: 10px 0 0;

    text-align: center;

    border: 0 !important;
}

#popupExit .gform_wrapper .validation_message,
#popupExit2 .gform_wrapper .validation_message {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 0;
    margin: 0 auto;

    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: center;
}
#popupExit2 .gform_wrapper li.gfield.gfield_error
#popupExit .gform_wrapper li.gfield.gfield_error,
#popupExit .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
#popupExit2 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 13px;
    margin-bottom: 0!important;
    box-sizing: border-box;

    border-top: 0;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, .25);
}
#popupExit2 input,
#popupExit input {
    width: 100%;

    border: 0;
    border-radius: 5px;
}
#popupExit ul li:nth-child(2) input,
#popupExit2 ul li:nth-child(2) input {
    position: relative;
    left: 50%;

    width: 304px !important;
    margin: 0 auto !important;

    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    border: 2px solid #ff4c15;
}
#popupExit input[type="submit"],
#popupExit2 input[type="submit"] {
    font-size: 17px !important;

    border-radius: 35px;
    background: #ff4c15 !important;
}
#popupExit input[type="submit"]:hover,
#popupExit2 input[type="submit"]:hover {
    color: #fff;
    background: #535353 !important;
}
#popupExit label,
#popupExit2 label {
    display: none;
}
#popupExit    .col,
#popupExit2    .col {
    width: 100%;

    flex: auto;
}
#popupExit  h2 > span,
#popupExit2  h2 > span {
    display: block;
}

#popupExit h2,
#popupExit2 h2 {
    margin: 0;

    line-height: 1.1;
}
#popupExit  h2,
#popupExit   p,
#popupExit2  h2,
#popupExit2   p {
    text-align: center;

    color: #fff;
}

#popupExit   .exitPopup,
#popupExit2   .exitPopup {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 9999;

    padding: 3px 10px;

    font-size: 26px;

    color: #535353;
    border: 0;
    background: transparent;
}
#popupExit   .exitPopup:hover,
#popupExit2   .exitPopup:hover {
    cursor: pointer;

    color: #222;
}
#popupExit:hover,
#popupExit:focus,
#popupExit2:hover,
#popupExit2:focus {
    color: #ddd;
    outline: none;
}
#popupExit2.show,
#popupExit.show {
    display: block;
}


/** commercial */

.sub-page .tabSolarNew .tab-content img {
    margin-top: 20px;
}
.sub-page .tabSolar2 h5 {
    max-width: 800px;
    margin: 0 auto 25px auto;
}
.sub-page .tabSolar2 .tab-content {
    width: 85%;
    padding-top: 2px;
}

.sub-page .services-list .inner {
    max-width: 100%;
    margin: 0 auto;
}
#commercialSolar .sec-title h3 {
    text-transform: capitalize;
}

.industry-description {
    max-width: 100%;
}
.services-list .row {
    display: flex;

    align-items: center;
}
.services-list .single-service .inner-text {
    padding: 30px;
}
.services-list .slick-track {
    display: flex;

    align-items: center;
}

.services-list .page-image {
    height: 300px;
    overflow: hidden;

    border-radius: 7px;
}
.services-list .page-image img {
    width: 100%;
    height: 100%;

    border-radius: 7px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .2);

    -o-object-fit: cover;
       object-fit: cover;
}
.services-list .single-service-item .page-image {
    width: 100%;
    height: 100%;
    margin: 0;

    border-radius: 0;
    box-shadow: none;
}
.single-service-item .row {
    display: flex;
    overflow: hidden;

    background: #fff;
    box-shadow: 0 2px 40px 0 #ddd;

    align-items: stretch;
    flex-wrap: wrap;
}
.single-service-item .row > div {
    display: flex;
    width: 50%;
    min-height: 350px;
    padding: 0;

    align-items: center;
}

@media ( max-width:991px ) {
    .single-service-item .row > div:nth-child(2) {
        order: 1;
    }
    .single-service-item .row > div:nth-child(1) {
        order: 2;
    }
    .single-service-item .row > div {
        min-height: auto;
    }
    .single-service-item .inner-text {
        padding: 30px 40px;
    }
    .services-list .single-service-item .page-image {
        min-height: 250px;
    }
}


/** Main Contat Form **/
.contact-form-main {
    width: 100%;
    margin: 10px 0;
}
.contact-form-main label {
    display: none;
}
.contact-form-main input,
.contact-form-main textarea {
    width: 100% !important;
    height: 60px;
    padding: 12.5px 15px !important;
    margin-bottom: 25px;

    font-family: Gilroy-Bold,sans-serif !important;
    font-size: 14px !important;
    font-weight: normal;

    color: #ff3b00;
    border: 2px solid #ff3b00;
    border-radius: 20px;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 11px rgba(0, 0, 0, .13);
}
.contact-form-main textarea {
    height: 60px;
}

.formSolar .contact-form-main p {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.contact-form-main .form-field-recaptcha {
    margin-bottom: 5px;
}
.contact-form-main  input::-webkit-input-placeholder,
.contact-form-main  input,
.contact-form-main  textarea,
.contact-form-main  textarea::-webkit-input-placeholder {
    color: #484848;
}
.contact-form-main  input:-ms-input-placeholder,
.contact-form-main  input,
.contact-form-main  textarea,
.contact-form-main  textarea:-ms-input-placeholder {
    color: #484848;
}
.contact-form-main  input::-ms-input-placeholder,
.contact-form-main  input,
.contact-form-main  textarea,
.contact-form-main  textarea::-ms-input-placeholder {
    color: #484848;
}
.contact-form-main  input::placeholder,
.contact-form-main  input,
.contact-form-main  textarea,
.contact-form-main  textarea::placeholder {
    color: #484848;
}
#form {
    padding: 20px 0;
}
.wpcf7-response-output {
    padding: .2em 1em;
    margin: 0;

    border: 2px solid #f00;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border: 2px solid #484848 !important;
}







/** Industrial */
.grid-industry-list {
    display: flex;
    margin-right: -5px;
    margin-left: -5px;

    flex-wrap: wrap;
}
.grid-industry-list .col-block {
    display: flex;
    width: 33.33333%;
    min-height: 150px;
    padding: 5px;

    text-align: center;

    justify-content: center;
}
.grid-industry-list .col-block .inner {
    display: flex;
    width: 100%;

    background: #f9f9f9;

    align-items: center;
    justify-content: center;
}
.col-block img {
    height: 40px;
}
.col-block h5 {
    font-size: 19px;
}
.sub-page .listPage .listAll {
    padding-bottom: 70px;
}
.tableWhite {
    right: 0;
}
.tableWhite p {
    max-width: 100%;
}
.listAll .list-image {
    position: relative;

    width: 100%;
    height: 400px;
    overflow: hidden;
}
.listAll:nth-child(even) .list-image {
    left: -25%;

    width: 125%;
}
.listFlex .list-image {
    right: 0;

    width: 120%;
}
.listAll img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.imgRight img {
    margin-left: 0;
}
.listAll .list-image:before {
    position: absolute;

    width: 100%;
    height: 100%;

    content: "";

    opacity: .34;
    background-image: linear-gradient(134deg, #ffc500 0%, #fe2b00 100%);
}
.listAll .futureSolar h2 {
    max-width: 418px;
    margin-top: 0;
    margin-bottom: 0;

    font-family: Gilroy-Bold,sans-serif;
    font-size: 40px;
    font-weight: normal;

    color: #4a4a4a;
}
.listAll .futureSolar h2:after {
    display: block;
    width: 200px;
    height: 2px;
    margin-top: 22px;
    margin-bottom: 15px;

    content: "";

    background: #ff3b00;
}

/** Projects **/
.project-page .postBanner h3 {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    padding-bottom: 15px;
    margin: 0;

    text-align: center;

    background: #fff;
}
.project-page .postBanner h3 a {
    height: auto;

    line-height: 1.4;
}
.project-page .postBanner h3:after {
    display: none;
}
.project-page .project-page h3 a {
    height: auto;
}
.project-page .content-project {
    padding: 20px 15px;
}
.page-template-projects .blogItem .postBanner:hover .bg-oranges img {
    -webkit-transform: scale(1);
            transform: scale(1);
}


.equipment-info {
    position: relative;
}
.equipment-info img {
    width: auto;
    max-height: 200px;
    margin-bottom: 20px;
}

.project-equipment-challenge-section .inner-text p {
    margin-bottom: 30px;
    overflow: hidden;

    line-height: 29px;
}
.equipment-info .inner {
    padding: 10px 15px 80px 15px;
}
.equipment-info .inner-title {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 80px;

    line-height: 1.3;
}
.equipment-info .inner-title h4 {
    position: relative;

    font-size: 17px;
    line-height: 1.2;
}
.equipment-info .inner-title h4:after {
    position: absolute;
    top: -11px;
    right: 0;
    left: 0;

    width: 50px;
    height: 5px;
    margin: 0 auto;

    content: "";

    border-radius: 8px;
    background: #ff3200;
}
.content-equipment .grid {
    display: flex;

    flex-wrap: wrap;
}
.content-equipment .grid .col {
    flex: 1;
}
.content-equipment .inner-text {
    padding-right: 60px;
    margin-bottom: 30px;
    overflow: hidden;

    line-height: 29px;
}
.project-equipment-challenge-section .inner-text h2 {
    margin-bottom: 40px;
}

/** About **/
.sub-page .about_video_content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}
.sub-page .operation-single p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}
.operation-single ol {
    padding-left: 18px;
}
.about-slider-section .contentSlider {
    max-width: 90%;
    min-height: 430px;
    margin: 0 auto;
}
.about-slider-section .slick-arrow {
    position: absolute;
    top: 50%;

    width: 24px;
    height: 24px;

    font-size: 40px;
}
.about-slider-section .slick-arrow:before {
    display: none;
}
.about-slider-section  .slick-next {
    right: -44px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 4px solid #ff3200;
    border-right: 4px solid #ff3200;
}
.sliderAbout.about-slider-section  .slick-prev {
    left: -44px;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 4px solid #ff3200;
    border-left: 4px solid #ff3200;
}
.about-page-section {
    display: flex;
    min-height: 500px;
    padding: 40px 0;

    align-items: center;
}
.about-page-section:nth-child(even) {
    background: #f5f5f5;
}








/** Articles  **/
.blogAll .blogItem:first-child {
    margin-bottom: 20px;
}
.formBlog {
    padding-top: 15px;
    padding-bottom: 15px;
}
.contentPost .addtoany_content_top {
    max-width: 62%;
    margin: 5px auto;
}
.blog-categories {
    margin: 0 0 20px 0;
}
.blog-categories ul {
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.blog-categories ul li {
    display: inline-block;
    margin: 0 10px;
}
.blog-categories ul a {
    display: block;

    font-size: 20px;

    color: #4a4a4a;
}
.blog-categories ul a:hover,
.blog-categories li.current-menu-item a,
.blog-categories ul li.active a,
.blog-categories ul a:focus {
    color: #ff3b00;
}
.group-blog .bannerHome .futureSolar h2,
.group-blog .bannerHome .futureSolar h2 a {
    font-size: 17px;
    line-height: 1.3;
}
.formBlog .gform_wrapper .gform_footer {
    position: absolute;
    top: 42px;
    right: 0 !important;
    bottom: 41px;
    left: 830px;

    display: inline-block;
    width: 94px;
    padding: 0;
    margin-left: 75px;

    border: 0;
}
.page-template-blog .futureSolar .brand-button {
    padding: 7px 21px;
}
.listPost img {
    width: 200px;
    height: 155px;
}
.grid-article-list .blog-col img {
    max-width: 100%;
}
.grid-article-list .postBanner {
    padding: 20px 15px;

    background: #fff;
}
.grid-article-list .postBanner h3 {
    max-width: 100%;
    margin: 0 0 10px 0;
}
.grid-article-list .postBanner h3:after {
    display: none;
}
.grid-article-list .postImage {
    height: 200px;
    overflow: hidden;
}
.sub-page .bannerHome .futureSolar .brand-button {
    padding: 7px 21px;
}
.sub-page .white-bg {
    background: #fff;
}
.mashsb-container {
    width: 62.5%;
    margin: 0 auto;
}




/*.single-post .contentPost {
    max-width: 700px;
    margin: 0 auto;
}*/
.single-post .contentPost p,
.single-post .contentPost h2,
.single-post p,
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6,
.single-post ol,
.single-post ul,
.single-post table,
.single-post dl,
.single-post blockquote,
.single-post address,
.single-post figure,
.single-post figcaption,
.mashsb-container {
    max-width: 100%;
}
.sidebar form .row > div {
    width: 100%;
}
.sidebar form p {
    margin: 0 !important;
}
.sidebar  .formSolar input,
.sidebar .forSolar textarea {
    height: 46px;
    margin-bottom: 7px;
}
.sidebar .sidebar-form {
    padding: 10px 20px;

    background: #f5f5f5;
}
.sidebar .sidebar-form h2 {
    font-size: 26px;
    line-height: 1.3;
}
.sidebar .sidebar-form p {
    margin-bottom: 0 !important;

    font-size: 14px;
    line-height: 1.7;
}
.sidebar .formSolar ul li {
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 5px !important;
}
.sidebar  .contact-form-main {
    margin: 20px 0 0 0;
}
.sidebar  .formSolar .gform_wrapper .gform_footer {
    max-width: 100%;
}
.copyright {
    display: flex;
    padding-top: 15px;
    margin-top: 15px;

    border-top: 1px solid #5a5a5a;

    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright ul {
    margin: 0;
}
.copyright ul li {
    position: relative;

    display: inline-block;
}
.copyright ul li:not(:last-child):after {
    display: inline-block;
    margin: 0 5px;

    content: "/";

    color: #7d7c7c;
}
.copyright p {
    margin: 0;

    font-size: 13px;

    color: #a7a3a3;
}


/* Media Queries */
@media ( min-width: 2000px ) {
    #navigation #main-navigation {
        order: 2;
    }
    #navigation #nav-right {
        order: 3;
    }
}
@media ( max-width: 1299px) {
    .carousel-solar-item {
        padding: 30px 50px 0 50px;
    }
}
@media ( max-width: 1199px ) {
    .grid-industry-list .col-block {
        display: flex;
        width: 50%;
    }
    #navigation #main-navigation {
        position: absolute;
        top: 85px;

        width: 100%;
    }
    .call-button a {
        padding: 6.5px 18px;
    }
    #main-navigation ul li a {
        display: block;
        padding: 10px 15px;

        font-size: 15px;

        text-align: right;

        background: #fff;
    }
    .navbar-toggler {
        margin-right: 0;
    }
    .button-flip span {
        padding: 8px 2px 8px 0;
    }
    #navbarSupportedContent ul {
        overflow: hidden;
    }
    .solar-info-carousel .arrow-wrap-prev {
        left: 40px;
    }
    .solar-info-carousel .arrow-wrap-next {
        right: 40px;
    }
    .single-blog-top {
        padding-top: 50px;
    }
    .solar-info-carousel .slick-arrow > button {
        width: 24px;
        height: 24px;
    }

    @-webkit-keyframes bounceLeft {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        40% {
            -webkit-transform: translateX(10px);
                    transform: translateX(10px);
        }
        60% {
            -webkit-transform: translateX(5px);
                    transform: translateX(5px);
        }
    }
    @keyframes bounceLeft {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        40% {
            -webkit-transform: translateX(10px);
                    transform: translateX(10px);
        }
        60% {
            -webkit-transform: translateX(5px);
                    transform: translateX(5px);
        }
    }
    /* /left bounce */


    /* right bounce */
    @-webkit-keyframes bounceRight {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        40% {
            -webkit-transform: translateX(-10px);
                    transform: translateX(-10px);
        }
        60% {
            -webkit-transform: translateX(-5px);
                    transform: translateX(-5px);
        }
    }
    @keyframes bounceRight {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        40% {
            -webkit-transform: translateX(-10px);
                    transform: translateX(-10px);
        }
        60% {
            -webkit-transform: translateX(-5px);
                    transform: translateX(-5px);
        }
    }
    .project-intro-section {
        margin-top: 0;
    }
}
@media ( max-width: 991px ) {
    .bannerHome > .container {
        position: relative;

        display: flex;
        height: 100%;

        align-items: center;
        align-self: center;
    }
    .bannerHome .futureSolar {
        position: relative;
        top: auto;
        right: auto;
        left: auto;

        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
    .solar-benefit .contentMoney {
        width: 100%;
        padding-left: 0;

        order: 1;
    }
    .solar-benefit .contentMoney ul li {
        text-align: left;
    }
    .solar-benefit .contentImg {
        margin: 10px auto;

        order: 2;
    }
    .tabSolar2 .dropdownTab {
        margin-top: 0;
    }
    .formSolar ul li {
        width: 100%;
        max-width: 100%;
    }
    .imgItemSingle .imgWrapper {
        height: auto;
    }
    .stepSix .formSolar {
        padding: 0 15px;
    }
    .contentPost .rp4wp-related-posts ul {
        margin: 20px 0;
    }
    .contentPost .rp4wp-related-posts ul li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;

        background: #f5f5f5;
    }
    .single-blog-top {
        padding: 20px;
    }
    .single-post .userAuthor {
        padding-bottom: 0;
    }
    .formBlog form ul li.emailTo {
        position: relative;

        width: 100%;
        padding-left: 0;
    }
    .single-post .formBlog.bgColor.stepSix .formSolar.formUpload form ul li.capcha-blog {
        position: relative;
        right: 0 !important;
        bottom: 0 !important;

        width: 100%;
        padding: 0 !important;
    }
    .formBlog form ul li.emailTo {
        position: relative;

        width: 100%;
        padding-right: 0;
        padding-right: 0 !important;
        padding-left: 0;
        margin: 10px 0 !important;

        text-align: center;
    }
    .single-post .formBlog .formSolar.formUpload form .gform_footer.top_label {
        position: relative;
        top: 0 !important;
        right: auto !important;
        left: auto !important;

        width: 100% !important;
        max-width: 100%;
        margin: 0 !important;

        text-align: center;
    }
    .formBlog form ul li input {
        max-width: 310px;
    }
    .rp4wp-related-post-content a {
        margin-top: 10px;
        margin-bottom: 20px;

        font-size: 24px;
    }
    .formBlog .new-paper {
        left: 80%;
    }
    section.formBlog.bgColor.stepSix .formSolar.formUpload form ul li.content-form-blog {
        width: 75%;
        padding-left: 60px;
    }
    .single-post .formBlog .formSolar input[type="submit"] {
        margin: 0 !important;
    }
    .single-post h3 {
        font-size: 17px;

        color: #ff4c15;
    }
    .solar-info-carousel .tab-content {
        padding-top: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .solar-info-carousel .slick-prev:before,
    .solar-info-carousel .slick-next:before {
        font-size: 24px;

        content: "";
    }
    .bannerHome,
    .bannerHome .slider-banner img {
        display: flex;
        height: auto;
        min-height: 500px;
    }

    .contact-us-section {
        padding: 20px 0 30px 0;
    }
    .sliderAbout .slick-prev {
        left: 10px;
    }
    .sliderAbout .slick-next {
        right: 35px;
    }
    .slider-author .slick-slide {
        width: 100%;
    }
    .home .futureSolar {
        max-width: 571px;
        padding: 20px 18px;
    }
    .futureSolar h1 {
        max-width: 100%;
        margin: 0;
    }
    .project-intro-section .row > div {
        width: 100%;
    }
    .project-m-height {
        min-height: 300px;
    }
    .project-intro-section .inner-text {
        padding: 10px 0;
    }
    .single-project-section .blogItem img {
        height: 175px;
    }
    .single-project-section .content-project {
        padding: 10px 10px;
    }
    .single-project-section .formSolar .formResult {
        max-width: 100%;
        margin: auto;
    }
    .single-project-section .gform_wrapper ul.gform_fields {
        display: block;
        display: flex;
        max-width: 100%;
        margin: 0 !important;

        flex-wrap: wrap;
        justify-content: center;
    }
    .single-project-section .formSolar .formResult ul li:last-child {
        position: relative;
        top: inherit;
    }
    .single-project-section .formSolar .gform_wrapper .gform_footer {
        position: relative;
        top: 0;
        right: auto;
        left: auto;
        left: auto;

        width: 100%;
        max-width: 33.3333%;
        margin: 0;
    }
    .formBlog form ul li.capcha-blog {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;

        display: flex;
        width: 100%;
        padding: 0 !important;
        margin: 0 auto;

        justify-content: center;
    }
    .formBlog form ul li.emailTo {
        position: relative;

        width: 100%;
        padding: 0 !important;
        margin: 0 0 !important;

        text-align: center;
    }
    .page-template-blog .formBlog .gform_wrapper .gform_footer {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;

        width: 100%;
        padding: 0;
        margin: 0;

        -webkit-transform: translateY(0);
                transform: translateY(0);
        text-align: center;
    }
    .grid-article-list .blog-col {
        margin-bottom: 20px;
    }
    .grid-article-list  .postImage {
        height: auto;
        overflow: hidden;
    }
    .grid-article-list .blog-col img {
        width: 100%;
        max-width: 100%;
    }
}
@media ( max-width: 767px ) {
    .industry-description {
        padding: 0 5px;
    }
    .single-commercial .benefit-list .item {
        width: 50%;
    }
    .benefit-list-section .list > div {
        width: 50%;
    }
    .bannerHome,
    .bannerHome .slider-banner img {
        height: 500px;
    }
    .hero-inner a {
        padding: 4px 24px !important;
        margin: 15px auto;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .dropdownTab {
        margin-top: -10px;
    }
    .solar-benefit {
        margin-top: 20px;
    }
    .latest-news .row > div {
        width: 50%;
    }
    .page-template-home-final .stepThree,
    .BgFull_mobile {
        background-color: #fff !important;
    }
    .carousel-solar-item .nav-tabs {
        top: 50px;

        display: none;

        border: 0;
        border-radius: 2px;

        flex-wrap: wrap;
    }
    .tab-pane p {
        max-width: 100%;
        margin: 0 auto;

        text-align: left;
    }
    .carousel-solar-item .nav-tabs.showTab {
        display: block;
    }

    .carousel-solar-item .tabSolar .nav-tabs {
        position: absolute;
        left: 50%;

        width: 162px;
        margin-top: 45px;

        -webkit-transform: translate(-50%);
                transform: translate(-50%);

        border: 0;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, .13);
    }
    .formSolar {
        max-width: 100% !important;
    }
    .formSolar ul li.message-contact {
        padding-left: 0;
    }
    .formSolar ul li input,
    .formSolar ul li textarea {
        padding: 8.5px 15px !important;
    }
    .solar-info-carousel {
        padding: 0 20px 20px 20px;
    }
    .signup-form-horizontal form .gform_footer input[type="submit"] {
        font-size: 15px !important;
        line-height: 1 !important;

        border-radius: 17px;
    }
    .formSolar form .gform_footer input[type="submit"] {
        font-size: 19px !important;

        border-radius: 17px;
    }
    footer ul li {
        display: inline-block;
        margin-right: 11px;
    }
    footer {
        padding: 20px 0;
        padding-bottom: 25px;
    }
    .single-post section.formBlog.bgColor.stepSix .formSolar.formUpload form .gform_footer.top_label {
        position: relative;
        top: auto !important;
        bottom: 0 !important;
    }
    .single-post .formBlog.bgColor.stepSix .formSolar.formUpload form ul li.emailTo {
        position: inherit;

        display: inline-block;
        width: 100%;
        padding-left: 0;
        margin: 10px 0 !important;
        clear: none;
    }
    .single-post .formBlog {
        margin: 0 0 20px 0;
    }
    .single-post .formBlog .gform_body {
        padding-left: 0;
    }
    .thumnail-single img {
        max-width: 100%;
        margin-left: 0;
    }
    .home .teamSolar .sliderSolar {
        margin: 0;
    }
    .operation-single .details {
        width: 100%;
        padding-left: 0;
        margin: 30px 0;
    }
    .listFlex .list-image {
        width: 100%;
    }
    .listAll .list-image {
        width: 100%;
        height: auto;
    }
    .solar-info-carousel .slick-arrow {
        width: 24px;
        height: 24px;
    }
    .img-wrap {
        margin-bottom: 3px;
    }
    .carousel-solar-item .text-center {
        text-align: center;
    }
    .carousel-solar-item .tab-pane p {
        text-align: center;
    }
    .carousel-solar-item .tab-content .single-info img {
        width: auto;
        height: 50px !important;
    }
    .single-tab .image-and-text .text-left,
    .single-tab .single-info h4 {
        text-align: center;
    }
    .single-tab .imgItemSingle .imgWrapper,
    .imgItemSingle .imgWrapper {
        height: 150px;
    }
    .single-tab .imgList .imgItemSingle,
    .stepFour .imgList .imgItemSingle {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .site-footer,
    .site-footer .footerFour {
        text-align: left;
    }
    .contentPost .addtoany_content_top {
        max-width: 100%;
    }
    .single-blog-top {
        padding: 20px 0;
    }
    .single-post p {
        max-width: 100%;
    }
    .about-us-section,
    .commercial-solar-section,
    .why-choose-section,
    .recent-projects-section,
    .latest-articles-section {
        min-height: 500px;
    }
    .projects-list .row {
        display: flex;

        flex-wrap: wrap;
    }
    .projects-list .row > div {
        display: flex;
    }
    .project-process-section .listing .col {
        width: 100%;
    }
    .project-process-section .listing .item p {
        min-height: auto;
    }
    .project-features-section .listing .col {
        padding: 20px 10px;
    }
    .single-project-section .formSolar .formResult ul li {
        width: 100%;
        margin-bottom: 10px !important;
    }
    .single-project-section .formSolar .formResult .top_label div.ginput_container {
        display: flex;

        justify-content: center;
    }
    .page-template-blog .formBlog .gform_wrapper .gform_footer {
        top: 0;
        left: 0;
    }
    .commercial-listing-wrapper .grid .col {
        width: 50%;
        padding: 0;
    }
}
@media ( max-width: 649px ) {
    .signup-form-horizontal .formSolar li {
        width: 100%;
        max-width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
    .signup-form-horizontal .formSolar .gform_body {
        width: 100%;
    }
    .signup-form-horizontal .formSolar .gform_footer {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 5px;
        margin: 0 !important;
    }
    .signup-form-horizontal .gform_wrapper form {
        flex-wrap: wrap;
    }
    #popupExit .form-inner .newsletter-img {
        top: 35px;
        left: -35px;

        max-width: 135px;
    }
    #popupExit .form-inner h3 {
        font-size: 25px !important;
    }
    #popupExit .gform_wrapper form {
        padding: 0;
    }
}
@media ( max-width: 579px ) {
    .stepFour .imgList .imgItemSingle {
        width: 100%;
    }
    .stepFour .imgItemSingle {
        margin-bottom: 20px;
    }
    .latest-news .row > div {
        width: 100%;
    }
    .benefit-list-section .list > div {
        width: 100%;
    }
    .benefit-list-section .list {
        margin: 0;
    }
    .projects-list > .row > div {
        width: 100%;
    }
    .single-project-section .blogItem .row > div {
        width: 100%;
    }
}
@media ( max-width: 575px ) {
    section.formBlog.bgColor.stepSix .formSolar.formUpload form ul li.content-form-blog {
        width: 100%;
    }
    .single-post .formBlog {
        margin: 0 auto 20px auto !important;
    }
    .button-flip span > span {
        display: none;
    }
    .site-footer,
    .site-footer .footerFour {
        text-align: left;
    }
    .project-features-section .listing .col {
        width: 50%;
        padding: 20px 10px;
    }
    .project-intro-section  .breadcrumb .row > div:first-child {
        width: calc(100% - 165px);

        line-height: 1;
    }
    .project-intro-section  .breadcrumb .row > div:last-child {
        width: 165px;
    }
}
@media ( max-width: 420px ) {
    #popupExit .form-inner {
        max-width: 310px;
        padding: 20px 5px;
    }
    #popupExit ul li:nth-child(2) input {
        width: 100% !important;
    }
    #popupExit .gform_wrapper {
        overflow: visible;
    }
    #popupExit .form-inner .newsletter-img {
        left: -95px;
    }
    .futureSolar h1 {
        font-size: 26px;
    }
    .call-button .brand-button span:first-child {
        display: none;
    }
    .call-button a {
        padding: 6.5px 15px;
    }
}
