@use "sass:math";

:root {
    --theme-color: #0022AA;
    --theme-color2: #684DF4;
    --title-color: #141D38;
    --body-color: #737887;
    --smoke-color: #F5F5F5;
    --smoke-color2: #E2E8FA;
    --smoke-color3: #EFF1F9;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font: 'Barlow', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body.theme-blue {
    --theme-color: #3E66F3;
    background-color: #F8FAFF
}

body.theme-blue2 {
    --theme-color: #3E66F3;
    background-color: #F3F2EA
}

body.theme-blue3 {
    --theme-color: #3E66F3
}

body.bg-dark {
    background-color: #0E0E0E !important;
    --theme-color: #02CE80;
    --theme-color2: #7BD706
}

body.bg-como {
    --theme-color: #0022AA;
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--th-border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--th-border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 48px;
    line-height: 1.208
}

.h2,
h2 {
    font-size: 40px;
    line-height: 1.25
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.278
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.333
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.417
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3
    }

    .h2,
    h2 {
        font-size: 36px;
        line-height: 1.3
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 575px) {

    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35
    }

    .h2,
    h2 {
        font-size: 28px
    }
}

@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

p.has-drop-cap {
    margin-bottom: 20px
}

.page--item p:last-child .alignright {
    clear: right
}

.blog-title,
.pagi-title,
.breadcumb-title {
    word-break: break-word
}
/* Header */
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}
.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}
.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
}
.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
}
.icon-masking {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}
img {
    border: none;
    max-width: 100%;
}
.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
.th-mobile-menu>ul {
    padding: 0 40px;
}
.th-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
ul {
    list-style-type: disc;
}
.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
}
a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}
.th-header {
    position: relative;
    z-index: 41;
}
.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.header-layout16 .menu-area {
    padding: 16px 0;
}
@media only screen and (min-width: 1300px) {
    .th-container4 {
        --main-container: 1380px;
    }
}
@media only screen and (min-width: 1300px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.icon-masking {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
}
.icon-masking .mask-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: hue;
    /* background: var(--theme-color); */
    top: 0;
}
.header-logo img {
    width: 185px;
}
@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu.style2>ul>li {
    margin: 0 6px;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu>ul>li {
    margin: 0 14px;
}
.header-layout16 .main-menu>ul>li>a {
    font-size: 16px;
    text-transform: capitalize;
}
.main-menu.style2>ul>li>a {
    padding: 2px 16px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-menu>ul>li>a {
    padding: 47px 0;
}
.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--title-font);
    text-transform: uppercase;
}
a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px;
}
.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.th-btn.style-radius {
    border-radius: 100px;
    padding: 18px 40px;
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px
}

.th-btn:before,
.th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1)
}

.th-btn:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.th-btn:after {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.th-btn:hover,
.th-btn.active {
    color: var(--white-color);
    box-shadow: none
}

.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
#hero {
    height: 900px;
}
.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.hero-style17 {
    padding: 212px 0;
    max-width: 747px;
}
.hero-style17 .hero-title {
    font-weight: 100;
    font-size: 74px;
    line-height: 84px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-top: -1.3rem;
    margin-bottom: 18px;
}
.hero-title:last-of-type {
    margin-bottom: 21px;
}
.hero-title {
    font-size: 74px;
    font-weight: bold;
    line-height: 1.135;
    margin-bottom: 0;
}
.hero-style17 .hero-text {
    font-family: var(--title-font);
    font-size: 75px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 30px;
    line-height: 110px;
}
.hero-text {
    margin-bottom: 43px;
}
@media only screen and (min-width: 1300px) {
    .th-container4 {
        --main-container: 1380px;
    }
}

