@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Extra Light';
    src: url('../fonts/Gotham-ExtraLight.eot');
    src: url('../fonts/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-ExtraLight.woff2') format('woff2'),
        url('../fonts/Gotham-ExtraLight.woff') format('woff'),
        url('../fonts/Gotham-ExtraLight.ttf') format('truetype'),
        url('../fonts/Gotham-ExtraLight.svg#Gotham-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-Ultra.eot');
    src: url('../fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Ultra.woff2') format('woff2'),
        url('../fonts/Gotham-Ultra.woff') format('woff'),
        url('../fonts/Gotham-Ultra.ttf') format('truetype'),
        url('../fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Thin';
    src: url('../fonts/Gotham-Thin.eot');
    src: url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff'),
        url('../fonts/Gotham-Thin.ttf') format('truetype'),
        url('../fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton-Regular.eot');
    src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff'),
        url('../fonts/Anton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*======SCROLL BAR STYLE BEGIN ========*/

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #221F1F;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #102328;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #102328;
}

/*======SCROLL BAR STYLE END ========*/

/*===== GENERAL CLASSES BEGIN ======*/

.elementor .alexform-more-button {
    font-family: "Gotham Bold";
    transition: all 0.5s ease-in-out;
}

.gotham-book {
    font-family: 'Gotham Book'
}

.gotham-bold {
    font-family: 'Gotham Bold';
}

.gotham-medium {
    font-family: "Gotham Medium";
}

.gotham-black {
    font-family: "Gotham Black";
}

.rollover i,
.post-rollover i,
.rollover-video i,
.enable-bg-rollover .post-thumbnail-rollover:after,
.enable-bg-rollover .gallery-rollover,
.enable-bg-rollover.hover-scale figure:after {
    background-color: unset !important;
}

.img-hover .rollover img {
    transition: transform .25s ease-out, opacity .25s ease-out;
}

.img-hover .rollover:hover img {
    transform: scale(1.2);
}

/*===== GENERAL CLASSES END ======*/


/*===== HOME BUILT FOR PERFORMANCE BEGIN =====*/

.elementor-element.home-built-row::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: #E41F21;
}

.home-colm-height .e-con-full.e-con.e-child {
    height: 425px;
}

@media screen and (max-width: 1150px) {
    .elementor-element.home-built-row::before {
        height: 340px;
    }

    .home-colm-height .e-con-full.e-con.e-child {
        height: 203px;
    }
}

@media screen and (max-width: 991px) {
    .elementor-element.home-built-row::before {
        height: 280px;
    }

    .home-colm-height .e-con-full.e-con.e-child {
        height: 185px;
    }
}

@media screen and (max-width: 767px) {
    .elementor-element.home-built-row::before {
        height: 365px;
    }

    .home-colm-height .e-con-full.e-con.e-child {
        height: 295px;
    }
}

/*===== HOME BUILT FOR PERFORMANCE END =====*/

/*===== HOME PORTFOLIO BEGIN =====*/

.portfolio-home {
    width: 100%;
}

.portfolio-home .ele-entry-title {
    padding-bottom: 20px;
    position: relative;
}

.portfolio-home .ele-entry-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    background: url(../images/alex-form-white-logo.svg) no-repeat scroll center center;
    width: 120px;
    height: 11px;
    background-size: contain;
}

.portfolio-home article {
    cursor: pointer;
}

.portfolio-home article.post.visible:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(38deg, rgba(228, 31, 33, 1) 4%, rgba(228, 31, 33, 0.15) 40%, rgba(228, 31, 33, 0) 100%) !important;
    z-index: 1;
}

.portfolio-home article.post.visible.forward-post {
    height: 390px !important;
}

/*===== HOME PORTFOLIO END =====*/


/*===== HOME CONTACT BEGIN ======*/

.title-img {
    position: relative;
    display: inline-block;
}

.title-img:before {
    content: "";
    position: absolute;
    background: url(../images/Vector-new.svg) no-repeat scroll center center;
    width: 175px;
    height: 70px;
    bottom: 40px;
    right: -75px;
    background-size: contain;
}

.alex-form-label {
    font: normal 18px / 26px "Gotham Book";
    color: #6a6a6a;
}

