/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Utility

# Cards

# Common

# Form

# Navigation

# Animations

# Mobile Nav

# Search Popup

# Page Header

# Google Map

# Client Carousel

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Common

--------------------------------------------------------------*/

/*== Default Css ==*/



:root {

    --thm-font: "Lexend", sans-serif;

    --thm-font-2: "Sora", sans-serif;

    --thm-primary-color: #5171ff;

    --thm-primary-color-rgb: 81, 113, 255;

    --thm-secondary-color: #0ccfa2;

    --thm-secondary-color-rgb: 12, 207, 162;



    --thm-body-font-color: #656567;

    --thm-body-font-size: 16px;

    --thm-body-line-height: 26px;

    --thm-body-font-weight: 400;



    --thm-heading-font-color: #070e2e;

    --thm-white: #ffffff;

    --thm-black: #070e2e;

    --thm-black-bg: #091033;

    --thm-gray-bg: #eff0f5;

    --thm-border-color: #e3e4ea;

    --thm-border-radius: 4px;

}









body {

    font-family: var(--thm-font);

    color: var(--thm-body-font-color);

    font-size: var(--thm-body-font-size);

    line-height: var(--thm-body-line-height);

    font-weight: var(--thm-body-font-weight);

}



.body-bg-1 {

    background-color: #ffffff;

}



p {

    font-family: var(--thm-font);

    color: var(--thm-body-font-color);

    font-size: var(--thm-body-font-size);

    line-height: var(--thm-body-line-height);

    font-weight: var(--thm-body-font-weight);

    margin: 0;

}



a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.container {

    padding-left: 15px;

    padding-right: 15px;

}





@media (min-width: 1200px) {

    .container {

        max-width: 1200px;

    }

}



.auto-container {

    position: static;

    max-width: 1200px;

    padding: 0px 15px;

    margin: 0 auto;

}



.row {

    --bs-gutter-x: 30px;

}



.gutter-y-30 {

    --bs-gutter-y: 30px;

}



section {

    position: relative;

    display: block;

    z-index: 1;

}











body.locked {

    overflow: hidden;

}



a,

a:hover,

a:focus,

a:visited {

    text-decoration: none;

}



::-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;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    color: var(--thm-heading-font-color);

    font-family: var(--thm-font-2);

    font-weight: 700;

    margin: 0;

}







dl,

ol,

ul {

    margin-top: 0;

    margin-bottom: 0;

}



::-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;

}



.fancybox-slide .fancybox-image-wrap {

    border-radius: 10px;

    overflow: hidden;

}







.page-wrapper {

    position: relative;

    margin: 0 auto;

    width: 100%;

    min-width: 300px;

    overflow: hidden;

}



::-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 {

    cursor: pointer;

    border: none;

    background: transparent;

    padding: 0;

}



ul,

li {

    list-style: none;

    margin: 0;

    padding: 0;

}



ol,

li {

    margin: 0;

    padding: 0;

}



img {

    max-width: 100%;

    height: auto;

    transition-delay: 0.1s;

    transition-timing-function: ease-in-out;

    transition-duration: 0.7s;

    transition-property: all;

}



/* Form validation styles */

input:focus,

textarea:focus,

select:focus {

    border-color: #43c3ea;

    outline: none;

}



#contact-form input[type="text"].error {

    border-color: red;

}



#contact-form input[type="email"].error {

    border-color: red;

}



#contact-form select.error {

    border-color: red;

}



#contact-form textarea.error {

    border-color: red;

}



#contact-form label.error {

    display: none !important;

}



























.rating-box-style1 {

    position: relative;

    display: block;

}



.rating-box-style1 ul {

    position: relative;

    display: flex;

}



.rating-box-style1 ul li {

    position: relative;

    display: block;

    line-height: 0;

}



.rating-box-style1 ul li+li {

    padding-left: 5px;

}



.rating-box-style1 ul li span {

    position: relative;

    display: inline-block;

    color: var(--thm-primary-color);

    font-size: 16px;

    cursor: pointer;

}





/** Thm Social Link **/

.thm-social-link {

    position: relative;

    display: block;

    padding-top: 30px;

}



.thm-social-link ul {

    position: relative;

    display: block;

}



.thm-social-link ul li {

    position: relative;

    float: left;

    margin-right: 10px;

}



.thm-social-link ul li:last-child {

    margin-right: 0;

}



.thm-social-link ul li a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 50px;

    width: 50px;

    background-color: var(--thm-black);

    border-radius: 5px;

    color: var(--thm-white);

    font-size: 18px;

    text-align: center;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: 1;

}



.thm-social-link ul li a:before {

    position: absolute;

    top: 0px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    background-color: rgba(var(--thm-primary-color-rgb), 1);

    border-radius: 5px;

    content: "";

    opacity: 0;

    transform: scale(0.5);

    transform-style: preserve-3d;

    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.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: #ffffff;

}







/** xs sidebar **/

.xs-sidebar-group .xs-overlay {

    position: fixed;

    top: 0;

    left: 0%;

    bottom: 0;

    right: 0;

    opacity: 0;

    visibility: hidden;

    cursor: url(../images/icon/cross-out.png), pointer;

    z-index: 99999999;



    transition: -webkit-transform 0.4s ease;

    transition: transform 0.4s ease;

    transition: transform 0.4s ease, -webkit-transform 0.4s ease;

    transform-origin: left right;

    -webkit-transform: scale(1, 0);

    transform: scale(1, 0);

}



.xs-sidebar-group.isActive .xs-overlay {

    opacity: 0.95;

    visibility: visible;

    right: 100%;

    background: var(--thm-black);

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

    transform-origin: left center;

}





.xs-sidebar-widget {

    position: fixed;

    top: 0;

    right: -100%;

    bottom: 0;

    max-width: 460px;

    width: 100%;

    background-color: #ffffff;

    overflow: hidden;

    overflow-y: auto;



    transition-timing-function: ease-out;

    transition: 0.5s;



    visibility: hidden;

    opacity: 1;

    z-index: 999999999;

}



.xs-sidebar-group.isActive .xs-sidebar-widget {

    opacity: 1;

    visibility: visible;

    right: 0;

    transition-timing-function: ease-in;

    transition: 0.5s;

}



.sidebar-widget-container {

    position: relative;

    top: 150px;

    opacity: 0;

    visibility: hidden;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    transition: all 300ms ease 100ms;

}



.xs-sidebar-group.isActive .sidebar-widget-container {

    top: 0px;

    opacity: 1;

    visibility: visible;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    transition: all 900ms ease 500ms;

}



.xs-overlay {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    opacity: 0.8;

    z-index: 0;

    background-color: #000000;

}



.sidebar-textwidget {

    padding: 50px 45px;

}



.xs-sidebar-group .widget-heading {

    position: absolute;

    top: 0;

    right: 0;

    padding: 25px;

}



.xs-sidebar-group .widget-heading a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 40px;

    height: 40px;

    border: 1px solid var(--thm-black);

    border-radius: 50%;

    color: var(--thm-black);

    font-size: 20px;

    font-weight: 400;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.xs-sidebar-group .widget-heading a:hover {

    color: var(--thm-primary-color);

    border-color: var(--thm-primary-color);

}



.xs-sidebar-group .content-inner .logo {

    position: relative;

    display: block;

    border-bottom: 1px solid #e0e0e0;

    padding-bottom: 30px;

}



.xs-sidebar-group .content-inner .logo a {

    position: relative;

    display: inline-block;

}



.xs-sidebar-group .content-inner h3 {

    color: var(--thm-black);

    font-size: 28px;

    line-height: 40px;

    font-weight: 700;

    text-transform: capitalize;

    font-family: var(--thm-font);

    margin-bottom: 22px;

}



.xs-sidebar-group .content-inner h3 span {

    color: var(--thm-base);

    font-size: 25px;

    font-weight: 900;

}



.xs-sidebar-group .content-inner .content-box {

    position: relative;

    display: block;

    padding-top: 33px;

    padding-bottom: 47px;

}



.xs-sidebar-group .content-inner .content-box .inner-text {

    position: relative;

    display: block;

}



.xs-sidebar-group .content-inner .content-box p {

    color: var(--thm-black);

}



.xs-sidebar-group .content-inner .sidebar-contact-info {

    position: relative;

    display: block;

}



.xs-sidebar-group .content-inner .sidebar-contact-info h3 {

    color: var(--thm-black);

    font-size: 25px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 27px;

}



.sidebar-contact-info ul {

    position: relative;

    display: block;

}



.sidebar-contact-info ul li {

    position: relative;

    display: block;

    margin-bottom: 23px;

}



.sidebar-contact-info ul li:last-child {

    margin-bottom: 0;

}



.sidebar-contact-info ul li .inner {

    position: relative;

    display: block;

    padding-left: 0;

}







/***

.sidebar-contact-info ul li .inner .icon {

    position: absolute;

    top: 0px;

    left: 0;

}

.sidebar-contact-info ul li .inner .icon span {

    position: relative;

    display: block;

    color: var(--thm-base);

    font-size: 27px;

    line-height: 27px;

    font-weight: 500;

}

.sidebar-contact-info ul li .inner .icon span.map-marker {

    color: var(--thm-base);

    position: relative;

    top: 8px;

    font-size: 32px;

}

**/





.sidebar-contact-info ul li .inner .text {

    position: relative;

    display: block;

}



.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 200ms linear;

    transition-delay: 0.1s;

}



.sidebar-contact-info ul li .inner .text p a:hover {

    color: var(--thm-base);

    text-shadow: -0.45px -0.45px 0 var(--thm-base), 0.45px 0.45px var(--thm-base);

}



.xs-sidebar-group .content-inner .side-content-newsletter-box {

    position: relative;

    display: block;

    padding-top: 49px;

}



.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {

    color: var(--thm-black);

    font-size: 25px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 24px;

}



.side-content-newsletter-box .form-group input[type="email"] {

    position: relative;

    display: block;

    width: 100%;

    height: 60px;

    color: #444444;

    font-size: 18px;

    font-weight: 400;

    background-color: rgb(248, 248, 248);

    border: 1px solid #e3dfdf;

    padding-left: 30px;

    padding-right: 20px;

    border-radius: 6px;

    font-family: var(--thm-font);

}



.side-content-newsletter-box .form-group button {

    margin-top: 30px;

}











/*== Review Css ======*/

.review-box {

    position: relative;

    display: block;

    overflow: hidden;

    line-height: 15px;

}



.review-box ul {

    display: block;

    overflow: hidden;

}



.review-box ul li {

    display: inline-block;

    float: left;

    margin-right: 5px;

    cursor: pointer;

}



.review-box ul li:last-child {

    margin-right: 0px;

}



.review-box ul li i {

    color: #fbaf02;

    font-size: 15px;

}





/*== Section Title Css ======*/

.sec-title {

    position: relative;

    display: block;

    padding-bottom: 46px;

}



.sec-title.withtext {

    padding-bottom: 52px;

}



.sec-title .sub-title {

    position: relative;

    display: block;

    margin-bottom: 15px;

}



.sec-title .sub-title h4 {

    position: relative;

    display: inline-block;

    padding-top: 4px;

    padding-left: 25px;

    padding-bottom: 3px;

    padding-right: 25px;

    color: var(--thm-white);

    font-size: 14px;

    line-height: 24px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: var(--thm-font-2);

    z-index: 1;

}



.sec-title .sub-title h4::before {

    content: "";

    position: absolute;

    top: 0px;

    left: 0;

    bottom: 0;

    right: 0;

    background-color: #25C6F5;

    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);

    z-index: -1;

}



.sec-title h2 {

    color: var(--thm-heading-font-color);

    font-size: 44px;

    line-height: 1.3em;

    font-weight: 600;

    text-transform: none;

}



.sec-title .text {

    position: relative;

    display: block;

    padding-top: 13px;

}









/*== Btn One Css ======*/

.btn-box {

    position: relative;

    display: block;

}



.btn-one {

    position: relative;

    display: inline-flex;

    align-items: center;

    overflow: hidden;

    padding-top: 10px;

    padding-left: 40px;

    padding-right: 40px;

    padding-bottom: 10px;

    background-color: transparent;

    color: var(--thm-white);

    font-size: 16px;

    line-height: 40px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    border-radius: 4px;

    text-transform: capitalize;

    -webkit-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    transition: all 0.3s linear;

    z-index: 2;

}



.btn-one:after {

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    transform: scaleX(1);

    transition-duration: 800ms;

    background-color: #25C6F5;

    z-index: -1;

}



.btn-one:hover:after {

    transform: scaleX(0);

    transition-duration: 1500ms;

}



.btn-one:before {

    position: absolute;

    top: 0px;

    left: -10px;

    bottom: 0;

    right: 100%;

    content: "";

    background: var(--thm-black);

    -webkit-transform: translateX(-100%);

    transform: translateX(-100%);

    border-radius: 0%;

    transition-duration: 800ms;

    z-index: 1;

}



.btn-one:hover:before {

    right: 0px;

    left: 0;

    -webkit-transform: translateX(0);

    transform: translateX(0);

}



.btn-one .txt {

    position: relative;

    display: inline-flex;

    align-items: center;

    z-index: 1;

}



.btn-one:hover,

.btn-one:focus {

    color: #ffffff;

    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);

    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);

    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);

}



.btn-one i {

    position: relative;

    display: inline-block;

    font-size: 20px;

    font-weight: 400;

    margin-right: 10px;

    top: 0px;

    z-index: 1;

}





/*== Btn Two Css ======*/

.btn-two {

    position: relative;

    display: inline-flex;

    align-items: center;

    color: var(--thm-base);

    font-size: 15px;

    line-height: 20px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    font-family: var(--thm-font-3);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.btn-two span {

    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 30px;

    height: 30px;

    border-radius: 50%;

    color: var(--thm-black);

    font-size: 18px;

    margin-left: 10px;

    transition: border-color 0.5s ease;

    transition: all 0.5s ease;

    z-index: 1;

}



.btn-two:hover span {

    color: #ffffff;

}



.btn-two span:after {

    position: absolute;

    top: 0px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    background: var(--thm-base);

    border-radius: 50%;

    content: "";

    opacity: 0;

    transform: scale(0.5);

    transform-style: preserve-3d;

    z-index: -1;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

}



.btn-two:hover span:after {

    opacity: 1.0;

    transform: scale(1.0);

}



.btn-two:hover {

    color: var(--thm-base);

    letter-spacing: normal;

}











/*== Owl Dot Style One Css ======*/

.owl-carousel.owl-dot-style1 .owl-dots {

    position: relative;

    text-align: center;

    line-height: 0;

    margin-top: 56px !important;

    display: block;

}



.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {

    position: relative;

    display: inline-block;

    width: 40px;

    height: 4px;

    background-color: #d0dbd8;

    border: 0px solid #d8d8d8;

    margin: 0px 10px;

    padding: 0px;

    border-radius: 0%;

    transition: all 100ms linear;

    transition-delay: 0.1s;

}



.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {}



.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    border-radius: 0px;

    background-color: var(--thm-primary-color);

    transition: -webkit-transform 0.4s ease;

    transition: transform 0.4s ease;

    transition: transform 0.4s ease, -webkit-transform 0.4s ease;

    transform-origin: left right;

    -webkit-transform: scale(1, 0);

    transform: scale(1, 0);

    transition: all 900ms ease;

}



.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

    transform-origin: left right;

}



.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {

    display: none;

}







/*== Owl Dot Style Two Css ======*/

.owl-carousel.owl-dot-style2 .owl-dots {

    position: relative;

    text-align: center;

    line-height: 0;

    margin-top: 30px !important;

    display: block;

}



.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {

    position: relative;

    display: inline-block;

    width: 16px;

    height: 16px;

    background-color: transparent;

    border: 5px solid #ffffff;

    margin: 0px 5px;

    padding: 0px;

    border-radius: 50%;

    transition: all 100ms linear;

    transition-delay: 0.1s;

}



.owl-carousel.owl-dot-style2 .owl-dots .owl-dot:before {

    content: "";

    position: absolute;

    top: -5px;

    left: -5px;

    bottom: -5px;

    right: -5px;

    border: 1px solid var(--thm-base);

    border-radius: 50%;

    transform: scale(0);

    transition: all 500ms ease;

}



.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {

    border: 5px solid #1a1c23;

    background-color: var(--thm-base);

}



.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 Css ======*/

.owl-nav-style-one.owl-theme .owl-stage-outer {

    position: relative;

    display: block;

    padding-top: 0px;

    padding-bottom: 0px;

}



.owl-nav-style-one.owl-theme .owl-nav {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 55px;

    width: 120px;

    margin: 0;

    z-index: 10;

}



.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {

    position: relative;

    display: inline-block;

    width: 55px;

    height: 55px;

    background-color: var(--thm-gray-bg);

    border: 0px solid transparent;

    border-radius: 4px;

    margin: 0 5px;

    padding: 0;

    transition: all 700ms ease 3s;

    z-index: 1;

}



.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {}



.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]::before {

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    background-color: #25C6F5;

    border-radius: 4px;

    opacity: 0;

    -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 0.4s ease;

    transition: transform 0.4s ease;

    transition: transform 0.4s ease, -webkit-transform 0.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.0);

    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);

    transform: perspective(400px) rotateX(0deg) scale(1.0);

}



.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {

    position: relative;

    display: block;

    color: var(--thm-black);

    font-size: 20px;

    line-height: 30px;

    font-weight: 400;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.owl-nav-style-one.owl-theme .owl-nav .owl-prev {

    transform: rotate(180deg);

}



.owl-nav-style-one.owl-theme .owl-nav .owl-next {

    transform: rotate(0deg);

}



.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {

    color: var(--thm-white);

}







/*== Scrool To Top Css ======*/

.scroll-to-top {

    position: fixed;

    right: 50px;

    bottom: 50px;

    transform: rotate(0deg);

    z-index: 99999999999;

}



.scroll-to-top .visible {

    visibility: visible !important;

    opacity: 1 !important;

}



.scroll-to-top .scroll-top-inner {

    opacity: 0;

    visibility: hidden;

}



.scroll-to-top .scroll-top-inner {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;

    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;

    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;

}



.scroll-to-top .scroll-bar {

    width: 50px;

    height: 4px;

    margin-right: 10px;

    position: relative;

    display: none;

}



.scroll-to-top .scroll-bar:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-color: var(--thm-primary-color);

    opacity: 1;

}



.scroll-to-top .scroll-bar .bar-inner {

    position: absolute;

    top: 0;

    right: 0;

    height: 100%;

    background-color: var(--thm-secondary-color);

}



.scroll-to-top .scroll-bar-text {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 55px;

    height: 55px;

    background: #25C6F5;

    border-radius: 6px;

    color: #ffffff;

    font-size: 18px;

    cursor: pointer;

    transition: all 500ms ease;

}



