
.team-card .th-social a {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.team-card .th-social a:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-card .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-card .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-card .th-social a:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-card .team-title {
    margin-bottom: 2px
}

.team-card .team-title a {
    color: var(--white-color)
}

.team-card .team-title a:hover {
    color: var(--theme-color)
}

.team-card .team-desig {
    color: var(--theme-color);
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -0.3em
}

.team-card .team-content {
    padding: 30px 30px 0px 30px;
    text-align: center
}

.team-card:hover .team-img-wrap {
    border-color: var(--theme-color)
}

.team-card:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.team-card:hover .team-img:after {
    opacity: 1
}

.team-card:hover .th-social a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.team-card.style2 {
    background: var(--white-color);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05)
}

.team-card.style2 .team-content {
    padding: 20px;
    position: relative;
    text-align: start
}

.team-card.style2 .box-title {
    margin-bottom: 0
}

.team-card.style2 .box-title a {
    color: var(--title-color)
}

.team-card.style2 .box-title a:hover {
    color: var(--theme-color)
}

@media (max-width: 767px) {
    .team-card.style2 .box-title {
        font-size: 22px
    }
}

.team-card.style2 .team-social {
    position: absolute;
    right: 20px;
    top: 20px
}

.team-card.style2 .team-social .th-social {
    opacity: 0;
    visibility: hidden;
    bottom: 20px
}

.team-card.style2 .team-social .th-social a {
    display: block;
    margin: 0 0 10px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05)
}

.team-card.style2 .team-social .icon-btn {
    --btn-size: 40px;
    background: var(--theme-color);
    color: var(--white-color);
    cursor: pointer
}

.team-card.style2 .team-social:hover .icon-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-card.style2 .team-social:hover .th-social {
    opacity: 1;
    visibility: visible;
    bottom: 40px
}

.team-card.style2 {
    background: var(--white-color);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05)
}

.team-card.style2 .team-content {
    padding: 20px;
    position: relative;
    text-align: start
}

.team-card.style2 .box-title {
    margin-bottom: 0
}

.team-card.style2 .box-title a {
    color: var(--title-color)
}

.team-card.style2 .box-title a:hover {
    color: var(--theme-color)
}

@media (max-width: 767px) {
    .team-card.style2 .box-title {
        font-size: 22px
    }
}

.team-card.style2 .team-social {
    position: absolute;
    right: 20px;
    top: 20px
}

.team-card.style2 .team-social .th-social {
    opacity: 0;
    visibility: hidden;
    bottom: 20px
}

.team-card.style2 .team-social .th-social a {
    display: block;
    margin: 0 0 10px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05)
}

.team-card.style2 .team-social .icon-btn {
    --btn-size: 40px;
    background: var(--theme-color);
    color: var(--white-color);
    cursor: pointer
}

.team-card.style2 .team-social:hover .icon-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-card.style2 .team-social:hover .th-social {
    opacity: 1;
    visibility: visible;
    bottom: 40px
}

.team-card.style3 {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05)
}

.team-card.style3 .team-img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.team-card.style3 .team-img:after {
    display: none
}

.team-card.style3 .team-content {
    position: absolute;
    bottom: 0;
    text-align: start;
    padding: 30px;
    background: #fff;
    border-radius: 0 100px
}

@media (max-width: 1299px) {
    .team-card.style3 .team-content {
        padding: 23px
    }
}

.team-card.style3 .box-title {
    margin-bottom: 2px
}

@media (max-width: 1299px) {
    .team-card.style3 .box-title {
        font-size: 22px
    }
}

.team-card.style3 .th-social {
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 15px
}

.team-card.style3 .th-social a {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: var(--smoke-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    --icon-size: 40px
}

.team-card.style3 .th-social a:hover {
    background: var(--theme-color)
}

.team-card.style4 .team-content {
    text-align: start;
    padding: 30px 0 0 0;
    position: relative
}

.team-card.style4 .team-content .box-title {
    margin-bottom: 0
}

.team-card.style4 .team-content .team-social {
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.team-card.style4 .team-content .team-social .icon-btn {
    background: var(--theme-color);
    color: var(--white-color);
    --btn-size: 40px
}

.team-card.style4 .team-content .team-social .th-social {
    bottom: 20px;
    opacity: 0;
    visibility: hidden
}

.team-card.style4 .team-content .team-social .th-social a {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    --icon-size: 40px
}

.team-card.style4 .team-content .team-social:hover .icon-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-card.style4 .team-content .team-social:hover .th-social {
    opacity: 1;
    visibility: visible;
    bottom: 40px
}

.team-tab {
    --body-color: #8993A1
}

.team-tab-title {
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: -0.2em
}

.team-tab-desig {
    color: var(--theme-color);
    margin-bottom: 26px;
    display: block
}

.team-tab-subtitle {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid var(--theme-color);
    margin-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 30px
}

.team-tab-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 68px
}

@media (max-width: 1299px) {
    .team-tab-wrap {
        margin-left: 18px
    }
}

@media (max-width: 991px) {
    .team-tab-wrap {
        margin-left: 0;
        margin-bottom: 40px
    }
}

.team-card.style5 .team-img-wrap {
    border: 0;
    padding: 0
}

.team-card.style5 .th-social a {
    --icon-size: 40px
}

.team-card.style5 .th-social a:not(:last-child) {
    margin-right: 7px
}

@media (max-width: 375px) {
    .team-card.style5 .th-social a {
        --icon-size: 30px;
        font-size: 14px
    }
}

.team-details-about-info .about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.team-details-about-info .about-box .about-info .title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 2px;
    margin-top: -0.2em
}

.team-details-about-info .about-box .about-info .desig {
    color: var(--body-color);
    margin-bottom: 25px;
    font-size: 14px
}

.team-details-about-info .about-contact-wrap .about-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.team-details-about-info .about-contact-wrap .about-contact:not(:last-child) {
    margin-bottom: 15px
}

.team-details-about-info .about-contact-wrap .about-contact .about-contact-title {
    font-size: 18px;
    font-weight: 600;
    min-width: 130px;
    margin-bottom: -0.2em
}

.team-details-about-info .about-contact-wrap .about-contact .about-contact-text {
    color: var(--body-color);
    font-weight: 400;
    margin-bottom: 0
}

@media (max-width: 375px) {
    .team-details-about-info .about-contact-wrap .about-contact {
        display: block
    }
}

@media (max-width: 1500px) {
    .team-details-thumb {
        height: 100%
    }

    .team-details-thumb img {
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .team-details-thumb {
        margin-bottom: 40px;
        height: auto
    }
}

.th-team .play-btn {
    position: relative;
    z-index: 3;
    border: none;
    background-color: transparent;
    padding: 0
}

.th-team .play-btn>i {
    background-color: var(--theme-color);
    color: var(--white-color);
    --icon-size: 40px
}

.th-team .play-btn:before,
.th-team .play-btn:after {
    background-color: var(--theme-color)
}

.th-team .play-btn:hover {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.th-team .th-social {
    position: absolute;
    width: 40px;
    bottom: 50px;
    right: 0
}

.th-team .th-social a {
    margin-right: 0;
    margin-bottom: 7px;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.th-team .th-social a:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.th-team .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.th-team .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.th-team .th-social a:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.th-team .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-team .team-social {
    position: absolute;
    top: -20px;
    right: 30px
}

.th-team .team-social:hover .th-social a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.th-team .team-social:hover .th-social a:nth-child(4) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.th-team .team-social:hover .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.th-team .team-social:hover .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.th-team .team-social:hover .th-social a:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.th-team:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.team-grid {
    text-align: center
}

.team-grid .team-img {
    margin-bottom: 25px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.08);
    border-radius: 999px;
    padding: 20px;
    position: relative;
    z-index: 2
}

.team-grid .team-img:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid var(--theme-color);
    border-radius: inherit;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1
}

.team-grid .team-img img {
    border-radius: inherit;
    width: 100%;
    aspect-ratio: 16 / 16
}

.team-grid .team-title {
    margin-bottom: 0
}

.team-grid .team-desig {
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: -0.5em;
    display: block
}

.team-grid .team-social {
    top: unset;
    bottom: 35px;
    right: 35px
}

.team-grid:hover .team-img:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.team-grid:hover .team-img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width: 575px) {
    .team-grid {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
}

.team-box {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    -webkit-filter: drop-shadow(4px 10px 7px rgba(7, 36, 95, 0.05));
    filter: drop-shadow(4px 10px 7px rgba(7, 36, 95, 0.05))
}

.team-box .team-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
    width: calc(100% - 78px)
}

.team-box .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-box .team-content {
    text-align: center;
    width: calc(100% - 78px);
    padding: 35px 15px;
    border-radius: 0 0 0 10px;
    background-color: var(--white-color)
}

.team-box .team-title {
    font-size: 24px;
    margin-bottom: 4px;
    margin-top: -0.24em
}

.team-box .team-title a {
    color: inherit
}

.team-box .team-title a:hover {
    color: var(--theme-color)
}

.team-box .team-desig {
    display: block;
    margin-bottom: -0.45em
}

.team-box .team-social {
    top: unset;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 78px
}

.team-box .team-social:after,
.team-box .team-social:before {
    content: '';
    height: 190px;
    width: 100%;
    background-color: var(--white-color);
    border-radius: 0 10px 10px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-box .team-social:before {
    -webkit-clip-path: polygon(0 0, 100% 35px, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 35px, 100% 100%, 0% 100%)
}

.team-box .team-social:after {
    height: 0;
    bottom: 155px;
    background-color: var(--title-color);
    border-radius: 0 10px 0 0;
    z-index: -2
}

.team-box .team-social:hover:after {
    height: calc(100% - 155px)
}

.team-box .team-social:hover .play-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-box .play-btn {
    position: absolute;
    top: unset;
    bottom: 150px;
    left: 50%;
    margin-left: -20px
}

.team-box .th-social {
    bottom: 200px;
    right: 50%;
    margin-right: -20px
}

.team-box:hover .team-img {
    border-radius: 10px 0 0 0
}

@media (max-width: 375px) {
    .team-box .team-img img {
        height: 295px;
        object-fit: cover
    }

    .team-box .team-title {
        font-size: 20px;
        margin-bottom: 2px
    }
}

.team-card2 {
    position: relative
}

.team-card2 .team-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.team-card2 .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-card2 .team-title {
    font-size: 24px;
    margin-bottom: 4px;
    margin-top: -0.24em;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out
}

.team-card2 .team-title a {
    color: inherit
}

.team-card2 .team-title a:hover {
    color: var(--title-color)
}

.team-card2 .team-desig {
    color: var(--theme-color);
    display: block;
    font-family: var(--title-font);
    margin-bottom: -0.45em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-card2 .team-content {
    border-radius: 0 0 10px 10px;
    background-color: var(--theme-color);
    text-align: center;
    padding: 40px 15px 40px 15px;
    box-shadow: 0px 10px 15px rgba(7, 36, 95, 0.07);
    position: relative;
    z-index: 2
}

.team-card2 .team-content:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
    border-radius: 0 0 9px 9px
}

.team-card2:hover .team-content:before {
    height: 0
}

.team-card2:hover .play-btn>i {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.team-card2:hover .play-btn::before,
.team-card2:hover .play-btn:after {
    background-color: var(--white-color)
}

.team-card2:hover .team-title {
    color: var(--white-color)
}

.team-card2:hover .team-desig {
    color: var(--white-color)
}

.team-card2.th-team .team-img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-card2.th-team .play-btn {
    position: relative;
    z-index: 3;
    border: none;
    background-color: transparent;
    padding: 0
}

.team-card2.th-team .play-btn>i {
    background-color: var(--theme-color);
    color: var(--white-color);
    --icon-size: 40px
}

.team-card2.th-team .play-btn:before,
.team-card2.th-team .play-btn:after {
    background-color: var(--theme-color)
}

.team-card2.th-team .play-btn:hover {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-card2.th-team .th-social {
    position: absolute;
    width: 40px;
    bottom: 50px;
    right: 0
}

.team-card2.th-team .th-social a {
    margin-right: 0;
    margin-bottom: 7px;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.team-card2.th-team .th-social a:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-card2.th-team .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-card2.th-team .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-card2.th-team .th-social a:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-card2.th-team .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.team-card2.th-team .team-social {
    position: absolute;
    top: -20px;
    right: 30px
}

.team-card2.th-team .team-social:hover .as-social a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.team-card2.th-team .team-social:hover .as-social a:nth-child(4) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-card2.th-team .team-social:hover .as-social a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-card2.th-team .team-social:hover .as-social a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-card2.th-team .team-social:hover .as-social a:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-card2.th-team:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.testi-area-1 {
    padding-top: 243px
}

@media (max-width: 991px) {
    .testi-area-1 {
        padding-top: 213px
    }
}

.testi-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.testi-card_img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    z-index: 1
}

.testi-card_content {
    background: var(--white-color);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 30px 30px 150px;
    margin-left: -120px
}

.testi-card_text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0
}

.testi-card_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 28px
}

.testi-card_name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.testi-card_desig {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    display: block;
    margin-bottom: -0.3em
}

@media (max-width: 767px) {
    .testi-card {
        padding: 30px;
        background: var(--white-color);
        box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.05);
        gap: 30px
    }

    .testi-card_img {
        width: 130px
    }

    .testi-card_content {
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .testi-card {
        display: block
    }

    .testi-card_img {
        margin-bottom: 20px
    }
}

.testi-card.style2 {
    background: #1D212D;
    padding: 40px;
    display: block;
    position: relative
}

.testi-card.style2 .testi-card-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 12px
}

.testi-card.style2 .testi-card_text {
    font-style: italic;
    color: #B2B2B2;
    margin-top: -0.3em;
    margin-bottom: -0.3em
}

.testi-card.style2 .testi-card_content {
    margin: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin-top: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.testi-card.style2 .testi-card_bottom {
    margin: 0;
    display: block
}

.testi-card.style2 .testi-card_name {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600
}

.testi-card.style2 .testi-card_desig {
    font-size: 14px;
    color: #616B79;
    margin-bottom: 7px
}

.testi-card.style2 .testi-card_review {
    color: var(--theme-color);
    font-size: 14px
}

@media (max-width: 767px) {
    .testi-card.style2 .testi-card_img {
        width: auto
    }
}

@media (max-width: 575px) {
    .testi-card.style2 .testi-card_img {
        margin-bottom: 0
    }
}

@media (max-width: 375px) {
    .testi-card.style2 {
        padding: 30px
    }
}

.testi-card.style3 {
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
    display: block;
    position: relative
}

.testi-card.style3 .testi-card-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 12px
}

.testi-card.style3 .testi-card_img img {
    border-radius: 10px
}

.testi-card.style3 .testi-card_text {
    font-style: italic;
    margin-top: -0.3em;
    margin-bottom: -0.3em
}