@media only screen and (min-width: 1300px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}
.mb-60 {
    margin-bottom: 60px;
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2;
}
.mt-n2 {
    margin-top: -.6rem;
}
.brand-title9 span {
    display: inline-block;
    position: relative;
    color: var(--theme-color);
}
.slider-area {
    position: relative;
}
.brand-slider4 {
    padding-bottom: 60px;
    border-bottom: 1px solid #D3D3E7;
}
.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-bottom {
    padding-bottom: var(--section-space);
}
.arrow-wrap {
    position: relative;
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color);
}
.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.scroll-top svg path {
    fill: none;
}
.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%;
}
.sub-title.sub-title3 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 25px;
}
.sub-title.sub-title3::after {
    background-color: var(--theme-color);
    margin-left: 10px;
}
.sub-title.sub-title3::before, .sub-title.sub-title3:after {
    content: "";
    position: absolute;
    top: 48%;
    height: 2px;
    width: 40px;
}
.title-area .sec-title {
    margin-bottom: 15px;
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.32em;
    text-transform: capitalize;
}
.sec-title.sec-title2 span {
    display: inline-block;
    position: relative;
    color: var(--theme-color);
}
.mt-n2 {
    margin-top: -.6rem;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-5 {
    margin-bottom: 5px;
}
.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.th-btn.style-radius {
    border-radius: 100px;
    padding: 18px 40px;
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px;
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2;
}
.sub-title.sub-title3 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 25px;
}
.sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
}

.title-area .sec-title {
    margin-bottom: 15px;
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.32em;
    text-transform: capitalize;
}
.sec-title.sec-title2 span {
    display: inline-block;
    position: relative;
    color: var(--theme-color);
}
.slider-area {
    position: relative;
}
.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px;
}
.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px;
}
.service_card5 {
    position: relative;
    background-color: var(--white-color);
    border-radius: 30px;
    min-height: 311px;
    overflow: hidden;
}
.service_card5_content {
    padding: 40px 40px 20px 40px;
}
@media (max-width: 1450px) {
    .service_card5_content {
        height: 240px;
    }
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}
.box-title a {
    color: inherit;
}
.service_card5_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_card5 .line-btn {
    text-transform: capitalize;
    font-size: 16px;
    min-width: 104px;
}
.line-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color);
}
.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.service-sec16 {
    background-color: #333333;
}
.service-sec16 .sec-title {
    color: var(--white-color);
}
.service-sec16 .title-area p {
    color: var(--white-color);
    font-style: italic;
}
/* Testimonial Section */
.slider-area {
    position: relative;
}
.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px;
}
.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0;
}
.testi-box3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(213, 222, 255, 0.16);
    border-radius: 30px;
    gap: 30px;
    padding: 50px;
}
.testi-card3_text {
    color: var(--white-color);
    margin-bottom: 50px
}

.testi-card3_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.testi-card3 .box-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0
}

.testi-card3_desig {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500
}

.testi-card3 .testi-quote {
    position: absolute;
    top: 0;
    right: 0
}

.testi-area14 {
    background-color: #EFF1F9
}

.testi-box3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(213, 222, 255, 0.16);
    border-radius: 30px;
    gap: 30px;
    padding: 50px
}

@media (max-width: 1299px) {
    .testi-box3 {
        padding: 40px;
        gap: 20px
    }
}

.testi-box3_img {
    min-width: 223px;
    text-align: center
}

.testi-box3_img>img {
    border-radius: 15px;
    width: 100%
}

.testi-box3_avater img {
    border-radius: 999px
}

.testi-box3 .box-title {
    margin-bottom: 2px
}

.testi-box3_desig {
    font-size: 14px;
    display: block;
    margin-bottom: -0.5em
}

.testi-box3_text {
    line-height: 26px;
    margin-bottom: 28px
}

.testi-box3_review {
    color: #F9B317;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}

.testi-box3_review i {
    margin-right: 3px
}

@media (max-width: 1199px) {
    .testi-box3 {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto
    }

    .testi-box3_review {
        bottom: 75px
    }
}

@media (max-width: 767px) {
    .testi-box3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 30px
    }

    .testi-box3_img {
        min-width: 120px;
        max-width: 120px
    }
}
.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    border: 1px solid #EBEDF1;
    -webkit-filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
    filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
    color: var(--theme-color);
    position: absolute;
    top: 50%;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 55px);
    height: var(--icon-size, 55px);
    line-height: var(--icon-size, 55px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 55px) / -2);
    z-index: 3;
    border-radius: 50%
}

@media (max-width: 1500px) {
    .slider-arrow {
        display: none !important
    }
}

.slider-arrow.style2:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color)
}

