:root {
    --yt-font: "Inter", sans-serif;
    --yt-font2: "Jost", sans-serif;
    --yt-font3: "Work Sans", sans-serif;
    --yt-text: #737373;
    --yt-text-rgb: 115, 115, 115;
    --yt-white: #fff;
    --yt-white-rgb: 255, 255, 255;
    --yt-base: #ff7238;
    --yt-base-rgb: 208, 33, 33;
    --yt-primary: #174035;
    --yt-primary-rgb: 23, 64, 53;
    --yt-gray: #DDD;
    --yt-gray-rgb: 221, 221, 221;
    --yt-gray2: #F6F6F4;
    --yt-gray2-rgb: 246, 246, 244;
    --yt-gray3: #F0F7F3;
    --yt-gray3-rgb: 240, 247, 243;
    --yt-black: #001A3D;
    --yt-black-rgb: 0, 26, 61;
    --yt-black2: #030A15;
    --yt-black2-rgb: 3, 10, 21;
    --yt-black3: #000;
    --yt-black3-rgb: 0, 0, 0;
    --yt-border-color: #d9d9d9;
    --yt-border-color-rgb: 217, 217, 217;
    --yt-letter-space: .1em;
    --yt-letter-space-xl: .2em
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mt-120 {
    margin-top: 120px
}

.mt--60 {
    margin-top: -60px
}

.mt--120 {
    margin-top: -120px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-120 {
    margin-bottom: 120px
}

.mb--60 {
    margin-bottom: -60px
}

.mb--120 {
    margin-bottom: -120px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-142 {
    padding-top: 142px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.yt-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 0;
    outline: none !important;
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff);
    border-radius: 40px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
    transition: 500ms;
    padding: 19px 25px
}

.yt-btn span {
    z-index: 1
}

.yt-btn__icon {
    margin-left: 5px
}

.yt-btn:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px)
}

.yt-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
    background-color: var(--yt-black, #001A3D);
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1
}

.yt-btn-two {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 0;
    outline: none !important;
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff);
    border-radius: 40px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
    transition: 500ms;
    padding: 19px 25px;
    color: var(--yt-white, #fff);
    font-family: var(--yt-font2, "Jost", sans-serif);
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    transition: all 400ms ease-in-out;
    border: 1px solid var(--yt-base, #d02121);
    padding: 18px 25px
}

.yt-btn-two i {
    margin-left: 7px
}

.yt-btn-two::after {
    content: "";
    width: 0;
    height: 320%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    background-color: var(--yt-white, #fff);
    transition: 1000ms cubic-bezier(0.83, 0, 0.17, 1);
    z-index: -1
}

.yt-btn-two:hover {
    color: var(--yt-base, #d02121);
    transform: scale(0.98)
}

.yt-btn-two:hover::after {
    width: 130%
}

@keyframes rotate624 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0)
    }

    25% {
        transform: rotate(2deg) translate3d(0, 0, 0)
    }

    50% {
        transform: rotate(-2deg) translate3d(0, 0, 0)
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0)
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0)
    }
}

@keyframes storm1261 {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0)
    }

    25% {
        transform: translate3d(4px, 0, 0) translateZ(0)
    }

    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0)
    }

    75% {
        transform: translate3d(2px, 0, 0) translateZ(0)
    }

    100% {
        transform: translate3d(0, 0, 0) translateZ(0)
    }
}

