/*********************************************
Sappkin Systems Template
Version: 1.0.0
**********************************************/

@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700;800&family=Teko:wght@300;400;500;600;700&display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("swipper.min.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@import url("customicon.css");

:root {
    --theme-color-light: #ffffff;
    --theme-color-dark: #000000;
    --theme-color1: #287abd;
    --theme-color2: #75a3d4;
    --theme-color3: #044b93;
    --theme-color4: #464646;
    --theme-color5: #252527;
    --theme-color1-rgb: 241, 168, 42;
    --theme-color2-rgb: 255, 218, 154;
    --theme-color3-rgb: 237, 166, 42;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: var(--theme-color4);
    --bg-theme-color5: var(--theme-color5);
    --text-color: #878787;
    --headings-color: var(--theme-color-dark);
    --link-color: var(--theme-color-dark);
    --link-hover-color: var(--theme-color-dark);
    --text-font: "Catamaran", sans-serif;
    --title-font: "Teko", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --body-font-weight-bold: 500;
    --line-height-heading-h1: 1em;
    --line-height-heading: 0.86em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 100px;
    --h2-font-size: 64px;
    --h3-font-size: 32px;
    --h4-font-size: 26px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 500;
    --h2-font-weight: 500;
    --h3-font-weight: 500;
    --h4-font-weight: 500;
    --h5-font-weight: 500;
    --h6-font-weight: 500;
    --sec-title-subtitle-color: var(--theme-color1);
    --sec-title-subtitle-font-size: 18px;
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 400;
    --sec-title-subtitle-line-height: 20px;
    --sec-title-color: var(--theme-color-dark);
    --sec-title-color-light: var(--theme-color-light);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #131313;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1500px;
    --container-pt: 120px;
    --container-pb: 120px;
}

/* -------- typography.scss ---------- */
::-moz-selection {
    background-color: var(--theme-color1);
    color: var(--theme-color-dark);
    text-shadow: none;
}

::selection {
    background-color: var(--theme-color1);
    color: var(--theme-color-dark);
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}

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);
}

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);
}

/* -------- Headings ---------- */
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: normal;
    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);
}

/* -------- Body Text ---------- */
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;
}

/* ---------- other ---------- */
a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a b,
a strong {
    -webkit-transition: all 0.3s ease;
    transition: all 0.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.scss ---------- */

.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);
    }
}

/* ---------- Default Form ---------- */
.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*================================
    Reset
=================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/*================================
    Global Settings
=================================*/
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: 0px;
    margin: 0px;
}

.title a {
    color: inherit;
}

.color1 {
    color: var(--theme-color1);
}

.color2 {
    color: var(--theme-color2);
}

.color3 {
    color: var(--theme-color3);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
}

.large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: var(--small-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.dropdown-toggle::after {
    display: none;
}

/*================================
    Scroll To Top style
=================================*/
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    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, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--theme-color3);
    color: #ffffff;
}


/* ---------- List Style ---------- */

.list-style-main {
    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;
    margin-bottom: 30px;
}

.list-style-main li {
    position: relative;
    font-size: 20px;
    color: var(--theme-color-dark);
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-left: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 10px;
}

.list-style-main li i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--theme-color1);
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-main li a {
    display: inline-block;
    font-weight: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-main li a:hover {
    color: var(--theme-color1);
}

.list-style-main.light li {
    color: var(--theme-color-light);
}

.list-style-main.light li i {
    color: var(--theme-color1);
}

.list-style-main.two-col {
    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-main.two-col li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 20px;
}

@media (max-width: 767.98px) {
    .list-style-main.two-col li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ---------- Social Icon ---------- */

.social-icon-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-icon-main li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 7px;
}

.social-icon-main li:last-child {
    margin-right: 0;
}

.social-icon-main li a {
    position: relative;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #151518;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-main li a i {
    position: relative;
}

.social-icon-main 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-main li a:hover {
    color: #fff;
}

.social-icon-main li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.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/ss-pattern-1.png);
}

.bg-pattern-2 {
    background-image: url(../images/icons/ss-pattern-2.png);
}

.bg-pattern-3 {
    background-image: url(../images/icons/ss-pattern-3.png);
}

.bg-pattern-4 {
    background-image: url(../images/icons/ss-pattern-4.jpg);
}

.bg-pattern-5 {
    background-image: url(../images/icons/ss-pattern-5.png);
}

.bg-pattern-6 {
    background-image: url(../images/icons/ss-pattern-6.jpg);
}

.bg-pattern-7 {
    background-image: url(../images/icons/ss-pattern-7.jpg);
}

.bg-pattern-8 {
    background-image: url(../images/icons/ss-pattern-8.jpg);
}

.bg-pattern-9 {
    background-image: url(../images/icons/ss-pattern-9.png);
}

.bg-pattern-10 {
    background-image: url(../images/icons/ss-pattern-10.jpg);
}

.bg-pattern-11 {
    background-image: url(../images/icons/ss-pattern-11.png);
}

.bg-pattern-12 {
    background-image: url(../images/icons/ss-pattern-12.png);
}

.bg-pattern-13 {
    background-image: url(../images/icons/ss-pattern-13.png);
}

/*================================
    Tabs Box
=================================*/
.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

.play-btn {
    position: relative;
    display: inline-block;
}

.play-btn:hover .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color1);
}

.play-btn .icon {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    font-size: 28px;
    color: var(--theme-color-dark);
    background-color: var(--bg-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 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;
}

/*================================
    Media Play Button
=================================*/
.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: 85px;
    width: 85px;
    text-align: center;
    line-height: 85px;
    background-color: #ffffff;
    color: var(--bg-theme-color2);
    z-index: 1;
    font-size: 18px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 102px;
    width: 102px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.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 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple.light,
.play-now .ripple.light:before,
.play-now .ripple.light:after {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

/*================================
    Select2 Dropdown Plugin
=================================*/
.select2-dropdown {
    border: 1px solid #eee;
}

.select2-results__option {
    padding: 0 10px;
    color: #7c858c;
    border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7c858c;
    padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bg-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";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.default-navs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default-navs .owl-next,
.default-navs .owl-prev {
    display: block;
    width: 52px;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    color: var(--theme-color-dark);
    background: #fff;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    margin-right: 10px;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
}

.default-dots .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    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;
}

.default-dots .owl-dots .owl-dot {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    border: 1px solid #d7d7d7;
}

@media (max-width: 575.98px) {
    .default-dots .owl-dots .owl-dot {
        width: 20px;
    }
}

.default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}

/*================================
    Nav Style One
=================================*/
.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, 0.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: 0.5;
    pointer-events: none;
}

.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
    border: 1px solid #797979;
}

/*================================
    Default Tabs
=================================*/
.default-tabs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.default-tabs .tab-buttons {
    position: relative;
    margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
    position: relative;
    float: left;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 35px;
    color: var(--theme-color1);
    line-height: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 20px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-tabs .tab-buttons li:last-child {
    margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
    background: var(--gradient-1);
    color: #ffffff;
}

.default-tabs .tabs-content {
    position: relative;
    width: 100%;
}

.blockquote-style-one {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-color-dark);
    padding: 13px 25px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--title-font);
    font-weight: 800;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.blockquote-style-one:before {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    z-index: 2;
    background-color: var(--theme-color1);
    content: "";
}

/*================================
    Progress Bar
=================================*/
.skills {
    position: relative;
    margin-bottom: 50px;
}

.skills .skill-item {
    position: relative;
    margin-bottom: 25px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}

.skills .skill-item .skill-header .skill-title {
    color: var(--theme-color-dark);
    letter-spacing: 0;
    margin-bottom: 10px;
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 14px;
    border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 14px;
    background: #f2f3f6;
    border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 14px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    border-radius: 10px;
    background: var(--bg-theme-color1);
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-weight: 400;
    color: #6f7174;
    line-height: 25px;
    margin-bottom: 10px;
}

.appie-visible.active {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.rc-slider-track,
.rc-slider-tracks {
    background-color: var(--theme-color1);
}

.rc-slider-handle {
    border-color: var(--theme-color1);
}

.rc-slider-handle:hover {
    border-color: var(--theme-color2);
}

.team-details__progress.home-style .bar-inner {
    border-radius: 0;
}

.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 0.3s ease;
    transition: all 0.3s 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 ---------- */

.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-right: 4px;
    padding: 23px 45px 17px;
    font-weight: 600;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    text-transform: uppercase;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color-dark);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-one i {
    position: relative;
    top: 1px;
    display: block;
    margin-left: 10px;
}

.btn-style-one:hover {
    color: #ffffff;
}

.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.dark-bg {
    color: var(--theme-color-light);
    background-color: var(--theme-color4);
}

.btn-style-one.dark-bg::before {
    background-color: var(--bg-theme-color1);
}

.btn-style-one.hover-light:hover {
    color: var(--theme-color-dark);
}

.btn-style-one.hover-light:before {
    background-color: var(--theme-color-light);
}

.theme-btn.small {
    padding: 10px 30px;
    line-height: 20px;
    font-size: 10px;
}

/*================================
  Anim Icons
=================================*/
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

[text-split] {
    opacity: 0;
}

.word {
    overflow: hidden;
    padding-bottom: 0.1em;
    margin-bottom: -0.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%;
}

.bg-award {
    width: 1894px;
    height: 545px;
    background-image: url(../images/icons/ss-bg-award.png);
}

.icon-dots-mrt {
    width: 1221px;
    height: 543px;
    background-image: url(../images/icons/ss-bg-footer-mrt.png);
}

.icon-dots-2 {
    width: 1221px;
    height: 543px;
    background-image: url(../images/icons/ss-icon-dots-2.png);
}

.icon-dots-3 {
    width: 203px;
    height: 198px;
    background-image: url(../images/icons/ss-icon-dots-3.png);
}

.icon-dots-4 {
    width: 83px;
    height: 81px;
    background-image: url(../images/icons/ss-icon-dots-4.png);
}

.icon-lines-2 {
    width: 650px;
    height: 677px;
    background-image: url(../images/icons/ss-icon-lines-2.png);
}

.icon-lines-3 {
    width: 585px;
    height: 742px;
    background-image: url(../images/icons/ss-icon-lines-3.png);
}

.icon-lines-4 {
    width: 120px;
    height: 160px;
    background-image: url(../images/icons/ss-icon-lines-4.png);
}