.slider-arrow.style3 {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.slider-arrow.style3:hover {
    background-color: var(--title-color);
    border-color: var(--title-color)
}

.slider-arrow.style4 {
    background-color: #656A74;
    color: var(--white-color);
    border-color: #656A74;
    -webkit-transition: all 0.7s;
    transition: all 0.7s
}

.slider-arrow.style4:hover {
    background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
    background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
    border-color: #02CE80
}

.slider-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slider-arrow.slider-next {
    right: var(--pos-x, -120px);
    left: auto
}

.slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.arrow-margin .slider-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap {
    position: relative
}

.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4)
}

@media (max-width: 1299px) {
    .arrow-wrap .slider-arrow {
        display: none
    }
}

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px
    }
}

.icon-box .slider-arrow {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px
}

@media (max-width: 991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px
    }

    .slider-arrow.slider-next {
        margin-right: 0;
        margin-left: 40px
    }

    .slick-dots {
        margin: 40px 0 0 0
    }

    .icon-box .slider-arrow {
        margin-right: 0
    }
}

.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%
}

.slick-3d-active .slick-list {
    padding-left: 30% !important;
    padding-right: 30% !important
}

.slick-3d-active .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px
}

.slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
    display: block
}

.slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2
}

.slick-3d-active .slick-3d-next {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -21px);
    transform: translate3d(50%, 0, -21px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-next2 {
    opacity: 1;
    -webkit-transform: translate3d(40%, 0, -23px);
    transform: translate3d(40%, 0, -23px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-prev {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, -21px);
    transform: translate3d(-50%, 0, -21px)
}

.slick-3d-active .slick-3d-prev .testi-card {
    box-shadow: none
}

.slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, -23px);
    transform: translate3d(-40%, 0, -23px)
}
/* Why Choose Section */
.software-area {
    position: relative;
    background-color: var(--white-color);
    border: 1px solid #E3E7F0;
    border-radius: 30px;
    overflow: hidden
}

.software-content {
    padding: 120px 0 120px 120px
}

@media (max-width: 1299px) {
    .software-content {
        padding: 120px 0 120px 40px
    }
}

@media (max-width: 1199px) {
    .software-content {
        padding-bottom: 40px
    }
}

@media (max-width: 991px) {
    .software-content {
        padding: 80px 0 80px 40px
    }
}

.soft-image {
    height: 510px;
    margin-left: -23%
}

@media (max-width: 1199px) {
    .soft-image {
        margin-left: 0
    }
}

.soft-image img {
    height: 100%;
    object-fit: cover
}
/* Sounds Interesting Section */
.sounds-interesting p {
    color: var(--white-color);
}
.bg-bottom-center {
    background-size: auto;
    background-position: bottom center
}
.cta-area10 {
    border-radius: 30px;
}
.th-btn.style-radius {
    border-radius: 100px;
    padding: 18px 40px;
}
.th-btn.style4 {
    background-color: var(--title-color);
    color: var(--white-color);
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px;
}
.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
/* Footer Section */
.footer-layout8 {
    --body-color: #8D929C;
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
}
.footer-layout8 {
    --body-color: #8D929C
}

.footer-layout8 .footer-widget.style2 {
    max-width: 561px;
    background-color: #16181D;
    padding: 40px;
    border-radius: 20px
}

