:root {
    --thm-font: "Poppins",sans-serif;
    --thm-font-2: "Poppins",sans-serif;
    --thm-primary-color: #001a39;
    --thm-primary-color-rgb: 0,196,134;
    --thm-secondary-color: #ed746c;
    --thm-secondary-color-rgb: 237,116,108;
    --thm-body-font-color: #6a726f;
    --thm-body-font-size: 17px;
    --thm-body-line-height: 28px;
    --thm-body-font-weight: 400;
    --thm-heading-font-color: #062a26;
    --thm-white: #fff;
    --thm-black: #001a39;
    --thm-black-bg: #062a26;
    --thm-gray-bg: #edf4f2;
    --thm-border-color: #dde6e3;
    --thm-border-radius: 10px
}

body {
    color: var(--thm-body-font-color);
    font-family: var(--thm-font);
    font-size: var(--thm-body-font-size);
    font-weight: var(--thm-body-font-weight);
    line-height: var(--thm-body-line-height)
}

.body-bg-1 {
    background-color: #fff
}

p {
    font-family: var(--thm-font);
    font-size: var(--thm-body-font-size);
    font-weight: var(--thm-body-font-weight);
    letter-spacing: .5px;
    line-height: var(--thm-body-line-height);
    margin: 0
}

a,p {
    color: #000
}

a {
    transition: all .2s linear;
    transition-delay: .1s
}

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

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

.auto-container {
    max-width: 1200px
}

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

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

section {
    display: block;
    position: relative;
    z-index: 1
}

body.locked {
    overflow: hidden
}

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

h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-family: var(--thm-font-2);
    font-weight: 700;
    margin: 0
}

dl,ol,ul {
    margin-bottom: 0;
    margin-top: 0
}

.fancybox-slide .fancybox-image-wrap {
    border-radius: 10px;
    overflow: hidden
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

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

button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0
}

li,ul {
    list-style: none
}

li,ol,ul {
    margin: 0;
    padding: 0
}

img {
    transition-delay: .1s;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: ease-in-out
}

.rating-box-style1 {
    display: block;
    position: relative
}

.rating-box-style1 ul {
    display: flex;
    position: relative
}

.rating-box-style1 ul li {
    display: block;
    line-height: 0;
    position: relative
}

.rating-box-style1 ul li+li {
    padding-left: 5px
}

.rating-box-style1 ul li span {
    color: var(--thm-primary-color);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    position: relative
}

.thm-social-link {
    padding-top: 30px
}

.thm-social-link,.thm-social-link ul {
    display: block;
    position: relative
}

.thm-social-link ul li {
    float: left;
    margin-right: 10px;
    position: relative
}

.thm-social-link ul li:last-child {
    margin-right: 0
}

.thm-social-link ul li a {
    align-items: center;
    background-color: var(--thm-black);
    border-radius: 5px;
    color: var(--thm-white);
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 50px;
    z-index: 1
}

.thm-social-link ul li a:before {
    background-color: rgba(var(--thm-primary-color-rgb),1);
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.5);
    transform-style: preserve-3d;
    transition: all .4s cubic-bezier(.62,.21,.45,1.52);
    z-index: -1
}

.thm-social-link ul li:hover a:before {
    opacity: 1;
    transform: scale(1)
}

.thm-social-link ul li:hover a {
    color: #fff
}

.xs-sidebar-group .xs-overlay {
    bottom: 0;
    cursor: url(../images/icon/cross-out.webp),pointer;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: left right;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    visibility: hidden;
    z-index: 99999999
}

.xs-sidebar-group.isActive .xs-overlay {
    background: var(--thm-black);
    opacity: .95;
    right: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: left center;
    visibility: visible
}

.xs-sidebar-widget {
    background-color: #fff;
    bottom: 0;
    max-width: 460px;
    opacity: 1;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    right: -100%;
    top: 0;
    transition-timing-function: ease-out;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: 999999999
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    right: 0;
    transition-timing-function: ease-in;
    transition: .5s;
    visibility: visible
}

.sidebar-widget-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    position: relative;
    top: 150px;
    transition: all .3s ease .1s;
    visibility: hidden
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    top: 0;
    transition: all .9s ease .5s;
    visibility: visible
}

.xs-overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.sidebar-textwidget {
    padding: 50px 45px
}

.xs-sidebar-group .widget-heading {
    padding: 25px;
    position: absolute;
    right: 0;
    top: 0
}

.xs-sidebar-group .widget-heading a {
    align-items: center;
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    color: var(--thm-black);
    display: flex;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 40px
}

.xs-sidebar-group .widget-heading a:hover {
    border-color: var(--thm-primary-color);
    color: var(--thm-primary-color)
}

.xs-sidebar-group .content-inner .logo {
    border-bottom: 1px solid #e0e0e0;
    display: block;
    padding-bottom: 30px;
    position: relative
}

.xs-sidebar-group .content-inner .logo a {
    display: inline-block;
    position: relative
}

.xs-sidebar-group .content-inner h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 22px;
    text-transform: capitalize
}

.xs-sidebar-group .content-inner h3 span {
    color: var(--thm-base);
    font-size: 25px;
    font-weight: 900
}

.xs-sidebar-group .content-inner .content-box {
    display: block;
    padding-bottom: 47px;
    padding-top: 33px;
    position: relative
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    display: block;
    position: relative
}

.xs-sidebar-group .content-inner .content-box p {
    color: var(--thm-black)
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
    display: block;
    position: relative
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
    color: var(--thm-black);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 27px
}

.sidebar-contact-info ul,.sidebar-contact-info ul li {
    display: block;
    position: relative
}

.sidebar-contact-info ul li {
    margin-bottom: 23px
}

.sidebar-contact-info ul li:last-child {
    margin-bottom: 0
}

.sidebar-contact-info ul li .inner {
    display: block;
    padding-left: 0;
    position: relative
}

.sidebar-contact-info ul li .inner .text {
    display: block;
    position: relative
}

.sidebar-contact-info ul li .inner .text p {
    color: var(--thm-black);
    line-height: 24px
}

.sidebar-contact-info ul li .inner .text p a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.sidebar-contact-info ul li .inner .text p a:hover {
    color: var(--thm-base);
    text-shadow: -.45px -.45px 0 var(--thm-base),.45px .45px var(--thm-base)
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
    display: block;
    padding-top: 49px;
    position: relative
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
    color: var(--thm-black);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 24px
}

.side-content-newsletter-box .form-group input[type=email] {
    background-color: #f8f8f8;
    border: 1px solid #e3dfdf;
    border-radius: 6px;
    color: #444;
    display: block;
    font-family: var(--thm-font);
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    width: 100%
}

.side-content-newsletter-box .form-group button {
    margin-top: 30px
}

.review-box {
    line-height: 15px;
    position: relative
}

.review-box,.review-box ul {
    display: block;
    overflow: hidden
}

.review-box ul li {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-right: 5px
}

.review-box ul li:last-child {
    margin-right: 0
}

.review-box ul li i {
    color: #fbaf02;
    font-size: 15px
}

.sec-title {
    display: block;
    margin-top: -10px;
    padding-bottom: 46px;
    position: relative
}

.sec-title.withtext {
    padding-bottom: 52px
}

.sec-title .sub-title {
    display: block;
    margin-bottom: 11px;
    position: relative
}

.sec-title .sub-title h4 {
    color: var(--thm-primary-color);
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 32px;
    position: relative;
    text-transform: uppercase
}

.sec-title .sub-title h4:before {
    left: 0
}

.sec-title .sub-title h4:after,.sec-title .sub-title h4:before {
    border-bottom: 5px solid transparent;
    border-left: 10px solid var(--thm-primary-color);
    border-top: 5px solid transparent;
    content: "";
    height: 10px;
    position: absolute;
    top: 7px;
    width: 10px
}

.sec-title .sub-title h4:after {
    left: 12px
}

.sec-title h2 {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3em;
    text-transform: none
}

.sec-title .text {
    padding-top: 13px
}

.btn-box,.sec-title .text {
    display: block;
    position: relative
}

.btn-one {
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    color: var(--thm-white);
    display: inline-flex;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    overflow: hidden;
    padding: 6px 18px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 2
}

.btn-one:after {
    background-color: #001a39;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(1);
    transition-duration: .8s;
    z-index: -1
}

.btn-one:hover:after {
    transform: scaleX(0);
    transition-duration: 1.5s
}

.btn-one:before {
    background: #eb2226;
    border-radius: 0;
    bottom: 0;
    content: "";
    left: -10px;
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-duration: .8s;
    z-index: 1
}

.btn-one:hover:before {
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.btn-one .txt {
    align-items: center;
    display: inline-flex;
    position: relative;
    z-index: 1
}

.btn-one:focus,.btn-one:hover {
    -webkit-box-shadow: 2px 2px 20px 0 rgba(var(--thm-black-rgb),.1);
    -moz-box-shadow: 2px 2px 20px 0 rgba(var(--thm-black-rgb),.1);
    box-shadow: 2px 2px 20px 0 rgba(var(--thm-black-rgb),.1);
    color: #fff
}

.btn-one i {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    top: 0;
    z-index: 1
}

.btn-two {
    color: var(--thm-base);
    font-family: var(--thm-font-3);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 20px;
    text-transform: uppercase;
    transition: all .2s linear;
    transition-delay: .1s
}

.btn-two,.btn-two span {
    align-items: center;
    display: inline-flex;
    position: relative
}

.btn-two span {
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    height: 30px;
    justify-content: center;
    margin-left: 10px;
    transition: border-color .5s ease;
    transition: all .5s ease;
    width: 30px;
    z-index: 1
}

.btn-two:hover span {
    color: #fff
}

.btn-two span:after {
    background: var(--thm-base);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.5);
    transform-style: preserve-3d;
    transition: background-color .5s ease;
    transition: all .5s ease;
    z-index: -1
}

.btn-two:hover span:after {
    opacity: 1;
    transform: scale(1)
}

.btn-two:hover {
    color: var(--thm-base);
    letter-spacing: normal
}

.owl-carousel.owl-dot-style1 .owl-dots {
    display: block;
    line-height: 0;
    margin-top: 56px!important;
    position: relative;
    text-align: center
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    background-color: #d0dbd8;
    border: 0 solid #d8d8d8;
    border-radius: 0;
    display: inline-block;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    position: relative;
    transition: all .1s linear;
    transition-delay: .1s;
    width: 40px
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
    background-color: var(--thm-primary-color);
    border-radius: 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: left right;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    transition: all .9s ease
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: left right
}

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

.owl-carousel.owl-dot-style2 .owl-dots {
    display: block;
    line-height: 0;
    margin-top: 30px!important;
    position: relative;
    text-align: center
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {
    background-color: transparent;
    border: 5px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    transition: all .1s linear;
    transition-delay: .1s;
    width: 16px
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot:before {
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    bottom: -5px;
    content: "";
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
    transform: scale(0);
    transition: all .5s ease
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {
    background-color: var(--thm-base);
    border: 5px solid #1a1c23
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active:before {
    transform: scale(1)
}

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

.owl-nav-style-one.owl-theme .owl-stage-outer {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

.owl-nav-style-one.owl-theme .owl-nav {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: center;
    margin: 30px 0 0;
    position: relative;
    z-index: 10
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    display: inline-block;
    height: 55px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    transition: all .7s ease 3s;
    width: 55px;
    z-index: 1
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-]:before {
    background-color: var(--thm-black);
    border-radius: 4px;
    bottom: -1px;
    content: "";
    left: -1px;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(0);
    transform: perspective(400px) rotateX(0deg) scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: -1
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-]:hover:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1)
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] span {
    color: var(--thm-black);
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    position: relative
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next,.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg)
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] span {
    transition: all .2s linear;
    transition-delay: .1s
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-]:hover span {
    color: var(--thm-primary-color)
}

.scroll-to-top {
    bottom: 50px;
    position: fixed;
    right: 50px;
    transform: rotate(0deg);
    z-index: 99999999999
}

.scroll-to-top .visible {
    opacity: 1!important;
    visibility: visible!important
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -o-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1)
}

.scroll-to-top .scroll-bar {
    display: none;
    height: 4px;
    margin-right: 10px;
    position: relative;
    width: 50px
}

.scroll-to-top .scroll-bar:before {
    background-color: var(--thm-primary-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%
}

.scroll-to-top .scroll-bar .bar-inner {
    background-color: var(--thm-secondary-color);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.scroll-to-top .scroll-bar-text {
    align-items: center;
    background-color: #eb2226;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    position: relative;
    transition: all .5s ease;
    width: 40px
}

.scroll-to-top .scroll-bar-text:hover {
    transform: scale(1)
}

.scroll-to-top--style2 {
    bottom: 0;
    position: relative;
    right: 0;
    top: -5px;
    transform: rotate(0deg)
}

.scroll-to-top--style2 .scroll-bar {
    display: none
}

.scroll-to-top--style2 .scroll-bar-text {
    color: #fff;
    cursor: pointer;
    font-family: var(--thm-font-2);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .5s ease
}

.scroll-to-top--style2 .scroll-bar-text span {
    display: inline-block;
    font-size: 30px;
    padding-left: 1px;
    position: relative;
    top: 8px
}

.styled-pagination {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    position: relative;
    width: 100%
}

.styled-pagination.pdtop60 {
    padding-top: 60px
}

.styled-pagination li {
    display: block;
    float: left;
    position: relative
}

.styled-pagination li+li {
    margin-left: 10px
}

.styled-pagination li a {
    align-items: center;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    color: #a5b1ad;
    display: inline-flex;
    font-family: var(--thm-font-2);
    font-size: 20px;
    font-weight: 500;
    height: 55px;
    justify-content: center;
    line-height: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease;
    width: 55px;
    z-index: 1
}

.styled-pagination li a span:before {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 100;
    position: relative;
    top: 0;
    transition: all .5s ease
}

.styled-pagination li.active a span:before,.styled-pagination li:hover a span:before {
    color: var(--thm-white)
}

.styled-pagination li.next a span:before,.styled-pagination li.prev a span:before {
    display: inline-block;
    position: relative
}

.styled-pagination li.active a,.styled-pagination li:hover a {
    background: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
    color: #fff
}

.styled-pagination li.next a,.styled-pagination li.prev a {
    width: 55px
}

.styled-pagination li.next a:hover,.styled-pagination li.prev a:hover {
    color: #fff
}

.checked-box1 {
    display: block;
    min-height: 26px;
    position: relative
}

.checked-box1 input[type=checkbox] {
    display: none
}

.checked-box1 label {
    color: var(--thm-body-font-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 35px;
    position: relative
}

.checked-box1 input[type=checkbox]+label span {
    background-color: transparent;
    border: 1px solid #c3cadb;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    height: 20px;
    top: 3px;
    vertical-align: middle;
    width: 20px
}

.checked-box1 input[type=checkbox]+label span,.checked-box1 label span:before {
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.checked-box1 label span:before {
    background: var(--thm-primary-color);
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 12px;
    margin: 3px auto 0;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 12px
}

.checked-box1 input[type=checkbox]:checked+label span {
    border-color: #c3cadb
}

.checked-box1 input[type=checkbox]:checked+label span:before {
    transform: scale(1)
}

.checked-box2 {
    display: block;
    min-height: 28px;
    position: relative
}

.checked-box2 input[type=checkbox] {
    display: none
}

.checked-box2 label {
    color: var(--thm-body-font-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 25px;
    position: relative
}

.checked-box2 input[type=checkbox]+label span {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 5px;
    cursor: pointer;
    height: 15px;
    left: 0;
    top: 6px;
    vertical-align: middle;
    width: 15px
}

.checked-box2 input[type=checkbox]+label span,.checked-box2 label span:before {
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.checked-box2 label span:before {
    background-color: var(--thm-primary-color);
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 3px;
    top: 3px;
    transform: scale(0);
    width: 7px
}

.checked-box2 input[type=checkbox]:checked+label span {
    border-color: var(--thm-primary-color)
}

.checked-box2 input[type=checkbox]:checked+label span:before {
    transform: scale(1)
}

.accordion-box,.accordion-box .block {
    display: block;
    position: relative
}

.accordion-box .block {
    margin-bottom: 20px;
    transition: all .5s ease
}

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

.accordion-box .block .acc-btn {
    background: #fff;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    display: block;
    padding: 9px 20px 9px 55px;
    position: relative;
    transition: all .5s ease
}

.accordion-box .block .acc-btn.active {
    background: #fff;
    border-bottom: 1px solid transparent
}

.accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    transition: all .5s ease
}

.accordion-box .block .acc-btn.active h3 {
    color: var(--thm-base)
}

.accordion-box .block .acc-btn .icon-outer {
    color: var(--thm-black);
    cursor: pointer;
    font-size: 18px;
    height: 20px;
    left: 20px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all .5s ease;
    width: 20px;
    z-index: 1
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: var(--thm-base);
    transform: translateY(-50%) rotate(0deg)
}

.accordion-box .block .acc-btn .icon-outer i:before {
    font-weight: 700
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
    content: "\e90b"
}

.accordion-box .block .acc-content {
    border: 1px solid #d4d4d4;
    border-top-color: transparent;
    display: none;
    padding: 1px 20px 21px 55px;
    position: relative
}

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

.accordion-box .block .acc-content p {
    margin: 0
}

.accordion-box-style1 {
    display: block;
    position: relative
}

.accordion-box-style1 .accordion {
    display: block;
    margin-bottom: 31px;
    position: relative
}

.accordion-box-style1 .accordion:last-child {
    margin-bottom: 0
}

.accordion-box-style1 .accordion .accord-btn {
    cursor: pointer;
    display: block;
    padding-left: 80px;
    position: relative;
    transition: all .5s ease;
    z-index: 1
}

.accordion-box-style1 .accordion .accord-btn h4 {
    color: var(--thm-black);
    font-size: 21px;
    line-height: 31px;
    transition: all .5s ease
}

.accordion-box-style1 .accordion .accord-btn.active h4 {
    color: var(--thm-primary-color)
}

.accordion-box-style1 .accordion .accord-btn:after {
    align-items: center;
    border: 1px solid var(--thm-border-color);
    border-radius: 50%;
    color: var(--thm-black);
    content: "\e969";
    display: flex;
    font-family: icomoon!important;
    font-size: 20px;
    font-weight: 700;
    height: 55px;
    justify-content: center;
    left: 0;
    line-height: 20px;
    margin-top: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
    width: 55px
}

.accordion-box-style1 .accordion .accord-btn.active {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.accordion-box-style1 .accordion .accord-btn.active:after {
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
    color: #fff;
    content: "\e96c"
}

.accordion-box-style1 .accordion .accord-content {
    display: none;
    margin-top: -8px;
    padding: 29px 0 0 80px;
    position: relative
}

.accordion-box-style1 .accordion .accord-content.collapsed {
    display: block
}

.accordion-box-style1 .accordion .accord-content p {
    margin: 0
}

.accordion-box-style2 {
    display: block;
    padding-top: 33px;
    position: relative
}

.accordion-box-style2 .accordion {
    background: transparent;
    display: block;
    position: relative
}

.accordion-box-style2 li+li {
    margin-top: 20px
}

.accordion-box-style2 .accordion:last-child {
    margin-bottom: 0
}

.accordion-box-style2 .accordion .accord-btn {
    align-items: center;
    border: 1px solid var(--thm-border-color);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 16px 30px 17px;
    position: relative;
    transition: all .5s ease 0s;
    z-index: 1
}

.accordion-box-style2 .accordion .accord-btn.active,.accordion-box-style2 .accordion .accord-btn:hover {
    border: 1px solid var(--thm-primary-color);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-box-style2 .accordion .accord-btn h4 {
    font-size: 19px;
    line-height: 29px;
    transition: all .5s ease
}

.accordion-box-style2 .accordion .accord-btn.active h4,.accordion-box-style2 .accordion .accord-btn:hover h4 {
    color: var(--thm-white)
}

.accordion-box-style2 .accordion .accord-btn:before {
    background-color: var(--thm-primary-color);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: bottom right;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: -1
}

.accordion-box-style2 .accordion .accord-btn.active:before,.accordion-box-style2 .accordion .accord-btn:hover:before {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: top center
}

.accordion-box-style2 .accordion .accord-btn .icon-box {
    display: block;
    line-height: 0;
    position: relative
}

.accordion-box-style2 .accordion .accord-btn .icon-box span {
    align-items: center;
    background-color: #f0ebf5;
    border-radius: 50%;
    color: var(--thm-black);
    display: flex;
    font-size: 15px;
    font-weight: 900;
    height: 35px;
    justify-content: center;
    line-height: 15px;
    position: relative;
    transition: all .5s ease;
    width: 35px
}

.accordion-box-style2 .accordion .accord-btn.active .icon-box span,.accordion-box-style2 .accordion .accord-btn:hover .icon-box span {
    background-color: var(--thm-white);
    color: var(--thm-black);
    transform: rotate(90deg)
}

.accordion-box-style2 .accordion .accord-content {
    border: 1px solid var(--thm-border-color);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    padding: 33px 30px;
    position: relative
}

.accordion-box-style2 .accordion .accord-content.collapsed {
    display: block
}

.accordion-box-style2 .accordion .accord-btn.active {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.accordion-box-style2 .accordion .accord-content p {
    margin: 0
}

.search-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 0;
    width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    visibility: hidden;
    z-index: 9999
}

.search-popup.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: visible
}

.search-popup__overlay {
    background-color: var(--thm-primary-color);
    cursor: pointer;
    height: 300px;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0
}

.search-popup__close-btn {
    align-items: center;
    background-color: var(--thm-black);
    color: var(--thm-white);
    display: flex;
    font-size: 24px;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px
}

.search-popup__content {
    background-color: #000;
    max-width: 560px;
    padding: 10px;
    width: 100%;
    z-index: 10
}

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

.search-popup__content form input[type=search],.search-popup__content form input[type=text] {
    background-color: #fff;
    border: none;
    color: var(--thm-black);
    display: block;
    font-size: 16px;
    height: 70px;
    outline: none;
    padding-left: 30px;
    padding-right: 80px;
    position: relative;
    width: 100%
}

.search-popup__content .thm-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--thm-black);
    border: 0;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    transition: background-color .5s ease;
    transition: all .5s ease
}

.search-popup__content .thm-btn i {
    background-color: transparent;
    margin-left: 0
}

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

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s linear infinite;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px;
    width: 150px
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: transparent;
    display: inline-block;
    font-family: var(--thm-font-3);
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 15px;
    line-height: 70px;
    position: relative;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsla(0,0%,100%,.3)
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .1s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .2s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .3s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .4s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: .5s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: .6s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: .7s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: .8s
}

.handle-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #fff
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #fff;
    border-top-color: hsla(0,0%,100%,.7)
}

@keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

@keyframes letters-loading {
    0%,75%,to {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

.loader-wrap .layer-one {
    left: 0
}

.loader-wrap .layer-one,.loader-wrap .layer-two {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 33.3333%
}

.loader-wrap .layer-two {
    left: 33.3333%
}

.loader-wrap .layer-three {
    height: 100%;
    left: 66.6666%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 33.3333%
}

.loader-wrap .layer .overlay {
    background: var(--thm-black);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height:8em;
        width: 8em
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height:7em;
        width: 7em
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px
    }
}

@-webkit-keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,194,17,0);
        box-shadow: 0 0 0 50px rgba(255,194,17,0)
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,194,17,0);
        box-shadow: 0 0 0 50px rgba(255,194,17,0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(255,194,17,0);
        box-shadow: 0 0 0 0 rgba(255,194,17,0)
    }
}

@keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,194,17,0);
        box-shadow: 0 0 0 50px rgba(255,194,17,0)
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,194,17,0);
        box-shadow: 0 0 0 50px rgba(255,194,17,0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(255,194,17,0);
        box-shadow: 0 0 0 0 rgba(255,194,17,0)
    }
}

