@use "sass:math";:root {
    --theme-color: #134142;
    --theme-color2: #684DF4;
    --title-color: #141D38;
    --body-color: #737887;
    --smoke-color: #F5F5F5;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --th-border-color: #E0E0E0;
    --title-font: 'Barlow', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --section-space: 120px;
    --main-container: 1220px;
    --container-gutters: 24px;
}

html,body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    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.theme-blue4 {
    --theme-color: #3E66F3;
    --theme-color2: #0031DD
}

body.theme-blue5 {
    --theme-color: #3E66F3;
    background-color: #0E0E0E
}

body.bg-dark {
    background-color: #0E0E0E !important;
    --theme-color: #02CE80;
    --theme-color2: #7BD706
}

body.bg-como {
    --theme-color: #407360
}

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: #000;
    line-height: 1.75;
    text-align: justify;
}

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: #000;
    text-transform: none;
    font-weight: 600;
    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: 21px;
    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
}

.blocks-gallery-caption,.wp-block-embed figcaption,.wp-block-image figcaption {
    color: var(--body-color)
}

.bypostauthor,.gallery-caption {
    display: block
}

.page-links,.clearfix {
    clear: both
}

.page--item {
    margin-bottom: 30px
}

.page--item p {
    line-height: 1.8
}

.content-none-search {
    margin-top: 30px
}

.wp-block-button.aligncenter {
    text-align: center
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.gallery {
    margin-bottom: 1.5em;
    width: 100%
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 5px
}

.wp-block-columns {
    margin-bottom: 1em
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

figure.wp-block-gallery {
    margin-bottom: 14px
}

.wp-block-cover p:not(.has-text-color),.wp-block-cover-image-text,.wp-block-cover-text {
    color: var(--white-color)
}

.wp-block-cover {
    margin-bottom: 15px
}

.wp-caption-text {
    text-align: center
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: 14px
}

.wp-block-media-text,.wp-block-media-text.alignwide,figure.wp-block-gallery {
    margin-bottom: 30px
}

.wp-block-media-text.alignwide {
    background-color: var(--smoke-color)
}

.editor-styles-wrapper .has-large-font-size,.has-large-font-size {
    line-height: 1.4
}

.wp-block-latest-comments a {
    color: inherit
}

.wp-block-button {
    margin-bottom: 10px
}

.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-button .wp-block-button__link {
    color: #fff
}

.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color)
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border-color: var(--title-color);
    color: var(--title-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

ol.wp-block-latest-comments li {
    margin: 15px 0
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px
}

ul.wp-block-latest-posts a {
    color: inherit
}

ul.wp-block-latest-posts a:hover {
    color: var(--theme-color)
}

ul.wp-block-latest-posts li {
    margin: 15px 0
}

ul.wp-block-rss a {
    color: inherit
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px
}

.wp-block-table td,.wp-block-table th {
    border-color: rgba(0,0,0,0.1)
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 30px
}

.wp-block-table.is-style-stripes {
    border: 0;
    margin-bottom: 30px;
    border-bottom: 0
}

.wp-block-table.is-style-stripes th,.wp-block-table.is-style-stripes td {
    border-color: var(--th-border-color)
}

.logged-in .will-sticky .sticky-active.active,.logged-in .preloader .th-btn {
    top: 32px
}

@media (max-width: 782px) {
    .logged-in .will-sticky .sticky-active.active,.logged-in .preloader .th-btn {
        top:46px
    }
}

@media (max-width: 600px) {
    .logged-in .will-sticky .sticky-active.active,.logged-in .preloader .th-btn {
        top:0
    }
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

.page-links>.page-links-title {
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),.page-links>a {
    display: inline-block;
    padding: 5px 13px;
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid rgba(0,0,0,0.08);
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,.page-links>a:hover {
    opacity: 0.8;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: transparent
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,.page-links>a.current {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent
}

.page-links span.screen-reader-text {
    display: none
}

.blog-single .wp-block-archives-dropdown {
    margin-bottom: 30px
}

.blog-single.format-quote,.blog-single.format-link,.blog-single.tag-sticky-2,.blog-single.sticky {
    border-color: transparent;
    position: relative
}

.blog-single.format-quote .blog-content,.blog-single.format-link .blog-content,.blog-single.tag-sticky-2 .blog-content,.blog-single.sticky .blog-content {
    background-color: var(--smoke-color);
    padding: 0;
    border: none
}

.blog-single.format-quote .blog-content:before,.blog-single.format-link .blog-content:before,.blog-single.tag-sticky-2 .blog-content:before,.blog-single.sticky .blog-content:before {
    display: none
}

.blog-single.format-quote:before,.blog-single.format-link:before,.blog-single.tag-sticky-2:before,.blog-single.sticky:before {
    content: '\f0c1';
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-size: 5rem;
    opacity: 0.3;
    right: 15px;
    line-height: 1;
    top: 15px;
    color: var(--theme-color);
    z-index: 1
}

.blog-single.tag-sticky-2::before,.blog-single.sticky::before {
    content: "Featured";
    right: 0;
    top: 0;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    font-family: var(--title-font);
    opacity: 1;
    text-transform: capitalize;
    padding: 10px 23px;
    font-weight: 400
}

.blog-single.format-quote:before {
    content: "\f10e";
    top: 0
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,.blog-single .blog-content .wp-block-archives-dropdown {
    display: block;
    margin-bottom: 30px
}

.blog-details .blog-single:before {
    display: none
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden
}

.blog-details .blog-single.format-chat .blog-meta {
    margin-bottom: 20px
}

.blog-details .blog-single.format-chat .blog-content>p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px
}

.blog-details .blog-single.tag-sticky-2,.blog-details .blog-single.sticky,.blog-details .blog-single.format-quote,.blog-details .blog-single.format-link {
    box-shadow: none;
    border: none;
    background-color: transparent
}

.blog-details .blog-single.tag-sticky-2:before,.blog-details .blog-single.sticky:before,.blog-details .blog-single.format-quote:before,.blog-details .blog-single.format-link:before {
    display: none
}

@media (max-width: 1199px) {
    .blog-single.format-quote:before,.blog-single.format-link:before,.blog-single.tag-sticky-2:before,.blog-single.sticky:before {
        font-size:14px;
        padding: 8px 16px
    }

    .blog-single.format-quote:before {
        top: 15px
    }
}

@media (max-width: 767px) {
    .blog-single.format-quote:before,.blog-single.format-link:before,.blog-single.tag-sticky-2:before,.blog-single.sticky:before {
        font-size:14px;
        padding: 8px 16px
    }
}

@media (max-width: 768px) {
    .wp-block-latest-comments {
        padding-left:10px
    }

    .page--content.clearfix+.th-comment-form {
        margin-top: 24px
    }
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

@media (min-width: 1370px) {
    .th-container2 {
        --main-container: 1470px
    }

    .th-container2 .container {
        --main-container: 1220px
    }
}

@media (min-width: 1922px) {
    .th-container2 {
        margin-left:auto;
        margin-right: auto
    }
}

@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)
    }

    .container-xxl.px-0,.container-xl.px-0,.container-lg.px-0,.container-md.px-0,.container-sm.px-0,.container.px-0 {
        max-width: var(--main-container)
    }

    .th-container4 {
        --main-container: 1380px
    }

    .th-container5 {
        --main-container: 1320px
    }
}

@media only screen and (min-width: 1300px) {
    .th-container {
        --main-container: 1720px
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left:15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.th-container3 {
    max-width: 1520px
}

.round-container {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 1199px) {
    .round-container {
        border-radius:0
    }
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.gy-30 {
    --bs-gutter-y: 30px
}

.gy-40 {
    --bs-gutter-y: 40px
}

.gy-50 {
    --bs-gutter-y: 50px
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gy-80 {
    --bs-gutter-y: 80px
}

@media (max-width: 1199px) {
    .gy-80 {
        --bs-gutter-y: 60px
    }
}

@media (max-width: 991px) {
    .gy-80 {
        --bs-gutter-y: 40px
    }
}

@media (min-width: 1299px) {
    .gx-60 {
        --bs-gutter-x: 60px
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-25 {
        --bs-gutter-x: 25px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }
}

@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px
    }
}

select,.form-control,.form-select,textarea,input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid #134142;
    color: #000;
    background-color: var(--smoke-color);
    border-radius: 20px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

select:focus,.form-control:focus,.form-select:focus,textarea:focus,input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--smoke-color)
}

select::-moz-placeholder,.form-control::-moz-placeholder,.form-select::-moz-placeholder,textarea::-moz-placeholder,input::-moz-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,.form-control::-webkit-input-placeholder,.form-select::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input::-webkit-input-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder,textarea:-ms-input-placeholder,input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
    color: var(--body-color)
}

select::placeholder,.form-control::placeholder,.form-select::placeholder,textarea::placeholder,input::placeholder {
    color: var(--body-color)
}

.form-select,select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.form-select.style2,select.style2 {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E")
}

textarea.form-control,textarea {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 17px
}

textarea.form-control.style2,textarea.style2 {
    min-height: 100px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}

.form-group>i.fa-envelope {
    padding-top: 1px
}

.form-group>i.fa-comment {
    margin-top: -2px
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color)
}

.form-group.has-label>i {
    top: 50px
}

[class*="col-"].form-group>i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}

option:checked,option:focus,option:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type="checkbox"] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

input[type="checkbox"].style2 ~ label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em
}

input[type="checkbox"].style2 ~ label:before {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid #8B929C;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px
}

input[type="checkbox"].style2:checked ~ label:before {
    color: var(--theme-color)
}

input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="radio"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type="radio"] ~ label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

input[type="radio"]:checked ~ label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

textarea.is-invalid,select.is-invalid,input.is-invalid,.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none
}

textarea.is-invalid:focus,select.is-invalid:focus,input.is-invalid:focus,.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.form-messages {
    display: none
}

.form-messages.mb-0 * {
    margin-bottom: 0
}

.form-messages.success {
    color: var(--success-color);
    display: block
}

.form-messages.error {
    color: var(--error-color);
    display: block
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit
}

.swiper-wrapper.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px
}

.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0
}

.swiper-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.swiper-fade .swiper-slide-prev {
    opacity: 0
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    margin: 50px 0 10px 0;
    line-height: 12px;
    height: 12px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--th-border-color);
    position: relative;
    cursor: pointer
}

.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0
}

.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    inset: -5px;
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: #93c7c8;
    border: 1px solid var(--theme-color);
    -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, -40px);
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 40px);
    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: #93c7c8;
    color: var(--theme-color);
    border-color: var(--theme-color)
}

.slider-arrow.style3:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-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, -40px);
    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
}
/*@media (max-width: 1299px) {
    .arrow-wrap .slider-arrow {
        display:none
    }
}*/
.arrow-wrap .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: 0px
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: 0px
    }
}

.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: 34px;
        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)
}

.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 .mobile-logo {
    padding-bottom: 0px;
    padding-top: 15px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2)
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.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 .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.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-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    padding-left: 18px;
    font-weight: 600;
}
.th-mobile-menu ul li.active a {
    color: #047d80;
}

.th-mobile-menu ul li ul li.sub-active a {
    color: var(--theme-color);
}
.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-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
    border-radius: 50%
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px
}

.th-menu-toggle:hover {
    background-color: var(--title-color)
}

.th-menu-toggle.style-text,.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width:100%;
        max-width: 270px
    }

    .th-mobile-menu>ul {
        padding: 0 20px
    }
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(48deg, #082d2d 0%, #106d6f 42%, #082d2d 100%);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 30px
}

.th-btn:before,.th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #134142;
    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);
    background: #134142;
    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)
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 20px 40px;
    box-shadow: none
}

.th-btn.style2:hover {
    color: var(--title-color);
    border-color: var(--white-color)
}

.th-btn.style2:hover:before,.th-btn.style2:hover:after {
    background-color: var(--white-color)
}

.th-btn.style3:hover {
    color: #fff
}

/*.th-btn.style3:hover:before,.th-btn.style3:hover:after {
    background-color: var(--white-color)
}*/

.th-btn.style4 {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-btn.style4:hover {
    color: var(--title-color)
}

.th-btn.style4:hover:before,.th-btn.style4:hover:after {
    background-color: var(--white-color)
}

.th-btn.style5 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: none
}

.th-btn.style5:hover {
    color: var(--white-color)
}

.th-btn.style5:hover:before,.th-btn.style5:hover:after {
    background-color: var(--title-color)
}

.th-btn.style6 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: none
}

.th-btn.style6:hover {
    color: var(--white-color)
}

.th-btn.style6:hover:before,.th-btn.style6:hover:after {
    background-color: var(--theme-color)
}

.th-btn.style7 {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-btn.style7:hover:before,.th-btn.style7:hover:after {
    background-color: var(--theme-color)
}

.th-btn.style8 {
    font-size: 16px;
    padding: 19.5px 37px;
    text-transform: capitalize;
    border-radius: 100px
}

.th-btn.style9 {
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: none;
    border: none;
    padding: 17px 35.6px;
    font-weight: 700
}

.th-btn.style9:hover {
    color: var(--white-color)
}

.th-btn.style9:hover:before,.th-btn.style9:hover:after {
    background-color: var(--title-color)
}

.th-btn.style10 {
    background-color: var(--white-color);
    border: 1px solid #E3E7F0;
    color: var(--theme-color);
    border-radius: 100px;
    padding: 18px 44px
}

.th-btn.style10:hover {
    color: var(--white-color)
}

.th-btn.blue-border {
    background: #1C1C25;
    border: 1px solid var(--theme-color);
    border-radius: 100px
}

.th-btn.blue-border:hover:before,.th-btn.blue-border:hover:after {
    background-color: var(--theme-color)
}

.th-btn.btn-gradient {
    font-size: 16px;
    text-transform: capitalize;
    padding: 18px 20px;
    background-color: var(--theme-color);
    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%)
}

.th-btn.btn-gradient:hover {
    background: -webkit-linear-gradient(top, var(--theme-color2) 0%, var(--theme-color) 100%);
    background: linear-gradient(180deg, var(--theme-color2) 0%, var(--theme-color) 100%)
}

.th-btn.btn-gradient:hover:before,.th-btn.btn-gradient:hover:after {
    display: none
}

.th-btn.th-gradient-btn {
    font-size: 16px;
    text-transform: capitalize;
    padding: 18px 20px;
    background-color: var(--theme-color);
    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%);
    border-radius: 100px
}

.th-btn.th-gradient-btn:hover {
    background: -webkit-linear-gradient(top, var(--theme-color2) 0%, var(--theme-color) 100%);
    background: linear-gradient(180deg, var(--theme-color2) 0%, var(--theme-color) 100%)
}

.th-btn.th-gradient-btn:hover:before,.th-btn.th-gradient-btn:hover:after {
    display: none
}

/*.th-btn.style-radius {
    border-radius: 100px;
    padding: 18px 40px
}*/

@media (max-width: 375px) {
    .th-btn.style-radius {
        padding:18px 25px
    }
}

.th-btn.btn-fw {
    width: 100%
}

.th-btn.btn-fw:before,.th-btn.btn-fw:after {
    display: none
}

.th-btn.btn-fw:hover {
    background-color: var(--title-color)
}

.th-btn.style-border {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    box-shadow: none
}

.th-btn.style-border:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.th-btn.style-border:hover:before,.th-btn.style-border:hover:after {
    background-color: var(--theme-color)
}

.th-btn.style-border2 {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--title-color);
    box-shadow: none
}

.th-btn.style-border2:hover {
    color: var(--white-color);
    border-color: var(--title-color)
}

.th-btn.style-border2:hover:before,.th-btn.style-border2:hover:after {
    background-color: var(--title-color)
}

.th-btn.th-border {
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.06);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    padding: 16px 39.4px
}

.th-btn.th-border:hover {
    background: var(--title-color);
    border: 1px solid var(--title-color)
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, transparent);
    color: var(--title-color);
    text-align: center;
    border-radius: 4px;
    border: 1px solid #232C47;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.icon-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-color: var(--white-color)
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    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:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}
.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.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.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.box-title {
    font-size: 19px;
/*    line-height: 1.417;*/
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 28px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.box-title8 {
    font-size: 22px;
/*    line-height: 1.417;*/
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1
}

.shape-mockup.z-index-3 {
    z-index: 3
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-3 {
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.th-radius2 {
    border-radius: 20px
}

.th-radius3 {
    border-radius: 30px
}

.th-radius4 {
    border-radius: 100px
}

@media (max-width: 767px) {
    .th-radius4 {
        border-radius:50px
    }
}

.th-radius5 {
    border-radius: 50px
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.25em 0.45em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 40px);
    background-color: var(--white-color);
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%
}

.th-social a:last-child {
    margin-right: 0
}

.th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-social.style2 a {
    --icon-size: 40px;
    font-size: 14px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid
}

.th-social.style2 a:hover {
    border-color: var(--theme-color);
    color: var(--white-color);
    background-color: var(--theme-color)
}

.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color)
}

.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px
}

.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
}

.btn-group.style2 {
    gap: 20px 70px
}

@media (max-width: 767px) {
    .btn-group.style2 {
        gap:20px 30px
    }
}

.th-bg-img {
    position: absolute;
    inset: 0
}

.th-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.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;
    top: 0
}

.icon-masking2 {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto
}

.icon-masking2 .mask-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
    background: var(--theme-color);
    top: 0
}
.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important
}

.bg-smoke3 {
    background-color: var(--smoke-color3) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-black2 {
    background-color: var(--black-color2) !important
}

.bg-title {
    background-color: #033132 !important
}

.gradient-body {
    background-image: -webkit-linear-gradient(349.38deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%);
    background-image: linear-gradient(100.62deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%)
}

.gr-bg1 {
    background-image: -webkit-linear-gradient(10deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 23.81%, rgba(198,241,255,0.3) 45.3%, rgba(248,242,222,0.3) 68.4%, rgba(212,179,253,0.3) 99.5%);
    background-image: linear-gradient(80deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 23.81%, rgba(198,241,255,0.3) 45.3%, rgba(248,242,222,0.3) 68.4%, rgba(212,179,253,0.3) 99.5%)
}

.gr-bg2 {
    background-image: -webkit-linear-gradient(349.38deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%);
    background-image: linear-gradient(100.62deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%)
}

.gr-bg3 {
    background-image: -webkit-linear-gradient(339.41deg, rgba(236,207,254,0.4) 0%, rgba(255,221,221,0.5) 46.79%, rgba(247,255,229,0.7) 100%);
    background-image: linear-gradient(110.59deg, rgba(236,207,254,0.4) 0%, rgba(255,221,221,0.5) 46.79%, rgba(247,255,229,0.7) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.gr-bg4 {
    background-image: -webkit-linear-gradient(344.56deg, rgba(255,229,133,0.4) 0%, rgba(189,255,199,0.4) 48.48%, rgba(223,109,223,0.4) 100%);
    background-image: linear-gradient(105.44deg, rgba(255,229,133,0.4) 0%, rgba(189,255,199,0.4) 48.48%, rgba(223,109,223,0.4) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.gr-bg5 {
    background: -webkit-linear-gradient(top, rgba(237,240,244,0) 0%, rgba(237,240,244,0.85) 100%);
    background: linear-gradient(180deg, rgba(237,240,244,0) 0%, rgba(237,240,244,0.85) 100%)
}

.gr-bg6 {
    background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
    background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%)
}

.gr-bg7 {
    background: -webkit-linear-gradient(top, #3E66F3 0%, #0031DD 100%);
    background: linear-gradient(180deg, #3E66F3 0%, #0031DD 100%);
    border-radius: 100px
}

.gray-body {
    background-color: #F8FAFF
}

.smoke-body {
    background-color: #F3F2EA
}

.background-image,[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-center {
    background-size: auto;
    background-position: top center;
}

.bg-bottom-center {
    background-size: auto;
    background-position: bottom center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

.bg-top-right {
    background-size: auto;
    background-position: top right
}

.text-theme {
    color: var(--theme-color) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

a.text-theme:hover,.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative;
    z-index: 2
}

[data-overlay] [class^="col-"],[data-overlay] [class*="col-"] {
    z-index: 1
}

[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay="theme"]:before {
    background-color: var(--theme-color)
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-overlay="overlay1"]:before {
    background-color: #080E1C
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ripple-animation,.play-btn:after,.play-btn:before,.testi-box_quote:after,.testi-box_quote:before,.testi-grid_quote:after,.testi-grid_quote:before,.faq-img4 .faq-shape:after,.faq-img4 .faq-shape:before,.service-grid_icon:after,.service-grid_icon:before,.process-card_number:after,.process-card_number:before,.process-card .pulse:after,.process-card .pulse:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1
    }

    50% {
        opacity: 0.40
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1
    }

    50% {
        opacity: 0.40
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0
    }
}

.fancy-animation {
    -webkit-animation: morph 8s ease-in-out infinite;
    animation: morph 8s ease-in-out infinite
}

@-webkit-keyframes morph {
    0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
}
}

@keyframes morph {
    0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
}
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.spin {
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes titleFill {
    0% {
        width: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes titleFill {
    0% {
        width: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

.swing {
    -webkit-animation: swing 10s infinite ease-in-out;
    animation: swing 10s infinite ease-in-out
}

@-webkit-keyframes swing {
    0%,100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes swing {
    0%,100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

.bg-color-ani,.color-animate {
    -webkit-animation: bgColor 6s linear infinite;
    animation: bgColor 6s linear infinite
}

@-webkit-keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@-webkit-keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.fadein,.scalein,.slidetopleft,.slidebottomright,.slideinleft,.slideinright,.slideindown,.slideinup,.rollinleft,.rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.th-ani {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.th-ani:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.swiper-slide-active .fadein {
    --animation-name: fadein
}

.swiper-slide-active .scalein {
    --animation-name: scalein
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.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 li,.widget_meta li,.widget_pages li,.widget_archive li,.widget_categories li {
    position: relative;
    display: inline-block;
}

.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
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
    color: inherit
}

.th-blog ul.wp-block-archives li {
    margin: 5px 0
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px
}

.widget[data-overlay]:before {
    z-index: -1
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4,6,66,0.1)
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 28px 0
}
.widget_cta {
    position: relative;
    border-radius: 20px;
    text-align: center;
    --space: 40px;
    height: 452px;
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .widget_cta {
        --space: 30px
    }
}

.widget_cta:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    opacity: 0.9;
    background: -webkit-linear-gradient(top, rgba(62,102,243,0) -18.65%, #0031DD 99.96%);
    background: linear-gradient(180deg, rgba(62,102,243,0) -18.65%, #0031DD 99.96%)
}

.widget_cta .cta-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: var(--space)
}

.widget_cta .banner-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 20px
}

@media (max-width: 1299px) {
    .widget_cta .banner-title {
        font-size:20px;
        line-height: 30px
    }
}

.widget_cta .th-btn {
    border-radius: 30px
}

.wp-block-tag-cloud a,.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 13px 19px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 4px
}

.wp-block-tag-cloud a:hover,.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border-color: var(--theme-color)
}

.wp-block-tag-cloud,.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px
}
.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 15px;
    width: 80px;
    overflow: hidden;
    border-radius: 5px;
}

.recent-post .media-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .post-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 8px 0;
    font-family: var(--title-font);
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    font-family: var(--body-font)
}

.recent-post .recent-post-meta i {
    margin-right: 6px;
    color: var(--theme-color)
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color)
}

.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-area {
    margin-bottom: -10px
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0
}

.sidebar-area select,.sidebar-area input {
    background-color: var(--white-color)
}

.sidebar-area .widget .wp-block-search {
    margin-bottom: 0
}

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em
}

.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0
}

.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_banner {
    background-color: var(--title-color);
    position: relative
}

.widget_banner .shape1 {
    position: absolute;
    bottom: 0;
    right: 0
}

.widget_banner .widget_title {
    color: var(--white-color)
}

.widget_banner:has(.widget-map) {
    padding: 0;
    line-height: 0px
}

.widget-map iframe {
    min-height: 280px
}

.widget-banner {
    height: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media (max-width: 360px) {
    .widget-banner {
        height:280px
    }
}

.widget-banner .text {
    display: block;
    margin-top: -0.4em;
    margin-bottom: 15px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 500
}

.widget-banner .title {
    color: var(--white-color);
    margin-bottom: 35px
}

@media (max-width: 1299px) {
    .widget-banner .title {
        font-size:34px
    }
}

.project-info-list .contact-feature {
    padding: 17px
}

.project-info-list .contact-feature:not(:last-of-type) {
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 0
    }

    .author-widget-wrap .name {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .sidebar-area {
        padding-top:10px
    }

    .widget {
        --widget-padding-y: 40px;
        --widget-padding-x: 40px
    }

    .wp-block-tag-cloud a,.tagcloud a {
        padding: 10.5px 18px
    }
}

@media (max-width: 767px) {
    .widget {
        padding:35px 20px
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size:14px;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }
}

.footer-widget {
    margin-bottom: 10px
}

.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
}
.widget_nav_menu .menu-all-pages-container .menu li a {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.widget_nav_menu .menu-all-pages-container .menu li a i{
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-right: 8px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}
.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
}

@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
    }
}

.th-header {
    position: relative;
    z-index: 41
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    color: var(--title-color);
    font-family: var(--title-font);
    text-transform: capitalize;
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 14px
}

.main-menu>ul>li>a {
    padding: 47px 0
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 1em
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

.main-menu ul.sub-menu,.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1,15,28,0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.main-menu ul.sub-menu a,.main-menu ul.mega-menu a {
    font-size: 15px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 1px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 23px;
    text-transform: capitalize
}

.main-menu ul.sub-menu li a:before {
    content: "\f649";
    position: absolute;
    top: 8px;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 500
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    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;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    -webkit-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 2px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    text-transform: capitalize
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.main-menu.style2>ul>li {
    margin: 0 6px
}

.main-menu.style2>ul>li>a {
    padding: 2px 12px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.main-menu.style2>ul>li.active >a {
    color: #047d80;
}
.main-menu.style2 .sub-menu >li.sub-active >a {
    color: #047d80;
}
.main-menu ul.sub-menu >li.sub-active a:before{
    color: #047d80;
}
.main-menu.style2>ul>li>a:hover {
    background-color: rgba(64,102,242,0.1)
}

.main-menu.style2 ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
    margin-top: 15px
}

.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
}

.header-button .icon-btn {
    position: relative
}

.header-button .icon-btn:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.header-button .icon-btn:hover .badge {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400
}

.header-links li:not(:last-child) {
    margin: 0 26px 0 0
}

.header-links li>i {
    margin-right: 6px
}

.header-links li,.header-links span,.header-links p,.header-links a {
    color: var(--body-color)
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links i {
    color: var(--body-color)
}

.header-links b,.header-links strong {
    font-weight: 600
}

.header-social .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: var(--body-color)
}

.header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

.header-social a:last-child {
    margin-right: 0
}

.header-social a:hover {
    color: var(--theme-color)
}

/*.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}
*/
@media (max-width: 575px) {
    .header-logo {
        max-width:150px
    }

    .header-logo .icon-masking .mask-icon {
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

@media (max-width: 1199px) {
    .main-menu>ul>li>a {
        padding:37px 0
    }
}

.header-layout1 {
    position: relative
}

.header-layout1 .header-top {
    padding: 17px 0;
    background-color: var(--theme-color);
    --body-color: #fff
}

.header-layout1 .header-top a:hover {
    color: var(--title-color)
}

.header-layout1 .menu-area {
    position: relative;
    z-index: 2;
    background-color: #080E1C
}

.header-layout1 .main-menu {
    margin-left: 60px
}

.header-layout1 .main-menu>ul>li>a:not(:hover) {
    color: var(--white-color)
}

.header-layout1 .menu-area {
    position: relative
}

.header-layout1 .header-logo {
    position: relative;
    z-index: 2
}

.header-layout1 .header-button .icon-btn {
    color: var(--white-color)
}

.header-layout1 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 32.5%;
    height: 100%
}

.header-layout1 .logo-bg:before,.header-layout1 .logo-bg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
    z-index: -2
}

.header-layout1 .logo-bg:after {
    background-image: url("../img/theme-img/logo_bg.svg");
    background-color: var(--white-color);
    background-repeat: repeat;
    width: calc(100% - 20px);
    -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 100%, 0% 100%);
    z-index: -1
}

@media (min-width: 1922px) {
    .header-layout1 .logo-bg {
        width:37%
    }
}

@media (max-width: 1500px) {
    .header-layout1 .logo-bg {
        width:27%
    }
}

@media (max-width: 1399px) {
    .header-layout1 .header-button .th-btn {
        display:none
    }
}

@media (max-width: 1199px) {
    .header-layout1 .logo-bg:before {
        -webkit-clip-path:polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%)
    }

    .header-layout1 .logo-bg:after {
        -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 100%, 0% 100%)
    }

    .header-layout1 .main-menu {
        margin-left: 30px
    }

    .header-layout1 .header-top {
        padding: 12px 0
    }
}