.testi-card.style3 .testi-card_content {
    margin: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin-top: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.testi-card.style3 .testi-card_bottom {
    margin: 0;
    display: block
}

.testi-card.style3 .testi-card_name {
    font-size: 20px;
    font-weight: 600
}

.testi-card.style3 .testi-card_desig {
    font-size: 14px;
    color: #616B79;
    margin-bottom: 7px
}

.testi-card.style3 .testi-card_review {
    color: var(--theme-color);
    font-size: 14px
}

@media (max-width: 767px) {
    .testi-card.style3 .testi-card_img {
        width: auto
    }
}

@media (max-width: 575px) {
    .testi-card.style3 .testi-card_img {
        margin-bottom: 0
    }
}

@media (max-width: 375px) {
    .testi-card.style3 {
        padding: 30px
    }
}

.testi-slider3 .slick-list {
    padding-bottom: 50px
}

.testi-area-4 {
    background-size: calc(100% - 190px);
    background-position: left;
    position: relative
}

.testi-area-4:after {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(left, rgba(14, 18, 29, 0) -5.97%, rgba(14, 18, 29, 0.49) -.01%, rgba(14, 18, 29, 0.66) 7.33%, rgba(14, 18, 29, 0.8) 17.88%, rgba(14, 18, 29, 0.9) 26.32%, rgba(14, 18, 29, 0.94) 37.33%, #0E121D 54.58%);
    background: linear-gradient(90deg, rgba(14, 18, 29, 0) -5.97%, rgba(14, 18, 29, 0.49) -.01%, rgba(14, 18, 29, 0.66) 7.33%, rgba(14, 18, 29, 0.8) 17.88%, rgba(14, 18, 29, 0.9) 26.32%, rgba(14, 18, 29, 0.94) 37.33%, #0E121D 54.58%);
    width: calc(100% - 190px);
    z-index: -2
}

@media (max-width: 1700px) {
    .testi-area-4 {
        background-size: calc(100% - 100px)
    }
}

@media (max-width: 1500px) {
    .testi-area-4 {
        background-size: calc(100% - 70px)
    }
}

@media (max-width: 1399px) {
    .testi-area-4 {
        background-size: calc(100% - 30px)
    }
}

@media (max-width: 1299px) {
    .testi-area-4 {
        background-size: cover
    }

    .testi-area-4:after {
        width: 100%
    }
}

.testi4-thumb {
    right: 190px;
    top: 0;
    height: 100%;
    z-index: -1
}

.testi4-thumb img {
    height: 100%;
    object-fit: cover
}

@media (max-width: 1700px) {
    .testi4-thumb {
        right: 100px
    }
}

@media (max-width: 1500px) {
    .testi4-thumb {
        right: 70px
    }
}

@media (max-width: 1399px) {
    .testi4-thumb {
        right: 30px
    }
}

@media (max-width: 1299px) {
    .testi4-thumb {
        right: 0px;
        width: 35%
    }
}

@media (max-width: 1199px) {
    .testi4-thumb {
        display: none
    }
}

.testi-slider4 {
    max-width: 550px
}

.testi-slider4 .slick-arrow {
    background: #262A36;
    --pos-x: 0;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    opacity: 1;
    visibility: visible
}

.testi-slider4 .slick-arrow.slick-prev {
    right: 15px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (max-width: 1199px) {
    .testi-slider4 {
        max-width: none;
        margin-right: 0px
    }

    .testi-slider4 .slick-arrow {
        margin: 0
    }
}

.testi-card.style4 {
    display: block;
    background: transparent;
    padding: 0
}

.testi-card.style4 .testi-card_img {
    width: auto;
    margin-bottom: 0
}

.testi-card.style4 .testi-card_text {
    font-size: 18px;
    font-weight: 500;
    color: #8993A1;
    margin-top: 0
}

.testi-card.style4 .testi-card_content {
    background: transparent;
    box-shadow: none;
    margin: 30px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.testi-card.style4 .testi-card_bottom {
    display: block;
    margin-top: 0
}

.testi-card.style4 .testi-card_name {
    color: var(--white-color)
}

.testi-card.style4 .testi-card_desig {
    color: #8993A1;
    margin-bottom: 7px
}

.testi-card.style4 .testi-card_review {
    color: var(--theme-color);
    font-size: 14px
}

@media (max-width: 575px) {
    .testi-card.style4 .testi-card_text {
        font-size: 16px
    }
}

.testi-contace-wrap {
    margin-right: -97px
}

@media (max-width: 1700px) {
    .testi-contace-wrap {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .testi-contace-wrap {
        margin-bottom: 120px;
        margin-top: -40px
    }

    .testi-contace-wrap .contact-form-wrap {
        margin-top: 0
    }
}

@media (max-width: 991px) {
    .testi-contace-wrap {
        margin-bottom: 80px;
        margin-top: -20px
    }
}

.testi-area-5 {
    margin-bottom: -190px
}

.testi5-slider-wrap {
    -webkit-transform: translate(0px, 190px);
    -ms-transform: translate(0px, 190px);
    transform: translate(0px, 190px);
    margin-top: -280px;
    margin-bottom: 380px
}

.testi5-thumb-indicator {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 380px;
    z-index: 1
}

@media (max-width: 1299px) {
    .testi5-thumb-indicator {
        margin: 0 320px
    }
}

@media (max-width: 1199px) {
    .testi5-thumb-indicator {
        margin: 0 230px
    }
}

@media (max-width: 991px) {
    .testi5-thumb-indicator {
        margin: 0 100px
    }
}

@media (max-width: 575px) {
    .testi5-thumb-indicator {
        margin: 0
    }
}

.testi5-thumb-indicator .testi5-thumb {
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer
}

.testi5-thumb-indicator .testi5-thumb img {
    border-radius: 50%;
    width: 90px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.testi5-thumb-indicator .testi5-thumb.slick-active~.slick-active {
    -webkit-transform: scale(1.34);
    -ms-transform: scale(1.34);
    transform: scale(1.34)
}

@media (max-width: 767px) {
    .testi5-thumb-indicator .testi5-thumb.slick-active~.slick-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.testi5-thumb-indicator .testi5-thumb.slick-active.slick-current {
    margin: 0;
    -webkit-transform: scale(1.67);
    -ms-transform: scale(1.67);
    transform: scale(1.67);
    z-index: 1;
    position: relative
}

.testi5-thumb-indicator .testi5-thumb.slick-active.slick-current~.slick-active~.slick-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    position: relative
}

.testi-slider5 {
    background: var(--white-color);
    border: 6px solid #EEEEEE;
    display: block;
    text-align: center;
    padding: 50px 125px 60px;
    margin: -75px 0px 0
}

.testi-slider5 .slick-arrow {
    opacity: 1;
    visibility: visible;
    --pos-x: -30px
}

@media (max-width: 1199px) {
    .testi-slider5 {
        padding: 105px 60px 60px
    }
}

@media (max-width: 991px) {
    .testi-slider5 {
        padding: 105px 40px 40px
    }
}

@media (max-width: 575px) {
    .testi-slider5 {
        padding: 95px 30px 30px
    }
}

.testi-card.style5 {
    display: block;
    padding: 0;
    box-shadow: none
}

.testi-card.style5 .testi-card_name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px
}

.testi-card.style5 .testi-card_desig {
    color: #8993A1;
    font-size: 14px;
    font-weight: 400
}

.testi-card.style5 .testi-card_text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 27px
}

.testi-card.style5 .testi-card_review {
    color: #F0A538;
    margin-bottom: -0.3em
}

@media (max-width: 991px) {
    .testi-card.style5 .testi-card_text {
        font-size: 16px;
        margin-top: 18px;
        margin-bottom: 17px
    }
}

.testi-grid {
    background-color: var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 40px 20px 40px;
    position: relative;
    z-index: 2
}

.testi-grid:before {
    content: '';
    height: 80px;
    width: calc(100% - 100px);
    background-color: var(--theme-color);
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
    z-index: -1
}

.testi-grid_text {
    margin-top: -0.5em;
    margin-bottom: 25px
}

.testi-grid_name {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 600
}

.testi-grid_desig {
    display: block;
    margin-bottom: -0.5em;
    color: var(--white-color)
}

.testi-grid_author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
}

.testi-grid_avater {
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid var(--white-color)
}

.testi-grid_review {
    color: var(--theme-color);
    margin-top: 12px
}

.testi-grid_review i {
    font-size: 14px;
    margin-right: 3px
}

.testi-grid_quote {
    position: absolute;
    bottom: 30px;
    right: 40px
}

@media (max-width: 1199px) {
    .testi-grid:before {
        width: calc(100% - 70px)
    }

    .testi-grid_quote {
        right: 20px
    }

    .testi-grid_name {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .testi-grid:before {
        width: 100%
    }

    .testi-grid_quote {
        display: none
    }
}

@media (max-width: 410px) {
    .testi-grid {
        padding: 20px
    }

    .testi-grid:before {
        -webkit-clip-path: polygon(0 0, calc(100% - 35px) 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, calc(100% - 35px) 0%, 100% 100%, 0% 100%)
    }

    .testi-grid_author {
        gap: 20px
    }

    .testi-grid_avater {
        max-width: 70px;
        border-radius: 14px
    }

    .testi-grid_name {
        font-size: 20px
    }

    .testi-grid_text {
        font-size: 14px;
        margin-bottom: 20px
    }

    .testi-grid_desig {
        font-size: 14px
    }

    .testi-grid_review {
        margin-top: 0
    }
}

.testi-card2 {
    background-color: var(--white-color);
    padding: 40px;
    box-shadow: 0px 4px 14px rgba(7, 36, 95, 0.06)
}

.testi-card2_img {
    margin-bottom: 23px;
    position: relative;
    display: inline-block
}

.testi-card2_img>img {
    border-radius: 50%
}

.testi-card2_quote {
    text-align: center;
    background-color: var(--white-color);
    width: 22px;
    height: 22px;
    border-radius: 3px;
    box-shadow: 0px 4px 10px rgba(7, 36, 95, 0.15);
    line-height: 19px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: skewY(-25deg);
    -ms-transform: skewY(-25deg);
    transform: skewY(-25deg)
}

.testi-card2_quote img {
    -webkit-transform: skewY(25deg);
    -ms-transform: skewY(25deg);
    transform: skewY(25deg)
}

.testi-card2_name {
    font-size: 24px;
    margin-bottom: 4px
}

.testi-card2_desig {
    margin-bottom: -0.45em;
    display: block
}

.testi-card2_text {
    margin-bottom: 15px
}

@media (max-width: 375px) {
    .testi-card2 {
        padding: 40px 20px
    }
}

.testi-box {
    overflow: hidden
}

.testi-box_content {
    padding: 60px 30px 30px 30px;
    border-radius: 10px;
    background-color: var(--white-color)
}

.testi-box_img {
    margin-left: 30px;
    margin-bottom: -40px;
    width: 80px
}

.testi-box_img img {
    border-radius: 999px
}

.testi-box_name {
    font-size: 24px;
    margin-bottom: 4px;
    margin-top: -0.24em;
    font-weight: 700
}

.testi-box_desig {
    color: var(--theme-color);
    margin-bottom: 15px;
    display: block
}

.testi-box_text {
    padding-left: 19px;
    margin-bottom: -0.45em;
    position: relative
}

.testi-box_text:before {
    content: '';
    height: calc(100% - 14px);
    width: 4px;
    background-color: var(--theme-color);
    position: absolute;
    top: 7px;
    left: 0
}

@media (max-width: 1199px) {
    .testi-sec {
        background-position: center right
    }
}

.counter-area-1 {
    padding: 85px 0
}

.counter-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.counter-grid_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.counter-grid_number {
    color: var(--white-color);
    margin-bottom: -7px;
    margin-top: -0.16em;
    font-weight: 700;
    font-size: 48px
}

@media (max-width: 1199px) {
    .counter-grid_number {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .counter-grid_number {
        font-size: 28px
    }
}

.counter-grid_text {
    color: #B2B2B2;
    display: block;
    margin-bottom: -0.5em;
    font-size: 16px
}

.counter-grid:hover .counter-grid_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.counter-area-2 {
    padding: 60px
}

@media (max-width: 1299px) {
    .counter-area-2 {
        padding: 50px
    }
}

@media (max-width: 575px) {
    .counter-area-2 {
        padding: 30px
    }
}

@media (max-width: 1199px) {
    .counter-thumb img {
        width: 100%
    }
}

.counter-grid.style2 {
    background: var(--white-color);
    padding: 40px 30px 40px 40px;
    position: relative
}

.counter-grid.style2:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
    border-right: 30px solid var(--white-color);
    border-top: 30px solid var(--theme-color)
}

.counter-grid.style2 .details {
    position: relative;
    z-index: 1
}

.counter-grid.style2 .counter-grid_icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.counter-grid.style2 .counter-grid_number {
    color: var(--title-color);
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 1px
}

.counter-grid.style2 .counter-grid_number-shadow {
    position: absolute;
    font-size: 69px;
    font-weight: 700;
    -webkit-text-stroke: 1px var(--border-color);
    -webkit-text-fill-color: transparent;
    z-index: -1;
    top: -12px;
    left: 4px
}

.counter-grid.style2 .counter-grid_text {
    color: var(--body-color)
}

@media (max-width: 1299px) {
    .counter-grid.style2 {
        padding: 30px 30px 30px 30px
    }

    .counter-grid.style2 .counter-grid_text {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .counter-grid.style2 .counter-grid_number-shadow {
        font-size: 49px
    }

    .counter-grid.style2 .counter-grid_number {
        font-size: 44px
    }
}

@media (max-width: 375px) {
    .counter-grid.style2 {
        display: block
    }

    .counter-grid.style2 .counter-grid_icon {
        margin-bottom: 25px
    }

    .counter-grid.style2 .counter-grid_number-shadow {
        top: -3px
    }
}

.counter-area-3 {
    border-bottom: 1px solid var(--border-color)
}

.counter-grid.style3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.counter-grid.style3 .counter-grid_icon {
    -webkit-filter: drop-shadow(0px 10px 50px rgba(30, 40, 58, 0.12));
    filter: drop-shadow(0px 10px 50px rgba(30, 40, 58, 0.12));
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: var(--white-color);
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.counter-grid.style3 .counter-grid_number {
    color: var(--title-color);
    font-weight: 400;
    margin-bottom: 0
}

.counter-grid.style3 .counter-grid_number .counter-number {
    font-weight: 700
}

.counter-grid.style3 .counter-grid_text {
    color: var(--body-color)
}

.counter-area-4 {
    border: 1px solid var(--border-color);
    padding: 80px;
    position: relative
}

.counter-area-4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--smoke-color);
    width: 46%;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: 0
}

@media (max-width: 1299px) {
    .counter-area-4 {
        padding: 60px
    }
}

@media (max-width: 767px) {
    .counter-area-4 {
        padding: 40px 20px
    }

    .counter-area-4:after {
        display: none
    }
}

.counter-area-4.bg-shadow {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07)
}

.counter-wrap4 {
    padding: 0 0.75rem;
    margin-left: 80px
}

@media (max-width: 1500px) {
    .counter-wrap4 {
        margin-left: 30px
    }
}

@media (max-width: 1199px) {
    .counter-wrap4 {
        margin-left: 0
    }
}

.counter-grid.style4 .counter-grid_icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: var(--white-color);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    box-shadow: 0px 10px 50px rgba(30, 40, 58, 0.12)
}

@media (max-width: 767px) {
    .counter-grid.style4 .counter-grid_icon {
        height: 70px;
        width: 70px;
        line-height: 70px
    }

    .counter-grid.style4 .counter-grid_icon img {
        width: 40px
    }
}

.counter-grid.style4 .counter-grid_number {
    color: var(--title-color);
    margin-bottom: 0
}

.counter-grid.style4 .counter-grid_text {
    color: var(--body-color)
}

@media (max-width: 1299px) {
    .counter-grid.style4 .counter-grid_text {
        font-size: 14px
    }
}

.counter-grid-wrap {
    --space-x: 60px;
    --space-y: 45px;
    padding: 0
}

.counter-grid-wrap:not(:nth-child(3n)) {
    border-right: unset
}

.counter-grid-wrap:not(:nth-last-child(-n+2)) {
    padding-bottom: var(--space-y)
}

.counter-grid-wrap:not(:nth-child(-n+2)) {
    padding-top: var(--space-y);
    border-top: 1px solid var(--border-color)
}

.counter-grid-wrap:nth-child(odd) {
    padding-right: var(--space-x)
}

.counter-grid-wrap:nth-child(even) {
    padding-left: var(--space-x);
    border-left: 1px solid var(--border-color)
}

.counter-grid-wrap:not(:nth-last-child(-n+4)) {
    border-top: 0
}

@media (max-width: 1500px) {
    .counter-grid-wrap {
        --space-x: 40px
    }
}

@media (max-width: 1299px) {
    .counter-grid-wrap {
        --space-x: 30px;
        --space-y: 30px
    }
}

@media (max-width: 767px) {
    .counter-grid-wrap:nth-child(even) {
        padding-left: 12px;
        border-left: 0
    }

    .counter-grid-wrap:not(:nth-child(-n+2)) {
        border-top: 0;
        padding-top: 0
    }

    .counter-grid-wrap:nth-child(odd) {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .counter-grid-wrap:not(:nth-child(-n+2)) {
        padding-bottom: var(--space-x)
    }

    .counter-grid-wrap:last-child {
        padding-bottom: 0
    }
}

.counter-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.counter-card-wrap {
    padding: 65px
}

.counter-card-wrap2 {
    padding: 60px 0
}

.counter-card_icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    background-color: var(--theme-color);
    border: 10px solid #bdbdbd;
    border-radius: 50%;
    box-sizing: content-box;
    text-align: center
}

.counter-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-card_number {
    color: var(--white-color);
    margin-bottom: 5px;
    margin-top: -0.24em
}

.counter-card_text {
    color: var(--white-color);
    display: block;
    margin-bottom: -0.45em
}

.counter-card:hover .counter-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.counter-card.style2 .counter-card_icon {
    border: none
}

@media (max-width: 1399px) {
    .counter-card_number {
        max-width: 110px
    }
}

@media (max-width: 1199px) {
    .counter-card_number {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .counter-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .counter-card_number {
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .counter-card-wrap {
        padding: 65px 20px
    }
}

.counter-card.style3 {
    position: relative
}

.counter-card.style3 .counter-card_bg-number {
    font-weight: 800;
    font-size: 120px;
    font-family: var(--title-font);
    position: absolute;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    color: transparent;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.counter-card.style3 .media-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.counter-card.style3 .media-body .counter-card_number {
    font-weight: 800;
    margin: 0 0 -0.3em
}

.counter-card.style3 .media-body .counter-card_text {
    font-size: 18px;
    font-weight: 500;
    width: 140px;
    line-height: 26px
}

@media (max-width: 1199px) {
    .counter-card.style3 .media-body {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .counter-card.style3 .counter-card_bg-number {
        font-size: 90px
    }
}

@media (max-width: 991px) {
    .counter-card.style3 .counter-card_bg-number {
        font-size: 60px;
        line-height: initial;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%
    }
}

@media (max-width: 767px) {
    .counter-card.style3 {
        text-align: left
    }
}

.blog-single.style2 {
    margin-bottom: 0
}

.blog-single.style2 .blog-content {
    padding: 30px
}

.blog-single.style2 .blog-meta {
    margin-right: 70px
}

.blog-single.style2 .blog-meta span,
.blog-single.style2 .blog-meta a {
    padding-right: 0;
    margin-right: 25px
}

@media (max-width: 1299px) {

    .blog-single.style2 .blog-meta span,
    .blog-single.style2 .blog-meta a {
        margin-right: 15px
    }
}

@media (max-width: 991px) {

    .blog-single.style2 .blog-meta span,
    .blog-single.style2 .blog-meta a {
        margin-right: 20px
    }
}

.blog-single.style2 .blog-meta span:after,
.blog-single.style2 .blog-meta a:after {
    display: none
}

.blog-single.style2 .blog-meta span:last-child,
.blog-single.style2 .blog-meta a:last-child {
    margin-right: 0px
}

.blog-single.style2 .blog-date {
    position: absolute;
    top: 0;
    right: 20px;
    background: var(--theme-color);
    padding: 24px 8px 15px;
    color: var(--white-color);
    text-align: center;
    font-size: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.blog-single.style2 .blog-date span {
    font-size: 36px;
    display: block;
    font-family: var(--title-font);
    font-weight: 700;
    margin-bottom: 7px
}

@media (max-width: 1299px) {
    .blog-single.style2 .blog-date span {
        font-size: 30px;
        margin-bottom: 0px
    }
}

.blog-single.style2 .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1399px) {
    .blog-single.style2 {
        --blog-space-y: 30px;
        --blog-space-x: 30px
    }
}

@media (max-width: 991px) {
    .blog-single.style2 .box-title {
        font-size: 22px
    }
}

.blog-single.style2:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-single.style3 {
    padding: 20px 20px 40px 20px;
    border-radius: 20px;
    margin-bottom: 0;
    background: transparent;
    border: 2px solid #EEEEEE
}

@media (max-width: 991px) {
    .blog-single.style3 {
        padding: 20px 20px 30px 20px
    }
}

.blog-single.style3 .blog-img {
    margin-bottom: 40px;
    border-radius: 20px;
    position: relative
}

.blog-single.style3 .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 20px
}

@media (max-width: 991px) {
    .blog-single.style3 .blog-img {
        margin-bottom: 30px
    }
}

.blog-single.style3 .blog-meta {
    margin-bottom: 15px
}

.blog-single.style3 .blog-meta span,
.blog-single.style3 .blog-meta a {
    padding-right: 0;
    margin-right: 25px
}

@media (max-width: 991px) {

    .blog-single.style3 .blog-meta span,
    .blog-single.style3 .blog-meta a {
        margin-right: 20px
    }
}

.blog-single.style3 .blog-meta span:after,
.blog-single.style3 .blog-meta a:after {
    display: none
}

.blog-single.style3 .blog-meta span:last-child,
.blog-single.style3 .blog-meta a:last-child {
    margin-right: 0px
}

.blog-single.style3 .blog-meta span.blog-date,
.blog-single.style3 .blog-meta a.blog-date {
    background: var(--theme-color);
    color: var(--white-color);
    padding: 0px 15px;
    border-radius: 20px;
    font-size: 12px
}

.blog-single.style3 .blog-content {
    padding: 0px 20px 0px 20px
}

@media (max-width: 991px) {
    .blog-single.style3 .blog-content {
        padding: 0px 10px 0px 10px
    }
}

@media (max-width: 575px) {
    .blog-single.style3 .blog-content {
        padding: 0
    }
}

.blog-single.style3 .blog-title {
    margin-bottom: 22px;
    font-size: 30px;
    text-transform: capitalize
}

@media (max-width: 1199px) {
    .blog-single.style3 .blog-title {
        font-size: 24px
    }
}

.blog-single.style3:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-single.style4 {
    padding: 0;
    box-shadow: none;
    position: relative;
    border-radius: 0px;
    background-color: var(--smoke-color);
    margin-bottom: 0
}

.blog-single.style4 .blog-img {
    z-index: 0
}

.blog-single.style4 .blog-img img {
    width: 100%
}

.blog-single.style4 .blog-content {
    padding: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 575px) {
    .blog-single.style4 .blog-content {
        padding: 30px
    }
}

.blog-single.style4 .blog-meta {
    margin-top: -6px;
    margin-bottom: 25px
}

.blog-single.style4 .blog-meta span,
.blog-single.style4 .blog-meta a {
    margin-right: 27px;
    padding-right: 0
}

@media (max-width: 1299px) {

    .blog-single.style4 .blog-meta span,
    .blog-single.style4 .blog-meta a {
        margin-right: 17px
    }
}

.blog-single.style4 .blog-meta span:after,
.blog-single.style4 .blog-meta a:after {
    display: none
}

.blog-single.style4 .box-title {
    font-weight: 700;
    margin-bottom: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1399px) {
    .blog-single.style4 .box-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .blog-single.style4 .box-title {
        font-size: 18px
    }
}

.blog-single.style5 {
    margin-bottom: 0
}

.blog-single.style5 .blog-content {
    padding: 30px
}

.blog-single.style5 .blog-meta {
    margin-right: 70px
}

.blog-single.style5 .blog-meta span,
.blog-single.style5 .blog-meta a {
    padding-right: 0;
    margin-right: 25px
}

@media (max-width: 1299px) {

    .blog-single.style5 .blog-meta span,
    .blog-single.style5 .blog-meta a {
        margin-right: 15px
    }
}

@media (max-width: 991px) {

    .blog-single.style5 .blog-meta span,
    .blog-single.style5 .blog-meta a {
        margin-right: 20px
    }
}

.blog-single.style5 .blog-meta span:after,
.blog-single.style5 .blog-meta a:after {
    display: none
}

.blog-single.style5 .blog-meta span:last-child,
.blog-single.style5 .blog-meta a:last-child {
    margin-right: 0px
}

.blog-single.style5 .blog-date {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--theme-color);
    padding: 45px 8px 55px;
    color: var(--white-color);
    text-align: center;
    font-size: 12px;
    border-right: 8px solid var(--white-color);
    border-bottom: 8px solid var(--white-color);
    border-radius: 0 0 80px 0
}

.blog-single.style5 .blog-date span {
    font-size: 36px;
    display: block;
    font-family: var(--title-font);
    font-weight: 700;
    margin-bottom: 28px
}

.blog-single.style5 .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1399px) {
    .blog-single.style5 {
        --blog-space-y: 30px;
        --blog-space-x: 30px
    }
}

@media (max-width: 991px) {
    .blog-single.style5 .box-title {
        font-size: 22px
    }
}

.blog-single.style5:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-meta span img,
.blog-meta a img {
    margin-right: 10px;
    border-radius: 99px
}

.blog-meta.style2 span,
.blog-meta.style2 a {
    font-family: var(--body-font);
    margin-right: 25px;
    padding-right: 0;
    color: #6A6E71
}

.blog-meta.style2 span:after,
.blog-meta.style2 a:after {
    display: none
}

.blog-meta.style2 span:last-child,
.blog-meta.style2 a:last-child {
    margin-right: 0
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.blog-grid {
    --space: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--smoke-color);
    position: relative;
    border-radius: 0px;
    overflow: hidden
}

.blog-grid-wrap {
    display: grid;
    grid-template-areas: "one one one one one one two two two two two two"
        "one one one one one one three three three three three three"
}

.blog-grid .tag {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color);
    background-color: #ECF3FF;
    padding: 5px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px
}

.blog-grid .blog-img {
    position: relative;
    min-width: 280px;
    height: 100%;
    overflow: hidden;
    margin: -1px
}

.blog-grid .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-grid .blog-img .blog-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--theme-color);
    padding: 20px 8px 8px;
    color: var(--white-color);
    text-align: center;
    font-size: 12px
}

.blog-grid .blog-img .blog-date span {
    font-size: 36px;
    display: block;
    font-family: var(--title-font);
    font-weight: 700;
    margin-bottom: 7px
}

@media (max-width: 1299px) {
    .blog-grid .blog-img .blog-date span {
        font-size: 30px;
        margin-bottom: 0px
    }
}

.blog-grid .blog-content {
    padding: 30px 30px 17px 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.blog-grid .blog-title {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 18px;
    line-height: 1.417;
    font-weight: 600
}

.blog-grid .blog-meta {
    margin-bottom: -0.4em;
    margin-top: -0.3em
}

.blog-grid .blog-meta span:after,
.blog-grid .blog-meta a:after {
    display: none
}

.blog-grid .blog-meta span,
.blog-grid .blog-meta a {
    margin-right: 0;
    padding-right: 28px
}

.blog-grid .blog-meta span:last-child,
.blog-grid .blog-meta a:last-child {
    padding-right: 0
}

.blog-grid .blog-text {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 21px;
    margin-bottom: 13px
}

.blog-grid:nth-child(1) {
    grid-area: one;
    margin-right: 12px;
    display: block;
    background-color: var(--smoke-color)
}

.blog-grid:nth-child(1) .blog-content {
    padding: 40px
}

.blog-grid:nth-child(1) .blog-img {
    min-width: 100%;
    height: auto
}

.blog-grid:nth-child(1) .blog-title {
    font-size: 30px;
    line-height: 1.333
}

.blog-grid:nth-child(1) .blog-text {
    margin-bottom: 23px
}

.blog-grid:nth-child(2) {
    grid-area: two;
    margin-left: 12px;
    margin-bottom: 24px
}

.blog-grid:nth-child(3) {
    grid-area: three;
    margin-left: 12px
}

.blog-grid:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1399px) {
    .blog-grid {
        --space: 30px
    }
}

@media (max-width: 1299px) {
    .blog-grid .blog-img {
        min-width: 250px
    }
}

@media (max-width: 1299px) {
    .blog-grid .blog-title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .blog-grid .blog-content {
        padding: 25px
    }

    .blog-grid:nth-child(1) .blog-title {
        font-size: 26px
    }
}

@media (max-width: 1199px) {
    .blog-grid {
        --space: 60px
    }

    .blog-grid-wrap {
        grid-template-areas: "one one one"
            "two two two"
            "three three three"
    }

    .blog-grid .blog-img {
        min-width: 400px;
        height: 250px
    }

    .blog-grid .blog-content {
        padding: 30px 30px 17px 30px
    }

    .blog-grid:nth-child(1) {
        margin-right: 0;
        margin-bottom: 24px
    }

    .blog-grid:nth-child(1) .blog-content {
        padding: 40px 40px 27px 40px
    }

    .blog-grid:nth-child(2) {
        margin-left: 0
    }

    .blog-grid:nth-child(3) {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .blog-grid .blog-img {
        min-width: 250px;
        height: 100%
    }

    .blog-grid:nth-child(1) .blog-content {
        padding: 30px 30px 27px 30px
    }
}

@media (max-width: 767px) {
    .blog-grid {
        --space: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-grid .blog-img {
        height: 100%
    }

    .blog-grid .blog-content {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media (max-width: 575px) {
    .blog-grid:nth-child(1) .blog-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .blog-grid .blog-title {
        font-size: 20px
    }

    .blog-grid:nth-child(1) .blog-title {
        font-size: 20px
    }

    .blog-grid:nth-child(1) .blog-content {
        padding: 30px 15px 27px
    }

    .blog-grid .blog-content {
        padding: 30px 15px 17px
    }
}

.blog-grid.style2 {
    background-color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
    border-radius: 10px;
    margin: 0
}

.blog-grid.style2 .blog-img {
    overflow: hidden;
    border-radius: 10px 0 0 10px
}

.blog-grid.style2 .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-grid.style2 .blog-content {
    padding: 25px 15px 25px 30px;
    border-radius: 0px 10px 10px 0
}

.blog-grid.style2 .blog-title {
    font-size: 24px;
    margin-bottom: 17px
}

.blog-grid.style2 .blog-meta {
    margin-bottom: 12px
}

.blog-grid.style2 .blog-meta a {
    font-size: 14px;
    font-weight: 500
}

.blog-grid.style2 .blog-text {
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: 0
}

.blog-grid.style2.style-big .blog-img {
    border-radius: 10px 10px 0 0
}

.blog-grid.style2.style-big .blog-content {
    padding: 40px;
    border-radius: 0px 0px 10px 10px
}

.blog-grid.style2.style-big .blog-meta {
    margin-bottom: 17px
}

.blog-grid.style2.style-big .blog-title {
    font-size: 26px
}

.blog-grid.style2.style-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-grid.style2.style-small:not(:last-child) {
    margin-bottom: 24px
}

.blog-grid.style2.style-small .blog-img {
    min-width: 218px;
    height: 100%
}

.blog-grid.style2.style-small .blog-img img {
    height: 100%;
    object-fit: cover
}

.blog-grid.style2:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 767px) {
    .blog-grid.style2 .blog-content {
        padding: 40px
    }

    .blog-grid.style2.style-small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .blog-grid.style2.style-small .blog-img {
        max-height: 265px;
        min-width: 100%;
        border-radius: 10px 10px 0 0
    }
}

@media (max-width: 375px) {
    .blog-grid.style2 .blog-title {
        font-size: 22px !important;
        line-height: 1.3
    }

    .blog-grid.style2 .blog-content {
        padding: 40px 20px !important
    }
}

.blog-card .blog-title {
    font-size: 24px;
    margin-top: -0.24em;
    line-height: 1.417;
    font-weight: 700;
    margin-bottom: 15px
}

.blog-card .blog-img {
    overflow: hidden
}

.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-card .blog-content {
    padding: 40px 30px;
    box-shadow: 0px 6px 15px rgba(7, 36, 95, 0.07);
    background-color: var(--white-color)
}

.blog-card .blog-meta {
    margin-bottom: 20px;
    display: inline-block
}

.blog-card .blog-meta span,
.blog-card .blog-meta a {
    margin-left: 0;
    margin-right: 16px;
    padding-right: 20px
}

.blog-card .blog-meta span:after,
.blog-card .blog-meta a:after {
    content: '';
    height: 20px;
    width: 1px;
    background-color: rgba(0, 15, 87, 0.3);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0px
}

.blog-card .blog-meta span:last-child,
.blog-card .blog-meta a:last-child {
    padding-right: 0;
    margin-right: 0
}

.blog-card .blog-meta span:last-child:after,
.blog-card .blog-meta a:last-child:after {
    display: none
}

.blog-card .blog-meta.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 18px;
    background-color: var(--title-color);
    position: relative;
    margin-top: -28px;
    margin-bottom: 35px
}

.blog-card .blog-meta.style2:before {
    content: '';
    height: 100%;
    width: 56%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%, 0 0)
}

.blog-card .blog-meta.style2 span,
.blog-card .blog-meta.style2 a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--white-color);
    margin-right: 0 !important;
    padding-right: 0 !important
}

.blog-card .blog-meta.style2 span::after,
.blog-card .blog-meta.style2 a::after {
    display: none
}

.blog-card .blog-meta.style2 span:hover,
.blog-card .blog-meta.style2 a:hover {
    color: var(--white-color)
}

.blog-card .blog-text {
    margin-bottom: 20px
}

.blog-card .line-btn {
    margin-bottom: -0.1em;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 1399px) {
    .blog-card .blog-content {
        padding: 40px 20px
    }
}

@media (max-width: 1199px) {
    .blog-card .blog-content {
        padding: 40px 40px
    }
}

@media (max-width: 991px) {
    .blog-card .blog-title {
        font-size: 22px
    }

    .blog-card .blog-content {
        padding: 40px 20px
    }
}

@media (max-width: 767px) {
    .blog-card .blog-content {
        padding: 40px
    }

    .blog-card .blog-title {
        font-size: 24px
    }
}

@media (max-width: 410px) {
    .blog-card .blog-content {
        padding: 40px 20px
    }

    .blog-card .blog-meta span:not(:last-child),
    .blog-card .blog-meta a:not(:last-child) {
        padding-right: 12px;
        margin-right: 8px
    }
}

@media (max-width: 375px) {
    .blog-card .blog-title {
        font-size: 20px;
        line-height: 1.5
    }
}

@media (max-width: 350px) {
    .blog-card .blog-title {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px
    }

    .blog-card .blog-text {
        font-size: 14px;
        margin-bottom: 15px
    }

    .blog-card .blog-meta.style2 {
        padding: 10px 10px;
        margin: -25px -20px 35px -20px
    }
}

.blog-space-bottom {
    margin-bottom: -105px;
    padding-bottom: 225px
}

.blog-card3 {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 6px 15px rgba(7, 36, 95, 0.07);
    background-color: var(--white-color)
}

.blog-card3 .blog-meta {
    margin-bottom: 22px
}

.blog-card3 .blog-meta .author {
    font-size: 16px;
    font-weight: 600
}

.blog-card3 .blog-img {
    border-radius: 10px
}

.blog-card3 .blog-content {
    padding: 30px 0 0 0;
    box-shadow: none
}

.blog-card3 .blog-content .box-title {
    margin-bottom: 15px
}

.blog-card3 .blog-content .link-btn.style3 {
    color: var(--theme-color)
}

.blog-card3 .blog-content .link-btn.style3:before {
    background: var(--theme-color)
}

@media (max-width: 991px) {
    .blog-space-bottom {
        padding-bottom: 215px;
        margin-bottom: -135px
    }

    .blog-card3 {
        padding: 20px 20px 30px
    }
}

.feature-area-1 {
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06)
}

@media (max-width: 991px) {
    .feature-area-1 {
        box-shadow: none
    }
}

.feature-card-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.feature-card-wrap .feature-card {
    width: 16.666%
}

.feature-card-wrap .feature-card .feature-card-active-wrap {
    background: var(--theme-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    gap: 30px;
    opacity: 0;
    width: 636px;
    position: absolute;
    inset: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_details {
    max-width: none
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_icon img {
    -webkit-filter: brightness(999);
    filter: brightness(999)
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_title {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: var(--white-color);
    cursor: pointer
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_title a {
    color: var(--white-color)
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_text {
    color: var(--white-color);
    opacity: 1;
    height: auto;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    margin-bottom: 27px
}

@media (max-width: 1700px) {
    .feature-card-wrap .feature-card {
        padding: 40px 30px 47px
    }

    .feature-card-wrap .feature-card .feature-card_title {
        font-size: 18px;
        line-height: 28px
    }

    .feature-card-wrap .feature-card .feature-card_text {
        font-size: 14px
    }

    .feature-card-wrap .feature-card .feature-card-active-wrap {
        width: 100%;
        padding: 30px;
        gap: 20px
    }

    .feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_title {
        font-size: 24px
    }
}

@media (max-width: 1500px) {
    .feature-card-wrap .feature-card .feature-card_title {
        font-size: 16px
    }

    .feature-card-wrap .feature-card .feature-card_icon {
        margin-bottom: 20px
    }

    .feature-card-wrap .feature-card .feature-card-active-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 479px
    }

    .feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_title {
        margin-bottom: 10px;
        font-size: 22px
    }

    .feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_text {
        display: none
    }
}

@media (max-width: 1399px) {
    .feature-card-wrap .feature-card {
        padding: 30px 25px 37px
    }

    .feature-card-wrap .feature-card .feature-card-active-wrap {
        width: 451px
    }

    .feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_title {
        font-size: 20px;
        line-height: initial
    }
}

@media (max-width: 1299px) {
    .feature-card-wrap .feature-card {
        padding: 30px 25px 25px;
        width: 20%
    }

    .feature-card-wrap .feature-card .feature-card-active-wrap {
        display: none
    }
}

@media (max-width: 1199px) {
    .feature-card-wrap .feature-card .feature-card_title {
        font-size: 14px;
        line-height: inherit
    }
}

@media (max-width: 991px) {
    .feature-card-wrap .feature-card {
        display: inline-block;
        width: 33%
    }
}

@media (max-width: 767px) {
    .feature-card-wrap .feature-card {
        width: 43%
    }
}

@media (max-width: 575px) {
    .feature-card-wrap .feature-card {
        width: 90%
    }
}

.feature-card-wrap .item-active {
    width: 33.333%
}

.feature-card-wrap .item-active.feature-card {
    background: var(--theme-color)
}

.feature-card-wrap .item-active .feature-card-active-wrap {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1299px) {
    .feature-card-wrap .item-active {
        width: 20%
    }

    .feature-card-wrap .item-active.feature-card {
        background: var(--white-color)
    }
}

@media (max-width: 991px) {
    .feature-card-wrap .item-active {
        width: 33%
    }
}

@media (max-width: 767px) {
    .feature-card-wrap .item-active {
        width: 43%
    }
}

@media (max-width: 575px) {
    .feature-card-wrap .item-active {
        width: 90%
    }
}

@media (max-width: 991px) {
    .feature-card-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px
    }
}

.feature-card {
    padding: 40px 40px 47px;
    background-color: var(--white-color);
    border-radius: 0px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative
}

.feature-card .feature-card_details {
    max-width: 234px
}

.feature-card_icon {
    margin-bottom: 40px
}

.feature-card_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-card_title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: -0.2em;
    font-weight: 600;
    line-height: 30px
}

.feature-card_title a {
    color: var(--title-color)
}

.feature-card_title a:hover {
    color: var(--theme-color)
}

.feature-card_text {
    margin-bottom: -0.45em;
    margin-top: 16px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    height: 0;
    opacity: 0;
    line-height: 26px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.feature-card .btn-wrap {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    --btn-size: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.feature-card .btn-wrap .icon-btn {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-card .btn-wrap .link-btn {
    color: var(--white-color)
}

.feature-card .btn-wrap .link-btn:before {
    background: var(--white-color)
}

.feature-card:hover .feature-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-area-2 {
    background: var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(7, 36, 95, 0.08);
    margin-top: -80px;
    position: relative;
    z-index: 2
}

.feature-card2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06)
}

.feature-card2-text {
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-card2-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-card2.item-active,
.feature-card2:hover {
    background: var(--theme-color)
}

.feature-card2.item-active .feature-card2-icon img,
.feature-card2:hover .feature-card2-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-card2.item-active .box-title a,
.feature-card2:hover .box-title a {
    color: var(--white-color)
}

.feature-card2.item-active .feature-card2-text,
.feature-card2:hover .feature-card2-text {
    color: var(--white-color)
}

@media (max-width: 1299px) {
    .feature-card2 {
        display: block
    }

    .feature-card2 .feature-card2-icon {
        margin-bottom: 30px
    }

    .feature-card2 .feature-card2-text {
        font-size: 15px
    }
}

@media (max-width: 1199px) {
    .feature-card2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 375px) {
    .feature-card2 {
        display: block
    }

    .feature-card2 .box-title {
        font-size: 22px
    }

    .feature-card2 .feature-card2-text {
        font-size: 16px
    }
}

.feature-box {
    background-color: var(--white-color);
    border: 1px solid #E4E4E4;
    border-top: 5px solid var(--theme-color);
    box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.06);
    border-radius: 10px;
    padding: 35px
}

.feature-box_icon {
    margin-bottom: 20px
}

.feature-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-box_title {
    margin-bottom: 10px
}

.feature-box_text {
    font-size: 14px;
    margin-bottom: -0.5em
}

.feature-box:hover .feature-box_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 767px) {
    .feature-box {
        text-align: center
    }
}

.feature-card3 {
    padding: 50px 40px 65px 40px;
    background-color: var(--theme-color);
    box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.08);
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 27.5px
}

.feature-card3:before,
.feature-card3:after {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 19px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card3:after {
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, #FF4C13 0%, rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(180deg, #FF4C13 0%, rgba(255, 255, 255, 0) 80%);
    z-index: -2;
    top: 0;
    left: 0
}

.feature-card3_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--theme-color);
    border-radius: 50%;
    margin: 0 auto 29px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2
}

.feature-card3_icon::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: inherit;
    opacity: 0.3;
    z-index: -1;
    border-radius: inherit
}

.feature-card3_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card3_title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: -0.24em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card3_text {
    margin-bottom: -0.45em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card3 .icon-btn {
    --btn-size: 55px;
    background-color: var(--theme-color);
    color: var(--white-color);
    box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
    position: absolute;
    bottom: -27.5px;
    left: 50%;
    margin-left: -27.5px
}

.feature-card3:hover::before,
.feature-card3:hover:after {
    height: 0
}

.feature-card3:hover .feature-card3_icon {
    background-color: #000
}

.feature-card3:hover .feature-card3_icon img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-card3:hover .feature-card3_title {
    color: var(--white-color)
}

.feature-card3:hover .feature-card3_text {
    color: var(--white-color)
}

.feature-card3:hover .icon-btn {
    background-color: var(--white-color);
    color: var(--theme-color);
    -webkit-animation: jumpIcon 1s linear infinite;
    animation: jumpIcon 1s linear infinite
}

@media (max-width: 1399px) {
    .feature-card3 {
        padding: 50px 20px 65px 20px
    }
}

@-webkit-keyframes jumpIcon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpIcon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.feature-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 40px 0;
    position: relative;
    z-index: 2
}

.feature-grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 30px;
    box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.08);
    background-color: var(--white-color);
    margin-top: -60px;
    position: relative;
    z-index: 4
}

.feature-grid:not(:last-child) {
    padding-right: 40px
}

.feature-grid_icon img {
    min-width: 50px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-grid_title {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: -0.24em
}

.feature-grid_text {
    margin-bottom: -0.5em
}

.feature-grid:nth-child(even):before {
    content: '';
    height: 100%;
    width: calc(100% + 60px);
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 50%, calc(100% - 60px) 100%, 0 100%, 60px 50%);
    clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 50%, calc(100% - 60px) 100%, 0 100%, 60px 50%)
}

.feature-grid:nth-child(even) .feature-grid_title,
.feature-grid:nth-child(even) .feature-grid_text,
.feature-grid:nth-child(even) .feature-grid_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.feature-grid:hover .feature-grid_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1299px) {
    .feature-grid_title {
        font-size: 22px
    }
}

@media (max-width: 1199px) {
    .feature-grid {
        padding: 30px 0
    }

    .feature-grid:not(:last-child) {
        padding-right: 22px
    }

    .feature-grid:nth-child(even):before {
        width: calc(100% + 50px);
        left: -44px;
        -webkit-clip-path: polygon(0 0, calc(100% - 55px) 0%, 100% 50%, calc(100% - 55px) 100%, 0 100%, 55px 50%);
        clip-path: polygon(0 0, calc(100% - 55px) 0%, 100% 50%, calc(100% - 55px) 100%, 0 100%, 55px 50%)
    }
}

@media (max-width: 991px) {
    .feature-grid-wrap {
        grid-template-columns: repeat(1, 1fr)
    }

    .feature-grid:not(:last-child) {
        padding-right: 0
    }

    .feature-grid:nth-child(even) {
        padding-left: 30px
    }

    .feature-grid:nth-child(even):before {
        width: calc(100% + 60px);
        left: -30px
    }
}

@media (max-width: 480px) {
    .feature-grid-wrap {
        padding: 0 15px
    }

    .feature-grid:nth-child(even) {
        padding-left: 0
    }

    .feature-grid:nth-child(even):before {
        width: calc(100% + 30px);
        left: -15px;
        -webkit-clip-path: none;
        clip-path: none
    }
}

.video-btn {
    font-size: 36px;
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 42px 57px
}

.video-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

@media (max-width: 767px) {
    .video-btn {
        font-size: 24px;
        padding: 22px 37px
    }
}

.video-btn.style2 {
    background: transparent;
    padding: 0
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    color: #4d5765;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 28px
}

