:root{

    --red-bg: #D44442;

    --dark-red: #7D0C11;

    /* --headingColor: #21201D;

    --brownColor: #BFA078;

    --darkBrown: #937957;

    --lightBrown: #FAF6EB; */

}



/* font */

@font-face {font-family: Montserrat ; src: url('../../assets/fonts/Montserrat-Regular.ttf'); }



@font-face {font-family: Montserrat-Bold ; src: url('../../assets/fonts/Montserrat-Bold.ttf'); }



@font-face {font-family: Open-Sans ; src: url('../../assets/fonts/OpenSans-Regular.ttf'); }



@font-face {font-family: Mont ; src: url('../../assets/fonts/Mont-Light.ttf'); }



section {

    padding: 100px 0;

}



section img {

    width: 100%;

    height: auto;

}



/* heading with clamp */

h1 {

    font-family: "Montserrat-Bold";

    font-size: clamp(2.5rem, 1.8921rem + 1.9649vw, 4.25rem);

    font-weight: 700;

    line-height: normal;

    text-transform: capitalize;

    line-height: normal;

    margin-bottom: 20px;
}



h2 {

    font-family: "Montserrat-Bold";

    font-size: clamp(1.875rem, 1.3322rem + 1.7544vw, 3.4375rem);

    font-weight: 700;

    margin-bottom: 20px;

    letter-spacing: 1px;

    line-height: normal;

}



h3 {

    font-family: "Montserrat-Bold";

    font-size: clamp(1.5625rem, 1.4539rem + 0.3509vw, 1.875rem);

    line-height: normal;

    font-weight: 700;

}



h4 {

    font-family: "Montserrat";

    font-size: 20px;

    font-weight: 700;

    line-height: normal;

    text-transform: capitalize;

}



p {

    font-family: "Mont";

    font-size: 18px;

    font-weight: 300;

    line-height: normal;

    /* 138.889% */

}



h5 {

    text-align: center;

    font-family: "Roboto Condensed",sans-serif;

    font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);

    font-style: normal;

    font-weight: 700;

    line-height: normal;

    text-transform: uppercase;

}



a {

    transition: .5s ease all;

    -webkit-transition: .5s ease all;

    -moz-transition: .5s ease all;

    -ms-transition: .5s ease all;

    -o-transition: .5s ease all;

    gap: 0 15px;

    color: #212121;

}



a path {

    transition: .5s ease all;

}



a {

    text-decoration: none;

}



p:last-child {

    margin-bottom: 0;

}



/* clamp contents */

.post_title{

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    margin-bottom: 15px;

}



.post_text{

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

    /* -webkit-line-clamp: 2;  */

    margin-bottom: 50px;

}



section{

    padding: 100px 0;

}





@media (max-width:1199px) {

    section{

        padding: 70px 30px;

    }

}



@media (max-width: 767px) {

    section{

        padding: 50px 20px;

    }



    /* h1, h2, h3, h4, p{

        text-align: center;

    } */

}





/* Global Classes */



.red-cta {

    border-radius: 5px;

    background: #EE2A26;

    width: max-content;

    padding: 12px 24px;

    cursor: pointer;

    font-family: 'Open-Sans';

}



.red-cta:hover{

    background: #fff;

}



.red-cta:hover a{

    color: #EE2A26 !important;

}



.black-cta {

    border-radius: 5px;

    background: #000;

    width: max-content;

    padding: 12px 24px;

    cursor: pointer;

    font-family: 'Open-Sans';

    color: #fff;

    border: none;

}



.black-cta:hover {

    background: #fff;

    color: #EE2A26 !important;

}



.black-cta:hover a{

    color: #EE2A26 !important;

}



.red-cta a,

.black-cta a {

    text-align: center;

    font-size: 18px;

    font-style: normal;

    font-weight: 500;

    line-height: normal;

    color: #fff;

}



@media (min-width: 1200px) {

    .custom-container {

        width: 80%;

        margin: auto;

    }

}



@media (max-width: 767px) {

    .red-cta,

    .black-cta  {

        width: max-content;

        margin: auto;

    }

}


/* Contact Us Section */

.last-contact-section .marquee {
    background: url(../../assets/img/home/contact.png);
}
    
.last-contact-section .custom-container {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 100px;
    border-radius: 5px;
    border: none;
    background-position: 100%;
}

.last-contact-section .red-cta {
    float: right;
}

.last-contact-section h2,
.last-contact-section p {
    text-align: left;
}

.last-contact-section .offices-contact p b {
    font-weight: 900;
}

.last-contact-section .marquee {
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 100px;
    border-radius: 5px;
}

.last-contact-section .red-cta:hover {
    background: #000;
}

.last-contact-section .red-cta:hover a {
    color: #fff !important;
}

.last-contact-section .marquee::before {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* color: linear-gradient(0deg, rgba(255, 255, 240, 1) 0%, rgba(0, 0, 0, 1) 100%); */
    color: #fff;
    content: "";
    box-shadow: inset 0 0 0 1px;
    animation: marqueeFrame 3s linear infinite;
}

.last-contact-section .marquee::before {
    animation-delay: -5s;

}

@keyframes marqueeFrame {
    0%,
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 4px, 0% 4px);
    }
    25% {
        clip-path: polygon(0% 0%, 4px 0%, 4px 100%, 0% 100%);
    }
    50% {

        clip-path: polygon(0% calc(100% - 4px),
                100% calc(100% - 4px),
                100% 100%,
                0% 100%);
    }
    75% {

        clip-path: polygon(calc(100% - 4px) 4px,
                100% 4px,
                100% 100%,
                calc(100% - 4px) 100%);
    }

    76% {

        clip-path: polygon(calc(100% - 4px) 0,
                100% 0,
                100% 100%,
                calc(100% - 4px) 100%);
    }
}

@media (max-width: 1400px) {
    .last-contact-section .custom-container {
        background-position: 85%;
    }
}

@media (max-width: 991px) {
    .last-contact-section .custom-container {
        background-position: 95%;
    }

    .last-contact-section .row.justify-content-between.align-items-center {
        position: relative;
        z-index: 1000;
    }

    .last-contact-section .contact-dark-overlay {

        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #0006;
        z-index: 100;
    }

    .last-contact-section .black-cta {
        position: absolute;
    }

    .last-contact-section .contact-content {
        margin-bottom: 30px;
    }

    .last-contact-section .custom-container {
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .last-contact-section .black-cta {
        left: 50%;
        transform: translateX(-50%);
    }

    .last-contact-section h2,
    .last-contact-section p {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .last-contact-section .custom-container {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 80px;
    }
}

/* Contact Us */
/* Global Classes */