.alex-contact-form input[type="text"],
.alex-contact-form input[type="email"],
.alex-contact-form input[type="tel"] {
    background: #f1f2f2;
    height: 50px;
    border: none !important;
}

.alex-contact-form textarea {
    background: #f1f2f2;
    border: none !important;
    resize: none;
}

.alex-contact-form input[type="submit"],
.alex-contact-form input[type="submit"]:hover {
    width: 100%;
    height: 50px;
    font: normal 18px / 26px "Gotham Bold" !important;
    background: #e41f21 !important;
}

.alex-contact-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.alex-contact-form .wpcf7-not-valid-tip {
    display: block;
    font: normal 18px / 26px "Gotham Book";
    color: #e41f21;
}

.blue-title {
    color: #29B7CA;
}

@media screen and (max-width: 1024px) {
    .title-img:before {
        width: 135px;
        height: 54px;
        top: 30px;
        right: -35px;
    }
}

@media screen and (max-width: 991px) {
    .title-img:before {
        width: 135px;
        height: 54px;
        bottom: 30px;
        right: -35px;
    }
}

@media screen and (max-width: 767px) {
    .title-img:before {
        width: 110px;
        height: 43px;
        bottom: 10px;
        right: -10px;
    }
}

/*===== HOME CONTACT END ======*/

/*===== PRODUCTS PAGE (COLD FORMED) BEGIN PRODUCT-GRID AGIEN ======*/

.portfolio-cold-formed .e--selected span {
    color: #29B7CA;
    position: relative;
}

.portfolio-cold-formed span {
    transition: all 0.12s ease-in-out;
    font-family: "Gotham Black";
}

.portfolio-cold-formed .tab-hover-cold span:hover {
    color: #29B7CA;
}

.portfolio-cold-formed .e--selected span:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #29B7CA;
}

.portfolio-grid article:first-child {
    grid-column: span 2;
    background: #BCBDBF !important;
}

.portfolio-grid article:first-child .elementor-post__title {
    width: 155px;
    padding: 40px 0px 0px 40px;
    position: absolute;
}

.portfolio-grid article:first-child .elementor-post__text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 40px 30px 40px;
}

.portfolio-grid article:first-child .elementor-post__excerpt p {
    color: #ffffff !important;
}

.portfolio-grid .elementor-posts>article:nth-child(2),
.portfolio-grid .elementor-posts>article:nth-child(3) {
    display: flex;
    justify-content: space-between;
}

.portfolio-grid .elementor-posts>article:nth-child(2) .elementor-post__title,
.portfolio-grid .elementor-posts>article:nth-child(3) .elementor-post__title {
    width: 135px;
    padding: 40px 0px 0px 30px;
}

.portfolio-grid .elementor-posts>article:nth-child(2) .elementor-post__text,
.portfolio-grid .elementor-posts>article:nth-child(3) .elementor-post__text {
    flex-grow: 0.5 !important;
    padding: 33px 0px 0px 30px;
}

.portfolio-grid .elementor-posts>article:nth-child(n+4) {
    padding-bottom: 45px;
}

.portfolio-grid .elementor-posts>article:nth-child(n+4) .elementor-post__title {
    width: 130px;
    padding: 25px 0px 0px 30px;
}

.portfolio-grid .elementor-posts>article:nth-child(n+4) .elementor-post__read-more {
    margin-left: 30px;
}

.portfolio-grid .elementor-post__read-more {
    align-self: center !important;
    background: #29B7CA !important;
    color: #fff !important;
    padding: 12px 25px;
    font-family: "Gotham Bold";
    border-radius: 5px;
    border: 1px solid #29B7CA;
    transition: all 0.3s ease;
}

.portfolio-grid .elementor-post__read-more:hover {
    background: #fff !important;
    color: #29B7CA !important;
}

.pdfsel-select-btn, .pdfsel-download-btn {
    cursor: pointer;
}


@media screen and (max-width: 1024px) {

    .portfolio-grid .elementor-posts>article:nth-child(2) .elementor-post__text,
    .portfolio-grid .elementor-posts>article:nth-child(3) .elementor-post__text {
        flex-grow: 0.9 !important;
        padding: 39px 0px 0px 30px;
    }
}

