@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap";
@import "animate.css";
@import "owl.css";
@import "swiper.min.css";
@import "jquery.fancybox.min.css";
@import "jquery-ui.css";
@import "linear.css";
@import "select2.min.css";
@import "fontawesome.css";
@import "flaticon-set-logistics.css";
@import "flaticon-insurance.css";
@import "tm-bs-mp.css";
@import "tm-utility-classes.css";

:root {
    --theme-color1-rgb: 4, 97, 193;
    --theme-color2-rgb: 254, 74, 75;
    --theme-color3-rgb: 243, 243, 243;
    --theme-color4-rgb: 249, 123, 106;
    --theme-color5-rgb: 54, 213, 250;
    --theme-color-light: #ffffff;
    --theme-color-dark: #041F57;
    --theme-color1: #0461c1;
    --theme-color2: #CDA47E;
    --theme-color3: #f3f3f3;
    --theme-color4: #f97b6a;
    --theme-color5: #36d5fa;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --text-color: rgb(2, 39, 112);
    --headings-color: #041F57;
    --link-color: var(--theme-color-dark);
    --link-hover-color: var(--theme-color-dark);
    --text-font: "Roboto", sans-serif;
    --title-font: "Poppins", sans-serif;
    --style-font: "Poppins", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1.2em;
    --line-height-heading: 1.211em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 72px;
    --h2-font-size: 48px;
    --h3-font-size: 40px;
    --h4-font-size: 30px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: var(--theme-color1);
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 600;
    --sec-title-subtitle-line-height: 30px;
    --sec-title-color: var(--theme-color-dark);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: 700;
    --sec-title-title-line-height: 54px;
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #000000;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1196px;
    --container-pt: 120px;
    --container-pb: 120px
}

::-moz-selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none
}

::selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none
}

:active,
:focus {
    outline: none !important
}

::-webkit-input-placeholder {
    color: #fff
}

::-moz-input-placeholder {
    color: #fff
}

::-ms-input-placeholder {
    color: #fff
}

body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    letter-spacing: -.01em
}

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    letter-spacing: -.1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-)
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
    font-weight: 400;
    line-height: 1;
    color: var(--headings-color)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1)
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading)
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading)
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading)
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading)
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small)
}

table p {
    margin-bottom: 0
}

p {
    margin-bottom: 20px
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
    text-decoration: underline
}

a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none
}

a b,
a strong {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a img {
    border: none
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px
}

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold)
}

iframe {
    border: none !important
}

.container .container {
    width: 100%
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0
}

section>.container,
section>.container-fluid {
    padding-top: var(--container-pt);
    padding-bottom: var(--container-pt)
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width)
    }
}

.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #fff;
    font-size: .9rem;
    width: 100%
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-control::placeholder,
.input-text::placeholder {
    color: #fff;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #fff
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #fff
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.dark-layout {
    background-color: var(--theme-color-dark) !important;
    --sec-title-color: var(--theme-color-light)
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
    color: var(--theme-color-light)
}

.dark-layout .preloader {
    background-color: var(--theme-color-dark)
}

.dark-layout .preloader:after {
    background-image: url(../images/logo.png)
}

.dark-layout .sticky-header {
    background-color: var(--theme-color-dark)
}

.dark-layout .hidden-bar .upper-box {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.dark-layout .hidden-bar .social-links {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.dark-layout .hidden-bar .social-links li {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%
}

textarea {
    overflow: hidden;
    resize: none
}

button {
    outline: none !important;
    cursor: pointer
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.title a {
    color: inherit
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #fff
}

.large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

.auto-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

.small-container {
    position: static;
    max-width: var(--small-container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.dropdown-toggle::after {
    display: none
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    margin-left: -55px;
    margin-top: -70px;
    height: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
    background-image: url(../images/icons/preloader.png);
    content: ""
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    color: var(--theme-color-dark);
    font-weight: 600;
    font-size: 14px;
    font-family: var(--title-font);
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading";
    -webkit-transition: none;
    transition: none
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: var(--theme-color-light);
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color1);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1399.98px) {
    .scroll-to-top {
        bottom: 70px
    }
}

.scroll-to-top:hover {
    background: var(--theme-color-dark);
    color: #fff
}

.link-style-one {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--theme-color-dark)
}

.link-style-one:before {
    position: absolute;
    left: 0;
    right: 18px;
    bottom: 2px;
    height: 1px;
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.link-style-one i {
    position: relative;
    top: 1px;
    display: block;
    font-size: 14px;
    margin-left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.link-style-one:hover {
    color: var(--theme-color1)
}

.link-style-one:hover:before {
    right: 100%
}

.list-style-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    color: #050c18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 94px
}

.list-style-one li:last-child {
    margin-right: 0 !important
}

.list-style-one li:last-child:before {
    display: none
}

.list-style-one li:before {
    content: "";
    height: 1px;
    background-color: #050c18;
    width: 35px;
    right: -72px;
    bottom: 22px;
    opacity: 10%;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.list-style-one li i {
    color: var(--theme-color1);
    font-size: 34px;
    margin-right: 15px
}

.list-style-one li a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #050c18;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.list-style-one li a:hover {
    color: var(--theme-color1)
}

.list-style-one li a:hover span {
    color: #050c18
}

.list-style-one li a span {
    font-size: 12px;
    font-weight: 400
}

.list-style-one li span {
    color: #050c18;
    font-size: 12px;
    font-weight: 400
}

.list-style-one.light li {
    color: var(--theme-color-light)
}

.list-style-one.light li a {
    color: var(--theme-color-light)
}

.list-style-one.light li a:hover {
    color: var(--theme-color1)
}

.list-style-one.light i {
    color: var(--theme-color-light)
}

.list-style-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-style-two li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    font-weight: 600;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 15px
}

.list-style-two li i {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color1);
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.list-style-two li a {
    display: inline-block;
    font-weight: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.list-style-two li a:hover {
    color: var(--theme-color1)
}

.list-style-two.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-style-two.two-column li {
    width: 50%
}

@media(max-width:767.98px) {
    .list-style-two.two-column li {
        width: 100%
    }
}

.list-style-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0
}

.list-style-three li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8f8f8f;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-style-three li i {
    margin-right: 10px;
    color: var(--theme-color1);
    font-size: 14px;
    line-height: 20px
}

.list-style-three li a {
    display: inline-block;
    color: #8f8f8f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.list-style-three li a:hover {
    color: #fff
}

.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-icon-one li {
    position: relative;
    margin-left: 50px
}

.social-icon-one li:first-child {
    margin-left: 0
}

.social-icon-one li a {
    position: relative;
    display: block;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #bdbdbd;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-one li a:hover {
    color: var(--theme-color1)
}

.social-icon-one.light li a {
    color: var(--theme-color-light)
}

.social-icon-one.light li a:hover {
    color: var(--theme-color1)
}

.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-icon-two li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px
}

.social-icon-two li:first-child {
    margin-left: 0
}

.social-icon-two li a {
    position: relative;
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-two li a i {
    position: relative
}

.social-icon-two li a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50px
}

.social-icon-two li a:hover {
    color: #fff
}

.social-icon-two li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.social-icon-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-icon-three li {
    position: relative;
    margin-left: 27px
}

.social-icon-three li:first-child {
    margin-left: 0
}

.social-icon-three li a {
    position: relative;
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-three li a:hover {
    color: var(--theme-color1)
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg-pattern-1 {
    background-image: url(../images/icons/pattern-1.jpg)
}

.bg-pattern-2 {
    background-image: url(../images/icons/pattern-2.jpg)
}

.bg-pattern-4 {
    background-image: url(../images/icons/pattern-4.jpg)
}

.bg-pattern-5 {
    background-image: url(../images/icons/pattern-5.png)
}

.bg-pattern-6 {
    background-image: url(../images/icons/pattern-6.jpg)
}

.bg-pattern-7 {
    background-image: url(../images/icons/pattern-7.jpg)
}

.bg-pattern-8 {
    background-image: url(../images/icons/pattern-8.jpg)
}

.bg-pattern-9 {
    background-image: url(../images/icons/pattern-9.jpg)
}

.bg-pattern-10 {
    background-image: url(../images/icons/pattern-10.jpg)
}

.bg-pattern-11 {
    background-image: url(../images/icons/pattern-11.jpg)
}

.bg-pattern-14 {
    background-image: url(../images/icons/pattern-14.jpg)
}

.bg-pattern-16 {
    background-image: url(../images/icons/pattern-16.jpg)
}

.bg-pattern-19 {
    background-image: url(../images/icons/pattern-19.jpg)
}

.devider {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 80%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

@media(max-width:1199.98px) {
    .devider {
        width: 100%
    }
}

.tabs-box {
    position: relative
}

.tabs-box .tab {
    display: none
}

.tabs-box .active-tab {
    display: block
}

.play-btn {
    position: relative
}

.play-btn:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-dark)
}

.play-btn .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.play-btn .circle-text img {
    position: relative;
    display: inline-block;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear
}

.play-btn-two {
    position: relative
}

.play-btn-two:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-dark)
}

.play-btn-two .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 122px;
    width: 122px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.play-btn-two .circle-text img {
    position: relative;
    display: inline-block;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.play-now:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    color: var(--theme-color-dark);
    z-index: 1;
    font-size: 22px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, .6);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
}

.play-now .ripple.light:before,
.play-now .ripple.light:after,
.play-now .ripple:before.light:before,
.play-now .ripple:before.light:after,
.play-now .ripple:after.light:before,
.play-now .ripple:after.light:after {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px transparent;
        box-shadow: 0 0 0 50px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px transparent;
        box-shadow: 0 0 0 50px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.play-now-two {
    height: 150px;
    width: 150px;
    background-color: rgba(21, 21, 21, .5);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear
}

.play-now-two:hover {
    color: #ff9205;
    background-color: #fff
}

.info-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    padding-left: 70px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    font-family: var(--title-font)
}

@media(max-width:991.98px) {
    .info-btn {
        padding-left: 70px
    }
}

.info-btn:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.info-btn small {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color-dark);
    margin-bottom: 8px
}

@media(max-width:991.98px) {
    .info-btn small {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.info-btn strong {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color1)
}

@media(max-width:991.98px) {
    .info-btn strong {
        font-size: 26px
    }
}

@media(max-width:575.98px) {
    .info-btn strong {
        font-size: 20px
    }
}

.info-btn .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .info-btn .icon {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
}

.info-btn:hover {
    color: var(--theme-color1)
}

.info-btn-two {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 74px;
    padding: 0 42px;
    padding-left: 90px;
    border-radius: 50px;
    background-color: var(--theme-color-light);
    font-family: var(--title-font)
}

@media(max-width:991.98px) {
    .info-btn-two {
        padding-left: 70px
    }
}

.info-btn-two small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color-dark);
    margin-bottom: 0
}

.info-btn-two strong {
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color-dark)
}

.info-btn-two .icon {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1)
}

.info-btn-two:hover {
    color: var(--theme-color1)
}

.styled-pagination {
    position: relative;
    max-width: 356px;
    margin: 12px auto;
    width: 100%;
    margin-top: 60px;
    background-color: transparent
}

.styled-pagination .swiper-pagination-progressbar-fill {
    background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%)
}

.styled-pagination .swiper-pagination-progressbar-fill:before {
    position: absolute;
    top: -7px;
    height: 15px;
    width: 15px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    content: ""
}

.swiper-horizontal {
    padding-bottom: 70px
}

.swiper-horizontal>.styled-scrollbar {
    border-radius: 2px;
    height: 3px;
    width: 356px;
    bottom: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%)
}

.swiper-horizontal>.styled-scrollbar>.swiper-scrollbar-drag {
    background-color: var(--theme-color1);
    border-radius: 50%;
    height: 15px;
    max-width: 15px;
    top: -6px;
    cursor: pointer
}

.skills {
    position: relative
}

.skills .skill-item {
    position: relative;
    margin-bottom: 35px
}

.skills .skill-item:last-child {
    margin-bottom: 0
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 6px;
    margin-top: 31px
}

.skills .skill-item .skill-header .skill-title {
    font-size: 14px;
    color: var(--theme-color-dark);
    font-weight: 600;
    font-family: var(--text-font)
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 6px
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 6px
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background-color: var(--theme-color1)
}

.skills .skill-item .skill-bar .bar-inner .bar:before {
    border: 1px solid #d7d7d7;
    content: "";
    top: -4px;
    left: -3px;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px)
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 8px;
    bottom: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--theme-color1);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    height: 26px;
    text-align: center
}

.select2-results__option {
    padding: 0 10px;
    color: #7c858c
}

.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7c858c;
    padding-left: 0
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme-color1)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    height: auto;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #7c858c
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: relative;
    content: "\f107";
    font-family: "font awesome 6 pro";
    font-weight: 900
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single {
    border-radius: 0
}

.default-dots .owl-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.default-dots .owl-dots .owl-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #b1b1b1;
    border: 3px solid transparent;
    margin-left: 5px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.default-dots .owl-dots .owl-dot:first-child {
    margin-left: 0
}

.default-dots .owl-dots .owl-dot.active {
    border: 3px solid var(--theme-color1);
    background-color: var(--theme-color1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.default-navs .owl-next,
.default-navs .owl-prev {
    display: block;
    margin: 0 5px;
    height: 65px;
    width: 65px;
    color: var(--theme-color1);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 63px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.default-navs .owl-next span,
.default-navs .owl-prev span {
    display: inline-block;
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 1px solid var(--theme-color1)
}

.custom-navs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-navs .owl-nav .owl-prev,
.custom-navs .owl-nav .owl-next {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 87px;
    padding-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.custom-navs .owl-nav .owl-prev:before,
.custom-navs .owl-nav .owl-next:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: var(--theme-color1);
    opacity: .1;
    content: "";
    border-radius: 50px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.custom-navs .owl-nav .owl-prev:hover,
.custom-navs .owl-nav .owl-next:hover {
    padding: 0 17px
}

.custom-navs .owl-nav .owl-prev:hover:before,
.custom-navs .owl-nav .owl-next:hover:before {
    width: 100%
}

.custom-navs .owl-nav .owl-next {
    padding-left: 0;
    padding-right: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.custom-navs .owl-nav .owl-next:before {
    left: auto;
    right: 0
}

.custom-navs-two .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.custom-navs-two .owl-nav:before {
    border: 1px solid #000;
    content: "";
    position: absolute;
    left: calc(50% + 32px);
    width: 44.6%;
    opacity: 10%
}

.custom-navs-two .owl-nav:after {
    border: 1px solid #000;
    content: "";
    position: absolute;
    right: calc(50% + 32px);
    width: 44.6%;
    opacity: 10%
}

.custom-navs-two .owl-nav .owl-prev,
.custom-navs-two .owl-nav .owl-next {
    background-color: #f9f6f1;
    color: var(--theme-color-dark);
    font-size: 8px;
    position: relative;
    line-height: 16px;
    height: 16px;
    width: 16px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1
}

.custom-navs-two .owl-nav .owl-prev:hover,
.custom-navs-two .owl-nav .owl-next:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.custom-navs-two .owl-nav .owl-next {
    margin-left: 4px;
    padding-left: 0;
    padding-right: 0
}

.disable-navs .owl-nav {
    display: none
}

.nav-style-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9
}

.nav-style-one .next,
.nav-style-one .prev {
    margin-right: 38px;
    padding: 18px 25px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-style-one .next .icon,
.nav-style-one .prev .icon {
    position: relative;
    display: inline-block
}

.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
    position: absolute;
    top: 0;
    margin-top: -20px;
    right: -25px;
    height: 52px;
    width: 52px;
    border: 1px dotted #fff;
    border-radius: 100px;
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
    background-color: rgba(255, 255, 255, .15);
    width: 125px
}

.nav-style-one .prev {
    margin-right: 0;
    padding-left: 25px;
    padding-right: 0
}

.nav-style-one .prev .icon:before {
    left: -25px;
    right: auto
}

.nav-style-one .swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
    border: 1px solid #797979
}

.default-tabs {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px
}

@media(max-width:1199.98px) {
    .default-tabs {
        margin-bottom: 30px
    }
}

.default-tabs .tab-buttons {
    position: relative
}

.default-tabs .tab-buttons li {
    position: relative;
    float: left;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    color: var(--theme-color-light);
    line-height: 20px;
    border-radius: 5px;
    background-color: var(--theme-color-dark);
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .default-tabs .tab-buttons li {
        margin-bottom: 20px
    }
}

.default-tabs .tab-buttons li:last-child {
    margin-right: 0
}

.default-tabs .tab-buttons li.active-btn {
    background: var(--theme-color1);
    color: var(--theme-color-light)
}

.default-tabs .tabs-content {
    position: relative;
    width: 100%
}

.blockquote-style-one {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color-dark);
    padding: 0 0 0 25px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--title-font);
    font-weight: 600;
    margin-bottom: 30px
}

.blockquote-style-one:before {
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 3px;
    z-index: 2;
    background-color: var(--theme-color1);
    content: ""
}

.tabs-style-two .tab-buttons {
    background-color: #fff;
    padding: 40px
}

@media(max-width:991.98px) {
    .tabs-style-two .tab-buttons {
        margin-bottom: 50px
    }
}

@media(max-width:575.98px) {
    .tabs-style-two .tab-buttons {
        padding: 30px 20px
    }
}

.tabs-style-two .tab-buttons .tab-btn {
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px 41px;
    cursor: pointer;
    position: relative
}

@media(max-width:575.98px) {
    .tabs-style-two .tab-buttons .tab-btn {
        padding: 15px
    }
}

.tabs-style-two .tab-buttons .tab-btn:before {
    content: "";
    right: -31px;
    border-left: 15px solid var(--theme-color1);
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.tabs-style-two .tab-buttons .tab-btn:last-child {
    margin-bottom: 0
}

.tabs-style-two .tab-buttons .tab-btn.active-btn {
    border-color: var(--theme-color1)
}

.tabs-style-two .tab-buttons .tab-btn.active-btn:before {
    opacity: 1
}

.tabs-style-two .tab-buttons .tab-btn .icon {
    color: var(--theme-color1);
    font-size: 40px;
    margin-bottom: 0;
    margin-right: 20px
}

@media(max-width:575.98px) {
    .tabs-style-two .tab-buttons .tab-btn .icon {
        margin-right: 20px
    }
}

.tabs-style-two .tab-buttons .tab-btn .title {
    font-size: 18px;
    font-weight: 600;
    color: var(--headings-color)
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: var(--title-font)
}

.theme-btn .icon {
    color: var(--theme-color-light);
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    z-index: 11;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding: 23.5px 50px;
    font-family: var(--title-font);
    font-weight: 600;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    border: none
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color-dark);
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.btn-style-one:hover {
    color: var(--theme-color-light);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-one.dark-bg {
    background-color: var(--theme-color-dark)
}

.btn-style-one.dark-bg:hover {
    color: var(--theme-color-light)
}

.btn-style-one.dark-bg::before {
    background-color: var(--theme-color1)
}

.btn-style-one.light-bg {
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark)
}

.btn-style-one.light-bg:hover {
    color: var(--theme-color-light)
}

.btn-style-one.light-bg::before {
    background-color: var(--theme-color-dark)
}

.btn-style-one.hover-light:hover {
    color: var(--theme-color1)
}

.btn-style-one.hover-light:before {
    background-color: var(--theme-color-light)
}

.btn-style-one.hover-dark:hover {
    color: var(--theme-color-light)
}

.btn-style-one.hover-dark:before {
    background-color: var(--theme-color-dark)
}

.btn-theme-one {
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding: 23.5px 50px;
    font-family: var(--title-font);
    font-weight: 600;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    border: none
}

.btn-theme-one:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color-dark);
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.btn-theme-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.btn-theme-one:hover {
    color: var(--theme-color-light);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-theme-one.dark-bg {
    background-color: var(--theme-color-dark)
}

.btn-theme-one.dark-bg:hover {
    color: var(--theme-color-light)
}

.btn-theme-one.dark-bg::before {
    background-color: var(--theme-color1)
}

.btn-theme-one.light-bg {
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark)
}

.btn-theme-one.light-bg:hover {
    color: var(--theme-color-light)
}

.btn-theme-one.light-bg::before {
    background-color: var(--theme-color-dark)
}

.btn-theme-one.hover-light:hover {
    color: var(--theme-color1)
}

.btn-theme-one.hover-light:before {
    background-color: var(--theme-color-light)
}

.btn-theme-one.hover-dark:hover {
    color: var(--theme-color-light)
}

.btn-theme-one.hover-dark:before {
    background-color: var(--theme-color-dark)
}

.btn-style-two {
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding: 20.5px 45.33px;
    font-family: var(--text-font);
    font-weight: 600;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    border: none;
    z-index: 0
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color-dark);
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: -1
}

.btn-style-two:hover {
    color: var(--theme-color-light);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-two.dark-bg {
    background-color: var(--theme-color-dark)
}

.btn-style-two.dark-bg:hover {
    color: var(--theme-color-light)
}

.btn-style-two.dark-bg::before {
    background-color: var(--theme-color1)
}

.btn-style-two.light-bg {
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark)
}

.btn-style-two.light-bg:hover {
    color: var(--theme-color-light)
}

.btn-style-two.light-bg::before {
    background-color: var(--theme-color-dark)
}

.btn-style-two.hover-light:hover {
    color: var(--theme-color1)
}

.btn-style-two.hover-light:hover .icon {
    color: var(--theme-color1)
}

.btn-style-two.hover-light:before {
    background-color: var(--theme-color-light)
}

.btn-style-two.hover-dark:hover {
    color: var(--theme-color-light)
}

.btn-style-two.hover-dark:before {
    background-color: var(--theme-color-dark)
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: calc(var(--container-width) - 30px);
    margin: 0 auto
}

[text-split] {
    opacity: 0
}

.word {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: -.1em;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.anim-icons.full-width {
    max-width: 100%
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.icon-wheel-1 {
    width: 144px;
    height: 163px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-wheel-1.png)
}

.icon-wheel-2 {
    width: 144px;
    height: 163px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-wheel-2.png)
}

.icon-wheel-3 {
    width: 149px;
    height: 147px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-wheel-3.png)
}

.icon-wheel-5 {
    width: 144px;
    height: 163px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-wheel-5.png)
}

.icon-wheel-compass-1 {
    width: 171px;
    height: 176px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-wheel-compass-1.png)
}

.icon-wheel-compass-2 {
    width: 97px;
    height: 99px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-wheel-compass-2.png)
}

.icon-wheel-compass-3 {
    width: 103px;
    height: 106px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-wheel-compass-3.png)
}

.icon-anchor-1 {
    width: 138px;
    height: 136px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-anchor-1.png)
}

.icon-sailboat-line-1 {
    width: 431px;
    height: 705px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-sailboat-line-1.png)
}

.icon-sailboat-line-3 {
    width: 242px;
    height: 250px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-sailboat-line-3.png)
}

.icon-sailboat-line-4 {
    width: 369px;
    height: 728px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-sailboat-line-4.png)
}

.icon-big-boat-1 {
    width: 800px;
    height: 464px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-big-boat-1.png)
}

.icon-big-boat-2 {
    width: 229px;
    height: 739px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-big-boat-2.png)
}

.icon-big-boat-3 {
    width: 373px;
    height: 126px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-big-boat-3.png)
}

.icon-big-boat-5 {
    width: 229px;
    height: 739px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-big-boat-5.png)
}

.icon-pattern1 {
    width: 494px;
    height: 465px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/background/footer1-pattern1.png)
}

.icon-pattern2 {
    width: 247px;
    height: 477px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/background/footer1-pattern2.png)
}

.icon-plane-1 {
    width: 350px;
    height: 349px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-plane-1.png)
}

.icon-plane-2 {
    width: 106px;
    height: 640px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-plane-2.png)
}

.icon-plane-3 {
    width: 455px;
    height: 420px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-plane-3.png)
}

.icon-plane-4 {
    width: 301px;
    height: 336px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-plane-4.png)
}

.icon-plane-5 {
    width: 313px;
    height: 253px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-plane-5.png)
}

.icon-plane-6 {
    width: 188px;
    height: 110px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-plane-6.png)
}

.icon-plane-7 {
    width: 256px;
    height: 255px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-plane-7.png)
}

.icon-plane-8 {
    width: 374px;
    height: 194px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-plane-8.png)
}

.icon-plane-9 {
    width: 313px;
    height: 253px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-plane-9.png)
}

.icon-big-arrow {
    width: 1279px;
    height: 250px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/banner/icon-big-arrow.png)
}

.icon-arrow {
    width: 42px;
    height: 64px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-arrow.png)
}

.icon-arrow-2 {
    width: 92px;
    height: 35px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-arrow-2.png)
}

.icon-big-bus {
    width: 807px;
    height: 621px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-big-bus.png)
}

.icon-bus {
    width: 623px;
    height: 432px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-bus.png)
}

.icon-bus-2 {
    width: 218px;
    height: 198px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-bus-2.png)
}

.icon-bus-3 {
    width: 800px;
    height: 502px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-bus-3.png)
}

.overlay-1 {
    width: 200px;
    height: 204px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/overlay-1.png)
}

.overlay-2 {
    width: 860px;
    height: 621px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/overlay-2.png)
}

.overlay-3 {
    width: 491px;
    height: 500px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/overlay-3.png)
}

.overlay-4 {
    width: 1078px;
    height: 621px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/overlay-4.png)
}

.overlay-5 {
    width: 379px;
    height: 297px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/overlay-5.png)
}

.overlay-6 {
    width: 1706px;
    height: 780px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/overlay-6.png)
}

.icon-shapes {
    width: 92px;
    height: 144px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-box.png)
}

.icon-box-2 {
    width: 233px;
    height: 194px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-box-2.png)
}

.icon-shape {
    width: 996px;
    height: 944px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-shape.png)
}

.icon-border-3 {
    width: 137px;
    height: 18px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-border-3.png)
}

.icon-quote {
    width: 92px;
    height: 66px;
    background-image: url(../images/icons/icon-quote.png)
}

.icon-quote-2 {
    width: 137px;
    height: 99px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-quote-2.png)
}

.icon-quote-3 {
    width: 64px;
    height: 46px;
    background-image: url(../images/icons/icon-quote-3.png)
}

.icon-container {
    width: 615px;
    height: 396px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-container.png)
}

.icon-dots {
    width: 730px;
    height: 565px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-dots.png)
}

.icon-dots-2 {
    width: 679px;
    height: 676px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-dots-2.png)
}

.icon-dots-3 {
    width: 611px;
    height: 547px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-dots-3.png)
}

.icon-dots-4 {
    width: 810px;
    height: 666px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-dots-4.png)
}

.icon-dots-5 {
    width: 580px;
    height: 376px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-dots-5.png)
}

.icon-dotted-map {
    width: 987px;
    height: 478px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-dotted-map.png)
}

.icon-dotted-map-2 {
    width: 987px;
    height: 478px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-dotted-map-2.png)
}

.icon-city {
    width: 919px;
    height: 348px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-city.png)
}

.icon-city-2 {
    width: 541px;
    height: 205px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-city-2.png)
}

.bg-lines {
    width: 1532px;
    height: 100%;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/bg-lines.jpg)
}

.icon-city-3 {
    width: 541px;
    height: 205px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-city-3.png)
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear
}

.bounce-x {
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear
}

.zoom-one {
    -webkit-animation: zoom-one 10s infinite linear;
    animation: zoom-one 10s infinite linear
}

.zoom-two {
    -webkit-animation: zoom-two 5s infinite linear;
    animation: zoom-two 5s infinite linear
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounce-y {
    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 bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@-webkit-keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.overlay-anim {
    position: relative
}

.overlay-anim:after {
    background: rgba(255, 255, 255, .3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.overlay-anim-two {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.overlay-anim-two:hover:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.overlay-anim-two:after {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.circle {
    position: fixed;
    width: 10px;
    height: 10px;
    left: -10px;
    top: -10px;
    border-radius: 100%;
    z-index: 1;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@supports(mix-blend-mode:difference) {
    .circle {
        background-color: #fff;
        mix-blend-mode: difference
    }
}

@media only screen and (max-width:1023px) {
    .circle {
        display: none !important
    }
}

.circle-follow {
    position: fixed;
    mix-blend-mode: difference;
    width: 30px;
    height: 30px;
    left: -21px;
    top: -21px;
    border-radius: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@supports(mix-blend-mode:difference) {
    .circle-follow {
        border: 1px solid #fff;
        mix-blend-mode: difference
    }
}

@media only screen and (max-width:1023px) {
    .circle-follow {
        display: none !important
    }
}

.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.owl-carousel .animate-x {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.owl-carousel .active .animate-2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.owl-carousel .active .animate-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms
}

.owl-carousel .active .animate-4 {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms
}

.owl-carousel .active .animate-5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.owl-carousel .active .animate-6 {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms
}

.owl-carousel .active .animate-7 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color-dark);
    opacity: .95
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: var(--theme-color-light);
    z-index: 3;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 40%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 800px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.search-popup .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6dc;
    padding: 15px 20px;
    color: #707070;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
    border-color: var(--border-theme-color2)
}

.search-popup .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    color: var(--theme-color-dark);
    line-height: 40px;
    border-radius: 5px;
    font-weight: 400;
    background: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.search-popup .form-group button:hover {
    color: var(--theme-color-dark)
}

.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
    color: inherit
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
    color: inherit
}

.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
    color: inherit
}

.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
    color: inherit
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
    color: inherit
}

.moblie-search-active .search-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0%
}

.moblie-search-active .search-popup .search-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms
}

.header-span {
    position: relative;
    height: 110px;
    display: block;
    width: 100%
}

.main-header {
    position: relative;
    width: 100%;
    z-index: 999
}

.header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-top .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.header-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 19px
}

.header-top .top-center {
    position: relative;
    left: 49px
}

@media(max-width:1399.98px) {
    .header-top .top-center {
        display: none
    }
}

.header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top .top-right .follow {
    color: #050c18;
    font-size: 12px;
    margin-right: 22px
}

@media(max-width:1199.98px) {
    .header-top .top-right .follow {
        margin-right: 14px
    }
}

.header-top .useful-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.header-top .useful-links li {
    position: relative;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #bdbdbd;
    line-height: 20px;
    font-family: var(--title-font)
}

.header-top .useful-links li a {
    color: #bdbdbd;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-top .useful-links li a:hover {
    color: var(--theme-color1)
}

.main-header .logo {
    position: relative;
    display: block;
    top: -4px
}

@media(max-width:1199.98px) {
    .main-header .logo {
        top: -8px
    }
}

.main-header .logo img {
    max-width: 100%;
    height: auto
}

@media(max-width:1199.98px) {
    .main-header .logo img {
        max-width: 78%
    }
}