.checklist li:before {
    content: "\f058";
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.checklist li:first-child {
    margin-top: -0.5em
}

.checklist li:last-child {
    margin-bottom: -0.5em
}

.checklist .check-text {
    margin-bottom: 0
}

.checklist .check-title {
    margin-bottom: 10px;
    font-size: 24px
}

.checklist.style2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

@media (max-width: 1399px) {
    .checklist.style2 ul {
        gap: 20px
    }
}

@media (max-width: 767px) {
    .checklist.style2 ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.checklist.style2 li {
    color: var(--body-color);
    padding-left: 40px;
    margin-bottom: 0
}

.checklist.style2 li:before {
    font-size: 24px;
    top: 5px
}

.checklist.style2 li:first-child {
    margin-top: 0
}

.checklist.style3 li {
    font-family: var(--body-font);
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 14px
}

.checklist.style3 li:before {
    content: "\f14a";
    font-size: 24px
}

.checklist.style3 li:last-child {
    margin-bottom: -0.5em
}

.checklist.style4 li {
    font-family: var(--body-font);
    font-weight: 400
}

.checklist.style4 li:before {
    content: "\f00c";
    font-size: 18px
}

.checklist.style5 li {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    padding-left: 32px;
    margin-bottom: 14px
}

.checklist.style5 li:before {
    content: "\f336";
    font-size: 18px
}

.checklist.style5 li:last-child {
    margin-bottom: -0.5em
}

.checklist.style6 li {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    padding-left: 32px;
    margin-bottom: 14px
}

.checklist.style6 li:before {
    font-weight: 300;
    font-size: 20px
}

.checklist.style6 li:last-child {
    margin-bottom: -0.5em
}

.checklist.style7 li:before {
    font-weight: 300;
    font-size: 16px
}

.checklist.style7 li:last-child {
    margin-bottom: -0.5em
}

.checklist.style8 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 50px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.checklist.style8 li {
    font-weight: 500;
    font-family: var(--title-font);
    padding-left: 36px;
    margin-bottom: 0px
}

.checklist.style8 li:before {
    background: url(../img/icon/check-icon.svg);
    color: transparent;
    height: 26px;
    width: 26px
}

.checklist.style8 li:last-child {
    margin-bottom: -0.5em
}

@media (max-width: 1199px) {
    .checklist.style8 ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 991px) {
    .checklist.style8 ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .checklist.style8 ul {
        gap: 20px 30px
    }
}

@media (max-width: 575px) {
    .checklist.style8 ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.checklist.style9 li {
    color: var(--body-color);
    font-weight: 400
}

.checklist.style9 li:before {
    font-weight: 300;
    font-size: 16px
}

.checklist.style9 li:last-child {
    margin-bottom: -0.5em
}

.checklist.style10 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 50px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.checklist.style10 li {
    font-weight: 500;
    font-family: var(--title-font);
    margin-bottom: 0px
}

.checklist.style10 li:before {
    font-weight: 400
}

.checklist.style10 li:last-child {
    margin-bottom: -0.5em
}

@media (max-width: 1199px) {
    .checklist.style10 ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 991px) {
    .checklist.style10 ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .checklist.style10 ul {
        gap: 10px 30px
    }
}

@media (max-width: 575px) {
    .checklist.style10 ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.checklist.style11 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 50px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.checklist.style11 li {
    font-weight: 600;
    font-size: 18px;
    font-family: var(--title-font);
    margin-bottom: 0px;
    padding-left: 42px
}

.checklist.style11 li:before {
    font-weight: 600;
    font-size: 32px
}

.checklist.style11 li:last-child {
    margin-bottom: -0.5em
}

@media (max-width: 1199px) {
    .checklist.style11 ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 991px) {
    .checklist.style11 ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .checklist.style11 ul {
        gap: 25px 20px
    }
}

@media (max-width: 575px) {
    .checklist.style11 ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.checklist.style12 li {
    font-weight: 600;
    font-size: 18px;
    font-family: var(--title-font);
    margin-bottom: 30px;
    padding-left: 42px
}

.checklist.style12 li:before {
    font-weight: 600;
    font-size: 32px
}

.checklist.style12 li:last-child {
    margin-bottom: -0.5em
}

@media (max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom: 32px
    }
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 35px
    }
}

.notification-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
    position: relative;
    z-index: 3
}

.notification-box .th-btn {
    margin-left: auto
}

.notification-box .notification-title {
    margin-bottom: 6px;
    color: var(--white-color)
}

.notification-box .notification-text {
    margin-bottom: 0;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .notification-box {
        padding: 25px;
        gap: 20px
    }
}

@media (max-width: 767px) {
    .notification-box {
        padding: 35px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .notification-box .notification-content {
        text-align: center
    }

    .notification-box .th-btn {
        margin-left: unset
    }
}

.achive-counter {
    background: #FFFFFF;
    box-shadow: 0px 6px 30px rgba(14, 18, 29, 0.06);
    border-radius: 10px;
    position: relative;
    padding: 24px 30px 24px 120px
}

.achive-counter-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto
}

.achive-counter_icon {
    display: inline-block;
    width: 90px;
    width: 70px;
    line-height: 90px;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 30px;
    text-align: center;
    border-radius: 0 0 99px 99px
}

.achive-counter_number {
    color: var(--theme-color);
    font-size: 36px;
    margin-bottom: 0
}

.achive-counter .counter-number {
    font-weight: 900
}

.achive-counter_text {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .achive-counter {
        padding: 24px 15px 24px 95px
    }

    .achive-counter-wrap {
        gap: 15px
    }

    .achive-counter_icon {
        left: 10px
    }
}

@media (max-width: 575px) {
    .achive-counter {
        padding: 24px 30px 24px 120px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .achive-counter-wrap {
        grid-template-columns: auto
    }

    .achive-counter_icon {
        left: 30px
    }
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.bg-img img {
    width: 100%;
    height: 100%
}

.img-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 48%
}

.img-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top right
}

@media (max-width: 1199px) {
    .img-left {
        position: relative;
        width: 100%
    }
}

.insta-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.insta-box .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.insta-box img {
    width: 100%
}

.insta-box::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #001D52;
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: inherit
}

.insta-box:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 0.6
}

.insta-box:hover .icon-btn {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.th-box {
    text-align: center
}

.th-box_img {
    margin-bottom: -110px;
    max-width: 476px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
    padding-top: 30px
}

@media (max-width: 575px) {
    .th-box_img {
        margin-bottom: -68px
    }
}

.th-box_img:before,
.th-box_img:after {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--smoke-color);
    z-index: -1;
    border-width: 9px 15px 0 15px;
    border-style: solid;
    border-color: var(--theme-color);
    border-radius: 999px
}

.th-box_img::after {
    border: none;
    top: 9px;
    left: 13px;
    width: calc(100% - 26px)
}

.th-box_content {
    padding: 140px 60px 60px 60px;
    background-color: var(--smoke-color);
    border-radius: 15px
}

@media (max-width: 575px) {
    .th-box_content {
        padding: 100px 20px 45px 20px
    }
}

.th-box_text {
    max-width: 450px;
    margin: 0 auto 23px auto
}

.th-box.theme2 {
    --theme-color: #F20F10;
    --smoke-color: #FFF3F3
}

.th-box.theme2 .th-btn {
    box-shadow: 0px 6px 16px rgba(242, 15, 16, 0.24)
}

.th-video {
    position: relative;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 4px 16px #EBEEF3;
    padding: 20px
}

.th-video img {
    border-radius: inherit;
    width: 100%
}

.th-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.th-video .play-btn>i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-video .play-btn:after,
.th-video .play-btn:before {
    background-color: var(--theme-color)
}

@media (max-width: 1199px) {
    p.mb-30 {
        margin-bottom: 25px
    }

    p.mb-35 {
        margin-bottom: 28px
    }

    p.mb-40 {
        margin-bottom: 32px
    }

    p.mb-45 {
        margin-bottom: 35px
    }
}

.wcu-wrap1 {
    padding: 80px 375px 80px 80px;
    position: relative;
    margin-top: 80px;
    margin-left: -100px
}

.wcu-wrap1 .video-wrap {
    position: absolute;
    background: var(--theme-color);
    border: 0;
    padding: 51.5px 64px 71.5px;
    border-radius: 0;
    right: -75px;
    bottom: 40px;
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    z-index: 1;
    box-shadow: none
}

.wcu-wrap1 .video-wrap .play-btn {
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg)
}

@media (max-width: 1500px) {
    .wcu-wrap1 {
        margin-left: 0;
        padding: 80px 335px 80px 80px;
        margin-top: 50px
    }
}

@media (max-width: 1399px) {
    .wcu-wrap1 {
        padding: 80px 280px 80px 80px
    }
}

@media (max-width: 1299px) {
    .wcu-wrap1 {
        padding: 70px 210px 70px 70px
    }
}

@media (max-width: 1199px) {
    .wcu-wrap1 {
        margin-top: 0
    }

    .wcu-wrap1 .video-wrap {
        right: 40px;
        top: -96px;
        bottom: auto;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .wcu-wrap1 .video-wrap .play-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media (max-width: 991px) {
    .wcu-wrap1 {
        padding: 70px
    }
}

@media (max-width: 767px) {
    .wcu-wrap1 {
        padding: 50px
    }
}

@media (max-width: 575px) {
    .wcu-wrap1 {
        padding: 40px
    }

    .wcu-wrap1 .video-wrap {
        display: none
    }
}

@media (max-width: 375px) {
    .wcu-wrap1 {
        padding: 40px 20px
    }
}

.wcu-img-1 {
    position: relative;
    margin-right: -295px;
    margin-left: -320px;
    height: 100%;
    padding-bottom: 80px
}

.wcu-img-1 .img1 {
    height: 100%
}

.wcu-img-1 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1660px) {
    .wcu-img-1 {
        margin-right: -140px
    }
}

@media (max-width: 1500px) {
    .wcu-img-1 {
        margin-right: -50px
    }
}

@media (max-width: 1399px) {
    .wcu-img-1 {
        margin-right: 00px;
        margin-left: -250px
    }
}

@media (max-width: 1299px) {
    .wcu-img-1 {
        margin-left: -200px;
        padding-bottom: 70px
    }
}

@media (max-width: 1199px) {
    .wcu-img-1 {
        margin-right: 0;
        margin-left: 0;
        height: auto;
        padding-bottom: 0
    }
}

.wcu-box {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 0px 20px 24px;
    margin-top: 26px;
    position: relative;
    z-index: 1
}

.wcu-box_icon {
    color: var(--white-color);
    border-radius: 50%;
    background: var(--white-color);
    display: inline-block;
    padding: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-bottom: -23px
}

.wcu-box .box-title {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: initial;
    margin-top: -10px
}

@media (max-width: 1399px) {
    .wcu-box .box-title {
        font-size: 20px
    }
}

.wcu-img-2 {
    position: relative;
    display: inline-block
}

.wcu-img-2 .wcu-experience-wrap {
    font-size: 74px;
    font-weight: 700;
    font-family: var(--title-font);
    position: absolute;
    bottom: 0;
    right: 135px;
    color: var(--theme-color)
}

.wcu-img-2 .wcu-experience-wrap span {
    font-size: 24px;
    font-weight: 600;
    color: var(--title-color)
}

@media (max-width: 575px) {
    .wcu-img-2 .wcu-experience-wrap {
        font-size: 40px;
        right: 62px
    }
}

.wcu-box.style2 {
    background: var(--white-color);
    padding: 20px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.wcu-box.style2 .wcu-box_icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    color: var(--theme-color);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-box.style2 .wcu-box_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px
}

.wcu-box.style2 .wcu-box_title a {
    color: var(--title-color)
}

.wcu-box.style2 .wcu-box_title a:hover {
    color: var(--theme-color)
}

.wcu-box.style2 .wcu-box_text {
    margin-bottom: -0.5em;
    font-size: 14px
}

.wcu-box.style2:hover .wcu-box_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.wcu-img-3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1
}

.wcu-img-3 img {
    height: 100%;
    object-fit: cover;
    object-position: top left
}

@media (max-width: 1700px) {
    .wcu-img-3 {
        width: 40%
    }
}

@media (max-width: 1299px) {
    .wcu-img-3 {
        width: 35%
    }
}

@media (max-width: 991px) {
    .wcu-img-3 {
        display: none
    }
}

.wcu-contact-wrap textarea.form-control,
.wcu-contact-wrap textarea {
    min-height: 100px
}

.wcu-contact-wrap .form-group {
    --bs-gutter-x: 15px
}

@media (max-width: 1199px) {
    .wcu-contact-wrap .contact-form-wrap {
        margin-top: 0
    }
}

.wcu-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.wcu-grid-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(82, 195, 6, 0.3)
}

.wcu-grid-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: var(--theme-color);
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.wcu-grid-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-grid-content {
    color: var(--light-color);
    margin-bottom: -0.3em
}

.wcu-grid:hover .wcu-grid-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 575px) {
    .wcu-grid {
        display: block
    }

    .wcu-grid .wcu-grid-icon {
        margin-bottom: 20px
    }
}

.wcu-img-4 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 46%
}

.wcu-img-4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top left
}

.wcu-img-4 .wcu-grid {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: var(--theme-color);
    padding: 28px 30px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wcu-img-4 .wcu-grid_year {
    color: var(--white-color);
    font-size: 74px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal
}

.wcu-img-4 .wcu-grid_text {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    font-family: var(--title-font);
    margin-bottom: 0
}

.wcu-img-4 .wcu-grid_title {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 1199px) {
    .wcu-img-4 .wcu-grid .wcu-grid_year {
        font-size: 54px
    }
}

@media (max-width: 767px) {
    .wcu-img-4 .wcu-grid {
        padding: 23px 25px 21px
    }

    .wcu-img-4 .wcu-grid .wcu-grid_year {
        font-size: 44px
    }

    .wcu-img-4 .wcu-grid .wcu-grid_title {
        font-size: 20px
    }
}

@media (max-width: 375px) {
    .wcu-img-4 .wcu-grid .wcu-grid_title {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .wcu-img-4 {
        position: relative;
        width: 100%;
        top: -80px
    }
}

.wcu-skill-wrap {
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
    margin-top: 40px
}

.skill-feature:not(:last-child) {
    margin-bottom: 25px
}

.skill-feature_title,
.skill-feature .progress-value {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 9px;
    margin-top: -0.2em;
    font-family: var(--body-font);
    color: var(--title-color)
}

.skill-feature .progress {
    position: relative;
    height: 10px;
    background-color: var(--border-color);
    overflow: visible;
    border-radius: 0px
}

.skill-feature .progress-bar {
    background-color: var(--theme-color);
    height: 4px;
    margin: 3px;
    border-radius: 0px;
    position: relative;
    overflow: visible;
    position: relative
}

.skill-feature .progress-bar:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 1px;
    background: var(--theme-color);
    right: 0
}

.skill-feature .progress-value {
    position: absolute;
    top: -31px;
    right: 0
}

.skill-feature.style2:not(:last-child) {
    margin-bottom: 30px
}

.skill-feature.style2 .progress-value,
.skill-feature.style2 .skill-feature_title {
    color: var(--body-color)
}

.skill-feature.style2 .progress {
    background: #4D5765;
    height: 6px;
    border-radius: 10px
}

.skill-feature.style2 .progress-bar {
    margin: 0;
    border-radius: 10px
}

.skill-feature.style2 .progress-bar:after {
    display: none
}

.skill-feature.style3:not(:last-child) {
    margin-bottom: 30px
}

.skill-feature.style3 .progress-value,
.skill-feature.style3 .skill-feature_title {
    color: var(--title-color);
    font-weight: 600;
    font-size: 18px;
    font-family: var(--title-font)
}

.skill-feature.style3 .progress {
    background: #E4E4E4;
    height: 8px;
    border-radius: 10px
}

.skill-feature.style3 .progress-bar {
    margin: 0;
    border-radius: 10px;
    height: 100%
}

.skill-feature.style3 .progress-bar:after {
    display: none
}

.skill-feature.style4 .skill-feature_title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    margin-bottom: 10px
}

.skill-feature.style4 .progress {
    height: 6px;
    background-color: #4D5765;
    border-radius: 3px
}

.skill-feature.style4 .progress-bar {
    height: 6px;
    margin: 0px
}

.skill-feature.style4 .progress-value {
    font-family: var(--title-font);
    color: var(--white-color)
}

.mission-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 80px
}

.mission-grid .mission-img {
    -webkit-box-flex: 586px;
    -webkit-flex: 586px;
    -ms-flex: 586px;
    flex: 586px;
    border-radius: 0px;
    overflow: hidden
}

.mission-grid .mission-img img {
    width: 100%
}

.mission-grid .mission-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mission-grid .mission-content {
    -webkit-box-flex: 554px;
    -webkit-flex: 554px;
    -ms-flex: 554px;
    flex: 554px
}

.mission-grid .mission-title {
    margin-bottom: 22px
}

.mission-grid .mission-text {
    margin-bottom: 25px
}

.mission-grid .checklist {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color)
}

.mission-grid .checklist ul {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.mission-grid.style2 {
    gap: 40px
}

.mission-grid.style2 .mission-img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media (max-width: 1299px) {
    .mission-grid.style2 .mission-img {
        -webkit-box-flex: 445px;
        -webkit-flex: 445px;
        -ms-flex: 445px;
        flex: 445px
    }
}

@media (max-width: 1199px) {
    .mission-grid.style2 {
        display: block
    }

    .mission-grid.style2 .mission-img {
        margin-bottom: 30px
    }
}

.mission-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mission-feature-wrap {
    display: grid;
    grid-template-columns: auto auto
}

.mission-feature_icon {
    min-width: 50px
}

.mission-feature_subtitle {
    font-size: 14px;
    color: var(--theme-color);
    margin-bottom: 0
}

.mission-feature_title {
    font-size: 18px;
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .mission-grid {
        gap: 40px
    }

    .tab-menu1 {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .mission-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 30px
    }

    .mission-grid .mission-img {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .mission-grid .mission-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width: 420px) {
    .tab-menu1 button {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        margin-bottom: -1px
    }

    .mission-grid .checklist ul {
        grid-template-columns: auto
    }

    .mission-feature-wrap {
        grid-template-columns: auto;
        gap: 20px
    }
}

.wcu-history-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 21px
}

.wcu-history-wrap:not(:last-child) {
    margin-bottom: 30px
}

.wcu-history-wrap .history-wrap-date {
    background: var(--white-color);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    padding: 25px;
    margin-right: 20px;
    position: relative;
    width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05))
}

.wcu-history-wrap .history-wrap-date:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-left: solid 20px var(--white-color);
    border-bottom: solid 17px transparent;
    border-top: solid 17px transparent
}

@media (max-width: 767px) {
    .wcu-history-wrap {
        display: block
    }

    .wcu-history-wrap .history-wrap-date {
        max-width: none;
        display: block;
        margin-right: 0;
        margin-bottom: 30px
    }

    .wcu-history-wrap .history-wrap-date:after {
        bottom: -20px;
        top: auto;
        right: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        border-top: solid 20px var(--white-color);
        border-left: solid 17px transparent;
        border-right: solid 17px transparent;
        border-bottom: 0
    }
}

.history-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--white-color);
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.history-card .history-card-img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: 100%
}

.history-card .history-card-img img {
    height: 100%;
    max-width: 140px;
    object-fit: cover
}

.history-card .history-card-details {
    padding: 30px
}

.history-card .history-card-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: -0.3em;
    margin-bottom: 10px
}

.history-card .history-card-text {
    margin-bottom: -0.5em
}

@media (max-width: 575px) {
    .history-card {
        display: block
    }

    .history-card .history-card-img img {
        max-width: none;
        width: 100%;
        max-height: 200px
    }
}

.wcu-img-5 {
    position: relative;
    height: 100%
}

.wcu-img-5 .img1 {
    padding-bottom: 80px
}

.wcu-img-5 .img1 img {
    border-radius: 10px
}

.wcu-img-5 .mission-box {
    box-shadow: 0px 10px 20px rgba(7, 36, 95, 0.06);
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 30px;
    position: absolute;
    bottom: 0;
    right: -30px;
    max-width: 395px
}

@media (max-width: 1399px) {
    .wcu-img-5 .mission-box {
        right: -12px
    }
}

@media (max-width: 1199px) {
    .wcu-img-5 {
        margin-bottom: 20px
    }

    .wcu-img-5 .img1 img {
        max-width: 700px;
        width: 100%
    }
}

@media (max-width: 575px) {
    .wcu-img-5 .img1 img {
        height: 460px
    }
}

.mission-box {
    width: 100%
}

.mission-box-wrap {
    width: 100%
}

.mission-box .mission-title {
    margin-bottom: 10px;
    margin-top: -0.2em
}

.mission-box .mission-text {
    margin-bottom: 18px
}

.mission-box .mission-img img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 5px
}

.mission-box .checklist-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.mission-box .checklist-wrap .checklist.style5 li:not(:last-child) {
    margin-bottom: 5px
}

@media (max-width: 375px) {
    .mission-box .checklist-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.video-box1 {
    position: relative;
    z-index: 2;
    line-height: 0
}

.video-box1 .img1 {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.video-box1 .bg-shape {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    z-index: -1;
    width: 79%
}

.video-box1 .play-bg {
    display: inline-block;
    padding: 50px 50px 70px 50px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 21%
}

.video-box1 .play-btn:hover:before,
.video-box1 .play-btn:hover:after {
    background-color: var(--title-color)
}

.video-box1 .play-btn:hover i {
    background-color: var(--title-color)
}

.mission-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1199px) {
    .video-box1 {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .video-box1 .img1 {
        width: 95%
    }

    .video-box1 .bg-shape {
        width: 88%
    }

    .video-box1 .play-bg {
        left: 12%;
        padding: 40px 40px 50px 40px
    }
}

@media (max-width: 575px) {
    .mission-area {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.why-bg-smoke-shape {
    width: calc(var(--main-container));
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 302px;
    background: #F8F8F8
}

.client-review-wrap {
    line-height: 26px;
    max-width: 465px;
    margin-bottom: 34px
}

.client-review-wrap .star-rating {
    margin-bottom: 8px
}

.client-review-wrap .star-rating span:before {
    color: var(--theme-color)
}

.client-review-wrap span {
    text-decoration: underline;
    text-underline-offset: 3px
}

.feature-box2 {
    background-color: var(--white-color);
    padding: 80px 0 0 80px;
    margin-left: calc(-24px - 92px);
    position: relative;
    border-radius: 10px 0 0 0;
    height: 100%
}

.single-feature-box {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    max-width: 340px
}

.single-feature-box .box-title {
    margin-bottom: 7px
}

.single-feature-box_text {
    margin-bottom: -0.5em
}

.video-box2 {
    position: relative
}

.video-box2 .img1 {
    border-radius: 10px;
    overflow: hidden
}

.video-box2 .play-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-box2 .play-bg i {
    width: var(--icon-size, 70px);
    height: var(--icon-size, 70px);
    line-height: var(--icon-size, 70px);
    font-size: var(--icon-font-size, 22px)
}

.video-box2 .play-bg i:before {
    margin-left: -0.1em
}

@media (max-width: 1200px) {
    .why-bg-smoke-shape {
        width: 1116px
    }

    .feature-box2 {
        padding: 45px 0 0 45px
    }
}

@media (max-width: 1199px) {
    .why-bg-smoke-shape {
        width: 936px
    }

    .single-feature-box .box-title {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .feature-box2 {
        margin: 0;
        padding: 0;
        height: auto
    }

    .video-box2 {
        display: inline-block
    }
}

@media (max-width: 1500px) {
    .why-10-fan-anime {
        display: none
    }
}

.th-video3 {
    position: relative;
    z-index: 2
}

.th-video3 img {
    width: 100%
}

.th-video3 .play-btn {
    position: absolute;
    top: 22%;
    right: 25%
}

@media (max-width: 1199px) {
    .th-video3 {
        margin-bottom: 30px
    }

    .th-video3 .play-btn {
        top: 24%;
        right: 28%
    }
}

@media (max-width: 991px) {
    .th-video3 .play-btn {
        top: 23%;
        right: 26%
    }
}

@media (max-width: 575px) {
    .th-video3 .play-btn {
        top: 20%;
        right: 24%;
        --icon-size: 50px
    }
}

.tab-menu1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.tab-menu1 button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
    padding: 27px;
    text-align: center;
    border: 0;
    margin: 0;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer
}

.tab-menu1 button:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1
}

.tab-menu1 button:hover {
    color: var(--title-color)
}

.tab-menu1 button.active {
    color: var(--white-color)
}

.tab-menu1 button.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media (max-width: 1199px) {
    .tab-menu1 button {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .tab-menu-wrap {
        margin-bottom: 30px
    }

    .tab-menu1 {
        gap: 25px
    }

    .tab-menu1 button {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        font-size: 16px;
        padding: 16px 15px
    }
}

@media (max-width: 767px) {
    .tab-menu-wrap .shape {
        display: none
    }

    .tab-menu1 {
        gap: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tab-menu2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px
}

.tab-menu2 button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    border: 1px solid var(--border-color);
    margin: 0;
    margin-right: -1px;
    cursor: pointer
}

.tab-menu2 button:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1
}

.tab-menu2 button:hover {
    color: var(--title-color)
}

.tab-menu2 button.active {
    color: var(--white-color)
}

.tab-menu2 button.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media (max-width: 991px) {
    .tab-menu2 {
        gap: 25px
    }

    .tab-menu2 button {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        font-size: 16px;
        padding: 16px 15px
    }
}

@media (max-width: 767px) {
    .tab-menu2 {
        gap: 6px 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tab-menu3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
    border-right: 1px solid rgba(0, 15, 87, 0.2);
    margin-right: 30px;
    padding-right: 30px
}

.tab-menu3 button {
    font-size: 30px;
    color: var(--title-color);
    font-weight: 700;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    padding: 0 4px 0 0;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M5 10C5 7.23858 7.23858 5 10 5H35H47.9289C49.255 5 50.5268 5.52678 51.4645 6.46447L63.5355 18.5355C64.4732 19.4732 65 20.745 65 22.0711V35V60C65 62.7614 62.7614 65 60 65H10C7.23858 65 5 62.7614 5 60V10Z' fill='%23FF4C13'/%3E%3Cpath d='M0.5 5C0.5 2.51472 2.51472 0.5 5 0.5H30H42.9289C44.1224 0.5 45.267 0.974106 46.1109 1.81802L58.182 13.8891C59.0259 14.733 59.5 15.8776 59.5 17.0711V30V55C59.5 57.4853 57.4853 59.5 55 59.5H5C2.51472 59.5 0.5 57.4853 0.5 55V5Z' fill='%23F8F8F8' stroke='%23FF4C13'/%3E%3C/svg%3E");
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu3 button.active {
    color: var(--white-color);
    background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5C0 2.23858 2.23858 0 5 0H30H42.9289C44.255 0 45.5268 0.526784 46.4645 1.46447L58.5355 13.5355C59.4732 14.4732 60 15.745 60 17.0711V30V55C60 57.7614 57.7614 60 55 60H5C2.23858 60 0 57.7614 0 55V5Z' fill='%23FF4C13'/%3E%3Cpath opacity='0.2' d='M5 10C5 7.23858 7.23858 5 10 5H35H47.9289C49.255 5 50.5268 5.52678 51.4645 6.46447L63.5355 18.5355C64.4732 19.4732 65 20.745 65 22.0711V35V60C65 62.7614 62.7614 65 60 65H10C7.23858 65 5 62.7614 5 60V10Z' fill='%23FF4C13'/%3E%3C/svg%3E")
}

@media (max-width: 1399px) {
    .tab-menu3 {
        margin-right: 10px;
        padding-right: 10px
    }
}

@media (max-width: 1199px) {
    .tab-menu3 {
        margin-right: 40px;
        padding-right: 40px
    }
}

@media (max-width: 575px) {
    .tab-menu3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0, 15, 87, 0.2);
        gap: 30px;
        width: 100%
    }
}

.tab-menu4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 6px;
    text-align: center
}

.tab-menu4 button {
    color: var(--title-color);
    font-weight: 600;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    margin-right: 30px
}

.tab-menu4 button:after {
    content: "";
    height: 18px;
    width: 2px;
    background-color: var(--body-color);
    opacity: 0.3;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tab-menu4 button:last-of-type {
    margin-right: 0
}

.tab-menu4 button:last-of-type:after {
    display: none
}

.tab-menu4 button:hover,
.tab-menu4 button.active {
    color: var(--theme-color)
}

.tab-menu4 .indicator {
    position: absolute;
    bottom: 0 !important;
    left: var(--pos-x);
    top: unset !important;
    width: var(--width-set);
    background-color: var(--theme-color);
    height: 3px !important;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu4 .indicator:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: var(--theme-color) transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery-img {
    position: relative;
    z-index: 2;
    border-radius: 0px;
    overflow: hidden
}

.gallery-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--title-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 1
}

.gallery-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    font-size: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 2
}

.gallery-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.gallery-card {
    position: relative
}

.gallery-card .gallery-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.gallery-card .gallery-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0
}

.gallery-card .gallery-tag {
    color: var(--white-color);
    font-weight: 500;
    display: block;
    margin-bottom: 4px
}

.gallery-card:hover .gallery-img:before {
    visibility: visible;
    opacity: 0.5
}

.gallery-card:hover .gallery-img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.gallery-card:hover .gallery-btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1
}

.gallery-card:hover .gallery-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 1199px) {
    .gallery-card .gallery-tag {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .gallery-img img {
        min-height: 320px;
        object-fit: cover
    }
}

.faq-area-1 {
    padding-top: 120px
}

@media (max-width: 1199px) {
    .faq-area-1 {
        padding-top: 20px
    }
}

.accordion-card {
    margin-bottom: 25px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05)
}

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    border: 0;
    color: var(--white-color);
    background-color: #282C38;
    border-radius: 5px;
    padding: 15px 60px 15px 25px;
    min-height: 55px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\2b";
    width: 55px;
    height: 55px;
    height: 100%;
    line-height: 1;
    background-image: none;
    font-family: var(--icon-font);
    color: var(--theme-color);
    font-weight: 900;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 8px
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    color: var(--white-color);
    background-color: #282C38;
    box-shadow: none;
    border-radius: 5px 5px 0 0
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: "\f068"
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
    border-radius: 0 0 5px 5px;
    background-color: #282C38;
    padding: 0px 25px 30px 25px
}

.accordion-card .faq-text {
    color: #8993A1;
    margin-bottom: -0.48em
}

.accordion-card .faq-img {
    height: 100%
}

.accordion-card .faq-img img {
    height: 100%;
    object-fit: cover
}

.accordion-card:last-child {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px
    }
}

.accordion-card.style2 {
    box-shadow: none
}

.accordion-card.style2 .accordion-button {
    background: #F4F4F4;
    color: var(--title-color);
    border-radius: 0
}

.accordion-card.style2 .accordion-button:after {
    content: "\f063"
}

.accordion-card.style2 .accordion-body {
    border: 1px solid #E4E4E4;
    border-top: 0;
    background: var(--white-color);
    border-radius: 0;
    padding: 30px;
    box-shadow: none
}

.accordion-card.style2 .faq-text {
    color: #4D5765;
    margin-top: -0.3em
}

.faq-img {
    margin-left: -250px
}

@media (max-width: 1500px) {
    .faq-img {
        margin-left: -80px
    }
}

@media (max-width: 1399px) {
    .faq-img {
        margin-left: 0
    }
}

@media (max-width: 1500px) {
    .faq-3-fan-anime {
        display: none
    }
}

