@import url('iconfont.css');
@import url('font-awesome.min.css');
@import url('page.css');

:root {
    --thm-font: '微软雅黑', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #707876;
    --thm-gray-rgb: 112, 120, 118;
    --thm-primary: #B1914B;
    --thm-primary-rgb: 158, 32, 63;
    --thm-danger: #9d1f3f;
    --thm-black: #1f2230;
    --thm-black-rgb: 31, 34, 48
}

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

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

body {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 30px;
}

body.locked {
    overflow: hidden
}

a {
    color: var(--thm-base)
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    margin: 0
}

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

ul,
li {
    list-style: none;
}


@media (min-width: 1500px) {
    .modal-xl {
        max-width: 1440px;
    }
}



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

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

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

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

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 0;
    outline: none !important;
    background-color: var(--thm-danger);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding: 18.5px 50px;
    transition: 500ms
}

.thm-btn i {
    margin-right: 10px
}

.thm-btn:hover {
    background: var(--thm-black);
    color: #fff
}

.section-title {
    margin-top: -13px;
    margin-bottom: 50px
}

.section-title__tagline {
    margin-bottom: 10px;
    display: inline-flex;
    color: var(--thm-danger);
    font-size: 18px;
    font-weight: 900;
    align-items: center;
    line-height: 30px
}

.section-title__tagline::before {
    content: '';
    background-color: currentColor;
    width: 44px;
    height: 2px;
    margin-right: 10px
}

.section-title__title {
    margin: 0;
    font-weight: 500;
    color: var(--thm-black);
    font-size: 36px;
    line-height: 36px
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--thm-base)
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-danger);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
    transition: all .4s ease
}

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

.scroll-to-top:hover {
    background-color: var(--thm-black)
}

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


.btn-outline-light {
    border: 1px solid #9E203F;
    color: #000;
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active,
.btn-outline-light:hover {
    border-color: #9E203F;
}


.main-header {
    position: relative;
    display: block
}

.main-header__logo {
    position: relative;
    width: 15%;
    float: left;
    background-color: var(--thm-danger);
    text-align: center;
    padding: 24px 0
}

.main-menu-wrapper {
    position: relative;
    background-color: #fff;
    float: right;
    width: 85%
}

.main-menu-wrapper__top {
    position: relative;
    display: block;
    padding: 0 60px 0;
    background-color: #fff;
    box-shadow: 0 1px 0 0 #e5eeec
}

.main-menu-wrapper__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0
}

.main-menu-wrapper__left-content {
    display: flex;
    align-items: center
}

.main-menu-wrapper__left-text p {
    font-size: 14px;
    color: var(--thm-black);
    margin: 0
}

.main-menu-wrapper__left-email-box {
    display: flex;
    align-items: center;
    margin-left: 40px
}

.main-menu-wrapper__left-email-box .icon i {
    color: var(--thm-primary);
    font-size: 12px
}

.main-menu-wrapper__left-email-box .email {
    margin-left: 10px
}

.main-menu-wrapper__left-email-box .email a {
    font-size: 14px;
    color: var(--thm-black)
}

.main-menu-wrapper__right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 9px 0
}

.main-menu-wrapper__right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.main-menu-wrapper__right-social a:hover {
    color: var(--thm-primary);
    transition: all 500ms ease
}

.main-menu-wrapper__right-social a+a {
    margin-left: 35px
}

.main-menu-wrapper__bottom {
    position: relative;
    display: block;
    padding: 0 60px 0
}

.main-menu {
    position: relative;
    z-index: 91
}

.main-menu__inner {
    display: flex;
    align-items: center;
    position: relative
}

.main-menu__right {
    margin-left: auto;
    padding-left: 60px;
    display: flex;
    align-items: center;
    position: relative
}

.main-menu__right:before {
    position: absolute;
    top: 28px;
    left: 0;
    bottom: 28px;
    content: "";
    background-color: #e5eeec;
    width: 1px
}

@media(max-width:425px) {
    .main-menu__right {
        padding-left: 0
    }
}

.main-menu__search {
    font-size: 24px;
    color: var(--thm-black);
    margin-right: 30px;
    transition: all 500ms ease
}

.main-menu__cart {
    font-size: 24px;
    color: var(--thm-black);
    margin-right: 60px;
    transition: all 500ms ease
}

.main-menu__search:hover,
.main-menu__cart:hover {
    color: var(--thm-primary)
}

@media(max-width:1199px) {

    .main-menu__search,
    .main-menu__cart {
        margin-right: 20px;
        font-size: 20px
    }
}

@media(max-width:767px) {
    .main-menu__cart {
        margin-right: 0
    }
}

.main-menu__phone-contact {
    display: flex;
    align-items: center;
    background-color: #eff5f4;
    padding: 19.5px 60px
}

.main-menu__phone-icon {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: var(--thm-primary)
}

.main-menu__phone-number {
    margin-left: 10px
}

.main-menu__phone-number>p {
    margin: 0;
    font-size: 14px;
    line-height: 19px
}

.main-menu__phone-number>a {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 800
}

.main-menu__donate-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    background: var(--thm-primary);
    display: inline-block;
    padding: 7px 20px;
    transition: all 500ms ease;
    margin-left: 60px
}

.main-menu__donate-btn i {
    margin-right: 7px;
    font-size: 12px
}

.main-menu__donate-btn:hover {
    background-color: var(--thm-black);
    color: #fff
}

.stricky-header.main-menu {
    padding: 0 30px 0 0;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none
}

@media(min-width:1500px) {
    /*    .main-menu .main-menu__list, .main-menu .main-menu__list ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list ul{
        padding-left: 200px;
    }*/
}

@media(min-width:1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 34.5px;
    padding-bottom: 34.5px;
    position: relative
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 64px
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--thm-gray);
    position: relative;
    transition: all 500ms ease
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--thm-danger);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-black)
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1)
}

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

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), 0.1)
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 14px;
    line-height: 28px;
    color: var(--thm-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 500ms
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-danger);
    color: #fff
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none
}

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

@media(max-width:1199px) {
    .stricky-header {
        display: none
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px
}

@media(min-width:1200px) {
    .mobile-nav__buttons {
        display: none
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer
}

.mobile-nav__buttons a+a {
    margin-left: 10px
}

.mobile-nav__buttons a:hover {
    color: var(--thm-base)
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
    transition: 500ms;
    margin-right: 20px
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-base)
}

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

.main-header-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.main-header-two__inner {
    position: relative;
    display: block;
    background-color: var(--thm-black)
}

.main-header-two__logo {
    position: relative;
    display: block;
    max-width: 120px;
    float: left;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 63px
}

.main-header-two__contact-info {
    position: relative;
    display: block;
    max-width: 905px;
    float: right;
    width: 100%;
    margin-left: 145px
}

.main-header-two__contact-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    padding-top: 35px;
    padding-bottom: 58px
}

.main-header-two__contact-list li {
    display: inline-block;
    position: relative;
    padding-left: 35px
}

.main-header-two__contact-list li:before {
    position: absolute;
    top: -9px;
    right: -30px;
    bottom: 7px;
    content: "";
    background: rgba(255, 255, 255, .09);
    width: 1px
}

.main-header-two__contact-list li:last-child:before {
    display: none
}

.main-header-two__contact-list li+li {
    margin-left: 55px
}

.main-header-two__contact-icon {
    position: absolute;
    top: 2px;
    left: 0
}

.main-header-two__contact-icon span {
    font-size: 35px;
    color: var(--thm-primary)
}

.main-header-two__contact-text {
    margin-left: 15px
}

.main-header-two__contact-text p {
    font-size: 14px;
    color: #afb2c0;
    margin: 0;
    line-height: 14px
}

.main-header-two__contact-text a {
    font-size: 16px;
    color: #fff;
    font-weight: 800
}

.main-header-two__contact-text h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    margin-top: 7px
}

.main-header-two__btn {
    position: relative;
    display: block;
    float: right;
    padding-top: 55px;
    padding-bottom: 39px
}

.main-header-two__donate-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    background: var(--thm-primary);
    display: inline-block;
    padding: 7px 20px;
    transition: all 500ms ease
}

.main-header-two__donate-btn i {
    margin-right: 7px;
    font-size: 12px
}

.main-header-two__donate-btn:hover {
    color: var(--thm-black)
}

