@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #f5fdff;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    color: #000;
    margin: 0 0 0px;
    font-size: 120px;
    font-weight: 600;
    line-height: 90px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

h2 {
    font-size: 60px;
    color: #e82d36;
    margin: 0 0 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

h3 {
    font-size: 30px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 600;
    font-family: 'BlenderPro-Medium';
}

h4 {
    font-family: 'BlenderPro-Medium';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'BlenderPro-Medium';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    margin: 0px;
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}


.theme-1 {
    gap: 15px;
    display: flex;
    color: #000;
    font-size: 14px;
    width: fit-content;
    align-items: center;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 5px 5px 5px 25px;
    background-color: #ffb253;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
}

.theme-1:hover {
    background-color: #fff;
    transition-duration: 0.5s;
}

.theme-1:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #ffb253;
}

.theme-1 span {
    width: 40px;
    height: 40px;
    color: #000;
    display: flex;
    font-size: 14px;
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #fff;
}

.add-padding {
    margin: auto;
    max-width: 1650px;
}

.animate-charcter {
    background: linear-gradient(90deg, #000 0%, #ffb253 54%, #000 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
    display: inline-block;
}

.animate-charct-2 {
    background: linear-gradient(90deg, #e82d36 0%, #000 54%, #e82d36);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.sec-headeing {
    text-align: center;
    margin-bottom: 50px;
}

.sec-headeing h2 {
    text-align: center;
    margin-bottom: 0px;
}

.sec-headeing p {
    margin: auto;
    width: 50%;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #e82d36;
}

.menuSection .row {
    align-items: center;
}

.menuSection {
    width: 100%;
    z-index: 1;
    padding: 10px 3%;
    position: absolute;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*header css start */


/*banner css start */

.main_slider {
    display: flex;
    min-height: 850px;
    align-items: flex-end;
    padding: 100px 3% 0px;
    justify-content: center;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider .row {
    position: relative;
    align-items: flex-end;
}

.banner_img {
    display: flex;
    height: 780px;
    align-items: flex-end;
    justify-content: center;
}

.banner_img img {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    object-fit: contain;
    object-position: bottom;
}

.banner_text .main-heading {
    top: 130px;
    font-size: 330px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    color: rgba(210, 135, 43, 0.149);
}

.banner_text h1 span {
    font-size: 100px;
    font-weight: 800;
}

.banner_text p {
    color: #4b361d;
    font-weight: 500;
    margin-bottom: 25px;
}

.banner-icon {
    margin: 45px 0px 25px;
    position: relative;
    display: flex;
    padding: 10px 0px;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}

.banner-icon::before {
    top: 0;
    right: -25%;
    content: '';
    height: 100%;
    width: 100vw;
    z-index: -1;
    position: absolute;
    border-top: 1px solid #e0be88;
    border-bottom: 1px solid #e0be88;
}

.banner-icon h5 {
    z-index: 1;
    font-size: 14px;
    color: #cb8e4b;
    position: relative;
    padding-right: 10px;
    font-family: 'Montserrat';
    /* background-color: #fdbe72; */
}

.banner-icon ul {
    gap: 8px;
    z-index: 1;
    display: flex;
    padding-left: 15px;
    position: relative;
    align-items: center;
    justify-content: center;
    /* background-color: #fbdca4; */
}

.banner-icon::after {
    top: 0;
    left: 11%;
    bottom: 0;
    width: 60%;
    height: 1px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #e3b373;
}

.banner-icon ul li a {
    width: 45px;
    height: 45px;
    color: #e2c28d;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2c28d;
}

.banner-icon ul li a:hover {
    color: #030201;
    border-color: transparent;
    background-color: #ffb253;
}

.banner-text {
    height: 700px;
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 50px;
    flex-direction: column;
    justify-content: space-between;
}

.banner-text span {
    top: 250px;
    right: 0;
    width: 650px;
    font-size: 180px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    color: rgba(210, 135, 43, 0.149);
}

.bann-test-box {
    flex-direction: column;
    display: flex;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
}

.bann-test-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bann-test-box ul li i {
    color: #fff;
}

.bann-test-box h6 {
    font-size: 15px;
    font-weight: 600;
}

/*banner css end*/

/* inner banner */

.inner-banner {
    min-height: 600px;
    height: 600px;
}

.inner-banner .banner_img {
    height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
}

.inner-banner .banner_img img {
    height: 700px;
    object-position: 0px 130px;
}

.inner-banner .banner-text {
    height: 400px;
}

.inner-banner .banner_text {
    padding-bottom: 80px;
}

/* inner banner */

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-sec .row {
    overflow: hidden;
    align-items: flex-end;
}

.about-img {
    height: 630px;
    display: flex;
    padding-top: 16px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.about-img img {
    width: 95%;
    z-index: 1;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}

.about-img::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 420px;
    position: absolute;
    clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    border-top: 8px solid #d2872b;
    border-left: 8px solid #d2872b;
    border-bottom: 8px solid #d2872b;
}

.about-text {
    position: relative;
    padding: 25px 20px 45px 0px;
    margin: 25px 0px 25px;
}

.about-text h2,
.about-text p,
.about-text a {
    position: relative;
}

.about-text::before {
    top: 0;
    right: 0;
    width: 110%;
    content: '';
    height: 100%;
    position: absolute;
    border-top: 8px solid #d2872b;
    border-right: 8px solid #d2872b;
    border-bottom: 8px solid #d2872b;
}

.about-text::after {
    left: -52px;
    content: '';
    top: -242px;
    height: 250px;
    width: 30px;
    position: absolute;
    background-color: #f5fdff;
    border-right: 8px solid #d2872b;
}

.about-text p {
    margin-bottom: 25px;
}

.about-text h6 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0px 25px;
}

/* about-sec */

/* service sec */

.service-sec {
    padding: 0px 5% 100px;
}

.inner-service-sec {
    padding: 100px 5% 0px;
}

.service-box {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e9f1f3;
}

.service-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.service-box h3 {
    margin-top: 30px;
    color: #000e48;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
}

.service-box p {
    margin-bottom: 20px;
}

.service-box a {
    gap: 10px;
    color: #000;
    display: flex;
    width: fit-content;
    align-items: center;
    margin-bottom: 5px;
    justify-content: center;
    text-transform: uppercase;
}

.service-box a span img {
    width: 10px;
    height: 8px;
    object-fit: contain;
}

.serviceSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.serviceSlider .slick-current .service-box {
    transition: ease-in;
    transition-duration: 0.5s;
    border: 5px solid #e3c295;
}

.service-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border: 5px solid #e3c295;
}

.serviceSlider .slick-current .service-box h3 {
    color: #e82d36;
    transition: ease-in;
    transition-duration: 0.5s;
}

.service-box:hover h3 {
    color: #e82d36;
    transition: ease-in;
    transition-duration: 0.5s;
}

.serviceSlider .slick-prev,
.serviceSlider .slick-next {
    top: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    color: #c2c9cc;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    background: transparent;
    justify-content: center;
    border: 1px solid #c2c9cc;
}

.serviceSlider .slick-prev {
    left: -75px;
}

.serviceSlider .slick-next {
    right: -75px;
}

.serviceSlider .slick-prev:before,
.serviceSlider .slick-next:before {
    content: '';
    font-size: 16px;
    height: 12px;
    width: 12px;
    background-image: url(../images/service-btn-arrow.png);
    color: #c2c9cc;
    background-size: contain;
    background-repeat: no-repeat;
}

.serviceSlider .slick-next:before {
    rotate: 180deg;
}

/* service sec */

/* service detail page */

.service-detail-sec {
    padding: 100px 0px;
}

.service-detail-box img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.service-detail-box h2 {
    margin-bottom: 15px;
}

.service-detail-box p {
    margin-bottom: 25px;
}

.service-detail-box ul li {
    gap: 15px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}

.service-detail-box ul li i {
    font-size: 14px;
    color: #e82d36;
}

.service-detail-box ul li span {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
    font-family: 'Montserrat';
}

/* service detail page */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 3%;
    margin-bottom: 100px;
    position: relative;
}

.inner-why-sec {
    padding-top: 0;
    margin-bottom: 0px;
}

.why-choose-sec .row {
    align-items: center;
}

.why-choose-img {
    height: 700px;
    /* position: relative; */
}

.why-choose-img img {
    top: 0;
    right: 0%;
    width: 50vw;
    height: 100%;
    bottom: 100px;
    object-fit: cover;
    position: absolute;
    border-radius: 10px 0px 0px 10px;
}

.why-choose-text {
    padding: 40px 30px;
    position: relative;
}

.why-choose-text::before {
    top: 0;
    left: 0;
    width: 110%;
    content: '';
    height: 100%;
    z-index: -1;
    position: absolute;
    border-radius: 20px;
    border-top: 8px solid #e3c295;
    border-left: 8px solid #e3c295;
    border-bottom: 8px solid #e3c295;
}

.why-choose-text h2 {
    margin-bottom: 5px;
}

.why-choose-text h6 {
    margin: 20px 0px 15px;
    text-transform: uppercase;
}

.why-choose-text p {
    margin-bottom: 15px;
}

.why-choose-text ul {
    margin: 25px 0px 0px;
}

.why-choose-text ul li {
    gap: 15px;
    display: flex;
    margin-bottom: 20px;
    align-items: baseline;
    justify-content: flex-start;
}

.why-choose-text ul li h5 {
    font-family: 'Montserrat';
}

/* why-choose-sec */


/* landlord-sec */

.landlord-sec {
    padding: 0 3%;
    position: relative;
}

.inner-landlord-sec {
    margin: 100px 0px;
}

.landlord-sec .row {
    align-items: center;
}

.land-img-1 {
    height: 450px;
    width: 100%;
}

.land-img-1 img {
    left: 0;
    height: 450px;
    width: 49.6vw;
    top: 0;
    position: absolute;
    object-fit: cover;
}

.land-img-2 {
    height: 450px;
    width: 100%;
}

.land-img-2 img {
    right: 0;
    height: 450px;
    width: 49.6vw;
    object-fit: cover;
    bottom: 0;
    position: absolute;
}

.land-text {
    padding: 50px 0px;
}

.land-text h2 {
    margin-bottom: 5px;
}

.land-text p {
    margin-bottom: 25px;
}

.landlord-sec .customk-p {
    padding-left: 50px;
}

/* landlord-sec */

/* contact-sec */

.contact-sec {
    padding: 100px 0px;
}

.contact-text .footer-ul {
    gap: 25px;
    margin-bottom: 60px;
    align-items: flex-start;
    flex-direction: column;
}

.contact-text .footer-ul ul {
    width: 100%;
}

.contact-text .footer-ul ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

/* contact-sec */

/* customers-sec */

.customers-sec {
    padding: 100px 3%;
}

.customer-slider-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 25px;
}