@media screen and (max-width: 991px) {

    .portfolio-grid .elementor-posts>article:nth-child(2),
    .portfolio-grid .elementor-posts>article:nth-child(3) {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {

    .portfolio-grid article:first-child {
        grid-column: auto;
    }

    .portfolio-grid article:first-child .elementor-post__text {
        flex-direction: column;
    }

    .portfolio-grid .elementor-post__read-more {
        align-self: flex-start !important;
    }

    .portfolio-grid article:first-child .elementor-post__title {
        padding: 40px 0px 0px 30px;
    }

    .portfolio-grid article:first-child .elementor-post__text {
        padding: 30px 40px 30px 30px;
    }
}


.btn-download a:after {
    content: "";
    position: absolute;
    background: url(../images/Group-1171275032.png) no-repeat scroll center center;
    width: 14px;
    height: 16px;
    bottom: 6px;
    right: 35px;
    background-size: cover;
}

.btn-select a:after {
    content: "";
    position: absolute;
    background: url(../images/Vector-2.png) no-repeat scroll center center;
    width: 13px;
    height: 11px;
    right: 25px;
    bottom: 10px;
    background-size: cover;
}

@media screen and (max-width: 1024px) {

    .btn-download a:after {
        right: 6px;
    }

}

@media screen and (max-width: 768px) {

    .btn-select a:after {
        width: 10px;
        height: 9px;
        right: 11px;
        bottom: 11px;
    }

    .btn-download a:after {
        width: 12px;
        height: 14px;
        bottom: 7px;
        right: 18px;
    }

}


/*===== PRODUCTS PAGE (COLD FORMED) END PRODUCT-GRID AGIEN ======*/

/*===== PRODUCTS PAGE (SHEETS) BEGIN PRODUCT-GRID AGIEN ======*/

.portfolio-sheets .elementor-posts>article:nth-child(2) .elementor-post__title,
.portfolio-sheets .elementor-posts>article:nth-child(3) .elementor-post__title {
    width: auto;
}

.portfolio-sheets article:nth-child(2) .elementor-post__thumbnail__link,
.portfolio-sheets article:nth-child(3) .elementor-post__thumbnail__link {
    top: 35px;
}

.portfolio-sheets .elementor-posts>article:nth-child(2) .elementor-post__text,
.portfolio-sheets .elementor-posts>article:nth-child(3) .elementor-post__text {
    padding: 35px 0px 0px 30px;
}

.portfolio-sheets .e--selected span {
    color: #1e2a4c;
}

.portfolio-sheets .tab-hover-cold span:hover {
    color: #1e2a4c;
}

.portfolio-sheets .e--selected span:before {
    background: #1e2a4c;
}

.portfolio-sheets .elementor-post__read-more {
    background: #1e2a4c !important;
    border: 1px solid #1e2a4c;
}

.portfolio-sheets .elementor-post__read-more:hover {
    color: #1e2a4c !important;
}

.portfolio-sheets .elementor-posts>article:nth-child(n+4) .elementor-post__title {
    width: auto;
}

.download-navy .btn-download a:after {
    background: url(../images/downlod-navy-blue.png) no-repeat scroll center center;
    background-size: cover;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {

    .portfolio-sheets .elementor-posts>article:nth-child(2) .elementor-post__text,
    .portfolio-sheets .elementor-posts>article:nth-child(3) .elementor-post__text {
        padding: 63px 0px 0px 30px;
    }

}

@media screen and (max-width: 991px) {

    .portfolio-sheets .elementor-posts>article:nth-child(2) .elementor-post__text,
    .portfolio-sheets .elementor-posts>article:nth-child(3) .elementor-post__text {
        padding: 25px 0px 0px 30px;
    }
}

@media screen and (max-width: 767px) {

    .portfolio-sheets article:first-child .elementor-post__thumbnail__link {
        top: 25px;
    }

}

/*===== PRODUCTS PAGE (SHEETS) END PRODUCT-GRID AGIEN ======*/

/*===== PRODUCTS PAGE (PANEL) BEGIN PRODUCT-GRID AGIEN ======*/

.portfolio-panel article:first-child {
    background: #BE1E2D !important;
}

.portfolio-panel article:first-child .elementor-post__title,
.portfolio-panel .elementor-posts>article:nth-child(2) .elementor-post__title,
.portfolio-panel .elementor-posts>article:nth-child(3) .elementor-post__title {
    width: auto;
}

.portfolio-panel .portfolio-grid article:first-child .elementor-post__thumbnail img {
    top: calc(65% + 1px);
}

.portfolio-panel .portfolio-grid article:first-child .elementor-post__thumbnail.elementor-fit-height img {
    height: 60%;
}

.portfolio-panel .elementor-posts>article:nth-child(2) .elementor-post__text,
.portfolio-panel .elementor-posts>article:nth-child(3) .elementor-post__text {
    padding: 36.2px 0px 0px 30px;
}

.portfolio-panel .elementor-posts>article:nth-child(n+4) .elementor-post__thumbnail__link {
    top: 15px;
}

.portfolio-panel .e--selected span {
    color: #BE1E2D;
}

.portfolio-panel .tab-hover-cold span:hover {
    color: #BE1E2D;
}

.portfolio-panel .e--selected span:before {
    background: #BE1E2D;
}

.portfolio-panel .elementor-post__read-more {
    background: #221F1F !important;
    border: 1px solid #221F1F;
}

.portfolio-panel .elementor-post__read-more:hover {
    color: #221F1F !important;
}

.portfolio-panel .elementor-posts>article:nth-child(n+4) .elementor-post__title {
    width: auto;
}

.text-download-panel .btn-download a:after {
    background: url(../images/panel-icon-download.png) no-repeat scroll center center !important;
    background-size: cover !important;
}

.text-download-panel .btn-select a:after {
    background: url(../images/panel-arrow.png) no-repeat scroll center center !important;
    background-size: cover !important;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {

    .portfolio-panel article:first-child .elementor-post__thumbnail__link {
        top: 20px;
    }

    .portfolio-panel article:nth-child(2) .elementor-post__thumbnail__link,
    .portfolio-panel article:nth-child(3) .elementor-post__thumbnail__link {
        top: 35px;
    }

    .portfolio-panel .elementor-posts>article:nth-child(2) .elementor-post__text,
    .portfolio-panel .elementor-posts>article:nth-child(3) .elementor-post__text {
        padding: 88px 0px 0px 30px;
    }
}

@media screen and (max-width: 991px) {

    .portfolio-panel article:nth-child(2) .elementor-post__thumbnail__link,
    .portfolio-panel article:nth-child(3) .elementor-post__thumbnail__link {
        top: 25px;
    }
}

@media screen and (max-width: 767px) {

    .portfolio-panel article:first-child .elementor-post__thumbnail__link {
        top: 25px;
    }

}

/*===== PRODUCTS PAGE (PANEL) END PRODUCT-GRID AGIEN ======*/


/*===== PRODUCTS PAGE (SOLAR) BEGIN PRODUCT-GRID AGIEN ======*/

.portfolio-solar article:first-child {
    background: #F2C333 !important;
}

.portfolio-solar article:first-child .elementor-post__title,
.portfolio-solar .elementor-posts>article:nth-child(2) .elementor-post__title,
.portfolio-solar .elementor-posts>article:nth-child(3) .elementor-post__title {
    width: 235px;
}

.portfolio-solar .elementor-posts>article:nth-child(n+4) .elementor-post__title {
    width: 220px !important;
}

.portfolio-solar .elementor-posts>article:nth-child(1) .elementor-post__thumbnail__link,
.portfolio-solar .elementor-posts>article:nth-child(2) .elementor-post__thumbnail__link,
.portfolio-solar .elementor-posts>article:nth-child(3) .elementor-post__thumbnail__link {
    top: 40px;
}

.portfolio-solar .elementor-posts>article:nth-child(2) .elementor-post__text,
.portfolio-solar .elementor-posts>article:nth-child(3) .elementor-post__text {
    padding: 58px 0px 0px 30px;
}

.portfolio-solar .elementor-posts>article:nth-child(n+4) .elementor-post__text {
    position: absolute;
    bottom: 30px;
}

.portfolio-solar .elementor-posts>article:nth-child(n+4) {
    padding-bottom: unset;
    position: relative;
}

.portfolio-solar .elementor-posts>article:nth-child(5) .elementor-post__thumbnail__link,
.portfolio-solar .elementor-posts>article:nth-child(6) .elementor-post__thumbnail__link {
    top: 30px;
}

.portfolio-solar .elementor-posts>article:nth-child(4) img,
.portfolio-solar .elementor-posts>article:nth-child(7) img {
    width: 195px;
}

.portfolio-solar .elementor-posts>article:nth-child(4) .elementor-post__thumbnail__link,
.portfolio-solar .elementor-posts>article:nth-child(7) .elementor-post__thumbnail__link {
    top: -25px;
}

.portfolio-solar .e--selected span {
    color: #F2C333;
}

.portfolio-solar .tab-hover-cold span:hover {
    color: #F2C333;
}

.portfolio-solar .e--selected span:before {
    background: #F2C333;
}

.portfolio-solar .elementor-post__read-more {
    background: #221F1F !important;
    border: 1px solid #221F1F;
}

.portfolio-solar .elementor-post__read-more:hover {
    color: #221F1F !important;
}

.portfolio-solar article:first-child .elementor-post__excerpt p {
    color: #221F1F !important;
}

.portfolio-solar .elementor-posts>article:nth-child(n+4) .elementor-post__title {
    width: auto;
}

.solar-download-sheets .btn-download a:after {
    background: url(../images/download-solar-img.png) no-repeat scroll center center;
    background-size: cover;
}


@media screen and (min-width: 992px) and (max-width: 1024px) {

    .portfolio-solar .elementor-posts>article:nth-child(5) .elementor-post__thumbnail__link,
    .portfolio-solar .elementor-posts>article:nth-child(6) .elementor-post__thumbnail__link {
        top: 43px;
    }

    .portfolio-solar .elementor-posts>article:nth-child(n+4) .elementor-post__title {
        width: 170px !important;
    }

    .portfolio-solar .elementor-posts>article:nth-child(2) .elementor-post__text,
    .portfolio-solar .elementor-posts>article:nth-child(3) .elementor-post__text {
        padding: 94px 0px 0px 30px;
    }

    .portfolio-solar .elementor-posts>article:nth-child(4) .elementor-post__thumbnail__link,
    .portfolio-solar .elementor-posts>article:nth-child(7) .elementor-post__thumbnail__link {
        top: 0px;
    }
}

@media screen and (max-width: 991px) {

    .portfolio-solar .elementor-posts>article:nth-child(n+4) .elementor-post__title {
        width: 268px !important;
    }

    .portfolio-solar .elementor-posts>article:nth-child(4) img,
    .portfolio-solar .elementor-posts>article:nth-child(7) img {
        width: 80%;
    }

    .portfolio-solar .elementor-posts>article:nth-child(5) .elementor-post__thumbnail__link,
    .portfolio-solar .elementor-posts>article:nth-child(6) .elementor-post__thumbnail__link {
        top: 0px;
    }

}

@media screen and (max-width: 767px) {

    .portfolio-solar .elementor-posts>article:nth-child(4) .elementor-post__thumbnail__link,
    .portfolio-solar .elementor-posts>article:nth-child(7) .elementor-post__thumbnail__link {
        top: -30px;
    }

    .portfolio-solar .elementor-posts>article:nth-child(4) img,
    .portfolio-solar .elementor-posts>article:nth-child(7) img {
        width: 280px !important;
    }

    .portfolio-solar .elementor-posts>article:nth-child(5) .elementor-post__thumbnail__link,
    .portfolio-solar .elementor-posts>article:nth-child(6) .elementor-post__thumbnail__link {
        top: -15px;
    }

}

/*===== PRODUCTS PAGE (SOLAR) END PRODUCT-GRID AGIEN ======*/

/*===== METALIGHT FACADES BEGIN ======*/

.elementor-element.shadow-background-img::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1000px;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, -0.85) 70%, rgba(0, 0, 0, 0) 77%);
}

.elementor-element.img-vertical::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 597.5px;
    background: url(../images/metalight-facades-secound-2-img.webp) no-repeat scroll center center;
    background-size: cover;
    border-radius: 10px;
}

