/*------------------- 1.3. Variable-------------------*/
:root {
    --theme-color: #e3000f;
    --theme-color2: #1a3c91;
    --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: "Josefin Sans", sans-serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";


}


/*------------------- 1.5. Typography -------------------*/
html,
body {
    scroll-behavior: auto !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;
}

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

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

@media only screen and (max-width:768px) {
    .mob-center {
        text-align: center;
    }
}

@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);
    width: 200px;
}

.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;
    width: 200px !important;
}

.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: 150px !important;
    }
}

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

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

.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: capitalize;
}

.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;
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    background-color: red !important;
    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);
}

.header-button .searchBoxToggler i {
    color: var(--theme-color2);
}

.header-button .sideMenuInfo i {
    color: var(--theme-color2);
}

.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: 6px;
    /* 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, var(--theme-color), var(--theme-color2));
    --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: 77px;
    width: 136px;
    /* padding: 20px 100px 20px 0; */
}

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


.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;
    } */


}

/* 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;
    }



    .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;
}

/* common  */

.common-title h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--theme-color);
    text-transform: capitalize;
    font-family: var(--title-font);
}

.common-title h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: var(--title-font);
    color: var(--theme-color2);
}

.btn-donate {
    cursor: pointer;
    padding: 8px 15px;
    /* min-width: 120px;
    min-height: 44px; */
    font-family: var(--title-font);

    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(325deg,
            hsl(217, 100%, 56%) 0%,
            hsl(194, 100%, 69%) 55%,
            hsl(217, 100%, 56%) 90%);
    border: none;
    border-radius: 0.5em;
    color: hsl(0, 100%, 100%);
    /* box-shadow:
        0px 0px 20px rgba(71, 184, 255, 0.5),
        0px 5px 5px -1px rgba(58, 125, 233, 0.25),
        inset 4px 4px 8px rgba(175, 230, 255, 0.5),
        inset -4px -4px 8px rgba(19, 95, 216, 0.35); */
}

.btn-donate:hover {
    background-position: right top;
}

.btn-donate:focus,
.btn-donate:focus-visible,
.btn-donate:active {
    outline: none;
    box-shadow:
        0 0 0 3px hsl(0, 100%, 100%),
        0 0 0 6px hsl(217, 100%, 56%);
}

@media (prefers-reduced-motion: reduce) {
    .btn-donate {
        transition: linear;
    }
}


.thm-btn {
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .02em;
    padding: 10px 20px;
    border-style: none;
    align-self: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit;
    color: white;
    background: var(--theme-color2);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .thm-btn {
        font-size: 16px;
    }
}

.thm-btn .white-icon i {
    color: var(--color-white);
}

.thm-btn--fill_icon {
    padding: 24px 0;
    overflow: hidden;
    color: var(--color-white);
    background: var(--color-primary);
}

.thm-btn--three {
    font-size: 18px;
    letter-spacing: 0em;
    position: relative;
    padding: 20px 80px 20px 22px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--theme-color2);
}

.thm-btn--three span {
    width: 48px;
    height: 28px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--theme-color);
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.thm-btn--three span .img--one {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform: translateX(8px);
}

.thm-btn--three span .img--two {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform: translateX(-43px);
}

.thm-btn--three::before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    content: '';
    height: 100%;
    width: 0;
    opacity: 0;
    border-radius: inherit;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #000;
}

.thm-btn--three:hover {
    color: #fff;
}

.thm-btn--three:hover::before {
    width: 100%;
    opacity: 1;
}

.thm-btn--three:hover span .img--one {
    opacity: 0;
    transform: translateX(50px);
}

.thm-btn--three:hover span .img--two {
    opacity: 1;
    transform: translateX(-8px);
}


/* banner  */

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

swiper-slide {
    background-position: center;
    background-size: cover;
    padding: 0 150px;
}

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


/* home about  */
.home-about {
    position: relative;
    z-index: 5;

}

.home-about::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/aboutbg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.2;

}

