@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    background-color: var(--bodyColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #56534d;
    --bodyColor: #fcf5e2;
    --themeColor: #e37924;
    --themeColor2: #e8a83a;
    --headingColor: #081b35;
    --headingColor2: #0f0e0e;
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--themeColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--themeColor2);
}

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: 'StoryStyleDemoRegular';
    src: url(../fonts/StoryStyleDemoRegular.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 {
    margin: 0 0 0px;
    font-weight: 500;
    font-size: 125px;
    line-height: 100px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'StoryStyleDemoRegular';
}

h2 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'StoryStyleDemoRegular';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'StoryStyleDemoRegular';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'StoryStyleDemoRegular';
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'StoryStyleDemoRegular';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: var(--headingColor2);
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.section-heading .section-sub-heading {
    margin: 0px auto -15px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

.section-sub-heading {
    display: flex;
    font-size: 24px;
    font-weight: 400;
    width: fit-content;
    align-items: center;
    border-radius: 50px;
    color: var(--white);
    padding: 11px 40px 4px;
    justify-content: center;
    transform: rotate(-4deg);
    transition-duration: 0.5s;
    border: 1px solid var(--white);
    animation: floatBadge 5s ease-in-out infinite;
    box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.11);
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

.theme-btn-1 {
    gap: 25px;
    border: none;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    color: var(--white);
    align-items: center;
    border-radius: 50px;
    transition: ease-in-out;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding: 0px 0px 0px 25px;
    transition-duration: 0.5s;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

.theme-btn-1 span {
    width: 55px;
    height: 55px;
    display: flex;
    font-size: 12px;
    color: #d89221;
    border-radius: 50%;
    align-items: center;
    transform: scale(1.02);
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background: var(--bodyColor);
    box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.11);
}


.theme-btn-1:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    color: var(--headingColor);
    box-shadow: 0px 12px 21.06px 5.94px rgba(0, 0, 0, 0.07);
    background: linear-gradient(90deg, var(--bodyColor) 0%, var(--bodyColor) 100%);
}


.theme-btn-1:hover span {
    transition: ease-in;
    color: var(--bodyColor);
    transition-duration: 0.5s;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

@keyframes floatBadge {
    0% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-4deg);
    }
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    gap: 2%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.menuSec ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 20px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: var(--headingColor2);
}

.menuSec ul li a::before {
    bottom: 0;
    left: 20px;
    width: 0px;
    height: 1px;
    content: '';
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.menuSec ul li a.active::before {
    width: 25px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menuSec ul li a:hover::before {
    width: 25px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.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(--headingColor2);
}

.menuSection {
    padding: 20px 4%;
}

.menuSection .row {
    align-items: center;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-logo {
    height: 120px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: ease-in-out;
    transition-duration: 1s;
}

.header-logo a {
    perspective: 8000s;
}

.header-logo a:hover img {
    transition: ease-in;
    transition-duration: 1s;
    transform: rotateY(360deg);
}

/*header css start */

/* loader */

/* Loader Styles */
.loader {
    --color-one: var(--themeColor);
    --color-two: var(--themeColor2);
    --color-three: var(-the);
    --color-four: #e8a83a80;
    --color-five: #e3792440;
    --time-animation: 2s;
    --size: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(var(--size));
    border-radius: 50%;
    z-index: 9999;
    box-shadow:
        0 0 25px 0 var(--color-three),
        0 20px 50px 0 var(--color-four);
    animation: colorize calc(var(--time-animation) * 3) ease-in-out infinite;
}

.loader-box.hide {
    animation: hideLoader 0.5s ease-out forwards;
}

.loader-box {
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    background-color: #fcf5e2e5;
}

.loader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: solid 1px var(--color-one);
    border-bottom: solid 1px var(--color-two);
    background: linear-gradient(180deg, var(--color-five), var(--color-four));
    box-shadow:
        inset 0 10px 10px 0 var(--color-three),
        inset 0 -10px 10px 0 var(--color-four);
}

.loader .box {
    width: 100px;
    height: 100px;
    background: linear-gradient(180deg,
            var(--color-one) 30%,
            var(--color-two) 70%);
    mask: url(#clipping);
    -webkit-mask: url(#clipping);
}

.loader svg {
    position: absolute;
}

.loader svg #clipping {
    filter: contrast(15);
    animation: roundness calc(var(--time-animation) / 2) linear infinite;
}

.loader svg #clipping polygon {
    filter: blur(7px);
}

.loader svg #clipping polygon:nth-child(1) {
    transform-origin: 75% 25%;
    transform: rotate(90deg);
}

.loader svg #clipping polygon:nth-child(2) {
    transform-origin: 50% 50%;
    animation: rotation var(--time-animation) linear infinite reverse;
}