@media (max-width: 1199px) {
    .footer-layout8 .footer-widget.style2 {
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .footer-layout8 .footer-widget.style2 {
        padding: 30px
    }
}

.footer-layout8 .footer-widget.style2 .widget_title {
    color: var(--white-color)
}

.footer-layout8 .footer-widget.style2 .widget_title:after {
    border: 2px solid #16181D
}

.footer-layout8 .newsletter-widget {
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.footer-layout8 .newsletter-widget .newsletter-form {
    max-width: 481px
}

@media (max-width: 1199px) {
    .footer-layout8 .newsletter-widget .newsletter-form {
        max-width: 100%
    }
}

.footer-layout8 .newsletter-widget .newsletter-form.style2 i {
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer-layout8 .newsletter-widget .footer-text {
    margin-bottom: 20px
}

.footer-layout8 .newsletter-widget i {
    position: absolute;
    top: 18px;
    left: 30px;
    font-weight: 400;
    font-size: 18px;
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer-layout8 .newsletter-widget .form-control {
    border-radius: 100px;
    min-height: 56px;
    padding-left: 55px;
    padding-right: 130px;
    background-color: var(--black-color) !important;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (max-width: 575px) {
    .footer-layout8 .newsletter-widget .form-control {
        min-width: 100%;
        padding-right: 30px
    }
}

.footer-layout8 .newsletter-widget .form-control:hover {
    border: 1px solid var(--theme-color)
}

.footer-layout8 .newsletter-widget .th-btn {
    padding: 20px 30px;
    text-transform: capitalize;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 100px;
    min-width: auto
}

@media (max-width: 575px) {
    .footer-layout8 .newsletter-widget .th-btn {
        max-width: 100%;
        padding: 16px 20px;
        position: relative;
        margin-top: 10px;
        display: block;
        width: 100%
    }
}

.footer-layout8 .widget-area {
    padding-top: 120px;
    padding-bottom: 60px
}

.footer-layout8 .widget_title {
    font-weight: 600;
    color: var(--title-color);
    font-size: 20px;
    text-transform: none
}

.footer-layout8 .footer-widget .recent-post .post-title {
    color: var(--title-color)
}

.footer-layout8 .th-social a {
    --icon-size: 40px;
    background-color: #292E38;
    border-color: #292E38;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06)
}

.footer-layout8 .th-social a:hover {
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    color: #292E38;
    border-color: var(--theme-color)
}

.footer-layout8 .copyright-wrap {
    background-color: #16181D
}

.footer-layout8 .copyright-wrap .copyright-text {
    color: var(--white-color)
}

.footer-layout8 .copyright-wrap .copyright-text a {
    font-family: var(--body-font);
    background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
    background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}
.bg-black {
    background-color: var(--black-color) !important;
}
.footer-widget {
    margin-bottom: 50px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none
}

.footer-widget .form-group>i {
    color: var(--theme-color);
    top: 18px
}

.footer-widget .sidebar-gallery {
    max-width: 287px
}

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    margin: -0.12em 0 35px 0;
    padding: 0 0 17px 0
}

.footer-widget .widget_title:before {
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0
}

.footer-widget .widget_title:after {
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--white-color);
    position: absolute;
    bottom: -4px;
    left: 96px;
    border-radius: 99px;
    border: 2px solid var(--theme-color)
}

.footer-widget .widget_title.style2 {
    color: var(--white-color)
}

.footer-widget .widget_title.style2:before,
.footer-widget .widget_title.style2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%)
}

.footer-widget .widget_title.style2:after {
    width: 16px;
    border: 2px solid var(--black-color);
    height: 10px;
    background: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -5px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -5px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 21px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: "\f054";
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color)
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-widget .recent-post {
    max-width: 315px;
    margin-top: -0.3em;
    margin-bottom: 28px
}

.footer-widget .recent-post .post-title {
    color: var(--white-color);
    font-weight: 500
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta a {
    font-weight: 400;
    line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta i {
    color: var(--theme-color)
}

.footer-widget .recent-post .recent-post-meta a:hover i {
    color: var(--theme-color)
}

.th-widget-about .about-logo {
    margin-bottom: 35px;
    margin-top: -8px
}

.th-widget-about .about-text {
    margin-bottom: 25px;
    margin-top: -0.5em
}

.footer-text {
    margin-top: -0.46em;
    margin-bottom: 25px
}

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-box .social-title {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0
}

.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px
}

.icon-group a:last-child {
    margin-right: 0
}

.newsletter-widget {
    max-width: 290px
}

.newsletter-widget .form-control {
    background-color: var(--white-color) !important;
    border: 1px solid var(--th-border-color)
}

.newsletter-form {
    position: relative;
    max-width: 465px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.newsletter-form .th-btn {
    min-width: 145px;
    padding: 21px 20px
}

@media (max-width: 1199px) {

    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px
    }

    .th-widget-about .about-text {
        margin-bottom: 20px
    }

    .social-box.mb-30 {
        margin-bottom: 25px
    }
}
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu>ul,
.widget_nav_menu .menu,
.widget_meta>ul,
.widget_meta .menu,
.widget_pages>ul,
.widget_pages .menu,
.widget_archive>ul,
.widget_archive .menu,
.widget_categories>ul,
.widget_categories .menu {
    margin: 0 0 -10px 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: var(--white-color);
    margin: 0 0 10px 0;
    padding: 16px 45px 19px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 4px
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
    content: "\f061";
    position: absolute;
    right: 25px;
    top: 17px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
    border-bottom: none
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    color: var(--white-color);
    background-color: #272A34;
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 24px;
    top: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before {
    color: var(--white-color)
}

.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}
/* .footer-layout15 .footer-widget .widget_title.style2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background: var(--theme-color)
} */

.footer-layout15 .newsletter-widget i {
    background: var(--theme-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer-layout15 .copyright-wrap .copyright-text a {
    background: var(--theme-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer-layout15 .th-social a:hover {
    background: var(--theme-color)
}
.footer-widget .widget_title.style2:before,
.footer-widget .widget_title.style2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%)
}

/* .footer-widget .widget_title.style2:after {
    width: 16px;
    border: 2px solid var(--black-color);
    height: 10px;
    background: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite
} */
.footer-layout8 .th-social a:hover {
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    color: #292E38;
    border-color: var(--theme-color)
}
.footer-layout8 .th-social a {
    --icon-size: 40px;
    background-color: #292E38;
    border-color: #292E38;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06)
}

.footer-layout8 .th-social a:hover {
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    color: #292E38;
    border-color: var(--theme-color)
}

.footer-layout8 .copyright-wrap {
    background-color: #16181D
}

.footer-layout8 .copyright-wrap .copyright-text {
    color: var(--white-color)
}

.footer-layout8 .copyright-wrap .copyright-text a {
    font-family: var(--body-font);
    background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
    background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}
.footer-layout8 .th-social a {
    --icon-size: 40px;
    background-color: #292E38;
    border-color: #292E38;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
}

.footer-wrapper .th-social a {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: var(--white-color);
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}
.footer-layout15 .copyright-wrap .copyright-text a {
    background: var(--theme-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer-layout8 .copyright-wrap .copyright-text a {
    font-family: var(--body-font);
    background: var(--white-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.copyright-text a {
    color: var(--theme-color);
}
.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto;
}
/* Category Section */
.cat-card {
    padding: 20px 20px;
}
.cat-card h3, .cat-card p {
    color: var(--white-color);
}
.cat-card img {
   height: 60px;
   margin-bottom: 20px;
}
.cat-card h3 {
    font-size: 26px;
}
.cat-card h3 a {
    color: var(--white-color);
}
.cat-card p {
    font-size: 14px;
}
.cat-card-01 {
    background-color: #0022AA;  
}
.cat-card-02 {
    background-color: #001F99;  
}
.cat-card-03 {
    background-color: #001B88;  
}
.cat-card-04 {
    background-color: #001877;  
}
.cat-card:hover {
    background-color: #333333;  
}
.active {
    background-color: #333333;  
}
/* Solutions Section */
.swiper-slide .title-area {
    margin-bottom: 30px;
    font-size: 32px;
}
.swiper-slide .title-area .sec-title {
    text-align: left;
    font-size: 30px;
    margin: 0px;
}
#about-sec .swiper-slide img {
    border-radius: 50px;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--theme-color);
}
.swiper-pagination-bullet {
    background: var(--white-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .9);
}
/* Breadcump Section */
.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 160px 0;
    overflow: hidden;
    text-align: center;
}
.breadcumb-title {
    color: var(--white-color);
    margin: -0.22em 0 -0.14em 0;
    line-height: 1.1;
}
.blog-title, .pagi-title, .breadcumb-title {
    word-break: break-word;
}
/* Gradient Border */
#box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Raleway';
    font-size: 2.5rem;
    padding: 30px;
  }
  .gradient-border {
    --borderWidth: 3px;
    background: #fff;
    position: relative;
    border-radius: var(--borderWidth);
  }
  .gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }
  
  
  @keyframes animatedgradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
  /* Solutions Section */
  .team-details {
    position: relative;
    border-radius: 20px;
    background: #F3F4F6;
    padding: 60px 80px 60px 60px;
    overflow: hidden;
}
.team-about_title {
    margin-bottom: 20px;
}
.team-details img {
    border-radius: 20px;
}
.why-choose img {
    width: 90%;
    border-radius: 100px;
}
/* Products Section */
.rounded-5 {
    border-radius: 2rem !important;
}
.bg-light-info {
    --bs-bg-opacity: 1;
    background-color:rgb(243, 249, 253);
}
.text-primary {
    color: var(--theme-color)!important;
}
/* Contact Form */
.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    box-shadow: 0px 4px 30px rgba(8,14,28,0.08);
    border-radius: 5px;
    background-color: var(--white-color);
    padding: 40px
}

.contact-info .box-title {
    margin-bottom: 10px
}

.contact-info_icon {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 40px;
    position: relative;
    box-shadow: 0px 6px 20px rgba(0,96,255,0.6);
    border-radius: 5px
}

.contact-info_text {
    display: block;
    margin-bottom: -0.5em;
    font-family: var(--body-font)
}

.contact-info_text span,.contact-info_text a {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.contact-info_text a {
    color: var(--body-color)
}

.contact-info_text a:hover {
    color: var(--theme-color)
}

.contact-form select,.contact-form .form-control,.contact-form .form-select,.contact-form textarea,.contact-form input {
    background-color: var(--white-color);
}

.contact-form .form-group>i {
    background-color: var(--white-color);
    color: var(--theme-color);
    width: 18px;
    text-align: right
}

.map-sec {
    line-height: 0px
}

.map-sec iframe {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    height: 600px
}

@media (max-width: 1299px) {
    .map-sec iframe {
        height:450px
    }
}

@media (max-width: 575px) {
    .map-sec iframe {
        height:300px
    }
}

@media (max-width: 575px) {
    .contact-info {
        padding:30px
    }
}

@media (max-width: 375px) {
    .contact-info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
    border-radius: 5px;
    background-color: var(--white-color);
    padding: 40px;
}
.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0px 4px 30px rgba(8,14,28,0.08);
    border-radius: 5px;
    background-color: var(--white-color);
    padding: 40px 15px;
}

.contact-info .box-title {
    margin-bottom: 10px
}

.contact-info_icon {
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 25px;
    position: relative;
    box-shadow: 0px 6px 20px rgba(0,96,255,0.6);
    border-radius: 5px
}

.contact-info_text {
    display: block;
    margin-bottom: -0.5em;
    font-family: var(--body-font)
}

.contact-info_text span,.contact-info_text a {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.contact-info_text a {
    color: var(--body-color)
}

.contact-info_text a:hover {
    color: var(--theme-color)
}

.contact-form select,.contact-form .form-control,.contact-form .form-select,.contact-form textarea,.contact-form input {
    background-color: var(--white-color);
}

.contact-form .form-group>i {
    background-color: var(--white-color);
    color: var(--theme-color);
    width: 18px;
    text-align: right
}

.swiper-slide .title-area .sec-title {
    text-align: left;
    font-size: 25px;
    margin: 0px;
}
/* Checklist Style */
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    color: var(--title-color);
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px
}

.checklist li>i {
    color: var(--theme-color)
}

.checklist li:not(:last-child) {
    margin-bottom: 10px
}

.checklist.style7 ul li {
    color: var(--body-color)
}

.checklist.style7 ul li:not(:last-child) {
    margin-bottom: 2px
}

.checklist.style2 li {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    gap: 15px
}

.checklist.style2 li:not(:last-child) {
    margin-bottom: 26px
}

.checklist.style2 li>i {
    font-size: 20px;
    border-radius: 50%;
    border: 1px dashed var(--theme-color);
    padding: 9px
}

.checklist.style3 li:not(:last-child) {
    margin-bottom: 20px
}

.checklist.style3 li>i {
    font-size: 25px
}

.checklist.style4 li {
    color: #141D38
}

.checklist.style4 li:not(:last-child) {
    margin-bottom: 20px
}

.checklist.style4 li>i {
    font-size: 25px
}

.checklist.style4 li img {
    max-width: 26px
}

.checklist.style5 li {
    color: var(--body-color);
    font-family: var(--body-font);
    font-weight: 400
}

.checklist.style5 li:not(:last-child) {
    margin-bottom: 13px
}

.checklist.style5 li>i {
    font-size: 22px
}

.checklist.style6 li {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    gap: 15px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.checklist.style6 li p {
    font-weight: 400;
    font-size: 16px
}

.checklist.style6 li:not(:last-child) {
    margin-bottom: 30px
}

.checklist.style6 li>i {
    font-size: 14px;
    border-radius: 50%;
    color: var(--white-color);
    background: var(--theme-color);
    padding: 8px;
    margin-top: 1px
}

.checklist.style8 li {
    gap: 15px;
    color: var(--body-color)
}

.checklist.style8 li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 24px;
    background-color: #EFF1F9;
    text-align: center
}

.checklist.style9 li {
    gap: 15px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px
}

@media (max-width: 1299px) {
    .checklist.style9 li {
        font-size:16px
    }
}

.checklist.style9 li:not(:last-child) {
    margin-bottom: 30px
}

.checklist.style9 li i {
    font-size: 30px
}

.checklist.style13 li {
    font-size: 18px;
    font-weight: 600
}

@media (max-width: 1299px) {
    .checklist.style13 li {
        font-size:16px
    }
}

.checklist.style13 li:not(:last-child) {
    margin-bottom: 35px
}

.checklist.list-two-column ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px
}