.elementor-element.img-architectural::before {
    background: url(../images/metalight-facades-4-2-img.webp) no-repeat scroll center center;
    background-size: cover;
}

.elementor-element.img-highend::before {
    background: url(../images/metalight-facades-5-2-img.webp) no-repeat scroll center center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .elementor-element.img-vertical::before {
        height: 487px;
    }
}

@media screen and (max-width: 500px) {
    .elementor-element.img-vertical::before {
        position: relative;
        height: 597.5px;
    }
}

/*===== METALIGHT FACADES END ======*/

/*===== ABOUT US BEGIN ======*/

.elementor-element.shadow-background-img-about::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1000px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 18%, rgba(0, 0, 0, 0.15) 42%, rgba(0, 0, 0, 0) 77%);
}

.elementor-element.shadow-background-img-about-right::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
}

/*===== ABOUT US END ======*/

/*===== INEER PRODUCT PAGE BEGIN ======*/

.related-product .ele-entry-title {
    text-align: left;
    padding: 30px 0 0 30px;
}

.related-product article:hover .post-thumbnail-wrap {
    transform: translateY(-10px);
}

.related-product .post-thumbnail-wrap {
    transition: transform 0.3s ease;
}

/*===== INEER PRODUCT PAGE END ======*/

/*===== INEER PROJECT PAGE BEGIN ======*/