.revolution-style1 {
    padding: 140px 0 100px
}

.revolution-style1 .container {
    max-width: 1160px
}

.revolution-style1 .row {
    --bs-gutter-x: 70px
}

.revolution-style1__single {
    margin-bottom: 30px
}

.revolution-style1__single,.revolution-style1__single-img {
    display: block;
    position: relative
}

.revolution-style1__single-img .count-text {
    left: -40px;
    position: absolute;
    top: 30px;
    z-index: 3
}

.revolution-style1__single-img .count-text h2 {
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-size: 72px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    -webkit-text-stroke: 1px var(--thm-secondary-color)
}

.revolution-style1__single-img .count-text h2:before {
    color: var(--thm-secondary-color);
    content: attr(data-hover);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all .5s cubic-bezier(.17,.67,.32,.87);
    white-space: nowrap;
    width: 0
}

.revolution-style1__single-img:hover .count-text h2:before {
    width: 100%
}

.revolution-style1__single-img .inner {
    border-radius: var(--thm-border-radius);
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.revolution-style1__single-img .inner:before {
    background: #000;
    background: linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.505) 35%,transparent 70%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.revolution-style1__single-img .inner img {
    transform: scale(1);
    transition: all .3s ease-in-out .1s;
    width: 100%
}

.revolution-style1__single:hover .revolution-style1__single-img .inner img {
    transform: scale(1.08) rotate(0deg)
}

.revolution-style1__single-img .overlay-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(27px);
    -webkit-transition: all .5s cubic-bezier(.4,.28,.31,1.28) .2s;
    transition: all .5s cubic-bezier(.4,.28,.31,1.28) .2s;
    z-index: 5
}

.revolution-style1__single:hover .revolution-style1__single-img .overlay-content {
    transform: translateY(-25px)
}

.revolution-style1__single-img .overlay-content .icon {
    display: block;
    line-height: 0;
    margin-bottom: 13px;
    position: relative
}

.revolution-style1__single-img .overlay-content .icon a {
    color: var(--thm-white)
}

.revolution-style1__single-img .overlay-content .icon a:hover {
    color: var(--thm-primary-color)
}

.revolution-style1__single-img .overlay-content .icon a span {
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    position: relative
}

.revolution-style1__single-img .overlay-content .text-box {
    display: block;
    position: relative
}

.revolution-style1__single-img .overlay-content .text-box h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 7px;
    text-transform: capitalize
}

.revolution-style1__single-img .overlay-content .text-box h2 a {
    color: var(--thm-white)
}

.revolution-style1__single-img .overlay-content .text-box h2 a:hover {
    color: var(--thm-primary-color)
}