.icon-lines-5 {
    width: 570px;
    height: 205px;
    background-image: url(../images/icons/ss-icon-lines-5.png);
}

.icon-lines-6 {
    width: 711px;
    height: 741px;
    background-image: url(../images/icons/ss-icon-lines-6.png);
}

.icon-lines-7 {
    width: 106px;
    height: 124px;
    background-image: url(../images/icons/ss-icon-feature-pattern.png);
}

.icon-lines-9 {
    width: 69px;
    height: 81px;
    background-image: url(../images/icons/ss-icon-lines-9.png);
}

.icon-about-1 {
    width: 781px;
    height: 667px;
    background-image: url(../images/icons/ss-dot-shape-right-top.png);
}

.icon-circle-lines {
    width: 214px;
    height: 525px;
    background-image: url(../images/icons/ss-icon-circle-lines.png);
}

.icon-shape {
    width: 218px;
    height: 564px;
    background-image: url(../images/icons/ss-icon-shape.png);
    background-repeat: no-repeat;
}

.icon-shape-2 {
    width: 419px;
    height: 564px;
    background-image: url(../images/icons/ss-icon-shape-2.png);
}

.icon-shape-11 {
    width: 219px;
    height: 109px;
    background-image: url(../images/icons/ss-icon-shape-11.png);
}

.icon-angle {
    width: 108px;
    height: 80px;
    background-image: url(../images/icons/ss-icon-angle.png);
}

.icon-arrow1 {
    width: 93px;
    height: 97px;
    background-image: url(../images/icons/ss-icon-arrow1.png);
}

.icon-arrow2 {
    width: 108px;
    height: 77px;
    background-image: url(../images/icons/ss-icon-arrow2.png);
}

.icon-arrow3 {
    width: 108px;
    height: 80px;
    background-image: url(../images/icons/ss-icon-arrow3.png);
}

.icon-arrow4 {
    width: 73px;
    height: 54px;
    background-image: url(../images/icons/ss-icon-arrow4.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(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.overlay-anim {
    position: relative;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.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;
}

.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: white;
        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;
    }
}

/*================================
  Main Header
=================================*/

.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%;
    padding: 0 80px;
}

@media (max-width: 1399.98px) {
    .header-top .inner-container {
        padding: 0 20px;
    }
}

.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;
}

.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 .social-icon-one {
    margin-left: 41px;
}

.header-top .useful-links {
    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;
    margin-left: 30px;
}

@media (max-width: 1399.98px) {
    .header-top .useful-links {
        display: none;
    }
}

.header-top .useful-links li {
    position: relative;
    color: var(--theme-color-dark);
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
}

.header-top .useful-links li:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: var(--theme-color-dark);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.header-top .useful-links li:last-child {
    padding-right: 0;
}

.header-top .useful-links li:last-child:before {
    display: none;
}

.header-top .useful-links li a {
    color: var(--theme-color-dark);
}

.main-header .header-lower {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
    position: relative;
    padding: 20px 0;
}

.main-header {
    width: 100%;
    z-index: 999;
}

.main-header .logo {
    position: relative;
    display: block;
}

.main-header .logo img {
    max-width: 100%;
    height: auto;
}

.main-header .main-box {
    position: relative;
    left: 0px;
    top: 0px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.main-menu {
    position: relative;
}

/* @media (max-width: 991.98px) { */
/* @media (max-width: 992px) {
    .main-menu {
        display: none;
    }
} */

@media (max-width: 767px) {
  /* Mobile styles */
  .main-menu {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* Tablet styles */
  .main-menu {
        display: none;
    }
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

#home .navigation>li {
    margin-right: 25px;
}

#home .sticky-header .navigation>li {
    margin-left: 20px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 25px 0px;
    margin-right: 55px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
    color: var(--theme-color1);
}

.main-menu .navigation>li.current>a {
    color: var(--theme-color-dark);
}

.main-menu .navigation>li.current>a:hover {
    color: var(--theme-color1);
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 14px;
    margin-right: -14px;
}

.main-menu .navigation>li.dropdown>a:after {
    content: "\f107";
    position: absolute;
    right: 0;
    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;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #ffffff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.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 0px;
    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: 14px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    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, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 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 #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    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%;
}

.main-header .outer-box .theme-btn {
    margin-left: 40px;
    font-size: 12px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .main-header .outer-box .btn-box {
        display: none !important;
    }
}

.main-header .ui-btn-outer {
    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;
    padding: 6px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 17px;
    position: relative;
    right: 117px;
}

.main-header .ui-btn {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 26px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .ui-btn:hover {
    color: var(--theme-color1);
}

.main-header .info-btn {
    position: relative;
    font-size: 16px;
    padding-left: 44px;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    line-height: 20px;
    margin-left: 40px;
}

.main-header .info-btn small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.main-header .info-btn .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    line-height: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 1em;
    margin-right: 20px;
    padding-right: 20px;
    color: var(--theme-color1);
}

.main-header .info-btn:hover {
    color: var(--theme-color-light);
}

/*================================
  Header Style One
=================================*/

.header-style-one {
    position: relative;
    background-color: #fff;
}


.header-style-one .header-top {
    position: relative;
    margin: 0;
    padding: 0 80px;
    background-color: var(--bg-theme-color1);
}

@media (max-width: 1440px) {
    .header-style-one .header-top {
        padding: 0 20px;
    }
}

.header-style-one .header-top .inner-container {
    padding: 0;
    background-color: var(--bg-theme-color1);
}

.header-style-one .header-top .useful-links li,
.header-style-one .header-top .list-style-main li {
    font-size: 13px;
    font-weight: 400;
}

.header-style-one .header-top .useful-links li:hover a,
.header-style-one .header-top .list-style-main li:hover a {
    color: #fff;
}

.header-style-one .social-icon-main li a {
    color: #ffffff;
}

.header-style-one .social-icon-main li a:hover {
    color: var(--theme-color1);
}

.header-style-one .header-lower {
    position: absolute;
    padding: 0 80px;
    top: 100%;
    width: 100%;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

@media (max-width: 1440px) {
    .header-style-one .header-lower {
        padding: 0 20px;
        z-index: 3;
    }
}

.header-style-one .logo-box {
    min-width: 280px;
    padding: 24px 0;
    position: relative;
}

@media (max-width: 1440px) {
    .header-style-one .logo-box {
        min-width: 150px;
    }
}

.header-style-one .main-box .nav-outer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .header-style-one .main-box .nav-outer {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.header-style-one .main-box .nav-outer .navigation>li {
    padding: 30px 0px;
}

.header-style-one .ui-btn {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 26px;
    color: var(--headings-color);
    margin-left: 26px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-one .info-btn {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 8px 0;
    padding-left: 54px;
    color: var(--headings-color);
    text-align: left;
    font-weight: 600;
    line-height: 20px;
}

.header-style-one .info-btn .icon {
    background-color: var(--headings-color);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    padding: 0;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 44px;
}

.header-style-one .info-btn small {
    color: var(--headings-color);
    display: block;
    font-size: 10px;
    font-weight: 500;
}

.header-style-one .info-btn:hover {
    color: var(--headings-color);
}

.header-style-one .ui-btn-outer {
    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;
    padding: 6px 0;
    position: relative;
    right: 0;
}

/*================================
  Header Style Two
=================================*/

.header-style-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(23, 23, 23, 0.75);
  z-index: 999;
}
.header-style-two .main-box {
  padding: 0 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1699px) {
  .header-style-two .main-box {
    padding: 0 20px;
  }
}
.header-style-two .main-box .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;
  padding: 20px 0px;
  min-height: 105px;
  margin-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .header-style-two .main-box .logo-box {
    min-height: auto;
    padding: 15px 0;
  }
}
.header-style-two .main-box .logo-box .ui-btn {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 30px;
}
@media only screen and (max-width: 1400px) {
  .header-style-two .main-box .logo-box .ui-btn {
    display: none !important;
  }
}
.header-style-two .main-menu .navigation > li {
  margin: 0 30px;
}
.header-style-two .main-menu .navigation > li > a:not(:hover) {
  color: #fff;
}
.header-style-two .info-btn .text{
  color: #fff !important;
}
@media only screen and (max-width: 1699px) {
  .header-style-two .main-box .main-menu .navigation > li {
    margin-right: 60px;
  }
  .header-style-two .info-btn .text{
  color: #fff !important;
}
}
@media only screen and (max-width: 1699px) {
  .header-style-two .main-box .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.header-style-two .main-box .nav-outer {
  width: auto;
}
.header-style-two .main-menu .navigation > li.current > a {
  color: #fff;
}
.header-style-two .info-btn .icon {
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -23px;
  line-height: 46px;
  height: 46px;
  width: 46px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color: var(--bg-theme-color1);
  padding-right: 0;
}

.header-style-two .sticky-header .main-menu .navigation > li > a:not(:hover) {
  color: var(--theme-color4);
}
.header-style-two .sticky-header .main-menu .navigation > li.current > a {
  color: var(--theme-color1);
}

/*================================
  Sticky Header
=================================*/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991.98px) {
    .sticky-header {
        padding: 5px 0;
    }
}

.sticky-header.fixed-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .logo img {
    max-height: 40px;
}

.sticky-header .nav-outer {
    position: relative;
    background: none;
}

.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>a {
    color: var(--theme-color-dark);
}

.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);
}

.sticky-header .info-btn .icon {
  background-color: #464749;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  padding: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 44px;
}

@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;
    }
}

@media only screen and (max-width: 600px) {
    .sticky-header .info-btn {
        display: block !important;
        padding-right: 10px;
    }
}

/*================================
  Mobile Menu
=================================*/

.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color1);
    display: none;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

@media (max-width: 1024px) {
    .mobile-nav-toggler {
        display: block;
    }
}

.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, 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 20px;
}

.mobile-menu .close-btn {
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.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: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--theme-color-dark);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -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 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 200ms;
    transition: all 0.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, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.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, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #ffffff;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.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-main {
    position: relative;
    padding: 30px 20px 20px;
}

.contact-list-main li {
    position: relative;
    margin-bottom: 20px;
}

.contact-list-main li:last-child {
    margin-right: 0;
}

.contact-list-main li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.contact-list-main li .contact-info-box a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-list-main li .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: #ffffff;
}