.main-header .main-box {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.main-menu {
    position: relative
}

@media only screen and (max-width:1023px) {
    .main-menu {
        display: none
    }
}

.main-menu .navbar-header {
    display: none
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0;
    top: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 53px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li:after {
    position: absolute;
    right: -37px;
    top: 49%;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: var(--theme-color-light);
    opacity: 20%;
    z-index: 3;
    content: ""
}

.main-menu .navigation>li:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 10px;
    height: 2px;
    width: 0%;
    background-color: var(--theme-color-light);
    z-index: 3;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
    left: 0;
    width: 100%
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li:last-child:after {
    display: none
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: var(--theme-color-light);
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    margin-left: 10px
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 14px;
    margin-right: -14px
}

.main-menu .navigation>li.dropdown>a:after {
    content: "\f067";
    position: absolute;
    right: -2px;
    top: 50%;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 24px;
    font-size: 12px;
    z-index: 5;
    font-family: "font awesome 6 pro";
    font-weight: 900;
    margin-top: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .main-menu .navigation.onepage-nav>li {
        margin-right: 30px
    }
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #fff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebf1f5
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--theme-color1)
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "font awesome 6 pro";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    z-index: 100;
    display: none;
    background-color: var(--theme-color-light);
    opacity: 0;
    padding: 10px 0 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
    width: 100%
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-color1)
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid var(--theme-color-light);
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color-light);
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
    top: 0;
    width: 100%
}

@media(max-width:1399.98px) {
    .main-header .outer-box {
        right: 0
    }
}

.main-header .ui-btn {
    position: relative;
    display: block;
    line-height: 30px;
    text-align: center;
    background: 0 0;
    font-size: 22px;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .ui-btn:hover {
    color: var(--theme-color1)
}

@media(max-width:767.98px) {
    .main-header .btn-box {
        display: none
    }
}

.main-header .btn-box .theme-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 28.12px 9px 14px
}

.main-header .btn-box .theme-btn .icon {
    color: var(--theme-color-dark);
    font-size: 18px;
    margin: 0 17px 0 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background-color: var(--theme-color-light)
}

.main-header .btn-box .theme-btn:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.main-header .info-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    padding-left: 70px;
    color: var(--theme-color-dark);
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    font-family: var(--title-font)
}

.main-header .info-btn small {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    color: #868686;
    margin-bottom: 0
}

.main-header .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    background-color: var(--theme-color1)
}

.main-header .info-btn i:after {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    background-color: var(--theme-color1);
    opacity: .1;
    border-radius: 50%;
    content: ""
}

.main-header .info-btn:hover {
    color: var(--theme-color1)
}

.contact-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-list li {
    position: relative;
    padding-left: 65px;
    margin-left: 35px
}

.contact-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, .05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: var(--theme-color1)
}

.contact-list li .title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    font-family: var(--text-font);
    margin-bottom: 2px
}

.contact-list li .text {
    font-size: 16px;
    line-height: 24px;
    color: #cecece
}

.contact-list li .text a {
    color: inherit
}

.main-header .cart-btn {
    position: relative;
    margin: 0;
    color: var(--theme-color-light);
    margin-right: 30px;
    text-align: center
}

.main-header .cart-btn:hover {
    color: var(--theme-color1)
}

.main-header .cart-btn .count {
    position: absolute;
    top: -10px;
    right: -14px;
    height: 21px;
    width: 21px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--theme-color1);
    text-align: center
}

@media(max-width:1023.98px) {
    .main-header .cart-btn .count {
        top: -4px;
        right: -10px;
        height: 19px;
        width: 19px;
        line-height: 20px
    }
}

.header-search {
    position: relative;
    width: 160px
}

.header-search .form-group {
    position: relative
}

.header-search .form-group .icon {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    font-size: 20px;
    padding: 5px 0;
    color: rgba(255, 255, 255, .6);
    background: 0 0
}

.main-header .search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 72px;
    padding-right: 30px;
    text-align: center
}

@media(max-width:1699.98px) {
    .main-header .search-btn {
        padding-right: 0
    }
}

.main-header .search-btn:hover {
    color: var(--theme-color1)
}

.main-header .search-btn:hover strong {
    color: var(--theme-color1)
}

.main-header {
    position: relative;
    margin-bottom: -51px
}

@media(max-width:1699.98px) {
    .main-header .btn-style-three {
        display: none
    }
}

.main-header .header-top {
    background-color: var(--theme-color-light);
    padding: 24px 15px;
    max-width: 1753px;
    margin: auto
}

@media(max-width:1399.98px) {
    .main-header .header-top {
        padding: 24px 15px 40px
    }
}

@media(max-width:1199.98px) {
    .main-header .header-top {
        padding: 13px 15px 34px
    }
}

@media(max-width:575.98px) {
    .main-header .header-top {
        padding: 5px 15px 24px
    }
}

.main-header .header-top .inner-container .social-icon-one li {
    position: relative;
    margin: 0;
    margin-right: 10px
}

@media(max-width:1199.98px) {
    .main-header .header-top .inner-container .social-icon-one li {
        margin-right: 7px
    }
}

.main-header .header-top .inner-container .social-icon-one li:last-child {
    margin-right: 0
}

.main-header .header-top .inner-container .social-icon-one li a {
    font-size: 12px;
    color: var(--theme-color-light);
    padding: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background-color: var(--theme-color1)
}

@media(max-width:1199.98px) {
    .main-header .header-top .inner-container .social-icon-one li a {
        width: 38px;
        height: 38px;
        line-height: 38px
    }
}

.main-header .header-top .inner-container .social-icon-one li a:hover {
    color: var(--theme-color-light)
}

.main-header .header-top .inner-container .social-icon-one li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-header .header-top .inner-container .social-icon-one li a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--theme-color-dark);
    content: "";
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .header-top .inner-container .social-icon-one li a span {
    position: relative;
    z-index: 1
}

.main-header .header-top .inner-container .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width:1399.98px) {
    .main-header .header-top .inner-container .top-right {
        top: 8px
    }
}

@media(max-width:1399.98px) {
    .main-header .header-top .inner-container .top-right {
        top: 11px
    }
}

@media(max-width:575.98px) {
    .main-header .header-top .inner-container .top-right {
        display: none
    }
}

.main-header .header-top.light .inner-container .social-icon-one li:before {
    background-color: rgba(255, 255, 255, .1)
}

.main-header .header-top.light .inner-container .social-icon-one li:last-child:after {
    background-color: rgba(255, 255, 255, .1)
}

.main-header .header-top.light .inner-container .social-icon-one li a {
    color: var(--theme-color-light)
}

.main-header .header-top.light .inner-container .social-icon-one li a:hover {
    color: var(--theme-color1)
}

.main-header .header-lower {
    width: 100%;
    margin: 0 auto;
    padding-left: 49px;
    padding-right: 31px;
    background-color: #13121d
}

@media(max-width:1023.98px) {
    .main-header .header-lower {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width:767.98px) {
    .main-header .header-lower {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.main-header .header-lower .logo-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 206px;
    height: 51px;
    margin-right: 10%
}

.main-header .header-lower .nav-outer .navigation>li {
    padding: 39px 0 41px
}

.main-header .header-lower .outer-box .ui-btn {
    font-size: 20px;
    margin-right: 32px;
    padding: 0;
    color: var(--theme-color-light)
}

@media(max-width:1023.98px) {
    .main-header .header-lower .outer-box .ui-btn {
        top: 2px
    }
}

@media(max-width:575.98px) {
    .main-header .header-lower .outer-box .ui-btn {
        margin-right: 20px
    }
}

.main-header .header-lower .outer-box .ui-btn:hover {
    color: var(--theme-color1)
}

.main-header .header-lower.light .main-menu .navigation>li>a {
    color: var(--theme-color-light)
}

.main-header .header-lower.light .outer-box .ui-btn {
    color: var(--theme-color-light)
}

.main-header .header-lower.light .outer-box .ui-btn:hover {
    color: var(--theme-color1)
}

.main-header .header-lower.light .outer-box .ui-btn.cart-btn:before {
    background-color: rgba(255, 255, 255, .1)
}

.main-header .header-lower.light .outer-box .call-btn a {
    color: var(--theme-color-light)
}

.main-header .header-lower.light .outer-box .call-btn a strong {
    color: var(--theme-color-light)
}

.main-header .header-lower.light .outer-box .call-btn a:hover {
    color: var(--theme-color1)
}

.main-header .header-lower.light .outer-box .call-btn a:hover strong {
    color: var(--theme-color1)
}

.header-style-one .header-lower {
    max-width: 1163px
}

.header-style-one .header-lower .main-box .logo-box {
    display: none
}

@media(max-width:1023.98px) {
    .header-style-one .header-lower .main-box .logo-box {
        display: block
    }
}

.header-style-one .header-lower .main-box .logo-box img {
    width: 140px;
    padding-top: 5px
}

@media(max-width:575.98px) {
    .header-style-one .header-lower .outer-box .ui-btn {
        display: none
    }
}

@media(max-width:1023.98px) {
    .header-style-one .header-top {
        display: none
    }
}

.header-style-two {
    margin-bottom: 0
}

@media(max-width:1653.98px) {
    .header-style-two .outer-box {
        width: 65%
    }
}

.header-style-two .header-top {
    background-color: var(--theme-color-dark);
    padding: 12px 61px 12px 449px;
    max-width: none;
    margin: auto
}

@media(max-width:1653.98px) {
    .header-style-two .header-top {
        padding: 12px 61px 12px 415px
    }
}

@media(max-width:1399.98px) {
    .header-style-two .header-top {
        padding: 12px 28px 12px 15px
    }
}

@media(max-width:767.98px) {
    .header-style-two .header-top {
        display: none
    }
}

.header-style-two .header-top .top-left {
    top: 0
}

@media(max-width:1399.98px) {
    .header-style-two .header-top .top-left {
        display: none
    }
}

@media(max-width:1399.98px) {
    .header-style-two .header-top .inner-container .top-right {
        top: auto;
        width: 100%
    }
}

.header-style-two .header-top .top-right .follow {
    color: var(--theme-color-light);
    margin-right: 38px
}

@media(max-width:1653.98px) {
    .header-style-two .header-top .top-right .follow {
        margin-right: 20px
    }
}

.header-style-two .header-top .inner-container .social-icon-one li {
    margin-right: 46px
}

@media(max-width:1653.98px) {
    .header-style-two .header-top .inner-container .social-icon-one li {
        margin-right: 30px
    }
}

.header-style-two .header-top .inner-container .social-icon-one li a {
    background-color: transparent;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
    border-radius: 0
}

.header-style-two .header-top .inner-container .social-icon-one li a span {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-two .header-top .inner-container .social-icon-one li a span:hover {
    color: var(--theme-color1)
}

.header-style-two .header-top .list-style-one li {
    margin-right: 55px;
    color: var(--theme-color-light)
}

@media(max-width:1653.98px) {
    .header-style-two .header-top .list-style-one li {
        margin-right: 30px
    }
}

.header-style-two .header-top .list-style-one li i {
    font-size: 20px;
    color: var(--theme-color1);
    margin-right: 14px
}

.header-style-two .header-top .list-style-one li a {
    font-size: 13px;
    color: var(--theme-color-light)
}

.header-style-two .header-top .list-style-one li a:hover {
    color: var(--theme-color1)
}

.header-style-two .header-top .list-style-one li a span {
    margin-right: 4px;
    color: var(--theme-color-light)
}

.header-style-two .btn-box .theme-btn:hover .icon {
    background-color: var(--theme-color1)
}

.header-style-two .header-lower {
    max-width: none;
    width: auto;
    margin: 0 auto;
    padding: 0;
    background-color: transparent
}

.header-style-two .header-lower .logo-box {
    margin-right: 17%
}

@media(max-width:1653.98px) {
    .header-style-two .header-lower .logo-box {
        margin-right: 7%
    }
}

@media(max-width:1399.98px) {
    .header-style-two .header-lower .logo-box {
        margin-right: 5%
    }
}

@media(max-width:1199.98px) {
    .header-style-two .header-lower .logo-box {
        margin-right: auto
    }
}

.header-style-two .header-lower .logo-box .logo {
    min-width: 312px;
    height: 200px;
    top: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 34px 68px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 34px 68px 0 rgba(0, 0, 0, .03)
}

@media(max-width:1399.98px) {
    .header-style-two .header-lower .logo-box .logo {
        min-width: 257px
    }
}

@media(max-width:1199.98px) {
    .header-style-two .header-lower .logo-box .logo {
        height: 170px
    }
}

@media(max-width:767.98px) {
    .header-style-two .header-lower .logo-box .logo {
        height: 0;
        width: 0;
        top: 0
    }
}

@media(max-width:1199.98px) {
    .header-style-two .header-lower .logo-box .logo img {
        position: relative;
        left: 13px
    }
}

@media(max-width:767.98px) {
    .header-style-two .header-lower .logo-box .logo img {
        left: 0
    }
}

.header-style-two .header-lower .outer-box .ui-btn {
    color: var(--theme-color-dark);
    margin-right: 39px
}

@media(max-width:767.98px) {
    .header-style-two .header-lower .outer-box .ui-btn {
        margin-right: 32px
    }
}

@media(max-width:575.98px) {
    .header-style-two .header-lower .outer-box .ui-btn {
        display: none
    }
}

.header-style-two .header-lower .outer-box .ui-btn:hover {
    color: var(--theme-color1)
}

.header-style-two .header-lower .outer-box .cart-btn .count {
    background-color: var(--theme-color1)
}

.header-style-two .main-menu .navigation>li>a {
    color: var(--theme-color-dark)
}

.header-style-two .main-menu .navigation>li {
    margin-right: 58px
}

.header-style-two .main-menu .navigation>li:before {
    background-color: var(--theme-color1)
}

.header-style-two .main-menu .navigation li ul li ul li a {
    color: var(--theme-color-dark)
}

.header-style-two .main-menu .navigation li ul li ul li a:hover {
    color: var(--theme-color1)
}

.header-style-two .main-box {
    padding: 0 50px 0 129px
}

@media(max-width:1399.98px) {
    .header-style-two .main-box {
        padding: 0 15px 0 40px
    }
}

@media(max-width:767.98px) {
    .header-style-two .main-box {
        padding: 10px 15px 10px 0
    }
}

@media(max-width:1199.98px) {
    .header-style-two .main-box .nav-outer .main-menu {
        display: none
    }
}

@media(max-width:1199.98px) {
    .header-style-two .main-box .mobile-nav-toggler {
        color: var(--theme-color-dark);
        display: block
    }
}

.header-style-two .navigation li ul li:hover a {
    color: var(--theme-color1)
}

.header-style-three::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-dark)), to(transparent));
    background: linear-gradient(var(--theme-color-dark), transparent);
    min-height: 300px;
    content: ""
}

@media only screen and (max-width:1023.98px) {
    .header-style-three::before {
        min-height: 85px
    }
}

.header-style-three .header-top {
    background-color: var(--theme-color-dark);
    max-width: none;
    padding: 2px 80px
}

@media only screen and (max-width:1023.98px) {
    .header-style-three .header-top {
        display: none
    }
}

.header-style-three .header-top .inner-container {
    padding: 0
}

.header-style-three .header-top .inner-container .top-right {
    top: 0
}

.header-style-three .header-top .top-left {
    top: auto
}

.header-style-three .header-top .useful-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    margin-right: 30px
}

.header-style-three .header-top .useful-links li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 0;
    font-size: 14px;
    color: #8f8f8f;
    line-height: 20px
}

.header-style-three .header-top .useful-links li:first-child {
    margin-left: 0;
    padding-left: 0
}

.header-style-three .header-top .useful-links li:first-child:before {
    display: none
}

.header-style-three .header-top .useful-links li:before {
    position: absolute;
    left: -3px;
    top: 1px;
    font-size: 12px;
    content: "/"
}

.header-style-three .header-top .useful-links li a {
    color: #808287;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-three .header-top .useful-links li a:hover {
    color: #fff
}

.header-style-three .header-lower {
    background-color: transparent;
    position: absolute;
    padding: 0 68px;
    left: 0;
    top: 100%;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, .1)
}

@media only screen and (max-width:1023.98px) {
    .header-style-three .header-lower {
        padding: 12px 15px
    }
}

.header-style-three .header-lower .logo-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 30px
}

.header-style-three .header-lower .logo {
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-style-three .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-style-three .main-box .nav-outer {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-style-three .main-box .outer-box {
    width: auto
}

@media(max-width:1199.98px) {
    .header-style-three .main-box .outer-box .info-btn {
        display: none
    }
}

@media(max-width:1399.98px) {
    .header-style-three .main-box .outer-box .ui-btn-outer {
        display: none
    }
}

.header-style-three .info-btn {
    color: var(--theme-color-light);
    padding-left: 60px
}

.header-style-three .info-btn small {
    margin-bottom: 5px
}

.header-style-four::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-dark)), to(transparent));
    background: linear-gradient(var(--theme-color-dark), transparent);
    min-height: 300px;
    content: ""
}

.header-style-four.style-transparent:before {
    display: none
}

.header-style-four.style-transparent .header-lower {
    background-color: transparent;
    position: absolute;
    padding: 0 68px;
    left: 0;
    top: 100%;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, .1)
}

@media(max-width:1399.98px) {
    .header-style-four.style-transparent .header-lower {
        padding: 0 12px
    }
}

@media only screen and (max-width:1023.98px) {
    .header-style-four.style-transparent .header-lower {
        background-color: var(--theme-color-light);
        padding: 12px
    }
}

.header-style-four .header-top {
    background-color: var(--theme-color-dark);
    max-width: none;
    padding: 2px 80px
}

@media only screen and (max-width:1023.98px) {
    .header-style-four .header-top {
        display: none
    }
}

.header-style-four .header-top .inner-container {
    padding: 0
}

.header-style-four .header-top .inner-container .top-right {
    top: 0
}

.header-style-four .header-top .top-left {
    top: auto
}

.header-style-four .header-top .useful-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    margin-right: 30px
}

.header-style-four .header-top .useful-links li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 0;
    font-size: 14px;
    color: #8f8f8f;
    line-height: 20px
}

.header-style-four .header-top .useful-links li:first-child {
    margin-left: 0;
    padding-left: 0
}

.header-style-four .header-top .useful-links li:first-child:before {
    display: none
}

.header-style-four .header-top .useful-links li:before {
    position: absolute;
    left: -3px;
    top: 1px;
    font-size: 12px;
    content: "/"
}

.header-style-four .header-top .useful-links li a {
    color: #808287;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-four .header-top .useful-links li a:hover {
    color: #fff
}

.header-style-four .header-lower {
    background-color: var(--theme-color-light);
    position: relative;
    padding: 0 68px;
    left: 0;
    top: 0;
    width: 100%
}

@media only screen and (max-width:1023.98px) {
    .header-style-four .header-lower {
        padding: 12px 15px
    }
}

.header-style-four .header-lower .logo-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 30px
}

.header-style-four .header-lower .main-menu .navigation>li>a {
    color: var(--theme-color-dark)
}

.header-style-four .header-lower .main-menu .navigation>li::before {
    background-color: var(--theme-color1)
}

.header-style-four .header-lower .logo {
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0
}

@media only screen and (max-width:1023.98px) {
    .header-style-four .header-lower .logo {
        min-height: auto
    }
}

.header-style-four .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-style-four .main-box .nav-outer {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-style-four .main-box .outer-box {
    width: auto
}

@media(max-width:1199.98px) {
    .header-style-four .main-box .outer-box .info-btn {
        display: none
    }
}

.header-style-four .main-box .outer-box .mobile-nav-toggler {
    color: var(--theme-color1)
}

.header-style-four .info-btn {
    color: var(--theme-color-dark);
    padding-left: 60px
}

.header-style-four .info-btn small {
    margin-bottom: 5px
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05)
}

.sticky-header.fixed-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible
}

.sticky-header .logo {
    padding: 10px 0 20px
}

.sticky-header .logo img {
    max-height: 40px
}

.sticky-header .nav-outer {
    position: relative;
    background: 0 0
}

.sticky-header .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 60px;
    padding: 20px 0
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: var(--theme-color-dark)
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
    display: none
}

.sticky-header .mobile-nav-toggler {
    color: var(--theme-color-dark)
}

@media only screen and (min-width:768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0
    }
}

.sticky-header-style-two .logo {
    top: 4px
}

.sticky-header-style-two .navigation li a {
    color: var(--theme-color-dark)
}

.instagram-section {
    padding: 100px 0;
    position: relative
}

@media(max-width:767.98px) {
    .instagram-section {
        padding: 80px 0
    }
}

.instagram-section .icon-instagram1-6 {
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/resource/instagram1-6.png);
    position: absolute;
    width: 201px;
    height: 360px;
    right: 0;
    bottom: 51px
}

@media(max-width:1399.98px) {
    .instagram-section .icon-instagram1-6 {
        display: none
    }
}

.instagram-section .icon-instagram1-7 {
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/resource/instagram1-7.png);
    position: absolute;
    width: 201px;
    height: 360px;
    left: 0;
    bottom: 51px
}

@media(max-width:1399.98px) {
    .instagram-section .icon-instagram1-7 {
        display: none
    }
}

.instagram-section .sec-title h4 {
    font-weight: 500;
    position: relative
}

.instagram-section .sec-title h4:before {
    border: 1px solid #1c1a1d;
    content: "";
    position: absolute;
    left: calc(50% + 170px);
    width: 36.84%;
    opacity: 10%;
    top: 18px
}

.instagram-section .sec-title h4:after {
    border: 1px solid #1c1a1d;
    content: "";
    position: absolute;
    right: calc(50% + 170px);
    width: 36.84%;
    opacity: 10%;
    top: 18px
}

.instagram-section .instagram-block .inner-box .image-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:991.98px) {
    .instagram-section .instagram-block .inner-box .image-box {
        margin-bottom: 25px
    }
}

.instagram-section .instagram-block .inner-box .image-box:hover .image:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.instagram-section .instagram-block .inner-box .image-box:hover .image a img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.instagram-section .instagram-block .inner-box .image-box:hover .icon {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.instagram-section .instagram-block .inner-box .image-box .image {
    border-radius: 11px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%
}

.instagram-section .instagram-block .inner-box .image-box .image:before {
    border-radius: 11px;
    background-color: rgba(194, 167, 78, .8);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.instagram-section .instagram-block .inner-box .image-box .image a img {
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.instagram-section .instagram-block .inner-box .image-box .icon {
    color: var(--theme-color-light);
    position: absolute;
    pointer-events: none;
    font-size: 68px;
    z-index: 2;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color-light);
    display: none;
    top: 0;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

@media only screen and (max-width:1023px) {
    .mobile-nav-toggler {
        display: block
    }
}

@media(max-width:767.98px) {
    .mobile-nav-toggler {
        margin-left: 0
    }
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden
}

.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px
}

.mobile-menu .close-btn {
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mobile-menu .close-btn:hover {
    opacity: .5
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%
}

.mobile-menu .nav-logo img {
    max-height: 40px
}

.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--theme-color-dark);
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease 200ms;
    transition: all .4s ease 200ms;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: var(--theme-color1)
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106"
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.mobile-menu .navigation li>ul>li {
    padding-left: 20px
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px
}

.contact-list-one li {
    position: relative;
    margin-bottom: 20px;
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.contact-list-one li:last-child {
    margin-right: 0
}

.contact-list-one li a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-list-one li a:hover {
    color: var(--theme-color1)
}

.contact-list-one li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: var(--theme-color1)
}

.contact-list-one li .title {
    display: block;
    font-size: 12px;
    color: #b2c1c0;
    font-weight: 400;
    text-transform: uppercase
}

.contact-list-one li .text {
    color: var(--theme-color-light)
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: auto
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color1)
}

.toggle-hidden-bar {
    position: relative;
    height: 24px;
    min-width: 38px
}

.toggle-hidden-bar .line {
    position: absolute;
    left: 0;
    top: 10px;
    height: 3px;
    width: 100%;
    background-color: #fff
}

.toggle-hidden-bar .line:nth-child(1) {
    width: 24px;
    top: 0
}

.toggle-hidden-bar .line:nth-child(3) {
    width: 24px;
    left: auto;
    right: 0;
    top: 21px
}

.hidden-bar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    max-width: 320px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.hidden-bar::-webkit-scrollbar {
    width: 2px
}

.hidden-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #cecece;
    box-shadow: inset 0 0 2px #cecece;
    border-radius: 10px
}

.hidden-bar::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 10px
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a
}

.hidden-bar .inner-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--theme-color-dark);
    height: 100%
}

.hidden-bar .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 30px 30px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.hidden-bar .upper-box .close-btn {
    position: relative;
    top: -5px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: var(--theme-color1);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.hidden-bar .upper-box .close-btn:hover {
    opacity: .5
}

.hidden-bar .upper-box .nav-logo {
    position: relative;
    text-align: left;
    width: 100%
}

.hidden-bar .upper-box .nav-logo img {
    max-height: 40px
}

.hidden-bar .text-box {
    position: relative;
    padding: 25px 30px
}

.contact-list-two {
    position: relative;
    padding: 30px 30px 20px
}

.contact-list-two li {
    position: relative;
    margin-bottom: 20px
}

.contact-list-two li:last-child {
    margin-right: 0
}

.contact-list-two li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color1)
}

.contact-list-two li .contact-info-box a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-list-two li .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: var(--theme-color-light)
}

.contact-list-two li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: var(--theme-color-light);
    font-weight: 700;
    text-transform: uppercase
}

.hidden-bar-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.active-hidden-bar .hidden-bar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.active-hidden-bar .hidden-bar-back-drop {
    opacity: 1;
    visibility: visible
}

.hidden-bar .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: auto
}

.hidden-bar .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.hidden-bar .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.hidden-bar .social-links li a:hover {
    color: var(--theme-color1)
}

.mobile-menu-two .contact-list-one li .icon {
    color: var(--theme-color2)
}

.mobile-menu-two .contact-list-one li a:hover {
    color: var(--theme-color2)
}

.mobile-menu-two .social-links li a:hover {
    color: var(--theme-color2)
}

.gallery-section {
    padding: 24px 0 0;
    position: relative
}

.gallery-block .inner-box .image-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px
}

.gallery-block .inner-box .image-box:hover .image:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-block .inner-box .image-box:hover .image a img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery-block .inner-box .image-box:hover .icon {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-block .inner-box .image-box .image {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%
}

.gallery-block .inner-box .image-box .image:before {
    background-color: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    opacity: 20%;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.gallery-block .inner-box .image-box .image a img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.gallery-block .inner-box .image-box .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-light);
    position: absolute;
    font-size: 38px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: center;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.gallery-block .inner-box .image-box .icon:hover {
    background-color: var(--theme-color-light);
    color: var(--theme-color1)
}

.sec-title {
    position: relative;
    margin-bottom: 50px
}

@media(max-width:767.98px) {
    .sec-title {
        margin-bottom: 35px
    }
}

.sec-title .image {
    display: inline-block;
    margin-right: 6px
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color: var(--sec-title-subtitle-color);
    margin-top: 0;
    margin-bottom: 19px;
    text-transform: uppercase;
    letter-spacing: 3.3px
}

@media(max-width:767.98px) {
    .sec-title .sub-title {
        margin-bottom: 10px
    }
}

.sec-title h1 {
    position: relative;
    font-size: var(--h1-font-size);
    font-weight: 700;
    line-height: 1.211em;
    margin-bottom: 0;
    letter-spacing: .3px
}

.sec-title h2 {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    line-height: var(--sec-title-title-line-height);
    margin-bottom: 0;
    letter-spacing: .3px
}

@media(max-width:991.98px) {
    .sec-title h2 {
        font-size: 40px
    }
}

@media(max-width:575.98px) {
    .sec-title h2 {
        font-size: 34px;
        line-height: 1.3
    }
}

.sec-title h2.title-two {
    font-size: 40px
}

@media(max-width:575.98px) {
    .sec-title h2.title-two {
        font-size: 34px;
        line-height: 1.3
    }
}

.sec-title h2.title-two+.text {
    margin-top: 30px
}

.sec-title h2.title-three {
    font-size: 46px
}

@media(max-width:991.98px) {
    .sec-title h2.title-three {
        font-size: 40px
    }
}

@media(max-width:575.98px) {
    .sec-title h2.title-three {
        font-size: 34px;
        line-height: 1.3
    }
}

.sec-title h2.title-three+.text {
    margin-top: 30px
}

.sec-title .text {
    font-weight: var(--body-font-weight);
    font-size: 16px;
    line-height: 29px
}

.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
    color: #fff
}

.banner-section {
    position: relative;
    overflow: hidden
}

.banner-section .slide-item {
    position: relative
}

.banner-section .slide-item .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner-section .slide-item .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--theme-color-dark);
    opacity: .6;
    content: ""
}

.banner-section .content-box {
    position: relative;
    padding: 200px 0;
    text-align: center
}

.banner-section .content-box .sub-title {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .1);
    letter-spacing: .05em;
    border-radius: 10px;
    margin-bottom: 15px
}

.banner-section .content-box .title {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.04em;
    margin-bottom: 35px
}

@media(max-width:1199.98px) {
    .banner-section .content-box .title {
        font-size: 64px
    }
}

@media(max-width:767.98px) {
    .banner-section .content-box .title {
        font-size: 44px
    }
}

@media(max-width:575.98px) {
    .banner-section .content-box .title {
        font-size: 36px
    }

    .banner-section .content-box .title br {
        display: none
    }
}

.banner-section .content-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-section .content-box .btn-box .theme-btn {
    margin: 0 5px
}

@media(max-width:767.98px) {
    .banner-section .content-box .btn-box .theme-btn {
        padding: 13.5px 20px
    }
}

@media(max-width:575.98px) {
    .banner-section .banner-carousel .owl-nav {
        display: none
    }
}

.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.owl-carousel .animate-x {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.owl-carousel .active .animate-2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.owl-carousel .active .animate-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms
}

.owl-carousel .active .animate-4 {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms
}

.owl-carousel .active .animate-5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.owl-carousel .active .animate-6 {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms
}

.owl-carousel .active .animate-7 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    display: block;
    margin: 10px 0;
    height: 50px;
    width: 50px;
    color: var(--theme-color-dark);
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    opacity: .2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1
}

.banner-section-two {
    position: relative;
    overflow: hidden
}

.banner-section-two .slide-item {
    position: relative;
    padding: 220px 0 110px
}

.banner-section-two .slide-item .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media(max-width:1399.98px) {
    .banner-section-two .banner-social-links {
        display: none
    }
}

.banner-section-two .content-box {
    position: relative;
    z-index: 2
}

@media(max-width:991.98px) {
    .banner-section-two .content-box {
        text-align: center;
        margin-bottom: 70px
    }
}

.banner-section-two .content-box .arrow-icon {
    position: absolute;
    right: -70px;
    top: 60px
}

@media(max-width:991.98px) {
    .banner-section-two .content-box .arrow-icon {
        display: none
    }
}