.main-header-two__bottom {
    position: relative;
    display: block;
    z-index: 5;
    top: -39px
}

.main-menu__two .main-menu__inner {
    background: #fff;
    padding: 0 50px
}

.main-menu__two .main-menu__right {
    padding-left: 0;
    padding-top: 22px;
    padding-bottom: 21px
}

.main-menu__two .main-menu__right:before {
    display: none
}

.main-menu__right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding-right: 30px;
    margin-right: 30px
}

.main-menu__right-social:before {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: -3px;
    content: "";
    background: #e5eeec;
    width: 1px
}

.main-menu__right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #e5eeec;
    color: var(--thm-black);
    font-size: 13px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.main-menu__right-social a+a {
    margin-left: 10px
}

.main-menu__right-social a:hover {
    color: #fff;
    background: var(--thm-primary)
}

.main-menu__two .main-menu__cart {
    margin-right: 0
}

.main-menu__two .main-menu__list>li,
.stricky-header.main-menu__two .main-menu__list>li {
    padding-top: 24px;
    padding-bottom: 24px
}

.stricky-header.main-menu__two .main-menu__inner {
    padding: 0
}

.stricky-header.main-menu__two {
    padding: 0
}

.main-header-three {
    position: relative;
    display: block
}

.main-header-three__menu-box {
    position: relative;
    display: block;
    padding: 0 30px 0 0;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05)
}

@media(min-width:992) {
    .main-header-three__menu-box {
        padding: 0 60px
    }
}

.main-menu-three__logo {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    padding: 25px 50px;
    background: var(--thm-danger);
}

.main-menu-three__inner-upper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    float: left
}

.main-menu-three__btn {
    margin-right: 60px
}

.main-menu-three__donate-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    background: var(--thm-primary);
    display: inline-block;
    padding: 7px 20px;
    transition: all 500ms ease
}

.main-menu-three__donate-btn i {
    margin-right: 7px;
    font-size: 12px
}

.main-menu-three__donate-btn:hover {
    color: var(--thm-black)
}

.main-menu__right-three {
    position: relative;
    float: right;
    padding-left: 0;
    padding: 26.5px 0
}

.main-menu__right-three:before {
    display: none
}

.main-menu__right-three .main-menu__search {
    padding: 5.5px 0
}

.main-menu__right-three .main-menu__cart {
    padding: 5.5px 0;
    margin-right: 0
}

.main-menu-three__inner .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
    padding-top: 31.5px;
    padding-bottom: 30.5px
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg)
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.mobile-nav__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--thm-text-dark);
    cursor: pointer
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--thm-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-danger)
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-danger);
    border: 0;
    outline: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black)
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0)
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark)
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-nav__social {
    display: flex;
    align-items: center
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--thm-primary);
    transition: 500ms
}

.mobile-nav__social a+a {
    margin-left: 30px
}

.mobile-nav__social a:hover {
    color: #fff
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: #fff;
    transition: 500ms
}

.mobile-nav__contact li a:hover {
    color: var(--thm-primary)
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 991;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease
}

.search-popup.active {
    transform: translateY(0%)
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: .75;
    cursor: pointer
}

.search-popup__content {
    width: 100%;
    max-width: 560px
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    height: 47px;
    padding-left: 30px;
    border: 1px solid #ddd;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0
}

.search-popup__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff
}

.search-popup__content .thm-btn i {
    margin: 0
}

.main-slider {
    overflow: hidden;
    position: relative
}

.main-slider .swiper-slide {
    position: relative;
    height: 800px;
    background-color: var(--thm-black)
}

.main-slider-three .swiper-slide {
    background-color: rgba(0, 0, 0, 0)
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    /*filter: grayscale(100%);*/
    transition: transform 7000ms ease;
    z-index: 1
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--thm-black-rgb), .7);
    z-index: 2
}

.main-slider .container {
    padding-bottom: 190px;
    padding-top: 219px
}

.main-slider__content {
    position: relative;
    display: block
}

.main-slider__shape-1 {
    position: absolute;
    bottom: 215px;
    right: 9px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1000ms ease, visibility 1000ms ease;
    transition-delay: 1000ms
}

.main-slider .swiper-slide-active .main-slider__shape-1 {
    opacity: 1;
    visibility: visible
}

.main-slider p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 50px;
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 37px;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 50px;
    line-height: 120px
}

.main-slider .thm-btn {
    font-size: 18px;
    font-weight: 800;
    padding: 20px 48px;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease
}

.main-slider .thm-btn:hover {
    color: var(--thm-black);
    background-color: #fff
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15)
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.main-slider__counter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1
}

.main-slider__counter-box {
    position: relative;
    display: block;
    margin: 0;
    float: right
}

.main-slider__counter-box li {
    position: relative;
    max-width: 230px;
    background: #eff5f4;
    padding: 40px 50px 40px;
    float: left;
    transition: all 500ms ease
}

.main-slider__counter-box li:hover {
    background: var(--thm-primary)
}

.main-sldier__counter-digit {
    font-size: 44px;
    color: var(--thm-primary);
    font-weight: 900;
    transition: all 500ms ease
}

.main-slider__counter-text {
    font-size: 16px;
    color: var(--thm-black);
    margin: 0;
    font-weight: 900;
    line-height: 26px;
    transition: all 500ms ease
}

.main-slider__counter-box li:hover .main-sldier__counter-digit {
    color: #fff
}

.main-slider__counter-box li:hover .main-slider__counter-text {
    color: #fff
}

.main-slider__nav {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -32px;
    z-index: 100;
    /*transform: translateY(-50%) translateX(-50%);*/
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--thm-black);
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    opacity: .5
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 10px left: 10px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg)
}

#main-slider-pagination {
    z-index: 10;
    bottom: 51px;
    width: 100%;
    transform: translate(-50%, calc(0%+0px));
    text-align: center;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: .5;
    background-color: #fff;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 2px
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    height: 30px;
    border-radius: 20px;
}

.main-slider-two .container {
    padding-bottom: 175px;
    padding-top: 380px
}

.main-slider-two .image-layer-overlay {
    background: rgba(var(--thm-primary-rgb), 0.5)
}

.main-slider-two .thm-btn {
    background: var(--thm-black)
}

.main-slider-two .thm-btn:hover {
    background-color: #fff;
    color: var(--thm-black)
}

.main-slider__nav-two {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 59%;
    left: 50%;
    z-index: 100;
    /*transform: translateY(-50%) translateX(-50%);*/
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-slider__nav-two .swiper-button-next,
.main-slider__nav-two .swiper-button-prev {
    position: relative;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--thm-black);
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease
}

.main-slider__nav-two .swiper-button-next:hover,
.main-slider__nav-two .swiper-button-prev:hover {
    opacity: .5
}

.main-slider__nav-two .swiper-button-next::after,
.main-slider__nav-two .swiper-button-prev::after {
    display: none
}

.main-slider__nav-two .swiper-button-prev {
    margin-bottom: 10px
}

.main-slider__nav-two .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg)
}

.main-slider-two #main-slider-pagination {
    text-align: center
}

.main-slider-three .container {
    padding-bottom: 210px;
    padding-top: 240px
}

.main-slider-three .image-layer {
    opacity: inherit
}

.main-slider-three .image-layer-overlay {
    background: rgba(0, 0, 0, .1)
}

.main-slider-three p {
    color: var(--thm-primary)
}

.main-slider-three h2 {
    color: var(--thm-black)
}

.main-slider-three-shape {
    position: absolute;
    top: -50px;
    right: 194px;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear
}

.main-slider-three .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff
}

.welcome-one {
    position: relative;
    display: block;
    padding: 100px 0 185px
}

.welcome-one .row {
    --bs-gutter-x: 70px
}

.welcome-one__left {
    position: relative;
    display: block
}

.welcome-one__img-box {
    position: relative;
    display: block
}

.welcome-one__img-box:before {
    position: absolute;
    top: 0;
    left: -60px;
    height: 330px;
    width: 30px;
    background: var(--thm-primary);
    content: ""
}

.welcome-one__img-box img {
    width: 100%
}

.welcome-one__img-box-2 {
    position: absolute;
    bottom: -30px;
    left: -60px
}

.welcome-one__img-box-2 img {
    width: 320px
}