.accordion-card.style3 {
    margin-bottom: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.accordion-card.style3 .accordion-button {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: rgba(0, 15, 87, 0.1);
    box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
    border-radius: 0;
    padding: 14.5px 60px 14.5px 25px;
    min-height: 55px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card.style3 .accordion-button:after {
    content: "\f063";
    height: 100%;
    width: 70px;
    line-height: 1;
    background-image: none;
    background-color: var(--theme-color);
    font-family: var(--icon-font);
    color: var(--white-color);
    font-weight: 700;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    padding-left: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.accordion-card.style3 .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card.style3 .accordion-button:not(.collapsed) {
    color: var(--title-color);
    background-color: rgba(0, 15, 87, 0.1);
    box-shadow: none;
    border-radius: 0
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
    content: '\f062';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion-card.style3 .accordion-collapse {
    border: none
}

.accordion-card.style3 .accordion-body {
    box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
    border-radius: 0;
    background-color: var(--white-color);
    border: 1px solid rgba(0, 15, 87, 0.1);
    padding: 23px 25px 30px 25px
}

.accordion-card.style3 .faq-text {
    margin-bottom: -0.48em
}

.accordion-card.style3 .faq-img {
    height: 100%
}

.accordion-card.style3 .faq-img img {
    height: 100%;
    object-fit: cover
}

.accordion-card.style3:last-child {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .accordion-card.style3 .accordion-button {
        font-size: 16px
    }
}

.cta-area-1 {
    position: relative;
    background: var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    margin-top: 35px;
}

.cta-area-1 .contact-form-wrap {
    background: var(--white-color)
}

.cta-area-1 .contact-form-wrap .title {
    margin-top: -0.3em;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .cta-area-1 .contact-form-wrap {
        margin-top: 0
    }
}

.cta-wrap {
    padding: 40px;
    position: relative;
    z-index: 3
}

.cta-wrap .sec-title {
    font-size: 30px;
    line-height: 40px
}

.cta-wrap .sec-text {
    margin: 30px 0
}

.cta-wrap .cta-link-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    gap: 30px
}

.cta-wrap .cta-link-wrap .cta-link {
    padding: 20px 0
}

.cta-wrap .cta-link-wrap .cta-link~.cta-link {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px
}

@media (max-width: 1199px) {
    .cta-wrap .cta-link-wrap {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 30px;
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .cta-wrap .cta-link-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 575px) {
    .cta-wrap .cta-link-wrap {
        margin-right: 0;
        border: 0;
        display: block
    }

    .cta-wrap .cta-link-wrap .cta-link {
        padding: 0
    }

    .cta-wrap .cta-link-wrap .cta-link~.cta-link {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 30px;
        margin-top: 30px
    }
}

.cta-wrap .th-btn {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.cta-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.cta-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cta-link-icon {
    width: var(--icon-size, 36px);
    height: var(--icon-size, 36px);
    line-height: var(--icon-size, 36px);
    background: var(--white-color);
    border-radius: 50%;
    text-align: center;
    color: var(--theme-color);
    font-size: 18px;
    position: relative
}

.cta-link-icon:after,
.cta-link-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.cta-link-icon:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.cta-link p {
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 2px;
    margin-top: -0.4em
}

.cta-link .cta-single-link {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--white-color)
}

.cta-area-2 {
    background: #F4F4F4
}

.cta-area-2 .cta-text {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    color: #4D5765;
    margin-bottom: -0.5em
}

.process-card {
    background: var(--white-color);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    position: relative;
    margin-top: 50px;
    padding: 85px 30px 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1
}

.process-card_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 0;
    background: var(--white-color);
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1)
}

.process-card_icon:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    height: 12px;
    width: 22px;
    background: transparent;
    border-top: 12px solid var(--white-color);
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card_bg-shape {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    z-index: -1
}

.process-card_subtitle {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block
}

.process-card_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card_text {
    margin-bottom: -0.5em
}

.process-card:hover {
    background: var(--title-color);
    --body-color: #8993A1
}

.process-card:hover .process-card_bg-shape {
    opacity: 0.15
}

.process-card:hover .process-card_icon {
    background: var(--theme-color)
}

.process-card:hover .process-card_icon:after {
    border-top: 12px solid var(--theme-color)
}

.process-card:hover .process-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.process-card:hover .process-card_title {
    color: var(--white-color)
}

.process-card.style2 {
    padding: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    margin: 0
}

.process-card.style2 .process-card_details {
    padding: 176px 30px 30px;
    margin-top: -150px;
    margin-left: 80px;
    position: relative;
    z-index: -1;
    background-size: calc(100% + 60px) calc(100% + 72px);
    -webkit-filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.06))
}

.process-card.style2 .process-card_title {
    margin-bottom: 25px;
    color: var(--title-color)
}

.process-card.style2 .checklist {
    margin-bottom: 30px
}

.process-card.style2 .checklist li {
    font-weight: 400;
    color: var(--body-color)
}

.process-card.style2 .checklist li:not(:last-child) {
    margin-bottom: 5px
}

.process-card.style2 .th-btn {
    padding: 17px 20px
}

@media (max-width: 575px) {
    .process-card.style2 .process-card_details {
        margin-left: 40px
    }
}

.process-card2 {
    text-align: center;
    max-width: 187px;
    height: 187px;
    background-color: var(--white-color);
    border: 3px solid var(--theme-color);
    margin: 17px;
    position: relative;
    border-radius: 9999px;
    padding: 42px 6px
}

.process-card2-wrap {
    position: relative
}

.process-card2-wrap:after {
    content: '';
    height: 42px;
    width: 116px;
    background-image: url("data:image/svg+xml,%3Csvg width='116' height='42' viewBox='0 0 116 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M115.551 36.6652C111.559 29.4285 108.897 21.8539 105.787 14.2467C104.978 12.2611 102.253 13.5251 102.477 15.3846C102.847 18.5361 103.56 21.6643 104.519 24.7352C98.3211 19.1913 90.7487 14.5818 83.8058 11.0206C74.4953 6.24801 64.2973 2.90809 53.9555 1.36405C36.8086 -1.19473 13.0193 2.07937 1.18365 16.1594C0.506835 16.9694 1.66463 18.0051 2.48375 17.6096C10.8028 13.6619 18.1327 9.40841 27.3743 7.72378C36.4214 6.07799 46.0699 6.15641 55.1077 7.96139C64.6604 9.87409 73.5052 13.8715 81.802 18.943C88.7376 23.1882 94.6187 28.5144 100.852 33.5113C95.1561 33.508 89.4292 34.5084 84.7225 36.8576C81.9555 38.2404 83.4736 42.4769 86.4885 41.9425C91.0648 41.1333 95.3424 39.7652 100.05 39.5838C104.415 39.4115 108.626 39.9863 112.924 40.6872C114.981 41.0253 116.495 38.3804 115.551 36.6652Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: calc(100% - 30px)
}

.process-card2-wrap:nth-child(even):after {
    top: unset;
    bottom: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.process-card2-wrap:last-child:after {
    display: none
}

.process-card2:before {
    content: '';
    width: 216px;
    height: 216px;
    position: absolute;
    top: -17px;
    left: -17px;
    border: 4px dotted var(--theme-color);
    border-radius: inherit
}

.process-card2_icon {
    width: 82px;
    height: 82px;
    line-height: 78px;
    border: 3px solid var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    font-size: 34px;
    color: var(--white-color);
    position: absolute;
    top: -40px;
    left: -17px
}

.process-card2_icon i {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.process-card2_title {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center
}

.process-card2_text {
    margin-bottom: 0;
    font-size: 14px
}

.process-card2:hover:before {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

@media (max-width: 1300px) {
    .process-card2-wrap:after {
        left: calc(100% - 50px)
    }
}

@media (max-width: 1199px) {
    .process-card2 {
        margin: 14px
    }

    .process-card2-wrap:after {
        height: 24px;
        left: calc(100% - 55px)
    }

    .process-card2-wrap:nth-child(even):after {
        left: calc(100% - 45px)
    }
}

@media (max-width: 991px) {
    .process-card2 {
        margin: 14px auto
    }

    .process-card2-wrap:after {
        height: 42px;
        left: calc(100% - 68px)
    }

    .process-card2-wrap:nth-child(even):after {
        display: none
    }
}

@media (max-width: 767px) {
    .process-card2-wrap:after {
        height: 32px
    }
}

@media (max-width: 575px) {
    .process-card2-wrap:after {
        display: none
    }
}

@media (max-width: 1600px) {
    .event-slider-1 .slick-arrow {
        display: none !important
    }
}

.event-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 20px
}

.event-meta p,
.event-meta span,
.event-meta a {
    margin-bottom: 0;
    font-size: 14px
}

.event-meta p i,
.event-meta span i,
.event-meta a i {
    margin-right: 5px;
    color: var(--theme-color)
}

.event-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.event-author .avater {
    max-width: 45px;
    border-radius: 999px;
    overflow: hidden
}

.event-author .author-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color)
}

.event-author .author-desig {
    font-size: 12px;
    margin-bottom: 0
}

.event-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
    padding: 40px;
    border-radius: 10px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    z-index: 2;
    margin-top: 67px
}

@media (max-width: 1500px) {
    .event-card {
        margin-left: 30px;
        margin-top: 47px
    }
}

@media (max-width: 1299px) {
    .event-card {
        padding: 30px;
        margin-top: 30px
    }
}

@media (max-width: 1199px) {
    .event-card {
        margin-top: 0;
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .event-card {
        margin-top: 30px;
        margin-left: 30px
    }
}

@media (max-width: 320px) {
    .event-card {
        margin-left: 0;
        margin-top: 0
    }
}

.event-card_img {
    overflow: hidden;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: -67px;
    left: -35px
}

.event-card_img img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1500px) {
    .event-card_img {
        left: -30px
    }
}

@media (max-width: 1399px) {
    .event-card_img {
        width: 180px;
        top: -47px
    }
}

@media (max-width: 1299px) {
    .event-card_img {
        width: 140px;
        top: -30px
    }
}

@media (max-width: 1199px) {
    .event-card_img {
        position: initial;
        width: auto
    }
}

@media (max-width: 991px) {
    .event-card_img {
        position: absolute
    }
}

@media (max-width: 375px) {
    .event-card_img {
        width: 155px
    }
}

@media (max-width: 320px) {
    .event-card_img {
        width: 125px;
        position: initial
    }
}

.event-card .event-author {
    padding-left: 155px;
    margin-bottom: 30px
}

@media (max-width: 1399px) {
    .event-card .event-author {
        padding-left: 135px
    }
}

@media (max-width: 1299px) {
    .event-card .event-author {
        padding-left: 105px
    }
}

@media (max-width: 1199px) {
    .event-card .event-author {
        padding-left: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .event-card .event-author {
        padding-left: 160px;
        margin-bottom: 80px
    }
}

@media (max-width: 375px) {
    .event-card .event-author {
        padding-left: 110px;
        margin-bottom: 40px
    }
}

@media (max-width: 320px) {
    .event-card .event-author {
        padding-left: 0px;
        margin-bottom: 20px
    }
}

.event-card .event-meta {
    margin-top: -0.3em;
    margin-bottom: 10px
}

.event-card_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px
}

.event-card_title a {
    color: inherit
}

.event-card_title a:hover {
    color: var(--theme-color)
}

.event-card_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 25px
}

.event-card .event-card-shape {
    position: absolute;
    right: 40px;
    bottom: 40px
}

@media (max-width: 1299px) {
    .event-card .event-card-shape {
        right: 30px;
        bottom: 30px
    }
}

.event-card .th-btn {
    padding: 15.5px 27px
}

.event-card:hover .event-card_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.event-details .event-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px
}

.event-details .event-img img {
    min-height: 300px;
    object-fit: cover
}

.event-details .checklist ul li {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color)
}

.event-details .checklist ul li:before {
    font-weight: 400
}

.event-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative
}

.event-grid:last-of-type {
    margin-bottom: 0
}

.event-grid .event-img {
    width: 41.6666666667%;
    position: relative;
    height: 240px;
    border-radius: 10px
}

.event-grid .event-img img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.event-grid .event-content {
    background-color: var(--white-color);
    width: 63%;
    box-shadow: 0px 4px 29px rgba(152, 170, 204, 0.15);
    border-radius: 10px;
    padding: 60px 60px 60px 40px;
    position: absolute;
    bottom: 50%;
    right: 0;
    z-index: 3;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.event-grid .event-content .media-body {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.event-grid .event-content .event-bg-shape {
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--white-color);
    z-index: -1;
    -webkit-mask-size: cover
}

@media (max-width: 1299px) {
    .event-grid .event-content {
        width: 66%;
        padding: 50px 50px 50px 30px
    }
}

@media (max-width: 1199px) {
    .event-grid .event-content {
        width: 73%;
        padding: 40px 40px 40px 20px
    }
}

.event-grid .event-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: -0.2em;
    margin-bottom: 12px
}

.event-grid .event-title a {
    color: var(--title-color)
}

.event-grid .event-title a:hover {
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .event-grid .event-title {
        font-size: 22px
    }
}

.event-grid .event-meta {
    gap: 5px 30px;
    margin-bottom: -0.3em
}

@media (max-width: 767px) {
    .event-grid {
        display: block
    }

    .event-grid .event-img {
        width: 100%;
        border-radius: 10px 10px 0 0
    }

    .event-grid .event-img img {
        border-radius: 10px 10px 0 0
    }

    .event-grid .event-content {
        position: initial;
        width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        padding: 40px;
        display: block;
        border-radius: 0 0 10px 10px
    }

    .event-grid .event-content .event-bg-shape {
        display: none
    }

    .event-grid .event-content .media-body {
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .event-grid .event-content {
        padding: 30px
    }
}

.event-grid:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.event-grid:nth-of-type(odd) .event-content {
    right: unset;
    left: 0;
    margin-left: 0;
    margin-right: 40px;
    padding: 60px 40px 60px 60px
}

.event-grid:nth-of-type(odd) .event-content .event-bg-shape {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: auto;
    right: -40px
}

@media (max-width: 1299px) {
    .event-grid:nth-of-type(odd) .event-content {
        padding: 50px 30px 50px 50px
    }
}

@media (max-width: 1199px) {
    .event-grid:nth-of-type(odd) .event-content {
        padding: 40px 20px 40px 40px
    }
}

@media (max-width: 767px) {
    .event-grid:nth-of-type(odd) .event-content {
        margin: 0;
        padding: 40px
    }
}

@media (max-width: 575px) {
    .event-grid:nth-of-type(odd) .event-content {
        padding: 30px
    }
}

.elementor-widget-container .event-grid:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-widget-container .event-grid:nth-of-type(even) .event-content {
    right: unset;
    left: 0;
    margin-left: 0;
    margin-right: 40px;
    padding: 60px 40px 60px 60px
}

.elementor-widget-container .event-grid:nth-of-type(even) .event-content .event-bg-shape {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: auto;
    right: -40px
}

@media (max-width: 1199px) {
    .elementor-widget-container .event-grid:nth-of-type(even) .event-content {
        padding: 40px 20px 40px 40px
    }
}

@media (max-width: 767px) {
    .elementor-widget-container .event-grid:nth-of-type(even) .event-content {
        margin: 0;
        padding: 40px
    }
}

@media (max-width: 575px) {
    .elementor-widget-container .event-grid:nth-of-type(even) .event-content {
        padding: 30px
    }
}

.event-details-wrap {
    border-radius: 10px;
    border: 1px solid #E3EAF3;
    background: var(--white-color);
    padding: 40px;
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .event-details-wrap {
        padding: 30px
    }
}

.event-details-wrap .event-img {
    border-radius: 10px;
    margin-bottom: 40px
}

.event-details-wrap .event-img img {
    border-radius: 10px
}

.counter-list.event-counter {
    background: var(--smoke-color);
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0 0 0;
    padding: 0;
    gap: 0
}

.counter-list.event-counter li {
    display: block;
    text-align: center;
    padding: 59px 87px
}

.counter-list.event-counter li:after {
    display: none
}

.counter-list.event-counter li:not(:last-child) {
    border-right: 2px solid var(--white-color)
}

.counter-list.event-counter li .count-number {
    color: var(--title-color);
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 4px
}

.counter-list.event-counter li .count-name {
    color: var(--body-color);
    font-family: var(--body-font);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: -0.4em;
    display: block
}

@media (max-width: 1399px) {
    .counter-list.event-counter li {
        padding: 49px 60px
    }
}

@media (max-width: 1299px) {
    .counter-list.event-counter li {
        padding: 39px 54px
    }

    .counter-list.event-counter li .count-number {
        font-size: 36px
    }
}

@media (max-width: 1199px) {
    .counter-list.event-counter li {
        padding: 30px 42px
    }

    .counter-list.event-counter li .count-number {
        font-size: 30px;
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    .counter-list.event-counter li {
        padding: 30px 52px
    }
}

@media (max-width: 767px) {
    .counter-list.event-counter li {
        padding: 20px 33px
    }

    .counter-list.event-counter li .count-number {
        font-size: 24px
    }

    .counter-list.event-counter li .count-name {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .counter-list.event-counter {
        margin: 40px 0 0 0
    }
}

@media (max-width: 575px) {
    .counter-list.event-counter {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .counter-list.event-counter li:nth-child(1) {
        border-bottom: 2px solid var(--white-color)
    }

    .counter-list.event-counter li:nth-child(2) {
        border-right: 0;
        border-bottom: 2px solid var(--white-color)
    }
}

.category-sec-wrap .sec-title {
    font-size: 36px;
    margin-bottom: 90px
}

@media (max-width: 1299px) {
    .category-sec-wrap .sec-title {
        margin-bottom: 80px
    }
}

@media (max-width: 1199px) {
    .category-sec-wrap .sec-title {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .category-sec-wrap .sec-title {
        font-size: 28px
    }
}

.category-sec-wrap .category-slider {
    padding-top: 35px
}

.category-sec-wrap .category-slider .slick-arrow {
    opacity: 1;
    visibility: visible;
    --pos-x: 0;
    top: 20px;
    right: 60px;
    left: auto;
    width: 40px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    background: var(--smoke-color);
    box-shadow: none;
    color: var(--theme-color)
}

.category-sec-wrap .category-slider .slick-arrow.slick-next {
    right: 10px
}

.category-sec-wrap .category-slider .slick-arrow:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .category-sec-wrap .category-slider {
        margin-left: 30px
    }
}

@media (max-width: 1299px) {
    .category-sec-wrap .category-slider {
        margin-top: 80px
    }
}

@media (max-width: 1199px) {
    .category-sec-wrap .category-slider {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 1299px) {
    .category-sec-wrap .category-shape-arrow {
        top: 50px
    }
}

.category-card {
    text-align: center;
    border-radius: 10px;
    border: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    background: var(--white-color, #fff);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 20px
}

.category-card_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    background-color: var(--smoke-color);
    border-radius: 999px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin: auto;
    margin-bottom: 20px
}

.category-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-card_title {
    font-size: 20px;
    font-weight: 500;
    margin-top: -0.23em;
    margin-bottom: 2px
}

.category-card_title a {
    color: inherit
}

.category-card_title a:hover {
    color: var(--theme-color)
}

.category-card_text {
    margin-bottom: 17px
}

.category-card .th-btn {
    padding: 10.5px 20px;
    width: 100%
}

.category-card:hover .category-card_icon {
    background-color: var(--theme-color)
}

.category-card:hover .category-card_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.category-card.style2 {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.category-card.style2 .category-card_icon {
    background: #E8EFFA;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.category-card.style2 .category-card_icon img {
    -webkit-filter: none;
    filter: none
}

.category-card.style2 .box-title {
    font-weight: 500;
    margin-bottom: 10px
}

.category-card.style2 .category-card_text {
    font-family: var(--body-font);
    display: block;
    margin-bottom: 13px
}

.category-card.style2 .link-btn {
    font-weight: 600;
    color: var(--title-color)
}

.category-card.style2 .link-btn:hover {
    color: var(--theme-color)
}

.category-card.style2.cat-card2-active,
.category-card.style2:hover {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(206, 211, 230, 0.45)
}

.category-card.style2.cat-card2-active .category-card_icon,
.category-card.style2:hover .category-card_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 767px) {
    .category-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 22px
    }

    .category-card_content {
        text-align: center
    }

    .category-card_title {
        margin-bottom: 10px
    }

    .category-card_text {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }
}

.category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    border: 1px solid #D0DBE9;
    background: var(--white-color);
    border-radius: 10px;
    margin-left: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2
}

.category-list:before {
    content: '';
    background-color: var(--theme-color);
    width: 0;
    height: 0;
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    z-index: -1
}

.category-list_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    background-color: #EBF2FF;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-right: 15px;
    border: 1px solid #D0DBE9;
    margin-left: -30px
}

.category-list_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-list_content {
    position: relative;
    overflow: hidden;
    padding: 26px 26px 26px 0;
    width: 100%;
    border-radius: 10px
}

.category-list .icon-btn {
    margin-left: auto;
    min-width: 50px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    position: absolute;
    bottom: -12px;
    right: -12px;
    opacity: 0;
    line-height: 44px;
    -webkit-transition: 0.7s;
    transition: 0.7s
}

.category-list .icon-btn i {
    margin-left: -8px
}

.category-list_title {
    font-size: 24px;
    font-weight: 500;
    margin-top: -0.23em;
    margin-bottom: 2px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-list_title a {
    color: inherit;
    -webkit-transition: 0s;
    transition: 0s
}

@media (max-width: 1399px) {
    .category-list_title {
        font-size: 22px
    }
}

@media (max-width: 1299px) {
    .category-list_title {
        font-size: 18px
    }
}

.category-list_text {
    display: block;
    margin-bottom: -0.4em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-list:hover {
    box-shadow: 0px 10px 12px 0px rgba(13, 94, 244, 0.2)
}

.category-list:hover:before {
    width: 100%;
    height: 100%
}

.category-list:hover .category-list_title {
    color: var(--white-color)
}

.category-list:hover .category-list_text {
    color: var(--white-color)
}

.category-list:hover .category-list_icon {
    background: var(--theme-color)
}

.category-list:hover .category-list_icon img {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.category-list:hover .icon-btn {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-color: var(--white-color);
    opacity: 1
}

.tab-menu1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.tab-menu1 button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
    padding: 27px;
    text-align: center;
    border: 0;
    margin: 0;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer
}

.tab-menu1 button:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1
}

.tab-menu1 button:hover {
    color: var(--title-color)
}

.tab-menu1 button.active {
    color: var(--white-color)
}

.tab-menu1 button.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media (max-width: 1199px) {
    .tab-menu1 button {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .tab-menu-wrap {
        margin-bottom: 30px
    }

    .tab-menu1 {
        gap: 25px
    }

    .tab-menu1 button {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        font-size: 16px;
        padding: 16px 15px
    }
}

@media (max-width: 767px) {
    .tab-menu-wrap .shape {
        display: none
    }

    .tab-menu1 {
        gap: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tab-menu2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px
}

.tab-menu2 button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    border: 1px solid var(--border-color);
    margin: 0;
    margin-right: -1px;
    cursor: pointer
}

.tab-menu2 button:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1
}

.tab-menu2 button:hover {
    color: var(--title-color)
}

.tab-menu2 button.active {
    color: var(--white-color)
}

.tab-menu2 button.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media (max-width: 991px) {
    .tab-menu2 {
        gap: 25px
    }

    .tab-menu2 button {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        font-size: 16px;
        padding: 16px 15px
    }
}

@media (max-width: 767px) {
    .tab-menu2 {
        gap: 6px 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tab-menu3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
    border-right: 1px solid rgba(0, 15, 87, 0.2);
    margin-right: 30px;
    padding-right: 30px
}

.tab-menu3 button {
    font-size: 30px;
    color: var(--title-color);
    font-weight: 700;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    padding: 0 4px 0 0;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M5 10C5 7.23858 7.23858 5 10 5H35H47.9289C49.255 5 50.5268 5.52678 51.4645 6.46447L63.5355 18.5355C64.4732 19.4732 65 20.745 65 22.0711V35V60C65 62.7614 62.7614 65 60 65H10C7.23858 65 5 62.7614 5 60V10Z' fill='%23FF4C13'/%3E%3Cpath d='M0.5 5C0.5 2.51472 2.51472 0.5 5 0.5H30H42.9289C44.1224 0.5 45.267 0.974106 46.1109 1.81802L58.182 13.8891C59.0259 14.733 59.5 15.8776 59.5 17.0711V30V55C59.5 57.4853 57.4853 59.5 55 59.5H5C2.51472 59.5 0.5 57.4853 0.5 55V5Z' fill='%23F8F8F8' stroke='%23FF4C13'/%3E%3C/svg%3E");
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu3 button.active {
    color: var(--white-color);
    background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5C0 2.23858 2.23858 0 5 0H30H42.9289C44.255 0 45.5268 0.526784 46.4645 1.46447L58.5355 13.5355C59.4732 14.4732 60 15.745 60 17.0711V30V55C60 57.7614 57.7614 60 55 60H5C2.23858 60 0 57.7614 0 55V5Z' fill='%23FF4C13'/%3E%3Cpath opacity='0.2' d='M5 10C5 7.23858 7.23858 5 10 5H35H47.9289C49.255 5 50.5268 5.52678 51.4645 6.46447L63.5355 18.5355C64.4732 19.4732 65 20.745 65 22.0711V35V60C65 62.7614 62.7614 65 60 65H10C7.23858 65 5 62.7614 5 60V10Z' fill='%23FF4C13'/%3E%3C/svg%3E")
}

@media (max-width: 1399px) {
    .tab-menu3 {
        margin-right: 10px;
        padding-right: 10px
    }
}

@media (max-width: 1199px) {
    .tab-menu3 {
        margin-right: 40px;
        padding-right: 40px
    }
}

@media (max-width: 575px) {
    .tab-menu3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0, 15, 87, 0.2);
        gap: 30px;
        width: 100%
    }
}

.tab-menu4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 6px;
    text-align: center
}

.tab-menu4 button {
    color: var(--title-color);
    font-weight: 600;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    margin-right: 30px
}

.tab-menu4 button:after {
    content: "";
    height: 18px;
    width: 2px;
    background-color: var(--body-color);
    opacity: 0.3;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tab-menu4 button:last-of-type {
    margin-right: 0
}

.tab-menu4 button:last-of-type:after {
    display: none
}

.tab-menu4 button:hover,
.tab-menu4 button.active {
    color: var(--theme-color)
}

.tab-menu4 .indicator {
    position: absolute;
    bottom: 0 !important;
    left: var(--pos-x);
    top: unset !important;
    width: var(--width-set);
    background-color: var(--theme-color);
    height: 3px !important;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu4 .indicator:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: var(--theme-color) transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.client-area-1 {
    padding: 60px
}

.client-area-1 .sec-title {
    font-size: 36px
}

.client-area-1 .icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 22px
}

.client-area-1 .icon-box button {
    --icon-size: 46px;
    background: transparent;
    border: 1px solid #4D5765;
    color: var(--white-color);
    font-size: 20px;
    margin: 0
}

.client-area-1 .icon-box button:hover {
    background: var(--theme-color);
    border-color: var(--theme-color)
}

@media (max-width: 991px) {
    .client-area-1 .icon-box {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .client-area-1 {
        padding: 60px 40px
    }
}

.client-area-2 {
    padding: 45px 0;
    border-bottom: 1px solid var(--border-color)
}

.client-area-3 {
    padding: 55px 40px 55px 0px;
    position: relative;
    z-index: 3;
    margin-right: 150px
}

@media (max-width: 1500px) {
    .client-area-3 {
        margin-right: 110px
    }
}

@media (max-width: 1399px) {
    .client-area-3 {
        margin-right: 70px
    }
}

@media (max-width: 1299px) {
    .client-area-3 {
        margin-right: 0;
        padding: 55px 20px
    }
}

.client-area-4 {
    position: relative;
    padding: 55px 0;
    margin: 0 -50px
}

.client-area-4:after {
    content: '';
    position: absolute;
    height: 100%;
    width: calc(100% + 100px);
    background: var(--theme-color);
    inset: 0;
    left: -50px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%)
}

.client-area-4:before {
    content: '';
    position: absolute;
    height: 101px;
    width: calc(100% + 190px);
    background: var(--body-color);
    inset: 0;
    left: -95px;
    z-index: -1;
    -webkit-clip-path: polygon(3% 0, 97% 0, 100% 100%, 0 100%);
    clip-path: polygon(3% 0, 97% 0, 100% 100%, 0 100%)
}

@media (max-width: 1500px) {
    .client-area-4 {
        margin: 0
    }

    .client-area-4:before {
        width: calc(100% + 184px);
        left: -92px
    }
}

@media (max-width: 1399px) {
    .client-area-4 {
        margin: 0 55px
    }

    .client-area-4:before {
        width: calc(100% + 178px);
        left: -89px
    }
}

@media (max-width: 1299px) {
    .client-area-4 {
        margin: 0 70px
    }

    .client-area-4:before {
        width: calc(100% + 172px);
        left: -86px
    }
}

@media (max-width: 1199px) {
    .client-area-4:before {
        width: calc(100% + 160px);
        left: -80px
    }
}

@media (max-width: 991px) {
    .client-area-4 {
        padding: 30px 0
    }

    .client-area-4:before {
        width: calc(100% + 146px);
        left: -73px;
        height: 75px
    }
}

@media (max-width: 767px) {
    .client-area-4:before {
        width: calc(100% + 132px);
        left: -66px
    }
}

@media (max-width: 575px) {
    .client-area-4:before {
        width: calc(100% + 126px);
        left: -63px
    }
}

@media (max-width: 320px) {
    .client-area-4:before {
        width: calc(100% + 120px);
        left: -60px;
        height: 73px
    }
}

.client-area-5 {
    background-size: calc(100% - 240px);
    padding: 55px 0
}

@media (max-width: 1700px) {
    .client-area-5 {
        background-size: calc(100% - 240px) 100%
    }
}

@media (max-width: 1500px) {
    .client-area-5 {
        background-size: calc(100% - 100px) 100%
    }
}

@media (max-width: 1399px) {
    .client-area-5 {
        background-size: cover
    }
}

.client-slider5 {
    margin: 0 20px
}

@media (max-width: 1700px) {
    .client-slider5 {
        margin: 0 120px
    }
}

@media (max-width: 1500px) {
    .client-slider5 {
        margin: 0 50px
    }
}

@media (max-width: 1399px) {
    .client-slider5 {
        margin: 0
    }
}

.client-thumb.style2 {
    -webkit-filter: grayscale(1) opacity(0.5);
    filter: grayscale(1) opacity(0.5);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.client-thumb.style2:hover {
    -webkit-filter: none;
    filter: none
}

.brand-box {
    padding: 25px 0
}

.brand-box-wrap {
    background-color: var(--smoke-color);
    box-shadow: -1000px 0 0 0 var(--smoke-color)
}

.brand-icon-wrap {
    height: 100%;
    background-color: var(--body-color);
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(50px 0%, 100% 0, 100% 100%, 50px 100%, 0% 50%);
    clip-path: polygon(50px 0%, 100% 0, 100% 100%, 50px 100%, 0% 50%)
}

.brand-icon-wrap .slick-arrow {
    margin-left: 25px;
    top: 0
}

@media (max-width: 1399px) {
    .brand-box-wrap {
        box-shadow: -200px 0 0 0 var(--smoke-color)
    }
}

@media (max-width: 767px) {
    .brand-icon-wrap .slick-arrow {
        margin-right: 0
    }
}

@media (max-width: 575px) {
    .brand-box {
        text-align: center
    }

    .brand-box-wrap {
        box-shadow: none;
        margin: 0 -15px;
        padding: 0 15px
    }
}

.th-video2 {
    position: relative
}

.th-video2 .play-bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}

.th-video2 .play-bg .play-btn {
    position: absolute;
    bottom: 65px;
    left: 50%
}

.th-video2 .play-bg .play-btn:hover>i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-video2 .play-bg .play-btn:hover::before,
.th-video2 .play-bg .play-btn:hover:after {
    background-color: var(--title-color)
}

.img-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    height: 100%;
    width: 44%
}

.img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1199px) {
    .img-right {
        position: relative;
        width: 100%;
        margin-bottom: -65px
    }
}

@media (max-width: 991px) {
    .img-right {
        margin-bottom: -35px
    }
}

@media (max-width: 575px) {
    .th-video2 .play-bg {
        left: 30%;
        -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%)
    }
}

@media (max-width: 375px) {
    .th-video2 .play-bg .play-btn {
        bottom: 30px;
        left: 45%
    }
}

.pricing-card-wrap {
    -webkit-transform: translate(0px, 270px);
    -ms-transform: translate(0px, 270px);
    transform: translate(0px, 270px);
    margin-top: -293px;
    margin-bottom: 270px
}

.price-card {
    padding: 40px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0px;
    background: var(--white-color);
    box-shadow: 0px 4px 30px 0px rgba(1, 19, 60, 0.08);
    overflow: hidden
}