.scroll-to-top .scroll-bar-text:hover {

    transform: scale(1);

}



.scroll-to-top.bg2 .scroll-bar-text {

    background: #0a3e56;

}





.scroll-to-top.h2-color .scroll-bar-text {

    background-color: var(--thm-secondary-color);

}











.scroll-to-top--style2 {

    position: relative;

    top: 0px;

    right: 0;

    bottom: 0;

    transform: rotate(0deg);

}



.scroll-to-top--style2 .scroll-bar {

    display: none;

}



.scroll-to-top--style2 .scroll-bar-text {

    color: var(--thm-black);

    font-size: 16px;

    font-weight: 600;

    text-transform: capitalize;

    cursor: pointer;

    font-family: var(--thm-font-2);

    transition: all 500ms ease;

    width: auto;

    height: auto;

    background: transparent;

}



.scroll-to-top--style2 .scroll-bar-text p {

    color: var(--thm-black);

    font-size: 16px;

    font-weight: 600;

    text-transform: capitalize;

    font-family: var(--thm-font-2);

}



.scroll-to-top--style2 .scroll-bar-text:hover p {

    color: var(--thm-primary-color);

}



.scroll-to-top--style2 .scroll-bar-text span {

    position: relative;

    top: 0;

    display: inline-block;

    padding-left: 10px;

    color: var(--thm-primary-color);

    font-size: 16px;

}









/*== Styled Pagination Css ======*/

.styled-pagination {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: auto;

}



.styled-pagination.pdtop60 {

    padding-top: 60px;

}



.styled-pagination.pdtop30 {

    padding-top: 30px;

}



.styled-pagination li {

    position: relative;

    display: block;

    float: left;

}



.styled-pagination li+li {

    margin-left: 10px;

}



.styled-pagination li a {

    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 55px;

    height: 55px;

    border-radius: 4px;

    background: transparent;

    border: 1px solid var(--thm-border-color);

    color: var(--thm-black);

    font-size: 20px;

    line-height: 20px;

    font-weight: 500;

    font-family: var(--thm-font-2);

    text-align: center;

    text-transform: uppercase;

    transition: all 500ms ease;

    z-index: 1;

}



.styled-pagination li a span:before {

    position: relative;

    top: 0px;

    color: var(--thm-black);

    font-size: 20px;

    font-weight: 100;

    transition: all 500ms ease;

}



.styled-pagination li:hover a span::before,

.styled-pagination li.active a span::before {

    color: var(--thm-white);

}



.styled-pagination li.prev {

    transform: rotate(180deg);

}



.styled-pagination li.prev a span:before {

    position: relative;

    display: inline-block;

}



.styled-pagination li.next a span:before {

    position: relative;

    display: inline-block;

}



.styled-pagination li:hover a,

.styled-pagination li.active a {

    color: #ffffff;

    border-color: var(--thm-primary-color);

    background: var(--thm-primary-color);

}



.styled-pagination li.prev a,

.styled-pagination li.next a {

    width: 55px;

}



.styled-pagination li.prev a:hover,

.styled-pagination li.next a:hover {

    color: #ffffff;

}











/*== checked Css Css ======*/

.checked-box1 {

    position: relative;

    display: block;

    min-height: 26px;

}



.checked-box1 input[type="checkbox"] {

    display: none;

}



.checked-box1 label {

    position: relative;

    display: inline-block;

    padding-left: 25px;

    color: var(--thm-body-font-color);

    font-size: 14px;

    line-height: 24px;

    font-weight: 400;

    cursor: pointer;

    font-family: var(--thm-font);

}



.checked-box1 input[type="checkbox"]+label span {

    position: absolute;

    display: block;

    top: 5px;

    left: 0;

    width: 14px;

    height: 14px;

    vertical-align: middle;

    background-color: transparent;

    border: 1px solid #e3e4ea;

    cursor: pointer;

    border-radius: 4px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.checked-box1 label span:before {

    position: absolute;

    top: 0px;

    left: 0px;

    bottom: 0;

    right: 0;

    content: "";

    width: 8px;

    height: 8px;

    background: var(--thm-primary-color);

    border-radius: 50%;

    margin: 2px auto 0px;

    transform: scale(0);

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.checked-box1 input[type="checkbox"]:checked+label span {

    border-color: #e3e4ea;

}



.checked-box1 input[type="checkbox"]:checked+label span:before {

    transform: scale(1.0);

}







/*== checked Css Css ======*/

.checked-box2 {

    position: relative;

    display: block;

    min-height: 28px;

}



.checked-box2 input[type="checkbox"] {

    display: none;

}



.checked-box2 label {

    position: relative;

    display: inline-block;

    padding-left: 25px;

    color: var(--thm-body-font-color);

    font-size: 17px;

    line-height: 28px;

    font-weight: 400;

    cursor: pointer;

    font-family: var(--thm-font);

}



.checked-box2 input[type="checkbox"]+label span {

    position: absolute;

    top: 6px;

    left: 0;

    width: 15px;

    height: 15px;

    vertical-align: middle;

    background-color: transparent;

    border: 1px solid var(--thm-border-color);

    cursor: pointer;

    border-radius: 5px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.checked-box2 label span:before {

    content: "";

    position: absolute;

    top: 3px;

    left: 3px;

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background-color: var(--thm-primary-color);

    transform: scale(0);

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.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.0);

}























/*== Accordion Box Css ======*/

.accordion-box {

    position: relative;

    display: block;

}



.accordion-box .block {

    position: relative;

    display: block;

    margin-bottom: 20px;

    transition: all 500ms ease;

}



.accordion-box .block:last-child {

    margin-bottom: 0px;

}



.accordion-box .block .acc-btn {

    position: relative;

    display: block;

    cursor: pointer;

    background: #ffffff;

    padding-top: 9px;

    padding-left: 55px;

    padding-bottom: 9px;

    padding-right: 20px;

    border: 1px solid #d4d4d4;

    transition: all 500ms ease;

}



.accordion-box .block .acc-btn.active {

    background: #ffffff;

    border-bottom: 1px solid transparent;

}



.accordion-box .block .acc-btn h3 {

    color: var(--thm-black);

    font-size: 19px;

    line-height: 30px;

    font-weight: 600;

    font-family: var(--thm-font);

    transition: all 500ms ease;

}



.accordion-box .block .acc-btn.active h3 {

    color: var(--thm-base);

}



.accordion-box .block .acc-btn .icon-outer {

    position: absolute;

    top: 50%;

    left: 20px;

    width: 20px;

    height: 20px;

    color: var(--thm-black);

    font-size: 18px;

    text-align: left;

    line-height: 20px;

    cursor: pointer;

    transform: translateY(-50%) rotate(0deg);

    transition: all 500ms ease;

    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 {

    position: relative;

    display: none;

    padding-top: 1px;

    padding-left: 55px;

    padding-bottom: 21px;

    padding-right: 20px;

    border: 1px solid #d4d4d4;

    border-top: 1px solid transparent;

}



.accordion-box .block .acc-content.current {

    display: block;

}



.accordion-box .block .acc-content p {

    margin: 0;

}









/*== Accordion Box Style 1 Css ======*/

.accordion-box-style1 {

    position: relative;

    display: block;

}



.accordion-box-style1 .accordion {

    position: relative;

    display: block;

    margin-bottom: 10px;

}



.accordion-box-style1 .accordion:last-child {

    margin-bottom: 0;

}



.accordion-box-style1 .accordion .accord-btn {

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    cursor: pointer;

    background-color: var(--thm-white);

    padding-top: 28px;

    padding-left: 30px;

    padding-bottom: 21px;

    padding-right: 30px;

    border-radius: 4px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: 1;

}



.accordion-box-style1 .accordion .accord-btn.active {

    margin-right: -400px;

    background-color: var(--thm-black-bg);

}







.accordion-box-style1 .accordion .accord-btn .left {

    position: relative;

    display: block;

}



.accordion-box-style1 .accordion .accord-btn .left h5 {

    color: var(--thm-primary-color);

    font-size: 14px;

    line-height: 16px;

    text-transform: uppercase;

    margin-bottom: 11px;

}



.accordion-box-style1 .accordion .accord-btn .left h4 {

    color: var(--thm-black);

    font-size: 20px;

    line-height: 30px;

    font-weight: 600;

    transition: all 500ms ease;

}



.accordion-box-style1 .accordion .accord-btn.active h4 {

    color: var(--thm-white);

}







.accordion-box-style1 .accordion .accord-btn .right {

    position: relative;

    max-width: 305px;

    width: 100%;

    min-height: 75px;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding-right: 75px;

}



.accordion-box-style1 .accordion .accord-btn .right::before {

    content: "";

    position: absolute;

    top: -4px;

    left: 0;

    bottom: 3px;

    width: 1px;

    background-color: var(--thm-gray-bg);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.accordion-box-style1 .accordion .accord-btn.active .right::before {

    opacity: 0;

}





.accordion-box-style1 .accordion .accord-btn .right h4 {

    color: var(--thm-black);

    font-size: 16px;

    line-height: 20px;

    font-weight: 600;

    transition: all 500ms ease;

}



.accordion-box-style1 .accordion .accord-btn.active .right h4 {

    opacity: 0;

}



.accordion-box-style1 .accordion .accord-btn::after {

    font-family: 'icomoon' !important;

    position: absolute;

    content: "\e95b";

    top: 50%;

    right: 30px;

    margin-top: 0px;

    width: 55px;

    height: 55px;

    background-color: var(--thm-gray-bg);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--thm-black);

    font-size: 30px;

    line-height: 30px;

    font-weight: 400;

    transform: translateY(-50%);

    transition: all 500ms ease 0s;

}



.accordion-box-style1 .accordion .accord-btn.active {

    -webkit-transition: all 0.4s linear;

    -o-transition: all 0.4s linear;

    transition: all 0.4s linear;

}



.accordion-box-style1 .accordion .accord-btn.active:after {

    color: #ffffff;

    content: "\e95b";

    background-color: var(--thm-primary-color);

    transform: translateY(-50%) rotate(90deg);

}





.accordion-box-style1 .accordion .accord-content {

    position: absolute;

    top: 0;

    right: -400px;

    bottom: 0;

    padding-left: 65px;

    padding-right: 215px;

    max-width: 735px;

    display: none;

    z-index: 2;

}



.accordion-box-style1 .accordion .accord-content::before {

    content: "";

    position: absolute;

    top: 30px;

    left: 0;

    bottom: 30px;

    width: 1px;

    background-color: #3d6d83;

}



.accordion-box-style1 .accordion .accord-content.collapsed {

    display: block;

}



.accordion-box-style1 .accordion .accord-content .inner-text {

    position: relative;

    display: flex;

    align-items: center;

    height: 100%;

}



.accordion-box-style1 .accordion .accord-content .inner-text .text {

    position: relative;

    display: block;

}



.accordion-box-style1 .accordion .accord-content p {

    color: #b3c5ce;

    line-height: 28px;

    margin: 0;

}











/*== Accordion Box Style 2 Css ======*/

.accordion-box-style2 {

    position: relative;

    display: block;

    padding-top: 33px;

}



.accordion-box-style2 .accordion {

    position: relative;

    display: block;

    background: transparent;

}



.accordion-box-style2 li+li {

    margin-top: 20px;

}



.accordion-box-style2 .accordion:last-child {

    margin-bottom: 0;

}



.accordion-box-style2 .accordion .accord-btn {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    cursor: pointer;

    border-radius: 10px;

    border: 1px solid var(--thm-border-color);

    padding: 16px 30px 17px;

    transition: all 500ms ease 0s;

    z-index: 1;

}



.accordion-box-style2 .accordion .accord-btn:hover,

.accordion-box-style2 .accordion .accord-btn.active {

    border: 1px solid var(--thm-primary-color);

    border-bottom-left-radius: 0px;

    border-bottom-right-radius: 0px;

}



.accordion-box-style2 .accordion .accord-btn h4 {

    font-size: 19px;

    line-height: 29px;

    transition: all 500ms ease;

}



.accordion-box-style2 .accordion .accord-btn:hover h4,

.accordion-box-style2 .accordion .accord-btn.active h4 {

    color: var(--thm-white);

}



.accordion-box-style2 .accordion .accord-btn:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0px;

    bottom: 0px;

    right: 0px;

    background-color: var(--thm-primary-color);

    transition: -webkit-transform 0.4s ease;

    transition: transform 0.4s ease;

    transition: transform 0.4s ease, -webkit-transform 0.4s ease;

    transform-origin: bottom right;

    -webkit-transform: scale(1, 0);

    transform: scale(1, 0);

    z-index: -1;

}



.accordion-box-style2 .accordion .accord-btn:hover:before,

.accordion-box-style2 .accordion .accord-btn.active:before {

    border-top-left-radius: 7px;

    border-top-right-radius: 7px;

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

    transform-origin: top center;

}



.accordion-box-style2 .accordion .accord-btn .icon-box {

    position: relative;

    display: block;

    line-height: 0;

}



.accordion-box-style2 .accordion .accord-btn .icon-box span {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 35px;

    height: 35px;

    border-radius: 50%;

    background-color: #f0ebf5;

    color: var(--thm-black);

    font-size: 15px;

    line-height: 15px;

    font-weight: 900;

    transition: all 500ms ease;

}



.accordion-box-style2 .accordion .accord-btn:hover .icon-box span,

.accordion-box-style2 .accordion .accord-btn.active .icon-box span {

    background-color: var(--thm-white);

    color: var(--thm-black);

    transform: rotate(90deg);

}









.accordion-box-style2 .accordion .accord-content {

    position: relative;

    display: none;

    border: 1px solid var(--thm-border-color);

    border-bottom-left-radius: 10px;

    border-bottom-right-radius: 10px;

    padding: 33px 30px 33px;

}



.accordion-box-style2 .accordion .accord-content.collapsed {

    display: block;

}



.accordion-box-style2 .accordion .accord-btn.active {

    -webkit-transition: all 0.4s linear;

    -o-transition: all 0.4s linear;

    transition: all 0.4s linear;

}



.accordion-box-style2 .accordion .accord-content p {

    margin: 0;

}













/*== Search Popup Css ======*/

.search-popup {

    position: fixed;

    top: 0;

    left: 0;

    width: 100vw;

    height: 300px;

    padding-left: 20px;

    padding-right: 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateY(-10%);

    transform: translateY(-10%);

    z-index: 9999;

}



.search-popup.active {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0%);

    transform: translateY(0%);

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

}



.search-popup__overlay {

    position: absolute;

    top: 0%;

    left: 0%;

    right: 0%;

    height: 300px;

    background-color: var(--thm-primary-color);

    opacity: 1.0;

    cursor: pointer;

}



.search-popup__close-btn {

    position: absolute;

    top: 10px;

    right: 10px;

    width: 60px;

    height: 60px;

    background-color: var(--thm-black);

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--thm-white);

    font-size: 24px;

}







.search-popup__content {

    width: 100%;

    max-width: 560px;

    background-color: #000000;

    padding: 10px;

    z-index: 10;

}



.search-popup__content form {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    position: relative;

    background-color: #fff;

    border-radius: 0px;

    overflow: hidden;

}



.search-popup__content form input[type="search"],

.search-popup__content form input[type="text"] {

    position: relative;

    display: block;

    width: 100%;

    height: 70px;

    background-color: #fff;

    color: var(--thm-black);

    font-size: 16px;

    border: none;

    outline: none;

    padding-left: 30px;

    padding-right: 80px;

}



.search-popup__content .thm-btn {

    position: absolute;

    top: 0;

    right: 0px;

    padding: 0;

    width: 60px;

    height: 70px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    text-align: center;

    border-radius: 0;

    background-color: var(--thm-black);

    border: 0;

    border-top-right-radius: 0px;

    border-bottom-right-radius: 0px;

    color: #ffffff;

    font-size: 20px;

    font-weight: 400;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

}



.search-popup__content .thm-btn i {

    background-color: transparent;

    margin-left: 0;

}



.search-popup__content .thm-btn:hover {

    color: #ffffff;

    background-color: var(--thm-primary-color);

}



/* Preloader */

.handle-preloader {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    display: flex;

    display: -ms-flexbox;

    align-items: center;

    -webkit-align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    z-index: 9999999;

}



.handle-preloader .animation-preloader {

    position: absolute;

    z-index: 100;

}



.handle-preloader .animation-preloader .spinner {

    height: 150px;

    width: 150px;

    border-radius: 50%;

    margin: 0 auto 45px auto;

    animation: spinner 1s infinite linear;

}



.handle-preloader .animation-preloader .txt-loading {

    text-align: center;

    user-select: none;

}



.handle-preloader .animation-preloader .txt-loading .letters-loading {

    position: relative;

    display: inline-block;

    font-family: var(--thm-font-3);

    font-weight: 700;

    letter-spacing: 15px;

    font-size: 70px;

    line-height: 70px;

    text-transform: uppercase;

    color: transparent;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);

}



.handle-preloader .animation-preloader .txt-loading .letters-loading:before {

    animation: letters-loading 4s infinite;

    content: attr(data-text-preloader);

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0;

}



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

    animation-delay: 0.1s;

}



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

    animation-delay: 0.2s;

}



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

    animation-delay: 0.3s;

}



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

    animation-delay: 0.4s;

}



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

    animation-delay: 0.5s;

}



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

    animation-delay: 0.6s;

}



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

    animation-delay: 0.7s;

}



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

    animation-delay: 0.8s;

}



.handle-preloader .loader-section {

    background-color: #ffffff;

    height: 100%;

    position: fixed;

    top: 0;

    width: calc(50% + 1px);

}



.preloader .loaded .animation-preloader {

    opacity: 0;

    transition: 0.3s ease-out;

}



.handle-preloader .animation-preloader .txt-loading .letters-loading:before {

    color: #ffffff;

}



.handle-preloader .animation-preloader .spinner {

    border: 3px solid #ffffff;

    border-top-color: rgba(255, 255, 255, 0.7);

}



/* AnimaciĆĀ³n del preloader */

@keyframes spinner {

    to {

        transform: rotateZ(360deg);

    }

}



@keyframes letters-loading {



    0%,

    75%,

    100% {

        opacity: 0;

        transform: rotateY(-90deg);

    }



    25%,

    50% {

        opacity: 1;

        transform: rotateY(0deg);

    }

}



.loader-wrap .layer-one {

    position: absolute;

    left: 0%;

    top: 0;

    width: 33.3333%;

    height: 100%;

    overflow: hidden;

}



.loader-wrap .layer-two {

    position: absolute;

    left: 33.3333%;

    top: 0;

    width: 33.3333%;

    height: 100%;

    overflow: hidden;

}