.welcome-one__bottom-text {
    font-size: 50px;
    color: var(--thm-primary);
    font-family: var(--thm-reey-font);
    position: absolute;
    bottom: -55px;
    left: 60px;
    line-height: 60px
}

.welcome-one__heart-icon {
    position: absolute;
    bottom: -88px;
    right: 30px
}

.welcome-one__right .section-title {
    margin-bottom: 38px
}

.welcome-one__right-text {
    margin: 0
}

.welcome-one__our-mission-and-story {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 38px
}

.welcome-one__mission-and-story-single h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 15px
}

.welcome-one__mission-and-story-single i {
    color: var(--thm-primary);
    margin-right: 10px
}

.welcome-one__our-mission-and-story-text {
    margin: 0;
    font-size: 16px
}

.welcome-one__progress {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 33px
}

.welcome-one__progress-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 6px
}

.welcome-one__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background: #eff5f4;
    border-radius: 5px;
    margin-bottom: 12px
}

.welcome-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 13px;
    border-radius: 5px;
    background: var(--thm-primary);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease
}

.welcome-one__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 20px;
    color: var(--thm-gray);
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.welcome-one__progress .bar-inner.counted .count-text {
    opacity: 1
}

.welcome-one__btn {
    margin-top: 54px
}


.gallery-one {
    position: relative;
    display: block;
    z-index: 2
}

.gallery-one__container-box {
    position: relative;
    display: block;
    max-width: 1660px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.gallery-one__single {
    position: relative;
    display: block
}

.gallery-one__single h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

.gallery-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    moz-box-shadow: 1px 0px 31px #d1d1d1;
    -webkit-box-shadow: 1px 0px 31px #d1d1d1;
    box-shadow: 1px 0px 31px #d1d1d1;
}

.gallery-one__img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--thm-primary-rgb), 0.9);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    transform: translateY(-101%);
    z-index: 1
}

.gallery-one__single:hover .gallery-one__img-box:before {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%)
}

.gallery-one__img-box img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease
}

.gallery-one__single:hover .gallery-one__img-box img {
    transform: scale(1.05)
}

.gallery-one__hover-content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 2
}

.gallery-one__hover-content-box h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 14px
}

.gallery-one__hover-content-box p {
    padding: 0 20px;
    font-size: 12px;
    color: #fff;
    font-family: var(--thm-reey-font);
    margin: 0;
}

.gallery-one__single:hover .gallery-one__hover-content-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms
}

.testimonial-one {
    position: relative;
    display: block;
    padding: 190px 0 100px;
    background-color: #eff5f4;
    margin-top: -90px;
    z-index: 1
}

.testimonial-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1010px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .08;
    filter: grayscale(1)
}

.testimonial-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 22px;
    left: -405px
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    background: #fff;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 65px;
    width: 65px;
    background: #fff;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    transform: rotate(180deg);
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span {
    line-height: 65px
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
    line-height: 65px
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: #fff;
    background: var(--thm-primary)
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:focus,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:focus {
    outline: 0
}

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 60px 0 rgb(0, 0, 0, .07);
    padding: 30px 40px 40px
}

.testimonial-one__text {
    margin: 0;
    line-height: 34px
}

.testimonial-one__client-info {
    display: flex;
    align-items: center;
    margin-top: 19px
}

.testimonial-one__client-img {
    position: relative;
    display: block
}

.testimonial-one__client-img>img {
    width: 70px;
    border-radius: 50%
}

.testimonial-one__quote {
    position: absolute;
    top: 50%;
    right: -22px;
    height: 42px;
    width: 42px;
    background: var(--thm-primary);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: translateY(-50%)
}

.testimonial-one__quote::before {
    content: '';
    width: 21px;
    height: 18px;
    background-image: url(../images/shapes/qoute-1-1.png);
    background-repeat: no-repeat;
    background-position: center center
}

.testimonial-one__client-name {
    margin-left: 40px
}

.testimonial-one__client-name h3 {
    font-size: 20px;
    color: var(--thm-primary);
    font-weight: 900;
    line-height: 20px
}

.testimonial-one__client-name p {
    margin: 0;
    line-height: 29px
}

.help-them {
    position: relative;
    display: block;
    padding: 87px 0 90px
}

.help-them-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1
}

.help-them-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(var(--thm-black-rgb), 0.9)
}

.help-them-bg.jarallax div div {
    filter: grayscale(100%)
}

.help-them__top {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    margin-bottom: 93px;
    padding-bottom: 96px
}

.help-them__top-content {
    position: relative;
    display: block
}

.help-them__top-content-title {
    font-size: 70px;
    font-weight: 900;
    line-height: 80px;
    color: #fff
}

.help-them__top-video-box {
    position: relative;
    display: block;
    margin-left: 76px
}

.help-them__top-video-btn {
    height: 100px;
    width: 100px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 30px;
    color: #fff;
    transition: all 500ms ease
}

.help-them__top-video-btn:hover {
    color: #fff;
    border-color: var(--thm-primary);
    background-color: var(--thm-primary)
}

.help-them__top-video-text {
    font-size: 30px;
    color: var(--thm-primary);
    font-family: var(--thm-reey-font);
    font-weight: 400;
    margin-left: 54px;
    margin-top: 17px;
    margin-bottom: 0
}

.help-them__bottom {
    position: relative;
    display: block
}

.help-them__single {
    display: flex
}

.help-them__icon {
    position: relative;
    display: block;
    top: 7px
}

.help-them__icon span {
    font-size: 65px;
    color: var(--thm-primary);
    line-height: 65px;
    position: relative;
    display: block;
    transition: all 500ms linear;
    transition-delay: .1s
}

.help-them__single:hover .help-them__icon span {
    transform: rotate(360deg)
}

.help-them__text {
    margin-left: 30px
}

.help-them__text h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 12px
}

.help-them__text p {
    font-size: 16px;
    color: #fff;
    margin: 0
}

.news-one {
    position: relative;
    display: block;
    padding: 100px 0 100px
}

.news-one .section-title {
    margin-bottom: 46px
}

.news-one__btn {
    background: #eff5f4;
    color: var(--thm-black);
    float: right;
    margin-top: 44px
}

.news-one__left {
    position: relative;
    display: block
}

.news-one__img {
    position: relative;
    display: block;
    overflow: hidden
}

.news-one__img>img {
    position: relative;
    width: 100%;
    transition: transform 500ms ease;
    transform: scale(1)
}

.news-one__img:hover img {
    transform: scale(1.05)
}

.news-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.9);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #000;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%)
}

.news-one__img>a>i {
    color: var(--thm-primary);
    transition: all 500ms ease
}

.news-one__img>a>i:hover {
    color: #fff
}

.news-one__img:hover a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.news-one__bottom {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    padding: 31px 72px 34px 40px
}

.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 11px
}

.news-one__meta li {
    font-size: 14px;
    color: #fff;
    font-weight: 800
}

.news-one__meta li+li {
    margin-left: 12px
}

.news-one__meta li a {
    color: #fff;
    transition: all 500ms ease
}

.news-one__meta li a:hover {
    color: var(--thm-black)
}

.news-one__title {
    font-size: 26px;
    color: #fff;
    font-weight: 900;
    line-height: 36px
}

.news-one__title a {
    color: #fff;
    transition: all 500ms ease
}

.news-one__title a:hover {
    color: var(--thm-black)
}

.news-one__right {
    position: relative;
    display: block
}

.news-one__right-single {
    display: flex
}

.news-one__right-single+.news-one__right-single {
    margin-top: 30px
}

.news-one__right-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%
}

@media(min-width:992px) {
    .news-one__right-img {
        max-width: 270px
    }
}

.news-one__right-img>img {
    position: relative;
    width: 100%;
    transition: transform 500ms ease;
    transform: scale(1)
}

.news-one__right-single:hover .news-one__right-img>img {
    transform: scale(1.05)
}

.news-one__right-img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.9);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #000;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%)
}

.news-one__right-single:hover .news-one__right-img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.news-one__right-img>a>i {
    color: var(--thm-primary);
    transition: all 500ms ease
}

.news-one__right-img>a>i:hover {
    color: #fff
}

.news-one__right-content {
    margin-left: 30px;
    margin-top: -9px
}

.news-one__right-meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 11px
}