.price-card .price-card-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.price-card_top {
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--border-color)
}

.price-card_title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 5px;
    margin-top: -0.2em;
    margin-bottom: 27px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.price-card_text {
    margin-bottom: -0.4em;
    margin-top: 11px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.price-card_price {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: var(--theme-color)
}

.price-card_price .duration {
    font-size: 18px;
    font-weight: 500;
    margin-left: -10px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    top: -1px;
    left: 0;
    color: var(--body-color)
}

.price-card .checklist {
    margin: 0px 0 43px 0
}

.price-card .checklist li {
    color: #4D5765
}

.price-card .checklist li:before {
    font-weight: 400
}

.price-card .checklist li.unavailable {
    opacity: 0.5
}

.price-card.active,
.price-card:hover {
    background: var(--title-color)
}

.price-card.active .price-card-bg-shape,
.price-card:hover .price-card-bg-shape {
    opacity: 0.15
}

.price-card.active .price-card_title,
.price-card:hover .price-card_title {
    color: var(--white-color)
}

.price-card.active .price-card_top,
.price-card:hover .price-card_top {
    border-color: #4D5765
}

.price-card.active .checklist li,
.price-card.active .price-card_price .duration,
.price-card:hover .checklist li,
.price-card:hover .price-card_price .duration {
    color: #8993A1
}

@media (max-width: 1399px) {
    .price-card .price-card_price {
        font-size: 40px
    }
}

@media (max-width: 1199px) {
    .price-card .price-card_price {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .price-card .price-card_price {
        font-size: 28px
    }

    .price-card .price-card_price .duration {
        margin-left: -5px
    }
}

@media (max-width: 375px) {
    .price-card {
        padding: 30px
    }
}

.available-list2 ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.available-list2 li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 26px
}

.available-list2 li:last-child {
    margin-bottom: 0
}

.available-list2 li:before {
    content: "\f058";
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--theme-color);
    font-size: 1em;
    vertical-align: text-top;
    position: absolute;
    top: 0;
    left: 0
}

.available-list2 li.unavailable {
    color: #bdbdbd
}

.available-list2 li.unavailable:before {
    color: #bdbdbd
}

.price-box {
    padding: 40px;
    background-color: var(--white-color);
    border-radius: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 30px rgb(1 19 60 / 15%);
}

.price-box_price {
    color: var(--theme-color);
    font-size: 48px;
    font-weight: bold;
    line-height: 1
}

.price-box_price .currency {
    font-size: 24px;
    position: relative;
    top: -25px
}

.price-box_price .duration {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 600;
    margin-left: -14px
}

.price-box_title {
    border-bottom: 2px solid var(--theme-color);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: -0.24em;
    margin-bottom: 25px
}

.price-box .available-list2 {
    border-top: 1px solid var(--border-color);
    padding-top: 28px;
    margin-top: 28px;
    margin-bottom: 30px
}

.price-box .th-btn {
    border-radius: 4px;
    background-color: var(--title-color)
}

.price-box .th-btn:before,
.price-box .th-btn:after {
    background-color: var(--theme-color)
}

.price-sec {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    margin-top: -52px;
    position: relative;
    z-index: 3;
    box-shadow: 0px 6px 50px rgba(14, 18, 29, 0.06)
}

@media (max-width: 360px) {
    .price-box {
        padding: 40px 20px
    }

    .price-box_title {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .price-sec {
        margin-top: -80px;
        border-radius: 15px
    }
}

.service-tab-menu .tab-btn {
    border: 1px solid var(--border-color);
    background: var(--white-color);
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 30px;
    position: relative
}

@media (max-width: 1299px) {
    .service-tab-menu .tab-btn {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .service-tab-menu .tab-btn {
        padding: 14px 11px
    }
}

.service-tab-menu .tab-btn~.tab-btn {
    margin-top: 12px
}

.service-tab-menu .tab-btn:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    background: #B53900;
    width: 22px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 55% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 55% 0%, 100% 100%, 0% 100%);
    z-index: -1;
    opacity: 0
}

.service-tab-menu .tab-btn.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.service-tab-menu .tab-btn.active:after {
    opacity: 1
}

@media (max-width: 991px) {
    .service-tab-menu {
        margin-bottom: 30px
    }
}

.service-card-icon {
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px
}

.service-card-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card .service-card-content {
    border: 1px solid var(--border-color);
    padding: 30px;
    background-size: auto;
    background-position: top right;
    margin-bottom: 10px
}

@media (max-width: 1299px) {
    .service-card .box-title a {
        font-size: 22px
    }
}

.service-card .box-title a:hover {
    color: var(--theme-color)
}

.service-card-text {
    margin-bottom: -0.3em;
    font-size: 14px
}

.service-card-img {
    border-radius: 0px;
    position: relative;
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 81% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 81% 100%, 0 100%, 0 0)
}

.service-card-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00112B;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0px;
    z-index: 0
}

.service-card-img img {
    border-radius: 0px;
    width: 100%
}

.service-card:hover .service-card-icon {
    border-color: var(--theme-color2)
}

.service-card:hover .service-card-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-card:hover .service-card-img:after {
    opacity: 0.7
}

.service-card.style2 {
    border-radius: 0px;
    background: var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    padding: 40px;
    margin: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    margin: 20px 0 0 20px;
    z-index: 0
}

.service-card.style2.bg-shadow {
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06)
}

.service-card.style2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--title-color);
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0
}

.service-card.style2 .service-card-bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style2 .service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.service-card.style2 .service-card-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    border-right: 10px solid var(--smoke-color);
    border-bottom: 10px solid var(--smoke-color);
    box-sizing: content-box;
    top: -60px;
    left: -60px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin: 0 -20px -26px 0
}

.service-card.style2 .service-card-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style2 .box-title {
    margin-bottom: 0
}

.service-card.style2 .service-card-number {
    color: #B2B2B2;
    margin-left: auto
}

.service-card.style2 .service-card-text {
    margin-bottom: -0.3em;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 16px;
    color: var(--body-color)
}

.service-card.style2 .th-btn {
    margin-top: 38px;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px
}

.service-card.style2 .service-card-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.12
}

.service-card.style2:hover:after {
    opacity: 0.86
}

.service-card.style2:hover .box-title a {
    color: var(--white-color)
}

.service-card.style2:hover .service-card-bg-img {
    opacity: 1
}

.service-card.style2:hover .service-card-number {
    color: var(--theme-color)
}

.service-card.style2:hover .service-card-text {
    color: #B2B2B2
}

.service-card.style2:hover .service-card-icon {
    background: var(--theme-color)
}

.service-card.style2:hover .service-card-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.service-card.style2:hover .th-btn {
    border-color: var(--theme-color);
    color: var(--theme-color)
}

.service-card.style2:hover .th-btn:hover {
    color: var(--white-color)
}

.service-card.style2:hover .service-card-shape {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

@media (max-width: 1299px) {
    .service-card.style2 {
        padding: 30px;
        margin: 30px 0 0 30px
    }

    .service-card.style2 .service-card-icon {
        margin: 0 -30px -26px 0
    }

    .service-card.style2 .service-card-text {
        font-size: 14px
    }

    .service-card.style2 .th-btn {
        margin-top: 28px
    }
}

@media (max-width: 1199px) {
    .service-card.style2 .service-card-icon {
        margin: 0 -40px -36px 0
    }
}

@media (max-width: 991px) {
    .service-card.style2 {
        box-shadow: 0px 0px 30px 0px rgba(206, 211, 230, 0.3)
    }
}

.details-more-wrap {
    position: relative
}

.details-more-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    border: 1px dashed rgba(178, 178, 178, 0.5);
    z-index: -1
}

.details-more-wrap .details-more-text {
    margin-bottom: 0;
    padding: 4px 25px;
    border-radius: 30px;
    border: 1px solid var(--border-color);
    display: inline-block
}

.service-card.style3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    overflow: hidden
}

.service-card.style3 .service-card-thumb {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.service-card.style3 .service-card-thumb>img {
    height: 100%;
    object-fit: cover;
    object-position: right
}

.service-card.style3 .service-card-thumb .service-card-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #FDFEFC;
    border: 5px solid var(--white-color);
    box-sizing: content-box;
    position: absolute;
    right: 2px;
    top: 30px;
    margin: 0
}

.service-card.style3 .service-card-content {
    border: 0;
    padding: 30px 30px 28px 20px;
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.service-card.style3 .box-title {
    margin-bottom: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer
}

.service-card.style3 .box-title:hover {
    color: var(--theme-color)
}

.service-card.style3 .service-card-text {
    font-size: 16px;
    margin-bottom: 15px
}

@media (max-width: 1299px) {
    .service-card.style3 .service-card-text {
        font-size: 14px
    }
}

.service-card.style3 .link-btn {
    color: var(--title-color)
}

.service-card.style3 .link-btn:before {
    background: var(--title-color)
}

.service-card.style3 .link-btn:hover {
    color: var(--theme-color)
}

.service-card.style3 .link-btn:hover:before {
    background: var(--theme-color)
}

.service-card.style3:hover .service-card-icon {
    background: var(--theme-color)
}

.service-card.style3:hover .service-card-icon img {
    -webkit-filter: brightness(999);
    filter: brightness(999)
}

@media (max-width: 575px) {
    .service-card.style3 {
        display: block
    }

    .service-card.style3 .service-card-thumb {
        display: inline-block
    }
}

.service-tab-1 .slick-list {
    padding-bottom: 50px
}

.service-tab-1 .slick-arrow {
    padding: 0;
    background: rgba(255, 255, 255, 0.3);
    color: var(--white-color);
    font-size: 24px;
    top: 100px
}

.service-tab-1 .slick-arrow:hover {
    color: var(--white-color)
}

.service-tab-1 .tab-btn {
    display: block;
    cursor: pointer;
    text-align: center;
    font-family: var(--title-font);
    color: var(--title-color);
    background: var(--smoke-color);
    padding: 40px 27px 43px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative
}

.service-tab-1 .tab-btn .icon {
    display: block;
    margin-bottom: 20px
}

.service-tab-1 .tab-btn .box-title {
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-tab-1 .tab-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -21px;
    height: 21px;
    width: 41px;
    background: transparent;
    border-top: 21px solid var(--theme-color);
    border-right: 20.5px solid transparent;
    border-left: 20.5px solid transparent;
    border-bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-tab-1 .slick-current .tab-btn {
    background: var(--theme-color)
}

.service-tab-1 .slick-current .tab-btn:after {
    opacity: 1
}

.service-tab-1 .slick-current .box-title {
    color: var(--white-color)
}

.service-tab-1 .slick-current~.slick-slide .tab-btn {
    background: #E4E4E4
}

.service-tab-1 .slick-current~.slick-slide~.slick-slide .tab-btn {
    background: #EEEEEE
}

.service-tab-1 .slick-current~.slick-slide~.slick-slide~.slick-slide .tab-btn {
    background: var(--smoke-color)
}

@media (max-width: 575px) {
    .service-tab-1 .tab-btn {
        padding: 30px 27px 23px
    }
}

.service4-content-wrap {
    background-color: #262A36;
    border: 1px solid var(--body-color)
}

.service4-content-wrap .service-content {
    padding: 50px 0 50px 50px;
    --body-color: #8993A1
}

.service4-content-wrap .service-content .service-title {
    color: var(--white-color);
    font-weight: 600;
    margin-top: -0.25em;
    margin-bottom: 22px
}

.service4-content-wrap .service-content .checklist {
    margin-top: 36px
}

.service4-content-wrap .service-content .checklist li {
    color: var(--body-color)
}

@media (max-width: 991px) {
    .service4-content-wrap .service-content {
        padding: 50px
    }
}

@media (max-width: 575px) {
    .service4-content-wrap .service-content {
        padding: 30px
    }
}

.service4-content-wrap .service-img {
    height: 100%
}

.service4-content-wrap .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left
}

.service-sec-5 {
    background-size: calc(100% - 240px) 100%
}

@media (max-width: 1500px) {
    .service-sec-5 {
        background-size: calc(100% - 100px) 100%
    }
}

@media (max-width: 1399px) {
    .service-sec-5 {
        background-size: cover
    }
}

.service-sec-5 .service-thumb {
    height: 100%
}

.service-sec-5 .service-thumb img {
    object-fit: cover
}

@media (max-width: 991px) {
    .service-sec-5 .service-thumb {
        height: auto;
        margin-bottom: 24px
    }

    .service-sec-5 .service-thumb img {
        width: 100%
    }
}

.service-card.style5 {
    background: var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style5:hover {
    background: var(--title-color)
}

.service-card.style5:hover .box-title {
    color: var(--white-color)
}

.service-card.style5:hover .service-card-text {
    color: #8993A1
}

.service-card.style5 .service-card-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.service-card.style5 .service-card-content {
    border: 0;
    padding: 0;
    margin: 0
}

.service-card.style5 .box-title {
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style5 .box-title:hover {
    color: var(--theme-color)
}

.service-card.style5 .service-card-text {
    margin-bottom: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 16px
}

@media (max-width: 1199px) {
    .service-card.style5 {
        display: block
    }
}

.th-modal {
    z-index: 99
}

.th-modal .icon-btn {
    --btn-size: 40px;
    outline: 0;
    box-shadow: none;
    position: absolute;
    top: -20px;
    right: -20px;
    background: var(--theme-color);
    opacity: 1;
    color: var(--white-color)
}

.th-modal .modal-dialog {
    margin-top: 50px
}

.th-modal .modal-content {
    padding: 40px
}

@media (max-width: 575px) {
    .th-modal .modal-content {
        padding: 25px
    }

    .th-modal .icon-btn {
        right: 0
    }
}

.service-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid var(--border-color);
    padding-left: 30px;
    margin-bottom: 30px
}

.service-info-list li strong {
    margin-right: 10px
}

.service-info-list li:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .service-info-list {
        padding-left: 0;
        border-left: 0
    }
}

.service-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

.service-list-wrap {
    --space-x: 35px;
    --space-y: 35px
}

.service-list-wrap:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: var(--space-y)
}

.service-list-wrap:not(:nth-child(-n+3)) {
    padding-top: var(--space-y)
}

.service-list-wrap:not(:nth-child(3n)) {
    border-right: 1px solid var(--border-color)
}

.service-list-wrap:not(:nth-child(3n+1)) {
    padding-left: var(--space-x)
}

.service-list_icon {
    min-width: 60px
}

.service-list_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-list_title {
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-list_title:hover {
    color: var(--theme-color)
}

.service-list_text {
    margin-bottom: 20px
}

.service-list_btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--title-color)
}

.service-list_btn .icon-btn {
    --btn-size: 40px;
    box-shadow: 0px 0px 10px rgba(14, 18, 29, 0.12);
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-list_btn:hover {
    color: var(--theme-color)
}

.service-list_btn:hover .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.service-list:hover .service-list_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1300px) {
    .service-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 991px) {
    .service-list-wrap:not(:nth-last-child(-n+3)) {
        border-bottom: unset;
        padding-bottom: unset
    }

    .service-list-wrap:not(:nth-child(-n+3)) {
        padding-top: unset
    }

    .service-list-wrap:not(:nth-child(3n)) {
        border-right: unset
    }

    .service-list-wrap:not(:nth-child(3n+1)) {
        padding-left: unset
    }

    .service-list-wrap:not(:nth-last-child(-n+2)) {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: var(--space-y)
    }

    .service-list-wrap:not(:nth-child(-n+2)) {
        padding-top: var(--space-y)
    }

    .service-list-wrap:nth-child(odd) {
        padding-right: var(--space-x)
    }

    .service-list-wrap:nth-child(even) {
        padding-left: var(--space-x);
        border-left: 1px solid var(--border-color)
    }
}

@media (max-width: 767px) {
    .service-list-wrap {
        padding: var(--space-y) var(--space-x) !important
    }

    .service-list-wrap:first-child {
        padding-top: 0 !important
    }

    .service-list-wrap:last-child {
        padding-bottom: 0 !important
    }

    .service-list-wrap:nth-child(odd) {
        border-left: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color)
    }

    .service-list-wrap:nth-child(even) {
        border-right: 1px solid var(--border-color);
        border-left: unset
    }
}

@media (max-width: 360px) {
    .service-list-wrap {
        --space-x: 20px
    }

    .service-list_title {
        font-size: 22px
    }
}

.service-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white-color);
    position: relative;
    padding: 40px;
    gap: 40px;
    border-radius: 20px;
    z-index: 3
}

.service-grid_img {
    position: relative;
    overflow: hidden;
    z-index: 2;
    min-width: 350px;
    border-radius: inherit
}

.service-grid_img img {
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.service-grid_icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 32px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    margin: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-grid_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-grid_icon:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    border-radius: inherit
}

.service-grid_content {
    position: relative;
    z-index: 2
}

.service-grid_icon-overlay {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.service-grid_text {
    margin-bottom: 18px
}

.service-grid_title {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 14px
}

.service-grid_title a {
    color: inherit
}

.service-grid_title a:hover {
    color: var(--theme-color)
}

.service-grid .checklist ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    gap: 0 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.service-grid .checklist ul li {
    padding-left: 22px;
    margin-bottom: 5px
}

.service-grid .checklist ul li:first-child {
    margin-top: 0
}

.service-grid .checklist ul li:last-child {
    margin-bottom: 5px
}

.service-grid .th-btn {
    border-radius: 5px
}

.service-grid:hover .service-grid_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#serviceGridSlider {
    position: relative;
    z-index: 3
}

.service-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: var(--white-color);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 12px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer
}

.service-thumb-wrap {
    background-color: var(--theme-color);
    position: relative;
    padding: 24px 24px 24px 0;
    z-index: 2
}

.service-thumb-wrap:after {
    content: '';
    height: 100%;
    width: calc(100% + 180px);
    background-color: inherit;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-clip-path: polygon(120px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(120px 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1
}

.service-thumb_img {
    min-width: 70px
}

.service-thumb_img img {
    border-radius: 5px
}

.service-thumb_title {
    font-size: 20px;
    margin-bottom: 0
}

.slick-current .service-thumb {
    border-right: 7px solid var(--title-color)
}

.arrow-btn {
    font-size: 20px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid;
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 53px;
    border-radius: 5px
}

.arrow-btn.prev {
    margin-bottom: 12px
}

@media (max-width: 1199px) {
    .service-thumb-wrap {
        padding: 40px 0 40px 0
    }

    .service-thumb-wrap:after {
        content: '';
        height: calc(100% + 180px);
        width: calc(100% + 80px);
        left: -40px;
        -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%)
    }
}

@media (max-width: 991px) {
    .service-grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }

    .service-grid_img {
        min-width: 100%;
        width: 100%;
        height: 300px
    }

    .service-grid_img img {
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 450px) {
    .service-grid {
        padding: 20px;
        border-radius: 10px
    }
}

@media (max-width: 375px) {
    .service-grid_title {
        font-size: 22px
    }

    .service-grid .checklist ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-card2 {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.service-card2_img img {
    width: 100%
}

.service-card2_content {
    position: relative;
    left: 50px;
    margin-top: -94px;
    max-width: calc(100% - 50px);
    padding: 30px;
    z-index: 3;
    background-color: var(--theme-color);
    box-shadow: 0px 6px 20px rgba(7, 36, 95, 0.06)
}

.service-card2_content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card2_icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: -35px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card2_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card2_icon:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: transparent;
    border: 1px solid var(--white-color);
    border-radius: inherit
}

.service-card2_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: -0.25em;
    margin-bottom: 10px
}

.service-card2_title a {
    color: inherit
}

.service-card2_title a:hover {
    color: var(--title-color)
}

.service-card2_text {
    margin-bottom: -0.5em;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.service-card2_btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 50px;
    height: 112px;
    line-height: 115px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0
}

.service-card2_btn:hover {
    color: var(--white-color)
}

.service-card2:hover .service-card2_title {
    color: var(--white-color)
}

.service-card2:hover .service-card2_text {
    color: var(--white-color)
}

.service-card2:hover .service-card2_content:before {
    height: 0
}

.service-card2:hover .service-card2_icon {
    background-color: var(--white-color)
}

.service-card2:hover .service-card2_icon img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-card2:hover .service-card2_btn {
    background-color: var(--title-color)
}

@media (max-width: 767px) {
    .service-card2_content {
        padding: 50px
    }
}

@media (max-width: 575px) {
    .service-card2_content {
        padding: 40px
    }
}

@media (max-width: 375px) {
    .service-card2_content {
        padding: 30px 20px
    }
}

.service-box.style2 {
    padding: 30px 30px 28px;
    background: var(--white-color);
    box-shadow: 0px 8px 19px rgba(220, 220, 220, 0.3);
    border-radius: 10px
}

.service-box.style2 .service-box_img img {
    border-radius: 10px
}

.service-box.style2:before {
    display: none
}

.service-box.style2 .service-box_content {
    padding: 0;
    margin-top: 23px;
    position: relative;
    z-index: 1
}

.service-box.style2 .service-box_icon {
    position: absolute;
    right: 0;
    top: 7px
}

.service-box.style2 .service-box_icon img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-box.style2 .service-box_bg-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.07;
    z-index: -1
}

.service-box.style2 .service-box_bg-icon img {
    width: 200px
}

.service-box.style2 .service-box_subtitle {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--body-font);
    display: block;
    margin-bottom: 14px
}

.service-box.style2 .box-title {
    font-weight: 700
}

.service-box.style2 .service-box_text {
    color: var(--body-color);
    margin-bottom: -0.5em
}

.service-box.style2 .service-box_btn {
    background: transparent;
    padding: 22px 0 0 0;
    color: var(--theme-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 700
}

.service-box.style2 .service-box_btn i {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: 4px
}

.service-box.style2 .service-box_btn:hover i {
    margin-left: 10px
}

.service-box.style2 .service-box_btn:before {
    display: none
}

.service-box:hover .service-box_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .service-box.style2 .service-box_icon img {
        width: 32px
    }
}

@media (max-width: 375px) {
    .service-box.style2 {
        padding: 20px 20px 18px
    }
}

.service-box2 {
    position: relative;
    box-shadow: 0px 6px 14px rgba(7, 36, 95, 0.08);
    background-color: var(--theme-color);
    z-index: 2
}

.service-box2::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box2_icon {
    margin-bottom: 18px
}

.service-box2_icon img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.service-box2_content {
    padding: 30px
}

.service-box2_title {
    font-size: 24px;
    margin-bottom: 11px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out
}

.service-box2_title a {
    color: inherit
}

.service-box2_title a:hover {
    color: var(--white-color)
}

.service-box2_text {
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box2_btn {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--body-color);
    display: block;
    padding: 22px 30px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box2_btn::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    z-index: -1;
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box2_btn i {
    margin-left: 4px
}

.service-box2:hover::before {
    width: 0
}

.service-box2:hover .service-box2_title,
.service-box2:hover .service-box2_text,
.service-box2:hover .service-box2_btn {
    color: var(--white-color)
}

.service-box2:hover .service-box2_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-box2:hover .service-box2_btn::before {
    width: 0
}

.project-card-img {
    overflow: hidden
}

.project-card-img img {
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-card-icon {
    border: 7px solid #D4CBB9;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 83px;
    -webkit-transform: translate(45px, -117px);
    -ms-transform: translate(45px, -117px);
    transform: translate(45px, -117px);
    position: relative;
    z-index: 1;
    background: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-card-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-card-content {
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 320px) {
    .project-card-content {
        font-size: 14px
    }
}

.project-card-details {
    margin: 0 15px;
    padding: 80px 30px 30px;
    -webkit-filter: drop-shadow(0px 8px 10px rgba(7, 36, 95, 0.08));
    filter: drop-shadow(0px 8px 10px rgba(7, 36, 95, 0.08));
    background: var(--white-color);
    -webkit-clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    margin-top: -167px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 991px) {
    .project-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 320px) {
    .project-card .box-title {
        font-size: 20px
    }
}

.project-card .th-btn {
    padding: 15px 25px;
    font-size: 14px
}

.project-card:hover .project-card-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project-card:hover .project-card-icon {
    border-color: var(--white-color);
    background: var(--theme-color)
}

.project-card:hover .project-card-icon img {
    -webkit-filter: brightness(99);
    filter: brightness(99);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.project-card:hover .project-card-details {
    background-color: var(--theme-color)
}

.project-card:hover .box-title a {
    color: var(--white-color)
}

.project-card:hover .box-title a:hover {
    color: var(--title-color)
}

.project-card:hover .project-card-content {
    color: var(--white-color)
}

.project-card:hover .th-btn {
    color: var(--theme-color);
    border-color: var(--white-color);
    background: var(--white-color)
}

.project-card:hover .th-btn:hover:before,
.project-card:hover .th-btn:hover:after {
    background-color: var(--white-color)
}

.project-card.style1-1 .project-card-details {
    margin-top: -57px;
    padding: 30px;
    position: relative;
    background: transparent
}

.project-card.style1-1 .project-card-details:before,
.project-card.style1-1 .project-card-details:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #e7e7e7;
    -webkit-clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    z-index: -2;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-card.style1-1 .project-card-details:before {
    background-color: var(--white-color);
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: -1
}

.project-card.style1-1:hover .project-card-details {
    background: var(--theme-color);
    -webkit-clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0)
}

.project-card.style1-1:hover .project-card-details:after,
.project-card.style1-1:hover .project-card-details:before {
    opacity: 0;
    visibility: hidden
}

.project-slider2 {
    margin-left: 328px;
    height: 440px
}

.project-slider2 .slick-arrow {
    --pos-x: -105px;
    margin-top: -63.5px
}

.project-slider2 .slick-arrow.slick-next {
    right: auto;
    left: var(--pos-x);
    margin-top: 7.5px
}

.project-slider2 .slick-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-slider2 .slick-slide .project-card-img {
    height: 440px;
    overflow: hidden
}

.project-slider2 .slick-slide .project-card-img img {
    height: 100%;
    object-fit: cover
}

.project-slider2 .slick-current {
    width: calc(598px + 24px) !important
}

.project-slider2 .slick-current .project-card.style2 {
    width: 100%
}

.project-slider2 .slick-current .project-card.style2 .project-card-content {
    height: 100%;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    margin-top: 15px
}

@media (max-width: 767px) {
    .project-slider2 .slick-current {
        width: 588px !important
    }
}

@media (max-width: 575px) {
    .project-slider2 .slick-current {
        width: 413px !important
    }
}

@media (max-width: 375px) {
    .project-slider2 .slick-current {
        width: 363px !important
    }
}

@media (max-width: 320px) {
    .project-slider2 .slick-current {
        width: 308px !important
    }
}

@media (max-width: 1700px) {
    .project-slider2 {
        margin-left: 150px
    }
}

@media (max-width: 1500px) {
    .project-slider2 {
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    .project-slider2 .slick-list {
        margin-left: -6px
    }
}

.project-card.style2 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative
}

.project-card.style2 .project-card-details {
    padding: 30px 75px 30px 30px;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    max-width: 360px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0
}

.project-card.style2 .project-card-details-wrap {
    display: inline-block;
    margin: 20px;
    position: absolute;
    left: 0;
    bottom: 0
}

.project-card.style2 .project-card-details-wrap .gallery-btn {
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 8px 19px 0px rgba(255, 76, 19, 0.3);
    border-radius: 0;
    background: var(--theme-color);
    color: var(--white-color);
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9
}

.project-card.style2 .project-card-details .project-subtitle {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--theme-color);
    margin-top: -0.3em
}

.project-card.style2 .project-card-details .box-title {
    margin-bottom: 0
}

.project-card.style2 .project-card-details .box-title a {
    color: var(--title-color)
}

.project-card.style2 .project-card-details .project-card-content {
    height: 0;
    margin-bottom: -0.4em;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: var(--body-color)
}

.project-card.style2:hover .project-card-details {
    background: var(--white-color)
}

@media (max-width: 1700px) {
    .project-card.style2 .project-card-details .box-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .project-card.style2 .project-card-details {
        padding: 30px 45px 30px 30px
    }
}

.project-slider3 .slick-arrow {
    display: none !important
}

.project-slider3 .mn-4 {
    margin-left: 12px;
    margin-right: 12px
}

.project-slider3 .mn-4 .project-card.style3 {
    margin-left: 0;
    margin-right: 0
}

.project-card-wrap .project-card.style3 {
    height: 228px
}

.project-card.style3 {
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    overflow: hidden
}

.project-card.style3 .project-card-details-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    background: var(--white-color);
    position: absolute;
    right: 0;
    bottom: -15px;
    gap: 40px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-card.style3 .project-card-details-wrap .project-card-details {
    margin: 0;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 0;
    box-shadow: none;
    background: transparent
}

.project-card.style3 .project-card-details-wrap .project-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8A;
    margin-top: -0.3em;
    margin-bottom: 12px
}

.project-card.style3 .project-card-details-wrap .box-title {
    margin-bottom: -0.3em;
    font-size: 18px
}

.project-card.style3 .project-card-details-wrap .box-title a {
    color: var(--title-color)
}

.project-card.style3 .project-card-details-wrap .box-title a:hover {
    color: var(--theme-color)
}

.project-card.style3 .project-card-details-wrap .icon-btn {
    --btn-size: 30px;
    border-radius: 0;
    background: var(--theme-color);
    box-shadow: 0px 8px 19px 0px rgba(255, 76, 19, 0.3);
    color: var(--white-color);
    line-height: 33px
}

.project-card.style3:hover .project-card-details-wrap {
    opacity: 1;
    bottom: 0
}

.project-card.style4 .project-card-details {
    margin: 0;
    -webkit-clip-path: none;
    clip-path: none;
    background: transparent;
    box-shadow: none;
    padding: 0
}

.project-card.style4 .project-card-details .project-subtitle {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    display: block
}

.project-card.style4 .project-card-details .project-card-title a {
    color: var(--title-color)
}

.project-card.style4 .project-card-details .project-card-title a:hover {
    color: var(--theme-color)
}

@media (max-width: 1299px) {
    .project-card.style4 .project-card-details .project-card-title {
        font-size: 30px
    }
}

@media (max-width: 1199px) {
    .project-card.style4 .project-card-details .project-card-title {
        font-size: 26px
    }
}

.project-card.style4 .project-card-details .project-card-content {
    color: var(--body-color);
    margin-bottom: 27px
}

@media (max-width: 1199px) {
    .project-card.style4 .project-card-details .project-card-content {
        font-size: 14px
    }
}

.project-card.style4 .project-card-details .project-card-info-title {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--theme-color);
    margin-bottom: 8px
}

.project-card.style4 .project-card-details .project-card-info-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 20px
}

.project-card.style4 .project-card-details .project-card-single-info {
    font-size: 14px
}

.project-card.style4 .project-card-details .project-card-single-info strong {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--title-color)
}

.portfolio-slider4 {
    margin: 0 -100px 0px -500px;
    padding-bottom: 70px
}

.portfolio-slider4 .slick-dots {
    margin: 60px 0px 0 200px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
    max-width: none;
    display: inline-block
}

.portfolio-slider4 .slick-dots:after {
    content: '05';
    position: absolute;
    right: -40px;
    top: 3px;
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color)
}

.portfolio-slider4 .slick-dots li {
    background: #E4E4E4;
    margin: 0;
    height: 2px;
    width: 118px;
    padding: 0;
    counter-increment: li
}

.portfolio-slider4 .slick-dots li:after {
    content: "0" counter(li);
    position: absolute;
    left: -40px;
    top: 3px;
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    opacity: 0
}