.banner-section-two .content-box .title {
    font-size: 110px;
    line-height: 100px;
    color: var(--theme-color-dark);
    font-weight: 600;
    margin-bottom: 50px
}

@media(max-width:1399.98px) {
    .banner-section-two .content-box .title {
        font-size: 84px
    }
}

@media(max-width:991.98px) {
    .banner-section-two .content-box .title {
        font-size: 64px;
        line-height: 1.3
    }

    .banner-section-two .content-box .title br {
        display: none
    }
}

@media(max-width:767.98px) {
    .banner-section-two .content-box .title {
        font-size: 42px
    }
}

@media(max-width:575.98px) {
    .banner-section-two .content-box .btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media(max-width:575.98px) {
    .banner-section-two .content-box .btn-box .theme-btn {
        margin-bottom: 18px
    }
}

.banner-section-two .image-box {
    position: relative;
    padding-left: 110px
}

@media(max-width:991.98px) {
    .banner-section-two .image-box {
        padding-left: 0;
        text-align: center
    }
}

.banner-section-two .image-box .image-1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0
}

.banner-section-two .image-box .image-1 img {
    width: auto
}

.banner-section-two .image-box .image-2 {
    position: absolute;
    right: -370px;
    top: 120px;
    border-radius: 10px;
    overflow: hidden
}

@media(max-width:1399.98px) {
    .banner-section-two .image-box .image-2 {
        display: none
    }
}

.banner-section-two .banner-carousel .owl-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -70px
}

.banner-section-two .banner-carousel .owl-nav .owl-next {
    margin: 5px 0
}

.banner-section-two .play-btn {
    text-transform: uppercase;
    color: #6a6a6a;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .15em
}

@media(max-width:991.98px) {
    .banner-section-two .play-btn {
        text-align: start
    }
}

@media(max-width:575.98px) {
    .banner-section-two .play-btn {
        margin-left: 0
    }
}

.banner-section-two .play-btn .icon {
    height: 58px;
    width: 58px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--theme-color1-dark);
    padding-left: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    font-size: 14px
}

.banner-section-two .play-btn:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.banner-social-links {
    position: absolute;
    left: -100px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-social-links li {
    position: relative;
    margin: 0 15px
}

.banner-social-links li a {
    position: relative;
    padding: 0 10px;
    color: var(--theme-color-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.banner-social-links li a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    border-bottom: 1px solid var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-social-links li a:hover:before {
    width: 100%;
    left: 0
}

.project-section {
    background-color: #000;
    padding: 100px 0
}

@media(max-width:991.98px) {
    .project-section {
        padding: 90px 0
    }
}

.project-section .outer-box {
    margin: 0 auto
}

.project-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 51px;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #555
}

@media(max-width:1199.98px) {
    .project-block .inner-box {
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(max-width:991.98px) {
    .project-block .inner-box {
        padding-left: 32px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media(max-width:575.98px) {
    .project-block .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.project-block .inner-box:hover:before,
.project-block .inner-box.active:before {
    color: var(--theme-color1)
}

.project-block .inner-box:hover .name a,
.project-block .inner-box.active .name a {
    color: var(--theme-color-light)
}

.project-block .inner-box:hover .image,
.project-block .inner-box.active .image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1
}

.project-block .inner-box:hover .image:before,
.project-block .inner-box.active .image:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) skew(-23deg, 0deg);
    transform: translateX(-50%) skew(-23deg, 0deg)
}

.project-block .inner-box:last-child {
    border-bottom: 1px solid #555
}

.project-block .inner-box:before {
    color: #c4c4c4;
    content: counter(my-awesome-counter) ". ";
    font-size: 16px;
    font-family: poppins;
    position: absolute;
    top: 58px;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .project-block .inner-box:before {
        top: 37px
    }
}

.project-block .inner-box .name {
    font-weight: 700;
    line-height: 25px;
    width: 26%;
    margin-right: 100px;
    margin-bottom: 0
}

@media(max-width:1199.98px) {
    .project-block .inner-box .name {
        font-size: 18px;
        margin-right: 75px
    }
}

@media(max-width:991.98px) {
    .project-block .inner-box .name {
        font-size: 14px;
        margin-right: 57px;
        line-height: 22px
    }
}

@media(max-width:767.98px) {
    .project-block .inner-box .name {
        margin-right: 67px;
        width: 33%
    }
}

@media(max-width:575.98px) {
    .project-block .inner-box .name {
        width: 100%;
        margin-right: 0
    }
}

.project-block .inner-box .name a {
    color: #757575
}

.project-block .inner-box .location {
    padding-top: 5px;
    margin-left: -40px
}

@media(max-width:575.98px) {
    .project-block .inner-box .location {
        margin-left: 0
    }
}

.project-block .inner-box .location span {
    color: #c4c4c4;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px
}

@media(max-width:1199.98px) {
    .project-block .inner-box .location span {
        font-size: 14px;
        margin-right: 10px
    }
}

@media(max-width:991.98px) {
    .project-block .inner-box .location span {
        font-size: 12px;
        margin-right: 8px
    }
}

.project-block .inner-box .location span:last-child {
    margin-right: 0
}

.project-block .inner-box .image {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 20px;
    position: absolute;
    right: 0;
    top: -106px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .project-block .inner-box .image {
        top: -60px
    }
}

@media(max-width:575.98px) {
    .project-block .inner-box .image {
        display: none
    }
}

.project-block .inner-box .image:before {
    content: "";
    width: 120px;
    height: 93%;
    position: absolute;
    bottom: 5px;
    left: 48%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: var(--theme-color1);
    -webkit-transform: translateX(-50%) skew(-20deg, 0deg);
    transform: translateX(-50%) skew(-20deg, 0deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .project-block .inner-box .image:before {
        width: 122px
    }
}

@media(max-width:767.98px) {
    .project-block .inner-box .image:before {
        width: 95px
    }
}

.project-block .inner-box .image img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 2
}

@media(max-width:991.98px) {
    .project-block .inner-box .image img {
        width: 222px;
        height: 150px
    }
}

@media(max-width:767.98px) {
    .project-block .inner-box .image img {
        width: 185px;
        height: 130px
    }
}

.projects-section-two {
    position: relative;
    padding: 120px 0
}

.projects-section-two .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-height: 660px
}

.projects-section-two .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 100px
}

@media(max-width:991.98px) {
    .projects-section-two .upper-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 80px 0 50px;
        margin-bottom: 70px
    }
}

.projects-section-two .upper-box .text-column {
    padding: 20px 0;
    padding-left: 70px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    max-width: 640px
}

@media(max-width:1199.98px) {
    .projects-section-two .upper-box .text-column {
        padding-left: 20px;
        margin-left: 20px
    }
}

@media(max-width:991.98px) {
    .projects-section-two .upper-box .text-column {
        padding-left: 0;
        margin-left: 0;
        border: none
    }
}

.projects-section-two .upper-box .count-box {
    position: relative;
    text-align: right
}

@media(max-width:991.98px) {
    .projects-section-two .upper-box .count-box {
        text-align: center
    }
}

.projects-section-two .upper-box .count-box .title {
    padding-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.projects-section-two .upper-box .text {
    font-size: 18px;
    line-height: 36px;
    color: #8f8f8f
}

.projects-section-two .upper-box .numbers {
    font-size: 100px;
    color: var(--theme-color1);
    font-weight: 800;
    line-height: 1em
}

@media(max-width:575.98px) {
    .projects-section-two .upper-box .numbers {
        font-size: 60px
    }
}

.projects-section-two .carousel-outer {
    margin: 0 -260px
}

@media(max-width:1399.98px) {
    .projects-section-two .carousel-outer {
        margin: 0
    }
}

.projects-section-two .owl-item:nth-child(even) .project-block-two .inner-box {
    margin-top: 0
}

.projects-section-two.style-two .carousel-outer {
    position: relative;
    z-index: 2;
    margin: 0;
    margin-right: -530px
}

@media(max-width:1399.98px) {
    .projects-section-two.style-two .carousel-outer {
        margin-right: 0
    }
}

.projects-section-two.style-two .owl-item:nth-child(even) .project-block .inner-box {
    margin-top: 0
}

.projects-section-two.style-two .owl-nav {
    position: absolute;
    right: 530px;
    top: -120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9
}

@media(max-width:1399.98px) {
    .projects-section-two.style-two .owl-nav {
        right: 0
    }
}

@media(max-width:575.98px) {
    .projects-section-two.style-two .owl-nav {
        display: none
    }
}

.projects-section-two.style-two .owl-nav .owl-next,
.projects-section-two.style-two .owl-nav .owl-prev {
    display: block;
    margin: 0 5px;
    height: 52px;
    width: 52px;
    color: var(--theme-color1);
    border-radius: 50%;
    background-color: #fff;
    font-size: 16px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.projects-section-two.style-two .owl-nav .owl-next:hover,
.projects-section-two.style-two .owl-nav .owl-prev:hover {
    background-color: var(--bg-theme-color1);
    color: #fff;
    opacity: 1
}

.project-block-two {
    position: relative
}

.project-block-two .inner-box {
    position: relative
}

.project-block-two .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .4
}

.project-block-two .inner-box:hover .info-box {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}

.project-block-two .image-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-two .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0;
    background-color: var(--bg-theme-color1)
}

.project-block-two .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-two .info-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 30px;
    min-width: 270px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.project-block-two .info-box .title {
    margin-bottom: 0
}

.project-block-two .info-box .title:hover {
    color: var(--theme-color1)
}

.project-block-two .read-more {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 20px;
    top: -26px;
    height: 52px;
    width: 52px;
    font-size: 18px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: #fff;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-two .read-more:hover {
    color: #fff;
    background-color: var(--bg-theme-color1)
}

.projects-section-three {
    position: relative;
    padding: 120px 0
}

.projects-section-three .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-height: 660px
}

.projects-section-three .carousel-outer {
    margin: 0 -260px
}

@media(max-width:1399.98px) {
    .projects-section-three .carousel-outer {
        margin: 0
    }
}

.projects-section-three .owl-item:nth-child(even) .project-block-two .inner-box {
    margin-top: 30px
}

.projects-section-four {
    position: relative;
    padding: 120px 0
}

.projects-section-four.pull-up {
    padding-top: 200px;
    margin-top: -100px
}

.projects-section-four.pull-up .bg {
    max-height: 490px
}

.projects-section-four .carousel-outer {
    margin: 0 -260px
}

.projects-section-four .owl-item:nth-child(even) .project-block .inner-box {
    margin-top: 30px
}

.projects-section-four.style-two .carousel-outer {
    position: relative;
    z-index: 2;
    margin: 0;
    margin-right: -530px
}

.projects-section-four.style-two .owl-item:nth-child(even) .project-block .inner-box {
    margin-top: 0
}

.projects-section-four.style-two .owl-nav {
    position: absolute;
    right: 530px;
    top: -120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9
}

.projects-section-four.style-two .owl-nav .owl-next,
.projects-section-four.style-two .owl-nav .owl-prev {
    display: block;
    margin: 0 5px;
    height: 52px;
    width: 52px;
    color: var(--theme-color1);
    border-radius: 50%;
    background-color: #fff;
    font-size: 16px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.projects-section-four.style-two .owl-nav .owl-next:hover,
.projects-section-four.style-two .owl-nav .owl-prev:hover {
    background-color: var(--bg-theme-color1);
    color: #fff;
    opacity: 1
}

.project-block-three {
    position: relative
}

.project-block-three .inner-box {
    position: relative
}

.project-block-three .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .4
}

.project-block-three .inner-box:hover .info-box {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}

.project-block-three .image-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-three .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0;
    background-color: var(--bg-theme-color1)
}

.project-block-three .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-three .info-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 30px;
    min-width: 270px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.project-block-three .info-box .title {
    margin-bottom: 0
}

.project-block-three .info-box .title:hover {
    color: var(--theme-color1)
}

.project-block-three .read-more {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 20px;
    top: -26px;
    height: 52px;
    width: 52px;
    font-size: 18px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: #fff;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-three .read-more:hover {
    color: #fff;
    background-color: var(--bg-theme-color1)
}

.projects-section-five {
    position: relative;
    padding: 120px 0
}

.projects-section-five .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-height: 660px
}

.projects-section-five .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 100px
}

.projects-section-five .upper-box .text-column {
    padding: 20px 0;
    padding-left: 70px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    max-width: 640px
}

.projects-section-five .upper-box .count-box {
    position: relative;
    text-align: right
}

.projects-section-five .upper-box .count-box .title {
    padding-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.projects-section-five .upper-box .text {
    font-size: 18px;
    line-height: 36px;
    color: #8f8f8f
}

.projects-section-five .upper-box .numbers {
    font-size: 100px;
    color: var(--theme-color1);
    font-weight: 800;
    line-height: 1em
}

.projects-section-five .carousel-outer {
    margin: 0 -260px
}

.projects-section-five .owl-item:nth-child(even) .project-block .inner-box {
    margin-top: 0
}

.project-block-four {
    position: relative
}

.project-block-four .inner-box {
    position: relative
}

.project-block-four .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .4
}

.project-block-four .inner-box:hover .info-box {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}

.project-block-four .image-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-four .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0;
    background-color: var(--bg-theme-color1)
}

.project-block-four .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-four .info-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 30px;
    min-width: 270px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.project-block-four .info-box .title {
    margin-bottom: 0
}

.project-block-four .info-box .title:hover {
    color: var(--theme-color1)
}

.project-block-four .read-more {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 20px;
    top: -26px;
    height: 52px;
    width: 52px;
    font-size: 18px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: #fff;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-four .read-more:hover {
    color: #fff;
    background-color: var(--bg-theme-color1)
}

.pricing-section {
    padding: 116px 0 128px;
    position: relative
}

@media(max-width:767.98px) {
    .pricing-section {
        padding: 90px 0
    }
}

.pricing-section .leaf1 {
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/resource/leaf1.png);
    position: absolute;
    width: 308px;
    height: 176px;
    right: 0;
    bottom: 40px;
    pointer-events: none
}

@media(max-width:1199.98px) {
    .pricing-section .leaf1 {
        display: none
    }
}

.pricing-section .leaf2 {
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/resource/leaf2.png);
    position: absolute;
    width: 368px;
    height: 425px;
    left: 0;
    top: -24px;
    pointer-events: none
}

@media(max-width:991.98px) {
    .pricing-section .leaf2 {
        display: none
    }
}

@media(max-width:991.98px) {
    .pricing-section .content-column {
        margin-bottom: 70px
    }
}

.pricing-section .content-column:last-child {
    margin-bottom: 0
}

.pricing-section .pricing-block {
    margin-bottom: 88px
}

.pricing-section .pricing-block:last-child {
    margin-bottom: 0
}

.pricing-section .pricing-block .inner-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed rgba(112, 112, 112, .25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px
}

.pricing-section .pricing-block .inner-box:hover .image-box .image a img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.pricing-section .pricing-block .inner-box .image-box {
    margin-right: 21px
}

.pricing-section .pricing-block .inner-box .image-box .image {
    width: 76px;
    height: 74px;
    overflow: hidden;
    border-radius: 11px
}

.pricing-section .pricing-block .inner-box .image-box .image a img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-section .pricing-block .inner-box .content-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.pricing-section .pricing-block .inner-box .content-box .inner .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0
}

.pricing-section .pricing-block .inner-box .content-box .inner .title a:hover {
    color: var(--theme-color1)
}

.pricing-section .pricing-block .inner-box .content-box .inner .text {
    color: var(--theme-color1);
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    font-family: var(--title-font)
}

.pricing-section .pricing-block .inner-box .content-box .price {
    color: var(--theme-color1);
    font-size: 40px;
    font-weight: 700;
    font-family: var(--title-font)
}

@media(max-width:991.98px) {
    .pricing-section .image-column {
        display: none
    }
}

.pricing-section .image-column .inner-box {
    position: relative
}

@media(max-width:991.98px) {
    .pricing-section .image-column .inner-box {
        text-align: center;
        margin: 90px 0
    }
}

.pricing-section .image-column .inner-box:before {
    content: "";
    background: #f9f6f1;
    border-radius: 208px;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -22px
}

@media(max-width:991.98px) {
    .pricing-section .image-column .inner-box:before {
        display: none
    }
}

.pricing-section .image-column .inner-box .bg-image {
    width: 151px;
    height: 145px;
    top: -30px;
    right: 0;
    left: auto;
    z-index: 1;
    pointer-events: none
}

@media(max-width:991.98px) {
    .pricing-section .image-column .inner-box .bg-image {
        left: 50%
    }
}

.pricing-section .image-column .inner-box .image a img {
    border-radius: 208px
}

.pricing-section-two {
    padding: 120px 0
}

@media(max-width:991.98px) {
    .pricing-section-two {
        padding: 86px 0 70px
    }
}

@media(max-width:575.98px) {
    .pricing-section-two .sec-title h2 br {
        display: none
    }
}

.pricing-section-two .pricing-block-two .inner-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #ebebeb;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 37px 0 34px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .pricing-section-two .pricing-block-two .inner-box {
        margin-bottom: 20px
    }
}

@media(max-width:575.98px) {
    .pricing-section-two .pricing-block-two .inner-box {
        padding: 15px 0 10px
    }
}

.pricing-section-two .pricing-block-two .inner-box:hover {
    border: 3px solid transparent
}

.pricing-section-two .pricing-block-two .inner-box:hover .icon-box img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.pricing-section-two .pricing-block-two .inner-box:hover:after {
    height: 100%
}

.pricing-section-two .pricing-block-two .inner-box:hover .price-box .price {
    color: var(--theme-color-light)
}

.pricing-section-two .pricing-block-two .inner-box:hover .price-box .validaty {
    color: var(--theme-color-light)
}

.pricing-section-two .pricing-block-two .inner-box:hover .features {
    color: var(--theme-color-light)
}

.pricing-section-two .pricing-block-two .inner-box:hover .features i {
    color: var(--theme-color-light)
}

.pricing-section-two .pricing-block-two .inner-box:before {
    content: "";
    width: 101.5%;
    height: 159px;
    top: -3px;
    left: -2px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/resource/pricing-1.jpg)
}

@media(max-width:1199.98px) {
    .pricing-section-two .pricing-block-two .inner-box:before {
        border-radius: 15px 15px 0 0
    }
}

@media(max-width:767.98px) {
    .pricing-section-two .pricing-block-two .inner-box:before {
        width: 101%
    }
}

@media(max-width:575.98px) {
    .pricing-section-two .pricing-block-two .inner-box:before {
        height: 125px
    }
}

.pricing-section-two .pricing-block-two .inner-box:after {
    content: "";
    width: 101.5%;
    height: 0;
    top: 0;
    left: -2px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/resource/pricing-2.jpg);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .pricing-section-two .pricing-block-two .inner-box:after {
        border-radius: 15px
    }
}

@media(max-width:767.98px) {
    .pricing-section-two .pricing-block-two .inner-box:after {
        width: 101%
    }
}

.pricing-section-two .pricing-block-two .inner-box .title {
    font-size: 24px;
    margin-bottom: 22px
}

.pricing-section-two .pricing-block-two .inner-box .icon-box {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 114px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 114px 0 rgba(0, 0, 0, .07);
    width: 116px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    margin-bottom: 6px;
    position: relative;
    z-index: 1
}

@media(max-width:575.98px) {
    .pricing-section-two .pricing-block-two .inner-box .icon-box {
        width: 90px;
        height: 90px;
        line-height: 90px
    }
}

.pricing-section-two .pricing-block-two .inner-box .icon-box img {
    padding-left: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .pricing-section-two .pricing-block-two .inner-box .icon-box img {
        padding-left: 0
    }
}

.pricing-section-two .pricing-block-two .inner-box .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 19px
}

@media(max-width:575.98px) {
    .pricing-section-two .pricing-block-two .inner-box .price-box {
        margin-bottom: 8px
    }
}

.pricing-section-two .pricing-block-two .inner-box .price-box .price {
    color: var(--theme-color1);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .pricing-section-two .pricing-block-two .inner-box .price-box .price {
        font-size: 36px
    }
}

.pricing-section-two .pricing-block-two .inner-box .price-box .validaty {
    color: var(--headings-color);
    font-size: 14px;
    margin-left: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-section-two .pricing-block-two .inner-box .features li {
    margin-bottom: 3px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-section-two .pricing-block-two .inner-box .features li:before {
    content: "";
    background-color: var(--theme-color-light);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-section-two .pricing-block-two .inner-box .features li:hover:before {
    width: 100%
}

.pricing-section-two .pricing-block-two .inner-box .features li i {
    color: #3ebd5c;
    font-size: 16px;
    margin-right: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-section-two .pricing-block-two .inner-box .btn-box {
    margin-bottom: 25px
}

@media(max-width:575.98px) {
    .pricing-section-two .pricing-block-two .inner-box .btn-box {
        margin-bottom: 10px
    }
}

.pricing-section-two .pricing-block-two .inner-box .btn-box .theme-btn {
    height: 50px;
    width: 316px
}

@media(max-width:575.98px) {
    .pricing-section-two .pricing-block-two .inner-box .btn-box .theme-btn {
        width: 250px
    }
}

.tm-pricing-smart-switcher-button .switch-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 47px;
    padding: 0;
    list-style: none;
    border: 0
}

.tm-pricing-smart-switcher-button .switch-buttons.secondary-active {
    background-color: var(--theme-color1)
}

.tm-pricing-smart-switcher-button .switch-buttons.secondary-active span {
    right: 7px
}

.tm-pricing-smart-switcher-button .switch-buttons li {
    display: inline-block;
    margin-bottom: 0
}

.tm-pricing-smart-switcher-button .switch-buttons li a {
    display: inline-block;
    padding: 10.5px 26.4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    background-color: #f1f1f1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.tm-pricing-smart-switcher-button .switch-buttons li a:hover,
.tm-pricing-smart-switcher-button .switch-buttons li a.active {
    color: var(--theme-color-light);
    background-color: var(--theme-color1)
}

.tm-pricing-smart-switcher-button .switch-buttons li a span.price-offer {
    color: #fff;
    background-color: #333;
    font-size: 12px;
    line-height: inherit;
    padding: .5px 12px;
    border-radius: 30px;
    margin-left: 15px;
    text-transform: uppercase
}

.tm-pricing-smart-switcher-button .switch-buttons li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.tm-pricing-smart-switcher-button .switch-buttons li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.tm-pricing-table .price-secondary {
    display: none !important
}

.tm-pricing-table.show-secondary-price .price-normal {
    display: none
}

.tm-pricing-table.show-secondary-price .price-secondary {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.pricing-section-three {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px
}

.pricing-section-three .bg {
    max-height: 670px
}

@media(max-width:767.98px) {
    .pricing-section-three .sec-title h2 br {
        display: none
    }
}

.pricing-block-three {
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block-three .inner-box {
    position: relative;
    padding: 40px 50px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    background-image: url(../images/icons/price-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media(max-width:575.98px) {
    .pricing-block-three .inner-box {
        padding: 40px 15px
    }
}

.pricing-block-three .inner-box::before {
    position: absolute;
    left: 0;
    top: 30px;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/price-hover-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block-three .inner-box:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.pricing-block-three .title-box {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px
}

.pricing-block-three .title {
    position: relative;
    font-weight: 800;
    letter-spacing: .01em;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block-three .text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #6c6a72;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block-three .price {
    position: relative;
    display: block;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block-three .price sup {
    position: relative;
    top: -18px;
    font-size: 28px;
    font-weight: 700;
    margin-right: 3px
}

.pricing-block-three .price sub {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #6c6a72;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 400;
    letter-spacing: .01em;
    margin-left: 10px;
    bottom: 0
}

.pricing-block-three .sub-title {
    position: relative;
    color: var(--theme-color1);
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block-three .features {
    position: relative;
    margin-bottom: 40px
}

.pricing-block-three .features li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #1d1729;
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block-three .features li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color1);
    content: "\f101";
    font-family: "font awesome 6 pro";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block-three .features li.false {
    opacity: .5
}

.pricing-block-three .theme-btn {
    line-height: 24px;
    padding: 15px 40px
}

.pricing-block-three.tagged .inner-box {
    background-color: #23252a
}

.pricing-block-three.tagged .inner-box:before {
    opacity: 1;
    top: 0
}

.pricing-block-three.tagged .features li,
.pricing-block-three.tagged .features li:before,
.pricing-block-three.tagged .price,
.pricing-block-three.tagged .price sub,
.pricing-block-three.tagged .text,
.pricing-block-three.tagged .title {
    color: #fff
}

.pricing-block-three.tagged .title-box {
    border-bottom: 1px solid #5d5d5d
}

.features-section {
    position: relative;
    padding: 120px 0 70px
}

.features-section .image-column {
    position: relative;
    margin-bottom: 50px
}

.features-section .image-column .inner-column {
    margin-right: -375px
}

@media(max-width:991.98px) {
    .features-section .image-column .inner-column {
        margin-right: 0;
        margin-top: 50px
    }
}

.features-section .image-column .image {
    margin-bottom: 0
}

.features-section .bg {
    right: 360px;
    width: auto
}

@media(max-width:991.98px) {
    .features-section .bg {
        right: 0;
        width: 100%
    }
}

.feature-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.feature-block:last-child .content {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.feature-block .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-left: 90px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .feature-block .inner-box {
        padding-left: 50px
    }
}

.feature-block .inner-box:hover .icon {
    background-color: #fff;
    color: var(--theme-color1);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.feature-block .content {
    padding-bottom: 35px;
    border-bottom: 1px solid #dcdcdd;
    margin-bottom: 15px
}

.feature-block .icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 5px;
    height: 58px;
    width: 58px;
    font-size: 20px;
    background-color: var(--theme-color1);
    color: #fff;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .feature-block .icon {
        height: 34px;
        width: 34px;
        font-size: 14px;
        top: 0
    }
}

.feature-block .title {
    display: block;
    color: var(--theme-color1);
    font-weight: 800;
    margin-bottom: 18px
}

.feature-block .title a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block .title a:hover {
    color: var(--theme-color1)
}

.feature-block .text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0
}

.features-section-two {
    position: relative;
    z-index: 2
}

.features-section-two .outer-box {
    margin: 0 -110px
}

@media(max-width:1399.98px) {
    .features-section-two .outer-box {
        margin: 0
    }
}

.features-section-two .outer-box .row {
    margin: 0 -5px
}

.features-section-two .outer-box .row>div {
    padding: 0 5px
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px
}

.feature-block-two:nth-child(3n+1) .inner-box {
    background-image: url(../images/icons/feature-bg-1.png)
}

.feature-block-two:nth-child(3n+2) .inner-box {
    background-color: var(--theme-color1);
    background-image: url(../images/icons/feature-bg-2.png)
}

.feature-block-two:nth-child(3n+2) .inner-box::before {
    opacity: .1
}

.feature-block-two:nth-child(3n+2) .inner-box .icon,
.feature-block-two:nth-child(3n+2) .inner-box .text,
.feature-block-two:nth-child(3n+2) .inner-box .title {
    color: #fff
}

.feature-block-two:nth-child(3n+3) .inner-box {
    background-image: url(../images/icons/feature-bg-3.png)
}

.feature-block-two:nth-child(3n+3) .inner-box::before {
    background-color: #fff;
    opacity: .1
}

.feature-block-two:nth-child(3n+3) .inner-box .title {
    color: #fff
}

.feature-block-two:nth-child(3n+3) .inner-box .text {
    color: #8f8f8f
}

.feature-block-two .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 40px 50px 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0 0 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media(max-width:991.98px) {
    .feature-block-two .inner-box {
        padding: 40px 30px 50px
    }
}

.feature-block-two .inner-box:before {
    position: absolute;
    left: 90px;
    top: 58px;
    height: 34px;
    width: 34px;
    background-color: var(--bg-theme-color1);
    opacity: .05;
    content: ""
}

.feature-block-two .inner-box:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.feature-block-two .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.feature-block-two .content {
    position: relative;
    padding-left: 90px
}

@media(max-width:575.98px) {
    .feature-block-two .content {
        padding-left: 0;
        text-align: center
    }
}

.feature-block-two .icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 20px;
    font-size: 62px;
    line-height: 1em;
    color: var(--theme-color1);
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .feature-block-two .icon {
        top: 0
    }
}

@media(max-width:575.98px) {
    .feature-block-two .icon {
        position: relative;
        margin-bottom: 20px
    }
}

.feature-block-two .title {
    display: block;
    color: var(--theme-color1);
    font-weight: 800;
    margin-bottom: 10px
}

.feature-block-two .title a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-two .title a:hover {
    color: var(--theme-color1)
}

.feature-block-two .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.features-section-three {
    position: relative;
    padding: 120px 0 70px;
    background-color: #1d1729
}

.features-section-three .features-column {
    margin-bottom: 40px
}

.features-section-three .title-column {
    margin-bottom: 50px
}

.features-section-three .title-column .inner-column {
    padding-right: 50px
}

.features-section-three .title-column .sec-title {
    margin-bottom: 35px
}

.feature-block-three {
    position: relative;
    margin-bottom: 30px
}

.feature-block-three .inner-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 32px;
    padding-right: 30px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.feature-block-three .inner-box:hover {
    border-color: var(--border-theme-color2);
    background-color: var(--theme-color1)
}

.feature-block-three .inner-box:hover .icon {
    color: #fff
}

.feature-block-three .content {
    position: relative;
    padding-left: 50px
}

.feature-block-three .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 1em;
    color: var(--theme-color1);
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-three .title {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0
}

.feature-block-three .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.features-section-four {
    position: relative;
    padding: 120px 0;
    z-index: 3
}

.feature-block-four {
    position: relative
}

.feature-block-four .inner-box {
    padding: 60px 60px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1)
}

.feature-block-four .inner-box:hover .content .icon {
    -webkit-transform: rotateY(190deg);
    transform: rotateY(190deg);
    color: #fff
}

.feature-block-four .inner-box:hover .content .count {
    background-color: var(--theme-color1);
    color: #fff
}

.feature-block-four .inner-box:hover .content:before {
    opacity: .9
}

.feature-block-four .inner-box .content {
    position: relative;
    padding-left: 100px
}

@media(max-width:575.98px) {
    .feature-block-four .inner-box .content {
        padding-left: 0;
        text-align: center
    }
}

.feature-block-four .inner-box .content .count {
    position: absolute;
    left: 0;
    top: 0;
    height: 68px;
    width: 68px;
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .feature-block-four .inner-box .content .count {
        position: relative;
        margin-bottom: 20px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.feature-block-four .inner-box .content .title {
    font-weight: 800;
    margin-bottom: 15px
}

.feature-block-four .inner-box .content .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0
}

.about-section {
    position: relative;
    padding: 0 0 165px
}

@media(max-width:991.98px) {
    .about-section {
        padding: 0 0 110px
    }
}

.about-section .content-column {
    position: relative;
    margin-bottom: 35px;
    z-index: 1
}

.about-section .content-column .inner-column {
    position: relative
}

.about-section .content-column .sec-title {
    margin-bottom: 46px
}

.about-section .content-column .sec-title h2 {
    margin-bottom: 40px
}

@media(max-width:575.98px) {
    .about-section .content-column .sec-title h2 br {
        display: none
    }
}

.about-section .content-column .content-box {
    position: relative;
    padding-right: 200px
}

@media(max-width:575.98px) {
    .about-section .content-column .content-box {
        padding-right: 0
    }
}

.about-section .content-column .info-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
    width: 220px;
    height: 193px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color-light);
    border-bottom: 7px solid var(--theme-color1);
    -webkit-box-shadow: 0 0 114px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 114px 0 rgba(0, 0, 0, .07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .about-section .content-column .info-box {
        display: none
    }
}

.about-section .content-column .info-box .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px
}

.about-section .content-column .info-box .read-more {
    font-size: 12px;
    line-height: 30px;
    color: #808287;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .1em;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.about-section .content-column .info-box .read-more i {
    margin-left: 10px;
    color: var(--theme-color1);
    font-size: 16px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.about-section .content-column .info-box .read-more:hover {
    color: var(--theme-color1)
}

.about-section .content-column .info-box .read-more:hover i {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0
}

.about-section .content-column .btm-box {
    margin-top: 46px
}

.about-section .image-column {
    position: relative;
    margin-bottom: 35px
}

@media(max-width:991.98px) {
    .about-section .image-column {
        margin-bottom: 120px
    }
}

@media(max-width:575.98px) {
    .about-section .image-column {
        margin-bottom: 50px
    }
}

.about-section .image-column .inner-column {
    position: relative;
    padding-right: 0;
    margin-left: 0
}

.about-section .image-column .image-1 {
    position: relative;
    max-width: 467px;
    margin-bottom: 0
}

.about-section .image-column .image-1:before {
    position: absolute;
    left: 0;
    bottom: -194px;
    height: 158px;
    width: 25px;
    background-color: var(--theme-color1);
    content: ""
}

@media(max-width:991.98px) {
    .about-section .image-column .image-1:before {
        display: none
    }
}

.about-section .image-column .image-1 img {
    width: 100%
}

.about-section .image-column .image-2 {
    position: absolute;
    right: 38px;
    bottom: -210px;
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .about-section .image-column .image-2 {
        right: auto;
        bottom: -68px;
        left: 200px
    }
}

@media(max-width:575.98px) {
    .about-section .image-column .image-2 {
        display: none
    }
}

.about-section .image-column .image-2 img {
    width: 100%
}

.about-section .about-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 35px
}

.about-section .about-block:last-child {
    margin-bottom: 0
}

.about-section .about-block .icon-box {
    position: relative;
    display: inline-block;
    margin-right: 30px
}

.about-section .about-block .icon-box:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color1);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 0;
    top: 2px;
    opacity: .302
}

.about-section .about-block .icon {
    color: var(--theme-color1);
    font-size: 48px;
    position: relative;
    left: 10px;
    top: 11px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.about-section .about-block:hover .icon {
    color: var(--theme-color1);
    -webkit-transform: rotateY(-190deg);
    transform: rotateY(-190deg)
}

.about-section .about-block .content-box {
    padding: 0
}

.about-section .about-block .title {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px
}

.about-section .about-block .text {
    margin-top: 5px
}

.about-section .experience {
    position: absolute;
    bottom: -70px;
    left: 160px;
    min-width: 290px;
    background: #fff;
    padding: 20px 20px 20px 120px;
    font-size: 18px;
    line-height: 26px;
    color: var(--theme-color1);
    -webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 15px 60px rgba(0, 0, 0, .08);
    min-height: 120px
}

.about-section .experience .icon {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 80px;
    width: 80px
}

.about-section .experience strong {
    position: relative;
    margin-top: 7px;
    font-size: 34px;
    line-height: 36px;
    color: var(--theme-color1);
    font-weight: 700;
    display: block
}

.about-section-two {
    padding: 120px 0 126px;
    position: relative
}

@media(max-width:991.98px) {
    .about-section-two {
        padding: 90px 0 85px
    }
}

.about-section-two:before {
    content: "";
    position: absolute;
    right: 36px;
    bottom: -100px;
    width: 232px;
    height: 274px;
    background-image: url(../images/resource/pattren5.png);
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear
}

@media(max-width:1399.98px) {
    .about-section-two:before {
        display: none
    }
}

.about-section-two .image-column .inner-column {
    position: relative
}

@media(max-width:1399.98px) {
    .about-section-two .image-column .inner-column {
        margin-bottom: 150px
    }
}

@media(max-width:575.98px) {
    .about-section-two .image-column .inner-column {
        margin-bottom: 50px
    }
}

.about-section-two .image-column .inner-column .image-2 {
    position: absolute;
    right: 0;
    bottom: -120px
}

@media(max-width:1399.98px) {
    .about-section-two .image-column .inner-column .image-2 {
        right: auto;
        bottom: -107px;
        left: 280px
    }
}

@media(max-width:767.98px) {
    .about-section-two .image-column .inner-column .image-2 {
        left: 268px
    }
}

@media(max-width:575.98px) {
    .about-section-two .image-column .inner-column .image-2 {
        display: none
    }
}

.about-section-two .image-column .inner-column .experience {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 44px 29px 63px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/icons/experience1.png)
}

@media(max-width:1399.98px) {
    .about-section-two .image-column .inner-column .experience {
        left: 385px;
        right: auto
    }
}

@media(max-width:767.98px) {
    .about-section-two .image-column .inner-column .experience {
        left: 371px
    }
}

@media(max-width:575.98px) {
    .about-section-two .image-column .inner-column .experience {
        right: 0;
        bottom: 0;
        top: auto;
        left: auto
    }
}

.about-section-two .image-column .inner-column .experience .icon {
    position: relative;
    margin-bottom: 18px
}

.about-section-two .image-column .inner-column .experience .icon:before {
    content: "";
    top: -20px;
    left: -15px;
    width: 70px;
    height: 81px;
    position: absolute;
    background-image: url(../images/icons/experience2.png)
}

.about-section-two .image-column .inner-column .experience .icon img {
    position: relative;
    margin-bottom: 18px
}

.about-section-two .image-column .inner-column .experience strong {
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center
}

.about-section-two .content-column .inner-column {
    padding-left: 28px
}

@media(max-width:1399.98px) {
    .about-section-two .content-column .inner-column {
        padding-left: 0
    }
}

.about-section-two .content-column .inner-column .sec-title {
    margin-bottom: 29px
}

.about-section-two .content-column .inner-column .blockquote-style-one {
    background-color: rgba(4, 97, 193, .1);
    color: var(--theme-color1);
    font-size: 16px;
    padding: 16px 0 16px 24px
}

@media(max-width:575.98px) {
    .about-section-two .content-column .inner-column .blockquote-style-one {
        padding: 16px 0 16px 14px
    }
}

.about-section-two .content-column .inner-column .blockquote-style-one:before {
    width: 4px;
    top: 0;
    bottom: 0
}

.about-section-two .content-column .inner-column .about-block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px
}

.about-section-two .content-column .inner-column .about-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 74px
}

@media(max-width:575.98px) {
    .about-section-two .content-column .inner-column .about-block {
        display: block;
        padding-left: 10px;
        padding-right: 60px
    }
}

.about-section-two .content-column .inner-column .about-block:last-child {
    padding-right: 0
}

.about-section-two .content-column .inner-column .about-block:hover .icon-box:before {
    left: 0
}

.about-section-two .content-column .inner-column .about-block .icon-box {
    position: relative
}

.about-section-two .content-column .inner-column .about-block .icon-box:before {
    content: "";
    position: absolute;
    background-color: #edebe8;
    width: 34px;
    height: 34px;
    left: -10px;
    bottom: 5px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.about-section-two .content-column .inner-column .about-block .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 10px
}

@media(max-width:575.98px) {
    .about-section-two .content-column .inner-column .about-block .title {
        margin-left: 0
    }
}

.about-section-two .content-column .inner-column .founder-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px
}