@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        width:56%
    }

    .header-layout1 .header-logo img {
        max-height: 80px
    }
}

@media (max-width: 375px) {
    .header-layout1 .logo-bg {
        width:60%
    }
}

@media (max-width: 320px) {
    .header-layout1 .logo-bg {
        width:64%
    }
}
.header-layout5 {
    position: relative
}

.header-layout5 .social-links .social-title {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    letter-spacing: -0.32px;
    font-family: var(--title-font);
    color: var(--title-color)
}

@media (max-width: 1599px) {
    .header-layout5 .social-links .social-title {
        display:none
    }
}

.header-layout5 .social-links a {
    font-size: 14px;
    display: inline-block;
    color: var(--title-color);
    margin: 0 15px 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.header-layout5 .social-links a:last-child {
    margin-right: 0 !important
}

.header-layout5 .social-links a:hover {
    color: var(--theme-color)
}

.header-layout5 .social-links a:hover i {
    -webkit-animation: slideTop 0.5s;
    animation: slideTop 0.5s
}

.header-layout5 .header-top {
    background-color: transparent;
    border-bottom: 1px solid #D9D9D9;
    padding: 12px 0
}

.header-layout5 .header-top .header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-layout5 .header-top .header-links li {
    display: inline-block;
    position: relative;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px
}

.header-layout5 .header-top .header-links li:not(:last-child) {
    margin: 0 40px 0 0
}

.header-layout5 .header-top .header-links li:not(:last-child):after {
    content: '';
    height: 15px;
    width: 1px;
    background-color: #CAD4F1;
    position: absolute;
    top: 5px;
    right: -20px
}

.header-layout5 .header-top .header-links li>i {
    color: var(--theme-color);
    margin-right: 8px
}

.header-layout5 .main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    font-size: 12px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout5 .main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f106";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-layout5 .menu-area {
    padding: 4px 0;
    box-shadow: 0px 0px 20px 0px #134142 !important;
}

.header-layout5 .main-menu {
    margin-right: 150px
}

@media (max-width: 1399px) {
    .header-layout5 .main-menu {
        margin-right:0
    }
}

.header-layout5 .header-button .th-btn {
    padding: 18px 38px
}
.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2
}

.footer-wrapper .th-social a {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.footer-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.widget-area {
    padding-top: var(--section-space);
    padding-bottom: 66px
}

.footer-menu {
    margin: 0;
    padding: 0
}

@media (max-width: 991px) {
    .footer-menu {
        text-align:center
    }
}

.footer-menu li {
    display: inline-block;
    margin-right: 30px
}

@media (max-width: 575px) {
    .footer-menu li {
        margin-right:5px
    }
}

.footer-menu li a {
    position: relative;
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    text-transform: capitalize
}

@media (max-width: 575px) {
    .footer-menu li a {
        font-size:14px
    }
}

.footer-menu li a:hover {
    color: var(--theme-color)
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative
}

.footer-links li:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0
}

.footer-links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.footer-links li:last-child:after {
    display: none
}

.footer-links a {
    font-family: inherit;
    color: var(--body-color)
}

.footer-links a:hover {
    color: var(--theme-color)
}

.footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 170px;
    margin-top: -0.4rem;
    margin-bottom: 0
}

.footer-info:not(:last-child) {
    margin-top: 0;
    margin-bottom: 10px
}

.footer-info_title {
    font-size: 18px;
    color: var(--white-color);
    display: block;
    margin-bottom: 7px
}

.footer-info_icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    line-height: 26px;
    font-size: 14px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 5px;
    gap: 8px;
    margin-right: 10px
}

.footer-info_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.footer-info_link {
    display: inline-block;
    color: var(--body-color)
}

.footer-info_link:hover {
    color: var(--theme-color)
}

.copyright-wrap {
    padding: 12px 0;
    background-size: 100% auto
}

.copyright-text {
    margin: 0
}

.copyright-text a {
    color: var(--theme-color)
}

.copyright-text a:hover {
    color: var(--white-color)
}

.th-widget-contact {
    max-width: 265px
}

.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.footer-contact-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-contact_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    min-width: 70px;
    font-size: 30px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 5px;
    text-align: center;
    position: relative
}

.footer-contact_icon:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--title-color);
    border-radius: inherit;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.footer-contact_icon:hover:before {
    top: 0;
    left: 0
}

.footer-contact_text {
    display: block;
    color: var(--body-color);
    margin-bottom: 5px
}

.footer-contact_link {
    display: inline-block;
    color: var(--body-color);
    font-size: 20px;
    font-weight: 600
}

.footer-contact_link:hover {
    color: var(--title-color)
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px
}

.info-box:last-child {
    margin-bottom: -5px
}

.info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 29px;
    font-size: 14px;
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 999px;
    text-align: center;
    margin-right: 10px
}

.info-box_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.45em;
    margin-bottom: 0
}

.info-box_link {
    display: inline-block;
    color: var(--body-color)
}

.info-box_link:hover {
    color: var(--theme-color)
}

.footer-layout1 {
    background-color: #134142;
    --body-color: #fff;
    overflow: hidden
}

.footer-layout1 .footer-top {
    background-color: var(--theme-color);
    position: relative;
    z-index: 2
}

.footer-layout1 .footer-logo {
    padding: 45px 45px 45px 0
}

.footer-wrapper .header-logo1{
    filter: brightness(0) invert(1);
}

.footer-layout1 .shape-left,.footer-layout1 .shape-right {
    position: absolute;
    z-index: -1
}

.footer-layout1 .shape-left {
    top: 0;
    left: 0
}

.footer-layout1 .shape-right {
    bottom: 65px;
    right: 0
}

.footer-layout1 .logo-bg {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white-color);
    height: 101%;
    width: 33%;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0)
}

.footer-layout1 .logo-bg:before {
    content: "";
    height: 100%;
    width: calc(100% - 10px);
    background-color: var(--title-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0)
}

@media (min-width: 1922px) {
    .footer-layout1 .logo-bg {
        width:37%
    }
}

@media (max-width: 1500px) {
    .footer-layout1 .logo-bg {
        width:27%
    }

    .footer-layout1 .shape-right {
        bottom: -20px;
        right: -70px
    }
}

@media (max-width: 1299px) {
    .footer-layout1 .shape-left {
        max-width:65%
    }
}

@media (max-width: 1199px) {
    .footer-layout1 .logo-bg {
        width:100%;
        height: 170px;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0)
    }

    .footer-layout1 .logo-bg:before {
        width: 100%;
        height: calc(100% - 10px);
        -webkit-clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0)
    }

    .footer-layout1 .footer-logo {
        padding: 40px 15px 60px 15px;
        text-align: center
    }

    .footer-contact-wrap {
        padding: 40px 0 30px 0
    }
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top:var(--section-space-mobile);
        padding-bottom: 30px
    }

    .footer-contact-wrap {
        grid-template-columns: auto auto;
        gap: 30px
    }

    .copyright-text {
        text-align: center
    }
    .footer-widget.widget_nav_menu a{
        padding: 0 0 0 14px;
    }
}

@media (max-width: 575px) {
    .copyright-wrap {
        background-size:cover
    }

    .footer-contact {
        margin-left: 10px
    }

    .footer-contact-wrap {
        grid-template-columns: auto
    }
}

.footer-widget .contact-feature {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    gap: 15px
}

.footer-widget .contact-feature:not(:last-child) {
    margin-bottom: 28px
}

.footer-widget .contact-feature .icon-btn {
    --btn-size: 44px;
    font-size: 16px
}

.footer-widget .contact-feature_label {
    margin-top: -0.4em;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5
}

.footer-widget .contact-feature_link {
    font-size: 18px;
    margin-bottom: -0.4em;
    display: block
}

.newsletter-widget .newsletter-form {
    gap: 0
}

.newsletter-widget .form-group {
    margin-bottom: 0
}

.newsletter-widget input {
    border-radius: 5px 0 0 5px
}

.newsletter-widget .icon-btn {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0 5px 5px 0;
    min-width: 56px;
    padding: 0
}

.newsletter-widget .icon-btn:hover {
    background-color: var(--title-color)
}

@media (max-width: 1199px) {
    .footer-top .footer-logo {
        text-align:center;
        margin: 0 auto 35px auto
    }
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 30px 0 -0.5em 0;
    list-style-type: none;
    position: relative
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: "\f324";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    color: var(--white-color);
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    color: var(--white-color)
}

.breadcumb-title {
    color: var(--white-color);
    margin: -0.22em 0 -0.14em 0;
    line-height: 1.1
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 100px 0;
    overflow: hidden;
    text-align: center
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding:140px 0
    }

    .breadcumb-menu {
        margin: 20px 0 -0.5em 0
    }

    .breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding:120px 0
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding:100px 0
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size:34px
    }
}

.th-pagination {
    margin-bottom: 30px
}

.th-pagination ul {
    margin: 0;
    padding: 0
}

.th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.th-pagination li:last-child {
    margin-right: 0
}

.th-pagination li:first-child {
    margin-left: 0
}

.th-pagination span,.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--theme-color);
    background-color: var(--smoke-color2);
    width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px
}

.th-pagination span.active,.th-pagination span:hover,.th-pagination a.active,.th-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    box-shadow: 0px 6px 20px rgba(0,96,255,0.6)
}

@media (max-width: 767px) {
    .th-pagination span,.th-pagination a {
        width:40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

blockquote,.wp-block-quote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--body-font);
    color: var(--title-color);
    background-color: var(--quote-bg, #f5f5f5);
    padding: 50px 40px 38px 165px;
    margin: 35px 0;
    line-height: 1.667;
    border: none !important;
    border-radius: 5px
}

blockquote p,blockquote pre,.wp-block-quote p,.wp-block-quote pre {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: -0.5em;
    margin-bottom: 0
}

blockquote p a,blockquote pre a,.wp-block-quote p a,.wp-block-quote pre a {
    color: inherit
}

blockquote:before,.wp-block-quote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    width: 125px;
    height: 100%;
    text-align: center;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

blockquote cite,.wp-block-quote cite {
    display: inline-block;
    font-size: 18px !important;
    font-family: var(--title-font);
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 600;
    margin-top: 17px;
    font-style: normal;
    color: var(--theme-color);
    white-space: nowrap
}

blockquote cite:before,.wp-block-quote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--theme-color)
}

blockquote.style-left-icon,blockquote.is-large:not(.is-style-plain),blockquote.is-style-large:not(.is-style-plain),blockquote.has-text-align-right,.wp-block-quote.style-left-icon,.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain),.wp-block-quote.has-text-align-right {
    padding: 50px 40px 38px 165px
}

blockquote.style-left-icon,.wp-block-quote.style-left-icon {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 1.556;
    background-color: var(--smoke-color);
    padding-left: 160px
}

blockquote.style-left-icon cite,.wp-block-quote.style-left-icon cite {
    color: var(--title-color)
}

blockquote.style-left-icon cite:before,.wp-block-quote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px
}

blockquote.is-large p,blockquote.is-style-large p,.wp-block-quote.is-large p,.wp-block-quote.is-style-large p {
    margin-bottom: -0.4em
}

blockquote.is-large cite:before,blockquote.is-style-large cite:before,.wp-block-quote.is-large cite:before,.wp-block-quote.is-style-large cite:before {
    top: unset;
    bottom: 10px
}

blockquote.has-text-align-right:before,.wp-block-quote.has-text-align-right:before {
    content: "\f10d";
    right: unset;
    left: 0
}

.wp-block-pullquote {
    color: var(--body-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--body-color) !important
}

.wp-block-column blockquote,.wp-block-column .wp-block-quote {
    padding: 100px 15px 30px 15px
}

.wp-block-column blockquote:before,.wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px
}

.wp-block-column blockquote.style-left-icon,.wp-block-column blockquote.is-large:not(.is-style-plain),.wp-block-column blockquote.is-style-large:not(.is-style-plain),.wp-block-column blockquote.has-text-align-right,.wp-block-column .wp-block-quote.style-left-icon,.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),.wp-block-column .wp-block-quote.has-text-align-right {
    padding: 100px 15px 30px 15px
}

@media (max-width: 1199px) {
    blockquote,.wp-block-quote {
        font-size:16px;
        padding: 40px 20px 30px 120px
    }

    blockquote:before,.wp-block-quote:before {
        width: 100px;
        font-size: 52px
    }

    blockquote cite,.wp-block-quote cite {
        margin-top: 23px
    }

    blockquote.style-left-icon,blockquote.is-large:not(.is-style-plain),blockquote.is-style-large:not(.is-style-plain),blockquote.has-text-align-right,.wp-block-quote.style-left-icon,.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain),.wp-block-quote.has-text-align-right {
        padding: 40px 20px 30px 120px
    }
}

@media (max-width: 767px) {
    blockquote,.wp-block-quote {
        padding:100px 20px 30px 20px
    }

    blockquote:before,.wp-block-quote:before {
        height: 60px;
        width: 100%;
        font-size: 2.5rem
    }

    blockquote.style-left-icon,blockquote.is-large:not(.is-style-plain),blockquote.is-style-large:not(.is-style-plain),blockquote.has-text-align-right,.wp-block-quote.style-left-icon,.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain),.wp-block-quote.has-text-align-right {
        padding: 100px 20px 30px 20px
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }
}

.blog-meta {
    display: block
}

.blog-meta span,.blog-meta {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-family: var(--body-font);
    position: relative;
    margin-right: 20px
}

.blog-meta span i,.blog-meta i{
    margin-right: 6px;
    color: var(--theme-color);
    margin-left: 5px;
}

.blog-meta span:last-child,.blog-meta:last-child {
    margin-right: 0
}

.blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.blog-meta a:hover {
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .blog-meta span,.blog-meta {
        margin-right:6px;
        padding-right: 15px
    }
}

.blog-audio img,.blog-img img,.blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--theme-color)
}

.th-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    margin-top: -0.25em;
    margin-bottom: 25px
}

.blog-inner-title i {
    color: var(--theme-color);
    margin-right: 4px
}

@media (min-width: 1300px) {
    .page-single,.blog-single,.as-comments-wrap,.as-comment-form {
        margin-right:16px
    }
}

.blog-single {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.blog-single .blog-title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600
}

.blog-single .blog-text {
    margin-bottom: 27px
}

.blog-single .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block
}

.blog-single .social-links li {
    display: inline-block;
    margin-right: 3px
}

.blog-single .social-links li:last-child {
    margin-right: 0
}

.blog-single .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--smoke-color);
    font-size: 14px;
    color: var(--title-color);
    text-align: center;
    border-radius: 5px
}

.blog-single .social-links a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.blog-single .wp-block-tag-cloud a,.blog-single .tagcloud a {
    background-color: var(--smoke-color);
    color: var(--title-color)
}

.blog-single .wp-block-tag-cloud a:hover,.blog-single .tagcloud a:hover {
    background-color: var(--theme-color)
}

.blog-single .blog-meta {
    margin: -0.35em 0 10px 0
}

.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 40px 40px 0px 40px;
    position: relative
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,.blog-single .blog-img,.blog-single .blog-video {
    position: relative;
    overflow: hidden;
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    --icon-size: 45px;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 5px;
    box-shadow: none
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-single .line-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: -1px
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.share-links-title {
    font-size: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 15px 0 0;
    display: inline-block
}

.share-links {
    margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border-top: 1px solid var(--th-border-color);
    padding: 30px 0 0 0
}

.share-links>.row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-y: 20px
}

.share-links .wp-block-tag-cloud,.share-links .tagcloud {
    display: inline-block
}

.blog-details .blog-single {
    background-color: transparent
}

@media (max-width: 1399px) {
    .blog-single .blog-content {
        padding:40px 20px
    }

    .blog-single .blog-title {
        font-size: 28px
    }

    .share-links {
        --blog-space-x: 20px
    }
}

@media (max-width: 991px) {
    .blog-single .blog-content {
        padding:40px
    }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 40px
    }

    .share-links {
        --blog-space-x: 40px
    }
}

@media (max-width: 767px) {
    .share-links {
        --blog-space-x: 20px
    }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }

    .blog-single .blog-content {
        padding: 30px 20px
    }

    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.3
    }

    .blog-single .blog-text {
        margin-bottom: 22px
    }

    .blog-single .blog-bottom {
        padding-top: 15px
    }

    .blog-single .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0
    }
}

.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.th-hero-wrapper .slider-arrow {
    --pos-x: 100px;
    background-color: var(--white-color);
    box-shadow: none;
    color: var(--theme-color);
    border-color: var(--white-color)
}

.th-hero-wrapper .slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.th-hero-wrapper .slick-dots {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1500px) {
    .th-hero-wrapper .slider-arrow {
        --pos-x: 40px
    }
}

@media (max-width: 1399px) {
    .th-hero-wrapper .slider-arrow {
        left:auto;
        top: calc(50% - 35px);
        right: var(--pos-x, -120px);
        margin: 0
    }

    .th-hero-wrapper .slider-arrow.slider-next {
        top: calc(50% + 35px)
    }
}

@media (max-width: 991px) {
    .hero-style6 .sub-title {
    font-size: 29px;
}
    .th-hero-wrapper .slider-arrow {
        left:auto;
        top: calc(50% - 30px);
        right: var(--pos-x, -120px);
        margin: 0
    }

    .th-hero-wrapper .slider-arrow.slider-next {
        top: calc(50% + 30px)
    }
}

@media (max-width: 767px) {
    .th-hero-wrapper .slider-arrow {
        display:none
    }
}

.th-hero-bg {
    position: absolute;
    inset: 0
}

.th-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.hero-subtitle {
    font-family: var(--title-font);
    color: var(--theme-color);
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
    text-transform: uppercase;
    margin-top: -0.24em
}

.hero-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.135;
    margin-bottom: 0
}

.hero-title:last-of-type {
    margin-bottom: 21px
}

.hero-text {
    margin-bottom: 43px
}

@media (max-width: 767px) {
    .hero-subtitle {
        font-size:18px
    }

    .hero-title {
        font-size: 48px
    }
}

@media (max-width: 575px) {
    .hero-subtitle {
        font-size:16px;
        margin-bottom: 12px
    }

    .hero-title {
        font-size: 38px;
        line-height: 1.24
    }

    .hero-title:last-of-type {
        margin-bottom: 16px
    }

    .hero-text {
        margin-bottom: 28px
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size:34px;
        line-height: 1.3
    }
}

@media (max-width: 330px) {
    .hero-title {
        font-size:30px
    }
}

.ripple-1,.ripple-2,.ripple-3,.ripple-4,.ripple-5,.ripple-6 {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    -webkit-animation: heroripple 8s linear infinite;
    animation: heroripple 8s linear infinite
}

.ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ripple-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ripple-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.ripple-4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.ripple-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.ripple-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.ripple-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes heroripple {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0.2
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4)
    }
}

@keyframes heroripple {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0.2
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4)
    }
}

.hero-social {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.hero-social a {
    display: inline-block;
    color: var(--title-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 600;
    position: relative
}

.hero-social a:not(:last-child):after {
    content: '';
    height: 6px;
    width: 6px;
    display: inline-block;
    background-color: var(--theme-color);
    position: relative;
    margin: 35px 0 30px 0;
    position: relative;
    top: -2px
}

.hero-social a:hover {
    color: var(--theme-color)
}
.error-content {
    text-align: center
}

.error-img {
    text-align: center;
    margin-bottom: 45px
}

.error-title {
    margin-bottom: 20px
}

.error-text {
    margin-bottom: 35px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 991px) {
    .error-title {
        margin-bottom:15px
    }

    .error-img {
        margin-bottom: 30px
    }

    .error-text {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .error-title {
        margin-bottom:10px
    }
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .th-social a {
    background-color: transparent;
    border: 1px solid
}

.sidemenu-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s
}

@media (max-width: 575px) {
    .sidemenu-wrapper .sidemenu-content {
        width:320px
    }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
    background-color: #F5F5F5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px
}

.star-rating:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    color: #e1e1e1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px
}

.img-box1 {
    position: relative;
    z-index: 2;
    margin-right: 18px;
    margin-left: 50px
}

.img-box1 .img1 img {
    width: 100%;
    max-width: 650px
}

.img-box1 .shape1 {
    position: absolute;
    bottom: 0px;
    right: 80px;
    z-index: -1
}

.img-box1 .shape1 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.img-box1 .year-counter {
    position: absolute;
    bottom: 30px;
    right: 0
}

.year-counter {
    height: 184px;
    width: 184px;
    background-color: var(--theme-color);
    border: 12px solid var(--white-color);
    box-shadow: 0px 10px 30px rgba(8,14,28,0.1);
    border-radius: 50%;
    text-align: center;
    padding: 25px 0
}

.year-counter_number {
    color: var(--white-color);
    font-size: 64px;
    margin-bottom: 0px;
    line-height: 1.1
}

.year-counter_text {
    color: var(--white-color);
    margin-bottom: 0;
    font-weight: 400
}

.about-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-feature-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--th-border-color);
    margin-bottom: 40px
}

.about-feature_title {
    font-size: 20px;
    margin-bottom: 7px
}

.about-feature_text {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .img-box1 {
        margin-right:0;
        margin-left: 0
    }

    .img-box1 .year-counter {
        bottom: 0
    }
}

@media (max-width: 575px) {
    .btn-group:has(.call-btn) {
        gap:30px
    }

    .about-feature-wrap {
        grid-template-columns: auto;
        padding-bottom: 25px;
        margin-bottom: 35px
    }
}

@media (min-width: 1300px) {
    .img-box3 {
        margin-right:56px
    }
}

.img-box3 {
    position: relative;
    z-index: 2;
    line-height: 1px
}

.img-box3 .img1 {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 15px
}

.img-box3 .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--white-color);
    padding: 10px 0 0 10px;
    border-radius: 10px;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.img-box3 .img2 img {
    border-radius: inherit
}

