/*------------------- 1.3. Variable-------------------*/
:root {
    --theme-color: #c60000;
    --theme-color2: #1f5fff;
    --title-color: #111111;
    --body-color: #788094;
    --smoke-color: #f5f7fa;
    --smoke-color2: #f5f8fd;
    --black-color: #000000;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #d8dde1;
    --title-font: "Outfit", sans-serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1224px;
    --container-gutters: 24px;

}


/*------------------- 1.5. Typography -------------------*/
html,
body {
    scroll-behavior: smooth !important;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--th-border-color);
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    border: 1px solid var(--th-border-color);
    padding: 9px 12px;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color);
}

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

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    font-family: var(--body-font);
    margin: 0 0 15px 0;
    color: var(--body-color);
    line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.section-padding {
    padding: 70px 0;
    overflow-x: hidden;
}

.section-min-padding {
    padding: 40px 0;
}

@media only screen and (max-width:375px) {
    .section-padding {
        padding: 40px 0;
    }
}

@media only screen and (max-width:1190px) {
    .mob-mb {
        margin-bottom: 25px;
    }
}




/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: #112e20;
    border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 369px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
}

.th-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color);
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
    padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: "\f068";
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068";
}

.th-mobile-menu>ul {
    padding: 0 40px;
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 999;
}

.th-menu-toggle:hover {
    background-color: var(--title-color);
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px;
}

.th-menu-toggle.style-text-white {
    color: var(--white-color);
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 350px;
    }

    .th-mobile-menu>ul {
        padding: 0 20px;
    }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--white-color);
}

.preloader .th-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}

.preloader-inner img {
    display: block;
    margin: 0 auto 0 auto;
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
}

.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--title-color);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: animloader 2s linear infinite;
    animation: animloader 2s linear infinite;
}

.loader::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes animloader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animloader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color);
}

.scroll-top svg path {
    fill: none;
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header-button .icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid rgb(214, 214, 214);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}

.header-button .icon-btn:hover {
    background-color: #dc3545;

}

.mySwiper {
    cursor: pointer;
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none;
}

.shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none;
}

.shape-mockup .svg-img {
    height: 110px;
    width: 110px;
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}

.z-index-common {
    position: relative;
    z-index: 3;
}

.z-index-3 {
    z-index: 3;
}

.z-index-n1 {
    z-index: -1;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.25em 0.45em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px;
}

.th-social a:last-child {
    margin-right: 0;
}

.th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color);
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.box-text {
    margin-bottom: -0.5em;
}


.th-bg-img {
    position: absolute;
    inset: 0;
}

.th-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.xdsoft_datetimepicker {
    background-color: var(--white-color);
    z-index: 5;
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}





/*------------------- 3.9. Overlay -------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.about-logo {
    margin-bottom: 15px;
}

.th-widget-about {
    max-width: 315px;
}

.th-widget-about .about-logo {
    margin-bottom: 35px;
}

.th-widget-about .about-text {
    margin-bottom: 20px;
    margin-top: -0.5em;
}

.th-widget-about .th-social {
    margin-top: 20px;
}



.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px;
}

.icon-group a:last-child {
    margin-right: 0;
}

.newsletter-form {
    position: relative;
    max-width: 465px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.newsletter-form .th-btn {
    min-width: 145px;
    padding: 21px 20px;
}

/* Small devices */
@media (max-width: 767px) {


    .th-widget-about .about-text {
        margin-bottom: 15px;
    }

    .social-box.mb-30 {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .header-layout1 .header-logo img {
        max-width: 220px !important;
    }
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
    position: relative;
    z-index: 41;
}

.th-header .icon-btn {
    border-radius: 99px;
}

.th-header .menu-area {
    position: relative;
    z-index: 2;
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

@media only screen and (max-width: 973px) {
    .menu-area .row>* {
        width: 20% !important;
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--title-color);
    text-transform: uppercase;
}

.main-menu a:hover {
    color: var(--theme-color);
}

.main-menu>ul>li {
    margin: 0 19px;
}

.main-menu>ul>li>a {
    padding: 37px 0;
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color);
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\2b";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: inherit;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul li:last-child {
    margin-right: 0 !important;
}

.main-menu ul li:first-child {
    margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px;
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
    content: "+";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 400;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin: 0 13px;
    }
}