.news-one__right-meta li {
    color: var(--thm-primary);
    font-size: 14px;
    font-weight: 800
}

.news-one__right-meta li+li {
    margin-left: 12px
}

.news-one__right-meta li span {
    color: var(--thm-black)
}

.news-one__right-meta li a {
    color: var(--thm-gray);
    transition: all 500ms ease
}

.news-one__right-meta li a:hover {
    color: var(--thm-primary)
}

.news-one__right-title {
    font-size: 26px;
    color: var(--thm-black);
    font-weight: 900;
    line-height: 36px
}

.news-one__right-title a {
    color: var(--thm-black);
    transition: all 500ms ease
}

.news-one__right-title a:hover {
    color: var(--thm-primary)
}

.brand-one {
    position: relative;
    display: block;
    background-color: #eff5f4;
    padding: 60px 0 60px
}

.brand-one__carousel {
    position: relative;
    display: block
}

.brand-one__single {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1
}

.brand-one__single:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1
}

.brand-one__single:hover:before {
    opacity: 1.0
}

.brand-one__img {
    position: relative;
    display: inline-block;
    z-index: 10
}

.brand-one__img>img {
    position: relative;
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: .3
}

.brand-one__single:hover .brand-one__img>img {
    opacity: .70
}

.site-footer {
    position: relative;
    display: block;
    padding: 52px 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.site-footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(0%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom
}

.site-footer-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(31, 34, 48, .95)
}

.site-footer__top {
    position: relative;
    display: block
}

.footer-widget__title {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 10px
}

.footer-widget__text {
    font-size: 16px;
    color: #b8bbc9;
    margin: 0;
    line-height: 34px
}

.footer-widget__about-btn {
    font-size: 14px;
    font-weight: 900;
    background: var(--thm-primary);
    display: inline-block;
    color: #fff;
    padding: 7px 20px;
    transition: all 500ms ease;
    margin-top: 18px
}

.footer-widget__about-btn i {
    margin-right: 7px;
    position: relative;
    top: 2px
}

.footer-widget__about-btn:hover {
    color: var(--thm-primary);
    background: #fff
}

.footer-widget__explore-list {
    position: relative;
    display: block;
}



.footer-widget__explore-list li a {
    font-size: 14px;
    color: #b8bbc9;
    transition: all 500ms ease
}

.footer-widget__explore-list li a:hover {
    color: var(--thm-primary)
}

.footer-widget__explore-list-two {
    position: relative;
    display: block;
    float: left;
    margin-left: 75px
}

.footer-widget__explore-list-two li+li {
    margin-top: 10px
}

.footer-widget__explore-list-two li a {
    font-size: 16px;
    color: #b8bbc9;
    font-weight: 700;
    transition: all 500ms ease
}

.footer-widget__explore-list-two li a:hover {
    color: var(--thm-primary)
}

.footer-widget__contact-list {
    margin: 0;
    padding-top: 11px
}

.footer-widget__contact-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    margin-bottom: 16px;
    padding-bottom: 15px
}

.footer-widget__contact-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.footer-widget__contact-list li .icon i {
    color: var(--thm-primary);
    font-size: 35px;
    line-height: 35px
}

.footer-widget__contact-list li .text {
    margin-left: 15px
}

.footer-widget__contact-list li .text p {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    line-height: 20px
}

.footer-widget__contact-list li .text p span {
    font-size: 14px;
    color: #afb2c0;
    font-weight: 700;
    display: block
}

.footer-widget__contact-list li .text p a {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    transition: all 500ms ease
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--thm-primary)
}

.footer-widget__newsletter-text {
    font-size: 16px;
    color: #b8bbc9;
    margin: 0;
    line-height: 34px
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
    margin-top: 18px
}

.footer-widget__newsletter-form input[type=text] {
    height: 67px;
    width: 100%;
    font-size: 16px;
    color: var(--thm-gray);
    padding-left: 30px;
    padding-right: 120px;
    outline: 0;
}

.footer-widget__newsletter-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    background: var(--thm-danger);
    display: inline-block;
    border: 0;
    outline: 0;
    padding: 7px 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    transition: all 500ms ease
}

.footer-widget__newsletter-btn i {
    margin-right: 5px
}

.footer-widget__newsletter-btn:hover {
    background: var(--thm-black)
}

.site-footer__bottom {
    position: relative;
    padding: 20px 0;
    display: block;
    background: #1b1e2b;
    z-index: 1;
    margin-top: 47px;
    text-align: center;
}

.site-footer__bottom:before {
    position: absolute;
    top: 0;
    right: -10000000000px;
    left: 0;
    bottom: 0;
    content: "";
    background: #1b1e2b;
    z-index: -1
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.site-footer__bottom-logo-social {
    display: flex;
    align-items: center
}

.site-footer__bottom-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 60px
}

.site-footer__bottom-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: var(--thm-black);
    font-size: 13px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.site-footer__bottom-social a+a {
    margin-left: 10px
}

.site-footer__bottom-social a:hover {
    color: #fff;
    background: var(--thm-primary)
}

.site-footer__bottom-copy-right p {
    font-size: 14px;
    color: #b8bbc9;
    margin: 0
}

.site-footer__bottom-copy-right p a {
    color: #b8bbc9;
    transition: all 500ms ease
}

.site-footer__bottom-copy-right p a:hover {
    color: #fff
}


.footer-widget-sns {
    margin-top: 50px;
}

.footer-widget-sns ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.footer-widget-sns li {
    width: auto;
    margin-right: 40px;
    list-style: none;
}

.footer-widget-sns li p {
    font-size: 14px;
    text-align: center;
}


.become-volunteer {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    padding: 89px 0 86px
}

.become-volunteer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.become-volunteer__left {
    position: relative;
    display: block
}

.become-volunteer__left>h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px
}

.become-volunteer__big-text {
    position: absolute;
    top: -19px;
    left: 0;
    opacity: .2
}

.become-volunteer__big-text>h2 {
    font-size: 50px;
    color: #fff;
    font-family: var(--thm-reey-font);
    line-height: 60px
}

.become-volunteer__btn {
    background: #fff;
    color: var(--thm-black)
}

.causes-two {
    position: relative;
    display: block;
    padding: 100px 0 140px
}

.causes-two:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #eff5f4;
    height: 510px
}

.causes-two .container-box {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.causes-two .section-title {
    margin-bottom: 34px
}

.causes-two__carousel .owl-stage-outer {
    padding-top: 30px
}

.causes-two__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -49px;
    right: 0;
    left: 0;
    margin: 0
}

.causes-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .5;
    margin: 0 3px;
    padding: 0;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: .1s
}

.causes-two__carousel.owl-carousel .owl-dot.active {
    opacity: 1
}

.causes-two__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.causes-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.counters-one {
    position: relative;
    display: block;
    z-index: 5
}

.counters-one__box {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 60px 0 rgb(0, 0, 0, .07);
    padding-top: 47px;
    padding-bottom: 51px
}

.counter-one__single {
    position: relative;
    display: inline-block;
    max-width: 284px;
    width: 100%;
    text-align: center
}

.counter-one__single:before {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 6px;
    content: "";
    width: 1px;
    background-color: #e5eeec
}

.counter-one__single:first-child:before {
    display: none
}

.counter-one__single h3 {
    color: var(--thm-primary);
    font-size: 50px;
    font-weight: 900;
    font-family: var(--thm-font) !important
}

.counter-one__letter {
    color: var(--thm-primary);
    font-size: 50px;
    font-weight: 900;
    vertical-align: middle
}

.counter-one__text {
    font-weight: 800;
    margin: 0
}

.news-two {
    position: relative;
    display: block;
    padding: 150px 0 70px;
    margin-top: -50px
}

.news-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 644px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover
}

.news-two-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 644px;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .9)
}

.news-two-bg.jarallax div div {
    filter: grayscale(100%)
}

.news-two .section-title {
    position: relative;
    margin-bottom: 35px;
    z-index: 5
}

.news-two .section-title__tagline {
    color: var(--thm-primary)
}

.news-two .section-title__title {
    color: #fff
}

.news-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.news-two__img-box {
    position: relative;
    display: block
}

.news-two__img-box .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
}

.news-two__img-box .video a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.news-two__img-box .video a .iconfont {
    font-size: 40px;
}