.loader-wrap .layer-three {

    position: absolute;

    left: 66.6666%;

    top: 0;

    width: 33.3333%;

    height: 100%;

    overflow: hidden;

}



.loader-wrap .layer .overlay {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #25C6F5;

}



@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);

    }



    100% {

        -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);

    }



    100% {

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

        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);

    }

}















/*================================

    Beneficiaries Style1 Css

================================*/

.beneficiaries-style1 {

    background-color: var(--thm-gray-bg);

    padding: 120px 0px 90px;

}



.single-beneficiaries-style1 {

    position: relative;

    display: flex;

    align-items: center;

    border-radius: 4px;

    background-color: var(--thm-white);

    padding: 30px 30px 30px;

    margin-bottom: 30px;

}



.single-beneficiaries-style1 .img-box {

    position: relative;

    display: block;

    overflow: hidden;

    max-width: 160px;

    width: 100%;

}



.single-beneficiaries-style1 .img-box .inner {

    position: relative;

    display: block;

    overflow: hidden;

    width: 80px;

    height: 80px;

    border-radius: 50%;

    z-index: 1;

}



.single-beneficiaries-style1 .img-box .inner::before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    opacity: 0;

    background-color: var(--thm-black);

    transition: opacity 0.5s ease;

    transition: all 0.5s ease;

    z-index: 1;

}



.single-beneficiaries-style1:hover .img-box .inner::before {

    opacity: 0.50;

}



.single-beneficiaries-style1 .img-box .inner img {

    width: 100%;

    transform: scale(1.0);

    transition: all 1500ms ease;

}



.single-beneficiaries-style1:hover .img-box .inner img {

    transform: scale(1.05) rotate(0deg);

}







.single-beneficiaries-style1 .img-box .btn-box {

    position: absolute;

    display: flex;

    align-items: center;

    justify-content: center;

    top: 0;

    right: 20px;

    bottom: 0;

    -webkit-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}



.single-beneficiaries-style1 .img-box .btn-box a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 80px;

    height: 80px;

    border-radius: 50%;

    background-color: var(--thm-gray-bg);

    color: #a0a3b1;

    font-size: 34px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-beneficiaries-style1:hover .img-box .btn-box a {

    color: var(--thm-white);

    transform: rotate(45deg);

    width: 60px;

    height: 60px;

    background-color: #25C6F5;

}



.single-beneficiaries-style1 .content-box {

    position: relative;

    display: block;

}



.single-beneficiaries-style1 .content-box .title-box {

    position: relative;

    display: block;

    transform: scaleY(1.0);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-beneficiaries-style1:hover .content-box .title-box {

    opacity: 0;

    transform: scaleY(0);

    transition: all 300ms ease 100ms;

}



.single-beneficiaries-style1 .content-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

    margin-bottom: 4px;

}



.single-beneficiaries-style1 .content-box p {

    margin: 0;

}



.single-beneficiaries-style1 .content-box .overlay-text {

    position: absolute;

    top: 0px;

    left: 0px;

    bottom: 0;

    right: 0;

    transform: scaleY(0);

    transition: all 350ms ease 150ms;

    z-index: 2;

    display: flex;

    align-items: center;

}



.single-beneficiaries-style1:hover .content-box .overlay-text {

    transform: scaleY(1.0);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-beneficiaries-style1 .content-box .overlay-text p {

    margin: 0;

}







/*================================

    Beneficiaries Style2 Css

================================*/

.single-beneficiaries-style2:hover .content-box .title-box {

    opacity: 1;

    transform: scaleY(1.0);

}







/*** 

=============================================

    Project Style1      

=============================================

***/

.project-style1 {

    background-color: var(--thm-white);

    padding: 120px 0px 120px;

}



.single-project-style1 {

    position: relative;

    display: block;

    padding-bottom: 100px;

}



.single-project-style1 .img-box {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

    z-index: 1;

}



.single-project-style1 .img-box img {

    width: 100%;

    transform: scale(1.0);

    transition: all 1500ms ease;

}



.single-project-style1:hover .img-box img {

    filter: blur(7px);

    transform: scale(1.05) rotate(0deg);

}



.single-project-style1 .img-box .overlay-icon {

    position: absolute;

    display: flex;

    align-items: center;

    justify-content: center;

    top: 0;

    left: 0;

    bottom: 0px;

    right: 0;

    opacity: 0;

    transform: perspective(400px) rotateY(0deg) translateY(50px);

    transform-origin: bottom;

    transition: all 500ms ease;

    z-index: 3;

}



.single-project-style1:hover .img-box .overlay-icon {

    opacity: 1;

    transform: perspective(400px) rotateY(0deg) translateY(0px);

    transition-delay: 300ms;

}



.single-project-style1 .img-box .overlay-icon a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    width: 55px;

    height: 55px;

    border-radius: 4px;

    background-color: var(--thm-white);

    color: var(--thm-black);

    font-size: 24px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: 1;

}



.single-project-style1 .img-box .overlay-icon a:hover {

    color: var(--thm-white);

    background-color: transparent;

}



.single-project-style1 .img-box .overlay-icon a::before {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    content: "";

    border-radius: 4px;

    transform: scale(0.0);

    transform-origin: center;

    transform-style: preserve-3d;

    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

    background-color: var(--thm-primary-color);

    z-index: -1;

}



.single-project-style1 .img-box .overlay-icon a:hover::before {

    transform: scaleX(1.0);

}







.single-project-style1 .content-box {

    position: absolute;

    left: 0;

    bottom: 0px;

    right: 0;

    border-radius: 4px;

    background-color: var(--thm-gray-bg);

    padding: 16px 25px 16px;

    transform: translateY(0px);

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

    z-index: 5;

}



.single-project-style1:hover .content-box {

    border-top-left-radius: 0;

    border-top-right-radius: 0;

    background-color: var(--thm-white);

    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);

    transform: translateY(-55px);

}



.single-project-style1 .content-box h5 {

    color: #a0a3b1;

    font-size: 14px;

    line-height: 24px;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 2px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-project-style1:hover .content-box h5 {

    color: #25C6F5;

}



.single-project-style1 .content-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

}



.single-project-style1 .content-box h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



/* .single-project-style1 .content-box h3 a:hover {

    color: #25C6F5;

} */





.single-project-style1 .btn-box {

    position: absolute;

    left: 25px;

    bottom: 0px;

    right: 25px;

    opacity: 0;

    transform: translateY(0);

    transition: all 300ms linear;

    transition-delay: 0.1s;

}



.single-project-style1:hover .btn-box {

    opacity: 1;

    transform: translateY(0px);

}



.single-project-style1 .btn-box .btn-one {

    display: block;

    text-align: center;

    color: var(--thm-black);

    border-top-left-radius: 0;

    border-top-right-radius: 0;

    padding-top: 8px;

    padding-bottom: 8px;

}



.single-project-style1 .btn-box .btn-one:hover {

    color: var(--thm-white);

}



.single-project-style1 .btn-box .btn-one::after {

    background-color: var(--thm-gray-bg);

}



.single-project-style1 .btn-box .btn-one::before {

    background-color: #25C6F5;

}



.project-style1-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {

    margin-right: -375px;

}



.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {

    position: absolute;

    top: -115px;

    right: 0;

}







/*** 

=============================================

    Project Style2      

=============================================

***/

.project-style2 {

    background-color: var(--thm-white);

    padding: 120px 0px 120px;

}



.project-style2 .container {

    max-width: 1920px;

    padding: 0;

}



.single-project-style2 {

    position: relative;

    display: block;

}



.single-project-style2 .img-box {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

    z-index: 1;

}



.single-project-style2 .img-box::before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: var(--thm-black-bg);

    opacity: 0;

    z-index: 1;

    transition: opacity 0.5s ease;

    transition: all 0.5s ease;

}



.single-project-style2:hover .img-box::before {

    opacity: 0.80;

}



.single-project-style2 .img-box img {

    width: 100%;

    transform: scale(1.0);

    transition: all 1500ms ease;

}



.single-project-style2:hover .img-box img {

    transform: scale(1.05) rotate(0deg);

}



.single-project-style2 .img-box .overlay-icon {

    position: absolute;

    display: flex;

    align-items: center;

    justify-content: center;

    top: 20px;

    right: 20px;

    opacity: 0;

    transform: perspective(400px) rotateY(0deg) translateX(50px);

    transform-origin: right;

    transition: all 500ms ease;

    z-index: 3;

}



.single-project-style2:hover .img-box .overlay-icon {

    opacity: 1;

    transform: perspective(400px) rotateY(0deg) translateX(0px);

    transition-delay: 300ms;

}



.single-project-style2 .img-box .overlay-icon a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    width: 55px;

    height: 55px;

    border-radius: 4px;

    background-color: var(--thm-white);

    color: var(--thm-black);

    font-size: 24px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: 1;

}



.single-project-style2 .img-box .overlay-icon a:hover {

    color: var(--thm-white);

    background-color: transparent;

}



.single-project-style2 .img-box .overlay-icon a::before {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    content: "";

    border-radius: 4px;

    transform: scale(0.0);

    transform-origin: center;

    transform-style: preserve-3d;

    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

    background-color: var(--thm-primary-color);

    z-index: -1;

}



.single-project-style2 .img-box .overlay-icon a:hover::before {

    transform: scaleX(1.0);

}



.single-project-style2 .img-box .content-box {

    position: absolute;

    left: 20px;

    bottom: 20px;

    right: 20px;

    opacity: 0;

    transform: scaleY(0);

    transition: all 400ms ease 200ms;

    z-index: 5;

}



.single-project-style2:hover .img-box .content-box {

    opacity: 1;

    transform: scaleY(1.0);

    transition: all 300ms linear;

    transition-delay: 0.1s;

}



.single-project-style2 .img-box .content-box h5 {

    position: relative;

    display: inline-block;

    color: var(--thm-white);

    font-size: 14px;

    line-height: 24px;

    font-weight: 700;

    text-transform: uppercase;

    border-radius: 4px 0px 0px 0px;

    background-color: var(--thm-primary-color);

    padding: 5px 20px 5px;

}



.single-project-style2 .img-box .content-box h5::before {

    content: "";

    position: absolute;

    top: 0;

    right: -18px;

    bottom: 0;

    width: 18px;

    height: 34px;

    background-color: var(--thm-primary-color);

    clip-path: polygon(0 0, 0 100%, 100% 100%);

}



.single-project-style2 .img-box .content-box .title {

    position: relative;

    display: block;

    border-radius: 0px 4px 4px 4px;

    background-color: var(--thm-white);

    padding: 14px 20px 14px;

}



.single-project-style2 .img-box .content-box .title h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

}



.single-project-style2 .img-box .content-box .title h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-project-style2 .img-box .content-box .title h3 a:hover {

    color: var(--thm-primary-color);

}





.project-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {

    margin: 50px auto 0;

}



.project-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {

    margin-left: -25px;

}







/*** 

===========================

    Project Page One     

===========================

***/

.project-page-one {

    background-color: var(--thm-white);

    padding: 120px 0px 120px;

}



.project-menu-box {

    position: relative;

    display: block;

    overflow: hidden;

    text-align: center;

    margin-bottom: 55px;

}



.project-filter {

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 1;

}



.project-filter li {

    position: relative;

    display: flex;

    float: left;

    margin: 0 20px 0px;

}



.project-filter li:first-child {

    margin-left: 0;

}



.project-filter li:last-child {

    margin-right: 0;

}



.project-filter li .filter-text {

    position: relative;

    display: block;

    color: #a0a3b1;

    font-size: 14px;

    line-height: 20px;

    font-weight: 700;

    text-transform: uppercase;

    cursor: pointer;

    font-family: var(--thm-font-2);

    padding-top: 25px;

    transition: all .4s ease;

    z-index: 1;

}



.project-filter li .filter-text::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0px;

    right: 0px;

    width: 18px;

    height: 9px;

    margin: 0 auto;

    background: var(--thm-primary-color);

    clip-path: polygon(0 0, 50% 100%, 100% 0);

    transform: scaleX(0);

    transform-origin: center;

    transform-style: preserve-3d;

    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

    z-index: -1;

}



.project-filter li:hover .filter-text:before,

.project-filter li.active .filter-text:before {

    transform: scaleX(1.0);

}



.project-filter li:hover .filter-text,

.project-filter li.active .filter-text {

    color: var(--thm-primary-color);

}



.project-filter li .count {

    display: none;

}



.single-project-style1--1 {

    margin-bottom: 30px;

}



.project-page-one .styled-pagination {

    padding-top: 30px;

}







/*** 

===========================

    Project Page TWo     

===========================

***/

.project-page-two {

    background-color: var(--thm-white);

    padding: 120px 0px 120px;

}



.single-project-style2--2 {

    margin-bottom: 30px;

}



.project-page-two .styled-pagination {

    padding-top: 30px;

}







/*** 

===========================

    Project Page Three    

===========================

***/

.project-page-three {

    background-color: var(--thm-white);

    padding: 120px 0px 120px;

}



.single-project-style3 {

    position: relative;

    display: block;

    margin-bottom: 30px;

}



.single-project-style3 .img-box {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

}



.single-project-style3 .img-box>.shape {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    opacity: 0;

    transform: translateY(-10px);

    transition: all 500ms ease;

    z-index: 1;

}



.single-project-style3:hover .img-box>.shape {

    opacity: 1;

    transform: translateY(0px);

}



.single-project-style3 .img-box>.shape>img {

    width: auto;

}



.single-project-style3 .img-box>.shape__bg {

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    opacity: 0;

    height: 383px;

    width: 100%;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center right;

    background-attachment: scroll;

    transform: translateY(30px);

    transition: all 500ms ease;

    z-index: 1;

}



.single-project-style3:hover .img-box>.shape__bg {

    opacity: 1;

    transform: translateY(0px);

}



.single-project-style3 .img-box>.shape__bg>img {

    width: auto;

}



.single-project-style3 .img-box::before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: var(--thm-black-bg);

    opacity: 0;

    z-index: 1;

    transition: opacity 0.5s ease;

    transition: all 0.5s ease;

}



.single-project-style3:hover .img-box::before {

    opacity: 0.80;

}



.single-project-style3>.img-box>img {

    width: 100%;

    transform: scale(1.0);

    transition: all 1500ms ease;

}



.single-project-style3:hover>.img-box>img {

    transform: scale(1.05) rotate(0deg);

}



.single-project-style3 .img-box .overlay-icon {

    position: absolute;

    display: flex;

    align-items: center;

    justify-content: center;

    top: 0;

    left: 0;

    bottom: 0px;

    right: 0;

    opacity: 0;

    transform: perspective(400px) rotateY(0deg) translateY(50px);

    transform-origin: bottom;

    transition: all 500ms ease;

    z-index: 3;

}



.single-project-style3:hover .img-box .overlay-icon {

    opacity: 1;

    transform: perspective(400px) rotateY(0deg) translateY(0px);

    transition-delay: 300ms;

}



.single-project-style3 .img-box .overlay-icon a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    width: 55px;

    height: 55px;

    border-radius: 4px;

    background-color: var(--thm-white);

    color: var(--thm-black);

    font-size: 24px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: 1;

}



.single-project-style3 .img-box .overlay-icon a:hover {

    color: var(--thm-white);

    background-color: transparent;

}



.single-project-style3 .img-box .overlay-icon a::before {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    content: "";

    border-radius: 4px;

    transform: scale(0.0);

    transform-origin: center;

    transform-style: preserve-3d;

    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

    background-color: var(--thm-primary-color);

    z-index: -1;

}



.single-project-style3 .img-box .overlay-icon a:hover::before {

    transform: scaleX(1.0);

}



.single-project-style3 .img-box .content-box {

    position: absolute;

    left: 40px;

    bottom: 31px;

    right: 40px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    opacity: 0;

    transform: scaleY(0);

    transition: all 400ms ease 200ms;

    z-index: 5;

}



.single-project-style3:hover .img-box .content-box {

    opacity: 1;

    transform: scaleY(1.0);

    transition: all 300ms linear;

    transition-delay: 0.1s;

}



.single-project-style3 .img-box .content-box .title {

    position: relative;

    display: block;

}



.single-project-style3 .img-box .content-box h5 {

    color: #c5d0ff;

    font-size: 14px;

    line-height: 24px;

    font-weight: 700;

    text-transform: uppercase;

}



.single-project-style3 .img-box .content-box h3 {

    font-size: 26px;

    line-height: 35px;

    font-weight: 600;

    margin-top: 6px;

}



.single-project-style3 .img-box .content-box h3 a {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-project-style3 .img-box .content-box h3 a:hover {

    color: var(--thm-secondary-color);

}



.single-project-style3 .img-box .content-box .btn-box {

    position: relative;

    display: block;

    line-height: 0;

}



.single-project-style3 .img-box .content-box .btn-box a {

    position: relative;

    display: inline-block;

    color: var(--thm-white);

    font-size: 28px;

    line-height: 28px;

    top: -1px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-project-style3 .img-box .content-box .btn-box a:hover {

    color: var(--thm-secondary-color);

}



.project-page-three-btn {

    position: relative;

    display: block;

    line-height: 0;

    margin-top: 30px;

}



.project-page-three-btn .btn-one {

    padding-left: 30px;

    padding-right: 30px;

}



.project-page-three-btn .btn-one::after {

    background-color: var(--thm-secondary-color);

}









/*===============================

   Project Single Page Css

===============================*/

.project-single-page {

    background-color: var(--thm-white);

    padding: 120px 0px 90px;

}



.project-single-page-sidebar {

    position: relative;

    display: block;

    margin-right: 20px;

}



.project-single-page-sidebar .project-info {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

    background-color: var(--thm-gray-bg);

    padding: 23px 30px 30px;

}



.project-single-page-sidebar .project-info .title {

    position: relative;

    display: block;

}



.project-single-page-sidebar .project-info .title h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

}



.project-single-page-sidebar .project-info .border-line {

    position: relative;

    display: block;

    height: 1px;

    background-color: #d2d4db;

    margin: 16px -30px 0px;

}



.project-single-page-sidebar .project-info ul {

    position: relative;

    display: block;

    padding-top: 28px;

}



.project-single-page-sidebar .project-info ul li {

    position: relative;

    display: block;

}



.project-single-page-sidebar .project-info ul li+li {

    margin-top: 19px;

}



.project-single-page-sidebar .project-info ul li p {

    margin: 0;

}



.project-single-page-sidebar .project-info ul li h4 {

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    margin-top: 8px;

}



.project-single-page-sidebar .project-info .btn-box {

    position: relative;

    display: block;

    line-height: 0;

    margin-top: 27px;

}



.project-single-page-sidebar .project-info .btn-box .btn-one {

    display: block;

    text-align: center;

    width: 100%;

}



.project-single-page-sidebar .project-info .btn-box .btn-one::after {

    background-color: var(--thm-secondary-color);

}







.project-single-page-sidebar .social-links {

    position: relative;

    display: block;

    padding-top: 44px;

}



.project-single-page-sidebar .social-links .text {

    position: relative;

    display: block;

}



.project-single-page-sidebar .social-links .text p {

    color: #a5b1ad;

    font-size: 14px;

    line-height: 24px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    text-transform: uppercase;

}



.project-single-page-sidebar .social-links ul {

    position: relative;

    display: flex;

    align-items: center;

    padding-top: 18px;

}



.project-single-page-sidebar .social-links ul li {

    position: relative;

    display: block;

}



.project-single-page-sidebar .social-links ul li+li {

    margin-left: 10px;

}



.project-single-page-sidebar .social-links ul li a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 60px;

    width: 60px;

    background: transparent;

    border: 1px solid #e3e4ea;

    border-radius: 6px;

    color: var(--thm-black);

    font-size: 20px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: 1;

}