.menu-style1>ul>li {
    margin: 0 14px;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .menu-style1>ul>li {
        margin: 0 10px;
    }
}

.menu-style1>ul>li>a {
    padding: 17px 0;
    color: var(--white-color);
    font-weight: 500;
}

.menu-style1>ul>li>a:hover {
    color: var(--theme-color);
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 3;
}

.header-button .th-btn {
    margin: 0 20px;
}

.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0;
}

.header-button .icon-btn:hover .badge {
    background-color: var(--title-color);
}

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--body-color);
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
}

.social-links a:last-child {
    margin-right: 0 !important;
}

.social-links a:hover {
    color: var(--theme-color);
}

.header-logo {
    padding-top: 15px;
    /* padding-bottom: 15px; */
}

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

.header-links li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.header-links li:last-child {
    margin-right: 0;
}

.header-links li>i {
    margin-right: 10px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color);
}

.header-links a:hover {
    color: var(--theme-color);
}

.header-links b,
.header-links strong {
    font-weight: 500;
    margin-right: 2px;
}

.header-links .social-links a {
    font-size: 14px;
}

.header-notice {
    margin: 0;
}

.header-top {
    padding: 7px 0;
    background: linear-gradient(45deg, #000000, #1d3b32);
    --body-color: #fff;
}

.header-top a:hover {
    color: var(--theme-color);
}

.dropdown-link {
    position: relative;
}

.dropdown-link>a {
    color: var(--body-color);
}

.dropdown-link>a img {
    margin-right: 4px;
}

.dropdown-toggle::after {
    content: "\f078";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -1px;
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 6px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--th-border-color);
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0;
}

.dropdown-menu li:after {
    display: none;
}

.dropdown-menu li a {
    display: block;
}

.dropdown-menu a {
    color: var(--title-color) !important;
}

.dropdown-menu a:hover {
    color: var(--theme-color) !important;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid var(--th-border-color);
    border-left: 1px solid var(--th-border-color);
}

/* Header 1 -------------------------------------------------------------------------------------- */
.header-layout1 {
    position: relative;
}

.header-layout1 .sticky-wrapper {
    box-shadow: 0px 10px 20px rgba(2, 29, 53, 0.06);
}

.header-layout1 .menu-area {
    position: relative;
    z-index: 2;
}

.header-layout1 .header-logo {
    position: relative;
    z-index: 2;
    height: 100px;
    width: 270px;
    padding: 20px 100px 20px 0;
}

.header-layout1 .header-logo img {
    width: 300px;
}