.btn-related-project .elementor-post-navigation {
    gap: 35px;
}

.btn-related-project .elementor-post-navigation a {
    border: 1px solid #BE1E2D;
    justify-content: space-evenly;
    padding: 5px 10px;
    border-radius: 5px;
    transition:
        background-color .3s ease,
        color .3s ease,
        border-color .3s ease,
        border-radius .3s ease;
}

.btn-related-project .elementor-post-navigation a span,
.btn-related-project .elementor-post-navigation a svg,
.btn-related-project .elementor-post-navigation a .post-navigation__arrow-wrapper {
    transition: color .3s ease, fill .3s ease;
}

/* Previous */
.btn-related-project .elementor-post-navigation .elementor-post-navigation__prev a {
    background: #ffffff;
    color: #BE1E2D;
    justify-content: space-evenly;
}

.btn-related-project .elementor-post-navigation .elementor-post-navigation__prev a:hover {
    background: #BE1E2D;
    color: #ffffff;
}

.btn-related-project .elementor-post-navigation .elementor-post-navigation__prev a:hover span,
.btn-related-project .elementor-post-navigation .elementor-post-navigation__prev a:hover svg,
.btn-related-project .elementor-post-navigation .elementor-post-navigation__prev a:hover .post-navigation__arrow-wrapper {
    color: #ffffff;
    fill: #ffffff;
}