.project-single-page-sidebar .social-links ul li:hover a {

    color: #ffffff;

    border-color: var(--thm-primary-color);

    background-color: var(--thm-primary-color);

}







.project-single-page-content {

    position: relative;

    display: block;

    margin-top: -7px;

}



.project-single-page-content .text-box1 {

    position: relative;

    display: block;

    padding-bottom: 43px;

}



.project-single-page-content .text-box1 p {

    margin: 0;

}



.project-single-page-content .img-box {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

}



.project-single-page-content .img-box img {

    width: 100%;

}



.project-single-page-content .text-box2 {

    position: relative;

    display: block;

    padding-top: 43px;

}



.project-single-page-content .text-box2 p {

    margin: 0;

}



.project-single-page-content .challenges-box {

    position: relative;

    display: block;

    padding-top: 45px;

}



.project-single-page-content .challenges-box .title {

    position: relative;

    display: block;

}



.project-single-page-content .challenges-box .title h3 {

    font-size: 30px;

    line-height: 40px;

    font-weight: 600;

}



.project-single-page-content .challenges-box .text {

    position: relative;

    display: block;

    padding-top: 18px;

}



.project-single-page-content .challenges-box .text p {

    margin: 0;

}



.project-single-page-content .challenges-box ul {

    position: relative;

    display: block;

    padding-top: 23px;

}



.project-single-page-content .challenges-box ul li {

    position: relative;

    display: flex;

    align-items: center;

}



.project-single-page-content .challenges-box ul li+li {

    margin-top: 9px;

}



.project-single-page-content .challenges-box ul li .icon {

    position: relative;

    display: block;

    color: var(--thm-secondary-color);

    font-size: 20px;

    top: 2px;

    margin-right: 12px;

}



.project-single-page-content .challenges-box ul li p {

    margin: 0;

}



.project-single-page-content .solution-box {

    position: relative;

    display: block;

    padding-top: 46px;

}



.project-single-page-content .solution-box .title {

    position: relative;

    display: block;

    padding-bottom: 18px;

}



.project-single-page-content .solution-box .title h3 {

    font-size: 30px;

    line-height: 40px;

    font-weight: 600;

}



.project-single-page-content .solution-box .text {

    position: relative;

    display: block;

}



.project-single-page-content .solution-box .text p {

    margin: 0;

}



.project-style1--1 {

    padding: 15px 0px 90px;

}



.project-style1--1 .title {

    position: relative;

    display: block;

    padding-bottom: 30px;

}



.project-style1--1 .title h3 {

    font-size: 30px;

    line-height: 40px;

    font-weight: 600;

}







/*===============================

    Process Style1 Css

===============================*/

.process-style1 {

    background-color: var(--thm-black-bg);

    padding: 120px 0px 60px;

}



.process-style1 .container {

    max-width: 1510px;

}



.process-style1 .sec-title h2 {

    color: var(--thm-white);

}



.process-style1__inner {

    position: relative;

    display: block;

}



.process-style1__inner:before {

    content: "";

    position: absolute;

    top: 110px;

    left: 70px;

    right: 70px;

    height: 1px;

    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);

}





.single-process-style1 {

    position: relative;

    display: block;

    max-width: 290px;

    margin: 0 auto 53px;

}



.single-process-style1 .arrow-box {

    position: absolute;

    display: flex;

    align-items: center;

    justify-content: center;

    top: 86px;

    right: -70px;

    width: 50px;

    height: 50px;

    border: 2px solid rgba(255, 255, 255, 0.3);

    border-radius: 50%;

    background-color: #000000;

    color: var(--thm-white);

    font-size: 26px;

}



.single-process-style1 .arrow-box span {

    margin: 0 -9px;

}



.single-process-style1 .img-box {

    position: relative;

    display: block;

    width: 220px;

    margin: 0 auto;

}



.single-process-style1 .img-box .inner {

    position: relative;

    display: block;

    overflow: hidden;

    width: 220px;

    height: 220px;

    border-radius: 50%;

}



.single-process-style1 .img-box .inner::before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #000000;

    opacity: 0;

    z-index: 1;

    transition: opacity 0.5s ease;

    transition: all 0.5s ease;

}



.single-process-style1:hover .img-box .inner::before {

    opacity: 0.30;

}



.single-process-style1 .img-box .inner img {

    width: 100%;

    transform: scale(1.0);

    transition: all 1500ms ease;

}



.single-process-style1:hover .img-box .inner img {

    transform: scale(1.05) rotate(0deg);

}



.single-process-style1 .img-box .conut-box {

    position: absolute;

    display: flex;

    align-items: center;

    left: 2px;

    bottom: 17px;

    width: 110px;

    height: 34px;

    padding-left: 20px;

    transform: rotate(-20deg);

    z-index: 2;

}



.single-process-style1 .img-box .conut-box .conut-box__bg {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-size: cover;

    background-repeat: no-repeat;

    background-attachment: scroll;

    background-position: center center;

    z-index: -1;

}



.single-process-style1 .img-box .conut-box h6 {

    color: var(--thm-white);

    font-size: 14px;

    line-height: 24px;

    text-transform: uppercase;

}



.single-process-style1 .content-box {

    position: relative;

    display: block;

    padding-top: 29px;

}



.single-process-style1 .content-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

    margin-bottom: 9px;

}



.single-process-style1 .content-box h3 a {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style1 .content-box h3 a:hover {

    color: #25C6F5;

}



.single-process-style1 .content-box p {

    color: #a0a3b1;

}









/*===============================

    Process Style2 Css

===============================*/

.process-style2 {

    background-color: var(--thm-gray-bg);

    padding: 120px 0px 85px;

}



.process-style2 .container {

    max-width: 1710px;

}



.process-style2 .container .row {

    --bs-gutter-x: 60px;

}



.process-style2-video {

    position: relative;

    display: block;

}



.process-style2-video .img-box {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

}





.video-play-button-style1 {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 5;

}



.video-play-button-style1 .inner {

    position: relative;

    display: block;

    overflow: hidden;

    width: 120px;

    height: 120px;

    border-radius: 50%;

}



.video-play-button-style1__top {

    position: absolute;

    top: -6px;

    left: 0;

    right: 0;

    color: var(--thm-white);

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    font-family: var(--thm-font-2);

    letter-spacing: -0.9px;

    word-spacing: 0px;

}



.video-play-button-style1__bottom {

    position: absolute;

    left: 0;

    bottom: -6px;

    right: 0;

    color: var(--thm-white);

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    font-family: var(--thm-font-2);

    letter-spacing: -0.9px;

    word-spacing: 0px;

}



.video-play-button-style1 .overlay-video-btn {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 5;

}



.video-play-button-style1 .overlay-video-btn a {

    color: var(--thm-white);

    font-size: 30px;

}







.process-style2__inner {

    position: relative;

    display: block;

    margin-left: -70px;

}



.single-process-style2 {

    position: relative;

    display: block;

    margin-bottom: 35px;

}



.single-process-style2 .icon-box {

    position: absolute;

    top: 0;

    left: 0;

    display: flex;

    justify-content: center;

    width: 100px;

    height: 145px;

    border-radius: 50px 0px 0px 0px;

    background-color: var(--thm-black-bg);

    font-size: 45px;

    line-height: 45px;

    padding-top: 40px;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

    z-index: 1;

}



.single-process-style2:hover .icon-box {

    background-color: var(--thm-primary-color);

}



.single-process-style2 .icon-box .icon-protection-1 .path1:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-protection-1 .path2:before {

    color: var(--thm-primary-color);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2:hover .icon-box .icon-protection-1 .path2:before {

    color: var(--thm-white);

}





.single-process-style2 .icon-box .icon-list .path1:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-list .path2:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-list .path3:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-list .path4:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-list .path5:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-list .path6:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-list .path7:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-list .path8:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-list .path9:before {

    color: var(--thm-primary-color);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2:hover .icon-box .icon-list .path9:before {

    color: var(--thm-white);

}



.single-process-style2 .icon-box .icon-list .path10:before {

    color: var(--thm-primary-color);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2:hover .icon-box .icon-list .path10:before {

    color: var(--thm-white);

}







.single-process-style2 .icon-box .icon-cv .path1:before {

    color: var(--thm-primary-color);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2:hover .icon-box .icon-cv .path1:before {

    color: var(--thm-white);

}



.single-process-style2 .icon-box .icon-cv .path2:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-cv .path3:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-cv .path4:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}







.single-process-style2 .icon-box .icon-insurance-4 .path1:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-insurance-4 .path2:before {

    color: var(--thm-white);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2 .icon-box .icon-insurance-4 .path3:before {

    color: var(--thm-primary-color);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2:hover .icon-box .icon-insurance-4 .path3:before {

    color: var(--thm-white);

}







.single-process-style2 .count-box {

    position: absolute;

    bottom: 50px;

    left: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 60px;

    height: 60px;

    border-radius: 50%;

    background-color: var(--thm-primary-color);

    color: var(--thm-white);

    font-size: 20px;

    line-height: 30px;

    font-family: var(--thm-font-2);

    font-weight: 700;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

    z-index: 1;

}



.single-process-style2:hover .count-box {

    background-color: var(--thm-black-bg);

}



.single-process-style2__inner {

    position: relative;

    display: block;

    border-radius: 4px;

    background-color: var(--thm-white);

    padding: 40px 85px 33px;

    padding-right: 30px;

    margin-left: 50px;

}



.single-process-style2__inner .title-box {

    position: relative;

    display: block;

}



.single-process-style2__inner .title-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

    margin-bottom: 11px;

}



.single-process-style2__inner .title-box h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-process-style2__inner .title-box h3 a:hover {

    color: var(--thm-primary-color);

}



.single-process-style2__inner .title-box .shape {

    position: relative;

    display: block;

    line-height: 0;

}



.single-process-style2__inner .title-box .shape img {

    width: auto;

}



.single-process-style2__inner .text {

    position: relative;

    display: block;

    padding-top: 17px;

}



.single-process-style2__inner .text p {

    margin: 0;

}









/*** 

====================================

        Why Choose Style1

====================================

***/

.why-choose-style1 {

    background-color: var(--thm-gray-bg);

    padding: 30px 0px 0px;

}



.why-choose-style1__shape1 {

    position: absolute;

    top: 0;

    left: 100px;

}



.why-choose-style1__img {

    position: relative;

    display: block;

    margin-left: -85px;

    margin-right: -85px;

    z-index: 1;

}



.why-choose-style1__img::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    height: 550px;

    background: rgb(239, 240, 245);

    background: linear-gradient(0deg, rgba(239, 240, 245, 1) 8%, rgba(239, 240, 245, 1) 30%, rgba(239, 240, 245, 0) 70%);

}





.why-choose-style1__img .overlay-content {

    position: absolute;

    left: 85px;

    bottom: 122px;

    right: 85px;

    border-radius: 4px;

    background-color: #000000;

    padding: 35px 35px 26px;

    padding-right: 25px;

}



.why-choose-style1__img .overlay-content .sec-title {

    padding-bottom: 0px;

}



.why-choose-style1__img .overlay-content .sec-title .sub-title {

    margin-bottom: 17px;

}



.why-choose-style1__img .overlay-content .sec-title h2 {

    color: var(--thm-white);

    font-size: 36px;

    line-height: 1.2em;

}



.why-choose-style1__content {

    position: relative;

    display: block;

    padding: 90px 0px 0px;

    z-index: 5;

}



.why-choose-style1-single {

    position: relative;

    display: block;

    border-radius: 4px;

    background-color: var(--thm-white);

    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);

    padding: 40px 30px 33px;

    margin-bottom: 30px;

}



.why-choose-style1-single .top {

    position: relative;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

}



.why-choose-style1-single .top .left {

    position: relative;

    display: block;

}



.why-choose-style1-single .top .left .title-box {

    position: relative;

    display: block;

}



.why-choose-style1-single .top .left .title-box .shape {

    position: relative;

    display: block;

    padding-bottom: 24px;

    line-height: 0;

}



.why-choose-style1-single .top .left .title-box .shape img {

    width: auto;

}



.why-choose-style1-single .top .left .title-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

}



.why-choose-style1-single .top .left .title-box h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.why-choose-style1-single .top .left .title-box h3 a:hover {

    color: #25C6F5;

}



.why-choose-style1-single .top .right {

    position: relative;

    display: block;

}



.why-choose-style1-single .top .right .icon-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 77px;

    height: 70px;

    background-color: var(--thm-gray-bg);

    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);

    font-size: 40px;

}



.why-choose-style1-single .bottom {

    position: relative;

    display: block;

    padding-top: 15px;

}



.why-choose-style1-single .bottom .text {

    position: relative;

    display: block;

}



.why-choose-style1-single .bottom .text p {

    margin: 0;

}







/*** 

====================================

        Why Choose Style2

====================================

***/

.why-choose-style2 {

    background-color: #02243b;

    padding: 120px 0px 90px;

}



.why-choose-style2 .sec-title h2 {

    color: var(--thm-white);

}



.why-choose-style2-single {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 60px 0px 65px;

    max-width: 370px;

    width: 100%;

    margin: 0 auto 30px;

    z-index: 1;

}



.why-choose-style2-single::before {

    content: "";

    position: absolute;

    top: 0px;

    left: -50px;

    right: -50px;

    height: 370px;

    background-color: var(--thm-gray-bg);

    border-radius: 50%;

    z-index: -2;

}



.why-choose-style2-single::after {

    content: "";

    position: absolute;

    left: -50px;

    bottom: 0;

    right: -50px;

    height: 390px;

    background-color: var(--thm-white);

    border-radius: 50%;

    z-index: -2;

}



.why-choose-style2-single__white-bg {

    position: absolute;

    top: 210px;

    left: 0;

    bottom: 75px;

    right: 0;

    background-color: var(--thm-white);

    z-index: -1;

}



.why-choose-style2-single .shape1 {

    position: absolute;

    top: 75px;

    left: 0;

    right: 0;

    height: 150px;

    background-size: cover;

    background-position: bottom center;

    z-index: -1;

}



.why-choose-style2-single .icon-box {

    position: relative;

    display: block;

    font-size: 65px;

    line-height: 65px;

    z-index: 3;

}



.why-choose-style2-single .title-box {

    position: relative;

    display: block;

    padding-top: 100px;

    padding-left: 30px;

    padding-right: 30px;

    z-index: 3;

}



.why-choose-style2-single .title-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    margin-bottom: 14px;

}



.why-choose-style2-single .title-box h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.why-choose-style2-single .title-box h3 a:hover {

    color: var(--thm-primary-color);

}



.why-choose-style2-single .title-box p {

    margin: 0;

}



.why-choose-style2-single .count-box {

    position: absolute;

    left: 0;

    bottom: 0px;

    right: 0;

    transform: translateY(15px);

    transition: all 400ms ease 200ms;

}



.why-choose-style2-single:hover .count-box {

    transform: translateY(-115px);

    transition: all 400ms ease 200ms;

}



.why-choose-style2-single .count-box h1 {

    color: transparent;

    opacity: 0.90;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: #f6f1ef;

    font-size: 120px;

    line-height: 1.1em;

    font-weight: 500;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.why-choose-style2-single:hover .count-box h1 {

    opacity: 1.0;

    color: #f6f1ef;

    -webkit-text-stroke-color: #f6f1ef;

}



.why-choose-style2-single .btn-box {

    position: relative;

    display: block;

    line-height: 0;

    padding-top: 27px;

    opacity: 0;

    transform: scaleY(0);

    transition: all 400ms ease 200ms;

    z-index: 2;

}



.why-choose-style2-single:hover .btn-box {

    opacity: 1;

    transform: scaleY(1.0);

    transition: all 300ms linear;

    transition-delay: 0.1s;

}



.why-choose-style2-single .btn-box a {

    position: relative;

    display: inline-flex;

    align-items: center;

    color: var(--thm-black);

    font-size: 16px;

    line-height: 26px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.why-choose-style2-single .btn-box a:hover {

    color: var(--thm-primary-color);

}



.why-choose-style2-single .btn-box a span {

    font-size: 20px;

    margin-right: 8px;

}





/*======== Scrolling Text Style1 =======*/

.scrolling-text-style1 {

    position: absolute;

    top: 55%;

    transform: translateY(-50%);

    left: 0;

    right: 0;

    display: block;

    overflow: hidden;

}



.scrolling-text-style1 .inner {

    position: relative;

    display: block;

}



.scrolling-text-style1 .inner ul {

    position: relative;

    display: flex;

    align-items: center;

    flex-wrap: nowrap;

    width: fit-content;

}



.scrolling-text-style1 .inner ul li {

    position: relative;

    display: block;

    white-space: nowrap;

    float: left;

    color: transparent;

    -webkit-background-clip: text;

    -webkit-text-stroke: 1px #173e58;

    font-size: 120px;

    line-height: 1.3em;

    font-weight: 800;

    text-transform: uppercase;

    font-family: var(--thm-font-2);

    margin-left: 50px;

    transition: all .4s ease;

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;

}



.scrolling-text-style1 .inner ul li:hover {

    -webkit-text-stroke-width: 0px;

    -webkit-text-stroke-color: transparent;

}



.scrolling-text-style1 .inner ul li::before {

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 0;

    width: 0;

    color: #173e58;

    white-space: nowrap;

    content: attr(data-hover);

    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);

}



.scrolling-text-style1 .inner ul li:hover::before {

    width: 100%;

}









/*** 

====================================

        Why Choose Style3

====================================

***/

.why-choose-style3 {

    background-color: var(--thm-black-bg);

    padding: 120px 0px 90px;

}



.why-choose-style3 .sec-title h2 {

    color: var(--thm-white);

}





.single-why-choose-style3 {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

    background-color: var(--thm-white);

    padding: 30px 30px 30px;

    margin-bottom: 30px;

}



.single-why-choose-style3-shape {

    position: absolute;

    bottom: 0;

    right: 0;

}



.single-why-choose-style3 .img-box {

    position: relative;

    display: block;

}



.single-why-choose-style3 .img-box .inner {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

    border-top-right-radius: 50%;

    border-bottom-right-radius: 50%;

    -webkit-transition: all 1000ms ease;

    -moz-transition: all 1000ms ease;

    -ms-transition: all 1000ms ease;

    -o-transition: all 1000ms ease;

    transition: all 1000ms ease;

    z-index: 1;

}



.single-why-choose-style3:hover .img-box .inner {

    border-radius: 4px 4px 4px 4px;

}



.single-why-choose-style3 .img-box .inner img {

    width: 100%;

    -webkit-transition: all 1000ms ease;

    -moz-transition: all 1000ms ease;

    -ms-transition: all 1000ms ease;

    -o-transition: all 1000ms ease;

    transition: all 1000ms ease;

    transform: translateX(-30px);

    border-radius: 4px;

    border-top-right-radius: 50%;

    border-bottom-right-radius: 50%;

}



.single-why-choose-style3:hover .img-box .inner img {

    transform: translateX(0) scale(1.05) rotate(0deg);

    border-radius: 4px 4px 4px 4px;

}



.single-why-choose-style3 .img-box .overlay-icon {

    position: absolute;

    top: 50%;

    right: 0;

    bottom: 0;

    width: 70px;

    height: 70px;

    transform: translateY(-50%);

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

    z-index: 3;

}



.single-why-choose-style3:hover .img-box .overlay-icon {

    transform: translateY(-50%) translateX(105px);

}



.single-why-choose-style3 .img-box .overlay-icon::before {

    content: "";

    position: absolute;

    top: -5px;

    left: -5px;

    bottom: -5px;

    right: -5px;

    border-radius: 50%;

    background-color: var(--thm-black-bg);

    z-index: -2;

}



.single-why-choose-style3 .img-box .overlay-icon .icon {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    background-color: var(--thm-white);

    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

    font-size: 40px;

    line-height: 40px;

    z-index: 2;

}



.single-why-choose-style3 .content-box {

    position: relative;

    display: block;

    padding-top: 24px;

}



.single-why-choose-style3 .content-box .title-box {

    position: relative;

    display: block;

    margin-bottom: 18px;

}



.single-why-choose-style3 .content-box .title-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

}