.img-box3 .img3 {
    position: absolute;
    left: -20px;
    top: 80px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.img-box3 .img3 img {
    border-radius: 10px
}

.img-box3 .shape1 {
    position: absolute;
    top: 80px;
    left: -195px;
    z-index: -1;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@media (max-width: 1299px) {
    .img-box3 .img3 {
        left:-40px
    }
}

@media (max-width: 1199px) {
    .img-box3 {
        margin-left:10px
    }
}

@media (max-width: 767px) {
    .img-box3 {
        margin-left:0
    }
}

@media (max-width: 575px) {
    .img-box3 .img3 {
        left:-28px;
        max-width: 35%
    }

    .img-box3 .img2 {
        max-width: 70%
    }

    .img-box3 .shape1 {
        max-width: 50%;
        left: -30px;
        top: 40%
    }
}

@media (min-width: 1300px) {
    .img-box4 {
        margin-left:-90px;
        margin-right: 56px
    }
}

.img-box4 {
    position: relative;
    text-align: center
}

.img-box4 img {
    width: 100%;
    max-width: 750px
}

.img-box4 .img-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.img-box4 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.about-sec-v4 {
    padding-top: 67px
}

.img-box6 {
    position: relative
}

.img-box6 .shape1 {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.img-box6 .shape2 {
    position: absolute;
    top: 0;
    left: -40px;
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

.color-animate {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 16 / 16;
    background-color: #F2BA4C;
    opacity: 0.45;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-animation: bgColor 8s ease-in-out infinite;
    animation: bgColor 8s ease-in-out infinite
}

@media (max-width: 991px) {
    .img-box6 {
        text-align:center
    }

    .img-box6 .shape2 {
        left: 0
    }

    .list-center {
/*        max-width: 480px;*/
        margin-left: auto;
        margin-right: auto
    }

    .list-center.two-column {
        max-width: 500px
    }
}

@media (max-width: 575px) {
    .img-box6 .shape1,.img-box6 .shape2 {
        max-width:130px
    }
}

.about-area5 {
    border: 1px solid #E3E7F0;
    padding: 80px;
    border-radius: 30px
}

@media (max-width: 991px) {
    .about-area5 {
        padding:80px 40px
    }
}

@media (max-width: 767px) {
    .about-area5 {
        padding:80px 20px
    }
}

.img-box6 {
    position: relative;
    z-index: 2;
    text-align: right
}

.img-box6 .img1 {
    position: relative;
    text-align: right;
    z-index: 2;
    border-radius: 30px
}

@media (max-width: 575px) {
    .img-box6 .img1 {
        text-align:center
    }
}

.img-box6 .img1 img {
    border-radius: 30px
}

@media (max-width: 1199px) {
    .img-box6 .img1 {
        margin-top:50px
    }
}

.img-box6 .th-experience {
    text-align: left
}

.about-client-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0
}

@media (max-width: 991px) {
    .about-client-box {
        padding:0
    }
}

@media (max-width: 375px) {
    .about-client-box {
        display:block
    }
}

.about-client-box:before {
    content: "";
    position: absolute;
    right: -35%;
    top: -2px;
    width: 1px;
    height: 124px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    background: #E2E4EA
}

@media (max-width: 1199px) {
    .about-client-box:before {
        display:none
    }
}

.about-client-box .cilent-box_title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--title-color)
}

.client-thumb-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 375px) {
    .client-thumb-group {
        margin-bottom:20px
    }
}

.client-thumb-group .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.client-thumb-group .thumb:not(:first-child) {
    margin-left: -30px
}

.client-thumb-group .thumb img {
    border-radius: 50%;
    height: 60px
}

.img-box10 .img1 {
    position: relative;
    display: inline-block
}

.img-box10 .img1 .img2 {
    position: absolute;
    right: 0;
    bottom: 100px
}

@media (max-width: 375px) {
    .img-box10 .img1 .img2 img {
        max-width:200px
    }
}

.about-sec-8 {
    max-width: 1720px;
    margin: auto
}

.about-text {
    color: #8E939D
}

.img-box11 {
    text-align: end;
    position: relative;
    display: inline-block;
    padding: 0 80px 0 174px
}

@media (max-width: 1199px) {
    .img-box11 {
        padding:0 40px 0 70px
    }
}

.img-box11 .img2 {
    bottom: 100px;
    left: 0;
    box-shadow: 10px 10px 50px 10px rgba(0,31,96,0.2);
    border-radius: 20px;
    display: inline-block;
    position: absolute
}

.img-box11:after {
    content: '';
    position: absolute;
    inset: 299px 0 54px 75px;
    border-radius: 30px;
    background: var(--theme-color);
    z-index: -1
}

@media (max-width: 1199px) {
    .img-box11:after {
        inset:299px 0 54px 25px
    }
}

.img-box12 {
    text-align: end;
    position: relative;
    display: inline-block;
    padding: 0 250px 0 80px
}

@media (max-width: 1299px) {
    .img-box12 {
        padding:0 170px 0 80px
    }
}

@media (max-width: 1199px) {
    .img-box12 {
        padding:0 70px 0 40px
    }
}

.img-box12 .img2 {
    bottom: 100px;
    right: 0;
    box-shadow: 10px 10px 50px 10px rgba(0,31,96,0.2);
    border-radius: 20px;
    display: inline-block;
    position: absolute
}

.img-box12:after {
    content: '';
    position: absolute;
    inset: 299px 75px 54px 0;
    border-radius: 30px;
    background: var(--theme-color);
    z-index: -1
}

@media (max-width: 1199px) {
    .img-box12:after {
        inset:299px 20px 54px 0
    }
}

@media (max-width: 1199px) {
    .img-box13 {
        margin-top:50px
    }
}

.img-box13 .img1 {
    border-radius: 30px;
    margin-right: 75px;
    height: 607px
}

@media (max-width: 1199px) {
    .img-box13 .img1 {
        height:100%;
        margin: 0
    }
}

.img-box13 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px
}

.about-counter-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

@media (max-width: 480px) {
    .about-counter-wrapp {
        display:block
    }
}

.about-counter-wrapp .img1 {
    border-radius: 20px
}

@media (max-width: 480px) {
    .about-counter-wrapp .img1 {
        margin-bottom:30px
    }
}

.about-counter-wrapp .img1 img {
    width: 100%;
    border-radius: 20px
}

.counter-card8 {
    position: relative;
    width: 210px;
    height: 165px;
    padding: 50px 20px;
    border-radius: 0px 20px 20px 80px;
    text-align: center;
    z-index: 2
}

@media (max-width: 480px) {
    .counter-card8 {
        width:100%
    }
}

.counter-card8:not(:last-child) {
    margin-bottom: 10px;
    border-radius: 80px 20px 20px 0px
}

.counter-card8:not(:last-child):before {
    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%)
}

.counter-card8:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: -webkit-linear-gradient(top, var(--theme-color2) 0%, var(--theme-color) 100%);
    background: linear-gradient(180deg, var(--theme-color2) 0%, var(--theme-color) 100%);
    opacity: 0.5;
    z-index: -1
}

.counter-card8 .box-number {
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-top: -0.5rem;
    margin-bottom: 10px
}

.counter-card8 .counter-text {
    color: var(--white-color)
}

.about-area3 {
    position: relative;
    background: #F8FAFF;
    border: 1px solid #E3E7F0;
    border-radius: 30px;
    padding: 80px;
    max-width: 1380px;
    display: block;
    margin: auto;
    z-index: 3
}

@media (max-width: 1199px) {
    .about-area3 {
        padding:80px 20px
    }
}
.about-feature-wrap.style4 {
    gap: 18px
}

.about-feature.style4 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.year-counter.style2 {
    position: absolute;
    background-color: var(--white-color);
    border: 1px solid #E3E7F0;
    box-shadow: none;
    border-radius: 10px;
    padding: 30px 20px;
    width: 230px;
    height: 106px;
    top: 40px;
    right: 60px;
    bottom: unset
}
.btn-group.style3 {
    gap: 30px
}
.about-feature-wrap.style5 {
    gap: 76px;
    margin-bottom: 0;
    padding: 0;
    border: none
}

@media (max-width: 1299px) {
    .about-feature-wrap.style5 {
        display:block
    }
}

.about-feature-wrap.style5 .btn-group {
    border-top: 1px solid #DBDBDB;
    margin-top: 30px;
    padding-top: 50px
}

.about-feature.style5 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-feature.style5:not(:last-child) {
    margin-bottom: 20px
}

.about-feature.style5 .about-feature_title {
    font-size: 24px;
    font-weight: 500
}

@media (max-width: 375px) {
    .about-feature.style5 .about-feature_title {
        font-size:20px
    }
}

@media (max-width: 1299px) {
    .about-img {
        margin-top:40px
    }
}

.about-img img {
    box-shadow: 6px 6px 44.2px 10px rgba(0,31,96,0.15);
    border-radius: 6px
}
.two-column.style4 {
    display: grid;
    background: #EFF1F9;
    padding: 30px;
    border-radius: 20px
}

@media (max-width: 767px) {
    .two-column.style4 {
        padding:25px
    }
}

@media (max-width: 450px) {
    .two-column.style4 {
        max-width:100% !important
    }
}
.about-sec-20 {
    max-width: 1800px;
    display: block;
    margin: auto;
    border-radius: 50px
}
.two-column.style5 {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 30px
}

@media (max-width: 991px) {
    .two-column.style5 {
        max-width:100%
    }
}

@media (max-width: 767px) {
    .two-column.style5 {
        display:block;
        max-width: 100% !important
    }
}

@media (max-width: 767px) {
    .two-column.style5 .checklist:not(:last-child) {
        margin-bottom:35px
    }
}

.two-column.style5 .checklist li {
    color: #A1A6B0
}

.cilent-box.style2 .cilent-box_counter {
    color: #A1A6B0
}

.about-area21 {
    max-width: 1800px;
    background: #16181D;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    display: block;
    margin: auto
}
.sec-text4 {
    color: #A1A6B0
}
.about-card {
    background-color: var(--white-color);
    box-shadow: 0px 0px 50px rgba(8,14,28,0.1);
    border-radius: 10px;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.about-card_img {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-flex: 490px;
    -webkit-flex: 490px;
    -ms-flex: 490px;
    flex: 490px
}

.about-card_img img {
    width: 100%;
    border-radius: inherit
}

.about-card_box {
    -webkit-box-flex: 610px;
    -webkit-flex: 610px;
    -ms-flex: 610px;
    flex: 610px
}

.about-card_title {
    margin-top: -0.32em;
    margin-bottom: 7px
}

.about-card_desig {
    color: var(--theme-color);
    margin-bottom: 0
}

.about-card_top {
    margin-bottom: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-card_text {
    margin-bottom: 30px
}

.team-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.team-info-wrap .contact-feature {
    background-color: transparent;
    padding: 0;
    box-shadow: none
}

.border-title {
    border-bottom: 1px solid var(--smoke-color2);
    margin-bottom: 30px;
    padding-bottom: 20px
}

@media (max-width: 1199px) {
    .border-title {
        margin-bottom:24px;
        padding-bottom: 15px
    }

    .about-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .about-card_img {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }

    .about-card_img img {
        width: 100%
    }

    .about-card_box {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }
}

@media (max-width: 767px) {
    .about-card {
        padding: 20px
    }
}

.team-card2 {
    position: relative;
    text-align: center;
    --space: 74px
}

@media (max-width: 1299px) {
    .team-card2 {
        --space: 50px
    }
}

@media (max-width: 1199px) {
    .team-card2 {
        --space: 30px
    }
}

.team-card2 .team-img {
    position: relative;
    border-radius: 15px;
    margin-bottom: 15px
}

.team-card2 .team-img img {
    border-radius: 15px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.team-card2 .team-desig {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -0.3rem
}

.team-card2 .box-title {
    margin-bottom: 6px;
    margin-bottom: -0.3rem
}

.team-card2 .box-content {
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 20px
}

.team-card2 .social-links {
    position: absolute;
    left: var(--space);
    bottom: -30px;
    width: auto;
    z-index: 3;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: var(--white-color);
    padding: 9px 25px;
    border-radius: 100px
}

.team-card2 .social-links a {
    color: var(--body-color);
    margin: 0px 18px 0px 0px
}

.team-card2 .social-links a:hover {
    color: var(--theme-color)
}

.slider-arrow.style2 {
    display: block !important
}

/*@media (max-width: 1199px) {
    .slider-arrow.style2 {
        display:none !important
    }
}*/
.testi-card {
    position: relative;
    overflow: hidden;
    max-width: 520px;
    padding: 40px 20px 20px 40px;
    border: 2px solid #134142;
    border-radius: 20px;
}

.testi-card-area {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.testi-card-slide {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 40px 20px 40px 40px;
    max-width: 500px;
    position: relative;
    overflow: hidden
}

.testi-card-tab {
    position: relative;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0;
    width: 56px
}

.testi-card-tab:after {
    content: '';
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    left: 26.5px;
    background-color: var(--theme-color);
    z-index: -1
}

.testi-card-tab .tab-btn {
    cursor: pointer;
    width: 56px;
    border-radius: 99px
}

.testi-card-tab .tab-btn img {
    border-radius: inherit
}

.testi-card-tab .indicator {
    position: absolute;
    top: calc(var(--pos-y) - 5px);
    left: calc(var(--pos-x) - 5px);
    width: calc(var(--width-set) + 10px);
    height: calc(var(--height-set) + 10px);
    border: 3px solid var(--theme-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 50%
}
.testi-card-tab .indicator1 {
    position: absolute;
    top: calc(var(--pos-y) - 5px);
    left: calc(var(--pos-x) - 5px);
    width: calc(var(--width-set) + 10px);
    height: calc(var(--height-set) + 10px);
    border: 3px solid #fff;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 50%
}

.testi-card_quote {
    position: absolute;
    right: 10px;
    bottom: 28px
}

.testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.testi-card_avater {
    border-radius: 99px;
    overflow: hidden
}

.testi-card_name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px
}

.testi-card_desig {
    margin-bottom: 0;
    display: block;
    color: var(--theme-color)
}

.testi-card_text {
    margin-bottom: 22px
}

.testi-card_review {
    color: var(--theme-color);
    font-size: 14px;
    margin-top: -0.4em;
    margin-bottom: 17px
}

.testi-card_review i {
    margin-right: 3px
}

@media (max-width: 1199px) {
    .testi-card-area {
        max-width:700px
    }
}

@media (max-width: 767px) {
    .testi-card-area {
        display:block
    }

    .testi-card-tab {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        max-width: 300px;
        margin: 30px auto 0 auto
    }

    .testi-card-tab:after {
        height: 3px;
        top: 26.5px;
        left: 0;
        width: 100%
    }

    .testi-card-tab .tab-btn {
        -webkit-box-flex: 56px;
        -webkit-flex: 56px;
        -ms-flex: 56px;
        flex: 56px;
        width: auto;
        max-width: 56px
    }
}

@media (max-width: 375px) {
    .testi-card-slide {
        padding:30px 20px 30px 30px
    }

    .testi-card_name {
        font-size: 20px
    }

    .testi-card_avater {
        max-width: 60px
    }
}

.testi-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--white-color);
    box-shadow: 0px 6px 15px rgba(8,14,28,0.06);
    border-radius: 10px;
    gap: 30px;
    padding: 40px
}

.testi-box_img {
    min-width: 180px;
    text-align: center
}

.testi-box_img>img {
    border-radius: 10px;
    width: 100%
}

.testi-box_quote {
    height: 56px;
    width: 56px;
    line-height: 52px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: -28px auto 0 auto
}

.testi-box_quote img {
    position: relative;
    z-index: 1
}

.testi-box_quote:after,.testi-box_quote:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.testi-box_quote:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.testi-box_avater {
    margin-bottom: 12px
}

.testi-box_avater img {
    border-radius: 999px
}

.testi-box .box-title {
    margin-bottom: 4px
}

.testi-box_desig {
    font-size: 14px;
    display: block;
    margin-bottom: -0.5em
}

.testi-box_text {
    margin-top: -0.45em;
    padding-bottom: 23px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--smoke-color2)
}

.testi-box_review {
    color: var(--theme-color);
    font-size: 14px;
    position: absolute;
    bottom: 55px;
    right: 40px
}

.testi-box_review i {
    margin-right: 3px
}

@media (max-width: 1199px) {
    .testi-box {
        max-width:760px;
        margin-left: auto;
        margin-right: auto
    }

    .testi-box_review {
        bottom: 75px
    }
}

@media (max-width: 767px) {
    .testi-box {
        padding:20px;
        gap: 20px
    }

    .testi-box_img {
        min-width: 140px
    }

    .testi-box_review {
        bottom: 30px
    }

    .testi-box_text {
        padding-bottom: 15px;
        margin-bottom: 25px
    }
}

@media (max-width: 575px) {
    .testi-box {
        -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;
        margin-top: 60px;
        text-align: center;
        padding-bottom: 30px
    }

    .testi-box_img {
        min-width: 120px;
        max-width: 120px;
        margin-top: -60px
    }

    .testi-box_img>img {
        border-radius: 50%
    }

    .testi-box_review {
        position: static;
        margin-bottom: 10px;
        margin-top: -0.4em
    }
}

.testi-grid {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 6px 15px rgba(8,14,28,0.06);
    border-radius: 10px;
    padding: 120px 40px 40px 40px;
    margin-top: 80px
}

.testi-grid_img {
    background-color: var(--black-color2);
    width: 120px;
    text-align: center;
    border-radius: 10px;
    border: 10px solid var(--black-color2);
    position: absolute;
    top: -50px;
    left: 40px
}

.testi-grid_img>img {
    border-radius: 10px;
    width: 100%
}

.testi-grid_quote {
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 18px);
    z-index: 2;
    margin: -28px auto 0 auto
}

.testi-grid_quote img {
    position: relative;
    z-index: 1
}

.testi-grid_quote:after,.testi-grid_quote:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.testi-grid_quote:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.testi-grid .box-title {
    margin-bottom: 4px
}

.testi-grid_desig {
    font-size: 14px;
    display: block;
    margin-bottom: -0.5em
}

.testi-grid_text {
    margin-top: -0.45em;
    margin-bottom: 25px
}

.testi-grid_review {
    color: var(--theme-color);
    font-size: 14px;
    position: absolute;
    top: 35px;
    right: 40px
}

.testi-grid_review i {
    margin-right: 3px
}

.testi-block-area {
    background-color: var(--white-color);
    padding: 100px 95px 100px 100px;
    max-width: 660px;
    border-radius: 20px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px
}

.testi-block-quote {
    position: absolute;
    bottom: 70px;
    right: 100px;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.testi-block-slide .slick-dots {
    text-align: left
}

.testi-block_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.testi-block_avater {
    border-radius: 99px;
    overflow: hidden
}

.testi-block .box-title {
    margin-top: 0;
    margin-bottom: 5px
}

.testi-block_desig {
    margin-bottom: 0;
    display: block;
    color: var(--theme-color)
}

.testi-block_text {
    font-size: 20px;
    margin-top: -0.5em;
    margin-bottom: 35px
}

@media (min-width: 1500px) {
    .testi-block-area {
        margin-left:-100px
    }
}

@media (max-width: 1299px) {
    .testi-block-area {
        margin-top:50px;
        margin-bottom: 50px;
        padding: 50px
    }

    .testi-block-quote {
        right: 50px;
        bottom: 30px
    }
}

@media (max-width: 767px) {
    .testi-block_text {
        font-size:18px;
        margin-top: -0.45em;
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .testi-block-area {
        margin-top:80px;
        margin-bottom: 80px;
        padding: 50px 20px;
        border-radius: 10px
    }

    .testi-block-slide .slick-dots {
        margin-top: 25px
    }

    .testi-block-quote {
        right: 10px
    }

    .testi-block_text {
        font-size: 16px;
        margin-bottom: 25px
    }

    .testi-block .box-title {
        font-size: 22px
    }

    .testi-block_profile {
        gap: 15px
    }

    .testi-block_avater {
        max-width: 70px
    }
}

@media (max-width: 375px) {
    .testi-block-quote {
        display:none
    }
}
.testi-card2 {
    text-align: center;
    position: relative
}

.testi-card2_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    gap: 20px
}

.testi-card2_avater {
    width: 60px;
    min-width: 60px;
    border-radius: 50%
}

.testi-card2_avater img {
    border-radius: inherit
}

.testi-card2_text {
    font-size: 22px;
    color: var(--title-color);
    letter-spacing: -0.22px;
    margin-bottom: 140px
}

@media (max-width: 991px) {
    .testi-card2_text {
        font-size:18px
    }
}

@media (max-width: 575px) {
    .testi-card2_text {
        font-size:16px;
        margin-bottom: 20px
    }
}

.testi-card2_desig {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px
}

.testi-card2 .box-title {
    font-weight: 700;
    letter-spacing: -0.48px;
    margin-bottom: -0.2rem
}
.testi-image {
    margin-left: -20%
}

@media (max-width: 1699px) {
    .testi-image {
        margin-left:0
    }
}

@media (max-width: 1199px) {
    .testi-image {
        text-align:center
    }
}

.testi-image img {
    border-radius: 20px
}
.counter-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.counter-card_icon {
    width: 112px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    padding-left: 15px;
    margin-bottom: 2px;
    z-index: 2
}

.counter-card_icon:before,.counter-card_icon:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black-color2);
    -webkit-clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    z-index: -2
}

.counter-card_icon:after {
    background-color: var(--white-color);
    top: 2px;
    left: 10px;
    z-index: -1
}

.counter-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-card_number {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 5px
}

.counter-card_text {
    font-weight: 500;
    color: var(--white-color);
    display: block;
    margin-bottom: -0.5em
}

.counter-card .icon {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-card:hover .counter-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.counter-card:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1299px) {
    .counter-card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .counter-card_number {
        margin-bottom: 4px
    }
}

@media (max-width: 440px) {
    .counter-card_number {
        font-size:18px
    }

    .counter-card_text {
        font-size: 14px
    }
}

.counter-card-wrap {
    background-color: var(--black-color2);
    border-radius: 10px;
    padding: 65px 40px
}

.counter-card-wrap .counter-card_icon:before {
    background-color: var(--theme-color);
    opacity: 0.6
}

.counter-card-wrap .counter-card_number {
    font-weight: 700
}

@media (max-width: 575px) {
    .counter-card-wrap {
        padding:65px 10px
    }
}

.blog-card .box-title {
    margin-bottom: 10px
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

/*.blog-card .box-title a:hover {
    background-size: 100% 2px
}*/

.blog-card .blog-img {
    overflow: hidden;
    box-shadow: 0px 10px 15px rgba(23,27,42,0.06);
    border-radius: 10px 10px 0px 0px
}

.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-card .blog-meta {
    margin-bottom: 20px
}

.blog-card .blog-meta span>i,.blog-card .blog-meta a>i {
    color: inherit
}

.blog-card .blog-content {
    padding: 20px 22px
}

.blog-card .blog-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid var(--th-border-color);
    padding-top: 25px
}

.blog-card .author {
    color: #000
}

.blog-card .author img {
    margin-right: 5px
}

.blog-card .author:hover {
    color: var(--theme-color)
}

.blog-card .blog-text {
    margin-top: -0.5em;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: justify;
    padding-top: 5px;
}

.blog-card .line-btn {
    margin-bottom: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--body-color)
}

.blog-card .line-btn:before {
    background-color: var(--body-color)
}

.blog-card .line-btn:hover {
    color: var(--theme-color)
}

.blog-card .line-btn:hover:before {
    background-color: var(--theme-color)
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 1299px) {
    .blog-card .blog-content {
        padding:30px 35px
    }
}

@media (max-width: 991px) {
    .blog-card .blog-content {
        padding:30px 30px
    }

    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .blog-card .blog-content {
        padding:30px 40px
    }

    .blog-card .box-title {
        font-size: 24px
    }
}

@media (max-width: 410px) {
    .blog-card .blog-content {
        padding:30px 30px
    }

    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 350px) {
    .blog-card .blog-content {
        padding:30px 20px
    }

    .blog-card .box-title {
        font-size: 20px
    }
}

.blog-box {
    position: relative
}

.blog-box .blog-img {
    position: relative;
    border-radius: 20px;
    margin-bottom: 35px;
    overflow: hidden
}

.blog-box .blog-img img {
    width: 100%;
    border-radius: 20px;
    -webkit-transform: 0.6s ease-in-out;
    -ms-transform: 0.6s ease-in-out;
    transform: 0.6s ease-in-out
}

.blog-box .blog-meta {
    margin-bottom: 25px
}

.blog-box .blog-meta a {
    font-size: 16px;
    color: #8D929C
}

.blog-box .blog-meta a i {
    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
}

.blog-box .box-title {
    color: var(--white-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 25px
}

.blog-box .line-btn {
    text-transform: capitalize;
    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;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em
}

.blog-box .line-btn:before {
    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%)
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-grid {
    background-color: var(--white-color);
    border: 1px solid #E3E7F0;
    border-radius: 20px;
    padding: 30px
}
.blog-grid .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.blog-grid .blog-content {
    padding-top: 40px
}

.blog-grid .blog-meta {
    background: #EFF1F9;
    border-radius: 6px;
    padding: 6px 19px;
    margin-bottom: 0
}

.blog-grid .line-btn {
    text-transform: capitalize;
    padding-bottom: 0
}

.blog-grid .line-btn:before {
    display: none
}

.blog-grid .blog-line {
    margin: 20px 0 30px 0
}

.blog-grid .blog-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color);
    padding: 9px 20px;
    color: var(--white-color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.blog-grid .box-title {
    font-size: 24px;
    margin-bottom: 12px
}

.blog-grid .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-grid .box-title a:hover {
    background-size: 100% 2px
}

.blog-grid .blog-text {
    margin-bottom: 20px
}

.blog-grid .line-btn:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.blog-grid .blog-img {
    overflow: hidden
}

.blog-grid .blog-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-grid .blog-meta {
    display: inline-block
}

@media (max-width: 375px) {
    .blog-grid .blog-meta span,.blog-grid .blog-meta a {
        font-size:14px
    }
}

.blog-grid .blog-meta span>i,.blog-grid .blog-meta a>i {
    color: var(--theme-color);
    font-size: 14px
}

.blog-grid:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.brand-sec1 {
    position: relative;
    z-index: 4;
    border-radius: 10px;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto
}

.brand-sec1:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #134142;
    border-radius: inherit;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
    clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
    z-index: -1
}

@media (max-width: 1500px) {
    .brand-sec1:after {
        -webkit-clip-path:polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px);
        clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px)
    }
}

@media (max-width: 1299px) {
    .brand-sec1:after {
        -webkit-clip-path:polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px);
        clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px)
    }
}

@media (max-width: 767px) {
    .brand-sec1 {
        margin-left:12px;
        margin-right: 12px
    }

    .brand-sec1:after {
        -webkit-clip-path: none;
        clip-path: none
    }
}

.brand-sec1 .slick-arrow {
    visibility: visible;
    opacity: 1
}

@media (max-width: 767px) {
    .brand-box.py-20 {
        padding-top:0;
        padding-bottom: 0
    }
}


.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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-align: justify;
}

.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: 500;
    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: #000
}

.checklist.style4 li:not(:last-child) {
    margin-bottom: 6px
}

.checklist.style4 li>i {
    font-size: 16px;
    font-weight: 600;
}

.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
}
@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
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.bg-img img {
    width: 100%;
    height: 100%
}

.icon-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

.btn-wrap {
    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 30px
}


