@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #5b5b5b;
    --themeColor: #c9a24d;
    --themeColor2: #18202f;
    --headingColor: #161a1d;
}

a {
    text-decoration: none;
    white-space: initial;
    display: inline-block;
    color: var(--themeColor);
}

a:hover,
a:focus {
    color: var(--themeColor);
    text-decoration: none;
}

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: 55px;
    margin: 0 0 0px;
    font-weight: 700;
    font-family: 'Jost';
    color: var(--black);
    text-transform: uppercase;
}

h2 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 800;
    color: var(--black);
    font-family: 'Jost';
    text-transform: uppercase;
}

h3 {
    margin: 0 0 0px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Jost';
    color: var(--black);
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Jost';
    color: var(--black);
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Jost';
    color: var(--black);
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Poppins';
}

p {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Poppins';
    color: var(--textColor);
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

.theme-btn-1 {
    display: block;
    padding: 17px 40px;
    width: fit-content;
    border-radius: 50px;
    color: var(--white);
    letter-spacing: 2px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.theme-btn-1:hover {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    position: relative;
    display: inline-block;
    text-decoration: 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(--themeColor);
}

.menuSection {
    padding: 20px 0px;
}

.menuSection .row {
    align-items: center;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-logo {
    height: 50px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(7%) sepia(25%) saturate(1413%) hue-rotate(179deg) brightness(98%) contrast(88%);
}

/*header css start */


/*banner css start */

.main_slider {
    padding: 0px 2%;
}

.banner-bg {
    height: 800px;
    border-radius: 20px;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_text {
    gap: 20px;
    display: flex;
    padding: 40px 3%;
    position: relative;
    margin-top: -100px;
    align-items: center;
    border-radius: 15px;
    justify-content: space-between;
    background-color: var(--white);
    box-shadow: 2.052px 5.638px 24px 0px rgba(72, 72, 72, 0.14);
}

.banner_text .theme-btn-1 {
    flex-shrink: 0;
}

.banner_text p {
    max-width: 470px;
}

.banner_text h1 {
    max-width: 430px;
}

.banner_text h1 span {
    font-size: 60px;
    color: var(--themeColor);
}



/*banner css end*/

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 30px;
}

.about-img p {
    width: 85%;
    margin: 25px 0px;
    text-align: justify;
}

.about-img ul {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-img ul li .tel-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-img ul li h4 {
    font-weight: 700;
}

.about-img ul li .tel-btn i {
    width: 60px;
    height: 60px;
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor2);
}

.about-text h2 {
    text-align: end;
    margin-bottom: 25px;
}

.about-text h2 span {
    font-size: 70px;
    color: var(--themeColor);
}

.about-text h2 em {
    font-style: normal;
    letter-spacing: 3px;
}

.about-text img {
    height: 580px;
    max-width: 115%;
    object-fit: cover;
    border-radius: 30px;
    border: 5px solid var(--white);
}

.about-text {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}




/* about-sec */

/* service-sec */

.service-sec {
    padding: 100px 0px;
    background-color: #e7e8ea;
}

.service-heading {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: flex-end;
    justify-content: space-between;
}

.service-heading>div {
    max-width: 625px;
}

.servcie-box {
    padding: 30px 28px;
    border-radius: 25px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.servcie-box-icon {
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 50%;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.servcie-box-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.servcie-box h3 {
    margin-bottom: 5px;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.servcie-box p {
    text-align: justify;
    color: var(--white);
    margin-bottom: 20px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.servcie-box .theme-btn-1 {
    padding: 15px 30px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.servcie-box:hover .theme-btn-1 {
    transition: ease-in;
    border-color: var(--white);
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.servcie-box .theme-btn-1:hover {
    background-color: var(--themeColor2);
}

.servcie-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}



/* service-sec */

/* process-sec */

.process-sec {
    padding: 100px 0px;
    position: relative;
    background-image: url(../images/process-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.process-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-color: var(--themeColor2);
}

.process-sec .section-heading h2 {
    color: var(--white);
}

.process-box {
    position: relative;
    margin-right: 25px;
    padding: 25px 40px;
    border-radius: 25px;
    background-color: var(--white);
}

.process-box>span {
    width: 40px;
    height: 40px;
    display: flex;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    font-family: 'Jost';
    margin-bottom: 15px;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

.process-box h3 {
    margin-bottom: 5px;
}

.process-box p {
    font-size: 14px;
    text-align: justify;
}

.process-box::before {
    top: 0;
    bottom: 0;
    width: 35px;
    content: '';
    margin: auto;
    height: 18px;
    right: -35px;
    position: absolute;
    background-color: var(--themeColor);
    clip-path: polygon(0 40%, 60% 40%, 60% 0%, 100% 50%, 60% 100%, 61% 62%, 0 60%);
}

.process-box.last-process-box::before {
    display: none;
}

/* process-sec */

/* section.main_slider.inner-bannner  */

section.main_slider.inner-bannner .banner-bg {
    height: 450px;
}

section.main_slider.inner-bannner .banner_text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

section.main_slider.inner-bannner .banner_text h1 {
    width: 100%;
    max-width: 100%;
}



/* section.main_slider.inner-bannner  */


/* Consultation Page */
.consultation_page {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.consultation_page .row {
    border: 1px solid var(--themeColor2);
    padding: 50px 30px;
    border-radius: 12px;
}

.consultation_image {
    width: 100%;
    height: 500px;
    min-height: 100%;
}

.consultation_image img {
    object-fit: cover;
    border: 1px solid var(--themeColor2);
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.consult_booking h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.consult_form {
    position: relative;
    z-index: 1;
}

.consult_form input,
.consult_form textarea {
    width: 100%;
    height: 55px;
    background: var(--themeColor2);
    border: 1px solid #2a4b7c;
    border-radius: 5px;
    padding: 12px 15px;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
    margin: 0 0 15px 0;
}

.consult_form label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--headingColor);
    text-transform: uppercase;
}

.consult_form input::placeholder,
.consult_form textarea::placeholder {
    color: #ffffffba;
    font-size: 16px;
}

.consult_form i {
    position: absolute;
    bottom: 35%;
    right: 2%;
    color: var(--themeColor);
    z-index: 0;
    cursor: pointer;
    pointer-events: none;
}

.consult_form textarea {
    height: 280px;
    display: block;
    align-content: end;
    overflow-y: clip;
    resize: none;
}

.consult_form button {
    /* font-size: 20px; */
    /* font-weight: 600; */
}

/* Consultation Page */


/* contact-sec */

.contact-box {
    padding: 50px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 36.72px 14.28px rgba(0, 0, 0, 0.04);
}

.contact-us-bg {
    padding: 50px 0px;
    border-radius: 10px;
    background-color: var(--themeColor);
    box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);

}

.contact-us-box {
    padding-left: 25px;
    padding-right: 25px;
    border-left: 3px solid var(--white);
}

.contact-box h2 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-box form {
    width: 95%;
    margin-top: 25px;
}

.contact-box form input {
    width: 100%;
    height: 60px;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    color: var(--themeBlack);
    border: 1px solid #e1e1e1;
    background-color: transparent;
}

.contact-box form input:focus,
.contact-box form textarea:focus,
.contact-box form input:focus-visible,
.contact-box form textarea:focus-visible {
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38.88px 15.12px rgba(0, 0, 0, 0.07);

}

.contact-box form textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    color: var(--headingColor);
    border: 1px solid #e1e1e1;
    background-color: transparent;
}

.contact-box form input::placeholder,
.contact-box form textarea::placeholder {
    color: var(--textColor);
    text-transform: uppercase;
}

.contact-us-box h3 {
    font-weight: 300;
    color: var(--white);
}

.contact-us-box p {
    font-weight: 500;
    margin-top: 10px;
    color: var(--white);
}

.contact-us-box ul {
    gap: 50px;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contact-us-box ul li a i {
    font-size: 25px;
    color: var(--white);
}

.contact-us-box ul li a {
    gap: 20px;
    display: flex;
    align-items: center;
}

.contact-us-box ul li a h6 {
    color: var(--white);
}

.contact-us-box a.theme-1 {
    gap: 15px;
    padding: 20px;
    display: flex;
    font-size: 16px;
    width: fit-content;
    color: var(--white);
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid var(--white);
}

section.contact-sec.inn {
    padding: 100px 0px;
}

/* contact-sec */

section.service-sec.inner-service-sec {
    background-color: transparent;
}


/* gallery-sec */

.gallery-sec {
    padding: 100px 0px;
}

.gallery-img {
    width: 100%;
    height: 325px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    margin-bottom: 25px;
}

.gallery-hover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #18202fd5;
}

.gallery-img:hover .gallery-hover {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5s;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* gallery-sec */

/* detail-servies */

.detail-servies img {
    border-radius: 10px;
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.detail-servies h2 {
    color: #000;
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.detail-servies p {
    margin-bottom: 25px;
    text-align: justify;
}

section.detail-ser {
    padding-top: 150px;
    position: relative;
    padding-bottom: 150px;
}

/* detail-servies */

/*Section Success Story Start */

.testi {
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
    background: linear-gradient(180deg, rgb(232, 233, 235) 0%, rgb(255, 255, 255) 100%);
}

.person-imgs {
    display: flex;
    align-items: center;
    gap: 40px;
}

.testi-header {
    display: flex;
    margin-top: -80px;
    align-items: flex-end;
    justify-content: space-between;
}

.author {
    gap: 20px;
    display: flex;
    position: relative;
    align-items: flex-end;
}

.title h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0px 5px;
    position: relative;
    color: var(--black);
    text-transform: uppercase;
}

.title h5 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    color: var(--themeColor);
    text-transform: uppercase;
}

.testi-body p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: var(--textColor);
}

.testi-body {
    padding: 20px 0 0;
}

.title {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.quote img {
    width: 60px;
    position: relative;
    top: -20px;
}

.author-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 20px;
    border: 3px solid var(--themeColor);
}

.testimonial-box {
    width: 100%;
    border-width: 1px;
    position: relative;
    margin: 60px 0 10px;
    border-radius: 25px;
    border-style: solid;
    border-radius: 30px;
    padding: 25px 25px 50px;
    background: var(--white);
    border-color: rgb(231, 231, 231);
}

.testi-slider .slick-slide {
    opacity: 1;
    margin: 0px 10px 0px;
    transition: all ease-in-out .3s;
}

.author-img span {
    gap: 3px;
    display: flex;
    font-size: 12px;
    margin-top: 20px;
    color: #ffc107;
    align-items: center;
    justify-content: center;
}

.author-img {
    top: 0px;
    padding: 5px;
    position: relative;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45%;
    bottom: 0;
    z-index: 1;
}

.testi-slider .slick-next {
    right: 60px;
}

.testi-heading h4 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: var(--themeColor);
}

.testi-heading h2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 5px;
}

.testi-heading p {
    width: 70%;
    margin: auto;
    color: gray;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.testi-heading {
    margin-bottom: 25px;
}

.testi-slider .slick-prev:before {
    font-size: 18px;
    line-height: 1;
    color: #000000;
    border-radius: 10px;
    height: 80px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: rgb(229, 229, 227);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
}

.testi-slider .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 400;
}

.testi-slider .slick-next:before {
    font-size: 18px;
    line-height: 1;
    color: #000000;
    border-radius: 10px;
    height: 80px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: rgb(229, 229, 227);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
}

.testi-slider .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 400;
}

.testi-slider .slick-prev {
    left: 35px;
}

.testi-slider .slick-dots {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-slider .slick-dots li {
    width: 50px;
    margin: 0px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--themeColor2);
}

.testi-slider .slick-dots li button {
    opacity: 0;
}

.testi-slider .slick-dots li.slick-active {
    opacity: 1;
    background-color: var(--themeColor);
}

.person-imgs.right {
    padding-left: 40px;
}

.person-imgs.left {
    padding-right: 50px;
}

/*Section Success Story Start */

/*Footer Start*/

.footer-sec {
    width: 100%;
    height: 100%;
    padding: 90px 2% 0px;
    background-color: var(--themeColor2);
}

.footer-sec .add-padding {
    overflow: hidden;
    padding: 80px 2% 0px;
    border-radius: 50px 50px 0px 0px;
    box-shadow: 0px 0px 27px 0px #c9a24d70;
}

.footer-copy-right {
    margin-top: 40px;
    position: relative;
}

.footer-logo a img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px !important;
}

.footer-logo a {
    display: flex;
}

.footer-logo {
    text-align: center;
    padding-right: 35px;
}

.footer-logo p {
    font-size: 16px;
    line-height: 30px;
    word-spacing: 5px;
    color: var(--white);
    text-align: justify;
}

.footer-logo ul {
    gap: 15px;
    display: flex;
    margin-bottom: 0;
    margin-top: 35px;
    align-items: center;
}

.footer-logo ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 16px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
}

.footer-sec h2 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: .9px;
    color: var(--white);
}

.quick-link ul {
    line-height: 42px;
    margin-bottom: 0;
}

.quick-link ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}

.quick-link {
    margin-left: 5px;
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-info ul li a i {
    font-size: 20px;
}

.contact-info ul {
    margin-top: 48px;
}

.contact-info {
    margin-left: 20px;
}

.contact-info ul li a span {
    line-height: 30px;
}

.ftrnewsletter p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--white);
}

.ftrnewsletter p {
    font-size: 16px;
    color: var(--white);
    line-height: 30px;
}

.ftrnewsletter input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    margin-bottom: 25px;
    background: var(--white);
}

.ftrnewsletter {
    margin-left: 30px;
}

.footer-sec h2:before {
    content: "";
    position: absolute;
    background: var(--themeColor);
    width: 30%;
    height: 5px;
    bottom: -20px;
}

.ftrnewsletter input::placeholder {
    color: #777777;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.ftrnewsletter button {
    height: 60px;
    letter-spacing: 0.9px;
    font-size: 16px;
    border: 1px solid var(--themeColor);
}

.footer-copy-right-text {
    padding: 25px 0;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.footer-copy-right-text::before {
    top: 0;
    left: 50%;
    content: '';
    height: 1px;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    background-color: var(--white);
}

.footer-copy-right-text::after {
    top: 0;
    right: 50%;
    content: '';
    height: 1px;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    background-color: var(--white);
}

.footer-copy-right-text p {
    opacity: 0.5;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 5400;
    color: var(--white);
    text-transform: uppercase;
}

/*Footer End*/

/*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*/