.portfolio-slider4 .slick-dots li button {
    background: transparent;
    height: 2px;
    width: 118px
}

.portfolio-slider4 .slick-dots li button:before {
    width: 0;
    height: 2px;
    top: -4px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.portfolio-slider4 .slick-dots li.slick-active button:before {
    width: 100%
}

.portfolio-slider4 .slick-dots li.slick-active:after {
    opacity: 1
}

@media (max-width: 1199px) {
    .portfolio-slider4 {
        margin: 0 30px 0px 30px;
        padding-bottom: 60px
    }

    .portfolio-slider4 .slick-dots {
        margin: 60px 0px 0 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .portfolio-slider4 .slick-dots li {
        width: 80px
    }

    .portfolio-slider4 .slick-dots li button {
        width: 80px
    }
}

@media (max-width: 767px) {
    .portfolio-slider4 {
        margin: 0 30px 0px 30px;
        padding-bottom: 0
    }
}

@media (max-width: 575px) {
    .portfolio-slider4 {
        margin: 0
    }
}

.project-card.style5 .project-card-details-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.project-card.style5 .project-card-details {
    background: transparent;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 0;
    -webkit-filter: none;
    filter: none;
    margin: 0
}

.project-card.style5 .box-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px
}

.project-card.style5 .box-title a {
    color: var(--title-color)
}

.project-card.style5 .box-title:hover a {
    color: var(--theme-color)
}

.project-card.style5 .project-location {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--theme-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.project-card.style5 .project-location i {
    font-size: 20px
}

.project-card.style5 .project-card-number {
    font-size: 64px;
    font-weight: 700;
    font-family: var(--title-font);
    -webkit-text-stroke: 1px #E4E4E4;
    color: transparent
}

@media (max-width: 991px) {
    .project-card.style5 .box-title {
        font-size: 24px
    }

    .project-card.style5 .project-card-number {
        font-size: 50px
    }
}

@media (max-width: 375px) {
    .project-card.style5 .box-title {
        font-size: 20px
    }

    .project-card.style5 .project-card-number {
        font-size: 40px
    }
}

.project-block .project-content {
    background: var(--white-color);
    padding: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    width: 100%;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 6px 15px rgb(14 18 29 / 15%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2px
}

.project-block .project-img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 10px 10px 0 0
}

.project-block .project-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 10px 10px 0 0
}

.project-block .project-subtitle {
    margin-top: -0.45em;
    margin-bottom: 6px;
    color: var(--theme-color)
}

.project-block .project-title {
    font-size: 24px;
    margin-bottom: -0.24em
}

.project-block .project-title a {
    color: inherit
}

.project-block .project-title a:hover {
    color: var(--theme-color)
}

.project-block .project-icon {
    display: inline-block;
    background-color: var(--theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: var(--white-color);
    box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
    border-radius: 5px;
    text-align: center
}

.project-block .project-icon:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

#projectSlide4 .slick-list {
    padding-right: 20%
}

@media (max-width: 1299px) {
    #projectSlide4 .slick-list {
        padding-right: 14%
    }
}

@media (max-width: 1399px) {
    #projectSlide4 .slick-list {
        padding-right: 10%
    }
}

@media (max-width: 1300px) {
    #projectSlide4 .slick-list {
        padding-right: 0
    }

    .project-block .project-title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .project-block {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 360px) {
    .project-block .project-subtitle {
        font-size: 14px
    }

    .project-block .project-title {
        font-size: 18px
    }
}

.project-grid {
    position: relative
}

.project-grid .project-content {
    background: var(--white-color);
    box-shadow: 0px 4px 15px rgba(7, 36, 95, 0.1);
    padding: 30px;
    margin: 0 auto;
    z-index: 4;
    width: calc(100% - 80px);
    position: absolute;
    bottom: 40px;
    left: 40px;
    border-radius: 0
}

.project-grid .project-img {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.project-grid .project-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.project-grid .project-subtitle {
    margin-top: -0.45em;
    margin-bottom: 3px
}

.project-grid .project-title {
    font-size: 30px;
    margin-bottom: -0.2em
}

.project-grid .project-title a {
    color: inherit
}

.project-grid .project-title a:hover {
    color: var(--theme-color)
}

.project-grid .project-icon {
    display: inline-block;
    background-color: var(--theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: var(--white-color);
    box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
    text-align: center;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -25px;
    border-radius: 0
}

.project-grid .project-icon:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.project-grid:hover .project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project-6thumb {
    margin-bottom: var(--bs-gutter-x);
    cursor: pointer
}

.project-6thumb .project-thumb_img img {
    height: 192px
}

.icon-box.style3 {
    background-color: var(--body-color);
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px
}

.icon-box.style3 .slick-arrow {
    margin: 0
}

@media (max-width: 1299px) {
    .project-6thumb .project-thumb_img img {
        height: 168px;
        width: 100%;
        object-fit: cover
    }
}

@media (max-width: 1199px) {
    .project-6thumb .project-thumb_img img {
        height: 140px
    }

    .project-grid .project-img img {
        height: 428px;
        object-fit: cover
    }

    .icon-box.style3 {
        padding: 20px
    }
}

@media (max-width: 991px) {
    .projectSlideThumb {
        margin-top: 24px
    }
}

@media (max-width: 575px) {
    .project-grid .project-img img {
        height: 350px
    }

    .project-grid .project-title {
        font-size: 22px
    }

    .project-grid .project-content {
        padding: 30px 75px 30px 20px;
        width: calc(100% - 40px);
        bottom: 20px;
        left: 20px
    }

    .project-grid .project-icon {
        right: 20px
    }
}

@media (max-width: 375px) {
    .project-grid .project-title {
        font-size: 20px
    }

    .project-grid .project-content {
        width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0;
        border: 1px solid var(--border-color)
    }
}

.project-card2-wrap {
    max-width: 996px;
    margin-left: 18px;
    position: relative
}

.project-card2-wrap .icon-box {
    position: absolute;
    top: 50%;
    right: -140px;
    width: 60px
}

.project-card2-wrap .icon-box .slick-arrow:first-child {
    margin-bottom: 10px
}

.project-card2 .project-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.project-card2 .project-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%
}

.project-card2 .project-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, #07245F 0%, rgba(7, 36, 95, 0) 100%);
    background: linear-gradient(0deg, #07245F 0%, rgba(7, 36, 95, 0) 100%);
    z-index: 1
}

.project-card2 .project-content {
    margin: -65px auto 0 auto;
    background: var(--white-color);
    box-shadow: 0px 4px 15px rgba(7, 36, 95, 0.1);
    border-radius: 10px;
    padding: 30px;
    width: calc(100% - 40px);
    position: relative;
    z-index: 4
}

.project-card2 .project-subtitle {
    margin-top: -0.45em;
    margin-bottom: 6px
}

.project-card2 .project-title {
    font-size: 20px;
    margin-bottom: -0.2em
}

.project-card2 .project-title a {
    color: var(--title-color)
}

.project-card2 .project-title a:hover {
    color: var(--theme-color)
}

.project-card2 .project-icon {
    display: inline-block;
    background-color: var(--theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: var(--white-color);
    box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: -25px;
    right: 25px
}

.project-card2 .project-icon:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.project-card2:hover .project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project-card2:hover .project-icon {
    -webkit-animation: jumpIcon 1s linear infinite;
    animation: jumpIcon 1s linear infinite
}

@media (max-width: 1399px) {
    .project-card2 .project-title {
        font-size: 18px
    }

    .project-card2-wrap {
        margin-left: 0
    }

    .project-card2-wrap .icon-box {
        display: none
    }
}

.project-9-fan-anime {
    -webkit-transform: translate(0, -373px);
    -ms-transform: translate(0, -373px);
    transform: translate(0, -373px)
}

@media (max-width: 1700px) {
    .project-9-fan-anime {
        -webkit-transform: translate(0, -210px);
        -ms-transform: translate(0, -210px);
        transform: translate(0, -210px);
        width: 220px
    }
}

@media (max-width: 1500px) {
    .project-9-fan-anime {
        display: none
    }
}

.project-block2 {
    position: relative
}

.project-block2:before,
.project-block2:after {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(14, 18, 29, 0) 1.56%, rgba(14, 18, 29, 0.866415) 71.85%, rgba(14, 18, 29, 0.948351) 81.69%, #0E121D 90.92%);
    background: linear-gradient(180deg, rgba(14, 18, 29, 0) 1.56%, rgba(14, 18, 29, 0.866415) 71.85%, rgba(14, 18, 29, 0.948351) 81.69%, #0E121D 90.92%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-block2:before {
    border: 1px solid;
    border-image-source: linear-gradient(to top, var(--theme-color), transparent);
    border-image-slice: 1;
    background: transparent;
    z-index: 2
}

.project-block2 .project-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: transparent;
    padding: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    z-index: 3
}

.project-block2 .project-content .project-title {
    margin-bottom: 17px
}

.project-block2 .project-content .project-title a {
    color: var(--white-color)
}

.project-block2 .project-content .project-title a:hover {
    color: var(--theme-color)
}

.project-block2 .project-content .project-text {
    color: var(--border-color);
    margin-bottom: 25px
}

.project-block2:hover:after,
.project-block2:hover:before {
    opacity: 1;
    height: 100%
}

.project-block2:hover .project-content {
    opacity: 1
}

@media (max-width: 1600px) {
    .project-block2 .project-content {
        padding: 40px
    }
}

@media (max-width: 375px) {
    .project-block2 .project-content {
        padding: 30px
    }
}

.project-box {
    position: relative;
    overflow: hidden
}

.project-box .project-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: -webkit-linear-gradient(bottom, #07245F .08%, rgba(7, 36, 95, 0) 59.32%);
    background: linear-gradient(0deg, #07245F .08%, rgba(7, 36, 95, 0) 59.32%);
    z-index: 1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.project-box .project-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%
}

.project-box .project-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    border-radius: 0;
    background: var(--white-color);
    box-shadow: 0px 4px 15px rgba(7, 36, 95, 0.1);
    padding: 30px;
    width: calc(100% - 40px);
    margin: 0 auto;
    z-index: 4
}

.project-box .project-subtitle {
    margin-top: -0.45em;
    margin-bottom: 6px
}

.project-box .project-icon {
    position: absolute;
    top: -25px;
    right: 25px;
    border-radius: 0;
    display: inline-block;
    background-color: var(--theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: var(--white-color);
    box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
    text-align: center
}

.project-box .project-icon:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.project-box .project-title {
    font-size: 24px;
    margin-bottom: -0.24em
}

.project-box .project-title a {
    color: inherit
}

.project-box .project-title a:hover {
    color: var(--theme-color)
}

.project-box:hover .project-img::before {
    top: 0
}

.project-box:hover .project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project-box:hover .project-icon {
    -webkit-animation: jumpIcon 1s linear infinite;
    animation: jumpIcon 1s linear infinite
}

.project-box:hover .project-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.slick-current.slick-center .project-box .project-img::before {
    top: 0
}

.slick-current.slick-center .project-box .project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slick-current.slick-center .project-box .project-icon {
    -webkit-animation: jumpIcon 1s linear infinite;
    animation: jumpIcon 1s linear infinite
}

.slick-current.slick-center .project-box .project-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

@media (max-width: 767px) {
    .project-sec-10.bg-top-center {
        background-size: 100% 80%
    }
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-60 {
    margin-top: 60px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.6rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.6rem
}

.mb-n3 {
    margin-bottom: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@media (max-width: 991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile)
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }
}

.theme-yellow2 {
    --theme-color: #F68A0A;
    --theme-color2: #FF5E14
}

.th-btn.style11 {
    background-color: #262A36
}

.th-btn.style11:hover {
    color: var(--white-color)
}

.th-btn.style11:hover:before,
.th-btn.style11:hover:after {
    background-color: var(--theme-color)
}

.info-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.info-card_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    color: var(--theme-color);
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.info-card_icon i {
    color: var(--theme-color);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.info-card_icon img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.info-card_icon:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.info-card_icon:hover i {
    color: var(--white-color)
}

.info-card_icon:hover img {
    -webkit-filter: brightness(9);
    filter: brightness(9)
}

.info-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 70px
}

@media (max-width: 1299px) {
    .info-card-wrap {
        gap: 15px 40px
    }
}

@media (max-width: 767px) {
    .info-card-wrap {
        display: block
    }
}

@media (max-width: 767px) {
    .info-card {
        margin-bottom: 20px
    }
}

.info-card_icon {
    color: var(--theme-color)
}

.info-card_icon i {
    background-color: var(--icon-bg, #fff);
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: var(--theme-color);
    font-weight: 500;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.info-card_icon i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.info-card_text {
    font-family: var(--body-font);
    font-size: 14px;
    color: var(--body-color);
    margin-bottom: 0
}

.info-card_link {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

.info-card_link:hover {
    color: var(--theme-color)
}

.header-layout13 {
    --icon-bg: #F2F2F2;
    --btn-size: 40px
}

.header-layout13 .header-top {
    border-bottom: 1px solid var(--border-color);
    position: relative;
    padding: 9px 0;
    z-index: 2
}

.header-layout13 .header-top:before {
    content: "";
    height: calc(100% + 1px);
    width: 44%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
    z-index: -1
}

@media (max-width: 1299px) {
    .header-layout13 .header-top:before {
        -webkit-clip-path: path("M1.34242e-05 0H1200V38L1182.44 56H17.561L6.71208e-06 38L1.34242e-05 0Z");
        clip-path: path("M1.34242e-05 0H1200V38L1182.44 56H17.561L6.71208e-06 38L1.34242e-05 0Z")
    }
}

.header-layout13 .main-menu a {
    font-size: 14px
}

.header-layout13 .sticky-wrapper.sticky {
    background: var(--white-color)
}

.header-layout13 .sticky-wrapper.sticky .menu-area {
    padding: 6px 0
}

.header-layout13 .sticky-wrapper.sticky .header-logo {
    padding: 11px 0
}

.header-layout13 .sticky-wrapper.sticky .menu-area:before {
    height: 100%
}

.header-layout13 .sticky-wrapper.sticky .main-menu-area {
    display: none
}

.header-layout13 .sticky-wrapper.sticky .sticky-d-block {
    display: block
}

.header-layout13 .sticky-wrapper.sticky .main-menu>ul>li>a {
    color: var(--title-color)
}

.header-layout13 .sticky-wrapper.sticky .main-menu>ul>li>a:after {
    color: var(--title-color) !important
}

.header-layout13 .sticky-wrapper.sticky .sticky-d-none {
    display: none !important
}

.header-layout13 .sticky-wrapper.sticky .sticky-d-block {
    display: block !important
}

.header-layout13 .menu-area {
    position: relative
}

.header-layout13 .menu-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 31.6%;
    height: 120px;
    background-color: var(--title-color);
    z-index: -1
}

@media (min-width: 1930px) {
    .header-layout13 .menu-area:before {
        width: 35.6%
    }
}

@media (max-width: 1399px) {
    .header-layout13 .menu-area:before {
        width: 25%
    }
}

.header-layout13 .sticky-d-block {
    display: none !important
}

.header-layout13 .header-social .social-title {
    color: var(--title-color)
}

.header-layout13 .header-social a:not(:hover) {
    color: var(--title-color)
}

.header-layout13 .header-notice {
    color: var(--white-color)
}

@media (max-width: 991px) {
    .header-layout13 .header-notice {
        font-size: 14px;
        text-align: center
    }
}

.header-layout13 .header-links li:not(:last-child):before {
    background-color: #FF444C
}

.header-layout13 .header-links li a {
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.header-layout13 .header-links li a:hover {
    color: var(--theme-color)
}

.header-layout13 .header-logo {
    padding: 7px 0;
}

@media (max-width: 991px) {
    .header-layout13 .header-logo {
        padding: 0
    }
}

.header-layout13 .header-button .th-btn {
    margin-right: -1px;
    margin-left: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
    -webkit-filter: drop-shadow(0px 8px 20px rgba(160, 206, 78, 0.3));
    filter: drop-shadow(0px 8px 20px rgba(160, 206, 78, 0.3));
    padding: 20px 29px
}

.header-layout13 .main-menu-area {
    position: relative;
    padding: 0 0 0 30px;
    margin-top: -33px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 2
}

.header-layout13 .main-menu-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px));
    z-index: -1
}

.header-layout13 .menu-area .dropdown-link>a {
    color: var(--white-color)
}

.header-layout13 .menu-area .icon-btn {
    background-color: var(--white-color)
}

.header-layout13 .menu-area .icon-btn:hover {
    background-color: var(--title-color)
}

.header-layout13 .main-menu ul li.menu-item-has-children>a:after {
    color: var(--white-color)
}

.header-layout13 .main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--title-color)
}

.header-layout13 .th-menu-toggle {
    color: var(--white-color)
}

.header-layout13 .header-button {
    gap: 30px
}

@media (max-width: 1499px) {
    .header-layout13 .header-button .th-btn {
        display: block
    }
}

.header-layout13 .header-button .simple-btn {
    background-color: transparent;
    color: var(--white-color);
    border: none;
    font-size: 18px
}

.header-layout13 .main-menu>ul>li>a {
    padding: 14px 0;
    font-weight: 500;
    color: var(--white-color)
}

.header-layout13 .main-menu>ul>li>a:hover {
    color: var(--title-color)
}

.header-layout13.unittest-header .sticky-wrapper.sticky .menu-area {
    padding: 12px 0
}

.header-layout13.unittest-header .sticky-wrapper.sticky .header-logo {
    padding: 0
}

.header-layout13.unittest-header .main-menu>ul>li>a {
    color: var(--title-color)
}

.header-layout13.unittest-header .header-logo {
    padding: 15px 0
}

@media (max-width: 991px) {
    .header-layout13.unittest-header .menu-area {
        padding: 0px 0
    }
}

@media (max-width: 575px) {
    .header-layout13.unittest-header .menu-area {
        padding: 10px 0
    }
}

@media (max-width: 1500px) {
    .header-layout13 .menu-area:before {
        width: 20%;
    }
}

@media (max-width: 1299px) {
    .header-layout13 .menu-area:before {
        width: 21.6%
    }
}

@media (max-width: 1199px) {
    .th-header .info-card:last-child {
        display: none
    }

    .header-layout13 .header-top:before {
        width: 50%
    }

    .header-layout13 .menu-area:before {
        width: 26%
    }
}

@media (max-width: 991px) {
    .header-layout13 .header-top:before {
        width: 58%
    }

    .header-layout13 .menu-top {
        padding: 12px 0
    }

    .header-layout13 .menu-area {
        padding: 15px 0px 45px 0
    }

    .header-layout13 .menu-area:before {
        width: 34%;
        height: 100%
    }

    .header-layout13 .header-button .dropdown-link {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .header-layout13 .header-top:before {
        width: 100%
    }

    .header-layout13 .menu-area:before {
        width: 45%
    }
}

@media (max-width: 575px) {
    .header-layout13 .header-logo {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0
    }

    .header-layout13 .menu-area:before {
        width: 48%
    }
}

@media (max-width: 375px) {
    .header-layout13 .menu-area:before {
        width: 60%
    }
}

@media (min-width: 1300px) {
    .header-layout13 .th-container {
        --main-container: 1230px
    }
}

.header-layout14 {
    background-color: #FFEBDE
}

.header-layout14 .header-top {
    background-color: var(--title-color);
    padding: 10px 0;
    --body-color: #888C97
}

.header-layout14 .header-top a:hover {
    color: var(--theme-color)
}

.header-layout14 .header-top .social-title {
    color: var(--body-color)
}

.header-layout14 .header-links li {
    font-size: 14px
}

.header-layout14 .header-links li:before {
    background: var(--body-color)
}

.header-layout14 .header-links li i {
    color: var(--theme-color)
}

.header-layout14 .menu-area {
    position: relative;
    z-index: 2
}

.header-layout14 .menu-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3.2%;
    width: 255px;
    height: 100px;
    background-color: #FFEBDE;
    z-index: -1
}

@media (max-width: 1199px) {
    .header-layout14 .menu-area:before {
        width: 245px
    }
}

@media (max-width: 767px) {
    .header-layout14 .menu-area:before {
        width: 215px
    }
}

@media (max-width: 375px) {
    .header-layout14 .menu-area:before {
        display: none
    }
}

.header-layout14 .menu-area.style2:before {
    background-color: var(--white-color)
}

.header-layout14 .main-menu {
    padding-left: 55px
}

.header-layout14 .icon-btn {
    background: transparent;
    border-color: var(--body-color)
}

.header-layout14 .icon-btn:hover {
    background: var(--theme-color)
}

.header-layout14 .header-button .th-btn {
    margin-left: 15px
}

@media (max-width: 1299px) {
    .header-layout14 .header-button .th-btn {
        display: none
    }
}

.header-layout15 {
    background-color: var(--smoke-color)
}

.header-layout15 .header-top {
    position: relative;
    padding: 6px 0;
    border-bottom: 1px solid #E4E4E4;
    z-index: 2
}

.header-layout15 .header-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27%;
    height: 40px;
    background-color: var(--theme-color);
    z-index: -1
}

@media (min-width: 1930px) {
    .header-layout15 .header-top:before {
        width: 32.5%
    }
}

@media (max-width: 1399px) {
    .header-layout15 .header-top:before {
        width: 37%
    }
}

@media (max-width: 1299px) {
    .header-layout15 .header-top:before {
        width: 35%
    }
}

@media (max-width: 1199px) {
    .header-layout15 .header-top:before {
        display: none
    }
}

.header-layout15 .header-top .header-notice {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.header-layout15 .header-top .header-notice i {
    font-size: 14px;
    margin-right: 8px
}

@media (max-width: 767px) {
    .header-layout15 .header-top {
        display: none
    }
}

.header-layout15 .header-links li {
    font-size: 14px
}

.header-layout15 .header-links li:before {
    background: var(--body-color)
}

.header-layout15 .header-links li i {
    color: var(--theme-color)
}

.header-layout15 .social-links {
    padding-left: 30px
}

.header-layout15 .social-links .social-title {
    font-weight: 500;
    color: var(--title-color)
}

.header-layout15 .social-links a:not(:hover) {
    color: #4D5765
}

@media (max-width: 767px) {
    .header-layout15 .header-links {
        display: none
    }
}

.header-layout15 .header-links li a:not(:hover) {
    color: #4D5765
}

.header-layout15 .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.header-layout15 .main-menu {
    position: relative
}

.header-layout15 .main-menu:before,
.header-layout15 .main-menu:after {
    content: "";
    position: absolute;
    background-color: #E4E4E4;
    top: 0;
    width: 1px;
    height: 100px
}

@media (max-width: 1399px) {

    .header-layout15 .main-menu:before,
    .header-layout15 .main-menu:after {
        display: none
    }
}

.header-layout15 .main-menu:before {
    left: -56px
}

.header-layout15 .main-menu:after {
    right: -92px
}

.header-layout15 .main-menu>ul>li {
    margin: 0 17.3px
}

@media (max-width: 1299px) {
    .header-layout15 .header-button .th-btn {
        display: none
    }
}

@media (min-width: 1400px) {
    .header-layout15 .th-container {
        --main-container: 1620px
    }
}

.hero-14 {
    position: relative;
    z-index: 3
}

.hero-14 .slick-arrow {
    position: absolute;
    top: 46%;
    --icon-size: 56px;
    background-color: #4D5765;
    color: var(--white-color);
    border: none;
    border-radius: 0;
    right: var(--pos-x, 80px);
    left: unset;
    opacity: 1;
    visibility: visible
}

@media (max-width: 1599px) {
    .hero-14 .slick-arrow {
        display: none
    }
}

.hero-14 .slick-arrow.slick-next {
    top: 54.5%;
    right: 80px;
    left: unset
}

.hero-14 .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.hero-14:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hero-14 .hero-shape-1 {
    position: absolute;
    right: 7%;
    top: 0;
    z-index: 2;
    mix-blend-mode: soft-light;
    background-color: #4D5765;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-clip-path: path("M1083 0H240L0 880H843L1083 0Z");
    clip-path: path("M1083 0H240L0 880H843L1083 0Z");
    z-index: 1
}

@media (max-width: 991px) {
    .hero-14 .hero-shape-1 {
        -webkit-clip-path: none;
        clip-path: none;
        height: 100%;
        right: 0
    }

    .hero-14 .hero-shape-1 img {
        width: 100%;
        height: 100%
    }
}

.hero-meta {
    margin-bottom: 10px;
    margin-top: -0.4em
}

.hero-meta span {
    display: inline-block;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--theme-color);
    position: relative
}

@media (max-width: 375px) {
    .hero-meta span {
        font-size: 16px
    }
}

.hero-meta span:after {
    content: "";
    height: 1px;
    width: 23px;
    background-color: var(--theme-color);
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: -4px
}

.hero-meta span img {
    margin-right: 10px
}

.hero-meta span:first-child::after {
    display: none
}

.hero-meta span:last-child::after {
    display: none
}

.hero-style14 {
    position: relative;
    padding: 221px 0 184px 0;
    max-width: 606px;
    display: block;
    margin-left: auto;
    z-index: 4
}

@media (max-width: 1199px) {
    .hero-style14 {
        padding: 183px 0 160px 0
    }
}

@media (max-width: 1199px) {
    .hero-style14 {
        padding: 163px 0 135px 0
    }
}

@media (max-width: 991px) {
    .hero-style14 {
        padding: 120px 0;
        margin-right: auto;
        text-align: center
    }

    .hero-style14 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-style14 .hero-title {
    font-size: 82px;
    line-height: 94px;
    text-transform: uppercase;
    color: var(--white-color)
}

@media (max-width: 1299px) {
    .hero-style14 .hero-title {
        font-size: 74px;
        line-height: 84px
    }
}

@media (max-width: 767px) {
    .hero-style14 .hero-title {
        font-size: 54px;
        line-height: 64px
    }
}

@media (max-width: 375px) {
    .hero-style14 .hero-title {
        font-size: 40px;
        line-height: 54px
    }
}

.hero-style14 .hero-text {
    color: var(--white-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    font-size: inherit
}

.hero-style14 .btn-group {
    margin-top: 25px
}

.hero-15 {
    position: relative;
    overflow: hidden
}

.hero-15 .th-hero-img {
    position: relative;
    min-width: 840px;
    height: 800px;
    background-position: right center;
    background-size: auto
}

@media (min-width: 1930px) {
    .hero-15 .th-hero-img {
        margin-right: -200px;
        min-width: 100%;
        height: 100%
    }
}

.hero-15 .th-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: -100px
}

.hero-15 .th-hero-bg {
    background-position: right center;
    background-size: auto
}

.hero-15 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(left, #0E121D 9.75%, rgba(14, 18, 29, 0.85) 46.73%, rgba(14, 18, 29, 0.7) 61.64%, rgba(14, 18, 29, 0) 99.88%);
    background: linear-gradient(90deg, #0E121D 9.75%, rgba(14, 18, 29, 0.85) 46.73%, rgba(14, 18, 29, 0.7) 61.64%, rgba(14, 18, 29, 0) 99.88%);
    z-index: 1
}

.hero-15 .th-hero-bg .hero-shape-1 {
    position: absolute;
    right: 33%;
    top: -5%;
    z-index: 2;
    mix-blend-mode: difference
}

.hero-15 .th-hero-bg .hero-shape-2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 4
}

@media (min-width: 1930px) {
    .hero-15 .th-hero-bg .hero-shape-2 {
        width: 60%
    }
}

@media (max-width: 1699px) {
    .hero-15 .th-hero-bg .hero-shape-2 {
        max-width: 850px;
        height: 100%
    }
}

@media (max-width: 1499px) {
    .hero-15 .th-hero-bg .hero-shape-2 {
        max-width: 780px
    }
}

@media (max-width: 991px) {
    .hero-15 .th-hero-bg .hero-shape-2 {
        max-width: 700px
    }
}

.hero-15 .th-hero-bg .hero-shape-3 {
    position: absolute;
    left: 30%;
    bottom: 0;
    z-index: 2;
    mix-blend-mode: overlay
}

.hero-15 .slick-arrow {
    position: absolute;
    top: 43%;
    --icon-size: 56px;
    background-color: var(--title-color);
    color: var(--white-color);
    border: none;
    border-radius: 0;
    left: var(--pos-x, 100px);
    opacity: 1;
    visibility: visible
}

@media (max-width: 1599px) {
    .hero-15 .slick-arrow {
        display: none
    }
}

.hero-15 .slick-arrow.slick-next {
    top: 52%;
    right: auto;
    left: 100px
}

.hero-15 .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.hero-15:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hero-style15 {
    position: relative;
    z-index: 9;
    max-width: 850px;
    padding: 219px 0
}

.hero-style15 .sub-title {
    margin-bottom: 15px;
    display: block
}

.hero-style15 .hero-title {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    line-height: 84px
}

.hero-style15 .hero-text {
    max-width: 582px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 16px
}

@media (max-width: 480px) {
    .hero-style15 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 1299px) {
    .hero-style15 {
        padding: 150px 0
    }
}

@media (max-width: 991px) {
    .hero-style15 {
        max-width: 550px
    }

    .hero-style15 .hero-title {
        font-size: 58px;
        line-height: 68px
    }
}

@media (max-width: 767px) {
    .hero-15 .hero-img {
        position: static;
        max-width: 100%;
        text-align: center;
        margin: 0 auto 50px auto
    }

    .hero-15 .hero-shape2 {
        display: none
    }

    .hero-style15 {
        padding: 130px 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .hero-style15 .hero-title {
        font-size: 44px;
        line-height: 54px
    }

    .hero-style15 .title1,
    .hero-style15 .title2 {
        margin-left: auto;
        margin-right: auto
    }

    .hero-style15 .title-img {
        max-width: 40px;
        right: 5%
    }

    .hero-style15 .sub-title9 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-style15 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .hero-style15 {
        padding: 130px 0
    }

    .hero-style15 .title-img {
        right: 3%
    }
}

.hero-16 {
    position: relative;
    z-index: 6
}

.hero-16 .hero_wrap {
    z-index: 1
}

.hero-16 .th-hero-bg {
    background-position: top right;
    background-size: auto
}

@media (max-width: 1199px) {
    .hero-16 .th-hero-bg:after {
        content: '';
        position: absolute;
        inset: 0;
        background: -webkit-linear-gradient(left, var(--title-color) 10%, transparent);
        background: linear-gradient(to right, var(--title-color) 10%, transparent)
    }

    .hero-16 .th-hero-bg img {
        display: none
    }
}

@media (max-width: 991px) {
    .hero-16 .th-hero-bg:after {
        content: '';
        position: absolute;
        inset: 0;
        background: -webkit-linear-gradient(left, var(--title-color) 10%, transparent);
        background: linear-gradient(to right, var(--title-color) 10%, transparent)
    }
}

.hero-16 .scroll-down {
    position: absolute;
    bottom: -1px;
    left: calc(50% - 620px);
    width: 708px;
    height: 121px;
    text-align: center;
    z-index: 2
}

.hero-16 .scroll-down:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--white-color);
    -webkit-clip-path: path("M708 120.963C705.527 121.013 703.075 121.012 700.642 120.963L0 120.963C168.8 120.963 269 50.3178 298 6.10352e-05C510.147 1.2458e-06 582.106 118.547 700.642 120.963H708Z");
    clip-path: path("M708 120.963C705.527 121.013 703.075 121.012 700.642 120.963L0 120.963C168.8 120.963 269 50.3178 298 6.10352e-05C510.147 1.2458e-06 582.106 118.547 700.642 120.963H708Z")
}