.home-about .about-wrapper,
.home-about .image {
    position: relative;
    z-index: 10;
}

/* vision */
.vision {
    background-image: url("..//img/bg/shape-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    border: none;
    padding: 40px 40px 32px 40px;
    border-radius: 20px;
    transition: all .3s ease;

}

.card:hover {
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.20);
}

.card .card-icon {
    margin-bottom: 15px;
}

.card .card-icon img {
    padding: 10px;
    background-color: var(--theme-color2);
    width: 60px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}

.card:hover img {

    background-color: var(--theme-color);

}

.card h3 {
    color: var(--theme-color2);
    position: relative;
    display: block;
    font-size: 24px;

    margin-bottom: 10px;
    font-family: var(--title-font);
}

/* element box  */
.element-box {
    position: relative;
    padding: 150px 0;
    background-image: url("..//img/banner/banner-medicine.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.element-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    clip-path: polygon(0 0, 0 30%, 100% 0);
}

.element-box::after {
    content: "fdff";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    clip-path: polygon(100% 70%, 0 100%, 100% 100%);
}

.element-box h2 {
    color: white;
    font-size: 48px;
    font-family: var(--title-font);
    text-transform: capitalize;
}

/* therapy focus  */
.focus {
    position: relative;
}

.focus::after {
    content: "";
    position: absolute;
    top: -100px;
    right: 50px;
    width: 350px;
    height: 350px;
    background-image: url("..//img/icons/medicine.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* therapy  */
.focus {
    background: rgb(175, 205, 255);
    background: linear-gradient(199deg, rgba(175, 205, 255, 1) 0%, rgb(255 255 255) 0%, rgb(253 253 253) 100%, rgb(255 255 255) 100%);
}

.focus .card {
    border-radius: 30px;
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.20);
    padding: 20px;
    background-image: url(assets/img/pictures/vision.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card img {
    padding: 10px;
    background-color: var(--theme-color2);
    width: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    margin-bottom: 10px;
}

.card:hover img {
    background-color: var(--theme-color);
}

.focus .card p {
    margin-bottom: 0;
}

.indus-item {
    /* min-height: 232px; */
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    /* margin-top: 30px; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 4px 13px 0 rgba(119, 152, 215, 0.19);
}

.indus-item::before {
    position: absolute;
    content: '';
    top: -1px;
    left: 37px !important;
    width: 128px;
    height: 200px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: skewY(-25deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--theme-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .indus-item::before {
        left: 5px;
    }
}

@media (max-width: 1199px) {
    .indus-item::before {
        left: 5px;
        top: 18px;
        width: 158px;
        height: 191px;
    }
}

.indus-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.indus-item:hover {
    transform: scale(1.1);
}

.indus-item:hover::before {
    opacity: 1;
    visibility: visible;
}

.indus-item .xb-title {
    font-size: 21px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;

    color: var(--theme-color2);
}

@media (max-width: 1199px) {
    .indus-item .xb-title {
        font-size: 22px;
    }
}

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

.testimonials swiper-container {
    width: 100%;
    height: 55vh;
}

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

.testimonials .testimonial p {
    margin: 27px 90px;
    color: var(--theme-color2);
    font-weight: 600;
}

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

.testimonial img {
    position: absolute;
    left: 3%;
    bottom: 10%;
    width: 70px;
    z-index: -1;
    border-radius: 50%;
}

/* footer  */
.footer-section {
    position: relative;
}

.footer-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/aboutbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .4;

}

.footer-cta {
    border-bottom: 1px solid #bbb8b8;
    display: flex;
    position: relative;
    z-index: 9;
}

.single-cta i {
    color: var(--theme-color);
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #3d3d3d;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

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

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 28px;
}

.footer-social-icon span {
    color: var(--theme-color2);
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}


.footer-social-icon img {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    /* border-radius: 50%; */
    /* background: #3B5998; */
}

.footer-widget-heading h3 {
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--theme-color);
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: var(--theme-color);
}

.footer-widget ul li a {
    color: #3d3d3d;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--theme-color);
    padding: 13px 20px;
    border: 1px solid var(--theme-color);
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: linear-gradient(45deg, var(--theme-color), var(--theme-color2));
    padding: 25px 0;
    position: relative;
    z-index: 9;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
    margin-bottom: 0 !important;
}

.copyright-text ul {

    margin-bottom: 0 !important;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu ul {
    margin-bottom: 0 !important;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* breadcrumb  */
.breadcrumb-wrapper {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    background-image: url("..//img/bg/breadcrumbs.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;

}

.breadcrumb-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #00000086; */
    background: linear-gradient(to right, rgb(26 61 145), rgba(255, 255, 255, 0));
    z-index: -1;
}

.breadcrumb-wrapper h2 {
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 600;
    color: whitesmoke;
    font-family: var(--title-font);
}

.breadcrumb-wrapper .breadcrumb {
    background-color: #111111;
    padding: 5px 15px;
}

.breadcrumb-wrapper .breadcrumb li {
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}

.breadcrumb-wrapper .breadcrumb li a {
    color: var(--theme-color);
    font-weight: 500;
    letter-spacing: 1px;

}

/* form  */
.contact-info {
    margin-top: -60px;
    position: relative;
    z-index: 9 !important;

}

.contact-info .container {
    background: linear-gradient(45deg, var(--theme-color), var(--theme-color2));

}

.contact-info .info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
}

.contact-info .info-wrapper img {
    width: 50px;
}

.contact-info .info-wrapper h5 {
    font-size: 19px;
    font-weight: 600;
    color: white;
}

.contact-info .info-wrapper p {
    margin-bottom: 0;
    color: rgb(202, 202, 202);
}

@media only screen and (max-width:768px) {
    .contact-info {
        margin-top: 0px;

    }

    .contact-info .container {
        background: rgb(123, 111, 235);
    }
}

.form-section {
    background-color: rgb(248, 255, 246);
}


.form-section .input {
    display: flex;
    width: 100%;
    height: 50px;
    gap: 20px;
    margin-bottom: 30px;
}

.form-section input {
    padding: 12px 10px 12px 10px;
    border: none;
    border-bottom: 1px solid black;
    background-color: transparent;
}

.form-section textarea {
    padding: 12px 10px 12px 10px;
    border: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    width: 100%;
    margin-bottom: 30px;
}

/* services 
 */

.service-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
    border-radius: 20px;
    background-color: #D7ECE4;
    padding: 40px;
}

.service-list .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 12px;
    color: black;
    letter-spacing: 1.1px;
    padding: 8px 20px;
    border: 1px solid white;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.service-list .button:hover {
    background: white;
    cursor: pointer;
}

.service-list .arrow {
    color: #e3000f;
    font-weight: bold;
    font-size: 20px;
}

.service-list a {
    color: var(--theme-color2);
    font-weight: 600;
}

.left-service h4 {
    font-size: 35px;
    color: #1a3c91;
    font-weight: 700;
}

.service-info {
    display: flex;
    justify-content: center;
    text-align: center;
}



/* brand  */

.product-section {
    position: relative;
    padding: 40px 0px;
}

.product-section .outer-container {
    position: relative;
    margin: 0px 5px;
    padding: 0px 20px;
}

.product-section .outer-container .masonry-item {
    position: relative;
    padding: 0px 10px;
}

.product-section .outer-container .project-block-one .inner-box {
    margin-bottom: 20px;
}

.product-section .more-btn {
    position: relative;
    display: block;
    margin-top: 40px;
}

.product-section .more-btn .theme-btn-one {
    padding: 14px 56px 15px 56px;
}

.product-section .filters {
    position: relative;
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.product-section .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 10px;
    transition: all 500ms ease;
    background-color: var(--theme-color2);
    padding: 4px 17px;
    margin-bottom: 8px;
    border-radius: 20px;
}

.product-section .filters .filter-tabs li:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    left: 0px;
    bottom: -1px;
    transition: all 500ms ease;
}

.product-section .filters .filter-tabs li.active:before,
.product-section .filters .filter-tabs li:hover:before {
    width: 100%;
}




.product-section .inner-box .content-box .view-btn a {
    position: relative;
    display: inline-block;
    width: 45px !important;
    height: 45px !important;
    line-height: 43px !important;
    border: 2px solid #e5e5e5;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 5px;
}

.product-section .inner-box .content-box .view-btn a {
    font-size: 25px;
}





.product-section .image {
    /* background-color: red; */
    border-radius: 50%;
    padding: 25px;
}

.product-section .product-wrapper h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: var(--title-font);
    color: var(--theme-color2);
}

.product-section .product-wrapper h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--theme-color);
    text-transform: capitalize;
    font-family: var(--title-font);
}