.about-section-two .content-column .inner-column .founder-info .image-box {
    margin-right: 15px
}

.about-section-three {
    position: relative;
    padding: 120px 0 70px
}

.about-section-three::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/icons/shape.png);
    content: ""
}

.about-section-three .content-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 1
}

.about-section-three .content-column .inner-column {
    position: relative;
    padding-left: 70px
}

@media(max-width:1199.98px) {
    .about-section-three .content-column .inner-column {
        padding-left: 0
    }
}

.about-section-three .content-column .sec-title {
    margin-bottom: 40px
}

.about-section-three .content-column .sec-title .title-two {
    margin-right: -40px
}

@media(max-width:767.98px) {
    .about-section-three .content-column .sec-title .title-two {
        margin-right: 0
    }
}

.about-section-three .content-column .list-style-two {
    margin-bottom: 40px
}

.about-section-three .content-column .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:575.98px) {
    .about-section-three .content-column .btn-box {
        display: block
    }
}

.about-section-three .content-column .info-btn {
    position: relative;
    display: block;
    font-size: 22px;
    padding: 8px 0;
    padding-left: 90px;
    color: #181818;
    text-align: left;
    font-weight: 800;
    white-space: nowrap;
    line-height: 20px;
    margin-right: 30px
}

@media(max-width:1199.98px) {
    .about-section-three .content-column .info-btn {
        margin-bottom: 30px
    }
}

.about-section-three .content-column .info-btn small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 10px
}

.about-section-three .content-column .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
    line-height: 68px;
    height: 68px;
    width: 68px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme-color1);
    background-color: #edf0f5;
    font-size: 24px
}

.about-section-three .content-column .info-btn:hover {
    color: var(--theme-color1)
}

.about-section-three .image-column {
    position: relative;
    margin-bottom: 35px
}

.about-section-three .image-column .inner-column {
    position: relative;
    padding-right: 110px
}

@media(max-width:1199.98px) {
    .about-section-three .image-column .inner-column {
        padding-right: 0
    }
}

.about-section-three .image-column .inner-column:before {
    position: absolute;
    right: 65px;
    top: 70px;
    width: 451px;
    height: 381px;
    background-image: url(../images/icons/pattern-5.png);
    content: ""
}

.about-section-three .image-column .image-1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0
}

.about-section-three .image-column .image-1 img {
    width: 100%
}

.about-section-three .image-column .image-2 {
    position: absolute;
    right: 0;
    top: 60px;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1)
}

@media(max-width:1199.98px) {
    .about-section-three .image-column .image-2 {
        display: none
    }
}

.about-section-three .image-column .image-2 img {
    width: 100%
}

.about-section-three .experience {
    position: absolute;
    left: -110px;
    bottom: 60px;
    min-width: 220px;
    background: var(--theme-color1);
    padding: 15px 30px 25px;
    border-radius: 10px 10px 0 10px;
    -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
    box-shadow: 0 15px 60px rgba(68, 67, 67, .08)
}

@media(max-width:1399.98px) {
    .about-section-three .experience {
        left: 10px
    }
}

.about-section-three .experience::before {
    position: absolute;
    right: -20px;
    bottom: 0;
    border-left: 20px solid var(--theme-color1);
    border-top: 20px solid transparent;
    content: ""
}

.about-section-three .experience .inner {
    position: relative;
    padding-left: 75px
}

.about-section-three .experience .icon {
    position: absolute;
    left: -8px;
    top: 21px;
    font-size: 64px;
    color: #fff
}

.about-section-three .experience .text {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.about-section-three .experience strong {
    position: relative;
    margin-top: 7px;
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    display: block
}

.about-section-four {
    position: relative;
    padding: 120px 0 70px
}

.about-section-four .content-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 1
}

.about-section-four .content-column .inner-column {
    position: relative;
    padding-left: 70px
}

@media(max-width:1199.98px) {
    .about-section-four .content-column .inner-column {
        padding-left: 0
    }
}

@media(max-width:991.98px) {
    .about-section-four .content-column .inner-column {
        margin-bottom: 30px
    }
}

.about-section-four .content-column .sec-title {
    margin-bottom: 40px
}

.about-section-four .content-column .theme-btn {
    margin-top: 20px
}

.about-section-four .content-column .float-text {
    position: absolute;
    right: -120px;
    bottom: 40px;
    font-size: 100px;
    color: var(--theme-color3);
    letter-spacing: .2em;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-weight: 300;
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.about-block-four {
    position: relative;
    margin-bottom: 30px
}

.about-block-four .inner-box {
    position: relative
}

.about-block-four .inner-box:hover .icon {
    color: var(--theme-color1)
}

.about-block-four .icon {
    display: block;
    font-size: 62px;
    color: var(--theme-color1);
    line-height: 1em;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.about-block-four .title {
    margin-bottom: 5px
}

.about-section-four .image-column {
    position: relative;
    margin-bottom: 35px
}

.about-section-four .image-column .inner-column {
    position: relative;
    padding-right: 110px;
    padding-bottom: 60px
}

@media(max-width:991.98px) {
    .about-section-four .image-column .inner-column {
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.about-section-four .image-column .image-1 {
    position: relative;
    display: inline-block;
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .about-section-four .image-column .image-1 {
        width: 50%;
        padding: 10px 12px
    }
}

.about-section-four .image-column .image-1:before {
    position: absolute;
    right: -55px;
    top: -45px;
    width: 100px;
    height: 185px;
    background-image: url(../images/icons/dots-3.png);
    content: ""
}

@media(max-width:991.98px) {
    .about-section-four .image-column .image-1:before {
        display: none
    }
}

.about-section-four .image-column .image-1 img {
    border-radius: 10px
}

@media(max-width:991.98px) {
    .about-section-four .image-column .image-1 img {
        width: 100%
    }
}

.about-section-four .image-column .image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .about-section-four .image-column .image-2 {
        width: 50%;
        padding: 10px 12px;
        position: relative
    }
}

.about-section-four .image-column .image-2:before {
    position: absolute;
    right: 100px;
    top: -80px;
    width: 20px;
    height: 60px;
    background-color: var(--theme-color1);
    content: ""
}

@media(max-width:991.98px) {
    .about-section-four .image-column .image-2:before {
        display: none
    }
}

.about-section-four .image-column .image-2 img {
    width: 100%;
    border-radius: 15px
}

.about-section-four .experience {
    position: absolute;
    left: -85px;
    top: 40px;
    width: 170px;
    height: 170px;
    background: var(--theme-color1);
    border-radius: 50%
}

@media(max-width:1399.98px) {
    .about-section-four .experience {
        display: none
    }
}

.about-section-four .experience .inner {
    position: relative;
    text-align: center;
    padding: 30px
}

.about-section-four .experience .inner:before {
    position: absolute;
    right: 30px;
    bottom: 10px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid var(--theme-color1);
    content: ""
}

.about-section-four .experience .icon {
    position: relative;
    display: block;
    font-size: 68px;
    color: #fff;
    margin-bottom: 5px
}

.about-section-four .experience .text {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #fff
}

.about-section-five {
    position: relative;
    padding: 120px 0 70px
}

.about-section-five::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/icons/shape.png);
    content: ""
}

.about-section-five .content-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 1
}

.about-section-five .content-column .inner-column {
    position: relative;
    padding-left: 70px
}

@media(max-width:991.98px) {
    .about-section-five .content-column .inner-column {
        padding-left: 0
    }
}

.about-section-five .content-column .sec-title {
    margin-bottom: 20px
}

.about-section-five .content-column .title {
    font-size: 22px;
    line-height: 2em;
    color: var(--theme-color1);
    font-weight: 400;
    margin-bottom: 40px
}

.about-section-five .content-column .info-btn {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 8px 0;
    padding-left: 95px;
    color: #181818;
    text-align: left;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 50px
}

.about-section-five .content-column .info-btn small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 10px
}

.about-section-five .content-column .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    line-height: 72px;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme-color1);
    background-color: #f6f6f6;
    font-size: 28px
}

.about-section-five .content-column .info-btn:hover {
    color: var(--theme-color1)
}

.about-section-five .image-column {
    position: relative
}

.about-section-five .image-column .inner-column {
    position: relative;
    padding-bottom: 90px
}

@media(max-width:991.98px) {
    .about-section-five .image-column .inner-column .image-box {
        max-width: 500px;
        margin: 30px auto 0
    }
}

.about-section-five .image-column .bg-shape {
    position: absolute;
    left: -80px;
    top: -40px;
    width: 540px;
    height: 540px;
    background-image: url(../images/icons/shape-1.png);
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear
}

@media(max-width:991.98px) {
    .about-section-five .image-column .bg-shape {
        display: none
    }
}

.about-section-five .image-column .image-1 {
    position: relative;
    height: 495px;
    width: 495px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    border: 5px solid #fff
}

@media(max-width:1199.98px) {
    .about-section-five .image-column .image-1 {
        max-height: 450px;
        max-width: 450px
    }
}

@media(max-width:575.98px) {
    .about-section-five .image-column .image-1 {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto
    }
}

.about-section-five .image-column .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-section-five .image-column .image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    height: 309px;
    width: 309px;
    border: 5px solid #fff
}

@media(max-width:991.98px) {
    .about-section-five .image-column .image-2 {
        left: 0;
        margin: 0 auto;
        bottom: -30px
    }
}

.about-section-five .image-column .image-2 img {
    width: 100%
}

.marquee-section {
    position: relative;
    padding: 0 0 100px
}

@media(max-width:767.98px) {
    .marquee-section {
        padding: 0 0 70px
    }
}

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap)
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite
}

.marquee .text {
    position: relative;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #606060;
    font-size: 100px;
    font-weight: 700;
    line-height: 121.1px;
    padding-left: 70px;
    margin-left: 70px;
    font-family: var(--title-font)
}

@media(max-width:991.98px) {
    .marquee .text {
        font-size: 80px
    }
}

.marquee .text:after {
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    height: 9px;
    width: 9px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.marquee .text:hover:after {
    background-color: var(--theme-color-dark)
}

.marquee .text:before {
    position: absolute;
    content: attr(data-text);
    top: -35px;
    left: 70px;
    -webkit-text-fill-color: var(--theme-color-dark);
    width: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% + 55px)
}