.contact-list-main li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: var(--theme-color1);
    font-weight: 400;
    text-transform: uppercase;
}

.contact-list-main li .contact-info-box .text {
    font-size: 16px;
    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, 0.1);
    margin-top: auto;
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color2);
}

/*================================
  Section Title
=================================*/

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .sec-title br {
        display: none;
    }
}

.sec-title .sub-title {
    position: relative;
    display: 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);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sec-title h1 {
    position: relative;
    font-size: var(--h1-font-size);
    line-height: 1em;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .sec-title h1 {
        font-size: 84px;
    }
}

@media (max-width: 991.98px) {
    .sec-title h1 {
        font-size: 72px;
    }
}

@media (max-width: 767.98px) {
    .sec-title h1 {
        font-size: 68px;
    }
}

@media (max-width: 575.98px) {
    .sec-title h1 {
        font-size: 54px;
    }
}

.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);
    margin-bottom: 0;
    z-index: 2;
}

@media (max-width: 575.98px) {
    .sec-title h2 {
        font-size: 42px;
    }

    .sec-title h2 br {
        display: none;
    }
}

.sec-title .text {
    margin-top: 20px;
}

.sec-title.light .sub-title {
    color: var(--theme-color-light);
}

.sec-title.light .text {
    color: #999b9f;
}

.sec-title.light h2,
.sec-title.light h1 {
    color: var(--theme-color-light);
}

.sec-title.dark .sub-title {
    color: var(--theme-color-dark);
}

.sec-title.dark .text {
    color: #999b9f;
}

.sec-title.dark h2,
.sec-title.dark h1 {
    color: var(--theme-color-dark);
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -15px;
}

.sec-title.text-gradient h2 {
    color: var(--theme-color-light);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(244, 209, 153, 0.5) 50%, var(--theme-color1) 55%, var(--theme-color1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*================================
  Main Slider
=================================*/

.main-slider {
    position: relative;
}

.main-slider .sub-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--title-font);
    font-weight: 400;
    color: var(--theme-color-light);
    z-index: 3;
    text-transform: uppercase;
}

.main-slider h1 {
    position: relative;
    display: block;
    font-size: 110px;
    line-height: 90px;
    font-weight: 500;
    color: var(--theme-color-light);
    z-index: 3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .main-slider h1 {
        font-size: 64px;
        line-height: 1.2em;
    }
}

@media (max-width: 575.98px) {
    .main-slider h1 {
        font-size: 64px;
    }
}

@media only screen and (max-width: 576px) {
    .main-slider h1 {
        font-size: 72px;
    }
}

@media only screen and (max-width: 424px) {
    .main-slider h1 {
        font-size: 58px;
        line-height: 1.1em;
    }
}

@media (max-width: 575.98px) {
    .main-slider .theme-btn {
        line-height: 20px;
        padding: 10px 30px;
    }
}

.main-slider .tp-dottedoverlay {
    background-image: url(../images/main-slider/shape.png);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: cover;
}

/*================================
  Banner Section
=================================*/

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section.pull-down {
    margin-bottom: -120px;
}

.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-image: url(../images/main-slider/shape-2.png);
    z-index: 2;
    opacity: 0.6;
    content: "";
    pointer-events: none;
}

.banner-section .slide-item .bg-image:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    pointer-events: none;
}

.banner-section .content-box {
    position: relative;
    padding: 300px 0 200px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .banner-section .content-box {
        padding: 270px 0 200px;
    }
}

.banner-section .content-box .sub-title {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    font-family: var(--title-font);
    line-height: 32px;
    font-size: 18px;
    color: var(--theme-color-light);
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.banner-section .content-box .title {
    font-size: 110px;
    font-weight: 500;
    color: var(--theme-color-light);
    line-height: 90px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .banner-section .content-box .title {
        font-size: 80px;
        line-height: 1em;
    }
}

@media (max-width: 767.98px) {
    .banner-section .content-box .title {
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .content-box .title {
        font-size: 40px;
    }
}

.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 .swiper-button-prev,
.banner-section .swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
    color: var(--theme-color-light);
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 1000;
}

.banner-section .swiper-button-prev:hover,
.banner-section .swiper-button-next:hover {
    background-color: #000;
}

.banner-section .swiper-button-prev:after {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
}

.banner-section .swiper-button-next:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
}

/* ---------- Animate 1 ---------- */