.news-two__img {
    position: relative;
    height: 240px;
    display: block;
    overflow: hidden
}

.news-two__img>img {
    position: relative;
    min-height: 240px;
    width: 100%;
    transition: transform 500ms ease;
    transform: scale(1)
}

.news-two__single:hover .news-two__img>img {
    transform: scale(1.05)
}

.news-two__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-primary-rgb), 0.9);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%)
}

.news-two__img>a>i {
    color: #fff;
    transition: all 500ms ease
}

.news-two__img>a>i:hover {
    color: #fff
}

.news-two__single:hover .news-two__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.news-two__date {
    position: absolute;
    bottom: -10px;
    right: 20px;
    background: var(--thm-danger);
    padding: 4px 20px;
    z-index: 2
}

.news-two__date>p {
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    margin: 0
}

.news-two__content {
    position: relative;
    display: block;
    border: 1px solid #e5eeec;
    border-top: 0;
    padding: 20px 10px 20px;
    min-height: 105px;
    background: #fff;
    transition: all 500ms ease
}

.news-two__single:hover .news-two__content {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .07)
}

.news-two__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.news-two__meta li+li {
    margin-left: 12px
}

.news-two__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 800
}

.news-two__meta li a i {
    color: var(--thm-primary)
}

.news-two__content h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0;
}

.news-two__content h3 a {
    color: var(--thm-black);
    transition: all 500ms ease
}

.news-two__content h3 a:hover {
    color: var(--thm-danger)
}

.news-two__text {
    font-size: 16px;
    margin: 0
}


.news-lists {
    padding-left: 0;
}


.news-lists li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 14px 10px 20px 14px;
    border-bottom: 1px dashed #DDDDDD;
    font-size: 16px;
}

.news-lists li::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #B7822A;
}



.gallery-two {
    padding-bottom: 100px
}

.feature-one {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding: 93px 0 93px
}

.feature-one__single {
    display: flex;
    align-items: center;
    position: relative
}

.feature-one__single:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: -60px;
    width: 1px;
    content: "";
    background: rgba(255, 255, 255, .10)
}

.feature-one__icon span {
    font-size: 67px;
    color: var(--thm-primary);
    line-height: 67px;
    position: relative;
    display: inline-block;
    transition: all 200ms linear;
    transition-delay: .1s
}

.feature-one__content {
    margin-left: 30px
}

.feature-one__content h3 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 17px
}

.feature-one__content p {
    font-size: 16px;
    color: #b8bbc9;
    margin: 0
}

.feature-one__single-1 {
    margin-right: 68px
}

.feature-one__single-2 {
    margin-left: 33px;
    margin-right: 35px
}

.feature-one__single-3 {
    margin-left: 68px
}

.feature-one__single-1:before {
    display: none
}

.feature-one__single-2 .feature-one__icon span {
    color: #ebad35
}

.feature-one__single-3 .feature-one__icon span {
    color: #ce5140
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(1.2)
}

.help-them-two {
    position: relative;
    display: block;
    padding: 140px 0 140px
}

.help-them-two__left {
    position: relative;
    display: block
}

.help-them-two-bg {
    position: absolute;
    top: -150px;
    left: -372px;
    bottom: -150px;
    width: 562px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.help-them-two-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-primary-rgb), 0.9)
}

.help-them-two__img {
    position: relative;
    display: block
}

.help-them-two__img>img {
    width: 100%
}

.help-them-two__video-btn {
    height: 95px;
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #fff;
    color: var(--thm-black);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
    z-index: 2
}

.help-them-two__video-btn:before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: 0;
    content: "";
    border-top: 20px solid var(--thm-danger);
    border-left: 20px solid var(--thm-danger);
    border-right: 20px solid var(--thm-danger)
}

.help-them-two__video-btn:hover {
    color: var(--thm-danger);
    background: var(--thm-black)
}

.help-them-two__right {
    position: relative;
    display: block;
    margin-left: 40px
}

.help-them-two__right .section-title {
    margin-bottom: 25px
}

.help-them-two__list-box {
    position: relative;
    display: block;
    overflow: hidden
}

.help-them-two__list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 36px
}

.help-them-two__list li {
    display: flex;
    align-items: center
}

.help-them-two__list li+li {
    margin-top: 9px
}

.help-them-two__icon-box i {
    font-size: 15px;
    color: var(--thm-primary)
}

.help-them-two__text-box {
    margin-left: 5px
}

.help-them-two__text-box h4 {
    font-size: 16px;
    font-weight: 900;
    line-height: 26px
}

.help-them-two__list-two {
    margin-right: 0
}

.help-them-two__bottom {
    position: relative;
    display: block;
    margin-top: 35px
}

.help-them-two__bottom-title {
    font-size: 24px;
    color: var(--thm-primary);
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 32px
}

.help-them-two__bottom-text {
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
    text-align: justify;
}

.help-them-two__donation-text-box {
    position: relative;
    display: inline-block;
    margin-top: 63px
}

.help-them-two__donation-text-box h2 {
    font-size: 40px;
    color: var(--thm-primary);
    font-family: var(--thm-reey-font);
    font-weight: 400;
    line-height: 50px
}

.help-them-two__donation-icon {
    position: absolute;
    top: -23px;
    left: 100%
}

.causes-three {
    position: relative;
    display: block;
    padding: 100px 0 140px
}

.causes-three__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px
}

.causes-three__top-title {
    margin-bottom: 0
}

.causes-three__top-title .section-title {
    margin-bottom: 0
}

.causes-three__top-btn {
    background: #eff5f4;
    color: var(--thm-black)
}

.causes-three__carousel .owl-stage-outer {
    padding-top: 30px;
    /*margin-right: -360px*/
}

.causes-three__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -49px;
    left: 0;
    margin: 0
}

.causes-three__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .5;
    margin: 0 3px;
    padding: 0;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: .1s
}

.causes-three__carousel.owl-carousel .owl-dot.active {
    opacity: 1
}

.causes-three__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.causes-three__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.brand-three {
    background-color: var(--thm-primary)
}

.testimonial-two {
    position: relative;
    display: block;
    background-color: #eff5f4;
    overflow: hidden;
    padding: 100px 0 100px
}

.testimonial-two .section-title {
    margin-bottom: 55px
}

.testimonial-two__single {
    margin-bottom: 30px
}

.counters-two {
    position: relative;
    display: block;
    padding: 100px 0 146px
}

.counters-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.counters-two-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .9)
}

.counters-two-bg.jarallax div div {
    filter: grayscale(100%)
}

.counters-two__left {
    position: relative;
    display: block
}

.counters-two__left .section-title {
    margin-bottom: 30px;
}

.counters-two__left .section-title__title {
    color: #fff
}

.counters-two__four-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.counters-two__four-boxes li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.counters-two__four-boxes li:last-child {
    margin-right: 0
}

.counters-two__four-boxes-icon {
    height: 145px;
    width: 182px;
    background: var(--thm-black);
    color: var(--thm-danger);
    font-size: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4b4e5a;
    transition: all 500ms ease
}

.counters-two__four-boxes-icon .iconfont {
    font-size: 67px;
}

.counters-two__four-boxes li:hover .counters-two__four-boxes-icon {
    background: var(--thm-danger);
    color: #fff;
    border: 1px solid var(--thm-danger)
}

.counters-two__four-boxes li h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    color: #fff
}


.news-three {
    position: relative;
    display: block
}

.news-three .section-title__title {
    color: var(--thm-black)
}

.page-header {
    position: relative;
    display: block;
    height: 300px;
}

.page-header__bg,.page-header__bg-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.page-header__bg:before,.page-header__bg-mobile:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .3)
}

.page-header__bg-mobile{
    display: none;
}

.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 134px;
    padding-bottom: 132px
}

.page-header .container h2 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 70px
}

@media(max-width:480px) {
    .page-header .container h2 {
        font-size: 30px
    }
}


.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #e5eeec;
    padding-bottom: 40px;
    margin-bottom: 50px
}

.comment-one__content {
    position: relative;
    margin-left: 30px;
    padding-right: 102px
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 900;
    margin-bottom: 15px
}

.comment-one__content h3 span {
    font-size: 14px;
    color: var(--thm-primary);
    font-weight: 900;
    margin-left: 4px
}

.comment-one__content p {
    font-size: 16px;
    margin: 0
}

