:root {
    --thm-font: "Inter", sans-serif;
    --heading-font: "Rajdhani", serif;
    --thm-color: #555c63;
    --thm-color-rgb: 121, 132, 144;
    --thm-base: #725F3F;
    --thm-base-rgb: 114, 95, 63;
    --thm-base-light: #D6C6B7;
    --thm-base-light2: #F3ECE6;
    --thm-primary: #004aa1;
    --thm-primary-rgb: 0, 74, 161;
    --thm-secondary: #ed4b4b;
    --thm-secondary-rgb: 237, 75, 75;
    --thm-special: #F6BF31;
    --thm-special-rgb: 264, 191, 49;
    --thm-black: #271909;
    --thm-black-rgb: 39, 25, 9;
    --thm-black2: #1d1c1c;
    --thm-black2-rgb: 29, 28, 28;
    --thm-text-dark: #ffffffa6;
    --thm-text-dark-rgb: 142, 150, 160;
    --thm-form-input: #eff2f6;;
}

img {
    max-width: 100%;
    height: auto !important;
}

a {
    color: var(--thm-special);
}
a:hover {
    color: var(--thm-base);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
.anchor {
    margin-top: -96px;
    padding-top: 96px;
}

.cke_editable ol,
.cke_editable ul,
.backend-editor-body ol,
.backend-editor-body ul,
.editor ol,
.editor ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.cke_editable ol,
.backend-editor-body ol,
.editor ol,
.cke_editable ol > li,
.backend-editor-body ol > li,
.editor ol > li {
    list-style-type: decimal;
}
.cke_editable ul,
.backend-editor-body ul,
.editor ul,
.cke_editable ul > li,
.backend-editor-body ul > li,
.editor ul > li {
    list-style-type: disc;
}

.cke_editable .list-unstyled,
.editor .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.cke_editable .list-unstyled li,
.editor .list-unstyled li {
    list-style: none;
}

.floating {
    position: fixed;
    z-index: 300;
    bottom: 100px;
    right: 5px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.floating.show {
    opacity: 1;
    pointer-events: visible;
}

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

.floating a {
    display: inline-block;
    vertical-align: top;
    padding: 0.25em 0;
}

.floating a img {
    background: var(--thm-base);
    border-radius: 50%;
    border: 3px solid #eee;
}
.floating a:hover img {
    background-color: var(--thm-special);
}
body .scroll-to-top {
    right: 5px;
}

.captcha {
    display: inline-block;
    vertical-align: middle;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0 0 2px;
    border: 1px solid transparent;
}

.captcha.is-invalid {
    border-color: #dc3545;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.bg-gray {
    background-color: #f5f5f5;
}
.bg-thm-black {
    background-color: var(--thm-black);
}
.bg-thm-special {
    background-color: var(--thm-special);
}
.bg-thm-base-light {
    background-color: var(--thm-base-light);
}
.bg-thm-base-light2 {
    background-color: var(--thm-base-light2);
}

.text-inherit {
    color: inherit;
}

.topbar {
    background-color: var(--thm-base-light2);
}
.topbar__social a,
.bottom-footer__social a {
    font-size: 21px;
}
.main-menu .main-menu__list, .stricky-header .main-menu__list {
    padding-right: 40px;
}
.main-menu .mobile-nav__toggler:hover,
.mobile-nav__social a:hover,
.mobile-nav__contact li a:hover {
    color: var(--thm-special);
}

.mobile-nav__content {
    background-color: var(--thm-black);
}
.mobile-nav__overlay {
    background-color: var(--thm-black2);
}
.mobile-nav__content .main-menu__list li a.expanded,
.mobile-nav__content .main-menu__list li.current > a {
    color: var(--thm-special);
}
.mobile-nav__social a {
    font-size: 21px;
}
.mobile-nav__social a svg {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.1em;
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before,
.block-title p::after,
.contact-one__box:hover i {
    background-color: var(--thm-special);
}
.main-slider .swiper-slide p {
    color: var(--thm-base-light);
}
.service-one__link,
.blog-card__image>span,
.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
    background-color: var(--thm-base);
}
.service-one__card:hover .service-one__link,
.trusted-company__box > span {
    background-color: var(--thm-special);
}
.service-one__image .post-thumbnail:before,
.trusted-company__box-wrap:before {
    background-color: var(--thm-base-light);
}
.block-title p {
    top: 0;
    margin-bottom: 16px;
}
.trusted-company {
    background-color: var(--thm-black);
}
.trusted-company .block-title p,
.trusted-company__image p {
    color: var(--thm-base-light2);
}
.why-choose__box h3 > i,
.contact-one__box-content a:hover {
    color: var(--thm-base);
}
.faq-one__content p {
    color: #fff;
}
.faq-one {
    padding-top: 100px;
    background-color: var(--thm-base-light2);
}
.faq-one .block-title p {
    color: var(--thm-color);
}
.faq-one .block-title h2 {
    color: var(--thm-black);
}
.faq-one__content p {
    color: var(--thm-black2);
}
.faq-one #accordion .editor {
    background: #fff;
    padding: 0 40px;
    padding-bottom: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.faq-one #accordion .editor p {
    margin: 0 0 1rem;
    padding: 0;
    border-radius: 0;
}
.blog-card__meta a > i,
.readmore-card-link>i {
    color: var(--thm-special);
}

.page-header__bg {
    background-position: 30% 50%;
}
.site-footer {
    background: var(--thm-black);
    color: var(--thm-base-light2);
}
.bottom-footer {
    background: var(--thm-black);
    border-top: 1px solid var(--thm-base);
}
.footer-widget__about-phone > i,
.footer-widget__about-phone-content span {
    color: var(--thm-base-light);
}
.footer-widget__link-list li a i,
.footer-widget__link-list li a,
.footer-widget__post-list-content h3,
.footer-widget__post-list-content h3 a,
.footer-widget__contact-list li a {
    color: inherit;
}
.footer-widget__link-list li a:hover,
.footer-widget__contact-list li a > i,
.footer-widget__post-list-content span,
.topbar__social a:hover {
    color: var(--thm-special);
}
.footer-widget__post-list-content h3 a:hover {
    color: var(--thm-base);
}
.footer-widget__post-list-img {
    flex: 70px 0 0;
    width: 70px;
}
.footer-widget__contact {
    background-color: var(--thm-base);
}
.footer-widget__link-list li a {
    line-height: 1.5;
    padding: 0.5em 0;
}
.scroll-to-top {
    width: 46px;
    height: 46px;
    border: 3px solid #eee;
    bottom: 50px;
}
.scroll-to-top i {
    line-height: 40px;
}

.contact-one__form-input,
.contact-one__form-input:focus {
    background-color: var(--thm-base-light2);
}
.contact-one__form-input {
    margin-bottom: 0;
}
.blog-sidebar:before {
    background-color: var(--thm-base-light2);
}
.blog-sidebar__box-title:after {
    background-color: var(--thm-special);
}
.custom-pagination .page-link {
    color: var(--thm-base);
}
.custom-pagination .page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(var(--thm-base-rgb), .25);
}
.custom-pagination .page-item.active .page-link {
    background-color: var(--thm-base);
    border-color: var(--thm-base);
}
.blog-details .blog-card__image.no-img {
    background: none;
}
.blog-card__image.no-img>span {
    position: static;
}
.blog-details__content h3 {
    font-size: 22px;
}
.blog-details__quote {
    background-color: var(--thm-base-light2);
    border-left-color: var(--thm-base);
}
.team-details__social {
    align-items: center;
}
.team-details__social a {
    color: var(--thm-black);
    font-size: 16px;
}
.team-details__social .a2a_svg {
    width: 1.4em;
    height: 1.4em;
}
.team-details__social .a2a_default_style .a2a_svg {
    background: none !important;
}
.team-details__social .a2a_svg svg path {
    fill: currentColor !important;
}
.team-details__social .a2a_default_style a:hover .a2a_svg,
.team-details__social .a2a_floating_style a:hover .a2a_svg,
.team-details__social .a2a_overlay_style a:hover .a2a_svg svg {
    opacity: 1;
}
.about-two__list li > i {
    color: var(--thm-special);
}
.call-to-action,
.call-to-action::before,
.service-second:hover .service-second__content:after {
    background-color: var(--thm-special);
}
.call-to-action .left-content,
.call-to-action .right-content {
    position: relative;
}
.service-one__home-two {
    background-color: var(--thm-base-light2);
}
.about-two__list li {
    align-items: flex-start;
}
.about-two__list i {
    top: 0.2em;
}
.blog-sidebar__categories ul li.active a {
    color: var(--thm-base);
}
.credit-card__details {
    padding-bottom: 100px;
}
.credit-card__details .about-two__image::before {
    background-color: var(--thm-special);
}

@media (max-width: 1199px) {
    .page-wrapper {
        padding-top: 145px;
    }
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .footer-widget {
        margin-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .page-wrapper {
        padding-top: 103px;
    }
    .credit-card__details {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .page-wrapper {
        padding-top: 83px;
    }
    .main-menu .container {
        padding: 15px;
    }
}

@media (max-width: 425px) {
    .credit-card__details {
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .floating {
      right: 0.25em;
    }

    .floating li {
      padding: 0.1em 0.2em;
    }

    body .scroll-to-top {
        right: 0.45em;
    }
    .how-works__image {
        max-width: none;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .footer-widget__link {
        margin-left: 2em;
    }
}

@media (min-width: 1400px) {}