.revolution-style1__single-img .overlay-content .text-box p {
    color: #a3a0a7;
    font-family: var(--thm-font-2);
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

.revolution-style1__single-img .overlay-content .btn-box {
    display: block;
    margin-top: 23px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.revolution-style1__single:hover .revolution-style1__single-img .overlay-content .btn-box {
    margin-top: 13px
}

.revolution-style1__single-img .overlay-content .btn-box a {
    align-items: center;
    color: var(--thm-white);
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: capitalize
}

.revolution-style1__single-img .overlay-content .btn-box a:hover {
    color: var(--thm-primary-color)
}

.revolution-style1__single-img .overlay-content .btn-box a span {
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    padding-right: 5px;
    position: relative
}

.welcome-style1 {
    background-color: var(--thm-white);
    padding: 120px 0
}

.welcome-style1__top-title {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding-bottom: 46px;
    position: relative
}

.welcome-style1__top-title .sec-title {
    padding-bottom: 0
}

.welcome-style1__top-title .text {
    display: block;
    position: relative;
    top: -6px
}

.welcome-style1__img {
    display: block;
    max-width: 750px;
    position: relative
}

.welcome-style1__img-single {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.welcome-style1__img-single:before {
    background: -moz-linear-gradient(90deg,#062a26 0,rgba(6,42,38,0) 75%);
    background: -webkit-linear-gradient(90deg,#062a26,rgba(6,42,38,0) 75%);
    background: -ms-linear-gradient(90deg,#062a26 0,rgba(6,42,38,0) 75%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.welcome-style1__img-single img {
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    width: 100%
}

.welcome-style1__img-single:hover img {
    -webkit-transform: scale(1.06) translateY(8px);
    transform: scale(1.06) translateY(8px)
}

.welcome-style1__img-single .overlay-btn {
    bottom: 15px;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 5
}

.welcome-style1__img-single .overlay-btn a {
    align-items: center;
    background-color: hsla(0,0%,100%,.302);
    border-radius: 6px;
    color: var(--thm-white);
    display: flex;
    font-family: var(--thm-font-2);
    font-size: 24px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 34px;
    overflow: hidden;
    padding: 10px 25px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s;
    z-index: 1
}

.welcome-style1__img-single .overlay-btn:hover a {
    color: var(--thm-black)
}

.welcome-style1__img-single .overlay-btn a:before {
    background-color: var(--thm-white);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(70px);
    transition: background-color .5s ease;
    transition: all .5s ease;
    z-index: -1
}

.welcome-style1__img-single .overlay-btn:hover a:before {
    opacity: 1;
    transform: translateY(0)
}

.welcome-style1__img-single .overlay-btn a span {
    color: var(--thm-primary-color);
    display: inline-block;
    font-size: 50px;
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    -webkit-transition: all .5s cubic-bezier(.4,.28,.31,1.28) .2s;
    transition: all .5s cubic-bezier(.4,.28,.31,1.28) .2s
}

.welcome-style1__img-single .overlay-btn:hover a span {
    opacity: 1;
    transform: translateY(0)
}

.welcome-style1__content {
    display: block;
    padding-top: 48px;
    position: relative
}

.welcome-style1__content .sec-title {
    padding-bottom: 25px
}

.welcome-style1__content .sec-title .sub-title {
    margin-bottom: 4px
}

.welcome-style1__content .sec-title .sub-title h4 {
    padding-left: 0
}

.welcome-style1__content .sec-title .sub-title h4:after,.welcome-style1__content .sec-title .sub-title h4:before {
    display: none
}

.welcome-style1__content .sec-title h2 {
    font-size: 30px
}

.welcome-style1__content .text {
    display: block;
    position: relative
}

.welcome-style1__content .text p {
    margin: 0
}

.welcome-style1__content .list-item {
    display: block;
    padding-top: 24px;
    position: relative
}

.welcome-style1__content .list-item ul {
    display: block;
    position: relative
}

.welcome-style1__content .list-item ul li {
    display: block;
    padding-left: 20px;
    position: relative
}

.welcome-style1__content .list-item ul li+li {
    margin-top: 10px
}

.welcome-style1__content .list-item ul li .round-box {
    background-color: transparent;
    border: 2px solid var(--thm-primary-color);
    border-radius: 50%;
    height: 14px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 14px
}

.welcome-style1__content .list-item ul li a {
    align-items: center;
    color: var(--thm-black);
    display: flex;
    font-family: var(--thm-font);
    font-size: 17px;
    line-height: 27px;
    position: relative
}

.welcome-style1__content .list-item ul li a i {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: all .2s linear;
    transition-delay: .1s
}

.welcome-style1__content .list-item ul li a i.arrow-hover {
    margin-left: -5px;
    opacity: 0;
    transform: translateX(-7px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.welcome-style1__content .list-item ul li a:hover i.arrow-hover {
    opacity: 1;
    transform: translateX(0)
}

.welcome-style1__content .list-item ul li a:hover i {
    color: var(--thm-primary-color)
}

.welcome-style1__content .icon-box {
    align-items: center;
    border: 2px solid var(--thm-primary-color);
    border-radius: 50%;
    display: flex;
    height: 105px;
    justify-content: center;
    margin-top: 43px;
    position: relative;
    width: 105px
}

.welcome-style1__content .icon-box span {
    color: var(--thm-black);
    font-size: 55px
}

.welcome-style1__content .big-round {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 50%;
    bottom: -95px;
    height: 305px;
    left: -140px;
    position: absolute;
    width: 305px;
    z-index: -2
}

.why-choose-style1 {
    background-color: var(--thm-white)
}

.why-choose-style1__inner {
    padding-top: 0;
    z-index: 2
}

.why-choose-style1__inner,.why-choose-style1__inner ul,.why-choose-style1__inner ul li {
    display: block;
    position: relative
}

.why-choose-style1__inner ul li+li {
    margin-top: 50px
}

.why-choose-style1__list {
    align-items: center;
    display: flex;
    position: relative
}

.why-choose-style1__list .number-box {
    display: block;
    height: 70px;
    position: relative;
    width: 70px
}

.why-choose-style1__list .number-box h2 {
    color: #edf4f2;
    font-size: 48px;
    font-weight: 600;
    line-height: 70px
}

.why-choose-style1__list .content-box {
    background-color: #8897a81f;
    border-radius: 6px;
    display: block;
    padding: 20px 50px 20px 30px;
    position: relative;
    width: 445px
}

.why-choose-style1__list .content-box .title {
    display: block;
    position: relative
}

.why-choose-style1__list .content-box .title h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px
}

.why-choose-style1__list .content-box .btn-box {
    bottom: 10px;
    position: absolute;
    right: -35px;
    top: 10px
}

.why-choose-style1__list .content-box .btn-box i {
    background-color: #eb2226;
    height: 50px;
    width: 50px
}

.why-choose-style1__list .content-box .btn-box i,.why-choose-style1__list .content-box .btn-box img {
    align-items: center;
    border-radius: 6px;
    color: var(--thm-primary-color);
    display: flex;
    font-size: 22px;
    justify-content: center;
    position: relative;
    transition: background-color .5s ease;
    transition: all .5s ease
}

.why-choose-style1__list .content-box .btn-box img {
    height: 90px;
    width: 90px
}

.content-box .btn-box img {
    align-items: center;
    border-radius: 6px;
    color: var(--thm-primary-color);
    display: flex;
    font-size: 22px;
    justify-content: center;
    position: relative;
    transition: background-color .5s ease;
    transition: all .5s ease;
    width: 100%
}

.why-choose-style1__list .content-box .btn-box i:hover {
    background-color: var(--thm-primary-color);
    color: var(--thm-white)
}

.why-choose-style1__list .number-box.box1 {
    align-items: center;
    display: flex;
    justify-content: end;
    position: relative
}

.why-choose-style1__list .content-box.box1 {
    padding: 20px 0 20px 65px
}

.why-choose-style1__list .content-box .btn-box.box1 {
    bottom: 10px;
    left: -35px;
    position: absolute;
    right: auto;
    top: 10px
}

.why-choose-style1__list .content-box .btn-box a i.arrow1 {
    transform: rotate(90deg)
}

.why-choose-style1__list .content-box .btn-box a i.arrow2 {
    transform: rotate(45deg)
}

.why-choose-style1__list .content-box .btn-box a i.arrow3 {
    transform: rotate(180deg)
}

.why-choose-style1__list .content-box .btn-box a i.arrow4 {
    transform: rotate(224deg)
}

.why-choose-style1__list .content-box .btn-box a i.arrow5 {
    transform: rotate(-90deg)
}

.why-choose-style1__img {
    display: block;
    position: relative;
    z-index: 1
}

.why-choose-style1__img .inner {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    width: 350px
}

.why-choose-style1__img .inner img {
    width: auto
}

.why-choose-style2 {
    background-color: var(--thm-white);
    padding: 120px 0
}

.why-choose-style2 .auto-container {
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0
}

.why-choose-style2__inner {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 951px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.why-choose-style2__inner ul {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative
}

.why-choose-style2__inner ul li {
    background-color: #dde6e3;
    display: block;
    height: 100%;
    position: relative;
    width: 1px
}

.why-choose-style2 .auto-container .row {
    --bs-gutter-x: 0px
}

.why-choose-style2__single {
    display: block;
    padding-left: 100px;
    position: relative
}

.why-choose-style2__single .icon-box {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 50%;
    height: 220px;
    left: 0;
    overflow: hidden;
    padding-left: 100px;
    padding-top: 45px;
    position: absolute;
    top: 0;
    width: 220px
}

.why-choose-style2__single .icon-box img {
    width: auto
}

.why-choose-style2__single .icon-box .count-text {
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 50%;
    display: flex;
    height: 140px;
    justify-content: flex-end;
    left: -70px;
    padding-right: 12px;
    position: absolute;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    z-index: 3
}

.why-choose-style2__single .icon-box .count-text h2 {
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-size: 40px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    -webkit-text-stroke: 1px #dde6e3;
    transition: all .5s cubic-bezier(.17,.67,.32,.87)
}

.why-choose-style2__single:hover .icon-box .count-text h2 {
    -webkit-text-stroke: 1px var(--thm-primary-color)
}

.why-choose-style2__single .icon-box .count-text h2:before {
    color: var(--thm-primary-color);
    content: attr(data-hover);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all .5s cubic-bezier(.17,.67,.32,.87);
    white-space: nowrap;
    width: 0
}

.why-choose-style2__single:hover .icon-box .count-text h2:before {
    width: 100%
}

.why-choose-style2__single .content-box {
    display: block;
    padding-top: 130px;
    position: relative
}

.why-choose-style2__single .content-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 8px
}

.why-choose-style2__single .content-box h3 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.why-choose-style2__single .content-box h3 a:hover {
    color: var(--thm-primary-color)
}

.why-choose-style2__single .content-box p {
    margin: 0
}

.choose-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    right: 330px;
    top: -115px
}

.why-choose-style3 {
    background-color: var(--thm-black-bg);
    padding: 120px 0 90px
}

.why-choose-style3 .sec-title h2 {
    color: var(--thm-white)
}

.why-choose-style3__single {
    background-color: #103934;
    border: 1px solid #23423f;
    border-radius: 6px;
    display: block;
    margin-bottom: 30px;
    padding: 84px 39px 31px;
    position: relative;
    transition: border-color .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.why-choose-style3__single:hover {
    border-color: transparent
}

.why-choose-style3__single:before {
    border: 1px solid var(--thm-primary-color);
    border-radius: 6px;
    bottom: -1px;
    content: "";
    left: -1px;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: perspective(400px) scaleX(.7);
    transform-origin: center;
    z-index: -1
}

.why-choose-style3__single:hover:before {
    opacity: 1;
    transform: perspective(400px) scaleX(1);
    transition: border-color .5s ease;
    transition: all .5s ease
}

.why-choose-style3__single .icon-box {
    align-items: center;
    background-color: #062a26;
    border: 1px solid #23423f;
    border-top-left-radius: 6px;
    display: flex;
    height: 85px;
    justify-content: center;
    left: -1px;
    position: absolute;
    top: -1px;
    transition: border-color .5s ease;
    transition: all .5s ease;
    width: 85px;
    z-index: 1
}

.why-choose-style3__single:hover .icon-box {
    border-color: transparent
}

.why-choose-style3__single .icon-box:before {
    border: 1px solid var(--thm-primary-color);
    border-top-left-radius: 6px;
    bottom: -1px;
    content: "";
    left: -1px;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: perspective(400px) scaleX(.7);
    transform-origin: center;
    z-index: -1
}

.why-choose-style3__single:hover .icon-box:before {
    opacity: 1;
    transform: perspective(400px) scaleX(1);
    transition: border-color .5s ease;
    transition: all .5s ease
}

.why-choose-style3__single .title-box {
    display: block;
    padding-top: 33px;
    position: relative
}

.why-choose-style3__single .title-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 8px
}

.why-choose-style3__single .title-box h3 a {
    color: var(--thm-white);
    transition: all .2s linear;
    transition-delay: .1s
}

.why-choose-style3__single .title-box h3 a:hover {
    color: var(--thm-primary-color)
}

.why-choose-style3__single .title-box p {
    color: #a5b1ad
}

.why-choose-style3__single .count-box {
    position: absolute;
    right: 36px;
    top: 19px
}

.why-choose-style3__single .count-box h1 {
    color: transparent;
    -webkit-text-stroke: 1px #29544f;
    font-size: 100px;
    font-weight: 500;
    line-height: 1.1em
}

.why-choose-style3--style2 {
    background-color: var(--thm-white);
    padding-bottom: 120px
}

.why-choose-style3--style2 .sec-title h2 {
    color: var(--thm-black)
}

.why-choose-style3__single--style2 {
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    margin-bottom: 0
}

.why-choose-style3__single--style2 .icon-box {
    background-color: var(--thm-gray-bg);
    border: 1px solid var(--thm-border-color)
}

.why-choose-style3__single--style2 .icon-box img {
    width: auto
}

.why-choose-style3__single--style2 .title-box h3 a {
    color: var(--thm-black)
}

.why-choose-style3__single--style2 .title-box p {
    color: var(--thm-body-font-color)
}

.why-choose-style3__single--style2 .count-box h1 {
    -webkit-text-stroke: 1px #dde6e3
}

.why-choose-style3--style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -115px
}

.industries-serve-style1 {
    background-color: var(--thm-black-bg);
    padding: 120px 0
}

.industries-serve-style1-bg {
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 115px);
    z-index: 0
}

.industries-serve-style1-bg:before {
    background: #062a26;
    background: linear-gradient(270deg,rgba(6,42,38,0),rgba(6,42,38,0) 21%,rgba(6,42,38,.782) 68%,#062a26);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.industries-serve-style1 .sec-title h2 {
    color: var(--thm-white)
}

.industries-serve-style1 .sec-title .text p {
    color: #a5b1ad
}

.industries-serve-style1__content {
    display: block;
    margin-right: 70px;
    position: relative
}

.industries-serve-style1__content-list {
    display: block;
    overflow: hidden;
    position: relative
}

.industries-serve-style1__content-list ul {
    border-right: 1px solid hsla(0,0%,100%,.1);
    display: block;
    position: relative
}

.industries-serve-style1__content-list ul li {
    align-items: center;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative
}

.industries-serve-style1__content-list ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.industries-serve-style1__content-list ul li .icon-box {
    align-items: center;
    background-color: transparent;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 6px;
    display: flex;
    font-size: 50px;
    height: 85px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: background-color .5s ease;
    transition: all .5s ease;
    width: 85px
}

.industries-serve-style1__content-list ul li:hover .icon-box {
    background-color: #000;
    border-color: #000
}

.industries-serve-style1__content-list ul li .title-box {
    display: block;
    flex: 1;
    padding-left: 30px;
    position: relative
}

.industries-serve-style1__content-list ul li .title-box h3 {
    font-family: var(--thm-font-2);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 8px
}

.industries-serve-style1__content-list ul li .title-box h3 a {
    color: var(--thm-white);
    transition: all .2s linear;
    transition-delay: .1s
}

.industries-serve-style1__content-list ul li .title-box h3 a:hover {
    color: var(--thm-primary-color)
}

.industries-serve-style1__content-list ul li .title-box p {
    color: #a5b1ad
}

.industries-serve-style1__content-list ul li .btn-box {
    display: block;
    line-height: 0;
    padding-right: 40px;
    position: relative;
    transition: background-color .6s ease;
    transition: all .6s ease
}

.industries-serve-style1__content-list ul li .btn-box a {
    align-items: center;
    background-color: var(--thm-primary-color);
    border-radius: 50%;
    color: var(--thm-white);
    display: flex;
    font-size: 35px;
    height: 60px;
    justify-content: center;
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 60px
}

.industries-serve-style1__content-list ul li:hover .btn-box a {
    opacity: 1;
    transform: translateX(0)
}

.industries-serve-style1__highlight {
    display: block;
    padding-top: 152px;
    position: relative;
    text-align: right;
    z-index: 3
}

.industries-serve-style1__highlight .title {
    display: block;
    margin-bottom: 21px;
    position: relative
}

.industries-serve-style1__highlight .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.industries-serve-style1__highlight ul {
    display: block;
    position: relative
}

.industries-serve-style1__highlight ul li {
    background-color: var(--thm-white);
    border-radius: 6px;
    display: inline-block;
    padding: 16px 110px 16px 25px;
    position: relative
}

.industries-serve-style1__highlight ul li+li {
    margin-top: 10px
}

.industries-serve-style1__highlight ul li .text {
    display: block;
    position: relative
}

.industries-serve-style1__highlight ul li .text p {
    color: var(--thm-black)
}

.industries-serve-style1__highlight ul li .number {
    align-items: center;
    background-color: var(--thm-black);
    border-radius: 6px;
    bottom: 5px;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 80px
}

.industries-serve-style1__highlight ul li .number h4 {
    color: var(--thm-white);
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 21px
}

.industries-serve-style1__highlight .btn-box {
    display: block;
    line-height: 0;
    padding-top: 40px;
    position: relative
}

.industries-serve-style1__highlight .btn-box .btn-one:before {
    background: var(--thm-primary-color)
}

.industries-serve-style1__highlight .btn-box .btn-one:after {
    background: transparent;
    border: 2px solid var(--thm-primary-color);
    border-radius: 6px
}

.industries-style2 {
    background-color: var(--thm-black-bg);
    padding: 120px 0 150px
}

.industries-style2 .sec-title h2 {
    color: var(--thm-white)
}

.industries-style2 .sec-title .text p {
    color: #a5b1ad
}

.industries-style2__content,.industries-style2__content ul {
    display: block;
    position: relative
}

.industries-style2__content ul {
    padding-top: 33px
}

.industries-style2__content ul li {
    align-items: center;
    border-bottom: 1px solid #23423f;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 31px;
    position: static
}

.industries-style2__content ul li:last-child {
    border-bottom: 0 solid transparent;
    padding-bottom: 0
}

.industries-style2__content ul li+li {
    margin-top: 33px
}

.industries-style2__content ul li .left {
    display: block;
    position: relative
}

.industries-style2__content ul li .left p {
    color: #a5b1ad;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    transition: all .2s linear;
    transition-delay: .1s
}

.industries-style2__content ul li.cs-hover_tab.active .left p,.industries-style2__content ul li:hover .left p {
    color: var(--thm-white)
}

.industries-style2__content ul li .left .title {
    display: block;
    margin-top: 6px;
    position: relative
}

.industries-style2__content ul li .left .title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.industries-style2__content ul li .left .title h3 a {
    color: var(--thm-white);
    transition: all .2s linear;
    transition-delay: .1s
}

.industries-style2__content ul li.cs-hover_tab.active .left .title h3 a,.industries-style2__content ul li:hover .left .title h3 a {
    color: var(--thm-primary-color)
}

.industries-style2__content ul li .right {
    align-items: center;
    display: flex;
    min-height: 50px;
    overflow: hidden;
    position: relative;
    text-align: right
}

.industries-style2__content ul li .right .title {
    display: block;
    padding-right: 20px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.industries-style2__content ul li.cs-hover_tab.active .right .title,.industries-style2__content ul li:hover .right .title {
    padding-right: 50px
}

.industries-style2__content ul li .right .title h6 {
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.industries-style2__content ul li .right .title h6 a {
    color: #a5b1ad;
    transition: all .2s linear;
    transition-delay: .1s
}

.industries-style2__content ul li.cs-hover_tab.active .right .title h6 a,.industries-style2__content ul li:hover .right .title h6 a {
    color: var(--thm-white)
}

.industries-style2__content ul li .right .round-box {
    background-color: var(--thm-primary-color);
    border-radius: 50%;
    display: block;
    height: 14px;
    position: relative;
    transform: scale(1);
    transition: all .2s linear;
    transition-delay: .8s;
    width: 14px
}

.industries-style2__content ul li.cs-hover_tab.active .right .round-box,.industries-style2__content ul li:hover .right .round-box {
    transform: scale(0)
}

.industries-style2__content ul li .right .icon-box {
    position: absolute;
    right: 0;
    top: 0
}

.industries-style2__content ul li .right .icon-box a {
    align-items: center;
    background-color: var(--thm-primary-color);
    border-radius: 6px;
    color: var(--thm-white);
    display: flex;
    font-size: 16px;
    height: 50px;
    justify-content: center;
    position: relative;
    transform: translateX(50px);
    transition: all .2s linear;
    transition-delay: .1s;
    width: 50px
}

.industries-style2__content ul li.cs-hover_tab.active .right .icon-box a,.industries-style2__content ul li:hover .right .icon-box a {
    transform: translateX(0)
}

.industries-style2__content ul li .right .icon-box a:hover {
    background-color: var(--thm-white);
    color: var(--thm-primary-color)
}

.industries-style2__content-single-overlay {
    border-radius: 6px;
    height: 515px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 370px
}

.industries-style2__content-single__overlay-bg {
    -webkit-animation: inactiveImageAnimation 1s ease forwards;
    animation: inactiveImageAnimation 1s ease forwards;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.cs-hover_tab.active .industries-style2__content-single__overlay-bg {
    -webkit-animation: activeImageAnimation 1s ease forwards;
    animation: activeImageAnimation 1s ease forwards
}

@keyframes inactiveImageAnimation {
    0% {
        clip-path: inset(0 0 0 0)
    }

    to {
        clip-path: inset(0 0 0 100%)
    }
}

@keyframes activeImageAnimation {
    0% {
        clip-path: inset(0 100% 0 0)
    }

    to {
        clip-path: inset(0 0 0 0)
    }
}

.industries-style2__img {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative
}

.industries-style2__img img {
    width: 100%
}

.how-its-work-style1 {
    background-color: var(--thm-white)
}

.how-its-work-style1 .sec-title.withtext {
    padding-bottom: 30px
}

.how-its-work-style1__single {
    display: block;
    padding: 60px 20px 20px;
    position: relative
}

.how-its-work-style1__single .img-box {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 200px;
    z-index: 1
}

.how-its-work-style1__single .img-box:after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
    border-radius: 6px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(135deg);
    z-index: -1
}

.how-its-work-style1__single .icon-box {
    align-items: center;
    background-color: var(--thm-white);
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
    display: flex;
    height: 80px;
    justify-content: center;
    left: -40px;
    position: absolute;
    top: -40px;
    width: 80px;
    z-index: 3
}

.how-its-work-style1__single .icon-box span {
    color: #001a39;
    display: inline-block;
    font-size: 45px;
    position: relative
}

.how-its-work-style1__single .img-box .inner {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative
}

.how-its-work-style1__single .img-box .inner:before {
    background-color: var(--thm-black);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.how-its-work-style1__single:hover .img-box .inner:before {
    opacity: .4
}

.how-its-work-style1__single .img-box .inner img {
    transform: scale(1);
    transition: all 1.5s ease;
    width: 100%
}

.how-its-work-style1__single:hover .img-box .inner img {
    transform: scale(1.05) rotate(0deg)
}

.how-its-work-style1__single .img-box .inner .count-box {
    align-items: center;
    background-color: #eb2226;
    border-radius: 50%;
    bottom: -75px;
    display: flex;
    height: 150px;
    justify-content: flex-start;
    padding-bottom: 57px;
    padding-left: 30px;
    position: absolute;
    right: -75px;
    width: 150px;
    z-index: 3
}

.how-its-work-style1__single .img-box .inner .count-box h3 {
    color: var(--thm-white);
    font-family: var(--thm-font-2);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.how-its-work-style1__single .content-box {
    display: block;
    padding-top: 63px;
    position: relative;
    z-index: 3
}

.how-its-work-style1__single .content-box h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 13px
}

.how-its-work-style1__single .content-box h3 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.how-its-work-style1__single .content-box h3 a:hover {
    color: var(--thm-primary-color)
}

.how-its-work-style1__single .content-box p {
    margin: 0
}

.how-its-work-style1__consult {
    align-items: center;
    background-color: var(--thm-white);
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.12);
    display: flex;
    justify-content: center;
    margin: 52px auto 0;
    max-width: 620px;
    padding: 0 0 0 40px;
    position: relative
}

.how-its-work-style1__consult .text {
    display: block;
    position: relative
}

.how-its-work-style1__consult .text p {
    color: var(--thm-black)
}

.how-its-work-style1__consult .btn-box {
    display: block;
    margin-left: auto;
    position: relative
}

.how-its-work-style1__consult .btn-box .btn-one {
    padding-bottom: 7px;
    padding-top: 8px
}

.how-its-work-style2 {
    background-color: var(--thm-white);
    padding: 20px 0 60px
}

.how-its-work-style2 ul li:nth-child(2) {
    padding-top: 50px
}

.how-its-work-style2__single {
    display: block;
    margin-bottom: 22px;
    position: relative
}

.how-its-work-style2__single-shape1 {
    position: absolute;
    right: -70px;
    top: -15px
}

.how-its-work-style2__single-shape2 {
    position: absolute;
    right: -70px;
    top: 120px
}

.how-its-work-style2__single .icon-box {
    align-items: center;
    background-color: #efefef;
    border-radius: 50%;
    color: #001a39;
    display: flex;
    font-size: 44px;
    height: 160px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 160px
}

.how-its-work-style2__single .icon-box:before {
    background-color: var(--thm-white);
    border: 4px dotted #efefef;
    border-radius: 50%;
    bottom: -15px;
    box-shadow: 0 0 20px 0 #00000054;
    content: "";
    left: -15px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: -1
}

.how-its-work-style2__single .icon-box img {
    width: auto
}

.how-its-work-style2__single .count-box {
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 50%;
    display: flex;
    height: 55px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 105px;
    width: 55px
}

.how-its-work-style2__single .count-box2 {
    top: 55px
}

.how-its-work-style2__single .count-box h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px
}

.how-its-work-style2__single .title-box {
    display: block;
    padding-top: 53px;
    position: relative
}

.how-its-work-style2__single .title-box h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 13px;
    transition: all .2s linear;
    transition-delay: .1s
}

.how-its-work-style2__single .title-box h3:hover {
    color: var(--thm-primary-color)
}

.pricing-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0 70px
}

.switcher-tabs-box {
    display: block;
    position: relative
}

.tab-btn-box-style2 {
    position: absolute;
    right: 0;
    top: -110px
}

.tab-btn-box-style2 .tab-btns {
    align-items: center;
    border: 1px solid #cad8d4;
    border-radius: 6px;
    display: flex;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 220px
}

.tab-btn-box-style2 .tab-btns li {
    align-items: center;
    color: #93a09c;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease;
    width: 50%;
    z-index: 1
}

.tab-btn-box-style2 .tab-btns li:before {
    background: #cad8d4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    z-index: -1
}

.tab-btn-box-style2 .tab-btns li.active-btn:before {
    width: 100%
}

.tab-btn-box-style2 .tab-btns li.active-btn {
    color: #062a26
}

.switcher-tabs-box .tabs-content {
    position: relative
}

.switcher-tabs-box .tabs-content .tab {
    display: none;
    opacity: 0;
    position: relative;
    transform: translateY(10px);
    transition: all .25s ease-in-out
}

.switcher-tabs-box .tabs-content .tab.active-tab {
    display: block;
    opacity: 1;
    transform: translateY(0)
}

.pricing-style1__single {
    background-color: var(--thm-white);
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 25px 40px 18px;
    position: relative;
    z-index: 1
}

.pricing-style1__single:before {
    background-color: var(--thm-black);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: left right;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: -1
}

.pricing-style1__single:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: bottom center
}

.pricing-style1__single .value-box {
    display: block;
    position: relative
}

.pricing-style1__single .value-box h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1em;
    transition: all .2s linear;
    transition-delay: .1s
}

.pricing-style1__single:hover .value-box h2 {
    color: var(--thm-white)
}

.pricing-style1__single .value-box h2 sup {
    font-size: 28px;
    top: -21px
}

.pricing-style1__single .value-box h2 sub {
    bottom: 1px;
    color: #a5b1ad;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 700;
    left: -25px;
    line-height: 24px;
    text-transform: uppercase
}

.pricing-style1__single .title-box {
    background-color: var(--thm-gray-bg);
    border-bottom-right-radius: 6px;
    display: block;
    margin-left: -40px;
    margin-top: 30px;
    padding: 13px 40px;
    position: relative
}

.pricing-style1__single .title-box h3 {
    font-family: var(--thm-font-2);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.pricing-style1__single .title-box .icon {
    align-items: center;
    background-color: var(--thm-primary-color);
    border-bottom-right-radius: 6px;
    bottom: 0;
    display: flex;
    font-size: 45px;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    z-index: 1
}

.pricing-style1__single .title-box .icon:before {
    background-color: var(--thm-primary-color);
    clip-path: polygon(49% 89%,100% 0,100% 100%,0 100%,0 0);
    content: "";
    height: 25px;
    position: absolute;
    right: 0;
    top: -24px;
    width: 70px;
    z-index: -1
}

.pricing-style1__single .list-item {
    border-bottom: 1px solid #dde6e3;
    display: block;
    margin-bottom: 17px;
    padding-bottom: 33px;
    padding-top: 32px;
    position: relative;
    transition: border-color .5s ease;
    transition: all .5s ease
}

.pricing-style1__single:hover .list-item {
    border-color: #1a433e
}

.pricing-style1__single .list-item ul {
    display: block;
    position: relative
}

.pricing-style1__single .list-item ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.pricing-style1__single .list-item ul li+li {
    margin-top: 12px
}

.pricing-style1__single .list-item ul li .text {
    display: block;
    position: relative
}

.pricing-style1__single .list-item ul li .text p {
    margin: 0;
    transition: all .2s linear;
    transition-delay: .1s
}

.pricing-style1__single:hover .list-item ul li .text p {
    color: #a5b1ad
}

.pricing-style1__single .list-item ul li .icon-box {
    display: block;
    line-height: 0;
    position: relative
}

.pricing-style1__single .list-item ul li .icon-box span {
    color: var(--thm-primary-color);
    display: inline-block;
    font-size: 24px;
    position: relative
}

.pricing-style1__single .list-item .btn-box {
    display: block;
    padding-top: 30px;
    position: relative
}

.pricing-style1__single .list-item .btn-box a {
    align-items: center;
    color: var(--thm-black);
    display: inline-flex;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    transition: all .2s linear;
    transition-delay: .1s
}

.pricing-style1__single:hover .list-item .btn-box a {
    color: var(--thm-white)
}

.pricing-style1__single .list-item .btn-box a:hover {
    color: var(--thm-primary-color)
}

.pricing-style1__single .list-item .btn-box a span {
    margin-left: 6px
}

.pricing-style1__single .bottom-text {
    display: block;
    position: relative
}

.pricing-style1__single .bottom-text p {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    transition: all .2s linear;
    transition-delay: .1s
}

.pricing-style1__single:hover .bottom-text p {
    color: var(--thm-white)
}

.pricing-style1__single .bottom-text p sup {
    color: var(--thm-primary-color);
    font-size: 18px;
    top: 1px
}

.slogan-style1 {
    background-color: var(--thm-black);
    border-radius: 6px;
    margin: 0 50px;
    padding: 111px 0 119px
}

.slogan-style1__inner {
    display: block;
    position: relative
}

.slogan-style1__inner .big-title {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.slogan-style1__inner .big-title h2 {
    color: var(--thm-white);
    font-size: 46px;
    font-weight: 500;
    line-height: 1.2em
}

.slogan-style1__inner .text {
    display: block;
    position: relative
}

.slogan-style1__inner .text p {
    color: #a5b1ad
}

.slogan-style1__inner .highlights-box {
    display: block;
    padding-top: 34px;
    position: relative
}

.slogan-style1__inner .highlights-box ul {
    justify-content: center
}

.slogan-style1__inner .highlights-box ul,.slogan-style1__inner .highlights-box ul li {
    align-items: center;
    display: flex;
    position: relative
}

.slogan-style1__inner .highlights-box ul li+li {
    margin-left: 40px
}

.slogan-style1__inner .highlights-box ul li .icon {
    display: block;
    line-height: 0;
    margin-right: 10px;
    position: relative
}

.slogan-style1__inner .highlights-box ul li .icon span {
    color: var(--thm-primary-color);
    display: inline-block;
    font-size: 20px;
    position: relative
}

.slogan-style1__inner .highlights-box ul li h4 {
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.slogan-style1__inner .contact-communicate {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 41px;
    position: relative
}

.slogan-style1__inner .contact-communicate .contact-box {
    display: block;
    position: relative;
    text-align: left
}

.slogan-style1__inner .contact-communicate .contact-box.box1 {
    text-align: right
}

.slogan-style1__inner .contact-communicate .contact-box p {
    color: var(--thm-primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.slogan-style1__inner .contact-communicate .contact-box a {
    align-items: center;
    color: var(--thm-white);
    display: flex;
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.slogan-style1__inner .contact-communicate .contact-box a:hover {
    color: var(--thm-primary-color)
}

.slogan-style1__inner .contact-communicate .contact-box a i {
    font-size: 12px;
    font-weight: 100;
    margin-left: 6px;
    position: relative;
    top: 2px
}

.slogan-style1__inner .contact-communicate .icon-box {
    align-items: center;
    display: flex;
    margin: 0 25px;
    position: relative
}

.slogan-style1__inner .contact-communicate .icon-box a {
    align-items: center;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    display: flex;
    font-size: 30px;
    height: 70px;
    justify-content: center;
    position: relative;
    width: 70px;
    z-index: 1
}

.slogan-style1__inner .contact-communicate .icon-box a.box1 {
    margin-left: -15px;
    z-index: 4
}

.slogan-style2 {
    border-radius: 0;
    margin: 0
}

.award-style1 {
    background-color: #d4e4f8;
    padding: 60px 0 40px
}

.award-style1__single {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
    display: block;
    height: calc(100% - 30px);
    margin-bottom: 50px;
    overflow: hidden;
    padding: 20px 20px 20px 30px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s;
    z-index: 2
}

.award-style1__single:hover {
    transform: translateY(-5px)
}

.award-style1__single .row {
    --bs-gutter-x: 20px
}

.award-style1__single-shape1 {
    left: 75px;
    position: absolute;
    top: 0;
    z-index: -1
}

.award-style1__single-content {
    display: block;
    padding-top: 20px;
    position: relative
}

.award-style1__single-content .icon {
    color: #000;
    display: block;
    font-size: 44px;
    margin-bottom: 15px;
    position: relative
}

.award-style1__single-content .icon img {
    width: auto
}

.award-style1__single-content .category-box {
    display: block;
    position: relative
}

.award-style1__single-content .category-box p {
    color: var(--thm-primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.award-style1__single-content .title {
    display: block;
    margin-top: 4px;
    position: relative
}

.award-style1__single-content .title h3 {
    color: var(--thm-black);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 16px;
    transition: all .2s linear;
    transition-delay: .1s
}

.award-style1__single-content .title h3:hover {
    color: var(--thm-primary-color)
}

.award-style1__single-content .year {
    display: block;
    margin-top: 16px;
    position: relative
}

.award-style1__single-content .year h4 {
    color: var(--thm-body-font-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px
}

.award-style1__single-img {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative
}

.award-style1__single-img:before {
    background-color: var(--thm-black);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.award-style1__single:hover .award-style1__single-img:before {
    opacity: .4
}

.award-style1__single-img img {
    transform: scale(1);
    transition: all 1.5s ease;
    width: 100%
}

.award-style1__single:hover .award-style1__single-img img {
    transform: scale(1.05) rotate(0deg)
}

.team-style1 {
    background-color: var(--thm-white);
    padding: 120px 0
}

.team-style1__single {
    display: block;
    position: relative
}

.team-style1__single.instyle--2 {
    margin-bottom: 30px
}

.team-style1__single .img-box {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.team-style1__single .img-box:before {
    background-color: var(--thm-black);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.team-style1__single:hover .img-box:before {
    opacity: .5
}

.team-style1__single .img-box img {
    transform: scale(1);
    transition: all 1.5s ease;
    width: 100%
}

.team-style1__single:hover .img-box img {
    transform: scale(1.05) rotate(0deg)
}

.team-style1__single .img-box .overlay-content {
    background-color: var(--thm-white);
    border-radius: 6px;
    bottom: 15px;
    left: 15px;
    padding: 12px 0 0 25px;
    position: absolute;
    right: 15px;
    z-index: 3
}

.team-style1__single .img-box .overlay-content .title {
    display: block;
    margin-bottom: 11px;
    position: relative
}

.team-style1__single .img-box .overlay-content .title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.team-style1__single .img-box .overlay-content .title h3 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.team-style1__single .img-box .overlay-content .title h3 a:hover {
    color: var(--thm-primary-color)
}

.team-style1__single .img-box .overlay-content .border-line {
    background-color: var(--thm-border-color);
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.team-style1__single .img-box .overlay-content .sub-title {
    display: block;
    padding: 9px 0;
    position: relative
}

.team-style1__single .img-box .overlay-content .sub-title .text {
    display: block;
    position: relative
}

.team-style1__single .img-box .overlay-content .sub-title .text p {
    margin: 0
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box {
    border-left: 1px solid var(--thm-border-color);
    bottom: 0;
    position: absolute;
    right: 0;
    transition: border-color .5s ease;
    transition: all .5s ease
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box:hover {
    border-color: transparent
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box span {
    align-items: center;
    background-color: transparent;
    border-bottom-right-radius: 6px;
    color: var(--thm-primary-color);
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 45px;
    justify-content: center;
    line-height: 45px;
    position: relative;
    transition: all .3s;
    width: 45px
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box:hover span {
    background-color: var(--thm-primary-color);
    color: #fff
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box ul {
    bottom: 45px;
    opacity: 0;
    padding-bottom: 75px;
    position: absolute;
    right: 0;
    transform: translateX(100px);
    transition: all .3s;
    white-space: nowrap
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box:hover ul {
    opacity: 1;
    transform: translateX(0)
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box ul li {
    display: block;
    position: relative
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box ul li+li {
    margin-top: 10px
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box ul li a {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    color: var(--thm-black);
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 50px;
    z-index: 1
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box ul li a:hover {
    color: #fff
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box ul li a:before {
    background-color: var(--thm-primary-color);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.5);
    transform-style: preserve-3d;
    transition: all .4s cubic-bezier(.62,.21,.45,1.52);
    z-index: -1
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box ul li:hover a:before {
    border-radius: 6px;
    opacity: 1;
    transform: scale(1)
}

.team-style1__btn {
    display: block;
    line-height: 0;
    padding-top: 53px;
    position: relative;
    text-align: center
}

.team-style1__btn a {
    align-items: center;
    color: var(--thm-black);
    display: inline-flex;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    position: relative;
    text-transform: uppercase
}

.team-style1__btn a:hover {
    color: var(--thm-primary-color)
}

.team-style1__btn a i {
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px
}

.team-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    right: -5px;
    top: -115px
}

.team-style1.instyle--2 {
    padding-bottom: 90px
}

.team-style2 {
    background-color: var(--thm-white);
    padding: 120px 0 90px
}

.team-style2__single {
    display: block;
    margin-bottom: 80px;
    position: relative
}

.team-style2__single .img-box {
    display: block;
    position: relative;
    z-index: 1
}

.team-style2__single .img-box .inner {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative
}

.team-style2__single .img-box .inner:before {
    background-color: var(--thm-black);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.team-style2__single:hover .img-box .inner:before {
    opacity: .5
}

.team-style2__single .img-box .inner img {
    transform: scale(1);
    transition: all 1.5s ease;
    width: 100%
}

.team-style2__single:hover .img-box .inner img {
    transform: scale(1.05) rotate(0deg)
}

.team-style2__single .img-box .inner .social-share-box {
    left: 0;
    position: absolute;
    top: 0;
    transition: border-color .5s ease;
    transition: all .5s ease;
    z-index: 3
}

.team-style2__single .img-box .inner .social-share-box span {
    align-items: center;
    background-color: var(--thm-black-bg);
    border-bottom-right-radius: 6px;
    color: var(--thm-white);
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 60px;
    justify-content: center;
    line-height: 60px;
    position: relative;
    transition: all .3s;
    width: 60px;
    z-index: 1
}

.team-style2__single .img-box .inner .social-share-box:hover span {
    background-color: var(--thm-primary-color);
    color: #fff
}

.team-style2__single .img-box .inner .social-share-box ul {
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 70px;
    transform: translateX(-70px);
    transition: all .3s;
    white-space: nowrap
}

.team-style2__single .img-box .inner .social-share-box:hover ul {
    opacity: 1;
    transform: translateX(0)
}

.team-style2__single .img-box .inner .social-share-box ul li {
    display: block;
    position: relative
}

.team-style2__single .img-box .inner .social-share-box ul li+li {
    margin-top: 10px
}

.team-style2__single .img-box .inner .social-share-box ul li a {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    color: var(--thm-black);
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 50px;
    z-index: 1
}

.team-style2__single .img-box .inner .social-share-box ul li a:hover {
    color: #fff
}

.team-style2__single .img-box .inner .social-share-box ul li a:before {
    background-color: var(--thm-primary-color);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.5);
    transform-style: preserve-3d;
    transition: all .4s cubic-bezier(.62,.21,.45,1.52);
    z-index: -1
}

.team-style2__single .img-box .inner .social-share-box ul li:hover a:before {
    border-radius: 6px;
    opacity: 1;
    transform: scale(1)
}

.team-style2__single .img-box .overlay-content {
    background-color: var(--thm-gray-bg);
    border-radius: 5px;
    bottom: -50px;
    left: 0;
    padding: 12px 0 7px 25px;
    position: absolute;
    right: 0;
    transition: background-color .5s ease;
    transition: all .5s ease;
    z-index: 3
}

.team-style2__single:hover .img-box .overlay-content {
    background-color: var(--thm-white);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15)
}

.team-style2__single .img-box .overlay-content .title {
    display: block;
    margin-bottom: 11px;
    position: relative
}

.team-style2__single .img-box .overlay-content .title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.team-style2__single .img-box .overlay-content .title h3 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.team-style2__single .img-box .overlay-content .title h3 a:hover {
    color: var(--thm-primary-color)
}

.team-style2__single .img-box .overlay-content .border-line {
    background-color: #cad8d4;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.team-style2__single .img-box .overlay-content .text {
    display: block;
    padding-top: 8px;
    position: relative
}

.team-style2__single .img-box .overlay-content .text p {
    margin: 0
}

.case-style1 {
    background-color: var(--thm-white);
    padding: 120px 0
}

.case-style1 .container {
    margin-right: -30px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.case-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -70px
}

.case-style1__single,.case-style1__single .img-box {
    display: block;
    position: relative
}

.case-style1__single .img-box .inner {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.case-style1__single .img-box .inner:before {
    background-color: var(--thm-black);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.case-style1__single:hover .img-box .inner:before {
    opacity: .9
}

.case-style1__single .img-box .inner img {
    transform: scale(1);
    transition: all 1.5s ease;
    width: 100%
}

.case-style1__single:hover .img-box .inner img {
    transform: scale(1.05) rotate(0deg)
}

.case-style1__single .img-box .inner .overlay-icon {
    opacity: 0;
    position: absolute;
    right: 40px;
    top: 40px;
    -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
    -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
    transform: perspective(400px) rotateX(20deg) translateX(100%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    z-index: 2
}

.case-style1__single:hover .img-box .inner .overlay-icon {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(0);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(0);
    transform: perspective(400px) rotateX(0deg) translateX(0);
    transition-delay: .3s;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: ease-in-out
}

.case-style1__single .img-box .inner .overlay-icon a {
    color: var(--thm-white);
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s;
    z-index: 1
}

.case-style1__single .img-box .inner .overlay-icon a:hover {
    color: var(--thm-primary-color)
}

.case-style1__single .img-box .overlay-content {
    bottom: 15px;
    left: 10px;
    position: absolute;
    right: 10px;
    transform: scaleY(0);
    transition: all .4s ease .2s;
    z-index: 2
}

.case-style1__single:hover .img-box .overlay-content {
    transform: scaleY(1);
    transition: all .3s linear;
    transition-delay: .1s
}

.case-style1__single .img-box .overlay-content .category-box {
    background-color: var(--thm-primary-color);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    bottom: 101px;
    padding: 8px 20px;
    position: absolute;
    right: 0
}

.case-style1__single .img-box .overlay-content .category-box p {
    color: var(--thm-white);
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.case-style1__single .img-box .overlay-content .title-box {
    background-color: var(--thm-white);
    border-radius: 6px 0 6px 6px;
    display: block;
    padding: 17px 25px 16px;
    position: relative
}

.case-style1__single .img-box .overlay-content .title-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.case-style1__single .img-box .overlay-content .title-box h3 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.case-style1__single .img-box .overlay-content .title-box h3 a:hover {
    color: var(--thm-primary-color)
}

.case-style1.instyle--2 {
    padding: 92px 0 0
}

.case-style1.instyle--2 .container {
    margin-right: 0
}

.case-style1.instyle--2 .title {
    display: block;
    padding-bottom: 41px;
    position: relative
}

.case-style1.instyle--2 .title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px
}

.case-style1-carousel--style2.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    right: -5px;
    top: -105px
}

.case-style2 {
    background-color: var(--thm-white);
    padding: 120px 0 112px
}

.case-style2__single {
    display: block;
    margin-bottom: 80px;
    position: relative
}

.case-style2__single .img-box {
    display: block;
    position: relative;
    z-index: 1
}

.case-style2__single .img-box .inner {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative
}

.case-style2__single .img-box .inner:before {
    background-color: var(--thm-black);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.case-style2__single:hover .img-box .inner:before {
    opacity: .9
}

.case-style2__single .img-box .inner img {
    transform: scale(1);
    transition: all 1.5s ease;
    width: 100%
}

.case-style2__single:hover .img-box .inner img {
    transform: scale(1.05) rotate(0deg)
}

.case-style2__single .img-box .overlay-content {
    bottom: -50px;
    left: 0;
    position: absolute;
    right: 25px;
    z-index: 2
}

.case-style2__single .img-box .overlay-content .category-box {
    background-color: var(--thm-primary-color);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    top: -40px
}

.case-style2__single .img-box .overlay-content .category-box p {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.case-style2__single .img-box .overlay-content .title-box {
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    border-radius: 6px 0 6px 6px;
    display: block;
    padding: 17px 25px 16px;
    position: relative;
    transition: background-color .5s ease;
    transition: all .5s ease
}

.case-style2__single:hover .img-box .overlay-content .title-box {
    border-color: var(--thm-white);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15)
}

.case-style2__single .img-box .overlay-content .title-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.case-style2__single .img-box .overlay-content .title-box h3 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.case-style2__single .img-box .overlay-content .title-box h3 a:hover {
    color: var(--thm-primary-color)
}

.case-style2__btn {
    display: block;
    padding-top: 15px;
    position: relative
}

.case-style2__btn.mtminus {
    margin-top: -80px;
    padding-top: 0
}

.case-style2__btn a {
    align-items: center;
    color: var(--thm-black);
    display: inline-flex;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    position: relative;
    text-transform: uppercase
}

.case-style2__btn a:hover {
    color: var(--thm-primary-color)
}

.case-style2__btn a i {
    margin-left: 4px
}

.case-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 100px
}

.case-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -115px
}

.single-case-studies {
    background-color: var(--thm-white);
    padding: 120px 0 112px
}

.single-case-studies__sidebar {
    display: block;
    margin-right: 30px;
    position: relative
}

.single-case-studies__sidebar .project-info {
    background-color: var(--thm-gray-bg);
    border-radius: 6px;
    display: block;
    overflow: hidden;
    padding: 33px 40px 40px;
    position: relative
}

.single-case-studies__sidebar .project-info .title {
    border-bottom: 1px solid #cad8d4;
    display: block;
    padding-bottom: 11px;
    position: relative
}

.single-case-studies__sidebar .project-info .title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.single-case-studies__sidebar .project-info ul {
    display: block;
    padding-top: 33px;
    position: relative
}

.single-case-studies__sidebar .project-info ul li {
    display: block;
    position: relative
}

.single-case-studies__sidebar .project-info ul li+li {
    margin-top: 19px
}

.single-case-studies__sidebar .project-info ul li p {
    margin: 0
}

.single-case-studies__sidebar .project-info ul li h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 5px
}

.single-case-studies__sidebar .project-info .btn-box {
    display: block;
    line-height: 0;
    padding-top: 32px;
    position: relative
}

.single-case-studies__sidebar .project-info .btn-box .btn-one {
    display: block;
    text-align: center
}

.single-case-studies__sidebar .social-links {
    display: block;
    padding-top: 43px;
    position: relative
}

.single-case-studies__sidebar .social-links .text {
    display: block;
    position: relative
}

.single-case-studies__sidebar .social-links .text p {
    color: #a5b1ad;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.single-case-studies__sidebar .social-links ul {
    align-items: center;
    display: flex;
    padding-top: 18px;
    position: relative
}

.single-case-studies__sidebar .social-links ul li {
    display: block;
    position: relative
}

.single-case-studies__sidebar .social-links ul li+li {
    margin-left: 10px
}

.single-case-studies__sidebar .social-links ul li a {
    align-items: center;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    color: var(--thm-black);
    display: flex;
    font-size: 20px;
    height: 55px;
    justify-content: center;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 55px;
    z-index: 1
}

.single-case-studies__sidebar .social-links ul li:hover a {
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
    color: #fff
}

.single-case-studies__content {
    margin-top: -9px
}

.single-case-studies__content,.single-case-studies__content .title {
    display: block;
    position: relative
}

.single-case-studies__content .title h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 21px
}

.single-case-studies__content .title p {
    margin: 0
}

.single-case-studies__content .img-box {
    border-radius: 6px;
    display: block;
    margin: 42px 0;
    overflow: hidden;
    position: relative
}

.single-case-studies__content .img-box img {
    width: 100%
}

.single-case-studies__content .text-box {
    display: block;
    position: relative
}

.single-case-studies__content .text-box p {
    margin: 0
}

.single-case-studies__content>ul {
    display: block;
    padding-top: 34px;
    position: relative
}

.single-case-studies__content>ul>li {
    display: block;
    padding-left: 100px;
    position: relative
}

.single-case-studies__content>ul>li+li {
    margin-top: 36px
}

.single-case-studies__content>ul>li>.icon {
    align-items: center;
    background-color: var(--thm-white);
    border-radius: 5px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
    display: flex;
    font-size: 40px;
    height: 70px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 8px;
    width: 70px
}

.single-case-studies__content>ul>li>.content-box,.single-case-studies__content>ul>li>.content-box>.text {
    display: block;
    position: relative
}

.single-case-studies__content>ul>li>.content-box>.text>h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 18px
}

.single-case-studies__content>ul>li>.content-box>.text>p {
    margin: 0
}

.single-case-studies__content>ul>li>.content-box>ul {
    display: block;
    padding-top: 15px;
    position: relative
}

.single-case-studies__content>ul>li>.content-box>ul>li {
    align-items: center;
    display: flex;
    position: relative
}

.single-case-studies__content>ul>li>.content-box>ul>li+li {
    margin-top: 14px
}

.single-case-studies__content>ul>li>.content-box>ul>li>.icon {
    display: block;
    line-height: 0;
    position: relative
}

.single-case-studies__content>ul>li>.content-box>ul>li>.icon>i {
    color: var(--thm-primary-color);
    display: inline-block;
    font-size: 15px;
    position: relative
}

.single-case-studies__content>ul>li>.content-box>ul>li>.text {
    display: block;
    padding-left: 15px;
    position: relative
}

.single-case-studies__content>ul>li>.content-box>ul>li>.text>p {
    color: var(--thm-black)
}

.get-in-touch-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0
}

.get-in-touch-style1__shape1 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.get-in-touch-style1__form,.get-in-touch-style1__form form {
    display: block;
    position: relative
}

.get-in-touch-style1__form-left,.get-in-touch-style1__form-right {
    border-top: 1px solid var(--thm-border-color);
    display: block;
    position: relative
}

.get-in-touch-style1__form form .form-group,.get-in-touch-style1__form form .form-group .input-box {
    display: block;
    position: relative
}

.get-in-touch-style1__form form .form-group input[type=email],.get-in-touch-style1__form form .form-group input[type=text],.get-in-touch-style1__form form .form-group textarea {
    background: transparent;
    border-top: none!important;
    border: 1px solid var(--thm-border-color);
    border-radius: 0;
    color: var(--thm-body-font-color);
    display: block;
    font-family: var(--thm-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    height: 75px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.get-in-touch-style1__form form .form-group input[type=email]:focus,.get-in-touch-style1__form form .form-group input[type=text]:focus,.get-in-touch-style1__form form .form-group textarea:focus {
    border: 1px solid var(--thm-primary-color);
    outline: none
}

.get-in-touch-style1__form form .form-group textarea {
    height: 300px;
    padding: 22px 30px 10px
}

.get-in-touch-style1__form form input[type=text]::-webkit-input-placeholder {
    color: var(--thm-body-font-color)
}

.get-in-touch-style1__form form input[type=text]:-moz-placeholder,.get-in-touch-style1__form form input[type=text]::-moz-placeholder {
    color: var(--thm-body-font-color)
}

.get-in-touch-style1__form form input[type=text]:-ms-input-placeholder {
    color: var(--thm-body-font-color)
}

.get-in-touch-style1__form form input[type=email]::-webkit-input-placeholder {
    color: var(--thm-body-font-color)
}

.get-in-touch-style1__form form input[type=email]:-moz-placeholder,.get-in-touch-style1__form form input[type=email]::-moz-placeholder {
    color: var(--thm-body-font-color)
}

.get-in-touch-style1__form form input[type=email]:-ms-input-placeholder {
    color: var(--thm-body-font-color)
}

.get-in-touch-style1__form form textarea::-webkit-input-placeholder {
    color: var(--thm-body-font-color)
}

.get-in-touch-style1__form form textarea:-moz-placeholder,.get-in-touch-style1__form form textarea::-moz-placeholder {
    color: var(--thm-body-font-color)
}

.get-in-touch-style1__form form textarea:-ms-input-placeholder {
    color: var(--thm-body-font-color)
}

.get-in-touch-style1__form form .button-box {
    display: block;
    padding-top: 40px;
    position: relative
}

.get-in-touch-style1__form form .button-box button {
    margin-top: 23px
}

.employers-employee-phone-email-box {
    display: block;
    padding-top: 80px;
    position: relative
}

.employers-employee-phone-email-box .row {
    --bs-gutter-x: 0px
}

.employers-employee-phone-email-box .single-box {
    display: block;
    position: relative
}

.employers-employee-phone-email-box .single-box .title {
    background-color: var(--thm-black-bg);
    border-radius: 6px 6px 0 0;
    display: block;
    padding: 13px 0;
    position: relative
}

.employers-employee-phone-email-box .single-box .title.title2 {
    background-color: #103934
}

.employers-employee-phone-email-box .single-box .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-transform: capitalize
}

.employers-employee-phone-email-box .single-box ul {
    background-color: var(--thm-white);
    border-radius: 0 0 0 6px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
    display: block;
    overflow: hidden;
    padding: 14px 50px 13px;
    position: relative
}

.employers-employee-phone-email-box .single-box-style2 ul {
    border-left: 1px solid var(--thm-border-color);
    border-radius: 0 0 6px 0
}

.employers-employee-phone-email-box .single-box ul li {
    border-right: 1px solid var(--thm-border-color);
    display: block;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative
}

.employers-employee-phone-email-box .single-box ul li+li {
    margin-left: 30px
}

.employers-employee-phone-email-box .single-box ul li:last-child {
    border-right: 0 solid transparent;
    padding-right: 0
}

.employers-employee-phone-email-box .single-box ul li .icon {
    left: 0;
    line-height: 0;
    position: absolute;
    top: 3px
}

.employers-employee-phone-email-box .single-box ul li .icon span {
    color: var(--thm-primary-color);
    display: inline-block;
    font-size: 24px;
    position: relative
}

.employers-employee-phone-email-box .single-box ul li a {
    color: var(--thm-body-font-color);
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.employers-employee-phone-email-box .single-box ul li a:hover {
    color: var(--thm-primary-color)
}

.video-style1 {
    display: block;
    position: relative
}

.video-style1__bg {
    background-attachment: local;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.video-style1__bg:before {
    background-color: rgba(0,0,0,.36)
}

.video-style1__bg:after,.video-style1__bg:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.video-style1__bg:after {
    background-image: -moz-linear-gradient(0deg,#062a26 0,rgba(6,42,38,0) 80%);
    background-image: -webkit-linear-gradient(0deg,#062a26,rgba(6,42,38,0) 80%);
    background-image: -ms-linear-gradient(0deg,#062a26 0,rgba(6,42,38,0) 80%)
}

.video-style1__inner {
    display: block;
    padding: 137px 0 143px;
    position: relative
}

.video-style1__round-text-box {
    background-color: transparent;
    border-radius: 50%;
    height: 170px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    z-index: 5
}

.video-style1__round-text-box .inner {
    display: block;
    height: 170px;
    position: relative;
    width: 170px
}

.video-style1__curved-circle-top {
    bottom: 0;
    color: var(--thm-white);
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 700;
    left: 0;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    word-spacing: 2px
}

.video-style1__inner .overlay-video-btn {
    background-color: transparent;
    border: 1px solid var(--thm-white);
    border-radius: 50%;
    bottom: 35px;
    left: 35px;
    position: absolute;
    right: 35px;
    top: 35px
}

.video-style1__inner .overlay-video-btn a {
    align-items: center;
    border-radius: 50%;
    color: var(--thm-white);
    display: flex;
    font-size: 40px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    position: relative;
    width: 100%
}

.video-style1__inner .overlay-video-btn a:hover {
    color: var(--thm-primary-color)
}

.video-style1__title {
    display: block;
    margin-left: 205px;
    position: relative
}

.video-style1__title h2 {
    color: var(--thm-white);
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2em
}

.video-style1__title .border-line {
    background-color: hsla(0,0%,100%,.35);
    display: block;
    height: 1px;
    margin: 26px 0 33px;
    position: relative;
    width: 100%
}

.video-style1__title p {
    color: #d6d6d6;
    font-size: 19px;
    line-height: 29px
}

.faq-style1 {
    background-color: var(--thm-white);
    padding: 120px 0
}

.faq-style1__img {
    display: block;
    margin-right: 40px;
    position: relative
}

.faq-style1__img .inner {
    border-radius: 6px;
    display: block;
    margin-right: 50px;
    overflow: hidden;
    position: relative
}

.faq-style1__img .inner:before {
    background: hsla(0,0%,100%,.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2
}

.faq-style1__img .inner:hover:before {
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%
}

.faq-style1__img .inner img {
    transform: scale(1.03);
    transition: .5s ease;
    width: 100%
}

.faq-style1__img .inner:hover img {
    transform: scale(1)
}

.faq-style1__img .overlay-content {
    background-color: var(--thm-black-bg);
    border-radius: 6px;
    bottom: 70px;
    padding: 40px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 3
}

.faq-style1__img .overlay-content .icon {
    align-items: center;
    background-color: var(--thm-white);
    border-radius: 6px;
    display: flex;
    font-size: 30px;
    height: 55px;
    justify-content: center;
    margin: 0 auto 22px;
    position: relative;
    width: 55px
}

.faq-style1__img .overlay-content h3 {
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 8px
}

.faq-style1__img .overlay-content p {
    color: #a5b1ad
}

.faq-style1__img .overlay-content .btn-box {
    display: block;
    line-height: 0;
    padding-top: 32px;
    position: relative
}

.faq-style1__img .overlay-content .btn-box .btn-one:hover {
    color: var(--thm-black)
}

.faq-style1__img .overlay-content .btn-box .btn-one:before {
    background: var(--thm-gray-bg)
}

.faq-style1__content {
    display: block;
    position: relative
}

.faq-style1__content .accordion-box-style1 .accordion {
    margin-bottom: 20px
}

.faq-style1__content .accordion-box-style1 .accordion:last-child {
    margin-bottom: 0
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn {
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    display: flex;
    height: 60px;
    padding-left: 70px;
    position: relative
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn.active {
    background-color: var(--thm-black-bg);
    border-color: var(--thm-black-bg)
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn.active h4 {
    color: var(--thm-white)
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn:after {
    background-color: #edf4f2;
    border: none;
    border-radius: 6px;
    color: #a8b4b0;
    content: "\e923";
    font-size: 25px;
    font-weight: 500;
    height: 40px;
    left: 10px;
    line-height: 25px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn.active {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn.active:after {
    background-color: var(--thm-primary-color);
    border-color: transparent;
    color: #fff;
    content: "\e922";
    font-size: 20px;
    left: -10px;
    margin-top: -20px;
    transform: rotate(90deg) translateY(-50%)
}

.faq-style1__content .accordion-box-style1 .accordion .accord-content {
    background-color: #edf4f2;
    border-radius: 6px;
    margin-top: 10px;
    padding: 22px 30px
}

.faq-style1__content .btn-box {
    display: block;
    padding-top: 30px;
    position: relative
}

.faq-style1__content .btn-box a {
    align-items: center;
    color: var(--thm-black);
    display: inline-flex;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    position: relative;
    text-transform: uppercase
}

.faq-style1__content .btn-box a:hover {
    color: var(--thm-primary-color)
}

.faq-style1__content .btn-box a i {
    margin-left: 6px
}

.scrolling-text-style1 {
    background-color: var(--thm-primary-color);
    padding: 18px 0
}

.scrolling-text-style1 .inner {
    display: block;
    position: relative
}

.scrolling-text-style1 .inner ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    width: fit-content
}

.scrolling-text-style1 .inner ul li {
    color: var(--thm-white);
    display: block;
    float: left;
    font-family: var(--thm-font-2);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-left: 100px;
    position: relative;
    text-transform: capitalize;
    transition: all .4s ease;
    transition: opacity .3s ease,transform .3s ease,visibility .3s ease;
    white-space: nowrap
}

.scrolling-text-style1 .inner ul li:before {
    color: var(--thm-black);
    content: attr(data-hover);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all .5s cubic-bezier(.17,.67,.32,.87);
    white-space: nowrap;
    width: 0
}

.scrolling-text-style1 .inner ul li:hover:before {
    width: 100%
}

.featurs-style1 {
    background-color: var(--thm-black-bg);
    padding: 120px 0
}

.featurs-style1 .sec-title h2 {
    color: var(--thm-white)
}

.featurs-style1 .sec-title .text p {
    color: #a5b1ad
}

.features-style1-tab__button,.features-style1__inner,.tab-box-style1 {
    display: block;
    position: relative
}

.features-style1-tab__button {
    margin-bottom: 70px
}

.features-style1-tab__button:before {
    background-color: #23423f;
    bottom: 0;
    content: "";
    height: 1px;
    left: -1000px;
    position: absolute;
    right: -1000px;
    top: 50%
}

.features-style1-tab__button .tabs-button-box {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.features-style1-tab__button .tabs-button-box li {
    display: block;
    position: relative
}

.features-style1-tab__button .tabs-button-box li+li {
    margin-left: 20px
}

.features-style1-tab__button .tabs-button-box li span {
    background-color: #23423f;
    border-radius: 6px;
    color: var(--thm-white);
    cursor: pointer;
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 40px 16px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.features-style1-tab__button .tabs-button-box li.active-btn-item span,.features-style1-tab__button .tabs-button-box li:hover span {
    background-color: var(--thm-white);
    color: var(--thm-black)
}

.tab-box-style1 .tabs-content-box {
    display: block;
    position: relative
}

.tab-box-style1 .tab-content-box-item {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

.tab-box-style1 .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5
}

.tab-box-style1 .tab-content-box-item .features-style1__content-tab-item {
    opacity: 0;
    transform: translateY(0);
    transition: opacity .3s ease,transform .3s ease,visibility .3s ease
}

.tab-box-style1 .tab-content-box-item.tab-content-box-item-active .features-style1__content-tab-item {
    opacity: 1;
    transform: translateY(0)
}

.features-style1__img-tab-item,.features-style1__single {
    display: block;
    position: relative
}

.features-style1__img-tab-item {
    border-radius: 6px;
    margin-right: 40px;
    max-width: 530px;
    overflow: hidden
}

.features-style1__img-tab-item:before {
    background: hsla(0,0%,100%,.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2
}

.features-style1__img-tab-item:hover:before {
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%
}

.features-style1__img-tab-item img {
    transform: scale(1.03);
    transition: .5s ease;
    width: 100%
}

.features-style1__img-tab-item:hover img {
    transform: scale(1)
}

.features-style1__content-tab-item,.features-style1__content-tab-item .content-box,.features-style1__content-tab-item .title-box {
    display: block;
    position: relative
}

.features-style1__content-tab-item .title-box h2 {
    color: var(--thm-white);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 23px
}

.features-style1__content-tab-item .title-box p {
    color: #a5b1ad
}

.features-style1__content-tab-item .list-item {
    display: block;
    padding-top: 25px;
    position: relative
}

.features-style1__content-tab-item .list-item ul {
    display: block;
    position: relative
}

.features-style1__content-tab-item .list-item ul li {
    display: block;
    padding-left: 30px;
    position: relative
}

.features-style1__content-tab-item .list-item ul li+li {
    margin-top: 7px
}

.features-style1__content-tab-item .list-item ul li .icon {
    left: 0;
    position: absolute;
    top: 2px
}

.features-style1__content-tab-item .list-item ul li .icon i {
    color: var(--thm-primary-color);
    font-size: 23px
}

.features-style1__content-tab-item .list-item ul li .text {
    display: block;
    position: relative
}

.features-style1__content-tab-item .list-item ul li .text p {
    color: #a5b1ad
}

.features-style1__content-tab-item .btn-box {
    display: block;
    line-height: 0;
    padding-top: 36px;
    position: relative
}

.features-style1__content-tab-item .btn-box .btn-one:hover {
    color: var(--thm-black)
}

.features-style1__content-tab-item .btn-box .btn-one:before {
    background: var(--thm-white)
}

.job-opening-style1 {
    background-color: var(--thm-white);
    padding: 120px 0 90px
}

.job-opening-style1__form {
    padding-bottom: 39px
}

.job-opening-style1__form,.job-opening-style1__form form {
    display: block;
    position: relative
}

.job-opening-style1__form form .form-group {
    display: block;
    position: relative;
    width: 100%
}

.job-opening-style1__form form .form-group .input-box {
    display: block;
    position: relative
}

.job-opening-style1__form form .form-group .input-box .icon {
    bottom: 0;
    left: 20px;
    position: absolute;
    top: 17px
}

.job-opening-style1__form form .form-group .input-box .icon i {
    color: #a5b1ad;
    display: inline-block;
    font-size: 16px;
    position: relative
}

.job-opening-style1__form form .form-group input[type=text] {
    background: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    color: var(--thm-body-font-color);
    display: block;
    font-family: var(--thm-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    height: 60px;
    padding-left: 43px;
    padding-right: 20px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.job-opening-style1__form form .form-group input[type=text]:focus {
    border: 1px solid var(--thm-primary-color);
    outline: none
}

.job-opening-style1__form form .form-group input[type=text]::-webkit-input-placeholder {
    color: var(--thm-body-font-color)
}

.job-opening-style1__form form .form-group input[type=text]:-moz-placeholder,.job-opening-style1__form form .form-group input[type=text]::-moz-placeholder {
    color: var(--thm-body-font-color)
}

.job-opening-style1__form form .form-group input[type=text]:-ms-input-placeholder {
    color: var(--thm-body-font-color)
}

.job-opening-style1__form form .form-group .nice-select {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    color: var(--thm-body-font-color);
    display: block;
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 400;
    height: 60px;
    line-height: 58px;
    padding-left: 43px;
    padding-right: 20px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.job-opening-style1__form form .form-group .nice-select:after {
    border-bottom: 2px solid var(--thm-border-color);
    border-right: 2px solid var(--thm-border-color);
    height: 8px;
    margin-top: 0;
    right: 22px;
    top: 21px;
    width: 8px;
    z-index: 10
}

.job-opening-style1__form .btn-box {
    display: block;
    line-height: 0;
    padding-top: 30px;
    position: relative
}

.job-opening-style1__form .btn-box .btn-one {
    display: block;
    width: 100%
}

.job-opening-style1__form .btn-box .btn-one:before {
    background: var(--thm-primary-color)
}

.job-opening-style1__form .btn-box .btn-one:after {
    background: var(--thm-black)
}

.job-opening-style1-info_inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 18px;
    padding-top: 0;
    position: relative
}

.job-opening-style1-info_inner .left-box {
    display: block;
    position: relative
}

.job-opening-style1-info_inner .left-box p {
    color: #6a6b74;
    margin: 0
}

.job-opening-style1-info_inner .right-box {
    align-items: center;
    display: flex;
    position: relative;
    width: 200px
}

.job-opening-style1-info_inner .right-box .text {
    display: block;
    position: relative;
    text-align: left;
    width: 75px
}

.job-opening-style1-info_inner .right-box .text p {
    color: var(--thm-black);
    margin: 0
}

.job-opening-style1-info_inner .right-box .select-box {
    width: 125px
}

.job-opening-style1-info_inner .right-box .nice-select {
    background: transparent;
    border: 0 solid transparent!important;
    border-radius: 0;
    color: #6a6b74;
    display: block;
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 400;
    height: 55px;
    line-height: 55px;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.job-opening-style1-info_inner .right-box .nice-select:after {
    border-bottom: 2px solid #6a6b74;
    border-right: 2px solid #6a6b74;
    height: 8px;
    margin-top: 0;
    right: 3px;
    top: 23px;
    width: 8px;
    z-index: 10
}

.job-opening-style1-info_inner .right-box .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    height: 0;
    left: auto!important;
    margin-top: 10px;
    padding: 0;
    -webkit-transform: scale(1) translateY(-30px);
    -ms-transform: scale(1) translateY(-30px);
    transform: scale(1) translateY(-30px);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    width: 200px
}

.job-opening-style1-info_inner .right-box .nice-select.open .list {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.job-opening-style1-info_inner .right-box .nice-select .option {
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.single-job-post {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 80px 30px 24px;
    position: relative
}

.single-job-post,.single-job-post .category-box {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px
}

.single-job-post .category-box {
    left: 20px;
    padding: 0 15px;
    position: absolute;
    top: 20px
}

.single-job-post .category-box p {
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.single-job-post .top-box {
    display: block;
    position: relative
}

.single-job-post .top-box .icon {
    display: block;
    padding-bottom: 22px;
    position: relative
}

.single-job-post .top-box .icon img {
    width: auto
}

.single-job-post .top-box .title-box {
    display: block;
    position: relative
}

.single-job-post .top-box .title-box h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 9px
}

.single-job-post .top-box .title-box h3 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.single-job-post .top-box .title-box h3 a:hover {
    color: var(--thm-primary-color)
}

.single-job-post .top-box .title-box p {
    margin: 0
}

.single-job-post .top-box .btn-box {
    display: block;
    line-height: 0;
    padding-top: 22px;
    position: relative
}

.single-job-post .top-box .btn-box .btn-one {
    color: var(--thm-black);
    display: block;
    line-height: 30px
}

.single-job-post .top-box .btn-box .btn-one:hover {
    color: var(--thm-white)
}

.single-job-post .top-box .btn-box .btn-one:before {
    background: var(--thm-primary-color)
}

.single-job-post .top-box .btn-box .btn-one:after {
    background: var(--thm-gray-bg)
}

.single-job-post .bottom-box {
    padding-top: 24px
}

.single-job-post .bottom-box,.single-job-post .bottom-box ul {
    display: block;
    position: relative
}

.single-job-post .bottom-box ul li {
    align-items: center;
    display: flex;
    padding-top: 9px;
    position: relative
}

.single-job-post .bottom-box ul li:first-child {
    padding-top: 0
}

.single-job-post .bottom-box ul li+li {
    border-top: 1px solid var(--thm-border-color);
    margin-top: 9px
}

.single-job-post .bottom-box ul li .icon {
    color: #a5b1ad;
    display: block;
    font-size: 16px;
    line-height: 0;
    position: relative
}

.single-job-post .bottom-box ul li .text {
    display: block;
    padding-left: 9px;
    position: relative
}

.single-job-post .bottom-box ul li .text p {
    margin: 0
}

.solution-detail-page {
    background-color: var(--thm-white);
    padding: 120px 0
}

.solution-detail-page-content {
    margin-top: -9px
}

.solution-detail-page-content,.solution-detail-page-content .intro-box {
    display: block;
    position: relative
}

.solution-detail-page-content .intro-title-box {
    display: block;
    padding-bottom: 39px;
    position: relative
}

.solution-detail-page-content .intro-title-box h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.2em
}

.solution-detail-page-content .intro-img-box {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative
}

.solution-detail-page-content .intro-img-box img {
    width: 100%
}

.solution-detail-page-content .text1 {
    display: block;
    padding-top: 42px;
    position: relative
}

.solution-detail-page-content .text1 p {
    margin: 0
}

.solution-detail-page-content .text2 {
    display: block;
    padding-top: 25px;
    position: relative
}

.solution-detail-page-content .text2 p {
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px
}

.solution-detail-page-content .text3 {
    display: block;
    padding-top: 25px;
    position: relative
}

.solution-detail-page-content .text3 p {
    margin: 0
}

.solution-detail-highlighs-box {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    display: block;
    margin-top: 42px;
    overflow: hidden;
    padding: 40px 0;
    position: relative
}

.solution-detail-highlighs-box:before {
    background-color: var(--thm-border-color);
    bottom: 90px;
    content: "";
    left: 50%;
    position: absolute;
    top: 40px;
    width: 1px
}

.single-highlighs-box {
    display: block;
    padding: 0 35px 0 40px;
    position: relative
}

.single-highlighs-box .icon {
    display: inline-block;
    position: relative
}

.single-highlighs-box .icon img {
    width: auto
}

.single-highlighs-box .title-box {
    display: block;
    padding-top: 23px;
    position: relative
}

.single-highlighs-box .title-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 13px
}

.single-highlighs-box .title-box h3 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.single-highlighs-box .title-box h3 a:hover {
    color: var(--thm-primary-color)
}

.single-highlighs-box .title-box p {
    margin: 0
}

.solution-detail-highlighs-box .swiper-container {
    padding-bottom: 50px
}

#solution-detail-highlighs-box-pagination {
    background: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    bottom: 0;
    height: 10px!important;
    left: 40px!important;
    position: absolute;
    right: 40px!important;
    top: auto!important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: auto!important
}

#solution-detail-highlighs-box-pagination .swiper-pagination-progressbar-fill {
    background: var(--thm-border-color)!important;
    border-radius: 10px!important;
    height: 4px!important;
    left: 5px;
    right: 5px;
    top: 2px!important;
    width: auto
}

.service-advantages {
    padding-top: 52px
}

.service-advantages,.service-advantages-title {
    display: block;
    position: relative
}

.service-advantages-title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 23px
}

.service-advantages-title p {
    margin: 0
}

.service-advantages .service-advantages__inner {
    border-radius: 6px;
    display: block;
    margin-top: 32px;
    overflow: hidden;
    position: relative
}

.service-advantages .service-advantages__bg {
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.service-advantages .service-advantages__tab {
    display: block;
    padding: 50px;
    position: relative
}

.service-advantages .service-advantages-tab__button {
    background-color: var(--thm-white);
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    width: 270px;
    z-index: 3
}

.service-advantages .service-advantages-tab__button .tabs-button-box {
    display: block;
    padding: 33px 30px 15px;
    position: relative
}

.service-advantages .service-advantages-tab__button .tabs-button-box li {
    border-bottom: 1px solid #e4e7ee;
    display: block;
    padding-bottom: 17px;
    position: relative
}

.service-advantages .service-advantages-tab__button .tabs-button-box li:last-child {
    border-bottom: 0 solid
}

.service-advantages .service-advantages-tab__button .tabs-button-box li+li {
    margin-top: 17px
}

.service-advantages .service-advantages-tab__button .tabs-button-box li h4 {
    align-items: center;
    color: var(--thm-black);
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.service-advantages .service-advantages-tab__button .tabs-button-box li h4:hover,.service-advantages .service-advantages-tab__button .tabs-button-box li.active-btn-item h4 {
    color: var(--thm-primary-color)
}

.service-advantages .service-advantages-tab__button .tabs-button-box li h4 span {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    opacity: 0;
    position: relative;
    top: 1px;
    transform: translateX(-10px);
    transition: all .2s linear;
    transition-delay: .1s
}

.service-advantages .service-advantages-tab__button .tabs-button-box li h4 span.arrow-hover {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.service-advantages .service-advantages-tab__button .tabs-button-box li h4:hover span.arrow-hover,.service-advantages .service-advantages-tab__button .tabs-button-box li.active-btn-item h4 span.arrow-hover {
    opacity: 1;
    transform: translateX(0)
}

.service-advantages__tab .tabs-content-box {
    bottom: 0;
    max-width: 600px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.service-advantages__tab .tabs-content-box .tab-content-box-item {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

.service-advantages__tab .tabs-content-box .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5
}

.service-advantages__tab .tab-content-box-item .service-advantages__content-tab-item {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease,transform .3s ease,visibility .3s ease
}

.service-advantages__tab .tab-content-box-item.tab-content-box-item-active .service-advantages__content-tab-item {
    opacity: 1;
    transform: translateY(0)
}

.service-advantages .service-advantages__shape {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.service-advantages .service-advantages__content-tab-item {
    display: block;
    padding-left: 200px;
    padding-right: 45px;
    padding-top: 163px;
    position: relative
}

.service-advantages .service-advantages__content-tab-item__inner {
    display: block;
    position: relative
}

.service-advantages .service-advantages__content-tab-item__inner h3 {
    color: var(--thm-white);
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 13px
}

.service-advantages .service-advantages__content-tab-item__inner p {
    color: #a5b1ad
}

.service-advantages .service-advantages__content-tab-item__inner .btn-box {
    display: block;
    padding-top: 20px;
    position: relative
}

.service-advantages .service-advantages__content-tab-item__inner .btn-box a {
    align-items: center;
    color: var(--thm-white);
    display: inline-flex;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    transition: all .2s linear;
    transition-delay: .1s
}

.service-advantages .service-advantages__content-tab-item__inner .btn-box a i {
    margin-left: 10px
}

.service-advantages .service-advantages__content-tab-item__inner .btn-box a:hover {
    color: var(--thm-primary-color)
}

.solution-detail-page-sidebar {
    background-color: var(--thm-white);
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.12);
    margin-left: 20px;
    padding: 10px
}

.solution-detail-page-sidebar,.solution-detail-page-sidebar .services-box {
    display: block;
    position: relative
}

.solution-detail-page-sidebar .services-box>.title {
    align-items: center;
    background-color: var(--thm-gray-bg);
    border-radius: 6px;
    display: flex;
    padding: 12px 20px;
    position: relative
}

.solution-detail-page-sidebar .services-box>.title>.icon {
    display: block;
    line-height: 0;
    position: relative
}

.solution-detail-page-sidebar .services-box>.title>.icon>i {
    color: var(--thm-primary-color);
    display: inline-block;
    font-size: 20px;
    position: relative
}

.solution-detail-page-sidebar .services-box>.title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 8px
}

.solution-detail-page-sidebar .services-box>.list-box {
    display: block;
    padding: 27px 20px 32px;
    position: relative
}

.solution-detail-page-sidebar .services-box>.list-box>ul {
    display: block;
    position: relative
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li {
    align-items: center;
    border-bottom: 1px solid var(--thm-border-color);
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    padding-bottom: 12px;
    position: relative
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li:last-child {
    border-bottom: 0 solid transparent;
    margin-bottom: 0;
    padding-bottom: 0
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li .text {
    align-items: center;
    display: flex;
    position: relative
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li .text h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li .text h5 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li.active .text h5 a,.solution-detail-page-sidebar .services-box>.list-box>ul>li:hover .text h5 a {
    color: var(--thm-primary-color)
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li .text h5>a i {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-left: 7px;
    opacity: 0;
    position: relative;
    top: 1px;
    transform: translateX(-7px);
    transition: all .2s linear;
    transition-delay: .1s
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li .text h5>a i.arrow-hover {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li.active .text h5 a i.arrow-hover,.solution-detail-page-sidebar .services-box>.list-box>ul>li:hover .text h5 a i.arrow-hover {
    opacity: 1;
    transform: translateX(0)
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li>.icon {
    display: block;
    position: relative
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li>.icon i {
    color: #a5b1ad;
    display: inline-block;
    font-size: 12px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.solution-detail-page-sidebar .services-box>.list-box>ul>li.active .icon i,.solution-detail-page-sidebar .services-box>.list-box>ul>li:hover .icon i {
    opacity: 0
}

.solution-detail-page-sidebar .downloads-box {
    display: block;
    padding-bottom: 50px;
    position: relative
}

.solution-detail-page-sidebar .downloads-box>.title {
    align-items: center;
    background-color: var(--thm-gray-bg);
    border-radius: 6px;
    display: flex;
    padding: 12px 20px;
    position: relative
}

.solution-detail-page-sidebar .downloads-box>.title>.icon {
    display: block;
    line-height: 0;
    position: relative
}

.solution-detail-page-sidebar .downloads-box>.title>.icon>i {
    color: var(--thm-primary-color);
    display: inline-block;
    font-size: 20px;
    position: relative
}

.solution-detail-page-sidebar .downloads-box>.title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 8px
}

.solution-detail-page-sidebar .downloads-box .list-box {
    display: block;
    padding: 35px 20px 0;
    position: relative
}

.solution-detail-page-sidebar .downloads-box .list-box ul {
    display: block;
    position: relative
}

.solution-detail-page-sidebar .downloads-box .list-box ul li {
    align-items: center;
    border-bottom: 1px solid var(--thm-border-color);
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.solution-detail-page-sidebar .downloads-box .list-box ul li:last-child {
    border-bottom: 0 solid transparent;
    margin-bottom: 0;
    padding-bottom: 0
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .icon {
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    height: 45px;
    justify-content: center;
    position: relative;
    width: 45px
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text {
    display: block;
    padding-left: 20px;
    position: relative
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 17px
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text .btn {
    display: inline-block;
    padding: 0;
    position: relative
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text .btn a {
    align-items: center;
    color: #a5b1ad;
    display: flex;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    text-transform: uppercase
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text .btn a i {
    font-weight: 700;
    margin-right: 8px
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text .btn a:hover {
    color: var(--thm-primary-color)
}

.solution-detail-page-sidebar .banner-box {
    background-color: #062a26;
    border-radius: 6px;
    display: block;
    margin: 0 20px 20px;
    overflow: hidden;
    padding: 40px 30px;
    position: relative;
    z-index: 1
}

.solution-detail-page-sidebar .banner-box__shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.solution-detail-page-sidebar .banner-box .logo {
    display: block;
    position: relative
}

.solution-detail-page-sidebar .banner-box .logo a {
    display: inline-block;
    position: relative
}

.solution-detail-page-sidebar .banner-box .logo a img {
    width: auto
}

.solution-detail-page-sidebar .banner-box .title {
    display: block;
    padding-top: 20px;
    position: relative
}

.solution-detail-page-sidebar .banner-box .title h3 {
    color: var(--thm-white);
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: 44px
}

.solution-detail-page-sidebar .banner-box .title h3 span {
    padding-left: 50px
}

.solution-detail-page-sidebar .banner-box .text {
    display: block;
    padding-top: 16px;
    position: relative
}

.solution-detail-page-sidebar .banner-box .text p {
    color: #a5b1ad
}

.solution-detail-page-sidebar .banner-box .btn-box {
    display: inline-block;
    line-height: 0;
    padding-top: 27px;
    position: relative
}

.solution-detail-page-sidebar .banner-box .btn-box .btn-one:before {
    background: #a5b1ad
}

.essential-guide-style1 {
    background-color: var(--thm-white);
    padding: 120px 0 70px
}

.single-essential-guide-style1 {
    display: block;
    margin-bottom: 50px;
    position: relative
}

.single-essential-guide-style1 .img-box {
    display: block;
    padding-right: 70px;
    position: relative
}

.single-essential-guide-style1 .img-box .icon-box {
    align-items: center;
    background-color: var(--thm-black-bg);
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    font-size: 40px;
    height: 70px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 40px;
    width: 70px
}

.single-essential-guide-style1 .img-box .inner {
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative
}

.single-essential-guide-style1 .img-box .inner:before {
    background-color: var(--thm-black);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.single-essential-guide-style1:hover .img-box .inner:before {
    opacity: .7
}

.single-essential-guide-style1 .img-box .inner img {
    transform: scale(1);
    transition: all 1.5s ease;
    width: 100%
}

.single-essential-guide-style1:hover .img-box .inner img {
    transform: scale(1.05) rotate(0deg)
}

.single-essential-guide-style1 .img-box .overlay-title {
    background-color: var(--thm-white);
    bottom: 15px;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,.15);
    left: 0;
    padding: 13px 0 13px 25px;
    position: absolute;
    right: 45px;
    transition: background-color .5s ease;
    transition: all .5s ease;
    z-index: 2
}

.single-essential-guide-style1:hover .img-box .overlay-title {
    background-color: var(--thm-primary-color);
    box-shadow: transparent
}

.single-essential-guide-style1 .img-box .overlay-title:after {
    background-color: var(--thm-white);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .5s ease;
    transition: all .5s ease;
    width: 70px;
    z-index: 2
}

.single-essential-guide-style1:hover .img-box .overlay-title:after {
    background-color: var(--thm-primary-color)
}

.single-essential-guide-style1 .img-box .overlay-title .arrow-right {
    height: 146px;
    opacity: 1;
    position: absolute;
    right: -77px;
    top: -44px;
    transform: translateX(0);
    transition: width .5s ease;
    transition: all .5s ease;
    width: 119px;
    z-index: 2
}

.single-essential-guide-style1:hover .img-box .overlay-title .arrow-right {
    opacity: 0;
    transform: translateX(-50px)
}

.single-essential-guide-style1 .img-box .overlay-title:before {
    background-color: transparent;
    bottom: 0;
    clip-path: polygon(100% 50%,0 0,0 100%);
    content: "";
    height: 90px;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .5s ease;
    transition: all .5s ease;
    width: 45px;
    z-index: -1
}

.single-essential-guide-style1:hover .img-box .overlay-title:before {
    background-color: var(--thm-primary-color)
}

.single-essential-guide-style1 .img-box .overlay-title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.single-essential-guide-style1 .img-box .overlay-title h3 a {
    color: var(--thm-black);
    transition: all .3s linear;
    transition-delay: .1s
}

.single-essential-guide-style1:hover .img-box .overlay-title h3 a {
    color: var(--thm-white)
}

.growth-rate-style1 {
    background-color: var(--thm-white);
    padding: 60px 0 20px
}

.growth-rate-style1__content {
    display: block;
    position: relative
}

.growth-rate-style1 .sec-title.withtext {
    padding-bottom: 20px
}

.growth-rate-style1 .sec-title .text {
    padding-top: 19px
}

.growth-rate-style1 .btn-box {
    display: block;
    line-height: 0;
    position: relative
}

.growth-rate-style1 .btn-box .btn-one:before {
    background: var(--thm-primary-color)
}

.growth-rate-style1 .btn-box .btn-one:after {
    background: var(--thm-black)
}

.growth-rate-style1__growth,.progress-levels-outer-box {
    display: block;
    position: relative
}

.progress-levels-outer-box .inner-title {
    display: block;
    margin-bottom: 32px;
    padding-left: 20px;
    position: relative
}

.progress-levels-outer-box .inner-title:before {
    background-color: var(--thm-primary-color);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 10px
}

.progress-levels-outer-box .inner-title h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.progress-levels-outer-box .inner-content {
    display: block;
    position: relative
}

.progress-levels-outer-box .inner-content .value-box {
    align-items: center;
    bottom: -35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: -1px;
    position: absolute;
    right: 0;
    top: 0
}

.progress-levels-outer-box .inner-content .value-box .single-box {
    align-items: flex-end;
    border-left: 1px solid var(--thm-border-color);
    display: flex;
    height: 100%;
    justify-content: flex-start;
    position: relative;
    width: 20%
}

.progress-levels-outer-box .inner-content .value-box .single-box p {
    left: -10px;
    position: relative;
    top: 30px
}

.progress-levels-outer-box .inner-content .value-box .single-box.first p {
    left: -5px
}

.progress-levels-outer-box .inner-content .value-box .single-box-right {
    width: 0
}

.progress-levels-outer-box .inner-content .value-box .single-box-right p {
    left: -15px
}

.progress-levels-outer-box .inner-content .progress-levels {
    display: block;
    position: relative
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box {
    display: block;
    margin-top: 15px;
    position: relative
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-top: 22px;
    position: relative
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .top h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .skill-percent {
    position: relative
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .count-text {
    color: var(--thm-black);
    display: inline-block;
    float: none;
    font-family: var(--thm-font-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    position: relative
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .percent {
    color: var(--thm-black);
    display: inline-block;
    float: none;
    font-family: var(--thm-font-2);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-left: -3px;
    position: relative
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .bar {
    display: block;
    position: relative
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .bar .bar-innner {
    background-color: var(--thm-gray-bg);
    border-radius: 0;
    height: 8px;
    position: relative;
    width: 100%
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .bar .bar-fill {
    background-image: -moz-linear-gradient(180deg,#eb2226 0,#f3f3f4 100%);
    background-image: -webkit-linear-gradient(180deg,#eb2226,#f3f3f4);
    background-image: -ms-linear-gradient(180deg,#eb2226 0,#f3f3f4 100%);
    border-radius: 0;
    bottom: 0;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 2s ease .3s;
    width: 0
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .bar .bar-fill:before {
    color: #eb2226;
    content: "\e9be";
    font-family: icomoon!important;
    font-size: 25px;
    position: absolute;
    right: -14px;
    top: -9px
}

.progress-levels-outer-box--style2 .inner-content .progress-levels .progress-box .bar .bar-fill {
    background-image: -moz-linear-gradient(180deg,#e4492e 0,#f3f3f4 100%);
    background-image: -webkit-linear-gradient(180deg,#e4492e,#f3f3f4);
    background-image: -ms-linear-gradient(180deg,#e4492e 0,#f3f3f4 100%)
}

.find-job-candidate {
    display: block;
    padding: 440px 0 60px;
    position: relative
}

.find-job-candidate__bg {
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.find-job-candidate__inner {
    background-color: var(--thm-white);
    border-radius: 6px;
    padding: 10px 10px 10px 30px
}

.find-job-candidate__inner,.find-job-candidate__inner form {
    display: block;
    position: relative
}

.find-job-candidate__inner form ul {
    max-width: 770px;
    width: 100%;
    --bs-gutter-x: 0px
}

.find-job-candidate__inner form ul li {
    display: block;
    position: relative
}

.find-job-candidate__inner form ul li+li:before {
    background-color: var(--thm-border-color);
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px
}

.find-job-candidate__inner form ul li+li {
    padding-left: 30px
}

.find-job-candidate__inner form ul li .input-box {
    display: block;
    position: relative
}

.find-job-candidate__inner form ul li:first-child .input-box {
    border-left: 0 solid transparent
}

.find-job-candidate__inner form ul li .input-box .icon-box {
    align-items: center;
    background-color: transparent;
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    top: 0
}

.find-job-candidate__inner form ul li .input-box .icon-box span {
    color: var(--thm-primary-color);
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    position: relative
}

.find-job-candidate__inner form input[type=text] {
    background: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    color: var(--thm-body-font-color);
    display: block;
    font-family: var(--thm-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    padding-left: 25px;
    padding-right: 0;
    position: relative;
    width: 100%
}

.find-job-candidate__inner form input[type=text]::-webkit-input-placeholder {
    color: var(--thm-body-font-color)
}

.find-job-candidate__inner form input[type=text]::-moz-placeholder {
    color: var(--thm-body-font-color)
}

.find-job-candidate__inner form input[type=text]::-ms-input-placeholder {
    color: var(--thm-body-font-color)
}

.find-job-candidate__inner form .btn-box {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0
}

.find-job-candidate__inner form .btn-box .btn-one {
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px
}

.find-job-candidate__inner form .btn-box button+button {
    margin-left: 7px
}

.job-details-page {
    background-color: var(--thm-white);
    padding: 120px 0
}

.job-details-page-content {
    display: block;
    position: relative
}

.job-details-page-content .title-section {
    background-color: var(--thm-gray-bg);
    border-radius: 6px;
    justify-content: space-between;
    padding: 40px
}

.job-details-page-content .title-section,.job-details-page-content .title-section .left-box {
    align-items: center;
    display: flex;
    position: relative
}

.job-details-page-content .title-section .left-box .icon-box {
    align-items: center;
    background-color: var(--thm-white);
    border-radius: 6px;
    display: flex;
    height: 100px;
    justify-content: center;
    position: relative;
    width: 100px
}

.job-details-page-content .title-section .left-box .icon-box img {
    width: auto
}

.job-details-page-content .title-section .left-box .content-box {
    display: block;
    padding-left: 30px;
    position: relative
}

.job-details-page-content .title-section .left-box .content-box .category-box {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 8.41px;
    padding: 0 15px;
    position: relative
}

.job-details-page-content .title-section .left-box .content-box .category-box p {
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase
}

.job-details-page-content .title-section .left-box .content-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 5px
}

.job-details-page-content .title-section .left-box .content-box h3 a {
    color: var(--thm-black);
    transition: all .2s linear;
    transition-delay: .1s
}

.job-details-page-content .title-section .left-box .content-box h3 a:hover {
    color: var(--thm-primary-color)
}

.job-details-page-content .title-section .left-box .content-box p {
    color: #6a6b74
}

.job-details-page-content .title-section .right-box,.job-details-page-content .title-section .right-box ul {
    display: block;
    position: relative
}

.job-details-page-content .title-section .right-box ul li {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #a5b1ad;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    position: relative;
    width: 50px
}

.job-details-page-content .title-section .right-box ul li+li {
    margin-top: 10px
}

.job-details-page-content .title-section .right-box ul li .overlay-box {
    align-items: center;
    background-color: var(--thm-white);
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
    color: #6a6b74;
    display: flex;
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    left: -155px;
    line-height: 27px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    width: 155px
}

.job-details-page-content .title-section .right-box ul li:hover .overlay-box {
    opacity: 1
}

.job-details-page-content .job-description {
    display: block;
    padding-top: 47px;
    position: relative
}

.job-details-page-content .job-description h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 23px
}

.job-details-page-content .job-description p {
    margin: 0
}

.job-details-page-content .job-description p+p {
    margin-top: 19px
}

.job-details-page-content .job-responsibilities {
    display: block;
    padding-top: 32px;
    position: relative
}

.job-details-page-content .job-responsibilities h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 23px
}

.job-details-page-content .job-responsibilities .list-item {
    display: block;
    position: relative
}

.job-details-page-content .job-responsibilities .list-item li {
    display: block;
    padding-left: 25px;
    position: relative
}

.job-details-page-content .job-responsibilities .list-item li+li {
    margin-top: 15px
}

.job-details-page-content .job-responsibilities .list-item li .icon-box {
    left: 0;
    line-height: 0;
    position: absolute;
    top: 6px
}

.job-details-page-content .job-responsibilities .list-item li .icon-box i {
    display: inline-block;
    font-size: 16px;
    position: relative
}

.job-details-page-content .job-responsibilities .list-item li .text-box {
    display: block;
    position: relative
}

.job-details-page-content .job-responsibilities .list-item li .text-box p {
    margin: 0
}

.job-details-page-content .job-requirements {
    display: block;
    padding-top: 37px;
    position: relative
}

.job-details-page-content .job-requirements h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 24px
}

.job-details-page-content .job-requirements .list-item {
    display: block;
    position: relative
}

.job-details-page-content .job-requirements .list-item li {
    display: block;
    padding-left: 25px;
    position: relative
}

.job-details-page-content .job-requirements .list-item li+li {
    margin-top: 15px
}

.job-details-page-content .job-requirements .list-item li .icon-box {
    left: 0;
    line-height: 0;
    position: absolute;
    top: 6px
}

.job-details-page-content .job-requirements .list-item li .icon-box i {
    display: inline-block;
    font-size: 16px;
    position: relative
}

.job-details-page-content .job-requirements .list-item li .text-box {
    align-items: center;
    display: flex;
    position: relative
}

.job-details-page-content .job-requirements .list-item li .text-box .title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 140px;
    position: relative;
    width: 100%
}

.job-details-page-content .job-requirements .list-item li .text-box .title h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.job-details-page-content .job-requirements .list-item li .text-box .title span {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.job-details-page-content .job-requirements .list-item li .text-box .text {
    display: block;
    padding-left: 30px;
    position: relative
}

.job-details-page-content .job-requirements .list-item li .text-box .text p {
    margin: 0
}

.job-details-page-content .share-link-box {
    border-top: 1px solid var(--thm-border-color);
    display: block;
    margin-top: 62px;
    padding-top: 40px;
    position: relative
}

.job-details-page-content .share-link-box ul {
    display: block;
    position: relative
}

.job-details-page-content .share-link-box ul li {
    display: block;
    float: left;
    position: relative
}

.job-details-page-content .share-link-box ul li+li {
    margin-left: 30px
}

.job-details-page-content .share-link-box ul li a {
    align-items: center;
    background-color: #3b5999;
    border-radius: 6px;
    color: var(--thm-white);
    display: flex;
    font-family: var(--thm-font-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 13px 35px;
    position: relative;
    transition: background-color .5s ease;
    transition: all .5s ease
}

.job-details-page-content .share-link-box ul li a.bg1 {
    background-color: #55acee
}

.job-details-page-content .share-link-box ul li a.bg2 {
    background-color: #0077b5
}

.job-details-page-content .share-link-box ul li a.bg3 {
    background-color: #25d366
}

.job-details-page-content .share-link-box ul li:hover a {
    background-color: var(--thm-black-bg);
    color: var(--thm-white)
}

.job-details-page-content .share-link-box ul li a i {
    margin-right: 10px
}

.job-details-page-content .share-link-box .btn-box {
    display: inline-block;
    line-height: 0;
    padding-top: 30px;
    position: relative
}

.job-details-page-content .share-link-box .btn-box .btn-one {
    color: var(--thm-black)
}

.job-details-page-content .share-link-box .btn-box .btn-one:hover {
    color: var(--thm-white)
}

.job-details-page-content .share-link-box .btn-box .btn-one:after {
    background-color: var(--thm-gray-bg)
}

.job-details-page-sidebar {
    display: block;
    padding-left: 30px;
    position: relative
}

.job-details-page-sidebar-btn {
    display: block;
    line-height: 0;
    position: relative
}

.job-details-page-sidebar-btn .btn-one {
    display: block;
    text-align: center
}

.job-details-page-sidebar-btn .btn-one:after {
    background-color: var(--thm-black-bg)
}

.job-details-page-sidebar-btn .btn-one:before {
    background-color: var(--thm-primary-color)
}

.job-details-page-sidebar-job-details {
    display: block;
    padding-top: 40px;
    position: relative
}

.job-details-page-sidebar-job-details .list-item {
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    display: block;
    padding: 34px 30px 32px;
    position: relative
}

.job-details-page-sidebar-job-details .list-item li {
    border-bottom: 1px solid var(--thm-border-color);
    display: block;
    margin-bottom: 19px;
    padding-bottom: 17px;
    position: relative
}

.job-details-page-sidebar-job-details .list-item li:last-child {
    border-bottom: 0 solid transparent;
    margin-bottom: 0;
    padding-bottom: 0
}

.job-details-page-sidebar-job-details .list-item li h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 4px
}

.job-details-page-sidebar-job-details .list-item li p {
    margin: 0
}

.job-details-page-sidebar-job-details .list-item li p a {
    color: var(--thm-body-font-color);
    transition: all .2s linear;
    transition-delay: .1s
}

.job-details-page-sidebar-job-details .list-item li p a:hover {
    color: var(--thm-primary-color)
}

.job-details-page-sidebar__newsletter {
    border-radius: 6px;
    display: block;
    margin-top: 50px;
    overflow: hidden;
    padding: 33px 30px 40px;
    position: relative;
    z-index: 1
}

.job-details-page-sidebar__newsletter-bg {
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.job-details-page-sidebar__newsletter-bg:before {
    background-color: rgba(6,42,38,.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.job-details-page-sidebar__newsletter .title-box {
    display: block;
    position: relative
}

.job-details-page-sidebar__newsletter .title-box h3 {
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 3px
}

.job-details-page-sidebar__newsletter .title-box p {
    color: #a5b1ad
}

.job-details-page-sidebar__form {
    display: block;
    padding-top: 22px;
    position: relative
}

.job-details-page-sidebar__form form,.job-details-page-sidebar__form form .form-group {
    display: block;
    position: relative
}

.job-details-page-sidebar__form form .form-group input[type=email] {
    background: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    color: var(--thm-body-font-color);
    display: block;
    font-size: 17px;
    font-weight: 400;
    height: 55px;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    width: 100%
}

.job-details-page-sidebar__form .checked-box1 {
    padding-top: 12px
}

.job-details-page-sidebar__form .checked-box1 label {
    color: #a5b1ad;
    cursor: pointer;
    font-family: var(--thm-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 25px;
    position: relative
}

.job-details-page-sidebar__form .checked-box1 input[type=checkbox]+label span {
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 4px;
    height: 15px;
    left: 0;
    top: 6px;
    width: 15px
}

.job-details-page-sidebar__form .checked-box1 label span:before {
    border-radius: 4px;
    height: 9px;
    top: -1px;
    width: 9px
}

.job-details-page-sidebar__form .checked-box1 input[type=checkbox]:checked+label span {
    border-color: var(--thm-primary-color)
}

.job-details-page-sidebar__form .btn-box {
    display: block;
    line-height: 0;
    padding-top: 25px;
    position: relative
}

.job-details-page-sidebar__form .btn-box .btn-one:before {
    background-color: #a5b1ad
}

.place-job-form {
    background-color: var(--thm-white);
    padding: 60px 0
}

.company-details-form,.place-job-form-box {
    display: block;
    position: relative
}

.company-details-form {
    background-color: transparent;
    border: 1px solid #c5cbc9;
    border-radius: 20px;
    padding: 40px 50px
}

.company-details-form .title-box {
    display: block;
    margin-bottom: 35px;
    padding-left: 75px;
    position: relative
}

.company-details-form .title-box .icon {
    font-size: 55px;
    left: 0;
    line-height: 55px;
    position: absolute;
    top: 10px
}

.company-details-form .title-box .title {
    display: block;
    position: relative
}

.company-details-form .title-box .title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 3px
}

.company-details-form .title-box .title p {
    margin: 0
}

.company-details-form .row {
    --bs-gutter-x: 20px
}

.company-details-form .form-group {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.company-details-form .form-group .input-box {
    display: block;
    position: relative
}

.company-details-form .form-group input[type=email],.company-details-form .form-group input[type=text],.company-details-form .form-group textarea {
    background: transparent;
    border: 1px solid #c5cbc9;
    border-radius: 6px;
    color: var(--thm-body-font-color);
    display: block;
    font-family: var(--thm-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.company-details-form .form-group input[type=email]:focus,.company-details-form .form-group input[type=text]:focus,.company-details-form .form-group textarea:focus {
    border: 1px solid var(--thm-primary-color);
    outline: none
}

.company-details-form .form-group textarea {
    height: 130px;
    padding: 20px 20px 10px
}

.company-details-form input[type=text]::-webkit-input-placeholder {
    color: var(--thm-body-font-color)
}

.company-details-form input[type=text]:-moz-placeholder,.company-details-form input[type=text]::-moz-placeholder {
    color: var(--thm-body-font-color)
}

.company-details-form input[type=text]:-ms-input-placeholder {
    color: var(--thm-body-font-color)
}

.company-details-form input[type=email]::-webkit-input-placeholder {
    color: var(--thm-body-font-color)
}

.company-details-form input[type=email]:-moz-placeholder,.company-details-form input[type=email]::-moz-placeholder {
    color: var(--thm-body-font-color)
}

.company-details-form input[type=email]:-ms-input-placeholder {
    color: var(--thm-body-font-color)
}

.company-details-form textarea::-webkit-input-placeholder {
    color: var(--thm-body-font-color)
}

.company-details-form textarea:-moz-placeholder,.company-details-form textarea::-moz-placeholder {
    color: var(--thm-body-font-color)
}

.company-details-form textarea:-ms-input-placeholder {
    color: var(--thm-body-font-color)
}

.company-details-form .form-group .nice-select {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 6px;
    color: var(--thm-body-font-color);
    display: block;
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 400;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.company-details-form .form-group .nice-select:focus {
    border: 1px solid var(--thm-primary-color)
}

.company-details-form .form-group .nice-select:after {
    border-bottom: 2px solid var(--thm-border-color);
    border-right: 2px solid var(--thm-border-color);
    height: 8px;
    margin-top: 0;
    right: 22px;
    top: 21px;
    width: 8px;
    z-index: 10
}

.company-details-form .button-box {
    display: block;
    line-height: 0;
    position: relative
}

.company-details-form .button-box .btn-one {
    display: block;
    padding-bottom: 8px;
    padding-top: 7px
}

.company-details-form .button-box .btn-one:before {
    background-color: var(--thm-primary-color)
}

.company-details-form .button-box .btn-one:after {
    background-color: #001a39
}

.job-details-form {
    margin-top: 30px
}

.apply-now-form {
    display: block;
    padding-bottom: 100px;
    position: relative
}

.company-details-form .form-group--2 input[type=email],.company-details-form .form-group--2 input[type=text],.company-details-form .form-group--2 textarea {
    padding-right: 120px
}

.company-details-form .form-group--2 button {
    bottom: 5px;
    line-height: 0;
    position: absolute;
    right: 5px;
    top: 5px
}

.company-details-form .form-group--2 button.btn-one {
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px
}

.company-details-form .form-group--2 button.btn-one:before {
    background: var(--thm-primary-color)
}

.company-details-form .form-group--2 button.btn-one:after {
    background: var(--thm-black)
}

.apply-now-details-form {
    border: 0 solid transparent;
    border-radius: 0;
    padding: 30px 0 0
}

.apply-now-details-form--2 {
    display: block;
    padding: 10px 0 0;
    position: relative
}

.apply-now-details-form--2 button.btn-one {
    display: block;
    width: 100%
}

.apply-now-details-form--2 button.btn-one:before {
    background-color: var(--thm-primary-color)
}

.apply-now-details-form--2 button.btn-one:after {
    background-color: var(--thm-black-bg)
}

.page-banner {
    background-color: var(--thm-white)
}

.page-banner.pdt {
    padding-top: 120px
}

.page-banner__inner {
    background-color: var(--thm-gray-bg);
    border-radius: 6px;
    display: block;
    overflow: hidden;
    padding: 61px 70px 70px;
    position: relative
}

.page-banner__shape {
    bottom: 0;
    position: absolute;
    right: 0
}

.page-banner__content,.page-banner__content .sub-title {
    display: block;
    position: relative
}

.page-banner__content .sub-title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px
}

.page-banner__content .big-title {
    color: var(--thm-black);
    display: block;
    font-family: var(--thm-font-2);
    font-size: 90px;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
    text-transform: capitalize
}

.page-banner__content .title-box {
    display: block;
    position: relative
}

.page-banner__content .title-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 18px
}

.page-banner__content .title-box p {
    margin: 0
}

.page-banner__content .btn-box {
    display: block;
    line-height: 0;
    padding-top: 32px;
    position: relative
}

.page-banner__img {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 275px;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 570px;
    z-index: 1
}

.case-page-one {
    background-color: var(--thm-white);
    padding: 120px 0
}

.project-menu-box {
    background-color: var(--thm-gray-bg);
    border-radius: 6px;
    display: block;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.project-filter {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.project-filter li {
    display: flex;
    float: left;
    margin: 0 15px;
    position: relative
}

.project-filter li:first-child {
    margin-left: 0
}

.project-filter li:last-child {
    margin-right: 0
}

.project-filter li .filter-text {
    color: #93a09c;
    cursor: pointer;
    display: block;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 20px 5px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s ease;
    z-index: 1
}

.project-filter li .filter-text:before {
    background: var(--thm-primary-color);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all .4s cubic-bezier(.62,.21,.45,1.52);
    z-index: -1
}

.project-filter li.active .filter-text:before,.project-filter li:hover .filter-text:before {
    transform: scaleX(1)
}

.project-filter li.active .filter-text,.project-filter li:hover .filter-text {
    color: var(--thm-primary-color)
}

.project-filter li .count {
    display: none
}

.case-page-one .case-style1__single {
    margin-bottom: 30px
}

.case-page-one .styled-pagination {
    padding-top: 30px
}

.case-style2__single--2 {
    margin-bottom: 82px
}

.case-style1__single--2 .img-box .overlay-content {
    bottom: 30px;
    left: 30px;
    right: 30px
}

.case-style1__single--2 .img-box .overlay-content .title-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px
}

.case-style1__single--2 .img-box .overlay-content .category-box {
    bottom: 113px
}

.case-page-three .btn-box {
    display: block;
    line-height: 0;
    margin-top: 30px;
    position: relative
}

.coming-soon-page-style1 {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.coming-soon-page-style1__bg {
    background-attachment: scroll;
    background-blend-mode: luminosity;
    background-color: var(--thm-black);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.coming-soon-page-style1__bg:before {
    background: linear-gradient(0deg,#000 5%,rgba(0,0,0,.5));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.coming-soon-page-style1__content {
    display: block;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.coming-soon-page-style1__content .inner {
    display: block;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

.coming-soon-page-style1__content .big-title {
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-family: var(--thm-font-2);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1em;
    position: relative;
    text-transform: uppercase;
    -webkit-text-stroke: 1px var(--thm-white);
    word-spacing: 15px
}

.timer-box {
    margin: 57px 0 42px;
    z-index: 2
}

.timer-box,.timer-box .countdown-timer li {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.timer-box .countdown-timer li {
    background-color: var(--thm-base);
    border: 2px solid hsla(0,0%,100%,.1);
    border-radius: 50%;
    float: left;
    height: 170px;
    margin: 0 15px;
    width: 170px
}

.timer-box .countdown-timer li span.days,.timer-box .countdown-timer li span.hours,.timer-box .countdown-timer li span.minutes,.timer-box .countdown-timer li span.seconds {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 55px;
    font-weight: 700;
    line-height: 60px
}

.timer-box .countdown-timer li span.timeRef {
    color: #fff;
    display: block;
    font-family: var(--thm-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 11px;
    position: relative;
    text-transform: uppercase
}

.coming-soon-page-style1__content .inner .text {
    display: block;
    padding-bottom: 60px;
    position: relative
}

.coming-soon-page-style1__content .inner .text p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.subscribe-box-style1 {
    margin: 0 auto;
    max-width: 770px
}

.subscribe-box-style1,.subscribe-box-style1 form {
    display: block;
    position: relative;
    width: 100%
}

.subscribe-box-style1 form input[type=email] {
    background: #fff;
    border: 1px solid #fff!important;
    border-radius: 7px;
    color: var(--thm-gray);
    display: block;
    font-family: var(--thm-font);
    font-size: 18px;
    font-weight: 400;
    height: 70px;
    max-width: 560px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    transition: all .5s ease 0s;
    width: 100%
}

.subscribe-box-style1 form button {
    background: var(--thm-primary-color);
    border: 0 solid #e1e1e1!important;
    border-radius: 7px;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 70px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all .5s ease 0s;
    width: 195px
}

.subscribe-box-style1 form button:hover,.subscribe-box-style1 form input[type=email]:focus,.subscribe-box-style1 form input[type=email]:focus+button {
    color: var(--thm-black)
}

.subscribe-box-style1 form input::-webkit-input-placeholder {
    color: #444
}

.subscribe-box-style1 form input:-moz-placeholder,.subscribe-box-style1 form input::-moz-placeholder {
    color: #444
}

.subscribe-box-style1 form input:-ms-input-placeholder {
    color: #444
}

.error-page {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 10
}

.error-page__bg {
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.error-content,.error-content .big-title {
    display: block;
    position: relative
}

.error-content .big-title {
    margin-bottom: 5px
}

.error-content .big-title h2 {
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-family: var(--thm-font-2);
    font-size: 280px;
    font-weight: 700;
    line-height: 1.1em;
    position: relative;
    -webkit-text-stroke: 2px var(--thm-white)
}

.error-content .big-title h2:before {
    color: var(--thm-white);
    content: attr(data-hover);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all .5s cubic-bezier(.17,.67,.32,.87);
    white-space: nowrap;
    width: 0
}

.error-content .big-title h2:hover:before {
    width: 100%
}

.error-content .title {
    display: block;
    margin-bottom: 15px;
    position: relative
}

.error-content .title h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1.2em
}

.error-content .text {
    display: block;
    position: relative
}

.error-content .text p {
    color: #fff
}

.error-content .btns-box {
    display: block;
    line-height: 0;
    margin-top: 33px;
    position: relative
}

.is-animetion {
    margin-top: .5em
}

.is-animetion span {
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-primary-color);
    -webkit-animation: wave-text 2s ease-in-out infinite;
    animation: wave-text 2s ease-in-out infinite;
    display: inline-block;
    float: left
}

.is-animetion span:first-of-type {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.is-animetion span:nth-of-type(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.is-animetion span:nth-of-type(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.is-animetion span:nth-of-type(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.is-animetion span:nth-of-type(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.is-animetion span:nth-of-type(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.is-animetion span:nth-of-type(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.is-animetion span:nth-of-type(8) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    margin-left: 20px
}

.is-animetion span:nth-of-type(9) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.is-animetion span:nth-of-type(10) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    margin-left: 20px
}

.is-animetion span:nth-of-type(11) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-left: 20px
}

.is-animetion span:nth-of-type(12) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.is-animetion span:nth-of-type(13) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.is-animetion span:nth-of-type(14) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.is-animetion span:nth-of-type(15) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.is-animetion span:nth-of-type(16) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.is-animetion span:nth-of-type(17) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    margin-left: 20px
}

.is-animetion span:nth-of-type(18) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.is-animetion span:nth-of-type(19) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.is-animetion span:nth-of-type(20) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.is-animetion span:nth-of-type(21) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 2s
}

.is-animetion span:nth-of-type(22) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 2.1s
}

.is-animetion-style2 span:nth-of-type(6) {
    margin-left: 20px
}

.is-animetion-style2 span:nth-of-type(10),.is-animetion-style2 span:nth-of-type(11),.is-animetion-style2 span:nth-of-type(17),.is-animetion-style2 span:nth-of-type(8) {
    margin-left: 0
}

.is-animetion-style3 span:nth-of-type(4) {
    margin-left: 20px
}

.is-animetion-style3 span:nth-of-type(10),.is-animetion-style3 span:nth-of-type(11),.is-animetion-style3 span:nth-of-type(6),.is-animetion-style3 span:nth-of-type(8) {
    margin-left: 0
}

.is-animetion-style3 span:nth-of-type(13) {
    margin-left: 20px
}

.is-animetion-style3 span:nth-of-type(17) {
    margin-left: 0
}

@-webkit-keyframes fill {
    0% {
        -webkit-text-fill-color: var(--thm-primary-color)
    }

    to {
        -webkit-text-fill-color: var(--thm-secondary-color)
    }
}

.scrolling-text-style1 .inner ul li:hover span {
    -webkit-text-stroke: 1px var(--thm-secondary-color);
    -webkit-text-fill-color: var(--thm-primary-color);
    -webkit-animation: fill .5s infinite alternate
}

@-webkit-keyframes wave-text {
    00% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(-.6em)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes wave-text {
    00% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(-.6em)
    }

    to {
        transform: translateY(0)
    }
}

.cursor {
    background-color: var(--thm-primary-color);
    border-radius: 100%;
    display: none;
    height: 6px;
    pointer-events: none;
    position: fixed;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .2s cubic-bezier(.75,-.27,.3,1.33),-webkit-transform .3s cubic-bezier(.75,-1.27,.3,2.33);
    transition: opacity .2s cubic-bezier(.75,-.27,.3,1.33),-webkit-transform .3s cubic-bezier(.75,-1.27,.3,2.33);
    transition: transform .3s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33);
    transition: transform .3s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33),-webkit-transform .3s cubic-bezier(.75,-1.27,.3,2.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 6px;
    z-index: 1;
    z-index: 10000
}

.cursor:before {
    border: 1px solid var(--thm-primary-color);
    border-radius: 50%;
    bottom: -7px;
    content: "";
    left: -7px;
    position: absolute;
    right: -7px;
    top: -7px
}

.cursor.active,.cursor.menu-active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.cursor.hovered {
    opacity: 1
}

.cursor-follower {
    background-color: var(--thm-primary-color);
    border-radius: 100%;
    display: none;
    height: 33px;
    opacity: .3;
    pointer-events: none;
    position: fixed;
    -webkit-transform: translate(2px,2px);
    transform: translate(2px,2px);
    -webkit-transition: opacity .2s cubic-bezier(.75,-.27,.3,1.33),background .2s cubic-bezier(.75,-.27,.3,1.33),-webkit-transform .6s cubic-bezier(.75,-1.27,.3,2.33);
    transition: opacity .2s cubic-bezier(.75,-.27,.3,1.33),background .2s cubic-bezier(.75,-.27,.3,1.33),-webkit-transform .6s cubic-bezier(.75,-1.27,.3,2.33);
    transition: transform .6s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33),background .2s cubic-bezier(.75,-.27,.3,1.33);
    transition: transform .6s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33),background .2s cubic-bezier(.75,-.27,.3,1.33),-webkit-transform .6s cubic-bezier(.75,-1.27,.3,2.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 33px;
    z-index: 1;
    z-index: 10000
}

.cursor-follower.active {
    opacity: .1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.cursor-follower.menu-active {
    opacity: 1;
    -webkit-transform: scale(3);
    transform: scale(3)
}

.cursor-follower.hovered {
    opacity: 1
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    border-radius: 0;
    color: #252525;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    padding: 5px;
    width: 270px;
    z-index: 999!important
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative
}

.ui-datepicker td a {
    background-image: none!important;
    background: #f5f5f5!important;
    border: 1px solid #f9f9f9!important;
    color: #000!important;
    text-align: center
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    background: #333!important;
    border: 1px solid #333!important;
    color: #fff!important
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    border-radius: 30%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: 7px;
    transition: all .5s ease;
    width: 20px
}

.ui-datepicker .ui-datepicker-next {
    right: 5px
}

.ui-datepicker .ui-datepicker-next:hover,.ui-datepicker .ui-datepicker-prev:hover {
    background: #fff;
    border: none;
    top: 7px
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 .4em;
    width: 100%
}

.ui-datepicker th {
    border: none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center
}

.ui-datepicker-calendar .ui-state-default:active,.ui-datepicker-calendar .ui-state-default:hover {
    background: #43c3ea;
    border-color: #43c3ea;
    color: #fff
}

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

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

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

.newbtn-box a {
    letter-spacing: 1px
}

.newbtn-box a,.newbtn-box1 a {
    background: linear-gradient(48deg,#ee2124,#ee2124b8 42%,#ee2124);
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
    color: #fff!important;
    display: inline-block;
    font-size: 17px;
    font-weight: 700!important;
    line-height: 20px;
    overflow: hidden;
    padding: 12px 17px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    top: 3px;
    z-index: 1
}

.newbtn-box1 a {
    letter-spacing: 0
}

.newbtn-box a:before {
    animation: shine 1s linear infinite;
    background: hsla(0,0%,100%,.8);
    filter: blur(7px);
    height: 80px;
    left: 0;
    transform: translateX(-15px) rotate(20deg);
    transform: translateX(-100%);
    width: 8px
}

.newbtn-box a:after,.newbtn-box a:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transition: all .6s ease;
    z-index: -1
}

.newbtn-box a:after {
    border-bottom: 50px solid #0040ff;
    border-left: 40px solid transparent;
    left: -50px;
    transform: translateX(100%)
}

@keyframes shine {
    to {
        transform: translateX(290px) rotate(20deg)
    }
}

.shine-btn {
    margin-top: 12px
}

.slas:after {
    color: #fff;
    content: "|";
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
    z-index: 1
}

.padding-top {
    padding-top: 40px
}

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

.counter-one {
    overflow: hidden;
    padding: 70px 0;
    position: relative
}

.counter-one_pattern {
    animation: slideBackground 10s linear infinite;
    background-position: bottom;
    background-repeat: repeat-x;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@keyframes slideBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.counter-one .counter-block_one:nth-child(odd) {
    transform: translateY(90px)
}

.counter-block_one {
    margin-bottom: 120px;
    position: relative
}

.counter-block_one-inner {
    padding-left: 40px;
    position: relative
}

.counter-block_one-outline {
    background-image: linear-gradient(180deg,#999,#717171,#4c4c4c,#2a2a2a,#060606);
    height: 232%;
    left: 0;
    position: absolute;
    top: 90px;
    width: 2px
}

.counter-block_one-outline:before {
    background-color: #999;
    border-radius: 50px;
    content: "";
    height: 14px;
    left: -5px;
    outline: 1px dashed #000;
    outline-offset: 10px;
    position: absolute;
    top: 0;
    width: 14px
}

.counter-block_one-count {
    color: #000;
    font-family: Lexend Deca,sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1em;
    position: relative
}

.counter-block_one-count sup {
    color: #031e5a;
    position: relative
}

.counter-block_one-text {
    color: #000;
    font-family: Lexend Deca,sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-transform: capitalize
}

.slide-text,.slide-text .text-inner {
    display: block;
    position: relative
}

.slide-text .text-inner {
    background: #eb2226;
    padding: 25px 0;
    transform: rotate(-5deg)
}

.slide-text .text-inner:before {
    background: #001a39;
    content: "";
    height: 100%;
    left: -50px;
    position: absolute;
    top: 0;
    width: calc(100% + 100px)
}

.slide-text .text-inner .text-list {
    align-items: center;
    -moz-animation: scroll-left 400s linear infinite;
    -webkit-animation: scroll-left 400s linear infinite;
    animation: scroll-left 400s linear infinite;
    display: flex;
    position: relative;
    width: max-content
}

@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%)
    }
}

.slide-text .text-inner .text-list li {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
    margin-right: 132px;
    position: relative
}

.slide-text .text-inner .text-list li:before {
    background-repeat: no-repeat;
    content: "\f005";
    font-family: Font Awesome\ 5 Free;
    height: 37px;
    position: absolute;
    right: -120px;
    top: 2px;
    width: 37px
}

.industries-section {
    position: relative
}

.auto-container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: static
}

.industries-section .inner-container {
    border: 1px solid #e5e5e5;
    display: block;
    position: relative
}

.industries-section .industries-block-one {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    float: left;
    position: relative;
    width: 25%
}

.industries-block-one .inner-box {
    display: block;
    padding: 40px 28px 40px 29px;
    position: relative;
    z-index: 1
}

.industries-block-one .inner-box:before {
    background: #001a39;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    top: -1px;
    transition: all .5s ease;
    width: calc(100% + 2px);
    z-index: -1
}

.industries-block-one .inner-box .icon-box {
    color: #000;
    font-size: 50px;
    margin-bottom: 49px;
    position: relative;
    transition: all .5s ease
}

.industries-block-one .inner-box h3 {
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 38px
}

.industries-block-one .inner-box:hover:before {
    height: calc(100% + 2px)
}

.industries-block-one .inner-box:hover .icon-box,.industries-block-one .inner-box:hover h3 {
    color: #fff
}

.process-section {
    background: #002959;
    position: relative
}

.process-section .tab-btns {
    align-items: center;
    background: #fff;
    border-radius: 120px;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto 60px;
    max-width: 450px;
    padding: 8px;
    position: relative
}

.process-section .tab-btns li.active-btn {
    color: #fff
}

.process-section .tab-btns li {
    border-radius: 60px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    width: 50%;
    z-index: 1
}

.process-section .tab-btns li:hover {
    color: #fff
}

.process-section .tab-btns li.active-btn:before,.process-section .tab-btns li:hover:before {
    height: 100%
}

.process-section .tab-btns li:before {
    background: #002959;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 100%;
    z-index: -1
}

.process-section .tab-btns li i {
    display: inline-block;
    margin-right: 10px;
    position: relative
}

.tabs-box .tab.active-tab {
    display: block;
    transform: scale(1) translateY(0)
}

.tabs-box .tab {
    display: none;
    position: relative;
    transform: scale(.9) translateY(0);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.processing-block-one {
    background: #fff;
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;
    padding: 50px 40px 50px 25px;
    position: relative
}

.processing-block-one:before {
    background: #fff;
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all .5s ease;
    width: 100%
}

.processing-block-one .inner-box {
    display: block;
    padding-left: 48px;
    position: relative;
    z-index: 1
}

.processing-block-one .inner-box .count-text {
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px
}

.processing-block-one .inner-box h3 {
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
    transition: all .5s ease
}

.processing-block-one .inner-box p {
    color: #000;
    transition: all .5s ease
}

.processing-block-one:hover:before {
    transform: scaleX(1)
}

.processing-block-one:hover .inner-box h3,.processing-block-one:hover .inner-box h3 a {
    color: #000
}

.processing-block-one:hover .inner-box p {
    color: var(--text-color)
}

.process-section .pattern-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.text p {
    text-align: justify
}

.services-style-bg {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.07);
    box-shadow: 0 0 15px rgba(0,0,0,.07)
}

.services-card {
    background: #001a39;
    border-radius: 10px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 30px 18px 25px;
    position: relative;
    z-index: 1
}

.services-card:before {
    background-color: unset;
    background-image: url(../images/web-images/service.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.services-card i {
    color: #fff;
    font-size: 60px;
    line-height: 1
}

.services-card h2 a,.services-card h4 a,.services-card h5 a {
    color: #fff;
    display: block;
    font-size: 20px
}

.ht-50 {
    height: 50px
}

.services-card .learn-btn {
    color: #000;
    font-size: 15px;
    font-weight: 600
}

.btn-2 {
    background-color: #fff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.8;
    padding: 12px 15px;
    text-align: center
}

.services-card:after {
    background-color: #fff;
    border-radius: 170px 0 0 0;
    bottom: 0;
    content: "";
    height: 75px;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 75px;
    z-index: -1
}

.text-justify {
    text-align: justify
}

.team-details__client-name {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px
}

.team-details__top p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify
}

.section-title-two__title {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    margin: 6px 0 0
}

.contact-new .title h5 {
    font-size: 32px
}

.location-grid {
    background-color: #001a39!important;
    border-radius: 5px!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 600!important;
    padding: 15px!important;
    text-align: center;
    -webkit-transition: .7s!important;
    transition: .7s!important
}

.title h1 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px
}

.call-us-btn {
    align-items: center;
    animation: blink-border 2.5s infinite;
    background: linear-gradient(180deg,#ee212496,#ee2124);
    border: 2px solid #ee2124;
    border-radius: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,.4);
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    gap: 8px;
    padding: 8px 30px;
    text-decoration: none;
    transition: all .1s ease
}

@keyframes blink-border {
    0%,to {
        border-color: #ee2124
    }

    50% {
        border-color: #fff
    }
}

.marqueeinfinite {
    align-items: center;
    background: #001a39;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.infinite-mar {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0
}

.marquee--inner {
    animation: marquee 25s linear infinite;
    display: block;
    position: absolute;
    width: 200%;
    &:hover {
        animation-play-state: paused;
        color: #fff
    }
}

.marqueeinfinite span {
    float: left;
    overflow: hidden;
    width: 50%
}

@keyframes marquee {
    0% {
        left: 0
    }

    to {
        left: -100%
    }
}

.scroll-left {
    height: 30px;
    overflow: hidden;
    position: relative
}

.mbl-blck {
    display: none
}

.filter-menu1 {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 9999px;
    box-shadow: 0 0 10px 0 hsla(220,1%,50%,.51);
    margin: 0 auto 30px;
    max-width: 100%;
    padding: 15px 60px;
    position: relative;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.gallerybtn {
    display: flex;
    gap: 19px;
    justify-content: center
}

.gallerybtn .active {
    background-color: #eb2226;
    color: #fff!important
}

.gallerybtn a {
    background-color: transparent;
    border: none;
    border-radius: 9999px;
    box-shadow: 0 0 10px 0 hsla(220,1%,50%,.51);
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 31px;
    position: relative
}

.our-gallery .our-images .owl-nav-style-one.owl-theme .owl-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 10
}

.our-gallery .our-images .owl-nav-style-one.owl-theme .owl-nav .owl-next,.our-gallery .our-images .owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    background-color: #cecece!important;
    border-radius: 30px!important;
    bottom: 0!important;
    height: 36px!important;
    position: absolute!important;
    transform: rotate(0deg);
    transition: all .4s ease-in-out;
    width: 36px!important;
    z-index: 1
}

.our-gallery .our-images .owl-nav-style-one.owl-theme .owl-nav [class*=owl-] {
    border: 1px solid var(--thm-border-color);
    display: inline-block;
    margin: 0 5px;
    transition: all .7s ease 3s;
    z-index: 1
}

.our-gallery .our-images .owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 20px!important;
    right: 0!important
}

.our-gallery .our-images .owl-nav-style-one.owl-theme .owl-nav [class*=owl-] span {
    font-size: 14px
}

.our-gallery .our-images .owl-nav-style-one.owl-theme .owl-nav [class*=owl-]:hover:before {
    transform: none!important
}

.our-gallery .our-images .owl-nav-style-one.owl-theme .owl-nav [class*=owl-]:before {
    background-color: #cecece;
    border-radius: 30px
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-]:hover span {
    color: #fff
}

.theme-btn {
    background: #78eb54;
    border-radius: 50px;
    color: var(--title-color)!important;
    display: inline-block;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    padding: 15px 40px;
    position: relative;
    text-align: center;
    transition: all .5s ease-in-out 0s;
    vertical-align: middle;
    z-index: 1
}

.theme-btn:before {
    content: "\f879";
    font-family: Font Awesome\ 5 Brands;
    font-weight: 500;
    left: 15px;
    position: absolute;
    top: 14px;
    transition: all .5s ease
}

.gap {
    gap: 30px
}

.gap1 {
    gap: 30px
}

@media (max-width: 767px) {
    .main-footer__bottom__inner {
        flex-direction:column;
        gap: 0 0;
        padding: 10px 0
    }
}

.des-view1 {
    display: block
}

.mb-view1 {
    display: none!important
}

@media only screen and (max-width: 1199px) {
    .des-view1 {
        display:none!important
    }

    .mb-view1 {
        display: block!important
    }
}

.des-view {
    display: block
}

.mb-view {
    display: none!important
}

@media only screen and (max-width: 991px) {
    .des-view {
        display:none!important
    }

    .mb-view {
        display: block!important
    }

    .mb-padding0 {
        padding-top: 0!important
    }

    .mb-padding {
        padding-top: 5px
    }

    .mb-padding1 {
        padding-top: 10px
    }

    .mb-padding2 {
        padding-top: 15px
    }

    .mb-padding3 {
        padding-top: 20px
    }

    .mb-padding4 {
        padding-top: 30px
    }

    .mb-padding5 {
        padding-top: 40px!important
    }

    .mb-paddingb0 {
        padding-bottom: 1px!important
    }

    .mb-paddingb {
        padding-bottom: 5px
    }

    .mb-paddingb1 {
        padding-bottom: 10px
    }

    .mb-paddingb2 {
        padding-bottom: 15px
    }

    .mb-paddingb3 {
        padding-bottom: 20px!important
    }

    .mb-paddingb4 {
        padding-bottom: 30px
    }

    .mb-paddingb5 {
        padding-bottom: 40px
    }

    .mb-margin3 {
        margin-top: 0
    }

    .mb-margin3b {
        margin-bottom: 0
    }

    .mb-text-center {
        text-align: center!important
    }

    .mb-justify-content-center {
        justify-content: center
    }
}

.testimonial-style3 .testimonial-style3__inner .testimonial-style3__single .new-text {
    display: inline-block;
    max-width: 900px
}

.whatsapp-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: .5;
    margin-bottom: 0;
    padding-bottom: 0
}

#whatsapp-chat {
    animation-duration: 1s;
    animation-name: showchat;
    border-radius: 10px;
    bottom: 230px;
    box-shadow: 0 1px 15px rgba(32,33,36,.28);
    box-sizing: border-box!important;
    outline: none!important;
    overflow: hidden;
    position: fixed;
    right: 32px;
    transform: scale(1);
    width: 350px;
    z-index: 99
}

a.blantershow-chat {
    background: none!important;
    border-radius: 30px;
    bottom: 180px;
    color: #404040;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    justify-content: space-between;
    padding: 4px;
    position: fixed;
    right: 49px;
    width: 45px;
    z-index: 1002
}

a.blantershow-chat svg {
    transform: scale(1.2)
}

.header-chat {
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px
}

.header-chat h3 {
    margin: 0 0 10px
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0
}

.info-avatar {
    position: relative
}

.info-avatar img {
    background: #fff;
    border-radius: 100%;
    float: left;
    margin: 0 10px 0 0;
    width: 60px
}

a.informasi {
    animation-duration: .5s;
    animation-name: showhide;
    display: block;
    overflow: hidden;
    padding: 20px
}

a.informasi:hover {
    background: #f1f1f1
}

.info-chat span {
    display: block
}

#get-label,span.chat-label {
    color: #888;
    font-size: 12px
}

#get-nama,span.chat-nama {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0 0
}

#get-label,#get-nama {
    color: #fff
}

span.my-number {
    display: none
}

textarea#chat-input {
    border: none;
    border-radius: 0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 46px;
    min-height: 50px;
    outline: none;
    padding: 9px;
    resize: none;
    width: 100%
}

a#send-it {
    background: #eee;
    font-weight: 700;
    padding: 10px 10px 0
}

a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center
}

.first-msg span {
    background: #e2e2e2;
    border-radius: 10px;
    color: #333;
    display: inline-block;
    font-size: 14.2px;
    line-height: 1.7;
    padding: 15px 20px
}

.start-chat .blanter-msg {
    display: flex
}

#get-number {
    display: none
}

a.close-chat {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 5px
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba
    }

    15% {
        background-color: #111
    }

    25% {
        background-color: #b6b5ba
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba
    }

    25% {
        background-color: #111
    }

    35% {
        background-color: #b6b5ba
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba
    }

    35% {
        background-color: #111
    }

    45% {
        background-color: #b6b5ba
    }
}

@keyframes showhide {
    0% {
        opacity: 0;
        transform: scale(.5)
    }
}

@keyframes showchat {
    0% {
        opacity: 0;
        transform: scale(0)
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        font-size:80%;
        left: 5%;
        right: 5%;
        width: auto
    }
}

@media screen and (max-width: 1200px) {
    .index-page.show {
        display:none!important
    }
}

#whatsapp-chat.hide {
    display: none
}

#whatsapp-chat.hide,#whatsapp-chat.show {
    animation-duration: .5s;
    animation-name: showhide;
    opacity: 1;
    transform: scale(1)
}

#whatsapp-chat.show {
    display: block
}

.whatsapp-message-container {
    display: flex;
    z-index: 1
}

.whatsapp-message {
    background-color: #fff;
    border-radius: 0 8px 8px;
    box-shadow: 0 1px .5px rgba(0,0,0,.13);
    margin-left: -54px;
    margin-top: 4px;
    max-width: calc(100% - 66px);
    opacity: 0;
    padding: 7px 14px 6px;
    position: relative;
    transform-origin: center top 0;
    transition: all .3s ease 0s;
    z-index: 2
}

.whatsapp-chat-body {
    background-color: #e6ddd4;
    padding: 4px 0 0 2px;
    position: relative
}

.whatsapp-chat-body:before {
    background-image: url(../../senthaa/image-senthaa/whatsapp-bg.webp);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .08;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.dAbFpq,.eJJEeC {
    display: flex;
    z-index: 1
}

.eJJEeC {
    background-color: #fff;
    border-radius: 16px;
    height: 32px;
    width: 52.5px;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    box-shadow: 0 1px .5px rgba(0,0,0,.13);
    margin-left: 10px;
    opacity: 0;
    transition: all .1s ease 0s
}

.hFENyl {
    display: flex;
    position: relative
}

.ixsrax {
    animation-iteration-count: infinite;
    animation-name: ZpjSY;
    animation-timing-function: linear;
    background-color: #9e9da2
}

.dRvxoz,.ixsrax {
    animation-duration: 1.2s;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    margin: 0 2px;
    position: relative;
    top: 0;
    width: 5px
}

.dRvxoz {
    animation-iteration-count: infinite;
    animation-name: hPhMsj;
    animation-timing-function: linear;
    background-color: #b6b5ba
}

.kAZgZq {
    margin-left: -54px;
    margin-top: 4px;
    max-width: calc(100% - 66px);
    opacity: 0;
    position: relative;
    transform-origin: center top 0;
    transition: all .3s ease 0s;
    z-index: 2
}

.bMIBDo {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px
}

.iSpIQi {
    color: #111;
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px
}

.cqCDVm {
    color: hsla(0,0%,7%,.5);
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -4px;
    margin-right: -8px;
    margin-top: 4px;
    text-align: right
}

.phone .phon1 {
    bottom: 135px;
    position: fixed;
    right: 44px;
    width: 35px;
    z-index: 9
}

.call-phone {
    bottom: 117px;
    height: 40px;
    position: fixed;
    right: 53px;
    z-index: 1003
}

.spl-full-img {
    height: 500px;
    width: 100%
}

.alicon-center {
    align-content: center!important
}

.txt-justy {
    text-align: justify!important
}

.pro-rig {
    padding-left: calc(10% - 100px);
    padding-right: calc(12% - 100px)
}

.pro-lef,.pro-rig {
    background-color: #fcfcfc
}

.pro-lef {
    padding-left: calc(12% - 100px);
    padding-right: calc(10% - 100px)
}

.spl-padd0 {
    padding: 0!important
}

.special-heading {
    text-transform: uppercase
}

.above {
    border-bottom: 1px solid #000
}

.spl-under {
    margin-bottom: 10px!important
}

.spl-headdd {
    font-size: 25px
}

.spl-fowei300 {
    font-weight: 300!important
}

@keyframes moveBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -1000px 0
    }
}

@media (max-width: 1440px) {
    .about-style2__img .img-box {
        border-radius:6px;
        overflow: hidden;
        position: absolute;
        right: 0!important;
        top: 0
    }
}

.mt-120 {
    margin-top: 60px!important
}

.spl-font26 {
    font-size: 26px!important
}

.owl-carousel .owl-item img {
    width: 66%!important
}

.bann-cont {
    color: #fff;
    font-size: 50px;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    text-transform: uppercase;
    top: -450px;
    z-index: 1
}

.spl-icons {
    display: flex
}

.ul-title h3 {
    color: #001a39;
    font-size: 24px;
    font-weight: 600
}

.ttrans-upp {
    text-transform: uppercase
}

.spl-blk-bg {
    background-color: #000
}

.spl-txt-white {
    color: #fff!important;
    text-align: justify
}

.spl-txt-yellow {
    color: #f9ec31!important
}

.spl-txt-red {
    color: #eb2226!important;
    font-size: 19px!important;
    font-weight: 700!important;
    padding-bottom: 10px
}

.spl-wid150 {
    width: 150px!important
}

.spl-wid190 {
    width: 190px!important
}

.spl-wid70 {
    width: 70px!important
}

.secu-bg {
    background-image: url(../images/web-images/about/security.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%
}

.spl-pos {
    margin-bottom: 38px!important;
    margin-top: -600px
}

.testimonial--one {
    background-color: #fbefe2;
    padding: 30px 0;
    position: relative
}

.testimonial--one_bg {
    background-position: bottom;
    background-repeat: repeat-x;
    bottom: 0;
    height: 242px;
    left: 0;
    position: absolute;
    right: 0
}

.testimonial--one_icon {
    height: 181px;
    position: absolute;
    right: 2%;
    width: 181px
}

.testimonial--one_icon-two {
    height: 181px;
    left: 2%;
    position: absolute;
    width: 181px
}

.testimonial-block_one {
    margin-bottom: 30px;
    padding: 50px 70px 0;
    position: relative
}

.testimonial-block_one-inner {
    position: relative
}

.testimonial-block_one-upper {
    min-height: 160px;
    padding-left: 210px;
    padding-top: 30px;
    position: relative
}

.testimonial-block_one-author_outer {
    background-color: #e18f4d;
    border-radius: 20px 0 20px 20px;
    height: 160px;
    left: 0;
    padding-top: 30px;
    position: absolute;
    top: 0;
    width: 164px
}

.testimonial-block_one-author_outer:before {
    border-bottom: 20px solid #9c5e2d;
    border-right: 18px solid transparent;
    content: "";
    position: absolute;
    right: -18px;
    top: 0
}

.testimonial-block_one-author {
    border: 2px solid #fff;
    border-radius: 150px;
    display: block;
    height: 99px;
    margin: 0 auto;
    position: relative;
    width: 99px
}

.testimonial-block_one-author img {
    border-radius: 50px
}

.testimonial-block_one-author_content {
    border-bottom: 1px solid #e7dacf;
    padding-bottom: 35px;
    padding-right: 30px;
    padding-top: 25px;
    position: relative
}

.testimonial-block_one-quote {
    color: #1c0d00;
    font-family: flaticon_fllopi-icons;
    font-size: 40px;
    line-height: 1em;
    position: absolute;
    right: 40px;
    top: 60px
}

.testimonial-block_one-lower {
    padding: 20px 35px 30px;
    position: relative
}

.testimonial-block_one-text {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    text-align: justify
}

.testimonial-block_one-rating {
    color: #faa162;
    font-size: 18px;
    margin-top: 10px;
    position: relative
}

.testimonial--one_icon,.testimonial--one_icon-two {
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: rotateme;
    -webkit-animation-timing-function: linear
}

@keyframes rotateme {
    0% {
        opacity: 1;
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        opacity: 1;
        transform: rotate(1turn)
    }
}

.testimonial-block_one-color {
    background-color: #fff;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 20px
}

.spl-65 {
    width: 65%!important
}

.spl-fw500 {
    font-weight: 500!important
}

.spl-font17 {
    font-size: 17px!important
}

.fa-shield:before {
    content: "\f132"
}

.bann-txt1 {
    left: 30%!important;
    opacity: 1!important;
    text-align: center!important;
    top: 37%!important
}

.spl-bef {
    border-bottom: 1px solid #000;
    width: fit-content
}

@media (max-width: 1200px) {
    .spl-font-p {
        font-size:15px!important
    }

    .ul-title h3 {
        color: #001a39;
        font-size: 20px;
        font-weight: 600
    }

    .about-style3__content .list-item ul li .title-box h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 3px
    }

    .fact-counter-style1__single .counter-box h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 65px
    }

    .fact-counter-style1__single .counter-box h2 .k {
        display: inline-block;
        line-height: 50px;
        margin-left: 0;
        position: relative;
        top: 2px
    }

    .sec-title.withtext {
        padding-bottom: 20px
    }

    .testimonial-block_one-text {
        color: #000;
        font-size: 15px;
        line-height: 32px;
        position: relative;
        text-align: justify
    }

    .testimonial-block_one {
        margin-bottom: 30px;
        padding: 50px 10px 0;
        position: relative
    }

    .about-style2 {
        padding: 20px 0 30px
    }

    .about-style2__content .sec-title .text {
        padding-top: 10px
    }

    .about-style2__content .sec-title.withtext {
        padding-bottom: 10px
    }

    .award-style1 {
        background-color: #d4e4f8;
        padding: 30px 0 0
    }

    .award-style1__single-content {
        display: block;
        padding-top: 0;
        position: relative
    }

    .mt-120 {
        margin-top: 20px!important
    }

    .corporate-office-style1,.place-job-form {
        background-color: var(--thm-white);
        padding: 40px 0 30px
    }
}

@media (max-width: 991px) {
    .spl-full-img {
        height:100%;
        padding: 0 15px;
        width: 100%
    }

    .pro-rig {
        background-color: #fcfcfc;
        padding-left: 15px;
        padding-right: 15px
    }

    .spl-bus-head .spl-headdd {
        font-size: 20px
    }

    .spl-bus-head {
        font-weight: 500!important;
        padding-top: 15px!important
    }

    .pro-lef {
        background-color: #fcfcfc;
        padding-left: 15px;
        padding-right: 15px
    }

    .spl-ps-0 {
        padding-left: 0
    }

    .spl-pe-0 {
        padding-right: 0
    }

    .testimonial-block_one-upper {
        min-height: 90px;
        padding-left: 110px;
        padding-top: 10px;
        position: relative
    }

    .title h1 {
        color: #000;
        font-size: 25px;
        font-weight: 600;
        line-height: 45px;
        margin-bottom: 20px
    }

    .testimonial-block_one {
        margin-bottom: 30px;
        padding: 0;
        position: relative
    }

    .testimonial-block_one-author_outer {
        background-color: #e18f4d;
        border-radius: 20px 0 20px 20px;
        height: 80px;
        left: 0;
        padding-top: 30px;
        position: absolute;
        top: 0;
        width: 80px
    }

    .testimonial-block_one-author {
        border: 2px solid #fff;
        border-radius: 150px;
        display: block;
        height: 50px;
        margin: 0 auto;
        position: relative;
        top: -14px;
        width: 50px
    }

    .testimonial-block_one-author_content {
        border-bottom: 1px solid #e7dacf;
        padding-bottom: 15px;
        padding-right: 30px;
        padding-top: 25px;
        position: relative
    }

    .testimonial-block_one-lower {
        padding: 0 15px 30px;
        position: relative
    }

    .testimonial--one {
        background-color: #fbefe2;
        padding: 30px 0 0;
        position: relative
    }

    .partner-style2 {
        overflow: hidden;
        padding: 40px 0 30px
    }

    .spl-font16 {
        font-size: 16px!important
    }

    .spl-font26 {
        font-size: 18px!important
    }
}

.spl-font-p {
    font-size: 17px
}

.gallery-image {
    display: flex;
    justify-content: center!important
}

@media (min-width: 1200px) {
    .spl-bus-padd {
        padding-left:0!important;
        padding-right: 0!important
    }
}

@media (max-width: 1300px) {
    .main-menu .main-menu__list>li>a,.stricky-header .main-menu__list>li>a {
        color:#001a39;
        display: inline-block;
        font-family: var(--thm-font);
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        position: relative;
        text-transform: capitalize;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
}

@media (min-width: 1280px) and (max-width:1440px) {
    .sec-title h2 {
        color:#000;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.3em;
        text-transform: none
    }

    .ul-title h3 {
        color: #001a39;
        font-size: 22px;
        font-weight: 600
    }

    .about-style3__content .list-item ul li .title-box h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 3px
    }

    .spl-font-p {
        font-size: 16px
    }

    .main-menu .main-menu__list>li>a,.stricky-header .main-menu__list>li>a {
        color: #001a39;
        display: inline-block;
        font-family: var(--thm-font);
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        position: relative;
        text-transform: capitalize;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
}

.spl-fowei700 {
    font-weight: 700!important
}

.spl-ttrans-caps {
    text-transform: capitalize!important
}

.spl-match {
    color: #fff;
    font-size: 1px
}

img {
    height: auto;
    max-width: 100%
}

.ratio-1x1 {
    aspect-ratio: 1/1
}

.ratio-4x4 {
    aspect-ratio: 4/4
}

.ratio-4x3 {
    aspect-ratio: 4/3
}

.image-box {
  aspect-ratio: 1 / 1;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.why-icon {
  width: 25%;
  max-width: 60px;   /* optional safety cap */
  height: auto;
}
.hero-banner {
  width: 100%;
  height: auto;
  max-height: 100vh;     /* prevents vertical overflow */
  object-fit: cover;
  display: block;
}
nav.main-menu.main-menu-style1 a {
  color: #000000;
}

/* Hover state (optional but recommended) */
nav.main-menu.main-menu-style1 a:hover {
  color: #111111;
}

/* Active menu item */
nav.main-menu.main-menu-style1 a.active,
nav.main-menu.main-menu-style1 li.current a {
  color: #c1121f; /* brand red – passes contrast */
  font-weight: 600;
}