.animate-7,
.animate-6,
.animate-5,
.animate-4,
.animate-3,
.animate-2,
.animate-1 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.animate-x {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.active .animate-7,
.active .animate-6,
.active .animate-5,
.active .animate-4,
.active .animate-3,
.active .animate-2,
.active .animate-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.active .animate-2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.active .animate-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.active .animate-4 {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.active .animate-5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.active .animate-6 {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.active .animate-7 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

/*================================
  Project Section
=================================*/

.projects-section {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3;
}

.projects-section .outer-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;
}

@media (max-width: 575.98px) {
    .projects-section .outer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .projects-section .outer-container .btn-box {
        display: none;
    }
}

.projects-section .carousel-outer {
    margin-right: -420px;
}

@media (max-width: 1399.98px) {
    .projects-section .carousel-outer {
        margin-right: 0;
    }
}

.projects-section.style-two .icon-lines-4 {
    position: absolute;
    top: 0;
    right: 100px;
}

@media (max-width: 991.98px) {
    .projects-section.style-two .icon-lines-4 {
        display: none;
    }
}

.projects-section.style-two .carousel-outer {
    margin: 0;
}

.projects-section.style-two .large-container {
    max-width: 1600px;
}

.projects-section.style-two .project-block .inner-box .content-box {
    padding: 22px 30px;
}

.project-block {
    position: relative;
    margin-bottom: 30px;
}

.project-block .inner-box {
    position: relative;
    overflow: hidden;
}

.project-block .inner-box:hover .image:before {
    height: 80%;
}

.project-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-block .inner-box:hover .content-box {
    opacity: 1;
    left: 0;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.project-block .inner-box:hover .content-box .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block .inner-box:hover .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-block .image-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.project-block .image-box .image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    opacity: 0.6;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--theme-color1)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--theme-color1) 100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.project-block .image-box .image a {
    display: block;
    width: 100%;
}

.project-block .image-box .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-block .content-box {
    position: absolute;
    left: 0;
    right: 70px;
    bottom: 0;
    padding: 40px 40px 30px;
    padding-left: 50px;
    z-index: 9;
    min-height: 130px;
    background-color: var(--theme-color-light);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(../images/icons/ss-icon-shape-6-right.png);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .content-box .icon {
    position: absolute;
    top: -40px;
    right: 0px;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: var(--theme-color-light);
    background-color: var(--theme-color-dark);
    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;
}

.project-block .content-box .icon:hover {
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-dark);
}

.project-block .content-box .text {
    position: relative;
    margin-bottom: 3px;
    font-family: var(--title-font);
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .content-box .title {
    color: var(--theme-color-dark);
    margin-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .content-box .title a:hover {
    color: var(--theme-color1);
}

/*================================
  Pricing Section
=================================*/

.pricing-section {
    position: relative;
    padding: 120px 0 90px;
}

.pricing-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 680px;
    background-color: #f9f7f7;
}

.pricing-section .icon-lines-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pricing-section .sec-title {
    margin-bottom: 30px;
}

.pricing-block {
    position: relative;
    margin-bottom: 30px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    padding: 50px 45px 35px;
    max-width: 400px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .pricing-block .inner-box {
        padding: 50px 25px 35px;
    }
}

.pricing-block .inner-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    pointer-events: none;
    background: var(--theme-color-dark);
    background-image: url(../images/icons/ss-bg-price-2.png);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
}

.pricing-block .inner-box:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(../images/icons/ss-bg-price.png);
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-box:hover {
    color: var(--theme-color-light);
}

.pricing-block .inner-box:hover:before {
    height: 100%;
}

.pricing-block .inner-box:hover .title-box {
    color: var(--theme-color-light);
    border-bottom: 2px solid rgba(93, 93, 93, 0.57);
}

.pricing-block .inner-box:hover .title-box .title {
    color: var(--theme-color-light);
}

.pricing-block .inner-box:hover .title-box .text {
    color: #cdcdcd;
}

.pricing-block .inner-box:hover .price {
    color: var(--theme-color-light);
}

.pricing-block .inner-box:hover .price .sub {
    color: var(--theme-color-light) !important;
}

.pricing-block .inner-box:hover .features-list li {
    color: var(--theme-color-light) !important;
}

.pricing-block .inner-box:hover .features-list i {
    color: var(--theme-color-light) !important;
}

.pricing-block .inner-box .title-box {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid #E1E1E1;
    margin-bottom: 40px;
    max-width: 230px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

.pricing-block .inner-box .title-box .title {
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-box .title-box .text {
    color: var(--text-color);
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 12px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-box .price {
    color: var(--theme-color-dark);
    font-size: 68px;
    line-height: 60px;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

.pricing-block .inner-box .price span {
    position: relative;
    top: -15px;
    padding-right: 3px;
    font-size: 30px;
}

.pricing-block .inner-box .price sub {
    position: relative;
    top: -3px;
    font-family: var(--title-font);
    font-size: 16px;
    padding-left: 12px;
    color: var(--text-color);
    letter-spacing: 1px;
}

.pricing-block .inner-box .text {
    position: relative;
    color: var(--theme-color1);
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 12px;
    z-index: 3;
}

.pricing-block .inner-box .features-list {
    position: relative;
    margin-bottom: 47px;
    z-index: 3;
}

.pricing-block .inner-box .features-list li {
    position: relative;
    color: #2d2d2d;
    padding-left: 30px;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-box .features-list li.false {
    color: #b1b1b1;
    text-decoration: line-through;
}

.pricing-block .inner-box .features-list li i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px;
    color: #b1b1b1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    z-index: 3;
}

.pricing-block .inner-box .btn-box {
    position: relative;
    z-index: 3;
}

.pricing-block .inner-box .btn-box .theme-btn:before {
    background-color: var(--theme-color-light);
}

.pricing-block .inner-box .btn-box .theme-btn:hover {
    color: var(--theme-color-dark);
}

/*================================
  Project Section
=================================*/

.process-section {
    position: relative;
    padding: 120px 0 70px;
}

.process-section .icon-lines-3 {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1199.98px) {
    .process-section .icon-lines-3 {
        display: none;
    }
}

.process-block {
    position: relative;
    margin-bottom: 50px;
}

.process-block:first-child .inner-box:before {
    display: none;
}

.process-block .inner-box {
    position: relative;
    text-align: center;
}

.process-block .inner-box:before {
    content: "";
    position: absolute;
    top: 88px;
    left: -80px;
    width: 141px;
    height: 17px;
    background-image: url(../images/icons/ss-icon-dots.png);
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .process-block .inner-box:before {
        display: none;
    }
}

.process-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.process-block .inner-box:hover .image-box .count {
    background-color: var(--theme-color-dark);
    color: var(--theme-color1);
}

.process-block .inner-box .image-box {
    position: relative;
    height: 188px;
    width: 188px;
    margin: 0 auto 35px;
}

.process-block .inner-box .image-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 205px;
    height: 205px;
    pointer-events: none;
    border-radius: 50%;
    border: 2px solid var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
}

.process-block .inner-box .image-box:after {
    content: "";
    position: absolute;
    top: 22px;
    left: -20px;
    width: 68px;
    height: 68px;
    pointer-events: none;
    border-radius: 50%;
    background-color: var(--theme-color-dark);
    z-index: -1;
}

.process-block .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.process-block .inner-box .image-box .image img {
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box .image-box .count {
    position: absolute;
    bottom: 9px;
    right: -15px;
    width: 68px;
    height: 68px;
    line-height: 75px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 400;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0;
}

.process-block .inner-box .content-box .title {
    font-weight: 400;
}

.process-block .inner-box .content-box .title a:hover {
    color: var(--theme-color1);
}

/*================================
  Features Section
=================================*/

.features-section {
    position: relative;
    padding: 120px 0 70px;
    background-color: #18191c;
}

.features-section .content-column {
    margin-bottom: 50px;
}

.features-section .content-column .inner-column {
    position: relative;
    max-width: 570px;
}

.features-section .content-column .sec-title {
    margin-bottom: 40px;
}

.features-section .content-column .sec-title .text {
    letter-spacing: 0.1em;
}

@media (max-width: 1399.98px) {
    .features-section .content-column .sec-title br {
        display: none;
    }
}

.features-section .content-column .theme-btn::before {
    background-color: var(--theme-color-light);
}

.features-section .content-column .theme-btn:hover {
    color: var(--theme-color-dark);
}

.features-section .features-column {
    position: relative;
    margin-bottom: 20px;
}

.feature-block {
    position: relative;
    margin-bottom: 30px;
}

.feature-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 29px 30px;
    border: 1px solid #464749;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    background-color: var(--bg-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(233, 162, 51, 0) 25%, rgb(0, 0, 0) 50%, rgb(9, 6, 2) 51%, rgba(233, 162, 51, 0) 75%);
    opacity: 0.2;
    content: "";
}

.feature-block .inner-box:hover {
    border-color: var(--bg-theme-color1);
}

.feature-block .inner-box:hover:before {
    width: 100%;
}

.feature-block .inner-box:hover .icon {
    color: var(--theme-color-dark);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-block .inner-box:hover .title {
    color: var(--theme-color-dark);
}

.feature-block .icon {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--theme-color1);
    z-index: 2;
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .title {
    position: relative;
    display: block;
    margin-bottom: 0;
    z-index: 2;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*================================
  Features Section Main
=================================*/

.features-section-one {
    position: relative;
    background-color: #f6f6f6;
    padding: 120px 0 90px;
    z-index: 3;
}

.feature-block-one {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-one .inner-box {
    position: relative;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1399.98px) {
    .feature-block-one .inner-box {
        display: block;
    }
}

.feature-block-one .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.feature-block-one .inner-box:hover .image-box .word {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
}

.feature-block-one .inner-box:hover .content-box .read-more {
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-light);
}

.feature-block-one .inner-box .image-box {
    position: relative;
    margin-top: -20px;
    min-width: 200px;
}

@media (max-width: 1399.98px) {
    .feature-block-one .inner-box .image-box {
        width: 100%;
    }
}

.feature-block-one .inner-box .image-box .image {
    margin-bottom: 0;
    overflow: hidden;
}

.feature-block-one .inner-box .image-box .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(126deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 69%, var(--theme-color1) 92%);
    content: "";
    opacity: 0.6;
    pointer-events: none;
    z-index: 3;
}

.feature-block-one .inner-box .image-box .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature-block-one .inner-box .image-box .word {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 70px;
    line-height: 70px;
    font-weight: 800;
    padding: 13px 0 10px;
    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-family: var(--text-font);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--bg-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

.feature-block-one .inner-box .content-box {
    position: relative;
    padding: 30px 30px 45px;
    background-color: var(--theme-color-light);
}

@media (max-width: 1399.98px) {
    .feature-block-one .inner-box .content-box {
        padding: 20px;
    }
}

.feature-block-one .inner-box .content-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 102px;
    height: 175px;
    background-image: url(../images/icons/ss-icon-shape-3.png);
    z-index: 3;
    pointer-events: none;
}

.feature-block-one .inner-box .content-box .title {
    line-height: 1.2em;
}

@media (max-width: 1399.98px) {
    .feature-block-one .inner-box .content-box .title {
        margin-bottom: 10px;
    }
}

.feature-block-one .inner-box .content-box .title a:hover {
    color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .feature-block-one .inner-box .content-box .text {
        line-height: 1.3em;
    }
}

.feature-block-one .inner-box .content-box .read-more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
}

@media (max-width: 1399.98px) {
    .feature-block-one .inner-box .content-box .read-more {
        top: 10px;
        bottom: auto;
    }
}

.feature-block-one .inner-box .content-box .read-more .icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

/*================================
  Features Section Two
=================================*/

.features-section-two {
    position: relative;
    padding: 90px 0 120px;
}

.features-section-two .outer-box {
    position: relative;
    background-color: var(--theme-color-light);
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
}

.features-section-two .title-column .inner-column {
    position: relative;
    background-color: var(--bg-theme-color1);
    padding: 55px 30px 60px 60px;
    height: 100%;
    margin-right: -15px;
}

.features-section-two .title-column .inner-column .title {
    color: var(--theme-color-light) !important;
}

@media (max-width: 1199.98px) {
    .features-section-two .title-column .inner-column {
        padding: 30px 30px 140px;
    }
}

@media (max-width: 991.98px) {
    .features-section-two .title-column .inner-column {
        text-align: center;
    }
}

.features-section-two .title-column .inner-column .title {
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.features-section-two .title-column .inner-column .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}

.features-section-two .title-column .inner-column .image img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

.features-section-two .title-column .inner-column .icon-lines-7 {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.feature-block-two {
    position: relative;
}

.feature-block-two .inner-box {
    position: relative;
    padding: 50px 55px 40px;
    background-color: var(--theme-color-light);
    border-right: 1px solid #dae3e9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .feature-block-two .inner-box {
        padding: 30px 30px;
    }
}

@media (max-width: 991.98px) {
    .feature-block-two .inner-box {
        text-align: center;
    }
}

.feature-block-two .inner-box:hover .icon {
    background-color: var(--theme-color3);
    color: var(--theme-color-light);
}

.feature-block-two .inner-box:hover .icon:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-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: 72px;
    width: 72px;
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-light);
    font-size: 32px;
    border-radius: 50%;
    margin-bottom: 25px;
    -webkit-transition: all 140ms ease;
    transition: all 140ms ease;
}

@media (max-width: 991.98px) {
    .feature-block-two .icon {
        margin: 0 auto 25px;
    }
}

.feature-block-two .icon:before {
    position: relative;
    -webkit-transition: all 140ms ease;
    transition: all 140ms ease;
}

.feature-block-two .icon:after {
    position: absolute;
    left: 100%;
    top: 15px;
    margin-left: -20px;
    height: 44px;
    width: 107px;
    background-image: url(../images/icons/ss-icon-line2.png);
    content: "";
}

.feature-block-two .title {
    display: block;
    color: var(--theme-color-dark);
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*================================
  Features Section Three
=================================*/

.features-section-three {
    position: relative;
    overflow: hidden;
    padding: 120px 0 70px;
}

.features-section-three .bg {
    max-width: 81%;
}

@media (max-width: 991.98px) {
    .features-section-three .bg {
        max-width: 100%;
    }
}

.features-section-three .outer-box {
    position: relative;
}

.features-section-three .content-column {
    position: relative;
    margin-bottom: 50px;
}

.features-section-three .content-column .inner-column {
    position: relative;
}

.features-section-three .content-column .info-box {
    position: relative;
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 70px;
}

.features-section-three .content-column .info-box::before {
    position: absolute;
    left: 25px;
    top: 60px;
    width: 2px;
    background-color: var(--theme-color-dark);
    bottom: -62px;
    content: "";
}

.features-section-three .content-column .info-box:last-child {
    margin-bottom: 0;
}

.features-section-three .content-column .info-box:last-child:before {
    display: none;
}

.features-section-three .content-column .info-box .count {
    position: absolute;
    left: 0;
    top: 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: 52px;
    width: 52px;
    background-color: var(--theme-color3);
    font-size: 20px;
    border-radius: 50%;
    color: var(--theme-color-light);
    font-family: var(--title-font);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-section-three .content-column .info-box .title {
    margin-bottom: 7px;
}

.features-section-three .content-column .info-box .text {
    margin-bottom: 0;
}

.features-section-three .content-column .info-box:hover .count {
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1);
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-light);
}

.features-section-three .image-column {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.features-section-three .image-column .inner-column {
    position: relative;
}

.features-section-three .image-column .image-box {
    position: relative;
    margin-right: -370px;
}

@media (max-width: 991.98px) {
    .features-section-three .image-column .image-box {
        margin-right: 0;
    }
}

.features-section-three .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.features-section-three .image-column .image-box .image img {
    position: relative;
    width: 100%;
}

.features-section-three .image-column .image-box .caption-box {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 575.98px) {
    .features-section-three .image-column .image-box .caption-box {
        display: none;
    }
}

.features-section-three .image-column .image-box .caption-box .caption {
    color: var(--theme-color-light);
    background-color: var(--bg-theme-color1);
    padding: 45px 50px 40px;
    min-width: 370px;
    line-height: 1.2em;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .features-section-three .image-column .image-box .caption-box .caption {
        position: relative;
        max-width: 100%;
        padding: 30px 30px;
    }
}

.features-section-three .image-column .image-box .caption-box .icon-arrow4 {
    position: absolute;
    top: 38px;
    right: 25px;
}


/*================================
  Features Section Four
=================================*/

.features-section-four {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

@media (max-width: 1199.98px) {
    .features-section-four .image-column {
        display: none;
    }
}

.features-section-four .image-column .image {
    height: 100%;
    max-height: 440px;
    margin-bottom: 0;
    margin-right: 55px;
}

.features-section-four .image-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.features-section-four .content-column .inner-column {
    position: relative;
    display: block;
    background-color: var(--bg-theme-color1);
    padding: 110px 0;
    padding-left: 95px;
    overflow: hidden;
    height: 100%;
    margin-right: 80px;
    margin-left: -55px;
}

@media only screen and (max-width: 1699px) {
    .features-section-four .content-column .inner-column {
        padding: 60px 0;
        padding-left: 40px;
    }
}

@media (max-width: 1199.98px) {
    .features-section-four .content-column .inner-column {
        margin-left: 0;
        margin-right: 0;
    }
}

.features-section-four .content-column .inner-column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 614px;
    height: 440px;
    background-image: url(../images/icons/ss-bg-feature.png);
}

.features-section-four .content-column .inner-column .sec-title {
    margin-bottom: 0;
}

@media (max-width: 1399.98px) {
    .features-section-four .content-column .inner-column .sec-title h2 {
        font-size: 60px;
    }
}

@media (max-width: 1399.98px) {
    .features-section-four .content-column .inner-column .sec-title h2 br {
        display: none;
    }
}

.features-section-four .content-column .inner-column .icon-arrow3 {
    position: absolute;
    bottom: 58px;
    right: 112px;
}

@media (max-width: 991.98px) {
    .features-section-four .content-column .inner-column .icon-arrow3 {
        display: none;
    }
}

.features-section-four .icons-column .inner-column {
    position: relative;
    height: 100%;
    background-color: var(--theme-color-dark);
    margin-left: -80px;
}

@media (max-width: 1199.98px) {
    .features-section-four .icons-column .inner-column {
        margin: 0;
    }
}

.features-section-four .icons-column .row {
    height: 100%;
}

.feature-block-four {
    position: relative;
    min-height: 50%;
}

@media (max-width: 991.98px) {
    .feature-block-four {
        min-height: auto;
    }
}

.feature-block-four:nth-child(even) .inner {
    background-color: var(--theme-color-dark);
}

.feature-block-four:nth-child(even) .inner::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.36) 71%, var(--theme-color1) 100%);
}