.loader svg #clipping polygon:nth-child(3) {
    transform-origin: 50% 60%;
    animation: rotation var(--time-animation) linear infinite;
    animation-delay: calc(var(--time-animation) / -3);
}

.loader svg #clipping polygon:nth-child(4) {
    transform-origin: 40% 40%;
    animation: rotation var(--time-animation) linear infinite reverse;
}

.loader svg #clipping polygon:nth-child(5) {
    transform-origin: 40% 40%;
    animation: rotation var(--time-animation) linear infinite reverse;
    animation-delay: calc(var(--time-animation) / -2);
}

.loader svg #clipping polygon:nth-child(6) {
    transform-origin: 60% 40%;
    animation: rotation var(--time-animation) linear infinite;
}

.loader svg #clipping polygon:nth-child(7) {
    transform-origin: 60% 40%;
    animation: rotation var(--time-animation) linear infinite;
    animation-delay: calc(var(--time-animation) / -1.5);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes roundness {
    0% {
        filter: contrast(15);
    }

    20% {
        filter: contrast(3);
    }

    40% {
        filter: contrast(3);
    }

    60% {
        filter: contrast(15);
    }

    100% {
        filter: contrast(15);
    }
}

@keyframes colorize {
    0% {
        filter: hue-rotate(0deg);
    }

    20% {
        filter: hue-rotate(-30deg);
    }

    40% {
        filter: hue-rotate(-60deg);
    }

    60% {
        filter: hue-rotate(-90deg);
    }

    80% {
        filter: hue-rotate(-45deg);
    }

    100% {
        filter: hue-rotate(0deg);
    }
}

