/*---------------------------------------------
/////  About Acharya Angad  /////
----------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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');

@import url(style2.css);

@media only screen and (min-width: 767px) and (max-width: 1023px) {
    .ipad {
        width: 100% !important;
    }

    .deskshow {
        display: none !important;
    }

    .mobshow {
        display: block !important;
    }



    nav.main-menu.sticky-header {
        background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
    }

    .footer-contact-box {
        border-radius: 30px;
        background-image: linear-gradient(0deg, #731506 0%, #af1c1c 100%);
        border: 1px solid #b01c1c;
        padding: 28px 0px;
        margin-top: 20px !important;
    }

    .footer-details {
        padding-bottom: 30px !important;
    }

    .heading-box h2 {
        background: -webkit-linear-gradient(309deg, #6d0f08, #912312 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 35px !important;
    }

    .center-offer-box {
        background-color: #fff;
        border-radius: 30px;
        padding: 8px 21px;
        margin-top: 43px !important;
        position: relative;
        overflow: hidden;
    }


    ul.offer-box {
        padding: 21px 0px !important;
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        justify-content: space-between;
    }

        ul.offer-box li {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
            justify-content: center;
            padding-bottom: 19px;
            border-bottom: 1px solid #fbfbfb;
        }

            ul.offer-box li:last-child {
                border-bottom: 0px;
                margin: 0;
            }

    .center-offer-box:after {
        display: none;
    }

    .center-offer-box:before {
        display: none;
    }

    section.about-us {
        padding-top: 10px !important;
        padding-bottom: 80px;
        background-image: url(../img/about-us-bg.png);
        background-position: center;
        background-size: cover;
    }

    .client-carousel {
        padding-top: 20px !important;
        padding-bottom: 90px !important;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    .daily-horoscope-Box:before {
        position: absolute;
        content: '';
        background-image: url(../img/round-horoscope-bg-img.png);
        width: 576px;
        height: 576px;
        background-position: bottom;
        background-repeat: no-repeat;
        bottom: -300px;
        z-index: 0;
        animation: rotate 12s linear infinite;
        left: 0;
    }

    ul.why-list {
        padding: 0;
        display: flex;
        gap: 40px;
        list-style-type: none;
        align-items: center;
        margin-bottom: 25px;
        flex-direction: column;
    }


    li.content-box:before {
        position: absolute;
        content: '';
        left: 53% !important;
        top: 6px !important;
        transform: scaleX(1.155) skewY(-3deg) rotate(-46deg) translateY(-82.3%) skewX(-9deg) scaleY(-1.134) translateX(-18%) !important;
        width: 4em;
        height: 4em;
        overflow: hidden;
        background-color: #ffffff;
        z-index: -3;
        border-radius: 23%;
    }

    li.content-box-2:before {
        position: absolute;
        content: '';
        right: 28% !important;
        top: 95% !important;
        transform: scaleX(1.155) skewY(-10deg) rotate(-38deg) translateY(-82.3%) skewX(0deg) scaleY(-1.134) translateX(-24%) !important;
        width: 4em;
        height: 4em;
        overflow: hidden;
        background-color: #ffffff;
        z-index: -3;
        border-radius: 23%;
    }

    form.footer-widget__newsletter.mc-form {
        display: block !important;
        padding-top: 0px;
        padding-bottom: 34px;
        justify-content: center;
    }

        form.footer-widget__newsletter.mc-form input {
            min-width: 100% !important;
            border-radius: 30px !important;
            background-color: #fff6f2;
            height: 50px;
            border: 0;
            padding: 20px 29px;
            outline: 0;
            margin-bottom: 20px;
        }

    .thm-btn {
        border: none;
        outline: none;
        color: #fff;
        background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 30px !important;
        font-weight: 400;
        display: inline-block;
        padding: 9px 49px;
        overflow: hidden;
        -webkit-transition: all .35s;
        transition: all .35s;
        position: relative;
        width: 100%;
    }

    .service-details__accrodion .accrodion-icon {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 0px !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }


    section.faq-section {
        padding-top: 10px !important;
        padding-bottom: 40px !important;
        background-image: url(../img/faq-bg-img.png);
        background-size: cover;
        background-position: inherit;
    }

    section.blog-section {
        padding-top: 190px !important;
        padding-bottom: 40px !important;
    }

    .author-one {
        background-color: #fff;
        padding: 18px !important;
        padding-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block !important;
        padding-bottom: 40px;
        border-radius: 30px;
    }

    .author-one__content {
        padding-left: 0px !important;
    }

    .author-one__title {
        margin-top: 20px;
    }

    .comments-one__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block !important;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #f5e1da;
    }

    .comments-one__item__btn {
        position: relative !important;
        top: 0;
        right: 0;
    }

    .sidebar {
        margin-top: 30px;
    }

    .section-padding--bottom {
        padding-bottom: 40px !important;
    }

    .section-padding--top {
        padding-top: 20px !important;
    }

    .round-right-top {
        border-radius: 0px 0px 0px 0px !important;
    }

    .round-right-bottom {
        border-radius: 0px 0px 0px 0px !important;
    }

    .round-left-top {
        border-radius: 0px 0px 0px 0px !important;
    }

    .round-left-bottom {
        border-radius: 0px 0px 0px 0px !important;
    }


    .daily-horoscope-Box {
        margin-bottom: 60px;
    }

    .blog-card-one {
        margin-bottom: 40px;
    }


    section.our-offers {
        position: relative;
        z-index: 1;
        padding-bottom: 150px;
    }


    img.side-img {
        margin-bottom: 50px;
    }
}

/* Tab Responsive End  */
/* Tab Responsive End  */


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .deskshow {
        display: none !important;
    }

    .mobshow {
        display: block !important;
    }

    nav.main-menu.sticky-header {
        background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
        padding: 10px 0px;
    }

    .footer-contact-box {
        border-radius: 30px;
        background-image: linear-gradient(0deg, #731506 0%, #af1c1c 100%);
        border: 1px solid #b01c1c;
        padding: 28px 0px;
        margin-top: 20px !important;
    }

    .footer-details {
        padding-bottom: 30px !important;
    }

    .heading-box h2 {
        background: -webkit-linear-gradient(309deg, #6d0f08, #912312 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 35px !important;
    }

    .center-offer-box {
        background-color: #fff;
        border-radius: 30px;
        padding: 8px 21px;
        margin-top: 43px !important;
        position: relative;
        overflow: hidden;
    }


    ul.offer-box {
        padding: 21px 0px !important;
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        justify-content: center !important;
    }

        ul.offer-box li {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
            justify-content: center;
            padding-bottom: 19px;
            border-bottom: 1px solid #fbfbfb;
        }

            ul.offer-box li:last-child {
                border-bottom: 0px;
                margin: 0;
            }

    .center-offer-box:after {
        display: none;
    }

    .center-offer-box:before {
        display: none;
    }

    section.about-us {
        padding-top: 10px !important;
        padding-bottom: 80px;
        background-image: url(../img/about-us-bg.png);
        background-position: center;
        background-size: cover;
    }

    .client-carousel {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    .daily-horoscope-Box:before {
        position: absolute;
        content: '';
        background-image: url(../img/round-horoscope-bg-img.png);
        width: 576px;
        height: 576px;
        background-position: bottom;
        background-repeat: no-repeat;
        bottom: -300px;
        z-index: 0;
        animation: rotate 12s linear infinite;
        left: 0;
    }

    ul.why-list {
        padding: 0;
        display: flex;
        gap: 40px;
        list-style-type: none;
        align-items: center;
        margin-bottom: 25px;
        flex-direction: column;
    }


    li.content-box:before {
        position: absolute;
        content: '';
        left: 56% !important;
        top: 6px !important;
        transform: scaleX(1.155) skewY(-3deg) rotate(-46deg) translateY(-82.3%) skewX(-9deg) scaleY(-1.134) translateX(-18%) !important;
        width: 4em;
        height: 4em;
        overflow: hidden;
        background-color: #ffffff;
        z-index: -3;
        border-radius: 23%;
    }

    li.content-box-2:before {
        position: absolute;
        content: '';
        right: 28% !important;
        top: 95% !important;
        transform: scaleX(1.155) skewY(-10deg) rotate(-38deg) translateY(-82.3%) skewX(0deg) scaleY(-1.134) translateX(-24%) !important;
        width: 4em;
        height: 4em;
        overflow: hidden;
        background-color: #ffffff;
        z-index: -3;
        border-radius: 23%;
    }

    form.footer-widget__newsletter.mc-form {
        display: block !important;
        padding-top: 0px;
        padding-bottom: 34px;
        justify-content: center;
    }

        form.footer-widget__newsletter.mc-form input {
            min-width: 100% !important;
            border-radius: 30px !important;
            background-color: #fff6f2;
            height: 50px;
            border: 0;
            padding: 20px 29px;
            outline: 0;
            margin-bottom: 20px;
        }

    .thm-btn {
        border: none;
        outline: none;
        color: #fff;
        background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 30px !important;
        font-weight: 400;
        display: inline-block;
        padding: 9px 49px;
        overflow: hidden;
        -webkit-transition: all .35s;
        transition: all .35s;
        position: relative;
        width: 100%;
    }

    .service-details__accrodion .accrodion-icon {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 0px !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }


    section.faq-section {
        padding-top: 10px !important;
        padding-bottom: 40px !important;
        background-image: url(../img/faq-bg-img.png);
        background-size: cover;
        background-position: inherit;
    }

    section.blog-section {
        padding-top: 170px !important;
        padding-bottom: 40px !important;
    }

    .author-one {
        background-color: #fff;
        padding: 18px !important;
        padding-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block !important;
        padding-bottom: 40px;
        border-radius: 30px;
    }

    .author-one__content {
        padding-left: 0px !important;
    }

    .author-one__title {
        margin-top: 20px;
    }

    .comments-one__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block !important;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #f5e1da;
    }

    .comments-one__item__btn {
        position: relative !important;
        top: 0;
        right: 0;
    }

    .sidebar {
        margin-top: 30px;
    }

    .section-padding--bottom {
        padding-bottom: 40px !important;
    }

    .section-padding--top {
        padding-top: 20px !important;
    }

    .round-right-top {
        border-radius: 0px 0px 0px 0px !important;
    }

    .round-right-bottom {
        border-radius: 0px 0px 0px 0px !important;
    }

    .round-left-top {
        border-radius: 0px 0px 0px 0px !important;
    }

    .round-left-bottom {
        border-radius: 0px 0px 0px 0px !important;
    }


    .daily-horoscope-Box {
        margin-bottom: 60px;
    }

    .blog-card-one {
        margin-bottom: 40px;
        display: block !important;
    }

    .blog-card-one__image {
        border-radius: 20px 20px 0px 0px !important;
    }

    .blog-card-one__content {
        border-radius: 0px 0px 20px 20px !important;
        max-width: 100% !important;
    }


    section.our-offers {
        position: relative;
        z-index: 1;
        padding-bottom: 150px;
    }


    img.side-img {
        margin-bottom: 50px;
    }

    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgb(255 246 242);
        border-radius: .3rem;
        outline: 0;
        max-width: 87% !important;
        left: 5% !important;
        top: 28%;
    }

    .comments-one__item__content {
        padding-left: 11px !important;
        position: relative;
    }

    .blog-details__tags a {
        text-transform: uppercase;
        background-color: #f45317;
        font-size: 10px;
        display: inline-block;
        font-weight: bold;
        border-radius: 20px;
        letter-spacing: .1em;
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        padding: 1.5px 11.5px !important;
        margin-left: 10px;
    }

    .blog-details {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap !important;
    }
}