.single-why-choose-style3 .content-box .title-box h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-why-choose-style3 .content-box .title-box h3 a:hover {

    color: var(--thm-primary-color);

}



.single-why-choose-style3 .content-box .btn-box {

    position: relative;

    display: block;

    overflow: hidden;

    line-height: 0;

    width: 120px;

}



.single-why-choose-style3 .content-box .btn-box a {

    position: relative;

    display: inline-block;

    color: var(--thm-black);

    font-size: 18px;

    line-height: 20px;

    transform: translateX(0px);

    -webkit-transition: all 400ms linear;

    transition: all 400ms linear;

}



.single-why-choose-style3:hover .content-box .btn-box a {

    transform: translateX(-50px);

}



.single-why-choose-style3 .content-box .btn-box .overlay-btn {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    opacity: 0;

    transform: translateX(100px);

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



.single-why-choose-style3:hover .content-box .btn-box .overlay-btn {

    opacity: 1;

    transform: translateX(0px);

}



.single-why-choose-style3 .content-box .btn-box .overlay-btn a {

    position: relative;

    display: inline-flex;

    align-items: center;

    color: var(--thm-primary-color);

    font-size: 16px;

    line-height: 26px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    transform: translateX(0px);

    -webkit-transition: all 400ms linear;

    transition: all 400ms linear;

}



.single-why-choose-style3:hover .content-box .btn-box .overlay-btn a {

    opacity: 1;

    transform: translateX(0px);

}



.single-why-choose-style3 .content-box .btn-box .overlay-btn a span {

    margin-right: 8px;

}





/*** 

====================================

        Why Choose Style4

====================================

***/

.why-choose-style4 {

    overflow: hidden;

    background-color: var(--thm-gray-bg);

    padding: 120px 0px 120px;

}



.why-choose-style4__shape1 {

    position: absolute;

    left: 0;

    bottom: -2px;

}



.why-choose-style4__shape2 {

    position: absolute;

    top: -2px;

    right: -20px;

}



.why-choose-style4-single {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 60px 0px 65px;

    max-width: 370px;

    width: 100%;

    margin: 0 auto;

    z-index: 1;

}



.why-choose-style4-single::before {

    content: "";

    position: absolute;

    top: 0px;

    left: -50px;

    right: -50px;

    height: 370px;

    background-color: #e1efe1;

    border-radius: 50%;

    z-index: -2;

}



.why-choose-style4-single::after {

    content: "";

    position: absolute;

    left: -50px;

    bottom: 0;

    right: -50px;

    height: 390px;

    background-color: var(--thm-white);

    border-radius: 50%;

    z-index: -2;

}



.why-choose-style4-single__white-bg {

    position: absolute;

    top: 210px;

    left: 0;

    bottom: 75px;

    right: 0;

    background-color: var(--thm-white);

    z-index: -1;

}



.why-choose-style4-single .shape1 {

    position: absolute;

    top: 75px;

    left: 0;

    right: 0;

    height: 150px;

    background-size: cover;

    background-position: bottom center;

    z-index: -1;

}



.why-choose-style4-single .icon-box {

    position: relative;

    display: block;

    font-size: 65px;

    line-height: 65px;

    z-index: 3;

}



.why-choose-style4-single .title-box {

    position: relative;

    display: block;

    padding-top: 100px;

    padding-left: 30px;

    padding-right: 30px;

    z-index: 3;

}



.why-choose-style4-single .title-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    margin-bottom: 14px;

}



.why-choose-style4-single .title-box h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.why-choose-style4-single .title-box h3 a:hover {

    color: #25C6F5;

}



.why-choose-style4-single .title-box p {

    margin: 0;

}



.why-choose-style4-single .count-box {

    position: absolute;

    left: 0;

    bottom: 0px;

    right: 0;

    transform: translateY(15px);

    transition: all 400ms ease 200ms;

}



.why-choose-style4-single:hover .count-box {

    transform: translateY(-115px);

    transition: all 400ms ease 200ms;

}



.why-choose-style4-single .count-box h1 {

    color: transparent;

    opacity: 0.90;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: #e4ebe4;

    font-size: 120px;

    line-height: 1.1em;

    font-weight: 500;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.why-choose-style4-single:hover .count-box h1 {

    opacity: 1.0;

    color: #B4E7F5;

    -webkit-text-stroke-color: #B4E7F5;

}



.why-choose-style4-single .btn-box {

    position: relative;

    display: block;

    line-height: 0;

    padding-top: 27px;

    opacity: 0;

    transform: scaleY(0);

    transition: all 400ms ease 200ms;

    z-index: 2;

}



.why-choose-style4-single:hover .btn-box {

    opacity: 1;

    transform: scaleY(1.0);

    transition: all 300ms linear;

    transition-delay: 0.1s;

}



.why-choose-style4-single .btn-box a {

    position: relative;

    display: inline-flex;

    align-items: center;

    color: var(--thm-black);

    font-size: 16px;

    line-height: 26px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.why-choose-style4-single .btn-box a:hover {

    color: #25C6F5;

}



.why-choose-style4-single .btn-box a span {

    font-size: 20px;

    margin-right: 8px;

}



.why-choose-style4-single .icon-box img{

	width: auto;

	display: inline-block;

}



.why-choose-style4-carousel.owl-nav-style-one.owl-theme .owl-nav {

    position: absolute;

    top: 50%;

    left: -90px;

    right: -90px;

    justify-content: space-between;

    transform: translateY(-50%);

    z-index: -1;

    width: auto;

}



.why-choose-style4-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {

    background-color: #ffffff;

}







/*** 

====================================

    Why Choose Style4 About Pages

====================================

***/

.why-choose-style4--about-page {

    background-color: var(--thm-gray-bg);

}



.why-choose-style4--about-page .why-choose-style4-single::before {

    background-color: #e4e5ed;

}



.why-choose-style4--about-page .why-choose-style4-single .count-box h1 {

    opacity: 0.90;

    -webkit-text-stroke-color: #eff0f5;

}



.why-choose-style4--about-page .why-choose-style4-single:hover .count-box h1 {

    color: #eff0f5;

    -webkit-text-stroke-color: #eff0f5;

}









/*** 

=============================================

    Team Style1  

=============================================

***/

.team-style1 {

    background-color: var(--thm-white);

    padding: 120px 0px 90px;

}



.team-style1__top {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-end;

    justify-content: space-between;

    padding-bottom: 46px;

}



.team-style1__top .sec-title {

    padding-bottom: 0;

}



.team-style1__top .btn-box {

    position: relative;

    display: block;

    line-height: 0;

    top: -6px;

}



.team-style1__top .btn-box a {

    position: relative;

    display: inline-flex;

    align-items: center;

    color: var(--thm-black);

    font-size: 16px;

    line-height: 26px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.team-style1__top .btn-box a:hover {

    color: var(--thm-primary-color);

}



.team-style1__top .btn-box a span {

    font-size: 20px;

    margin-right: 8px;

}



.single-team-style1 {

    position: relative;

    display: block;

    border-radius: 4px;

    background-color: var(--thm-white);

    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.12);

    border: 1px solid #ede7e9;

    padding: 29px 29px 29px;

    margin-bottom: 30px;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

}



.single-team-style1:hover {

    box-shadow: none;

}



.single-team-style1 .img-box {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

}



.single-team-style1 .img-box::before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: rgb(0, 0, 0, 0.1);

    opacity: 0;

    z-index: 1;

    transition: opacity 0.5s ease;

    transition: all 0.5s ease;

    z-index: 1;

}



.single-team-style1:hover .img-box::before {

    opacity: 1;

}



.single-team-style1 .img-box img {

    width: 100%;

    transform: scale(1.0);

    transition: all 1500ms ease;

}



.single-team-style1:hover .img-box img {

    transform: scale(1.05) rotate(0deg);

}



.single-team-style1 .title-box {

    position: relative;

    display: block;

    padding-top: 18px;

}



.single-team-style1 .title-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

}



.single-team-style1 .title-box h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-team-style1 .title-box h3 a:hover {

    color: #25C6F5;

}



.single-team-style1 .title-box p {

    color: var(--thm-body-font-color);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-team-style1:hover .title-box p {

    color: #25C6F5;

}



.single-team-style1 .bottom-box {

    position: relative;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    padding-top: 23px;

}



.single-team-style1 .bottom-box .left-box {

    position: relative;

    display: block;

}



.single-team-style1 .bottom-box .left-box .border-line {

    position: relative;

    display: block;

    width: 62px;

    height: 3px;

    background-color: var(--thm-gray-bg);

}



.single-team-style1 .bottom-box .left-box .mail-box {

    position: relative;

    display: block;

    padding-top: 17px;

    line-height: 0;

}



.single-team-style1 .bottom-box .left-box .mail-box a {

    position: relative;

    display: inline-block;

    color: var(--thm-black);

    font-size: 14px;

    line-height: 10px;

    font-family: var(--thm-font-2);

    font-weight: 700;

    text-transform: uppercase;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-team-style1 .bottom-box .left-box .mail-box a:hover {

    color: #25C6F5;

}







.single-team-style1 .bottom-box .right-box {

    position: relative;

    display: block;

}



.single-team-style1 .bottom-box .right-box .social-links {

    position: relative;

    display: block;

}



.single-team-style1 .bottom-box .right-box .social-links ul {

    position: relative;

    display: flex;

    align-items: center;

}



.single-team-style1 .bottom-box .right-box .social-links ul li {

    position: relative;

    display: block;

}



.single-team-style1 .bottom-box .right-box .social-links ul li+li {

    margin-left: 5px;

}



.single-team-style1 .bottom-box .right-box .social-links ul li a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 35px;

    width: 35px;

    border-radius: 4px;

    background: var(--thm-gray-bg);

    color: #7f7b7a;

    font-size: 16px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: 1;

}



.single-team-style1 .bottom-box .right-box .social-links ul li:hover a {

    color: #ffffff;

    background-color: #25C6F5;

}





.team-style1--team-page {

    padding-bottom: 90px;

}



.team-style1--team-page .single-team-style1 {

    margin-bottom: 30px;

}







/*** 

====================================

    Slogan Style1

====================================

***/

.slogan-style1 {

    overflow: hidden;

    background-color: var(--thm-secondary-color);

    padding: 112px 0px 120px;

}



.slogan-style1__shape1 {

    position: absolute;

    bottom: 0;

    right: -50px;

}



.slogan-style1__bg {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    max-width: 675px;

    background-size: cover;

    background-repeat: no-repeat;

    background-attachment: scroll;

    background-position: top center;

    clip-path: polygon(70% 0, 100% 70%, 80% 100%, 0 100%, 0 0);

    z-index: 1;

}



.slogan-style1__inner {

    position: relative;

    display: block;

}



.slogan-style1__inner-phn-box {

    position: absolute;

    left: 35px;

    top: 54px;

    display: inline-block;

    border-radius: 4px;

    background-color: var(--thm-white);

    text-align: center;

    padding: 14px 30px 13px;

    transform: rotate(-25deg);

    z-index: 3;

}



.slogan-style1__inner-phn-box::before {

    content: "";

    position: absolute;

    top: 10px;

    left: 10px;

    right: -10px;

    bottom: -10px;

    border-radius: 4px;

    background-color: transparent;

    border: 1px solid var(--thm-white);

    z-index: -1;

}



.slogan-style1__inner-phn-box h5 {

    color: var(--thm-primary-color);

    font-size: 16px;

    line-height: 25px;

    font-weight: 600;

}



.slogan-style1__inner-phn-box .number {

    position: relative;

    display: block;

    padding-top: 1px;

}



.slogan-style1__inner-phn-box .number a {

    position: relative;

    display: inline-block;

    color: var(--thm-black);

    font-size: 16px;

    line-height: 25px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.slogan-style1__inner-phn-box .number a:hover {

    color: var(--thm-primary-color);

}



.slogan-style1__inner-phn-box .number span {

    position: relative;

    display: inline-block;

    color: #757170;

    font-size: 16px;

    line-height: 25px;

    font-family: var(--thm-font);

    font-weight: 400;

}



.slogan-style1__inner-content {

    position: relative;

    display: block;

    padding-left: 400px;

}



.slogan-style1__inner-content .sub-title {

    position: relative;

    display: block;

}



.slogan-style1__inner-content .sub-title h3 {

    color: var(--thm-white);

    font-size: 30px;

    line-height: 40px;

    font-weight: 600;

}



.slogan-style1__inner-content .big-title {

    position: relative;

    display: block;

    color: var(--thm-white);

    font-size: 100px;

    line-height: 1.0em;

    font-family: var(--thm-font-2);

    font-weight: 600;

}



.slogan-style1__inner-content .title-box {

    position: relative;

    display: block;

}



.slogan-style1__inner-content .title-box h3 {

    color: var(--thm-white);

    font-size: 30px;

    line-height: 40px;

    font-weight: 600;

}



.slogan-style1__inner-content form {

    position: relative;

    display: block;

    padding-top: 30px;

}



.slogan-style1__inner-content form .form-group {

    position: relative;

    display: block;

    max-width: 370px;

    width: 100%;

}



.slogan-style1__inner-content form .form-group .input-box {

    position: relative;

    display: block;

}



.slogan-style1__inner-content form .form-group .input-box .icon {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 20px;

}



.slogan-style1__inner-content form .form-group .input-box .icon i {

    position: relative;

    display: inline-block;

    color: #c3e5ea;

    font-size: 16px;

    line-height: 16px;

}



.slogan-style1__inner-content form .form-group input[type="text"] {

    position: relative;

    display: block;

    border-radius: 4px;

    background: transparent;

    border: 1px solid #4da8b6;

    width: 100%;

    height: 56px;

    color: #c3e5ea;

    font-size: 16px;

    font-family: var(--thm-font);

    font-weight: 400;

    font-style: normal;

    padding-left: 40px;

    padding-right: 165px;

    transition: all 500ms ease;

}



.slogan-style1__inner-content form .form-group input[type="text"]:focus {

    border: 1px solid var(--thm-primary-color);

    outline: none;

}



.slogan-style1__inner-content form .form-group input[type="text"]::-webkit-input-placeholder {

    color: #c3e5ea;

}



.slogan-style1__inner-content form .form-group input[type="text"]:-moz-placeholder {

    color: #c3e5ea;

}



.slogan-style1__inner-content form .form-group input[type="text"]::-moz-placeholder {

    color: #c3e5ea;

}



.slogan-style1__inner-content form .form-group input[type="text"]:-ms-input-placeholder {

    color: #c3e5ea;

}





.slogan-style1__inner-content form .form-group button {

    position: absolute;

    top: 5px;

    right: 5px;

    bottom: 5px;

    line-height: 0;

}



.slogan-style1__inner-content form .form-group button.btn-one {

    padding-left: 20px;

    padding-right: 20px;

    color: var(--thm-black);

    line-height: 26px;

}



.slogan-style1__inner-content form .form-group button.btn-one:hover {

    color: var(--thm-white);

}



.slogan-style1__inner-content form .form-group button.btn-one::before {

    background-color: var(--thm-primary-color);

}



.slogan-style1__inner-content form .form-group button.btn-one::after {

    background-color: var(--thm-white);

}









/*

=============================

    Pricing Style1 Css  

=============================

*/

.pricing-style1 {

    background-color: var(--thm-white);

    padding: 120px 0px 90px;

}



.switcher-tabs-box {

    position: relative;

    display: block;

}



.tab-btn-box-style2 {

    position: absolute;

    top: -110px;

    right: 0;

}



.tab-btn-box-style2 .tab-btns {

    position: relative;

    display: flex;

    align-items: center;

    width: 230px;

    height: 55px;

    border: 1px solid #e4eced;

    border-radius: 4px;

    overflow: hidden;

}



.tab-btn-box-style2 .tab-btns li {

    position: relative;

    width: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #677071;

    font-size: 14px;

    line-height: 52px;

    font-family: var(--thm-font-2);

    font-weight: 700;

    text-transform: uppercase;

    cursor: pointer;

    transition: all 500ms ease;

    z-index: 1;

}



.tab-btn-box-style2 .tab-btns li:before {

    position: absolute;

    top: 0px;

    left: 0;

    bottom: -1px;

    right: 0;

    width: 0;

    border-radius: 4px;

    background: var(--thm-gray-bg);

    content: "";

    z-index: -1;

    -webkit-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.tab-btn-box-style2 .tab-btns li.active-btn:before {

    width: 100%;

}



.tab-btn-box-style2 .tab-btns li.active-btn {

    color: var(--thm-primary-color);

}





.switcher-tabs-box .tabs-content {

    position: relative;

}



.switcher-tabs-box .tabs-content .tab {

    position: relative;

    display: none;

    opacity: 0;

    transform: translateY(10px);

    transition: all 250ms ease-in-out;

}



.switcher-tabs-box .tabs-content .tab.active-tab {

    display: block;

    opacity: 1.0;

    transform: translateY(0px);

}



.single-pricing-style1 {

    position: relative;

    display: block;

    margin-bottom: 30px;

    padding-left: 60px;

}



.single-pricing-style1 .title-box {

    position: absolute;

    top: 110px;

    left: 1px;

    transform: translateY(0%) rotate(180deg);

    border: 1px solid #e4eced;

    padding: 50px 13px 50px;

    writing-mode: vertical-rl;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

    border-radius: 0px 6px 6px 0px;

    overflow: hidden;

    z-index: 3;

}



.single-pricing-style1 .title-box__bg {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-color: var(--thm-gray-bg);

    z-index: -1;

}



.single-pricing-style1:hover .title-box {

    border-color: var(--thm-gray-bg);

}



.single-pricing-style1 .title-box h3 {

    position: relative;

    display: inline-block;

    color: var(--thm-black);

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

}



.single-pricing-style1-inner {

    position: relative;

    display: block;

    border-radius: 4px;

    background-color: var(--thm-white);

    border: 1px solid #e4eced;

    padding: 39px 29px 40px;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

}



.single-pricing-style1:hover .single-pricing-style1-inner {

    border-color: var(--thm-white);

    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);

}



.single-pricing-style1-inner .top-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.single-pricing-style1-inner .top-box .icon-box {

    position: relative;

    display: block;

    font-size: 70px;

    line-height: 70px;

}



.single-pricing-style1-inner .top-box .icon-box .icon-business-2 .path1:before {

    color: var(--thm-black);

}



.single-pricing-style1-inner .top-box .icon-box .icon-business-2 .path2:before {

    color: var(--thm-primary-color);

}



.single-pricing-style1-inner .top-box .icon-box .icon-business-2 .path3:before {

    color: var(--thm-primary-color);

}



.single-pricing-style1-inner .top-box .icon-box .icon-business-2 .path4:before {

    color: var(--thm-primary-color);

}



.single-pricing-style1-inner .top-box .icon-box .icon-business-2 .path5:before {

    color: var(--thm-primary-color);

}



.single-pricing-style1-inner .top-box .icon-box .icon-element .path1:before {

    color: var(--thm-black);

}



.single-pricing-style1-inner .top-box .icon-box .icon-element .path2:before {

    color: var(--thm-primary-color);

}



.single-pricing-style1-inner .top-box .icon-box .icon-business-3 .path1:before {

    color: var(--thm-black);

}



.single-pricing-style1-inner .top-box .icon-box .icon-business-3 .path2:before {

    color: var(--thm-primary-color);

}



.single-pricing-style1-inner .top-box .value-box {

    position: relative;

    display: block;

    border-radius: 4px 0px 0px 4px;

    background-color: #0d4964;

    margin-right: -30px;

    padding: 15px 20px 10px;

}



.single-pricing-style1-inner .top-box .value-box h2 {

    color: var(--thm-white);

    font-size: 36px;

    line-height: 1.1em;

    font-weight: 600;

}



.single-pricing-style1-inner .top-box .value-box h2 sup {

    font-size: 20px;

}



.single-pricing-style1-inner .top-box .value-box h2 sub {

    font-size: 18px;

    font-weight: 500;

    top: -4px;

    left: -7px;

}



.single-pricing-style1-inner .title {

    position: relative;

    display: inline-block;

    padding-top: 43px;

}



.single-pricing-style1-inner .title::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 1px;

    right: 0;

    height: 1px;

    background-color: var(--thm-primary-color);

}



.single-pricing-style1-inner .title h6 {

    font-size: 15px;

    line-height: 25px;

    font-weight: 500;

}



.single-pricing-style1-inner .list-item {

    position: relative;

    display: block;

    padding-top: 22px;

}



.single-pricing-style1-inner .list-item ul {

    position: relative;

    display: block;

}



.single-pricing-style1-inner .list-item ul li {

    position: relative;

    display: flex;

    align-items: center;

}



.single-pricing-style1-inner .list-item ul li+li {

    margin-top: 15px;

}



.single-pricing-style1-inner .list-item ul li .icon {

    position: relative;

    display: block;

    color: var(--thm-primary-color);

    font-size: 14px;

    top: 2px;

}



.single-pricing-style1-inner .list-item ul li>.text {

    position: relative;

    display: block;

    padding-left: 15px;

}



.single-pricing-style1-inner .list-item ul li>.text>p {

    margin: 0;

}



.single-pricing-style1-inner .btn-box {

    position: relative;

    display: block;

    line-height: 0;

    padding-top: 28px;

}



.single-pricing-style1-inner .btn-box .btn-one {

    display: block;

    width: 100%;

    color: var(--thm-black);

    line-height: 35px;

    text-align: center;

}



.single-pricing-style1-inner .btn-box .btn-one:hover {

    color: var(--thm-white);

}



.single-pricing-style1-inner .btn-box .btn-one:after {

    border-radius: 4px;

    background-color: transparent;

    border: 1px solid var(--thm-primary-color);



}



.single-pricing-style1-inner>.text {

    position: relative;

    display: block;

    text-align: center;

    padding-top: 17px;

}



.single-pricing-style1-inner>.text p::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 1px;

    right: 0;

    border-bottom: 1px dashed var(--thm-primary-color);

}