.marquee .text:hover:before {
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .marquee .marquee-group {
        -webkit-animation-play-state: play;
        animation-play-state: play
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

.marquee.slide-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.marquee.slide-right .text {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.workplace-section {
    padding: 115px 0 80px;
    background: #000;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media(max-width:767.98px) {
    .workplace-section {
        padding: 60px 0 80px
    }
}

.workplace-section .bg-image {
    opacity: .2;
    background-size: contain;
    left: 33%
}

@media(max-width:991.98px) {
    .workplace-section .bg-image {
        display: none
    }
}

.workplace-section .default-tabs .nav-tabs {
    border: 0
}

@media(max-width:575.98px) {
    .workplace-section .default-tabs .nav-tabs {
        display: block;
        margin-bottom: 90px
    }
}

@media(max-width:479.98px) {
    .workplace-section .default-tabs .nav-tabs {
        margin-bottom: 130px
    }
}

.workplace-section .default-tabs .nav-tabs li {
    margin-right: 35px
}

@media(max-width:575.98px) {
    .workplace-section .default-tabs .nav-tabs li {
        margin-bottom: 20px
    }
}

.workplace-section .default-tabs .nav-tabs li button {
    color: #cbcbcb;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: 0 0
}

.workplace-section .default-tabs .nav-tabs li button.active {
    border-bottom: 1px solid var(--theme-color1);
    color: var(--theme-color1)
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data {
    margin-top: 80px;
    position: relative
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data figure img {
    width: 100%
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin {
    background-color: var(--theme-color1);
    width: 26px;
    height: 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    border: 6px solid #000;
    position: absolute
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin.active .location {
    opacity: 1;
    visibility: visible;
    bottom: 35px
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin:nth-child(1) {
    bottom: 25%;
    left: 25%
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin:nth-child(2) {
    top: 35%;
    right: 35%
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin .location {
    background-color: var(--theme-color1);
    border: 3px solid var(--theme-color1);
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: -105px;
    opacity: 0;
    visibility: hidden
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin .location:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--theme-color1);
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin .location figure {
    margin-bottom: 0
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin .location figure img {
    min-width: 218px;
    height: 130px
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin .location .data {
    width: 100%;
    padding: 12px 15px
}

.workplace-section .default-tabs .tab-content .tab-pane .tab-data ul .map-pin .location .data p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600
}

.workplace-section .content-column .inner-box {
    padding-top: 30px
}

.workplace-section .content-column .inner-box .content-box .text {
    color: #cbcbcb;
    margin-right: 85px;
    letter-spacing: 1px
}

@media(max-width:1199.98px) {
    .workplace-section .content-column .inner-box .content-box .text {
        margin-right: 0
    }
}

.workplace-section .content-column .inner-box .content-box .info-box {
    margin-top: 80px
}

@media(max-width:991.98px) {
    .workplace-section .content-column .inner-box .content-box .info-box {
        margin-top: 30px
    }
}

.workplace-section .content-column .inner-box .content-box .info-box li {
    margin-top: 40px
}

.workplace-section .content-column .inner-box .content-box .info-box li .title {
    color: var(--theme-color1);
    font-size: 100px;
    line-height: 1;
    margin-bottom: 0
}

@media(max-width:1199.98px) {
    .workplace-section .content-column .inner-box .content-box .info-box li .title {
        font-size: 80px
    }
}

@media(max-width:575.98px) {
    .workplace-section .content-column .inner-box .content-box .info-box li .title {
        font-size: 50px
    }
}

.workplace-section .content-column .inner-box .content-box .info-box li .text {
    color: var(--theme-color-light)
}

.work-section-two {
    position: relative;
    background-color: #201d26
}

.work-section-two .content-column {
    position: relative
}

.work-section-two .content-column .inner-column {
    max-width: 640px;
    width: 100%;
    padding: 120px 120px 80px;
    padding-right: 0
}

@media(max-width:1199.98px) {
    .work-section-two .content-column .inner-column {
        padding-left: 30px
    }
}

@media(max-width:991.98px) {
    .work-section-two .content-column .inner-column {
        padding-left: 15px
    }
}

.work-section-two .content-column .sec-title {
    margin-bottom: 70px
}

.work-section-two .content-column .sec-title .other-text {
    color: var(--theme-color1);
    font-size: 16px;
    line-height: 34px;
    margin-top: 30px
}

.work-section-two .image-column {
    position: relative
}

.work-section-two .image-column .image {
    position: relative;
    margin-bottom: 0;
    height: 100%
}

.work-section-two .image-column .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.work-section-two .image-column .sign {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.work-block-two {
    position: relative;
    margin-bottom: 30px
}

.work-block-two .inner-box {
    position: relative;
    padding-left: 100px;
    min-height: 60px
}

.work-block-two .inner-box:hover .icon {
    color: #fff
}

.work-block-two .inner-box:hover .title {
    color: var(--theme-color1)
}

.work-block-two .title {
    color: #fff;
    line-height: 1.4em;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.work-block-two .icon {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 62px;
    color: var(--theme-color1);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.work-block-two .icon::after {
    position: absolute;
    left: -20px;
    top: -10px;
    height: 54px;
    width: 54px;
    background-color: #2f273c;
    border-radius: 50%;
    z-index: -1;
    content: ""
}

.main-slider {
    position: relative
}

.main-slider .shape1 {
    background-image: url(../images/main-slider/shape1.png);
    position: absolute;
    width: 1114px;
    height: 727px;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

@media(max-width:1399.98px) {
    .main-slider .shape1 {
        left: -400px
    }
}

@media(max-width:1199.98px) {
    .main-slider .shape1 {
        display: none
    }
}

.main-slider .shape2 {
    background-image: url(../images/main-slider/shape2.png);
    position: absolute;
    width: 301px;
    height: 221px;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none
}

@media(max-width:1199.98px) {
    .main-slider .shape2 {
        display: none
    }
}

.main-slider:before {
    color: #082c5d;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 30%;
    top: 0;
    left: 0
}

.main-slider .tparrows {
    background-color: rgba(var(--theme-color1-rgb), 0.5);
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .main-slider .tparrows {
        display: none
    }
}

.main-slider .tparrows.tp-leftarrow:before {
    font-family: "font awesome 6 pro";
    content: "\f177";
    color: var(--theme-color-light);
    font-size: 30px;
    font-weight: 300;
    line-height: 80px
}

.main-slider .tparrows.tp-leftarrow:hover {
    background-color: rgba(var(--theme-color1-rgb), 0.8)
}

.main-slider .tparrows.tp-rightarrow:before {
    font-family: "font awesome 6 pro";
    content: "\f178";
    color: var(--theme-color-light);
    font-size: 30px;
    font-weight: 300;
    line-height: 80px
}

.main-slider .tparrows.tp-rightarrow:hover {
    background-color: rgba(var(--theme-color1-rgb), 0.8)
}

.main-slider .sub-title {
    color: var(--theme-color-light);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    line-height: var(--sec-title-subtitle-line-height);
    font-family: var(--sec-title-subtitle-font-family);
    margin-top: 0
}

@media(max-width:801.98px) {
    .main-slider .sub-title {
        font-size: 22px
    }
}

@media(max-width:479.98px) {
    .main-slider .sub-title {
        font-size: 18px
    }
}

.main-slider .title {
    color: var(--theme-color-light);
    position: relative;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 81px;
    padding-left: 47px;
    letter-spacing: .5px
}

@media(max-width:1023.98px) {
    .main-slider .title {
        padding-left: 32px;
        font-size: 60px;
        line-height: 67px
    }
}

@media(max-width:801.98px) {
    .main-slider .title {
        padding-left: 26px;
        font-size: 45px;
        line-height: 58px
    }
}

@media(max-width:479.98px) {
    .main-slider .title {
        padding-left: 14px;
        font-size: 28px;
        line-height: 36px
    }
}

.main-slider .title:before {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 5px;
    height: calc(100% - 35px);
    left: 0;
    top: 18px
}

@media(max-width:801.98px) {
    .main-slider .theme-btn {
        padding: 19px 32px
    }
}

.slider-style-one {
    position: relative
}

.slider-style-one .tparrows {
    background-color: rgba(var(--theme-color1-rgb), 0.5)
}

.slider-style-one .tparrows.tp-leftarrow:hover {
    background-color: rgba(var(--theme-color1-rgb), 0.3)
}

.slider-style-one .tparrows.tp-rightarrow:hover {
    background-color: rgba(var(--theme-color1-rgb), 0.3)
}

.slider-style-two .sub-title {
    color: var(--theme-color1)
}

@media(max-width:801.98px) {
    .slider-style-two .sub-title {
        font-size: 20px
    }
}

.slider-style-two .title {
    color: var(--headings-color);
    padding: 0
}

@media(max-width:1039.98px) {
    .slider-style-two .title {
        font-size: 54px;
        line-height: 68px
    }
}

@media(max-width:801.98px) {
    .slider-style-two .title {
        font-size: 42px;
        line-height: 53px
    }
}

@media(max-width:575.98px) {
    .slider-style-two .title {
        font-size: 32px;
        line-height: 43px
    }
}

.slider-style-two .title:before {
    display: none
}

@media(max-width:801.98px) {
    .slider-style-two .theme-btn {
        padding: 18px 35px
    }
}

.slider-style-two .shape3 {
    background-image: url(../images/main-slider/shape3.png);
    position: absolute;
    width: 351px;
    height: 330px;
    bottom: 0;
    left: -79px;
    z-index: 1
}

@media(max-width:1729.98px) {
    .slider-style-two .shape3 {
        display: none
    }
}

.slider-style-three .title {
    color: var(--theme-color-light);
    padding: 0
}

@media(max-width:1039.98px) {
    .slider-style-three .title {
        font-size: 54px;
        line-height: 68px
    }
}

@media(max-width:801.98px) {
    .slider-style-three .title {
        font-size: 42px;
        line-height: 53px
    }
}

@media(max-width:575.98px) {
    .slider-style-three .title {
        font-size: 32px;
        line-height: 43px
    }
}

.slider-style-three .title:before {
    display: none
}

.slider-style-three .tp-dottedoverlay {
    background-image: url(../images/main-slider/bg-pattern.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    opacity: .5
}

.service-section {
    position: relative;
    padding: 120px 0 88px;
    z-index: 2
}

@media(max-width:991.98px) {
    .service-section {
        padding: 120px 0 60px
    }
}

@media(max-width:767.98px) {
    .service-section {
        padding: 60px 0
    }
}

.service-section .outer-box {
    margin-top: -216px
}

@media(max-width:767.98px) {
    .service-section .outer-box {
        margin-top: 0
    }
}

.service-section.style-space .outer-box {
    margin-top: 0
}

.service-block {
    position: relative;
    margin-bottom: 61px
}

.service-block .inner-box {
    position: relative
}

.service-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.service-block .inner-box:hover .info-box:after {
    height: 100%
}

.service-block .inner-box:hover .info-box .title {
    color: var(--theme-color-light)
}

.service-block .inner-box:hover .info-box .icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.service-block .image-box {
    position: relative;
    padding-bottom: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.service-block .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block .info-box {
    position: absolute;
    right: 17px;
    left: 17px;
    bottom: -18px;
    background-color: var(--theme-color-light);
    padding: 29px 28px 36px 120px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .service-block .info-box {
        padding: 29px 28px 36px 108px
    }
}

.service-block .info-box:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(324deg, #0250c5 0%, #4dcff9 100%);
    left: -17px;
    bottom: 0;
    width: 83px;
    height: 117px;
    -webkit-transform: skew(16deg, 0deg);
    transform: skew(16deg, 0deg)
}

.service-block .info-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: var(--headings-color);
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block .info-box .icon {
    border: 3px solid var(--theme-color-light);
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 32px;
    position: absolute;
    left: 40px;
    top: 27px;
    height: 61px;
    width: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-block .info-box .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block .info-box .title {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: 24px;
    margin-bottom: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .service-block .info-box .title {
        font-size: 16px
    }
}

.service-block .info-box .read-more {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 21px;
    top: 39px;
    height: 38px;
    width: 38px;
    background-color: #f8f5f1;
    color: #000;
    font-size: 20px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block .info-box .read-more:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.content-buttom-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-buttom-block .inner-box .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-buttom-block .inner-box .image-box .image {
    margin-left: -11px;
    position: relative
}

.content-buttom-block .inner-box .text {
    color: var(--headings-color);
    font-weight: 600;
    margin-left: 20px;
    z-index: 1
}

.content-buttom-block .inner-box .text .all-services {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px
}

.content-buttom-block .inner-box .text .all-services:hover {
    color: var(--headings-color)
}

.content-buttom-block .inner-box .text .all-services .icon {
    font-size: 16px;
    line-height: 1;
    top: 2px;
    position: relative;
    left: 6px
}

.services-section-two {
    padding: 120px 0 64px
}

@media(max-width:1199.98px) {
    .services-section-two {
        padding: 34px 0 100px
    }
}

@media(max-width:991.98px) {
    .services-section-two {
        padding: 34px 0 80px
    }
}

.services-section-two .sec-title {
    padding: 42px 40px 0 0
}

.service-block-two .inner-box {
    position: relative;
    margin-bottom: 31px
}

.service-block-two .inner-box:hover .info-box {
    background-color: var(--theme-color-dark)
}

.service-block-two .inner-box:hover .info-box .inner {
    margin-bottom: 0
}

.service-block-two .inner-box:hover .info-box .inner .icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.service-block-two .inner-box:hover .info-box .inner .title {
    color: var(--theme-color-light)
}

.service-block-two .inner-box:hover .info-box .inner .text {
    color: var(--theme-color-light);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.service-block-two .inner-box .image-box {
    width: 100%
}

.service-block-two .inner-box .image-box .image {
    width: 100%
}

.service-block-two .inner-box .image-box .image img {
    border-radius: 15px;
    width: 100%
}

.service-block-two .inner-box .info-box {
    position: absolute;
    left: 37px;
    right: 37px;
    bottom: 20px;
    padding: 0 17px 39px;
    border-radius: 25px;
    border-radius: 25px;
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .service-block-two .inner-box .info-box {
        left: 15px;
        right: 15px;
        padding: 0 10px 10px
    }
}

.service-block-two .inner-box .info-box .inner {
    margin-bottom: -99px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .service-block-two .inner-box .info-box .inner {
        margin-bottom: -79px
    }
}

@media(max-width:991.98px) {
    .service-block-two .inner-box .info-box .inner {
        margin-bottom: -99px
    }
}

@media(max-width:767.98px) {
    .service-block-two .inner-box .info-box .inner {
        margin-bottom: -79px
    }
}

@media(max-width:575.98px) {
    .service-block-two .inner-box .info-box .inner {
        margin-bottom: -83px
    }
}

.service-block-two .inner-box .info-box .inner .icon-box {
    border: 3px solid var(--theme-color-light);
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-light);
    margin-bottom: 14px;
    margin-top: -41px;
    position: relative;
    left: calc(50% - 41px);
    width: 82px;
    height: 82px;
    line-height: 74px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-two .inner-box .info-box .inner .icon-box .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-two .inner-box .info-box .inner .title {
    margin-bottom: 12px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-two .inner-box .info-box .inner .text {
    font-size: 14px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .service-block-two .inner-box .info-box .inner .text {
        max-width: 249px;
        margin: 0 auto
    }
}

@media(max-width:767.98px) {
    .service-block-two .inner-box .info-box .inner .text {
        max-width: none;
        margin: 0 auto
    }
}

.service-block-two .inner-box-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 15px
}

.service-block-two .inner-box-two:before {
    content: "";
    position: absolute;
    background-color: #13121d;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .902
}

.service-block-two .inner-box-two:after {
    content: "";
    position: absolute;
    background-color: var(--theme-color1);
    width: 245px;
    height: 100%;
    bottom: 0;
    left: -190px;
    opacity: 50%;
    -webkit-transform: skew(62deg, 0deg);
    transform: skew(62deg, 0deg);
    background-image: linear-gradient(335deg, #0461c1 -10%, #151a24 35%)
}

.service-block-two .inner-box-two .image-box .image img {
    border-radius: 15px
}

.service-block-two .inner-box-two .info-box {
    position: absolute;
    padding: 0 54px;
    margin-top: 0;
    z-index: 1
}

@media(max-width:991.98px) {
    .service-block-two .inner-box-two .info-box {
        margin-top: 0
    }
}

@media(max-width:575.98px) {
    .service-block-two .inner-box-two .info-box {
        padding: 0 15px
    }
}

.service-block-two .inner-box-two .info-box .inner .title {
    color: var(--theme-color-light);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 23px
}

.service-section-three {
    padding: 0 0 12px
}

@media(max-width:991.98px) {
    .service-section-three {
        padding: 80px 0 150px
    }
}

@media(max-width:767.98px) {
    .service-section-three {
        padding: 60px 0 110px
    }
}

.service-section-three .outer-box {
    position: relative;
    top: -107px;
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 15px
}

@media(max-width:991.98px) {
    .service-section-three .outer-box {
        background-color: transparent;
        top: 0;
        padding: 0
    }
}

.service-section-three .default-dots .owl-dots {
    left: 0;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -50px
}

.service-section-three .default-dots .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    margin: 0 5.5px;
    background-color: transparent;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-section-three .default-dots .owl-dots .owl-dot.active {
    width: 8px;
    height: 8px;
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.service-block-three .inner-box:hover:before {
    height: 0
}

.service-block-three .inner-box:hover:after {
    height: 100%
}

.service-block-three .inner-box:hover .info-box .icon {
    background-color: var(--theme-color-light);
    bottom: 105px;
    color: var(--theme-color1)
}

.service-block-three .inner-box:hover .info-box .icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

.service-block-three .inner-box:hover .info-box .title {
    bottom: 0
}

.service-block-three .inner-box:hover .info-box .text {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.service-block-three .inner-box:hover .info-box .read-more {
    background-color: rgba(0, 0, 0, .2)
}

.service-block-three .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #000), color-stop(80%, #000));
    background: linear-gradient(transparent, #000 90%, #000 80%);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.5882352941)), color-stop(90%, var(--theme-color1)), color-stop(80%, var(--theme-color1)));
    background: linear-gradient(rgba(0, 0, 0, 0.5882352941) 20%, var(--theme-color1) 90%, var(--theme-color1) 80%);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .image-box {
    width: 100%
}

.service-block-three .inner-box .image-box .image {
    width: 100%
}

.service-block-three .inner-box .image-box .image img {
    border-radius: 10px;
    width: 100%
}

@media(max-width:575.98px) {
    .service-block-three .inner-box .image-box .image img {
        height: 300px
    }
}

.service-block-three .inner-box .info-box {
    position: absolute;
    margin-bottom: -70px;
    left: 29px;
    right: 29px;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .info-box .inner {
    position: relative;
    top: -61px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .info-box .icon {
    color: var(--theme-color-light);
    font-size: 28px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color1);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: -57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .info-box .icon img {
    width: 30px;
    height: 30px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .info-box .title {
    color: var(--theme-color-light);
    margin-left: 60px;
    bottom: -162px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .info-box .text {
    color: var(--theme-color-light);
    font-size: 14px;
    line-height: 30px;
    bottom: -175px;
    position: relative;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .info-box .read-more {
    color: var(--theme-color-light);
    display: inline-block;
    line-height: 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -45px
}

.service-block-three .inner-box .info-box .read-more:hover {
    background-color: rgba(255, 255, 255, .2);
    color: var(--theme-color-dark)
}

.service-section-four {
    position: relative;
    padding: 0 0 321px
}

@media(max-width:1199.98px) {
    .service-section-four {
        padding: 0 0 110px
    }
}

.service-section-four .sec-title h2 {
    letter-spacing: -.9px
}

@media(max-width:1199.98px) {
    .service-section-four .sec-title h2 {
        margin-right: -27px
    }
}

.service-section-four .outer-box {
    padding-bottom: 37px;
    position: relative;
    top: -55px
}

.content-buttom-block-four {
    margin: 0 auto;
    border: 1px dashed var(--theme-color1);
    position: relative;
    background-color: var(--theme-color-light);
    border-radius: 15px;
    z-index: 1
}

.content-buttom-block-four .inner-box {
    padding: 31px 30px
}

@media(max-width:575.98px) {
    .content-buttom-block-four .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media(max-width:575.98px) {
    .content-buttom-block-four .inner-box .image-box {
        margin-bottom: 15px
    }
}

@media(max-width:575.98px) {
    .content-buttom-block-four .inner-box .text {
        margin-left: 0
    }
}

.content-buttom-block-four .inner-box .text .all-services {
    color: var(--theme-color1)
}

.service-block-four .inner-box {
    margin-bottom: 30px
}

.service-block-four .inner-box:hover .image-box {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.service-block-four .inner-box:hover .image-box .image a:before {
    height: 100%
}

.service-block-four .inner-box:hover .image-box .icon-box {
    bottom: calc(50% - 33px)
}

.service-block-four .inner-box:hover .image-box .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.service-block-four .inner-box:hover .content-box .title {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.service-block-four .inner-box:hover .content-box .text {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.service-block-four .inner-box .image-box {
    position: relative;
    margin-bottom: -37px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-four .inner-box .image-box .image {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    position: relative
}

.service-block-four .inner-box .image-box .image a {
    display: block;
    position: relative
}

.service-block-four .inner-box .image-box .image a:before {
    content: "";
    position: absolute;
    background-color: #13121d;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    pointer-events: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-four .inner-box .image-box .image a img {
    width: 100%
}

.service-block-four .inner-box .image-box .icon-box {
    border: 3px solid var(--theme-color-light);
    background-color: var(--theme-color1);
    border-radius: 50%;
    width: 66px;
    height: 66px;
    line-height: 60px;
    margin: 0;
    position: absolute;
    left: calc(50% - 33px);
    bottom: -33px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-four .inner-box .image-box .icon-box .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-four .inner-box .content-box {
    text-align: center;
    background-color: var(--theme-color-light);
    padding: 68px 10px 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 70px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, .12)
}

.service-block-four .inner-box .content-box .title {
    margin-bottom: 14px;
    -webkit-transform: translateY(42px);
    transform: translateY(42px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-four .inner-box .content-box .title a:hover {
    color: var(--theme-color1)
}

.service-block-four .inner-box .content-box .text {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 330ms ease;
    transition: all 330ms ease
}

.service-block-four .inner-box-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 15px;
    background-color: #fff;
    padding: 13px 22px 36px 54px;
    top: 32px
}

@media(max-width:575.98px) {
    .service-block-four .inner-box-more {
        padding: 25px 15px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media(max-width:575.98px) {
    .service-block-four .inner-box-more .content-box {
        margin-top: 38px;
        text-align: center
    }
}

.service-block-four .inner-box-more .content-box .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 23px
}

.service-block-four .inner-box-more .content-box .theme-btn {
    padding: 20.5px 41px
}

.service-block-four .inner-box-more .image-box {
    top: 12px;
    position: relative
}

.services-section-five {
    position: relative;
    padding: 120px 0;
    z-index: 1
}

.services-section-five .row {
    margin: 0 -8px
}

.services-section-five .row>div {
    padding: 0 8px
}

.services-section-five .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

@media(max-width:767.98px) {
    .services-section-five .bottom-box {
        display: block;
        text-align: center
    }
}

.services-section-five .bottom-box .text {
    line-height: 28px;
    padding: 15px 30px;
    background-color: #f3f3f3
}

.services-section-five .bottom-box .theme-btn {
    margin-left: 10px
}

@media(max-width:767.98px) {
    .services-section-five .bottom-box .theme-btn {
        margin-left: 0;
        margin-top: 15px
    }
}

.service-block-five {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.service-block-five .inner-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 45px 25px 50px 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
    overflow: hidden
}

@media(max-width:575.98px) {
    .service-block-five .inner-box {
        padding: 45px 15px 50px 20px
    }
}

.service-block-five .inner-box::before {
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
    background-image: url(../images/icons/dots.png);
    content: ""
}

.service-block-five .inner-box:hover {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.service-block-five .inner-box:hover .icon-box {
    background-color: var(--theme-color1)
}

.service-block-five .inner-box:hover .icon-box .icon {
    color: #fff
}

.service-block-five .inner-box:hover .read-more i {
    color: #fff;
    background-color: var(--theme-color1)
}

.service-block-five .icon-box {
    position: absolute;
    right: -52px;
    bottom: -52px;
    height: 210px;
    width: 210px;
    background: #f3f3f3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 40px 50px;
    border-radius: 50%
}

@media(max-width:1199.98px) {
    .service-block-five .icon-box {
        height: 150px;
        width: 150px;
        right: -50px;
        bottom: -50px;
        padding: 35px
    }
}

.service-block-five .icon-box .icon {
    color: var(--theme-color1);
    font-size: 84px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .service-block-five .icon-box .icon {
        font-size: 48px
    }
}

.service-block-five .title {
    font-weight: 800;
    margin-bottom: 14px
}

.service-block-five .title:hover {
    color: var(--theme-color1)
}

.service-block-five .text {
    position: relative;
    margin-bottom: 60px
}

.service-block-five .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    color: #6a6a6a;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.service-block-five .read-more i {
    margin-right: 20px;
    height: 52px;
    width: 52px;
    font-size: 16px;
    color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.services-section-six {
    position: relative;
    padding: 120px 0;
    background-color: #191825
}

@media(max-width:991.98px) {
    .services-section-six .sec-title {
        text-align: center
    }
}

.services-section-six .sec-title h2 {
    font-size: 46px
}

@media(max-width:991.98px) {
    .services-section-six .sec-title h2 {
        font-size: 40px
    }
}

@media(max-width:575.98px) {
    .services-section-six .sec-title h2 {
        font-size: 34px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .services-section-six .sec-title h2 br {
        display: none
    }
}

@media(max-width:991.98px) {
    .services-section-six .fact-counter-three {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:575.98px) {
    .services-section-six .fact-counter-three {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.services-section-six .outer-box {
    margin-left: -190px;
    margin-right: -190px
}

@media(max-width:1399.98px) {
    .services-section-six .outer-box {
        margin: 0
    }
}

.services-section-six .upper-box {
    margin-bottom: 40px
}

.services-section-six .video-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px
}

@media(max-width:991.98px) {
    .services-section-six .video-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.services-section-six .video-box .image {
    position: relative;
    margin-bottom: 0
}

.services-section-six .video-box .image img {
    border-radius: 5px
}

.services-section-six .video-box .play-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 52px;
    width: 52px;
    font-size: 12px;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    padding-left: 2px;
    border-radius: 50%
}

@media(max-width:991.98px) {
    .services-section-six .video-box .play-btn {
        right: calc(50% - 25px);
        bottom: calc(50% - 25px)
    }
}

.services-section-six .video-box .play-btn .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 12px;
    height: 52px;
    width: 52px
}

.services-section-six .bottom-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px
}

.services-section-six .bottom-box .text {
    font-size: 18px;
    line-height: 34px;
    color: #8f8f8f;
    font-weight: 400
}

.services-section-six .bottom-box .theme-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: var(--theme-color1);
    margin-left: 30px;
    border-radius: 20px;
    letter-spacing: .2em;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-section-six .bottom-box .theme-btn:hover {
    background-color: #fff;
    color: #000
}

.services-section-six .counter-block-three {
    position: relative;
    margin-top: -15px;
    margin-bottom: 40px
}

.services-section-six .counter-block-three:first-child .inner {
    padding: 0;
    margin: 0
}

.services-section-six .counter-block-three:first-child .inner::before {
    display: none
}

.services-section-six .counter-block-three .inner {
    position: relative;
    text-align: right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    min-width: 200px;
    margin-left: 70px;
    padding-left: 70px
}

@media(max-width:1199.98px) {
    .services-section-six .counter-block-three .inner {
        margin-left: 50px;
        padding-left: 50px
    }
}

@media(max-width:991.98px) {
    .services-section-six .counter-block-three .inner {
        text-align: center
    }
}

@media(max-width:575.98px) {
    .services-section-six .counter-block-three .inner {
        margin-left: 0;
        padding-left: 0
    }
}

.services-section-six .counter-block-three .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
    content: ""
}

.services-section-six .counter-block-three .inner:hover .icon {
    background-color: var(--theme-color1);
    color: #fff
}

.services-section-six .counter-block-three .count-box {
    font-size: 45px;
    color: #fff;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 5px
}

.services-section-six .counter-block-three .count-box .count-text {
    font-size: 45px;
    color: #fff;
    letter-spacing: -.02em;
    font-weight: 800;
    line-height: 1em
}

.services-section-six .counter-block-three .counter-title {
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #8f8f8f;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: .01em
}

.service-block-six {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.service-block-six .inner-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 35px 40px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-image: url(../images/icons/dots-4.png);
    background-position: right bottom;
    background-repeat: no-repeat
}

.service-block-six .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/dots-4-light.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0
}

.service-block-six .inner-box:hover {
    background-image: none;
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1)
}

.service-block-six .inner-box:hover::before {
    opacity: 1
}

.service-block-six .inner-box:hover .icon,
.service-block-six .inner-box:hover .text,
.service-block-six .inner-box:hover .title {
    color: #fff
}

.service-block-six .inner-box:hover .count {
    color: rgba(255, 255, 255, .2)
}

.service-block-six .inner-box:hover .count::before {
    opacity: 0
}

.service-block-six .inner-box:hover .count:after {
    opacity: 1
}

.service-block-six .count {
    position: absolute;
    right: 0;
    top: 40px;
    height: 65px;
    width: 140px;
    font-size: 51px;
    font-weight: 700;
    color: rgba(200, 199, 199, .34);
    line-height: 65px;
    z-index: 2;
    padding-left: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1399.98px) {
    .service-block-six .count {
        top: 20px
    }
}

.service-block-six .count::after,
.service-block-six .count::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
    width: 140px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(var(--theme-color3)), to(transparent));
    background: linear-gradient(to right, var(--theme-color3), transparent);
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-six .count::after {
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(var(--theme-color3)), to(transparent));
    background: linear-gradient(to right, var(--theme-color3), transparent)
}

.service-block-six .icon-box {
    position: relative;
    margin-bottom: 15px
}

.service-block-six .icon-box .icon {
    color: var(--theme-color1);
    font-size: 68px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-six .title {
    font-weight: 800;
    margin-bottom: 14px
}

.service-block-six .text {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-section-seven {
    position: relative;
    padding: 120px 0 70px;
    z-index: 1;
    counter-reset: count
}

@media(max-width:767.98px) {
    .services-section-seven .sec-title h2 br {
        display: none
    }
}

.service-block-seven {
    position: relative;
    margin-bottom: 70px;
    z-index: 1
}

.service-block-seven .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-seven .inner-box:hover {
    background-color: var(--theme-color1)
}

.service-block-seven .inner-box:hover .text,
.service-block-seven .inner-box:hover .title,
.service-block-seven .inner-box:hover .icon {
    color: #fff
}

.service-block-seven .inner-box:hover .icon-box:before {
    color: var(--theme-color3)
}

.service-block-seven .inner-box:hover .read-more i {
    color: #fff;
    background-color: var(--theme-color4)
}

.service-block-seven .content {
    position: relative;
    padding: 40px 35px 70px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1)
}

.service-block-seven .content::before {
    position: absolute;
    right: -60px;
    top: -100px;
    height: 230px;
    width: 230px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .08;
    content: ""
}

.service-block-seven .content::after {
    position: absolute;
    left: -60px;
    top: -100px;
    height: 230px;
    width: 230px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .08;
    content: ""
}

.service-block-seven .icon-box {
    position: relative;
    margin-bottom: 25px
}

.service-block-seven .icon-box:before {
    position: absolute;
    right: -10px;
    top: 20px;
    font-size: 52px;
    color: #edf0f5;
    counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-seven .icon-box .icon {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--theme-color1);
    font-size: 64px
}

.service-block-seven .title {
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 30px
}

.service-block-seven .title:hover {
    color: var(--theme-color1)
}

.service-block-seven .text {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0
}

.service-block-seven .read-more {
    position: absolute;
    left: 35px;
    bottom: -32px
}

.service-block-seven .read-more i {
    background-color: #fff;
    height: 64px;
    width: 64px;
    font-size: 18px;
    color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.video-section {
    position: relative;
    padding: 0 0 100px;
    margin-top: -252px
}

@media(max-width:1199.98px) {
    .video-section {
        padding: 80px 0 100px;
        margin-top: 0
    }
}

@media(max-width:991.98px) {
    .video-section {
        padding: 80px 0
    }
}

.video-section .video-block {
    position: relative;
    overflow: hidden
}

.video-section .video-block:before {
    background-color: var(--theme-color1);
    content: "";
    width: 360px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -90px;
    border-radius: 20px;
    -webkit-transform: translateX(-50%) skew(225deg, 0deg);
    transform: translateX(-50%) skew(225deg, 0deg);
    z-index: 1;
    opacity: .4
}

.video-section .video-block .outer-box {
    position: absolute;
    bottom: 0;
    right: 0
}

.video-section .video-block .image img {
    border-radius: 10px
}

.video-section .outer-box {
    position: relative;
    text-align: center
}

.video-section .outer-box .play-now {
    position: relative;
    display: inline-block;
    border-radius: 0;
    margin-bottom: 0
}

.video-section .outer-box .play-now::before {
    display: none
}

.video-section .outer-box .play-now:hover .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color1)
}

.video-section .outer-box .play-now .icon {
    color: var(--theme-color-light);
    font-size: 24px;
    height: 115px;
    width: 122px;
    line-height: 115px;
    border-radius: 0 0 10px 0;
    background-color: var(--theme-color1)
}

@media(max-width:767.98px) {
    .video-section .outer-box .play-now .icon {
        font-size: 20px;
        height: 60px;
        width: 90px;
        line-height: 60px
    }
}

.video-section-two {
    padding: 98px 0 93px;
    position: relative
}

.video-section-two .image-column .inner-column {
    position: relative;
    z-index: 1
}

@media(max-width:1199.98px) {
    .video-section-two .image-column .inner-column {
        margin-bottom: 80px
    }
}

@media(max-width:575.98px) {
    .video-section-two .image-column .inner-column {
        margin-bottom: 50px
    }
}

.video-section-two .image-column .inner-column .video-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-section-two .image-column .inner-column .video-block .image {
    position: relative
}

.video-section-two .image-column .inner-column .video-block .image:before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 540px;
    height: 539px;
    top: 5px;
    left: 34px;
    z-index: -1;
    background-image: url(../images/resource/video2.png)
}

@media(max-width:575.98px) {
    .video-section-two .image-column .inner-column .video-block .image:before {
        display: none
    }
}

.video-section-two .image-column .inner-column .video-block .play-now2 {
    display: inline-block;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 9.5px
}

.video-section-two .image-column .inner-column .video-block .play-now2:hover {
    border: 1px solid var(--theme-color1)
}

.video-section-two .image-column .inner-column .video-block .play-now2:hover .icon-box {
    background-color: var(--theme-color-light)
}

.video-section-two .image-column .inner-column .video-block .play-now2:hover .icon-box .icon {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

.video-section-two .image-column .inner-column .video-block .icon-box {
    background-color: var(--theme-color1);
    border-radius: 50%;
    width: 82px;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.video-section-two .image-column .inner-column .video-block .icon-box .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    padding-left: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.video-section-two .content-column .inner-column .sec-title {
    margin-bottom: 40px
}

.video-section-two .content-column .inner-column .sec-title h2 {
    color: var(--theme-color-light);
    margin-bottom: 30px
}

@media(max-width:991.98px) {
    .video-section-two .content-column .inner-column .sec-title h2 br {
        display: none
    }
}

.video-section-two .content-column .inner-column .sec-title .text {
    color: var(--theme-color-light);
    margin-bottom: 30px
}

.video-section-two .content-column .inner-column .experience {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -8px;
    margin-top: -19px;
    z-index: 1
}

@media(max-width:1199.98px) {
    .video-section-two .content-column .inner-column .experience {
        margin-left: 0;
        margin-top: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media(max-width:575.98px) {
    .video-section-two .content-column .inner-column .experience {
        margin-bottom: 40px
    }
}

.video-section-two .content-column .inner-column .experience .image img {
    border-radius: 14px
}

.video-section-two .content-column .inner-column .experience .content-box {
    position: absolute
}

@media(max-width:1199.98px) {
    .video-section-two .content-column .inner-column .experience .content-box {
        padding: 22px 36px 0;
        text-align: center
    }
}

.video-section-two .content-column .inner-column .experience h1 {
    color: var(--theme-color-light);
    margin-bottom: 0;
    line-height: 1
}

.video-section-two .content-column .inner-column .experience strong {
    color: var(--theme-color-light);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    line-height: 1.5
}

.video-section-two .content-column .inner-column .feature-block {
    margin-bottom: 31px
}

.video-section-two .content-column .inner-column .feature-block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.video-section-two .content-column .inner-column .feature-block .inner:hover .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.video-section-two .content-column .inner-column .feature-block .inner .icon-box {
    position: relative;
    margin-right: 18px;
    z-index: 1
}

.video-section-two .content-column .inner-column .feature-block .inner .icon-box .icon {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.video-section-two .content-column .inner-column .feature-block .inner .content-box .title {
    color: var(--theme-color-light);
    margin-bottom: 10px
}

.video-section-two .content-column .inner-column .feature-block .inner .content-box .text2 {
    color: var(--theme-color-light);
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    margin-right: -40px;
    z-index: 1
}

.video-section-three {
    position: relative;
    z-index: 1
}

.video-section-three .video-box-two {
    position: relative
}

.video-section-three .video-box-two .image {
    position: relative;
    margin-bottom: 0
}

.video-section-three .video-box-two .play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-section-three .video-box-two .play-now .icon {
    background-color: #fff;
    color: var(--theme-color1);
    padding-left: 0
}

.video-section-three .video-box-two .info-box {
    position: absolute;
    right: 30px;
    top: -30px;
    background-color: var(--theme-color1);
    padding: 40px 50px;
    border-radius: 5px
}

@media(max-width:767.98px) {
    .video-section-three .video-box-two .info-box {
        padding: 15px
    }
}

@media(max-width:575.98px) {
    .video-section-three .video-box-two .info-box {
        display: none
    }
}

.video-section-three .video-box-two .info-box .title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px
}

.video-section-three .video-box-two .info-box .text {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 24px
}

.contact-section {
    padding: 97px 0 0;
    position: relative
}

@media(max-width:991.98px) {
    .contact-section {
        padding: 80px 0 0
    }
}

.contact-section .image-column {
    position: relative
}

.contact-section .image-column .image {
    position: absolute;
    bottom: 0;
    left: 0;
    left: -60px;
    margin-right: 60px
}

@media(max-width:991.98px) {
    .contact-section .image-column .image {
        display: none
    }
}

.contact-section .tabs-column .inner-column {
    padding-bottom: 100px
}

@media(max-width:991.98px) {
    .contact-section .tabs-column .inner-column {
        padding-bottom: 70px
    }
}

.contact-section .tabs-column .inner-column .sec-title {
    margin-bottom: 25px
}

.contact-section .tabs-column .inner-column .sec-title .sub-title-style-two {
    margin-bottom: 10px
}

.contact-form {
    position: relative;
    padding: 0
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form .form-group:last-child {
    margin-bottom: 0
}

.contact-form .form-group .range-slider-one {
    margin-top: 20px
}

.contact-form .form-group .range-slider-one label {
    margin-bottom: 20px
}

.contact-form .form-group .range-slider-one .range-amount {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 60px;
    bottom: 10px
}

.contact-form .form-group .ui-widget.ui-widget-content {
    border: none;
    border-radius: 20px;
    background-color: #fff
}

.contact-form .form-group .ui-widget.ui-widget-content .ui-state-default {
    border-radius: 50%;
    top: -8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    background-color: var(--theme-color-dark)
}

.contact-form .form-group .ui-widget.ui-widget-content .ui-slider-range {
    background-color: var(--theme-color1)
}

.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type=submit]),
.contact-form textarea,
.contact-form select {
    position: relative;
    display: block;
    height: 55px;
    width: 100%;
    padding: 10px;
    color: var(--theme-color-dark);
    line-height: 29px;
    font-weight: 400;
    font-size: 14px;
    background-color: var(--theme-color-light);
    border-radius: 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form textarea {
    height: auto;
    min-height: 127px;
    padding-top: 20px
}

.contact-form ::-webkit-input-placeholder {
    color: #b3b3b3
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    -webkit-box-shadow: 0 10px 30px rgba(254, 74, 75, .2);
    box-shadow: 0 10px 30px rgba(254, 74, 75, .2)
}

.contact-form button {
    margin-top: 30px
}

@media(max-width:575.98px) {
    .contact-form button {
        padding: 20px 50px;
        width: 100%
    }
}

.contact-info-block h4 {
    margin-bottom: 30px
}

.contact-info-block .text {
    margin-bottom: 20px
}

.contact-info-block button {
    margin-top: 40px
}

.contact-section-two {
    position: relative;
    padding: 120px 0
}

@media(max-width:767.98px) {
    .contact-section-two {
        padding: 80px 0
    }
}

.contact-section-two .bg-image {
    width: 70%
}

@media(max-width:991.98px) {
    .contact-section-two .bg-image {
        width: 100%
    }
}

.contact-section-two .contact-pattren3 {
    background-image: url(../images/resource/pattren3.png);
    position: absolute;
    width: 329px;
    height: 365px;
    bottom: 40px;
    left: -120px;
    pointer-events: none
}

@media(max-width:1399.98px) {
    .contact-section-two .contact-pattren3 {
        display: none
    }
}

.contact-section-two .contact-pattren6 {
    background-image: url(../images/resource/pattren6.png);
    position: absolute;
    width: 252px;
    height: 424px;
    top: -190px;
    right: 0;
    pointer-events: none;
    z-index: -1
}

@media(max-width:1399.98px) {
    .contact-section-two .contact-pattren6 {
        display: none
    }
}

.contact-section-two .contact-contact1-1 {
    background-image: url(../images/resource/contact1-1.png);
    position: absolute;
    width: 601px;
    height: 904px;
    bottom: -100px;
    right: -57px;
    pointer-events: none
}

@media(max-width:1399.98px) {
    .contact-section-two .contact-contact1-1 {
        display: none
    }
}

.contact-form-two {
    position: relative;
    padding: 69px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

@media(max-width:767.98px) {
    .contact-form-two {
        padding: 50px 30px
    }
}

@media(max-width:575.98px) {
    .contact-form-two {
        padding: 30px 20px
    }
}

.contact-form-two .title {
    margin-bottom: 50px;
    text-align: center
}

@media(max-width:767.98px) {
    .contact-form-two .title {
        font-size: 30px
    }
}

@media(max-width:575.98px) {
    .contact-form-two .title {
        margin-bottom: 30px
    }
}

.contact-form-two .contact-info-block {
    margin-top: 40px
}

@media(max-width:575.98px) {
    .contact-form-two .contact-info-block {
        margin-top: 25px
    }
}

.contact-form-two .contact-info-block br {
    display: none
}

@media(max-width:575.98px) {
    .contact-form-two .contact-info-block br {
        display: block
    }
}

.contact-form-two .contact-info-block span {
    color: var(--headings-color);
    font-size: 14px
}

.contact-form-two .contact-info-block .icon {
    color: var(--theme-color1);
    font-size: 36px;
    position: relative;
    top: 6px;
    margin-left: 15px;
    margin-right: 15px
}

@media(max-width:575.98px) {
    .contact-form-two .contact-info-block .icon {
        margin-left: 0
    }
}

.contact-form-two .contact-info-block a {
    color: var(--headings-color);
    font-size: 22px;
    font-weight: 600
}

.contact-form-two .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form-two .form-group:last-child {
    margin-bottom: 0
}

.contact-form-two .form-group .range-slider-one {
    margin-top: 20px
}

.contact-form-two .form-group .range-slider-one label {
    margin-top: 20px;
    color: var(--headings-color)
}

.contact-form-two .form-group .range-slider-one .range-amount {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 60px;
    bottom: -15px
}

.contact-form-two .form-group .ui-widget.ui-widget-content {
    border: none;
    border-radius: 20px;
    background-color: #f4f4f4
}

.contact-form-two .form-group .ui-widget.ui-widget-content .ui-state-default {
    border-radius: 50%;
    top: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    background-color: var(--theme-color-dark)
}

@media(max-width:575.98px) {
    .contact-form-two .form-group .ui-widget.ui-widget-content .ui-state-default {
        top: -4px;
        width: 20px;
        height: 20px
    }
}

.contact-form-two .form-group .ui-widget.ui-widget-content .ui-slider-range {
    background-color: var(--theme-color1)
}

.contact-form-two .select2-container--default .select2-selection--single,
.contact-form-two input:not([type=submit]),
.contact-form-two textarea,
.contact-form-two select {
    position: relative;
    display: block;
    height: 55px;
    width: 100%;
    padding: 10px 10px 10px 20px;
    color: var(--theme-color-dark);
    line-height: 29px;
    font-weight: 400;
    font-size: 14px;
    background-color: #f4f4f4;
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form-two textarea {
    height: auto;
    min-height: 127px;
    padding-top: 20px
}

.contact-form-two ::-webkit-input-placeholder {
    color: #b3b3b3
}

.contact-form-two input:focus,
.contact-form-two select:focus,
.contact-form-two textarea:focus {
    border: 1px solid var(--theme-color1)
}

.contact-form-two button {
    margin-top: 0;
    width: 100%
}

@media(max-width:575.98px) {
    .contact-form-two button {
        padding: 20px 50px
    }
}

.contact-info-block h4 {
    margin-bottom: 30px
}

.contact-info-block .text {
    margin-bottom: 20px
}

.contact-info-block button {
    margin-top: 40px
}

.contact-section-three {
    position: relative;
    padding: 120px 0
}

.contact-section-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 730px;
    width: 367px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/dots-2.png);
    content: ""
}

.contact-section-three .image-column .inner-column {
    position: relative;
    padding-left: 70px;
    margin-right: -375px
}

.contact-section-three .image-column .image {
    position: relative;
    margin-bottom: 0
}

.contact-section-three .image-column .image:before {
    position: absolute;
    left: -20px;
    top: 60px;
    bottom: 0;
    width: 20px;
    background-color: var(--theme-color1);
    border-radius: 10px 0 0 0;
    content: ""
}

.contact-section-three .image-column .image img {
    border-radius: 10px 0 0 0
}

.contact-section-three .contact-form {
    position: relative
}

.contact-section-three .contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-section-three .contact-form .form-group:last-child {
    margin-bottom: 0
}

.contact-section-three .contact-form .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.contact-section-three .contact-form .form-group label.error {
    display: block;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    margin-bottom: 0
}

.contact-section-three .contact-form .form-group .select2-container--default .select2-selection--single,
.contact-section-three .contact-form .form-group input:not([type=submit]),
.contact-section-three .contact-form .form-group textarea,
.contact-section-three .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 15px 30px;
    line-height: 30px;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 400;
    background-color: var(--theme-color3);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 5px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-section-three .contact-form .form-group ::-webkit-input-placeholder {
    color: #6a6a6a
}

.contact-section-three .contact-form .form-group ::-moz-input-placeholder {
    color: #8c8f94
}

.contact-section-three .contact-form .form-group ::-ms-input-placeholder {
    color: #8c8f94
}

.contact-section-three .contact-form .form-group input:focus,
.contact-section-three .contact-form .form-group select:focus,
.contact-section-three .contact-form .form-group textarea:focus {
    border-color: var(--border-theme-color2)
}

.contact-section-three .contact-form .form-group textarea {
    height: 150px;
    resize: none
}

.contact-section-three .contact-form .form-group input[type=submit],
.contact-section-three .contact-form .form-group button {
    margin-top: 5px
}

.contact-section-three .contact-form.style-two .select2-container--default .select2-selection--single,
.contact-section-three .contact-form.style-two input:not([type=submit]),
.contact-section-three .contact-form.style-two textarea,
.contact-section-three .contact-form.style-two select {
    background-color: #0a090f;
    border-color: #0a090f;
    color: #fff;
    height: 70px;
    padding: 20px 30px;
    line-height: 30px
}

.contact-section-three .contact-form.style-two input:focus,
.contact-section-three .contact-form.style-two select:focus,
.contact-section-three .contact-form.style-two textarea:focus {
    border-color: var(--border-theme-color2)
}

.contact-section-three .contact-form.style-two textarea {
    height: 150px;
    resize: none
}

.contact-section-four {
    position: relative;
    padding: 120px 0;
    background-color: #161520
}

.contact-section-four.pull-up {
    margin-top: -270px;
    padding-top: 390px
}

.contact-section-four.pull-down {
    margin-bottom: -110px;
    padding-bottom: 180px
}

.contact-section-four .sec-title .text {
    margin-top: 40px;
    max-width: 400px
}

@media(max-width:991.98px) {
    .contact-section-four .title-column .inner-column {
        padding-bottom: 70px
    }
}

@media(max-width:575.98px) {
    .contact-section-four .contact-form .form-group:last-child {
        margin-bottom: 20px
    }
}

.contact-section-four .timing {
    position: relative
}

.contact-section-four .timing .tilte {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px
}

.contact-section-four .timing .time {
    font-size: 24px;
    color: var(--theme-color1);
    font-weight: 400
}

.contact-section-four .contact-form.style-two .select2-container--default .select2-selection--single,
.contact-section-four .contact-form.style-two input:not([type=submit]),
.contact-section-four .contact-form.style-two textarea,
.contact-section-four .contact-form.style-two select {
    background-color: #0a090f;
    border-color: #0a090f;
    color: #fff;
    height: 70px;
    padding: 20px 30px;
    line-height: 30px
}

.contact-info-section {
    position: relative;
    padding: 120px 0;
    z-index: 2
}

.contact-info-section .outer-box {
    position: relative;
    margin-top: -60px;
    z-index: 9
}

.contact-info-section .contact-info-block:nth-child(even) .inner-box {
    background-image: url(../images/icons/shape-3.jpg)
}

.contact-info-block-two {
    position: relative
}

.contact-info-block-two .inner-box {
    position: relative;
    background-color: var(--theme-color1);
    padding: 50px 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px
}

.contact-info-block-two .inner-box .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/shape-5.jpg);
    content: ""
}

.contact-info-block-two .inner-box .title {
    color: #fff;
    margin-bottom: 30px
}

.contact-info-block-three {
    position: relative
}

.contact-info-block-three .inner-box {
    position: relative;
    padding: 50px 30px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.contact-info-block-three .inner-box .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: ""
}

.contact-info-block-three .inner-box .bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
    opacity: .65;
    content: ""
}

.contact-info-block-three .inner-box .title {
    color: #fff;
    margin-bottom: 30px
}

.contact-info-block-three .inner-box .num {
    color: #fff
}

.faqs-section {
    position: relative;
    padding: 0 0 80px
}

@media(max-width:991.98px) {
    .faqs-section {
        padding: 0 0 60px
    }
}

@media(max-width:1199.98px) {
    .faqs-section .sec-title br {
        display: none
    }
}

.faqs-section .sec-title .text {
    margin-top: 20px
}

.faqs-section .faq-column {
    position: relative
}

@media(max-width:991.98px) {
    .faqs-section .faq-column {
        margin-bottom: 50px
    }
}

.faqs-section .faq-column .inner-column {
    position: relative;
    padding-right: 10px
}

@media(max-width:991.98px) {
    .faqs-section .faq-column .inner-column {
        padding-right: 0
    }
}

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

@media(max-width:575.98px) {
    .graph-box {
        display: block
    }
}

.graph-box .pie-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px
}

@media(max-width:575.98px) {
    .graph-box .pie-graph {
        margin-bottom: 30px;
        margin-right: 0
    }
}

.graph-box .pie-graph .graph-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.graph-box .pie-graph .graph-outer .inner-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: var(--theme-color1);
    font-weight: 400;
    line-height: 1em
}

.graph-box .pie-graph .title {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 20px
}

.accordion-box {
    position: relative
}

@media(max-width:1199.98px) {
    .accordion-box {
        margin-left: 50px
    }
}

@media(max-width:991.98px) {
    .accordion-box {
        margin-left: 0
    }
}

.accordion-box .block {
    position: relative;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    overflow: hidden
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    background-color: #f7f7f7;
    color: var(--theme-color-dark);
    font-weight: 600;
    cursor: pointer;
    padding: 20px;
    border: none;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .accordion-box .block .acc-btn {
        font-size: 16px
    }
}

.accordion-box .block .acc-btn span {
    margin-right: 8px
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 54px;
    width: 54px;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .accordion-box .block .acc-btn .icon {
        top: 19px;
        height: 32px;
        width: 32px;
        line-height: 32px
    }
}

.accordion-box .block .acc-btn .icon:hover {
    color: var(--theme-color1)
}

.accordion-box .block .acc-btn.active {
    color: var(--theme-color1);
    background-color: #f7f7f7
}

.accordion-box .block .acc-btn.active .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

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

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content .content {
    position: relative;
    padding: 0 38px 27px 22px
}

.accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808287;
    margin-bottom: 0
}

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

.faqs-section-two {
    position: relative;
    padding: 120px 0 70px;
    background-color: var(--bg-theme-color3)
}

.faqs-section-two .sec-title .text {
    margin-top: 20px
}

.faqs-section-two .bg-pattern-4 {
    pointer-events: none
}

.faqs-section-two .faq-column {
    position: relative;
    margin-bottom: 50px
}

.faqs-section-two .faq-column .inner-column {
    position: relative;
    padding-right: 10px
}

@media(max-width:575.98px) {
    .faqs-section-two .faq-column .inner-column {
        padding-right: 0
    }
}

.faqs-section-two .image-column .inner-column {
    position: relative;
    padding-right: 220px
}

@media(max-width:575.98px) {
    .faqs-section-two .image-column .inner-column {
        padding-right: 0
    }
}

.faqs-section-two .image-column .image {
    position: relative
}

@media(max-width:575.98px) {
    .faqs-section-two .image-column .image {
        display: none
    }
}

.faqs-section-two .image-column .image img {
    border-radius: 10px
}

@media(max-width:991.98px) {
    .faqs-section-two .image-column .image img {
        width: 100%
    }
}

.faqs-section-two .graph-box-two {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    text-align: center
}

@media(max-width:575.98px) {
    .faqs-section-two .graph-box-two {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%
    }
}

.faqs-section-two .pie-graph {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 25px
}

@media(max-width:575.98px) {
    .faqs-section-two .pie-graph {
        border: none
    }
}

.faqs-section-two .pie-graph:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.faqs-section-two .pie-graph .graph-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.faqs-section-two .pie-graph .graph-outer .inner-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: var(--theme-color1);
    font-weight: 400;
    line-height: 1em
}

.faqs-section-two .pie-graph .title {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0
}

.faqs-section-two .accordion-box-two {
    position: relative
}

.faqs-section-two .accordion-box-two .block {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.faqs-section-two .accordion-box-two .block.active-block {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.faqs-section-two .accordion-box-two .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    background-color: #fff;
    color: var(--theme-color-dark);
    font-weight: 700;
    cursor: pointer;
    padding: 25px 40px;
    padding-right: 70px;
    border-radius: 12px;
    letter-spacing: -.04em;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

@media(max-width:575.98px) {
    .faqs-section-two .accordion-box-two .block .acc-btn {
        padding: 25px 70px 25px 15px
    }
}

.faqs-section-two .accordion-box-two .block .acc-btn .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 35px;
    width: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.faqs-section-two .accordion-box-two .block .acc-btn.active {
    color: var(--theme-color1);
    background-color: #fff;
    border-radius: 12px 12px 0 0
}

.faqs-section-two .accordion-box-two .block .acc-btn.active .icon {
    color: var(--theme-color1)
}

.faqs-section-two .accordion-box-two .block .acc-btn.active .icon:before {
    content: "\f106"
}

.faqs-section-two .accordion-box-two .block .acc-content {
    position: relative;
    display: none
}

.faqs-section-two .accordion-box-two .block .acc-content .content {
    position: relative;
    padding: 20px 40px 30px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-radius: 0 0 10px 10px
}

@media(max-width:575.98px) {
    .faqs-section-two .accordion-box-two .block .acc-content .content {
        padding: 20px 15px 30px
    }
}

.faqs-section-two .accordion-box-two .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808287;
    margin-bottom: 0
}

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

.faqs-section-two .accordion-box-two.style-two {
    counter-reset: count;
    margin-top: 20px
}

.faqs-section-two .accordion-box-two.style-two .block {
    margin-bottom: 10px
}

.faqs-section-two .accordion-box-two.style-two .block .acc-btn {
    padding-left: 55px;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 0;
    color: var(--theme-color1)
}

.faqs-section-two .accordion-box-two.style-two .block .acc-btn:before {
    position: absolute;
    left: 35px;
    top: 0;
    font-size: 16px;
    line-height: 25px;
    padding: 25px 0;
    color: var(--theme-color1);
    content: "1.";
    z-index: 2;
    counter-increment: count;
    content: counter(count) "."
}

.faqs-section-two .accordion-box-two.style-two .block .acc-btn .icon {
    font-size: 14px;
    color: var(--theme-color1)
}

.faqs-section-two .accordion-box-two.style-two .block .acc-btn.active .icon {
    color: var(--theme-color1)
}

.faqs-section-two .accordion-box-two.style-two .block .acc-btn.active .icon:before {
    content: "\f068"
}

.faqs-section-two .accordion-box-two.style-two .block .content {
    padding-top: 0
}

.faqs-section-two {
    position: relative;
    padding: 120px 0 50px
}

.faqs-section-two.pull-up {
    padding-top: 220px;
    margin-top: -120px;
    border-bottom: 5px solid #fff
}

.faqs-section-two:before {
    position: absolute;
    right: 0;
    top: 30px;
    height: 100%;
    width: 50%;
    background-image: url(../images/icons/shape.png);
    background-position: right top;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none
}

@media(max-width:991.98px) {
    .faqs-section-two:before {
        display: none
    }
}

.faqs-section-two:after {
    position: absolute;
    left: -250px;
    top: 100px;
    width: 680px;
    height: 625px;
    background-image: url(../images/icons/shape-6.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    pointer-events: none
}

@media(max-width:1399.98px) {
    .faqs-section-two:after {
        display: none
    }
}

.faqs-section-two.style-two {
    background-color: #fff
}

.faqs-section-two.style-two:after {
    display: none
}

.faqs-section-two .content-column {
    margin-bottom: 50px
}

.faqs-section-two .content-column .inner-column {
    padding-right: 5px
}

.faqs-section-two .content-column .image {
    position: relative;
    margin-bottom: 30px
}

.faqs-section-two .content-column .image img {
    width: 100%
}

.faqs-section-two .graph-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faqs-section-two .graph-box .pie-graph {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0
}

.faqs-section-two .graph-box .pie-graph .title {
    top: -5px;
    margin-left: 20px;
    margin-bottom: 0
}

@media(max-width:575.98px) {
    .faqs-section-two .faq-block .inner-box {
        display: block
    }
}

.faq-block {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    z-index: 2
}

.faq-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.faq-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faq-block .inner-box:hover .icon-box .icon {
    color: var(--theme-color1)
}

.faq-block .icon-box {
    min-width: 180px
}

.faq-block .icon-box .icon {
    font-size: 64px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.faq-block .icon-box .title {
    font-weight: 600
}

.fun-fact-section {
    position: relative;
    padding: 120px 0 70px
}

.fun-fact-section .fact-counter {
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1023px) {

    .fun-fact-section .btn-box,
    .fun-fact-section .title-box {
        text-align: center
    }
}

.counter-block {
    position: relative;
    margin-bottom: 50px
}

.counter-block .inner {
    position: relative;
    padding: 0 15px 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: linear-gradient(to top, #fff, transparent);
    top: auto;
    bottom: 0;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block .inner:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
    height: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color1)), to(transparent));
    background: linear-gradient(to top, var(--theme-color1), transparent);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block .inner:hover::before {
    height: 0
}

.counter-block .inner:hover:after {
    height: 100%
}

.counter-block .content {
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
    padding: 65px 20px 25px;
    text-align: center;
    margin: 77px auto 0;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    z-index: 9
}

.counter-block .content:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.counter-block .icon {
    position: absolute;
    top: -77px;
    left: 50%;
    margin-left: -58px;
    height: 116px;
    width: 116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color1);
    color: #fff;
    border-radius: 50%;
    font-size: 62px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block .count-box {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: var(--theme-color1);
    line-height: 1em;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 10px
}

.counter-block .count-box .count-text {
    font-size: 60px;
    font-weight: 700;
    line-height: 1em
}

.counter-block .counter-title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #6c6a72;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0;
    font-family: var(--text-font)
}

.fun-fact-section-two {
    padding: 76px 0 103px;
    position: relative
}

@media(max-width:1399.98px) {
    .fun-fact-section-two {
        padding: 76px 0
    }
}

@media(max-width:991.98px) {
    .fun-fact-section-two {
        padding: 76px 0 56px
    }
}

.fun-fact-section-two .bg-image {
    width: 80.6%
}

@media(max-width:1799.98px) {
    .fun-fact-section-two .bg-image {
        width: 85.6%
    }
}

@media(max-width:1599.98px) {
    .fun-fact-section-two .bg-image {
        width: 94.6%
    }
}

@media(max-width:1399.98px) {
    .fun-fact-section-two .bg-image {
        width: 100%
    }
}

@media(max-width:991.98px) {
    .counter-two-block {
        margin-bottom: 20px
    }
}

.counter-two-block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media(max-width:575.98px) {
    .counter-two-block .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.counter-two-block .inner:hover .icon-box .inner .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.counter-two-block .inner .icon-box {
    border: 1px dotted #000;
    border-radius: 50%;
    display: inline-block;
    padding: 4px;
    margin-right: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .counter-two-block .inner .icon-box {
        margin-bottom: 15px;
        margin-right: 0
    }
}

.counter-two-block .inner .icon-box .inner .icon {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-two-block .inner .icon-box .inner {
    background-color: var(--theme-color1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 63px;
    height: 63px
}

.counter-two-block .content-box .count-box {
    color: var(--theme-color-dark);
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 600
}

.counter-two-block .content-box .counter-title {
    font-size: 14px
}

.fact-counter-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fun-fact-section-three {
    position: relative;
    padding: 120px 0 70px;
    background-repeat: no-repeat;
    background-position: center bottom
}

.fun-fact-section-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .9;
    content: ""
}

.fun-fact-section-three .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px
}

.fun-fact-section-three .upper-box .title {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em
}

.fun-fact-section-three .upper-box .number-outer {
    position: relative;
    overflow: hidden
}

.fun-fact-section-three .upper-box .numbers {
    position: relative;
    padding: 0 45px;
    display: inline-block;
    background-repeat: repeat;
    background-clip: text;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 2
}

@media(max-width:575.98px) {
    .fun-fact-section-three .upper-box .numbers {
        font-size: 60px
    }
}

.fun-fact-section-three .upper-box .numbers:after,
.fun-fact-section-three .upper-box .numbers:before {
    position: absolute;
    left: 100%;
    top: 51%;
    width: 100%;
    border-bottom: 1px solid var(--theme-color3);
    content: ""
}

.fun-fact-section-three .upper-box .numbers:after {
    left: auto;
    right: 100%
}

.fun-fact-section-three .counter-block-four {
    position: relative;
    margin-bottom: 50px
}

.fun-fact-section-three .counter-block-four .inner {
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.fun-fact-section-three .counter-block-four .inner:hover .icon {
    color: #fff
}

.fun-fact-section-three .counter-block-four .inner:hover .icon:after {
    background-color: var(--theme-color1)
}

.fun-fact-section-three .counter-block-four .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 128px;
    width: 128px;
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 62px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--theme-color1);
    margin: 0 auto 15px
}

.fun-fact-section-three .counter-block-four .icon:after {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    background-color: var(--theme-color3);
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
    content: ""
}

.fun-fact-section-three .counter-block-four .count-box {
    font-size: 60px;
    color: var(--theme-color1);
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.fun-fact-section-three .counter-block-four .count-box .count-text {
    font-size: 60px;
    color: var(--theme-color1);
    letter-spacing: -.02em;
    font-weight: 800;
    line-height: 1em
}

.fun-fact-section-three .counter-block-four .counter-title {
    display: block;
    font-size: 18px;
    color: #6a6a6a;
    font-weight: 500;
    letter-spacing: -.02em;
    margin-bottom: 0
}

.counter-block-two {
    position: relative;
    margin-bottom: 70px
}

.counter-block-two:last-child .inner::before {
    display: none
}

.counter-block-two .inner {
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block-two .inner:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
    content: ""
}

.counter-block-two .inner:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.counter-block-two .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 62px;
    background-color: #0f0f0f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0 auto 30px
}

.counter-block-two .count-box {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 30px
}

.counter-block-two .count-box .count-text {
    font-size: 50px;
    color: #fff;
    letter-spacing: -.02em;
    font-weight: 800;
    line-height: 1em
}

.counter-block-two .counter-title {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #8f8f8f;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: .01em
}

.testimonial-section {
    padding: 270px 0 50px;
    position: relative
}

@media(max-width:991.98px) {
    .testimonial-section {
        padding: 237px 0 20px
    }
}

.testimonial-section.style-space {
    padding-top: 120px
}

.testimonial-section .sec-title {
    margin-bottom: 80px
}

@media(max-width:991.98px) {
    .testimonial-section .sec-title {
        margin-bottom: 45px
    }
}

@media(max-width:575.98px) {
    .testimonial-section .sec-title h2 {
        font-size: 33px
    }
}

.testimonial-section .carousel-outer {
    margin-right: -675px
}

@media(max-width:1199.98px) {
    .testimonial-section .carousel-outer {
        margin-right: -100px
    }
}

@media(max-width:767.98px) {
    .testimonial-section .carousel-outer {
        margin-right: 0
    }
}

.testimonial-section .outer-box {
    position: relative
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    display: block;
    color: var(--theme-color-dark);
    top: -120px;
    right: 0;
    width: 52px;
    height: 52px;
    line-height: 54px;
    background-color: var(--theme-color-light);
    border-radius: 50%;
    padding-left: 5px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:767.98px) {

    .testimonial-section .swiper-button-next,
    .testimonial-section .swiper-button-prev {
        display: none
    }
}

.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-prev:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color-dark)
}

.testimonial-section .swiper-button-next:after,
.testimonial-section .swiper-button-prev:after {
    font-size: 18px
}

.testimonial-section .swiper-button-prev {
    left: auto;
    right: 60px;
    padding-left: 0;
    padding-right: 2px
}

.testimonial-block .inner-box {
    background-color: var(--theme-color-light);
    padding: 75px 90px 30px 50px;
    margin-top: 25px
}

@media(max-width:1199.98px) {
    .testimonial-block .inner-box {
        padding: 75px 25px 40px
    }
}

@media(max-width:991.98px) {
    .testimonial-block .inner-box {
        padding: 75px 50px 40px
    }
}

@media(max-width:575.98px) {
    .testimonial-block .inner-box {
        padding: 75px 50px 26px
    }
}

.testimonial-block .inner-box:hover .info-box .name {
    color: var(--theme-color1)
}

.testimonial-block .inner-box:hover .icon-box .icon {
    background-color: var(--theme-color-dark)
}

.testimonial-block .inner-box:hover .icon-box .icon:before {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0)
}

.testimonial-block .inner-box .icon-box {
    position: relative
}

.testimonial-block .inner-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: -96px;
    height: 76px;
    width: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color1);
    background-image: url(../images/icons/icon-quote.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box .icon-box .icon:before {
    content: "";
    width: 21px;
    height: 19px;
    right: -21px;
    top: 0;
    position: absolute;
    background-image: url(../images/icons/icon23.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box .rating {
    margin-bottom: 0
}

.testimonial-block .inner-box .rating .icon {
    color: #f9b524;
    font-size: 14px;
    margin-right: 4px
}

.testimonial-block .inner-box .text {
    font-size: 18px
}

@media(max-width:575.98px) {
    .testimonial-block .inner-box .text br {
        display: none
    }
}

.testimonial-block .inner-box .info-box {
    margin-top: 12px
}

.testimonial-block .inner-box .info-box .name {
    margin-bottom: 0;
    margin-right: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box .info-box .designation {
    color: var(--headings-color);
    font-size: 14px;
    display: block
}

.testimonial-section-two {
    position: relative;
    padding: 110px 0
}

@media(max-width:991.98px) {
    .testimonial-section-two {
        padding: 60px 0
    }
}

.testimonial-section-two .bg-image2 {
    width: 50%
}

.testimonial-section-two .outer-box {
    position: relative;
    padding: 130px 57px 70px 98px
}

@media(max-width:991.98px) {
    .testimonial-section-two .outer-box {
        padding: 76px 57px 0
    }
}

@media(max-width:575.98px) {
    .testimonial-section-two .outer-box {
        padding: 76px 20px 0
    }
}

.testimonial-section-two .sec-title .image img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@media(max-width:1199.98px) {
    .testimonial-section-two .sec-title h2 br {
        display: none
    }
}

.testimonial-section-two .testimonial-pagination {
    position: absolute;
    left: 94px;
    bottom: 136px
}

@media(max-width:1199.98px) {
    .testimonial-section-two .testimonial-pagination {
        display: none
    }
}

.testimonial-section-two .testimonial-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme-color-light) !important;
    border: none !important
}

.testimonial-section-two .testimonial-pagination .swiper-pagination-bullet {
    position: relative;
    border: 1px solid #fff;
    height: 8px;
    width: 8px;
    background-color: transparent;
    margin-left: 6px;
    opacity: 1
}

.testimonial-block-two {
    position: relative;
    margin-top: 40px;
    z-index: 1
}

.testimonial-block-two .inner-box {
    background-color: var(--theme-color-light);
    padding: 60px 32px 36px 29px;
    margin-top: 0;
    position: relative
}

.testimonial-block-two .inner-box:hover .text {
    color: var(--headings-color)
}

.testimonial-block-two .inner-box:before {
    content: "";
    width: 41px;
    height: 21px;
    left: 25px;
    bottom: -21px;
    position: absolute;
    background-image: url(../images/icons/icon26.png);
    background-repeat: no-repeat;
    background-position: center
}

.testimonial-block-two .inner-box .icon-box {
    position: relative
}

.testimonial-block-two .inner-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: -96px;
    height: 68px;
    width: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color-dark);
    background-image: url(../images/icons/icon-quote2.png);
    background-repeat: no-repeat;
    background-position: center
}

.testimonial-block-two .inner-box .rating {
    margin-bottom: 0
}

.testimonial-block-two .inner-box .rating .icon {
    color: #f9b524;
    font-size: 14px;
    margin-right: 4px
}

.testimonial-block-two .inner-box .text {
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block-two .info-box {
    margin-top: 42px
}

.testimonial-block-two .info-box .name {
    color: var(--theme-color-light);
    margin-bottom: 0;
    margin-right: 0
}

.testimonial-block-two .info-box .designation {
    color: var(--theme-color-light);
    font-size: 14px;
    display: block
}

.testimonial-section-three {
    position: relative;
    padding: 120px 0 90px;
    background-color: #181818
}

.testimonial-section-three .dotted-map {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/dotted-map-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.testimonial-section-three .carousel-outer {
    position: relative;
    margin-right: -490px
}

@media(max-width:991.98px) {
    .testimonial-section-three .carousel-outer {
        margin-right: 0
    }
}

.testimonial-section-three .owl-dots {
    position: absolute;
    left: -500px;
    bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonial-section-three .owl-dots .owl-dot {
    display: block;
    height: 20px;
    width: 20px;
    background-color: #5e5e5e;
    border: 3px solid #181818;
    margin-right: 3px;
    border-radius: 50%
}

.testimonial-section-three .owl-dots .owl-dot.active {
    opacity: 1;
    background-color: var(--theme-color1);
    border-color: var(--theme-color1)
}

.testimonial-block-three {
    position: relative;
    padding: 60px 0 0
}

.testimonial-block-three .inner-box {
    position: relative;
    background-color: #fff;
    border-top: 12px solid var(--theme-color1);
    padding: 30px 50px 45px;
    margin-bottom: 30px;
    border-radius: 10px
}

.testimonial-block-three .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 138px;
    height: 96px;
    background-color: var(--theme-color3);
    border-radius: 0 0 500px 0;
    content: ""
}

.testimonial-block-three .image-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-left: 140px;
    margin-bottom: 25px
}

@media(max-width:991.98px) {
    .testimonial-block-three .image-box {
        display: block
    }
}

@media(max-width:575.98px) {
    .testimonial-block-three .image-box {
        padding-left: 0;
        padding-top: 40px
    }
}

.testimonial-block-three .image-box .image {
    position: absolute;
    left: -10px;
    top: -100px;
    margin-bottom: 0;
    height: 132px;
    width: 132px;
    padding: 12px
}

.testimonial-block-three .image-box .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background-color: var(--theme-color1);
    border-radius: 120px 120px 0 0;
    content: ""
}

.testimonial-block-three .image-box .image img {
    height: 100%;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1)
}

.testimonial-block-three .name {
    margin-bottom: 2px
}

.testimonial-block-three .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #6a6a6a;
    font-weight: 400
}

.testimonial-block-three .rating {
    position: relative;
    color: #ffba25;
    font-size: 14px;
    letter-spacing: .05em
}

.testimonial-section-four {
    position: relative;
    padding: 120px 0 90px
}

.testimonial-section-four .sec-title {
    margin-bottom: 35px
}

.testimonial-section-four .carousel-outer {
    position: relative;
    margin-left: -17px;
    margin-bottom: 30px
}

@media(max-width:991.98px) {
    .testimonial-section-four .carousel-outer {
        margin-left: 0
    }
}

.testimonial-section-four .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 540px;
    width: 540px;
    background-image: url(../images/icons/shape-1.png);
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear
}

@media(max-width:1399.98px) {
    .testimonial-section-four .bg-shape {
        width: 100%;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
}

.testimonial-section-four .image-column {
    position: relative
}

@media(max-width:575.98px) {
    .testimonial-section-four .image-column {
        display: none
    }
}

.testimonial-section-four .image-column .inner-column {
    position: relative;
    padding-right: 100px
}

.testimonial-section-four .image-column .bg-shape {
    margin-top: -20px
}

.testimonial-section-four .image-column .image-box {
    position: relative;
    min-height: 540px;
    text-align: right
}

@media(max-width:991.98px) {
    .testimonial-section-four .image-column .image-box {
        min-height: 400px;
        max-width: 550px;
        text-align: center;
        margin: 50px auto 0
    }
}

.testimonial-section-four .image-column .image-box .image {
    position: absolute
}

.testimonial-section-four .image-column .image-box .image img {
    border-radius: 50%;
    border: 8px solid #fff
}

.testimonial-section-four .image-column .image-1 {
    position: relative !important;
    margin-top: 90px;
    margin-right: -10px;
    display: inline-block
}

@media(max-width:991.98px) {
    .testimonial-section-four .image-column .image-1 {
        margin-top: 50px;
        margin-right: -30px
    }
}

.testimonial-section-four .image-column .image-2 {
    left: 30px;
    top: 10px;
    max-width: 170px
}

.testimonial-section-four .image-column .image-3 {
    right: -30px;
    top: 10px
}

.testimonial-section-four .image-column .image-4 {
    left: -10px;
    bottom: 50px
}

.testimonial-section-four .testimonial-column .inner-column {
    position: relative;
    padding-left: 40px;
    margin-left: -50px
}

@media(max-width:991.98px) {
    .testimonial-section-four .testimonial-column .inner-column {
        margin-left: 0;
        padding-left: 0
    }
}

.testimonial-section-four .owl-nav {
    display: none
}

.testimonial-section-four .owl-dots {
    padding-left: 17px
}

.testimonial-block-four {
    position: relative;
    padding: 17px
}

@media(max-width:991.98px) {
    .testimonial-block-four {
        padding: 0
    }
}

.testimonial-block-four .inner-box {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 50px 45px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, .1);
    box-shadow: 0 0 17px rgba(0, 0, 0, .1)
}

@media(max-width:575.98px) {
    .testimonial-block-four .inner-box {
        padding: 40px 15px 45px
    }
}

.testimonial-block-four .text {
    font-size: 20px;
    line-height: 36px;
    color: #6a6a6a;
    margin-bottom: 20px
}

.testimonial-block-four .name {
    margin-bottom: 0
}

.testimonial-block-four .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: var(--theme-color1);
    font-weight: 500;
    text-transform: uppercase
}

.testimonial-block-four .icon-quote-3 {
    position: absolute;
    right: 55px;
    bottom: 57px
}

@media(max-width:575.98px) {
    .testimonial-block-four .icon-quote-3 {
        display: none
    }
}

.testimonial-block-four .rating {
    position: absolute;
    right: 0;
    bottom: -17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: var(--theme-color1);
    min-width: 180px;
    font-size: 12px;
    letter-spacing: .05em;
    height: 45px;
    border-radius: 10px
}

.testimonial-section-five {
    position: relative
}

.testimonial-section-five .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:1399.98px) {
    .testimonial-section-five .outer-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.testimonial-section-five .carousel-outer {
    position: relative;
    max-width: 42%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-color: var(--theme-color3);
    background-image: url(../images/icons/shape-4.jpg);
    padding: 100px 100px 90px
}

@media(max-width:1399.98px) {
    .testimonial-section-five .carousel-outer {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media(max-width:575.98px) {
    .testimonial-section-five .carousel-outer {
        padding: 100px 15px
    }
}

@media(max-width:1399.98px) {
    .testimonial-section-five .banner-box {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width:991.98px) {
    .testimonial-section-five .banner-box {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media(max-width:991.98px) {
    .testimonial-section-five .banner-box .inner-box h3 br {
        display: none
    }
}

@media(max-width:575.98px) {
    .testimonial-section-five .banner-box .inner-box h3 {
        font-size: 36px
    }
}

.testimonial-section-five .fact-counter-two {
    position: relative;
    background-color: #181818;
    width: 100%;
    padding: 90px 30px 30px
}

@media(max-width:1399.98px) {
    .testimonial-section-five .fact-counter-two {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width:991.98px) {
    .testimonial-section-five .fact-counter-two {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media(max-width:767.98px) {
    .testimonial-section-five .fact-counter-two .counter-block-two .inner:before {
        display: none
    }
}

.testimonial-section-five .owl-nav {
    display: none
}

.testimonial-section-five .owl-dots {
    position: absolute;
    right: 0;
    top: 30px
}

.testimonial-block-five {
    position: relative
}

.testimonial-block-five .inner-box {
    position: relative
}

.testimonial-block-five .thumb {
    position: relative;
    height: 80px;
    width: 80px;
    margin-bottom: 20px
}

.testimonial-block-five .thumb img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 5px solid #fff
}

.testimonial-block-five .thumb .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: #fff;
    font-size: 12px
}

.testimonial-block-five .text {
    font-size: 26px;
    line-height: 40px;
    color: #6a6a6a;
    font-weight: 400;
    margin-bottom: 30px
}

.testimonial-block-five .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.testimonial-block-five .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color1);
    font-weight: 500;
    margin-left: 10px
}

.testimonial-block-five .icon-quote {
    position: absolute;
    right: 55px;
    bottom: 57px
}

.testimonial-block-five .rating {
    position: absolute;
    right: 0;
    bottom: -17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: var(--theme-color1);
    min-width: 180px;
    font-size: 12px;
    letter-spacing: .05em;
    height: 45px;
    border-radius: 10px
}

.banner-box {
    position: relative;
    max-width: 24%;
    width: 100%
}

.banner-box .inner-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 50px 100px;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-box .inner-box::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color1);
    opacity: .8;
    content: ""
}

.banner-box h3 {
    color: #fff;
    margin-bottom: 40px
}

.process-section {
    position: relative;
    padding: 120px 0 50px
}

.process-section .bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #232331;
    opacity: .95
}

.process-section .overlay-3 {
    position: absolute;
    bottom: 0;
    left: 0
}

.process-section .icon-plane-9 {
    position: absolute;
    top: 40%;
    left: -45px;
    z-index: 3
}

@media only screen and (max-width:1699px) {
    .process-section .icon-plane-9 {
        display: none
    }
}

.process-section .float-image {
    position: absolute;
    top: 0;
    right: 0
}

@media only screen and (max-width:1699px) {
    .process-section .float-image {
        max-width: 30%
    }
}

@media(max-width:1399.98px) {
    .process-section .float-image {
        display: none
    }
}

.process-section .sec-title {
    margin-bottom: 80px
}

.process-block {
    margin-bottom: 70px
}

.process-block:last-child .inner-box:before {
    display: none
}

.process-block:nth-child(2) .inner-box:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.process-block .inner-box {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    text-align: center
}

.process-block .inner-box:before {
    content: "";
    position: absolute;
    top: 40px;
    right: -140px;
    width: 137px;
    height: 18px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-border-3.png)
}

.process-block .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-color: var(--theme-color1) !important;
    color: var(--theme-color-light) !important
}

.process-block .inner-box:hover .count {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.process-block .inner-box .content {
    position: relative;
    padding: 115px 35px 75px;
    border-radius: 200px;
    overflow: hidden;
    background-color: #050c11
}

.process-block .inner-box .icon-box {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3
}

.process-block .inner-box .icon-box:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 70px;
    width: 70px;
    height: 117px;
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/icons/icon-border-2.png)
}

.process-block .inner-box .icon-box .icon {
    position: relative;
    display: inline-block;
    width: 91px;
    height: 91px;
    line-height: 91px;
    font-size: 45px;
    border-radius: 50%;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.process-block .inner-box .title {
    color: var(--theme-color-light);
    margin-bottom: 5px
}

.process-block .inner-box .title a:hover {
    color: var(--theme-color1)
}

.process-block .inner-box .text {
    color: var(--theme-color-light);
    margin-bottom: 35px
}

.process-block .inner-box .count {
    position: relative;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    color: var(--theme-color-light);
    background-color: #0b1720;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.process-block .inner-box .icon-shapes {
    position: absolute;
    bottom: 0;
    right: 0
}

.process-section-two {
    position: relative;
    padding: 120px 0 80px
}

.process-section-two .auto-container {
    max-width: 1050px
}

.process-block-two {
    position: relative;
    margin-bottom: 40px
}

.process-block-two:last-child .image-box:before {
    display: none
}

.process-block-two .inner-box {
    position: relative
}

.process-block-two .inner-box:hover .info-box {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

.process-block-two .inner-box:hover .icon {
    background-color: #fff;
    color: var(--theme-color1)
}

.process-block-two .inner-box:hover .icon:after {
    height: 136px;
    width: 136px
}

.process-block-two .icon-box {
    position: relative;
    padding-top: 60px
}

.process-block-two .icon-box::before {
    position: absolute;
    left: 60px;
    top: 0;
    width: 190px;
    height: 146px;
    background-image: url(../images/icons/process-arrow.png);
    content: ""
}

.process-block-two .icon-box .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 136px;
    width: 136px;
    border-radius: 50%;
    margin-bottom: 50px;
    color: #fff;
    font-size: 72px;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.process-block-two .icon-box .icon:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 160px;
    width: 160px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    content: ""
}

.process-block-two .icon-box .count {
    position: absolute;
    left: 140px;
    top: 40px;
    font-size: 120px;
    color: var(--theme-color3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 900;
    z-index: 2;
    opacity: .5;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.process-block-two .title {
    z-index: 2;
    font-weight: 800;
    margin-bottom: 15px
}

.product-section {
    padding: 140px 0 100px;
    position: relative
}

@media(max-width:991.98px) {
    .product-section {
        padding: 100px 0 0
    }
}

@media(max-width:767.98px) {
    .product-section .sec-title .text br {
        display: none
    }
}

.product-section .testimonial-pattrn1-1 {
    background-image: url(https://html.kodesolution.com/2024/insurix-html/images/resource/testimonial-pattrn1-1.png);
    position: absolute;
    width: 205px;
    height: 263px;
    top: 35px;
    right: 48px;
    pointer-events: none
}

@media(max-width:991.98px) {
    .product-section .testimonial-pattrn1-1 {
        display: none
    }
}

@media(max-width:991.98px) {
    .product-block {
        margin-bottom: 40px
    }
}

.product-block .inner-box:hover .image-box:before {
    height: 100%
}

.product-block .inner-box:hover .image-box .image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.product-block .inner-box:hover .image-box .icon-box {
    bottom: 23px
}

.product-block .inner-box:hover .image-box .icon-box .icon {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.product-block .inner-box .image-box {
    position: relative;
    overflow: hidden
}

.product-block .inner-box .image-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(28.77%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 28.77%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-block .inner-box .image-box .image {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-block .inner-box .image-box .image a img {
    width: 100%
}

.product-block .inner-box .image-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-block .inner-box .image-box .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    bottom: -40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-block .inner-box .image-box .icon-box .icon {
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-block .inner-box .image-box .icon-box .icon:last-child {
    margin-right: 0
}

.product-block .inner-box .image-box .icon-box .icon:hover {
    background-color: var(--theme-color1)
}

.product-block .inner-box .content-box {
    margin-top: 34px
}

@media(max-width:767.98px) {
    .product-block .inner-box .content-box {
        margin-bottom: 24px
    }
}

.product-block .inner-box .content-box .inner {
    text-align: center
}

.product-block .inner-box .content-box .inner .price {
    color: var(--theme-color1);
    font-size: 30px;
    font-weight: 500;
    font-family: var(--title-font)
}

@media(max-width:767.98px) {
    .product-block .inner-box .content-box .inner .price {
        font-size: 24px
    }
}

.product-block .inner-box .content-box .inner .price .price-style {
    position: relative
}

.product-block .inner-box .content-box .inner .price .price-style:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 14px;
    left: 0
}

@media(max-width:767.98px) {
    .product-block .inner-box .content-box .inner .price .price-style:before {
        bottom: 10px
    }
}

.product-block .inner-box .content-box .inner .title {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 9px
}

@media(max-width:767.98px) {
    .product-block .inner-box .content-box .inner .title {
        margin-top: 6px;
        font-size: 24px
    }
}

.product-block .inner-box .content-box .inner .title:hover {
    color: var(--theme-color1)
}

.product-deals-section {
    padding: 204px 0;
    position: relative
}

@media(max-width:575.98px) {
    .product-deals-section {
        padding: 170px 0
    }
}

.product-deals-section:before {
    background: -webkit-gradient(linear, right top, left top, from(#141215), color-stop(rgba(20, 18, 21, 0.6392156863)), color-stop(transparent), to(transparent));
    background: linear-gradient(to left, #141215, rgba(20, 18, 21, 0.6392156863), transparent, transparent);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.product-deals-section .outer-box {
    position: relative;
    z-index: 1
}

.product-deals-section .curved-shape-top {
    width: 100%;
    height: 69px;
    top: 0;
    left: 0;
    z-index: 1
}

.product-deals-section .curved-shape-bottom {
    width: 100%;
    height: 69px;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 1
}

.product-deals-section .sec-title h1 {
    color: var(--theme-color-light);
    font-size: 80px;
    font-weight: 400
}

@media(max-width:767.98px) {
    .product-deals-section .sec-title h1 {
        font-size: 60px
    }
}

@media(max-width:767.98px) {
    .product-deals-section .sec-title h1 {
        font-size: 45px
    }
}

.product-deals-section .sec-title .text-two {
    color: var(--theme-color-light);
    display: block;
    font-size: 40px;
    font-weight: 500;
    font-family: var(--title-font);
    margin-top: 5px;
    margin-bottom: 20px
}

@media(max-width:767.98px) {
    .product-deals-section .sec-title .text-two {
        font-size: 30px
    }
}

@media(max-width:767.98px) {
    .product-deals-section .sec-title .text-two {
        font-size: 24px;
        margin-top: 0
    }
}

.product-deals-section .sec-title .text {
    color: var(--theme-color-light)
}

.product-deals-section .sec-title .text-three {
    color: var(--theme-color1);
    display: block;
    font-size: 40px;
    font-weight: 500;
    font-family: var(--title-font);
    margin-top: 14px;
    margin-bottom: 38px
}

@media(max-width:767.98px) {
    .product-deals-section .sec-title .text-three {
        font-size: 34px
    }
}

.countdown-block-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1199.98px) {
    .countdown-block-outer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:1199.98px) {
    .countdown-block-outer .countdown-block {
        margin: 0 15px
    }
}

@media(max-width:1199.98px) {
    .countdown-block-outer .countdown-block {
        margin: 0 5px
    }
}

.countdown-block-outer .countdown-block .inner-box .content-box {
    position: relative;
    display: inline-block;
    width: 136px;
    height: 134px;
    background-color: var(--theme-color1);
    border-radius: 50% 50% 50% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed var(--theme-color-light)
}

@media(max-width:767.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box {
        width: 100px;
        height: 100px
    }
}

@media(max-width:575.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box {
        width: 80px;
        height: 80px
    }
}

.countdown-block-outer .countdown-block .inner-box .content-box .countdown-time {
    color: var(--theme-color-light);
    font-size: 40px;
    font-weight: 500;
    font-family: var(--title-font);
    margin-bottom: 12px
}

@media(max-width:767.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box .countdown-time {
        font-size: 30px;
        margin-bottom: 5px
    }
}

@media(max-width:575.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box .countdown-time {
        font-size: 26px;
        margin-bottom: 0
    }
}

.countdown-block-outer .countdown-block .inner-box .content-box .countdown-title {
    color: var(--theme-color-light)
}

@media(max-width:767.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box .countdown-title {
        font-size: 14px
    }
}

@media(max-width:767.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box .countdown-title {
        font-size: 12px
    }
}

.team-section {
    padding: 123px 0 100px;
    position: relative
}

@media(max-width:991.98px) {
    .team-section {
        padding: 86px 0 43px
    }
}

.team-section .contact-pattren7 {
    background-image: url(../images/resource/pattren7.png);
    position: absolute;
    width: 477px;
    height: 592px;
    bottom: -90px;
    right: 0;
    pointer-events: none
}

@media(max-width:991.98px) {
    .team-section .contact-pattren7 {
        display: none
    }
}

.team-block .inner-box {
    position: relative
}

.team-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-block .inner-box:hover .image-box .social-links {
    -webkit-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
    opacity: 1;
    visibility: visible
}

.team-block .inner-box .image-box {
    position: relative
}

.team-block .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1
}

.team-block .inner-box .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .inner-box .image-box .share-icon {
    position: absolute;
    bottom: 19px;
    right: 50px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    border-radius: 50%;
    z-index: 3
}

.team-block .inner-box .image-box .social-links {
    position: absolute;
    right: 34px;
    bottom: 87px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--theme-color-light);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    padding: 27px 13px 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0) translate(-50%);
    transform: scaleY(0) translate(-50%);
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .inner-box .image-box .social-links:before {
    content: "";
    position: absolute;
    border-top: 15px solid var(--theme-color-light);
    border-right: 15px solid transparent;
    bottom: -4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .inner-box .image-box .social-links a {
    position: relative;
    line-height: 14px;
    font-size: 20px;
    margin-top: 26px;
    color: var(--theme-color-dark);
    border-radius: 50px;
    border-radius: 0 0 50px 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .inner-box .image-box .social-links a:hover {
    color: var(--theme-color1)
}

.team-block .inner-box .image-box .social-links a:first-child {
    margin-top: 0
}

.team-block .info-box {
    background-color: #f7f7f7;
    padding: 10px 25px 25px;
    margin: 0 17px;
    position: relative;
    top: -47px;
    z-index: 1
}

.team-block .info-box:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color1);
    height: 9px;
    width: 211px;
    top: -9px;
    left: 10px
}

.team-block .info-box .name {
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block
}

.team-block .info-box .name:hover {
    color: var(--theme-color1)
}

.team-block .info-box .designation {
    font-size: 14px;
    display: block;
    line-height: 1;
    font-family: var(--title-font);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-section-two {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden
}

@media(max-width:767.98px) {
    .team-section-two .sec-title h2 br {
        display: none
    }
}

.team-block-two {
    position: relative;
    margin-bottom: 40px
}

.team-block-two .inner-box {
    position: relative;
    padding-right: 40px
}

@media(max-width:575.98px) {
    .team-block-two .inner-box {
        padding-right: 30px
    }
}

.team-block-two .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-block-two .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-block-two .image-box {
    position: relative
}

.team-block-two .image-box:before {
    position: absolute;
    left: 50px;
    top: 30px;
    bottom: 30px;
    right: -30px;
    background-image: url(../images/icons/team-bg.png);
    content: "";
    border-radius: 10px
}

.team-block-two .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 10px;
    z-index: 1
}

.team-block-two .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block-two .info-box {
    position: relative;
    padding: 20px 0 0
}

.team-block-two .info-box .name {
    font-weight: 800;
    z-index: 2;
    margin-bottom: 7px
}

.team-block-two .info-box .name:hover {
    color: var(--theme-color1)
}

.team-block-two .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #6a6a6a;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    line-height: 1em;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block-two .share-icon {
    position: absolute;
    right: 20px;
    bottom: -25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 7px;
    z-index: 3
}

.team-block-two .social-links {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 15px 0;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block-two .social-links a {
    position: relative;
    height: 35px;
    width: 50px;
    display: block;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block-two .social-links a:hover {
    color: var(--theme-color1)
}

.clients-section {
    position: relative;
    padding: 100px 0 96px
}

.clients-section .carousel-outer {
    margin: 0 -44px
}

.client-block .inner-box:hover .image-box .image img {
    opacity: .6
}

.client-block .inner-box .image-box .image {
    text-align: center;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.client-block .inner-box .image-box .image img {
    opacity: 1;
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-section-two {
    position: relative;
    padding: 75px 0
}

.clients-section-two.style-two {
    padding: 85px 0;
    border-top: 1px solid #ececec
}

.clients-section-two .slide-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.clients-section-two .slide-item a {
    position: relative;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-section-two .slide-item a:hover {
    background-color: rgba(255, 255, 255, .1)
}

.clients-section-two .slide-item a:hover img {
    opacity: 1
}

.clients-section-two .slide-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: .3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.map-section {
    position: relative;
    padding: 150px 0;
    z-index: 1
}

.map-section .map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.map-section .info-box {
    position: relative;
    display: inline-block;
    background-color: var(--theme-color1);
    padding: 60px 60px 50px;
    border-radius: 10px;
    max-width: 370px;
    width: 100%
}

.map-section .info-box:before {
    position: absolute;
    left: 55px;
    top: 100%;
    border-left: 75px solid transparent;
    border-top: 40px solid var(--theme-color1);
    content: ""
}

.map-section .info-box .text {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.map-section .info-box .info-list {
    position: relative
}

.map-section .info-box .info-list li {
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    line-height: 34px;
    color: #fff
}

.map-section .info-box .info-list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px
}

.map-section .info-box .info-list li a {
    color: #fff
}

.news-section {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3
}

@media(max-width:991.98px) {
    .news-section {
        padding: 90px 0 60px
    }
}

.news-block {
    margin-bottom: 30px
}

.news-block .inner-box {
    position: relative;
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 0 46px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 46px 0 rgba(0, 0, 0, .09);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block .inner-box:hover .image-box .image {
    position: relative;
    overflow: hidden
}

.news-block .inner-box:hover .image-box .image img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.news-block .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.news-block .image-box {
    position: relative
}

.news-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.news-block .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.news-block .image-box .image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.news-block .image-box .date {
    position: absolute;
    left: 28px;
    top: 0;
    width: 72px;
    height: 66px;
    padding: 10px;
    display: block;
    background-color: var(--theme-color1);
    text-align: center;
    text-transform: uppercase;
    z-index: 3
}

@media(max-width:1199.98px) {
    .news-block .image-box .date {
        left: 20px
    }
}

@media(max-width:575.98px) {
    .news-block .image-box .date {
        left: 0
    }
}

.news-block .image-box .date strong {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: var(--theme-color-light)
}

.news-block .image-box .date span {
    position: relative;
    display: block;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--theme-color-light)
}

.news-block .content-box {
    position: relative;
    padding: 25px 20px 37px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block .content-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f3f4f7;
    padding: 3px 11px;
    margin-bottom: 0;
    position: absolute;
    top: -36px;
    left: 0;
    z-index: 1
}

.news-block .content-box .post-meta li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #7a7a7a;
    margin-right: 32px
}

.news-block .content-box .post-meta li:last-child {
    margin-right: 0
}

.news-block .content-box .post-meta li:last-child:before {
    display: none
}

.news-block .content-box .post-meta li:before {
    content: "";
    position: absolute;
    top: 14px;
    right: -16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #c2c2c2
}

.news-block .content-box .post-meta li i {
    font-size: 12px;
    color: var(--theme-color1);
    margin-right: 5px
}

.news-block .content-box .title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px
}

@media(max-width:575.98px) {
    .news-block .content-box .title {
        font-size: 20px
    }
}

.news-block .content-box .title:hover {
    color: var(--theme-color1)
}

.news-block .content-box .read-more {
    display: inline-block;
    background-color: #f1f1f1;
    position: relative;
    font-family: var(--title-font);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 50px 5px;
    width: 100%;
    text-align: center
}

.news-block .content-box .read-more i {
    color: var(--theme-color1);
    font-size: 17px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block .content-box .read-more:hover {
    color: var(--theme-color1)
}

.news-block .content-box .read-more:hover i {
    margin-left: -5px;
    opacity: 0
}

.news-section-two {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3
}

@media(max-width:991.98px) {
    .news-section-two {
        padding: 86px 0 61px
    }
}

.news-block-two {
    margin-bottom: 30px
}

.news-block-two .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .inner-box:hover .image-box .image {
    position: relative;
    overflow: hidden
}

.news-block-two .inner-box:hover .image-box .image img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.news-block-two .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.news-block-two .image-box {
    position: relative
}

.news-block-two .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.news-block-two .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.news-block-two .image-box .image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.news-block-two .image-box .date {
    position: absolute;
    left: 28px;
    top: 40px;
    width: 72px;
    height: 66px;
    padding: 10px;
    display: block;
    background-color: var(--theme-color1);
    text-align: center;
    text-transform: uppercase;
    z-index: 3
}

@media(max-width:767.98px) {
    .news-block-two .image-box .date {
        left: 20px;
        top: 20px
    }
}

.news-block-two .image-box .date strong {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: var(--theme-color-light)
}

.news-block-two .image-box .date span {
    position: relative;
    display: block;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--theme-color-light)
}

.news-block-two .content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 15px 25px 20px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .content-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3px 11px;
    margin-bottom: 0;
    position: absolute;
    top: -36px;
    left: 10px;
    z-index: 1
}

.news-block-two .content-box .post-meta li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: var(--theme-color-light);
    margin-right: 32px
}

.news-block-two .content-box .post-meta li:last-child {
    margin-right: 0
}

.news-block-two .content-box .post-meta li:last-child:before {
    display: none
}

.news-block-two .content-box .post-meta li:before {
    content: "";
    position: absolute;
    top: 14px;
    right: -16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #c2c2c2
}

.news-block-two .content-box .post-meta li i {
    font-size: 12px;
    color: var(--theme-color-light);
    margin-right: 5px
}

.news-block-two .content-box .title {
    color: var(--theme-color-light);
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px
}

@media(max-width:991.98px) {
    .news-block-two .content-box .title {
        margin-bottom: 0
    }
}

@media(max-width:575.98px) {
    .news-block-two .content-box .title {
        font-size: 20px
    }
}

.news-block-two .content-box .read-more {
    display: inline-block;
    background-color: #f1f1f1;
    position: relative;
    font-family: var(--title-font);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 50px 5px;
    width: 100%;
    text-align: center
}

.news-block-two .content-box .read-more i {
    color: var(--theme-color1);
    font-size: 17px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .content-box .read-more:hover {
    color: var(--theme-color1)
}

.news-block-two .content-box .read-more:hover i {
    margin-left: -5px;
    opacity: 0
}

.news-section-three {
    position: relative;
    padding: 97px 0 90px;
    overflow: hidden;
    background-color: #fff
}

.news-section-three .bg {
    max-height: 485px
}

.news-block-three {
    position: relative;
    margin-bottom: 30px
}

.news-block-three .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-three .inner-box:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.news-block-three .inner-box:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-block-three .inner-box:hover .content-box {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1)
}

.news-block-three .image-box {
    position: relative
}

.news-block-three .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 0
}

.news-block-three .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.news-block-three .image-box .image a:after {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.news-block-three .content-box {
    position: relative;
    margin-top: -65px;
    margin-left: 30px;
    padding: 30px 40px 35px;
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-three .content-box .date {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--theme-color1);
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    padding: 5px 20px;
    font-weight: 700;
    border-radius: 10px;
    margin-right: 10px;
    z-index: 1
}

.news-block-three .content-box .post-info {
    position: relative;
    font-size: 14px;
    color: #6a6a6a
}

.news-block-three .content-box .post-info i {
    color: var(--theme-color1);
    margin-right: 5px
}

.news-block-three .content-box .title {
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: 800
}

.news-block-three .content-box .title:hover {
    color: var(--theme-color1)
}

.news-block-three .content-box .text {
    margin-bottom: 15px
}

.news-block-three .content-box .read-more {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    color: var(--theme-color1);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.news-block-three .content-box .read-more i {
    margin-right: 10px;
    font-size: 16px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.news-block-three .content-box .read-more:hover {
    color: var(--theme-color1);
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px)
}

.news-block-three .content-box .read-more:hover i {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.news-section-four {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
    background-color: #fff
}

.news-section-four .bg {
    max-height: 485px
}

.why-choose-us {
    position: relative;
    padding: 120px 0 70px
}

.why-choose-us .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1
}

.why-choose-us .content-column .inner-column {
    position: relative;
    padding-left: 70px
}

@media(max-width:991.98px) {
    .why-choose-us .content-column .inner-column {
        padding-left: 0
    }
}

.why-choose-us .content-column .sec-title {
    margin-bottom: 40px
}

.why-choose-us .content-column .blockquote-one {
    margin-bottom: 50px
}

.why-choose-us .content-column .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:575.98px) {
    .why-choose-us .content-column .btn-box {
        display: block
    }
}

.why-choose-us .content-column .btn-box .theme-btn {
    margin-right: 30px
}

@media(max-width:575.98px) {
    .why-choose-us .content-column .btn-box .theme-btn {
        margin-right: 0;
        margin-top: 30px
    }
}

.why-choose-us .content-column .blockquote-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #242323;
    font-weight: 700;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 20px 40px
}

.why-choose-us .content-column .blockquote-one::before {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    background-color: var(--theme-color1);
    content: "";
    border-radius: 5px
}

.why-choose-us .content-column .play-now-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 16px;
    line-height: 23px;
    font-weight: 800;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .why-choose-us .content-column .play-now-three {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.why-choose-us .content-column .play-now-three i {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    font-size: 14px;
    padding-left: 5px;
    overflow: hidden;
    background-color: var(--theme-color1);
    color: #fff;
    margin-right: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.why-choose-us .content-column .play-now-three:hover {
    color: var(--theme-color1)
}

.why-choose-us .content-column .play-now-three:hover i {
    background-color: var(--theme-color-dark)
}

.why-choose-us .image-column {
    position: relative;
    margin-bottom: 50px
}

.why-choose-us .image-column .inner-column {
    position: relative;
    margin-right: -10px
}

@media(max-width:991.98px) {
    .why-choose-us .image-column .inner-column {
        margin-right: 0
    }
}

.why-choose-us .image-column .image-box .bg-shape {
    position: absolute;
    left: -100px;
    top: 30px;
    width: 540px;
    height: 540px;
    background-image: url(../images/icons/shape-1.png);
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear
}

@media(max-width:991.98px) {
    .why-choose-us .image-column .image-box .bg-shape {
        left: 0%
    }
}

@media(max-width:575.98px) {
    .why-choose-us .image-column .image-box .bg-shape {
        height: 100%;
        width: 100%;
        background-size: cover
    }
}

.why-choose-us .image-column .image-box .image-1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

@media(max-width:991.98px) {
    .why-choose-us .image-column .image-box .image-1 {
        width: 50%;
        padding: 10px 12px;
        margin: 0
    }
}

.why-choose-us .image-column .image-box .image-1 img {
    border-radius: 10px
}

@media(max-width:991.98px) {
    .why-choose-us .image-column .image-box .image-1 img {
        width: 100%
    }
}

.why-choose-us .image-column .image-box .image-2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .why-choose-us .image-column .image-box .image-2 {
        width: 50%;
        padding: 10px 12px;
        margin: 0
    }
}

.why-choose-us .image-column .image-box .image-2 img {
    border-radius: 10px
}

@media(max-width:991.98px) {
    .why-choose-us .image-column .image-box .image-2 img {
        width: 100%
    }
}

.why-choose-us .image-column .image-box .image-3 {
    position: absolute;
    right: 0;
    top: 70px;
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .why-choose-us .image-column .image-box .image-3 {
        width: 50%;
        padding: 10px 12px;
        margin: 0
    }
}

.why-choose-us .image-column .image-box .image-3 img {
    border-radius: 10px
}

@media(max-width:991.98px) {
    .why-choose-us .image-column .image-box .image-3 img {
        width: 100%
    }
}

.why-choose-us .image-column .image-box .logo {
    position: absolute;
    left: 170px;
    top: 185px
}

.why-choose-us-two {
    position: relative;
    padding: 120px 0 70px
}

.why-choose-us-two::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/icons/shape.png);
    content: ""
}

.why-choose-us-two .sec-title {
    margin-bottom: 50px
}

@media(max-width:575.98px) {
    .why-choose-us-two .sec-title h2 br {
        display: none
    }
}

.why-choose-us-two .sec-title .text {
    max-width: 505px;
    margin-top: 20px
}

.why-choose-us-two .content-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 1
}

.why-choose-us-two .content-column .inner-column {
    position: relative;
    padding-left: 70px
}

@media(max-width:991.98px) {
    .why-choose-us-two .content-column .inner-column {
        padding-left: 0
    }
}

.why-choose-us-two .image-column {
    position: relative;
    margin-bottom: 35px
}

.why-choose-us-two .image-column .inner-column {
    position: relative;
    margin-right: -10px
}

.why-choose-us-two .image-column .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.why-choose-us-two .image-column .image-box .image-1 {
    position: relative;
    margin-right: 20px;
    margin-bottom: 0
}

.why-choose-us-two .image-column .image-box .image-1::before {
    position: absolute;
    top: -10px;
    left: -10px;
    height: 100%;
    width: 150px;
    background-color: var(--theme-color1);
    content: "";
    z-index: -1;
    border-radius: 10px
}

.why-choose-us-two .image-column .image-box .image-1 img {
    border-radius: 10px
}

.why-choose-us-two .image-column .image-box .image-2 {
    position: relative;
    margin-bottom: 0
}

.why-choose-us-two .image-column .image-box .image-2::before {
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 100%;
    width: 150px;
    background-color: var(--theme-color1);
    content: "";
    z-index: -1;
    border-radius: 10px
}

.why-choose-us-two .image-column .image-box .image-2 img {
    border-radius: 10px
}

.why-choose-us-two .image-column .image-box .logo {
    position: absolute;
    left: 204px;
    top: 185px
}

@media(max-width:575.98px) {
    .why-choose-us-two .image-column .image-box .logo {
        display: none
    }
}

.feature-block-six {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #dcdce0;
    margin-bottom: 50px
}

.feature-block-six:last-child {
    margin-bottom: 0
}

.feature-block-six .inner-box {
    position: relative;
    padding-left: 120px
}

@media(max-width:575.98px) {
    .feature-block-six .inner-box {
        padding-left: 0;
        text-align: center
    }
}

.feature-block-six .inner-box:hover .icon {
    color: var(--theme-color1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.feature-block-six .inner-box:hover .icon:after {
    right: 20px
}

.feature-block-six .icon {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 64px;
    line-height: 1em;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .feature-block-six .icon {
        display: block;
        position: relative;
        top: 0;
        margin-bottom: 20px
    }
}

.feature-block-six .icon:after {
    position: absolute;
    left: 40px;
    top: 20px;
    height: 44px;
    width: 44px;
    background-color: var(--bg-theme-color3);
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .feature-block-six .icon:after {
        display: none
    }
}

.feature-block-six .title {
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: .01em
}

.feature-block-six .text {
    color: #6a6a6a
}

.call-to-action {
    position: relative;
    padding: 101px 0 109px;
    margin-bottom: -150px;
    z-index: 1
}

@media(max-width:991.98px) {
    .call-to-action {
        padding: 74px 0 76px
    }
}

.call-to-action .bg-image {
    width: 80.6%
}

@media(max-width:1842.98px) {
    .call-to-action .bg-image {
        width: 87%
    }
}

@media(max-width:1599.98px) {
    .call-to-action .bg-image {
        width: 91%
    }
}

@media(max-width:1399.98px) {
    .call-to-action .bg-image {
        width: 98%
    }
}

@media(max-width:991.98px) {
    .call-to-action .bg-image {
        width: 100%
    }
}

.call-to-action .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:991.98px) {
    .call-to-action .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:991.98px) {
    .call-to-action .title-box {
        margin-bottom: 30px
    }
}

.call-to-action .title-box .title {
    font-size: 36px;
    color: var(--theme-color-light);
    margin-bottom: 0
}

@media(max-width:1199.98px) {
    .call-to-action .title-box .title {
        font-size: 28px;
        text-align: center
    }
}

@media(max-width:575.98px) {
    .call-to-action .title-box .title br {
        display: none
    }
}

.call-to-action .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 70px
}

@media(max-width:991.98px) {
    .call-to-action .btn-box {
        padding-right: 0
    }
}

@media(max-width:575.98px) {
    .call-to-action .btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.call-to-action .btn-box .list-style-one {
    margin-right: 28px
}

.call-to-action .btn-box .list-style-one:hover li .icon {
    color: var(--theme-color-light)
}

.call-to-action .btn-box .list-style-one .icon {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.call-to-action .btn-box .list-style-one a {
    color: var(--theme-color-light)
}

.call-to-action .btn-box .list-style-one a span {
    color: var(--theme-color-light)
}

@media(max-width:575.98px) {
    .call-to-action .btn-box .theme-btn {
        margin-top: 15px
    }
}

.call-to-action-two {
    position: relative;
    background-color: var(--theme-color1);
    z-index: 2;
    padding: 90px 0
}

.call-to-action-two .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.call-to-action-two .title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600
}

.call-to-action-two .info-btn {
    position: relative;
    background-color: rgba(255, 255, 255, .2);
    padding: 15px 40px;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    margin-left: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.call-to-action-two .info-btn i {
    margin-right: 10px
}

.call-to-action-two .info-btn:hover {
    background-color: #fff;
    color: var(--theme-color1)
}

.call-to-action-three {
    position: relative;
    z-index: 2
}

.call-to-action-three .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #0e0d16;
    padding: 70px 100px
}

@media(max-width:991.98px) {
    .call-to-action-three .outer-box {
        padding: 70px 30px
    }
}

@media(max-width:767.98px) {
    .call-to-action-three .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:575.98px) {
    .call-to-action-three .outer-box {
        padding: 70px 10px
    }
}

.call-to-action-three .title {
    line-height: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0
}

.call-to-action-three .title .colored {
    color: var(--theme-color1)
}

.call-to-action-three .info-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

.call-to-action-three .info-box a {
    display: inline-block;
    color: #fff
}

.call-to-action-three .info-box .num {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px
}

.call-to-action-three .info-box .mail {
    color: var(--theme-color1);
    font-weight: 700
}

.call-to-action-three .icon-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width:767.98px) {
    .call-to-action-three .icon-box {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.call-to-action-three .icon-box::before {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 60px;
    margin-top: -1px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-left: 20px;
    content: ""
}

.call-to-action-three .icon-box::after {
    position: absolute;
    right: 100%;
    top: 50%;
    width: 60px;
    margin-top: -1px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-right: 20px;
    content: ""
}

.call-to-action-three .icon-box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: var(--theme-color1);
    font-size: 42px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.call-to-action-three .icon-box .icon:hover {
    background-color: var(--theme-color1)
}

.blog-section {
    position: relative;
    padding: 40px 0 215px
}

@media(max-width:767.98px) {
    .blog-section {
        padding: 0 0 160px
    }
}

.blog-section .sec-title {
    margin-bottom: 50px
}

.blog-section .default-dots .owl-dots {
    left: 0;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -75px
}

.blog-section .default-dots .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 0 8.5px;
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-section .default-dots .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-block {
    margin-bottom: 40px
}

.blog-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-block .inner-box:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.blog-block .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.blog-block .image-box {
    position: relative
}

.blog-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.blog-block .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-block .image-box .image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.blog-block .image-box .date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 72px;
    display: block;
    z-index: 3
}

.blog-block .image-box .date strong {
    position: relative;
    display: block;
    width: 72px;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    padding: 5px 0 13px;
    line-height: 1;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-align: center
}

.blog-block .image-box .date strong span {
    display: block;
    font-size: 14px;
    font-family: var(--text-font);
    margin-top: 4px
}

.blog-block .content-box {
    margin-top: 18px
}

.blog-block .content-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 53px;
    margin-bottom: 19px
}

.blog-block .content-box .post-meta li {
    position: relative;
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 500
}

.blog-block .content-box .post-meta .categories:hover a {
    color: var(--theme-color1)
}

.blog-block .content-box .post-meta .categories:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #1c1a1d;
    width: 43px;
    left: -53px;
    bottom: 3px
}

.blog-block .content-box .post-meta .categories a {
    color: #092c4c
}

.blog-block .content-box .post-meta .date {
    color: #707070;
    margin-left: 36px
}

.blog-block .content-box .post-meta .date:before {
    bottom: 10px;
    bottom: 13px;
    border-radius: 50%;
    background-color: #d25239;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: -20px
}

.blog-block .content-box .title {
    color: #092c4c;
    font-weight: 500;
    margin-bottom: 39px
}

@media(max-width:575.98px) {
    .blog-block .content-box .title {
        font-size: 26px;
        margin-bottom: 20px
    }
}

.blog-block .content-box .title:hover {
    color: var(--theme-color1)
}

.blog-block .content-box .read-more {
    color: var(--theme-color-dark);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    font-family: var(--title-font);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-block .content-box .read-more:before {
    background-color: var(--theme-color-dark);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    right: -60px;
    bottom: 0;
    width: 51px
}

.blog-block .content-box .read-more:after {
    background-color: var(--theme-color1);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    right: -9px;
    bottom: 0;
    width: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-block .content-box .read-more:hover {
    color: var(--theme-color1)
}

.blog-block .content-box .read-more:hover:after {
    right: -60px;
    width: 51px
}

.blog-block .content-box .read-more:hover .icon {
    color: var(--theme-color1)
}

.blog-block .content-box .read-more .icon {
    color: var(--theme-color-dark);
    font-size: 12px;
    position: absolute;
    bottom: 6px;
    right: -62px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-section-two {
    position: relative;
    padding: 122px 0 95px
}

@media(max-width:767.98px) {
    .blog-section-two {
        padding: 50px 0 70px
    }
}

.blog-section-two .sec-title {
    margin-bottom: 50px
}

@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px transparent;
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px transparent;
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 157px 0 110px;
    min-height: 250px
}

@media only screen and (max-width:767px) {
    .page-title {
        padding: 70px 0 60px
    }
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: .8;
    content: ""
}

.page-title .title-outer {
    text-align: center
}

.page-title .title {
    font-size: 64px;
    color: #fff;
    margin-bottom: 17px
}

@media only screen and (max-width:767px) {
    .page-title .title {
        font-size: 54px;
        margin-bottom: 10px
    }
}

.page-title .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .05em;
    max-width: 520px
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-family: "font awesome 6 pro";
    color: #fff
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-breadcrumb li:last-child::after {
    display: none
}

.page-breadcrumb li a {
    color: var(--theme-color3);
    font-weight: 500;
    text-transform: capitalize;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.page-breadcrumb li a:hover {
    color: #fff
}

.page-title.style-two {
    background-position: center center
}

.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8
}

.page-title.style-two .page-breadcrumb li {
    color: #070710;
    font-weight: 600
}

.page-title.style-two .page-breadcrumb li:after {
    color: #070710
}

.page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, .6)
}

.page-title.style-two .page-breadcrumb li a:hover {
    color: #070710
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #fff;
    color: #ff6d2e;
    z-index: 1;
    padding-left: 5px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center
}

.play-now .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    background-size: cover
}

.error-page {
    padding-top: 90px;
    padding-bottom: 70px
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center
}

.error-page__inner .error-page__title-box {
    position: relative;
    display: block
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1)
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto
}

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.02em
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px;
    border-radius: 10px;
    background: 0 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color)
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1)
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    background: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    border-radius: 10px
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1)
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0 44px;
    z-index: 1
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, .93);
    border-radius: 10px;
    content: "";
    z-index: -1
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2)
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color)
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #fff;
    font-size: 36px
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1)
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #fff
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08)
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px;
    background-size: cover;
    background-repeat: no-repeat
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2)
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2)
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.service-list li:last-child {
    margin-bottom: 0
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, .05)
}

.service-list li a:hover,
.service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px
}

.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2)
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar-service-list {
    margin: 0
}

.sidebar-service-list li+li {
    margin-top: 10px
}

.sidebar-service-list li a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #f5faff;
    border-radius: 15px;
    padding: 19px 40px
}

.sidebar-service-list li a:hover {
    color: var(--theme-color2)
}

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color2)
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px
}

.sidebar-service-list li.current a {
    color: var(--theme-color2)
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color2)
}

.service-details-help {
    position: relative;
    display: block;
    padding: 57px 55px 50px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--theme-color2);
    border-radius: 15px;
    overflow: hidden
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg)
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.help-icon:hover {
    background-color: #191825;
    color: #fff
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: .7
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.help-contact a:hover {
    color: #191825
}

.project-details__img {
    position: relative;
    display: block
}

.project-details__img img {
    width: 100%;
    border-radius: 10px
}

.project-details__content {
    position: relative;
    display: block
}

.project-details__content-left {
    position: relative;
    display: block;
    margin-top: 31px
}

.project-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px
}

.project-details__details-box {
    position: relative;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 43px 50px 50px;
    z-index: 1
}

.project-details__details-list {
    position: relative;
    display: block
}

.project-details__details-list li {
    position: relative;
    display: block
}

.project-details__details-list li+li {
    margin-top: 24px
}

.project-details__client {
    font-size: 16px;
    color: #838d9e;
    line-height: 24px;
    margin: 0
}

.project-details__name {
    font-size: 16px;
    line-height: 24px
}

.project-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light)
}

.project-details__social a+a {
    margin-left: 10px
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #ece9e0;
    border-bottom: 1px solid #ece9e0;
    padding: 30px 0;
    margin-top: 117px
}

.project-details__pagination {
    position: relative;
    display: block
}

.project-details__pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-details__pagination li a {
    font-size: 14px;
    color: #757873;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.project-details__pagination li a:hover {
    color: var(--theme-color-light)
}

.project-details__pagination li a:hover i {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    border: 2px solid var(--theme-color1)
}

.project-details__pagination li .content {
    position: relative;
    display: block
}

.project-details__pagination li.next {
    float: left;
    position: relative
}

.project-details__pagination li.next i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 20px;
    z-index: 1
}