.comment-one__btn {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding: 2px 20px;
    background: var(--thm-primary);
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0
}

.comment-one__btn:hover {
    background: var(--thm-black)
}

.comment-one__image img {
    width: 119px
}

.comment-form .comment-form__title {
    margin-top: -8px
}

.comment-one__form {
    position: relative;
    display: block;
    background-color: #eff5f4;
    padding: 60px 60px
}

.comment-one__form .row {
    --bs-gutter-x: 10px
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 67px;
    width: 100%;
    border: 0;
    padding: 0 30px;
    margin-bottom: 10px;
    border-radius: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--thm-gray);
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0, 0, 0, .07)
}

.comment-form__input-box {
    position: relative;
    display: block;
    line-height: 0
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--thm-gray);
    height: 192px;
    width: 100%;
    padding: 20px 30px 30px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0, 0, 0, .07);
    font-weight: 700
}

.comment-form__btn {
    background: var(--thm-primary);
    margin-top: 10px
}

.comment-form__btn:hover {
    background: var(--thm-black)
}

.causes-details__organizer {
    display: flex;
    background-color: #eff5f4;
    padding: 40px 39px 14px
}

.causes-details__organizer-img img {
    width: 60px
}

.causes-details__organizer-content {
    margin-left: 20px
}

.causes-details__organizer-content p {
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    line-height: 20px
}

.causes-details__organizer-content h5 {
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    margin-top: 4px;
    margin-bottom: 11px
}

.causes-details__organizer-content span {
    color: var(--thm-primary)
}

.causes-details__organizer-list li {
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 800
}

.causes-details__organizer-list li i {
    font-size: 14px;
    color: var(--thm-primary);
    margin-right: 14px
}

.causes-details__donations {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 40px 40px 14px 40px;
    margin-top: 30px
}

.causes-details__donations-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 18px
}

.causes-details__donations-list {
    position: relative;
    display: block
}

.causes-details__donations-list li {
    position: relative;
    display: flex;
    align-items: center
}

.causes-details__donations-list li+li {
    margin-top: 22px
}

.causes-details__donations-img img {
    border-radius: 0
}

.causes-details__donations-content {
    margin-left: 20px
}

.causes-details__donations-content h4 {
    font-size: 18px;
    color: var(--thm-primary);
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 3px
}

.causes-details__donations-content h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 800
}

.causes-details__donations-content span {
    font-size: 14px;
    font-weight: 800;
    color: var(--thm-gray)
}

.causes-details__donations-content p {
    font-size: 16px;
    margin: 0;
    font-weight: 800
}

.news-page {
    position: relative;
    display: block;
    padding: 50px 0 70px
}

.news-details {
    position: relative;
    display: block;
    padding: 100px 0 100px
}

.news-details__left {
    position: relative;
    display: block
}

.news-details__img {
    position: relative;
    display: block
}

.news-details__img img {
    width: 100%
}

.news-details__content {
    position: relative;
    display: block;
    padding: 21px 0 0
}

.news-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0
}

.news-details__meta li+li {
    margin-left: 12px
}

.news-details__meta li a {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 800;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.news-details__meta li a:hover {
    color: var(--thm-primary)
}

.news-details__meta li a i {
    color: var(--thm-primary)
}

.news-details__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-top: 3px
}

.news-details__text-one {
    padding: 20px 0;
    font-size: 16px
}


.news-details__text-one img {
    max-width: 100%;
}

.news-details__text-one iframe {
    max-width: 700px;
    height: 500px;
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #e5eeec;
    border-bottom: 1px solid #e5eeec;
    padding: 30px 0 30px;
    margin-top: 40px;
    margin-bottom: 30px
}

.news-details__bottom p {
    margin: 0
}

.news-details__tags span {
    color: var(--thm-black);
    font-weight: 900;
    font-size: 20px
}

.news-details__tags a {
    color: #fff;
    font-size: 14px;
    background: var(--thm-primary);
    display: inline-block;
    padding: 4px 20px;
    font-weight: 800
}

.news-details__tags a+a {
    margin-left: 5px
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.news-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #e5eeec;
    color: var(--thm-black);
    font-size: 13px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.news-details__social-list a+a {
    margin-left: 10px
}

.news-details__social-list a:hover {
    color: #fff;
    background-color: var(--thm-primary)
}

.author-one {
    background-color: #eff5f4;
    padding: 50px 50px 41px;
    display: -webkit-box;
    display: flex;
    margin-bottom: 44px
}

.author-one__content {
    margin-left: 30px;
    margin-top: -8px
}

.author-one__content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900
}

.author-one__content p {
    margin: 0;
    margin-top: 13px
}

.sidebar__search {
    background-color: var(--thm-primary);
    border-radius: 0
}

.sidebar__search-form {
    position: relative
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding-left: 30px;
    padding-right: 70px;
    height: 67px;
    width: 100%
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.sidebar__search-form ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.sidebar__search-form :-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.sidebar__search-form ::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.sidebar__search-form ::placeholder {
    color: #fff;
    opacity: 1
}

.sidebar__search-form :-ms-input-placeholder {
    color: #fff
}

.sidebar__search-form ::-ms-input-placeholder {
    color: #fff
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    outline: 0;
    border: 0;
    height: 67px
}

@media(max-width:991px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: 900
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 36px 20px 43px;
    background: #eff5f4
}



.sidebar__post-list {
    margin: 0
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
}

.sidebar__post-list li+li {
    margin-top: 21px
}

.sidebar__post-image {
    margin-right: 20px
}

.sidebar__post-image>img {
    width: 70px
}

.sidebar__post-content h3 {
    color: var(--thm-black);
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.sidebar__post-content .sidebar__post-content_meta {
    color: var(--thm-gray);
    font-size: 12px;
    display: block;
}

.sidebar__post-content .sidebar__post-content_meta i {
    margin-right: 2px;
    color: var(--thm-primary)
}

.sidebar__post-content h3 {
    text-transform: unset
}

.sidebar__post-content h3 a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar__post-content h3 a:hover {
    color: var(--thm-primary)
}



.events-page {
    position: relative;
    display: block;
    padding: 100px 0 70px
}

.events-page .events-one__single {
    margin-bottom: 30px
}

.events-page .events-one__bottom-title {
    font-size: 26px
}

.events-page .events-one__bottom>p {
    line-height: 25px
}

.event-details {
    position: relative;
    display: block;
    padding: 100px 0 100px
}

.events-details__img {
    position: relative;
    display: block
}

.events-details__img img {
    width: 100%
}

.event-details__date-box {
    position: absolute;
    top: 0;
    left: 30px;
    background: var(--thm-primary);
    height: 70px;
    width: 67px;
    display: flex;
    align-items: center;
    justify-content: center
}

.event-details__date-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    line-height: 20px
}

.event-details__top-content {
    position: relative;
    display: block;
    margin-top: 39px
}

.event-details__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 9px
}

.event-details__text-1 {
    font-size: 16px;
    padding-bottom: 15px
}

.event-details__text-2 {
    font-size: 16px;
    margin: 0
}

.event-details__bottom-content {
    padding-top: 32px
}

.event-details__bottom-title {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 11px
}

.event-details__bottom-text-1 {
    font-size: 16px;
    padding-bottom: 15px
}

.event-details__bottom-text-2 {
    font-size: 16px;
    margin: 0
}

.event-details__bottom-content-btn {
    margin-top: 40px
}

.event-details__right {
    position: relative;
    display: block;
    margin-top: 60px
}

.event-details__right-sidebar {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 30px 30px 26px
}

.event-details__right-sidebar-title {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 19px
}

.event-details__right-sidebar-title h4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 28px
}

.event-details__right-sidebar-list {
    position: relative;
    margin: 0
}

.event-details__right-sidebar-list li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.event-details__right-sidebar-list li+li {
    margin-top: 17px
}

.event-details__right-sidebar-list li .left p {
    font-size: 16px;
    margin: 0;
    color: var(--thm-black);
    font-weight: 900
}

.event-details__right-sidebar-list li .right {
    text-align: right
}

.event-details__right-sidebar-list li .right h4 {
    font-size: 14px;
    font-weight: 900;
    color: var(--thm-primary)
}

.event-details__right-map {
    position: relative;
    display: block;
    margin-top: 30px
}