@media (max-width: 1199px) {
    .hero-16 .scroll-down {
        left: calc(50% - 420px)
    }
}

.hero-16 .scroll-wrap {
    height: 50px;
    width: 30px;
    border: 1px solid var(--title-color);
    display: inline-block;
    border-radius: 30px;
    margin: 60px 0 0 40px;
    position: relative
}

.hero-16 .scroll-wrap:before {
    content: "";
    height: 11px;
    width: 1px;
    border-radius: 50px;
    background-color: var(--title-color);
    position: absolute;
    top: 5px;
    left: 13px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}

.hero-style16 {
    position: relative;
    z-index: 6;
    max-width: 620px;
    padding: 210px 0
}

.hero-style16 .hero-title {
    color: var(--white-color);
    font-size: 84px;
    font-weight: 700;
    line-height: 94px
}

.hero-style16 .hero-text {
    max-width: 488px;
    color: #888C97;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 33px;
    margin-top: 14px
}

@media (max-width: 1299px) {
    .hero-style16 .hero-text {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width: 320px) {
    .hero-style16 .hero-text {
        font-size: 16px;
        line-height: 26px
    }
}

.hero-style16 .th-btn {
    padding: 21px 47.5px
}

@media (max-width: 1199px) {
    .hero-style16 {
        padding: 180px 0
    }

    .hero-style16 .hero-title {
        font-size: 74px;
        font-size: 84px
    }
}

@media (max-width: 991px) {
    .hero-style16 .hero-title {
        font-size: 64px;
        line-height: 74px
    }

    .hero-style16 .hero-text {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .hero-style16 {
        padding: 120px 0 180px
    }

    .hero-style16 .hero-text {
        color: var(--white-color)
    }
}

@media (max-width: 575px) {
    .hero-style16 .hero-title {
        font-size: 54px;
        line-height: 64px
    }
}

@media (max-width: 375px) {
    .hero-style16 .sub-title {
        font-size: 16px
    }

    .hero-style16 .hero-title {
        font-size: 40px;
        line-height: 50px
    }
}

.sub-title8 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: var(--theme-color);
    display: block;
    margin-top: -0.3em
}

.sub-title8 img {
    margin-right: 8px
}

.sub-title9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    font-family: var(--title-font);
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.sub-title9:before,
.sub-title9:after {
    content: "";
    position: relative;
    height: 2px;
    width: 40px;
    background-color: var(--theme-color)
}

.sub-title9.after-none:after {
    display: none
}

.sub-title9.before-none:before {
    display: none
}

@media (max-width: 767px) {

    .sub-title9:before,
    .sub-title9:after {
        display: none
    }
}

.process-card-area-4 {
    position: relative;
    max-width: 1350px;
    display: block;
    margin: auto;
    padding: 0 60px;
    z-index: 2
}

@media (max-width: 1299px) {
    .process-card-area-4 {
        padding: 0 10px
    }
}

@media (max-width: 1199px) {
    .process-card-area-4 {
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    .process-card-area-4 {
        padding: 30px 0px 0 0
    }
}

.process-card-area-4:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 60px;
    height: 265px;
    background-color: var(--title-color);
    z-index: -1
}

@media (max-width: 767px) {
    .process-card-area-4:before {
        top: 0
    }
}

.process-card4 {
    position: relative;
    background-color: var(--white-color);
    padding: 30px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    z-index: 2
}

@media (max-width: 1299px) {
    .process-card4 {
        padding: 25px
    }
}

.process-card4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--theme-color);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1
}

.process-card4_subtitle {
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    display: block;
    text-transform: uppercase
}

.process-card4_icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 102, 0, 0.1);
    margin-bottom: 20px
}

.process-card4_icon img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.process-card4 .box-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px
}

@media (max-width: 575px) {
    .process-card4 .box-title {
        font-size: 24px
    }
}

.process-card4_text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: -0.3rem
}

.process-card4:hover:before {
    height: 100%
}

.process-card4:hover .process-card4_subtitle {
    color: var(--white-color)
}

.process-card4:hover .process-card4_icon {
    background-color: rgba(255, 255, 255, 0.7)
}

.process-card4:hover .process-card4_icon img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.process-card4:hover .process-card4_text {
    color: var(--white-color)
}

.process-card4:hover .box-title {
    color: var(--white-color)
}

.th-experience {
    position: absolute;
    bottom: 10px;
    right: -10px;
    z-index: 2;
    background: var(--white-color);
    width: 150px;
    height: 150px;
    display: block;
    text-align: center;
    padding: 35px 10px;
    border-radius: 50%;
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .th-experience {
        right: 10%
    }
}

@media (max-width: 480px) {
    .th-experience {
        right: 0
    }
}

.th-experience:before {
    content: "";
    position: absolute;
    inset: 15px;
    border: 2px solid var(--theme-color);
    border-radius: inherit
}

.th-experience .experience-year {
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    color: var(--theme-color);
    margin-bottom: 0px
}

.th-experience .experience-text {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--body-color);
    margin-bottom: 0
}

.th-experience.style2 {
    position: relative;
    width: 120px;
    bottom: 0;
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 25px 18px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.05)
}

@media (max-width: 1299px) {
    .th-experience.style2 {
        left: 0
    }
}

.th-experience.style2 .th-experience_content {
    display: block;
    text-align: center
}

.th-experience.style2 .experience-year {
    font-size: 36px;
    color: var(--theme-color);
    margin-bottom: 0px
}

.th-experience.style2 .experience-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    margin-bottom: 0
}

.about-item {
    background-color: var(--smoke-color);
    padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.about-item.style2 .box-title {
    font-size: 22px;
    margin-bottom: 15px
}

@media (max-width: 1299px) {
    .about-item.style2 .box-title {
        font-size: 20px
    }
}

.about-item.style2 .about-item_text {
    font-size: 16px;
    line-height: 26px
}

.about-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px
}

@media (max-width: 575px) {
    .about-item-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.about-item_img {
    margin-bottom: 25px
}

.about-item_img img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.about-item .box-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px
}

.about-item_text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -0.3rem
}

.about-item:hover .about-item_img img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.img-box14 {
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .img-box14 {
        margin-bottom: 50px
    }
}

.img-box14 .img1 {
    position: relative
}

.img-box14 .img1 img {
    width: 100%
}

.img-box14 .img1 .about-text {
    text-transform: uppercase;
    color: var(--white-color);
    -webkit-text-fill-color: var(--white-color);
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 900;
    font-size: 170px;
    line-height: 210px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 30%;
    left: -40%;
    margin: 0
}

@media (max-width: 1299px) {
    .img-box14 .img1 .about-text {
        left: -43%
    }
}

@media (max-width: 1199px) {
    .img-box14 .img1 .about-text {
        left: -23%
    }
}

@media (max-width: 991px) {
    .img-box14 .img1 .about-text {
        left: -31%
    }
}

@media (max-width: 767px) {
    .img-box14 .img1 .about-text {
        left: -42%
    }
}

@media (max-width: 480px) {
    .img-box14 .img1 .about-text {
        font-size: 120px;
        line-height: 150px;
        left: -40%
    }
}

@media (max-width: 375px) {
    .img-box14 .img1 .about-text {
        font-size: 100px;
        line-height: 120px
    }
}

.img-box14 .th-experience {
    width: 235px;
    height: 250px;
    background-color: var(--theme-color);
    border-radius: 0;
    padding: 46px 25px;
    right: 7px;
    bottom: 0px;
    -webkit-clip-path: polygon(50% 0%, 100% 28%, 100% 100%, 0 100%, 0% 28%);
    clip-path: polygon(50% 0%, 100% 28%, 100% 100%, 0 100%, 0% 28%);
    text-align: center
}

@media (max-width: 1199px) {
    .img-box14 .th-experience {
        right: 0
    }
}

@media (max-width: 375px) {
    .img-box14 .th-experience {
        position: relative
    }
}

.img-box14 .th-experience .experience-year {
    font-weight: 700;
    font-size: 74px;
    line-height: 84px;
    color: var(--white-color);
    margin-bottom: 10px
}

.img-box14 .th-experience .experience-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color);
    margin-bottom: 0
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

.marquee-wrapper .marquee {
    position: relative;
    --duration: 120s;
    --gap: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap)
}

.marquee-wrapper .marquee:first-child {
    --duration: 100s
}

.marquee-wrapper .marquee:last-child {
    --duration: 80s
}

.marquee-wrapper .marquee.marquee--reverse .marquee-group {
    animation-direction: reverse
}

.marquee-wrapper .marquee .marquee-group {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite
}

.marquee-wrapper .marquee .marquee-group .text {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 74px;
    line-height: 62px;
    text-transform: uppercase;
    color: var(--theme-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #888C97
}

.marquee-wrapper .marquee .marquee-group .text img {
    margin: 0 20px 20px 20px
}

.th-ani {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.icon-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.icon-btn.th-icon:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.th-ani:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.service-item {
    position: relative;
    background: #F8F8F8;
    border: 1px solid #E4E4E4;
    padding: 20px 20px 30px 20px;
    text-align: center
}

.service-item_img {
    margin-bottom: 28px
}

.service-item_img img {
    width: 100%
}

.service-item_text {
    margin-bottom: 20px
}

.service-item .icon-btn {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #E4E4E4;
    background: transparent
}

.service-item .icon-btn i {
    color: var(--theme-color);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out
}

.service-item .icon-btn:hover {
    border-color: var(--theme-color);
    background: var(--theme-color)
}

.service-item .icon-btn:hover i {
    color: var(--white-color)
}

.choose-tabs {
    margin-top: 30px
}

.choose-tabs.style2 .nav-link {
    border: 1px solid var(--theme-color)
}

.choose-tabs.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border: none;
    margin-bottom: 40px
}

@media (max-width: 1299px) {
    .choose-tabs.nav-tabs {
        gap: 20px
    }
}

@media (max-width: 767px) {
    .choose-tabs.nav-tabs {
        gap: 20px
    }
}

.choose-tabs.nav-tabs .nav-link:focus,
.choose-tabs.nav-tabs .nav-link:hover {
    color: var(--white-color);
    background-color: transparent;
    border-color: transparent
}

.choose-tabs.nav-tabs .nav-item.show .nav-link,
.choose-tabs.nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: transparent;
    border-color: transparent
}

.choose-tabs.nav-tabs .nav-item.show .nav-link:before,
.choose-tabs.nav-tabs .nav-item.show .nav-link:after,
.choose-tabs.nav-tabs .nav-link.active:before,
.choose-tabs.nav-tabs .nav-link.active:after {
    background-color: var(--theme-color)
}

.choose-tabs .nav-link {
    position: relative;
    background: transparent;
    padding: 14px 36px;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--gray-color);
    border-radius: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    text-transform: capitalize;
    z-index: 2
}

.choose-tabs .nav-link:before,
.choose-tabs .nav-link:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #4D5765;
    z-index: -1;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%)
}

.choose-tabs .nav-link:after {
    inset: 1px;
    background-color: var(--title-color)
}

.choose-tabs .nav-link img {
    min-width: 30px;
    height: 30px
}

@media (max-width: 575px) {
    .choose-tabs .nav-link {
        padding: 14px 20px
    }
}

@media (max-width: 375px) {
    .choose-tabs .nav-link {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .choose-tabs {
        margin-bottom: 30px
    }
}

.choose-image {
    position: relative;
    margin-left: -110px
}

@media (max-width: 1199px) {
    .choose-image {
        margin: 0
    }
}

.choose-image .choose-text {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.06);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
    font-family: var(--title-font);
    font-weight: 900;
    font-size: 100px;
    line-height: 94px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 40%;
    left: -54.5%;
    margin: 0
}

.choose-text {
    color: #888C97
}

.mission-content .checklist li {
    color: #4e4e4e;
}

.mission-content .mission-text {
    color: var(--gray-color)
}

.choose-area {
    position: relative;
    z-index: 2;
    -webkit-clip-path: path("M1920 0H0V597V603V647.237L162.995 713.921C283.181 763.091 411.793 788.383 541.648 788.383H1378.35C1508.21 788.383 1636.82 763.091 1757.01 713.921L1920 647.237V603V597V0Z");
    clip-path: path("M1920 0H0V597V603V647.237L162.995 713.921C283.181 763.091 411.793 788.383 541.648 788.383H1378.35C1508.21 788.383 1636.82 763.091 1757.01 713.921L1920 647.237V603V597V0Z")
}

@media (min-width: 1930px) {
    .choose-area {
        -webkit-clip-path: path("M0 0H3333V645.762L2852.45 764.707C2773.84 784.164 2693.16 794 2612.18 794H720.818C639.838 794 559.158 784.164 480.551 764.707L0 645.762V0Z");
        clip-path: path("M0 0H3333V645.762L2852.45 764.707C2773.84 784.164 2693.16 794 2612.18 794H720.818C639.838 794 559.158 784.164 480.551 764.707L0 645.762V0Z")
    }
}

@media (max-width: 1199px) {
    .choose-area {
        -webkit-clip-path: none;
        clip-path: none
    }
}

@media (max-width: 1199px) {
    .choose-tab-area {
        margin: 80px 0
    }
}

.team-item {
    position: relative;
    z-index: 3
}

.team-item .team-img {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.team-item .team-img img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%
}

.team-item .box-title {
    margin-bottom: 0
}

.team-item .team-desig {
    color: var(--body-color);
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: -0.45em
}

.team-item .team-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.team-item .team-social {
    position: relative;
    top: auto;
    right: auto
}

.team-item .plus-btn {
    position: relative;
    height: 40px;
    background-color: var(--white-color);
    border: 1px solid #E4E4E4;
    color: var(--title-color);
    width: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease
}

.team-item .th-social {
    position: absolute;
    bottom: 18%;
    right: 0px;
    width: 40px;
    display: block;
    text-align: center;
    padding: 10px 0 40px 0;
    background-color: var(--white-color);
    border: 1px solid #E4E4E4;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    padding-top: 5px
}

.team-item .th-social a {
    --icon-size: 36px;
    background-color: transparent;
    color: var(--title-color);
    font-size: 16px;
    border-radius: 0;
    margin-right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0
}

.team-item .th-social a:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.team-item:hover .team-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team-item:hover .th-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-item:hover .th-social a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.team-item:hover .th-social a:nth-child(4) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-item:hover .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-item:hover .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-item:hover .th-social a:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.faq-area5 {
    max-width: 1720px;
    display: block;
    margin: auto;
    background-color: #F8F8F8
}

.accordion-card.style4 {
    box-shadow: none;
    background-color: var(--white-color)
}

.accordion-card.style4:not(:last-child) {
    margin-bottom: 16px
}

.accordion-card.style4 .accordion-button {
    background-color: var(--white-color);
    min-height: 60px;
    color: var(--title-color)
}

.accordion-card.style4 .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #E4E4E4;
    box-shadow: none;
    color: var(--title-color)
}

.accordion-card.style4 .accordion-button:not(.collapsed):after {
    content: "\f068";
    color: var(--theme-color);
    background-color: transparent
}

.accordion-card.style4 .accordion-button:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--theme-color);
    content: "\2b";
    inset: 0px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: var(--white-color);
    padding: 0;
    background-image: none;
    -webkit-clip-path: none;
    clip-path: none
}

@media (max-width: 767px) {
    .accordion-card.style4 .accordion-button:after {
        width: 35px;
        height: 100%
    }
}

.accordion-card.style4 .accordion-body {
    background-color: var(--white-color);
    padding: 30px 30px 30px 30px
}

.faq-img5 {
    position: relative;
    z-index: 2;
    margin-left: -80px
}

@media (max-width: 1500px) {
    .faq-img5 {
        margin-left: 0;
        margin-right: 40px
    }
}

@media (max-width: 1199px) {
    .faq-img5 {
        margin: 0 0 50px 0
    }
}

.faq-img5 .img1 {
    -webkit-clip-path: polygon(55% 0px, 100% 38%, 100% 100%, 0px 100%, 0% 38%);
    clip-path: polygon(55% 0px, 100% 38%, 100% 100%, 0px 100%, 0% 38%)
}

.about-company-since-wrap .experience-wrap {
    position: absolute;
    left: 8%;
    top: 7%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 74px;
    line-height: 60px;
    color: var(--white-color);
    display: block;
    -webkit-transform: rotate(334deg);
    -ms-transform: rotate(334deg);
    transform: rotate(334deg)
}

@media (max-width: 575px) {
    .about-company-since-wrap .experience-wrap {
        top: unset;
        bottom: 13%;
        left: 15%
    }
}

@media (max-width: 375px) {
    .about-company-since-wrap .experience-wrap {
        bottom: 15%;
        left: 25%
    }
}

.about-company-since-wrap .experience-wrap span {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: block
}

.about-tag {
    background: var(--white-color);
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -50px;
    height: 338px;
    width: 338px;
    border-radius: 50%;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 12px;
    text-align: center;
    animation: spin 10s infinite alternate-reverse;
    z-index: -1
}

@media (max-width: 575px) {
    .about-tag {
        position: relative;
        top: 30px
    }
}

.about-tag:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: var(--theme-color);
    height: 70%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.about-tag span {
    --rotate-letter: 8deg;
    height: 145px;
    position: absolute;
    width: 20px;
    left: 44%;
    top: 4%;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(var(--rotate-letter));
    -ms-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter))
}

.about-tag span.char2 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
    -ms-transform: rotate(calc(var(--rotate-letter) * 2));
    transform: rotate(calc(var(--rotate-letter) * 2))
}

.about-tag span.char3 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
    -ms-transform: rotate(calc(var(--rotate-letter) * 3));
    transform: rotate(calc(var(--rotate-letter) * 3))
}

.about-tag span.char4 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
    -ms-transform: rotate(calc(var(--rotate-letter) * 4));
    transform: rotate(calc(var(--rotate-letter) * 4))
}

.about-tag span.char5 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
    -ms-transform: rotate(calc(var(--rotate-letter) * 5));
    transform: rotate(calc(var(--rotate-letter) * 5))
}

.about-tag span.char6 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
    -ms-transform: rotate(calc(var(--rotate-letter) * 6));
    transform: rotate(calc(var(--rotate-letter) * 6))
}

.about-tag span.char7 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
    -ms-transform: rotate(calc(var(--rotate-letter) * 7));
    transform: rotate(calc(var(--rotate-letter) * 7))
}

.about-tag span.char8 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
    -ms-transform: rotate(calc(var(--rotate-letter) * 8));
    transform: rotate(calc(var(--rotate-letter) * 8))
}

.about-tag span.char9 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
    -ms-transform: rotate(calc(var(--rotate-letter) * 9));
    transform: rotate(calc(var(--rotate-letter) * 9))
}

.about-tag span.char10 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
    -ms-transform: rotate(calc(var(--rotate-letter) * 10));
    transform: rotate(calc(var(--rotate-letter) * 10))
}

.about-tag span.char11 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
    -ms-transform: rotate(calc(var(--rotate-letter) * 11));
    transform: rotate(calc(var(--rotate-letter) * 11))
}

.about-tag span.char12 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
    -ms-transform: rotate(calc(var(--rotate-letter) * 12));
    transform: rotate(calc(var(--rotate-letter) * 12))
}

.about-tag span.char13 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
    -ms-transform: rotate(calc(var(--rotate-letter) * 13));
    transform: rotate(calc(var(--rotate-letter) * 13))
}

.about-tag span.char14 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
    -ms-transform: rotate(calc(var(--rotate-letter) * 14));
    transform: rotate(calc(var(--rotate-letter) * 14))
}

.about-tag span.char15 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
    -ms-transform: rotate(calc(var(--rotate-letter) * 15));
    transform: rotate(calc(var(--rotate-letter) * 15))
}

.about-tag span.char16 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
    -ms-transform: rotate(calc(var(--rotate-letter) * 16));
    transform: rotate(calc(var(--rotate-letter) * 16))
}

.about-tag span.char17 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
    -ms-transform: rotate(calc(var(--rotate-letter) * 17));
    transform: rotate(calc(var(--rotate-letter) * 17))
}

.about-tag span.char18 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
    -ms-transform: rotate(calc(var(--rotate-letter) * 18));
    transform: rotate(calc(var(--rotate-letter) * 18))
}

.about-tag span.char19 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
    -ms-transform: rotate(calc(var(--rotate-letter) * 19));
    transform: rotate(calc(var(--rotate-letter) * 19))
}

.about-tag span.char20 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
    -ms-transform: rotate(calc(var(--rotate-letter) * 20));
    transform: rotate(calc(var(--rotate-letter) * 20))
}

.about-tag span.char21 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
    -ms-transform: rotate(calc(var(--rotate-letter) * 21));
    transform: rotate(calc(var(--rotate-letter) * 21))
}

.about-tag span.char22 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
    -ms-transform: rotate(calc(var(--rotate-letter) * 22));
    transform: rotate(calc(var(--rotate-letter) * 22))
}

.about-tag span.char23 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
    -ms-transform: rotate(calc(var(--rotate-letter) * 23));
    transform: rotate(calc(var(--rotate-letter) * 23))
}

.about-tag span.char24 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
    -ms-transform: rotate(calc(var(--rotate-letter) * 24));
    transform: rotate(calc(var(--rotate-letter) * 24))
}

.about-tag span.char25 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
    -ms-transform: rotate(calc(var(--rotate-letter) * 25));
    transform: rotate(calc(var(--rotate-letter) * 25))
}

.about-tag span.char26 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
    -ms-transform: rotate(calc(var(--rotate-letter) * 26));
    transform: rotate(calc(var(--rotate-letter) * 26))
}

.about-tag span.char27 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
    -ms-transform: rotate(calc(var(--rotate-letter) * 27));
    transform: rotate(calc(var(--rotate-letter) * 27))
}

.about-tag span.char28 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
    -ms-transform: rotate(calc(var(--rotate-letter) * 28));
    transform: rotate(calc(var(--rotate-letter) * 28))
}

.about-tag span.char29 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
    -ms-transform: rotate(calc(var(--rotate-letter) * 29));
    transform: rotate(calc(var(--rotate-letter) * 29))
}

.about-tag span.char30 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
    -ms-transform: rotate(calc(var(--rotate-letter) * 30));
    transform: rotate(calc(var(--rotate-letter) * 30))
}

.about-tag span.char31 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
    -ms-transform: rotate(calc(var(--rotate-letter) * 31));
    transform: rotate(calc(var(--rotate-letter) * 31))
}

.about-tag span.char32 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
    -ms-transform: rotate(calc(var(--rotate-letter) * 32));
    transform: rotate(calc(var(--rotate-letter) * 32))
}

.about-tag span.char33 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
    -ms-transform: rotate(calc(var(--rotate-letter) * 33));
    transform: rotate(calc(var(--rotate-letter) * 33))
}

.about-tag span.char34 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
    -ms-transform: rotate(calc(var(--rotate-letter) * 34));
    transform: rotate(calc(var(--rotate-letter) * 34))
}

.cta-area4 {
    max-width: 1720px;
    display: block;
    margin: auto
}

.cta-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

@media (max-width: 1299px) {
    .cta-group {
        gap: 20px
    }
}

@media (max-width: 480px) {
    .cta-group {
        display: block;
        margin: auto;
        text-align: center
    }
}

@media (max-width: 425px) {
    .cta-group .th-btn:first-child {
        margin-bottom: 15px
    }
}

.counter-card-wrap9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px
}

.counter-card-wrap9 .divider {
    background: #D4DAE7;
    width: 1px;
    height: 245px
}

.counter-card-wrap9 .divider:last-of-type {
    display: none
}

@media (max-width: 991px) {
    .counter-card-wrap9 .divider {
        display: none
    }
}

@media (max-width: 991px) {
    .counter-card-wrap9 {
        display: block
    }
}

.counter-card9_number {
    color: var(--white-color);
    font-weight: 700;
    font-size: 84px;
    line-height: 84px;
    margin-top: -0.5rem
}

@media (max-width: 575px) {
    .counter-card9_number {
        font-size: 60px
    }
}

.counter-card9_text {
    color: var(--gray-color);
    margin-bottom: -0.2rem
}

.counter-card9 .plus {
    color: var(--theme-color);
    font-weight: 400
}

.counter-card9:not(:last-child) {
    border-right: 1px solid rgba(204, 204, 204, 0.2);
    margin-right: 18px;
    padding-right: 50px
}

