@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Ms+Madi&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Archivo Narrow', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #7c7c7c;
    --themeColor: #eb7f25;
    --headingColor: #161616;
}

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);
}


/***** 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 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 100;
    color: var(--black);
    font-family: 'Anton';
}

h2 {
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Anton';
}

h3 {
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Ms Madi';
    color: var(--themeColor);
}

h4 {
    font-size: 30px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Anton';
}

h5 {
    margin: 0 0 0px;
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Anton';
}

h6 {
    margin: 0 0 0px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Archivo Narrow';
}

p {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Archivo Narrow';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.theme-btn-1 {
    gap: 10px;
    display: flex;
    font-size: 16px;
    border-width: 1px;
    width: max-content;
    border-style: solid;
    color: var(--white);
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    text-transform: uppercase;
    transition-duration: 0.5s;
    padding: 6px 8px 6px 25px;
    font-family: 'Archivo Narrow';
    border-color: rgb(255, 255, 255);
    background-color: var(--themeColor);
}

.theme-btn-1 span {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.theme-btn-1 span i {
    font-size: 20px;
    color: var(--themeColor);
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--headingColor);
}

.theme-btn-1:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.theme-btn-1:hover span i {
    color: var(--white);
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

/* loader */

.loader {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.spinner {
    width: 44px;
    height: 44px;
    animation: spinner-y0fdc1 2s infinite ease;
    transform-style: preserve-3d;
}

.spinner>div {
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #eb7e254b;
    border: 2px solid var(--themeColor);
}

.spinner div:nth-of-type(1) {
    transform: translateZ(-22px) rotateY(180deg);
}

.spinner div:nth-of-type(2) {
    transform: rotateY(-270deg) translateX(50%);
    transform-origin: top right;
}

.spinner div:nth-of-type(3) {
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: center left;
}

.spinner div:nth-of-type(4) {
    transform: rotateX(90deg) translateY(-50%);
    transform-origin: top center;
}

.spinner div:nth-of-type(5) {
    transform: rotateX(-90deg) translateY(50%);
    transform-origin: bottom center;
}

.spinner div:nth-of-type(6) {
    transform: translateZ(22px);
}

@keyframes spinner-y0fdc1 {
    0% {
        transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
    }

    50% {
        transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
    }

    100% {
        transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
    }
}

/* loader */

/*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: 2px 0px;
    font-size: 18px;
    position: relative;
    color: var(--black);
    display: inline-block;
    text-decoration: none;
}

.menuSec ul li a::before {
    left: 0;
    bottom: 0;
    width: 0px;
    content: '';
    height: 2px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menuSection {
    padding: 30px 0px;
}

.menuSection .row {
    align-items: center;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-logo {
    height: 40px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.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: var(--black);
}


/*header css start */


/*banner css start */


.banner_text {
    gap: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: center;
}


.banner_img {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner_img img {
    width: auto;
    height: 300px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
    object-fit: contain;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.banner_img:hover img {
    transition: ease-in;
    transition-duration: 0.5s;
    box-shadow: 1.828px 14.888px 38px 0px rgba(0, 0, 0, 0.51);
}






/*banner css end*/

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-sec .custom-width-1 {
    width: 51%;
}

.about-sec .custom-width-2 {
    width: 49%;
}

.about-img {
    height: 530px;
    position: relative;
}

.about-img .main-about-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-text {
    gap: 10px;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.about-text ul li {
    gap: 10px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}

.about-text ul li h6 {
    font-size: 18px;
    color: var(--textColor);
}

.about-img-box-1 {
    width: 45%;
    bottom: -45px;
    overflow: hidden;
    border-width: 1px;
    position: absolute;
    border-style: solid;
    border-radius: 20px;
    border-color: #e5e5e5;
    background-color: #131313;
}

.about-img-box-1 img {
    width: 110%;
    height: 100px;
    max-width: 110%;
    object-fit: contain;
    object-position: -10px 0px;
}

.about-img-box-1-text {
    padding: 25px;
}

.about-img-box-1-text h5 {
    opacity: 0.5;
    font-weight: 400;
    padding-bottom: 10px;
    color: var(--white);
    font-family: 'Archivo Narrow', sans-serif;
}

.about-img-box-1-text h4 {
    line-height: 1;
    color: var(--themeColor);
}

.about-img-box-1-text p {
    font-size: 14px;
    margin-bottom: 10px;
}

.about-img-box-2-text p {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #4c4c4d;
}

.about-img-box-2 {
    right: 0;
    width: 49%;
    bottom: -10px;
    overflow: hidden;
    border-width: 1px;
    position: absolute;
    border-style: solid;
    border-radius: 20px;
    border-color: #e5e5e5;
    background-color: #131313;
}

.about-img-box-2-text {
    padding: 25px;
}

.about-img-box-2-text h4 {
    color: var(--themeColor);
}

.about-img-box-2-text h5 {
    opacity: 0.5;
    font-weight: 400;
    color: var(--white);
    padding-bottom: 10px;
    font-family: 'Archivo Narrow', sans-serif;
}

.about-img-box-2 img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}




/* about-sec */


/* franchise-sec */

.franchise-sec {
    padding-bottom: 100px;
}

.franchise-img video {
    width: 460px;
    height: 310px;
    max-width: 100%;
    margin: 0px auto;
    object-fit: cover;
}

.franchise-img {
    display: flex;
    min-height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.franchise-img img {
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 380px;
    position: absolute;
    object-fit: contain;
    pointer-events: none;
}

.franchise-text h3 {
    margin-bottom: 15px;
}

.franchise-text h2 {
    margin-bottom: 15px;
}

.franchise-text p {
    margin-bottom: 20px;
}

.franchise-text ul {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.franchise-text ul li {
    gap: 15px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}

.franchise-text ul li p {
    margin-bottom: 0;
}


.inner-franchise-sec {
    padding: 100px 0px 0px;
}

/* franchise-sec */



/* service-sec */

.service-sec {
    padding: 100px 0px;
    position: relative;
}

.service-sec::before {
    top: 0;
    left: 0;
    right: 0;
    width: 98%;
    z-index: -1;
    content: '';
    margin: auto;
    height: 470px;
    max-width: 1600px;
    position: absolute;
    border-radius: 20px;
    background-color: #f9f9f9;
}

.service-box {
    display: flex;
    padding: 25px;
    align-items: center;
    border-radius: 25px;
    flex-direction: column;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid #dbdbdb;
    background-color: var(--white);
}

.service-box .service-img {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 29px 0px rgba(0, 0, 0, 0.19);
}

.service-text h4 {
    font-size: 27px;
    min-height: 60px;
}

.service-text {
    gap: 15px;
    height: 200px;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.service-box:hover .service-text {
    height: 270px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.service-box:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
    border-color: transparent;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.06);
}

.service-text ul {
    width: 100%;
    height: 120px;
    overflow-y: scroll;
}

.service-text ul li {
    gap: 10px;
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
    justify-content: flex-start;
}

.service-text ul li img {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.service-text ul li p {
    font-size: 14px;
    text-align: left;
}

.service-text ul::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.service-text ul::-webkit-scrollbar-thumb {
    background-color: var(--themeColor);
    border-radius: 100px;
}

.service-text ul::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 10px var(--headingColor);
}





/* service-sec */




/* why-choose-sec */


.why-choose-box {
    gap: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.why-choose-img-box {
    width: 33.3%;
    display: flex;
    min-height: fit-content;
    padding: 16px 15px;
    align-items: center;
    border-radius: 12px;
    flex-direction: column;
    border: 1px solid #cdcdcd;
    justify-content: flex-start;
}
.why-choose-img-box-text {
    margin-top: 13px;
}

.why-choose-img-box-text h5 {
    margin-bottom: 8px;
}
.why-choose-img-box h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.why-choose-img-box p {
    font-size: 14px;
}

.why-choose-img-box-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    border-radius: 20px;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 9px 29px 0px rgba(0, 0, 0, 0.19);
}

.why-choose-img .main-why-choose-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 20px;
}

.why-choose-text h3 {
    margin-bottom: 10px;
}

.why-choose-text h2 {
    margin-bottom: 15px;
}

.why-choose-text p {
    margin-bottom: 20px;
}

.why-choose-text img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 20px;
}

/* why-choose-sec */


/* logo sec */

.who-we-serve-sec {
    padding: 30px 0px 110px;
}

.logoSlider .slick-slide.slick-active {
    margin: 0px 30px;
}

.logoSlider .slick-slide {
    opacity: 1;
    width: fit-content !important;
}

.logoSlider .slick-slide .logo-slider-box img {
    filter: grayscale(1);
}

.logoSlider .slick-slide.slick-current.slick-active.slick-center .logo-slider-box img {
    filter: grayscale(0);
}

.logo-slider-box {
    width: 100%;
    height: 80px;
    display: flex;
    max-width: 200px;
    align-items: center;
    justify-content: center;
}

.logo-slider-box img {
    width: 80%;
    height: 90%;
    object-fit: contain;
}

/* logo sec */

/* blog-sec */

.blog-sec {
    padding: 100px 0px;
}

.blog-heading-text p {
    margin-bottom: 20px;
}

.blog-heading-text .blog-slider-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-heading-text .blog-slider-btn button {
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 20px;
    color: #c40000;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #e9a0a0;
    background-color: var(--white);
}

.blog-heading-text .blog-slider-btn button:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #c40000;
}

.blogSlider {
    width: 100vw;
    margin-top: 50px;
    max-width: 1500px;
}

.blogSlider .slick-slide {
    opacity: 0;
    margin: 0px 20px 0px 0px;
}

.blogSlider .slick-list {
    overflow: visible;
}

.blogSlider .slick-slide.slick-active {
    opacity: 1;
}

.blogSlider .slick-slide.slick-current.slick-active .blog-box {
    border: transparent;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.06);
}

.blog-box {
    border-radius: 20px;
    border: 1px solid #cccccc;
    background-color: var(--white);
}

.blog-box-img {
    width: 100%;
    height: 320px;
    display: block;
    border-radius: 20px;
}

.blog-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.blog-box-text {
    padding: 30px;
}

.blog-box-text h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

.blog-box-text p {
    margin-bottom: 5px;
}

.blog-box-text .theme-btn-1 {
    gap: 20px;
    height: 0px;
    padding: 0px;
    overflow: hidden;
    font-weight: 600;
    color: var(--black);
    background-color: var(--white);
}

.blog-box-text .theme-btn-1 span {
    color: var(--white);
    transition: ease-in-out;
    transform: rotate(0deg);
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.blog-box-text .theme-btn-1 span i {
    color: var(--white);
}

.blog-box-text .theme-btn-1:hover span {
    transition: ease-in;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
}

.blogSlider .slick-slide.slick-current.slick-active .blog-box .theme-btn-1 {
    height: 60px;
    padding: 6px 8px 6px 25px;
}


/* blog-sec */

/*FOOTER STRT*/

footer {
    padding: 0px 3% 50px;
}

.footer-box {
    padding-top: 70px;
    border-radius: 20px;
    background-color: var(--headingColor);
}

.footer_col h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: var(--white);
    margin: 15px 0 30px;
    text-transform: capitalize;
}

.footer_col.follow-col {
    min-height: 210px;
    padding: 0px 30px 0px 10px;
    text-align: center;
    border-left: 1px solid #454545;
    border-right: 1px solid #454545;
}

.footer_col p {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact_list p {
    margin: 0;
    font-size: 14px;
}

.contact_list p span {
    color: #ffffff;
}

.quick_links a {
    opacity: 0.5;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.footer_call a {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #ffffff;
}

.footer_social li:hover {
    background: linear-gradient(to right, #c4a18b 0%, #967860 100%);
}

.footer_social li {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 100px;
    position: relative;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
}

.footer_social li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.footer_form form {
    position: relative;
}

.footer_form form input {
    width: 100%;
    height: 60px;
    padding: 10px 25px;
    border: 1px solid #262626;
    border-radius: 50px;
    background-color: #121211;
    color: #fff;
    font-family: 'Archivo Narrow';
}

.footer_form form button {
    position: absolute;
    right: 0;
    height: 60px;
    border-radius: 40px;
    padding: 0px 30px;
    border: 0;
    color: #000000;
    background: #8ffd5f;
    font-weight: 500;
    font-family: 'Montserrat';
}

.copyRight_sec {
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #323232;
}

.grp-wrp ul li i {
    font-size: 20px;
    color: white;
}

.footer-logo {
    width: 100%;
    height: 100px;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}

.footer-logo a,
.footer-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-logo a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(87deg) brightness(105%) contrast(100%);
}

.socialmedia-icons ul li a {
    border: 1px solid #535353;
    /* padding: 8px 15px; */
    font-size: 15px;
    border-radius: 70px;
    display: flex;
    color: #ffffff;
    background: #0b0b0b;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}


.socialmedia-icons ul {
    display: flex;
    gap: 10px;
}

.socialmedia-icons h3 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.footer_col.custom-ps-5 .quick_links {
    columns: 2;
}

.footer_col.footer-contact {
    height: 100%;
    padding-left: 80px;
    border-left: 1px solid #454545;
}

.socialmedia-icons {
    margin-top: 50px;
}

.contact_list a {
    opacity: 0.5;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--white);
}

.footer_form form input::placeholder {
    color: #fff;
    font-size: 14px;
}

.quick_links a:hover {
    color: #fff;
}

.footerPayment {
    text-align: end;
}

.copyRight_sec p {
    color: #ffffff;
    margin-bottom: 0;
}

/*FOOTER END*/
.about-text p b {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
}

/*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*/