.yt-btn-three {
    color: var(--yt-white, #fff);
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 0;
    outline: none !important;
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff);
    border-radius: 40px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
    transition: 500ms;
    padding: 19px 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    border-radius: 4px;
    box-shadow: 12px 24px 50px 0 rgba(255, 123, 71, 0.1);
    transition: all .3s cubic-bezier(0.02, 0.01, 0.47, 1);
    border: 1px solid var(--yt-base, #d02121)
}

.yt-btn-three__text {
    z-index: 20;
    position: relative
}

.yt-btn-three::after {
    background-color: #d02121;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10
}

.yt-btn-three:hover {
    animation: rotate624 .7s ease-in-out both;
    background-color: var(--yt-white, #fff)
}

.yt-btn-three:hover i,
.yt-btn-three:hover .yt-btn-three__text {
    animation: storm1261 .7s ease-in-out both;
    animation-delay: .06s;
    color: var(--yt-black, #001A3D)
}

.yt-btn-three:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.sec-title {
    position: relative;
    line-height: 1;
    padding-bottom: 40px
}

@media(min-width:768px) {
    .sec-title {
        padding-bottom: 46px
    }
}

.sec-title__tagline {
    color: var(--yt-white, #fff);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 17px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 100px;
    background-color: var(--yt-base, #d02121)
}

.sec-title__title {
    margin: 0;
    font-family: var(--yt-font, "Inter", sans-serif);
    text-shadow: 0 0 1px currentColor;
    font-size: 38px;
    font-weight: 600;
    word-spacing: 2px;
    line-height: 150%
}

@media(max-width:767px) {
    .sec-title__title {
        font-size: 35px
    }
}

@media(max-width:575px) {
    .sec-title__title {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .sec-title__title br {
        display: none
    }
}

.sec-title-two {
    position: relative;
    line-height: 1;
    padding-bottom: 40px
}

@media(min-width:768px) {
    .sec-title-two {
        padding-bottom: 50px
    }
}

.sec-title-two__tagline {
    font-family: var(--yt-font2, "Jost", sans-serif);
    color: var(--yt-base, #d02121);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 20px;
    padding: 10px;
    display: inline-block;
    border-radius: 0;
    background-color: #F5F6FA
}

.sec-title-two__title {
    margin: 0;
    font-family: var(--yt-font2, "Jost", sans-serif);
    font-size: 38px;
    font-weight: 600;
    word-spacing: 2px;
    line-height: 126.316%;
    text-shadow: 8px 40px 60px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.sec-title-two__title span {
    color: var(--yt-base, #d02121);
    text-shadow: 8px 40px 60px rgba(254, 140, 18, 0.1)
}

@media(max-width:767px) {
    .sec-title-two__title {
        font-size: 35px
    }
}

@media(max-width:575px) {
    .sec-title-two__title {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .sec-title-two__title br {
        display: none
    }
}

body {
    font-family: var(--yt-font, "Inter", sans-serif);
    color: var(--yt-text, #737373);
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400
}

body.locked {
    overflow: hidden
}

a {
    color: var(--yt-base, #d02121);
    transition: all 400ms ease
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none
}

::placeholder {
    color: inherit;
    opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--yt-black, #001A3D)
}

@media(max-width:575px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none
    }
}

p {
    color: var(--yt-text #737373);
    font-size: 16px;
    line-height: 220%
}

@media(max-width:575px) {
    p br {
        display: none
    }
}

::placeholder {
    color: inherit;
    opacity: 1
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.row {
    --bs-gutter-x: 30px
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}

.gutter-y-40 {
    --bs-gutter-y: 40px
}

.gutter-y-60 {
    --bs-gutter-y: 60px
}

.gutter-y-50 {
    --bs-gutter-y: 50px
}

.gutter-x-50 {
    --bs-gutter-x: 50px
}

.section-space {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(max-width:767px) {
    .section-space {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media(max-width:575px) {
    .section-space {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.section-space-top {
    padding-top: 120px
}

@media(max-width:767px) {
    .section-space-top {
        padding-top: 100px
    }
}

@media(max-width:575px) {
    .section-space-top {
        padding-top: 80px
    }
}

.section-space-bottom {
    padding-bottom: 60px
}

@media(max-width:767px) {
    .section-space-bottom {
        padding-bottom: 50px
    }
}

@media(max-width:575px) {
    .section-space-bottom {
        padding-bottom: 40px
    }
}

.tabs-box .tabs-content .tab:not(.active-tab) {
    display: none
}

.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(--yt-base, #d02121)
}

.ul-list-one {
    margin-bottom: 0
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--yt-black, #001A3D)
}

@media(min-width:481px) {
    .ul-list-one li {
        font-size: 20px
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--yt-base, #d02121);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon"
}

.preloader {
    position: fixed;
    background-color: var(--yt-black, #001A3D);
    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;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 200px auto;
    width: 100%;
    height: 100%;
}

#scroll-percentage {
    position: absolute
}

.scroll-top {
    height: 60px;
    width: 60px;
    background-color: var(--yt-white, #fff);
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 30px;
    transform: scale(0);
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 100
}

.scroll-top.active {
    bottom: 30px;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    animation: 500ms ease-in-out 0s normal none 1 running scroll-Top;
    transition: .3s
}

.scroll-top-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 600
}

.scroll-top-value i {
    font-size: 20px
}

@-webkit-keyframes scroll-Top {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes scroll-Top {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.post-pagination {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center
}

.post-pagination.text-center {
    justify-content: center
}

.post-pagination.text-end {
    justify-content: flex-end
}

.post-pagination--mt0 {
    margin-top: 0
}

.post-pagination a {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: var(--yt-white, #fff);
    border: 1px solid var(--yt-border-color, #d9d9d9);
    align-items: center;
    justify-content: center;
    color: var(--yt-text, #737373);
    transition: all 400ms ease;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%
}

.post-pagination .active a,
.post-pagination a.active,
.post-pagination a:hover {
    background-color: var(--yt-base, #d02121) !important;
    color: var(--yt-white, #fff) !important;
    border-color: var(--yt-base, #d02121) !important
}

.post-pagination .dots {
    color: var(--yt-black, #001A3D);
    font-size: 16px;
    font-weight: 500;
    margin: 0 13px
}
.post-pagination .totalpage,
.post-pagination .lastpage a,
.post-pagination .firstpage a{
    width: auto;
    padding: 0 10px;
}

.progress-box+.progress-box {
    margin-top: 28px
}

.progress-box__title {
    margin-bottom: 7px;
    font-family: var(--yt-font, "Inter", sans-serif);
    font-weight: 400;
    font-size: 14px;
    color: var(--yt-primary, #174035)
}

.progress-box__bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: var(--yt-gray2, #F6F6F4)
}

.progress-box__bar__inner {
    position: relative;
    position: absolute;
    width: 0;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--yt-base, #d02121);
    border-radius: inherit;
    transition: all 800ms linear
}

.progress-box__number {
    position: absolute;
    bottom: calc(100%+3px);
    right: 0;
    font-family: var(--yt-font, "Inter", sans-serif);
    font-weight: 400;
    font-size: 14px;
    color: var(--yt-primary, #174035)
}

.team-card {
    position: relative;
    z-index: 1;
    border-radius: 135px;
    overflow: hidden;
    padding: 30px 30px 55px;
    background-color: #F5F6FA
}

.team-card__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s ease-in-out
}

.team-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--yt-base-rgb, 33, 46, 208), 0.85);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s ease-in-out
}

.team-card__image {
    border-radius: 214px;
    border: 5px solid var(--yt-base, #212ED0);
    background-color: #D9D9D9;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .5s ease-in-out
}

.team-card__image img {
    object-fit: cover;
    width: 100%;
    transition: all .5s ease-in-out
}

.team-card__content {
    text-align: center
}

.team-card__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .33px;
    margin-bottom: 18px
}

@media(max-width:1199px) and (min-width:992px) {
    .team-card__title {
        font-size: 18px
    }
    .blog-card.listpage{ display: flex;}
}

.team-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.team-card__title a:hover {
    background-size: 100% 1px
}

.team-card__designation {
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .24px;
    margin-bottom: 20px;
    transition: all .4s ease-in-out
}

.team-card__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.team-card__social a {
    color: var(--yt-base, #d02121);
    font-size: 20px;
    transition: all .4s ease-in-out
}

.team-card:hover::after,
.team-card:hover .team-card__bg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%)
}

.team-card:hover .team-card__image {
    border-color: var(--yt-white, #fff)
}

.team-card:hover .team-card__image img {
    transform: rotateY(-180deg)
}

.team-card:hover .team-card__title,
.team-card:hover .team-card__designation,
.team-card:hover .team-card__social a {
    color: var(--yt-white, #fff)
}

.team-page {
    padding-bottom: 245px
}

@media(max-width:991px) {
    .team-page {
        padding-bottom: 220px
    }
}

@media(max-width:767px) {
    .team-page {
        padding-bottom: 200px
    }
}

.team-page__top {
    margin-bottom: 40px
}

@media(min-width:992px) {
    .team-page__top {
        margin-bottom: 47px
    }
}

.team-page__top .sec-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.team-page__count {
    text-align: end
}

.team-page__count-box {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column
}

.team-page__count__title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 75%;
    color: var(--yt-base, #d02121);
    margin-bottom: 4px
}

.team-page__count__title span {
    color: inherit
}

.team-page__count__text {
    margin-bottom: 0;
    line-height: 30px
}

.team-card-one {
    position: relative
}

.team-card-one__content-box {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 16px 16px 0 0;
    background-color: #F5F6FA;
    transition: all .3s ease-in-out;
    overflow: hidden
}

.team-card-one__content-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transform: translateY(-100%);
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.team-card-one__content-box__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(280, 33, 33, 0.7)
}

.team-card-one__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .33px;
    margin-bottom: 20px
}

.team-card-one__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.team-card-one__title a:hover {
    background-size: 100% 1px
}

.team-card-one__dec {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .24px;
    margin-bottom: 0;
    transition: all .4s ease-in-out
}

.team-card-one__social i {
    line-height: 1;
    font-size: 24px;
    color: var(--yt-base, #d02121);
    transition: all .4s ease-in-out
}

.team-card-one__thumb {
    position: relative;
    z-index: 2;
    background-color: #D9D9D9;
    overflow: hidden
}

.team-card-one__thumb img {
    object-fit: cover;
    transition: all .4s ease-in-out;
    transform: scale(1);
    width: 100%
}

.team-card-one__thumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--yt-black3-rgb, 0, 0, 0), 0.7);
    transition: all .4s ease-in-out;
    transform: translateY(-70%);
    opacity: 0;
    visibility: hidden
}

.team-card-one__hover {
    width: 100%;
    height: 252px;
    border-radius: 0 0 10000px 10000px;
    position: absolute;
    bottom: -127px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 40px;
    transform: translateY(-130px);
    transition: all .5s ease-in-out;
    z-index: 1
}

.team-card-one__hover__bg {
    border-radius: 0 0 10000px 10000px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    overflow: hidden
}

.team-card-one__hover__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(280, 33, 33, 0.7)
}

.team-card-one__hover__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .24px;
    margin-bottom: 20px;
    color: var(--yt-white, #fff)
}

.team-card-one__hover__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.team-card-one__hover__social a {
    font-size: 20px;
    color: var(--yt-white, #fff)
}

.team-card-one:hover .team-card-one__title,
.team-card-one:hover .team-card-one__dec,
.team-card-one:hover .team-card-one__social i {
    color: var(--yt-white, #fff)
}

.team-card-one:hover .team-card-one__hover {
    transform: translateY(0)
}

.team-card-one:hover .team-card-one__thumb img {
    transform: scale(1.1)
}

.team-card-one:hover .team-card-one__thumb::after {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.team-card-one:hover .team-card-one__content-box {
    background-color: transparent
}

.team-card-one:hover .team-card-one__content-box__bg {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.team-card-two {
    position: relative;
    z-index: 1
}

.team-card-two__image {
    background-color: #F6F6F4;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 1
}

.team-card-two__image img {
    object-fit: cover;
    width: 100%;
    transition: all .5s ease-in-out
}

.team-card-two__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 26, 61, 0.75);
    transition: all .3s ease-in-out;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0
}

.team-card-two__social {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 20px;
    transition: all .4s ease-in-out;
    transform: translate(-50px, -50%);
    z-index: 1
}

.team-card-two__social a {
    color: var(--yt-white, #fff)
}

.team-card-two__social a:hover {
    color: var(--yt-base, #d02121)
}

.team-card-two__social a+a {
    margin-top: 15px
}

.team-card-two__content-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.team-card-two__title {
    font-family: var(--yt-font2, "Jost", sans-serif);
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .36px;
    margin-bottom: 10px
}

.team-card-two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.team-card-two__title a:hover {
    background-size: 100% 1px
}

.team-card-two__designation {
    font-family: var(--yt-font2, "Jost", sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .27px;
    margin-bottom: 0
}

.team-card-two__btn a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yt-base, #d02121);
    font-size: 20px;
    color: var(--yt-white, #fff);
    transition: all .4s ease-in-out
}

.team-card-two__btn a:hover {
    color: var(--yt-white, #fff);
    background-color: var(--yt-black3, #000)
}

.team-card-two:hover .team-card-two__image img {
    transform: scale(1.1)
}

.team-card-two:hover .team-card-two__image::after {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1
}

.team-card-two:hover .team-card-two__social {
    transform: translate(0px, -50%)
}

.team-card-three {
    position: relative;
    z-index: 1
}

.team-card-three__image {
    background-color: #F6F6F4;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px
}

.team-card-three__image__item {
    display: block
}

.team-card-three__image img {
    object-fit: cover;
    width: 100%;
    transition: all .5s ease-in-out
}

.team-card-three__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 26, 61, 0.75);
    transition: all .3s ease-in-out;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0
}

.team-card-three__hover__box {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all .5s ease 0s;
    width: 25%;
    z-index: 1
}

.team-card-three__hover__box--1 {
    left: 0;
    transition-delay: .105s
}

.team-card-three__hover__box--2 {
    left: 25%;
    transition-delay: .105s
}

.team-card-three__hover__box--3 {
    left: 50%;
    transition-delay: .105s
}

.team-card-three__hover__box--4 {
    left: 75%;
    transition-delay: 0s
}

.team-card-three__social {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(23, 64, 53, 0.8);
    left: 0;
    transition: all .4s ease-in-out;
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 2
}

.team-card-three__social a {
    line-height: 1;
    font-size: 20px;
    color: var(--yt-white, #fff)
}

.team-card-three__social a:hover {
    color: var(--yt-base, #d02121)
}

.team-card-three__content-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.team-card-three__title {
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    color: #030A15;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .36px;
    margin-bottom: 10px
}

.team-card-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.team-card-three__title a:hover {
    background-size: 100% 1px
}

.team-card-three__title a:hover {
    color: var(--yt-base, #d02121)
}

.team-card-three__designation {
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .27px;
    margin: 0
}

.team-card-three__btn a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yt-base, #d02121);
    font-size: 18px;
    color: var(--yt-white, #fff);
    transition: all .4s ease-in-out
}

.team-card-three__btn a:hover {
    color: var(--yt-white, #fff);
    background-color: var(--yt-black3, #000)
}

.team-card-three:hover .team-card-three__hover__box {
    opacity: 1;
    transform: scale(1)
}

.team-card-three:hover .team-card-three__image img {
    transform: scale(1.1)
}

.team-card-three:hover .team-card-three__social {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1
}

.team-details {
    position: relative;
    z-index: 1
}

.team-details__thumb-item {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px
}

@media(min-width:1200px) {
    .team-details__thumb-item {
        margin-right: 10px
    }
}

.team-details__thumb-item img {
    width: 100%;
    object-fit: cover
}

.team-details__list {
    margin-bottom: 40px
}

.team-details__list-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--yt-text, #737373);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    transition: all .4s ease-in-out
}

.team-details__list-item a:hover {
    color: var(--yt-base, #d02121)
}

.team-details__list-item a i {
    color: var(--yt-base, #d02121);
    font-size: 20px
}

.team-details__list-item+.team-details__list-item {
    margin-top: 30px
}

.team-details__btn {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:1199px) and (min-width:992px),
(max-width:450px) {
    .team-details__btn {
        flex-direction: column;
        justify-content: start;
        align-items: start
    }
}

.team-details__btn .yt-btn:last-child {
    background: #F5F6FA;
    color: var(--yt-base, #d02121)
}

.team-details__btn .yt-btn:last-child i {
    margin-left: 0;
    margin-right: 6px
}

.team-details__btn .yt-btn:last-child::after {
    background-color: var(--yt-base, #d02121)
}

.team-details__btn .yt-btn:last-child:hover {
    color: var(--yt-white, #fff)
}

.team-details__author__name {
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: .45px;
    margin-bottom: 20px
}

@media(max-width:575px) {
    .team-details__author__name {
        font-size: 25px
    }
}

.team-details__author__dec {
    margin-bottom: 20px;
    text-transform: capitalize;
    padding-bottom: 10px;
    position: relative;
    z-index: 1
}

.team-details__author__dec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-radius: 50px;
    height: 4px;
    background-color: var(--yt-base, #d02121);
    z-index: -1
}

.team-details__text {
    margin-bottom: 30px
}

.team-details__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: .45px;
    margin-bottom: 30px
}

@media(max-width:575px) {
    .team-details__title {
        font-size: 25px
    }
}

.team-details__progress-box {
    border-radius: 16px;
    background: #F5F6FA;
    padding: 30px 40px;
    margin-bottom: 30px;
    max-width: 550px;
    width: 100%
}

.team-details__progress__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 27px
}

.team-details__progress__bar {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: var(--yt-gray, #DDD);
    border-radius: 50px
}

.team-details__progress__inner {
    background-color: var(--yt-base, #d02121);
    height: 100%;
    border-radius: 50px;
    position: relative;
    z-index: 1
}

.team-details__progress__inner::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--yt-base, #d02121);
    border: 2px solid var(--yt-white, #fff);
    position: absolute;
    top: -8px;
    right: -5px
}

.team-details__progress__number {
    position: absolute;
    bottom: 30px;
    right: 0;
    color: var(--yt-black, #001A3D);
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%
}

.team-details__progress+.team-details__progress {
    margin-top: 30px
}

.blog-card {
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out
}

.blog-card__image {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.blog-card__image img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all .5s ease-in-out
}

.blog-card__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--yt-black3-rgb, 0, 0, 0), 0.7);
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.blog-card__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out
}

.blog-card__shape::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yt-base, #d02121);
    z-index: -1;
    opacity: .9
}

.blog-card__tag {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 100px;
    color: var(--yt-white, #fff);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 4px;
    background-color: var(--yt-base, #d02121);
    padding: 8px;
    z-index: 1
}

@media(max-width:1199px) and (min-width:992px),
(max-width:425px) {
    .blog-card__tag {
        font-size: 14px
    }
}

.blog-card__meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px
}

@media(max-width:1199px) and (min-width:992px),
(max-width:425px) {
    .blog-card__meta {
        gap: 12px
    }
}

.blog-card__meta a {
    line-height: 1;
    color: inherit;
    transition: all .4s ease-in-out
}

@media(max-width:1199px) and (min-width:992px),
(max-width:425px) {
    .blog-card__meta a {
        font-size: 14px
    }
}

.blog-card__meta a:hover {
    color: var(--yt-white, #fff)
}

.blog-card__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 127.273%;
    margin-bottom: 20px
}

@media(max-width:1199px) and (min-width:767px),
(max-width:425px) {
    .blog-card__title {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.blog-card__title a:hover {
    background-size: 100% 1px
}

.blog-card__title a:hover {
    color: var(--yt-white, #fff)
}

.blog-card__text {
    margin-bottom: -4px;
    transition: all .4s ease-in-out;
    line-height:25px;
}

@media(max-width:1199px) and (min-width:992px),
(max-width:425px) {
    .blog-card__text {
        font-size: 14px
    }
}

.blog-card__content {
    border: 1px solid var(--yt-gray, #DDD);
    border-top: 0;
    transition: all .4s ease-in-out
}

.blog-card__content__inner {
    padding: 14px 20px 30px;
    border-bottom: 1px solid var(--yt-gray, #DDD)
}

.blog-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 29px 20px
}

.blog-card.listpage .blog-card__bottom{
    padding: 15px 20px
}
.blog-card.listpage .blog-card__content{
    border-top: 1px solid var(--yt-gray, #DDD);
}
.blog-card.listpage .blog-card__content__inner{
    padding: 14px 20px 20px;
}
.blog-card.listpage .blog-card__image img{
    height: 100%;
}

@media(max-width:1199px) and (min-width:992px),
(max-width:425px) {
    .blog-card__bottom {
        padding: 15px 20px
    }
}

.blog-card__bottom li {
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%
}

.blog-card__bottom li span {
    color: inherit
}

.blog-card__bottom li a {
    color: var(--yt-base, #d02121);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    transition: all .4s ease-in-out
}

.blog-card__bottom li a i {
    font-weight: 900
}

.blog-card__bottom li a:hover {
    letter-spacing: 1px
}

.blog-card:hover {
    box-shadow: 8px 36px 60px 2px rgba(0, 0, 0, 0.1)
}

.blog-card:hover .blog-card__shape {
    opacity: 1;
    visibility: visible
}

.blog-card:hover .blog-card__image::after {
    visibility: visible;
    opacity: 1
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.1)
}

.blog-card:hover .blog-card__content {
    border-color: var(--yt-base, #d02121)
}

.blog-card:hover .blog-card__meta a,
.blog-card:hover .blog-card__title,
.blog-card:hover .blog-card__text,
.blog-card:hover .blog-card__bottom,
.blog-card:hover .blog-card__bottom span,
.blog-card:hover .blog-card__bottom a {
    color: var(--yt-white, #fff)
}

.blog-list__card__meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px
}

.blog-list__card__meta a {
    line-height: 1;
    color: inherit;
    transition: all .4s ease-in-out
}

.blog-list__card__meta a:hover {
    color: var(--yt-base)
}

@media(max-width:425px) {
    .blog-list__card__title {
        font-size: 20px
    }
}

.blog-list__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.blog-list__card__title a:hover {
    background-size: 100% 1px
}

.blog-list__card__title a:hover {
    color: var(--yt-base, #d02121)
}

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0
}

@media(min-width:576px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr)
    }
}

.form-one label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    color: var(--yt-black, #001A3D);
    cursor: pointer;
    margin: 0 0 18px
}

.form-one__control {
    border: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative
}

.form-one__control__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 14px
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center
}

.form-one .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    outline: none !important;
    color: var(--yt-text, #737373);
    font-size: 14px
}

.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=text],
.form-one input,
.form-one input[type=email],
.form-one textarea {
    display: block;
    width: 100%;
    height: 56px;
    background-color: var(--yt-white, #fff);
    color: var(--yt-text, #737373);
    border: 0;
    outline: 0;
    font-family: var(--yt-font, "Inter", sans-serif);
    transition: all 500ms ease;
    padding: 0 20px
}

.form-one .bootstrap-select>.dropdown-toggle:focus,
.form-one input[type=text]:focus,
.form-one input:focus,
.form-one input[type=email]:focus,
.form-one textarea:focus {
    color: var(--yt-black, #001A3D);
    border-color: var(--yt-base, #d02121)
}

.form-one textarea {
    height: 185px;
    padding-top: 20px
}

.form-one .bootstrap-select>.dropdown-toggle {
    display: flex;
    align-items: center
}

.form-one .bootstrap-select>.dropdown-toggle .filter-option {
    display: flex;
    align-items: center
}

.form-one .checkbox {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    cursor: pointer
}

.form-one .checkbox input {
    display: none
}

.form-one .checkbox .custom-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url(../images/check-vector.png);
    background-repeat: no-repeat;
    background-size: contain
}

.form-one .checkbox .custom-checkbox::after {
    height: 11px;
    width: 14px;
    background-image: url(../images/check-box.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 1px;
    right: -1px;
    opacity: 0;
    transition: opacity .2s ease
}

.form-one .checkbox input[type=checkbox]:checked+.custom-checkbox::after {
    opacity: 1
}

.form-one .checkbox__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .32px
}

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--yt-base, #d02121);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50%+5px), -50%);
    transform: translate(calc(-50%+5px), -50%);
    z-index: 999991
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--yt-base, #d02121);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991
}

.custom-cursor__hover {
    background-color: var(--yt-base, #d02121);
    opacity: .4
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4
}

.main-footer {
    position: relative;
    z-index: 1;
    padding-top: 220px;
    padding-bottom: 40px
}

.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.main-footer__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    transform: rotate(180deg);
    background: linear-gradient(250deg, #d02121 10.48%, #6e0202 94.44%)
}

.main-footer__top {
    margin-bottom: 90px;
    position: relative;
    z-index: 6;
}

.main-footer .footer-logo {
    display: block;
    margin-bottom: 30px
}

.main-footer__bottom {
    position: relative
}

.main-footer__bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(245, 242, 240, 0.4)
}

@media(max-width:991px) {
    .main-footer__bottom__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px
    }
}

.main-footer__bottom__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
    margin-bottom: 0
}

.main-footer__bottom__list li>a {
    color: var(--yt-white, #fff);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%
}

.main-footer__copyright {
    color: var(--yt-white, #fff);
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0
}

.main-footer__copyright span {
    font-weight: 700
}

.main-footer__copyright a {
    color: var(--yt-white, #fff);
    font-weight: 700;
    text-decoration: underline
}

.main-footer--two {
    padding-bottom: 40px
}

.main-footer--two .footer-widget__links a i,
.main-footer--two .footer-widget__info a i {
    color: var(--yt-base, #d02121)
}

.main-footer--two .footer-widget__links a:hover {
    color: var(--yt-base, #d02121);
    padding-left: 0
}

.main-footer--two .main-footer__copyright .yt,
.main-footer--two .main-footer__copyright a {
    color: var(--yt-base, #d02121)
}

.main-footer--two .main-footer__bg::after {
    background: 0;
    background-color: rgba(2, 22, 35, 0.75)
}

.main-footer--three {
    padding-bottom: 40px
}

.main-footer--three .main-footer__bg::after {
    background: 0;
    background-color: rgba(1, 24, 50, 0.8)
}

.main-footer--three .footer-widget__links a i,
.main-footer--three .footer-widget__info a i {
    color: var(--yt-base, #d02121)
}

.main-footer--three .footer-widget__links a:hover {
    color: var(--yt-base, #d02121);
    padding-left: 0
}

.main-footer--three .main-footer__copyright .yt,
.main-footer--three .main-footer__copyright a {
    color: var(--yt-base, #d02121)
}

.main-footer--three .main-footer__bottom__inner {
    padding-top: 30px;
    border-top: .3px solid #737373
}

.main-footer--three .back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all .3s ease-in-out
}

.main-footer--three .back-to-top:hover {
    background-color: var(--yt-black, #001A3D);
    color: var(--yt-white, #fff)
}

.footer-widget__box {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.footer-widget__box--one {
    margin-right: 110px
}

@media(max-width:1199px) and (min-width:992px) {
    .footer-widget__box--one {
        margin-right: 30px
    }
}

@media(max-width:991px) {
    .footer-widget__box--one {
        margin-left: 0;
        margin-right: 0
    }
}

.footer-widget__box--two {
    margin-left: -60px
}

@media(max-width:991px) {
    .footer-widget__box--two {
        margin-left: 0;
        margin-right: 0
    }
}

.footer-widget__info {
    margin-bottom: 30px
}

.footer-widget__info li>a {
    display: flex;
    align-items: center;
    color: var(--yt-white, #fff);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    gap: 10px
}

.footer-widget__info li+li {
    margin-top: 30px
}

.footer-widget__social {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-widget__social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--yt-white, #fff)
}

.footer-widget__social a:nth-child(1) {
    background-color: #37B1E2
}

.footer-widget__social a:nth-child(2) {
    background-color: #4B69B1
}

.footer-widget__social a:nth-child(3) {
    background-color: #C23772
}

.footer-widget__social a:nth-child(4) {
    background-color: #E83F3A
}

.footer-widget__social a:hover {
    color: var(--yt-white, #fff)
}

.footer-widget__title {
    color: var(--yt-white, #fff);
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 25px
}

.footer-widget__links {
    margin-bottom: 0
}

.footer-widget__links li>a {
    color: var(--yt-white, #fff);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    transition: all .4s ease-in-out
}

.footer-widget__links li>a i {
    margin-right: 2px
}

.footer-widget__links li>a:hover {
    padding-left: 8px
}

.footer-widget__links li+li {
    margin-top: 17px
}

.footer-cta {
    position: relative;
    z-index: 2
}

.footer-cta__inner {
    padding: 50px;
    background: linear-gradient(250deg, #d02121 10.48%, #6e0202 94.44%);
    box-shadow: 8px 16px 60px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: -100px;
    position: relative;
    z-index: 1
}

@media(max-width:1199px) {
    .footer-cta__inner {
        padding: 50px 30px
    }
}

.footer-cta__inner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.footer-cta__inner__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .85;
    background: var(--yt-base, #d02121)
}

.footer-cta__title__text {
    color: var(--yt-white, #fff);
    font-size: 40px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 0
}

@media(max-width:1199px) and (min-width:992px) {
    .footer-cta__title__text {
        font-size: 35px
    }
}

@media(max-width:575px) {
    .footer-cta__title__text {
        font-size: 30px
    }
}

.footer-cta__right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px
}

@media(max-width:1199px) and (min-width:992px) {
    .footer-cta__right {
        gap: 10px;
        margin-left: -30px
    }
}

@media(max-width:991px) {
    .footer-cta__right {
        justify-content: start
    }
}

@media(max-width:767px) {
    .footer-cta__right {
        flex-direction: column;
        justify-content: start;
        align-items: start
    }
}

.footer-cta .yt-btn {
    background-color: var(--yt-white, #fff);
    color: var(--yt-base, #d02121)
}

.footer-cta .yt-btn:hover {
    color: var(--yt-white, #fff)
}

.footer-cta .footer-cta__call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all .4s ease-in-out
}

.footer-cta .footer-cta__call__icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--yt-white, #fff);
    font-size: 30px;
    color: var(--yt-base, #d02121);
    transition: all .4s ease-in-out
}

.footer-cta .footer-cta__call__text {
    color: var(--yt-white, #fff);
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 12px
}

.footer-cta .footer-cta__call a {
    color: var(--yt-white, #fff);
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.footer-cta .footer-cta__call a:hover {
    background-size: 100% 1px
}

.footer-cta .footer-cta__call:hover .footer-cta__call__icon {
    background-color: var(--yt-black, #001A3D);
    color: var(--yt-white, #fff)
}

.footer-cta .footer-cta__call:hover .footer-cta__call__icon i {
    animation: bellshake 1s ease-in-out infinite
}

.footer-cta--two .footer-cta__title__text {
    font-family: var(--yt-font2, "Jost", sans-serif)
}

.footer-cta--two .footer-cta__inner {
    background: 0
}

.footer-cta--two .yt-btn-two {
    background-color: var(--yt-black, #001A3D);
    border: 0
}

.footer-cta--three .footer-cta__inner {
    background: 0;
    background-color: var(--yt-base, #d02121);
    border-radius: 8px;
    box-shadow: 12px 48px 90px 2px rgba(247, 87, 9, 0.1)
}

.footer-cta--three .yt-btn-three {
    background-color: var(--yt-white, #fff);
    color: var(--yt-black, #001A3D)
}

.footer-cta--three .yt-btn-three:hover {
    border-color: var(--yt-white, #fff);
    background-color: var(--yt-base, #d02121)
}

.footer-cta--three .yt-btn-three:hover i,
.footer-cta--three .yt-btn-three:hover .yt-btn-three__text {
    color: var(--yt-white, #fff)
}

.footer-cta--three .footer-cta__title__text {
    font-family: var(--yt-font3, "Work Sans", sans-serif)
}

.contact-area .container {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto
}

.contact-area__list {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 100px
}

@media(max-width:575px) {
    .contact-area__list {
        gap: 30px
    }
}

@media(max-width:430px) {
    .contact-area__list {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(max-width:991px) {
    .contact-area__list {
        max-width: 600px
    }
}

.contact-area__list .icon {
    font-size: 45px;
    color: var(--yt-base, #d02121);
    line-height: 1;
    margin-bottom: 25px;
    transition: all .4s ease-in-out
}

.contact-area__list__text {
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500;
    line-height: 187.5%;
    margin-bottom: 0;
    display: block;
    transition: all .4s ease-in-out
}

.contact-area__list a:hover {
    color: var(--yt-base, #d02121);
    letter-spacing: 1px
}

.contact-area__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 133.333%;
    margin-bottom: 40px
}

@media(min-width:992px) {
    .contact-area__title {
        margin-bottom: 50px
    }
}

.contact-area__list__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px
}

.contact-area .footer-widget__social a:hover {
    color: var(--yt-white, #fff)
}

.contact-area__form label {
    color: var(--yt-black, #001A3D);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 18px
}

.contact-area .form-one__group {
    grid-gap: 20px
}

.contact-area .form-one .bootstrap-select>.dropdown-toggle,
.contact-area .form-one input,
.contact-area .form-one input[type=text],
.contact-area .form-one input[type=email],
.contact-area .form-one textarea {
    border-radius: 8px;
    border: 1px solid var(--yt-gray, #DDD);
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    height: 52px
}

.contact-area .form-one .bootstrap-select>.dropdown-toggle::placeholder,
.contact-area .form-one input::placeholder,
.contact-area .form-one input[type=text]::placeholder,
.contact-area .form-one input[type=email]::placeholder,
.contact-area .form-one textarea::placeholder {
    color: #BEBEBE;
    font-size: 16px;
    font-weight: 400
}

.contact-area .form-one .bootstrap-select>.dropdown-toggle:focus,
.contact-area .form-one input:focus,
.contact-area .form-one input[type=text]:focus,
.contact-area .form-one input[type=email]:focus,
.contact-area .form-one textarea:focus {
    border-color: var(--yt-base, #d02121)
}

.contact-area .form-one textarea {
    height: 125px
}

.contact-area .contact-area__form__title {
    color: var(--yt-base, #d02121);
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px
}

.contact-location .google-map iframe {
    height: 500px
}

.contact-three__wrapper {
    border-radius: 10px;
    border: 1px solid var(--yt-gray, #DDD);
    background-color: var(--yt-white, #fff);
    box-shadow: 24px 96px 150px 2px rgba(0, 0, 0, 0.1)
}

.contact-three__thumb img {
    object-fit: cover
}

@media(max-width:991px) {
    .contact-three__thumb {
        padding: 40px;
        padding-top: 0
    }

    .contact-three__thumb img {
        width: 100%;
        border-radius: 10px
    }
}

@media(max-width:575px) {
    .contact-three__thumb {
        padding: 20px;
        padding-top: 0
    }
}

.contact-three__content {
    padding: 40px 0 40px 40px
}

.contact-three__content .sec-title-three {
    padding-bottom: 40px
}

.contact-three__content .sec-title-three__tagline {
    font-size: 20px
}

.contact-three__content .sec-title-three__title {
    font-size: 36px;
    letter-spacing: .72px
}

@media(max-width:991px) {
    .contact-three__content {
        padding: 40px
    }
}

@media(max-width:575px) {
    .contact-three__content {
        padding: 20px;
        padding-bottom: 0
    }
}

.contact-three .form-one__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

@media(max-width:575px) {
    .contact-three .form-one__top {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px
    }
}

.contact-three .form-one__top__title {
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .44px;
    margin-bottom: 0
}

.contact-three .form-one__top__active {
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    margin-bottom: 0
}

.contact-three .form-one .form-one__group {
    grid-gap: 20px
}

.contact-three .form-one__control {
    position: relative
}

.contact-three .form-one__control .orm-one__control-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--yt-text, #737373)
}

.contact-three .form-one__control .bootstrap-select>.dropdown-toggle,
.contact-three .form-one__control textarea,
.contact-three .form-one__control input {
    border-radius: 8px;
    border: 1px solid #DDD;
    color: var(--yt-text, #737373);
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .32px;
    padding-right: 50px
}

.contact-three .form-one__control .bootstrap-select>.dropdown-toggle::placeholder,
.contact-three .form-one__control textarea::placeholder,
.contact-three .form-one__control input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .32px
}

.contact-three .form-one__control textarea {
    height: 140px
}

.contact-three .form-one__control.message .orm-one__control-icon {
    top: 20px;
    transform: translateY(0)
}

.contact-three .form-one__control input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none
}

.contact-three .form-one__control input[type=date] {
    -moz-appearance: textfield
}

.contact-three .form-one__control .bootstrap-select>.dropdown-toggle {
    padding-right: 20px
}

.contact-three .form-one__control .bootstrap-select>.dropdown-toggle:after {
    display: none
}

.contact-three .form-one__control .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-family: "Font Awesome 6 Free" !important;
    content: "\e923";
    font-weight: 700;
    line-height: 56px;
    font-size: 16px;
    color: var(--yt-black, #001A3D)
}

.contact-three .form-one__control .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    color: var(--yt-white, #fff);
    background: var(--yt-black, #001A3D);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.contact-three .form-one__control .bootstrap-select .dropdown-menu>li:hover>a,
.contact-three .form-one__control .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--yt-base, #d02121);
    color: var(--yt-white, #fff);
    border-color: var(--yt-gray, #DDD)
}

.contact-three .form-one__control .yt-btn-three {
    width: 100%;
    justify-content: center
}

.topbar {
    background-color: var(--yt-base, #d02121)
}

@media(max-width:991px) {
    .topbar {
        display: none
    }
}

.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0
}

.topbar__info {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 0
}

.topbar__info li {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--yt-white, #fff);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px
}

.topbar__info p,
.topbar__info a {
    transition: all .4s ease-in-out;
    color: inherit;
    margin-bottom: 0
}

.topbar__info a:hover {
    color: var(--yt-text, #737373)
}

.topbar .topbar__info__right {
    display: flex;
    align-items: center;
    gap: 40px
}

.user-info__btn {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
    background-color: transparent;
    border: 0;
    outline: 0;
    transition: all .4s ease-in-out;
    color: var(--yt-white, #fff);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .32px
}

.user-info {
    position: relative
}

.user-info__dropdown {
    position: absolute;
    right: 0;
    top: calc(100%+11px);
    width: 130px;
    background-color: var(--yt-white, #fff);
    padding: 15px 20px;
    z-index: 99;
    display: none;
    border-radius: 10px
}

.user-info__dropdown a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    gap: 5px;
    font-weight: 500;
    color: var(--yt-black, #001A3D);
    line-height: 12px;
    padding-right: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all .4s ease-in-out;
    border-bottom: 1px solid var(--yt-gray, #DDD)
}

.user-info__dropdown a i {
    color: var(--yt-base, #d02121)
}

.user-info__dropdown a:hover {
    color: var(--yt-base, #d02121)
}

.user-info__dropdown a:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent
}

.main-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-radius: 5px;
    position: relative
}

.main-header__logo {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: auto
}

.main-header__right {
    display: flex;
    align-items: center
}

.main-header .main-header__search {
    font-size: 22px;
    color: var(--yt-white, #fff);
    margin-right: 30px
}

.main-header--one {
    margin-bottom: -100px;
    border-bottom: 1px solid #7d7d7d;
}

@media(max-width:991px) {
    .main-header--one {
        margin-bottom: 0;
        background-color: var(--yt-black, #001A3D)
    }
}

.main-header--one .main-header__inner {
    padding: 20px 0;
}

@media(max-width:991px) {
    .main-header--one .main-header__inner {
        padding: 15px 0
    }
}

.main-header--one .yt-btn {
    background-color: transparent;
    border: 1px solid var(--yt-gray, #DDD);
    color: var(--yt-white, #fff)
}

.main-header--one .yt-btn::after {
    background-color: var(--yt-base, #d02121)
}

.main-header--one .yt-btn:hover {
    border-color: var(--yt-base, #d02121)
}

@media(max-width:575px) {
    .main-header--one .yt-btn {
        display: none
    }
}

.main-header--two {
    margin-bottom: -88px
}

@media(max-width:991px) {
    .main-header--two {
        margin-bottom: 0;
        background-color: var(--yt-black, #001A3D)
    }

    .main-header--two .main-header__inner {
        padding: 10px 0
    }
}

.main-header--two .main-menu .main-menu__list>li>a {
    color: var(--yt-white, #fff)
}

.main-header--two .main-header__inner {
    padding-top: 30px
}

@media(max-width:991px) {
    .main-header--two .main-header__inner {
        padding: 10px 0
    }
}

.main-header--two .main-header__btn {
    display: flex;
    align-items: center
}

@media(max-width:767px) {
    .main-header--two .main-header__btn .main-header__search {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .main-header--two .main-header__btn .yt-btn-two {
        display: none
    }
}

.main-header--three {
    margin-bottom: 0;
    background-color: var(--yt-white, #fff)
}

@media(max-width:1199px) {
    .main-header--three {
        padding: 10px 0
    }
}

.main-header--three::after {
    content: "";
    position: absolute;
    bottom: -0.6px;
    left: 0;
    width: 100%;
    height: .6px;
    background-color: var(--yt-gray, #DDD)
}

.main-header--three .main-menu .main-menu__list>li {
    padding-top: 40px;
    padding-bottom: 40px
}

.main-header--three .main-header__btn {
    display: flex;
    align-items: center
}

@media(max-width:500px) {
    .main-header--three .main-header__btn {
        display: none
    }
}

.main-header--three .main-header__search {
    font-size: 22px;
    color: var(--yt-black, #001A3D);
    font-weight: 700
}

.main-header--three .main-menu .main-menu__list>li.current>a,
.main-header--three .main-menu .main-menu__list>li:hover>a {
    color: var(--yt-base, #d02121);
    text-shadow: 0 0 .5px currentColor
}

.main-header--three .mobile-nav__btn span {
    background-color: var(--yt-black, #001A3D)
}

.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: var(--yt-black, #001A3D);
    transform: translateY(-100%);
    box-shadow: 0 3px 18px rgba(var(--yt-black-rgb, 0, 26, 61), 0.07);
    transition: .6s cubic-bezier(0.24, 0.74, 0.58, 1);
    visibility: hidden;
    transition: transform 500ms ease, visibility 500ms ease
}

.sticky-header--cloned.active {
    transform: translateY(0%);
    visibility: visible
}

.sticky-header--cloned .main-header__inner {
    padding: 0
}

@media(max-width:1199px) {
    .sticky-header--cloned .main-header__inner {
        padding: 10px 0
    }
}

.sticky-header--cloned .main-menu .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px
}

.main-header--three.sticky-header--cloned {
    background-color: var(--yt-white, #fff)
}

.main-header--three.sticky-header--cloned::after {
    background-color: var(--yt-black, #001A3D)
}

.mobile-nav__btn {
    width: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3
}

@media(max-width:1199px) {
    .mobile-nav__btn {
        margin-left: 30px
    }
}

@media(min-width:1200px) {
    .mobile-nav__btn {
        display: none
    }
}

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--yt-white, #fff)
}

.mobile-nav__btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none
}

@media(min-width:1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul {
        display: flex
    }
}

.main-menu .main-menu__list>li {
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative
}

.main-menu .main-menu__list>li.dropdown>a {
    position: relative
}

.main-menu .main-menu__list>li+li {
    margin-left: 30px
}

.main-menu .main-menu__list>li>a {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    transition: all 500ms ease;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%
}

.main-menu .main-menu__list>li>a>i {
    margin-left: 4px
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: var(--yt-white, #fff);
    text-shadow: 0 0 .5px currentColor
}

.main-menu .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--yt-white, #fff);
    box-shadow: 0 10px 60px 0 RGBA(var(--yt-white-rgb, 255, 255, 255), 0.07);
    padding: 15px 20px 11px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07)
}

.main-menu .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px)
}

.main-menu .main-menu__list>.megamenu {
    position: static
}

.main-menu .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: -15px !important;
    right: -15px !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    transition: all 300ms linear 0ms;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0;
    pointer-events: none
}

.main-menu .main-menu__list li.megamenu:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: perspective(500px) rotateX(0)
}

.main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    margin-bottom: 5px
}

.main-menu .main-menu__list li ul li:last-child {
    margin-bottom: 0
}

.main-menu .main-menu__list li.megamenu ul li {
    margin: 0
}

.main-menu .main-menu__list li ul li>a {
    font-size: 16px;
    line-height: 100%;
    color: var(--yt-text, #737373);
    font-weight: 500;
    display: flex;
    text-transform: capitalize;
    padding: 12px 20px;
    transition: 400ms
}

.main-menu .main-menu__list li ul li>a::after {
    position: absolute;
    right: 20px;
    top: 12px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    color: var(--yt-white, #fff);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0)
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff)
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.main-menu .main-menu__list li ul li>ul {
    top: 0;
    left: calc(100%+20px)
}

.main-menu .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 {
    display: none
}

.main-menu-five .main-menu__list>li.current>a,
.main-menu-five .main-menu__list>li:hover>a {
    color: var(--yt-primary, #174035) !important;
    text-shadow: 0 0 .5px currentColor
}

@media(min-width:1200px) and (max-width:1400px) {

    .main-menu__list li:nth-last-child(1) ul li>ul,
    .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: calc(100%+20px)
    }
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    visibility: visible;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: transform .7s ease, opacity .7s ease, visibility .7s ease;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    padding: 0;
    background-color: var(--yt-white, #fff);
    display: block !important;
    margin: 0
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
    display: none
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    transition: transform .7s ease, opacity .7s ease, visibility .7s ease
}

body.megamenu-popup-active {
    overflow: hidden
}

body.megamenu-popup-active .stricky-header {
    bottom: 0
}

body.megamenu-popup-active .mobile-nav__content {
    overflow: unset
}

.megamenu-popup {
    position: relative
}

.megamenu-popup .megamenu-clickable--close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    color: var(--yt-black, #001A3D)
}

@media(min-width:1300px) {
    .megamenu-popup .megamenu-clickable--close {
        top: 38px;
        right: 40px
    }
}

.megamenu-popup .megamenu-clickable--close:hover {
    color: var(--yt-base, #d02121)
}

.megamenu-popup .megamenu-clickable--close span {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    color: currentColor;
    transition: all 500ms ease
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.megamenu-popup .megamenu-clickable--close span::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.funfact-one {
    padding: 70px 0;
    position: relative;
    z-index: 1
}

.funfact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.funfact-one::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--yt-base-rgb, 280, 33, 33), 0.85);
    z-index: -1
}

.funfact-one__list {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

@media(max-width:991px) {
    .funfact-one__list {
        flex-wrap: wrap
    }
}

.funfact-one__list__item {
    display: flex;
    align-items: center;
    gap: 10px
}

@media(max-width:991px) {
    .funfact-one__list__item {
        flex: 45%;
        width: 55%
    }
}

@media(max-width:475px) {
    .funfact-one__list__item {
        flex: 100%;
        width: 100%;
        gap: 30px
    }
}

.funfact-one__list__item:hover .funfact-one__list__icon {
    animation: flipInY 1s ease-in-out 1
}

.funfact-one__list__icon {
    font-size: 60px;
    color: var(--yt-white, #fff);
    line-height: 1;
    transition: all .4s ease-in-out
}

@media(max-width:1199px) and (min-width:992px),
(max-width:767px) {
    .funfact-one__list__icon {
        font-size: 50px
    }
}

.funfact-one__list__content {
    text-align: center
}

@media(max-width:475px) {
    .funfact-one__list__content {
        text-align: left
    }
}

.funfact-one__list__count {
    color: var(--yt-white, #fff);
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px
}

@media(max-width:1199px) and (min-width:992px),
(max-width:767px) {
    .funfact-one__list__count {
        font-size: 30px
    }
}

.funfact-one__list__text {
    color: var(--yt-white, #fff);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0
}

@media(max-width:1199px) and (min-width:992px),
(max-width:767px) {
    .funfact-one__list__text {
        font-size: 20px
    }
}

.funfact-one--two {
    background-color: #F5F6FA
}

.funfact-one--two .funfact-one__list__count {
    color: #021623;
    font-family: var(--yt-font2, "Jost", sans-serif);
    font-size: 48px
}

.funfact-one--two .funfact-one__list__text {
    color: var(--yt-base, #d02121);
    font-family: var(--yt-font2, "Jost", sans-serif);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%
}

@media(max-width:1199px) and (min-width:992px),
(max-width:500px) {
    .funfact-one--two .funfact-one__list__text {
        font-size: 18px
    }
}

.funfact-one--three::after {
    background-color: #174035;
    opacity: .8
}

.cta-two {
    position: relative;
    z-index: 1
}

.cta-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.cta-two__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background-color: #021623
}

.cta-two__content {
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.cta-two__title {
    color: var(--yt-white, #fff);
    text-shadow: 8px 40px 60px rgba(0, 0, 0, 0.1);
    font-family: var(--yt-font2, "Jost", sans-serif);
    font-size: 38px;
    font-weight: 600;
    line-height: 126.316%;
    letter-spacing: .76px;
    margin-bottom: 20px
}

.cta-two__text {
    color: var(--yt-white, #fff);
    font-family: var(--yt-font2, "Jost", sans-serif);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px
}

.cta-two .form-one {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

@media(max-width:991px) {
    .cta-two .form-one {
        flex-wrap: wrap
    }
}

.cta-two .form-one .yt-btn-two {
    padding: 17.5px 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    height: 58px
}

.cta-two .form-one input {
    max-width: 265px
}

.cta-two .form-one .form-one__control .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.sidebar {
    position: relative
}

.sidebar__single {
    border-radius: 16px;
    background-color: #F0F2F8;
    padding: 40px 30px
}

@media(min-width:992px) and (max-width:1199px) {
    .sidebar__single {
        padding: 35px 20px 35px
    }
}

@media(max-width:767px) {
    .sidebar__single {
        padding: 30px 25px 30px
    }
}

.sidebar__single__search {
    padding: 30px
}

.sidebar__single+.sidebar__single {
    margin-top: 30px
}

.sidebar__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    color: var(--yt-base, #d02121);
    margin-bottom: 20px
}

.sidebar__search {
    position: relative
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
    outline: 0;
    width: 100%;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
    border-radius: 8px;
    border: .2px solid var(--yt-base, #d02121);
    background: var(--yt-white, #fff);
    font-size: 16px;
    font-weight: 400;
    color: var(--yt-text, #737373)
}

.sidebar__search input[type=search]::placeholder,
.sidebar__search input[type=text]::placeholder {
    font-size: 16px;
    font-weight: 400
}
.sidebar__search button[type=button],
.sidebar__search button[type=submit] {
    border: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: auto;
    font-size: 18px;
    color: var(--yt-base, #d02121);
    transition: all 500ms ease
}

.sidebar__categories {
    margin: 0;
    padding: 0;
    margin-top: -8px
}

.sidebar__categories li {
    position: relative;
    display: block
}

.sidebar__categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all 500ms ease;
    padding: 20px 0;
    border-bottom: 1px solid var(--yt-border-color, #d9d9d9);
    position: relative;
    z-index: 1;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%
}

.sidebar__categories li a i {
    color: var(--yt-base, #d02121)
}

.sidebar__categories li a span {
    display: flex;
    align-items: center;
    gap: 8px
}

.sidebar__categories li.current a,
.sidebar__categories li:hover a {
    border-color: var(--yt-base, #d02121);
    color: var(--yt-base, #d02121)
}

.sidebar__categories li.current a i,
.sidebar__categories li:hover a i {
    color: var(--yt-base, #d02121)
}

.sidebar__categories li:last-child a {
    border-bottom: 0;
    padding-bottom: 0
}

.sidebar__posts {
    margin-bottom: 0
}

.sidebar__posts__item {
    display: flex;
    align-items: center
}

.sidebar__posts__item:not(:last-of-type) {
    border-bottom: 1px solid var(--yt-border-color, #d9d9d9);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.sidebar__posts__item:hover .sidebar__posts__image img {
    transform: scale(1.1) rotate(5deg)
}

.sidebar__posts__image {
    width: 97px;
    height: 97px;
    flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px
}

.sidebar__posts__image img {
    transition: all .4s ease-in-out;
    object-fit: cover;
    width: 100%
}

.sidebar__posts__meta {
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%
}

.sidebar__posts__meta i {
    position: relative;
    top: 1px;
    color: var(--yt-base, #d02121)
}

.sidebar__posts__title {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: var(--yt-text, #737373);
    max-width: 170px;
    margin-bottom: 10px
}

.sidebar__posts__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.sidebar__posts__title a:hover {
    background-size: 100% 1px
}

.sidebar__posts__title a:hover {
    color: var(--yt-base, #d02121)
}

.sidebar__comments {
    margin-top: -2px;
    margin-bottom: -2px
}

.sidebar__comments__item {
    display: flex;
    align-items: center;
    margin-right: -15px
}

@media(min-width:992px) and (max-width:1199px) {
    .sidebar__comments__item {
        margin-right: -5px
    }
}

@media(max-width:767px) {
    .sidebar__comments__item {
        margin-right: -5px
    }
    .blog-card.listpage .blog-card__image{ height: 150px;}
}

.sidebar__comments__item:not(:last-of-type) {
    padding-bottom: 24px
}

.sidebar__comments__icon {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1F2FD;
    font-size: 20px;
    color: var(--yt-base, #d02121);
    margin-right: 10px;
    border-radius: 50%;
    transition: all 500ms ease
}

.sidebar__comments__item:hover .sidebar__comments__icon {
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff)
}

.sidebar__comments__title {
    margin: 0;
    font-family: var(--yt-font, "Inter", sans-serif);
    color: var(--yt-text, #737373);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.sidebar__comments__title a {
    font-family: var(--yt-font, "Inter", sans-serif);
    color: var(--yt-black, #001A3D);
    transition: all 500ms ease;
    display: block
}

.sidebar__comments__title a:hover {
    color: var(--yt-base, #d02121)
}

.sidebar__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 10px
}

.sidebar__tags a {
    transition: all 500ms ease;
    display: inline-flex;
    padding: 10px 15px;
    color: #77779B;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 1000px;
    border: 1px solid #77779B
}

.sidebar__tags a:hover {
    color: var(--yt-white, #fff);
    background-color: var(--yt-base, #d02121);
    border-color: var(--yt-base, #d02121)
}

.sidebar .sidebar__text {
    margin-bottom: 30px;
    margin-top: 4px
}

.sidebar__subscribe input[type=email],
.sidebar__subscribe input[type=text] {
    outline: 0;
    width: 100%;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
    border-radius: 8px;
    border: .2px solid var(--yt-base, #d02121);
    background: var(--yt-white, #fff);
    font-size: 16px;
    font-weight: 400;
    color: var(--yt-text, #737373)
}

.sidebar__subscribe input[type=email]::placeholder,
.sidebar__subscribe input[type=text]::placeholder {
    font-size: 16px;
    font-weight: 400
}

.sidebar__subscribe .subscribe__item {
    position: relative
}

.sidebar__subscribe .subscribe__item .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--yt-base, #d02121)
}

.sidebar__subscribe .yt-btn {
    margin-top: 20px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize
}

.blog-details {
    position: relative;
    z-index: 1
}

.blog-details__wrapper h1,
.blog-details__wrapper h2,
.blog-details__wrapper h3,
.blog-details__wrapper h4
{
    margin-bottom: 1rem;
}

.blog-details__post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:567px) {
    .blog-details__post-meta {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 15px
    }
}

.blog-details__tags{
    display: flex;
    gap: 10px
}

.blog-details__tags__title{
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: var(--yt-text, #737373);
    margin-bottom: 0;
    padding-top: 8px;
}

.blog-details .sidebar__tags {
    display: flex;
    align-items: center;
    gap: 10px
}

.blog-details .sidebar__tags a {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 16px;
    border: .4px solid var(--yt-gray, #DDD);
    background-color: #E1E4FF;
    color: var(--yt-base, #d02121);
    transition: all .4s ease-in-out
}

.blog-details .sidebar__tags a:hover {
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff);
    border-color: var(--yt-base, #d02121)
}

.blog-details .blog-details__post-meta {
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-top: .4px solid var(--yt-gray, #DDD);
    border-bottom: .4px solid var(--yt-gray, #DDD)
}

.blog-details .blog-details__post-meta+.comments-one {
    margin-top: 40px
}


.blog-details .more-posts {
    overflow: hidden;
    padding: 0 25px;
    margin: 15px auto 35px;
    background: #F0F2F8;
    border-radius: 15px;
}
.blog-details .more-posts>div {
    width: 50%;
    float: left
}
.blog-details .more-posts>div>a {
    display: inline-block
}
.blog-details .more-posts .next-post,.blog-details .more-posts .prev-post {
    padding: 25px 0
}
.blog-details .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #d8e0f1;
    padding-left: 15px;
    padding-right: 5px
}
.blog-details .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative
}
.blog-details .more-posts .next-post .post-control-link:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 0
}
.blog-details .more-posts .prev-post {
    padding-right: 15px;
    padding-left: 5px
}
.blog-details .more-posts .prev-post .post-control-link {
    padding-left: 25px;
    position: relative
}
.blog-details .more-posts .prev-post .post-control-link:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f104";
    position: absolute;
    left: 0;
    top: 0
}
.blog-details .more-posts .next-post>a>span,.blog-details .more-posts .prev-post>a>span {
    display: block
}
.blog-details .more-posts .next-post>a>span,.blog-details .more-posts .prev-post>a>span {
    display: block
}
.blog-details .more-posts .post-control-link {
    font-size: .9333333333rem;
    color: #1a1729;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}
.blog-details .more-posts .post-name {
    font-size: 14px;
    color: #000b47;
    margin: .7em 0 0
}
.blog-details .more-posts a:hover .post-control-link {
    color: #d81e06
}

.comments-one {
    position: relative;
    z-index: 1
}

.comments-one__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px
}

.comments-one__card {
    padding: 30px;
    border-radius: 16px;
    background: #F0F2F8;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1
}

@media(max-width:567px) {
    .comments-one__card {
        align-items: start
    }
}

.comments-one__card__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px
}

.comments-one__card__title span {
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 400;
    margin-left: 40px
}

@media(max-width:567px) {
    .comments-one__card__title span {
        display: block;
        margin-left: 0;
        margin-top: 10px
    }
}

.comments-one__card__image {
    max-width: 90px;
    width: 100%;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.comments-one__card__image img {
    object-fit: cover;
    width: 100%;
    border-radius: 50%
}

.comments-one__card__btn a {
    position: absolute;
    top: 30px;
    right: 30px;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 100%
}

@media(max-width:767px) {
    .comments-one__card__btn a {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px
    }
}

.comments-one__card__btn a i {
    transform: rotateX(180deg);
    color: var(--yt-base, #d02121)
}

.comments-one__card__btn a:hover {
    color: var(--yt-base, #d02121)
}

.comments-one__card__text {
    margin-bottom: 0
}

.comments-one+.comments-form {
    margin-top: 40px
}

.comments-form {
    position: relative;
    z-index: 1
}

.comments-form__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px
}

.comments-form .form-one textarea,
.comments-form .form-one input {
    border-radius: 8px;
    border: .7px solid var(--yt-gray, #DDD);
    background: var(--yt-white, #fff);
    color: #77779B;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%
}

.comments-form .form-one textarea::placeholder,
.comments-form .form-one input::placeholder {
    color: #77779B;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%
}

.comments-form .form-one label {
    color: #77779B;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px
}

.comments-form__checked-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.comments-form__checked-box label span:before {
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--yt-base, #d02121);
    border-right: 2px solid var(--yt-base, #d02121);
    content: "";
    width: 5px;
    height: 8px;
    pointer-events: none;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: 0
}

.comments-form__checked-box input[type=checkbox] {
    display: none
}

.comments-form__checked-box input[type=checkbox]+label span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    transition: all 300ms ease;
    border: 1px solid var(--yt-base, #d02121)
}

.comments-form__checked-box input[type=checkbox]:checked+label span:before {
    opacity: 1
}

.product__sidebar {
    position: relative
}

.product__sidebar--title {
    position: relative;
    margin-bottom: 22px;
    color: var(--yt-black, #001A3D);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize
}

.product__search {
    background-color: var(--yt-gray2, #F6F6F4);
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 10px
}

.product__sidebar__search {
    position: relative
}

.product__sidebar__search input[type=search],
.product__sidebar__search input[type=text] {
    outline: 0;
    border-radius: 6px;
    width: 100%;
    height: 55px;
    background-color: var(--yt-white, #fff);
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
    border: 0
}

.product__sidebar__search input[type=search]:focus,
.product__sidebar__search input[type=text]:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    border: 0
}

.product__sidebar__search input[type=search]::placeholder,
.product__sidebar__search input[type=text]::placeholder {
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500
}

.product__sidebar__search button[type=submit] {
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: auto;
    font-size: 16px;
    color: var(--yt-white, #fff);
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-self: center;
    justify-content: center;
    background-color: var(--yt-base, #d02121);
    transition: all 500ms ease
}

.product__sidebar__search button[type=submit] i {
    line-height: 30px;
    font-size: 16px
}

.product__sidebar__search button[type=submit]:hover {
    background-color: var(--yt-black, #001A3D);
    color: var(--yt-white, #fff)
}

.product__categories {
    background-color: var(--yt-gray2, #F6F6F4);
    padding: 24px 28px 28px;
    border-radius: 8px
}

.product__categories ul {
    margin-bottom: 0
}

.product__categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    transition: all 500ms ease;
    background-color: var(--yt-white, #fff);
    border-radius: 30px;
    color: var(--yt-text, #737373);
    font-size: 16px;
    line-height: 100%;
    font-weight: 600
}

.product__categories ul li a i {
    margin-right: 6px;
    transition: all 500ms ease;
    color: var(--yt-base, #d02121)
}

.product__categories ul li a:hover {
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff)
}

.product__categories ul li a:hover i {
    color: var(--yt-white, #fff)
}

.product__categories ul li+li {
    margin-top: 20px
}

.product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

@media(max-width:991px) {
    .product__info-top {
        margin-top: 50px
    }
}

@media(max-width:767px) {
    .product__info-top {
        display: block;
        margin-top: 40px
    }
}

.product__showing-text {
    margin: 0;
    color: var(--yt-black3, #000);
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}

.product__showing-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-radius: 50px;
    height: 4px;
    background-color: var(--yt-base, #212ED0);
    z-index: -1;
}

.product__showing-text-box .see-all {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 42px;
}
.product__showing-text-box .see-all i{
    font-style: normal;
}

@media(max-width:767px) {
    .product__showing-text {
        margin-bottom: 15px
    }
}

.product__showing-sort {
    margin: 0;
    font-size: 16px
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 210px !important
}

@media(max-width:360px) {
    .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 210px !important
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
    display: none
}

.product__showing-sort .bootstrap-select .dropdown-menu {
    border: 0
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
    border-radius: 0;
    position: relative;
    height: 50px;
    outline: none !important;
    border: 0;
    background-color: var(--yt-gray2, #F6F6F4) !important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-family: "Font Awesome 6 Free" !important;
    content: "\e923";
    font-weight: 700;
    font-size: 16px;
    color: var(--yt-black, #001A3D)
}

.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(var(--yt-gray-rgb, 221, 221, 221), 0.4)
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    color: var(--yt-white, #fff);
    background: var(--yt-black, #001A3D);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.product__showing-sort .bootstrap-select .dropdown-menu>li:hover>a,
.product__showing-sort .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--yt-base, #d02121);
    color: var(--yt-white, #fff);
    border-color: var(--yt-gray, #DDD)
}

.product__item {
    position: relative;
    background-color: var(--yt-white, #fff);
    border: 1px solid var(--yt-gray, #DDD);
    transition: all 500ms ease;
    border-radius: 8px;
    padding-bottom: 20px;
    overflow: hidden;
}

.product__item:hover {
    border: 1px solid var(--yt-base, #d02121)
}

.product__item__img {
    background-color: var(--yt-white, #fff);
    position: relative;
    overflow: hidden;
    text-align: center
}

.product__item__img__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.product__item__img__item img {
    width: 100%;
    object-fit: cover;
    transition: all 500ms ease;
    transform: scale(1)
}

.product__item__btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2
}

.product__item__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #F1F5F6;
    border-radius: 50%;
    color: var(--yt-base, #d02121);
    font-size: 12px;
    visibility: hidden;
    opacity: 0
}

.product__item__btn a:hover {
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff)
}

.product__item__btn a:nth-child(1) {
    transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transform: translate3d(30px, 0, 0)
}

.product__item__btn a:nth-child(2) {
    transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transform: translate3d(30px, 0, 0)
}

.product__item__btn a:nth-child(3) {
    transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transform: translate3d(30px, 0, 0)
}

.product__item__btn a:nth-child(4) {
    transition: transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transform: translate3d(30px, 0, 0)
}

.product__item__btn a+a {
    margin-top: 10px
}

.product__item:hover .product__item__img img {
    transform: scale(1.05)
}

.product__item:hover .product__item__btn a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.product__item__content {
    position: relative;
    text-align: center
}

.product__item__ratings {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: var(--yt-base, #d02121);
    letter-spacing: 2px;
    margin-bottom: 20px
}

.product__item__title {
    margin-bottom: 15px;
    color: var(--yt-black, #001A3D);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize
}

.product__item__title a {
    color: inherit
}

.product__item__title a:hover {
    color: var(--yt-base, #d02121)
}

.product__item__price {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 600
}

.product__item .yt-btn {
    color: var(--yt-white, #fff);
    font-size: 13.959px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 18px;
    background: var(--yt-black, #001A3D);
    border-radius: 6px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    margin-top: 15px;
}

.product__item .yt-btn::before,
.product__item .yt-btn::after {
    background-color: var(--yt-base, #d02121)
}

.product__item .yt-btn:hover {
    color: var(--yt-white, #fff)
}

.product-one__carousel .product__item__img__item img {
    width: auto !important
}

.category-area {
    position: relative;
    z-index: 1;
    background-color: var(--yt-white, #fff)
}

.category-area .sec-title {
    padding-bottom: 80px
}

.product-details {
    position: relative
}

.product-details__product {
    display: flex;
    gap: 30px 22px
}

.product-details .table>:not(caption)>*>*{
    border-bottom-width: 1px;
}

@media(max-width:991px) {
    .product-details__product {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width:991px) {
    .product-details__thumb-box {
        width: 100%;
    }
}

.product-details__carousel-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 5px;
    border: 1px solid var(--yt-gray, #DDD);
    min-height: 390px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

/* ===== Swiper 8 画廊:竖排主图/缩略图容器高度(间距统一交给 spaceBetween) ===== */
/* 主图容器必须与缩略图列等高,子元素的 height:100% 才有参照物 */
.product-details__carousel-box {
    height: 516px; /* 显示 4 张缩略图:123*4 + 8*3;改为 3 张则设 385px */
}
.product-details__carousel-box .product-main,
.product-details__carousel-box .product-main .swiper-wrapper,
.product-details__carousel-box .product-main .swiper-slide {
    height: 100%;
}
.product-details__thumb-box .product-thumbs {
    height: 516px; /* 4 张可见 = 123*4 + 8*3;改为 3 张可见则设 385px */
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-details__carousel-box {
        height: 480px; /* 缩略图 114px 时的 4 张高度 */
    }
    .product-details__thumb-box .product-thumbs {
        height: 480px;
    }
}
@media (max-width: 991px) {
    .product-details__carousel-box {
        height: auto; /* 移动端横排,高度随内容 */
    }
    .product-details__thumb-box .product-thumbs {
        height: auto;
    }
}
/* 当前缩略图高亮:联动时一眼可见 */
.product-details__thumb .swiper-slide-active {
    border-color: var(--yt-base, #d02121) !important;
}

@media(max-width:991px) {
    .product-details__carousel-box {
        width: 100%;
        margin: 0
    }
}

.product-details__thumb {
    --slick-gutter: 13px;
    width: 126px;
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .product-details__thumb {
        width: 100%;
        display: block;
    }
    .product-details__thumb-box .swiper-slide {
        width: calc((100% - 24px) / 4);
        height: auto;
        aspect-ratio: 1 / 1; 
    }
}

.product-details__thumb .swiper {
    clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
    margin: 0;
    padding: 0;
    overflow: hidden
}

.product-details__thumb .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:991px) {
    /* 横排同样交给 spaceBetween,避免行进间累积偏移 */
    .product-details__thumb .swiper-slide {
        margin: 0
    }
}

@media(min-width:992px) {
    /* 竖排缩略图的间距改由 Swiper 的 spaceBetween 控制(此处 margin 会造成累积偏移) */
    .product-details__thumb .swiper-slide {
        margin: 0
    }
}

.product-details__thumb-box .swiper-slide {
    position: relative;
    cursor: pointer;
    width: 123px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    border: 1px solid var(--yt-gray, #DDD);
    z-index: 2;
    transition: all 500ms ease
}

@media(min-width:992px) and (max-width:1199px) {
    .product-details__thumb-box .swiper-slide {
        width: 114px;
        height: 114px
    }
}

@media(max-width:991px) {
    .product-details__thumb-box .swiper-slide {
        width: 140px;
        height: 140px
    }
}

@media(max-width:767px) {
    .product-details__thumb-box .swiper-slide {
        width: 110px;
        height: 110px
    }
}

@media(max-width:575px) {
    .product-details__thumb-box .swiper-slide {
        width: 95px;
        height: 95px
    }
}

@media(max-width:480px) {
    .product-details__thumb-box .swiper-slide {
        width: 83px;
        height: 83px
    }
}

@media(max-width:430px) {
    .product-details__thumb-box .swiper-slide {
        width: 105px;
        height: 105px
    }
}

@media(max-width:390px) {
    .product-details__thumb-box .swiper-slide {
        width: 95px;
        height: 95px
    }
}

@media(max-width:360px) {
    .product-details__thumb-box .swiper-slide {
        width: 83px;
        height: 83px
    }
}

.product-details__thumb-box .swiper-slide img {
    position: relative;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    z-index: 1
}

.product-details__thumb__hover {
    position: absolute;
    top: 0;                              /* ← 新增 */
    left: 0;                             /* ← 新增 */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-70%);
    background-color: RGBA(var(--yt-black-rgb, 0, 26, 61), 0.6);
    transition: all 500ms ease;
    z-index: 1
}

.product-details__thumb__hover .img-popup {
    display: inline-block;
    font-size: 27px;
    color: var(--yt-white, #fff)
}

.product-details__thumb__hover .img-popup:hover {
    color: var(--yt-base, #d02121)
}

.product-details__thumb .swiper-slide-thumb-active .product-details__thumb__hover{
    opacity: 1;
    transform: translateY(0%)
}

.product-details__carousel {
    --slick-gutter: 10px
}

@media(max-width:991px) {
    .product-details__carousel {
        width: 100%
    }
}

.product-details__carousel .swiper {
    clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
    margin: 0;
    padding: 0;
    overflow: hidden
}

/* slide 不能带外边距:竖排时 Swiper 的位移按 slide 尺寸计算,
   额外 margin 会让每切换一张就累积一段偏移(表现为图片错位) */
.product-details__carousel .swiper-slide {
    margin: 0
}

.product-details__image {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details__image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #d1d9e6;
    border-top-color: #2b6c8c;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 1;
    pointer-events: none;
}

.product-details__image::after {
    content: 'Loading...';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 34px;
    transform: translateX(-50%);
    font-size: 13px;
    color: #8899aa;
    z-index: 1;
    pointer-events: none;
}

@media(max-width:1199px) {
    .product-details__image {
        height: 100%;
        padding: 10px
    }
}

.product-details__image__title {
    display: inline-block;
    padding: 7px 14px;
    font-size: 16px;
    color: var(--yt-white, #fff);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
    border-radius: 5px;
    background-color: var(--yt-base, #d02121);
    position: absolute;
    top: 20px;
    right: 20px
}

.product-details__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-details__image img:not([data-src]) {
    opacity: 1;
}

.product-details__image.loaded::before,
.product-details__image.loaded::after {
    opacity: 0;
    transition: opacity 0.3s ease;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media(max-width:1199px) {
    .product-details__content {
        margin-right: 0
    }
}

.product-details__title {
    margin: 0 0 16px;
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize
}

.product-details__price-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--yt-gray, #DDD)
}

@media(max-width:575px) {
    .product-details__price-inner {
        flex-direction: column;
        justify-content: start;
        gap: 5px;
        align-items: start
    }
}

.product-details__price__regular {
    color: var(--yt-base, #d02121);
    font-size: 30px;
    font-weight: 600;
    line-height: 100%
}

.product-details__color-inner {
    margin-bottom: 10px;
    display:flex;
    flex-wrap: wrap;
}

.product-details__color-inner .param{ 
    width: 50%;
}

.product-details__color-inner .param:first-child{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.product-details__color-inner .param:first-child .product-details__color__title{
    margin: 0 8px 0 0;
}

.product-details__color-inner .param:first-child .product-details__color{
    margin-bottom: 0;
}

.product-details__review {
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--yt-base, #d02121);
    display: flex;
    align-items: center
}

.product-details__review a {
    color: var(--yt-base, #d02121);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0
}

.product-details__excerpt {
    display: block;
    font-weight: 500;
    margin-bottom: 20px
}

.product-details__color__title {
    color: #788284;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--yt-font, "Inter", sans-serif);
    margin-bottom: 0
}

.product-details__color {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 0
}

.product-details__color button {
    width: 22px;
    height: 22px;
    border-radius: 1px;
    background-color: transparent;
    transition: all 500ms ease
}

.product-details__color button:nth-child(1) {
    background-color: #151212;
    border: 2px solid rgba(205, 168, 141, 0.72)
}

.product-details__color button:nth-child(2) {
    background-color: #EE2761;
    border: 2px solid rgba(143, 142, 142, 0.7215686275)
}

.product-details__color button:nth-child(3) {
    background-color: #9033E6;
    border: 2px solid rgba(231, 173, 190, 0.72)
}

.product-details__color button:nth-child(4) {
    background-color: #33B387;
    border: 2px solid rgba(231, 173, 190, 0.72)
}

.product-details__color button:nth-child(5) {
    background-color: #FF9601;
    border: 2px solid rgba(231, 173, 190, 0.72)
}

.product-details__buttons {
    margin-bottom: 25px
}

.product-details__socials {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px
}

.product-details__socials__title {
    mcolor: var(--yt-gray, #DDD);
    font-family: var(--yt-font, "Inter", sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-right: 12px
}

.product-details__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background-color: var(--yt-gray, #DDD);
    color: var(--yt-black, #001A3D)
}

.product-details__socials a:hover {
    background-color: var(--yt-base, #d02121);
    color: var(--yt-white, #fff)
}

.product-details__description {
    margin-top: 50px;
    padding-top: 45px;
    border-top: 1px solid var(--yt-gray, #DDD)
}
.product-details .table-responsive table{ width: 100%;}
.product-details__description h2{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 220%;
    text-transform: capitalize;
    margin-bottom: 10px
}
.product-details__description p+h2{
    margin-top: 24px;
    clear: both;
}
.product-details__description h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 10px
}

.product-details__description p {
    margin: 0;
    line-height: 2;
    clear: both;
    width: 100%;
}

.product-details__description p img{ width: 25% !important; height: 100%; float: left; padding: 10px; margin: 10px auto 20px auto;}

.product-details__description p+ul,.product-details__description p+ol,.product-details__description p+h3 {
    margin-top: 24px;
    clear: both;
}

.product-details__description__lists {
    max-width: 780px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px 50px;
    margin: 0
}

@media(min-width:576px) {
    .product-details__description__lists {
        grid-template-columns: repeat(2, 1fr)
    }
}

.product-details__description__lists li {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 8px;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500;
    line-height: 162.5%
}

.product-details__description__lists li i {
    transition: all .4s ease-in-out;
    margin-top: 5px;
    font-size: 18px;
    color: var(--yt-black, #001A3D)
}

.product-details__description__lists li:hover i {
    color: var(--yt-base, #d02121)
}

.product-details__description ul+h3 {
    margin-top: 24px
}

.product-details__comment {
    border-top: 1px solid var(--yt-gray, #DDD);
    margin: 30px 0 0;
    padding: 30px 0 0;
    position: relative
}

@media(min-width:768px) {
    .product-details__comment {
        margin: 44px 0 0;
        padding: 43px 0 0
    }
}

.product-details__review-title {
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 700
}

.product-details__comment-box {
    position: relative;
    padding: 11px 0 52px 200px;
    margin-bottom: 45px;
    min-height: 166px
}

@media(max-width:767px) {
    .product-details__comment-box {
        padding-left: 0;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

.product-details__comment-box__thumb {
    width: 168px;
    height: 168px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin: 0;
    border: 0
}

@media(max-width:767px) {
    .product-details__comment-box__thumb {
        position: relative;
        margin: 0 0 20px
    }
}

.product-details__comment-box__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details__comment-box__meta {
    margin: 0 0 20px;
    color: var(--yt-black, #001A3D);
    font-size: 22px;
    font-weight: 700;
    line-height: 108.333%
}

.product-details__comment-box__date {
    margin-left: 20px;
    display: inline-block;
    text-transform: inherit;
    letter-spacing: 0;
    color: var(--yt-black2, #000);
    font-size: 16px;
    font-weight: 600;
    line-height: 162.5%;
    position: relative;
    display: inline-block;
    padding-left: 20px
}

.product-details__comment-box__date::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 20px;
    height: 1px;
    background-color: var(--yt-base, #d02121)
}

.product-details__comment-box__text {
    margin: 0
}

.product-details__comment-box__ratings {
    position: absolute;
    right: 0;
    top: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    font-size: 16px;
    color: var(--yt-base, #d02121)
}

@media(max-width:767px) {
    .product-details__comment-box__ratings {
        position: relative;
        top: 0;
        margin: 0 0 22px
    }
}

.product-details__form {
    position: relative
}

.product-details__form .row {
    --bs-gutter-x: 20px
}

.product-details__form-title {
    margin-bottom: 18px;
    color: var(--yt-black, #001A3D);
    font-size: 22px;
    font-weight: 700;
    line-height: normal
}

.product-details__form-ratings {
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    font-size: 25px;
    color: var(--yt-base, #d02121);
    margin: 0 0 40px
}

.product-details__form-ratings i {
    color: var(--yt-base, #d02121);
    font-size: 400
}

.product-details__form-ratings__label {
    display: inline-block;
    letter-spacing: 0;
    color: var(--yt-text, #737373);
    margin: 0 17px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%
}

.product-details__form__form {
    margin-top: 0
}

.product-details__form__form .form-one__control input,
.product-details__form__form .form-one__control textarea {
    background: var(--yt-gray, #DDD);
    border-color: transparent;
    color: var(--yt-text, #737373);
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px
}

.product-details__form__form .form-one__control input::placeholder,
.product-details__form__form .form-one__control textarea::placeholder {
    color: var(--yt-text, #737373);
    font-weight: 500;
    font-size: 16px
}

.quantity-box {
    position: relative;
    width: auto;
    height: 46px;
    display: flex;
    margin-bottom: 30px
}

.quantity-box input {
    width: 70px;
    height: 46px;
    border: 1px solid var(--yt-gray, #DDD);
    color: var(--yt-black, #001A3D);
    padding-left: 30px;
    outline: 0;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent
}

.quantity-box button {
    width: 60px;
    height: auto;
    color: var(--yt-text, #737373);
    font-size: 13px;
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    transition: all 500ms ease
}

.quantity-box button:hover,
.quantity-box button:focus,
.quantity-box button:active {
    background: var(--yt-black, #001A3D);
    color: var(--yt-white, #fff);
    border-color: var(--yt-gray, #DDD)
}

.quantity-box button.sub {
    border: 1px solid var(--yt-gray, #DDD);
    bottom: 1px;
    top: auto;
    border-radius: 0
}

.quantity-box button.add {
    border-radius: 0;
    border: 1px solid var(--yt-gray, #DDD)
}

.quantity-box button.add::after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0
}

.quantity-box button:hover {
    color: var(--yt-white, #fff)
}

.cart-page {
    position: relative;
    background-color: var(--yt-white, #fff)
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px
}

@media(max-width:1199px) {
    .cart-page .table-responsive {
        margin-bottom: 30px
    }
}

.cart-page__table {
    position: relative;
    width: 100%;
    border: 0;
    margin: 0 0 24px
}

@media(max-width:1199px) {
    .cart-page__table {
        min-width: 1170px
    }
}

.cart-page__table thead tr {
    border-bottom: 1px solid var(--yt-border-color, #d9d9d9)
}

.cart-page__table thead tr th {
    padding: 0 30px 20px;
    font-size: 25px;
    color: var(--yt-black, #001A3D);
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    border: 0;
    background-color: transparent;
    border: 0 !important;
    box-shadow: none
}

@media(max-width:767px) {
    .cart-page__table thead tr th {
        font-size: 20px
    }
}

.cart-page__table thead tr th:first-child {
    padding-left: 0
}

.cart-page__table thead tr th:last-child {
    padding-right: 0;
    text-align: right
}

.cart-page__table tbody tr td {
    font-size: 19px;
    font-weight: 500;
    color: var(--yt-black, #001A3D);
    text-transform: capitalize;
    line-height: normal;
    vertical-align: middle;
    border-top: 0;
    box-shadow: none;
    background-color: transparent;
    border-top: 0 !important;
    border-right: 1px solid var(--yt-border-color, #d9d9d9);
    border-bottom: 1px solid var(--yt-border-color, #d9d9d9);
    padding: 28.5px 30px;
    letter-spacing: 0
}

.cart-page__table tbody tr td.cart-page__table__total {
    text-align: center
}

.cart-page__table tbody tr td .cart-page__table__remove {
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yt-black, #001A3D);
    font-size: 19px;
    line-height: 1
}

.cart-page__table tbody tr td .cart-page__table__remove:hover {
    color: var(--yt-base, #d02121)
}

.cart-page__table tbody tr td:first-child {
    padding-left: 0
}

.cart-page__table tbody tr td:last-child {
    padding-right: 0;
    border-right: 0
}

.cart-page__table__meta {
    display: flex;
    align-items: center;
    gap: 30px
}

.cart-page__table__meta__img {
    width: 113px;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--yt-border-color, #d9d9d9)
}

.cart-page__table__meta__img img {
    max-width: 100%;
    height: auto
}

.cart-page__table__meta__title {
    margin: 0;
    font-size: 25px;
    color: var(--yt-black, #001A3D);
    font-weight: 600;
    line-height: 1.318
}

@media(max-width:767px) {
    .cart-page__table__meta__title {
        font-size: 20px
    }
}

.cart-page__table__meta__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.cart-page__table__meta__title a:hover {
    color: var(--yt-base, #d02121)
}

.cart-page__table__meta__title a:hover {
    background-size: 100% 1px
}

.cart-page__table__quantity {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px
}

.cart-page__table__quantity__title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25
}

.cart-page__table__quantity .quantity-box {
    position: relative;
    width: 172px;
    height: 41px;
    border-radius: 50px;
    border: 1px solid var(--yt-border-color, #d9d9d9)
}

.cart-page__table__quantity .quantity-box__input {
    border: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-color: transparent;
    width: 50px;
    height: 100%;
    font-family: var(--yt-font, "Inter", sans-serif);
    padding: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: var(--yt-black, #001A3D);
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    transition: all 500ms ease
}

.cart-page__table__quantity input::-webkit-outer-spin-button,
.cart-page__table__quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart-page__table__quantity input[type=number] {
    -moz-appearance: textfield
}

.cart-page__table__quantity .quantity-box__btn {
    border: 0;
    outline: 0;
    background-color: var(--yt-white, #fff);
    padding: 0;
    display: inline-flex;
    font-size: 8px;
    color: var(--yt-black, #001A3D);
    transition: all 500ms ease
}

.cart-page__table__quantity .quantity-box__btn.add {
    width: 16px;
    background-color: #F5F2EF;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 21px;
    z-index: 1
}

.cart-page__table__quantity .quantity-box__btn.add::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--yt-black, #001A3D);
    position: absolute;
    top: 3px;
    left: 6px;
    clip-path: polygon(50% 0, 0% 100%, 100% 100%)
}

.cart-page__table__quantity .quantity-box__btn.sub {
    width: 16px;
    background-color: #F5F2EF;
    height: 12px;
    position: absolute;
    right: 21px;
    bottom: 8px;
    z-index: 1
}

.cart-page__table__quantity .quantity-box__btn.sub::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--yt-black, #001A3D);
    position: absolute;
    bottom: 3px;
    left: 6px;
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.cart-page__table__quantity .quantity-box__btn:hover {
    color: var(--yt-base, #d02121)
}

.cart-page__bottom {
    margin-top: 8px
}

.cart-page__coupone .cart-page__btn {
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 6px;
    font-size: 15px
}

.cart-page__coupone .cart-page__btn:hover {
    color: var(--yt-white, #fff)
}

.cart-page__cart-total {
    max-width: 260px;
    position: relative;
    margin: 0 0 30px auto
}

@media(max-width:1199px) {
    .cart-page__cart-total {
        margin: 0 0 30px
    }
}

.cart-page__cart-total li+li {
    margin-top: 17px
}

.cart-page__cart-total li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.cart-page__cart-total li span {
    text-transform: uppercase;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: block
}

.cart-page__cart-total li .cart-page__cart-total__title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.318;
    text-transform: capitalize;
    display: block;
    color: var(--yt-black, #001A3D)
}

.cart-page__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 54px
}

@media(max-width:1199px) {
    .cart-page__button {
        gap: 25px;
        justify-content: flex-start
    }
}

.cart-page__button .yt-btn {
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 6px;
    font-size: 16px
}

.cart-page__button .yt-btn::after {
    display: none
}

.cart-page__button .yt-btn:hover {
    color: var(--yt-white, #fff)
}

.cart-page__button .yt-btn:first-child {
    background-color: var(--yt-black, #001A3D);
    color: var(--yt-white, #fff)
}

.cart-page__button .yt-btn:first-child::before {
    background-color: var(--yt-base, #d02121)
}

.checkout-page {
    position: relative
}

.checkout-page .bs-gutter-x-20 {
    --bs-gutter-x: 20px
}

.checkout-page__billing-address {
    position: relative
}

.checkout-page__billing-address__title {
    margin: 0 0 20px;
    color: var(--yt-black, #001A3D);
    font-size: 18px;
    font-weight: 700
}

.checkout-page__shipping-address {
    position: relative
}

@media(max-width:991px) {
    .checkout-page__shipping-address {
        margin: 50px 0 0
    }
    .product-details__description h2{
        line-height: 160%;
    }
}

.checkout-page__shipping-address__title {
    margin: 0 0 20px;
    color: var(--yt-black, #001A3D);
    font-size: 18px;
    font-weight: 900
}

.checkout-page__coupon h3 {
    color: var(--yt-black, #001A3D);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px
}

.checkout-page__input-box {
    position: relative;
    line-height: 1;
    margin: 0 0 20px
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle,
.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel],
.checkout-page__input-box textarea {
    height: 50px;
    width: 100%;
    border: 0;
    background-color: var(--yt-gray2, #F6F6F4);
    padding-left: 20px;
    padding-right: 20px;
    outline: 0;
    display: block;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500;
    line-height: 162.5%
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle::placeholder,
.checkout-page__input-box input[type=text]::placeholder,
.checkout-page__input-box input[type=email]::placeholder,
.checkout-page__input-box input[type=tel]::placeholder,
.checkout-page__input-box textarea::placeholder {
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500;
    line-height: 162.5%
}

.checkout-page__input-box textarea {
    height: 200px;
    padding-top: 20px
}

.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle::after {
    display: none
}

.checkout-page__input-box .bootstrap-select .dropdown-menu {
    border: 0
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle {
    border-radius: 0;
    position: relative;
    height: 50px;
    outline: none !important;
    border: 0;
    background-color: var(--yt-gray2, #F6F6F4) !important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    color: var(--yt-text, #737373);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-family: "Font Awesome 6 Free" !important;
    content: "\e923";
    font-weight: 700;
    font-size: 16px;
    color: var(--yt-black, #001A3D)
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(var(--yt-gray-rgb, 221, 221, 221), 0.4)
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    color: var(--yt-white, #fff);
    background: var(--yt-black, #001A3D);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li:hover>a,
.checkout-page__input-box .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--yt-base, #d02121);
    color: var(--yt-white, #fff);
    border-color: var(--yt-gray, #DDD)
}

.checkout-page__check-box {
    position: relative;
    display: block;
    margin-top: -6px
}

.checkout-page__check-box input[type=checkbox] {
    display: none
}

.checkout-page__check-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0;
    margin-bottom: 0;
    color: var(--yt-text, #737373);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    cursor: pointer
}

.checkout-page__check-box label span:before {
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 20px;
    display: inline-block;
    color: var(--yt-white, #fff);
    font-family: "Font Awesome 6 Free" !important;
    content: "\f00c";
    font-size: 10px;
    font-weight: 900;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: 0
}

.checkout-page__check-box input[type=checkbox]+label span {
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: var(--yt-base, #d02121);
    border-radius: 50%;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.checkout-page__check-box input[type=checkbox]:checked+label span:before {
    opacity: 1
}

.checkout-page__details {
    margin-top: 25px;
    margin-bottom: 60px
}

.checkout-page__details__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: 0 0 .1px currentColor;
    text-transform: capitalize
}

.checkout-page__details__check-box input[type=checkbox] {
    display: none
}

.checkout-page__details__check-box label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: var(--yt-gray, #DDD);
    font-size: 16px;
    font-weight: 600;
    line-height: 162.5%;
    text-transform: uppercase
}

.checkout-page__details__check-box label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid var(--yt-border-color, #d9d9d9);
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    transition: all 300ms ease
}

.checkout-page__details__check-box label span::before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    color: var(--yt-black, #001A3D);
    position: absolute;
    font-size: 12px;
    left: 4px;
    bottom: 2px;
    font-weight: 900;
    visibility: hidden;
    opacity: 0;
    transition: all .15s ease-in-out
}

.checkout-page__details__check-box input[type=checkbox]:checked+label span:before {
    color: var(--yt-base, #d02121);
    visibility: visible;
    opacity: 1
}

.checkout-page__check-wrapper {
    margin-top: 30px;
    margin-bottom: 50px
}

.checkout-page__shipping__title {
    font-weight: 500;
    margin-bottom: 20px
}

.checkout-page__your-order {
    position: relative
}

.checkout-page__your-order__title {
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 700
}

@media(max-width:767px) {
    .checkout-page__your-order__title {
        font-size: 28px
    }
}

.checkout-page__cost-process-title {
    margin-bottom: 20px;
    font-weight: 500
}

.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: 0;
    margin: 0
}

.checkout-page__order-table thead tr th {
    color: var(--yt-black, #001A3D);
    font-size: 16px;
    font-weight: 600;
    line-height: 235%;
    margin: 0;
    padding: 15.5px 0;
    border: 0;
    border-top: 1px solid var(--yt-border-color, #d9d9d9);
    border-bottom: 1px solid var(--yt-border-color, #d9d9d9);
    text-transform: uppercase
}

.checkout-page__order-table thead tr th:last-child {
    text-align: right
}

.checkout-page__order-table tbody tr td {
    color: var(--yt-black, #001A3D);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding: 0 0 24px;
    text-transform: uppercase;
    border: 0
}

.checkout-page__order-table tbody tr td:last-child {
    text-align: right
}

.checkout-page__order-table .pro__price {
    color: var(--yt-gray, #DDD);
    font-size: 18px;
    font-weight: 700
}

.checkout-page__order-table tbody tr:first-child td {
    padding-top: 25px
}

.checkout-page__order-table tbody tr:last-child td {
    padding-bottom: 26px;
    padding-top: 26px;
    border-top: 1px solid var(--yt-border-color, #d9d9d9)
}

.checkout-page__order-table tbody tr:last-child td.pro__price {
    color: var(--yt-black, #001A3D);
    font-weight: 700
}

.gutter-y-60 {
    --bs-gutter-y: 60px
}

.gutter-x-60 {
    --bs-gutter-x: 60px
}

.error-404 {
    position: relative;
    z-index: 1
}

.error-404__name {
    font-size: 450px;
    font-weight: 700;
    line-height: 100%;
    color: var(--yt-base, #d02121);
    text-align: center;
    margin-bottom: 20px
}

@media(max-width:1199px) {
    .error-404__name {
        font-size: 300px
    }
}

@media(max-width:767px) {
    .error-404__name {
        font-size: 200px
    }
}

@media(max-width:500px) {
    .error-404__name {
        font-size: 150px
    }
}

.error-404__title {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .error-404__title {
        font-size: 30px
    }
}

.error-404__text {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .error-404__text {
        font-size: 16px
    }
}

.error-404 .yt-btn {
    padding: 20px 25px
}

.faq-page__top {
    margin-bottom: 43px
}

.faq-page__top .sec-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.faq-page__top__text {
    margin-bottom: 0
}

@media(min-width:1200px) {
    .faq-page__top__text {
        margin-left: 45px
    }
}

.faq-page__thumb {
    margin-bottom: 30px
}

@media(min-width:992px) {
    .faq-page__thumb {
        margin-bottom: 50px
    }
}

.faq-page__thumb img {
    object-fit: cover;
    width: 100%
}

.faq-page .faq-accordion {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.faq-accordion {
    position: relative;
    counter-reset: section
}

.faq-accordion .accrodion+.accrodion {
    margin-top: 16px
}

@media(min-width:992px) {
    .faq-accordion .accrodion+.accrodion {
        margin-top: 18px
    }
}

.faq-accordion .accrodion {
    position: relative;
    transition: all 500ms ease;
    border-radius: 8px;
    border: 1px solid var(--yt-gray, #DDD);
    z-index: 1;
    overflow: hidden
}

.faq-accordion .accrodion .accrodion__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

.faq-accordion .accrodion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,114,56,0.8);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

.faq-accordion .accrodion .accrodion__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yt-base, #d02121);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

.faq-accordion .accrodion-title {
    padding: 34px 40px;
    padding-right: 70px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 500ms ease;
    display: flex;
    align-items: center
}

@media(max-width:767px) {
    .faq-accordion .accrodion-title {
        padding: 20px;
        padding-right: 70px
    }
}

.faq-accordion .accrodion-title h3 {
    flex: 1;
    margin: 0;
    transition: all 500ms ease;
    position: relative;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .44px
}

@media(max-width:575px) {
    .faq-accordion .accrodion-title h3 {
        font-size: 16px
    }
}

.faq-accordion .accrodion-title h3::before {
    counter-increment: section;
    content: counter(section) "."
}

.faq-accordion .accrodion-title__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.faq-accordion .active {
    border-color: var(--yt-base, #d02121)
}

.faq-accordion .active::after,
.faq-accordion .active .accrodion__bg {
    visibility: visible;
    opacity: 1
}

.faq-accordion .active .accrodion-title h3 {
    color: var(--yt-white, #fff)
}

.faq-accordion .active .accrodion-title__icon {
    transform: translateY(-50%) rotate(90deg);
}

.faq-accordion .accrodion-content .inner {
    margin-top: -10px;
    padding: 0 100px 27px 40px
}

@media(max-width:767px) {
    .faq-accordion .accrodion-content .inner {
        padding: 0 20px 35px
    }
}

.faq-accordion .accrodion-content p {
    margin-bottom: -5px;
    color: var(--yt-white, #fff);
    letter-spacing: .32px
}

.faq-one__content .sec-title {
    padding-bottom: 18px
}

.faq-one__text {
    margin-bottom: 30px
}

.faq-one__thumb {
    margin-bottom: 30px
}

.faq-one__thumb img {
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    box-shadow: 4px 12px 40px 1px rgba(0, 0, 0, 0.1)
}

.faq-one .accrodion-title {
    padding: 16px 20px;
    padding-right: 70px
}

.faq-one .faq-accordion .accrodion-title h3 {
    font-size: 20px;
    letter-spacing: .4px;
    line-height: 25px;
}

.faq-one .faq-accordion .accrodion {
    border-radius: 8px;
    border: 1px solid #DDD;
    background-color: #F5F6FA
}

.faq-one--one .faq-accordion .accrodion-content .inner {
    padding-left: 20px;
    padding-right: 65px;
    padding-bottom: 32px
}

.faq-one--one .faq-accordion .accrodion-content p {
    font-size: 14px;
    padding-top: 9px;
    line-height: 24px
}

.price-two {
    position: relative;
    z-index: 1
}

.price-two__top {
    margin-bottom: 60px
}

.price-two .sec-title-two {
    padding-bottom: 0;
    margin-bottom: 0
}

.price-two__right {
    display: flex;
    align-items: center;
    justify-content: end
}

@media(max-width:767px) {
    .price-two__right {
        justify-content: start
    }
}

.price-two .price-two__tab {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    background-color: var(--yt-white, #fff);
    box-shadow: 4px 12px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 50%;
    margin: 0 auto;
}

.price-two .price-two__tab__item {
    color: var(--yt-text, #737373);
    font-family: var(--yt-font2, "Jost", sans-serif);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    padding: 10px 20px;
    transition: all .4s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.price-two .price-two__tab__item.active-btn,
.price-two .price-two__tab__item:hover {
    background-color: var(--yt-base, #212ED0);
    color: var(--yt-white, #fff)
}

@keyframes translateLeft {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(15px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes scaleUpToscaleDown {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1)
    }

    25% {
        transform: scale(0.7, 1.1)
    }

    50% {
        transform: scale(1.1, 0.7)
    }

    75% {
        transform: scale(0.95, 1.05)
    }
}

@keyframes bellshake {
    0% {
        transform: rotate(0)
    }

    15% {
        transform: rotate(5deg)
    }

    30% {
        transform: rotate(-5deg)
    }

    45% {
        transform: rotate(4deg)
    }

    60% {
        transform: rotate(-4deg)
    }

    75% {
        transform: rotate(2deg)
    }

    85% {
        transform: rotate(-2deg)
    }

    92% {
        transform: rotate(1deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes left {
    0% {
        transform: translateX(0px)
    }

    70% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0px)
    }
}

@keyframes right {
    0% {
        transform: translateX(0px)
    }

    70% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0px)
    }
}

@keyframes bottom {
    0% {
        transform: translateY(0px)
    }

    70% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg)
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg)
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--yt-black, #001A3D);
    opacity: .3;
    cursor: url(../images/close.png), auto
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--yt-primary, #174035);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms
}

.mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--yt-white, #fff);
    cursor: pointer
}

.mobile-nav__close:hover {
    color: var(--yt-base, #d02121)
}

.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(var(--yt-white-rgb, 255, 255, 255), 0.1)
}

.mobile-nav__content .main-menu__list ul li>a {
    padding-left: 1em
}

.mobile-nav__content .main-menu__list li a .icon-down-arrow {
    display: none
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--yt-white-rgb, 255, 255, 255), 0.1)
}

.mobile-nav__content .main-menu__list li>a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--yt-white, #fff);
    font-size: 12px;
    font-family: var(--yt-font, "Inter", sans-serif);
    text-transform: uppercase;
    font-weight: 500;
    height: 46px;
    letter-spacing: var(--yt-letter-space, 0.1em);
    align-items: center;
    transition: 500ms
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--yt-base, #d02121)
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--yt-base, #d02121);
    border: 0;
    outline: 0;
    color: var(--yt-white, #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: var(--yt-white, #fff);
    color: var(--yt-black, #001A3D)
}

.mobile-nav__social {
    display: flex;
    align-items: center
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--yt-white, #fff);
    transition: 500ms
}

.mobile-nav__social a+a {
    margin-left: 20px
}

.mobile-nav__social a:hover {
    color: var(--yt-base, #d02121)
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--yt-white, #fff);
    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: inherit;
    transition: 500ms
}

.mobile-nav__contact li a:hover {
    color: var(--yt-base, #d02121)
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--yt-base, #d02121);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--yt-white, #fff)
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none
}

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform .8s ease-in-out;
    -khtml-transition: transform .8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    -ms-transition: transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition-delay: 0s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    background-color: #000;
    opacity: .9;
    cursor: url(../images/close.png), auto
}

@media(max-width:767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%)
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s 0s, width .8s .8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform .2s 0s;
    -khtml-transition: opacity .5s 0s, width .8s .8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform .2s 0s;
    -moz-transition: opacity .5s 0s, width .8s .8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform .2s 0s;
    -ms-transition: opacity .5s 0s, width .8s .8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform .2s 0s;
    -o-transition: opacity .5s 0s, width .8s .8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform .2s 0s;
    transition: opacity .5s 0s, width .8s .8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform .2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s
}

.search-popup__form {
    position: relative
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    background-color: var(--yt-white, #fff);
    font-size: 16px;
    color: var(--yt-text, #737373);
    border: 0;
    outline: 0;
    height: 66px;
    padding-left: 30px
}

.search-popup__form .yt-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0
}

.search-popup.active {
    z-index: 9999
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: .9;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1)
}

@media(max-width:767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%)
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: .7s;
    -webkit-transition-delay: .7s
}

.page-header {
    background-color: var(--yt-black, #001A3D);
    position: relative
}

@media(min-width:992px) {
    .page-header {
        min-height: 414px
    }
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.page-header__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85)
}

.page-header__content {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-left: 10px;
    padding-bottom: 110px
}

@media(min-width:992px) {
    .page-header__content {
        padding-top: 205px;
        padding-left: 20px;
        padding-bottom: 0
    }
}

.page-header .page-header__line {
    width: 2px;
    height: 100px;
    position: absolute;
    background-color: var(--yt-white, #fff);
    top: 107px;
    left: 0
}

@media(min-width:992px) {
    .page-header .page-header__line {
        top: 197px
    }
}

@media(max-width:767px) {
    .page-header .page-header__line {
        display: none
    }
}

.page-header .page-header__line::before,
.page-header .page-header__line::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: -3px;
    background-color: var(--yt-white, #fff);
    transform: rotate(45deg)
}

.page-header .page-header__line::after {
    top: auto;
    bottom: 0
}

.page-header__title {
    margin: 0 0 15px;
    color: var(--yt-white, #fff);
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: .96px;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .page-header__title {
        font-size: 35px
    }
}

.yt-breadcrumb {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    width: fit-content
}

.yt-breadcrumb li {
    color: var(--yt-white, #fff);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .36px;
    display: flex;
    text-transform: capitalize;
    align-items: center
}

.yt-breadcrumb li:not(:last-of-type)::after {
    content: "\f101";
    position: relative;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 7px;
    margin-right: 7px
}

.yt-breadcrumb li span {
    color: inherit;
    display: inline-flex
}

.yt-breadcrumb li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.yt-breadcrumb li a:hover {
    background-size: 100% 1px
}

.yt-breadcrumb li a:hover {
    color: var(--yt-primary, #174035)
}

.google-map {
    position: relative
}

.google-map iframe {
    position: relative;
    display: block;
    border: 0;
    height: 440px;
    width: 100%;
    mix-blend-mode: luminosity
}

.google-map__contact {
    overflow: hidden;
    background-color: var(--yt-gray, #DDD);
    margin-top: 120px
}

.contact-map {
    position: relative;
    padding-bottom: 120px
}

@media(max-width:767px) {
    .contact-map {
        padding-bottom: 80px
    }
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 1654px
}

.banner { position: relative; width: 100%; overflow: hidden; padding-top: 145px; padding-bottom: 56px;}
.bannerSwiper { width: 100%; height: 100%; }
.bannerSwiper .swiper-slide { position: relative; overflow: hidden; height: 100%; }

.slide__bg {
    position: absolute;
    left: -20%; right: -20%; top: 0; bottom: 0;
    background-size: cover;
    background-position: center bottom;
    opacity: .5;
    z-index: 0;
}
.slide__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11,15,26,.94) 0%, rgba(11,15,26,.45) 50%, rgba(11,15,26,.2) 100%);
}

.slide__inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.slide__text { width: 44%; will-change: transform, opacity; }
.slide__tag {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #cbd5e1;
    margin-bottom: 22px;
}
.slide__title { font-size: 58px; line-height: 1.15; font-weight: 700; margin-bottom: 18px; color: #fff;}
.slide__title em {
    font-style: normal;
    background: linear-gradient(90deg, #ff7238, #f8d5ab);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.slide__desc { font-size: 16px; line-height: 1.8; color: #94a3b8; margin-bottom: 30px; }
.slide__btn {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(99,102,241,.35);
    transition: transform .2s ease, box-shadow .2s ease;
}
.slide__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(99,102,241,.5); }
.slide__product { will-change: transform, opacity; }
.slide__img {
    display: block;
    width: 100%;
    border-radius: 18px;
}
.bannerSwiper .swiper-pagination{ bottom: 30px;}
.bannerSwiper .swiper-pagination-bullet { background: rgba(255,255,255,.4); opacity: 1; width: 20px; height: 20px;}
.bannerSwiper .swiper-pagination-bullet-active { background: #fff; }
.bannerSwiper .swiper-button-prev,
.bannerSwiper .swiper-button-next {
    color: #fff; width: 80px; height: 80px;
    background: rgba(255,255,255,.12);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    font-size: 28px;
}
.bannerSwiper .swiper-button-prev { left: 18px; }
.bannerSwiper .swiper-button-next { right: 18px; }
.bannerSwiper .swiper-button-prev::after,
.bannerSwiper .swiper-button-next::after { font-size: 16px; font-weight: 700; }

@media (max-width: 900px) {
    .banner { height: auto; min-height: 100vh; }
    .slide__inner { flex-direction: column; justify-content: center; padding: 30px 6%; }
    .slide__img{ width: 65%;}
    .slide__text { width: 100%; text-align: center; }
    .slide__title { font-size: 34px; }
    .slide__product { width: 100%; display: flex; justify-content: center;}
}
@media (max-width: 575px) {
    .slide__img{ width: 80%;}
}

.main-slider-one {
    position: relative;
    z-index: 1
}

.main-slider-one__item {
    position: relative;
    z-index: 3;
    padding-top: 145px;
    padding-bottom: 56px;
    background-color: var(--yt-black3, #000);
    overflow: hidden;
}

@media(max-width:1199px) {
    .main-slider-one__item {
        padding-top: 75px;
        padding-bottom: 100px
    }
}

@media(max-width:991px) {
    .main-slider-one__item {
        padding-top: 60px;
        padding-bottom: 80px
    }
    .product-details__description p img{ width: 50% !important; height: 100%; float: left; padding: 10px; margin: 0 auto;}
}

@media(max-width:767px) {
    .main-slider-one__item {
        padding-top: 50px;
        padding-bottom: 80px
    }
}

@media(max-width:575px) {
    .main-slider-one__item {
        padding-top: 50px;
        padding-bottom: 100px
    }
}

.main-slider-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -2;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transform: scale(1.5)
}
.main-slider-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

@media(max-width:991px) {
    .main-slider-one__shape {
        display: none
    }
}

.main-slider-one__shape span {
    position: absolute;
    z-index: 2;
    width: 230px;
    height: 220px;
    display: block;
    filter: drop-shadow(4px 8px 36px rgba(0, 0, 0, 0.1));
    background: linear-gradient(250deg, #d02121 10.48%, #6e0202 94.44%)
}

.main-slider-one__shape span:nth-child(1) {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0)
}

.main-slider-one__shape span:nth-child(2) {
    right: 0;
    top: 0;
    clip-path: polygon(100% 100%, 0 0, 100% 0)
}

.main-slider-one__shape span:nth-child(3) {
    left: 0;
    bottom: 0;
    clip-path: polygon(100% 100%, 0% 100%, 0 0)
}

.main-slider-one__shape span:nth-child(4) {
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0)
}

.main-slider-one__title {
    color: var(--yt-white, #fff);
    font-size: 64px;
    font-weight: 600;
    line-height: 132.813%;
    letter-spacing: 3.2px;
    margin-bottom: 25px
}

@media(max-width:767px) {
    .main-slider-one__title {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .main-slider-one__title-box{
        font-size: 35px !important;
    }
}

@media(max-width:575px) {
    .main-slider-one__title {
        font-size: 40px;
        margin-bottom: 15px
    }
}

.main-slider-one__title-box,
.main-slider-one__title__highlight {
    font-weight: 200
}

.main-slider-one__title span {
    display: inline-block;
    transform-style: preserve-3d;
    transform-origin: bottom;
    transform: scale(1, 0)
}

.main-slider-one__content {
    position: relative;
    z-index: 2;
    margin-top: 40px
}

@media(max-width:991px) {
    .main-slider-one__content {
        margin-top: 0
    }
}

.main-slider-one__title-box {
    background: linear-gradient(250deg, #d02121 10.48%, #6e0202 94.44%);
    padding:0 45px;
    border-radius: 100px;
    display: flex !important;
    width: 65% !important;
    justify-content: center !important;
    margin-top: 15px;
    font-size: 45px;
}

@media(max-width:575px) {
    .main-slider-one__title-box {
        padding: 10px
    }
}

.main-slider-one__description {
    margin-bottom: 40px;
    overflow: hidden
}

@media(max-width:575px) {
    .main-slider-one__description {
        margin-bottom: 30px
    }
}

@keyframes splitText {
    0% {
        transform: scale(1, 0)
    }

    100% {
        transform: scale(1, 1)
    }
}

.main-slider-one__text {
    letter-spacing: .32px;
    opacity: 0;
    transform: translateY(150%);
    transition: transform 1500ms ease, opacity 1500ms ease;
    color: #fff;
}

@media(min-width:1200px) {
    .main-slider-one__text {
        max-width: 425px;
        width: 100%
    }
}

.main-slider-one__thumb {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    display: none
}

@media(min-width:1200px) {
    .main-slider-one__thumb {
        display: block;
        margin-left: -16px;
        margin-top: 30px;
    }
}

.main-slider-one__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 3;
    overflow: hidden
}

@media(max-width:450px) {
    .main-slider-one__btn {
        flex-direction: column;
        justify-content: start;
        align-items: start
    }
}

.main-slider-one__btn__inner {
    opacity: 0;
    transform: translateY(150%)
}

.main-slider-one__btn__inner:first-child .yt-btn {
    background-color: var(--yt-white, #fff);
    color: var(--yt-black, #001A3D)
}

.main-slider-one__btn__inner:first-child .yt-btn::after {
    background-color: var(--yt-base, #d02121)
}

.main-slider-one__btn__inner:first-child .yt-btn:hover {
    color: var(--yt-white, #fff)
}

.main-slider-one__btn__inner:last-child .yt-btn {
    border: 1px solid var(--yt-white, #fff);
    background-color: transparent
}

.main-slider-one__btn__inner:last-child .yt-btn::after {
    background-color: var(--yt-white, #fff)
}

.main-slider-one__btn__inner:last-child .yt-btn:hover {
    color: var(--yt-black, #001A3D)
}

.main-slider-one .main-slider-one__social {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: absolute;
    top: calc(50% - 50px);
    left: 50px;
    transform: translateY(-50%);
    z-index: 2
}

@media(max-width:1366px) {
    .main-slider-one .main-slider-one__social {
        display: none
    }
}

.main-slider-one .main-slider-one__social a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--yt-white, #fff);
    color: var(--yt-black, #001A3D)
}

.main-slider-one .active .main-slider-one__bg {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1000ms;
}

.main-slider-one{ min-height: 500px;}

.main-slider-one .active .main-slider-one__text,
.main-slider-one .active .main-slider-one__btn__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1500ms ease, opacity 1500ms ease
}

.main-slider-one .active .main-slider-one__title span {
    animation: splitText 300ms ease forwards
}

.main-slider-one .active .main-slider-one__thumb {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-duration: 2000ms
}

.main-slider-one .active .main-slider-one__thumb img {
    animation: translateLeft 3s ease-in-out infinite
}

.text-slider {
    position: relative;
    z-index: 1;
    padding: 40px 0
}

.text-slider__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.text-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(var(--yt-base-rgb, 208, 33, 33), 0.9)
}

.text-slider__inner {
    width: 100%;
    display: flex;
    align-items: center;
    animation-direction: reverse;
    will-change: transform;
    position: relative;
    white-space: nowrap
}

.text-slider__inner:hover {
    animation-play-state: paused
}

.text-slider__item {
    color: var(--yt-white, #fff);
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
}

.text-slider__item p{ display: flex; flex-wrap: wrap; align-items: center; max-width: 200px;}
.text-slider__item span,.text-slider__item a{ width: 100%; display: inline-block; color: #fff; font-size: 18px;}
.text-slider__item a{ margin-bottom: 5px;}
.text-slider__item span.intro{ font-size: 14px; color: #fff; white-space: normal; line-height: 20px;}

.text-slider__item img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    margin-right: 10px
}

@media(max-width:991px) {
    .main-slider-one__title-box{
        width: 75% !important;
    }
}

@keyframes leftRightText {
    40% {
        transform: translate(50px, 0) scale(0.7);
        opacity: 1;
        color: #F5F6FA
    }

    60% {
        color: var(--yt-base, #d02121)
    }

    80% {
        transform: translate(0) scale(2);
        opacity: 0
    }

    100% {
        transform: translate(0) scale(1);
        opacity: 1
    }
}

.about-one {
    position: relative;
    z-index: 1;
    padding-bottom: 117px
}

@media(max-width:991px) {
    .about-one {
        padding-bottom: 100px
    }
    .banner{
        padding-top: 35px !important; padding-bottom: 35px !important;
    }
}

@media(max-width:767px) {
    .about-one {
        padding-bottom: 80px
    }
}

.about-one .sec-title {
    padding-bottom: 18px
}

.about-one__text {
    margin-bottom: 30px
}

@media(min-width:1200px) {
    .about-one__content {
        margin-left: 15px
    }
}

.about-one__list {
    margin-bottom: 38px
}

.about-one__list li {
    color: var(--yt-black, #001A3D);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 8px
}

.about-one__list li i {
    color: var(--yt-base, #d02121);
    font-size: 23px;
    transition: all .4s ease-in-out
}

.about-one__list li:hover i {
    color: var(--yt-black, #001A3D)
}

.about-one__list li+li {
    margin-top: 20px
}

@media(min-width:768px) {
    .about-one__list li+li {
        margin-top: 29px
    }
}

.about-one__thumb {
    position: relative;
    z-index: 1
}

@media(min-width:1200px) {
    .about-one__thumb {
        margin-right: 15px
    }
}

.about-one__thumb__item img {
    object-fit: cover;
    border-radius: 35px;
    box-shadow: 4px 12px 40px 1px rgba(0, 0, 0, 0.1)
}

@media(max-width:500px) {
    .about-one__thumb__item img {
        width: 100%
    }
}

.about-one__thumb__item-small {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end
}

@media(max-width:991px) and (min-width:768px) {
    .about-one__thumb__item-small {
        right: 30%
    }
}

@media(max-width:430px) {
    .about-one__thumb__item-small {
        position: relative;
        right: inherit;
        left: inherit;
        margin-top: 20px;
        text-align: left
    }
}

.about-one__thumb__item-small img {
    object-fit: cover;
    border-radius: 50px;
    border: 10px solid var(--yt-white, #fff);
    box-shadow: 4px 12px 40px 1px rgba(0, 0, 0, 0.1)
}

@media(max-width:1199px) and (min-width:992px),
(max-width:575px) and (min-width:430px) {
    .about-one__thumb__item-small img {
        width: 70%;
        text-align: end;
        object-fit: cover
    }
}

@media(max-width:500px) {
    .about-one__thumb__item-small img {
        width: 100%
    }
}

.about-one__thumb__shape {
    position: absolute;
    bottom: -66px;
    left: 0;
    z-index: -1
}

.about-one__thumb__shape img {
    opacity: 30%;
    animation: translateLeft 3s ease-in-out infinite
}

.about-one__right-shape,
.about-one__left-shape {
    position: absolute;
    top: 39%;
    left: 0
}

@media(max-width:1199px) {

    .about-one__right-shape,
    .about-one__left-shape {
        display: none
    }
}

.about-one__right-shape img,
.about-one__left-shape img {
    opacity: .1
}

.about-one__right-shape {
    right: 0;
    left: auto
}

.service-page .service-lode-more {
    margin-top: 10px
}

.service-card {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(221, 221, 221, 0.87);
    margin-top: 43px;
    padding: 0 40px 40px;
    transition: all .5s ease-in-out
}

@media(max-width:1199px) and (min-width:768px) {
    .service-card {
        padding: 0 20px 20px
    }
}

@media(max-width:991px) and (min-width:768px),
(max-width:500px) {
    .service-card {
        padding: 0 20px 12px
    }
}

.service-card__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: scalex(0.3);
    filter: blur(10px)
}

.service-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(var(--yt-base-rgb, 280, 33, 33), 0.9);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

.service-card__icon-shape {
    position: absolute;
    left: 40px;
    top: -43px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

@media(max-width:1199px) and (min-width:768px),
(max-width:500px) {
    .service-card__icon-shape {
        left: 20px
    }
}

.service-card__icon {
    width: 87px;
    height: 94px;
    background-color: var(--yt-base, #d02121);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 90.000000" preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,90.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M25 875 l-25 -24 0 -394 c0 -384 1 -395 21 -421 33 -42 69 -35 251 50 90 42 174 76 188 76 14 0 92 -35 173 -77 157 -82 176 -86 217 -45 19 19 20 35 20 415 l0 396 -25 24 -24 25 -386 0 -386 0 -24 -25z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 90.000000" preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,90.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M25 875 l-25 -24 0 -394 c0 -384 1 -395 21 -421 33 -42 69 -35 251 50 90 42 174 76 188 76 14 0 92 -35 173 -77 157 -82 176 -86 217 -45 19 19 20 35 20 415 l0 396 -25 24 -24 25 -386 0 -386 0 -24 -25z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    display: flex;
    padding-top: 23px;
    justify-content: center;
    font-size: 40px;
    color: var(--yt-white, #fff);
    margin-top: -43px;
    transition: all .5s ease-in-out;
    line-height: 1
}

.service-card__icon i{ display: inline-block; width: 40px; height: 40px;}
.service-card__icon i.icon1{ background: url(../images/dingdan2.svg) no-repeat center; background-size: contain;}
.service-card__icon i.icon2{ background: url(../images/jiagong2.svg) no-repeat center; background-size: contain;}
.service-card__icon i.icon3{ background: url(../images/yanfa2.svg) no-repeat center; background-size: contain;}
.service-card__icon i.icon4{ background: url(../images/shouhou2.svg) no-repeat center; background-size: contain;}
.service-card:hover .service-card__icon i.icon1{ background: url(../images/dingdan1.svg) no-repeat center; background-size: contain;}
.service-card:hover .service-card__icon i.icon2{ background: url(../images/jiagong1.svg) no-repeat center; background-size: contain;}
.service-card:hover .service-card__icon i.icon3{ background: url(../images/yanfa1.svg) no-repeat center; background-size: contain;}
.service-card:hover .service-card__icon i.icon4{ background: url(../images/shouhou1.svg) no-repeat center; background-size: contain;}

.service-card__content__inner {
    display: flex;
    align-items: center
}

@media(max-width:991px) and (min-width:768px),
(max-width:500px) {
    .service-card__content__inner {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 20px
    }
}

.service-card__content {
    padding-top: 30px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(221, 221, 221, 0.87)
}

@media(max-width:1199px) and (min-width:992px) {
    .service-card__content {
        padding-right: 10px;
        margin-right: 10px
    }
}

@media(max-width:991px) and (min-width:768px),
(max-width:500px) {
    .service-card__content {
        padding-right: 0;
        margin-right: 0;
        border: 0
    }
}

.service-card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px
}

.service-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.service-card__title a:hover {
    background-size: 100% 1px
}

.service-card__text {
    margin-bottom: 0;
    transition: all .5s ease-in-out
}

@media(max-width:1199px) and (min-width:992px),
(max-width:500px) {
    .service-card__text {
        font-size: 14px
    }
}

.service-card__btn {
    line-height: 1
}

.service-card__btn a {
    font-size: 50px;
    color: var(--yt-base, #d02121);
    transition: all .5s ease-in-out;
    line-height: 1;
    display: block
}

@media(max-width:1199px) and (min-width:992px),
(max-width:500px) {
    .service-card__btn a {
        font-size: 40px
    }
}

.service-card__btn a i {
    line-height: 0
}

.service-card:hover {
    border-color: var(--yt-base, #d02121);
    box-shadow: 4px 8px 40px 2px rgba(0, 0, 0, 0.1)
}

.service-card:hover .service-card__bg {
    visibility: visible;
    opacity: 1;
    transform: scalex(1);
    filter: blur(0px);
    transition-duration: 700ms
}

.service-card:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.service-card:hover .service-card__title,
.service-card:hover .service-card__text,
.service-card:hover .service-card__btn a {
    color: var(--yt-white, #fff)
}

.service-card:hover .service-card__icon-shape {
    visibility: visible;
    opacity: 1
}

.service-card:hover .service-card__icon {
    background-color: var(--yt-white, #fff);
    color: var(--yt-base, #d02121)
}

.service-card:hover .service-card__icon i {
    animation: gelatine .6s
}

.service-three__thumb {
    position: relative;
    z-index: 1
}

@media(min-width:1200px) {
    .service-three__thumb {
        margin-right: -40px
    }
}

@media(max-width:991px) {
    .service-three__thumb {
        max-width: 550px
    }
}

.service-three__thumb__item img {
    border-radius: 4px;
    box-shadow: 12px 36px 90px 1px rgba(0, 0, 0, 0.1)
}

@media(max-width:425px) {
    .service-three__thumb__item {
        text-align: start;
        position: relative
    }

    .service-three__thumb__item img {
        width: 100%
    }
}

.service-three__thumb__item-small {
    position: absolute;
    top: 34px;
    right: 0
}

.service-three__thumb__item-small img {
    border-radius: 4px;
    box-shadow: 12px 36px 90px 1px rgba(0, 0, 0, 0.1);
    border: 10px solid #F0F7F3;
    object-fit: cover;
    height: 490px
}

@media(max-width:1199px) and (min-width:992px) {
    .service-three__thumb__item-small {
        text-align: right;
        top: auto;
        bottom: 0
    }

    .service-three__thumb__item-small img {
        object-fit: cover;
        width: 80%;
        height: auto
    }
}

@media(max-width:991px) {
    .service-three__thumb__item-small {
        text-align: right;
        top: auto;
        bottom: 0
    }

    .service-three__thumb__item-small img {
        object-fit: cover;
        width: 80%;
        height: auto
    }
}

@media(max-width:425px) {
    .service-three__thumb__item-small {
        text-align: start;
        position: relative;
        margin-top: 20px
    }

    .service-three__thumb__item-small img {
        border: 0;
        width: 100%;
        height: auto
    }
}

@media(min-width:1200px) {
    .service-three__content {
        margin-left: 55px
    }
}

.service-three__content .sec-title-three {
    padding-bottom: 20px
}

.service-three__text {
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    margin-bottom: 30px
}

.service-three__list {
    margin-bottom: 30px
}

.service-three__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--yt-black, #001A3D);
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .36px
}

.service-three__list li+li {
    margin-top: 20px
}

.service-three .yt-btn-three {
    display: inline-flex
}

.service-area-three__inner {
    margin-bottom: 50px
}

.service-area-three__item {
    border: 1px solid rgba(221, 221, 221, 0.87);
    background-color: #F6F6F4;
    padding: 27px 30px;
    display: flex;
    align-items: center;
    overflow: hidden
}

@media(max-width:767px) {
    .service-area-three__item {
        padding: 20px 25px
    }
}

@media(max-width:575px) {
    .service-area-three__item {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 20px
    }
}

.service-area-three__item__content {
    flex: 40%;
    width: 40%;
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:575px) {
    .service-area-three__item__content {
        width: 100%;
        flex: 100%
    }
}

.service-area-three__item__title {
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
    transition: all .4s ease-in-out
}

@media(max-width:991px) and (min-width:576px) {
    .service-area-three__item__title {
        font-size: 18px
    }
}

.service-area-three__item__right {
    flex: 60%;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:575px) {
    .service-area-three__item__right {
        width: 100%;
        flex: 100%
    }
}

@media(max-width:425px) {
    .service-area-three__item__right {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 10px
    }
}

.service-area-three__item__text {
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    max-width: 420px;
    width: 100%;
    transition: all .4s ease-in-out
}

@media(max-width:991px) and (min-width:576px) {
    .service-area-three__item__text {
        font-size: 14px
    }
}

.service-area-three__item__btn {
    line-height: 1;
    font-size: 50px;
    color: var(--yt-base, #d02121);
    transition: all .4s ease-in-out
}

@media(max-width:991px) and (min-width:576px) {
    .service-area-three__item__btn {
        font-size: 30px
    }
}

.service-area-three__item__btn i {
    line-height: 1;
    transition: all .4s ease-in-out
}

.service-area-three__item__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition: all .4s ease-in-out
}

.service-area-three__item__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yt-black, #001A3D);
    z-index: -1;
    opacity: .85
}

.service-area-three__item:hover .service-area-three__item__icon img {
    animation: gelatine .6s;
    filter: brightness(0) invert(1)
}

.service-area-three__item:hover .service-area-three__item__bg {
    height: 100%;
    top: 0;
    bottom: auto
}

.service-area-three__item:hover .service-area-three__item__btn i,
.service-area-three__item:hover .service-area-three__item__title,
.service-area-three__item:hover .service-area-three__item__text {
    color: var(--yt-white, #fff)
}

.service-area-three__item:hover .service-area-three__item__btn {
    transform: rotate(90deg);
    color: var(--yt-white, #fff)
}

.service-area-three__item+.service-area-three__item {
    margin-top: 30px
}

.service-area-three__bottm__text {
    text-align: center;
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    margin-bottom: 0
}

.service-area-three__bottm__text a {
    color: var(--yt-base, #d02121)
}

.service-details__thumb {
    margin-bottom: 30px
}

.service-details__thumb img {
    object-fit: cover;
    width: 100%
}

.service-details__text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 162.5%
}

.service-details__text a {
    text-decoration: underline;
    color: var(--yt-base, #d02121);
    transition: all .4s ease-in-out;
    font-weight: 600
}

.service-details__text a:hover {
    color: var(--yt-black, #001A3D)
}

.service-details__text+.service-details__text {
    margin-top: 20px
}

.service-details__thumb-small img {
    object-fit: cover;
    width: 100%
}

.service-details__title {
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
    font-size: 30px
}

@media(min-width:992px) {
    .service-details__title {
        margin-bottom: 40px;
        font-size: 40px
    }
}

.case-studies__card {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden
}

.case-studies__card__thumb {
    position: relative;
    z-index: 1
}

.case-studies__card__thumb img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all .3s ease-in-out
}

.case-studies__card__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all .3s ease-in-out;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0
}

.case-studies__card__content {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    top: 0;
    left: 0
}

.case-studies__card__title {
    color: var(--yt-white, #fff);
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0
}

.case-studies__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.case-studies__card__title a:hover {
    background-size: 100% 1px
}

.case-studies__card__icon {
    font-size: 50px;
    color: var(--yt-white, #fff);
    line-height: 1;
    transition: all .5s ease-in-out;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0
}

.case-studies__card__icon:hover {
    color: var(--yt-base, #d02121)
}

.case-studies__card:hover .case-studies__card__thumb img {
    transform: scale(1.1)
}

.case-studies__card:hover .case-studies__card__thumb::after {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1
}

.case-studies__card:hover .case-studies__card__title {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1
}

.case-studies__card:hover .case-studies__card__icon {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1
}

.case-studies__card__two {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.case-studies__card__two__thumb {
    position: relative;
    z-index: 1
}

.case-studies__card__two__thumb img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all .3s ease-in-out
}

.case-studies__card__two__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 26, 61, 0.75);
    transition: all .3s ease-in-out;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0
}

.case-studies__card__two__hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.case-studies__card__two__content {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 0;
    top: 0;
    left: 0
}

.case-studies__card__two__subtitle {
    color: var(--yt-white, #fff);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    display: block;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0
}

.case-studies__card__two__title {
    color: var(--yt-white, #fff);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0
}

.case-studies__card__two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.case-studies__card__two__title a:hover {
    background-size: 100% 1px
}

.case-studies__card__two__icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--yt-base, #d02121);
    background-color: var(--yt-white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all .5s ease-in-out;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.case-studies__card__two__icon:hover {
    background-color: var(--yt-black3, #000);
    color: var(--yt-white, #fff)
}

.case-studies__card__two:hover {
    box-shadow: 4px 12px 36px 2px rgba(0, 0, 0, 0.1)
}

.case-studies__card__two:hover .case-studies__card__two__thumb img {
    transform: scale(1.1)
}

.case-studies__card__two:hover .case-studies__card__two__thumb::after {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1
}

.case-studies__card__two:hover .case-studies__card__two__subtitle {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
    transition-duration: 500ms
}

.case-studies__card__two:hover .case-studies__card__two__title {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
    transition-duration: 700ms
}

.case-studies__card__two:hover .case-studies__card__two__icon {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1
}

.case-studies__one__top {
    margin-bottom: 43px
}

.case-studies__one__top .sec-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.case-studies__one__top__text {
    margin-bottom: 0
}

@media(min-width:1200px) {
    .case-studies__one__top__text {
        margin-left: 45px
    }
}

.case-studies__one__inner {
    position: relative;
    z-index: 1
}

.case-studies__one__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 112px;
    background-color: rgba(var(--yt-base-rgb, 280, 33, 33), 0.85);
    z-index: -1
}

.case-studies__one__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    height: 112px
}

.case-studies__one__bottom {
    text-align: center;
    padding: 30px 0
}

.case-studies__one__bottom__text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
    color: var(--yt-white, #fff)
}

.case-studies__one__bottom__text a {
    text-decoration: underline;
    color: inherit
}

.case-study-two {
    counter-reset: caseItem
}

.case-study-two .sec-title-two {
    padding-bottom: 18px;
    margin-bottom: 0
}

.case-study-two__top__text {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 35px;
    font-family: var(--yt-font2, "Jost", sans-serif)
}

@media(min-width:1200px) {
    .case-study-two__top__text {
        padding-bottom: 47px
    }
}

.case-study-two__inner {
    margin-bottom: 47px
}

.case-study-two__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 30px;
    cursor: pointer;
    position: relative;
    z-index: 0
}

@media(max-width:767px) {
    .case-study-two__item {
        padding: 20px
    }
}

.case-study-two__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--yt-gray, #DDD)
}

.case-study-two__item:last-child {
    border-bottom: 1px solid var(--yt-gray, #DDD)
}

.case-study-two__item__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .48px;
    color: var(--yt-text, #737373);
    font-family: var(--yt-font2, "Jost", sans-serif);
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:767px) {
    .case-study-two__item__title {
        font-size: 18px
    }
}

.case-study-two__item__title::before {
    counter-increment: caseItem;
    content: "0" counter(caseItem);
    color: var(--yt-base, #d02121)
}

.case-study-two__item__btn {
    font-size: 20px;
    color: var(--yt-base, #d02121)
}

.case-study-two__item__box {
    position: absolute;
    top: 50%;
    transition: all .2s ease-in-out;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 3
}

.case-study-two__bottom__text {
    font-family: var(--yt-font2, "Jost", sans-serif);
    margin-bottom: -4px;
    text-align: center
}

.case-study-two__bottom__text a {
    color: var(--yt-base, #d02121);
    text-decoration: underline;
    font-weight: 600
}

.case-study-three .sec-title-three {
    padding-bottom: 30px
}

@media(min-width:1200px) {
    .case-study-three__right {
        margin-left: 50px
    }
}

@media(min-width:1200px) {
    .case-study-three__content {
        margin-right: -30px
    }
}

.case-study-three__list {
    margin-bottom: 30px
}

.case-study-three__list__item {
    color: var(--yt-black, #001A3D);
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .4px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.case-study-three__list__item.active-btn,
.case-study-three__list__item:hover {
    color: var(--yt-base, #d02121)
}

.case-study-three__list__item+.case-study-three__list__item {
    margin-top: 30px
}

.case-study-three__item__thumb {
    margin-bottom: 20px
}

.case-study-three__item__thumb img,
.case-study-three__list__image img {
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
    box-shadow: 12px 36px 90px 1px rgba(0, 0, 0, 0.1)
}

.case-study-three__item__content__title {
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .4px;
    margin-bottom: 20px
}

.case-study-three__item__content__text {
    font-family: var(--yt-font3, "Work Sans", sans-serif);
    margin-bottom: 30px
}

.case-study-three__item__content .yt-btn-three {
    display: inline-flex
}

.projects-page__top {
    margin-bottom: 50px
}

.projects-page__top .sec-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.projects-page__top__text {
    margin-bottom: 0
}

@media(min-width:1200px) {
    .projects-page__top__text {
        margin-left: 60px
    }
}

.project__card {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden
}

.project__card__thumb {
    position: relative;
    z-index: 1
}

.project__card__thumb img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all .3s ease-in-out
}

.project__card__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all .3s ease-in-out;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0
}

.project__card__content {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    top: 0;
    left: 0
}

.project__card__title {
    color: var(--yt-white, #fff);
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0
}

.project__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.project__card__title a:hover {
    background-size: 100% 1px
}

.project__card__text {
    color: var(--yt-white, #fff);
    margin-bottom: 0;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0
}

.project__card__icon {
    font-size: 50px;
    color: var(--yt-white, #fff);
    line-height: 1;
    transition: all .5s ease-in-out;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0
}

.project__card__icon:hover {
    color: var(--yt-base, #d02121)
}

.project__card:hover .project__card__thumb img {
    transform: scale(1.1)
}

.project__card:hover .project__card__thumb::after {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1
}

.project__card:hover .project__card__text,
.project__card:hover .project__card__title {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1
}

.project__card:hover .project__card__text {
    transition-duration: 500ms
}

.project__card:hover .project__card__icon {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1
}

.project__card+.project__card {
    margin-top: 30px
}

.projects-details {
    position: relative;
    z-index: 1
}

.projects-details__thumb {
    margin-bottom: 30px
}

.projects-details__thumb img {
    object-fit: cover;
    width: 100%;
    border-radius: 16px
}

.projects-details__thumb-small {
    height: 100%
}

.projects-details__thumb-small img {
    border-radius: 16px;
    width: 100%;
    object-fit: cover
}

.projects-details__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px
}

.projects-details__box {
    height: 100%;
    border-radius: 16px;
    background-color: #F5F6FA
}

.projects-details__box__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px
}

.projects-details__box__list {
    margin-bottom: 0
}

.projects-details__box__list li {
    color: var(--yt-black, #001A3D);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    padding: 20px 30px 19px;
    border-top: 1px solid rgba(var(--yt-gray-rgb, 221, 221, 221), 0.9);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.projects-details__box__list li span {
    color: var(--yt-text, #737373)
}

.projects-details__box .social-links {
    display: flex;
    align-items: center;
    gap: 16px
}

.why-choose-us {
    position: relative;
    z-index: 1
}

.why-choose-us .sec-title {
    padding-bottom: 18px
}

.why-choose-us--two {
    padding-bottom: 120px
}

@media(max-width:767px) {
    .why-choose-us--two {
        padding-bottom: 100px
    }
}

@media(max-width:575px) {
    .why-choose-us--two {
        padding-bottom: 80px
    }
}

.why-choose-us--two .why-choose-us__thumb {
    width: 100%;
    position: relative;
    top: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

@media(max-width:991px) {
    .why-choose-us--two .why-choose-us__thumb {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto
    }
}

.why-choose-us--two .why-choose-us__thumb::after {
    display: none
}

.why-choose-us--two .why-choose-us__thumb-item {
    text-align: end;
    margin-bottom: 35px;
}

@media(max-width:500px) {
    .why-choose-us--two .why-choose-us__thumb-item {
        text-align: left
    }
}

.why-choose-us--two .why-choose-us__thumb-item img {
    box-shadow: 4px 12px 40px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    object-fit: cover;
    width: 100%;
}

@media(max-width:991px) {
    .why-choose-us--two .why-choose-us__thumb-item img {
        width: auto
    }
}

@media(max-width:500px) {
    .why-choose-us--two .why-choose-us__thumb-item img {
        width: 100%
    }
}

.why-choose-us--two .why-choose-us__thumb-item-small {
    border-radius: 50px
}

@media(max-width:500px) {
    .why-choose-us--two .why-choose-us__thumb-item-small {
        position: relative;
        margin-top: 20px
    }
}

.why-choose-us--two .why-choose-us__thumb-item-small img {
    box-shadow: 4px 12px 40px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    border: 10px solid var(--yt-white, #fff);
    object-fit: cover;
    width: 100%
}

@media(max-width:500px) {
    .why-choose-us--two .why-choose-us__thumb-item-small img {
        width: 100%
    }
}

.why-choose-us--two .why-choose-us__thumb__shape {
    position: absolute;
    bottom: -66px;
    left: 0;
    z-index: -1
}

.why-choose-us--two .why-choose-us__thumb__shape img {
    opacity: 30%;
    animation: translateLeft 3s ease-in-out infinite;
    height: auto;
}

@media(max-width:500px) {
    .why-choose-us--two .why-choose-us__thumb__shape {
        display: none
    }
}

.why-choose-us--two .why-choose-us__feature__icon {
    max-width: 73px;
    width: 100%;
    height: 75px;
    font-size: 42px
}

.why-choose-us--two .why-choose-us__feature__item+.why-choose-us__feature__item {
    margin-top: 301x
}

.why-choose-us--two .why-choose-us__text {
    margin-right: 0
}

.why-choose-us__text {
    margin-bottom: 30px
}

@media(min-width:1200px) {
    .why-choose-us__text {
        margin-right: 40px
    }
}

.why-choose-us__feature__item {
    display: flex;
    align-items: center;
    gap: 22px
}

.why-choose-us__feature__item:hover .why-choose-us__feature__icon i {
    transform: rotateY(360deg)
}

.why-choose-us__feature__item+.why-choose-us__feature__item {
    margin-top: 32px
}

.why-choose-us__feature__icon {
    max-width: 71px;
    width: 100%;
    height: 73px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yt-base, #d02121);
    font-size: 49px;
    color: var(--yt-white, #fff);
    transition: all .6s ease-in-out
}

.why-choose-us__feature__icon i {
    transition: all .6s ease-in-out
}

.why-choose-us__feature__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px
}

.why-choose-us__feature__text {
    margin: 0;
    font-size: 14px
}

@media(min-width:1200px) {
    .why-choose-us__feature__text {
        max-width: 400px
    }
    .blog-card.listpage{ display: flex;}
}

.why-choose-us__thumb {
    position: absolute;
    top: 120px;
    right: 0;
    width: calc(50% - 15px);
    overflow: hidden;
    z-index: 1
}

@media(max-width:991px) {
    .why-choose-us__thumb {
        position: relative;
        width: 100%;
        top: auto;
        left: auto
    }

    .why-choose-us__thumb img {
        object-fit: cover;
        width: 100%
    }
}

.why-choose-us__thumb img {
    object-fit: cover;
    height: 320px;
}

.why-choose-us__thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0
}

.why-choose-us__thumb .video_play {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--yt-white, #fff);
    background-color: transparent;
    font-size: 30px;
    color: var(--yt-white, #fff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.why-choose-us__thumb .video_play:hover {
    background-color: var(--yt-base, #d02121)
}

@media(max-width:767px) {
    .why-choose-us__thumb .video_play {
        width: 80px;
        height: 80px;
        font-size: 25px
    }
    .product-details .table-responsive table {
        width: 150%;
    }
}

.why-choose-us-two {
    position: relative;
    z-index: 1
}

.why-choose-us-two .sec-title-two {
    padding-bottom: 18px
}

.why-choose-us-two__text {
    font-family: var(--yt-font2, "Jost", sans-serif);
    margin-bottom: 30px
}

.why-choose-us-two__content {
    margin-left: 0
}

@media(min-width:1200px) {
    .why-choose-us-two__content {
        margin-left: 70px
    }
}

.why-choose-us-two__feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-items: start;
    grid-gap: 30px 26px;
    margin-bottom: 40px
}

.why-choose-us-two__feature__item {
    display: flex;
    align-items: center;
    background: var(--yt-white, #fff);
    max-width: 200px;
    box-shadow: 12px 36px 60px 1px rgba(0, 0, 0, 0.1)
}

.why-choose-us-two__feature__item:hover .why-choose-us-two__feature__icon img {
    animation: gelatine 1s ease-in-out
}

.why-choose-us-two__feature__icon {
    max-width: 56px;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yt-black, #001A3D)
}

.why-choose-us-two__feature__title {
    color: #021623;
    font-family: var(--yt-font2, "Jost", sans-serif);
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0;
    padding: 10px
}

.why-choose-us-two__thumb {
    position: relative;
    z-index: 1
}

.why-choose-us-two__thumb-item {
    margin-bottom: 36px
}

@media(max-width:1199px) and (min-width:992px) {
    .why-choose-us-two__thumb-item {
        margin-right: 100px
    }

    .why-choose-us-two__thumb-item img {
        object-fit: cover;
        width: 100%
    }
}

@media(max-width:500px) {
    .why-choose-us-two__thumb-item img {
        object-fit: cover;
        width: 100%;
        height: 100%
    }
}

.why-choose-us-two__thumb-item-small {
    position: absolute;
    bottom: -35px;
    right: -52px
}

.why-choose-us-two__thumb-item-small img {
    box-shadow: 4px 12px 40px 1px rgba(0, 0, 0, 0.1);
    border: 5px solid var(--yt-white, #fff);
    object-fit: cover;
    height: 518px
}

@media(max-width:1199px) and (min-width:992px) {
    .why-choose-us-two__thumb-item-small {
        text-align: end;
        right: 0
    }

    .why-choose-us-two__thumb-item-small img {
        object-fit: cover;
        width: 70%;
        height: auto
    }
}

@media(max-width:500px) {
    .why-choose-us-two__thumb-item-small {
        margin-top: 20px;
        position: relative;
        bottom: auto;
        right: auto
    }

    .why-choose-us-two__thumb-item-small img {
        object-fit: cover;
        width: 100%;
        height: 100%
    }
}

.company-benefit {
    position: relative;
    z-index: 1
}

.company-benefit .sec-title {
    padding-bottom: 30px
}

@media(min-width:1200px) {
    .company-benefit__content {
        margin-left: 43px
    }
}

.company-benefit__feature__item {
    display: flex;
    align-items: center;
    gap: 20px
}

.company-benefit__feature__item+.company-benefit__feature__item {
    margin-top: 30px
}

.company-benefit__feature__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px
}

@media(max-width:500px) {
    .company-benefit__feature__title {
        font-size: 20px
    }
}

.company-benefit__feature__text {
    margin: 0
}

@media(max-width:500px) {
    .company-benefit__feature__text {
        font-size: 14px
    }
}

.company-benefit__count-bar {
    position: relative;
    z-index: 1
}

.company-benefit__funfact {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 6px solid #e5e5e5;
    border-radius: 100%;
    justify-content: center;
}

.company-benefit .circle-progress {
    display: flex;
    transform: rotate(-90deg)
}

.company-benefit__thumb {
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .company-benefit__thumb {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto
    }
}

.company-benefit__thumb-item {
    text-align: start;
    margin-bottom: 35px;
}

.company-benefit__thumb-item img {
    box-shadow: 4px 12px 40px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    object-fit: cover;
    width: 100%;
    height: 320px;
}

@media(max-width:500px) {
    .company-benefit__thumb-item img {
        width: 100%
    }
}

.company-benefit__thumb-item-small {
    border-radius: 235px
}

@media(min-width:1200px) {
    .company-benefit__thumb-item-small {
        right: -30px
    }
}

@media(max-width:500px) {
    .company-benefit__thumb-item-small {
        position: relative;
        right: auto;
        left: 0;
        margin-top: 20px
    }
}

.company-benefit__thumb-item-small img {
    box-shadow: 4px 12px 40px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    border: 10px solid var(--yt-white, #fff);
    object-fit: cover;
    width: 100%;
    height: 320px;
}

@media(max-width:500px) {
    .company-benefit__thumb-item-small img {
        width: 100%
    }
}

.company-benefit__thumb__shape {
    position: absolute;
    bottom: -66px;
    left: 0;
    z-index: -1
}

.company-benefit__thumb__shape img {
    opacity: 30%;
    animation: translateLeft 3s ease-in-out infinite;
    width: 100%;
}

@media(max-width:500px) {
    .company-benefit__thumb__shape {
        display: none
    }
}

.company-benefit__bottom {
    margin-top: 60px;
    text-align: center
}

@media(min-width:768px) {
    .company-benefit__bottom {
        margin-top: 100px
    }
}

.company-benefit__bottom__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
    text-align: center
}

@media(min-width:768px) {
    .company-benefit__bottom__text {
        font-size: 20px
    }
}

.company-benefit__bottom__text a {
    color: var(--yt-base, #d02121);
    text-decoration: underline
}

body.boxed-wrapper {
    position: relative
}

body.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--yt-white, #fff);
    box-shadow: 0 0 100px 0 rgba(var(--yt-black-rgb, 0, 26, 61), 0.08)
}

body.boxed-wrapper .topbar-one,
body.boxed-wrapper .main-header {
    padding: 0 20px
}
.fly-panel{margin: 15px auto; border-radius: 2px; background-color: #fff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);}
.fly-none{min-height: 600px; text-align: center; padding-top:100px; color: #999;}
.fly-none i{line-height: 300px; font-size: 300px; color: #393D49;}
.fly-none .icon-tishilian{display: inline-block; margin: 30px 0 20px;}
.fly-none h2{ margin-bottom: 50px;}
.fly-none p{ padding: 0 15px; font-size: 20px; color: #999; font-weight: 300; margin-bottom: 15px;}
.fly-list-one .fly-none{min-height: 70px;}