.product-section .product-wrapper p span {
    font-weight: 600;
    color: var(--theme-color2);
}

.product-section .wrapper-p {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding-top: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* banner */
.slider {
    position: relative;
    width: 100%;
    min-height: 85vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 85vh;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* .bg-layer {
    background: rgba(0, 0, 0, 0.644);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
} */

.slide.current {
    opacity: 1;
}

.slide .content {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: var(--bg-color);
    padding: 50px;
    line-height: 1.3;
    border-radius: var(--border-radius);
    z-index: 1;
}

.slide .content {
    bottom: 220px;
    left: -470px;
    max-width: 620px;
    padding: 2.5rem;
    line-height: 1.6;
}

.slide .content h3 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    font-family: var(--title-font);
}

.slide .content h6 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: rgb(44, 44, 44);
}

.slide.current .content {
    opacity: 1;
    transform: translateX(600px);
    transition: all 0.7s ease-in-out;
}

.slide:first-child {
    background: url("../img/banner/axon-bg-banner.jpg") no-repeat center top/cover;
}

.slide:nth-child(2) {
    background: url("../img/banner/healthitude-banner2.jpg") no-repeat center top/cover;

}

.slide:nth-child(3) {
    background: url("../img/banner/healthitude-banner.jpg") no-repeat center top/cover;

}