.header-layout1 .header-logo .logo-bg {
    position: absolute;
    top: 0;
    left: -26px;
    height: 100%;
    width: 270px;
    background-image: url("..//img/bg/logo_bg_1.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0% 100%);
}

.header-layout1 .th-menu-toggle {
    margin-left: auto;
}

@media (min-width: 1300px) {
    .header-layout1 {
        --main-container: 1620px;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .header-layout1 .header-button .th-btn {
        display: none;
    }

    /* .header-layout1 .header-logo {
        padding: 20px 50px 20px 0;
    } */

    .header-layout1 .header-logo .logo-bg {
        left: -15px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .header-layout1 .header-logo {
        /* padding: 15px 50px 15px 0; */
        height: 90px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {

    /* .header-layout1 .header-logo img {
    width: 250px;
  } */
    .header-layout1 .header-logo {
        height: 82px;
        padding-right: 0;
        padding: 8px 100px 20px 0;
    }

    .header-layout1 .header-logo .logo-bg {
        left: -60px;
    }

    .header-layout1 .header-logo h2 {
        font-size: 36px;
    }

    .header-layout1 .header-logo img {
        max-width: 150px;
    }
}

/* Medium Large devices */
@media (max-width: 1299px) {
    .unittest-header .main-menu a {
        font-size: 15px;
    }

    .unittest-header .main-menu>ul>li {
        margin: 0 11px;
    }
}


.info-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.info-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
}

.info-card .box-icon {
    font-size: 36px;
    color: var(--theme-color2);
}

.info-card .box-title {
    margin: 0 0 -0.2em 0;
    font-size: 20px;
    font-weight: 500;
}

.info-card .box-text {
    margin: -0.3em 0 0 0;
}




/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
    /* Large devices */
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
    color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
    color: #fff;
}

.popup-search-box form input::placeholder {
    color: #fff;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.sidemenu-wrapper .th-social a {
    box-shadow: none;
}

.sidemenu-wrapper .newsletter-widget .btn-group {
    margin-top: 15px;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    max-width: calc(100% - 15px);
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .sidemenu-wrapper .sidemenu-content {
        max-width: 100%;
    }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content select,
.sidemenu-wrapper .sidemenu-content input,
.sidemenu-wrapper .sidemenu-content .form-select,
.sidemenu-wrapper .sidemenu-content .form-control,
.sidemenu-wrapper .sidemenu-content textarea {
    background-color: var(--smoke-color2);
    border-radius: 27px;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
}

.sidemenu-wrapper .info-box_icon {
    background-color: rgba(255, 156, 0, 0.15);
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

/* button  */
.common-btn {
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 20px;
    border-radius: 100px;
    border: none;
    gap: 10px;
    background-color: #112e20;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.common-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(71, 71, 71);
    border-radius: 100px;
    z-index: -1;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.common-btn:hover::after {
    left: 0;
}


.common-btn h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: white;
}

.common-btn i {
    font-size: 22px;
    padding: 7px 9px;
    background-color: #ffffff;
    border-radius: 80px;
    color: #112e20;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);

}

.common-btn:hover i {
    transform: rotate(-45deg);
}

.main-title .sub-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.main-title .sub-title h6 {
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    color: #dc3545;
}

.main-title h2 {
    /* margin-bottom: 0 !important; */
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
    color: #112e20;
}

.main-title h2 span {
    color: #dc3545;
}

/* banner  */

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #30aa18;
    position: relative;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* element  */
.element {
    background-color: #1d3b32;
}

.element .element-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.element .element-wrapper img {
    width: 55px;
}

.element .element-wrapper .element-content h6 {
    font-weight: 700;
    font-size: 22px;
    color: white;
    text-transform: capitalize;
}

.element .element-wrapper .element-content p {
    margin-bottom: 0px;
    font-size: 17px;
    color: rgb(190, 190, 190);
    text-transform: capitalize;
}

/* .home-service */
.home-service {
    background-color: #eff8ff;
}

.home-service .card {
    border-radius: 30px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-service .card::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -98%;
    left: 0;
    border-radius: 30px;
    background-color: #1d3b32;
    z-index: -1;
    transition: all .5s ease;
}

.treat-card {
    border-radius: 30px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.treat-card::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    border-radius: 30px;
    background-color: #1d3b32;
    z-index: -1;
    transition: all .5s ease;
}

.treat-card:hover::after {
    top: 0%;
}



.home-service .card:hover::after {
    bottom: 0%;

}

.home-service .card h6 {
    font-size: 20px;
    color: #1d3b32;
    font-weight: 600;
    transition: all .5s ease;

}

.home-service .card:hover h6 {
    color: #eeeeee;

}

.home-service .card .image {
    background-color: red;
    padding: 9px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 20px;
}

.home-service .card .image img {

    width: 30px;
}

/* .testimonial  */
.testimonials {
    background-color: #ffffff;
}

.testimonials .testimonial {
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    padding: 20px 10px;
    border: 1px solid rgba(0, 0, 0, 0.123);
    position: relative;
    z-index: 1;

}

.testimonials .testimonial p {
    margin: 24px 40px;
    color: #112e20;
}

.testimonials blockquote {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    padding-bottom: 20px;
}

.testimonial img {
    position: absolute;
    right: 5%;
    bottom: 20%;
    width: 70px;
    z-index: -1;
}

.footer {
    background-image: url("..//img/bg/testi_bg_5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    padding:70px  0 0 0;

}

.footer .list-unstyled li {
    margin-bottom: 10px !important;

}

.footer .list-unstyled li a {
    margin-bottom: 20px !important;
    position: relative;
}

.footer .list-unstyled li i {
    margin-right: 7px;

}


.footer a {
    color: #b5b5b5;
    text-decoration: none;
}

.footer a:hover {
    color: #ffffff;
}

.footer .subscribe-input {
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    width: 70%;
}

.footer .subscribe-btn {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #c2a48a;
    color: #fff;
    border: none;
}

.footer .partners span {
    margin-right: 10px;
}

/* counter  */
.project {
    position: relative;
    background-image: url("..//img/bg/counter.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;

}

.project::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff88;
    z-index: -1;
}

.project .counter {
    font-size: 50px;
    font-weight: 800;
    position: relative;
    color: #1d3b32;
}

.project .counter::after {
    content: "+";
    font-size: 50px;
    font-weight: 700;
    position: absolute;

}

.project h5 {
    margin-top: 20px;
    font-weight: 600;
}

/* .why  */
.why {
    background: linear-gradient(15deg, #b5d4b6a4, #e9f0e9, #ffffff);
}

.why .why-wrapper .why-content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-align: end;
}

@media only screen and (max-width:800px) {
    .why .why-wrapper .why-content {
        text-align: start;
    }
}

.why .cen {
    display: flex !important;
    align-items: center !important;
}

.why .image img {
    background-image: url(..//img/common/whypng.png);
    position: relative;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}



.why .why-wrapper .why-content h5 {
    color: #112e20;
    font-weight: 600;
}

/* .breadcrumb  */
.main-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
    background-image: url("..//img/bg/bread.jpg");
    position: relative;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    z-index: 1;

}

.main-breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.705);
    z-index: -1;
}

.main-breadcrumb h2 {
    font-weight: 600;
    font-size: 45px;
    color: whitesmoke;
    text-align: center;
}

.main-breadcrumb li,
.main-breadcrumb li a {
    color: whitesmoke;
}

/* contact form  */
.contact-form .card {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.058823529411764705);
}

.contact-form .card:hover {

    box-shadow: 0px 4px 40px 0px rgba(18, 90, 0, 0.158);
}

.contact-form .card .contact-icon img {
    background-color: rgb(230, 255, 232);
    width: 40px;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 10px;
}

.contact-form .card h5 {
    color: #112e20;
    font-weight: 600;
}

.contact-form .card p {
    margin-bottom: 0;
}

.contact-form iframe {
    border-radius: 30px;

}

/* form  */
.form-section {
    background-color: #e4f3fc66;
}

.form-section .image img {
    border-radius: 30px;
}

.form-section form .input,
textarea {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.form-section form .input input {
    width: 50%;
    height: 50px;
    padding-left: 20px;
    border-radius: 20px;
    border: 1px solid gainsboro;
    background-color: #ffffff00;
}

.form-section form textarea {
    height: 150px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid gainsboro;
    background-color: #ffffff00;
}

.form-section form .input input::placeholder {
    font-size: 15px;
}

/* gallery  */
.gallery-section {
    background-color: #e6fafa;
}

.gallery-section .image-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all .3s ease;

}

.gallery-section .image-card::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 148, 32, 0.014), rgba(255, 255, 255, 0.219), rgba(255, 0, 0, 0));
    transition: all .3s ease;
}