.project-details__pagination li.next .content {
    text-align: left
}

.project-details__pagination li.previous {
    position: relative;
    float: right
}

.project-details__pagination li.previous i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 20px;
    z-index: 1
}

.project-details__pagination li.previous .content {
    text-align: right
}

.blog-details {
    position: relative;
    display: block
}

.blog-details__left {
    position: relative;
    display: block
}

.blog-details__left .nav-links>div>a:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color1)
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-details__meta li+li {
    margin-left: 18px
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-details__meta li a:hover {
    color: var(--theme-color1)
}

.blog-details__meta li a i {
    color: var(--theme-color1);
    margin-right: 6px
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: var(--body-font-weight-bold)
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-top: 49px;
    border-top: 1px solid #ece9e0
}

@media only screen and (max-width:767px) {
    .blog-details__bottom {
        gap: 30px
    }
}

.blog-details__bottom p {
    margin: 0
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold)
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    display: inline-block;
    padding: 5px 30px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px
}

.blog-details__tags a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    text-decoration: none
}

.blog-details__tags a+a {
    margin-left: 6px
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.blog-details__social-list a:hover {
    color: var(--theme-color-light)
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-color1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
}

.blog-details__social-list a+a {
    margin-left: 10px
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px
}

.blog-details__pagenation {
    position: relative;
    display: block
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: var(--body-font-weight-bold);
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px
}

.blog-details__pagenation li:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2)
}