/* Mobile  Responsive End  */
/* Mobile Responsive End  */




nav.main-menu {
    background-color: #fff;
}

/* Top manu-bar */
section.top-menu-bar {
    background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
    padding: 6px;
}

ul.top-listbox {
    padding: 0;
    display: flex;
    list-style-type: none;
    align-items: center;
    margin: 0;
    padding-top: 8px;
    justify-content: flex-start;
    gap: 13px;
}



.top-title {
    font-size: 12px;
    color: #ffffff;
}

ul.top-listbox li a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

ul.top-listbox:hover li img {
    animation: hithere 1s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

ul.top-listbox:hover li a {
    color: #f9a50e;
}

ul.top-listbox-2 {
    padding: 0;
    display: flex;
    list-style-type: none;
    align-items: center;
    margin: 0;
    padding-top: 8px;
    text-align: end;
    justify-content: flex-end;
    gap: 13px;
}

    ul.top-listbox-2 li a {
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
    }

    ul.top-listbox-2:hover li img {
        animation: hithere 1s ease infinite;
    }

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

ul.top-listbox-2:hover li a {
    color: #f9a50e;
}



section.banner {
    position: relative;
    overflow: hidden;
}

.mobshow {
    display: none;
}


/***********************
  * Common
  ***********************/
body {
    font-size: 16px;
    line-height: 1.875em;
    color: #797582;
    font-weight: 500;
    margin: 0;
    font-family: "Fira Sans", sans-serif;
}

a {
    color: #6a2dec;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: "Black Quality";
}


a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}