.gallery-section .image-card:hover::after {
    bottom: 100%;
}

.gallery-section .image-card:hover img {
    transform: scale(1.2);
    /* transform: rotate(-5deg); */
}

.gallery-section .image-card img {
    border-radius: 20px;
    transition: all .3s ease;

}

/* service  */
.service-list {
    padding: 30px;
    border-radius: 30px;
    background-color: #eff8ff;
}

.service-list .service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1d3b3236;
    padding: 20px 0 10px 0;
}

.service-list .service-link h5 {
    font-size: 17px;
    color: #1d3b32;
}

.service-list h3 {
    color: #6b0000;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.service-list .service-link:hover img {
    transform: rotate(45deg);
}

.service-list .service-link img {
    width: 30px;
    transition: all .3s ease;
}

.direct-contact {
    background-color: #112e20;
    padding: 30px;
    border-radius: 30px;
    position: sticky;
    top: 150px;
}

.direct-contact h2,
.direct-contact p {
    color: rgb(228, 228, 228);
    margin: 20px 0;
}

.service-content .image img {
    border-radius: 30px;
    margin-bottom: 30px;
}

.service-content .service-content-inner h3 {
    color: rgb(119, 0, 0);
}

.service-content .service-content-inner p span {
    color: #18442f;
    font-weight: 600;
}

.social-sticky-icon {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.social-sticky-icon .icon-link img {
    width: 45px;
}