.single-pricing-style1-inner>.text>p {

    position: relative;

    display: inline-block;

    color: var(--thm-black);

}







/*** 

===========================

    Send Message Style1     

===========================

***/

.send-message-style1 {

    background-color: var(--thm-gray-bg);

    padding: 120px 0px 120px;

}



.send-message-style1 .row {

    --bs-gutter-x: 0px;

}



.send-message-style1::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 436px;

    background-color: var(--thm-black-bg);

    z-index: -1;

}



.send-message-style1__form {

    position: relative;

    display: block;

    border-radius: 4px 0px 0px 4px;

    background-color: var(--thm-white);

    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);

    padding: 44px 50px 50px;

    margin-right: -12.5px;

}



.send-message-style1__form form {

    position: relative;

    display: block;

}



.send-message-style1__form form .form-group {

    position: relative;

    display: block;

    margin-bottom: 14px;

}



.send-message-style1__form form .form-group .label {

    position: relative;

    display: block;

    padding-bottom: 9px;

}



.send-message-style1__form form .form-group .label h5 {

    font-size: 16px;

    line-height: 26px;

    font-weight: 600;

}



.send-message-style1__form form .form-group .input-box {

    position: relative;

    display: block;

}



.send-message-style1__form form .form-group input[type="text"],

.send-message-style1__form form .form-group input[type="email"],

.send-message-style1__form form .form-group textarea {

    position: relative;

    display: block;

    border-radius: 4px;

    border: 0px solid transparent;

    background-color: var(--thm-gray-bg);

    width: 100%;

    height: 55px;

    color: var(--thm-body-font-color);

    font-size: 16px;

    font-family: var(--thm-font);

    font-weight: 400;

    font-style: normal;

    padding-left: 20px;

    padding-right: 20px;

    transition: all 500ms ease;

}



.send-message-style1__form form .form-group textarea {

    height: 100px;

    padding-top: 22px;

    padding-left: 20px;

    padding-right: 20px;

    padding-bottom: 10px;

}



.send-message-style1__form form .form-group input[type="text"]::-webkit-input-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group input[type="text"]:-moz-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group input[type="text"]::-moz-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group input[type="text"]:-ms-input-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group input[type="email"]::-webkit-input-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group input[type="email"]:-moz-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group input[type="email"]::-moz-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group input[type="email"]:-ms-input-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group textarea::-webkit-input-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group textarea:-moz-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group textarea::-moz-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group textarea:-ms-input-placeholder {

    color: var(--thm-body-font-color);

}



.send-message-style1__form form .form-group .nice-select {

    position: relative;

    display: block;

    border-radius: 4px;

    background-color: var(--thm-gray-bg);

    border: 0px solid transparent;

    width: 100%;

    height: 55px;

    color: var(--thm-body-font-color);

    font-size: 16px;

    line-height: 55px;

    font-family: var(--thm-font);

    font-weight: 400;

    padding-left: 20px;

    padding-right: 20px;

    transition: all 500ms ease;

}



.send-message-style1__form form .form-group .nice-select::after {

    width: 8px;

    height: 8px;

    border-bottom: 2px solid #bdc6c0;

    border-right: 2px solid #bdc6c0;

    right: 22px;

    margin-top: 0px;

    top: 21px;

    z-index: 10;

}



.send-message-style1__form form .form-group.form-group--1 {

    margin-top: 29px;

    margin-bottom: 0;

}



.send-message-style1__form form .form-group button {

    position: relative;

    display: block;

    line-height: 0;

}



.send-message-style1__form form .form-group button.btn-one {

    display: block;

    width: 100%;

    line-height: 40px;

}



.send-message-style1-img {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 0px 4px 4px 0px;

    margin-left: 12.5px;

    z-index: 2;

}



.send-message-style1-img::before {

    content: "";

    position: absolute;

    right: 50px;

    bottom: 60px;

    width: 120px;

    height: 241px;

    border-radius: 4px;

    background-color: var(--thm-primary-color);

    z-index: 1;

}





.send-message-style1-img img {

    width: 100%;

}



.send-message-style1-img .overlay-content {

    position: absolute;

    left: 50px;

    bottom: 50px;

    right: 60px;

    overflow: hidden;

    border-radius: 4px;

    background-color: var(--thm-white);

    padding: 40px 40px 40px;

    z-index: 1;

}



.send-message-style1-img .overlay-content ul {

    position: relative;

    display: flex;

    align-items: center;

}



.send-message-style1-img .overlay-content ul li {

    position: relative;

    display: block;

    border-right: 1px solid #e4eced;

    padding-right: 40px;

    margin-right: 40px;

}



.send-message-style1-img .overlay-content ul li:last-child {

    border-right: 0px solid transparent;

    padding-right: 0px;

    margin-right: 0px;

}



.send-message-style1-img .overlay-content ul li .icon {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50px;

    height: 50px;

    border-radius: 4px;

    background-color: var(--thm-gray-bg);

    color: var(--thm-primary-color);

    font-size: 20px;

}



.send-message-style1-img .overlay-content ul li .title {

    position: relative;

    display: block;

    padding-top: 19px;

}



.send-message-style1-img .overlay-content ul li .title h5 {

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    margin-bottom: 10px;

}