.customer-slider-box-text {
    display: flex;
    padding: 25px 25px 45px 25px;
    text-align: center;
    align-items: center;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e7eff0;
}

.customer-slider-box-text h4 {
    color: #000e48;
    text-transform: uppercase;
}

.customer-slider-box-text p {
    text-align: center;
}

.customer-slider-box-text h6 {
    color: #656768;
    margin-bottom: 15px;
}

.customerSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.customer-slider-box img {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    border-radius: 50%;
    padding: 5px;
    background-color: #eef7fc;
}

.customer-slider-box ul {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-slider-box ul li i {
    color: #ffb535;
}

.slick-current .customer-slider-box-text {
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
    border: 8px solid #e3c295;
}

.customer-slider-box-text:hover {
    border: 8px solid #e3c295;
    border-radius: 10px;
    background-color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

/* customers-sec */

/* footer */

.footer-left-main-box h2 {
    margin-bottom: 10px;
}

.footer-left-main-box p {
    max-width: 550px;
}

.footer-contact-input {
    padding: 45px 25px;
    border-radius: 10px;
    background-color: rgb(244, 248, 251);
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.09);
}

.footer-contact-input h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-contact-input input {
    width: 100%;
    border: none;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    padding-left: 15px;
    border-radius: 10px;
    background-color: #eef2f5;
}

.footer-contact-input input::placeholder,
.footer-contact-input textarea::placeholder {
    color: #7c7c7c;
}

.footer-contact-input .position-relative {
    margin-bottom: 15px;
}

.footer-contact-input textarea {
    width: 100%;
    border: none;
    height: 150px;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    padding-left: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    background-color: #eef2f5;
}

.footer-contact-box P {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.footer-bg::before {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 330px;
    position: absolute;
    background-color: #1c1c1c;
    border-radius: 10px 10px 0px 0px;
}

.footer-contact-input .position-relative i {
    position: absolute;
    height: 30px;
    right: 0;
    width: 50px;
    color: #bec2c4;
    font-size: 12px;
    display: flex;
    border-left: 1px solid #d6d9dc;
    align-items: center;
    justify-content: center;
    top: 7.5px;
}

.footerSec {
    padding: 0px 3% 15px;
    position: relative;
}

.footerSec .row.align-content {
    align-items: flex-end;
}

.footer-ul {
    display: flex;
    gap: 25px;
    margin-top: 40px;
    margin-bottom: 60px;
    align-items: center;
}

.footer-ul ul {
    display: flex;
    gap: 15px;
    width: 33.33%;
    align-items: center;
    justify-content: flex-start;
}

.footer-ul ul li i {
    width: 55px;
    height: 55px;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #e82d36;
}

.footer-logo p {
    width: 80%;
    color: #bbbbbb;
    margin: 25px 0px 15px;
}

.footer-logo h5 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.footer-logo ul {
    gap: 8px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-logo ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    color: #333333;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
}

.footer-logo ul li a:hover {
    color: #fff;
    background-color: #e82d36;
    border-color: #fff;
}

.quick-link {
    padding-top: 25px;
}

.quick-link h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.quick-link ul {
    line-height: 43px;
}

.quick-link ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
}

.quick-link ul li a:hover {
    padding-left: 15px;
}

/* footer */

/* footer contact page  */

.copy-right-text {
    margin-top: 25px;
    text-align: center;
    padding: 0px 0px 0px;
}

.copy-right-text::before {
    left: 0;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
    background-color: #333333;
}

.copy-right-text p {
    color: #fff;
    padding-top: 15px;
    max-width: 100%;
    text-align: center;
}

.footer-sec {
    padding-top: 50px;
    background-color: #1c1c1c;
}

.footer-contact-col {
    padding-top: 25px;
    float: inline-end;
}

.footer-contact-col h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Montserrat';

}

.footer-contact-col ul li a {
    gap: 10px;
    color: #fff;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: flex-start;
}


/* footer contact page  */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/