@media (max-width: 991px) {
    .counter-card9:not(:last-child) {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .counter-card-wrap9 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        display: block
    }

    .counter-card-wrap9 .divider {
        display: none
    }

    .counter-card-wrap9:nth-child(1),
    .counter-card-wrap9:nth-child(3) {
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

.brand-item {
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    min-height: 90px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .brand-item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.brand-item.style2 a .gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.brand-item a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.brand-item a .original {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden
}

.brand-item a .gray {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block
}

.brand-item a:hover .original {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.brand-item a:hover .gray {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.pulse-anim {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite
}

@-webkit-keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.img-box15 {
    position: relative;
    text-align: right;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-right: 56px
}

@media (max-width: 1199px) {
    .img-box15 {
        margin-bottom: 50px;
        text-align: center
    }
}

.img-box15 .img1 {
    -webkit-clip-path: polygon(100% 0, 100% 70%, 81% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 81% 100%, 0 100%, 0 0)
}

.img-box15 .img1 img {
    margin-top: 100px
}

@media (max-width: 375px) {
    .img-box15 .img1 img {
        margin-top: 0
    }
}

.img-box15 .img2 {
    position: absolute;
    top: 0;
    left: -3px;
    z-index: 2;
    -webkit-clip-path: path("M0 0H285L245 240L0 280V0Z");
    clip-path: path("M0 0H285L245 240L0 280V0Z")
}

@media (max-width: 375px) {
    .img-box15 .img2 {
        display: none
    }
}

.img-box15 .about-shape-1 {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 285px;
    height: 280px;
    background-color: var(--white-color);
    -webkit-clip-path: path("M0 0H285L245 240L0 280V0Z");
    clip-path: path("M0 0H285L245 240L0 280V0Z")
}

@media (max-width: 375px) {
    .img-box15 .about-shape-1 {
        display: none
    }
}

.about-signature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.about-signature.style2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 767px) {
    .about-signature {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 40px
    }
}

@media (max-width: 375px) {
    .about-signature {
        display: block
    }
}

.about-signature_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 30px;
    margin-top: 40px
}

@media (max-width: 767px) {
    .about-signature_wrapper {
        display: block;
        margin: 40px 0 0 0
    }
}

@media (max-width: 1299px) {
    .about-signature_wrapper .th-btn {
        padding: 21px 20px
    }
}

.about-signature .content {
    border-left: 1.25px solid #C4C4C4;
    margin-left: 19px;
    padding-left: 19px
}

.about-signature .name {
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0
}

.about-signature .desig {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.service-tabs {
    margin-top: 38px
}

.service-tabs.style2 .nav-link {
    border: 1px solid var(--theme-color)
}

.service-tabs.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    border: none;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .service-tabs.nav-tabs {
        gap: 20px
    }
}

.service-tabs.nav-tabs .nav-link:focus,
.service-tabs.nav-tabs .nav-link:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.service-tabs.nav-tabs .nav-link:focus img,
.service-tabs.nav-tabs .nav-link:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-tabs.nav-tabs .nav-item.show .nav-link,
.service-tabs.nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.service-tabs.nav-tabs .nav-item.show .nav-link:before,
.service-tabs.nav-tabs .nav-item.show .nav-link:after,
.service-tabs.nav-tabs .nav-link.active:before,
.service-tabs.nav-tabs .nav-link.active:after {
    background-color: var(--theme-color)
}

.service-tabs.nav-tabs .nav-item.show .nav-link img,
.service-tabs.nav-tabs .nav-link.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-tabs .nav-link {
    position: relative;
    background: var(--white-color);
    border: 1px solid #E4E4E4;
    padding: 13px 30px;
    font-family: var(--body-font);
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    min-width: 217px;
    color: var(--title-color);
    border-radius: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    text-transform: capitalize
}

.service-tabs .nav-link img {
    min-width: 30px;
    height: 30px
}

@media (max-width: 575px) {
    .service-tabs .nav-link {
        padding: 14px 20px
    }
}

@media (max-width: 375px) {
    .service-tabs .nav-link {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .service-tabs {
        margin-bottom: 30px
    }
}

.service-box {
    border-radius: 0px;
    background-color: #0E121D;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    padding: 40px;
    margin: 0;
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2
}

.service-box.style2 {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.06)
}

.service-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box .service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #E4E4E4;
    margin-bottom: 40px;
    padding-bottom: 40px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box .box-title {
    margin-bottom: 13px
}

.service-box_number {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #C4C8D3;
    margin-left: auto
}

.service-box_text {
    margin-bottom: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 26px
}

.service-box .line-btn {
    font-family: var(--body-font);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color)
}

.service-box .line-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.service-box .line-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.service-box .line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.service-box .line-btn:hover {
    color: var(--title-color)
}

.service-box .line-btn:hover.th-icon i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.service-box .line-btn:hover::before {
    background-color: var(--title-color);
    width: 45px
}

.service-box .line-btn {
    color: var(--title-color)
}

.service-box .line-btn:before {
    background-color: var(--title-color)
}

.service-box .service-box-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.12
}

.service-box:hover:before {
    width: 0
}

.service-box:hover .box-title {
    color: var(--white-color)
}

.service-box:hover .service-content {
    border-color: #4D5765
}

.service-box:hover .service-box_number {
    color: #4D5765
}

.service-box:hover .line-btn {
    color: var(--theme-color)
}

.service-box:hover .line-btn:before {
    background-color: var(--theme-color)
}

.consultation-sec {
    background-size: auto;
    background-position: left center
}

@media (max-width: 767px) {
    .consultation-sec {
        background-position: top center;
        background-size: cover
    }
}

.consultation-thumb {
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0
}

@media (max-width: 1500px) {
    .consultation-thumb {
        right: -66px;
    }
}

@media (max-width: 1199px) {
    .consultation-thumb {
        display: none
    }
}

.consultation-thumb img {
    -webkit-clip-path: path("M771.613 885.353V-253.437H214L0.050415 121.5L426 885.353H771.613Z");
    clip-path: path("M771.613 885.353V-253.437H214L0.050415 121.5L426 885.353H771.613Z");
    height: 100%
}

.consultation-thumb .shape_1 {
    position: absolute;
    left: -68px;
    top: 0;
    width: 137px;
    height: 120px;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.consultation-thumb .shape_2 {
    position: absolute;
    left: 51px;
    bottom: 81px;
    width: 160px;
    height: 150px;
    background-color: var(--body-color);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
}

@media (min-width: 1930px) {
    .consultation-thumb .shape_2 {
        left: 75px;
        bottom: 0
    }
}

.consultation-title-area {
    padding: 87px 0 88px 0;
    max-width: 498px;
}

.consultation-title-area .sec-title {
    letter-spacing: 0;
    font-size: 35px;
}

@media (max-width: 991px) {
    .consultation-title-area {
        padding: 80px 0 140px 0
    }
}

@media (max-width: 767px) {
    .consultation-title-area {
        padding: 80px 0 0 0
    }
}

.counter-card-wrap10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px
}

.counter-card-wrap10 .divider {
    background: #5770FF;
    width: 1px;
    height: 245px
}

.counter-card-wrap10 .divider:last-of-type {
    display: none
}

@media (max-width: 991px) {
    .counter-card-wrap10 .divider {
        display: none
    }
}

.counter-card-wrap10:last-child {
    border-right: 0
}

.counter-card10 {
    padding: 80px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.counter-card10 .box-number {
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    color: var(--title-color);
    margin-bottom: 0px;
    margin-top: -0.5rem
}

.counter-card10 .box-text {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: -0.3em
}

.counter-card10 .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 312px
}

@media (max-width: 1199px) {
    .counter-card10 {
        padding: 20px 0
    }
}

@media (max-width: 767px) {
    .counter-card10 {
        padding: 35px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .counter-card10 {
        text-align: center;
        padding: 20px 0
    }

    .counter-card10 .box-number {
        font-size: 46px
    }
}

@media (max-width: 1199px) {
    .counter-area10 {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    .counter-area10 {
        padding: 20px 0
    }
}

.project-area11 .th-container {
    --main-container: 1540px
}

.project-slider11 {
    position: relative
}

.project-slider11 .slick-dots {
    position: relative
}

.project-slider11 .slick-dots:after,
.project-slider11 .slick-dots:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 490px;
    height: 1px;
    background-color: #E4E4E4
}

.project-slider11 .slick-dots:before {
    margin-left: -32rem
}

.project-slider11 .slick-dots:after {
    margin-left: 1.5rem
}

@media (max-width: 767px) {

    .project-slider11 .slick-dots:after,
    .project-slider11 .slick-dots:before {
        display: none
    }
}

.project-slider11 .slick-slide {
    -webkit-transition: 1s all ease;
    transition: 1s all ease
}

.project-slider11 .slick-slide .project-img {
    height: 440px;
    overflow: hidden
}

.project-slider11 .slick-slide .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.project-slider11 .slick-center .project-card8 {
    width: 100%
}

.project-slider11 .slick-center .project-card8 .project-content {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.project-slider11 .slick-center .project-card8 .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1299px) {
    .project-slider11 .slick-list {
        padding: 0 !important
    }
}

.project-card8 {
    position: relative;
    overflow: hidden;
    --space: 0px;
    -webkit-transition: 1s all ease;
    transition: 1s all ease
}

.project-card8 .project-content {
    position: absolute;
    padding: 22px 0 30px 0;
    width: 100%;
    left: 0;
    bottom: -25px;
    text-align: center;
    height: 110px;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    z-index: 2;
    background-color: var(--smoke-color);
    -webkit-clip-path: path("M475.246 300.413H475.294C588.705 307.173 700.775 320.642 810.035 340.614L915 179.971C915.015 175.968 913.05 172.062 909.38 168.797C905.709 165.532 900.515 163.07 894.523 161.756C817.407 145.041 738.59 131.63 658.611 121.614C599.939 114.262 512.842 102.551 475.246 73.1978C450.035 53.4919 421.215 23.9512 385 13.0305C348.785 2.1099 340.132 0.000413484 299.994 0C259.855 -0.000413363 248.215 2.11065 212 13.0305C175.785 23.9504 144.212 53.4924 119 73.1978C81.403 102.555 0.0383606 114.264 -58.636 121.617C-138.607 131.633 -217.416 145.043 -294.525 161.756C-300.517 163.07 -305.711 165.532 -309.381 168.797C-313.051 172.062 -315.015 175.968 -315 179.971L-210 340.614C-100.764 320.652 11.2769 307.183 124.658 300.413H124.706C182.441 296.92 240.873 295.174 300 295.174C359.175 295.193 417.591 296.94 475.246 300.413Z");
    clip-path: path("M475.246 300.413H475.294C588.705 307.173 700.775 320.642 810.035 340.614L915 179.971C915.015 175.968 913.05 172.062 909.38 168.797C905.709 165.532 900.515 163.07 894.523 161.756C817.407 145.041 738.59 131.63 658.611 121.614C599.939 114.262 512.842 102.551 475.246 73.1978C450.035 53.4919 421.215 23.9512 385 13.0305C348.785 2.1099 340.132 0.000413484 299.994 0C259.855 -0.000413363 248.215 2.11065 212 13.0305C175.785 23.9504 144.212 53.4924 119 73.1978C81.403 102.555 0.0383606 114.264 -58.636 121.617C-138.607 131.633 -217.416 145.043 -294.525 161.756C-300.517 163.07 -305.711 165.532 -309.381 168.797C-313.051 172.062 -315.015 175.968 -315 179.971L-210 340.614C-100.764 320.652 11.2769 307.183 124.658 300.413H124.706C182.441 296.92 240.873 295.174 300 295.174C359.175 295.193 417.591 296.94 475.246 300.413Z");
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1299px) {
    .project-card8 .project-content {
        -webkit-clip-path: none;
        clip-path: none
    }
}

.project-card8 .project-subtitle {
    color: var(--theme-color);
    margin-bottom: 10px
}

.project-card8 .box-title {
    line-height: 34px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .project-card8 .project-content {
        bottom: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

.team-box9 {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-box9 .team-content {
    padding: 30px
}

.team-box9 .box-title {
    margin-bottom: 0;
    letter-spacing: -0.48px
}

.team-box9 .team-desig {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--theme-color)
}

.team-box9 .th-social {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 9
}

.team-box9 .th-social a {
    --icon-size: 36px;
    background-color: #E4E4E4;
    color: var(--title-color);
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-box9 .th-social a:hover {
    background-color: var(--theme-color)
}

.team-box9 .team-img {
    overflow: hidden;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-box9 .team-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.team-box9 .th-social {
    position: initial;
    width: auto;
    margin-top: 15px
}

.team-box9 .th-social a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0
}

.team-box9:hover .team-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.team-box9:hover .team-img:before {
    opacity: 1;
    visibility: visible
}

@media (max-width: 575px) {
    .team-box9 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
}

.why-area13 .th-container {
    --main-container: 1350px
}

@media (max-width: 1199px) {
    .why-area13 .th-container {
        --main-container: 100%;
        max-width: 100%
    }
}

.why-content-area {
    background-color: var(--white-color);
    padding: 60px;
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.06)
}

@media (max-width: 1299px) {
    .why-content-area {
        padding: 40px
    }
}

@media (max-width: 991px) {
    .why-content-area {
        padding: 30px
    }
}

@media (max-width: 767px) {
    .why-content-area {
        padding: 30px 10px
    }
}

.why-item {
    position: relative;
    background-color: var(--white-color);
    padding: 30px;
    border: 1.3px solid #E4E4E4;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .why-item {
        padding: 25px
    }
}

.why-item_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1.3px solid var(--theme-color);
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.why-item_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.why-item_text {
    line-height: 26px;
    margin-bottom: -0.4rem
}

.why-item .box-title {
    font-weight: 600;
    line-height: 34px;
    margin: 23px 0 13px 0
}

@media (max-width: 1299px) {
    .why-item .box-title {
        font-size: 20px;
        line-height: 30px
    }
}

.why-item .icon-btn {
    border-radius: 99px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    color: var(--title-color);
    position: relative;
    z-index: 3;
    display: block;
    text-align: center;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.why-item .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.why-item:hover .why-item_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.why-item:hover .why-item_icon {
    border: 1px solid var(--theme-color)
}

.why-item:hover .why-item_icon:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.why-item:hover .why-item_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.why-item_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

@media (max-width: 1299px) {
    .why-item_wrapper {
        gap: 20px
    }
}

@media (max-width: 480px) {
    .why-item_wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.why-img13 {
    position: relative;
    margin-left: 55px
}

@media (max-width: 480px) {
    .why-img13 {
        margin-left: 0
    }
}

@media (max-width: 480px) {
    .why-img13 .img1 img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.why-img13 .img2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

@media (max-width: 480px) {
    .why-img13 .img2 {
        display: none
    }
}

.why-img13 .img2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 275px;
    height: 336px;
    background-color: var(--white-color);
    z-index: -1
}

.why-img13 .img3 {
    position: relative;
    margin: -48px 0 0 50px
}

@media (max-width: 480px) {
    .why-img13 .img3 {
        display: none
    }
}

.why-img13 .img3:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 318px;
    height: 416px;
    background-color: var(--white-color)
}

.why-img13 .img3 img {
    -webkit-clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%)
}

.faq-img6 {
    margin-left: -180px;
    width: 817px;
    height: 617px
}

.faq-img6.style2 {
    margin-left: -280px
}

@media (max-width: 1399px) {
    .faq-img6.style2 {
        margin-left: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1399px) {
    .faq-img6 {
        margin-left: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1199px) {
    .faq-img6 {
        margin-bottom: 30px
    }
}

.testi-card6 {
    position: relative;
    background-color: var(--white-color);
    padding: 40px;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05)
}

.testi-card6 .testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
    gap: 20px;
    margin-bottom: 24px
}

.testi-card6 .testi-card_avater {
    width: 80px;
    min-width: 80px
}

.testi-card6 .testi-card_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0
}

.testi-card6 .testi-card_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 22px
}

.testi-card6 .testi-card_text img {
    margin-left: 5px
}

.testi-card6 .testi-card_desig {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px
}

.testi-card6 .testi-card_review {
    font-size: 14px;
    color: #FFC107;
    line-height: 14px
}

@media (max-width: 375px) {
    .testi-card6 .testi-card_review {
        margin-top: 10px
    }
}

.testi-card6 .box-title {
    font-weight: 700;
    letter-spacing: -0.48px;
    margin-bottom: -0.2rem
}

.testi-card6 .testi-card_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: -0.2rem
}

@media (max-width: 375px) {
    .testi-card6 .testi-card_content {
        display: block
    }
}

.cta-sec5 {
    padding: 60px;
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .cta-sec5 {
        padding: 60px 40px
    }
}

@media (max-width: 767px) {
    .cta-sec5 {
        padding: 60px 10px
    }
}

.cta-sec5:before,
.cta-sec5:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56.5%;
    height: 100%
}

@media (max-width: 1199px) {

    .cta-sec5:before,
    .cta-sec5:after {
        width: 60%
    }
}

@media (max-width: 991px) {

    .cta-sec5:before,
    .cta-sec5:after {
        display: none
    }
}

@media (max-width: 767px) {

    .cta-sec5:before,
    .cta-sec5:after {
        display: none
    }
}

.cta-sec5:before {
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    z-index: -1
}

@media (max-width: 991px) {
    .cta-sec5:before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%)
    }
}

.cta-sec5:after {
    background-color: rgba(246, 140, 10, 0.3);
    -webkit-clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    z-index: -2;
    left: 7px
}

@media (max-width: 991px) {
    .cta-sec5:after {
        left: unset;
        right: 0;
        -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%)
    }
}

.project-cta {
    border-left: 2px solid var(--white-color);
    padding-left: 20px
}

.project-cta_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px
}

@media (max-width: 575px) {
    .project-cta_wrapper {
        display: block
    }
}

.project-cta .project-title {
    color: var(--white-color);
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 6px
}

.project-cta .box-number {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 6px
}

.project-cta .project-text {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: -0.3rem
}

.cta-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width: 991px) {
    .cta-content {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px
}

@media (max-width: 480px) {
    .cta-wrapper {
        display: block
    }
}

.cta-wrapper .cta-icon {
    position: relative;
    width: 101px;
    height: 101px;
    line-height: 101px;
    border-radius: 99px;
    text-align: center;
    background: var(--theme-color);
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.cta-wrapper .cta-icon:after,
.cta-wrapper .cta-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-radial-gradient(50% 50%, 59.94% 59.94%, #F60 0%, rgba(255, 102, 0, 0) 100%);
    background: radial-gradient(59.94% 59.94% at 50% 50%, #F60 0%, rgba(255, 102, 0, 0) 100%);
    -webkit-animation: ripple2 4s linear infinite;
    animation: ripple2 4s linear infinite;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.cta-wrapper .cta-icon:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@media (max-width: 480px) {
    .cta-wrapper .cta-icon {
        margin-bottom: 20px
    }
}

.cta-wrapper .header-info_label {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.cta-wrapper .header-info_link {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: var(--white-color);
    margin-top: 5px;
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .cta-wrapper .header-info_link {
        font-size: 24px
    }
}

.cta-wrapper .header-info_link a {
    color: inherit
}

.contact-image6 {
    -webkit-clip-path: path("M634 0H84V461.5C80.8333 486.333 59.6 536 0 536H84H634V0Z");
    clip-path: path("M634 0H84V461.5C80.8333 486.333 59.6 536 0 536H84H634V0Z");
    margin-left: -30px;
    height: 100%
}

.contact-image6 img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width: 991px) {
    .contact-image6 {
        -webkit-clip-path: none;
        clip-path: none;
        margin: 0
    }
}

.contact-image6.style2 {
    border-radius: 20px
}

.contact-image6.style2 img {
    border-radius: 20px
}

.contact-form6 .row {
    --bs-gutter-x: 20px
}

.contact-form6 .form-group {
    --bs-gutter-x: 20px
}

.contact-form6 .form-group textarea,
.contact-form6 .form-group .form-select,
.contact-form6 .form-group input {
    border: 1px solid #E4E4E4
}

.contact-form6 .form-group textarea:active,
.contact-form6 .form-group textarea:focus,
.contact-form6 .form-group .form-select:active,
.contact-form6 .form-group .form-select:focus,
.contact-form6 .form-group input:active,
.contact-form6 .form-group input:focus {
    border: 1px solid var(--theme-color)
}

.blog-single.style4 .blog-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    padding: 24px 8px 15px;
    color: var(--white-color);
    text-align: center;
    font-size: 12px;
    width: 70px;
    height: 126px;
    -webkit-clip-path: path("M70 0H0V126L70 107V0Z");
    clip-path: path("M70 0H0V126L70 107V0Z");
    z-index: 2
}

.blog-single.style4 .blog-date .date {
    font-family: var(--title-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    display: block;
    margin-bottom: 10px
}

.blog-single.style4 .blog-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 78px;
    height: 134px;
    background-color: var(--white-color);
    -webkit-clip-path: path("M78 0H0V134L78 113.794V0Z");
    clip-path: path("M78 0H0V134L78 113.794V0Z")
}

.feature-area6 .row {
    --bs-gutter-x: 50px
}

.feature-item {
    position: relative;
    background-color: var(--white-color);
    border: 2px solid #E4E4E4;
    padding: 40px 35px 40px 35px;
    margin: 10px 5px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .feature-item {
        padding: 40px 25px
    }
}

.feature-item:before,
.feature-item:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-style: solid;
    border-color: var(--theme-color);
    top: -1px;
    left: -1px;
    -webkit-transition: height, width, 0.4s ease;
    transition: height, width, 0.4s ease
}

.feature-item:before {
    border-width: 1px 0 0 1px
}

.feature-item:after {
    top: unset;
    left: unset;
    bottom: -1px;
    right: -1px;
    border-width: 0 1px 1px 0
}

.feature-item_shape {
    content: "";
    position: absolute;
    font-family: var(--icon-font);
    font-weight: 600;
    background-color: var(--white-color);
    width: 28px;
    height: 28px;
    top: -12px;
    right: -12px;
    z-index: 2
}

.feature-item_shape:before {
    content: "";
    position: absolute;
    background-color: #E4E4E4;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    z-index: -1;
    -webkit-clip-path: path("M14 0L17.7813 10.2187L28 14L17.7813 17.7813L14 28L10.2187 17.7813L0 14L10.2187 10.2187L14 0Z");
    clip-path: path("M14 0L17.7813 10.2187L28 14L17.7813 17.7813L14 28L10.2187 17.7813L0 14L10.2187 10.2187L14 0Z");
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.feature-item_shape2 {
    content: "";
    position: absolute;
    font-family: var(--icon-font);
    font-weight: 600;
    background-color: var(--white-color);
    width: 28px;
    height: 28px;
    bottom: -12px;
    left: -12px;
    z-index: 2
}

.feature-item_shape2:before {
    content: "";
    position: absolute;
    background-color: #E4E4E4;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 28px;
    z-index: -1;
    -webkit-clip-path: path("M14 0L17.7813 10.2187L28 14L17.7813 17.7813L14 28L10.2187 17.7813L0 14L10.2187 10.2187L14 0Z");
    clip-path: path("M14 0L17.7813 10.2187L28 14L17.7813 17.7813L14 28L10.2187 17.7813L0 14L10.2187 10.2187L14 0Z");
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.feature-item_icon {
    margin-top: -0.2rem;
    margin-bottom: 35px
}

.feature-item_text {
    font-weight: 400;
    line-height: 26px;
    margin-bottom: -0.4rem
}

.feature-item .box-title {
    line-height: 34px;
    margin-bottom: 15px
}

@media (max-width: 1299px) {
    .feature-item .box-title {
        font-size: 20px
    }
}

.feature-item img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.feature-item:hover {
    border: 2px solid var(--theme-color)
}

.feature-item:hover:before,
.feature-item:hover:after {
    width: 100%;
    height: 100%
}

.feature-item:hover .feature-item_shape:before {
    background-color: var(--theme-color)
}

.feature-item:hover .feature-item_shape2:before {
    background-color: var(--theme-color)
}

.feature-item:hover .feature-item_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-title-area {
    max-width: 660px;
    display: block;
    margin: auto
}

.img-box16 {
    position: relative;
    width: 660px;
    height: 550px
}

@media (max-width: 1299px) {
    .img-box16 {
        width: 400px;
        height: 500px
    }
}

@media (max-width: 991px) {
    .img-box16 {
        width: 660px;
        height: 550px
    }
}

.img-box16 .img1 {
    position: absolute;
    top: 0;
    left: -20%;
    width: 345px;
    height: 430px;
    -webkit-clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%);
    clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%)
}

@media (max-width: 991px) {
    .img-box16 .img1 {
        left: 0
    }
}

.img-box16 .img2 {
    position: absolute;
    bottom: 0%;
    left: 30%;
    width: 345px;
    height: 430px;
    -webkit-clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%);
    clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%)
}

@media (max-width: 1299px) {
    .img-box16 .img2 {
        height: 470px
    }
}

@media (max-width: 991px) {
    .img-box16 .img2 {
        left: unset;
        right: 0
    }
}

.img-box16 .th-experience {
    position: absolute;
    top: 40%;
    left: 20%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

@media (max-width: 991px) {
    .img-box16 .th-experience {
        left: 35%
    }
}

@media (max-width: 375px) {
    .img-box16 .th-experience {
        left: 0
    }
}

.img-box16 .about-signature {
    position: absolute;
    bottom: 0;
    left: -26%
}

@media (max-width: 1299px) {
    .img-box16 .about-signature {
        bottom: -50px
    }
}

@media (max-width: 991px) {
    .img-box16 .about-signature {
        left: 0
    }
}

.about-wrapper .about-desc {
    max-width: 294px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .about-wrapper {
        margin-bottom: 40px
    }
}

.counter-box16:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.counter-box16 .box-number {
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
    color: var(--title-color);
    margin-top: -0.3rem;
    margin-bottom: 3px
}

.counter-box16 .counter-number {
    font-weight: 700;
    color: var(--title-color)
}

.counter-box16 .text {
    font-weight: 400;
    color: var(--theme-color)
}

.counter-box16 .box-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: -0.3rem
}

.counter-box16-wrap {
    margin-left: 60px;
    margin-top: 5px
}

@media (max-width: 1199px) {
    .counter-box16-wrap {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .counter-box16-wrap {
        padding-top: 80px
    }
}

.service-accordion {
    border-top: 1px solid #888C97
}

@media (max-width: 991px) {
    .service-accordion {
        border-top: 0
    }
}

.service-accordion-content {
    border-left: 1px solid #888C97;
    padding-left: 67px;
    padding-top: 20px;
    margin-left: 47px
}

@media (max-width: 1299px) {
    .service-accordion-content {
        margin-left: 80px
    }
}

@media (max-width: 1199px) {
    .service-accordion-content {
        padding-left: 30px;
        padding-top: 30px;
        margin-left: 30px
    }
}

@media (max-width: 991px) {
    .service-accordion-content {
        margin-left: 0;
        padding: 0;
        border: none
    }
}

.service-accordion-content:not(:last-child) {
    margin-bottom: 24px
}

.accordion-item {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: transparent;
    overflow: hidden
}

.accordion-item_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordion-item_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 575px) {
    .accordion-item_wrapp {
        display: block
    }
}

.accordion-item_number {
    border: 1px solid var(--gray-color);
    width: 69px;
    height: 32px;
    padding: 2px 24.5px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: var(--gray-color)
}

.accordion-item_content {
    color: #fff;
    padding: 0 30px 0px 110px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0
}

@media (max-width: 575px) {
    .accordion-item_content {
        padding: 0 30px 0px 0px
    }
}

.accordion-item .box-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-top: -0.2rem;
    margin-bottom: 0px;
    display: block
}

@media (max-width: 767px) {
    .accordion-item .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

@media (max-width: 575px) {
    .accordion-item .box-title {
        font-size: 24px;
        line-height: 34px;
        margin-top: 20px
    }
}

.accordion-item i {
    font-size: 30px;
    font-weight: 400;
    color: var(--gray-color);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

@media (max-width: 575px) {
    .accordion-item i {
        font-size: 24px
    }
}

.accordion-item .accordion-button {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background: transparent;
    padding: 40px 0 35px 0;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 0 !important
}

@media (max-width: 575px) {
    .accordion-item .accordion-button {
        padding: 25px 0 20px 0
    }
}

.accordion-item .accordion-button:after {
    display: none
}

.accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: none;
    background-color: transparent;
    padding: 40px 0 20px 0
}

.accordion-item .accordion-button:not(.collapsed) .accordion-item_number {
    border-color: var(--theme-color);
    color: var(--theme-color)
}

.accordion-item .accordion-button:not(.collapsed) i {
    color: var(--theme-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion-item .accordion-button:not(.collapsed):after {
    content: '\f068';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid var(--gray-color)
}

.accordion-item .accordion-collapse {
    border: none
}

.accordion-item .accordion-collapse .accordion-body {
    border-color: var(--theme-color)
}

.accordion-item .accordion-body {
    background-color: transparent;
    border: none;
    padding: 0px 30px 30px 110px;
    border-bottom: 1px solid var(--gray-color)
}

@media (max-width: 575px) {
    .accordion-item .accordion-body {
        padding: 0 20px 30px 0
    }
}

.accordion-item .faq-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: -0.4rem 0 -0.5rem 0
}

.accordion-item .faq-img {
    height: 100%
}

.accordion-item .faq-img img {
    height: 100%;
    object-fit: cover
}

.th-accordion_images {
    position: relative;
    margin-top: 60px
}

@media (max-width: 1199px) {
    .th-accordion_images {
        margin-top: 30px
    }
}

@media (max-width: 991px) {
    .th-accordion_images {
        display: block;
        margin: auto;
        text-align: center
    }
}

.th-accordion_images img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-accordion_images img.active {
    opacity: 1;
    visibility: visible
}

.th-accordion_images img {
    opacity: 0;
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease
}

.th-accordion_images img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0
}

.th-accordion_images img.active {
    opacity: 1
}

.process-area5 {
    background-size: auto;
    background-repeat: repeat;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

@media (max-width: 1199px) {
    .process-area5 {
        display: block
    }
}

@media (max-width: 575px) {
    .process-area5 {
        padding: 30px
    }
}

.process-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width: 575px) {
    .process-box {
        display: block;
        text-align: center
    }
}

.process-box_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 73px 20px
}

@media (max-width: 1299px) {
    .process-box_wrap {
        gap: 50px 20px
    }
}

@media (max-width: 991px) {
    .process-box_wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.process-box_icon {
    position: relative;
    min-width: 100px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 767px) {
    .process-box_icon {
        margin: auto auto 25px auto;
        display: block
    }
}

.process-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.process-box .box-title {
    margin-bottom: 8px
}

.process-box_text {
    line-height: 26px;
    margin-bottom: -0.3rem
}

.process-box .box-number {
    color: var(--gray-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: -0.4rem;
    margin-bottom: 8px
}

.process-box:hover .process-box_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 991px) {
    .process-box-wrap:nth-child(even):after {
        display: none
    }
}

@media (max-width: 767px) {
    .process-box-wrap {
        margin-bottom: 40px
    }

    .process-box-wrap:after {
        display: none
    }

    .process-box-wrap:nth-child(even) {
        margin-top: 0
    }

    .process-box-wrap:last-child {
        margin-bottom: 0
    }
}

.process-content {
    background-color: var(--title-color);
    padding: 40px;
    max-width: 360px
}

@media (max-width: 1199px) {
    .process-content {
        max-width: 100%;
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .process-content {
        padding: 30px
    }
}

.process-content .sub-title {
    letter-spacing: 1.6px;
    text-transform: uppercase
}

.process-content .sec-text {
    color: #888C97;
    margin-bottom: 35px
}

.why-content {
    max-width: 594px
}

.why-content .checklist li {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px
}

.why-content .checklist li:before {
    content: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.2' width='26' height='26' rx='5' fill='%23F68A0A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4996 9.56685L9.60117 14.1326L9.60095 17.0845C9.60082 18.708 9.58812 20.2556 9.57267 20.5235C9.55364 20.8537 9.5589 21.0053 9.58906 20.9941C9.61349 20.985 12.699 17.4257 16.4458 13.0845C20.1926 8.74332 23.2977 5.14811 23.3461 5.09519C23.3946 5.04227 23.4261 4.99941 23.4161 5.00001C23.4061 5.00056 20.2937 7.05566 16.4996 9.56685Z' fill='%23F68A0A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.65376 12.5395L9.6311 14.1338V18.2077C9.63116 19.3671 9.59351 20.4723 9.59976 20.6636C9.60746 20.8994 9.60533 21.0077 9.59313 20.9997C9.58325 20.9932 8.33528 18.4513 6.8199 15.3511C5.3045 12.2509 4.0486 9.68341 4.02901 9.64562C4.00943 9.60783 3.99669 9.57721 4.00074 9.57764C4.00477 9.57804 4.40641 9.8771 7.65376 12.5395Z' fill='%23F68A0A'/%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 32px;
    font-weight: 600;
    color: var(--theme-color);
    margin-right: 10px
}

@media (max-width: 1199px) {
    .why-content {
        max-width: none
    }
}

@media (max-width: 1199px) {
    .why-sec14 {
        background-image: none !important;
        background-color: var(--smoke-color)
    }
}

.feature-circle14-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    margin: 40px 0;
    padding: 40px 0
}

@media (max-width: 767px) {
    .feature-circle14-wrap {
        display: block
    }
}

.feature-circle14-wrap .feature-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    max-width: 289px
}

@media (max-width: 767px) {
    .feature-circle14-wrap .feature-circle:not(:last-child) {
        margin-bottom: 30px
    }
}

.feature-circle14-wrap .feature-circle .box-title {
    line-height: 34px;
    margin-bottom: 0px
}

.feature-circle14-wrap .feature-circle_text {
    margin-bottom: 0px;
    font-size: 14px
}

.feature-circle14-wrap .feature-circle .progressbar {
    position: relative;
    max-height: 100px
}

.feature-circle14-wrap .feature-circle .circle-num {
    font-size: 30px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 5px;
    text-align: center
}

.feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.feature-wrapper .feature-icon i {
    font-size: 46px;
    font-weight: 300;
    line-height: 56px
}

.feature-wrapper .header-info_link {
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: -0.5rem
}

.feature-wrapper .header-info_link:hover {
    color: var(--theme-color)
}

.feature-wrapper .header-info_link a {
    color: inherit
}

.feature-wrapper .header-info_label {
    font-family: var(--body-font);
    color: var(--body-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.project-box {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden
}

.project-box-content {
    padding: 20px 78px 20px 0;
    max-width: 278px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    opacity: 0;
    overflow: hidden
}

@media (max-width: 1299px) {
    .project-box-content {
        padding: 20px 58px 20px 0
    }
}

.project-box-content:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 278px;
    background-color: var(--white-color);
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    z-index: -1
}

.project-box-content .gallery-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 5%;
    font-size: 18px;
    right: -8%;
    left: auto;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center;
    z-index: 2;
    opacity: 1;
    visibility: visible
}

.project-box-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.project-box .project-subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: -0.4rem 0 7px 0
}

.project-box .box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -0.4rem
}

.project-box:hover .project-box-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.project-box:hover .project-box-content {
    bottom: -1px;
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    .project-box-img img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

    .project-box-content {
        bottom: -1px;
        opacity: 1;
        visibility: visible
    }
}

.price-box3 {
    position: relative;
    background-color: var(--smoke-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media (max-width: 991px) {
    .price-box3 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 575px) {
    .price-box3 {
        display: block
    }
}

.price-box3.style2 {
    display: block
}

.price-box3 .offer-tag {
    position: absolute;
    top: 30px;
    left: -40px;
    background-color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--white-color);
    padding: 2px 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block
}

.price-box3_wrapp {
    padding: 60px 40px 40px 0px
}

@media (max-width: 1199px) {
    .price-box3_wrapp {
        padding: 60px 25px 25px 25px
    }
}

@media (max-width: 991px) {
    .price-box3_wrapp {
        padding: 60px 25px 25px 60px
    }
}

@media (max-width: 575px) {
    .price-box3_wrapp {
        padding: 60px 25px 0px 60px
    }
}

.price-box3_content {
    padding: 40px;
    border-left: 1px solid #E4E4E4
}

@media (max-width: 1199px) {
    .price-box3_content {
        padding: 25px 20px 25px 25px
    }
}

.price-box3_content .available-list {
    padding-left: 30px
}

@media (max-width: 575px) {
    .price-box3_content .available-list {
        padding: 0
    }
}

.price-box3_content .available-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.price-box3_content .available-list li {
    position: relative;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
    margin-bottom: 4px;
    text-transform: capitalize;
    color: #4D5765
}

.price-box3_content .available-list li:after {
    content: "\f00c";
    font-family: var(--icon-font);
    font-weight: 500;
    color: var(--theme-color);
    font-size: 1.1em;
    position: absolute;
    top: 1px;
    left: 0
}

.price-box3_content .available-list li.unavailable:after {
    content: "\f00c";
    right: 4px;
    color: #E4E4E4;
    font-weight: 400
}

.price-box3_content .available-list li img {
    max-width: 18px;
    margin-right: 10px
}

.price-box3_content .available-list li:last-child {
    margin-bottom: 0
}

.price-box3_content .available-list li.unavailable {
    font-weight: 400;
    color: var(--body-color)
}

.price-box3_content .available-list li.unavailable img {
    opacity: 0.2
}

.price-box3_content .available-list {
    padding: 0
}

.price-box3_content .available-list li {
    margin-top: -0.3rem;
    margin-bottom: 6px
}

.price-box3_price {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 5px
}

@media (max-width: 1199px) {
    .price-box3_price {
        font-size: 33px;
        line-height: 44px
    }
}

.price-box3_text {
    font-family: var(--title-font);
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: -0.3rem
}

.price-box3 .th-btn {
    margin-top: 20px;
    padding: 16px 18px
}

.price-box3.active .offer-tag {
    background-color: var(--theme-color)
}

.price-box3.active .th-btn {
    background-color: var(--title-color)
}

.price-box3.active .th-btn:before,
.price-box3.active .th-btn:after {
    background-color: var(--theme-color)
}

.blog-single.style6 {
    margin-bottom: 0
}

.blog-single.style6 .blog-img {
    max-height: 350px
}

.blog-single.style6 .blog-img img {
    width: 100%
}

.blog-single.style6 .blog-meta {
    margin-bottom: 22px
}

.blog-single.style6 .box-title {
    font-size: 30px
}