.thm-owl__carousel--range__input {
    max-width: 830px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -9px;
    margin-top: 20px;
}

    .thm-owl__carousel--range__input .irs-min,
    .thm-owl__carousel--range__input .irs-single,
    .thm-owl__carousel--range__input .irs-max {
        visibility: hidden !important;
    }

    .thm-owl__carousel--range__input .irs--flat .irs-line {
        height: 2px;
        background-color: var(--cretech-gray, #f9f6ff);
    }

    .thm-owl__carousel--range__input .irs--flat .irs-bar {
        border-radius: 0;
        background-image: linear-gradient(55deg, var(--cretech-secondary, #9c2ede) 0%, #6a2dec 100%);
        height: 2px;
    }

    .thm-owl__carousel--range__input .irs--flat .irs-handle {
        width: 20px;
        height: 10px;
        background-image: linear-gradient(55deg, var(--cretech-secondary, #9c2ede) 0%, #6a2dec 100%);
        background-color: transparent;
        top: 21px;
    }

        .thm-owl__carousel--range__input .irs--flat .irs-handle > i:first-child {
            display: none;
        }

.gray-bg {
    background-color: var(--cretech-gray, #f9f6ff);
}

.black-bg {
    background-color: var( #12062c);
}

.background-size-cover {
    background-size: cover;
}

.background-repeat-no {
    background-repeat: no-repeat;
}

.background-position-top-right {
    background-position: top right;
}

.background-position-top-center {
    background-position: top center;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.thm-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
}

.thm-owl__carousel--with-shadow .owl-item {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 500ms ease, opacity 500ms ease;
    transition: visibility 500ms ease, opacity 500ms ease;
}

    .thm-owl__carousel--with-shadow .owl-item.active {
        opacity: 1;
        visibility: visible;
    }

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #6a2dec;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

    .scroll-to-top i {
        color: #ffffff;
        font-size: 18px;
        line-height: 45px;
    }

    .scroll-to-top:hover {
        background-color: var(--cretech-secondary, #9c2ede);
    }

        .scroll-to-top:hover i {
            color: #fff;
        }

.thm-btn {
    border: none;
    outline: none;
    color: #fff;
    background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px 30px 30px 0px;
    font-weight: 400;
    display: inline-block;
    padding: 9px 49px;
    overflow: hidden;
    -webkit-transition: all .35s;
    transition: all .35s;
    position: relative;
}

    .thm-btn span {
        position: relative;
        z-index: 2;
    }

    .thm-btn:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .thm-btn:before, .thm-btn:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        background-image: linear-gradient(55deg, #f5790d 0%, #ffc011 100%);
        -webkit-transition: all .35s;
        transition: all .35s;
    }

    .thm-btn:before {
        opacity: .5;
    }

    .thm-btn:after {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .thm-btn:hover:before, .thm-btn:hover:after {
        top: 0;
    }

.thm-btn--light {
    background-color: #fff;
    color: var( #12062c);
}

    .thm-btn--light:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

.thm-btn--dark {
    background-color: var( #12062c);
    color: #fff;
}

    .thm-btn--dark:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

.section-title {
    padding-bottom: 28px;
}

.section-title__text {
    margin: 0;
    text-transform: uppercase;
    color: var(--cretech-secondary, #9c2ede);
    letter-spacing: .1em;
    font-size: 16px;
    font-weight: bold;
    margin-top: -10px;
}

.section-title__text--light {
    color: #fff;
}

.section-title__title {
    margin: 0;
    color: var( #12062c);
    font-size: 35px;
    letter-spacing: -0.05em;
    font-weight: bold;
    margin-top: 3px;
}

    .section-title__title br {
        display: none;
    }

@media (min-width: 768px) {
    .section-title__title br {
        display: inherit;
    }
}

@media (min-width: 768px) {
    .section-title__title {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .section-title__title {
        font-size: 48px;
    }
}

.section-title__title--light {
    color: #fff;
}

.preloader {
    position: fixed;
    background-color: var(--cretech-bg-black, #0d0421);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
}

.preloader__circle {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--cretech-secondary, #9c2ede);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    .preloader__circle:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #6a2dec;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    .preloader__circle:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ffffff;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #6a2dec;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #6a2dec;
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: #6a2dec;
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}

/***********************
  * Main Menu
  ***********************/
.topbar {
    background-color: var( #12062c);
    display: none;
}

@media (min-width: 835px) {
    .topbar {
        display: block;
    }
}

.topbar .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media (min-width: 768px) {
    .topbar .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .topbar .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.topbar__text {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--cretech-text-light, #a39eae);
}

.topbar__info {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

    .topbar__info li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
        font-weight: 500;
        color: var(--cretech-text-light, #a39eae);
    }

        .topbar__info li + li {
            margin-left: 20px;
        }

@media (min-width: 1200px) {
    .topbar__info li + li {
        margin-left: 30px;
    }
}

.topbar__info li i {
    color: #ab32f2;
    margin-right: 10px;
}

.topbar__info li a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .topbar__info li a:hover {
        color: #fff;
    }

.topbar__social {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    display: none;
}

@media (min-width: 1050px) {
    .topbar__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .topbar__social {
        margin-left: 60px;
    }
}

.topbar__social li + li {
    margin-left: 27px;
}

.topbar__social li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .topbar__social li a:hover {
        color: #6a2dec;
    }

.topbar-two {
    display: none;
}

@media (min-width: 1200px) {
    .topbar-two {
        display: block;
    }
}

.topbar-two__inner {
    background-color: #fff;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-two__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}



.topbar-two__list__item a {
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .topbar-two__list__item a:hover {
        color: #6a2dec;
        background-size: 100% 2px;
    }

.topbar-two__list__item span {
    display: block;
    color: var( #12062c);
    font-weight: bold;
    margin-bottom: 5px;
}

.topbar-two__list__item + .topbar-two__list__item {
    margin-left: 40px;
}

.topbar-two__list__icon {
    width: 40px;
    height: 40px;
    background-color: var(--cretech-secondary, #9c2ede);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .topbar-two__list__icon:hover {
        background-color: var( #12062c);
        color: #fff;
    }

    .topbar-two__list__icon i.map-marker {
        font-size: 13px;
    }

.topbar-two__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.topbar-two__btn {
    font-size: 12px;
    padding: 9.5px 39px;
}

.main-menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .main-menu .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .main-menu .container-fluid {
        padding-left: 60px;
        padding-right: 0px;
    }
}

.main-menu__list {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 1200px) {
    .main-menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }
}

.main-menu__list > li {
    position: relative;
}

    .main-menu__list > li + li {
        margin-left: 0px;
    }

@media (min-width: 1270px) {
    .main-menu__list > li + li {
        /* margin-left: 58px; */
    }
}

.main-menu__list > li > a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    padding: 17px 0;
    font-size: 14px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    font-family: "Fira Sans";
    text-decoration: none;
    text-align: center;
    margin: 0px 20px;
}

.main-menu__list > li:hover > a, .main-menu__list > li.current > a {
    text-shadow: 0 0 1px currentColor;
}

.main-menu__list > li > ul {
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    min-width: 220px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

    .main-menu__list > li > ul > li {
        position: relative;
    }

        .main-menu__list > li > ul > li > a {
            text-transform: uppercase;
            color: #797582;
            font-weight: 500;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            display: block;
            padding: 7px 20px;
        }

            .main-menu__list > li > ul > li > a:hover {
                background-color: #6a2dec;
                color: #fff;
            }

        .main-menu__list > li > ul > li > ul {
            left: 100%;
            top: 0%;
            margin: 0;
            padding: 0;
            list-style: none;
            position: absolute;
            min-width: 220px;
            background-color: #fff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 500ms ease;
            transition: 500ms ease;
            z-index: 99;
            -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
        }

            .main-menu__list > li > ul > li > ul > li > a {
                text-transform: uppercase;
                color: #797582;
                font-weight: 500;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
                display: block;
                padding: 7px 20px;
            }

                .main-menu__list > li > ul > li > ul > li > a:hover {
                    background-color: #6a2dec;
                    color: #fff;
                }

            .main-menu__list > li > ul > li > ul > li > ul {
                display: none;
            }

        .main-menu__list > li > ul > li:hover > ul {
            opacity: 1;
            visibility: visible;
        }

.main-menu__list > li:hover > ul {
    opacity: 1;
    visibility: visible;
}



.main-menu__cta {
    display: none;
    background-image: linear-gradient(55deg, var(--cretech-secondary, #9c2ede) 0%, #6a2dec 100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #cdb6ff;
    line-height: 1;
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .main-menu__cta {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.main-menu__cta b {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    color: #fff;
    margin-bottom: 5px;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu__cta b:hover {
        color: #fff;
        background-size: 100% 1px;
    }

@media (min-width: 768px) {
    .main-menu__cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu__cta > i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: var(--cretech-secondary, #9c2ede);
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 992px) {
    .main-menu__cta > i {
        width: 49px;
        height: 49px;
    }
}

.main-menu__cta:hover {
    color: #fff;
}

    .main-menu__cta:hover > i {
        background-color: var( #12062c);
        color: #fff;
    }

.sticky-header--cloned {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .sticky-header--cloned {
        display: none !important;
    }
}

.sticky-header--cloned.sticky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

@media (min-width: 1200px) {
    .header-two {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        z-index: 91;
    }
}



/***********************
  * Mobile Drawer
  ***********************/
.mobile-nav__wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
        -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    }

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.9;
}

.mobile-nav__content {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

    .mobile-nav__content::-webkit-scrollbar {
        display: none;
    }

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 10px;
}

    .mobile-menu__list .menu-item-has-children button {
        width: 30px;
        height: 30px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var( #12062c);
        border: none;
        outline: none;
        float: right;
        margin-top: 5px;
    }

    .mobile-menu__list li.current > a {
        color: #fff;
    }

    .mobile-menu__list > li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-menu__list > li > a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        color: #ffffff;
        display: block;
        line-height: 40px;
        text-decoration: none;
    }

    .mobile-menu__list > li > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: none;
        padding-left: 5px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

        .mobile-menu__list > li > ul > li + li {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .mobile-menu__list > li > ul > li > a {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 16px;
            color: var(--cretech-link-light, #877e9b);
            display: block;
            line-height: 40px;
        }

        .mobile-menu__list > li > ul > li > ul {
            margin: 0;
            padding: 0;
            list-style: none;
            padding-left: 5px;
            display: none;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

            .mobile-menu__list > li > ul > li > ul > li + li {
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }

            .mobile-menu__list > li > ul > li > ul > li > a {
                text-transform: uppercase;
                font-weight: 700;
                font-size: 16px;
                color: var(--cretech-link-light, #877e9b);
                display: block;
                line-height: 40px;
            }

            .mobile-menu__list > li > ul > li > ul > li > ul {
                display: none;
            }

.mobile-nav__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -7px;
    margin-right: -7px;
}

    .mobile-nav__social li {
        margin: 0 7px;
    }

        .mobile-nav__social li a {
            width: 40px;
            height: 40px;
            border: 1px solid #ffffff;
            color: #fff;
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            border-radius: 50%;
        }

            .mobile-nav__social li a:hover {
                color: #fff;
                background-color: #6a2dec;
            }

.mobile-nav__contact {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

    .mobile-nav__contact li {
        position: relative;
        padding-left: 33px;
        color: var(--cretech-link-light, #877e9b);
        font-size: 16px;
        line-height: 36px;
    }

        .mobile-nav__contact li > i {
            font-size: 16px;
            color: var(--cretech-secondary, #9c2ede);
            position: absolute;
            top: 11px;
            left: 0;
        }

        .mobile-nav__contact li a {
            color: inherit;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .mobile-nav__contact li a:hover {
                color: #fff;
            }

.mobile-nav__close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
}

    .mobile-nav__close span {
        width: 2px;
        height: 100%;
        display: block;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

        .mobile-nav__close span:nth-child(2) {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
        }

.main-menu__right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .main-menu__right .mobile-nav__toggler {
        display: none;
    }
}

.main-menu__right .mobile-nav__toggler span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
}

    .main-menu__right .mobile-nav__toggler span:nth-child(2) {
        margin-top: 6px;
        margin-bottom: 6px;
    }

.main-menu__right .search-toggler {
    font-size: 24px;
    color: var(--cretech-black, #12062c);
    border-left: 1px solid var(--cretech-border, #e1dbec);
    padding-left: 15px;
    margin-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 992px) {
    .main-menu__right .search-toggler {
        margin-left: 30px;
        padding-left: 30px;
        padding-top: 9.5px;
        padding-bottom: 9.5px;
    }
}

@media (min-width: 1200px) {
    .main-menu__right .search-toggler {
        margin-left: 0;
    }
}







.inner-item p {
    margin: 0;
}

.inner-item h4 {
    font-size: 16px;
    line-height: 26px;
    color: #731506;
    font-weight: 400;
    font-family: "Fira Sans";
}

.icon-fox {
    display: flex;
    justify-content: center;
    background-color: #fff;
    min-width: 54px;
    min-height: 54px;
    border-radius: 56px;
    background-color: #fff6f2;
    border: 1px solid #fff6f2;
    align-items: center;
    margin: 0 auto;
}

section.our-offers {
    position: relative;
    z-index: 1;
}


.center-offer-box:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
    content: '';
    left: 0;
    top: 45%;
}

.center-offer-box:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
    content: '';
    left: 49%;
    top: 0px;
}


ul.offer-box li:hover .icon-fox img {
    transition: 0.8s all;
    transform: rotate(360deg);
}


/* ======== center-offer-box ========  */

.center-offer-box {
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 21px;
    margin-top: -90px;
    position: relative;
    overflow: hidden;
}

ul.offer-box {
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}


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

.inner-item p {
    margin: 0;
}

.inner-item h4 {
    font-size: 16px;
    line-height: 26px;
    color: #731506;
    font-weight: 400;
    font-family: "Fira Sans";
}

.icon-fox {
    display: flex;
    justify-content: center;
    background-color: #fff;
    min-width: 54px;
    min-height: 54px;
    border-radius: 56px;
    background-color: #fff6f2;
    border: 1px solid #fff6f2;
    align-items: center;
    margin: 0 auto;
    width: 40%;
}

section.our-offers {
    position: relative;
    z-index: 1;
}


.center-offer-box:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
    content: '';
    left: 0;
    top: 45%;
}

.center-offer-box:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
    content: '';
    left: 49%;
    top: 0px;
}


ul.offer-box li:hover .icon-fox img {
    transition: 0.8s all;
    transform: rotate(360deg);
}

/* ========  ========  */



/***********************
* Client Carousel
***********************/
.client-carousel {
    padding-top: 10px;
    padding-bottom: 80px;
}

    .client-carousel .item {
        padding: 20px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .client-carousel .item {
        background-color: #ffff;
        border-radius: 20px;
    }

    .client-carousel img {
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 1;
        max-width: 100%;
    }

        .client-carousel img:hover {
            opacity: 0.6;
        }

.client-carousel--two {
}

    .client-carousel--two .owl-nav {
        position: absolute;
        top: 0%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #fff6f2;
        padding-left: 26px;
        padding-right: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .client-carousel--two .owl-nav button {
            border: none;
            outline: none;
            width: 26px;
            height: 26px;
            background-color: #ffff !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #2222;
            font-size: 12px !important;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .client-carousel--two .owl-nav button + button {
                margin-left: 5px;
            }

            .client-carousel--two .owl-nav button:hover {
                background-color: #8c180f !important;
                color: #fff !important;
            }

    .client-carousel--two .owl-stage-outer {
        padding-top: 31px;
        padding-bottom: 27px;
        /* border-top: 1px solid #f7e8e2; */
    }

.client-carousel--home-two {
    border-top: 1px solid var(--cretech-border, #e1dbec);
}

    .client-carousel--home-two .owl-stage-outer {
        border: 0;
    }


/* Clients slider end */



/*  About Us Section Start  */

section.about-us {
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url(../img/about-us-bg.png);
    background-position: center;
    background-size: cover;
}

.heading-box h2 {
    background: -webkit-linear-gradient(0deg, #6d0f08, #912312 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
}

.about-us-box {
    border-radius: 30px;
    background-color: #ffffff;
    padding: 50px;
    position: relative;
}

.sun-face {
    position: relative;
    margin-top: -140px;
    padding-bottom: 30px;
}
/*  About Us Section end  */



/* why uS Section  Start */
section.why-us-section {
    background-image: url(../img/why-us-section-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.why-content-row {
    padding-top: 30px;
}

ul.why-list {
    padding: 0;
    display: flex;
    gap: 40px;
    list-style-type: none;
    align-items: center;
    margin-bottom: 25px;
}

li.content-box {
    background-color: #fff;
    padding: 20px 19px;
    border-radius: 20px;
    filter: drop-shadow(0 0 7.5px rgba(252,225,213,0.35));
    position: relative;
    z-index: 1;
}

    li.content-box h4 {
        font-size: 18px;
        line-height: 44px;
        color: #731506;
        font-weight: 400;
        font-family: "Fira Sans";
        margin: 0;
    }


    li.content-box:before {
        position: absolute;
        content: '';
        left: 36px;
        top: 45%;
        transform: scaleX(1.155) skewY(-10deg) rotate(-38deg) translateY(-82.3%) skewX(10deg) scaleY(-1.134) translateX(-24%);
        width: 4em;
        height: 4em;
        overflow: hidden;
        background-color: #ffffff;
        z-index: -3;
        border-radius: 23%;
    }

li.content-box-2 {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    filter: drop-shadow(0 0 7.5px rgba(252,225,213,0.35));
    position: relative;
    z-index: 1;
}


    li.content-box-2:before {
        position: absolute;
        content: '';
        right: -54px;
        top: 45%;
        transform: scaleX(1.155) skewY(-10deg) rotate(-38deg) translateY(-82.3%) skewX(10deg) scaleY(-1.134) translateX(-24%);
        width: 4em;
        height: 4em;
        overflow: hidden;
        background-color: #ffffff;
        z-index: -3;
        border-radius: 23%;
    }

    li.content-box-2 h4 {
        font-size: 18px;
        line-height: 44px;
        color: #731506;
        font-weight: 400;
        font-family: "Fira Sans";
        text-align: right;
        margin: 0;
    }

/* why uS Section  end */




/* Servicevs Section Start  */

section.our-services {
    padding-bottom: 0px;
}



.service-details__box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 290px;
}

h3.service-details__box__title a {
    font-size: 20px;
    background: -webkit-linear-gradient(309deg, #6d0f08, #912312 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-details__box__content {
    padding-top: 20px;
}

.services-details-btn {
    position: absolute;
    width: 100%;
    left: 3px;
    top: 12px;
    background-color: #ffffffeb;
    height: 100%;
    transition: 0.8s ease auto;
    opacity: 0;
}

    .services-details-btn a {
        position: relative;
        color: #fff;
        font-size: 16px;
        padding: 8px 26px;
        top: 142px;
        padding: 11px 50px;
        border-radius: 22px;
        filter: drop-shadow(0.927px 2.853px 3.5px rgba(249,189,162,0.55));
        background-color: #ff5c16;
    }


        .services-details-btn a:hover {
            border: 1px solid #ff5c16;
            background-color: transparent;
            color: #ff5c16;
            transition: 0.5s ease all;
        }

.service-details__box:hover .services-details-btn {
    transition: 0.6s ease all;
    transform: translateY(-20px);
    opacity: 1;
}

.round-right-bottom {
    border-radius: 0px 0px 30px 0px;
}

.round-left-bottom {
    border-radius: 0px 0px 0px 30px;
}

.round-left-top {
    border-radius: 30px 0px 0px 0px;
}

.round-right-top {
    border-radius: 0px 30px 0px 0px;
}

/* * Servicevs Section Start  */



/* Accrodion slider Sart */
.service-details__accrodion {
    margin-top: 20px;
}

    .service-details__accrodion .accrodion {
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        .service-details__accrodion .accrodion.active {
        }

        .service-details__accrodion .accrodion + .accrodion {
            margin-top: 10px;
        }

    .service-details__accrodion .accrodion-title h4 {
        font-size: 14px;
        color: #222;
        margin: 0;
        font-weight: 400;
        line-height: 1.5em;
        padding-left: 40px;
        font-family: 'Fira Sans';
        position: relative;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .service-details__accrodion .accrodion.active .accrodion-title h4 {
        color: #222;
    }

    .service-details__accrodion .accrodion-icon {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .service-details__accrodion .accrodion-icon::before, .service-details__accrodion .accrodion-icon::after {
            content: '';
            background-color: var(--cretech-black, #12062c);
            width: 100%;
            height: 2px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .service-details__accrodion .accrodion-icon::after {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
            transform: translateX(-50%) translateY(-50%) rotate(90deg);
        }

    .service-details__accrodion .accrodion.active .accrodion-icon::after {
        opacity: 0;
    }

    .service-details__accrodion .accrodion-content .inner {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

        .service-details__accrodion .accrodion-content .inner p {
            margin: 0;
        }

.accrodion-content {
    position: relative;
    margin-top: 11px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}

.accrodion-title {
    border-radius: 15px;
    filter: drop-shadow(0 0 7.5px rgba(252,225,213,0.35));
    background-color: #ffffff;
    padding: 20px;
}

section.faq-section {
    padding-top: 88px;
    padding-bottom: 140px;
    background-image: url(../img/faq-bg-img.png);
    background-size: cover;
    background-position: inherit;
}

.accrodion-title:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../img/sun-icon.png);
    background-repeat: no-repeat;
    left: 20px;
    top: 19px;
    animation: rotate 4s linear infinite;
}

/* Accrodion slider end */






/* youtube--section start */


section.youtube-section {
    background-image: url(../img/youtube-section-bg-img.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.heading-box-white {
    text-align: center;
    color: #fff;
}

.heading-box h3 {
    font-size: 34px;
}


section.youtube-section img {
    width: 100%;
    margin-bottom: 20px;
}

/* youtube--section end */



/* Testimonial--section start */

section.testimonial-section .owl-carousel {
    margin-bottom: -180px;
}

.heading-box {
    text-align: center;
}

    .heading-box h3 {
        background: -webkit-linear-gradient(309deg, #6d0f08, #912312 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

section.testimonial-section {
    padding-top: 72px;
    background-color: #fff;
    padding-bottom: 30px;
}

.testi-box {
    max-width: 351px;
    min-height: 351px;
    border-radius: 175px;
    filter: drop-shadow(0 0 7.5px rgba(252,225,213,0.35));
    background-color: #fff6f2;
    border: 1px solid #ffffff;
    padding: 25px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

    .testi-box img {
        max-width: 58px;
    }

.oneline i.fa.fa-star {
    color: #ff5c16;
}


/* Testimonial--section End */






/* horoscope-reading start */

.row-horoscope {
    position: relative;
}

.daily-horoscope-Box:before {
    position: absolute;
    content: '';
    background-image: url(../img/round-horoscope-bg-img.png);
    width: 576px;
    height: 576px;
    left: 50;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: -300px;
    z-index: 0;
    animation: rotate 12s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.daily-horoscope-Box {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

a.horo {
    /* text-align: center; */
    color: #222222;
    text-align: center;
}

.horoscope-box {
    display: flex;
    justify-content: center;
    background-color: #fff;
    max-width: 112px;
    min-height: 112px;
    border-radius: 56px;
    background-color: #ffffff;
    border: 1px solid #ff5c16;
    align-items: center;
    margin: 0 auto;
}

a.horo:hover .horoscope-box img {
    transition: 0.5s ease all;
    animation: fade-in-down 0.8s ease;
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* horoscope-reading End */

/* Blog Section Start  */

section.blog-section {
    padding-top: 240px;
    padding-bottom: 50px;
}


/***********************
* Blog
***********************/

.blog-card-one__content p {
    text-align: justify;
    color: #fff;
}

.blog-card-one__image {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
}

    .blog-card-one__image > img {
        max-width: 100%;
    }

    .blog-card-one__image > a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000d9;
        -webkit-transition: -webkit-transform 500ms ease-out;
        transition: -webkit-transform 500ms ease-out;
        transition: transform 500ms ease-out;
        transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

        .blog-card-one__image > a::after, .blog-card-one__image > a::before {
            content: '';
            width: 25px;
            height: 2px;
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .blog-card-one__image > a::after {
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
        }

.blog-card-one:hover .blog-card-one__image > a {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-card-one__content {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 10px 15px;
    background-image: linear-gradient(0deg, #731506 0%, #af1c1c 100%);
    padding-bottom: 20px;
    border-radius: 0px 20px 20px 0px;
    max-width: 361px;
}

.blog-card-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 30px;
    padding: 10px;
    background-color: #f45317;
    border-radius: 0px 0px 20px 20px;
}

.blog-card-one__date {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

    .blog-card-one__date i {
        color: #ffffff;
        margin-right: 5px;
    }

.blog-card-one__category {
    text-transform: uppercase;
    background-color: #ff5c16;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 7px 14px;
    margin-left: 27px;
    border-radius: 0px 0px 20px 20px;
}

    .blog-card-one__category:hover {
        color: #fff;
        background-color: #ff5c16;
    }

.blog-card-one__title {
    font-size: 20px;
    letter-spacing: -0.04em;
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* border-bottom: 1px solid #bb1e10; */
    /* padding-bottom: 10px; */
}

    .blog-card-one__title a {
        background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
        color: #ffffff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-family: 'Fira Sans';
        font-weight: 400;
    }

        .blog-card-one__title a:hover {
            color: #ffffff;
            background-size: 100% 1px;
            font-weight: 400;
        }

.blog-card-one__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #9f1a16;
    background-color: #fff;
    padding: 4px 20px;
    border-radius: 30px;
}

    .blog-card-one__more i {
        color: #9f1a16;
        letter-spacing: -0.04em;
        margin-left: 7px;
    }

    .blog-card-one__more:hover {
        color: #000;
    }

.blog-card-one--home-two .blog-card-one__image > img {
    width: 100%;
}

.blog-card-one--home-two .blog-card-one__content {
    padding: 30px;
    position: relative;
}

.blog-card-one--home-two .blog-card-one__date {
    line-height: 1;
}

.blog-card-one--home-two .blog-card-one__title {
    margin-bottom: 5px;
    margin-top: 11px;
}

.blog-card-one--home-two .blog-card-one__category {
    position: absolute;
    top: -15px;
    right: 20px;
}

.blog-card-two {
    background-color: #000;
    width: 100%;
    min-height: 230px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
}

    .blog-card-two:before {
        content: "";
        background: linear-gradient(to right, #ffffff0d, #ffffff40); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        display: block;
        height: 100%;
        left: -75%;
        position: absolute;
        top: 0;
        transform: skewX(-25deg);
        width: 50%;
        z-index: 21;
    }

    .blog-card-two:hover:before {
        animation: shine 0.85s;
    }

@keyframes shine {
    100% {
        left: 125%;
    }
}



.blog-card-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    border-radius: 30px;
    background-position: center;
}

    .blog-card-two__bg::before {
        content: '';
        /* fallback for old browsers */
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(180deg, #0000, #000000 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.blog-card-two__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blog-card-two .blog-card-one__category {
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 10;
}

.blog-card-two .blog-card-one__date {
    color: #fff;
}

.blog-card-two .blog-card-one__title {
    color: #fff;
    margin: 0;
    max-width: 296px;
    margin-top: 7px;
}

    .blog-card-two .blog-card-one__title a:hover {
        color: #fff;
    }

.blog-card-two__content p {
    color: #fff;
    font-size: 12px;
}


/* blog Section End	 */


/* Footer--main start */


.newslatter {
    margin-bottom: -120px;
    z-index: 1;
    position: relative;
}

.newslatter-box {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

    .newslatter-box:before {
        position: absolute;
        content: '';
        background-color: #fff6f2;
        width: 100%;
        height: 1px;
        bottom: 129px;
        left: 0;
    }

    .newslatter-box h4 {
        font-size: 44px;
        color: #222222;
    }

    .newslatter-box h4 {
        font-size: 44px;
        color: #222222;
    }

form.footer-widget__newsletter.mc-form input {
    min-width: 70%;
    border-radius: 30px 0px 0px 30px;
    background-color: #fff6f2;
    height: 50px;
    border: 0;
    padding: 20px 29px;
    outline: 0;
}

form.footer-widget__newsletter.mc-form {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 65px;
}

button.thm-btn.footer-widget__newsletter__btn {
    text-transform: capitalize;
    font-weight: 400;
}



footer.footer--main {
    background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
}

.footer-details {
    padding-bottom: 70px;
}

.site-info {
    padding-top: 20px;
    border-top: 1px solid #b01c1c;
    padding-bottom: 1px;
}

footer.footer--main p, a {
    color: #fff;
    text-decoration: none;
}

.site-info a:hover {
    color: #e7cd75;
}

.footer-contact-box {
    border-radius: 30px;
    background-image: linear-gradient(0deg, #731506 0%, #af1c1c 100%);
    border: 1px solid #b01c1c;
    padding: 28px 0px;
    margin-top: -70px;
}

    .footer-contact-box:hover a img.box-img {
        animation: bounce2 1s ease infinite;
    }

    .footer-contact-box:hover p {
        color: #e4c66a;
    }



@keyframes bounce2 {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

.footer-contact-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


/* Footer--main end */



.top-contact_section {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

ul.contact-mail-2 {
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 119px;
    padding: 9px 10px;
    border-radius: 38px;
    justify-content: space-between;
    overflow: hidden;
    position: absolute;
    margin: 0;
    margin-bottom: 3px;
    top: 20px;
    z-index: 11;
    border-radius: 52px;
    background-image: linear-gradient(0deg, #731506 0%, #af1c1c 100%);
}

    ul.contact-mail-2:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background-image: linear-gradient(180deg, #731506 0%, #b01c1c 100%);
    }

    ul.contact-mail-2 li a {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        text-decoration: none;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Fira Sans";
    }

        ul.contact-mail-2 li a:hover {
            color: #ff5c16;
        }


.top-call-icon {
    width: 54px;
    height: 54px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #ff5c16;
    box-shadow: inset 0.927px 2.853px 3.5px rgba(115,21,6,0.35);
    background-color: #b01c1c;
}

ul.contact-mail-2 li:hover a .top-call-icon {
    /* border: 0px solid #090341; */
    transition: 0.8s all;
    color: #ff5c16;
    box-shadow: inset 0.927px 2.853px 3.5px rgba(115, 21, 6, 0.35);
    background-color: #b01c1c;
}

    ul.contact-mail-2 li:hover a .top-call-icon img {
        transition: 0.8s all;
        transform: rotate(360deg);
        color: #ff5c16;
    }


.heading-bg {
    background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
    padding: 16px 0;
}

    .heading-bg > h1 {
        margin: 0 !important;
    }


.section-padding--top {
    padding-top: 50px;
}

.section-padding--bottom {
    padding-bottom: 80px;
}




.blog-details__image img {
    width: 100%;
}


.sidebar__item.sidebar__item--search {
    padding: 10px;
    position: relative;
    border-radius: 10px;
    background-color: #ffff;
    border: 1px solid #ebe9e9;
}

.sidebar__search input[type=text], .sidebar__search input[type=search] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #1e1e1e;
    height: 34px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
}

.sidebar__search button[type=submit] {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff;
    padding: 0;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
}

.sidebar__search img {
    max-width: 22px;
}

.sidebar__item {
    background-color: #ffffff;
    padding: 27px 30px;
    box-shadow: 1px 1px 20px rgb(146 25 17 / 5%);
    border-radius: 10px;
    padding-bottom: 50px;
}

    .sidebar__item + .sidebar__item {
        margin-top: 21px;
    }

.sidebar__posts {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 0px;
}

    .sidebar__posts li {
        padding: 10px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

h3.sidebar__posts__title {
    line-height: 0.8;
}

h3.sidebar__title {
    margin-bottom: 0px;
    padding-bottom: 1px;
    background: -webkit-linear-gradient(309deg, #6d0f08, #912312 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3.sidebar__posts__title a {
    font-size: 16px;
    color: #721209;
    font-family: 'Fira Sans';
    margin: 0;
    padding: 0;
}

.sidebar__posts__content {
    margin-top: -5px;
    padding-left: 15px;
}

.sidebar__posts li:hover {
    background-color: #901810;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    color: #fff;
    border-radius: 20px;
}


    .sidebar__posts li:hover h3.sidebar__posts__title a {
        color: #fff;
    }

.sidebar__posts__date i {
    margin-right: 5px;
    color: #f45317;
}

.sidebar__item.sidebar__item--category {
    background-image: linear-gradient(0deg, rgb(115, 21, 6) 0%, rgb(176, 28, 28) 100%);
}

    .sidebar__item.sidebar__item--category h3.sidebar__title {
        -webkit-text-fill-color: white;
    }

.sidebar__category {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: -15px;
}

    .sidebar__category li a {
        color: inherit;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 9.5px 20px;
        color: #fff;
        border-bottom: 1px solid #a91919;
        position: relative;
    }

        .sidebar__category li a:hover {
            background-color: #fff;
        }

        .sidebar__category li a:hover {
            color: var(--cretech-black, #12062c);
        }

        .sidebar__category li a::after {
            position: absolute;
            content: '';
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            opacity: 0;
            background-image: url(../img/arrow-right.png);
            width: 100%;
            height: 100%;
            max-width: 19px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            right: 10px;
        }

        .sidebar__category li a:hover::after {
            opacity: 1;
        }


.sidebar__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

    .sidebar__tags a {
        text-transform: uppercase;
        background-color: #f45317;
        font-size: 12px;
        display: inline-block;
        font-weight: 400;
        letter-spacing: .1em;
        border-radius: 20px;
        color: #ffffff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        padding: 6.5px 18.5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 10px;
    }

.sidebar__item--tags {
    background-image: linear-gradient(1deg, #731506 -20%, #b01c1c 100%);
}

    .sidebar__item--tags h3.sidebar__title {
        -webkit-text-fill-color: white;
    }

.contact-one__form input {
    display: block;
    border: none;
    outline: none;
    background-color: #fff;
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: var(--cretech-text, #797582);
    height: 56px;
    border-radius: 0;
    margin-bottom: 20px;
}

.contact-one__form textarea {
    display: block;
    border: none;
    outline: none;
    background-color: #fff;
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: var(--cretech-text, #797582);
    height: 156px;
    border-radius: 0;
    margin-bottom: 20px;
}


.thm-btn-2 {
    border: none;
    outline: none;
    color: #fff;
    background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-weight: 400;
    display: inline-block;
    padding: 9px 49px;
    overflow: hidden;
    -webkit-transition: all .35s;
    transition: all .35s;
    position: relative;
    border-radius: 20px;
}

    .thm-btn-2 span {
        position: relative;
        z-index: 2;
    }

    .thm-btn-2:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .thm-btn-2:before, .thm-btn-2:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        background-image: linear-gradient(55deg, #f5790d 0%, #ffc011 100%);
        -webkit-transition: all .35s;
        transition: all .35s;
        border-radius: 20px;
    }

    .thm-btn-2:before {
        opacity: .5;
    }

    .thm-btn-2:after {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .thm-btn-2:hover:before, .thm-btn-2:hover:after {
        top: 0;
    }

h3.comment-form__title {
    font-family: 'Fira Sans';
    color: #751507;
    padding-bottom: 20px;
}



.blog-details__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    border-top: 1px solid #f5e1da;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.blog-details__meta {
    margin-top: 50px;
}

.blog-details__tags {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-details__tags span {
        margin: 0;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: -0.05em;
    }

    .blog-details__tags a {
        text-transform: uppercase;
        background-color: #f45317;
        font-size: 12px;
        display: inline-block;
        font-weight: bold;
        border-radius: 20px;
        letter-spacing: .1em;
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        padding: 6.5px 18.5px;
        margin-left: 10px;
    }

        .blog-details__tags a:hover {
            color: #fff;
            background-image: linear-gradient(0deg, #731506 0%, #af1c1c 100%);
        }

.blog-details__share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
}

    .blog-details__share li {
        padding-left: 15px;
        padding-right: 15px;
    }

        .blog-details__share li a {
            font-size: 18px;
            color: #222;
        }

h3.blog-details__title {
    font-size: 25px;
    margin-top: 20px;
    background: -webkit-linear-gradient(309deg, #6d0f08, #912312 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Fira Sans';
    line-height: normal;
}

.blog-details {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

    .blog-details .blog-card-one__date i {
        color: #222;
        font-size: 18px;
        padding-right: 10px;
    }

    .blog-details .blog-card-one__date {
        color: #222;
        font-size: 18px;
    }

.author-one {
    background-color: #fff;
    padding: 40px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-radius: 30px;
}

.author-one__content {
    padding-left: 40px;
}

.author-one__title {
    margin-bottom: 18px;
}

.comments-one__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--cretech-border, #e1dbec);
}

.comments-one__item__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .comments-one__item__image img {
        max-width: 100%;
        border-radius: 50%;
    }

.comments-one__item__content {
    padding-left: 45px;
    position: relative;
}

.comments-one__item__title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: var(--cretech-black, #12062c);
    margin-top: 30px;
    margin-bottom: 20px;
}

.comments-one__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f5e1da;
}

.comments-one__item__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .comments-one__item__image img {
        max-width: 100%;
        border-radius: 50%;
    }

.comments-one__item__content {
    padding-left: 45px;
    position: relative;
}

.comments-one__item__title {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #222;
    margin-top: 30px;
    margin-bottom: 9px;
    font-family: 'Fira Sans';
}

.comments-one__item__btn {
    position: absolute;
    top: 0;
    right: 0;
}


.author-one__image img {
    border-radius: 20px;
}

.sidebar__posts__image img {
    border-radius: 10px;
}

section.about-center {
    padding: 50px 0px;
    background-image: url(../img/youtube-section-bg-img.jpg);
    background-position: center;
    margin-bottom: 43px;
    background-size: cover;
}




/* style-2 css */

.heading-bg {
    background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
    padding: 25px 0;
}

    .heading-bg h1 {
        margin: 0 !important;
        font-size: 32px;
    }






.second {
    background: linear-gradient(45deg, #ffffff, transparent);
    border-radius: 20px !important;
    border-left: 10px solid;
    border-color: #731506;
}

.third {
    background: linear-gradient(-45deg, #ffffff, transparent);
    border-radius: 20px !important;
    border-right: 10px solid;
    border-color: #731506;
}


.whatsapp-img {
    cursor: pointer;
}


/* services css start */




/* services css end */

/* faq css start */

.faq-section-page {
    padding-bottom: 70px;
    background-image: url(../img/faq-bg-img.png);
    background-size: cover;
    background-position: inherit;
}

/* faq css end */

/* contact page css start */
.contact-one__form {
    background-color: white;
    padding: 36px;
}

.section-title__text {
    margin: 0;
    text-transform: uppercase;
    /* color: var(--cretech-secondary, #9c2ede); */
    letter-spacing: .1em;
    font-size: 16px;
    font-weight: bold;
    margin-top: -10px;
    background: -webkit-linear-gradient(309deg, #6d0f08, #912312 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title__title {
    margin: 0;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0;
    background: -webkit-linear-gradient(309deg, #6d0f08, #912312 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-one__form input[type=text], .contact-one__form select, .contact-one__form .nice-select, .contact-one__form input[type=email] {
    display: block;
    border: none;
    outline: none;
    background-color: #fff6f2;
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: var(--cretech-text, #797582);
    height: 56px;
    border-radius: 0;
}

.contact-one__form textarea {
    display: block;
    border: none;
    outline: none;
    background-color: #fff6f2;
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: var(--cretech-text, #797582);
    min-height: 208px;
    padding-top: 20px;
}

.contact-one__info {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/youtube-section-bg-img.jpg);
    padding-top: 80px;
    padding-bottom: 79px !important;
}

.contact-one__item {
    position: relative;
}

.contact-one__item__title {
    margin: 0;
    /* text-transform: uppercase; */
    color: #fff;
    letter-spacing: .1em;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.667em;
    margin-top: -9px;
}

.contact-one__item__text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75em;
    margin: 0;
    margin-top: 4px;
}

.contact-one__item + .contact-one__item {
    margin-top: 38px;
}

.contact-one__item + .contact-one__item {
    margin-top: 38px;
}

.contact-one__item + .contact-one__item {
    margin-top: 38px;
}

.contact-one__item__text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75em;
    margin: 0;
    margin-top: 4px;
}

    .contact-one__item__text a {
        color: inherit;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-size: 20px;
        color: #fff;
    }

        .contact-one__item__text a:hover {
            color: #fff;
            background-size: 100% 1px;
        }

.contact-one__item + .contact-one__item {
    margin-top: 38px;
}

.contact-one__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -7px;
    margin-right: -7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .contact-one__social li {
        margin: 0 7px;
    }

        .contact-one__social li a {
            width: 40px;
            height: 40px;
            border: 1px solid #fff;
            color: #fff;
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            border-radius: 50%;
        }

            .contact-one__social li a:hover {
                color: #6d0f08;
                background-color: #fff;
            }
/* contact page css end */


/* about Us Form */

section.about-top-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

input.about-input {
    width: 100%;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #f1f1f1cf;
    color: #222;
    border: 0;
    outline: 0;
}

    input.about-input::placeholder {
        font-size: 12px;
    }

textarea.about-input {
    width: 100%;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #f1f1f1cf;
    color: #222;
    border: 0;
    outline: 0;
}

    textarea.about-input::placeholder {
        font-size: 12px;
    }

.content-about-us {
    background-color: #fffffe;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: -1px 5px 20px rgb(133 23 12 / 16%);
    border: 2px solid #9a1212;
}

button.btn.btn-submit {
    background-image: linear-gradient(0deg, #731506 0%, #b01c1c 100%);
    width: 100%;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.content-about-us h3 {
    background: -webkit-linear-gradient(0deg, #6d0f08, #912312 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

button.btn.btn-submit:hover {
    color: #ffffff;
    background-image: linear-gradient(55deg, #f5790d 0%, #ffc011 100%);
}


.inner-title {
    background: -webkit-linear-gradient(309deg, #6d0f08, #912312 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

img.side-img {
    width: 100%;
    border-radius: 20px;
}

section.lower-section {
    padding-top: 20px;
    padding-bottom: 50px;
}

.s-page-height {
    min-height: 450px;
}

img.img-fluid.whatsapp-img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
/* style-2 css-end */

.services-btn-mobile a {
    color: #fff;
    font-size: 16px;
    padding: 8px 22px;
    border-radius: 22px;
    filter: drop-shadow(0.927px 2.853px 3.5px rgba(249, 189, 162, 0.55));
    background-color: #ff5c16;
    display: block;
    width: 150px;
    margin: 0 auto;
}

.services-btn-mobile {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
}


/***************Privacy Policy*******************/

.disc-pg-div {
    padding: 30px 0;
}

    .disc-pg-div p {
        font-size: 15px;
        line-height: 28px;
    }

    .disc-pg-div h4 {
        margin: 0;
        font-size: 22px;
        font-weight: 400;
        color: #3e0001;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        font-family: 'Fira Sans';
        margin-top: 30px;
    }

    .disc-pg-div h5 {
        margin: 0;
        font-size: 25px;
        font-weight: bold;
        color: #3e0001;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .disc-pg-div h6 {
        text-transform: capitalize;
        margin: 0;
        font-size: 25px;
        font-weight: bold;
        color: #3e0001;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .disc-pg-div a {
        color: blue;
    }
/***************Privacy Policy End*******************/



/***********************
* Search Popup
***********************/

.popup__content {
    max-width: 900px;
    text-align: center;
    left: 221px;
    top: 50%;
}

.modal-body h4 {
    font-weight: 200;
    color: green;
    padding-top: inherit;
    margin: 0;
}


.loader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    background: rgba(255, 255, 255, 0.6);
}

img.loading-image {
    position: absolute;
    top: 32%;
    left: 634px;
}

.blog-card-one {
    display: flex;
    margin-bottom: 20px;
}

    .blog-card-one h3.blog-card-one__title a {
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 500;
    }

.horoscope {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #731506 0%, #af1c1c 100%);
    background-color: #f9f9f9;
}

    .horoscope h2 {
        color: #007BFF;
        margin: 0;
    }

    .horoscope p {
        color: #fff;
        text-align: center;
    }

    .horoscope a {
        color: #fff;
        text-decoration: none;
    }

        .horoscope a:hover {
            text-decoration: underline;
        }
/****************
** WhatsApp CSS
****************/
<!-- add your custom CSS -->
body {
    font-family: sans-serif;
}

/* Add WA floating button CSS */
.whats-float {
    position: fixed;
    transform: translate(108px,0px);
    top: 25%;
    right: 0;
    width: 150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: bottom;
}

    .whats-float a span {
        color: white;
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 10px;
        position: absolute;
        line-height: 16px;
        font-weight: bolder;
    }

    .whats-float i {
        font-size: 30px;
        color: white;
        line-height: 30px;
        padding: 10px;
        transform: rotate(0deg);
        transition: all 0.5s ease-in-out;
        text-align: center;
    }

    .whats-float:hover {
        color: #FFFFFF;
        transform: translate(0px,0px);
    }

        .whats-float:hover i {
            transform: rotate(360deg);
        }

/***************
* Read more align to bottom
****************/

#read-more {
    position: absolute;
    bottom: 0;
    left: 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
 z-index: 996;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2dc997;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #49d6a9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/* -----------------------------
# hindi font
----------------------------*/

.martel-extralight {
  font-family: "Martel", serif;
  font-weight: 200;
  font-style: normal;
}

.martel-light {
  font-family: "Martel", serif;
  font-weight: 300;
  font-style: normal;
}

.martel-regular {
  font-family: "Martel", serif;
  font-weight: 400;
  font-style: normal;
}

.martel-semibold {
  font-family: "Martel", serif;
  font-weight: 600;
  font-style: normal;
}

.martel-bold {
  font-family: "Martel", serif;
  font-weight: 700;
  font-style: normal;
}

.martel-extrabold {
  font-family: "Martel", serif;
  font-weight: 800;
  font-style: normal;
}

.martel-black {
  font-family: "Martel", serif;
  font-weight: 900;
  font-style: normal;
}