.event-details__map-box {
    height: 390px;
    width: 100%;
    border: 0
}

.contact-page {
    position: relative;
    display: block;
    padding: 100px 0 100px
}

.contact-page .section-title {
    margin-bottom: 44px
}

.contact-page__left {
    position: relative;
    display: block;
    margin-right: 60px
}

.contact-page__img {
    position: relative;
    display: block;
    margin-bottom: 19px
}

.contact-page__img img {
    width: 100%
}

.contact-page__text {
    font-size: 16px;
    margin: 0
}

.contact-page__contact-info {
    position: relative;
    margin: 0;
    padding-top: 40px;
    padding-right: 140px
}


.contact-page__contact-info h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-page__contact-info p {
    margin-bottom: .4rem;
}

.contact-page__contact-list {
    margin: 0
}

.contact-page__contact-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5eeec;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.contact-page__contact-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.contact-page__contact-list li .icon {
    height: 65px;
    width: 65px;
    background: var(--thm-primary);
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 500ms ease
}

.contact-page__contact-list li:hover .icon {
    background-color: var(--thm-black);
    color: #fff
}

.contact-page__contact-list li .text {
    margin-left: 20px
}

.contact-page__contact-list li .text p {
    font-size: 16px;
    margin: 0;
    line-height: 20px
}

.contact-page__contact-list li .text a {
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 800;
    line-height: 30px;
    transition: all 500ms ease
}

.contact-page__contact-list li .text a:hover {
    color: var(--thm-primary)
}

.contact-page__contact-list li .text h5 {
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 800;
    line-height: 30px
}

.contact-page__form {
    position: relative;
    display: block;
    margin-left: -30px
}

.contact-page__main-form {
    position: relative;
    display: block;
    background: #eff5f4;
    padding: 30px 60px
}

.contact-page__main-form .row {
    --bs-gutter-x: 10px
}

.contact-page__input-box {
    position: relative;
    display: block
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
    height: 67px;
    width: 100%;
    border: 0;
    padding: 0 30px;
    margin-bottom: 10px;
    border-radius: 0;
    outline: 0;
    font-size: 16px;
    color: var(--thm-gray);
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0, 0, 0, .07)
}

.contact-page__input-box textarea {
    font-size: 16px;
    height: 122px;
    width: 100%;
    padding: 20px 30px 30px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0, 0, 0, .07);
    padding-top: 10px;
    display: block;
    color: var(--thm-gray)
}

.contact-page__btn {
    margin-top: 10px
}

.contact-page-google-map {
    position: relative;
    display: block
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: 0;
    height: 560px;
    width: 100%
}

.about-page {
    position: relative;
    display: block;
    padding: 40px 0 60px 0;
}

.about-page__left {
    position: relative;
    display: block;
    margin-right: 60px
}

.about-page__img {
    position: relative;
    display: block
}



.about-page__img img {
    width: 100%
}



.about-page__right {
    position: relative;
    display: block;
    margin-left: -20px
}

.about-page__right .section-title {
    margin-bottom: 27px
}

.about-page__right-text {
    font-size: 16px;
    margin: 0
}

.about-page__right-text h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
}


.about-page-counter {
    margin-top: -50px
}

.team-page {
    padding-bottom: 40px
}

.team-page .team-one__single {
    margin-bottom: 60px
}

.gallery-page {
    position: relative;
    display: block;
    padding: 100px 0 70px
}

.gallery-page__single {
    position: relative;
    display: block;
}

.gallery-page__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.gallery-page__img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--thm-primary-rgb), 0.9);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    transform: translateY(-101%);
    z-index: 1
}

.gallery-page__single:hover .gallery-page__img-box:before {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%)
}

.gallery-page__img-box img {
    width: 100%;
}



.gallery-page__hover-content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 2
}

.gallery-page__hover-content-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gallery-page__hover-content-box a .fa {
    font-size: 28px;
    color: #fff;
}

.gallery-page__single:hover .gallery-page__hover-content-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms
}

.gallery-page-title {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}



.section-page {
    padding: 60px 0;
}

.accordion-box {
    position: relative;
    padding: 0;
}

.accordion-box ul,
.accordion-box li {
    list-style: none;
}

.accordion-box .heading {
    position: relative;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 45px
}

.accordion-box .block {
    position: relative;
    padding: 17px 24px 28px 40px;
    margin-bottom: 20px;
    border: 1px solid #ccc
}

.accordion-box.style-two .block {
    padding: 10px 24px 15px 20px
}

.accordion-box.style-two .block .acc-btn {
    font-size: 16px
}

.accordion-box.style-two .block .icon-outer {
    background: 0;
    right: -10px
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus {
    background: 0
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus {
    color: #111
}

.accordion-box .block .number {
    position: relative;
    margin-right: 20px;
    color: #c1a974;
    font-size: 18px
}

.accordion-box .block .acc-btn {
    font-size: 18px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    color: #222;
    font-weight: 700;
    padding-top: 10px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    text-transform: capitalize
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #ddd
}

.accordion-box .block .icon-outer .btn-ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.accordion-box .block .icon-outer .btn-plus {
    opacity: 1
}

.accordion-box .block .icon-outer .btn-minus {
    opacity: 0;
    color: #c1a974;
    font-weight: 400
}

.accordion-box .block .acc-btn.active .icon-outer .btn-minus {
    opacity: 1;
    color: #fff;
    background-color: #c1a974
}

.accordion-box .block .acc-btn.active .icon-outer .btn-plus {
    opacity: 0
}

.accordion-box .block .acc-btn.active .icon-outer {
    border-color: #ff3548;
    color: #ff3548
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 20px 0 0 0
}

.accordion-box .block .content .text p {
    margin-bottom: 0;
    line-height: 1.7em;
    font-size: 16px;
    color: #555
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0
}



.service-accordion .block .acc-btn {
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;

    background: #f4f4f4;
}

.service-accordion .block {
    padding: 0;
    margin-bottom: 2px;
    border: 0;
}

.service-accordion .block .acc-btn.active {
    background-color: #9d1f3f;
    color: #fff;
}

.service-accordion .block .content .text p {
    margin-bottom: 5px;
    font-size: 14px;
}

.service-accordion .block .content {
    padding: 40px 0;
}

.service-accordion .block .acc-btn.active .icon-outer .btn-minus {
    background-color: #9d1f3f;
}

.service-accordion .block .icon-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}

.service-accordion .block .icon-outer .btn-ico {
    top: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    background: #9d1f3f;
    color: #fff;
    border-radius: 100%;
}

.service-accordion .block .acc-btn.active .icon-outer .btn-minus {
    background-color: #ffff;
    color: #9d1f3f;
}



.main-nav {
    text-align: center;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    height: 60px;
}


.main-nav .owl-carousel .owl-stage {
    min-width: 2000px;
}

.main-nav-item {
    border-left: 1px solid #dddddd;
    height: 60px;
}

.main-nav-item a {
    display: block;
    padding: 0 50px;
    line-height: 58px;

    background-color: #f4f4f4;
}

.owl-item:first-child .main-nav-item {
    border-left: 0
}


.owl-item:first-child .main-nav-item.hover {
    border-left: 1px solid #ddd;
}

.owl-item:last-child .main-nav-item.hover {
    border-right: 1px solid #ddd;
}

.main-nav-item a:hover {
    background-color: #f7f7f7;
}


.main-nav-item.hover {
    position: relative;
}


.main-nav-item.hover a {
    position: relative;
    color: var(--thm-danger);
    background-color: #fff;
    height: 60px;
}

.main-nav-item.hover a {
    color: var(--thm-danger);
}

.main-nav .disabled {
    display: none;
}


.main-nav .owl-nav .owl-prev,
.main-nav .owl-nav .owl-next {
    position: absolute;
    top: 0;
    outline: none;
    color: #000000;
    background: #dddddd;
    height: 100%;
    padding-top: 10px;
}

.main-nav .owl-nav .owl-prev {
    left: -15px;
}

.main-nav .owl-nav .owl-next {
    right: -15px;
}

.main-nav .owl-nav .icon {
    font-size: 20px;
}

.main-nav-child {
    padding-top: 50px;
}


.child-nav-tabs {
    margin-bottom: 40px;
    border-bottom: 0;
}

.child-nav-tabs .nav-link {
    margin-right: 10px;
    padding: .5rem 2rem;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.child-nav-tabs .nav-item.show .nav-link,
.child-nav-tabs .nav-link.active {
    background: #9d1f3f;
    border-color: #9d1f3f;
    color: #ffffff;
}

.product-page-section {
    padding-top: 30px;
    padding-bottom: 60px;
}

.product-slide {

    width: 100%;
    margin: 0 auto;
}

.product-slide .view .swiper-container {
    width: 100%;
    height: auto;
}

.product-slide-thumb {
    padding: 40px;
}

.product-slide .view {
    position: relative;
}

.product-slide .view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.product-slide .view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.product-slide .preview .swiper-slide {
    padding: 10px;
    width: 148px;
    height: 148px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #f4f4f4;
}

.product-slide .preview .swiper-slide h4 {
    font-size: 16px;
    font-weight: normal;
}


.product-slide .preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.product-slide .preview .swiper-container {
    width: 94%;
    height: 148px;
    margin: 0 auto;
}

.product-slide .preview .swiper-slide img {
    width: 100%;
}

.product-slide .preview .slide6 {
    width: 140px;
}

.product-slide .preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.product-slide .preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.product-slide .preview img {
    padding: 1px;
}

.product-slide .preview .active-nav {
    border: 1px solid var(--thm-danger);
}





.modal-content {
    border-radius: 0;
}

.sub-nav .list-group-item {
    font-size: 14px;
}

.sub-nav .list-group-item.active {
    background: var(--thm-danger);
    border-color: var(--thm-danger);
}


.product-box {
    border-top: 15px solid #ebebeb;
}

.product-single {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.product-single h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}



.product-gallery-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f5f5f5;
    overflow: hidden;
    /*    moz-box-shadow: 1px 0px 31px #d1d1d1;
    -webkit-box-shadow: 1px 0px 31px #d1d1d1;
    box-shadow: 1px 0px 31px #d1d1d1;*/
}


.product-box2 .product-gallery-img {
    background-color: #ffffff;
    moz-box-shadow: 1px 0px 31px #d1d1d1;
    -webkit-box-shadow: 1px 0px 31px #d1d1d1;
    box-shadow: 1px 0px 31px #d1d1d1;
}

.product-gallery-img:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    transform: translateY(-101%);
    z-index: 1
}