.blog-details__pagenation li+li {
    margin-left: 30px
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px
}

@media only screen and (max-width:767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px
}

@media only screen and (max-width:767px) {
    .nav-links .prev {
        width: 100%
    }
}

.nav-links .prev .thumb {
    margin-right: 20px
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px)
}

@media only screen and (max-width:767px) {
    .nav-links .next {
        width: 100%
    }
}

.nav-links .next .thumb {
    margin-left: 20px
}

.nav-links>div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.nav-links>div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden
}

.nav-links>div .thumb a {
    display: inline-block
}

.nav-links>div>a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .nav-links>div>a {
        padding: 30px
    }
}

.nav-links>div>a:hover {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1)
}

@media(max-width:991px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight)
}

.sidebar__search {
    position: relative;
    display: block
}

.sidebar__search-form {
    position: relative
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--text-color-bg-theme-color2);
    opacity: 1
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--text-color-bg-theme-color2);
    opacity: 1
}

@media only screen and (max-width:767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: var(--theme-color-light);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media only screen and (max-width:767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .sidebar__post {
        padding: 30px
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px
}

@media only screen and (max-width:767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

@media only screen and (max-width:767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #fff;
    border-radius: 10px
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0;
    flex: 70px 0 0
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color2);
    font-size: 14px;
    padding-right: 3px
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .sidebar__category {
        padding: 30px 15px
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px
}

.sidebar__category-list {
    margin: 0
}

.sidebar__category-list li+li {
    margin-top: 4px
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: 0 0;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px
}

.sidebar__category-list li a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px
}

.sidebar__category-list li.active a {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .sidebar__tags {
        padding: 30px
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px
}

.sidebar__tags-list {
    margin-top: -10px
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
    display: inline-block;
    padding: 5px 28px;
    margin-left: 5px;
    border-radius: 30px
}

.sidebar__tags-list a:hover {
    color: var(--text-color-bg-theme-color1);
    background: var(--theme-color1)
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .sidebar__comments {
        padding: 30px
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px
}

.sidebar__comments-list {
    position: relative;
    display: block
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--theme-color-light)
}

.sidebar__comments-list li+li {
    margin-top: 23px
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: var(--theme-color-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500
}

.sidebar__comments-text-box p span {
    color: #0e2207
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0
}

.comment-one .comment-one__title {
    margin-bottom: 30px
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top
}

@media only screen and (max-width:767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px
}

@media only screen and (max-width:767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0
    }
}

.comment-one .comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-black);
    margin-bottom: 24px
}

.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500
}