.feature-block-four .inner {
    position: relative;
    padding: 45px 0;
    height: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #111111;
}

@media (max-width: 991.98px) {
    .feature-block-four .inner {
        height: auto;
    }
}

.feature-block-four .inner:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color: var(--theme-color-light);
}

.feature-block-four .inner .icon {
    position: relative;
    display: block;
    color: var(--theme-color1);
    font-size: 40px;
    margin-bottom: 50px;
    margin-right: 0;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .feature-block-four .inner .icon {
        margin-bottom: 20px;
    }
}

.feature-block-four .inner .title {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}


/*================================
  About Section
=================================*/

.about-section {
    position: relative;
    padding: 120px 0 70px;
    overflow: hidden;
}

.about-section .icon-about-1 {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1199.98px) {
    .about-section .icon-about-1 {
        display: none;
    }
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.about-section .content-column .inner-column {
    position: relative;
}

.about-section .content-column .sec-title {
    margin-bottom: 30px;
}

.about-section .content-column .title-box {
    margin-bottom: 40px;
}

.about-section .content-column .title-box .title {
    color: var(--theme-color1);
    font-size: 24px;
    font-family: var(--text-font);
    font-weight: 700;
}

.about-section .content-column .info-block {
    position: relative;
}

.about-section .content-column .info-block:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 41%;
    width: 3px;
    height: 54px;
    background-color: #f2f2f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767.98px) {
    .about-section .content-column .info-block:before {
        display: none;
    }
}

.about-section .content-column .skills {
    margin-bottom: 35px;
}

.about-section .content-column .skills .bar-inner {
    border-radius: 0;
}

.about-section .content-column .skills .bar-inner .bar {
    border-radius: 0;
}

.about-section .content-column .bottom-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 .content-column .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.about-section .content-column .bottom-box .author-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) {
    .about-section .content-column .bottom-box .author-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.about-section .content-column .bottom-box .author-box img {
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid var(--theme-color1);
    padding: 5px;
}

.about-section .content-column .bottom-box .author-box .name {
    margin-bottom: 5px;
}

@media (max-width: 575.98px) {
    .about-section .content-column .bottom-box .author-box .name {
        margin-top: 10px;
    }
}

.about-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .about-section .image-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.about-section .image-column .inner-column {
    position: relative;
    margin-bottom: 70px;
}

@media (max-width: 991.98px) {
    .about-section .image-column .inner-column {
        margin-bottom: 0;
        text-align: center;
    }
}

.about-section .image-column .image-box {
    position: relative;
}

.about-section .image-column .image-box:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 235px;
    width: 80px;
    height: 92px;
    background-color: var(--theme-color1);
}

@media (max-width: 1399.98px) {
    .about-section .image-column .image-box:before {
        display: none;
    }
}

.about-section .image-column .image-1 {
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .image-1 img {
        max-width: 100%;
        width: 100%;
    }
}

.about-section .image-column .image-2 {
    position: absolute;
    left: -65px;
    bottom: -85px;
    margin-bottom: 0;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .image-2 {
        display: none;
    }
}

.about-section .image-column .image-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 15px solid var(--theme-color-light);
}

.about-section .image-column .image-2 img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .about-section .image-column .image-2 {
        display: none;
    }
}

.about-section .image-column .icon-dots-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-80%, -60%);
    transform: translate(-80%, -60%);
}

.about-section .image-column .circle-text {
    position: absolute;
    top: -65px;
    left: -115px;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .circle-text {
        display: none;
    }
}

.about-section .image-column .circle-text img {
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear;
}

.about-section .image-column .circle-text .word {
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 72px;
    letter-spacing: -0.4;
}

.about-section .image-column .exp-box {
    position: absolute;
    right: 83px;
    bottom: 0;
    width: 257px;
    -webkit-box-shadow: 0 33px 87px rgba(0, 0, 0, 0.07);
    box-shadow: 0 33px 87px rgba(0, 0, 0, 0.07);
    background-color: var(--theme-color-light);
    padding: 15px;
    text-align: left;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .exp-box {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }
}

.about-section .image-column .exp-box .inner {
    position: relative;
    padding: 20px 25px 20px;
    background-color: var(--theme-color-light);
    border: 2px solid var(--theme-color1);
}

@media (max-width: 1399.98px) {
    .about-section .image-column .exp-box .inner {
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-section .image-column .exp-box .icon-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 90px;
    min-height: 64px;
    margin-bottom: 10px;
}

.about-section .image-column .exp-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    font-size: 64px;
    font-weight: 400;
    line-height: 1em;
    color: var(--theme-color1);
    z-index: 2;
    margin-bottom: 5px;
}

.about-section .image-column .exp-box .count {
    font-family: var(--title-font);
    font-size: 48px;
    line-height: 40px;
    color: var(--theme-color-dark);
    font-weight: 400;
    margin-bottom: 0;
}

.about-section .image-column .exp-box .title {
    margin-bottom: 0;
    color: #717070;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-block {
    position: relative;
    margin-bottom: 35px;
}

.about-block .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-block .inner:hover .icon {
    color: var(--theme-color1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-block .icon {
    font-size: 60px;
    color: var(--theme-color1);
    margin-right: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block .title {
    position: relative;
    top: 5px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.about-block .text {
    margin-bottom: 0;
}

/*================================
  About Section two
=================================*/

.about-section-two {
    position: relative;
    padding: 120px 0 70px;
    overflow: hidden;
}

.about-section-two .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.about-section-two .content-column .inner-column {
    position: relative;
    padding-left: 50px;
}

@media (max-width: 1199.98px) {
    .about-section-two .content-column .inner-column {
        padding-left: 0;
    }
}

.about-section-two .content-column .inner-column .list-style-two li {
    padding-left: 25px;
    font-weight: 500;
    font-family: var(--title-font);
}

.about-section-two .content-column .inner-column .list-style-two li .icon {
    font-size: 16px;
}

.about-section-two .content-column .sec-title {
    margin-bottom: 40px;
}

.about-section-two .content-column .title-box {
    margin-bottom: 40px;
}

.about-section-two .content-column .title-box .title {
    color: var(--theme-color1);
    font-family: var(--text-font);
    font-weight: 700;
}

.about-section-two .content-column .bottom-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) {
    .about-section-two .content-column .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-section-two .content-column .bottom-box .author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

@media (max-width: 575.98px) {
    .about-section-two .content-column .bottom-box .author-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.about-section-two .content-column .bottom-box .author-box .image {
    position: relative;
    margin-bottom: 0;
    margin-right: 20px;
    height: 88px;
    width: 88px;
    padding: 2px 2px;
}

.about-section-two .content-column .bottom-box .author-box .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 198, 63)), to(rgb(24, 25, 28)));
    background: linear-gradient(to bottom, rgb(254, 198, 63) 0%, rgb(24, 25, 28) 100%);
}

@media (max-width: 575.98px) {
    .about-section-two .content-column .bottom-box .author-box .image {
        margin-bottom: 20px;
    }
}

.about-section-two .content-column .bottom-box .author-box img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid var(--theme-color-light);
}

.about-section-two .content-column .bottom-box .author-box .name {
    margin-bottom: 0;
    margin-top: 10px;
}

.about-section-two .image-column {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .about-section-two .image-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.about-section-two .image-column .inner-column {
    position: relative;
}

@media (max-width: 991.98px) {
    .about-section-two .image-column .inner-column {
        text-align: center;
    }
}

.about-section-two .image-column .image-box {
    position: relative;
}

.about-section-two .image-column .image-box:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -40px;
    width: 583px;
    height: 468px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/ss-about-bg.png);
}

@media (max-width: 1199.98px) {
    .about-section-two .image-column .image-box:before {
        display: none;
    }
}

.about-section-two .image-column .image-1 {
    position: relative;
    margin-bottom: 0;
}