@keyframes hideLoader {
    0% {
        opacity: 1;
        visibility: visible;
        display: flex;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

/* loader */

/*banner css start */

.main_slider {
    padding: 40px 4%;
}

.banner_heading {
    position: relative;
    text-align: center;
}

.banner_heading::before {
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    content: '';
    position: absolute;
    transform: rotate(95deg);
    background-image: url(../images/cont-sm-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_heading::after {
    right: 0;
    bottom: 30px;
    width: 55px;
    content: '';
    transform: rotate(45deg);
    height: 55px;
    position: absolute;
    background-image: url(../images/cont-sm-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_heading .section-sub-heading {
    font-size: 33px;
    margin: 0px auto -7px;
}

.banner_img {
    width: 100%;
    display: flex;
    height: 450px;
    position: relative;
    align-items: flex-end;
    justify-content: center;
}

.banner_img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    filter: drop-shadow(-20px -10px 46px #14141462);
}

.banner_img::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    animation: floatBadge 5s ease-in-out infinite;
    background-image: url(../images/banner-img-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_text p {
    max-width: 380px;
    margin-bottom: 30px;
}

.banner-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-list ul {
    gap: 25px;
    width: 100%;
    display: flex;
    max-width: 280px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.banner-list ul li {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-list ul li i {
    width: 80px;
    height: 70px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.banner-list ul li i::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    animation: floatBadge 5s ease-in-out infinite;
    background-image: url(../images/banner-img-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner-list ul li i::before {
    z-index: 1;
    color: var(--white);
}

.banner-list ul li.red i::after {
    filter: brightness(0) saturate(100%) invert(41%) sepia(76%) saturate(877%) hue-rotate(338deg) brightness(93%) contrast(85%);
}

.banner-list ul li.yellow i::after {
    filter: brightness(0) saturate(100%) invert(83%) sepia(70%) saturate(4401%) hue-rotate(322deg) brightness(90%) contrast(93%);
}

.banner-list ul li.green i::after {
    filter: brightness(0) saturate(100%) invert(31%) sepia(24%) saturate(1279%) hue-rotate(151deg) brightness(96%) contrast(90%);
}

.banner-list ul li p {
    color: var(--headingColor2);
}


/*banner css end*/



/*about start*/

.about-sec {
    padding: 100px 0px;
}

.about-img {
    z-index: 1;
    width: 100%;
    height: 400px;
    min-height: 100%;
    position: relative;
}

.about-img::before {
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 20px;
    transform: rotate(-4deg);
    animation: floatBefore 8s ease-in-out infinite;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

@keyframes floatBefore {
    0% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-4deg);
    }
}

@keyframes floatImg {
    0% {
        transform: rotate(4deg);
    }

    50% {
        transform: rotate(-4deg);
    }

    100% {
        transform: rotate(4deg);
    }
}

.about-img .abt-sm {
    top: -58px;
    right: 27px;
    width: 50px;
    z-index: -1;
    height: 55px;
    position: absolute;
}

.about-img .abt-sm img {
    width: 100%;
    height: 100%;
    transform: unset;
    object-fit: contain;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: rotate(4deg);
    animation: floatImg 8s ease-in-out infinite;
}

.about-text h2 span {
    font-family: 'Montserrat';
}

.about-text p {
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.about-text h3 {
    font-size: 40px;
    color: var(--themeColor2);
}

.about-text .section-sub-heading {
    margin: 0px 0px -13px;
}

.about-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 13px;
}

.about-text ul li p {
    margin: unset;
}

.about-img.chose img {
    transform: rotate(-4deg);
}

.about-img.chose img::before {
    transform: rotate(202deg);
}

.about-img.chose {
    position: relative;
}

.about-img.chose::before {
    transform: rotate(185deg);
}

.about-img.chose .abt-sm {
    left: 36px;
    right: auto;
}

.about-img.chose .abt-sm img {
    filter: brightness(0) saturate(100%) invert(57%) sepia(13%) saturate(3491%) hue-rotate(346deg) brightness(94%) contrast(89%);
}

.about-text {
    padding-left: 20px;
}

.about-sec.chsoe .about-text {
    padding-left: unset;
}

/*about end*/

/* service-sec */

.service-sec {
    overflow: hidden;
    position: relative;
    padding: 40px 4% 20px;
}

@keyframes sectionMove {
    0% {
        left: -2%;
    }

    50% {
        left: -99%;
    }

    100% {
        left: -2%;
    }
}

.service-sec::before {
    left: -1%;
    bottom: 0;
    height: 55%;
    width: 200%;
    content: '';
    position: absolute;
    animation: sectionMove 20s ease-in-out infinite;
    background-image: url(../images/service-before.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-box {
    z-index: 1;
    padding: 30px;
    max-width: 420px;
    margin: 20px auto;
    position: relative;
    border-radius: 20px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--bodyColor);
    box-shadow: 0px -29px 66.43px 6.57px rgba(0, 0, 0, 0.04);
}

.service-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
    box-shadow: 0px 12px 21.06px 5.94px #081b3569;
}

.service-box-img {
    top: -30px;
    z-index: 1;
    width: 100%;
    height: 350px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.service-box-img::before {
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 20px;
    transform: rotate(-4deg);
    animation: floatBefore 8s ease-in-out infinite;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

.service-box-img img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
    transform: rotate(4deg);
    animation: floatImg 8s ease-in-out infinite;
}

.service-box-text {
    display: block;
}

.service-box-text h3 {
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.service-box-text p {
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.service-box-text ul {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.service-box-text ul li {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service-box-text ul li img {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    object-fit: contain;
}

.service-box-text .view-more {
    display: block;
    font-weight: 500;
    margin-top: 25px;
    color: var(--black);
    text-transform: uppercase;
    text-decoration: underline;
}

/* service-sec */

/* review-sec */

.review-sec {
    overflow: hidden;
    position: relative;
    padding: 100px 0px 300px;
}

.review-sec::before {
    top: -1px;
    left: -1%;
    width: 200%;
    content: '';
    height: 100%;
    position: absolute;
    transform: rotate(180deg);
    animation: sectionMove 20s ease-in-out infinite;
    background-image: url(../images/service-before.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.review-sec .section-heading {
    z-index: 1;
    position: relative;
    margin-bottom: 80px;
}

.review-sec .section-heading .section-sub-heading {
    border: none;
}

.review-sec .section-heading h2 {
    color: var(--white);
}

.review-sec .section-heading p {
    color: var(--white);
}

.reviewSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.reviewSlider .slick-list {
    overflow: visible;
}

.review-box {
    padding: 30px 25px;
    position: relative;
    border-radius: 15px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--bodyColor);
    animation: floatReview 12s ease-in-out infinite;
}

.review-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.review-box:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(63deg) brightness(104%) contrast(101%);
}

@keyframes floatReview {
    0% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

.review-box ul li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--themeColor);
}

.review-box ul {
    gap: 15px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}

.review-box::before {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
    border: 1px solid var(--bodyColor);
    animation: floatBefore 12s ease-in-out infinite;
}

.review-box::after {
    left: 30px;
    top: -30px;
    width: 45px;
    content: '';
    height: 45px;
    position: absolute;
    filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(644%) hue-rotate(308deg) brightness(103%) contrast(98%);
    animation: floatBefore 12s ease-in-out infinite;
    background-image: url(../images/cont-sm-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.review-box ul li h4 {
    font-size: 20px;
    color: var(--black);
}

.review-box ul li h6 {
    font-size: 10px;
    color: #858483;
}

.review-box-text p {
    font-style: italic;
}

.review-box-text {
    height: 140px;
    overflow-y: scroll;
    padding-right: 10px;
    margin-bottom: 10px;
}

.review-box .review-star {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.review-box .review-star i {
    color: #ffae00;
}

.review-box-text::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.review-box-text::-webkit-scrollbar-thumb {
    background-color: var(--themeColor2);
    outline: 1px solid var(--themeColor2);
    border-radius: 100px;
}

.review-box-text::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 10px var(--headingColor);
}










/* review-sec */





/*contact-section start*/

section.contact-sec {
    padding: 100px 0px;
}

.cont-form input {
    width: 100%;
    padding: 15px 12px;
    border-radius: 10px;
    border: 2px solid #e4decd;
    margin-bottom: 20px;
    background-color: unset;
    outline: none;
}

.cont-form input::placeholder {
    font-size: 14px;
    color: #8e8a80;
}

.cont-form textarea::placeholder {
    font-size: 14px;
    color: #8e8a80;
}

.cont-form textarea {
    resize: none;
    width: 100%;
    height: 130px;
    padding: 15px 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: unset;
    border: 1px solid #e1dbca;
}

.cont-img {
    margin-top: 20px;
}

section.contact-sec .container {
    position: relative;
}


.cont-txt .section-sub-heading {
    margin-bottom: -15px;
}

.cont-txt h2 span {
    font-family: 'Montserrat';
}

.cont-img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
}

.cont-txt p {
    width: 75%;
    font-size: 14px;
    color: #000000;
}

.cont-sm-img-2 {
    top: 80px;
    width: 55px;
    right: 80px;
    height: 55px;
    position: absolute;
}

.cont-sm-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: floatBadge 5s ease-in-out infinite;
}

.cont-sm-img {
    left: -70px;
    height: 80px;
    width: 85px;
    bottom: -40px;
    position: absolute;
    animation: floatBadge 5s ease-in-out infinite;
}

.cont-sm-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*contact-section end*/

/* area-sec */

.area-img {
    width: 530px;
    height: 530px;
    display: flex;
    max-width: 100%;
    margin: 0px auto;
    border-radius: 50%;
    position: relative;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--bodyColor);
}

.area-img::before {
    top: 0;
    right: 0;
    width: 100%;
    content: '';
    height: 100%;
    padding: 1px;
    position: absolute;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    animation: routeBg 20s ease-in-out infinite;
    background: linear-gradient(90deg, #cbc6b6, #cbc6b600, #cbc6b600, #cbc6b600, #cbc6b6);
    background-size: cover;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@keyframes routeBg {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.area-img img {
    top: 20px;
    width: 100%;
    height: 550px;
    position: relative;
    object-fit: contain;
    filter: drop-shadow(-20px -10px 46px #14141425);
}

.area-box {
    display: flex;
    min-height: 650px;
    position: relative;
    align-items: flex-end;
}

.area-box .area-box-bg-map {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}

.area-list h4 {
    font-size: 30px;
    color: var(--headingColor);
}

.area-list ul {
    columns: 2;
}

.area-list ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.area-list ul li img {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    object-fit: contain;
}

.area-list ul li p {
    font-size: 13.9px;
}

.area-dot .area-loaction-img-1 {
    top: 33%;
    right: 23%;
    width: 53px;
    height: 100px;
    position: absolute;
    object-fit: contain;
    animation: floatTop 4s ease-in-out infinite;
}

.area-dot .area-loaction-img-2 {
    top: 13%;
    right: 19%;
    width: 33px;
    height: 58px;
    position: absolute;
    object-fit: contain;
    animation: floatTop 4s ease-in-out infinite;
}

.area-dot .area-loaction-img-3 {
    top: 13%;
    left: 33.5%;
    width: 33px;
    height: 58px;
    position: absolute;
    object-fit: contain;
    animation: floatTop 4s ease-in-out infinite;
}

.area-dot .area-loaction-img-4 {
    left: 25.5%;
    bottom: 29%;
    width: 36px;
    height: 58px;
    position: absolute;
    object-fit: contain;
    animation: floatTop 4s ease-in-out infinite;
}

.area-dot .area-loaction-img-5 {
    top: 21%;
    left: 11.5%;
    width: 36px;
    height: 58px;
    position: absolute;
    object-fit: contain;
    animation: floatTop 4s ease-in-out infinite;
}

.area-dot .area-loaction-img-6 {
    right: 18.5%;
    bottom: 20%;
    width: 36px;
    height: 58px;
    position: absolute;
    object-fit: contain;
    animation: floatTop 4s ease-in-out infinite;
}

@keyframes floatTop {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}



/* area-sec */

/*Footer Start*/

.footer-sec {
    padding: 80px 4% 0px;
    background: var(--headingColor);
}

.footer-newsletter form {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #7e6b6a;
}

.footer-sec .footer-newsletter h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
}

.footer-newsletter {
    margin-bottom: 60px;
}

.footer-newsletter form input {
    width: 100%;
    border: none;
    color: #fff;
    background-color: transparent;
}

.footer-sec h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-latest-update p {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    width: 73%;
    margin-bottom: 20px;
}

.footer-support ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-copy-right-sec p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
}

.footer-copy-right-sec {
    border-top: 1px solid #ffffff8f;
    text-align: center;
    padding: 20px 0;
}

.footer-latest-update ul {
    gap: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer-latest-update form {
    position: relative;
}

.footer-latest-update form input::placeholder {
    color: #8a939f;
}

.footer-latest-update form button {
    top: 0;
    right: 0;
    width: 58px;
    height: 100%;
    border: none;
    font-size: 14px;
    position: absolute;
    color: var(--white);
    border-radius: 50px;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

.footer-latest-update ul li a {
    gap: 20px;
    display: flex;
    color: #ffffffb4;
    font-size: 16px;
    align-items: baseline;
    justify-content: flex-start;
}

.footer-support ul {
    line-height: 50px;
}

.footer-support ul {
    column-count: 2;
    width: 85%;
}

.footer-logo {
    /* text-align: center; */
    /* border-left: 1px solid #ffffff8f; */
    border-right: 1px solid #ffffff8f;
    padding: 30px 20px 30px 40px;
    margin: 0 20px;
}

.footer-latest-update form input {
    width: 100%;
    height: 55px;
    border: none;
    color: #fff;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    background: #14263f;
    text-transform: uppercase;
}

.footer-support {
    margin: 0 auto;
    width: 80%;
    padding-top: 60px;
    height: 100%;
    border-right: 1px solid #ffffff8f;
}

.footer-latest-update {
    padding-top: 60px;
    padding-right: 40px;
}


.footer-logo h2 {
    margin-bottom: 0;
}

.footer-logo p {
    color: #fff;
    font-size: 14px;
    width: 85%;
    font-family: 'Montserrat';
}

.footer-logo ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.footer-logo ul li a:hover {
    background: #e79d34;
    color: #fff;
    transition: 0.5s;
    border: 2px solid #e79d34;
}

.footer-logo ul li a {
    border: 1px solid #ffffffcb;
    color: #ffffffcb;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-logo a img {
    width: 150px;
    height: 115px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 15px;
}

.footer-sec .container-fluid.add-padding {
    position: relative;
}

.ft-sm {
    top: 0;
    right: 0;
    height: 80px;
    width: 110px;
    position: absolute;
    animation: floatBadge 5s ease-in-out infinite;
}

.ft-sm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ft-sm-tw {
    top: -30px;
    width: 55px;
    height: 55px;
    left: -110px;
    position: absolute;
    animation: floatBadge 5s ease-in-out infinite;

}

.ft-sm-tw img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*Footer Ends*/

/*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*/