.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0;
    flex: 100px 0 0
}

.comment-one .comment-one__image img {
    border-radius: 50%
}

.comment-form .comment-form__title {
    margin-top: -7px
}

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

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: .5;
    z-index: 2
}

.team-details-shape-1 img {
    width: auto
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px
}

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: .35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px
}

@media only screen and (max-width:991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px
}

.team-details__top-title {
    font-size: 16px;
    color: var(--theme-color2)
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.team-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light)
}

.team-details__social a+a {
    margin-left: 10px
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color1);
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px
}

.team-details__bottom-left-text {
    padding-top: 30px
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px
}

@media only screen and (max-width:991px) {
    .team-details__bottom-right {
        margin-left: 0
    }
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color2);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease
}

.team-details__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 21px;
    color: var(--theme-color1);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0
}

.team-details__progress-single {
    position: relative;
    display: block
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--theme-color1);
    margin-bottom: 6px
}

.team-contact-form {
    background-color: #eef0f6
}

@media(max-width:599.98px) {
    .team-contact-form .theme-btn {
        margin-top: 10px
    }
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px
}

.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.contact-details__info li .icon span {
    color: var(--theme-color-light);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.contact-details__info li:hover .icon {
    background-color: var(--theme-color2)
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color-light)
}

.contact-details__info li .text {
    margin-left: 30px
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px
}

.contact-details__info li .text a {
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.contact-details__info li .text span {
    font-size: 20px
}

.contact-details__info li+li {
    margin-top: 30px
}

.main-footer {
    position: relative;
    background-color: #000;
    padding: 0
}

.main-footer .footer-pattren4 {
    background-image: url(../images/resource/pattren4.png);
    position: absolute;
    width: 384px;
    height: 384px;
    bottom: 40px;
    left: -70px
}

@media(max-width:1399.98px) {
    .main-footer .footer-pattren4 {
        display: none
    }
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0 63px
}

@media(max-width:1199.98px) {
    .main-footer .widgets-section {
        padding: 70px 0 0
    }
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 0
}

.main-footer .footer-column-style-two .footer-widget .widget-title {
    margin-bottom: 42px
}

@media(max-width:991.98px) {
    .main-footer .footer-column-style-two .footer-widget .widget-title {
        margin-bottom: 20px
    }
}

.main-footer .footer-column-style-two .footer-widget .widget-content .user-links li {
    padding-left: 24px;
    margin-bottom: 18px
}

@media(max-width:991.98px) {
    .main-footer .footer-column-style-two .footer-widget .widget-content .user-links li {
        margin-bottom: 10px
    }
}

.main-footer .footer-column-style-two .footer-widget .widget-content .user-links li i {
    font-size: 14px
}

.main-footer .footer-column-style-two .footer-widget .widget-content .user-links li a {
    line-height: 24px
}

.main-footer .footer-widget {
    position: relative
}

@media(max-width:1199.98px) {
    .main-footer .footer-widget {
        margin-bottom: 50px
    }
}

.main-footer .footer-widget.newsletter-widget {
    background-color: rgba(0, 0, 0, .3);
    padding: 21px 22px 31px 28px
}

.main-footer .footer-widget.newsletter-widget .widget-title {
    margin-bottom: 8px
}

.main-footer .footer-widget.newsletter-widget .text {
    margin-bottom: 4px
}

.main-footer .widget-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2em;
    color: var(--theme-color-light);
    font-weight: 700;
    margin-bottom: 56px
}

.main-footer .widget-title-style-two {
    margin-bottom: 36px
}

@media(max-width:991.98px) {
    .main-footer .widget-title-style-two {
        margin-bottom: 20px
    }
}

.main-footer .about-widget .text {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 25px;
    line-height: 26px;
    color: #bbb
}

.main-footer .about-widget .social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 18px
}

.main-footer .about-widget .social-icon li {
    margin-right: 23px
}

.main-footer .about-widget .social-icon li:last-child {
    margin-right: 0
}

.main-footer .about-widget .social-icon li a {
    border-radius: 50%;
    background-color: rgba(187, 187, 187, .1);
    color: var(--theme-color-light);
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center
}

.main-footer .about-widget .social-icon li a:before {
    content: "";
    border-radius: 50%;
    background-color: var(--theme-color1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-footer .about-widget .social-icon li a i {
    position: relative;
    z-index: 1
}

.main-footer .about-widget .social-icon li a:hover {
    color: var(--theme-color-light)
}

.main-footer .about-widget .social-icon li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.user-links {
    position: relative
}

.user-links li {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    margin-bottom: 9px;
    padding-left: 14px
}

.user-links li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    color: var(--theme-color1)
}

.user-links li a {
    position: relative;
    display: inline-block;
    color: #bbb;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.user-links li a:hover {
    color: var(--theme-color-light)
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.user-links li a:hover:before {
    width: 100%
}

.user-links.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.user-links.two-column li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-right: 15px
}

.contact-list-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 78px
}

.contact-list-two li {
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 90px;
    font-weight: 500
}

.contact-list-two li:hover i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.contact-list-two li i {
    position: absolute;
    top: -5px;
    left: 0;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 5px;
    background-color: var(--theme-color-light);
    color: var(--theme-color1);
    font-size: 28px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-list-two li:last-child {
    margin-bottom: 0
}

.contact-list-two li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-list-two li a:hover {
    text-decoration: underline
}

.contact-list-two li .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em
}

.contact-list-two li span {
    font-weight: 400
}

.contact-list-two.light .text,
.contact-list-two.light li,
.contact-list-two.light a {
    color: var(--theme-color-light)
}

.contact-list-two.light a:hover {
    text-decoration: underline
}

.newsletter-form {
    position: relative
}

.newsletter-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.newsletter-form .form-group input[type=text],
.newsletter-form .form-group input[type=newsletter] {
    border-bottom: 1px solid #fff;
    background-color: transparent;
    position: relative;
    display: block;
    height: 38px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: var(--theme-color-light);
    padding: 22px 0
}

.newsletter-form .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form .form-group input[type=newsletter]::-webkit-input-placeholder {
    color: #fff
}

.newsletter-form .form-group input[type=text]::-moz-placeholder,
.newsletter-form .form-group input[type=newsletter]::-moz-placeholder {
    color: #fff
}

.newsletter-form .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form .form-group input[type=newsletter]:-ms-input-placeholder {
    color: #fff
}

.newsletter-form .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form .form-group input[type=newsletter]::-ms-input-placeholder {
    color: #fff
}

.newsletter-form .form-group input[type=text]::placeholder,
.newsletter-form .form-group input[type=newsletter]::placeholder {
    color: #fff
}

.newsletter-form .form-group .icon {
    position: absolute;
    right: 0;
    top: 13px;
    font-size: var(--body-font-size);
    line-height: 1em;
    color: var(--theme-color1);
    z-index: 3
}

.footer-bottom {
    position: relative;
    padding-bottom: 46px;
    width: 100%
}

@media(max-width:575.98px) {
    .footer-bottom {
        padding-bottom: 30px
    }
}

.footer-bottom .inner-container {
    border-top: 1px solid rgba(187, 187, 187, .1);
    background-color: transparent;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 29px 0 0
}

@media(max-width:575.98px) {
    .footer-bottom .inner-container {
        display: block
    }
}

.footer-bottom .copyright-text {
    position: relative;
    font-size: 14px;
    line-height: 35px;
    font-family: var(--text-font);
    color: #bbb;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -.025em
}

@media(max-width:575.98px) {
    .footer-bottom .copyright-text {
        margin-bottom: 10px
    }
}

.footer-bottom .link-box .link {
    font-size: 14px;
    color: #bbb
}

.footer-bottom .link-box .link:hover {
    color: #fff
}

.footer-style-two .about-widget .social-icon li a:before {
    background-color: var(--theme-color1)
}

.footer-style-two .footer-column-style-two .footer-widget .widget-content .user-links li i {
    color: var(--theme-color1)
}

.footer-style-two .user-links li i {
    color: var(--theme-color1)
}

.footer-style-two .user-links li a:before {
    background-color: var(--theme-color1)
}

.footer-style-two .newsletter-form .form-group .icon {
    color: var(--theme-color1)
}

.footer-style-three {
    background-color: #181818;
    padding-top: 30px
}

.footer-style-three.main-footer .widget-title {
    margin-bottom: 15px
}

.footer-style-three.main-footer .about-widget .text {
    margin-bottom: 20px
}

.footer-style-three .links-widget {
    padding-left: 40px
}

@media(max-width:1199.98px) {
    .footer-style-three .links-widget {
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .footer-style-three .contacts-widget {
        padding-left: 0
    }
}

.footer-style-three .user-links li {
    padding-left: 0
}

.footer-style-three .subscribe-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #000;
    padding: 0 60px
}

@media(max-width:991.98px) {
    .footer-style-three .subscribe-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px
    }
}

@media(max-width:575.98px) {
    .footer-style-three .subscribe-form {
        padding: 10px;
        padding-bottom: 50px
    }
}

.footer-style-three .subscribe-form .title-column {
    position: relative;
    padding: 35px 0 0
}

@media(max-width:575.98px) {
    .footer-style-three .subscribe-form .title-column {
        text-align: center
    }
}

.footer-style-three .subscribe-form .title-column .title {
    position: relative;
    padding-left: 90px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin-bottom: 35px
}

@media(max-width:991.98px) {
    .footer-style-three .subscribe-form .title-column .title {
        padding-left: 0
    }
}

@media(max-width:1199.98px) {
    .footer-style-three .subscribe-form .title-column br {
        display: none
    }
}

.footer-style-three .subscribe-form .title-column .icon {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 64px;
    color: var(--theme-color-light)
}

@media(max-width:991.98px) {
    .footer-style-three .subscribe-form .title-column .icon {
        position: relative;
        top: 0;
        margin-bottom: 30px;
        display: block;
        text-align: center;
        font-size: 48px
    }
}

.footer-style-three .subscribe-form .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    width: 560px
}

@media(max-width:575.98px) {
    .footer-style-three .subscribe-form .form-group {
        width: 100%
    }
}

.footer-style-three .subscribe-form .form-group input[type=text],
.footer-style-three .subscribe-form .form-group input[type=email] {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 15px 0;
    padding-right: 60px;
    background: 0 0;
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.footer-style-three .subscribe-form .form-group input[type=text]::-webkit-input-placeholder,
.footer-style-three .subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
    color: #8f8f8f
}

.footer-style-three .subscribe-form .form-group input[type=text]::-moz-placeholder,
.footer-style-three .subscribe-form .form-group input[type=email]::-moz-placeholder {
    color: #8f8f8f
}

.footer-style-three .subscribe-form .form-group input[type=text]:-ms-input-placeholder,
.footer-style-three .subscribe-form .form-group input[type=email]:-ms-input-placeholder {
    color: #8f8f8f
}

.footer-style-three .subscribe-form .form-group input[type=text]::-ms-input-placeholder,
.footer-style-three .subscribe-form .form-group input[type=email]::-ms-input-placeholder {
    color: #8f8f8f
}

.footer-style-three .subscribe-form .form-group input[type=text]::placeholder,
.footer-style-three .subscribe-form .form-group input[type=email]::placeholder {
    color: #8f8f8f
}

.footer-style-three .subscribe-form .form-group .theme-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 54px;
    line-height: 54px;
    display: block;
    background: 0 0;
    color: #fff;
    font-size: 24px
}

.footer-style-three .footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-style-three .footer-bottom .inner-container {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.footer-style-three .footer-bottom .copyright-text {
    color: var(--theme-color-light)
}

.footer-style-three .footer-bottom .copyright-text a {
    color: var(--theme-color-light)
}

.footer-style-three .footer-bottom .copyright-text a:hover {
    color: var(--theme-color1)
}

.gallery-widget {
    position: relative;
    margin-left: -30px;
    padding-right: 40px
}

@media(max-width:767.98px) {
    .gallery-widget {
        margin-left: 0;
        padding-right: 0
    }
}

.gallery-widget .outer {
    position: relative;
    padding-top: 5px;
    margin: 0 -5px 0
}

.gallery-widget .outer .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px
}

.gallery-widget .image img {
    display: block;
    width: 100%
}

.gallery-widget .image a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.gallery-widget .image a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--theme-color1);
    opacity: .8;
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.gallery-widget .image a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-widget .image a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-widget .image a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "\f0c1";
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    font-family: "font awesome 6 pro";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contacts-widget {
    position: relative;
    padding-left: 30px
}

.contacts-widget .text {
    color: #8f8f8f;
    margin-bottom: 20px
}

.contacts-widget .contact-info {
    position: relative
}

.contacts-widget .contact-info li {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px
}

.contacts-widget .contact-info li a {
    color: inherit
}

.contacts-widget .contact-info li i {
    color: var(--theme-color1);
    margin-right: 10px
}