.about-section-two .image-column .icon-dots-3 {
    position: absolute;
    top: 40px;
    left: -25px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about-section-two .image-column .icon-dots-3 {
        display: none;
    }
}

.about-section-two .image-column .circle-text {
    position: absolute;
    top: -10px;
    left: -125px;
}

@media (max-width: 1199.98px) {
    .about-section-two .image-column .circle-text {
        display: none;
    }
}

.about-section-two .image-column .circle-text img {
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear;
}

.about-section-two .image-column .circle-text .word {
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 72px;
    letter-spacing: -0.4;
}

/*================================
  Awards Section
=================================*/

.award-section {
    position: relative;
    padding: 120px 0 90px;
    background-color: var(--theme-color-dark);
}

.award-section .bg-award {
    position: absolute;
    top: 0;
    left: 0;
}

.award-section .content-column {
    margin-bottom: 30px;
}

.award-section .content-column .inner-column .sec-title {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .award-section .content-column .inner-column .sec-title {
        text-align: center;
    }
}

.award-section .content-column .inner-column .bottom-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .award-section .content-column .inner-column .bottom-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .award-section .content-column .inner-column .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.award-section .content-column .inner-column .bottom-box .text {
    color: var(--theme-color-light);
    margin-right: 30px;
    max-width: 300px;
    letter-spacing: 0.1em;
}

@media (max-width: 575.98px) {
    .award-section .content-column .inner-column .bottom-box .text {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.award-section .right-column .inner-column {
    margin-left: 80px;
}

@media (max-width: 1399.98px) {
    .award-section .right-column .inner-column {
        margin-left: 50px;
    }
}

@media (max-width: 1199.98px) {
    .award-section .right-column .inner-column {
        margin-left: 0;
    }
}

.award-block {
    position: relative;
    margin-bottom: 30px;
}

.award-block .inner-box {
    position: relative;
    padding: 25px 25px 30px;
    text-align: center;
    min-height: 294px;
}

.award-block .inner-box:hover:after {
    height: 100%;
}

.award-block .inner-box:hover .date {
    color: var(--theme-color-light);
}

.award-block .inner-box:hover .title {
    color: var(--theme-color-light);
}

.award-block .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(23, 23, 23) 50%, rgba(23, 23, 23, 0.96) 50%, rgba(var(--theme-color3-rgb), 0.6) 100%, rgba(var(--theme-color1-rgb), 0.6) 100%);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 93%, 0 100%, 0 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.7;
}

.award-block .inner-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    pointer-events: none;
    background-color: var(--bg-theme-color1);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 93%, 0 100%, 0 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-block .inner-box .date {
    position: relative;
    display: block;
    color: #aaaaaa;
    font-family: var(--title-font);
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

.award-block .inner-box img {
    position: relative;
    z-index: 3;
}

.award-block .inner-box .title {
    position: relative;
    display: block;
    color: var(--theme-color-light);
    margin-top: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

/*================================
  Services Section
=================================*/

.services-section {
    position: relative;
    padding: 120px 0 120px;
}

.services-section .icon-lines-3 {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1199.98px) {
    .services-section .icon-lines-3 {
        display: none;
    }
}

.services-section .bottom-text {
    position: relative;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.services-section .bottom-text .text {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    background-color: transparent;
    color: var(--theme-color-dark);
    border: 1px solid var(--theme-color-dark);
    padding: 12px 100px 12px 30px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .services-section .bottom-text .text {
        text-align: center;
        padding-right: 30px;
    }
}

.services-section .bottom-text .theme-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 16px 30px 11px;
    line-height: 20px;
}

@media (max-width: 767.98px) {
    .services-section .bottom-text .theme-btn {
        margin-top: 10px;
        position: relative;
        width: 100%;
    }
}

.service-block {
    margin-bottom: 30px;
}

.service-block .inner-box {
    position: relative;
    padding-top: 20px;
    min-height: 300px;
    overflow: hidden;
}

.service-block .inner-box:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg-theme-color1);
}

.service-block .inner-box:hover .image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.service-block .inner-box:hover .content-box .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-block .inner-box .image {
    position: absolute;
    top: -20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .image::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
    content: "";
    opacity: 0.74;
}

.service-block .inner-box .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-block .inner-box .content-box {
    position: relative;
    padding: 45px 20px 45px;
    text-align: center;
}

.service-block .inner-box .content-box .icon {
    position: relative;
    display: block;
    font-size: 60px;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 62px;
}

.service-block .inner-box .content-box .title {
    color: var(--theme-color-light);
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
}

.service-block .inner-box .content-box .title a:hover {
    color: var(--theme-color1);
}

/*================================
  Services Section Two
=================================*/

.services-section-two {
    position: relative;
    background-color: #0d0d0d;
    padding: 120px 0 80px;
}

.services-section-two .icon-lines-6 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services-section-two .sec-title {
    margin-bottom: 0;
}

.services-section-two .sec-title .text {
    letter-spacing: 0.1em;
    margin-top: 30px;
    max-width: 540px;
}