@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom:35px
    }

    p.mb-45 {
        margin-bottom: 38px
    }
}

.th-anim {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

.th-anim img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}
.prompts-tabs {
    display: grid;
    grid-template-columns: auto auto auto auto
}

.img-box2 {
    text-align: center;
    margin-right: 40px;
    position: relative;
    z-index: 2
}

.img-box2 .img1 img {
    -webkit-animation: morph 10s ease-in-out infinite;
    animation: morph 10s ease-in-out infinite;
    width: 100%;
    max-width: 760px
}

.two-column {
    display: grid;
    grid-template-columns: auto auto;
    max-width: 700px
}

@media (max-width: 1299px) {
    .img-box2 {
        margin-left:0
    }

    .img-box2:before {
        left: -20px
    }

    .img-box2:after {
        right: -12px
    }
}

@media (max-width: 450px) {
    .two-column {
        grid-template-columns:auto;
        gap: 18px
    }

    .two-column.list-center {
        max-width: 230px
    }

    .checklist.style2 li:not(:last-child) {
        margin-bottom: 18px
    }
}

.feature-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    max-width: 310px
}

.feature-circle-wrap {
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 34px
}

.feature-circle_title {
    font-size: 20px;
    margin-bottom: 7px
}

.feature-circle_text {
    margin-bottom: 0px;
    font-size: 14px
}

.feature-circle .progressbar {
    position: relative
}

.feature-circle .circle-num {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 15px;
    background-color: var(--white-color);
    border-radius: 999px;
    text-align: center
}

@media (max-width: 575px) {
    .feature-circle-wrap {
        grid-template-columns:auto;
        gap: 20px
    }
}

.img-box7,.img-box8 {
    position: relative;
    margin-left: 56px
}

.img-box7 .shape1,.img-box8 .shape1 {
    position: absolute;
    top: 0;
    left: 40px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.img-box7 .shape2,.img-box8 .shape2 {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

.img-box8 .shape1 {
    left: 0
}

.img-box8 .shape2 {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

.img-box8 .color-animate {
    top: -200px;
    max-width: 400px
}

@media (max-width: 1299px) {
    .img-box7,.img-box8 {
        margin-left:0
    }
}

@media (max-width: 991px) {
    .img-box7,.img-box8 {
        text-align:center
    }
}

@media (max-width: 575px) {
    .img-box7 .shape1 {
        max-width:50px
    }

    .img-box7 .shape2 {
        max-width: 70px
    }

    .img-box8 .shape1 {
        max-width: 100px
    }

    .img-box8 .shape2 {
        max-width: 100px
    }
}
@media (max-width: 1199px) {
    .why-sec-4 {
        background:transparent !important
    }
}
.why-thumb-4 {
    text-align: center
}

.sec-text3 {
    max-width: 600px;
    color: #A1A6B0
}

@media (min-width: 1300px) {
    .faq-img {
        margin-left:56px;
        margin-right: -48px
    }
}
.cta-box {
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--smoke-color)
}

.cta-box_img {
    height: 100%
}

.cta-box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta-box_content {
    padding: 70px 70px 70px 55px;
    position: relative
}

.cta-box_icon {
    position: absolute;
    right: 70px;
    bottom: 70px
}

@media (max-width: 991px) {
    .cta-box {
        text-align:center
    }
}

@media (max-width: 575px) {
    .cta-box_content {
        padding:70px 20px
    }

    .cta-box_icon {
        bottom: 20px;
        right: 20px
    }
}

.cta-title-area2 {
    max-width: 543px;
    display: block;
    margin: auto
}

@media (max-width: 991px) {
    .cta-title-area2 {
        max-width:100%
    }
}
.cta-text3 {
    color: #A1A6B0;
    margin-bottom: 40px
}
.page-title {
    margin-top: -0.22em;
    font-size: 40px;
    margin-bottom: 20px
}

.page-img {
    margin-bottom: 40px;
    border-radius: 5px;
    overflow: hidden
}

.page-single {
    margin-bottom: 30px
}

.service-feature {
    background-color: var(--white-color);
    padding: 26px 18px 26px 18px;
    border: 1px solid var(--th-border-color);
    box-shadow: 0px 10px 30px rgba(8,14,28,0.06);
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.service-feature-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px
}

.service-feature_icon {
    background: var(--theme-color);
    box-shadow: 0px 6px 20px rgb(19 65 66 / 60%);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.service-feature_title {
    font-size: 19px;
    margin-bottom: 12px
}

.service-feature_text {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .page-title {
        font-size:38px
    }
}

@media (max-width: 1299px) {
    .service-feature {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 10px
    }

    .service-feature_text {
        margin-bottom: -0.5em;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1199px) {
    .page-title {
        font-size:32px
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size:28px
    }
}

@media (max-width: 575px) {
    .page-title {
        font-size:24px
    }

    .service-feature-wrap {
        grid-template-columns: auto
    }
}
.service-btn {
    min-width: 100%;
    min-height: 317px;
    background-color: var(--theme-color);
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px
}

.shepe-text.style2 {
    color: #EFF1F9
}

.shepe-text.style3 {
    color: #EFF1F9
}

.shepe-text.style4 {
    color: #3E66F3;
    opacity: 0.1
}
.shepe-text {
    font-weight: 700;
    font-size: 84px;
    line-height: 101px;
    color: rgba(239,241,249,0.15);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.service-sec20 {
    background-color: #EFF1F9
}

.checklist li.unavailable>i {
    color: var(--body-color)
}

.project-card2 {
    --space: 30px;
    position: relative;
    overflow: hidden
}

.project-card2 .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 2
}

.project-card2 .project-img img {
    width: 100%;
    border-radius: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.project-card2 .project-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,40,0) 0%, rgba(0,0,40,0.140476) 43.1%, #134142 100%);
    background: linear-gradient(to bottom, rgba(0,0,40,0) 0%, rgba(0,0,40,0.140476) 43.1%, #134142 100%);
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 1;
    border-radius: inherit
}

.project-card2 .project-content-wrap {
    position: absolute;
    left: var(--space);
    bottom: -30px;
    width: 100%;
    max-width: 474px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.project-card2 .project-content {
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: var(--white-color);
    background-size: auto;
    background-position: center center;
    position: relative;
    z-index: 2;
    padding: 90px 30px 30px 30px
}

.project-card2 .box-title {
    color: var(--title-color);
    margin-bottom: 0px
}

.project-card2 .box-title a {
    color: inherit
}

.project-card2 .box-title:hover {
    color: var(--theme-color)
}

.project-card2 .project-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--theme-color)
}

.project-card2 .icon-btn {
    position: absolute;
    right: 20px;
    top: 25px;
    border: none;
    --btn-size: auto;
    color: var(--theme-color);
    font-size: 20px
}

.project-card2:hover .project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project-card2:hover .project-img:before {
    height: 100%;
    opacity: 1
}

.project-card2:hover .project-content-wrap {
    bottom: var(--space);
    opacity: 1
}

@media (max-width: 375px) {
    .project-card2 {
        --space: 15px
    }
}

@media (max-width: 360px) {
    .project-card2 .box-title {
        font-size:22px
    }

    .project-card2 .project-content {
        padding: 26px 20px
    }
}

.project-grid {
    background-color: var(--white-color);
    box-shadow: 0px 10px 15px rgba(8,14,28,0.06);
    border-radius: 10px
}

.project-grid_img {
    position: relative;
    z-index: 2;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.project-grid_img:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--black-color2);
    opacity: 0.8;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1
}

.project-grid_img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.project-grid_img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.project-grid_img .play-btn>i {
    font-size: 24px
}

.project-grid_text {
    margin-bottom: -0.5em
}

.project-grid_content {
    padding: 40px
}

.project-grid:hover .project-grid_img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.project-grid:hover .project-grid_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project-grid:hover .project-grid_img .play-btn {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.project-slider4 {
    margin-left: 40px
}

@media (max-width: 1199px) {
    .project-slider4 {
        margin:50px 0 0 0
    }
}

@media (max-width: 767px) {
    .project-btn {
        text-align:center
    }
}

.skill-feature:not(:last-child) {
    margin-bottom: 25px
}

.skill-feature_title,.skill-feature .progress-value {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.2em;
    font-family: var(--title-font);
    color: var(--title-color)
}

.skill-feature .progress {
    position: relative;
    height: 10px;
    background-color: var(--white-color);
    overflow: visible;
    border-radius: 100px
}

.skill-feature .progress-bar {
    background-color: var(--theme-color);
    height: 4px;
    margin: 3px;
    border-radius: inherit;
    position: relative;
    overflow: visible
}

.skill-feature .progress-value {
    position: absolute;
    top: -34px;
    right: 0
}

.skill-feature.style2:not(:last-child) {
    margin-bottom: 32px
}

.skill-feature.style2 .progress {
    background-color: var(--smoke-color2)
}

@media (min-width: 1430px) {
    .video-box1 {
        margin-right:-105px
    }
}

@media (min-width: 1300px) {
    .video-box1 {
        margin-left:30px
    }
}

.video-box1 {
    position: relative;
    text-align: center
}

.video-box1 img {
    width: 100%;
    max-width: 650px
}

.video-box1 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.marquee-area {
    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%);
    padding: 35px 0
}

.process-card {
    position: relative;
    box-shadow: 0px 10px 15px rgba(8,14,28,0.06);
    border-radius: 10px;
    background-color: var(--white-color);
    text-align: center;
    padding: 30px 20px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto
}

.process-card-area {
    position: relative
}

.process-card-area .process-line {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.process-card-area .position-top {
    top: 42px;
    bottom: unset
}

.process-card-wrap {
    padding: 30px 0 0 30px
}

.process-card-wrap:has(.pulse) {
    padding: 0 12px
}

.process-card-wrap:has(.pulse):nth-child(even) {
    padding-top: 60px
}

.process-card:has(.pulse) {
    margin-top: 52px
}

.process-card .box-title {
    font-weight: 600;
    margin-bottom: 14px
}

.process-card_number,.process-card .pulse {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color)
}

.process-card_number:after,.process-card_number:before,.process-card .pulse:after,.process-card .pulse:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.process-card_number:after,.process-card .pulse:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.process-card .pulse {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -52px;
    left: calc(50% - 8px)
}

.process-card .pulse:before,.process-card .pulse:after {
    -webkit-animation-name: ripple2;
    animation-name: ripple2
}

.process-card_icon {
    margin-bottom: 24px
}

.process-card_text {
    margin-bottom: -0.53em;
    font-size: 14px
}

@media (max-width: 1199px) {
    .process-card-area .process-line {
        display:none
    }

    .process-card-wrap:has(.pulse):nth-child(even) {
        padding-top: 30px
    }

    .process-card:has(.pulse) {
        margin-top: 8px
    }

    .process-card .pulse {
        top: -8px
    }
}

@media (max-width: 575px) {
    .process-card-wrap:has(.pulse):nth-child(even) {
        padding-top:0
    }
}
.process-card.style3 {
    text-align: start;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    max-width: 326px;
    background: transparent;
    margin-bottom: -0.3em
}

.process-card.style3 .process-card_icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 20px;
    background: var(--white-color);
    margin-bottom: 30px
}

.process-card.style3 .process-card_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card.style3 .process-card_number {
    background: transparent;
    width: auto;
    height: auto;
    left: auto;
    right: 0;
    color: var(--title-color);
    opacity: 0.06;
    font-size: 230px;
    font-weight: 800;
    line-height: 1;
    top: -50px
}

.process-card.style3 .process-card_number:after,.process-card.style3 .process-card_number:before {
    display: none
}

.process-card.style3 .process-card_text {
    font-size: 16px;
    margin-bottom: 13px
}

.process-card.style3:hover .process-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.process-image {
    border-radius: 20px
}

.process-image img {
    border-radius: 20px
}
.checklist.style5 ul li {
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: var(--white-color);
    padding: 31px 35px 34px 75px;
    margin-bottom: 0px
}

@media (max-width: 991px) {
    .checklist.style5 ul li {
        padding:33px 29px 40px 75px
    }
}

@media (max-width: 767px) {
    .checklist.style5 ul li {
        padding:30px 29px 35px 75px
    }
}

@media (max-width: 352px) {
    .checklist.style5 ul li {
        padding:15px 20px 15px 40px;
        font-size: 18px
    }
}

.checklist.style5 ul li:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_417_424)'%3E%3Cpath d='M6.75 9.00002L10.044 13.611C10.1796 13.8009 10.3569 13.9571 10.5623 14.0677C10.7677 14.1783 10.9958 14.2403 11.2289 14.249C11.462 14.2577 11.694 14.2128 11.9071 14.1178C12.1202 14.0228 12.3086 13.8802 12.458 13.701L23.25 0.749023' stroke='url(%23paint0_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 10.5V20.25C21.75 21.0456 21.4339 21.8087 20.8713 22.3713C20.3087 22.9339 19.5456 23.25 18.75 23.25H3.75C2.95435 23.25 2.19129 22.9339 1.62868 22.3713C1.06607 21.8087 0.75 21.0456 0.75 20.25V5.25C0.75 4.45435 1.06607 3.69129 1.62868 3.12868C2.19129 2.56607 2.95435 2.25 3.75 2.25H16.5' stroke='url(%23paint1_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_417_424' x1='15' y1='0.749023' x2='15' y2='14.2501' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_417_424' x1='11.25' y1='2.25' x2='11.25' y2='23.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_417_424'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    top: 30px;
    left: 30px
}

@media (max-width: 352px) {
    .checklist.style5 ul li:before {
        top:10px;
        left: 0
    }
}

.checklist.style5 ul li:not(:last-child) {
    margin-bottom: 22px
}

@media (max-width: 352px) {
    .checklist.style5 ul li:not(:last-child) {
        margin-bottom:0
    }
}
.process-area4 {
    max-width: 1760px;
    display: block;
    margin: auto
}

.process-card2 {
    text-align: center
}

.process-card2-wrap {
    position: relative
}

.process-card2-wrap:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='154' height='31' viewBox='0 0 154 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.01514 21.3442C22.6268 8.46921 79.5758 -10.9353 134.479 14.4469' stroke='white' stroke-width='3' stroke-dasharray='5 5'/%3E%3Cpath d='M134.055 13.9293L134.078 14.2636L133.777 14.4113L124.484 18.9803L146.959 21.7007L133.365 3.59837L134.055 13.9293Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    height: 30px;
    width: 153px;
    position: absolute;
    top: 75px;
    right: -75px
}

@media (max-width: 991px) {
    .process-card2-wrap:after {
        display:none
    }
}

.process-card2-wrap:last-child:after {
    display: none
}

.process-card2_icon {
    width: 134px;
    height: 134px;
    line-height: 134px;
    background-color: #EFF1F9;
    text-align: center;
    border: 5px solid rgba(28,28,37,0.2);
    border-radius: 100px;
    margin: 0 auto 25px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}
.process-card2_icon i{
    font-size: 40px;
    color: #134142;
}

@media (max-width: 1199px) {
    .process-card2_icon {
        width:100px;
        height: 100px;
        line-height: 100px
    }
}

.process-card2_icon img {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.process-card2 .box-title {
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 8px
}

.process-card2_text {
    max-width: 285px;
    color: var(--white-color);
    margin: 0 auto -0.5em auto
}

.process-card2_number {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 50px;
    line-height: 46px;;
    background: linear-gradient(180deg, #fff 0%, #134142 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.process-card2:hover .process-card2_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.process-area6 {
    background-color: #16181D;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: cover;
    mask-size: cover
}

@media (max-width: 991px) {
    .process-area6 {
        -webkit-mask-image:none !important;
        mask-image: none !important
    }
}

.process-shape {
    background-repeat: repeat-x;
    width: 100%;
    height: 100%
}
.particle-1 {
    max-width: 440px;
    height: 390px
}

.particle-2 {
    max-width: 800px;
    height: 790px;
    aspect-ratio: 16 / 14
}

.particle-2.small {
    max-width: 515px;
    height: 490px
}

.particle-3 {
    max-width: 600px;
    height: 470px
}

.box-particle {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 180px;
    height: 100px;
    z-index: -1
}

.price-particle {
    width: 190px;
    height: 165px
}

.body-particle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

.feature-card {
    text-align: center;
    border: 2px solid #D9E0F3;
    border-radius: 10px;
    padding: 40px 12px
}

.feature-card .shape-icon {
    width: 120px;
    height: 115px;
    line-height: 115px;
    margin: 0 auto 30px auto;
    -webkit-filter: drop-shadow(0px 10px 30px rgba(8,14,28,0.06));
    filter: drop-shadow(0px 10px 30px rgba(8,14,28,0.06))
}

.feature-card .shape-icon:before {
    background-color: var(--white-color);
    -webkit-clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z");
    clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z")
}

.feature-card_text {
    max-width: 315px;
    margin: 0 auto -0.5em auto
}

.feature-card2 {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    background: #16181D;
    padding: 40px;
    text-align: center;
    z-index: 2
}

@media (max-width: 1199px) {
    .feature-card2 {
        padding:30px
    }
}

.feature-card2 .box-img {
    margin-bottom: 30px
}

.feature-card2 .box-title {
    color: var(--white-color)
}

.feature-card2 .box-text {
    color: #A1A6B0;
    margin-bottom: 20px
}

.feature-card2 .offer-feature {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    border-radius: 0;
    padding: 0;
    z-index: -1
}

.feature-card2 .offer-feature .feature {
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -31px;
    top: 25px;
    width: 210px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font);
    letter-spacing: -0.408px;
    background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
    background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
    color: var(--white-color);
    display: inline-block
}

.feature-card2 .th-btn {
    background: transparent;
    border: 1px solid var(--white-color);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding: 16px 30px
}

.feature-card2 .th-btn:hover {
    border-color: var(--theme-color)
}

.feature-card-wrap2:nth-of-type(even) .feature-card.style2:after {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: translate(calc(-100% + 170px), calc(-100% + 160px));
    -ms-transform: translate(calc(-100% + 170px), calc(-100% + 160px));
    transform: translate(calc(-100% + 170px), calc(-100% + 160px))
}

.feature-card.style2 {
    border-radius: 20px;
    box-shadow: 0px 20px 30px rgba(187,192,207,0.15);
    background: var(--white-color);
    border: 0;
    text-align: start;
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (max-width: 1299px) {
    .feature-card.style2 {
        padding:30px
    }
}

.feature-card.style2:after {
    content: '';
    position: absolute;
    height: 380px;
    width: 380px;
    border: 50px solid #EFF1F9;
    border-radius: 50%;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: translate(calc(100% - 170px), calc(-100% + 160px));
    -ms-transform: translate(calc(100% - 170px), calc(-100% + 160px));
    transform: translate(calc(100% - 170px), calc(-100% + 160px))
}

.feature-card.style2 .feature-card-icon {
    margin-bottom: 38px
}

@media (max-width: 1299px) {
    .feature-card.style2 .feature-card-icon {
        margin-bottom:28px
    }
}

.feature-card.style2 .feature-card-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.feature-card.style2 .box-title {
    font-weight: 600
}

.feature-card.style2 .feature-card_text {
    margin-left: 0
}

.feature-card.style2:hover .feature-card-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.feature-area3 {
    background-color: var(--white-color);
    border-radius: 50px;
    padding: 80px 0;
    max-width: 1720px;
    display: block;
    margin: auto
}

@media (max-width: 1199px) {
    .feature-area3 {
        max-width:100%;
        border-radius: 25px
    }
}

.choose-image {
    min-width: 632px;
    margin-left: 65px
}

@media (max-width: 1299px) {
    .choose-image {
        min-width:100%
    }
}

@media (max-width: 1199px) {
    .choose-image {
        margin-top:30px;
        margin-left: 0
    }
}

.feature-wrap8.style2 {
    border-top: 1px solid #E3E7F0;
    margin-top: 50px
}

.feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #E3E7F0;
    margin-top: 30px;
    padding-top: 40px
}

@media (max-width: 480px) {
    .feature-wrap {
        display:block
    }

    .feature-wrap .btn-wrap {
        margin-bottom: 15px
    }
}

.two-column.style3 {
    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
}

.about-client-box.style2 {
    padding: 0;
    gap: 15px
}

.about-client-box.style2:before {
    display: none
}

.about-client-box.style2 .about_review {
    margin-bottom: 3px
}

.about-client-box.style2 .about_review i {
    font-size: 16px;
    color: #FFBE11;
    margin-right: 5px
}

.about-client-box.style2 .cilent-box_counter {
    font-size: 14px;
    font-family: var(--body-font)
}

.about-client-box.style2 .client-thumb-group .thumb img {
    height: 51px
}

.feature-thumb8 {
    text-align: right
}

.feature-thumb8_wrapp {
    position: relative
}

@media (max-width: 1199px) {
    .feature-thumb8_wrapp {
        margin-top:40px
    }
}

.feature-thumb8_wrapp img {
    box-shadow: 10px 10px 50px 10px rgba(0,31,96,0.2);
    border-radius: 25px
}

.feature-thumb8-1 {
    text-align: right
}

@media (max-width: 767px) {
    .feature-thumb8-1 {
        text-align:left
    }
}

.feature-thumb8-2 {
    position: absolute;
    left: 6%;
    bottom: 0
}

@media (max-width: 767px) {
    .feature-thumb8-2 {
        display:none
    }
}

.feature-thumb10_wrapp {
    position: relative
}

@media (max-width: 1199px) {
    .feature-thumb10_wrapp {
        margin-bottom:40px
    }
}

@media (max-width: 991px) {
    .feature-thumb10_wrapp {
        margin-top:40px
    }
}

@media (max-width: 480px) {
    .feature-thumb10_wrapp {
        display:none
    }
}

.feature-thumb10_wrapp img {
    box-shadow: 10px 10px 50px 10px rgba(0,31,96,0.2);
    border-radius: 20px
}

.feature-thumb10-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    position: absolute;
    right: 26%;
    top: 10%
}

@media (max-width: 767px) {
    .feature-thumb10-2 {
        display:none
    }
}

.feature-thumb10-2 img {
    border-radius: 6px
}

.feature-thumb10-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    position: absolute;
    right: 11%;
    bottom: 3%
}

.feature-thumb10-3 img {
    border-radius: 12px
}

.feature-thumb11-1 {
    text-align: right
}

@media (max-width: 767px) {
    .feature-thumb11-1 {
        text-align:left
    }
}

.feature-thumb11-2 {
    position: absolute;
    left: 6%;
    bottom: 0
}

@media (max-width: 767px) {
    .feature-thumb11-2 {
        display:none
    }
}

.feature-thumb11-2 img {
    border-radius: 12px
}

.two-column.style3 {
    padding-right: 55px;
    margin-right: 16px
}

@media (max-width: 480px) {
    .two-column.style3 {
        display:block
    }

    .two-column.style3 .checklist {
        margin-bottom: 10px
    }
}

.two-column.style3 .divider {
    background: #E3E7F0;
    width: 1px;
    height: 52px
}

@media (max-width: 480px) {
    .two-column.style3 .divider {
        display:none
    }
}

.left-content2 {
    border-right: 1px solid #E3E7F0;
    padding-right: 60px
}

@media (max-width: 1199px) {
    .left-content2 {
        border-right:0;
        padding-right: 0
    }
}

.left-content3 {
    border-left: 1px solid #E3E7F0;
    padding-left: 80px
}

@media (max-width: 1199px) {
    .left-content3 {
        border-left:0;
        padding-left: 0
    }
}

.feature-line {
    margin-top: 50px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .choose-image4 {
        margin-bottom:50px
    }
}

.choose-image4 .img1 {
    position: relative;
    width: 100%;
    border-radius: 100px 20px 150px 20px;
    z-index: 2
}

.choose-image4 .img1 img {
    width: 100%;
    border-radius: 100px 20px 150px 20px
}

.choose-image4 .img1:before {
    content: "";
    position: absolute;
    inset: 0;
    right: -25px;
    background-color: #EFF1F9;
    border-radius: 100px 20px 100px 20px;
    z-index: -1
}

.choose-feature3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    max-width: 510px
}

.choose-feature3:not(:last-child) {
    margin-bottom: 20px
}

.choose-feature3_icon {
    min-width: 56px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #E5EBFF;
    border-radius: 50%
}

.choose-feature3 .box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.choose-feature3_text {
    line-height: 26px;
    margin-bottom: -0.3rem
}

.feature-wrapp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

@media (max-width: 575px) {
    .feature-wrapp {
        grid-template-columns:repeat(1, 1fr)
    }
}

.feature-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: var(--white-color);
    border: 1px solid #E3E7F0;
    border-radius: 6px;
    padding: 20px
}

.feature-item_icon {
    min-width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background: -webkit-linear-gradient(45deg, #3E66F3 0%, #8BA5FF 100%);
    background: linear-gradient(45deg, #3E66F3 0%, #8BA5FF 100%);
    border-radius: 6px
}

.feature-item .box-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -0.3rem
}

.feature-image7 {
    margin: 0 -80px 0 50px
}

@media (max-width: 1199px) {
    .feature-image7 {
        margin:50px 0 0 0
    }
}

.feature-image7 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.feature-wrap.style2 {
    border-top: 1px solid #E3E7F0;
    margin-top: 40px;
    padding-top: 30px
}

.checklist.style10 ul li {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: var(--title-color)
}

@media (max-width: 1299px) {
    .checklist.style10 ul li {
        font-size:18px;
        line-height: 28px
    }
}

.checklist.style10 ul li:not(:last-child) {
    margin-bottom: 20px
}

.checklist.style10 ul li img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 10px;
    background: #EFF1F9;
    border: 1.5px solid #DFDFDF;
    border-radius: 14px
}

.feature-box {
    position: relative;
    z-index: 8
}

@media (max-width: 1199px) {
    .feature-box {
        margin-top:50px
    }
}

.feature-box .img1 {
    text-align: right
}

@media (max-width: 1199px) {
    .feature-box .img1 {
        text-align:center
    }
}

.feature-content11 {
    position: absolute;
    top: 22.8%;
    left: -23%;
    z-index: -1
}

@media (max-width: 1199px) {
    .feature-content11 {
        left:-10%
    }
}