/* .slide:nth-child(4) {
    background: url(../images/banner4.jpg) no-repeat center top/cover;
  } */

.buttons button#prev {
    position: absolute;
    top: 50%;
    left: 1rem;
}

.buttons button#next {
    position: absolute;
    top: 50%;
    right: 1rem;
}

.buttons button {
    border: none;
    background-color: var(--bg-color);
    color: var(--heading-color);
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    outline: none;
    width: 50px;
    height: 50px;
}

.buttons button:hover {
    background-color: #e5ebf3;
    color: #362a2b;
}

@media (max-width: 1400px) {
    .slide .content {
        left: -500px;
    }
}

@media (max-width: 991px) {

    .slide,
    .slider {
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .slide .content {
        left: -515px;
    }

    .slide .content {
        max-width: 480px;
        padding: 2rem;
    }

    .slide .content h3 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 640px) {
    .slide .content {
        left: -580px;
        /* bottom: 30px; */
    }

    .buttons button#next,
    .buttons button#prev {
        top: 60%;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 510px) {
    .slide .content {
        max-width: 430px;
        padding: 1.5rem;
    }

    .slide .content h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 465px) {
    .slide .content {
        max-width: 380px;
        padding: 1.5rem;
    }

    .slide .content p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width: 415px) {
    .slide .content {
        max-width: 350px;
        padding: 1.5rem;
    }
}

@media (max-width: 380px) {
    .slide .content {
        max-width: 320px;
        padding: 1.5rem;
    }

    .slide .content h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .buttons button#next,
    .buttons button#prev {
        top: 38%;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 350px) {
    .slide .content {
        max-width: 280px;
        padding: 1.5rem 1rem;
    }
}

/* //banner */