.service-block-three {
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    background-color: var(--theme-color-dark);
    padding: 48px 43px 40px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box:hover {
    border: 1px solid var(--bg-theme-color1);
}

.service-block-two .inner-box:hover:before {
    opacity: 0;
}

.service-block-two .inner-box:hover:after {
    opacity: 1;
    height: 100%;
}

.service-block-two .inner-box:hover .count {
    opacity: 0.3;
}

.service-block-two .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-block-two .inner-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    background-image: url(../images/icons/ss-icon-shape-9.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box:after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0%;
    width: 100%;
    background-image: url(../images/icons/ss-icon-shape-10.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
    opacity: 0;
}

.service-block-two .inner-box .count {
    position: absolute;
    top: 45px;
    right: 45px;
    font-size: 50px;
    color: var(--theme-color-light);
    opacity: 0.15;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .icon {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--theme-color1);
    margin-bottom: 20px;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .title {
    position: relative;
    color: var(--theme-color-light);
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-size: 20px;
    text-transform: uppercase;
    z-index: 3;
    margin-bottom: 0;
}

.service-block-two .inner-box .title a:hover {
    color: var(--theme-color1);
}

/*================================
  Services Section Three
=================================*/

.services-section-three {
  position: relative;
  background-color: var(--theme-color-dark);
  padding: 120px 0 120px;
}
.service-section-wellqcare{
  background-color: var(--theme-color4) !important;
}
.services-section-three .bg {
  background-position: top left;
}
.services-section-three .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .services-section-three .outer-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.services-section-three .sec-title {
  margin-bottom: 40px;
}

.service-block-three {
  margin-bottom: 51px;
  padding-top: 15px;
}
.service-block-three .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  padding: 35px 30px 70px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  background: var(--bg-theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 220px;
  height: 214px;
  background-image: url(../images/icons/icon-shape-6.png);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.service-block-three .inner-box:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.service-block-three .inner-box:hover:after {
  background-image: none;
  background-image: url(../images/icons/icon-shape-7.png);
}
.service-block-three .inner-box:hover .icon {
  color: var(--theme-color-light);
}
.service-block-three .inner-box:hover .icon:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-block-three .inner-box:hover .text {
  color: var(--theme-color-dark);
}
.service-block-three .inner-box .icon {
  position: absolute;
  left: 50%;
  bottom: -51px;
  height: 102px;
  width: 102px;
  font-size: 50px;
  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;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.service-block-three .inner-box .icon:before {
  position: relative;
  z-index: 3;
}
.service-block-three .inner-box .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, var(--theme-color1) 92%);
  content: "";
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box .title {
  line-height: 1.2em;
  margin-bottom: 5px;
}
.service-block-three .inner-box .title a:hover {
  color: var(--theme-color-light);
}
.service-block-three .inner-box .text {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}



.service-block-wellqcare {
  margin-bottom: 51px;
  padding-top: 15px;
}
.service-block-wellqcare .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  padding: 35px 30px 70px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-wellqcare .inner-box:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  background: var(--bg-theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-wellqcare .inner-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 220px;
  height: 214px;
  background-image: url(../images/icons/icon-shape-6.png);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-wellqcare .inner-box:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.service-block-wellqcare .inner-box:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.service-block-wellqcare .inner-box:hover:after {
  background-image: none;
  background-image: url(../images/icons/icon-shape-7.png);
}
.service-block-wellqcare .inner-box:hover .icon {
  color: var(--theme-color-light);
}
.service-block-wellqcare .inner-box:hover .icon:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-block-wellqcare .inner-box:hover .text {
  color: var(--theme-color-light);
}
.service-block-wellqcare .inner-box .icon {
  position: absolute;
  left: 50%;
  bottom: -51px;
  height: 102px;
  width: 102px;
  font-size: 50px;
  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;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.service-block-wellqcare .inner-box .icon:before {
  position: relative;
  z-index: 3;
}
.service-block-wellqcare .inner-box .icon:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(126deg, rgb(22, 74, 117) 0%, rgb(22, 74, 117) 69%, var(--theme-color1) 92%) !important; 
  content: "";
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-wellqcare .inner-box .title {
  line-height: 1.2em;
  margin-bottom: 5px;
}
.service-block-wellqcare .inner-box:hover .title {
  color: var(--theme-color-light);
}
/* .service-block-wellqcare .inner-box .title a:hover {
  color: var(--theme-color-light);
} */
.service-block-wellqcare .inner-box .text {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}






/*================================
  Call to Action
=================================*/

.call-to-action {
    position: relative;
    background-color: var(--bg-theme-color1);
}

.call-to-action .icon-lines-5 {
    position: absolute;
    top: 0;
    right: 0;
}

.call-to-action .outer-box {
    position: relative;
    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;
    padding: 55px 0;
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.call-to-action .outer-box:hover .sec-title .icon {
    background-color: var(--theme-color-dark);
    color: var(--theme-color1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.call-to-action .outer-box:before {
    content: "";
    position: absolute;
    top: 25px;
    right: 225px;
    width: 108px;
    height: 77px;
    /* background-image: url(../images/icons/ss-icon-arrow2.png); */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box:before {
        display: none;
    }
}

.call-to-action .outer-box .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin-left: 295px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    min-width: 60%;
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box .image {
        display: none;
    }
}

.call-to-action .outer-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.call-to-action .outer-box .sec-title {
    margin-bottom: 0;
    padding-left: 395px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    min-height: 90px;
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box .sec-title {
        padding-left: 0;
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        min-height: auto;
    }
}

.call-to-action .outer-box .sec-title .icon {
    position: absolute;
    left: 250px;
    top: 50%;
    width: 90px;
    height: 90px;
    font-size: 50px;
    border-radius: 89px;
    background: #F2F3F5;
    margin-top: -44px;
    color: var(--theme-color1);
    line-height: 90px;
    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;
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box .sec-title .icon {
        position: relative;
        left: 0;
        top: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.call-to-action .outer-box .sec-title .title {
    color: var(--theme-color-light);
    margin-bottom: 0;
}

.call-to-action .outer-box .theme-btn:before {
    background-color: var(--theme-color-light);
}

.call-to-action .outer-box .theme-btn:hover {
    color: var(--theme-color-dark);
}

/*================================
    News Section
=================================*/

.news-section {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .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 .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block .image-box {
    position: relative;
}

.news-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.news-block .image-box .image a:after {
    background: rgba(255, 255, 255, 0.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 .content-box {
    position: relative;
    padding: 25px 30px 10px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin: 0 20px;
    margin-top: -80px;
}

@media (max-width: 1199.98px) {
    .news-block .content-box {
        margin: 0;
    }
}

.news-block .content-box .date {
    position: absolute;
    top: -50px;
    right: 0;
    background: var(--bg-theme-color1);
    color: var(--theme-color-dark);
    padding: 10px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
}

.news-block .content-box .post-info {
    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;
}

.news-block .content-box .post-info li {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #6f7174;
    margin-bottom: 10px;
    margin-right: 10px;
}

.news-block .content-box .post-info li i {
    font-size: 14px;
    margin-right: 10px;
    color: var(--theme-color1);
}

.news-block .content-box .post-info li a {
    color: #777;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .content-box .post-info li a:hover {
    color: var(--theme-color1);
}

.news-block .content-box .title {
    margin-bottom: 7px;
    line-height: 27px;
}

.news-block .content-box .title a:hover {
    color: var(--theme-color1);
}

.news-block .content-box .text {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.news-block .content-box .read-more {
    font-family: var(--text-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--theme-color-dark);
    text-transform: uppercase;
}

.news-block .content-box .read-more:hover {
    color: var(--theme-color1);
}

.news-block .content-box .read-more i {
    margin-left: 10px;
}

/*================================
    Contact Section
=================================*/

.contact-section {
    position: relative;
    margin-top: -84px;
}

.contact-section .anim-icons {
    z-index: 3;
    pointer-events: none;
}

.contact-section .anim-icons .icon-line3 {
    left: 410px;
    top: 30px;
}

.contact-section .anim-icons .icon-arrow1 {
    left: -195px;
    top: 320px;
}

.contact-section .anim-icons .icon-arrow2 {
    top: 160px;
    left: 680px;
}

.contact-section .upper-box {
    position: relative;
    background-color: var(--theme-color-light);
    z-index: 3;
}

@media (max-width: 575.98px) {
    .contact-section .upper-box {
        display: none;
    }
}

.contact-section .upper-box .inner-box {
    padding: 11px;
    padding-left: 50px;
    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) {
    .contact-section .upper-box .inner-box {
        padding-left: 20px;
    }
}

@media (max-width: 767.98px) {
    .contact-section .upper-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }
}

.contact-section .upper-box .inner-box .title {
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .contact-section .upper-box .inner-box .title {
        font-size: 22px;
        line-height: 1.2em;
    }
}

@media (max-width: 767.98px) {
    .contact-section .upper-box .inner-box .title {
        margin-bottom: 10px;
    }
}

.contact-section .upper-box .inner-box .theme-btn {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
    padding: 16px 74px;
    font-size: 18px;
}

.contact-section .upper-box .inner-box .theme-btn:hover {
    color: var(--theme-color1);
}

.contact-section .outer-box {
    position: relative;
    padding: 60px 60px;
}

@media (max-width: 767.98px) {
    .contact-section .outer-box {
        padding: 40px 20px 20px;
    }
}

.contact-section .outer-box .sec-title {
    margin-bottom: 30px;
}

.contact-section .outer-box .sec-title h2 {
    font-size: 60px;
}

.contact-section .outer-box .contact-form {
    padding: 60px 60px;
    background-color: #fff;
    max-width: 760px;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .contact-section .outer-box .contact-form {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .contact-section .outer-box .contact-form {
        padding: 30px 20px;
    }
}

.contact-section .outer-box .image {
    position: absolute;
    right: 5px;
    bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .contact-section .outer-box .image {
        display: none;
    }
}

.contact-form {
    position: relative;
}

.contact-form .row {
    margin: 0 -10px;
}

.contact-form .row>div {
    padding: 0 10px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.contact-form .form-group label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.contact-form .form-group .select2-container--default .select2-selection--single,
.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    color: #717070;
    line-height: 28px;
    font-weight: 400;
    background-color: #f2f3f6;
    border: 1px solid transparent;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group ::-webkit-input-placeholder {
    color: #717070;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: var(--theme-color1);
}

.contact-form .form-group textarea {
    height: 100px;
    resize: none;
}

@media (max-width: 991.98px) {

    .contact-form .form-group input[type=submit],
    .contact-form .form-group button {
        width: 100%;
    }
}

.contact-form.style-two .row {
    margin: 0 -5px;
}

.contact-form.style-two .form-group {
    padding: 0 5px;
    margin-bottom: 10px;
}

.contact-form.style-two .form-group ::-webkit-input-placeholder {
    color: var(--text-color);
}

.contact-form.style-two .form-group .select2-container--default .select2-selection--single,
.contact-form.style-two .form-group input:not([type=submit]),
.contact-form.style-two .form-group textarea,
.contact-form.style-two .form-group select {
    background-color: #1b1b1b;
}

.contact-form.style-two .form-group textarea {
    height: 120px;
}

.contact-form.style-two .theme-btn:before {
    background-color: var(--theme-color-light);
}

.contact-form.style-two .theme-btn:hover {
    color: var(--theme-color-dark);
}

/*================================
    Contact Section Two
=================================*/

.contact-section-two {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color-dark);
}

.contact-section-wellqcare{
  background-color: var(--theme-color5) !important;
}

.contact-section-two .icon-shape4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 319px;
    height: 686px;
    background-image: url(../images/icons/ss-icon-shape-4.png);
    background-repeat: no-repeat;
    z-index: 3;
    opacity: 35%;
}

@media (max-width: 1399.98px) {
    .contact-section-two .icon-shape4 {
        display: none;
    }
}

.contact-section-two .icon-shape5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 299px;
    background-image: url(../images/icons/ss-icon-shape5.png);
    background-repeat: no-repeat;
    z-index: 3;
}

@media only screen and (max-width: 1699px) {
    .contact-section-two .icon-shape5 {
        display: none;
    }
}

.contact-section-two .form-column {
    position: relative;
}

.contact-section-two .form-column .inner-column {
    padding: 100px 0 100px;
    padding-right: 90px;
}

@media (max-width: 1199.98px) {
    .contact-section-two .form-column .inner-column {
        padding-right: 0;
    }
}

.contact-section-two .image-column .inner-column {
    margin-right: -365px;
    padding-bottom: 100px;
}

@media (max-width: 991.98px) {
    .contact-section-two .image-column .inner-column {
        margin-right: 0;
    }
}

.contact-section-two .image-column .inner-column .image {
    position: relative;
    margin-bottom: 0;
    height: 100%;
}

.contact-section-two .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*================================
    Video Section
=================================*/

.video-section {
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991.98px) {
    .video-section {
        margin-bottom: 0;
    }
}

.video-section .icon-lines-4 {
    left: 180px;
    position: absolute;
    top: 0;
}

.video-section .icon-arrow1 {
    bottom: 200px;
    position: absolute;
    right: 145px;
}

.video-section .video-box {
    min-height: 560px;
    position: relative;
}

@media (max-width: 991.98px) {
    .video-section .video-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}

.video-section .video-box .icon-shape {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3;
}

.video-section .video-box .icon-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .video-section .video-box .icon-shape-2 {
        opacity: 0.5;
        width: 100%;
    }

    .video-section .video-box .icon-shape-2:before {
        background-color: var(--theme-color-dark);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        width: 100%;
    }
}

.video-section .video-box .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-section .video-box .bg::before {
    background-color: #141417;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}

.video-section .video-box .content-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 80px;
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    .video-section .video-box .content-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .video-section .video-box .content-box {
        padding: 0 20px;
    }
}

.video-section .video-box .content-box .play-now {
    background-color: var(--bg-theme-color1);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 60px;
    margin-right: 40px;
    position: relative;
}

@media (max-width: 991.98px) {
    .video-section .video-box .content-box .play-now {
        margin-right: 0;
    }
}

.video-section .video-box .content-box .play-now:hover .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color1);
}

.video-section .video-box .content-box .play-now:before {
    border: 1px solid #3e3d3d;
    border-radius: 50%;
    content: "";
    height: 142px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 142px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-section .video-box .content-box .play-now .icon {
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-dark);
    font-size: 35px;
    height: 102px;
    line-height: 102px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 102px;
}

.video-section .video-box .content-box .title {
    color: var(--theme-color-light);
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .video-section .video-box .content-box .title br {
        display: none;
    }
}


/*================================
    Map Section
=================================*/

.map-section {
    position: relative;
    min-height: 430px;
}

.map-section .map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}



/*================================
    Main Footer Section
=================================*/

.main-footer {
    position: relative;
    background-color: var(--theme-color-dark);
}

.footerwellqcare {
    background-color: var(--bg-theme-color5) !important;
}

.main-footer .footer-upper {
    position: relative;
    padding: 30px 0 7px;
    background-color: #151518;
}

.main-footer .widgets-section {
    position: relative;
    padding: 70px 0 50px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-widget .logo-footer {
    width: 114px;
    height: fit-content;
}

.main-footer .widget-title {
    position: relative;
    display: inline-block;
    color: var(--theme-color-light);
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.main-footer .widget-title:before {
    content: "";
    position: absolute;
    top: 8px;
    right: -40px;
    width: 13px;
    height: 2px;
    background-color: var(--bg-theme-color1);
}

.contact-info-block {
    position: relative;
    margin-bottom: 30px;
}

.contact-info-block:last-child .inner:before {
    display: none;
}

.contact-info-block .inner {
    position: relative;
    padding-left: 40px;
}

.contact-info-block .inner:before {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    opacity: 0.1;
    content: "";
}

@media (max-width: 575.98px) {
    .contact-info-block .inner {
        padding-left: 0;
        text-align: center;
    }
}

.contact-info-block .inner .icon {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 20px;
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .contact-info-block .inner .icon {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }
}

.contact-info-block .inner .sub-title {
    font-size: 12px;
    color: #7f7f7f;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.contact-info-block .inner .text {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 575.98px) {
    .contact-info-block .inner .text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.contact-info-block .inner .text a {
    color: #fff;
}

.contact-info-block .inner .text a:hover {
    color: var(--theme-color1);
}

/* ---------- Contact List ---------- */

.contact-list {
    position: relative;
}

.contact-list .contact-info {
    position: relative;
    padding-left: 36px;
    min-height: 30px;
}

.contact-list .contact-info:last-child {
    margin-bottom: 0;
}

.contact-list .contact-info .icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    color: var(--theme-color1);
}

.contact-list .contact-info a {
    color: var(--theme-color-light);
}

.contact-list .contact-info a:hover {
    color: var(--theme-color1);
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget .logo {
    margin-bottom: 15px;
}

.main-footer .about-widget .text {
    margin-bottom: 30px;
}


/* ---------- User Links ---------- */

.user-links {
    position: relative;
}

.user-links li {
    position: relative;
    font-size: 16px;
    line-height: 38px;
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 0;
}

.user-links li:last-child {
    margin-bottom: 0;
}

.user-links li a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover {
    color: #FFFFFF;
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 1px;
    background-color: var(--bg-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 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.newsletter-widget {
    position: relative;
}

.newsletter-widget .text {
    margin-bottom: 10px;
}

/* ---------- Subscribe Form ---------- */

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
}

.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #717070;
    padding: 20px 30px;
    background: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
    color: #717070;
}

.subscribe-form .form-group input[type=text]::-moz-placeholder,
.subscribe-form .form-group input[type=email]::-moz-placeholder {
    color: #717070;
}

.subscribe-form .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form .form-group input[type=email]:-ms-input-placeholder {
    color: #717070;
}

.subscribe-form .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form .form-group input[type=email]::-ms-input-placeholder {
    color: #717070;
}

.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
    color: #717070;
}

.subscribe-form .form-group .theme-btn {
    position: relative;
    margin-top: 10px;
    width: 100%;
}

.insta-gallery {
    position: relative;
    margin: 0px -7px 0;
    max-width: 350px;
}

.insta-gallery .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0px 7px;
    margin-bottom: 14px;
}

.insta-gallery img {
    display: block;
    width: 100%;
}

.insta-gallery a {
    position: relative;
    display: block;
}

.insta-gallery a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.insta-gallery a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.insta-gallery a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--bg-theme-color1);
    opacity: 0.8;
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.insta-gallery a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "\f0b2";
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: var(--theme-color-light);
    font-family: "Font Awesome 6 Pro";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.insta-gallery.style-two {
    margin: 0 -15px;
}

.insta-gallery.style-two .image {
    padding: 0 15px;
    margin-bottom: 30px;
}

.insta-gallery.style-two .image a {
    border-radius: 10px;
    overflow: hidden;
}

/* ---------- Footer Bottom ---------- */

.footer-bottom {
    position: relative;
    z-index: 3;
    text-align: center;
}

.footer-bottom .copyright-text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 33px 15px;
    font-weight: 500;
    color: #878787;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .copyright-text a {
    color: inherit;
}

.footer-bottom .copyright-text a:hover {
    color: #ffffff;
}

/*================================
    Footer Section One
=================================*/

.footer-style-one {
    position: relative;
}

.footer-style-one .icon-dots-2 {
    position: absolute;
    top: 0;
    left: 0;
}

.footer-style-one .icon-dots-mrt {
    position: absolute;
    top: 0;
    left: 0;
}

.footer-style-one .widgets-section {
    position: relative;
    padding: 120px 0 60px;
}

@media (max-width: 991.98px) {
    .footer-style-one .widgets-section {
        padding-bottom: 0;
    }
}

.footer-style-one .widgets-section .about-widget .logo {
    display: block;
    margin-bottom: 30px;
}

.footer-style-one .widgets-section .about-widget .text {
    color: #a6a6a6;
    margin-bottom: 20px;
}

.footer-style-one .widgets-section .about-widget .social-icon-main a {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
}

.footer-style-one .widgets-section .contact-widget .text {
    margin-bottom: 25px;
}

.footer-style-one.style-two .widget-title {
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 800;
}














































/* ====================================================================
    Marquee Section
==================================================================== */


.marquee-section {
  position: relative;
  background-color: var(--theme-color1);
  padding: 15px 0;
}

.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 {
  font-size: 20px;
  line-height: 36px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  text-transform: uppercase;
  margin: 0 25px;
  letter-spacing: 0.1em;
}
@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)));
  }
}


/*** 

====================================================================
    Fun Fact Section
====================================================================

***/


.fun-fact-section-two {
  position: relative;
  background-color: #161617;
  padding: 220px 0 90px;
}
@media (max-width: 991.98px) {
  .fun-fact-section-two {
    padding: 120px 0 90px;
  }
}

.counter-info-block .inner {
  padding-top: 25px;
}
@media (max-width: 1199.98px) {
  .counter-info-block .inner {
    text-align: center;
  }
}

.counter-block-two {
  position: relative;
  margin-bottom: 30px;
}
.counter-block-two .inner {
  position: relative;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .counter-block-two .inner {
    max-width: 100%;
  }
}
.counter-block-two .inner:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.counter-block-two .icon {
  position: relative;
  display: inline-block;
  height: 115px;
  width: 115px;
  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-color1);
  background-color: #0c0c0d;
  border-radius: 50%;
  font-size: 50px;
  margin: 0 auto 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block-two .count-text {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 48px;
  margin-bottom: 17px;
  font-family: var(--title-font);
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block-two .counter-title {
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--text-font);
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Features Section Four
====================================================================

***/
.features-section-four {
  position: relative;
  background-color: #f6f6f6;
  padding: 120px 0 90px;
  z-index: 3;
}

.feature-block-four {
  position: relative;
  margin-bottom: 30px;
}
.feature-block-four .inner-box {
  position: relative;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1399.98px) {
  .feature-block-four .inner-box {
    display: block;
  }
}
.feature-block-four .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block-four .inner-box:hover .image-box .word {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
}
.feature-block-four .inner-box:hover .content-box .read-more {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
}
.feature-block-four .inner-box .image-box {
  position: relative;
  margin-top: -20px;
  min-width: 200px;
}
@media (max-width: 1399.98px) {
  .feature-block-four .inner-box .image-box {
    width: 100%;
  }
}
.feature-block-four .inner-box .image-box .image {
  margin-bottom: 0;
  overflow: hidden;
}
.feature-block-four .inner-box .image-box .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(126deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 69%, var(--theme-color1) 92%);
  content: "";
  opacity: 0.6;
  pointer-events: none;
  z-index: 3;
}
.feature-block-four .inner-box .image-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-block-four .inner-box .image-box .word {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 70px;
  line-height: 70px;
  font-weight: 800;
  padding: 13px 0 10px;
  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-family: var(--text-font);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--bg-theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
.feature-block-four .inner-box .content-box {
  position: relative;
  padding: 30px 30px 45px;
  background-color: var(--theme-color-light);
}
@media (max-width: 1399.98px) {
  .feature-block-four .inner-box .content-box {
    padding: 20px;
  }
}
.feature-block-four .inner-box .content-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: 175px;
  background-image: url(../images/icons/icon-shape-3.png);
  z-index: 3;
  pointer-events: none;
}
.feature-block-four .inner-box .content-box .title {
  line-height: 1.2em;
}
@media (max-width: 1399.98px) {
  .feature-block-four .inner-box .content-box .title {
    margin-bottom: 10px;
  }
}
.feature-block-four .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .feature-block-four .inner-box .content-box .text {
    line-height: 1.3em;
  }
}
.feature-block-four .inner-box .content-box .read-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
}
@media (max-width: 1399.98px) {
  .feature-block-four .inner-box .content-box .read-more {
    top: 10px;
    bottom: auto;
  }
}
.feature-block-four .inner-box .content-box .read-more .icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
}