.product-single:hover .product-gallery-img:before {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%)
}

.product-gallery-img img {
    max-width: 100%;
    max-height: 400px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease
}

.product-single:hover .product-gallery-img img {
    transform: scale(1.05)
}

.product-gallery-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 2
}



.product-gallery-hover .fa {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 14px
}


.product-single:hover .product-gallery-hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms
}


.product-detail ul>li {
    padding: 4px 0;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
}

.product-detail ul>li div {
    display: block;
}

.product-detail ul>li div.txt {
    flex: 1;
    font-size: 15px;
}


.product-detail ul>li div.tit {
    width: 70px;
    margin-right: 20px;
    color: #000000;
    letter-spacing: 5px;
}

.product-detail ul>li div p {
    margin-bottom: 0;
}


.product-detail .link-danger {
    margin-top: 10px;
    color: #dc3545;
    font-size: 14px;
}

.product-detail .product-slide-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-color-item {
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

.product-color-item.active {
    border-color: #9C5E15;
}


.product-tip {
    margin-top: 30px;
    font-size: 14px !important;
}



.network-section {
    padding: 0 0 50px;
}


.network-list-section {
    padding: 50px 0;
    background: #eef2f2;
}

.network-search {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #DDDDDD;
}

.network-item {
    margin-bottom: 30px;
}

.network-item h4 {
    margin-bottom: 20px;
}

#map {
    height: 740px;
}



.service-page {
    padding-top: 0;
    padding-bottom: 60px;
}

.tech {
    margin-bottom: 40px;
}

.tech h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.tech-alert {
    margin-bottom: 40px;
}

.tech-alert h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.tech-item {
    margin-bottom: 20px;
}

.tech-item-content .title h4 {
    margin-bottom: 5px;
}

.tech-item-content .text p {
    margin-bottom: 0;
}

.tech-tip {
    padding-bottom: 60px;
    text-align: center;
}


.custons-alert {
    margin-bottom: 40px;
}

.custons-alert p {
    margin-bottom: 0;
}

.custons-form {
    margin: 50px 0;
}


.page-content img {
    max-width: 100%;
}

.page-content h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.page-content ul {
    width: 100% !important;
    padding-left: 0;
}

.page-content ul li {
    position: relative;
    padding-left: 10px;
}

.page-content ul li::after {
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #707876;

}


.timeline {
    list-style: none;
    position: relative;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 4px;
    border-radius: 2px;
    display: block;
}

.timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10;
}



.timeline .timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.timeline .timeline-row .timeline-icon {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    overflow: hidden;
    padding: 3px;
    color: white;
    font-size: 14px;
    z-index: 100;
    border: 2px solid #ccc;
}


.timeline .timeline-row .timeline-content {
    margin-left: 40px;
    position: relative;
    background-color: white;
    color: #333333;
}

.timeline .timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 48px;
    left: -41px;
    height: 4px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.timeline .timeline-row .timeline-content .panel-body {
    padding: 15px 15px 2px;
    position: relative;
    z-index: 10;
    border: 1px solid #ddd;
}

.timeline .timeline-row .timeline-content .panel-body h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.timeline .timeline-row .timeline-content .panel-body ul {
    padding: 0;
}


.timeline .timeline-row .timeline-content p {
    margin-bottom: 15px;
}

.timeline .timeline-row .timeline-content img {
    margin-bottom: 15px;
}

.timeline .timeline-row .timeline-content blockquote {
    border-color: #eeeeee;
}

.timeline .timeline-row .timeline-content blockquote footer,
.timeline .timeline-row .timeline-content blockquote small,
.timeline .timeline-row .timeline-content blockquote .small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
    color: #999999;
}

.timeline .timeline-row .timeline-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.timeline .timeline-row .timeline-content .video-container iframe,
.timeline .timeline-row .timeline-content .video-container object,
.timeline .timeline-row .timeline-content .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timeline .timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}



.timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0;
}

.timeline .timeline-row:nth-child(odd) .timeline-content:after {
    left: auto;
    right: -41px;
}

.timeline.animated .timeline-row .timeline-content {
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px;
}

.timeline.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0;
}

.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
}


.timeline {
    list-style: none;
    position: relative;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.timeline .timeline-row:hover .timeline-icon {
    border-color: var(--thm-danger);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.timeline .timeline-row:hover .timeline-content:after {
    background-color: var(--thm-danger);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.timeline .timeline-row:hover .timeline-content .panel-body h4 {
    color: #fff;
}

.timeline .timeline-row:hover .timeline-content .panel-body {
    background-color: var(--thm-danger);
    color: #ffffff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}



@media (max-width: 1200px) {
    .timeline {
        padding: 15px 10px;
        max-width: 100%;
    }

    .timeline:after {
        left: 28px;
    }

    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }

    .timeline .timeline-row .timeline-icon {
        top: 23px;
        left: 8px;
        margin-left: 0;
        width: 20px;
        height: 20px;
    }

    .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .timeline .timeline-row .timeline-content:after {
        right: auto !important;
        left: -50px !important;
        top: 32px;
        width: 50px;
    }

    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        padding-top: 10px;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }

    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }

    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
}


.counters-two_text {
    margin-top: 20px;
}

.counters-two_text p {
    font-size: 16px;
    color: #b7b7b7;
    text-align: justify;
}

.counters-two__right {
    margin-top: 87px;
}

.art-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000000;
}

.art-items {
    margin-top: 50px;
}

.data-nav-tabs {
    margin-bottom: 40px;
}

.data-nav-tabs .nav-link {
    margin-right: 5px;
    padding: .5rem 2rem;
    border-radius: 0;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
}

.data-nav-tabs .nav-item.show .nav-link,
.data-nav-tabs .nav-link.active {
    background: #9d1f3f;
    border-color: #9d1f3f;
    color: #ffffff;
}

.art-single {
    margin-bottom: 30px;
}

.art-single .title {
    font-weight: bold;
    color: #000;
}

.art-single .text {
    font-size: 14px;
}

.main-menu__right .dropdown-item{
    font-size: 14px;
}