/* Next */
.btn-related-project .elementor-post-navigation .elementor-post-navigation__next a {
    background: #BE1E2D;
    color: #ffffff;
    justify-content: space-evenly;
}

.btn-related-project .elementor-post-navigation .elementor-post-navigation__next a span,
.btn-related-project .elementor-post-navigation .elementor-post-navigation__next a svg,
.btn-related-project .elementor-post-navigation .elementor-post-navigation__next a .post-navigation__arrow-wrapper {
    color: #ffffff !important;
    fill: #ffffff;
}

.btn-related-project .elementor-post-navigation .elementor-post-navigation__next a:hover {
    background: #ffffff;
    color: #221F1F;
}

.btn-related-project .elementor-post-navigation .elementor-post-navigation__next a:hover span,
.btn-related-project .elementor-post-navigation .elementor-post-navigation__next a:hover svg,
.btn-related-project .elementor-post-navigation .elementor-post-navigation__next a:hover .post-navigation__arrow-wrapper {
    color: #221F1F !important;
    fill: #221F1F;
}

/*===== INEER PROJECT PAGE END ======*/

/*===== OUR HISTORY PAGE BEGIN ======*/

.elementor-element.line-our-history::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 44%;
    width: 13%;
    height: 100%;
    background: #E41F21;
}

.elementor-element.background-founder::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    background: #F1F2F2;
}


@media screen and (max-width: 1024px) {
    .elementor-element.line-our-history::before {
        left: 74%;
    }

    .elementor-element.background-founder::before {
        height: 85%;
    }
}

@media screen and (max-width: 768px) {
    .elementor-element.line-our-history::before {
        left: 85%;
        width: 100px;
    }

}

/*===== OUR HISTORY PAGE END ======*/