@media (max-width: 767px) {
    .feature-content11 {
        display:none
    }
}

.feature-text {
    background-color: var(--theme-color);
    font-weight: 700;
    font-size: 94px;
    line-height: 104px;
    color: rgba(255,255,255,0.1);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 40px;
    min-width: 550px;
    height: 299px;
    margin: 0;
    text-align: center;
    padding-top: 50px
}

@media (max-width: 1399px) {
    .feature-text {
        padding-top:30px
    }
}

.feature-thumb12_wrapp {
    position: relative
}

.feature-thumb12_wrapp .feature-thumb12-2 {
    position: absolute;
    left: -40px;
    bottom: 40px
}

.feature-thumb12_wrapp .feature-thumb12-2 img {
    box-shadow: 10px 10px 50px 10px rgba(0,31,96,0.2);
    border-radius: 20px
}

.feature-thumb12_wrapp .feature-thumb12-4 {
    position: absolute;
    left: -80px;
    bottom: 40px
}

.feature-thumb12_wrapp .feature-thumb12-4 img {
    box-shadow: 10px 10px 50px 10px rgba(0,31,96,0.2);
    border-radius: 20px
}

.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
}

.checklist.style12 li {
    font-size: 20px;
    font-weight: 600
}

@media (max-width: 767px) {
    .checklist.style12 li {
        font-size:18px
    }
}
.sec-desc {
    font-size: 18px;
    color: #C7C7C7
}

.skill-feature.style3 .skill-feature_title {
    color: var(--white-color)
}

.skill-feature.style3 .progress-value {
    color: var(--white-color)
}

.skill-feature.style3 .progress-bar {
    height: 10px;
    margin: 0
}
.feature-card.style3 {
    background: #EFF1F9;
    border-radius: 20px;
    padding: 30px;
    border: none
}

@media (max-width: 1299px) {
    .feature-card.style3 {
        padding:25px
    }
}

@media (max-width: 1199px) {
    .feature-card.style3 .box-title {
        font-size:20px
    }
}

.feature-card.style3 .box-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 108px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: auto auto 25px auto;
    background: var(--theme-color);
    z-index: 2
}
.feature-card.style3 .box-icon i{
    font-size: 40px;
    color: #134142;
}   

.feature-card.style3 .box-icon:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 80px;
    height: 80px;
    background-color: var(--white-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-card.style3 .box-text {
    margin-bottom: 15px
}

.feature-card.style3 .line-btn {
    text-transform: capitalize;
    font-size: 16px
}

.feature-area12 {
    position: relative;
    z-index: 2;
    margin: 0 60px;
    border-radius: 50px
}

@media (max-width: 1599px) {
    .feature-area12 {
        margin:0
    }
}

.feature-area12:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 50px;
    background: -webkit-linear-gradient(bottom, rgba(22,24,29,0.95) 0%, rgba(22,24,29,0.95) 100%);
    background: linear-gradient(0deg, rgba(22,24,29,0.95) 0%, rgba(22,24,29,0.95) 100%);
    border: 1px solid rgba(255,255,255,0.2)
}

.feature-wrap12 {
    position: relative;
    z-index: 2;
    padding: 60px 120px
}

@media (max-width: 1299px) {
    .feature-wrap12 {
        padding:60px 30px
    }
}

@media (max-width: 767px) {
    .feature-wrap12 {
        padding:60px 0px
    }
}

.feature-wrap12:not(:last-child) {
    margin-bottom: 60px
}

.feature-image12 {
    position: relative;
    min-width: 418px;
    border-radius: 20px
}

@media (max-width: 1299px) {
    .feature-image12 {
        min-width:200px
    }
}

@media (max-width: 1199px) {
    .feature-image12 {
        min-width:100%;
        margin-bottom: 30px
    }

    .feature-image12 img {
        width: 100%
    }
}

.feature-image12.video-img {
    text-align: right
}

.feature-image12 img {
    border-radius: 20px
}

.feature-image12 .play-btn {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.feature-title-area {
    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
}

@media (max-width: 767px) {
    .feature-title-area {
        display:block;
        margin-bottom: 20px
    }
}

.feature-title-area .title-wrapp {
    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
}

@media (max-width: 767px) {
    .feature-title-area .title-wrapp {
        margin-bottom:20px
    }
}

@media (max-width: 375px) {
    .feature-title-area .title-wrapp {
        gap:0
    }
}

.feature-title-area .title-wrapp span {
    font-size: 16px;
    line-height: 26px;
    color: #A1A6B0;
    font-weight: 500
}

.feature-title-area .box-title {
    color: var(--white-color);
    font-size: 36px;
    line-height: 36px;
    margin-top: -0.9em;
    margin-bottom: -0.3rem
}

@media (max-width: 767px) {
    .feature-title-area .box-title {
        font-size:24px;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 0
    }
}
.feature-btn {
    position: relative;
    border-radius: 100px;
    background: rgba(255,255,255,0.1);
    padding: 10px 33px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    line-height: 28px
}

@media (max-width: 575px) {
    .feature-btn {
        padding:10px 10px
    }
}

.feature-btn:before,.feature-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 532px;
    height: 1px;
    background: rgba(255,255,255,0.2);
    z-index: -1
}

.feature-btn:before {
    left: 110%
}

.feature-btn:after {
    right: 110%
}

.feature-btn .line-btn:before {
    display: none
}

.screenshot-sec-1 {
    background-position: bottom;
    padding-bottom: 160px
}

@media (max-width: 991px) {
    .screenshot-sec-1 {
        padding-bottom:100px
    }
}

@media (max-width: 575px) {
    .screenshot-sec-1 {
        padding-left:15px;
        padding-right: 15px
    }
}

.screen-slider1 .swiper-pagination-bullets {
    margin-bottom: 0;
    margin-top: 90px;
    height: 14px
}

@media (max-width: 1199px) {
    .screen-slider1 .swiper-pagination-bullets {
        margin-top:50px
    }
}

@media (max-width: 575px) {
    .screen-slider1 .swiper-pagination-bullets {
        display:none
    }
}

.screen-slider1 .swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 14px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    background: rgba(255,255,255,0.5)
}

.screen-slider1 .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background: var(--white-color)
}

.screetshot-thumb img {
    width: 100%
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}
.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}
.pb-55 {
     padding-bottom: 55px
}
.pb-60 {
    padding-bottom: 60px
}

.pr-10 {
    padding-right: 10px
}

.pt-80 {
    padding-top: 80px
}
.mt-40 {
    margin-top: 40px
}
.mb-25 {
    margin-bottom: 25px
}
.mb-38 {
    margin-bottom: 38px
}

.space,.space-top {
    padding-top: var(--section-space)
}

.space,.space-bottom {
    padding-bottom: var(--section-space)
}

@media (max-width: 991px) {
    .space,.space-top {
        padding-top:var(--section-space-mobile)
    }

    .space,.space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra,.space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra,.space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }

    .space-extra2,.space-extra2-top {
        padding-top: 70px
    }

    .space-extra2,.space-extra2-bottom {
        padding-bottom: 70px
    }
}

/*whatsapp*/

.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 104px;
  right: 32px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
background: #fff;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 98;
bottom: 154px;
right: 35px;
font-size: 18px;
padding: 4px;
border-radius: 30px;
box-shadow: 0 1px 15px rgb(32 33 36 / 61%);
}

a.blantershow-chat svg {
  transform: scale(1.2);
}

.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  resize: none;
  padding: 9px;
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}

a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}

#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../spine-image/images/whatsapp/whatsapp-bg.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
/*  padding: 7px 14px 6px;*/
 /* background-color: white;
  border-radius: 0px 8px 8px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
  position: absolute;
  background-image: url("../../solar-image/images/whatsapp/side-extend.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}*/

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.phone .phon1 {
    position: fixed;
    bottom: 104px;
    right: 35px;
    z-index: 9;
    width: 40px;
}
/*karthika*/
.title h1{
    color: #000;
    font-family: var(--title-font);
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-transform: capitalize;
}
.title h2 {
    color: #134142;
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}
.title h3 {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color);
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: -0.34em;
}

/*counter*/
.circle.static-circle {
    border-color: hsl(0 0% 100%);
    border-color: hsl(0 0% 100%);
    background-color: hsl(0 0% 100% / 0.5);
}
.circle.style-two {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    position: absolute !important;
}
@media (min-width: 575px) {
    .circle {
        top: 64px;
        left: -80px;
        position: absolute;
    }
}
.circle {
    position: relative;
    margin-bottom: 24px;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    backdrop-filter: blur(6px);
    z-index: 21;
    border: 1px solid #fff;
}
.circle.static-circle .circle__badge {
    border-color: #fff;
}
.circle.style-two .circle__badge {
    border-color: #fff;
}
.circle__badge {
    border: 1px solid hsl(253 88% 58%);
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
}
.circle.static-circle .circle__text {
    color: #000 !important;
}

.performance-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.performance-content__item:nth-child(1) {
    background-color: #fdf39c;
    border-radius: 0px 50% 0px 50%;
}
.performance-content__item {
    background: #ddd;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% 0px 50% 0px;
    flex-direction: column;
}
.performance-content__text, .performance-content__count {
    color: #000;
    margin-bottom: 8px;
}
.font-18 {
    font-size: 1.125rem !important;
}
.performance-content__count {
    margin-bottom: 0;
}
.performance-content__item:nth-child(2) {
    background-color: #cbbdfe;
}
.performance-content__item:nth-child(3) {
    background-color: #f69aec;
}
.performance-content__item:nth-child(4) {
    background-color: #71f7ff;
    border-radius: 0px 50% 0px 50%;
}
.text-circle {
  position: absolute;
  left: 22px;
  right: 0;
  margin: auto;
  top: 22px;
}

.text-circle svg {
  width: 110px;
  height: auto;
  overflow: visible;
  word-spacing: 10px;
  transform: rotate(0) scaleX(1) scaleY(1);
}
.text-circle path {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1px;
  transition: 0.3s stroke, 0.3s fill;
}

.text-circle text {
  fill: #000;
  direction: ltr;
  transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 4px;
}
/*why choose*/
.about-single-home-7 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 46px;
    position: relative;
    z-index: 1;
}
.about-single-home-7 .icon {
    margin-right: 25px;
}
.about-single-home-7 .icon img {
    box-shadow: 0px 9px 23px rgba(24, 16, 16, 0.1);
    border-radius: 50%;
}
.about-single-home-7 .discription p.disc {
    max-width: 90%;
}
.inner-about-home-7 p.disc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-right: 50px;
}
.about-single-home-7::after {
    position: absolute;
    content: "";
    left: 30px;
    top: 65%;
    bottom: 0;
    height: 120px;
    width: 1px;
    background: #D9D9D9;
    z-index: -1;
}
/*contact us*/
.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
  padding: 40px 25px 40px 30px;
  background: linear-gradient(90deg, #134142 0%, #134142 123.82%);
  border-radius: 16px 16px 16px 16px;
  -webkit-border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  -ms-border-radius: 16px 16px 16px 16px;
  -o-border-radius: 16px 16px 16px 16px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    flex-wrap: wrap;
  }
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../maarran-image/web-images/circle.png");
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
  color: var(--white-color);
  margin-bottom: 5px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white-color);
  font-weight: 600;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
  color: var(--white-color);
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items.border-none {
  border: none !important;
}
.contact-wrapper-2 .contact-left-items .video-image {
  position: relative;
}
.contact-wrapper-2 .contact-left-items .video-image img {
  width: 100%;
  position: relative;
}
.contact-wrapper-2 .contact-left-items .video-image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.contact-wrapper-2 .contact-content {
  margin-left: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}
.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}
.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: var(--title-color);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid var(--border-color);
  color: var(--body-color);
  padding: 18px 20px;
  border-radius: 5px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--body-color);
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
  height: 200px;
  padding: 18px 20px;
}
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
}
}
.border-radius img{
    border-radius: 20px;
}
/*center*/
.service-sec-fourteen {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
}
.w-100 {
    width: 100% !important;
}
.service-sec-fourteen .service-types {
    border: 1px solid #13414299;
    border-radius: 10px;
    margin: 0 0 20px;
    padding: 15px;
    background: #ffffff;
    transition: 0.5s all;
}
.service-sec-fourteen .service-types .doctor-image {
    margin-right: 24px;
    flex-shrink: 0;
    border-radius: 10px;
}
.service-sec-fourteen .service-types{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.service-sec-fourteen .service-types .doctor-image img {
    border-radius: 10px;
}
.service-sec-fourteen .service-types .service-content h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 17px;
}
.service-sec-fourteen .services-img-col {
    position: relative;
    margin-bottom: 20px;
}
.service-sec-fourteen .services-img-col .sec-img-center {
    border-radius: 500px;
    border: 1px solid #134142;
    padding: 10px;
    height: 100%;
}
.service-sec-fourteen .services-img-col .sec-img-center img {
    width: 100%;
    height: 100%;
    border-radius: 500px;
}
.service-sec-fourteen .service-types.service-type-right{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.service-sec-fourteen .service-types.service-type-right .doctor-image {
    margin-right: 0;
}
@media (max-width: 767.98px) {
    .service-sec-fourteen .services-img-col {
        display: none!important;
    }
}
@media (max-width: 767.98px) {
    .service-sec-fourteen .service-types.service-type-right {
        flex-direction: row-reverse;
        justify-content: start;
    }
}
@media (max-width: 767.98px) {
    .service-sec-fourteen .service-types.service-type-right .doctor-image {
        margin-right: 24px;
    }
}
/*printing*/
.beautypress-section-service {
    padding: 30px 0 30px;
}
.beautypress-single-team {
    position: relative;
    overflow: hidden;
    box-shadow: var(--primary-shadow);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
/*    border-radius: 25px;*/
}

.beautypress-black-overlay {
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
    z-index: -1;
    backface-visibility: hidden
}

.beautypress-purple-overlay,.beautypress-pink-overlay,.beautypress-sky-blue-overlay,.beautypress-white-overlay,.beautypress-chocolate-overlay {
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 20px;
}

.beautypress-purple-overlay:before,.beautypress-pink-overlay:before,.beautypress-sky-blue-overlay:before,.beautypress-single-team:before,.beautypress-single-team:after,.beautypress-white-overlay:before,.beautypress-chocolate-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.beautypress-purple-overlay:before {
    background-image: -webkit-linear-gradient( 90deg,rgb(125,0,254) 0%,rgb(236,85,152) 0%,rgba(255,255,255,0) 100%)
    background-image: -ms-linear-gradient( 90deg,rgb(211,16,39) 0%,rgb(125,0,254) 0%,rgba(255,255,255,0) 100%)
}

.beautypress-pink-overlay:before {
    background-image: -webkit-linear-gradient( 90deg,rgb(125,0,254) 0%,rgb(236,85,152) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(125,0,254) 0%,rgb(236,85,152) 0%,rgba(255,255,255,0) 100%)
}

.beautypress-sky-blue-overlay:before {
    background-image: -webkit-linear-gradient( 90deg,rgb(236,85,152) 0%,rgb(0,188,212) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(236,85,152) 0%,rgb(0,188,212) 0%,rgba(255,255,255,0) 100%)
}

.beautypress-white-overlay:before {
    background-image: -webkit-linear-gradient( 90deg,rgb(226,185,163) 0%,rgb(255,255,255) 0%,rgba(255,255,255,0.5) 40%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(226,185,163) 0%,rgb(255,255,255) 0%,rgba(255,255,255,0.5) 40%,rgba(255,255,255,0) 100%)
}

.beautypress-light-overlay.beautypress-purple-overlay:before {
    background-image: -webkit-linear-gradient( 90deg,rgb(0,0,0) 0%,rgb(106,27,154) 0%,rgba(151,95,184,0.5) 30%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(0,0,0) 0%,rgb(106,27,154) 0%,rgba(151,95,184,0.5) 30%,rgba(255,255,255,0) 100%)
}

.beautypress-light-overlay.beautypress-pink-overlay:before {
    /*background-image: -webkit-linear-gradient( 90deg,rgb(0,0,0) 0%,rgb(236,85,152) 0%,rgba(242,136,183,0.5) 30%,rgba(255,255,255,0) 100%);
  */  
    background-image: linear-gradient(48deg, #c92165 0%, #f177a9 42%, #c92165 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(0,0,0) 0%,rgb(236,85,152) 0%,rgba(242,136,183,0.5) 30%,rgba(255,255,255,0) 100%)
}

.beautypress-light-overlay.beautypress-sky-blue-overlay:before {
    background-image: -webkit-linear-gradient( 90deg,rgb(0,0,0) 0%,rgb(0,188,212) 0%,rgba(77,208,225,0.5) 30%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(0,0,0) 0%,rgb(0,188,212) 0%,rgba(77,208,225,0.5) 30%,rgba(255,255,255,0) 100%)
}

.beautypress-single-team.beautypress-purple-overlay:before {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 0, 254) 0%, rgb(19 65 66) 0%, rgba(255, 255, 255, 0) 50%);
    background-image: -ms-linear-gradient( 90deg,rgb(125,0,254) 0%,rgb(236,85,152) 0%,rgba(255,255,255,0) 50%)
}

.beautypress-single-team.beautypress-pink-overlay:before {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 0, 254) 0%, rgb(19 65 66) 0%, rgba(255, 255, 255, 0) 50%);
    background-image: -ms-linear-gradient( 90deg,rgb(125,0,254) 0%,rgb(236,85,152) 0%,rgba(255,255,255,0) 50%)
}

.beautypress-single-team.beautypress-sky-blue-overlay:before {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 0, 254) 0%, rgb(19 65 66) 0%, rgba(255, 255, 255, 0) 50%);
    background-image: -ms-linear-gradient( 90deg,rgb(125,0,254) 0%,rgb(236,85,152) 0%,rgba(255,255,255,0) 50%)
}

.beautypress-single-team.beautypress-purple-overlay:after {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 0, 254) 0%, rgb(19 65 66) 0%, rgba(255, 255, 255, 0) 22%);
    background-image: -ms-linear-gradient( 90deg,rgb(211,16,39) 0%,rgb(125,0,254) 0%,rgba(255,255,255,0) 100%)
}

.beautypress-single-team.beautypress-pink-overlay:after {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 0, 254) 0%, rgb(19 65 66) 0%, rgba(255, 255, 255, 0) 22%);
    background-image: -ms-linear-gradient( 90deg,rgb(125,0,254) 0%,rgb(236,85,152) 0%,rgba(255,255,255,0) 100%)
}

.beautypress-single-team.beautypress-sky-blue-overlay:after {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 0, 254) 0%, rgb(19 65 66) 0%, rgba(255, 255, 255, 0) 22%);
    background-image: -ms-linear-gradient( 90deg,rgb(236,85,152) 0%,rgb(0,188,212) 0%,rgba(255,255,255,0) 100%)
}

.beautypress-black-gradient-overlay {
    position: relative
}

.beautypress-black-gradient-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient( 90deg,rgb(227,185,163) 0%,rgb(0,0,0) 0%,rgba(77,77,77,0.5) 30%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(227,185,163) 0%,rgb(0,0,0) 0%,rgba(77,77,77,0.5) 30%,rgba(255,255,255,0) 100%)
}
.beautypress-single-team:hover {
    box-shadow: var(--hover-shadow);
}
.beautypress-team-person-details {
    position: relative;
/*    margin: 0 0 20px;*/
}
.beautypress-team-person-details h6{
    color: #fff;
}
.beautypress-team-con {
    bottom: 0 !important;
}
.beautypress-team-content {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    z-index: 2;
    color: var(--color-white);
    text-align: center;
    padding: -4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.beautypress-single-team img {
    width: 100%;
}
.beautypress-single-team:after {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.beautypress-single-team:hover .beautypress-team-content {
    bottom: 20px
}

.beautypress-single-team:hover .beautypress-team-person-socail-details {
    opacity: 1
}
.beautypress-single-team:hover:before {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}
.beautypress-single-team:hover:after {
    opacity: 1;
    -ms-filter: "alpha(opacity=0)";
}
/*testi animation*/
@media (min-width: 1600px) {
    .d-xxxl-block {
        display: block !important;
    }
}
.tp-about-shape-3 {
    position: absolute;
    top: 60px;
    left: 40px;
    z-index: -1;
    animation: tpswing-3 3s forwards infinite alternate;
    transform-origin: top left;
}
@keyframes tpswing-3{
    0% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    }
100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
}
.tp-choose-shape-1 {
    position: absolute;
    bottom: 0;
    right: -8%;
    z-index: -1;
    animation: tpswing-2 4s forwards infinite alternate;
    transform-origin: bottom right;
}
@keyframes tpswing-2{
    0% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    }
100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
}
/*hover*/
.ttm-row {
    padding: 50px 0
}

.ttm-row.broken-section {
    padding: 0 0
}

.ttm-row.zero_padding-section {
    padding: 0 0
}

.ttm-row.top_zero_padding-section {
    padding: 0 0 100px
}

.ttm-row.bottom_zero_padding-section {
    padding: 40px 0px 40px 0px
}

.ttm-row.client-section {
    padding: 175px 0 155px
}

.ttm-row.bolg-section {
    padding: 90px 0
}

.ttm-row.bolg-section_1 {
    padding: 90px 0 85px
}

.ttm-row.procedure-section {
    padding: 90px 0 77px
}

.ttm-row.sidebar.ttm-sidebar-left {
    padding: 40px 0px 40px 0px;
}

.ttm-row.client-section_1 {
    padding: 51px 0 51px 0
}

.ttm-row.services-section {
    padding: 85px 0
}

.ttm-row.portfolio-section {
    padding: 190px 0 85px
}

.ttm-row.blog_faq-section {
    padding: 100px 0 100px
}

.ttm-row.cta-section {
    padding: 30px 0 0
}

.ttm-row.contact-section {
    padding: 0 0 100px
}

.ttm-row.fid-section {
    padding: 65px 0
}

.ttm-row.grid-section {
    padding: 85px 0
}

.ttm-row.connect-section_1 {
    padding: 60px 0 70px 0
}

.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.row-equal-height>[class*=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ttm-bg {
    position: relative
}

.ttm-col-bgimage-yes {
    z-index: 1
}

.bg-layer-equal-height .ttm-col-bgcolor-yes,.bg-layer-equal-height .ttm-col-bgimage-yes {
    height: 100%
}

.ttm-bg-layer,.ttm-col-wrapper-bg-layer-inner,.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.ttm-left-span>.ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0
}

.ttm-right-span>.ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0
}

.layer-content {
    position: relative;
    z-index: 1
}

.bg-layer {
    position: relative
}

.bg-layer>.container>.row {
    margin: 0
}

.bg-layer>.container,.bg-layer>.container-fluid {
    padding: 0
}

.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer,.ttm-bg.ttm-col-bgimage-yes>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner {
    opacity: .8
}

.ttm-bgcolor-grey.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .9
}

.bg-img1 {
    background-image: url(../images/bg-image/row-bgimage-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-img2 {
    background-image: url(../../images-veetron/webimages/services/row-bgimage-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-img3 {
    background-image: url(../images/bg-image/row-bgimage-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-img4 {
    background-image: url(../images/bg-image/row-bgimage-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.bg-img5 {
    background-image: url(../images/bg-image/row-bgimage-5.jpg);
    background-size: cover;
    background-position: center center
}

.ttm-equal-height-image {
    display: none
}

.col-bg-img-one.ttm-col-bgimage-yes>.ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-1.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat
}

.col-bg-img-two.ttm-col-bgimage-yes>.ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.col-bg-img-three.ttm-col-bgimage-yes>.ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-3.jpg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat
}

.col-bg-img-four.ttm-col-bgimage-yes>.ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.col-bg-img-five.ttm-col-bgimage-yes>.ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.col-bg-img-six.ttm-col-bgimage-yes>.ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-6.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.col-bg-img-seven.ttm-col-bgimage-yes>.ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-7.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.col-bg-img-eight.ttm-col-bgimage-yes>.ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-8.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.section-title {
    position: relative;
    margin-bottom: 19px
}

.section-title h3 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 5px;
    position: relative;
    color: #000080;
}

.section-title h3:after,.section-title h2.title {
    font-size: 36px;
    line-height: 53px
}

.section-title.title-style-center_text {
    text-align: center;
    margin-bottom: 20px
}

.section-title.title-style-center_text.section-title h3 {
    padding-left: 0;
    margin-bottom: 5px;
    display: inline-block
}

.section-title.title-style-center_text.section-title h3:before {
    margin-left: -47px;
    left: 0;
    right: auto
}

.section-title.title-style-center_text.section-title h3:after {
    margin-right: -47px;
    left: auto;
    right: 0
}

.section-title .title-header {
    padding-bottom: 0
}

.section-title .title-desc {
    padding-top: 5px
}

.section-title.without-seperator {
    margin-bottom: 24px
}

.section-title.without-title-desc {
    margin-bottom: 0
}

.section-title.without-seperator h2.title {
    margin-bottom: 5px
}

.section-title.style2 .w-100 {
    width: 90%!important
}

.section-title.style2 .title-header {
    width: 38%;
    text-align: left;
    padding-right: 80px;
    position: relative;
    padding-bottom: 0
}

.section-title.style2 .title-desc .ttm-underline-strong:before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all .7s ease-in-out;
    left: 0;
    bottom: -1px;
    top: auto
}

.section-title.style2 .title-desc .ttm-underline-strong {
    position: relative
}

.section-title.style2 .title-desc,.section-title.style2 .title-header {
    display: table-cell;
    vertical-align: middle
}

.section-title.style2 .title-desc {
    padding-right: 0;
    padding-top: 0
}

.section-title.style2 {
    margin-bottom: 33px
}

.section-title.style2 .title-header:after {
    content: "";
    right: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    border-right-width: 1px;
    border-right-color: rgba(0,0,0,.08);
    border-right-style: solid
}

.ttm-bgcolor-darkgrey .section-title.style2 .title-header:after,.ttm-bgcolor-skincolor .section-title.style2 .title-header:after {
    border-right-color: rgba(255 255 255 / 5%)
}


.section-title.style3 .w-100 {
    width: 90%!important
}

.section-title.style3 .title-header {
    width: 25%;
    text-align: left;
    padding-right: 34px;
    position: relative;
    padding-bottom: 0
}

.section-title.style3 .title-desc .ttm-underline-strong:before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all .7s ease-in-out;
    left: 0;
    bottom: -1px;
    top: auto
}

.section-title.style3 .title-desc .ttm-underline-strong {
    position: relative
}

.section-title.style3 .title-desc,.section-title.style3 .title-header {
    display: table-cell;
    vertical-align: middle
}

.section-title.style3 .title-desc {
    padding-right: 0;
    padding-top: 0;
    text-align: justify;
}

.section-title.style3 {
    margin-bottom: 33px
}

.section-title.style3 .title-header:after {
    content: "";
    right: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    border-right-width: 1px;
    border-right-color: rgba(0,0,0,.08);
    border-right-style: solid
}

.ttm-bgcolor-darkgrey .section-title.style3 .title-header:after,.ttm-bgcolor-skincolor .section-title.style3 .title-header:after {
    border-right-color: rgba(255 255 255 / 5%)
}


.section-title.style4 .w-100 {
    width: 90%!important
}

.section-title.style4 .title-header {
    width: 13%;
    text-align: left;
    padding-right: 31px;
    position: relative;
    padding-bottom: 0
}

.section-title.style4 .title-desc .ttm-underline-strong:before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all .7s ease-in-out;
    left: 0;
    bottom: -1px;
    top: auto
}

.section-title.style4 {
    border-bottom: 1px solid #ddd;
}

.section-title.style4 .title-desc .ttm-underline-strong {
    position: relative
}

.section-title.style4 .title-desc,.section-title.style4 .title-header {
    display: table-cell;
    vertical-align: middle
}

.section-title.style4 .title-desc {
    padding-right: 0;
    padding-top: 0
}

.section-title.style4 {
    margin-bottom: 0px
}

.ttm-bgcolor-darkgrey .section-title.style4 .title-header:after,.ttm-bgcolor-skincolor .section-title.style4 .title-header:after {
    border-right-color: rgba(255 255 255 / 5%)
}
















.ttm-underline-strong:before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all .7s ease-in-out;
    bottom: -5px
}

.ttm-underline-strong {
    position: relative
}

.row-title .section-title h3 {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 22px;
    line-height: 1
}

.row-title .section-title h3:after,.row-title .section-title h3:before {
    content: unset
}

.row-title .section-title h2.title {
    font-size: 42px;
    line-height: 52px
}

.row-title.style2 .section-title h2.title {
    font-size: 33px;
    line-height: 43px
}

.ttm-horizontal_sep {
    border-top: 1px solid rgba(0,0,0,.04);
    display: block;
    position: relative
}

.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
    border-top-color: rgba(255,255,255,.08)
}

