/**
 * Theme Name:     Hello Elementor Child
 * Author:         Hello Elementor
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */



body {
    max-width: 1920px;
    margin: 0 auto !important;
    background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

a,
img,
input,
button {
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
}


.cta-btn .elementor-button {
    display: block;
}

.main-header {
    background: #fff;
}

header.page-header {
    display: none;
}

.header-phone {}

.header-phone .elementor-icon-box-wrapper {
    align-items: center !important;
}

.header-phone .elementor-icon-box-title {
    margin: 0;
}

.header-phone .elementor-icon-box-description a {
    color: #B21421;
}

.header-phone .elementor-icon-box-icon {
    height: 42px;
    width: 42px;
    background: #B21421;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .elementor-nav-menu--main a:focus,
.main-header .elementor-nav-menu--main a:hover {
    text-decoration: underline;
}

.main-header .mobile-menu-link {
    display: none !important;
}

/**/

.roofing-block .elementor-post__thumbnail:after {
    content: "";
    position: absolute;
    background: rgb(178 20 33 / 59%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
}

.roofing-block .elementor-post__thumbnail:hover:after {
    background: rgb(178 20 33 / 70%);
}

.roofing-block .elementor-post__text {
    padding: 0 25px !important;
}

.insulation-block .elementor-post__thumbnail:after {
    content: "";
    position: absolute;
    background: rgb(26 82 106 / 59%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
}

.insulation-block .elementor-post__thumbnail:hover:after {
    background: rgb(26 82 106 / 70%);
}



/**/

.footer-info .elementor-icon-box-title {
    margin: 0;
}


.footer-info .elementor-icon-box-description a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a {
    color: rgb(255 255 255 / 55%);
    text-decoration: underline !important;
}

.footer-bottom a:hover {
    color: rgb(255 255 255 / 90%);
    text-decoration: underline;
}


/**/


.contact-from {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.contact-from .from-field {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
}

.contact-from .from-field.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

/*
.contact-from .from-field.col-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
*/

.contact-from .from-field.col-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

.contact-from .from-field p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.contact-from .from-field.submit-btn p {
    margin-bottom: 0;
}

.contact-from .from-field.submit-btn {
    margin-top: 20px;
}

.contact-from .wpcf7-form-control-wrap {
    flex: 0 0 100%;
    max-width: calc(100% - 200px);
}

.contact-from label {
    color: #1A526A;
    font-size: 24px;
    font-weight: 700;
    flex: 0 0 180px;
    max-width: 180px;
    text-align: left;
    letter-spacing: 1.02px;
}

.contact-from .col-4 label {
    flex: 0 0 120px;
    max-width: 120px;
}

.contact-from .col-4 .wpcf7-form-control-wrap {
    flex: 0 0 100%;
    max-width: calc(100% - 120px);
}

.newsletter-form input[type="email"],
.newsletter-form input[type="submit"],
.contact-from .wpcf7-form-control {
    font-family: "Libre Franklin";
    border: 2px solid #1A526A;
    background: #FAFEFF;
    border-radius: 20px;
    padding: 16px 70px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    max-width: 600px;
    color: #467286;
    outline: 0;
}

.contact-from .col-4 .wpcf7-form-control {
    max-width: 377px;
}

.contact-from .col-4 .wpcf7-form-control {
    padding-left: 20px;
    padding-right: 20px;
}

.contact-from .wpcf7-form-control.wpcf7-not-valid {
    border-color: #B21421;
}

.wpcf7 form.invalid .wpcf7-response-output,
.contact-from .wpcf7-not-valid-tip {
    display: none;
}

.newsletter-form input[type="submit"],
.contact-from .submit-btn .wpcf7-form-control {
    font-family: "Libre Franklin";
    text-transform: uppercase;
    border-color: #B21421;
    background: #B21421;
    border-radius: 75px;
    font-weight: 700;
    font-size: 20px;
    max-width: 100%;
    color: #E9E9EA;
    width: 100%;
}

.newsletter-form input[type="submit"]:hover,
.newsletter-form input[type="submit"]:focus,
.contact-from .submit-btn .wpcf7-form-control:focus,
.contact-from .submit-btn .wpcf7-form-control:hover {
    outline: 0;
    color: #fff;
    background: #1A526A;
    border-color: #1A526A;
}

.contact-from select.wpcf7-form-control {
    background: #FAFEFF url(./images/select-icon.svg);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    padding-right: 0;
    padding-left: 0;
}

.contact-from .wpcf7-form-control::-webkit-input-placeholder {
    color: #467286;
}

.contact-from .wpcf7-form-control::-moz-placeholder {
    color: #467286;
}

.contact-from .wpcf7-form-control:-ms-input-placeholder {
    color: #467286;
}

.contact-from .wpcf7-form-control:-moz-placeholder {
    color: #467286;
}

option {
    color: #467286;
    padding: 0;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    text-align: center !important;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select {
    text-align: center;
    text-align-last: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center !important;
    text-align: -moz-center;
    text-align: -webkit-center;
}

select {
    text-indent: 10px;
}



/**/

.home-services-block {}

.home-services-block .home-services-box {
    line-height: 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
}

.home-services-block .home-services-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(141 169 181 / 35%);
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
}

.home-services-block .home-services-box:hover:after {
    background: rgb(141 169 181 / 51%);
}

.home-services-block .home-services-box:nth-child(2n):after {
    background: rgb(218 197 197 / 35%);
}

.home-services-block .home-services-box:nth-child(2n):hover:after {
    background: rgb(218 197 197 / 51%);
}

.home-services-box .elementor-image-box-content a:before {
    content: "";
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    transform: translateY(-50%);
    justify-content: center;
    border-radius: 50%;
    background: #B21421;
    align-items: center;
    position: absolute;
    display: flex;
    margin: auto;
    height: 160px;
    width: 160px !important;
    top: 50%;
    right: 0;
    left: 0;
    z-index: -1;
}

.home-services-box .elementor-image-box-content h3 {
    margin: 0;
}

.home-services-box .elementor-image-box-content a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.home-services-box .elementor-image-box-content a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.home-services-block .home-services-box:hover .elementor-image-box-content a:before {
    background-color: transparent;
    background-image: url(./images/services-icon-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}

.home-services-block .home-services-box:nth-child(2):hover .elementor-image-box-content a:before {
    background-image: url(./images/services-icon-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-services-block .home-services-box:nth-child(3):hover .elementor-image-box-content a:before {
    background-image: url(./images/services-icon-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-services-block .home-services-box:nth-child(4):hover .elementor-image-box-content a:before {
    background-image: url(./images/services-icon-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-services-block .home-services-box:nth-child(5):hover .elementor-image-box-content a:before {
    background-image: url(./images/services-icon-5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/**/
.testimonial-slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-item {
    height: 100%;
    background: #fff;
    text-align: center;
    padding: 160px 70px 60px;
    clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}

.testimonial-content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.testimonial-content p {
    color: #15161A;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    font-family: "LucidaGrande", Sans-serif;
}

.testimonial-content h4 {
    margin: 0;
    color: #B21421;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: auto;
    font-family: "LucidaGrande", Sans-serif;
}


.testimonial-slider .owl-nav {
    margin-top: 54px;
}

.testimonial-slider .owl-nav button {
    border: 2px solid #fff !important;
    border-radius: 8px;
    height: 48px;
    width: 48px;
}

.testimonial-slider .owl-nav button {
    outline: 0;
    box-shadow: none;
    background-color: transparent !important;
    background-image: url(./images/arrow-left.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.testimonial-slider .owl-nav button.owl-next {
    background-image: url(./images/arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.testimonial-slider .owl-nav button span {
    display: none;
}

.testimonial-content .star-icon {
    width: 100%;
    height: 34px;
    background-image: url(./images/star-icon.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}

.newsletter-form input[type="email"] {
    font-size: 16px;
    text-align: left;
    padding: 15px 30px;
}

.newsletter-form .checkbox {
    color: #fff;
    margin-top: 10px;
}

.newsletter-form .checkbox a {
    color: #FAFEFF;
    font-size: 14px;
    text-decoration: underline;
}

.newsletter-form .checkbox input[type="checkbox"] {
    top: 8px;
    width: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    background: transparent;
    margin-right: 10px !important;
}

.newsletter-form .checkbox input[type='checkbox']:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-block;
    background: #FAFEFF;
    border: 2px solid #A0A0A0;
}

.newsletter-form .checkbox input[type='checkbox']:checked:before {
    content: "";
    border-bottom: 2px solid #B21421;
    border-right: 2px solid #B21421;
    display: inline-block;
    transform: rotate(45deg);
    height: 14px;
    width: 8px;
    position: absolute;
    left: 11px;
    top: 6px;
}

.newsletter-form input[type="submit"] {
    font-size: 20px;
    max-width: 276px;
    padding: 14px 20px;
    border-radius: 25px;
    margin-top: 22px;
}

.mc4wp-alert.mc4wp-success {
    color: #fff;
    margin-top: 10px;
}

.contact-newsletter .mc4wp-response {
    text-align: center;
    margin-top: 15px;
}

.contact-newsletter .mc4wp-alert.mc4wp-success {
    color: #000;
}


.about-timeline {
    position: relative;
}

.about-timeline:after {
    content: '';
    top: -110px;
    height: 10px;
    position: absolute;
    background: #E9E9EA;
    width: calc(100% - 294px);
}

.timeline-box:after {
    content: "";
    height: 100px;
    width: 10px;
    top: -100px;
    left: 50%;
    position: absolute;
    background: #E9E9EA;
    transform: translateX(-50%);
}

.timeline-box:before {
    content: "" !important;
    height: 10px !important;
    width: 50% !important;
    left: calc(50% - 5px) !important;
    position: absolute !important;
    background: #E9E9EA;
    top: -110px !important;
}

.about-timeline .timeline-box:last-child:before {
    left: calc(0% - -5px) !important;
}

.contact-info .elementor-icon-box-description a {
    color: #24252A !important;
}


.contact-newsletter .newsletter-form input[type="email"] {
    width: 100%;
    max-width: calc(100% - 325px);
}

.contact-newsletter .newsletter-form .checkbox {
    color: #24252A;
    margin-top: 10px;
    text-align: center;
}

.contact-newsletter .newsletter-form .checkbox a {
    color: #24252A;
    text-decoration: underline;
}

.contact-newsletter .newsletter-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: -12px;
}

/*Gallery*/


.gallery-block {}

.gallery-block .elementor-gallery-title {
    border: 2px solid #557E90;
    border-radius: 75px;
    text-align: center;
    padding: 15px 40px;
    min-width: 320px;
}

.gallery-block .elementor-gallery-title:hover,
.gallery-block .elementor-gallery-title.elementor-item-active {
    background: #557E90;
}

.gallery-block .elementor-gallery__titles-container .elementor-gallery-title:nth-child(1) {
    text-transform: inherit !important;
    font-weight: 400 !important;
    background: transparent;
    min-width: auto;
    padding: 17px;
    color: #000;
    border: 0;
}


.about-banner-img {
    top: 50%;
    transform: translateY(-48%);
}

.about-banner-img img {
    min-width: 1080px;
}

.careers-block iframe {
    width: 100% !important;
    border-radius: 10px;
}


/*==========================

        Responsive

============================*/


@media(max-width:1440px) {

    .contact-from label {
        font-size: 20px;
        flex: 0 0 160px;
        max-width: 160px;
    }

    .contact-from .wpcf7-form-control-wrap {
        flex: 0 0 100%;
        max-width: calc(100% - 160px);
    }

    .contact-from .col-4 label {
        flex: 0 0 95px;
        max-width: 95px;
    }

    .contact-from .col-4 .wpcf7-form-control-wrap {
        flex: 0 0 100%;
        max-width: calc(100% - 95px);
    }

    .contact-from select.wpcf7-form-control {
        background-size: 30px;
    }

    .newsletter-form input[type="submit"],
    .contact-from .wpcf7-form-control {
        font-size: 20px;
    }

    .testimonial-item {
        padding: 120px 40px 40px;
    }

    .newsletter-form .checkbox,
    .newsletter-form .checkbox a {
        font-size: 13px;
    }

    .newsletter-form .checkbox input[type='checkbox']:after {
        width: 28px;
        height: 28px;
    }

    .newsletter-form .checkbox input[type='checkbox']:checked:before {
        height: 10px;
        width: 5px;
        left: 12px;
        top: 8px;
    }

    .contact-newsletter .newsletter-form input[type="submit"] {
        top: -18px;
    }

    .newsletter-form input[type="submit"],
    .contact-from .wpcf7-form-control {
        font-size: 20px;
    }

    .about-banner-img img {
        min-width: 850px;
    }

}


@media(max-width:1280px) {

    .contact-from select.wpcf7-form-control {
        background-size: 20px;
    }

    .newsletter-form input[type="submit"],
    .contact-from .wpcf7-form-control {
        font-size: 18px;
        padding: 14px 40px;
    }

    .newsletter-form .checkbox,
    .newsletter-form .checkbox a {
        font-size: 12px;
    }

    .newsletter-form .checkbox input[type='checkbox']:after {
        width: 22px;
        height: 22px;
    }

    .newsletter-form .checkbox input[type='checkbox']:checked:before {
        height: 10px;
        width: 5px;
        left: 9px;
        top: 5px;
    }

    .contact-from .from-field p {
        margin-bottom: 30px;
    }

    .home-services-box .elementor-image-box-content {
        height: 140px;
        width: 140px !important;
    }

    .contact-from label {
        font-size: 18px;
        flex: 0 0 140px;
        max-width: 140px;
    }

    .contact-from .wpcf7-form-control-wrap {
        flex: 0 0 100%;
        max-width: calc(100% - 140px);
    }

    .contact-from .col-4 .wpcf7-form-control-wrap {
        flex: 0 0 100%;
        max-width: calc(100% - 85px);
    }

    .contact-from .col-4 label {
        flex: 0 0 85px;
        max-width: 85px;
    }

    .newsletter-form input[type="submit"],
    .contact-from .wpcf7-form-control {
        font-size: 18px;
    }

    .gallery-block .elementor-gallery-title {
        padding: 14px 20px;
        min-width: 250px;
    }

    .about-banner-img img {
        min-width: 740px;
    }

    .contact-from .from-field.col-4 {
        padding: 0 10px;
    }


}

@media(max-width:1024px) {

    .main-header .elementor-menu-toggle:focus,
    .main-header .elementor-menu-toggle svg:focus {
        outline: none;
        box-shadow: none;
    }

    .contact-from label {
        font-size: 15px;
        flex: 0 0 120px;
        max-width: 120px;
    }

    .contact-from .wpcf7-form-control-wrap {
        max-width: calc(100% - 120px);
    }

    .newsletter-form input[type="submit"],
    .contact-from .wpcf7-form-control {
        font-size: 16px;
        padding: 11px 40px;
    }

    .home-services-block .home-services-box img {
        height: 270px;
        object-fit: cover;
    }

    .home-services-box .elementor-image-box-content {
        height: 128px;
        width: 128px !important;
    }

    .timeline-box:after,
    .timeline-box:before,
    .about-timeline:after {
        display: none !important;
    }

    .testimonial-content p {
        font-size: 20px;
    }

    .testimonial-content h4 {
        font-size: 18px;
    }

    .gallery-block .elementor-gallery-title {
        padding: 8px 20px;
        min-width: 180px;
        height: 34px;
        min-height: inherit;
    }

    .gallery-block .elementor-gallery__titles-container .elementor-gallery-title:nth-child(1) {
        padding: 8px;
    }

    .gallery-block .elementor-gallery__container {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-gap: 25px !important;
    }

    .testimonial-content .star-icon {
        height: 25px;
        margin-bottom: 30px;
        background-size: 100% 25px;
    }

    .about-banner-img {
        position: static !important;
        transform: translate(0);
    }

    .wpcf7-spinner {
        position: absolute;
    }

    .newsletter-form {
        text-align: center;
    }

    .contact-newsletter .newsletter-form input[type="email"] {
        width: 100%;
        max-width: 90%;
    }

    .contact-newsletter .newsletter-form input[type="submit"] {
        position: static;
    }

    .footer-newsletter .newsletter-form {
        text-align: left;

    }

    .footer-newsletter .newsletter-form input[type="submit"] {
        margin-top: 20px;
    }

    .header-phone .elementor-icon-box-icon {
        height: 32px;
        width: 32px;
    }

    .main-header .elementor-nav-menu {
        padding: 20px 10px;
    }


}

@media(max-width:980px) {

    .contact-from label {
        font-size: 16px;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .contact-from .wpcf7-form-control-wrap {
        max-width: 100%;
    }

    .contact-from .col-4 label {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-from .col-4 .wpcf7-form-control-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-banner-img img {
        min-width: 1200px;
        position: relative;
        left: -100px;
    }

    .contact-newsletter .newsletter-form input[type="submit"] {
        max-width: 250px;
    }


}

@media(max-width:767px) {

    .main-header .mobile-menu-link {
        display: block !important;
    }

    .main-header .m-phone-link a:before {
        content: "";
        opacity: 1 !important;
        height: 26px;
        width: 26px;
        background-image: url(./images/phone-icon.svg);
        position: static;
        margin-right: 10px;
    }

    .main-header .m-quote-btn a {
        background: #547D8F;
        border-radius: 75px;
        margin: 20px auto;
        max-width: 320px;
    }

    .main-header .m-quote-btn a:focus,
    .main-header .m-quote-btn a:hover {
        color: #547D8F !important;
        background: #fff !important;
    }

    .contact-from .from-field.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-from .from-field.col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-from .wpcf7-form-control {
        border-radius: 7px;
    }

    .contact-from .from-field.submit-btn {
        margin-top: 8px;
    }

    .newsletter-form input[type="email"],
    .newsletter-form input[type="submit"],
    .contact-from .wpcf7-form-control {
        max-width: 100%;
    }

    .newsletter-form input[type="submit"],
    .contact-from .submit-btn .wpcf7-form-control {
        max-width: 160px;
        margin: auto;
        padding: 14px 20px;
    }

    .contact-newsletter .newsletter-form input[type="submit"] {
        max-width: 170px;
        margin-top: 20px;
    }

    .contact-newsletter .newsletter-form input[type="email"] {
        border-radius: 7px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsletter-form input[type="email"],
    .newsletter-form input[type="submit"],
    .contact-from .wpcf7-form-control {
        padding: 11px 20px;
    }

    .contact-from .col-4 .wpcf7-form-control {
        max-width: 100%;
    }

    .home-services-block .home-services-box img {
        height: 200px;
        object-fit: cover;
    }

    .home-services-box .elementor-image-box-content {
        height: 88px;
        width: 88px !important;
    }

    .testimonial-item {
        padding: 60px 30px 30px;
    }

    .testimonial-content p {
        font-size: 14px;
    }

    .testimonial-content h4 {
        font-size: 16px;
    }

    .testimonial-content .star-icon {
        margin-bottom: 20px;
        background-size: 100% 20px;
    }

    .testimonial-slider .owl-nav button {
        height: 40px;
        width: 40px;
        background-size: 12px !important;
    }

    .testimonial-slider .owl-nav {
        margin-top: 45px;
    }

    .about-banner-img img {
        min-width: 860px;
        left: -40px;
    }

    .gallery-block .elementor-gallery-title {
        padding: 8px 20px;
        min-width: 120px;
        height: 34px;
    }

    .gallery-block .elementor-gallery__titles-container .elementor-gallery-title:nth-child(1) {
        padding: 8px;
        font-size: 14px !important;
    }

    .gallery-block .elementor-gallery__container {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 18px !important;
    }

    .roofing-block .elementor-post__text {
        padding: 0 10px !important;
    }

    .contact-from .submit-btn input[type="submit"],
    .newsletter-form input[type="submit"] {
        font-size: 12px;
    }

    article:last-child {
        margin-top: 0 !important;
    }

    .contact-from .from-field.col-4 {
        padding: 0 20px;
    }

}

@media(max-width:480px) {

    .about-banner-img img {
        min-width: 575px;
        left: -40px;
    }

    .gallery-block .elementor-gallery-title {
        padding: 8px 15px;
        min-width: 95px;
        height: 34px;
    }

    .gallery-block .elementor-gallery__titles-container .elementor-gallery-title:nth-child(1) {
        padding: 8px 0px 8px 0px;
        font-size: 14px !important;
    }


}