.send-message-style1-img .overlay-content ul li .title a {

    position: relative;

    display: inline-block;

    color: var(--thm-body-font-color);

    font-size: 16px;

    line-height: 25px;

    font-family: var(--thm-font);

    font-weight: 400;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.send-message-style1-img .overlay-content ul li .title a:hover {

    color: var(--thm-primary-color);

}







/*

========================

   Welcome Style1   

========================

*/

.welcome-style1 {

    background-color: var(--thm-white);

    padding: 120px 0px 87px;

}



.welcome-style1__inner {

    position: relative;

    display: block;

}



.welcome-style1__inner ul {

    position: relative;

    display: flex;

    margin-left: -5px;

    margin-right: -5px;

}



.welcome-style1__inner ul li {

    position: relative;

    display: block;

    float: left;

    padding: 0 5px 0;

    width: 20%;

}



.custom-class {

    margin-bottom: 40px;

}



.welcome-style1__inner ul li:nth-child(2) .single-welcome-style1__inner {

    margin-top: 11px;

}



.welcome-style1__inner ul li:nth-child(3) .single-welcome-style1__inner {

    margin-bottom: 40px;

}



.welcome-style1__inner ul li:nth-child(4) .single-welcome-style1__inner {

    margin-top: 11px;

}



.welcome-style1__inner ul li:nth-child(5) .single-welcome-style1__inner {

    margin-bottom: 40px;

}





.single-welcome-style1 {

    position: relative;

    display: block;

    margin-bottom: 30px;

}



.single-welcome-style1 .count-box {

    position: relative;

    display: inline-flex;

    align-items: center;

    bottom: 26px;

}



.single-welcome-style1 .count-box--1 {

    position: relative;

    display: inline-flex;

    align-items: center;

    bottom: 26px;

}



.single-welcome-style1 .count-box .border-line {

    position: relative;

    display: block;

    width: 50px;

    height: 1px;

    background-color: #e4ebe4;

    top: -1px;

    transition: border-color 0.5s ease;

    transition: all 0.5s ease;

}



.single-welcome-style1:hover .count-box .border-line {

    background-color: var(--thm-primary-color);

}



.single-welcome-style1 .count-box .count {

    position: relative;

    display: block;

    color: #a5b3a5;

    font-size: 20px;

    line-height: 20px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    text-transform: uppercase;

    padding-left: 10px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-welcome-style1:hover .count-box .count {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

    background-color: var(--thm-gray-bg);

    padding: 33px 30px 40px;

}



.single-welcome-style1__inner-shape1 {

    position: absolute;

    right: 0;

    bottom: 0;

}



.single-welcome-style1__inner .title-box {

    position: relative;

    display: block;

}



.single-welcome-style1__inner .title-box h3 {

    font-size: 26px;

    line-height: 36px;

    font-weight: 600;

}



.single-welcome-style1__inner .title-box h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.single-welcome-style1__inner .title-box h3 a:hover {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .title-box h4 {

    font-size: 20px;

    line-height: 30px;

    font-weight: 400;

    margin-bottom: 11px;

}



.single-welcome-style1__inner .title-box .shape {

    position: relative;

    display: block;

    line-height: 0;

}



.single-welcome-style1__inner .title-box .shape img {

    width: auto;

}



.single-welcome-style1__inner .title-box .shape {

    width: auto;

}



.single-welcome-style1__inner .bottom-box {

    position: relative;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    padding-top: 40px;

}



.single-welcome-style1__inner .bottom-box .icon-box {

    position: relative;

    display: block;

    font-size: 60px;

    line-height: 60px;

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-insurance-4 .path1:before {

    color: var(--thm-black);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-insurance-4 .path2:before {

    color: var(--thm-black);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-insurance-4 .path3:before {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-talk .path1:before {

    color: var(--thm-black);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-talk .path2:before {

    color: var(--thm-black);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-talk .path3:before {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-talk .path4:before {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-talk .path5:before {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-globe .path1:before {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-globe .path2:before {

    color: var(--thm-black);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-globe .path3:before {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-report .path1:before {

    color: var(--thm-black);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-report .path2:before {

    color: var(--thm-black);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-report .path3:before {

    color: var(--thm-black);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-report .path4:before {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path1 {

    color: var(--thm-black);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path2 {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path3 {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path4 {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path5 {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path6 {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path7 {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path8 {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path9 {

    color: var(--thm-primary-color);

}



.single-welcome-style1__inner .bottom-box .icon-box .icon-payment .path10 {

    color: var(--thm-primary-color);

}







.single-welcome-style1__inner .bottom-box .btn-box {

    position: relative;

    display: block;

    line-height: 0;

}



.single-welcome-style1__inner .bottom-box .btn-box a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50px;

    height: 50px;

    border-radius: 4px 0px 4px 0px;

    background-color: var(--thm-white);

    color: #b1bdb1;

    font-size: 18px;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

}



.single-welcome-style1:hover .single-welcome-style1__inner .bottom-box .btn-box a {

    color: var(--thm-white);

    background-color: var(--thm-primary-color);

}







/*

===================================================

    Faq Style1    

===================================================

*/

.faq-style1 {

    background-color: var(--thm-gray-bg);

    padding: 120px 0px 120px;

}



.faq-style1__bg {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: calc((100% - 610px) / 2);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: top right;

    z-index: -1;

}



.faq-style1__content {

    position: relative;

    display: block;

    max-width: 770px;

}



.faq-style1__top {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-end;

    justify-content: space-between;

    padding-bottom: 46px;

}



.faq-style1__top .sec-title {

    padding-bottom: 0;

}



.faq-style1__top .btn-box {

    position: relative;

    display: block;

    line-height: 0;

    top: -6px;

}



.faq-style1__top .btn-box a {

    position: relative;

    display: inline-flex;

    align-items: center;

    color: var(--thm-black);

    font-size: 16px;

    line-height: 26px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.faq-style1__top .btn-box a:hover {

    color: var(--thm-primary-color);

}



.faq-style1__top .btn-box a span {

    font-size: 20px;

    margin-right: 8px;

}







/*

========================

   Awards Style1  

========================

*/

.award-style1 {

    background-color: var(--thm-gray-bg);

    padding: 120px 0px 120px;

}



.award-style1-achivement {

    position: relative;

    display: block;

}



.award-style1-achivement ul {

    position: relative;

    display: block;

}



.award-style1-achivement ul li {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #d2d4db;

    padding-bottom: 25px;

    margin-bottom: 25px;

}



.award-style1-achivement ul li:last-child {

    border-bottom: 0px solid transparent;

    padding-bottom: 0px;

    margin-bottom: 0px;

}



.award-style1-achivement ul li .left-box {

    position: relative;

    display: block;

}



.award-style1-achivement ul li .left-box .count-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background-color: #e1e2e9;

    color: var(--thm-black);

    font-size: 18px;

    line-height: 28px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

}



.award-style1-achivement ul li:hover .left-box .count-box {

    color: var(--thm-white);

    background-color: var(--thm-secondary-color);

}



.award-style1-achivement ul li .middle-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    max-width: 770px;

    width: 100%;

}



.award-style1-achivement ul li:nth-child(2) .middle-box {

    flex-direction: row-reverse;

}



.award-style1-achivement ul li:nth-child(4) .middle-box {

    flex-direction: row-reverse;

}





.award-style1-achivement ul li .middle-box .middle-box-img {

    position: relative;

    display: flex;

    align-items: center;

}



.award-style1-achivement ul li:nth-child(2) .middle-box-img {

    flex-direction: row-reverse;

}



.award-style1-achivement ul li:nth-child(4) .middle-box-img {

    flex-direction: row-reverse;

}



.award-style1-achivement ul li .middle-box .middle-box-img .img-box {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 4px;

    z-index: 1;

}



.award-style1-achivement ul li .middle-box .middle-box-img .img-box::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    opacity: 0;

    background-color: var(--thm-black-bg);

    transition: opacity 0.5s ease;

    transition: all 0.5s ease;

    z-index: 1;

}



.award-style1-achivement ul li:hover .middle-box .middle-box-img .img-box::before {

    opacity: 0.7;

}



.award-style1-achivement ul li .middle-box .middle-box-img .img-box img {

    width: 100%;

    transform: scale(1.0);

    transition: all 1500ms ease;

}



.award-style1-achivement ul li:hover .middle-box .middle-box-img .img-box img {

    transform: scale(1.05) rotate(0deg);

}



.award-style1-achivement ul li .middle-box .middle-box-img .title-box {

    position: relative;

    display: block;

    padding-left: 60px;

}



.award-style1-achivement ul li:nth-child(2) .middle-box-img .title-box {

    text-align: right;

    padding-left: 0;

    padding-right: 60px;

}



.award-style1-achivement ul li:nth-child(4) .middle-box-img .title-box {

    text-align: right;

    padding-left: 0;

    padding-right: 60px;

}



.award-style1-achivement ul li .middle-box .middle-box-img .title-box h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

}



.award-style1-achivement ul li .middle-box .middle-box-img .title-box h3 a {

    color: var(--thm-black);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.award-style1-achivement ul li .middle-box .middle-box-img .title-box h3 a:hover {

    color: #25C6F5;

}



.award-style1-achivement ul li .middle-box .date-box {

    position: relative;

    display: block;

    text-align: right;

}



.award-style1-achivement ul li:nth-child(2) .middle-box .date-box {

    text-align: left;

}



.award-style1-achivement ul li:nth-child(4) .middle-box .date-box {

    text-align: left;

}



.award-style1-achivement ul li .middle-box .date-box p {

    margin: 0;

}



.award-style1-achivement ul li .right-box {

    position: relative;

    display: block;

}



.award-style1-achivement ul li .right-box .btn-box {

    position: relative;

    display: block;

}



.award-style1-achivement ul li .right-box .btn-box a {

    position: relative;

    display: inline-block;

    color: #a0a3b1;

    font-size: 20px;

    line-height: 20px;

    transition: all 200ms linear;

    transition-delay: 0.1s;



}



.award-style1-achivement ul li:hover .right-box .btn-box a {

    color: #25C6F5;

}



.award-style1-achivement ul li .overlay-text {

    position: absolute;

    top: -29px;

    right: 125px;

    bottom: -3px;

    max-width: 320px;

    border-radius: 4px;

    overflow: hidden;

    opacity: 0;

    transform: rotate(0deg) translateY(-10px);

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

    z-index: 1;

}



.award-style1-achivement ul li .overlay-text.overlay-text--1 {

    left: 125px;

    transform: rotate(0deg) translateY(10px);

}



.award-style1-achivement ul li .overlay-text.overlay-text--2 {

    bottom: -25px;

}



.award-style1-achivement ul li:hover .overlay-text {

    opacity: 1;

    transform: rotate(-10deg) translateY(0px);

}



.award-style1-achivement ul li .overlay-text__bg {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-size: cover;

    background-repeat: no-repeat;

    background-attachment: scroll;

    background-position: center center;

    z-index: -1;

}



.award-style1-achivement ul li .overlay-text__bg::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-color: rgb(0, 0, 0, 0.85);
}



.award-style1-achivement ul li .overlay-text .text {

    position: relative;

    display: block;

    padding: 33px 38px 33px;

}



.award-style1-achivement ul li .overlay-text .text p {

    color: #a0a3b1;

}







/*** 

==============================

    Statements Style1 Css     

==============================

***/

.statements-style1 {

    overflow: hidden;

    background-color: #000000;

    padding: 120px 0px 120px;

}



.statements-style1 .sec-title {

    padding-bottom: 39px;

    padding-left: 195px;

}



.statements-style1 .sec-title h2 {

    color: var(--thm-white);

}



.statements-style1__tab {

    position: relative;

    display: block;

    padding-left: 195px;

}



.statements-style1__tab::before {

    content: "";

    position: absolute;

    top: -200px;

    left: 135px;

    bottom: 0;

    width: 1px;

    background-color: #1d1d1d;

}



.statements-style1__tab-btn {

    position: relative;

    display: block;

}



.statements-style1__tab-btn .tabs-button-box {

    position: relative;

    display: block;

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item {

    position: relative;

    display: block;

    max-width: 160px;

}



.statements-style1__tab-btn .tabs-button-box li+li {

    margin-top: 23px;

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item::before {

    content: "";

    position: absolute;

    top: 9px;

    left: -67px;

    width: 15px;

    height: 15px;

    border-radius: 50%;

    background-color: #1d1d1d;

    transform: translateY(0px);

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item:hover::before,

.statements-style1__tab-btn .tabs-button-box .tab-btn-item.active-btn-item::before {

    opacity: 0;

    transform: translateY(5px);

}





.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon {

    position: absolute;

    display: flex;

    align-items: center;

    justify-content: center;

    top: -18px;

    left: -195px;

    opacity: 0;

    width: 77px;

    height: 70px;

    background-color: var(--thm-white);

    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);

    transform: translateY(5px);

    font-size: 40px;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item:hover .icon,

.statements-style1__tab-btn .tabs-button-box .tab-btn-item.active-btn-item .icon {

    opacity: 1;

    transform: translateY(0px);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-target .path1:before {

    color: var(--thm-black);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-target .path2:before {

    color: var(--thm-black);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-target .path3:before {

    color: var(--thm-primary-color);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-target .path4:before {

    color: var(--thm-primary-color);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-target .path5:before {

    color: var(--thm-primary-color);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-target .path6:before {

    color: var(--thm-primary-color);

}





.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-help .path1:before {

    color: var(--thm-primary-color);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-help .path2:before {

    color: var(--thm-primary-color);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-help .path3:before {

    color: var(--thm-primary-color);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-help .path4:before {

    color: var(--thm-primary-color);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-help .path5:before {

    color: var(--thm-black);

}





.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-globe .path1:before {

    color: var(--thm-primary-color);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-globe .path2:before {

    color: var(--thm-black);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item .icon .icon-globe .path3:before {

    color: var(--thm-black);

}









.statements-style1__tab-btn .tabs-button-box .tab-btn-item h3 {

    position: relative;

    display: inline-block;

    color: #323232;

    font-size: 26px;

    line-height: 36px;

    font-weight: 600;

    cursor: pointer;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item:hover h3,

.statements-style1__tab-btn .tabs-button-box .tab-btn-item.active-btn-item h3 {

    color: var(--thm-white);

    transform: scale(1.05);

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item h3::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 4px;

    right: 0;

    height: 2px;

    width: 0;

    background-color: var(--thm-white);

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

}



.statements-style1__tab-btn .tabs-button-box .tab-btn-item:hover h3::before,

.statements-style1__tab-btn .tabs-button-box .tab-btn-item.active-btn-item h3::before {

    width: 100%;

}





.statements-style1__tab .tabs-content-box {

    position: relative;

    display: block;

}



.statements-style1__tab .tab-content-box-item {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: auto;

    visibility: hidden;

}



.statements-style1__tab .tab-content-box-item.tab-content-box-item-active {

    position: relative;

    visibility: visible;

    z-index: 5;

}



.statements-style1__tab .tab-content-box-item .statements-style1-tab-content-box-item {

    opacity: 0;

    transform: translateY(-10px);

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;

}



.statements-style1__tab .tab-content-box-item.tab-content-box-item-active .statements-style1-tab-content-box-item {

    opacity: 1.0;

    transform: translateY(0px);

}







.statements-style1-tab-content-box-item {

    position: relative;

    display: block;

}



.statements-style1-tab-content-box-item .text-box {

    position: relative;

    display: block;

    max-width: 370px;

    padding-top: 43px;

}



.statements-style1-tab-content-box-item .text-box p {

    color: #a0a3b1;

}



.statements-style1-tab-content-box-item .text-box .btn-box {

    position: relative;

    display: block;

    padding-top: 27px;

}



.statements-style1-tab-content-box-item .text-box .btn-box a {

    position: relative;

    display: inline-flex;

    align-items: center;

    color: var(--thm-white);

    font-size: 16px;

    line-height: 25px;

    font-family: var(--thm-font-2);

    font-weight: 600;

    text-transform: capitalize;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.statements-style1-tab-content-box-item .text-box .btn-box a:hover {

    color: #25C6F5;

}



.statements-style1-tab-content-box-item .text-box .btn-box a i {

    margin-right: 7px;

}





.statements-style1-tab-content-box-item .img-box {

    position: absolute;

    right: 0;

    bottom: 0;

}



.statements-style1-tab-content-box-item .img-box .shape1 {

    position: absolute;

    top: 125px;

    left: -110px;

}



.statements-style1-tab-content-box-item .img-box .shape2 {

    position: absolute;

    right: -50px;

    bottom: 0;

}



.statements-style1-tab-content-box-item .img-box .inner {

    position: relative;

    display: block;

    max-width: 500px;

}



.statements-style1-tab-content-box-item .img-box .inner img {

    width: auto;

}

.elementor-2581 .elementor-element.elementor-element-c7231ca:not(.elementor-motion-effects-element-type-background), .elementor-2581 .elementor-element.elementor-element-c7231ca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color: #000000 !important;}
.elementor-2334 .elementor-element.elementor-element-d23b81e .metform-btn{ background-color: #25C6F5 !important;}
.elementor-2334 .elementor-element.elementor-element-d23b81e .metform-btn:hover{background-color: #182838 !important;}









/*======== Statements Style1 Scrolling Text =======*/

.statements-style1-scrolling-text {

    position: absolute;

    top: 0px;

    left: 100px;

    display: block;

    overflow: hidden;

    writing-mode: vertical-rl;

}



.statements-style1-scrolling-text .inner {

    position: relative;

    display: block;

}



.statements-style1-scrolling-text .inner ul {

    position: relative;

    display: flex;

    align-items: center;

    flex-wrap: nowrap;

    width: fit-content;

    -webkit-animation: marqueeinvert 40s linear infinite;

    animation: marqueeinvert 40s linear infinite;

}



.statements-style1-scrolling-text .inner ul li {

    position: relative;

    display: block;

    white-space: nowrap;

    color: transparent;

    -webkit-background-clip: text;

    -webkit-text-stroke: 1px #1d1d1d;

    font-size: 120px;

    line-height: 1.3em;

    font-weight: 800;

    text-transform: uppercase;

    font-family: var(--thm-font-2);

    margin-top: 50px;

    transition: all .4s ease;

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;

    z-index: 1;

}



.statements-style1-scrolling-text .inner ul li:hover {

    -webkit-text-stroke-width: 0px;

    -webkit-text-stroke-color: transparent;

}



.statements-style1-scrolling-text .inner ul li::before {

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    width: 0;

    color: #25C6F5;

    white-space: nowrap;

    content: attr(data-hover);

    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);

    z-index: -1;

}



.statements-style1-scrolling-text .inner ul li:hover::before {

    width: 100%;

}









/*** 

================================

    Insurance Calculator     

================================

***/

.insurance-calculator {

    background-color: #02243b;

    padding: 120px 0px 120px;

    overflow: hidden;

}



.insurance-calculator::before {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    background: rgb(2, 36, 59);

    background: linear-gradient(0deg, rgba(2, 36, 59, 0.9500175070028011) 15%, rgba(2, 36, 59, 0.29735644257703087) 65%, rgba(2, 36, 59, 0) 100%);

    z-index: -1;

}



.insurance-calculator-img {

    position: absolute;

    right: 0;

    bottom: 0;

    z-index: -2;

}



.insurance-calculator-img img {

    width: auto;

}



.insurance-calculator .sec-title h2 {

    color: var(--thm-white);

}









.insurance-calculator__tab {

    position: relative;

    display: block;

}



.insurance-calculator .row {

    --bs-gutter-x: 0px;

}



.insurance-calculator__tab-btn {

    position: relative;

    display: block;

}



.insurance-calculator__tab-btn-inner {

    position: relative;

    display: block;

}



.insurance-calculator__tab-btn .inner-title {

    position: relative;

    display: block;

    padding-left: 40px;

    padding-bottom: 21px;

    background-color: var(--thm-gray-bg);

    margin-left: 100px;

    padding-top: 23px;

    border-top-left-radius: 4px;

}



.insurance-calculator__tab-btn .inner-title h3 {

    font-size: 22px;

    line-height: 32px;

    font-weight: 600;

}



.insurance-calculator__tab-btn ul {

    position: relative;

    display: block;

    margin-right: 40px;

    counter-reset: slides-num;

}



.insurance-calculator__tab-btn ul li {

    position: relative;

    display: block;

    background-color: transparent;

    border-bottom: 1px solid #ded8d5;

    padding: 20px 0px 20px;

    cursor: pointer;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

    counter-increment: slides-num;

}



.insurance-calculator__tab-btn ul li .counting-box {

    position: absolute;

    top: -1px;

    left: -100px;

    width: 100px;

    height: 100px;

    background-color: #09304a;

    border-top: 1px solid #02243b;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

}



.insurance-calculator__tab-btn ul li:hover .counting-box,

.insurance-calculator__tab-btn ul li.active-btn-item .counting-box {

    background-color: var(--thm-primary-color);

}











.insurance-calculator__tab-btn ul li:first-child .counting-box {

    border-top: none;

}



.insurance-calculator__tab-btn ul li .counting-box::before {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #a3acb3;

    font-size: 30px;

    font-weight: 500;

    font-family: var(--thm-font-2);

    content: counter(slides-num);

    margin-left: -5px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.insurance-calculator__tab-btn ul li:hover .counting-box::before,

.insurance-calculator__tab-btn ul li.active-btn-item .counting-box::before {

    color: var(--thm-white);

}



.insurance-calculator__tab-btn ul li .counting-box::after {

    position: absolute;

    content: '.';

    top: 0px;

    left: 0;

    bottom: 0;

    right: 0px;

    color: #a3acb3;

    font-size: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: -19px;

    margin-top: -1px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.insurance-calculator__tab-btn ul li:hover .counting-box::after,

.insurance-calculator__tab-btn ul li.active-btn-item .counting-box::after {

    color: var(--thm-white);

}





.insurance-calculator__tab-btn ul li:hover,

.insurance-calculator__tab-btn ul li.active-btn-item {

    border-radius: 0px 4px 4px 0px;

    border-bottom: 1px solid var(--thm-white);

    background-color: var(--thm-white);

    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);

}



.insurance-calculator__tab-btn ul li:last-child {

    border-bottom: 0px solid transparent;

}



.insurance-calculator__tab-btn ul li .content-box {

    position: relative;

    display: block;

    padding-left: 40px;

}



.insurance-calculator__tab-btn ul li .content-box h3 {

    font-size: 20px;

    line-height: 30px;

    font-weight: 600;

}



.insurance-calculator__tab-btn ul li .content-box .btn-box {

    position: relative;

    display: block;

    line-height: 0;

    padding-top: 7px;

}



.insurance-calculator__tab-btn ul li .content-box .btn-box a {

    position: relative;

    display: inline-block;

    color: #a59e9c;

    font-size: 20px;

    line-height: 20px;

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;



}



.insurance-calculator__tab-btn ul li:hover .content-box .btn-box a,

.insurance-calculator__tab-btn ul li.active-btn-item .content-box .btn-box a {

    color: var(--thm-primary-color);

    transform: rotate(45deg);

}









.insurance-calculator-tabs-content-box-outer {

    position: relative;

    display: block;

    background-color: var(--thm-white);

    border-radius: 0px 4px 4px 0px;

    padding: 35px 40px 40px;

}



.insurance-calculator__tab .tabs-content-box {

    position: relative;

    display: block;

}





.insurance-calculator__tab .tab-content-box-item {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: auto;

    visibility: hidden;

}



.insurance-calculator__tab .tab-content-box-item.tab-content-box-item-active {

    position: relative;

    visibility: visible;

    z-index: 5;

}



.insurance-calculator__tab .tab-content-box-item .insurance-calculator-tab-content-box-item {

    opacity: 0;

    transform: translateX(10px);

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;

}



.insurance-calculator__tab .tab-content-box-item.tab-content-box-item-active .insurance-calculator-tab-content-box-item {

    opacity: 1.0;

    transform: translateX(0px);

}







.insurance-calculator__form {

    position: relative;

    display: block;

}



.insurance-calculator__form form {

    position: relative;

    display: block;

}



.insurance-calculator__form form .row {

    --bs-gutter-x: 15px;

}



.gender-select-box1 {

    position: relative;

    display: block;

    padding-bottom: 26px;

}



.gender-select-box1 .label {

    position: relative;

    display: block;

    margin-bottom: 13px;

}



.gender-select-box1 .label h5 {

    color: #1b1a1a;

    font-size: 16px;

    line-height: 25px;

    font-weight: 600;

}



.gender-select-box1 ul {

    position: relative;

    display: block;

    overflow: hidden;

}



.gender-select-box1 ul li {

    position: relative;

    display: block;

    float: left;

    border-radius: 4px;

    background-color: #f6f1ef;

    padding: 8px 15px 8px;

}



.gender-select-box1 ul li+li {

    margin-left: 10px;

}



.gender-select-box1 ul li input[type=radio] {

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0;

}



.gender-select-box1 ul li label {

    position: relative;

    display: block;

    padding-left: 20px;

    color: #757170;

    font-size: 16px;

    line-height: 26px;

    font-family: var(--thm-font);

    font-weight: 400;

    cursor: pointer;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.gender-select-box1 ul li input[type=radio]+label span {

    position: absolute;

    top: 7px;

    left: 0;

    width: 12px;

    height: 12px;

    border: 2px solid #cbc5c2;

    border-radius: 50%;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.gender-select-box1 ul li label span::before {

    content: "";

    position: absolute;

    top: -1px;

    left: -1px;

    bottom: -1px;

    right: -1px;

    transform: scale(0);

    background-color: var(--thm-primary-color);

    border-radius: 50%;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.gender-select-box1 ul li input[type=radio]:checked+label {

    color: var(--thm-black);

}



.gender-select-box1 ul li input[type=radio]:checked+label span {

    border-color: var(--thm-primary-color);

}



.gender-select-box1 ul li input[type=radio]:checked+label span::before {

    transform: scale(1.0);

}







.insurance-calculator__form form .form-group {

    position: relative;

    display: block;

    padding-bottom: 26px;

}



.insurance-calculator__form form .form-group .label {

    position: relative;

    display: block;

    margin-bottom: 13px;

}



.insurance-calculator__form form .form-group .label h5 {

    font-size: 16px;

    line-height: 25px;

    font-weight: 600;

}



.insurance-calculator__form form .form-group .input-box {

    position: relative;

    display: block;

}





.insurance-calculator__form form .form-group .input-box .icon-box {

    position: absolute;

    top: 20px;

    right: 20px;

    color: #757170;

    font-size: 14px;

}



.insurance-calculator__form .form-group input[type="text"],

.insurance-calculator__form .form-group input[type="email"] {

    position: relative;

    display: block;

    border-radius: 4px;

    background: transparent;

    border: 1px solid #e9e4e2;

    width: 100%;

    height: 55px;

    color: #757170;

    font-size: 16px;

    font-family: var(--thm-font);

    font-weight: 400;

    font-style: normal;

    padding-left: 20px;

    padding-right: 20px;

    transition: all 500ms ease;

}



.company-details-form .form-group input[type="text"]:focus,

.company-details-form .form-group input[type="email"]:focus,

.company-details-form .form-group textarea:focus {

    border: 1px solid var(--thm-primary-color);

    outline: none;

}



.insurance-calculator__form .form-group .nice-select {

    position: relative;

    display: block;

    border-radius: 4px;

    background-color: transparent;

    border: 1px solid #e9e4e2;

    width: 100%;

    height: 55px;

    color: #757170;

    font-size: 16px;

    font-family: var(--thm-font);

    font-weight: 400;

    line-height: 55px;

    padding-left: 20px;

    padding-right: 20px;

    transition: all 500ms ease;

}



.insurance-calculator__form .form-group .nice-select:focus {

    border: 1px solid var(--thm-primary-color);

}



.insurance-calculator__form .form-group .nice-select:after {

    width: 8px;

    height: 8px;

    border-bottom: 2px solid #757170;

    border-right: 2px solid #757170;

    right: 20px;

    margin-top: 0px;

    top: 21px;

    z-index: 10;

}







.insurance-calculator__form .nice-select .list {

    background-color: #ffffff;

    border-radius: 10px;

    box-shadow: 0 0 10px rgb(0 0 0 / 10%);

    padding: 0px 0 0px;

    margin-top: 10px;

    -webkit-transform-origin: 100% 0;

    -ms-transform-origin: 100% 0;

    transform-origin: 100% 0;

    -webkit-transform: scale(1.0) translateY(30px);

    -ms-transform: scale(1.0) translateY(30px);

    transform: scale(1.0) translateY(30px);

    -webkit-transition: all 0.4s linear;

    -o-transition: all 0.4s linear;

    transition: all 0.4s linear;

    height: 0;

    width: 100%;

    right: 0 !important;

    left: auto !important;

    z-index: 100;

}



.insurance-calculator__form .nice-select.open .list {

    opacity: 1;

    pointer-events: auto;

    -webkit-transform: scale(1) translateY(0);

    -ms-transform: scale(1) translateY(0);

    transform: scale(1) translateY(0);

    height: auto;

}



.insurance-calculator__form .nice-select .option {

    color: var(--thm-black);

    padding-left: 20px;

    padding-right: 20px;

    font-size: 15px;

    line-height: 40px;

    min-height: 40px;

    transition: background-color 0.5s ease;

    transition: all 0.5s ease;

}



.insurance-calculator__form .nice-select .option+.option {

    border-top: 1px solid rgba(0, 0, 0, 0.10);

}



.insurance-calculator__form .nice-select .option:hover,

.insurance-calculator__form .nice-select .option.focus,

.insurance-calculator__form .nice-select .option.selected.focus {

    color: var(--thm-white) !important;

    background-color: var(--thm-primary-color);

}







.insurance-calculator__form form button {

    position: relative;

    display: block;

    line-height: 0;

    margin-top: 1px;

}



.insurance-calculator__form form button.btn-one {

    line-height: 36px;

    display: block;

    width: 100%;

    text-align: center;

}



.insurance-calculator__form form button.btn-one::after {

    background-color: var(--thm-secondary-color);

}


.project-insights .elementor-element{ padding: 0 !important;}
.elementor-2530 .elementor-element.elementor-element-5187cd9{padding: 50px !important;}

.elementor-2530 .elementor-element.elementor-element-5187cd9:not(.elementor-motion-effects-element-type-background){background-color: #000000E6 !important;}

.elementor-2530 .elementor-element.elementor-element-70d8c16:not(.elementor-motion-effects-element-type-background){background-color: #000000 !important;}

.elementor-2530 .elementor-element.elementor-element-b9d786c{padding-top: 100px !important; padding-bottom: 80px !important;}







.wrapper {

    position: relative;

    display: block;

    background-color: var(--thm-gray-bg);

    padding-right: 40px;

}



#container {

    position: relative;

    height: 400px;

    overflow: auto;

    padding-left: 100px;

}



.parent {

    position: relative;

    display: block;

    height: 100%;

}



#container::-webkit-scrollbar {

    width: 8px;

}



#container::-webkit-scrollbar-track {

    background-color: #f6f1ef;

    border: 1px solid #ded8d5;

    border-radius: 10px;

}



#container::-webkit-scrollbar-thumb {

    background: #ded8d5;

    border-radius: 10px;

    border: 1px solid #f6f1ef

}



#container::-webkit-scrollbar-thumb:hover {

    background-color: var(--thm-primary-color);

}







/*======== Insurance Calculator Scrolling Text =======*/

.insurance-calculator-scrolling-text {

    position: absolute;

    top: 0px;

    left: 120px;

    display: block;

    overflow: hidden;

    writing-mode: vertical-rl;

}



.insurance-calculator-scrolling-text .inner {

    position: relative;

    display: block;

}



.insurance-calculator-scrolling-text .inner ul {

    position: relative;

    display: flex;

    align-items: center;

    flex-wrap: nowrap;

    width: fit-content;

    -webkit-animation: marqueeinvert 40s linear infinite;

    animation: marqueeinvert 40s linear infinite;

}



.insurance-calculator-scrolling-text .inner ul li {

    position: relative;

    display: block;

    white-space: nowrap;

    color: transparent;

    -webkit-background-clip: text;

    -webkit-text-stroke: 1px #1d3e54;

    font-size: 120px;

    line-height: 1.3em;

    font-weight: 800;

    text-transform: uppercase;

    font-family: var(--thm-font-2);

    margin-top: 40px;

    transition: all .4s ease;

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;

    z-index: 1;

}



.insurance-calculator-scrolling-text .inner ul li:hover {

    -webkit-text-stroke-width: 0px;

    -webkit-text-stroke-color: transparent;

}



.insurance-calculator-scrolling-text .inner ul li::before {

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    width: 0;

    color: #173e58;

    white-space: nowrap;

    content: attr(data-hover);

    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);

    z-index: -1;

}



.insurance-calculator-scrolling-text .inner ul li:hover::before {

    width: 100%;

}











@keyframes marqueeinvert {

    0% {

        transform: translateY(-100%);

    }



    100% {

        transform: translateY(0%);

    }

}



@-moz-keyframes marqueeinvert {

    0% {

        transform: translateY(-100%);

    }



    100% {

        transform: translateY(0%);

    }

}



@-webkit-keyframes marqueeinvert {

    0% {

        transform: translateY(-100%);

    }



    100% {

        transform: translateY(0%);

    }

}







/*** 

=============================================

    Faq Page Css      

=============================================

***/

.faq-page {

    background-color: var(--thm-white);

    padding: 120px 0 120px;

}



.faq-page__inner-content {

    max-width: 770px;

    margin: 0 auto;

}



.accordion-box-style1--style2 {

    max-width: 770px;

    width: 100%;

    margin: 0 auto;

}



.accordion-box-style1--style2 .accordion {

    background-color: var(--thm-white);

    border-radius: 4px;

    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);

}



.accordion-box-style1--style2 .accordion .accord-content {

    position: relative;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    padding-left: 30px;

    padding-right: 70px;

    padding-bottom: 35px;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

    max-width: 100%;

    background-color: var(--thm-black-bg);

    margin-top: -2px;

}



.accordion-box-style1--style2 .accordion .accord-btn.active {

    margin-right: 0px;

    background-color: var(--thm-black-bg);

}









.faq-page-tab__button {

    position: relative;

    display: block;

    text-align: center;

    padding-bottom: 36px;

    margin-bottom: 60px;

}



.faq-page-tab__button:before {

    content: "";

    position: absolute;

    left: -10000px;

    bottom: 0px;

    right: -10000px;

    height: 1px;

    background: #e3e4ea;

}



.faq-page-tab__button .tabs-button-box {

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 1;

}



.faq-page-tab__button .tabs-button-box li {

    position: relative;

    display: block;

    float: left;

    margin: 0 20px 0px;

}



.faq-page-tab__button .tabs-button-box li:first-child {

    margin-left: 0;

}



.faq-page-tab__button .tabs-button-box li:last-child {

    margin-right: 0;

}







.faq-page-tab__button .tabs-button-box li span {

    position: relative;

    display: block;

    color: #a0a3b1;

    font-size: 14px;

    line-height: 20px;

    font-weight: 700;

    text-transform: uppercase;

    cursor: pointer;

    font-family: var(--thm-font-2);

    padding-top: 25px;

    transition: all .4s ease;

    z-index: 1;

}



.faq-page-tab__button .tabs-button-box li span::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0px;

    right: 0px;

    width: 18px;

    height: 9px;

    margin: 0 auto;

    background: var(--thm-primary-color);

    clip-path: polygon(0 0, 50% 100%, 100% 0);

    transform: scaleX(0);

    transform-origin: center;

    transform-style: preserve-3d;

    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

    z-index: -1;

}



.faq-page-tab__button .tabs-button-box li:hover span::before,

.faq-page-tab__button .tabs-button-box li.active-btn-item span::before {

    transform: scaleX(1.0);

}



.faq-page-tab__button .tabs-button-box li:hover span,

.faq-page-tab__button .tabs-button-box li.active-btn-item span {

    color: var(--thm-primary-color);

}











.faq-page__tab .tabs-content-box {

    position: relative;

    display: block;

}



.faq-page__tab .tab-content-box-item {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: auto;

    visibility: hidden;

}



.faq-page__tab .tab-content-box-item.tab-content-box-item-active {

    position: relative;

    visibility: visible;

    z-index: 5;

}



.faq-page__tab .tab-content-box-item .faq-page-tab-content-box-item {

    opacity: 0;

    transform: translateY(-10px);

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;

}



.faq-page__tab .tab-content-box-item.tab-content-box-item-active .faq-page-tab-content-box-item {

    opacity: 1.0;

    transform: translateY(0px);

}























/*** 

=============================================

    Coming Soon Page Style1      

=============================================

***/

.coming-soon-page-style1 {

    position: relative;

    display: block;

    overflow: hidden;

    z-index: 10;

}



.coming-soon-page-style1__bg {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-attachment: scroll;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    background-color: var(--thm-black);

    background-blend-mode: luminosity;

    z-index: -1;

}



.coming-soon-page-style1__bg:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.5) 100%);

}



.coming-soon-page-style1__content {

    position: relative;

    display: block;

    max-width: 1300px;

    width: 100%;

    margin: 0 auto;

    top: 50%;

    transform: translateY(-50%);

}



.coming-soon-page-style1__content .inner {

    position: relative;

    display: block;

    width: 100%;

    height: 100%;

    text-align: center;

}



.coming-soon-page-style1__content .big-title {

    position: relative;

    display: inline-block;

    color: transparent;

    font-size: 80px;

    line-height: 1.1em;

    font-family: var(--thm-font-2);

    font-weight: 700;

    text-transform: uppercase;

    -webkit-background-clip: text;

    -webkit-text-stroke: 1px var(--thm-white);

    word-spacing: 15px;

}



.timer-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 57px 0 42px;

    z-index: 2;

}



.timer-box .countdown-timer li {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    float: left;

    width: 170px;

    height: 170px;

    margin: 0px 15px;

    border: 2px solid rgba(255, 255, 255, 0.1);

    background-color: var(--thm-base);

    border-radius: 50%;

}



.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: #ffffff;

    font-size: 55px;

    line-height: 60px;

    font-weight: 700;

    font-family: var(--thm-font);

}



.timer-box .countdown-timer li span.timeRef {

    position: relative;

    display: block;

    color: #ffffff;

    font-size: 18px;

    line-height: 20px;

    font-weight: 700;

    text-transform: uppercase;

    margin-top: 11px;

    font-family: var(--thm-font);

}



.coming-soon-page-style1__content .inner .text {

    position: relative;

    display: block;

    padding-bottom: 60px;

}



.coming-soon-page-style1__content .inner .text p {

    color: #ffffff;

    font-size: 20px;

    line-height: 30px;

    font-weight: 400;

}







.subscribe-box-style1 {

    position: relative;

    display: block;

    max-width: 770px;

    width: 100%;

    margin: 0 auto;

}



.subscribe-box-style1 form {

    position: relative;

    display: block;

    width: 100%;

}



.subscribe-box-style1 form input[type="email"] {

    position: relative;

    display: block;

    max-width: 560px;

    width: 100%;

    height: 70px;

    border-radius: 7px;

    background: #ffffff;

    border: 1px solid #ffffff !important;

    color: var(--thm-gray);

    font-size: 18px;

    font-weight: 400;

    padding-left: 60px;

    padding-right: 30px;

    transition: all 500ms ease 0s;

    font-family: var(--thm-font);

}



.subscribe-box-style1 form button {

    position: absolute;

    top: 0px;

    right: 0px;

    bottom: 0px;

    width: 195px;

    background: var(--thm-primary-color);

    border-radius: 7px;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    line-height: 70px;

    text-transform: uppercase;

    letter-spacing: 0.1em;

    display: block;

    text-align: center;

    border: 0px solid #e1e1e1 !important;

    transition: all 500ms ease 0s;

}



.subscribe-box-style1 form input[type="email"]:focus {

    color: var(--thm-black);

}



.subscribe-box-style1 form input[type="email"]:focus+button,

.subscribe-box-style1 form button:hover {

    color: var(--thm-black);

}



.subscribe-box-style1 form input::-webkit-input-placeholder {

    color: #444444;

}



.subscribe-box-style1 form input:-moz-placeholder {

    color: #444444;

}



.subscribe-box-style1 form input::-moz-placeholder {

    color: #444444;

}



.subscribe-box-style1 form input:-ms-input-placeholder {

    color: #444444;

}











/*** 

=============================================

    Error Page Css      

=============================================

***/

.error-page {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    z-index: 10;

	background-color: #0a0f12;

}



.error-page__bg {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-attachment: scroll;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    z-index: -1;

}



.error-content {

    position: relative;

    display: block;

}



.error-content .big-title {

    position: relative;

    display: block;

    margin-bottom: 5px;

}



.error-content .big-title h2 {

    position: relative;

    display: inline-block;

    color: transparent;

    font-size: 280px;

    line-height: 1.1em;

    font-family: var(--thm-font-2);

    font-weight: 700;

    -webkit-background-clip: text;

    -webkit-text-stroke: 2px var(--thm-white);

}



.error-content .big-title h2::before {

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 0;

    width: 0;

    color: var(--thm-white);

    white-space: nowrap;

    content: attr(data-hover);

    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);

}



.error-content .big-title h2:hover::before {

    width: 100%;

}





.error-content .title {

    position: relative;

    display: block;

    margin-bottom: 15px;

}



.error-content .title h2 {

    color: #ffffff;

    font-size: 44px;

    line-height: 1.2em;

}



.error-content .text {

    position: relative;

    display: block;

}



.error-content .text p {

    color: #ffffff;

}



.error-content .btns-box {

    position: relative;

    display: block;

    line-height: 0;

    margin-top: 33px;

}









/*

//////////////////////////

==========================

//////////////////////////

*/









/* Cursor */

.cursor {

    position: fixed;

    background-color: var(--thm-primary-color);

    width: 6px;

    height: 6px;

    border-radius: 100%;

    z-index: 1;

    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;

    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    pointer-events: none;

    z-index: 10000;

    -webkit-transform: scale(1);

    transform: scale(1);

    display: none;

}



.cursor::before {

    content: "";

    position: absolute;

    top: -7px;

    left: -7px;

    bottom: -7px;

    right: -7px;

    border: 1px solid var(--thm-primary-color);

    border-radius: 50%;

}



.cursor.active {

    opacity: 1;

    -webkit-transform: scale(0);

    transform: scale(0);

}



.cursor.menu-active {

    opacity: 1;

    -webkit-transform: scale(0);

    transform: scale(0);

}



.cursor.hovered {

    opacity: 1;

}



.cursor-follower {

    position: fixed;

    background-color: var(--thm-primary-color);

    opacity: 0.30;

    width: 33px;

    height: 33px;

    border-radius: 100%;

    z-index: 1;

    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;

    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    pointer-events: none;

    z-index: 10000;

    -webkit-transform: translate(2px, 2px);

    transform: translate(2px, 2px);

    display: none;

}



.cursor-follower.active {

    opacity: 0.10;

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

}



/* Cursor End */







#ui-datepicker-div.ui-widget-content {

    border: 1px solid #c5c5c5;

    background: #fff none repeat scroll 0 0;

    border: 1px solid #777;

    color: #252525;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    border-radius: 0px;

    width: 270px;

    padding: 5px;

    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 {

    color: #000000 !important;

    text-align: center;

    background-image: none !important;

    background: #f5f5f5 !important;

    border: 1px solid #f9f9f9 !important;

}



.ui-state-highlight,

.ui-widget-content .ui-state-highlight,

.ui-widget-header .ui-state-highlight {

    border: 1px solid #333333 !important;

    background: #333333 !important;

    color: #ffffff !important;

}



.ui-datepicker .ui-datepicker-prev {

    left: 5px;

}



.ui-datepicker .ui-datepicker-prev,

.ui-datepicker .ui-datepicker-next {

    border-radius: 30%;

    height: 20px;

    position: absolute;

    top: 7px;

    width: 20px;

    transition: all 500ms ease;

    cursor: pointer;

}



.ui-datepicker .ui-datepicker-next {

    right: 5px;

}



.ui-datepicker .ui-datepicker-prev:hover,

.ui-datepicker .ui-datepicker-next:hover {

    top: 7px;

    background: #fff;

    border: none;

}



.ui-datepicker table {

    border-collapse: collapse;

    font-size: 13px;

    margin: 0 0 0.4em;

    width: 100%;

}



.ui-datepicker th {

    border: medium none;

    font-weight: 600;

    padding: 2px 3px;

    text-align: center;

}



.ui-datepicker-calendar .ui-state-default:hover,

.ui-datepicker-calendar .ui-state-default:active {

    background: #43c3ea;

    color: #fff;

    border-color: #43c3ea;

}





/*--------------------------------------------------

# End Css 

----------------------------------------------------*/