.ttm-bgcolor-white .ttm-horizontal_sep {
    border-top-color: #f1f1f1
}

.border,.border-bottom,.border-left,.border-right,.border-top,.border_1 {
    border-color: #e7e7e7!important
}

.ttm-bgcolor-darkgrey .border,.ttm-bgcolor-darkgrey .border-bottom,.ttm-bgcolor-darkgrey .border-left,.ttm-bgcolor-darkgrey .border-right,.ttm-bgcolor-darkgrey .border-top,.ttm-bgcolor-skincolor .border,.ttm-bgcolor-skincolor .border-bottom,.ttm-bgcolor-skincolor .border-left,.ttm-bgcolor-skincolor .border-right,.ttm-bgcolor-skincolor .border-top {
    border-color: rgba(255,255,255,.06)!important
}

.ttm-vertical_sep>[class*=col-]:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 15px;
    width: 1px;
    background-color: #e7e7e7
}

.row.no-gutters.ttm-vertical_sep>[class*=col-]:not(:last-child):before {
    right: 0
}

.ttm-bgcolor-darkgrey .ttm-vertical_sep>[class*=col-]:not(:last-child):before,.ttm-bgcolor-skincolor .ttm-vertical_sep>[class*=col-]:not(:last-child):before {
    background-color: #fffFFF14
}

.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    z-index: 1;
    position: relative;
    background-size: 200% auto;
    transition: all .5s ease 0s
}

.ttm-btn:after,.ttm-btn:before {
    position: absolute;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border: solid;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out
}

.ttm-btn:before {
    top: -7px;
    left: -7px;
    border-width: 0 1px 1px 0
}

.ttm-btn:after {
    bottom: -7px;
    right: -7px;
    border-width: 1px 0 0 1px
}

.ttm-btn:hover:before {
    left: 100%;
    transform: rotate(90deg)
}

.ttm-btn:hover:after {
    right: 100%;
    transform: rotate(90deg)
}

.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:after,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:before {
    content: unset
}

.ttm-btn.ttm-icon-btn-left {
    padding-left: 22px;
    transition: unset
}

.ttm-btn.ttm-icon-btn-right {
    padding-right: 22px;
    transition: unset
}

.ttm-btn.ttm-icon-btn-right i {
    padding-right: 2px
}

.ttm-btn-style-fill.ttm-btn-color-skincolor:hover {
    background-position: right center
}

.ttm-btn.ttm-icon-btn-left i,.ttm-btn.ttm-icon-btn-right i {
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    transition: .4s
}

.ttm-btn.ttm-icon-btn-right i {
    text-align: right;
    margin-left: 10px;
    margin-right: 0
}

.ttm-btn.ttm-icon-btn-left i {
    text-align: left;
    margin-right: 10px;
    margin-left: 0
}

.ttm-btn.ttm-btn-size-xs {
    font-size: 11px;
    padding: 8px 16px
}

.ttm-btn.ttm-btn-size-xs i {
    font-size: 10px;
    line-height: 11px
}

.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i {
    text-align: right;
    margin-left: 6px;
    margin-right: 0
}

.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i {
    text-align: left;
    margin-right: 6px;
    margin-left: 0
}

.ttm-btn.ttm-btn-size-sm {
    font-size: 13px;
    padding: 10px 18px 10px 18px
}

.ttm-btn.ttm-btn-size-sm i {
    font-size: 13px;
    line-height: 14px
}

.ttm-btn.ttm-btn-size-md {
    font-size: 15px;
    padding: 12px 25px
}

.ttm-btn.ttm-btn-size-md i {
    font-size: 15px;
    line-height: 15px
}

.ttm-btn.ttm-btn-size-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 20px 40px
}

.ttm-btn.ttm-btn-size-lg i {
    font-size: 17px;
    line-height: 18px
}

.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em
}

.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 3px
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0
}

.ttm-btn.ttm-btn-style-border {
    background-color: #0095da;
    border: 1px solid #0095da;
    border-radius: 20px;
    color: #fff;
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent
}

.ttm-btn.btn-inline {
    padding: 0;
    border: 0;
    background-color: transparent;
    text-transform: capitalize
}

.ttm-btn.btn-inline i {
    display: inline-block;
    vertical-align: middle;
    transition: 0s
}

.ttm-btn.btn-inline:after,.ttm-btn.btn-inline:before,button.ttm-btn:after,button.ttm-btn:before {
    content: unset
}

.ttm-btn.btn-inline.ttm-icon-btn-right i {
    margin-left: 7px;
    transition: ease-in-out .3s
}

.ttm-btn.btn-inline.ttm-icon-btn-left i {
    margin-right: 7px;
    transition: ease-in-out .3s
}

.ttm-btn.btn-inline i.fa-minus:before {
    height: 1px;
    display: block
}

.ttm-btn .fa-minus:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    content: "";
    height: 2px;
    width: 20px;
    background-color: currentColor
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0;
    z-index: 2
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play {
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md {
    height: 67px;
    width: 67px;
    line-height: 67px;
    margin: 0;
    z-index: 2
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play {
    font-size: 28px
}

i.fa-play {
    padding-left: 5px
}

.ttm-play-icon-btn .ttm-play-icon-animation {
    position: relative;
    display: inline-block;
    margin: 10px 0
}

.ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon {
    margin-bottom: 0
}

.ttm-play-icon-btn .ttm-play-icon-animation:after,.ttm-play-icon-btn .ttm-play-icon-animation:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%
}

.ttm-play-icon-btn .ttm-play-icon-animation:after {
    z-index: 1;
    width: calc(100% * 1.2);
    height: calc(100% * 1.2);
    opacity: .3
}

.ttm-play-icon-btn .ttm-play-icon-animation:before {
    width: calc(100% * 1.4);
    height: calc(100% * 1.4);
    opacity: .5
}

.ttm-play-icon-btn.with-border .ttm-play-icon-animation:before {
    border: 1px solid rgba(255,255,255,.15)
}

.ttm-play-icon-btn.with-border .ttm-play-icon-animation:after,.ttm-play-icon-btn.with-border .ttm-play-icon-animation:before {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.5);
    opacity: 1
}

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:after {
    opacity: .1
}

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:before {
    opacity: .3
}

.ttm-play-icon-btn:hover .ttm-play-icon-animation:after,.ttm-play-icon-btn:hover .ttm-play-icon-animation:before {
    -webkit-animation: sep-anim 1.05s infinite;
    -moz-animation: sep-anim 1.05s infinite;
    -ms-animation: sep-anim 1.05s infinite;
    -o-animation: sep-anim 1.05s infinite;
    animation: sep-anim 1.05s infinite
}

@-webkit-keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.ttm-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative
}

.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ttm-icon.ttm-icon_element-size-xs {
    height: 40px;
    width: 40px;
    line-height: 40px
}

.ttm-icon.ttm-icon_element-size-xs i {
    font-size: 20px;
    line-height: 1
}

.ttm-icon.ttm-icon_element-size-sm {
    height: 50px;
    width: 50px;
    line-height: 50px
}

.ttm-icon.ttm-icon_element-size-sm i {
    font-size: 25px
}

.ttm-icon.ttm-icon_element-size-md {
    height: 70px;
    width: 70px;
    line-height: 70px
}

.ttm-icon.ttm-icon_element-size-md i {
    font-size: 30px;
    line-height: 1
}

.ttm-icon.ttm-icon_element-size-lg {
    height: 88px;
    width: 88px;
    line-height: 88px
}

.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 50px
}

.ttm-icon.ttm-icon_element-size-xl {
    height: 90px;
    width: 90px;
    line-height: 90px
}

.ttm-icon.ttm-icon_element-size-xl i {
    font-size: 55px
}

.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1
}

.ttm-icon.ttm-icon_element-onlytxt i {
    position: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.ttm-icon.ttm-icon_element-style-round {
    border-radius: 5px
}

.ttm-icon.ttm-icon_element-style-rounded {
    border-radius: 50%
}

.ttm-icon.ttm-icon_element-style-square {
    border-radius: 0
}

.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: .3px;
    text-align: justify;
}

.ttm-list li {
    position: relative;
    padding-bottom: 5px
}

.ttm-list li:last-child {
    padding-bottom: 0
}

.ttm-list.ttm-list-style-disc {
    list-style: disc;
    padding-left: 15px
}

.ttm-list.ttm-list-style-square {
    list-style: square;
    padding-left: 15px
}

.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 2px;
    top: 1px;
    color: #000;
}

.ttm-list.ttm-list-style-icon li i.fa-minus:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor
}

.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 25px
}

.ttm-list.style1 li {
    padding-bottom: 10px
}

.ttm-list.style2 .ttm-list-li-content {
    display: inline-block;
    padding-left: 29px;
    color: #000;
}

.inside {
    position: relative;
    transition: all .4s;
    padding: 15px 0 10px
}

.ttm-fid-view-lefticon .ttm-fid-contents,.ttm-fid-view-lefticon .ttm-fid-icon-wrapper,.ttm-fid-view-righticon .ttm-fid-contents,.ttm-fid-view-righticon .ttm-fid-icon-wrapper {
    display: inline-block;
    vertical-align: middle
}

.ttm-fid-view-lefticon .ttm-fid-contents,.ttm-fid-view-righticon .ttm-fid-icon-wrapper {
    padding-left: 15px;
    text-align: left
}

.ttm-fid-view-topicon i {
    margin-bottom: 10px
}

.ttm-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    display: inline-block
}

.inside h4,.inside h4 span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px
}

.inside h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: inherit;
    position: relative
}

.ttm-fid sub {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
    margin-left: 2px
}

.ttm-fid.inside.ttm-fid-boxed-view {
    background-color: rgba(0,0,0,.02);
    padding: 25px 30px 35px 35px;
    margin: 15px 0
}

.ttm-bgcolor-darkgrey .ttm-fid.inside.ttm-fid-boxed-view,.ttm-bgcolor-skincolor .ttm-fid.inside.ttm-fid-boxed-view {
    background-color: rgba(242,242,242,.1)
}

.ttm-fid-view-circle-progress .ttm-circle-content {
    position: relative;
    text-align: center
}

.ttm-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.ttm-fid-view-circle-progress .ttm-fid-number,.ttm-fid-view-circle-progress .ttm-fid-number sub,.ttm-fid-view-circle-progress .ttm-fid-number sup {
    font-size: 26px;
    color: #232323
}

.ttm-fid-view-circle-progress .ttm-fid-title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    padding-top: 2px;
    letter-spacing: .5px
}

.ttm-highlight-fid-style1 {
    width: 200px;
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 20px 30px 30px
}

.ttm-highlight-fid-style1 .ttm-fid-icon {
    padding-bottom: 10px
}

.ttm-highlight-fid-style1 .ttm-fid-icon i {
    font-size: 50px
}

.ttm-highlight-fid-style1 .ttm-fid-contents {
    padding-left: 0;
    display: inline-block;
    width: 100%
}

.ttm-highlight-fid-style1 h4 {
    font-size: 40px;
    line-height: 50px;
    margin-right: 10px;
    color: #cda274;
    display: inline;
    float: left;
    position: relative
}

.ttm-highlight-fid-style1 sub {
    font-size: 46px;
    font-weight: 700
}

.ttm-highlight-fid-style1 h3 {
    font-size: 20px;
    line-height: 26px;
    display: inline
}

.ttm-highlight-fid-style1 h3 span {
    padding: 0;
    margin-top: 25px;
    display: block
}

.ttm-fid.inside.style2 {
    text-align: center;
    padding: 29px 15px 21px 15px
}

.ttm-fid.inside.style2 h4,.ttm-fid.inside.style2 h4 span {
    font-size: 70px;
    color: #cda274
}

.ttm-fid.inside.style2 h3.ttm-fid-title {
    padding-top: 25px;
    font-size: 21px;
    font-weight: 700
}

.ttm-fid.inside.style2 h3.ttm-fid-title:after {
    transform: scaleX(0);
    transition: transform .8s ease-in-out;
    position: absolute;
    content: '';
    border-bottom: 3px solid;
    height: 1px;
    width: 55%;
    left: 23%;
    padding-top: 41px;
    color: #cda274
}

.ttm-fid.inside.style2:hover h3.ttm-fid-title:after {
    transform: scaleX(1)
}

.ttm-fid.inside.style3 {
    padding: 35px 30px 40px;
    position: absolute;
    left: -30px;
    bottom: 60px;
    border-radius: 5px;
    max-width: 170px
}

.ttm-fid.inside.style3 h3.ttm-fid-title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
    padding-top: 8px;
    font-weight: 500
}

.ttm-fid.inside.style3 h4,.ttm-fid.inside.style3 h4 span {
    font-size: 56px;
    line-height: 1
}

.ttm-fid.inside.style3 h4 span {
    margin-left: 4px
}

.featured-icon-box {
    position: relative;
    margin: 15px 0
}

.featured-icon-box .ttm-icon {
    margin-bottom: 0
}

.featured-title h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px
}

.featured-icon-box .featured-icon .ttm-icon i {
    display: inline-block;
    transition: all .5s ease
}

.featured-icon-box.icon-align-before-content .featured-content,.featured-icon-box.icon-align-before-content .featured-icon,.featured-icon-box.icon-align-before-title .featured-icon,.featured-icon-box.icon-align-before-title .featured-title {
    display: table-cell;
    vertical-align: middle
}

.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 3px
}

.featured-icon-box.icon-align-before-content .featured-content,.featured-icon-box.icon-align-before-title .featured-title {
    padding-left: 15px
}

.featured-icon-box.icon-align-before-content .featured-title h3 {
    margin-bottom: 8px
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top {
    margin-bottom: 0
}

.featured-icon-box.icon-align-before-title .featured-title h3 {
    margin-bottom: 0
}

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0
}

.featured-icon-box.icon-align-before-title .featured-content {
    margin-top: 20px
}

.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px
}

.container {
    counter-reset: featuredbox-number
}

.featuredbox-number .ttm-num:before {
    counter-increment: featuredbox-number;
    content: counter(featuredbox-number) " "
}

.featured-icon-box.icon-align-before-content.style1 {
    margin: 0 0 15px
}

.featured-icon-box.icon-align-before-content.style1 .featured-icon {
    padding-top: 6px
}

.featured-icon-box.icon-align-before-content.style1 .featured-title h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0
}

.featured-icon-box.icon-align-before-content.style1:hover .featured-icon .ttm-icon i {
    transform: unset
}

.featured-icon-box.style2 {
    padding: 47px 25px 32px 40px;
    position: relative;
    border: 1px solid #000080;
    background-color: #fff;
}

.featured-icon-box.style2:hover {
    border-color: #000080;
}

.featured-icon-box.style2 .featured-icon .ttm-icon i {
    font-size: 40px
}

.ttm-bgcolor-white .featured-icon-box.style2 {
    border: 1px solid rgba(0,0,0,.09)
}

.ttm-bgcolor-white .featured-icon-box.style2:hover {
    border-color: rgba(0,0,0,.09)
}

.ttm-bgcolor-white .featured-icon-box.style2:after,.ttm-bgcolor-white .featured-icon-box.style2:before {
    border-color: rgba(0,0,0,.09)
}

.ttm-bgcolor-white .featured-icon-box.style2:hover:after,.ttm-bgcolor-white .featured-icon-box.style2:hover:before {
    border-color: rgba(0,0,0,.09)
}

.featured-icon-box.style2:before {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: #000;
}

.featured-icon-box.style2:hover:before {
    left: 100%;
    transform: rotate(90deg);
    border-color: #000;
}

.featured-icon-box.style2:after {
    position: absolute;
    bottom: -11px;
    right: -11px;
    content: "";
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: #000;
}

.featured-icon-box.style2:hover:after {
    right: 100%;
    transform: rotate(90deg);
    border-color: #000;
}

.featured-icon-box.style2 .featured-icon {
    opacity: 1
}

.featured-icon-box.style2 .featured-content,.featured-icon-box.style2 .featured-icon {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

/*.featured-icon-box.style2:hover .featured-icon {
    transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    opacity: 0
}*/

.featured-icon-box.style2:hover .featured-icon .ttm-icon i {
    transform: unset
}

.featured-imagebox-portfolio.style2 .featured-content .featured-icon i {
    display: inline-block;
    transition: all .5s ease
}

/*.featured-imagebox-portfolio.style2:hover .featured-content .featured-icon i {
    transform: rotateY(180deg)
}
*/
/*.featured-icon-box.style2:hover .featured-content {
    transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px)
}
*/
.featured-icon-box.style2 .featured-title h3 {
    font-size: 20px;
    color: #000080;
}

.featured-icon-box.style2 .featured-content .ttm-footer {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0
}

.featured-icon-box.style2:hover .featured-content .ttm-footer {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    opacity: 1
}

.featured-icon-box.style3 {
    text-align: center;
    padding: 54px 22px 40px;
    box-shadow: none;
    margin: 21px 0 0;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #f7f7f7
}

.featured-icon-box.style3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #c3002f;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.featured-icon-box.style3:hover:before {
    transform: scaleX(1)
}

.featured-icon-box.style3:hover .featured-icon i {
    transform: rotateY(180deg)
}

.featured-icon-box.style3 .featured-icon i {
    font-size: 45px
}

.featured-icon-box.style3 .featured-content {
    padding-top: 1px
}

.featured-icon-box.style3 .featured-title h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.featured-icon-box.style4 {
    text-align: center;
    margin: 20px 0 15px
}

.featured-icon-box.style4 .featured-icon {
    position: relative;
    transition: all .5s ease
}

.featured-icon-box.style4:hover .featured-icon {
    transform: translateY(-10px)
}

.featured-icon-box.style4 .featured-icon .ttm-icon {
    position: relative;
    font-size: 56px;
    line-height: 167px;
    height: 150px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    border: 1px dashed;
    border-radius: 50%;
    color: rgba(24,24,24,.59);
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .5s ease-in-out
}

.featured-icon-box.style4:hover .featured-icon .ttm-icon {
    background-color: #f7f7f7;
    border-color: #cda274
}

.featured-icon-box.style4:hover .featured-icon .ttm-icon i {
    color: #cda274
}

.featured-icon-box.style4 .featured-icon .ttm-icon i {
    font-size: 56px;
    color: rgba(24,24,24,.59)
}

.featured-icon-box.style4 .ttm-num {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 47px;
    border: 1px dashed;
    background-color: #fff;
    text-align: center
}

.featured-icon-box.style4 .featured-content {
    padding: 23px 15px 0
}

.featured-icon-box.style5:hover .featured-icon .ttm-icon i {
    transform: rotateY(180deg)
}

.featured-icon-box.style6 .featured-content {
    padding-left: 40px
}

.featured-icon-box.style6 .featured-title h3 {
    font-size: 21px;
    line-height: 30px
}

.featured-icon-box.style7 {
    text-align: center;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    padding-bottom: 33px
}

.featured-icon-box.style7 .featured-content {
    padding-top: 25px
}

.featured-icon-box.style7 .featured-title h3 {
    color: #232323
}

.featured-icon-box.style7 .featured-icon .ttm-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    line-height: 55px;
    border: 0;
    background-color: #cda274
}

.featured-icon-box.style7 .featured-icon .ttm-icon i {
    color: #fff
}

.featured-icon-box.style7:hover .featured-icon .ttm-icon i {
    transform: rotateY(180deg)
}

.featured-icon-box.style7 .featured-icon .ttm-icon:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 60px;
    border-width: 0 13px 12px 0;
    border-style: solid;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    display: block;
    border-color: #cda274;
    transition: all .4s;
    opacity: .7
}

.featured-icon-box.style7 .featured-icon .ttm-icon:after {
    position: absolute;
    content: "";
    right: 0;
    height: 11px;
    width: 100%;
    top: -11px;
    z-index: -4;
    border-color: #cda274;
    transition: all .5s;
    background-color: #cda274;
    transform: scale(1,1.2)
}

.featured-icon-box.style7 .featured-desc p {
    margin-bottom: 0
}

.featured-icon-box.style7 .featured-inner:after {
    transform: scaleX(0);
    transition: transform .8s ease-in-out;
    position: absolute;
    content: '';
    border-bottom: 5px solid;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom-color: #cda274
}

.featured-icon-box.style7:hover .featured-inner:after {
    transform: scaleX(1)
}

.featured-imagebox,.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden
}

.featured-imagebox {
    margin: 15px 0
}

.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden
}

.featured-imagebox .featured-content .category,.featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block
}

.featured-imagebox .featured-thumbnail img {
    width: 100%;
    height: 208px;
/*    transition: transform .5s ease-in-out;*/
/*    border-radius: 20px*/
}

.featured-imagebox:hover .featured-thumbnail img {
    /*transform: scale(1.2);
    border-radius: 20px*/
}

.ttm-box-view-content-inner,.ttm-box-view-overlay {
    position: relative
}

.ttm-box-view-content-inner:before,.ttm-box-view-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all .5s linear;
    z-index: 1
}

div:hover>.ttm-box-view-content-inner:before,div:hover>.ttm-box-view-overlay:before {
    opacity: .8;
    visibility: visible
}

.ttm-portfolio-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 83.95%;
    padding-top: 23px;
    height: 0
}

.ttm-portfolio-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.featured-imagebox-portfolio.style1 {
    z-index: 1;
    background-color: #fff;
    margin: 0 0 15px;
    border-right: 1px solid rgba(0,0,0,.09)
}

.featured-imagebox-portfolio.style1:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-imagebox-portfolio.style1.active:before {
    opacity: 1;
    backface-visibility: visible
}

.featured-imagebox-portfolio.style1:hover:before {
    opacity: 1;
    backface-visibility: visible
}

.featured-imagebox-portfolio.style1 .featured-thumbnail {
    opacity: 0
}

.featured-imagebox-portfolio.style1.active .featured-thumbnail {
    opacity: 1
}

.featured-imagebox-portfolio.style1:hover .featured-thumbnail {
    opacity: 1
}

.featured-imagebox-portfolio.style1 .featured-thumbnail img {
    width: calc(100% + 10px);
    max-width: none;
    height: 380px;
    opacity: 0;
    backface-backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: unset
}