@media (max-width: 1299px) {
    .checklist.list-two-column ul {
        gap:0 15px
    }
}

@media (max-width: 520px) {
    .checklist.list-two-column ul {
        grid-template-columns:repeat(1, 1fr)
    }
}

.checklist.list-two-column ul li {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px
}

.checklist.list-two-column ul li img {
    max-width: 24px
}

@media (max-width: 1299px) {
    .checklist.list-two-column ul li {
        font-size:18px;
        line-height: 28px
    }
}

@media (max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom:32px
    }
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom:35px
    }
}

.two-column:has(.checklist.style6) {
    gap: 30px
}
/* Active-Navigation */
.main-menu.style2>ul>li>a.active {
    color: var(--theme-color);
}
.software-area {
   background-image: url("../img/bg/wave-bg.jpg");
   background-size: cover;
}
#about-sec {
    background-image: url("../img/bg/wave-bg.jpg");
    background-size: cover;
}
.logo-representation {
    padding: 0px 32px 32px 32px;
}
.logo-rep-title {
    margin-bottom: 0px;
    padding-left: 32px;
}
.foot-white-logo {
    width: 200px;
    margin-bottom: 30px;
}
/* Border Glow Animation */
/*// Glow Border Animation //*/

.animated-border-box, .animated-border-box-glow{
    max-height: 270px;
    max-width: 561px;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden; 
    z-index: 0;
    /* Border Radius */
      border-radius: 10px;
  }
  
  .animated-border-box-glow{
    overflow: hidden;
    /* Glow Blur */
    filter: blur(20px);
  }
  
  .animated-border-box:before, .animated-border-box-glow:before {
    content: '';
    z-index: -2;
    text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
    position: absolute;
      width: 99999px;
      height: 99999px;
      background-repeat: no-repeat;
      background-position: 0 0;
    /*border color, change middle color*/
      background-image: conic-gradient(rgba(0,0,0,0), #0022AA, rgba(0,0,0,0) 25%);
    /* change speed here */
      animation: rotate 4s linear infinite;
  }
  
  .animated-border-box:after {
      content: '';
      position: absolute;
      z-index: -1;
    /* border width */
      left: 5px;
      top: 5px;
    /* double the px from the border width left */
      width: calc(100% - 10px);
      height: calc(100% - 10px);
    /*bg color*/
      background: #292a2e;
    /*box border radius*/
      border-radius: 7px;
  }
  
  @keyframes rotate {
      100% {
          transform: translate(-50%, -50%) rotate(1turn);
      }
  }
  /* Slider Arrow Fix */
  .swiper-button-next, .swiper-button-prev {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
    z-index: 3;
    border-radius: 50%;  
    -webkit-filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
    filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
    width: var(--icon-size, 55px);
    height: var(--icon-size, 55px);
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
  }
  /* Footer Fix */
  @media (max-width: 1299px) {
    .footer-layout8 .newsletter-widget .footer-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .footer-layout8 .footer-widget.style2 {
        max-width: 480px;
    }
    .animated-border-box, .animated-border-box-glow {
        max-width: 480px;
    }
}