/***

====================================================================
    Why Choose Us
====================================================================

***/
.why-choose-us {
  position: relative;
  background-color: #18191c;
  padding: 120px 0 70px;
}
.why-choose-us .icon-arrow1 {
  top: 450px;
  left: -300px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.why-choose-us .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 3;
}
.why-choose-us .content-column .inner-column {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 575.98px) {
  .why-choose-us .content-column .inner-column {
    padding: 0;
  }
}
.why-choose-us .info-outer {
  position: relative;
}
.why-choose-us .info-box {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.why-choose-us .info-box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.why-choose-us .info-box .inner {
  position: relative;
  padding-left: 80px;
  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;
}
@media (max-width: 575.98px) {
  .why-choose-us .info-box .inner {
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
  }
}
.why-choose-us .info-box .inner:hover .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
}
.why-choose-us .info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 58px;
  width: 58px;
  font-size: 30px;
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-dark);
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .why-choose-us .info-box .icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto 20px;
  }
}
.why-choose-us .info-box .title {
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.why-choose-us .info-box .text {
  color: #6f7174;
}
.why-choose-us .image-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us .image-column .image-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: var(--bg-theme-color1);
}
@media (max-width: 991.98px) {
  .why-choose-us .image-column .image-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.why-choose-us .image-column .image-box .image {
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  .why-choose-us .image-column .image-box .image {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us .image-column .image-box .image img {
    max-width: 100%;
    width: 100%;
  }
}
.why-choose-us .image-column .content-box {
  padding: 35px 30px;
  max-height: 297px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .why-choose-us .image-column .content-box {
    display: none;
  }
}
.why-choose-us .image-column .content-box .icon {
  display: block;
  color: var(--theme-color-light);
  font-size: 55px;
  margin-bottom: 25px;
}
.why-choose-us .image-column .content-box .title {
  line-height: 1.3em;
  color: var(--theme-color-light);
}