.featured-imagebox-portfolio.style1.active .featured-thumbnail img {
    opacity: 1;
    backface-backface-visibility: visible;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.featured-imagebox-portfolio.style1:hover .featured-thumbnail img {
    opacity: 1;
    backface-backface-visibility: visible;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.featured-imagebox-portfolio.style1 .featured-content {
    position: absolute;
    background-color: #fff;
    padding: 60px 35px 35px 35px;
    left: 0;
    right: 0;
    top: 0
}

.featured-imagebox-portfolio.style1.active .featured-content,.featured-imagebox-portfolio.style1:hover .featured-content {
    color: #fff;
    background-color: unset;
    z-index: 2
}

.featured-imagebox-portfolio.style1 .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover {
    background-color: unset
}

.featured-imagebox-portfolio.style1.active .featured-title h3 a,.featured-imagebox-portfolio.style1:hover .featured-title h3 a {
    color: #fff
}

.featured-imagebox-portfolio.style1 .featured-content .featured-icon i {
    display: inline-block;
    transition: all .5s ease
}

.featured-imagebox-portfolio.style1:hover .featured-content .featured-icon i {
    transform: rotateY(180deg)
}

.featured-imagebox-portfolio.style1 .featured-title {
    padding-bottom: 12px
}

.featured-imagebox-portfolio.style1 .featured-title h3 {
    margin-bottom: 0
}

.featured-imagebox-portfolio.style1 .featured-desc {
    margin-bottom: 35px
}

.featured-imagebox-portfolio.style1 .featured-desc p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.featured-imagebox-portfolio.style1 .ttm-footer .ttm-btn.ttm-btn-color-white:hover,.featured-imagebox-portfolio.style4 .ttm-footer .ttm-btn.ttm-btn-color-white:hover {
    background-color: transparent
}

.featured-imagebox-portfolio.style2 {
    z-index: 1;
    background-color: #fff;
    overflow: visible
}

.featured-imagebox-portfolio.style2:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-imagebox-portfolio.style2 .featured-icon .ttm-icon {
    margin-bottom: 15px
}

.featured-imagebox-portfolio.style2.active:before {
    opacity: 1;
    backface-visibility: visible
}

.featured-imagebox-portfolio.style2:hover:before {
    opacity: 1;
    backface-visibility: visible
}

.featured-imagebox-portfolio.style2 .featured-thumbnail {
    opacity: 0
}

.featured-imagebox-portfolio.style2.active .featured-thumbnail {
    opacity: 1
}

.featured-imagebox-portfolio.style2:hover .featured-thumbnail {
    opacity: 1
}

.featured-imagebox-portfolio.style2 .featured-thumbnail img {
    width: calc(100% + 10px);
    max-width: none;
    height: 290px;
    opacity: 0;
    backface-backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: unset
}

.featured-imagebox-portfolio.style2.active .featured-thumbnail img {
    opacity: 1
}

.featured-imagebox-portfolio.style2:hover .featured-thumbnail img {
    opacity: 1
}

.featured-imagebox-portfolio.style2 .featured-content {
    position: absolute;
    background-color: #fff;
    padding: 47px 40px 7px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border: 1px solid rgba(0,0,0,.15)
}

.featured-imagebox-portfolio.style2 .featured-content:before {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0,0,0,.15);
    z-index: 9
}

.featured-imagebox-portfolio.style2 .featured-content:after {
    position: absolute;
    bottom: -11px;
    right: -11px;
    content: "";
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0,0,0,.15)
}

.featured-imagebox-portfolio.style2:hover .featured-content:before {
    left: 100%;
    transform: rotate(90deg)
}

.featured-imagebox-portfolio.style2:hover .featured-content:after {
    right: 100%;
    transform: rotate(90deg)
}

.featured-imagebox-portfolio.style2.active .featured-content,.featured-imagebox-portfolio.style2:hover .featured-content {
    color: #fff;
    background-color: unset;
    z-index: 2
}

.featured-imagebox-portfolio.style2 .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover {
    background-color: unset
}

.featured-imagebox-portfolio.style2.active .featured-title h3 a,.featured-imagebox-portfolio.style2:hover .featured-title h3 a {
    color: #fff
}

.featured-imagebox-portfolio.style2 .featured-content .featured-icon i {
    display: inline-block;
    transition: all .5s ease
}

.featured-imagebox-portfolio.style2:hover .featured-content .featured-icon i {
    transform: rotateY(180deg)
}

.featured-imagebox-portfolio.style2 .featured-title {
    padding-bottom: 15px
}

.featured-imagebox-portfolio.style2 .featured-title h3 {
    margin-bottom: 0
}

.featured-imagebox-portfolio.style2 .featured-desc {
    margin-bottom: 35px
}

.featured-imagebox-portfolio.style2 .featured-desc p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.featured-imagebox-portfolio.style3 .featured-content-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
/*    background-color: rgba(24,24,24,.73);*/
    opacity: 0;
    transition: opacity .4s ease-in-out,left .4s ease-in-out
}

.featured-imagebox-portfolio.style3 .featured-content-inner:before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 20px;
    right: 15px;
    bottom: 20px;
    left: 15px;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    pointer-events: none
}

.featured-imagebox-portfolio.style3 .featured-content-inner:after {
    top: 15px;
    right: 20px;
    bottom: 15px;
    left: 20px;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    pointer-events: none
}

.featured-imagebox-portfolio.style3 .featured-content {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 40px;
    opacity: 0;
    -webkit-transition: all .8s .2s;
    transition: all .8s .2s
}

.featured-imagebox-portfolio.style3 .featured-title h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    text-align: left
}

.featured-imagebox-portfolio.style3 .featured-desc p {
    color: rgba(255,255,255,.7)
}

.featured-imagebox-portfolio.style3 .ttm-footer {
    position: absolute;
    bottom: 50px;
    left: 50px;
    opacity: 0;
    -webkit-transition: all .8s .2s;
    transition: all .8s .2s
}

.featured-imagebox-portfolio.style3 .ttm-footer .ttm-btn i {
    font-size: 10px;
    line-height: 10px
}

.featured-imagebox-portfolio.style3:hover .featured-content-inner {
    opacity: 1
}

.featured-imagebox-portfolio.style3:hover .featured-content-inner:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.featured-imagebox-portfolio.style3:hover .featured-content-inner:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.featured-imagebox-portfolio.style3:hover .featured-content {
    opacity: 1
}

.featured-imagebox-portfolio.style3:hover .ttm-footer {
    opacity: 1
}

.featured-imagebox-portfolio.style4 {
    z-index: 1;
    background-color: #fff;
    overflow: visible
}

.featured-imagebox-portfolio.style4:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-imagebox-portfolio.style4 .featured-icon .ttm-icon {
    margin-bottom: 25px
}

.featured-imagebox-portfolio.style4.active:before {
    opacity: 1;
    backface-visibility: visible
}

.featured-imagebox-portfolio.style4:hover:before {
    opacity: 1;
    backface-visibility: visible
}

.featured-imagebox-portfolio.style4 .featured-thumbnail {
    opacity: 0
}

.featured-imagebox-portfolio.style4.active .featured-thumbnail {
    opacity: 1
}

.featured-imagebox-portfolio.style4:hover .featured-thumbnail {
    opacity: 1
}

.featured-imagebox-portfolio.style4 .featured-thumbnail img {
    width: calc(100% + 10px);
    max-width: none;
    height: 405px;
    opacity: 0;
    backface-backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: unset
}

.featured-imagebox-portfolio.style4.active .featured-thumbnail img {
    opacity: 1
}

.featured-imagebox-portfolio.style4:hover .featured-thumbnail img {
    opacity: 1
}

.featured-imagebox-portfolio.style4 .featured-content {
    position: absolute;
    background-color: #fff;
    padding: 60px 35px 35px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%)
}

.featured-imagebox-portfolio.style4.active .featured-content,.featured-imagebox-portfolio.style4:hover .featured-content {
    color: #fff;
    background-color: unset;
    z-index: 2
}

.featured-imagebox-portfolio.style4 .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover {
    background-color: unset
}

.featured-imagebox-portfolio.style4.active .featured-title h3 a,.featured-imagebox-portfolio.style4:hover .featured-title h3 a {
    color: #fff
}

.featured-imagebox-portfolio.style4 .featured-content .featured-icon i {
    display: inline-block;
    transition: all .5s ease
}

.featured-imagebox-portfolio.style4:hover .featured-content .featured-icon i {
    transform: rotateY(180deg)
}

.featured-imagebox-portfolio.style4 .featured-title {
    padding-bottom: 12px
}

.featured-imagebox-portfolio.style4 .featured-title h3 {
    margin-bottom: 0
}

.featured-imagebox-portfolio.style4 .featured-desc {
    margin-bottom: 35px
}

.featured-imagebox-portfolio.style5 .ttm-box-view-overlay:before {
    background-image: -webkit-linear-gradient(90deg,rgba(35,35,35,.9)40%,rgba(0,0,0,0)60%)
}

.featured-imagebox-portfolio.style5:hover .ttm-box-view-overlay:before {
    opacity: 1
}

.featured-imagebox-portfolio.style5 .ttm-footer {
    position: absolute;
    top: 30px;
    right: 30px
}

.featured-imagebox-portfolio.style5 .ttm-footer a {
    height: 45px;
    width: 45px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    background-color: #cda274
}

.featured-imagebox-portfolio.style5 .ttm-footer a i {
    color: #fff;
    margin-left: 4px;
    font-size: 16px;
    line-height: 1
}

.featured-imagebox-portfolio.style5:hover .ttm-footer a {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0)
}

.featured-imagebox-portfolio.style5 .featured-content {
    padding: 40px 0 40px 40px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    text-align: left;
    z-index: 2
}

.featured-imagebox-portfolio.style5:hover .featured-content {
    opacity: 1
}

.featured-imagebox-portfolio.style5 .featured-content .featured-desc p {
    font-size: 15px;
    transform: translateY(100%);
    transition: all .7s linear;
    margin-bottom: 0
}

.featured-imagebox-portfolio.style5 .featured-title h3 {
    margin-bottom: 2px;
    transform: translateY(100%);
    transition: all .9s linear;
    font-size: 22px
}

.featured-imagebox-portfolio.style5:hover .featured-content .featured-desc p,.featured-imagebox-portfolio.style5:hover .featured-title h3 {
    transform: translateY(0)
}

.featured-imagebox-team.style1:hover .featured-thumbnail img {
    transform: scale(1.05)
}

.featured-imagebox-team.style1 .featured-thumbnail img {
    transition: .4s ease-in-out
}

.featured-imagebox-team.style1 .ttm-media-link {
    opacity: 0;
    position: absolute;
    top: -16px;
    left: auto;
    bottom: 0;
    right: -40px;
    width: 18%;
    padding-top: 74px;
    padding-left: 5px;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    text-align: center
}

.featured-imagebox-team.style1:hover .ttm-media-link {
    opacity: 1;
    z-index: 1;
    right: 0
}

.featured-imagebox-team.style1 .media-block .social-icons li {
    list-style: none;
    padding-bottom: 15px;
    margin: 0
}

.featured-imagebox-team.style1 .featured-content {
    position: relative;
    padding: 15px 25px 17px 25px
}

.featured-imagebox-team.style1 .featured-content .featured-title h3 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 0
}

.featured-imagebox-team.style1 .team-position {
    font-size: 13px;
    margin-bottom: 0
}

.featured-imagebox-post {
    overflow: visible;
    z-index: 9999;
    margin: 10px 0 25px
}

.featured-imagebox-post .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    margin-bottom: 10px
}

.featured-imagebox-post .featured-content .post-meta span a {
    color: inherit
}

.featured-imagebox-post .featured-content .post-meta span:last-child {
    margin-right: 0
}

.featured-imagebox-post .featured-content .post-meta span:not(:last-child):after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #e7e7e7;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    top: 0;
    right: -12px
}

.featured-imagebox-post .featured-content .post-meta span i {
    padding-right: 5px;
    font-size: 14px
}

.featured-imagebox-post .ttm-box-post-date .ttm-entry-date {
    color: #000;
    display: inline-block;
    border-bottom: 3px solid #0095da
}

.featured-imagebox-post .ttm-box-post-date {
    position: absolute;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    top: -40px;
    left: 30px;
    background-color: #fff;
    transition: all .5s ease .3s
}

.featured-imagebox-post .ttm-box-post-date .entry-date {
    height: 60px;
    width: 60px;
    display: block;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-weight: 800;
    font-size: 17px
}

.ttm-box-post-date .ttm-entry-date .entry-month,.ttm-box-post-date .ttm-entry-date .entry-year {
    font-size: 15px;
    padding-top: 4px;
    font-weight: 400;
    display: block;
    text-transform: capitalize
}

.post-bottom.ttm-post-link {
    display: flex
}

.ttm-post-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 64.25%;
    padding-top: 25px;
    height: 0
}

.ttm-post-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.featured-imagebox-post.style1 .featured-content {
    background-color: #fff;
    padding: 20px 30px 70px 30px;
    margin: 0;
    border: 1px solid rgba(0,0,0,.08);
    border-top: none;
    z-index: 1;
    position: relative
}

.featured-imagebox-post.style1:hover .ttm-box-post-date {
    transform: rotateX(360deg)
}

.featured-imagebox-post.style1 .ttm-postbox-desc-footer {
    position: absolute;
    /*bottom: -17px;*/
    padding: 0
}

.featured-imagebox-post.style1 .ttm-postbox-desc-footer .ttm-btn {
    padding: 10px 30px 12px
}

.featured-imagebox-post.style2 {
    margin: 20px 0 0
}

.featured-imagebox-post.style2 .ttm-box-post-date {
    top: -20px;
    left: -20px;
    background-color: #232323;
    transition: .4s ease-in-out
}

.featured-imagebox-post.style2 .featured-content .post-meta span:not(:last-child):after {
    content: unset
}

.featured-imagebox-post.style2 .ttm-box-post-date .ttm-entry-date {
    color: #fff;
    border-bottom: none
}

.featured-imagebox-post.style2 .featured-content {
    position: relative;
    margin-left: 40px;
    padding-bottom: 2px;
    margin-top: -60px;
    z-index: 1;
    padding-top: 22px;
    padding-left: 30px
}

.featured-imagebox-post.style2 .featured-imagebox-post-inner {
    z-index: -1;
    border: 20px solid #000;
    border-top: none;
    border-right: none;
    position: relative
}

.featured-imagebox-post.style2 .featured-imagebox-post-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    right: 20px;
    z-index: 0
}

.featured-imagebox-post.style2 .ttm-postbox-desc-footer {
    position: absolute;
    bottom: -17px;
    padding: 0
}

.featured-imagebox-post.style2 .ttm-postbox-desc-footer .ttm-btn {
    padding: 10px 30px 12px
}

.featured-imagebox-post.style3 {
    margin: 20px 0 15px
}

.featured-imagebox-post.style3 .featured-content {
    padding: 21px 30px 10px;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%)
}

.featured-imagebox-post.style3 .featured-content .post-cat {
    padding-bottom: 2px
}

.featured-imagebox-post.style3 .featured-content .post-cat a {
    font-size: 14px;
    color: #cda274
}

.featured-imagebox-post.style3 .featured-content .ttm-footer-content {
    padding-top: 18px;
    position: relative;
    border-top: 1px dashed rgba(0,0,0,.07);
    margin-top: 17px
}

.featured-imagebox-post.style3 .featured-content .post-meta {
    margin: 0 0 4px 0;
    padding: 0
}

.featured-imagebox-post.style3 .featured-content .ttm-icon-box {
    position: absolute;
    top: 19px;
    right: 0
}

.featured-imagebox-services.style1 {
    padding: 15px;
    border-radius: 3px;
    padding-bottom: 0;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1)
}

.featured-imagebox-services.style1 .featured-content {
    padding: 30px 15px 15px 15px
}

.ttm-progress-bar {
    position: relative
}

.ttm-progress-bar .progressbar-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 6px;
    font-weight: 700
}

.ttm-progress-bar .progress-bar-percent {
    position: absolute;
    right: -20px;
    z-index: 3;
    margin-top: -35px;
    text-shadow: none;
    border-radius: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    height: 25px;
    width: 40px;
    overflow: visible;
    background-color: #000
}

.ttm-progress-bar .progress-bar-percent:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 5px solid rgba(255,255,255,.15);
    border-right: 5px solid rgba(255,255,255,.15);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: 25px
}

.ttm-progress-bar .progress-bar {
    display: block;
    height: 8px;
    position: relative;
    background-color: #cda274
}

.ttm-progress-bar:not(:last-child) {
    margin-bottom: 19px
}

.ttm-progress-bar .progress-bar-inner {
    box-shadow: none;
    height: 8px;
    width: 100%;
    z-index: 1;
    background-color: #232323
}

.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-inner {
    background-color: rgba(0,0,0,.1)
}

.testimonials {
    position: relative
}

.testimonials .testimonial-caption h3 {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 0
}

.testimonial-caption label {
    margin: 0;
    font-size: 14px;
    display: block!important;
}

.testimonials .testimonial-content blockquote {
    padding: 10px 25px;
    font-size: 17px;
    position: relative;
    line-height: 32px;
    font-style: normal;
    margin: 0;
    padding: 0
}

.star-ratings ul {
    padding: 0;
    margin: 0
}

.star-ratings li {
    font-size: 13.8px;
    min-width: 14px;
    display: inline-block;
    color: #e0e8f0
}

.star-ratings ul li.active,.star-ratings ul li.active i {
    color: #fd4
}

.testimonials.style1 {
    margin-right: 20px;
    margin-bottom: 20px
}

.testimonials.style1:after {
    content: "";
    height: 100%;
    width: 100%;
    
    display: block;
    position: absolute;
    right: -20px;
    top: 20px;
    z-index: -1;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.testimonials.style1 .testimonials-inner-item {
    margin-top: 30px;
    margin-bottom: 5px
}

.testimonials.style1 .testimonial-content {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 18px 30px 30px 30px
}

.testimonials.style1 .testimonial-content:before {
    position: absolute;
    content: '';
    height: 38px;
    width: 50px;
    right: 25px;
    top: -20px;
    display: block;
    background-repeat: no-repeat;
    -webkit-mask-box-image: url(../images/quote.svg);
    background-color: #f7f7f7;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    mask: url(../images/quote.svg)
}

.testimonials.style1 .ttm-ratting-star {
    overflow: hidden;
    padding: 5px 0 5px 0;
    display: block
}

.testimonials.style1 .ttm-ratting-star i {
    color: #f3c903;
    display: inline-block;
    width: 10px;
    margin: 0 2px
}

.testimonials.style1 .testimonial-avatar {
    display: block;
    width: 100%;
    padding-top: 20px
}

.testimonials.style1.reviews .testimonial-img img {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 0
}

.testimonials.style1 .testimonial-caption {
    padding-left: 20px;
    display: inline-block
}

.testimonials-info {
    text-align: center;
    position: relative
}

.testimonials-info .testimonials .testimonial-content blockquote {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 37px;
    margin: 0 30px 20px
}

.testimonials-info .testimonials .testimonial-content blockquote:before {
    position: absolute;
    content: "";
    background-color: #000;
    -webkit-mask-box-image: url(../images/qoute-bg-icon.html);
    mask: url(../images/qoute-bg-icon.html) no-repeat 100% 100%;
    mask-size: cover;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    display: block;
    opacity: .1;
    font-style: normal;
    width: 80px;
    height: 60px;
    transform: rotate(180deg)
}

.ttm-bgcolor-darkgrey .testimonials-info .testimonials .testimonial-content blockquote:before,.ttm-bgcolor-skincolor .testimonials-info .testimonials .testimonial-content blockquote:before {
    background-color: #fff
}

.testimonials-info .testimonial-caption label {
    font-size: 14px;
    font-weight: 400;
    color: inherit
}

.testimonials-nav {
    max-width: 315px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px
}

.testimonials-nav .testimonial-author_info .testimonial-avatar {
    position: relative;
    cursor: pointer;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.testimonials-nav .testimonial-author_info .testimonial-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: auto;
    opacity: .3;
    transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transform: translateZ(0)!important;
    -webkit-transform: translateZ(0)!important;
    border: 1px solid transparent;
    padding: 5px
}

.testimonials-nav .slick-current.testimonial-author_info .testimonial-avatar img {
    opacity: 1
}

.ttm-bgcolor-darkgrey .testimonials-nav .slick-current.testimonial-author_info .testimonial-avatar img,.ttm-bgcolor-skincolor .testimonials-nav .slick-current.testimonial-author_info .testimonial-avatar img {
    border-color: rgba(255,255,255,.5)
}

.testimonials-nav .slick-arrow {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    z-index: 1;
    background: 0 0;
    text-align: center
}

.testimonials-nav .slick-arrow.slick-prev {
    right: -15px
}

.testimonials-nav .slick-arrow.slick-next {
    left: -15px
}

.testimonials-nav .slick-next:before,.testimonials-nav .slick-prev:before {
    font-family: FontAwesome;
    content: "\f177";
    color: #7b8095;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    opacity: 1
}

.testimonials-nav .slick-prev:before {
    content: "\f178"
}

.ttm-bgcolor-darkgrey .slick-next:before,.ttm-bgcolor-darkgrey .slick-prev:before,.ttm-bgcolor-skincolor .slick-next:before,.ttm-bgcolor-skincolor .slick-prev:before {
    color: #fff
}

.client-box {
    position: relative;
    text-align: center
}

.client-box .ttm-client-logo-tooltip {
    margin-top: 45px;
    margin-bottom: 45px
}

.client-box .ttm-client-logo-tooltip,.client-box .ttm-client-logo-tooltip-inner {
    position: relative
}

.client-box .ttm-client-logo-tooltip img {
    text-align: center;
    display: block;
    margin: 0 auto;
    opacity: .75
}

.client-box:hover .ttm-client-logo-tooltip img {
    opacity: 1
}

.client-box .ttm-client-logo-tooltip .client-thumbnail_hover {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.client-box:hover .ttm-client-logo-tooltip .client-thumbnail_hover {
    bottom: 0
}

.client-box .client-thumbnail {
    padding: 8px 13px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle
}

/*.client-box .client-thumbnail img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    display: inline-block
}*/

/*.client-box:hover .client-thumbnail img {
    filter: grayscale(0);
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}*/

.wrap-acadion .accordion {
    margin-top: 15px
}

.accordion .toggle:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.accordion .toggle-title a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    position: relative
}

.accordion .toggle-title a i {
    margin-right: 15px
}

.accordion .toggle-content {
    margin-top: 15px
}

.accordion .toggle-content.show {
    display: block!important
}

.accordion .toggle-content p:last-child {
    margin-bottom: 0
}

.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: FontAwesome;
    right: 20px;
    top: 20px;
    display: inline-block;
    content: "\f106";
    border-radius: 50%;
    font-size: 12px;
    line-height: 10px
}

.accordion .toggle .toggle-title a.active:after {
    content: "\f107"
}

.accordion .toggle.ttm-toggle_style_classic {
    padding-bottom: 0;
    border: 0;
    position: relative;
    margin-bottom: 30px
}

.accordion .toggle.ttm-toggle_style_classic:last-child {
    margin-bottom: 0
}

.accordion .toggle.ttm-toggle_style_classic .toggle-content {
    padding: 18px 6px;
    margin-top: 0;
    margin-bottom: 1px;
    text-align: justify;
}

.accordion .toggle.ttm-toggle_style_classic .toggle-title a {
   
    padding: 15px 24px;
    -webkit-transition: color 0s ease-in-out;
    -o-transition: color 0s ease-in-out;
    transition: color 0s ease-in-out;
    border: 2px solid rgb(210 233 244);
    font-family: Jost,Sans-serif
}

.accordion .toggle.ttm-toggle_style_classic .toggle-title a:after {
    top: 30%;
    font-size: 23px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #232323
}

.toggle .toggle-title.ttm-toggle_style_classic a.active {
    margin: -1px
}

.accordion .toggle.ttm-toggle_style_border .toggle-title {
    border: 1px solid #f1f1f1
}

.accordion .toggle.ttm-toggle_style_border .toggle-title a {
    padding: 12px 20px
}

.accordion .toggle.ttm-toggle_style_border .toggle-content {
    padding: 14px 20px;
    border: 1px solid #f0f0f0
}

.accordion .toggle.ttm-control-left-true .toggle-title a {
    padding-right: 20px;
    padding-left: 48px
}

.accordion .toggle.ttm-control-left-true .toggle-title a:after {
    left: 20px
}

.accordion .alignleft {
    margin: .375em 1.75em 0 0
}

.wrap-form label {
    width: 100%;
    margin: 0
}

.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative
}

.wrap-form span.text-input>i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1
}

.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1
}

.wrap-form.contact_form span.text-input input,.wrap-form.contact_form span.text-input select,.wrap-form.contact_form span.text-input textarea {
    border-radius: 0;
    color: inherit;
    background-color: transparent;
    padding: 15px 30px
}

.wrap-form.contact_form button[type=submit] {
    font-size: 13px;
    padding: 14px 28px
}

.wrap-form.contact_form {
    margin-top: 30px
}

.wrap-form.contact_form .cookies label {
    width: auto;
    display: inline
}

.wrap-form.contact_form .ttm-btn.ttm-btn-size-md {
    padding: 15px 30px
}

.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input,.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select,.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12)
}

.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder,.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder,.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder {
    color: #fff
}

.wrap-form.request_qoute_form span.text-input input,.wrap-form.request_qoute_form span.text-input select,.wrap-form.request_qoute_form span.text-input textarea {
    padding: 17px 24px 16px;
    border-width: 2px;
    background-color: transparent
}

.ttm-tabs ul.tabs {
    padding: 0;
    margin: 0
}

.ttm-tabs ul.tabs li {
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}

.ttm-tabs ul.tabs li:last-child {
    margin-bottom: 0
}

.ttm-tabs .content-tab .content-inner {
    display: none
}

.ttm-tabs .content-tab .content-inner.active {
    display: block
}

.ttm-tabs.ttm-tab-style-01 ul.tabs {
    display: flex;
    overflow: hidden
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li {
    text-align: center;
    margin: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    border-bottom: 2px solid #e7e7e7;
    margin-right: 35px;
    background: #c2dde9;
    border-radius: 50px;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li:last-child {
    margin-right: 0
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
    padding: 14px 1px;
    font-size: 17px;
    line-height: 1;
    letter-spacing: .5px;
    display: block;
    font-weight: 700
}

.ttm-tabs.ttm-tab-style-01 .content-tab {
    padding-top: 30px
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    left: 50%;
    right: 50%;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    margin-bottom: -2px;
    margin-left: -7px
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom-color: #000;
    margin-left: -10px
}

.ttm-bgcolor-darkgrey .ttm-tabs.ttm-tab-style-01 ul.tabs,.ttm-bgcolor-skincolor .ttm-tabs.ttm-tab-style-01 ul.tabs {
    border-bottom: 1px solid rgba(255,255,255,.15)
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li {
    display: inline-block;
    margin-right: 10px
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 8px 25px 10px;
    margin-bottom: 5px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #b5b5b5;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    border: none;
    text-transform: capitalize
}

.ttm-tabs.ttm-tab-style-vertical {
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.ttm-tabs.ttm-tab-style-vertical .content-tab {
    padding: 0;
    margin: 0;
    padding-left: 30px
}

.ttm-tabs.ttm-tab-style-vertical ul.tabs li {
    margin-top: 1px;
    width: 100%;
    display: block
}

.ttm-tabs.ttm-tab-style-vertical ul.tabs li a {
    color: #fff;
    display: block;
    padding: 14px 20px;
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    border-radius: 0
}

.row.ttm-boxes-spacing-30px,.ttm-boxes-spacing-30px {
    margin: 0 -25px
}

.ttm-boxes-spacing-30px .ttm-box-col-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px
}

.row.ttm-boxes-spacing-25px,.ttm-boxes-spacing-25px {
    margin: 0 -20px
}

.ttm-boxes-spacing-25px .ttm-box-col-wrapper {
    padding-right: 12.5px;
    padding-left: 12.5px;
    padding-bottom: 15px
}

.row.ttm-boxes-spacing-20px,.ttm-boxes-spacing-20px {
    margin: 0 -15px
}

.ttm-boxes-spacing-20px .ttm-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px
}

.row.ttm-boxes-spacing-15px,.ttm-boxes-spacing-15px {
    margin: 0 -10px
}

.ttm-boxes-spacing-15px .ttm-box-col-wrapper {
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-bottom: 15px
}

.row.ttm-boxes-spacing-10px,.ttm-boxes-spacing-10px {
    margin: 0 -5px
}

.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px
}

.row.ttm-boxes-spacing-5px,.ttm-boxes-spacing-5px {
    margin: 0
}

.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px
}

.row.ttm-boxes-spacing-0px,.ttm-boxes-spacing-0px {
    margin: 0
}

.ttm-boxes-spacing-0px .ttm-box-col-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    outline: 0
}

.sidebar .widget-area .widget {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 35px 25px 30px
}

.sidebar .widget-area.widget_border .widget:not(.widget-contact) {
    padding: 15px 0 15px;
    overflow: visible;
    background-color: transparent;
    margin-bottom: 0
}

.sidebar .widget-area .widget:last-child,.sidebar .widget-area .widget_border .widget:last-child {
    margin-bottom: 0
}

.sidebar .widget ul {
    margin: 0;
    padding: 0
}

.sidebar .widget ul>li {
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
    position: relative;
    border-top: 1px dashed rgba(0,0,0,.09)
}

.sidebar .widget ul>li:first-child {
    border-top: none;
    padding-top: 0
}

.sidebar .widget ul>li:last-child {
    padding-bottom: 0
}

.sidebar .widget .widget-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    display: block;
    font-size: 20px;
    line-height: 28px;
    background-color: transparent
}

.sidebar .widget .widget-title:after {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 110px;
    left: 0;
    bottom: -1px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #0095da
}


.sidebar .widget-area.widget_border .widget.widget-banner,.sidebar .widget-area.widget_border .widget.widget-search {
    padding: 0;
    border: 0;
    margin-bottom: 20px
}

.sidebar .widget.widget-search .search-form {
    border: 0;
    position: relative
}

.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0
}

.sidebar .widget-search .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.sidebar .widget.widget-search .search-form .btn[type=submit] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 49px;
    height: 100%;
    line-height: 0;
    font-size: 14px;
    z-index: 1;
    border-radius: unset;
    box-shadow: unset
}

.sidebar .widget.widget-search .search-form .btn[type=submit] i {
    margin: 0;
    padding: 0
}

.widget ul.ttm-recent-post-list>li {
    padding: 0 0 10px;
    border-top: none
}

.widget ul.ttm-recent-post-list>li:last-child {
    padding-bottom: 0
}

.widget ul.ttm-recent-post-list>li>.post-detail a {
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.widget ul.ttm-recent-post-list>li img {
    display: block;
  /*  width: 80px;
    height: 80px;*/
    float: left;
    margin-right: 18px
}

.widget ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
    margin-bottom: 2px
}

.widget ul.ttm-recent-post-list>li .post-date i {
    margin-right: 6px;
    font-size: 11px
}

.widget ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both
}

.widget-categories ul li a {
    position: relative;
    padding-left: 25px
}

.widget-categories ul li {
    padding: 12px 0!important;
    border-top: 1px solid #f0f0f0;
    position: relative
}

.widget-categories ul li:first-child {
    padding-top: 0!important
}

.widget-categories ul li:last-child {
    padding-bottom: 0!important
}

.widget-categories ul li a:before {
    position: absolute;
    content: "\e65d";
    font-family: themify;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px
}

.widget .tagcloud a {
    display: inline-block;
    padding: 7px 21px;
    margin: 0 4px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    font-size: 15px!important;
    background-color: #fff;
    font-weight: 500;
    color: inherit
}

.widget.widget-nav-menu ul li {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    position: relative;
    display: block;
    background-color: #fff;
    transition: all .4s
}

.widget.widget-nav-menu ul li:last-child {
    margin-bottom: 0
}

.widget.widget-nav-menu ul li a {
    display: block;
    padding: 13px 15px 13px 15px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    background-color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.06);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%)
}

.widget.widget-nav-menu ul li a:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 50%;
    background: #eaeaea;
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    z-index: -1
}

.widget.widget-nav-menu ul li.active a:before,.widget.widget-nav-menu ul li:hover a:before {
    height: 100%;
    bottom: 0
}

.sidebar .widget-area .widget.widget-download {
    padding: 0;
    border: 0
}

.widget.widget-download ul li {
    margin-bottom: 10px;
    padding: 0;
    border: 0
}

.widget.widget-download ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid #e8ecef
}

.widget.widget-download ul li i {
    color: #fff;
    font-size: 20px;
    height: 51px;
    width: 51px;
    text-align: center;
    line-height: 51px;
    display: inline-block;
    margin-right: 20px;
    margin-top: -1px;
    margin-bottom: -1px
}

.gallery-wrapper {
    display: inline-table;
    margin: 0 -1.1666667% -1.1666667%
}

.gallery-item {
    display: inline-table;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.1801304%;
    text-align: center;
    vertical-align: top;
    margin: 0
}

.widget.contact-widget .featured-title h3 {
    color: #000
}

.widget.contact-widget .featured-icon-box {
    background-color: #fff;
    padding: 8px 20px 7px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.06);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%)
}

.sidebar .widget-area.widget_border .widget.widget-banner .spacing-13 {
    padding: 33px 30px 40px
}

.sidebar .widget-area.widget_border .widget.widget-banner .widget-title {
    border-bottom-color: rgba(255,255,255,.7)
}

.ttm-quicklink-box {
    margin-top: 25px
}

.sidebar .widget-area.widget_border .widget.widget-banner .ttm-lefticon-box {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    background-color: #cda274;
    display: table-cell;
    vertical-align: top
}

.sidebar .widget-area.widget_border .widget.widget-banner .ttm-righttext-box {
    padding-left: 20px;
    display: table-cell
}

.sidebar .widget-area.widget_border .widget.widget-banner .ttm-righttext-box h3 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

.sidebar .widget-area.widget_border .widget.widget-banner .ttm-righttext-box p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700
}

.sidebar .widget-area.widget_border .widget.widget-follow-us ul>li {
    border-top: none;
    padding-bottom: 15px;
    margin-top: -10px
}

.sidebar .widget-area.widget_border .widget.widget-follow-us ul>li a:hover {
    background-color: transparent;
    color: #cda274;
    border-color: #cda274
}

.pagination-block {
    display: block;
    margin-top: 35px;
    text-align: center
}

.pagination-block .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.ttm-bgcolor-grey .pagination-block .page-numbers {
    background-color: #fff
}

.pagination-block .page-numbers i {
    font-size: 12px
}

.ttm-pricing-plan {
    text-align: center;
    display: block;
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 30px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 30px
}

.ttm-pricing-plan:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.ttm-pricing-plan .ttm-p_table-image img {
    width: 100%;
    height: auto
}

.ttm-pricing-plan .ttm-p_table-amount,.ttm-pricing-plan .ttm-p_table-price {
    position: absolute;
    padding: 5px 30px 5px;
    margin-bottom: 0;
    background: #fff;
    display: block;
    top: 0;
    border: none;
    margin-top: 0
}

.ttm-pricing-plan .ttm-p_table-amount .cur_symbol {
    display: inline-block;
    font-size: 34px;
    color: #232323
}

.ttm-pricing-plan .ttm-p_table-amount .pac_frequency {
    font-size: 35px;
    line-height: 60px;
    font-weight: 600;
    display: inline-block
}

.ttm-pricing-plan .ttm-p_table-title h3 {
    padding-top: 30px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0
}

.ttm-pricing-plan .ttm-p_table-body {
    position: relative;
    padding: 16px 0 10px
}

.ttm-pricing-plan .ttm-p_table-body ul {
    list-style-type: none;
    margin: 0;
    padding: 12px 35px 10px
}

.ttm-pricing-plan .ttm-p_table-body ul li {
    padding: 14px 0 11px 0;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.08)
}

.ttm-pricing-plan .ttm-p_table-body ul li:first-child {
    border-top: 1px solid rgba(0,0,0,.08)
}

.ttm-pricing-plan .ttm-p_table-body ul li i {
    margin-right: 10px
}

.ttm-pricing-plan .ttm-p_table-footer {
    display: block;
    margin-top: 22px;
    margin-bottom: 17px;
    text-align: center
}

.ttm-pricing-plan .ttm-p_table-footer a {
    padding: 11px 30px 12px
}

.product {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin-bottom: 35px
}

.product-thumbnail {
    position: relative;
    overflow: hidden
}

.product:hover .product-thumbnail img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

.product .onsale {
    color: #fff;
    background-color: #000;
    font-size: 13px;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 20px;
    min-width: 50px;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    font-weight: 400;
    height: 26px;
    width: 55px;
    max-width: 55px;
    vertical-align: top;
    border-radius: 3px;
    margin: 0
}

.ttm-shop-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    text-align: center
}

.ttm-shop-icon .product-btn {
    height: 48px;
    line-height: 48px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.product:hover .ttm-shop-icon .product-btn {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.ttm-shop-icon .product-btn a {
    color: #fff
}

.product .product-content {
    padding: 18px;
    position: relative;
    border-top: 1px solid #f0f0f0;
    text-align: center
}

.product .product-content .product-title h2 {
    margin: 0;
    font-size: 17px;
    line-height: 25px
}

.product .ttm-ratting-star,.widget-top-rated-products .ttm-ratting-star {
    font-size: 12px;
    letter-spacing: 1px;
    color: #f5cc26!important;
    padding: 0
}

.product-price {
    font-size: 16px;
    color: #343c5c;
    font-weight: 600
}

.product-price del {
    font-size: 15px;
    color: #7b8095
}

.product-price ins,.widget-top-rated-products ins {
    margin-left: 5px;
    text-decoration: none
}

.widget-top-rated-products ins {
    padding: 1px 2px
}

.products-ordering,.products-result-count {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    justify-content: space-between
}

.products-ordering select {
    background-color: #fff;
    text-indent: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 50px;
    height: 46px
}

.products-ordering .orderby {
    position: relative
}

.products-ordering .orderby:after {
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px
}

ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px
}

.ttm-single-product-details {
    position: relative;
    overflow: hidden
}

.ttm-single-product-info {
    margin-bottom: 30px
}

.ttm-single-product-details div.images {
    width: 48%;
    float: left
}

.ttm-single-product-details div.summary {
    width: 48%;
    float: right;
    margin-bottom: 30px
}

.ttm-single-product-details .singel_product_title,.ttm-single-product-details h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px
}

.summary .price .Price-amount {
    font-size: 22px
}

.summary .ttm-ratting-star {
    line-height: 1;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    display: inline-block
}

.ttm-single-product-details .product-details__short-description {
    margin-top: 20px;
    margin-bottom: 30px
}

.screen-reader-text {
    display: none
}

.quantity .qty {
    height: 41px;
    width: 5.2em
}

.ttm-single-product-details .summary form.cart {
    margin-top: 30px;
    margin-bottom: 30px
}

.ttm-single-product-details form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.posted_in,.sku_wrapper {
    display: block
}

.posted_in span,.sku_wrapper span {
    font-weight: 500
}

.posted_in a {
    font-weight: 400
}

.ttm-single-product-details ul.tabs li a {
    font-weight: 600;
    padding: 12px 30px;
    font-size: 15px;
    display: block;
    border: 1px solid #e4e4e4;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize
}

.ttm-single-product-details ul.tabs li.active a {
    background-color: #fff!important;
    border-color: #e4e4e4!important;
    border-bottom: 0!important
}

.ttm-single-product-details ul.tabs li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #f7bd00
}

.ttm-single-product-details ul.tabs li.active a:before {
    opacity: 1
}

.ttm-single-product-details ul.tabs li {
    margin: 0 2px
}

.ttm-single-product-details ul.tabs li:first-child {
    margin-left: 0
}

.ttm-single-product-details .ttm-tabs .content-inner h2 {
    font-size: 24px;
    line-height: 1
}

.ttm-single-product-details .ttm-tabs .tabs {
    margin-bottom: 0
}

.ttm-single-product-details .ttm-tabs .content-tab {
    width: 100%;
    background: #fff!important;
    margin-top: -2px;
    padding: 30px;
    border: 1px solid #ececec
}

.related.products {
    margin-top: 50px
}

#reviews #comments ol {
    margin: 0;
    padding: 0;
    list-style: none
}

#reviews #comments ol.commentlist li img.avatar {
    width: 65px
}

#reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    border: 0
}

#reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e4e1e3;
    padding: 1em 1em 0;
    border-radius: 0;
    margin-left: 80px
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 12px;
    margin-bottom: 9px
}

#reviews #comments ol.commentlist li .comment-text p.meta .eview__author {
    font-size: 16px;
    font-weight: 600
}

.Reviews .star-rating {
    margin: 0;
    margin-top: 7px;
    float: right
}

.comment-form-rating {
    padding-bottom: 20px
}

.comment-form-rating .stars {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #ffdd20
}

#review_form_wrapper .comment-reply-title {
    font-size: 18px;
    line-height: 20px;
    color: #283d58
}

#review_form_wrapper .comment-respond p {
    margin: 0 0 10px
}

#reviews #review_form_wrapper select {
    width: 154px!important
}

#reviews #comment {
    height: 75px
}

#review_form_wrapper .comment-respond .form-submit {
    margin-top: 30px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0
}

table tbody tr,table thead tr {
    border: 1px solid #e6e6e6
}

table tbody th {
    border-right: 1px solid #e6e6e6
}

table.shop_attributes th {
    width: 150px;
    font-weight: 400;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

table.shop_attributes td {
    font-style: italic;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    padding-left: 10px;
    line-height: 1.5
}

table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.checkout,.ttm-cart-form {
    margin: 0;
    background-color: #fff
}

.checkout abbr {
    color: red
}

.checkout .form-group .form-control {
    padding: 10px 15px
}

.shop_table {
    border: 1px solid #ededed;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0
}

table.shop_table .Price-amount {
    color: #4d5257
}

table.shop_table tbody tr,table.shop_table thead tr {
    border: 1px solid #e6e6e6
}

table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    border-top: 1px solid rgba(0,0,0,.1)
}

table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 1.5em
}

table.shop_table .product-thumbnail img {
    width: 32px;
    height: auto
}

table.shop_table td.actions {
    text-align: right
}

table.shop_table td.actions .form-control {
    width: 150px;
    float: left;
    padding: 12px
}

.quantity,.quantity input {
    height: 41px;
    width: 88px
}

.coupon {
    float: left
}

table.shop_table td.actions .input-text {
    width: 150px
}

.coupon .form-control {
    float: left;
    margin: 0 4px 0 0
}

.actions button,.coupon button,a.checkout-button {
    border: 0
}

.coupon button,a.checkout-button,button.cart_button {
    padding: 15px 30px 15px;
    font-size: 14px;
    line-height: 1;
    text-align: center
}

button[disabled],html input[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.cart-collaterals {
    margin-top: 60px
}

.cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.cart_totals h2 {
    margin-bottom: 15px;
    font-size: 24px
}

a.checkout-button {
    display: block
}

a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

a.remove:hover {
    color: #fff;
    background: red
}

.checkout-process-div {
    margin: 16px 0;
    overflow: hidden;
    text-align: center
}

.checkout-button-separator {
    display: block;
    opacity: .5;
    margin: 0 0 16px
}

.form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none
}

form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.checkout h3#order_review_heading {
    margin-bottom: 30px;
    font-size: 30px;
    margin-top: 15px
}

.checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#payment .payment_box {
    border-top: 3px solid #a46497;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f8f9fa;
    color: #515151;
    padding-left: 50px
}

#payment div.form-row {
    padding: 1em
}

.checkout-process-div {
    margin: 16px 0;
    overflow: hidden
}

.checkout-button-separator {
    display: block;
    opacity: .5;
    margin: 0 0 16px
}

.coupon_toggle .coupon_code {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    border-top: 3px solid;
    background-color: #f8f9fa
}

#payment .payment_box:before,.coupon_toggle .coupon_code:before {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 1.5em;
    content: "\e67c";
    font-family: themify
}

.checkout-form input[type=email],.checkout-form input[type=tel],.checkout-form input[type=text] {
    line-height: normal
}

.checkout .additional-fields h3,.checkout .billing-fields h3 {
    font-size: 28px
}

.checkout-form.checkout-form-row-first,.checkout-form.checkout-form-row-last {
    width: 47%;
    overflow: visible
}

.checkout-form.checkout-form-row-first {
    float: left
}

.checkout-form.checkout-form-row-last {
    float: right
}

.checkout-form .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none
}

#payment div.checkout-form {
    padding: 1em
}

.checkout .checkout-form-row-first,.checkout .checkout-form-row-last {
    width: 47%;
    overflow: visible
}

.checkout .checkout-form-row-first {
    float: left
}

.checkout .checkout-form-row-last {
    float: right
}

.ttm-slider-inner:before {
    position: absolute;
    content: '';
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 7.8%;
    right: 6%;
    bottom: 7.8%;
    left: 6%;
    border-top: 1px outset rgba(255,255,255,.7);
    border-bottom: 1px outset rgba(255,255,255,.7);
    width: 88%
}

.ttm-slider-inner:after {
    position: absolute;
    content: '';
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 4%;
    right: 7.8%;
    bottom: 4%;
    left: 7.8%;
    border-right: 1px outset rgba(255,255,255,.7);
    border-left: 1px outset rgba(255,255,255,.7);
    height: 93%
}

.tm_coverimgbox_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    background: #000;
    padding: 0;
}

.tm_coverimgbox_wrapper.four_cols .tm_coverbox_contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.tm_coverimgbox_wrapper .tm_coverbox_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden
}

.tm_coverimgbox_wrapper .tm_coverbox_img {
    visibility: hidden;
    opacity: 0;
    transition-duration: 1.5s;
    transition: all 1s
}

.tm_coverimgbox_wrapper .tm_coverbox_contents:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2
}

.tm_coverimgbox_wrapper .tm_box_overlay,.tm_coverimgbox_wrapper .tm_coverbox_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden
}

.tm_coverimgbox_wrapper .tm_box_overlay {
    z-index: 1;
    background: rgba(0,0,0,.3)
}

.tm_coverimgbox_wrapper .tm_coverbox_img img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
}

.tm_coverimgbox_wrapper .tm_coverbox_img.active {
    opacity: 1;
    visibility: visible;
    /*-ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)*/
}

.tm_coverbox_contents {
    min-height: 70vh
}

.tm_coverimgbox_wrapper .tm_coverbox_contents {
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 0 50px 57px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: end;
    border-right: 1px solid rgba(256,256,256,.5)
}

.tm_coverimgbox_wrapper .tm_coverbox_contents .featured-content {
    opacity: 1;
   /* transition: transform .9s ease;
    -moz-transform: translateY(170px);
    -ms-transform: translateY(170px);
    -webkit-transform: translateY(170px);
    transform: translateY(170px)*/
}

.tm_coverimgbox_wrapper .tm_coverbox_contents:hover .featured-content {
    opacity: 1;
    /*-moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)*/
}

.tm_coverimgbox_wrapper .tm_coverbox_contents:first-child .featured-content {
    opacity: 1;
    transform: translateY(0)
}

.tm_coverimgbox_wrapper .featured-content .featured-title h3 {
    text-align: center;
    position: relative;
    color: #fff !important;
    font-size: 18px;
    margin-bottom: 20px;
}

.tm_coverimgbox_wrapper .featured-content .featured-title h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: -13px;
    left: 0
}

.tm_coverimgbox_wrapper .featured-content .featured-desc p {
    padding-bottom: 13px;
    color: #fff !important;
}

.tm_coverimgbox_wrapper .featured-content .ttm-footer a {
    padding: 10px 30px
}

/*.tm_coverimgbox_wrapper .featured-content .ttm-footer a:hover {
    background-color: transparent
}*/

.tm_coverimgbox_wrapper .tm_coverbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat
}

.ttm_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999
}

.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center
}

.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323
}

.tmtheme_fbar_icons>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: .5s ease;
    padding: 0 20px
}

.tmtheme_fbar_icons>span>span {
    padding-left: 5px
}

.tmtheme_fbar_icons>span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px
}

.tmtheme_fbar_icons:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.ttm_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999
}

.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center
}

.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323
}

.tmtheme_fbar_icons>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px
}

.tmtheme_fbar_icons>span>span {
    padding-left: 5px
}

.tmtheme_fbar_icons>span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px
}

.tmtheme_fbar_icons:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left
}

.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120
}

.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px
}

.ttm-tabs.ttm-tab-style-03 ul.tabs li.active a {
    border-bottom: 2px solid;
}

.ttm-tabs.ttm-tab-style-03 ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 4px 5px 2px;
    margin-bottom: 5px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    border: none;
    text-transform: capitalize;
    color: #848484;
}
.ttm-bgcolor-darkgrey{
    background-color: #3547f730;
}
.featured-icon-box.style2:hover:before {
    left: 100%;
    transform: rotate(90deg);
    border-color: 2px solid #000;
}
.des-view{
  display: block!important;
}
.mb-view{
  display: none!important;
}

/*mobile view*/

@media only screen and (max-width: 991px){

    .hero-style6 .sub-title {
    font-size: 25px;
    line-height: 31px
}
.hero-style6 .hero-title {
        font-size: 17px;
        }

.des-view{
  display: none!important;
}
.mb-view{
  display: block!important;
}
.title h1{
    font-size: 25px;
}
.title h2 {
    font-size: 20px;
}
.title h3 {
    font-size: 14px;
}
.mb-padding0{
  padding-top: 1px!important;
}
.mb-padding{
  padding-top: 5px;
}
.mb-padding1{
  padding-top: 10px;
}
.mb-padding2{
  padding-top: 15px;
}
.mb-padding3{
  padding-top: 20px!important;
}
.mb-padding4{
  padding-top: 30px!important;
}
.mb-padding5{
  padding-top: 40px!important;
}
.mb-paddingb0{
  padding-bottom: 1px!important;
}
.mb-paddingb{
  padding-bottom: 5px;
}
.mb-paddingb1{
  padding-bottom: 10px;
}
.mb-paddingb2{
  padding-bottom: 15px;
}
.mb-paddingb3{
  padding-bottom: 20px!important;
}
.mb-paddingb4{
  padding-bottom: 30px;
}
.mb-paddingb5{
  padding-bottom: 40px;
}
.mb-margin3{
  margin-top: 0px;
}
.mb-margin3b{
  margin-bottom: 0px;
}
.mb-text-center{
  text-align: center;
}
.font-18 {
    font-size: 1rem !important;
}
.testi-grid {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 6px 15px rgba(8,14,28,0.06);
    border-radius: 10px;
    padding: 98px 30px 24px 30px;
    margin-top: 40px
}
.mb-just-center{
    justify-content: center;
}
.th-slider.has-shadow .swiper-wrapper {
    padding: 34px 0;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.main-menu.style2>ul>li>a {
    padding: 2px 7px;
}
}

@media (min-width: 350px) and (max-width: 992px) {
    /*.slider-arrow {
        --pos-x: -12px;
    }*/
}
@media (max-width: 440px) {
    .pading1{
        padding-top: 25px;
        padding-right: 30px;
    }
    .pading2{
        padding-top: 33px;
        padding-left: 0px;
    }
    .pading3{
        padding-bottom: 20px;
    }
    .circle {
        width: 134px;
        height: 134px;
    }
    .text-circle svg {
        width: 92px;
    }
    .font-18 {
        font-size: 15px !important;
    }
    .mb-flex ul li{
        display: flex!important;
        justify-content: center!important;
    }
}
@media (max-width: 767px) {
.mb-padding41{
  padding-top: 30px!important;
}
}

.blog-content h2
{
    font-weight: 400 !important;
    line-height: 1 !important;
}
.theme-color{
    color: #134142;
}
.testi-card-area .slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: #93c7c8;
    border: 1px solid var(--theme-color);
    -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, 0px);
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 40px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 55px) / -2);
    z-index: 3;
    border-radius: 50%;
}
.testi-card-area .slider-arrow.slider-next {
    right: var(--pos-x, 0px);
    left: auto;
}
.sub-banner{
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}
.th-team {
    position: relative
}

.th-team .team-img {
    position: relative;
    overflow: hidden
}

.th-team .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-team .team-desig {
    font-size: 14px;
    display: block;
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: var(--theme-color)
}

.th-team .box-title {
    margin-bottom: 3px;
    text-align: center!important;
}

.th-team:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.th-team:hover .team-social {
    visibility: visible;
    opacity: 1
}

.team-card {
    text-align: center
}

.team-card .team-content {
    box-shadow: 0px 10px 30px rgba(8,14,28,0.06);
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 16px 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    max-width: 270px;
    margin: -32px auto 0 auto
}

.team-card .team-img {
    border-radius: 10px
}

.team-sec {
    position: relative;
    background-color: var(--smoke-color);
    background-size: auto;
    background-position: bottom left;
    overflow: hidden
}

@media (max-width: 575px) {
    .team-card {
        max-width:320px;
        margin-left: auto;
        margin-right: auto
    }
}

.team-box {
    position: relative;
    background-color: var(--white-color);
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-box .team-img {
    border-radius: 10px 10px 0 0
}

.team-box .team-content {
    padding: 26px 10px;
    position: relative;
    z-index: 2
}
