/* @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Segoe UI:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Segoe+UI&display=swap'); */
@import "owl.css";
@import "linear.css";
@import "fontawesome-all.css";

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoeuib.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
} */

:root {
    --theme-color1: #000;
    --theme-color2: #24201F;
    --theme-color3: #24201F;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: var(--theme-color2);
    --border-theme-color3: var(--theme-color3);
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #164333;
    --text-color-bg-theme-color3: #fff;
    --theme-color-light: #fff;
    --theme-color-dark: #35302C;
    --text-color-light: var(--theme-color-light);
    --bg-color-light: var(--theme-color-light);
    --text-color: #6A6F78;
    --headings-color: var(--theme-color3);
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --text-font: 'Segoe UI';
    --title-font: 'Segoe UI';
    --body-font-size: 16px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading-h2: 1.2083em;
    --line-height-heading: 1.5em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 90px;
    --h2-font-size: 50px;
    --h3-font-size: 30px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 16px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 500;
    --h5-font-weight: 500;
    --h6-font-weight: 500;
    --sec-title-subtitle-color: var(--theme-color1);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 1.2em;
    --sec-title-color: var(--headings-color);
    --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: #222429;
    --container-width: 1230px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 20px;
    --container-pb: 120px;
}

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

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

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

::-webkit-selection {
    background: var(--theme-color1);
    color: #fff;
    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)
}

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

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

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

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

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

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

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

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

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

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

table p {
    margin-bottom: 0
}

p {
    margin-bottom: 20px
}

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

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

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

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

a img {
    border: none
}

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

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

iframe {
    border: none !important
}

.text-justify {
    text-align: justify !important;
}

.container .container {
    width: 100%
}

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

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

@media(min-width:1400px) {

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

.form-control,
.input-text {
    height: calc(2.25rem + 14px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: .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
}

.tm-pricing-smart-switcher {
    color: var(--heading-color);
    font-size: 19px;
    letter-spacing: -.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 55px
}

.tm-pricing-smart-switcher .price-offer {
    color: var(--text-color-bg-theme-color2);
    background-color: #333;
    font-size: 12px;
    line-height: inherit;
    padding: .5px 12px;
    border-radius: 30px;
    margin-left: 15px;
    text-transform: uppercase
}

.tm-pricing-smart-switcher .pricing-switcher-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle {
    width: 70px;
    height: 33px;
    border-radius: 17px;
    background-color: rgba(22, 28, 45, .15);
    position: relative;
    display: inline-block;
    margin: 0 1rem
}

.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle.secondary-active {
    background-color: var(--theme-color1)
}

.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle.secondary-active span {
    right: 7px
}

.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: calc(100% - 27px);
    margin-left: 6px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 500px;
    pointer-events: none
}

.tm-pricing-smart-switcher-button .switch-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0
}

.tm-pricing-smart-switcher-button .switch-buttons li {
    display: inline-block;
    margin-bottom: 0
}

.tm-pricing-smart-switcher-button .switch-buttons li a {
    display: block;
    border: 1px solid #eee;
    outline: none;
    display: inline-block;
    padding: .9375rem 2.1875rem;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fefdfe;
    -webkit-box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1)
}

.tm-pricing-smart-switcher-button .switch-buttons li a:hover,
.tm-pricing-smart-switcher-button .switch-buttons li a.active {
    color: var(--theme-color-light);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2)
}

.tm-pricing-smart-switcher-button .switch-buttons li a span.price-offer {
    color: #fff;
    background-color: #333;
    font-size: 12px;
    line-height: inherit;
    padding: .5px 12px;
    border-radius: 30px;
    margin-left: 15px;
    text-transform: uppercase
}

.tm-pricing-smart-switcher-button .switch-buttons li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.tm-pricing-smart-switcher-button .switch-buttons li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.tm-pricing-table .price-secondary {
    display: none !important
}

.tm-pricing-table.show-secondary-price .price-normal {
    display: none
}

.tm-pricing-table.show-secondary-price .price-secondary {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

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

textarea {
    overflow: hidden;
    resize: none
}

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

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
}

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

.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: #fff
}

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

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

.loaderStyle{
    display: flex;
    height: 400px;
    justify-content: space-around;
    align-items: center;
}

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

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 140px;
    width: 140px;
    margin-left: -70px;
    margin-top: -80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://admin.niyaliving.in/public/uploads/all/ZVZagz6GmgEu7d1wctPihpX2gPWPNyoGgsFDI4tL.png);
    background-size: 140px;
    content: ""
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    color: var(--theme-color1);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none
}

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

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

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

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

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

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

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

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

.list-style-two li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    font-weight: 400;
    color: #444;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 14px
}

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

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

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

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

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

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

.list-style-three {
    position: relative
}

.list-style-three li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--theme-color1);
    padding-left: 25px;
    margin-bottom: 10px
}

.list-style-three li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-weight: 900;
    font-family: "font awesome 6 pro";
    color: var(--theme-color2)
}

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

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

.list-style-six {
    position: relative
}

.list-style-six li {
    position: relative;
    font-size: 18px;
    line-height: auto;
    font-weight: 400;
    color: var(--theme-color2);
    padding-left: 25px;
    margin-bottom: 10px
}

.list-style-six li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f061";
    font-weight: 900;
    font-family: "font awesome 6 pro";
    color: var(--theme-color2);
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg)
}

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

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

.list-style-four {
    position: relative
}

.list-style-four li {
    color: var(--theme-color-dark);
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 32px;
    margin-bottom: 0
}

.list-style-four li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "\f061";
    font-weight: 900;
    font-size: 12px;
    font-family: "font awesome 6 pro";
    color: var(--theme-color-light);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    text-align: center
}

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

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

.list-style-four.style-two li {
    margin-bottom: 5px
}

.list-style-four.style-two li:before {
    content: "\f00c";
    color: var(--text-color)
}

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

.list-style-five li {
    position: relative;
    line-height: 24px;
    padding-left: 30px;
    font-weight: 400;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 7px
}

.list-style-five li:hover i {
    color: var(--theme-color2)
}

.list-style-five li:last-child {
    margin-bottom: 0
}

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

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

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

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

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

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

.skills {
    position: relative
}

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

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

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

.skills .skill-item .skill-header .skill-title {
    position: relative;
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 700
}

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

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

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    width: 0;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease
}

.skills .skill-item .skill-bar .bar-inner .bar::before {
    position: absolute;
    top: 3px;
    right: 5px;
    bottom: 2px;
    left: 4px;
    background-color: var(--theme-color1);
    content: ""
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--theme-color2);
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    text-align: center
}

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

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

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

.info-btn small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #6a6f78;
    margin-bottom: 8px
}

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

.info-btn strong {
    font-size: 21px;
    font-weight: 600;
    color: var(--theme-color-dark)
}

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

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

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

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

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

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

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

.social-icon-one li a {
    position: relative;
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

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

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

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

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

.social-icon-two li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

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

.social-icon-three {
    position: relative;
    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
}

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

.social-icon-three li a {
    position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #2f3529;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

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

.tabs-box {
    position: relative
}

.tabs-box .tab {
    display: none
}

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

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

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #fff;
    color: var(--bg-theme-color1);
    z-index: 1;
    padding-left: 0;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center
}

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

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

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

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

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

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

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

.play-now-two {
    height: 92px;
    width: 92px;
    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;
    padding-left: 0;
    font-size: 12px;
    border: .5px solid var(--border-theme-color1);
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear
}

.play-now-two:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 62px;
    width: 62px;
    border-radius: 50%;
    background-color: var(--bg-theme-color1);
    content: ""
}

.play-now-two i {
    position: relative
}

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

.play-now-three {
    height: 120px;
    width: 120px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear
}

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

.play-now-five {
    position: relative;
    width: 162px;
    height: 162px;
    line-height: 162px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--theme-color-light);
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.play-now-five:before {
    content: "";
    border-radius: 50%;
    background-color: var(--theme-color1);
    width: 0;
    height: 0;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.play-now-five:hover {
    border-color: transparent
}

.play-now-five:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.play-now-five .play-text {
    color: var(--theme-color-light);
    font-size: 24px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

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

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

.default-navs .owl-next span,
.default-navs .owl-prev span {
    display: inline-block;
    background: var(--gradient-1)
}

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

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

.default-dots .owl-dots .owl-dot {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    border: 1px solid #d7d7d7;
    background-color: var(--theme-color-light)
}

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

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

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

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

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

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

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

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

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

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0
}

.theme-btn .btn-title {
    position: relative
}

.btn-style-one {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 13px 50px;
    font-weight: 400;
    letter-spacing: .1em;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    background-color: #770434;
}

@media(max-width:575.98px) {
    .btn-style-one {
        font-size: 10px;
        padding: 13px 18px
    }
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    content: "";
    background: #770434;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    z-index: -1
}

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

.btn-style-one:hover {
    color: #fff;
    background-color:#fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

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

.btn-style-one.hvr-light:before {
    background-color: #fff
}

.btn-style-one.bg-light:not(hover) {
    background-color: var(--theme-color1) !important;
    color: #fff
}

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

.btn-style-one.bg-light:not(hover):hover {
    color: #000;
    height: calc(100% + 1px)
}

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

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

.btn-style-two {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 13px 50px;
    font-weight: 400;
    letter-spacing: .1em;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    background-color: #e4ae47;
}

@media(max-width:575.98px) {
    .btn-style-two {
        font-size: 10px;
        padding: 13px 18px
    }
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    content: "";
    background: #e4ae47;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    z-index: -1
}

.btn-style-two:hover:before {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-two:hover {
    color: #fff;
    background-color:#fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

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

.btn-style-two.hvr-light:before {
    background-color: #fff
}

.btn-style-two.bg-light:not(hover) {
    background-color: var(--theme-color1) !important;
    color: #fff
}

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

.btn-style-two.bg-light:not(hover):hover {
    color: #000;
    height: calc(100% + 1px)
}

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

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


.btn-style-three {
    position: relative;
    height: 30px;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 50px;
    border-radius: 0.5px;
    background-color: rgba(255, 255, 255, 0.1);
    /* border: 0.5px solid rgba(252, 251, 251, 1); */
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
    cursor: pointer;
    transition: background-color 500ms cubic-bezier(.86, 0, .07, 1);
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.5px;
    transform: scale(1, 0);
    transform-origin: bottom left;
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
}

.btn-style-three:hover:before {
    transform-origin: top right;
    transform: scale(1, 1);
}

.btn-style-three:hover {
    border-radius: 0.5px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.floorplan-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:991.98px) {
    .btn-style-three {
        font-size: 10px;
        line-height: 20px;
        padding: 8px 10px;
    }

     .floorplan-img {
        width: 100%;
        max-width: unset;
        height: auto;
        object-fit: contain;
    }
}

.projects-section-six .btn-style-three {
    width: 70%;
    text-wrap: auto;
    padding: 0;
}

.theme-btn.small {
    padding: 10px 40px;
    line-height: 20px;
    font-size: 12px
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    margin-bottom: 10px
}

.accordion-box .block .acc-btn {
    position: relative;
    color: var(--headings-color);
    font-family: var(--title-font);
    font-weight: var(--h4-font-weight);
    font-size: 20px;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #fff
}

.accordion-box .block .acc-btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 50%;
    height: 35px;
    font-size: 18px;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.accordion-box .block .acc-btn.active {
    color: var(--text-color-bg-theme-color1);
    background-color: #770434;
}

.accordion-box .block .acc-btn.active .icon {
    color: var(--text-color-bg-theme-color2)
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f068"
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content .content {
    position: relative;
    padding: 25px 30px
}

.accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808287;
    margin-bottom: 0
}

.accordion-box .block .acc-content.current {
    display: block
}

.innerpage .accordion-box .block {
    background-color: #faf8f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px
}

.innerpage .accordion-box .block .acc-btn {
    background-color: #faf8f7;
    color: #16171a;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -.5px;
    overflow: hidden;
    padding: 20px 30px;
    padding-right: 70px;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.innerpage .accordion-box .block .acc-btn .icon {
    color: var(--theme-color1);
    font-size: 24px;
    left: auto;
    line-height: 28px;
    position: absolute;
    right: 20px;
    top: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.innerpage .accordion-box .block .acc-btn.active .icon {
    top: 15px
}

.innerpage .accordion-box .block .acc-content .content {
    padding: 0 25px 20px
}

.innerpage .accordion-box .block .acc-content .content .text {
    border-top: 1px solid rgba(22, 23, 26, .1);
    color: var(--text-color);
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 16px;
    position: relative
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}

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

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

.icon-plane-1 {
    width: 171px;
    height: 424px;
    background-image: url(../images/icons/icon-plane-3.png)
}

.shape-2 {
    width: 693px;
    height: 657px;
    background-image: url(../images/pattern/shape-2.png)
}

.icon-dots {
    width: 120px;
    height: 250px;
    background-image: url(../images/icons/icon-dots.html)
}

.icon-lines {
    width: 530px;
    height: 227px;
    background-image: url(../images/icons/icon-lines.html)
}

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

.icon-big-drill {
    width: 273px;
    height: 526px;
    background-image: url(../images/icons/icon-big-drill.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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-anim {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

.search-popup .form-group button:hover {
    background: var(--theme-color2);
    color: #fff
}

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

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

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

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

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

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

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

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

.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #c5c5c5;
}

.header-top {
    position: relative;
    font-size: 14px;
    font-family: 'Segoe UI';
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: var(--theme-color1);
    color: #fff;
    padding: 5px 0;
}

.header-top .header-top-text {
    position: relative;
}

.header-top .header-top-link {
    position: relative;
    color: #ffffff;
}

.header-top a:hover {
    color: var(--theme-color2)
}

.main-header .header-lower {
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .header-lower .logo-box {
    position: relative;
}

.main-header .logo {
    position: relative;
    display: block;
    text-align: center;
}

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

.main-header .mobile-header .logo img {
    height: auto;
}

.main-header .mobile-header .logo-box {
    padding: unset;
    margin-top: -20px;
}

.main-header .main-box {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 30px;
    -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
}

.made-in-india {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 50px;
    transition: min-height 0.3s ease;
}

.made-in-india.hide {
    min-width: 149px;
    overflow: hidden;
    visibility: hidden;
}

.made-in-india.show {
    visibility: visible;
}

.made-in-india .header-text {
    font-family: 'Segoe UI';
    color: #35302C;
    font-size: 13.9px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.699999988079071px;
}

.made-in-india img {
    height: 40px;
}

@media only screen and (min-width:1024px) {
    .mobile-header {
        display: none;
    }

    .header-lower {
        display: block;
    }
}

@media only screen and (max-width:1023.98px) {

    .main-menu,
    /* .search-box, */
    .social-box {
        display: none
    }

    .header-lower {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .search-box .form-group input[type=search],
    .search-box .form-group input[type=text] {
        width: 100% !important;
    }
}

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

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

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

.main-menu .navigation.onepage-nav>li {
    margin-right: 30px
}

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

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

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

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

.main-menu .navigation>li:after {
    content: "";
    position: absolute;
    top: 42px;
    right: -45px;
    width: 4px;
    height: 4px;
    opacity: .2;
    background-color: #ebebeb
}

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

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: #35302C;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.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: #0f054c;
    font-weight: 700
}

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

.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: 0;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #fff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

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

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

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

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: left;
    margin: 0 10px;
    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: 0;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

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

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

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

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    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 #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    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%
}

.mobile-header .left-box,
.mobile-header .right-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

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

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

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

.features-list li {
    position: relative;
    margin-right: 30px
}

.features-list li a {
    position: relative;
    color: var(--theme-color2);
    font-size: 12px;
    line-height: 1em
}

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

.features-list.light a {
    color: var(--theme-color-light)
}

.features-list.light a:hover {
    color: var(--theme-color1)
}

.main-header .cart-btn {
    position: relative;
    text-align: center
}

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

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

.main-header .wishlist-btn .count {
    position: absolute;
    top: -9px;
    right: -8px;
    height: 21px;
    width: 21px;
    line-height: 21px;
    font-size: 12px;
    border-radius: 50%;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-align: center
}

.header-search {
    position: relative;
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

.header-search .form-group input:not([type=submit]) {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    padding: 5px 0;
    padding-left: 30px;
    color: var(--text-color);
    background: 0 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid transparent
}

.header-search .form-group input:not([type=submit])::-webkit-input-placeholder {
    color: var(--text-color)
}

.header-search .form-group input:not([type=submit])::-moz-placeholder {
    color: var(--text-color)
}

.header-search .form-group input:not([type=submit]):-ms-input-placeholder {
    color: var(--text-color)
}

.header-search .form-group input:not([type=submit])::-ms-input-placeholder {
    color: var(--text-color)
}

.header-search .form-group input:not([type=submit])::placeholder {
    color: var(--text-color)
}

.header-search .form-group input:not([type=submit]):focus {
    border-bottom: 1px solid var(--theme-color-light)
}

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

.main-header .main-box .outer-box .search-btn {
    display: none;
    margin-right: 22px
}

.main-header .main-box .outer-box .wishlist-btn {
    margin-right: 22px;
}

.main-header .main-box .outer-box .contact-btn {
    margin-left: 16px;
    margin-bottom: 4px;
}

.main-header .main-box .outer-box .contact-btn .icon {
    speak: none;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.main-header .main-box .outer-box .cart-btn {
    margin-right: 22px;
}

@media (max-width: 991px) {
  .main-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .search-box {
    margin: 15px 0;
  }

  .left-section,
  .right-section {
    justify-content: center !important;
  }
}


.sticky-header .main-menu ul.navigation.onepage-nav>li {
    margin-left: 30px;
}

.sticky-header {
    position: fixed;
    top: -100px;
    /* Initially hide it by pushing it up */
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: top 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

@media(max-width:991.98px) {
    .sticky-header {
        padding: 5px 0;
    }
}

.sticky-header.fixed-header {
    top: 0;
    opacity: 1;
    visibility: visible;
}

/* .sticky-header.fixed-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
} */


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

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

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

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

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 22px;
    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-color1);
}

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

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

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

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

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

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

    .outer-box .search-btn {
        display: block !important;
    }
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

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

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

.mobile-menu .close-btn:hover {
    color: var(--theme-color1)
}

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

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

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

.mobile-menu-visible {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-list-one li .icon {
    color: #fff;
    margin-right: 5px
}

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

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

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

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

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

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

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

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

.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: #EAB33B;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: auto
}

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

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

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

.sec-title {
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
    color: #770434;
    line-height: 50px;
}

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

.sec-title .sub-title {
    position: relative;
    top: -8px;
    padding-left: 34px;
    font-size: var(--sec-title-subtitle-font-size);
    color: var(--sec-title-subtitle-color);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em
}

.sec-title .sub-title:before {
    position: absolute;
    left: 0;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/title.png);
    background-repeat: no-repeat;
    background-position: center;
    content: ""
}

.sec-title h1 {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight)
}

.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);
    letter-spacing: .01em;
    margin-top: -5px;
    margin-bottom: 0
}

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

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

    .sec-title h2 br {
        display: none
    }
}

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

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

.sec-title.light .text {
    color: #fff
}

.sec-title.light .sub-title {
    color: var(--theme-color1)
}

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

.sec-title.light .text {
    color: #fff
}

.sec-title.light .sub-title.light {
    color: #fff
}

.sec-title.light .sub-title.light:before {
    content: none
}

.main-slider-five {
    position: relative
}

.main-slider-five .sub-title {
    position: relative;
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 400;
    padding-left: 34px
}

.main-slider-five .sub-title:before {
    position: absolute;
    left: 0;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/title.png);
    background-repeat: no-repeat;
    background-position: center;
    content: ""
}

.main-slider-five h1 {
    position: relative;
    display: block;
    font-size: 90px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 3px;
    z-index: 3
}

@media(max-width:1399.98px) {
    .main-slider-five h1 {
        font-size: 80px
    }
}

@media(max-width:767.98px) {
    .main-slider-five h1 {
        font-size: 64px;
        line-height: 1.2em
    }
}

@media(max-width:575.98px) {
    .main-slider-five h1 {
        font-size: 40px
    }

    .main-slider-five h1 br {
        display: none
    }
}

.main-slider-five .text {
    position: relative;
    font-size: 18px
}

@media(max-width:575.98px) {
    .main-slider-five .text {
        font-size: 14px;
        line-height: 24px
    }
}

@media(max-width:991.98px) {
    .main-slider-five .text br {
        display: none
    }
}

.main-slider-five .theme-btn {
    background-color: var(--theme-color1)
}

.main-slider-five .image {
    position: relative;
    z-index: 1
}

@media(max-width:991.98px) {
    .main-slider-five .image {
        display: none
    }
}

.main-slider-five .fact-counter-one {
    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;
    width: 170px;
    height: 170px;
    line-height: 170px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    position: relative
}

.main-slider-five .fact-counter-one:before {
    position: absolute;
    left: 40px;
    bottom: -7px;
    height: 29.84px;
    width: 29.84px;
    background: #fff;
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    content: ""
}

.main-slider-five .fact-counter-one .counter-title {
    position: relative;
    margin-bottom: 2px;
    color: #6a6f78;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase
}

.main-slider-five .fact-counter-one .count-box {
    color: #232331;
    font-size: 50px;
    font-weight: 600;
    line-height: 1
}

.main-slider-six {
    position: relative
}

.main-slider-six .sub-title {
    position: relative;
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 400
}

.main-slider-six h1 {
    position: relative;
    display: block;
    color: var(--theme-color-light);
    font-size: 90px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 3px;
    z-index: 3
}

@media(max-width:1399.98px) {
    .main-slider-six h1 {
        font-size: 80px
    }
}

@media(max-width:767.98px) {
    .main-slider-six h1 {
        font-size: 64px;
        line-height: 1.2em
    }
}

@media(max-width:575.98px) {
    .main-slider-six h1 {
        font-size: 40px
    }

    .main-slider-six h1 br {
        display: none
    }
}

.main-slider-six .text {
    position: relative;
    color: var(--theme-color-light);
    font-size: 18px
}

@media(max-width:575.98px) {
    .main-slider-six .text {
        font-size: 14px;
        line-height: 24px
    }
}

@media(max-width:991.98px) {
    .main-slider-six .text br {
        display: none
    }
}

.main-slider-six .theme-btn {
    background-color: var(--theme-color1)
}

.main-slider-six .image {
    position: relative;
    z-index: 1
}

@media(max-width:991.98px) {
    .main-slider-six .image {
        display: none
    }
}

.main-slider-six .tp-dottedoverlay:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(36, 32, 31, .9);
    content: ""
}

.main-slider-six .tp-dottedoverlay:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 520px;
    background-image: url(../images/main-slider/overlay-1.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1
}

@media(max-width:991.98px) {
    .main-slider-six .tp-dottedoverlay:after {
        display: none
    }
}

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

@media only screen and (max-width:1023.98px) {
    .banner-section {
        margin-top: 0
    }
}

.banner-section.style-two .slide-item .content-box .sub-title {
    color: var(--theme-color-light)
}

.accordion-box.style-two .block .acc-btn {
    padding: 0px 0 15px 0px;
}

.banner-section.style-two .slide-item:before {
    display: none
}

.banner-section.style-two .slide-item:after {
    display: none
}

.banner-section.style-two .slide-item .bg-image:before {
    opacity: 70%
}

.banner-section.style-two .banner-carousel .owl-dots {
    display: none
}

.banner-section .slide-item {
    position: relative;
    min-height: 954px
}

@media(max-width:1399.98px) {
    .banner-section .slide-item {
        min-height: auto
    }
}

.banner-section .slide-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 343px;
    height: 387px;
    background-image: url(../images/main-slider/shape-1.png);
    pointer-events: none;
    z-index: 1
}

@media(max-width:767.98px) {
    .banner-section .slide-item:before {
        display: none
    }
}

.banner-section .slide-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 420px;
    height: 454px;
    background-image: url(../images/main-slider/shape-2.png);
    pointer-events: none
}

@media(max-width:767.98px) {
    .banner-section .slide-item:after {
        display: none
    }
}

.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 {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #180e01;
    opacity: 85%
}

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

@media(max-width:1399.98px) {
    .banner-section .content-box {
        padding: 320px 0 200px
    }
}

@media(max-width:1199.98px) {
    .banner-section .content-box {
        padding: 300px 0 200px
    }
}

@media(max-width:991.98px) {
    .banner-section .content-box {
        padding: 240px 0 180px
    }
}

@media(max-width:575.98px) {
    .banner-section .content-box {
        padding: 220px 0 160px
    }
}

.banner-section .content-box .sub-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--theme-color1);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1px;
    margin-bottom: 10px
}

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

.banner-section .content-box .title {
    color: #fff;
    font-size: 128px;
    line-height: 120px;
    margin-bottom: 50px
}

@media(max-width:991.98px) {
    .banner-section .content-box .title {
        font-size: 60px;
        line-height: 1
    }
}

@media(max-width:767.98px) {
    .banner-section .content-box .title {
        font-size: 60px;
        margin-bottom: 40px
    }
}

@media(max-width:575.98px) {
    .banner-section .content-box .title {
        font-size: 40px;
        margin-bottom: 30px
    }
}

.banner-section .content-box .title-stroke {
    color: #fff;
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    line-height: 1;
    position: absolute;
    left: calc(50% - 340px);
    top: 280px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .15)
}

@media(max-width:1399.98px) {
    .banner-section .content-box .title-stroke {
        top: 240px
    }
}

@media(max-width:991.98px) {
    .banner-section .content-box .title-stroke {
        font-size: 100px;
        left: calc(50% - 170px);
        top: 205px
    }
}

@media(max-width:575.98px) {
    .banner-section .content-box .title-stroke {
        font-size: 80px;
        left: calc(50% - 136px);
        top: 195px
    }
}

.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
}

@media(max-width:1399.98px) {
    .banner-section .banner-carousel .owl-stage-outer {
        height: auto !important
    }
}

@media only screen and (max-width:1699.98px) {
    .banner-section .banner-carousel .owl-stage-outer {
        height: auto !important
    }
}

.banner-section .banner-carousel .owl-nav {
    display: none
}

.banner-section .banner-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50px
}

.banner-section .banner-carousel .owl-dots .owl-dot span {
    background-color: #d9d9d9;
    outline: 5px solid transparent;
    outline-offset: -3px;
    border-radius: 50px;
    display: inline-block;
    width: 15px;
    height: 5px;
    margin: 0 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-section .banner-carousel .owl-dots .owl-dot.active span {
    width: 40px;
    outline-color: #d9d9d9
}

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

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

.owl-carousel .animate-fade {
    opacity: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

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

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

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

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

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

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

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

.banner-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 1170px;
    margin: -25px auto 0;
    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:1199.98px) {
    .banner-carousel .owl-nav {
        left: 15px;
        right: 15px
    }
}

@media(max-width:767.98px) {
    .banner-carousel .owl-nav {
        display: none
    }
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    display: block;
    margin: 10px 0;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    opacity: .1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1
}

.banner-section-one {
  position: relative;
  width: 100%;
}

.banner-section-one .slide-item {
  position: relative;
  height: 525px;
  overflow: hidden;
}

.banner-section-one .slide-item .shape-9 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 54px;
    background-image: url(../images/pattern/shape-9.png)
}

.banner-section-one .slide-item .shape-10 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    background-image: url(../images/pattern/shape-10.png)
}

.banner-section-one .slide-item .bg-image {
     background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; /* use 'cover' if you prefer cropped but filled */
  width: 100%;
  height: auto;
}

.banner-section-one .content-box {
     position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 0 15px;
}

@media(max-width:991.98px) {
    .banner-section-one .content-box {
        padding: 80px 0
    }
}

@media only screen and (max-width:767px) {
    .banner-section-one .content-box {
        padding: 80px 0
    }
}

@media(max-width:575.98px) {
    .banner-section-one .content-box {
        text-align: center
    }
}

.banner-section-one .content-box .title {
    font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 768px) {
  .slide-item {
    height: auto;
  }

  .bg-image {
    height: 250px;
    background-size: contain;
  }
}
.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .slide-item {
    height: auto !important;
  }

  .slide-image {
    height: auto;
    object-fit: contain;
  }
}

@media(max-width:991.98px) {
    .banner-section-one .content-box .title {
        line-height: 80px;
        margin-bottom: 10px;
        font-size: 60px
    }
}

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

.banner-section-one .content-box .sub-title {
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 9px;
    position: relative;
    text-transform: capitalize
}

@media(max-width:991.98px) {
    .banner-section-one .content-box .sub-title {
        font-size: 12px;
        margin-bottom: 15px
    }
}

@media(max-width:575.98px) {
    .banner-section-one .content-box .sub-title {
        margin-bottom: 10px;
        padding-bottom: 4px
    }
}

.banner-section-one .content-box .sub-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--bg-theme-color1);
    content: ""
}

.banner-section-one .content-box .text {
    color: var(--theme-color-light)
}

@media(max-width:575.98px) {
    .banner-section-one .content-box .text {
        font-size: 14px
    }
}

@media(max-width:575.98px) {
    .banner-section-one .content-box .text br {
        display: none
    }
}

.banner-section-one .content-box .btn-box {
    margin-top: 50px
}

@media(max-width:991.98px) {
    .banner-section-one .content-box .btn-box {
        margin-top: 36px
    }
}

@media(max-width:575.98px) {
    .banner-section-one .content-box .btn-box {
        margin-top: 25px
    }
}

.banner-section-one .banner-carousel .owl-nav {
    -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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.banner-section-one .default-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    top: -20px
}

.banner-section-one .default-dots .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-one .default-dots .owl-dots .owl-dot.active {
    background-color: #ffffff;
}

.banner-section-two {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color1)
}

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

.banner-section-two .bg-image2 {
    width: 835px
}

.banner-section-two .bg-image {
    left: auto;
    right: 0;
    width: 56.2%
}

.banner-section-two .shape-11 {
    position: absolute;
    bottom: 73px;
    left: 55px;
    width: 446px;
    height: 633px;
    background-image: url(../images/pattern/shape-11.png)
}

@media(max-width:991.98px) {
    .banner-section-two .shape-11 {
        bottom: 0;
        right: 0;
        left: auto
    }
}

.banner-section-two .shape-12 {
    position: absolute;
    top: 254px;
    left: 519px;
    width: 201px;
    height: 164px;
    background-image: url(../images/pattern/shape-12.png)
}

@media(max-width:991.98px) {
    .banner-section-two .shape-12 {
        top: 100px;
        left: 0
    }
}

@media(max-width:575.98px) {
    .banner-section-two .shape-12 {
        display: none
    }
}

.banner-section-two .shape-13 {
    position: absolute;
    bottom: 20px;
    left: 633px;
    width: 189px;
    height: 139px;
    background-image: url(../images/pattern/shape-13.png)
}

@media(max-width:991.98px) {
    .banner-section-two .shape-13 {
        left: 40px;
        bottom: 0
    }
}

@media(max-width:575.98px) {
    .banner-section-two .shape-13 {
        display: none
    }
}

.banner-section-two .content-box {
    padding: 373px 0 240px;
    position: relative;
    z-index: 2
}

@media(max-width:991.98px) {
    .banner-section-two .content-box {
        padding: 233px 0 120px
    }
}

@media(max-width:575.98px) {
    .banner-section-two .content-box {
        text-align: center
    }
}

.banner-section-two .content-box .title {
    position: relative;
    line-height: 100px;
    margin-bottom: 35px
}

@media(max-width:991.98px) {
    .banner-section-two .content-box .title {
        line-height: 80px;
        margin-bottom: 0;
        font-size: 60px
    }
}

@media(max-width:575.98px) {
    .banner-section-two .content-box .title {
        line-height: 52px;
        margin-bottom: 0;
        font-size: 42px
    }
}

.banner-section-two .content-box .title span {
    color: var(--theme-color-light)
}

.banner-section-two .content-box .sub-title {
    color: var(--theme-color2);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;
    text-transform: capitalize
}

@media(max-width:991.98px) {
    .banner-section-two .content-box .sub-title {
        font-size: 16px
    }
}

@media(max-width:575.98px) {
    .banner-section-two .content-box .sub-title {
        font-size: 12px;
        padding-left: 33px
    }
}

.banner-section-two .content-box .sub-title:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
    width: 35px;
    height: 3px;
    background-color: var(--theme-color2);
    content: ""
}

@media(max-width:575.98px) {
    .banner-section-two .content-box .sub-title:before {
        width: 25px
    }
}

.banner-section-two .content-box .btn-box {
    margin-top: 50px
}

@media(max-width:575.98px) {
    .banner-section-two .content-box .btn-box {
        margin-top: 30px
    }
}

.banner-section-two .banner-carousel .owl-nav {
    -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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.banner-section-three {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color2)
}

.banner-section-three .overlay-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 787px;
    height: 100%;
    z-index: 1
}

@media(max-width:767.98px) {
    .banner-section-three .overlay-2 {
        width: 100%
    }
}

.banner-section-three .overlay-2:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 110%;
    right: 84px;
    left: auto;
    top: -30px;
    opacity: 40%;
    background-color: var(--theme-color-light);
    -webkit-transform: rotate(193.8deg);
    transform: rotate(193.8deg)
}

@media(max-width:1199.98px) {
    .banner-section-three .overlay-2:before {
        -webkit-transform: rotate(196deg);
        transform: rotate(196deg)
    }
}

@media(max-width:991.98px) {
    .banner-section-three .overlay-2:before {
        -webkit-transform: rotate(199deg);
        transform: rotate(199deg)
    }
}

@media(max-width:767.98px) {
    .banner-section-three .overlay-2:before {
        display: none
    }
}

.banner-section-three .overlay-2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 787px;
    height: 100%;
    opacity: .9;
    background-color: var(--theme-color1);
    clip-path: polygon(0% 0%, 100% 0px, 72% 100%, 0% 100%)
}

@media(max-width:767.98px) {
    .banner-section-three .overlay-2:after {
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0px, 100% 100%, 0% 100%)
    }
}

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

.banner-section-three .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-three .content-box {
    padding: 250px 0 270px;
    position: relative;
    z-index: 2
}

@media(max-width:1199.98px) {
    .banner-section-three .content-box {
        padding: 180px 0 200px
    }
}

@media(max-width:991.98px) {
    .banner-section-three .content-box {
        padding: 120px 0
    }
}

@media(max-width:767.98px) {
    .banner-section-three .content-box {
        padding: 110px 0 140px;
        text-align: center
    }
}

.banner-section-three .content-box .title {
    color: var(--theme-color2);
    position: relative;
    line-height: 100px;
    margin-bottom: 35px
}

@media(max-width:767.98px) {
    .banner-section-three .content-box .title {
        line-height: 52px;
        margin-bottom: 0;
        font-size: 46px
    }
}

.banner-section-three .content-box .title span {
    color: var(--theme-color-light)
}

.banner-section-three .content-box .sub-title {
    color: var(--theme-color2);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize
}

.banner-section-three .content-box .text {
    color: var(--theme-color-light)
}

.banner-section-three .content-box .btn-box {
    margin-top: 50px
}

@media(max-width:767.98px) {
    .banner-section-three .content-box .btn-box {
        margin-top: 20px
    }
}

.banner-section-three .video-box .play-now {
    display: inline-block;
    position: unset
}

.banner-section-three .video-box .play-now:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.banner-section-three .video-box .play-now .icon {
    position: absolute;
    color: var(--theme-color1);
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 25px;
    padding-left: 0;
    right: 16px;
    left: auto;
    top: calc(50% - 242px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .banner-section-three .video-box .play-now .icon {
        right: auto;
        left: 270px;
        top: auto;
        bottom: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }
}

@media(max-width:767.98px) {
    .banner-section-three .video-box .play-now .icon {
        left: calc(50% - 30px);
        top: auto;
        bottom: auto
    }
}

.banner-section-three .banner-carousel .owl-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1822px
}

@media(max-width:1399.98px) {
    .banner-section-three .banner-carousel .owl-nav {
        display: none
    }
}

.banner-section-five {
    position: relative
}

@media(max-width:991.98px) {
    .banner-section-five .bg-image {
        width: 150%
    }
}

.banner-section-five .banner-carousel .owl-nav {
    display: none
}

.banner-section-five .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 800px
}

@media(max-width:991.98px) {
    .banner-section-five .slide-item {
        min-height: 600px
    }
}

@media(max-width:767.98px) {
    .banner-section-five .slide-item {
        min-height: 400px
    }
}

.banner-section-five .slide-item .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 628px;
    width: 871px;
    background-image: url(../images/main-slider/shape-4.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    pointer-events: none
}

.banner-section-five .slide-item .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 305px;
    width: 305px;
    background-image: url(../images/main-slider/shape-5.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    pointer-events: none
}

.banner-section-five .content-box {
    position: relative;
    padding: 307px 0 196px
}

@media(max-width:1199.98px) {
    .banner-section-five .content-box {
        padding: 200px 0 190px
    }
}

@media(max-width:575.98px) {
    .banner-section-five .content-box {
        padding: 100px 0;
        text-align: center
    }
}

.banner-section-five .content-box .sub-title {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    padding-left: 34px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize
}

@media(max-width:767.98px) {
    .banner-section-five .content-box .sub-title {
        padding-bottom: 0
    }
}

.banner-section-five .content-box .sub-title:before {
    position: absolute;
    left: 0;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/title.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: ""
}

.banner-section-five .content-box .title {
    position: relative;
    display: block;
    font-size: 90px;
    margin-bottom: 15px
}

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

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

@media(max-width:575.98px) {
    .banner-section-five .content-box .title br {
        display: none
    }
}

.banner-section-five .content-box .text {
    font-size: 18px;
    margin-bottom: 41px
}

@media(max-width:1199.98px) {
    .banner-section-five .content-box .text br {
        display: none
    }
}

.banner-section-five .content-box .btn-box {
    position: relative
}

.banner-section-five .content-box .btn-box .image {
    width: 76px;
    height: 52px;
    position: absolute;
    left: 290px;
    bottom: -8px
}

@media(max-width:575.98px) {
    .banner-section-five .content-box .btn-box .image {
        display: none
    }
}

@media(max-width:991.98px) {
    .banner-section-five .image-column {
        display: none
    }
}

.banner-section-five .image-box {
    position: relative;
    padding: 225px 0 0;
    padding-left: 29px;
    margin-right: -53px;
    z-index: 9
}

.banner-section-five .image-box:before {
    position: absolute;
    right: -158px;
    bottom: -117px;
    height: 437px;
    width: 500px;
    background-image: url(../images/main-slider/shape-6.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: ""
}

.banner-section-five .image-box .fact-counter-one {
    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;
    width: 170px;
    height: 170px;
    line-height: 170px;
    border-radius: 50%;
    right: 17px;
    top: 260px;
    background-color: #fff;
    text-align: center;
    position: absolute
}

@media(max-width:1199.98px) {
    .banner-section-five .image-box .fact-counter-one {
        right: 41px;
        top: 182px;
        z-index: 1
    }
}

.banner-section-five .image-box .fact-counter-one:before {
    position: absolute;
    left: 40px;
    bottom: -7px;
    height: 29.84px;
    width: 29.84px;
    background: #fff;
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    content: ""
}

.banner-section-five .image-box .fact-counter-one .counter-title {
    position: relative;
    margin-bottom: 2px;
    color: #6a6f78;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase
}

.banner-section-five .image-box .fact-counter-one .count-box {
    color: #232331;
    font-size: 50px;
    font-weight: 600;
    line-height: 1
}

.banner-section-five .image-box .image {
    margin-bottom: 0
}

.banner-section-five .image-box .image img {
    width: 100%
}

.banner-section-seven {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color2)
}

.banner-section-seven .overlay-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 653px;
    height: 100%;
    background-image: url(../images/main-slider/overlay-2.png)
}

.banner-section-seven .overlay-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 440px;
    background-color: rgba(198, 148, 83, .3)
}

@media(max-width:991.98px) {
    .banner-section-seven .overlay-3 {
        display: none
    }
}

.banner-section-seven .overlay-3:before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50px;
    width: 255px;
    height: 78px;
    background-image: url(../images/icons/icon1.png);
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
    z-index: 2
}

.banner-section-seven .overlay-3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color1);
    opacity: .5;
    clip-path: polygon(0% 0%, 100% 0px, 90% 100%, 0% 100%);
    z-index: 1
}

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

.banner-section-seven .slide-item .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(33% 0%, 100% 0px, 100% 100%, 20% 100%)
}

.banner-section-seven .slide-item .bg-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(36, 32, 31, .35)
}

@media(max-width:767.98px) {
    .banner-section-seven .slide-item .bg-image {
        clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 50% 100%)
    }
}

.banner-section-seven .content-box {
    padding: 124px 0 304px;
    position: relative;
    z-index: 2
}

@media(max-width:991.98px) {
    .banner-section-seven .content-box {
        padding: 120px 0
    }
}

@media only screen and (max-width:767px) {
    .banner-section-seven .content-box {
        padding: 120px 0
    }
}

@media(max-width:575.98px) {
    .banner-section-seven .content-box {
        text-align: center
    }
}

.banner-section-seven .content-box .title {
    color: var(--theme-color-light);
    position: relative;
    line-height: 100px;
    margin-bottom: 35px
}

@media(max-width:767.98px) {
    .banner-section-seven .content-box .title {
        line-height: 52px;
        margin-bottom: 20px;
        font-size: 46px
    }
}

.banner-section-seven .content-box .sub-title {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 34px;
    padding-bottom: 9px;
    position: relative;
    text-transform: capitalize
}

@media(max-width:767.98px) {
    .banner-section-seven .content-box .sub-title {
        padding-bottom: 0
    }
}

.banner-section-seven .content-box .sub-title:before {
    position: absolute;
    left: 0;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/title.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: ""
}

.banner-section-seven .content-box .text {
    color: var(--theme-color-light)
}

.banner-section-seven .content-box .btn-box {
    margin-top: 50px
}

@media(max-width:767.98px) {
    .banner-section-seven .content-box .btn-box {
        margin-top: 30px
    }
}

.banner-section-seven .experience {
    position: absolute;
    right: 360px;
    bottom: 0
}

@media(max-width:1599.98px) {
    .banner-section-seven .experience {
        right: 20px
    }
}

@media(max-width:991.98px) {
    .banner-section-seven .experience {
        display: none
    }
}

.banner-section-seven .experience .inner {
    background-color: var(--theme-color1);
    width: 405px;
    height: 206px;
    padding: 33px 38px;
    position: relative;
    border-radius: 5px 5px 0 0
}

.banner-section-seven .experience .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern/shape-15.png)
}

.banner-section-seven .experience .inner .title {
    color: var(--theme-color-light);
    margin-bottom: 5px
}

.banner-section-seven .experience .inner .text {
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 500
}

.banner-section-seven .banner-carousel .owl-nav {
    -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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.banner-section-seven .banner-carousel .owl-nav {
    top: 43%
}

.banner-section-nine {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color2)
}

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

.banner-section-nine .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-nine .outer-box {
    padding: 278px 0 244px
}

@media(max-width:991.98px) {
    .banner-section-nine .outer-box {
        padding: 100px 0 130px
    }
}

.banner-section-nine .content-box {
    position: relative;
    z-index: 2
}

@media(max-width:991.98px) {
    .banner-section-nine .content-box {
        padding: 100px 0;
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .banner-section-nine .content-box {
        padding: 120px 0
    }
}

@media(max-width:575.98px) {
    .banner-section-nine .content-box {
        text-align: center
    }
}

.banner-section-nine .content-box .title {
    color: var(--theme-color-light);
    position: relative;
    line-height: 100px;
    margin-bottom: 20px
}

@media(max-width:767.98px) {
    .banner-section-nine .content-box .title {
        line-height: 52px;
        margin-bottom: 20px;
        font-size: 46px
    }
}

.banner-section-nine .content-box .text {
    color: var(--theme-color-light)
}

@media(max-width:575.98px) {
    .banner-section-nine .content-box .text br {
        display: none
    }
}

.banner-section-nine .content-box .btn-box {
    margin-top: 40px
}

@media(max-width:767.98px) {
    .banner-section-nine .content-box .btn-box {
        margin-top: 30px
    }
}

.banner-section-nine .banner-carousel .owl-nav {
    display: none
}

.banner-section-nine .form-column .inner-column {
    margin-top: -46px
}

.features-section {
    position: relative;
    padding: 120px 0 90px
}

@media(max-width:991.98px) {
    .features-section {
        padding: 0 0 60px
    }
}

.feature-block {
    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: 45px 20px 35px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f2f4ec
}

@media(max-width:1199.98px) {
    .feature-block .inner-box {
        padding: 44px 10px 35px 20px
    }
}

@media(max-width:767.98px) {
    .feature-block .inner-box {
        margin-left: 0
    }
}

@media(max-width:575.98px) {
    .feature-block .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.feature-block .inner-box:before {
    content: "";
    position: absolute;
    right: -413px;
    bottom: 0;
    width: 297px;
    height: 100%;
    background-color: #ebede5;
    -webkit-transform: skewX(-49deg);
    transform: skewX(-49deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 1
}

.feature-block .inner-box:after {
    content: "";
    position: absolute;
    right: -336px;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color1);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2
}

.feature-block .inner-box:hover::before {
    width: 264%
}

@media(max-width:575.98px) {
    .feature-block .inner-box:hover::before {
        width: 244%
    }
}

.feature-block .inner-box:hover::after {
    width: 100px
}

.feature-block .inner-box:hover .content:after {
    width: 200px
}

.feature-block .inner-box:hover .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.feature-block .inner-box .title {
    position: relative;
    margin-bottom: 8px;
    z-index: 3
}

.feature-block .inner-box .text {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block .inner-box .icon {
    position: relative;
    width: 96px;
    height: 96px;
    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: 40px;
    border-radius: 50%;
    margin-right: 0;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1
}

@media(max-width:575.98px) {
    .feature-block .inner-box .icon {
        margin-right: 0
    }
}

.feature-block .inner-box .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed var(--theme-color1);
    background-color: var(--theme-color-light);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 20px
}

.feature-block .inner-box .icon-box .number {
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: -4px;
    z-index: 2
}

.features-section-two {
    position: relative;
    padding: 120px 0
}

@media(max-width:991.98px) {
    .features-section-two {
        padding: 90px 0
    }
}

.features-section-two .features-column .inner-column {
    margin-right: 54px;
    position: relative;
    height: 100%
}

@media(max-width:1199.98px) {
    .features-section-two .features-column .inner-column {
        margin-right: 0
    }
}

.features-section-two .features-column .inner-column .sec-title h2 span {
    color: var(--theme-color1)
}

.features-section-two .features-column .inner-column .bottom-box {
    position: absolute;
    bottom: 0
}

@media(max-width:991.98px) {
    .features-section-two .features-column .inner-column .bottom-box {
        position: relative;
        margin-bottom: 50px;
        margin-top: 0
    }
}

.features-section-two .features-column .inner-column .bottom-box .text.two {
    color: var(--theme-color3);
    font-family: var(--title-font);
    font-size: 21px;
    font-weight: 500
}

@media(max-width:1199.98px) {
    .features-section-two .features-column .inner-column .bottom-box .text.two br {
        display: none
    }
}

@media(max-width:991.98px) {
    .features-section-two .features-column .inner-column .bottom-box .text.two {
        margin-top: 30px
    }
}

.features-section-two .features-column .inner-column .bottom-box .theme-btn {
    background-color: transparent;
    border: 1px solid #dee2e6;
    color: var(--theme-color3);
    margin-top: 55px
}

@media(max-width:991.98px) {
    .features-section-two .features-column .inner-column .bottom-box .theme-btn {
        margin-top: 25px
    }
}

.features-section-two .features-column .inner-column .bottom-box .theme-btn:hover {
    color: var(--theme-color-light)
}

.features-section-two .features-column .inner-column .bottom-box .theme-btn:before {
    background-color: var(--theme-color2)
}

.features-section-two .info-column .inner-column .title-box {
    margin-bottom: 58px
}

@media(max-width:767.98px) {
    .features-section-two .info-column .inner-column .title-box {
        margin-bottom: 40px
    }
}

@media(max-width:767.98px) {
    .features-section-two .info-column .inner-column .title-box h2 {
        font-size: 36px
    }
}

.features-section-two .info-column .inner-column .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

@media(max-width:575.98px) {
    .features-section-two .info-column .inner-column .btn-box {
        display: block
    }
}

.features-section-two .info-column .inner-column .btn-box .theme-btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0
}

.features-section-two .info-column .inner-column .btn-box .theme-btn.two {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1)
}

@media(max-width:575.98px) {
    .features-section-two .info-column .inner-column .btn-box .theme-btn.two {
        margin-bottom: 10px
    }
}

.features-section-two .info-column .inner-column .btn-box .theme-btn.two:hover {
    color: var(--theme-color-light)
}

.features-section-two .info-column .inner-column .info-box .inner {
    border: 1px solid #dee2e6;
    height: 206px;
    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;
    padding: 40px;
    position: relative;
    overflow: hidden
}

@media(max-width:575.98px) {
    .features-section-two .info-column .inner-column .info-box .inner {
        padding: 20px
    }
}

.features-section-two .info-column .inner-column .info-box .inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 405px;
    height: 205px;
    background-image: url(../images/pattern/shape-29.png);
    pointer-events: none
}

.features-section-two .info-column .inner-column .info-box .inner .number {
    color: var(--theme-color1);
    font-family: var(--title-font);
    font-size: 34px;
    font-weight: 600
}

@media(max-width:1199.98px) {
    .features-section-two .info-column .inner-column .info-box .inner .number {
        font-size: 27px
    }
}

.features-section-two .info-column .inner-column .info-box .inner .number:hover {
    color: var(--theme-color2)
}

.features-section-two .info-column .inner-column .info-box .inner .text {
    color: #6a6f78;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px
}

@media(max-width:991.98px) {
    .feature-block-four .inner-box {
        margin-bottom: 20px
    }
}

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

.feature-block-four .inner-box:hover .image-box .inner .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.feature-block-four .inner-box .image-box .inner {
    position: relative
}

.feature-block-four .inner-box .image-box .inner .image {
    margin-bottom: 0;
    overflow: hidden
}

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

.feature-block-four .inner-box .image-box .inner .icon {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-four .inner-box .content-box .inner {
    margin-top: 26px
}

.feature-block-four .inner-box .content-box .inner .title {
    margin-bottom: 2px
}

.feature-block-four .inner-box .content-box .inner .title:hover {
    color: var(--theme-color1)
}

.feature-block-four .inner-box .content-box .inner .text {
    line-height: 26px
}

.feature-section-three {
    position: relative;
    background-color: var(--theme-color1);
    padding: 120px 0 70px
}

@media(max-width:991.98px) {
    .feature-section-three {
        padding: 90px 0 40px
    }
}

.feature-section-three .pattern-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 492px;
    height: 711px;
    background-image: url(../images/pattern/pattern-7.png)
}

.feature-section-three .shape-16 {
    position: absolute;
    top: 0;
    left: 0;
    width: 605px;
    height: 664px;
    background-image: url(../images/pattern/shape-16.png)
}

.feature-section-three .sec-title .sub-title {
    color: var(--theme-color-light)
}

.feature-section-three .sec-title .sub-title:before {
    background-image: url(../images/icons/title2.png)
}

.feature-section-three .content-column {
    margin-bottom: 50px
}

.feature-section-three .content-column .inner-column {
    position: relative;
    margin-right: -200px;
    z-index: 3
}

@media(max-width:991.98px) {
    .feature-section-three .content-column .inner-column {
        margin-right: 0
    }
}

.feature-section-three .content-column .inner-column .info-btn .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color1)
}

.feature-section-three .content-column .inner-column .info-btn small,
.feature-section-three .content-column .inner-column .info-btn strong {
    color: var(--theme-color-light)
}

.feature-section-three .image-column {
    margin-bottom: 50px
}

@media(max-width:991.98px) {
    .feature-section-three .image-column {
        display: none
    }
}

.feature-section-three .image-column .inner-column {
    position: relative
}

.feature-section-three .image-column .inner-column .image {
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .feature-section-three .image-column .inner-column .image {
        display: block
    }
}

@media(max-width:991.98px) {
    .feature-section-three .image-column .inner-column .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.feature-block-three {
    margin-bottom: 40px
}

.feature-block-three .inner-box {
    position: relative;
    background-color: var(--theme-color-light);
    padding: 35px 30px 35px 40px;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .feature-block-three .inner-box {
        padding: 20px
    }
}

.feature-block-three .inner-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.feature-block-three .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.feature-block-three .inner-box .icon {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-three .inner-box .title {
    margin-bottom: 7px
}

.feature-block-three .inner-box .title a:hover {
    color: var(--theme-color1)
}

.feature-block-three .inner-box .text {
    position: relative;
    color: #7a7a7a
}

.feature-block-eight {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.feature-block-eight .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-eight .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.feature-block-eight .icon-box {
    position: relative;
    background-color: var(--bg-theme-color1);
    min-width: 110px;
    text-align: center;
    padding: 25px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.feature-block-eight .icon-box .icon {
    display: block;
    color: #fff;
    font-size: 64px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-eight .icon-box .count {
    font-family: var(--title-font);
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
    color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff
}

.feature-block-eight .content-box {
    position: relative;
    padding: 25px 27px;
    background-color: var(--theme-color-light)
}

@media(max-width:767.98px) {
    .feature-block-eight .content-box {
        width: 100%
    }
}

.feature-block-eight .content-box .title {
    margin-bottom: 18px
}

.feature-block-eight .content-box .title a:hover {
    color: var(--theme-color1)
}

.feature-block-eight .content-box .text {
    font-size: 16px;
    line-height: 26px;
    color: #767676
}

@media(max-width:1399.98px) {
    .feature-block-eight .content-box .text br {
        display: none
    }
}

.feature-block-eight:hover .icon-box .count {
    color: #fff
}

.features-section-six {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3
}

.features-section-six .features-column {
    margin-bottom: 0
}

.features-section-six .features-column .inner-column {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .05);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .05)
}

.features-section-six .info-banner {
    margin-bottom: 30px
}

@media(max-width:991.98px) {
    .features-section-six .info-banner {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.features-section-six .outer-box {
    position: relative;
    padding: 85px 0;
    padding-right: 0;
    background-color: #f8f5f4
}

@media(max-width:1199.98px) {
    .features-section-six .outer-box {
        padding-left: 0
    }
}

@media(max-width:991.98px) {
    .features-section-six .outer-box {
        padding-bottom: 0
    }
}

.features-section-six .outer-box .bg {
    width: auto;
    left: 0;
    right: -321px
}

.features-section-six .outer-box .bg-pattern-2 {
    background-image: url(../images/icons/pattern-2.jpg)
}

.feature-block-six {
    position: relative
}

.feature-block-six .inner-box {
    position: relative;
    padding: 32px 50px 27px;
    height: 100%;
    overflow: hidden;
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .feature-block-six .inner-box {
        text-align: center;
        padding: 30px 30px 25px
    }
}

.feature-block-six .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: ""
}

.feature-block-six .inner-box:hover:before {
    height: 100%
}

.feature-block-six .inner-box:hover .icon-box .icon {
    color: var(--theme-color-light);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.feature-block-six .inner-box:hover .title,
.feature-block-six .inner-box:hover .text {
    color: var(--theme-color-light)
}

.feature-block-six .inner-box .bg-map-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 201px;
    background-image: url(../images/icons/bg-map-2.png)
}

.feature-block-six .inner-box .icon-box {
    margin-bottom: 10px;
    position: relative
}

.feature-block-six .inner-box .icon-box .icon {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 52px;
    line-height: 1em;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-six .inner-box .title {
    color: var(--theme-color2);
    margin-bottom: 10px;
    position: relative
}

.feature-block-six .inner-box .text {
    line-height: 26px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .feature-block-six .inner-box .text br {
        display: none
    }
}

.info-banner-six {
    position: relative
}

.info-banner-six .image-box {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.info-banner-six .image-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden
}

.info-banner-six .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.info-banner-six .image-box .icon-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 355px;
    height: 474px;
    background-image: url(../images/icons/icon-lines6.png)
}

.info-banner-six .content-box {
    position: relative;
    padding: 54px 40px;
    padding-right: 10px;
    height: 100%;
    z-index: 2
}

@media(max-width:991.98px) {
    .info-banner-six .content-box {
        padding: 70px 30px
    }
}

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

@media(max-width:575.98px) {
    .info-banner-six .content-box .info-btn-two {
        padding-left: 50px
    }
}

.info-banner-six .content-box .info-btn-two .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 1em;
    color: var(--theme-color1);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.info-banner-six .content-box .info-btn-two small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--theme-color-light)
}

.info-banner-six .content-box .info-btn-two strong {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--text-font);
    color: var(--theme-color-light)
}

.info-banner-six .content-box .icon-two {
    position: relative;
    color: var(--theme-color-light);
    font-size: 70px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.info-banner-six .content-box .title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 40px;
    margin-top: 20px;
    color: var(--theme-color-light);
    z-index: 1
}

@media(max-width:991.98px) {
    .info-banner-six .content-box .title br {
        display: none
    }
}

.info-banner-six .content-box .title span {
    color: var(--theme-color1)
}

.info-banner-six .content-box .text {
    position: relative
}

.info-banner-six .content-box .info-btn {
    position: relative
}


.services-section {
    position: relative;
    padding: 120px 0 90px;
    z-index: 2
}

@media(max-width:991.98px) {
    .services-section {
        padding: 89px 0 67px
    }
}

.services-section .icon-plane-2 {
    position: absolute;
    top: 50px;
    left: 120px
}

.services-section .sec-title {
    margin-bottom: 60px
}

@media(max-width:991.98px) {
    .services-section .sec-title {
        margin-bottom: 40px
    }
}

.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.service-block .inner-box {
    position: relative;
    padding-bottom: 112px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.service-block .inner-box:hover .image-box .read-more {
    color: var(--theme-color-light);
    background: var(--theme-color-dark)
}

.service-block .inner-box:hover .image-box .read-more:before {
    height: 100%
}

.service-block .inner-box:hover .content-box .inner {
    height: auto
}

.service-block .inner-box .image-box {
    position: relative
}

.service-block .inner-box .image-box .image {
    position: relative;
    margin-bottom: 0;
    margin-right: 42px;
    overflow: hidden
}

.service-block .inner-box .image-box .image img {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block .inner-box .image-box .read-more {
    background: #f3f4f7;
    color: var(--theme-color-dark);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    left: 100%;
    line-height: 20px;
    padding: 11px 53px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
    width: 51%
}

@media(max-width:1199.98px) {
    .service-block .inner-box .image-box .read-more {
        width: 50%
    }
}

@media(max-width:991.98px) {
    .service-block .inner-box .image-box .read-more {
        width: 49%
    }
}

.service-block .inner-box .image-box .read-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    left: auto;
    right: 0;
    height: 0;
    background-color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1
}

.service-block .inner-box .image-box .read-more:hover {
    color: var(--theme-color1)
}

.service-block .inner-box .image-box .read-more i {
    font-size: 14px;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--theme-color1)
}

.service-block .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 28px;
    background-color: var(--theme-color-light);
    border: 1px solid #eee9e3
}

.service-block .inner-box .content-box::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 44px;
    height: 64px;
    background-image: url(../images/icons/icon-arrow.png);
    -webkit-transform: translate(-33px, -35px);
    transform: translate(-33px, -35px)
}

.service-block .inner-box .content-box .info-box {
    position: relative;
    padding-left: 105px;
    margin-bottom: 15px
}

.service-block .inner-box .content-box .icon {
    bottom: 20px;
    height: 80px;
    font-size: 42px;
    left: 0;
    line-height: 80px;
    position: absolute;
    width: 80px;
    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-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2
}

.service-block .inner-box .content-box .icon::after {
    background-image: url(../images/icons/icon-border.png);
    bottom: -5px;
    content: "";
    height: 58px;
    position: absolute;
    width: 93px
}

.service-block .inner-box .content-box .title {
    letter-spacing: -.01em;
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

.service-block .inner-box .content-box .title:hover {
    color: var(--theme-color1)
}

.service-block .inner-box .content-box .inner {
    display: none;
    overflow: hidden;
    padding-right: 46px;
    position: relative
}

.service-block .inner-box .content-box .inner .text {
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2
}

.services-section-two {
    position: relative;
    background-color: var(--theme-color2);
    padding: 100px 0;
    z-index: 2
}

@media(max-width:991.98px) {
    .services-section-two {
        padding: 90px 0
    }
}

.services-section-two .bg-image {
    width: 635px
}

@media(max-width:1399.98px) {
    .services-section-two .bg-image {
        display: none
    }
}

.services-section-two .bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color1);
    opacity: .95
}

.services-section-two .bg-image2 {
    right: 0;
    width: 1268px;
    left: auto
}

.services-section-two .owl-carousel .owl-dots {
    position: relative;
    margin-top: 25px;
    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
}

@media(max-width:575.98px) {
    .services-section-two .owl-carousel .owl-dots {
        margin-top: 0
    }
}

.services-section-two .owl-carousel .owl-dots .owl-dot {
    height: 3px;
    width: 31px;
    margin: 0 5px;
    border: 1px solid #e7e8e8;
    background-color: #e7e8e8
}

@media(max-width:575.98px) {
    .services-section-two .owl-carousel .owl-dots .owl-dot {
        width: 20px
    }
}

.services-section-two .owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1)
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.service-block-two .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-two .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9
}

.service-block-two .inner-box:hover .image-box .read-more {
    color: var(--theme-color-light);
    background: var(--theme-color-dark)
}

.service-block-two .inner-box:hover .image-box .read-more:before {
    height: 100%
}

.service-block-two .inner-box:hover .content-box .icon {
    color: var(--theme-color1);
    background-color: var(--theme-color-light)
}

.service-block-two .inner-box .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.service-block-two .inner-box .image-box .image img {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-two .inner-box .content-box {
    position: relative;
    padding: 0 10px 18px
}

.service-block-two .inner-box .content-box .inner {
    position: relative;
    display: inline-block;
    border-top: 4px solid var(--theme-color1);
    margin-top: -56px;
    padding: 90px 15px 30px 20px;
    background-color: #f3f4f7
}

@media(max-width:991.98px) {
    .service-block-two .inner-box .content-box .inner {
        width: 100%
    }
}

.service-block-two .inner-box .content-box::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 65px;
    width: 44px;
    height: 64px;
    background-image: url(../images/icons/icon-arrow.png);
    z-index: 3;
    pointer-events: none
}

.service-block-two .inner-box .content-box .icon {
    position: absolute;
    top: -22px;
    left: 18px;
    height: 87px;
    width: 90px;
    line-height: 87px;
    font-size: 50px;
    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-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2
}

.service-block-two .inner-box .content-box .title {
    position: relative;
    margin-bottom: 5px;
    z-index: 2
}

@media(max-width:575.98px) {
    .service-block-two .inner-box .content-box .title {
        font-size: 20px
    }
}

.service-block-two .inner-box .content-box .title:hover {
    color: var(--theme-color1)
}

.service-block-two .inner-box .content-box .text {
    line-height: 1.8em
}

.service-block-two .inner-box .content-box .theme-btn {
    background-color: var(--theme-color-dark);
    width: 100%;
    font-size: 12px;
    padding: 10px 20px;
    color: var(--theme-color-light)
}

.service-block-two .inner-box .content-box .theme-btn i {
    position: relative;
    color: var(--theme-color1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-two .inner-box .content-box .theme-btn:hover i {
    color: var(--theme-color-light)
}

.services-section-three {
    position: relative;
    padding: 0;
    z-index: 1
}

@media(max-width:991.98px) {
    .services-section-three {
        padding: 90px 0 0
    }
}

.services-section-three .outer-box {
    margin-top: -70px
}

@media(max-width:991.98px) {
    .services-section-three .outer-box {
        margin-top: 0
    }
}

.service-block-three .inner-box {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:991.98px) {
    .service-block-three .inner-box {
        margin-bottom: 20px
    }
}

.service-block-three .inner-box:hover .icon-box {
    opacity: 0
}

.service-block-three .inner-box:hover .icon-box .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.service-block-three .inner-box:hover .image:before {
    height: 100%
}

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

.service-block-three .inner-box:hover .content-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.service-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
    width: 100%
}

.service-block-three .inner-box .image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    opacity: .85;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1
}

.service-block-three .inner-box .image img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .icon-box {
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 128px;
    height: 108px;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .icon-box .icon {
    color: var(--theme-color-light);
    font-size: 60px;
    margin-left: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .content-box {
    padding: 10px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-three .inner-box .content-box .title {
    color: var(--text-color-light);
    margin-bottom: 0;
    text-align: center
}

.service-block-three .inner-box .content-box .text {
    color: var(--text-color-light)
}

.services-section-four {
    position: relative;
    padding: 120px 0 90px;
    z-index: 2
}

@media(max-width:991.98px) {
    .services-section-four {
        padding: 90px 0 0
    }
}

.services-section-four:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 389px;
    width: 331px;
    border-radius: 0 0 0 500px;
    background-color: #787878;
    opacity: 5%;
    content: "";
    z-index: -1
}

@media(max-width:991.98px) {
    .services-section-four:after {
        display: none
    }
}

.services-section-four .sec-title {
    margin-bottom: 50px
}

.service-block-four {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.service-block-four .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 25px;
    background-color: var(--bg-theme-color1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: 280px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top: 3px solid var(--border-theme-color1)
}

.service-block-four .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    content: "";
    bottom: 0;
    top: auto;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.service-block-four .inner-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.service-block-four .inner-box:hover:before {
    height: 0
}

.service-block-four .inner-box:hover .icon {
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.service-block-four .inner-box:hover .title {
    color: #fff
}

.service-block-four .inner-box:hover .text {
    color: #fff
}

.service-block-four .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    font-size: 64px;
    color: var(--theme-color-light);
    font-weight: 900;
    line-height: 64px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    margin: 0 auto 15px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.service-block-four .title {
    margin-bottom: 10px;
    line-height: 1.2em
}

.service-block-four .title:hover {
    color: var(--theme-color1)
}

.service-block-four .text {
    position: relative;
    line-height: 24px;
    color: #808287;
    font-weight: 500;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.services-section-five {
    position: relative;
    padding: 100px 0;
    z-index: 2
}

@media(max-width:991.98px) {
    .services-section-five {
        padding: 90px 0
    }
}

.services-section-five .shape-28 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 321px;
    height: 504px;
    background-image: url(../images/pattern/shape-28.png)
}

@media(max-width:991.98px) {
    .services-section-five .shape-28 {
        display: none
    }
}

.services-section-five .float-image {
    position: absolute;
    bottom: 0;
    left: 18px;
    z-index: 1
}

@media only screen and (max-width:1899.98px) {
    .services-section-five .float-image {
        display: none
    }
}

.services-section-five .sec-title {
    margin-bottom: 60px
}

@media(max-width:991.98px) {
    .services-section-five .sec-title {
        margin-bottom: 40px
    }
}

@media(max-width:991.98px) {
    .services-section-five .tabs-column {
        margin-bottom: 40px
    }
}

.services-section-five .tabs-column .nav-tabs {
    display: block;
    border: 0
}

.services-section-five .tabs-column .nav-tabs li {
    display: block;
    border: 0;
    margin-bottom: 20px
}

.services-section-five .tabs-column .nav-tabs li .nav-link {
    border: 0;
    display: block;
    padding: 0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--title-font2);
    background-color: #fff;
    padding: 8px 22px;
    text-align: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #efefef;
    height: 110px;
    width: 100%
}

.services-section-five .tabs-column .nav-tabs li .nav-link .icon {
    border-radius: 50%;
    background-color: #f5f5f5;
    color: var(--theme-color3);
    font-size: 34px;
    margin-right: 20px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center
}

.services-section-five .tabs-column .nav-tabs li .nav-link .title {
    color: var(--theme-color2);
    margin-bottom: 0;
    font-size: 21px
}

.services-section-five .tabs-column .nav-tabs li .nav-link span {
    font-size: 16px;
    display: inline-block
}

.services-section-five .tabs-column .nav-tabs li .nav-link.active {
    border-color: transparent;
    background-color: var(--theme-color3)
}

.services-section-five .tabs-column .nav-tabs li .nav-link.active .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.services-section-five .tabs-column .nav-tabs li .nav-link.active .title {
    color: var(--theme-color-light)
}

.services-section-five .tabs-column .nav-tabs li .nav-link .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services-section-five .tabs-column .theme-btn {
    width: 100%
}

.services-section-five .content-column .inner .image-box .image {
    border-radius: 5px 5px 0 0
}

.services-section-five .content-column .inner .image-box .image img {
    border-radius: 5px 5px 0 0;
    width: 100%
}

.services-section-five .content-column .inner .text {
    background-color: #f4f4f4;
    padding: 13px 10px 17px 29px
}

@media(max-width:1199.98px) {
    .services-section-five .content-column .inner .text br {
        display: none
    }
}

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

@media(max-width:1199.98px) {
    .services-section-six {
        padding: 90px 0 100px
    }
}

@media(max-width:991.98px) {
    .services-section-six {
        padding: 90px 0 50px
    }
}

.services-section-six .icon-plane {
    position: absolute;
    bottom: -150px;
    right: 30px
}

.services-section-six .float-text {
    position: absolute;
    top: 188px;
    left: 80px;
    font-size: 390px;
    font-weight: 400;
    opacity: .1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme-color-dark);
    text-transform: uppercase;
    z-index: 1
}

.services-section-six .sec-title {
    position: relative;
    z-index: 1
}

.services-section-six .carousel-outer {
    margin: 0 -27px
}

.services-section-six .carousel-outer:before {
    position: absolute;
    top: -110px;
    left: 305px;
    width: 670px;
    height: 941px;
    background-color: rgba(198, 148, 83, .1);
    content: ""
}

@media(max-width:991.98px) {
    .services-section-six .carousel-outer:before {
        top: 0;
        left: 0;
        width: 100%
    }
}

.services-section-six .carousel-outer .service-block-six {
    padding: 0 27px
}

.services-section-six .default-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    top: 20px
}

.services-section-six .default-dots .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-section-six .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1)
}

.service-block-six {
    margin-bottom: 40px
}

.service-block-six .inner-box {
    position: relative;
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-six .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.service-block-six .inner-box:hover .content-box:before {
    width: 100%;
    height: 100%
}

.service-block-six .inner-box:hover .content-box .icon:after {
    width: 100%;
    height: 100%
}

.service-block-six .inner-box:hover .content-box .title,
.service-block-six .inner-box:hover .content-box .text {
    color: var(--theme-color-light)
}

.service-block-six .inner-box .image {
    position: relative;
    overflow: hidden
}

.service-block-six .inner-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-six .inner-box .content-box {
    position: absolute;
    left: -25px;
    right: 50px;
    bottom: 28px;
    padding: 20px 70px 25px 42px;
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3
}

@media(max-width:991.98px) {
    .service-block-six .inner-box .content-box {
        left: 30px;
        right: 30px;
        padding: 20px 40px 25px 42px
    }
}

@media(max-width:575.98px) {
    .service-block-six .inner-box .content-box {
        left: 0;
        right: 0;
        bottom: 15px;
        padding: 20px 15px;
        padding-right: 50px
    }
}

.service-block-six .inner-box .content-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color1);
    width: 80px;
    height: 80px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: ""
}

.service-block-six .inner-box .content-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    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: 42px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1
}

.service-block-six .inner-box .content-box .icon:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color2);
    width: 0;
    height: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
    z-index: -1
}

.service-block-six .inner-box .content-box .title {
    position: relative;
    margin-bottom: 0;
    padding-left: 65px;
    z-index: 1
}

@media(max-width:991.98px) {
    .service-block-six .inner-box .content-box .title {
        font-size: 20px
    }
}

@media(max-width:575.98px) {
    .service-block-six .inner-box .content-box .title {
        padding-left: 80px
    }
}

.service-block-six .inner-box .content-box .text {
    position: relative;
    line-height: 26px;
    padding-top: 18px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-six .inner-box .content-box .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-section-seven {
    position: relative;
    padding: 120px 0 89px;
    z-index: 2
}

@media(max-width:991.98px) {
    .services-section-seven {
        padding: 90px 0 60px
    }
}

.services-section-seven .title-column {
    position: relative;
    margin-bottom: 60px;
    padding-top: 42px
}

.services-section-seven .title-column .sec-title {
    margin-bottom: 0
}

.services-section-seven .image-column {
    position: relative;
    margin-bottom: 60px
}

.services-section-seven .image-column .image-box {
    position: relative;
    padding-left: 70px;
    text-align: right
}

.services-section-seven .image-column .image-box .image {
    position: relative;
    margin-bottom: 0
}

.services-section-seven .image-column .image-box .image:before {
    position: absolute;
    left: -10px;
    top: 30px;
    bottom: 30px;
    background-color: var(--bg-theme-color2);
    width: 10px;
    content: ""
}

.services-section-seven .image-column .image-box .image img {
    display: block
}

.services-section-seven.style-two {
    background-color: var(--bg-theme-color1)
}

.services-section-seven.style-two:before {
    background-image: url(../images/icons/pattern-22.html)
}

.service-block-seven {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.service-block-seven .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 38px 10px 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center
}

.service-block-seven .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #f1f1f1;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: -1
}

.service-block-seven .inner-box:hover:before {
    height: 100%
}

.service-block-seven .inner-box:hover .icon {
    color: var(--theme-color2);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.service-block-seven .inner-box:hover .read-more i {
    color: var(--theme-color1);
    right: 0
}

.service-block-seven .inner-box:hover .read-more span {
    color: var(--theme-color1);
    opacity: 1;
    visibility: visible
}

.service-block-seven .icon-box {
    position: relative;
    margin-bottom: 27px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-seven .icon-box:before {
    position: absolute;
    right: -20px;
    top: 0;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #f8f8f8;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: -1
}

.service-block-seven .icon {
    position: relative;
    color: var(--theme-color1);
    font-size: 60px;
    font-weight: 900;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-seven .title {
    margin-bottom: 10px;
    line-height: 30px
}

.service-block-seven .text {
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-seven .read-more {
    color: var(--theme-color2);
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-seven .read-more i {
    color: var(--theme-color2);
    font-size: 20px;
    margin-right: 6px;
    font-weight: 400;
    position: relative;
    top: 2px;
    right: -44px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.service-block-seven .read-more span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.services-section-eight {
    position: relative;
    padding: 100px 0;
    background-color: var(--theme-color2)
}

@media(max-width:991.98px) {
    .services-section-eight {
        padding: 90px 0
    }
}

.services-section-eight .bg-pattern-2 {
    background-image: url(../images/pattern/bg-pattern-2.png)
}

.services-section-eight .upper-box {
    margin-bottom: 40px
}

.services-section-eight .image-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px
}

.services-section-eight .image-box .image {
    position: relative;
    margin-bottom: 0
}

.services-section-eight .image-box .image:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background-image: url(../images/pattern/pattern-1.png)
}

.services-section-eight .bottom-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px
}

.services-section-eight .bottom-box .text {
    font-size: 18px;
    line-height: 34px;
    color: #9898a0;
    font-weight: 500
}

.services-section-eight .bottom-box .text br {
    display: none
}

@media(max-width:991.98px) {
    .services-section-eight .bottom-box .text br {
        display: block
    }
}

.services-section-eight .bottom-box .theme-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 38px;
    background-color: var(--bg-theme-color1);
    margin-left: 30px;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .services-section-eight .bottom-box .theme-btn {
        margin-left: 0;
        margin-top: 15px
    }
}

.services-section-eight .bottom-box .theme-btn:hover {
    background-color: #fff;
    color: #000
}

.fact-counter-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.counter-block-three {
    position: relative;
    margin-top: -15px;
    margin-bottom: 40px
}

.counter-block-three:first-child .inner {
    padding: 0;
    margin: 0
}

.counter-block-three:first-child .inner::before {
    display: none
}

.counter-block-three .inner {
    position: relative;
    text-align: right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    min-width: 200px;
    margin-left: 70px;
    padding-left: 70px
}

@media(max-width:575.98px) {
    .counter-block-three .inner {
        min-width: 100px;
        margin-left: 46px;
        padding-left: 46px
    }
}

.counter-block-three .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #9898a0;
    opacity: .2;
    content: ""
}

.counter-block-three .inner:hover .icon {
    background-color: var(--bg-theme-color2);
    color: #fff
}

.counter-block-three .count-box {
    font-size: 45px;
    color: #fff;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 5px
}

.counter-block-three .count-box .count-text {
    font-size: 50px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    line-height: 1em
}

@media(max-width:575.98px) {
    .counter-block-three .count-box .count-text {
        font-size: 30px
    }
}

.counter-block-three .counter-title {
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

@media(max-width:575.98px) {
    .counter-block-three .counter-title {
        font-size: 14px
    }
}

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

@media(max-width:991.98px) {
    .services-section-nine {
        padding: 60px 0
    }
}

.services-section-nine:before {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    width: 715px;
    height: 442px;
    background-image: url(../images/pattern/shape-27.png)
}

@media(max-width:991.98px) {
    .services-section-nine:before {
        display: none
    }
}

@media(max-width:991.98px) {
    .service-block-nine {
        margin-bottom: 60px
    }
}

@media(max-width:575.98px) {
    .service-block-nine {
        margin-bottom: 20px
    }
}

.service-block-nine .inner-box {
    position: relative
}

.service-block-nine .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.service-block-nine .inner-box:hover .image:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear
}

.service-block-nine .inner-box:hover .image:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear
}

.service-block-nine .inner-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-nine .inner-box .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 51%;
    bottom: 0;
    opacity: 1;
    pointer-events: none;
    background: rgba(255, 255, 255, .3);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    z-index: 1
}

.service-block-nine .inner-box .image:after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear
}

.service-block-nine .inner-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-nine .inner-box .content-box {
    padding: 20px 30px;
    background-color: var(--theme-color-light);
    z-index: 1
}

@media(max-width:575.98px) {
    .service-block-nine .inner-box .content-box {
        padding: 15px
    }
}

.service-block-nine .inner-box .content-box .designation {
    text-transform: uppercase;
    font-weight: 400
}

.service-block-nine .inner-box .content-box .title {
    margin-top: 5px;
    margin-bottom: 10px
}

@media(max-width:575.98px) {
    .service-block-nine .inner-box .content-box .title {
        font-size: 20px
    }
}

@media(max-width:575.98px) {
    .service-block-nine .inner-box .content-box .title br {
        display: none
    }
}

.service-block-nine .inner-box .content-box .title:hover {
    color: var(--theme-color1)
}

.service-block-nine .inner-box .content-box .read-more {
    color: #444;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600
}

.service-block-nine .inner-box .content-box .read-more:hover {
    color: var(--theme-color1)
}

.service-block-nine .inner-box .content-box .read-more:hover .icon {
    color: var(--theme-color1);
    left: -18px;
    opacity: 0
}

.service-block-nine .inner-box .content-box .read-more .icon {
    position: relative;
    left: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-nine.style-one {
    margin-bottom: 120px
}

@media(max-width:991.98px) {
    .service-block-nine.style-one {
        margin-bottom: 60px
    }
}

@media(max-width:575.98px) {
    .service-block-nine.style-one {
        margin-bottom: 20px
    }
}

.service-block-nine.style-one .content-box {
    width: 510px;
    height: 184px;
    margin-top: -88px;
    position: relative
}

@media(max-width:991.98px) {
    .service-block-nine.style-one .content-box {
        margin-top: 0;
        height: auto;
        width: auto
    }
}

.service-block-nine.style-two .content-box {
    width: 445px;
    height: 184px;
    position: absolute;
    right: 0;
    bottom: -86px
}

@media(max-width:991.98px) {
    .service-block-nine.style-two .content-box {
        width: auto;
        height: auto;
        bottom: 0;
        position: relative
    }
}

.map-section {
    position: relative;
    z-index: 1
}

.map-section .map {
    position: relative;
    height: 350px;
    width: 100%;
    display: block
}

.map-section .branches-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.map-section.alternate .map {
    height: 350px
}

.map-section.alternate.pull-up {
    margin-top: -45px
}

.call-to-action {
    position: relative;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 42% 0%;
    background-size: cover;
    background-color: var(--bg-theme-color2);
    z-index: 2
}

@media(max-width:1199.98px) {
    .call-to-action {
        background-position: 50% 0%
    }
}

@media(max-width:991.98px) {
    .call-to-action {
        padding: 45px 0
    }
}

@media(max-width:991.98px) {
    .call-to-action .image-column {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }
}

.call-to-action .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    width: 100%
}

@media(max-width:991.98px) {
    .call-to-action .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        text-align: center
    }
}

@media(max-width:1199.98px) {
    .call-to-action .title-box {
        margin-right: 5px
    }
}

@media(max-width:991.98px) {
    .call-to-action .title-box {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.call-to-action .title-box .title {
    color: var(--theme-color-light);
    margin-bottom: 0
}

@media(max-width:1199.98px) {
    .call-to-action .title-box .title {
        font-size: 30px
    }
}

@media(max-width:767.98px) {
    .call-to-action .title-box .title {
        font-size: 25px
    }
}

@media(max-width:1199.98px) {
    .call-to-action .title-box .title br {
        display: none
    }
}

.call-to-action .btn-box {
    position: relative;
    z-index: 1
}

.call-to-action .btn-box .theme-btn {
    background-color: var(--theme-color-light) !important;
    color: var(--theme-color1)
}

.call-to-action-two {
    position: relative;
    padding: 140px 0 255px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2
}

@media(max-width:767.98px) {
    .call-to-action-two {
        padding: 100px 0
    }
}

.call-to-action-two:before {
    content: "";
    position: absolute;
    bottom: 58px;
    right: 56px;
    width: 668px;
    height: 395px;
    background-image: url(../images/pattern/shape-19.png);
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear
}

@media(max-width:991.98px) {
    .call-to-action-two:before {
        display: none
    }
}

.call-to-action-two .title-box {
    position: relative;
    text-align: center
}

.call-to-action-two .title-box .title {
    color: #fff;
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .call-to-action-two .title-box .title {
        font-size: 42px
    }
}

@media(max-width:575.98px) {
    .call-to-action-two .title-box .title br {
        display: none
    }
}

.call-to-action-two .title-box .sub-title {
    position: relative;
    top: -20px;
    padding-left: 34px;
    font-size: var(--sec-title-subtitle-font-size);
    color: var(--sec-title-subtitle-color);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em
}

@media(max-width:575.98px) {
    .call-to-action-two .title-box .sub-title {
        padding-left: 0
    }
}

.call-to-action-two .title-box .sub-title:before {
    position: absolute;
    left: 0;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/title.png);
    background-repeat: no-repeat;
    background-position: center;
    content: ""
}

@media(max-width:575.98px) {
    .call-to-action-two .title-box .sub-title:before {
        display: none
    }
}

.call-to-action-two .title-box .theme-btn {
    margin-top: 45px
}

@media(max-width:991.98px) {
    .call-to-action-three {
        padding-top: 90px
    }
}

.call-to-action-three .contact-form-three {
    background-color: transparent
}

@media(max-width:991.98px) {
    .call-to-action-three .contact-form-three .theme-btn {
        background-color: var(--theme-color2) !important
    }
}

.call-to-action-three .contact-form-three .theme-btn:hover {
    color: var(--theme-color1) !important
}

@media(max-width:991.98px) {
    .call-to-action-three .contact-form-three .theme-btn:before {
        background-color: var(--theme-color-light) !important
    }
}

.call-to-action-three .outer-box {
    position: relative;
    padding: 40px 40px 10px 60px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .0509803922);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .0509803922);
    background-color: #fff;
    margin-top: -44px;
    z-index: 1
}

@media(max-width:991.98px) {
    .call-to-action-three .outer-box {
        margin-top: 0;
        padding: 40px 20px 20px
    }
}

.call-to-action-three .outer-box:after {
    background-color: var(--theme-color1);
    height: 100%;
    width: 47%;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -2
}

@media(max-width:1199.98px) {
    .call-to-action-three .outer-box:after {
        width: 50%
    }
}

@media(max-width:991.98px) {
    .call-to-action-three .outer-box:after {
        clip-path: none;
        width: 100%
    }
}

@media(max-width:767.98px) {
    .call-to-action-three .outer-box:after {
        width: 100%;
        clip-path: none
    }
}

.call-to-action-three .outer-box:before {
    background-color: var(--theme-color-dark);
    height: 100%;
    width: 47%;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    top: 0;
    bottom: 0;
    left: 13px;
    z-index: -2
}

@media(max-width:1199.98px) {
    .call-to-action-three .outer-box:before {
        width: 50%
    }
}

@media(max-width:991.98px) {
    .call-to-action-three .outer-box:before {
        clip-path: none;
        width: 100%
    }
}

@media(max-width:767.98px) {
    .call-to-action-three .outer-box:before {
        display: none
    }
}

.call-to-action-three .content-column .inner-column .title {
    color: var(--theme-color-light);
    margin-bottom: 0;
    margin-top: -31px
}

@media(max-width:991.98px) {
    .call-to-action-three .content-column .inner-column .title {
        margin-bottom: 20px;
        margin-top: 0
    }
}

@media(max-width:991.98px) {
    .call-to-action-three .content-column .inner-column .title {
        font-size: 24px
    }
}

.locations-section {
    position: relative;
    padding: 100px 0;
    z-index: 1
}

.locations-section .map-box {
    position: relative;
    max-width: 1024px;
    margin: 0 auto
}

.location {
    position: absolute;
    left: 0;
    top: 0
}

.location:hover .location-info {
    margin-bottom: 20px;
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.location.align-center .location-info {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.location.align-center .location-info:before {
    left: 50%;
    margin-left: -15px
}

.location.align-right .location-info {
    left: auto;
    right: -44px
}

.location.align-right .location-info:before {
    left: auto;
    right: 37px
}

.location .location-dot {
    position: relative;
    display: block;
    height: 16px;
    width: 16px;
    background-color: var(--bg-theme-color1);
    border-radius: 50%;
    z-index: 2;
    cursor: pointer
}

.location .location-dot:after {
    position: absolute;
    left: -17px;
    top: -17px;
    content: "";
    width: 50px;
    height: 50px;
    background-color: var(--bg-theme-color1);
    border-radius: 50%;
    -webkit-animation: ripple 2s infinite linear;
    animation: ripple 2s infinite linear
}

.location:nth-child(2) .location-dot:after {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}

.location:nth-child(3) .location-dot:after {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms
}

.location:nth-child(4) .location-dot:after {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms
}

.location:nth-child(5) .location-dot:after {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}

.location:nth-child(6) .location-dot:after {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms
}

.location .location-info {
    position: absolute;
    left: -44px;
    bottom: 100%;
    margin-bottom: 0;
    background-color: var(--bg-theme-color2);
    padding: 30px 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.location .location-info:before {
    position: absolute;
    top: 100%;
    left: 37px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid var(--border-theme-color2);
    content: ""
}

.location .info-list {
    position: relative
}

.location .info-list li {
    font-size: 16px;
    line-height: 30px;
    color: var(--theme-color1)
}

.location .info-list li:hover a {
    text-decoration: underline
}

.location.location-1 {
    top: 23.8%;
    left: 15.5%
}

.location.location-2 {
    top: 78%;
    left: 25.7%
}

.location.location-3 {
    top: 52.8%;
    left: 58.3%
}

.location.location-4 {
    top: 13%;
    left: 67.8%
}

.location.location-5 {
    top: 75%;
    left: 91.3%
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

.locations-section-two {
    position: relative;
    padding: 120px 0 90px
}

.location-block-two {
    position: relative;
    margin-bottom: 30px
}

.location-block-two .inner-box {
    position: relative;
    padding: 40px 30px;
    padding-right: 40px;
    border-right: 4px solid var(--border-theme-color1);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05)
}

.location-block-two .inner-box:before {
    position: absolute;
    right: -4px;
    top: 0%;
    height: 0;
    border-right: 4px solid var(--border-theme-color2);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.location-block-two .inner-box:hover:before {
    height: 100%
}

.location-block-two .inner-box:hover .title {
    color: var(--theme-color2)
}

.location-block-two .title {
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.location-block-two .info-list {
    position: relative
}

.location-block-two .info-list li {
    font-size: 16px;
    color: #8c8f94
}

.location-block-two .info-list li a {
    color: #8c8f94
}

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

.offer-section {
    padding: 0 0 120px;
    margin-top: -183px;
    position: relative;
    overflow: hidden
}

@media(max-width:991.98px) {
    .offer-section {
        margin-top: -150px;
        padding: 0 0 90px
    }
}

.offer-section .content-column {
    position: relative
}

.offer-section .content-column .inner-column {
    position: relative
}

.offer-section .content-column .inner-column .info-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.offer-section .content-column .inner-column .info-box .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.offer-section .content-column .inner-column .info-box .inner .title {
    color: var(--theme-color-light);
    margin-bottom: 0
}

@media(max-width:575.98px) {
    .offer-section .content-column .inner-column .info-box .inner .title {
        font-size: 20px
    }
}

.offer-section .content-column .inner-column .info-box .inner .icon {
    color: var(--theme-color-light);
    font-size: 70px;
    position: relative;
    top: 8px;
    margin-right: 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .offer-section .content-column .inner-column .info-box .inner .icon {
        margin-right: 18px
    }
}

.offer-section .content-column .inner-column .accordion-box {
    margin-top: 135px;
    margin-right: 30px
}

@media(max-width:991.98px) {
    .offer-section .content-column .inner-column .accordion-box {
        margin-right: 0;
        margin-bottom: 50px
    }
}

.offer-section .content-column .inner-column .accordion-box .block {
    border: 1px solid #e6e9f1;
    margin-bottom: 10px
}

.offer-section .content-column .inner-column .accordion-box .block .acc-btn {
    padding: 24px 0 24px 24px
}

@media(max-width:575.98px) {
    .offer-section .content-column .inner-column .accordion-box .block .acc-btn {
        padding: 24px 41px 24px 24px
    }
}

.offer-section .content-column .inner-column .accordion-box .block .acc-btn .arrow {
    right: 25px;
    top: 8px;
    font-size: 16px
}

.offer-section .content-column .inner-column .accordion-box .block .content {
    padding: 20px 10px 26px 24px
}

@media(max-width:991.98px) {
    .offer-section .content-column .inner-column .accordion-box .block .content .text br {
        display: none
    }
}

.offer-section .image-column {
    position: relative;
    z-index: 1
}

.offer-section .image-column .inner-column {
    position: relative;
    padding-left: 20px
}

@media only screen and (max-width:1023.98px) {
    .offer-section .image-column .inner-column {
        padding-left: 0
    }
}

.offer-section .image-column .image-box {
    position: relative
}

.offer-section .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
    width: 100%
}

.offer-section .image-column .image-box .image:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    right: -16px;
    top: 0;
    background-color: var(--theme-color1);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -1
}

@media(max-width:991.98px) {
    .offer-section .image-column .image-box .image:before {
        display: none
    }
}

.offer-section .image-column .image-box .image img {
    width: 100%;
    max-height: 702px;
    -o-object-fit: cover;
    object-fit: cover
}

.offer-section .image-column .video-box {
    position: absolute;
    left: -160px;
    top: 0
}

@media only screen and (max-width:1023.98px) {
    .offer-section .image-column .video-box {
        top: 50%;
        left: 50%;
        margin-left: -70px;
        margin-top: -70px
    }
}

@media(max-width:575.98px) {
    .offer-section .image-column .video-box {
        margin-left: -50px;
        margin-top: -50px
    }
}

.offer-section .image-column .video-box .play-btn {
    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: 183px;
    width: 160px;
    background-color: var(--theme-color-light);
    color: #fff;
    font-size: 38px
}

@media(max-width:575.98px) {
    .offer-section .image-column .video-box .play-btn {
        width: 100px;
        height: 100px;
        font-size: 30px
    }
}

.offer-section .image-column .video-box .play-btn:hover {
    background-color: var(--theme-color2)
}

.offer-section .image-column .video-box .play-btn .icon {
    color: var(--theme-color1)
}

.faq-section {
    position: relative;
    padding: 120px 0 70px
}

@media(max-width:991.98px) {
    .faq-section {
        padding: 90px 0 25px
    }
}

@media(max-width:575.98px) {
    .faq-section {
        padding: 90px 0 50px
    }
}

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

.faq-section .shape-4 {
    position: absolute;
    bottom: -100px;
    left: 85px;
    width: 41px;
    height: 298px;
    background-image: url(../images/pattern/shape-4.png)
}

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

.faq-section .icon-plane-4 {
    position: absolute;
    bottom: -140px;
    left: 20px
}

.faq-section .faq-column {
    margin-bottom: 50px
}

@media(max-width:991.98px) {
    .faq-section .faq-column {
        margin-bottom: 80px
    }
}

@media(max-width:991.98px) {
    .faq-section .faq-column {
        margin-bottom: 34px
    }
}

.faq-section .faq-column .inner-column {
    position: relative;
    padding: 57px 0;
    padding-left: 44px
}

@media(max-width:1199.98px) {
    .faq-section .faq-column .inner-column {
        padding-left: 40px
    }
}

@media(max-width:575.98px) {
    .faq-section .faq-column .inner-column {
        padding: 0
    }
}

.faq-section .faq-column .inner-column:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 315px;
    height: 100%;
    border-top: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0;
    border-left: 5px solid #f0f0f0
}

@media(max-width:575.98px) {
    .faq-section .faq-column .inner-column:before {
        display: none
    }
}

.faq-section .faq-column .inner-column .sec-title {
    margin-bottom: 20px
}

.faq-section .faq-column .inner-column .sec-title .sub-title {
    margin-bottom: 5px
}

.faq-section .faq-column .accordion-box {
    max-width: 487px
}

.faq-section .image-column {
    margin-bottom: 50px
}

@media(max-width:575.98px) {
    .faq-section .image-column {
        margin-bottom: 0
    }
}

.faq-section .image-column .inner-column {
    padding-top: 140px
}

@media(max-width:991.98px) {
    .faq-section .image-column .inner-column {
        padding: 0;
        text-align: center
    }
}

@media(max-width:575.98px) {
    .faq-section .image-column .inner-column {
        margin-bottom: 40px
    }
}

.faq-section .image-column .inner-column .image-box {
    position: relative
}

.faq-section .image-column .inner-column .image-box .rating-box {
    position: absolute;
    top: -100px;
    left: 60px;
    width: 229px;
    height: 100px;
    border: 3px solid var(--theme-color1);
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transform: translate(38px, 46px);
    transform: translate(38px, 46px)
}

@media(max-width:991.98px) {
    .faq-section .image-column .inner-column .image-box .rating-box {
        left: 200px;
        top: 0
    }
}

@media(max-width:767.98px) {
    .faq-section .image-column .inner-column .image-box .rating-box {
        position: relative;
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        margin-top: 30px
    }
}

.faq-section .image-column .inner-column .image-box .rating-box .icon {
    position: absolute;
    width: 51px;
    height: 51px;
    line-height: 51px;
    border-radius: 50%;
    background: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 24px;
    text-align: center;
    -webkit-transform: translate(-30px, -31px);
    transform: translate(-30px, -31px)
}

.faq-section .image-column .inner-column .image-box .rating-box .rating {
    padding-top: 18px
}

.faq-section .image-column .inner-column .image-box .rating-box .rating li {
    display: inline-block;
    color: #f9b524;
    font-size: 12px;
    margin: 0 2px
}

.faq-section .image-column .inner-column .image-box .rating-box .reviews {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    background-color: var(--theme-color-light);
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    position: relative
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: var(--theme-color-dark);
    font-weight: 500;
    cursor: pointer;
    padding: 15px 0 15px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

@media(max-width:575.98px) {
    .accordion-box .block .acc-btn {
        padding: 15px 14px 15px 14px
    }
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 28px;
    color: var(--theme-color1);
    font-size: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.accordion-box .block .acc-btn .arrow {
    position: absolute;
    right: 15px;
    top: -1px;
    font-size: 14px;
    line-height: 56px;
    font-weight: 800;
    color: var(--theme-color-dark);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.accordion-box .block .acc-btn.active {
    color: #fff;
}

.accordion-box .block .acc-btn.active .arrow {
    font-size: 14px;
    color: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion-box .block .acc-btn.active .arrow:before {
    content: "\f063"
}

.accordion-box .block .acc-btn.active .icon {
    top: 10px;
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content .content {
    position: relative;
    padding: 20px
}

.accordion-box .block .acc-content .content .text {
    display: block;
    margin-bottom: 0
}

@media(max-width:1199.98px) {
    .accordion-box .block .acc-content .content .text br {
        display: none
    }
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box.style-two .block {
    position: relative;
    border: none;
    width: 100%;
    padding: 10px 10px 0;
    margin-bottom: 0;
    border-top: 1px solid #8080802B;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: #f8f9fa00;
}

@media(max-width:991.98px) {
    .accordion-box.style-two .block {
        padding: 7px 10px 10px
    }
}

.accordion-box.style-two .block .acc-btn {
    font-weight: 400
}

.accordion-box.style-two .block .arrow {
    right: 4px
}

.accordion-box.style-two .block .content {
    padding: 15px 20px
}

.accordion-box.style-two .block .content .text {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a
}

@media(max-width:991.98px) {
    .accordion-box.style-two .block .content .text {
        line-height: 24px;
        margin-top: 5px
    }
}

.accordion-box.style-two .block .acc-btn.active {
    background-color: #f8f9fa00;
}

.accordion-box.style-two .block .acc-btn h5 {
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.accordion-box.style-two .block .acc-btn .icon {
    top: 15px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-box.style-two .block .acc-btn.active .icon {
    top: -5px;
    transform: rotate(180deg);
}

.accordion-box.style-two .block .acc-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1.5s ease, opacity 1.5s ease;
}

.accordion-box.style-two .block.active-block .acc-content {
    max-height: fit-content;
    opacity: 1;
}

.accordion-box.style-two .block .acc-btn.active h5 {
    color: var(--headings-color);
}

.accordion-box.style-two .block .acc-btn.active .arrow,
.accordion-box.style-two .block .acc-btn.active .icon {
    color: var(--theme-color1);
}

.accordion-box.style-two .block .acc-btn.active .count {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.accordion-box.style-two .count {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    line-height: 57px;
    color: #a6a6a6;
    background-color: #f2f3f6;
    text-align: center
}

@media(max-width:575.98px) {
    .accordion-box.style-two .count {
        top: 5px
    }
}

.faq-section-two {
    position: relative;
    padding: 0;
    background-color: #e1e1e1
}

@media(max-width:991.98px) {
    .faq-section-two {
        padding: 90px 0 0
    }
}

@media(max-width:991.98px) {
    .faq-section-two.style-two {
        padding: 90px 0
    }
}

.faq-section-two.style-two .float-image {
    position: absolute;
    bottom: 18px;
    right: 14px;
    pointer-events: none
}

@media(max-width:1199.98px) {
    .faq-section-two.style-two .float-image {
        display: none
    }
}

.faq-section-two.style-three {
    background-color: transparent;
    padding: 164px 0 120px
}

@media(max-width:991.98px) {
    .faq-section-two.style-three {
        padding: 90px 0
    }
}

.faq-section-two.style-three .faq-column .inner-column {
    margin-left: 77px
}

@media(max-width:1199.98px) {
    .faq-section-two.style-three .faq-column .inner-column {
        margin-left: 0
    }
}

@media(max-width:575.98px) {
    .faq-section-two.style-three .accordion-box {
        margin-right: 0
    }
}

.faq-section-two.style-three .theme-btn {
    margin-top: 50px
}

.faq-section-two.style-three .float-image {
    left: 63px;
    right: auto;
    bottom: -112px
}

.faq-section-two .float-image {
    position: absolute;
    bottom: -85px;
    right: 97px;
    z-index: 1
}

@media(max-width:1199.98px) {
    .faq-section-two .float-image {
        display: none
    }
}

@media(max-width:991.98px) {
    .faq-section-two .sec-title {
        margin-bottom: 30px
    }
}

@media(max-width:1199.98px) {
    .faq-section-two .sec-title .text br {
        display: none
    }
}

.faq-section-two .faq-column .inner-column {
    margin-left: 30px
}

@media(max-width:991.98px) {
    .faq-section-two .faq-column .inner-column {
        margin-left: 0;
        margin-bottom: 40px
    }
}

/* .faq-section-two .accordion-box .block {
    background-color: transparent
} */

.faq-section-two .accordion-box {
    /* margin-right: 40px */
}

.faq-section-two .image-column .inner-column {
    position: relative
}

.faq-section-two .image-column .inner-column .image-1 {
    padding-left: 90px
}

@media(max-width:767.98px) {
    .faq-section-two .image-column .inner-column .image-1 {
        padding-left: 0
    }
}

.faq-section-two .image-column .inner-column .image-1 img {
    width: 100%
}

.faq-section-two .image-column .inner-column .image-2 {
    position: absolute;
    left: 0;
    top: -54px;
    border: 10px solid #fff
}

@media(max-width:991.98px) {
    .faq-section-two .image-column .inner-column .image-2 {
        top: 0
    }
}

@media(max-width:767.98px) {
    .faq-section-two .image-column .inner-column .image-2 {
        display: none
    }
}

.faq-section-six {
    position: relative;
    padding: 120px 0
}

@media(max-width:991.98px) {
    .faq-section-six {
        padding: 120px 0 90px
    }
}

.faq-section-six .outer-box {
    background-color: var(--theme-color-light)
}

.faq-section-six .bg-image {
    left: auto;
    right: 0;
    width: 76%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1
}

@media(max-width:991.98px) {
    .faq-section-six .bg-image {
        display: none
    }
}

.faq-section-six .bg-pattern-1 {
    background-image: url(../images/icons/pattern-1.png)
}

.faq-section-six .faq-column .inner-column {
    margin-right: 70px
}

@media(max-width:991.98px) {
    .faq-section-six .faq-column .inner-column {
        margin-right: 0;
        margin-bottom: 50px
    }
}

.faq-section-six .form-column .inner-column {
    margin-right: 38px
}

@media(max-width:991.98px) {
    .faq-section-six .form-column .inner-column {
        margin-right: 0
    }
}

.work-section {
    position: relative;
    padding: 120px 0 70px
}

.work-section:before {
    position: absolute;
    left: -260px;
    top: 75px;
    height: 590px;
    width: 640px;
    background-image: url(../images/icons/shape-10.html);
    background-repeat: no-repeat;
    background-position: center left;
    content: ""
}

.work-section .sec-title {
    margin-bottom: 50px
}

.work-tabs {
    position: relative
}

.work-tabs .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden
}

.work-tabs .tab-buttons .tab-btn {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    color: var(--theme-color1);
    text-align: center;
    padding: 30px;
    font-family: var(--title-font);
    background-color: #f4f5f8;
    cursor: pointer
}

.work-tabs .tab-buttons .tab-btn.active-btn {
    background-color: var(--bg-theme-color1);
    color: #fff
}

.work-tabs .content-column {
    position: relative;
    margin-bottom: 50px
}

.work-tabs .content-column .inner-column {
    padding: 0 35px
}

.work-tabs .content-column .inner-column h3 {
    font-size: 34px;
    margin-bottom: 40px
}

.work-tabs .content-column .inner-column>.text {
    margin-bottom: 40px
}

.work-tabs .content-column .about-block-two:last-child {
    margin-bottom: 0
}

.work-tabs .image-column {
    position: relative;
    margin-bottom: 50px
}

.work-tabs .image-column .image {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden
}

.fun-fact-section {
    position: relative;
    padding: 100px 0 478px;
    background-color: #f3f4f7
}

@media(max-width:991.98px) {
    .fun-fact-section {
        padding: 100px 0 448px
    }
}

.fun-fact-section.style-two {
    background-color: transparent;
    padding: 0 0 70px
}

@media(max-width:991.98px) {
    .fun-fact-section.style-two {
        padding: 0 0 40px
    }
}

.fun-fact-section.style-three {
    background-color: transparent;
    padding: 167px 0 70px
}

@media(max-width:991.98px) {
    .fun-fact-section.style-three {
        padding: 100px 0 40px
    }
}

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

.counter-block {
    position: relative;
    margin-bottom: 50px
}

.counter-block .inner-box {
    position: relative;
    border: 3px solid #e1e1e1;
    padding: 70px 20px 40px;
    max-width: 225px;
    margin: 50px auto 0;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1399.98px) {
    .counter-block .inner-box {
        max-width: 100%
    }
}

.counter-block .inner-box:hover .icon {
    background-color: var(--theme-color-dark);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.counter-block .icon {
    position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 125px;
    height: 125px;
    line-height: 125px;
    font-size: 46px;
    color: var(--theme-color-light);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, .06);
    box-shadow: 0 0 43px rgba(0, 0, 0, .06);
    background-color: var(--theme-color1);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block .count-box {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    color: var(--theme-color-dark)
}

.counter-block .count-box .count-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 1em;
    color: var(--theme-color-dark)
}

.counter-block .counter-title {
    position: relative;
    margin-bottom: 0;
    color: #7a7a7a
}

.fun-fact-section-two {
    background-color: #f8f8f8;
    padding: 100px 0;
    position: relative
}

@media(max-width:991.98px) {
    .fun-fact-section-two {
        padding: 90px 0 70px
    }
}

.fun-fact-section-two .float-image {
    position: absolute;
    right: 18px;
    bottom: 0
}

@media(max-width:1399.98px) {
    .fun-fact-section-two .float-image {
        display: none
    }
}

.fun-fact-section-two .shape-21 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 536px;
    height: 436px;
    background-image: url(../images/pattern/shape-21.png)
}

@media(max-width:1199.98px) {
    .fun-fact-section-two .shape-21 {
        display: none
    }
}

.fun-fact-section-two .content-column .inner-column {
    margin-top: 24px
}

@media(max-width:1199.98px) {
    .fun-fact-section-two .content-column .inner-column {
        margin-top: 0;
        margin-bottom: 50px
    }
}

@media(max-width:1199.98px) {
    .fun-fact-section-two .content-column .inner-column .sec-title .text br {
        display: none
    }
}

.counter-block-two {
    position: relative;
    margin-bottom: 20px
}

.counter-block-two .inner-box {
    position: relative;
    background-color: #fff;
    padding: 39px 20px 31px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1399.98px) {
    .counter-block-two .inner-box {
        max-width: 100%
    }
}

.counter-block-two .inner-box:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color1);
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block-two .inner-box:hover:before {
    height: 100%
}

.counter-block-two .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color: var(--theme-color-light)
}

.counter-block-two .inner-box:hover .count-text {
    color: var(--theme-color-light)
}

.counter-block-two .inner-box:hover .counter-title {
    color: var(--theme-color-light)
}

.counter-block-two .icon {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 66px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block-two .count-box {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    color: var(--theme-color-dark)
}

.counter-block-two .count-box .count-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 1em;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block-two .counter-title {
    position: relative;
    margin-bottom: 0;
    margin-top: 5px;
    color: #444;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.fun-fact-section-three {
    padding: 140px 0 120px;
    position: relative
}

@media(max-width:991.98px) {
    .fun-fact-section-three {
        padding: 90px 0
    }
}

.fun-fact-section-three .bg-map-4 {
    width: 873px;
    height: 445px;
    top: 110px;
    left: calc(50% - 516px);
    position: absolute;
    background-image: url(../images/icons/bg-map-4.png)
}

@media(max-width:767.98px) {
    .fun-fact-section-three .bg-map-4 {
        display: none
    }
}

.fun-fact-section-three .outer-box {
    position: relative
}

@media(max-width:991.98px) {
    .fun-fact-section-three .outer-box .image-box {
        display: none
    }
}

.fun-fact-section-three .outer-box .image-box .image {
    border-radius: 50%;
    margin-bottom: 0;
    position: absolute;
    border: 1px solid #ddd;
    padding: 5px
}

.fun-fact-section-three .outer-box .image-box .image img {
    border-radius: 50%
}

.fun-fact-section-three .outer-box .image-box .image .icon {
    border-radius: 50%;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    position: absolute;
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    right: 0;
    top: 0;
    padding-left: 2px;
    text-align: center
}

.fun-fact-section-three .outer-box .image-box .client1 {
    top: 30px;
    left: 110px
}

.fun-fact-section-three .outer-box .image-box .client2 {
    bottom: 160px;
    left: 5px
}

.fun-fact-section-three .outer-box .image-box .client2 .icon {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.fun-fact-section-three .outer-box .image-box .client3 {
    bottom: 55px;
    left: 170px
}

.fun-fact-section-three .outer-box .image-box .client3 .icon {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.fun-fact-section-three .outer-box .image-box .client4 {
    bottom: 0;
    right: 177px
}

.fun-fact-section-three .outer-box .image-box .client4 .icon {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px
}

.fun-fact-section-three .outer-box .image-box .client5 {
    top: 155px;
    right: -6px
}

.fun-fact-section-three .outer-box .image-box .client5 .icon {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.fun-fact-section-three .outer-box .image-box .client6 {
    top: -15px;
    right: 134px
}

@media(max-width:991.98px) {
    .fun-fact-section-three .counter-block-three {
        margin-bottom: 0
    }
}

.fun-fact-section-three .counter-block-three .inner-box {
    text-align: center
}

.fun-fact-section-three .counter-block-three .inner-box .count-box {
    color: var(--theme-color1);
    font-family: var(--text-font);
    font-size: 200px;
    font-weight: 300
}

@media(max-width:767.98px) {
    .fun-fact-section-three .counter-block-three .inner-box .count-box {
        font-size: 100px
    }
}

.fun-fact-section-three .counter-block-three .inner-box .count-box .count-text {
    color: var(--theme-color1);
    font-family: var(--text-font);
    font-size: 200px;
    font-weight: 300
}

@media(max-width:767.98px) {
    .fun-fact-section-three .counter-block-three .inner-box .count-box .count-text {
        font-size: 100px
    }
}

.fun-fact-section-three .counter-block-three .inner-box .counter-title {
    color: var(--theme-color2);
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 49px;
    margin-top: 22px
}

@media(max-width:767.98px) {
    .fun-fact-section-three .counter-block-three .inner-box .counter-title {
        font-size: 36px;
        margin-bottom: 20px;
        margin-top: 0
    }
}

@media(max-width:575.98px) {
    .fun-fact-section-three .counter-block-three .inner-box .counter-title {
        line-height: 40px;
        font-size: 30px
    }

    .fun-fact-section-three .counter-block-three .inner-box .counter-title br {
        display: none
    }
}

.fun-fact-section-three .counter-btn-box .theme-btn {
    width: 180px;
    height: 60px;
    line-height: 57px;
    padding: 0;
    text-align: center
}

@media(max-width:767.98px) {
    .fun-fact-section-three .counter-btn-box .theme-btn {
        width: 140px;
        height: 50px;
        line-height: 50px
    }
}

.fun-fact-section-three .counter-btn-box .theme-btn.two {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    margin-right: 17px
}

@media(max-width:575.98px) {
    .fun-fact-section-three .counter-btn-box .theme-btn.two {
        margin-right: 5px
    }
}

.fun-fact-section-three .counter-btn-box .theme-btn.two:hover {
    color: var(--theme-color-light)
}

.fun-fact-section-four {
    padding: 140px 0 120px;
    position: relative
}

@media(max-width:991.98px) {
    .fun-fact-section-four {
        padding: 90px 0
    }
}

@media(max-width:991.98px) {
    .fun-fact-section-four .content-column .inner-column {
        margin-bottom: 70px
    }
}

.fun-fact-section-four .content-column .inner-column .sec-title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 50px
}

.fun-fact-section-four .content-column .inner-column .info-box {
    color: var(--theme-color2);
    font-size: 24px;
    font-weight: 400
}

.fun-fact-section-four .content-column .inner-column .info-box a {
    color: var(--theme-color2)
}

.fun-fact-section-four .content-column .inner-column .text {
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 60px
}

.fun-fact-section-four .counter-block-four {
    margin-bottom: 100px
}

.fun-fact-section-four .counter-block-four:last-child {
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .fun-fact-section-four .counter-block-four .inner-box {
        text-align: center
    }
}

.fun-fact-section-four .counter-block-four .inner-box .count-box {
    color: var(--theme-color1);
    font-family: var(--title-font);
    font-size: 96px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 52px;
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #c69453
}

.fun-fact-section-four .counter-block-four .inner-box .count-box .count-text {
    color: var(--theme-color1);
    font-size: 96px;
    font-weight: 500
}

.fun-fact-section-four .counter-block-four .inner-box .counter-title {
    color: var(--theme-color2);
    font-size: 24px;
    font-weight: 400
}

.funfacts-section-six {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3
}

.counter-block-six {
    margin-bottom: 30px
}

.counter-block-six .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .counter-block-six .inner-box {
        -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
    }
}

.counter-block-six .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block-six .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color: var(--theme-color-light)
}

.counter-block-six .content-box {
    position: relative
}

.counter-block-six .icon {
    position: relative;
    display: inline-block;
    font-size: 62px;
    line-height: 1em;
    margin-right: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:991.98px) {
    .counter-block-six .icon {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.counter-block-six .count-box {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
    color: var(--theme-color-light)
}

.counter-block-six .count-box .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
    color: var(--theme-color-light)
}

.counter-block-six .counter-title {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--theme-color-light);
    margin-bottom: 0
}

.project-section {
    position: relative;
    padding: 30px 0;
}

@media(max-width:991.98px) {
    .project-section {
        padding: 10px 0;
    }
}

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

.project-section .carousel-outer {
    padding: 0 20px;
}

.project-section .sec-title .sub-title {
    border-color: rgba(255, 255, 255, .2)
}

.project-section .projects-carousel-three .owl-nav {
    display: none
}

.project-section.style-two {
    padding: 120px 0
}

.project-section.style-two .sub-title {
    border-color: #eee9e3
}

.project-section.style-three {
    padding: 120px 0 0
}

@media(max-width:991.98px) {
    .project-section.style-three {
        padding: 90px 0 0
    }
}

@media(max-width:991.98px) {
    .project-section.style-three .sec-title {
        margin-bottom: 40px
    }
}

.project-section.style-three .project-block {
    margin-bottom: 30px
}

.project-block {
    position: relative;
    margin-bottom: 40px;
}

.project-block .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

/* .project-block .inner-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 155px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    z-index: 3
} */

.project-block .inner-box .overlay-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1
}

.project-block .inner-box:hover .overlay-1 {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.project-block .inner-box:hover:before {
    -webkit-transform: none;
    transform: none
}

.project-block .inner-box:hover .image-box .image:before {
    height: 100%
}

.project-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.project-block .inner-box:hover .icon {
    background-color: var(--bg-theme-color-light);
    color: var(--theme-color-dark)
}

.project-block .inner-box:hover .content-box .read-more {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

.project-block .inner-box:hover .content-box .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

.project-block .inner-box:hover .content-box .cat {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

@media(max-width:991.98px) {

    .project-block .inner-box .content-box .title {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms
    }

    .project-block .inner-box .content-box .cat {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms
    }
}

.project-block .image-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.project-block .image-box .image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #770434), color-stop(80%, #770434));
    background: linear-gradient(transparent, #7704348f 80%, #7704348f 80%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2
}

.project-block .image-box .image img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block .content-box {
    position: absolute;
    left: 29px;
    bottom: 26px;
    z-index: 3
}

.project-block .content-box .read-more {
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 18px;
    opacity: 0;
    display: inline-block;
    color: var(--theme-color-light);
    background-color: var(--theme-color-dark);
    text-align: center;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block .content-box .read-more i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 16px
}

.project-block .content-box .title {
    position: relative;
    margin-bottom: 0;
    padding: 6px 18px;
    margin-bottom: 1px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:767.98px) {
    .project-block .content-box .title {
        font-size: 20px
    }
}

.project-block .content-box .cat {
    position: relative;
    padding: 3px 18px;
    font-weight: 400;
    opacity: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-section-three {
    position: relative;
    padding: 120px 0 0
}

@media(max-width:991.98px) {
    .project-section-three {
        padding: 90px 0 0
    }
}

.project-section-three .bg-image {
    height: 460px
}

.project-section-three .carousel-outer {
    margin-right: -400px
}

@media(max-width:1399.98px) {
    .project-section-three .carousel-outer {
        margin-right: 0
    }
}

.project-section-three .sec-title {
    margin-bottom: 50px
}

.project-section-three .sec-title .sub-title {
    color: var(--theme-color-light)
}

.project-section-three .sec-title .sub-title:before {
    background-image: url(../images/icons/title2.png)
}

.project-section-five {
    /* background-color: var(--theme-color-light); */
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 0
}

/* .project-block-six {
    height: 276px;
    width: 233px;
} */

@media(max-width:991.98px) {
    .project-section-five {
        padding: 30px 0
    }

    .project-block-six .inner-box .image img {
        height: 210px !important;
        object-fit: cover;
        width: 100%;
    }
}

.project-section-five.alternate:before {
    bottom: auto;
    top: 0;
    height: 520px
}

.project-section-five .bg-image {
    height: 586px;
    top: auto;
    bottom: 0
}

.project-section-five .carousel-outer {
    margin-left: -300px;
    margin-right: -300px
}

@media only screen and (max-width:1699.98px) {
    .project-section-five .carousel-outer {
        margin-left: -100px;
        margin-right: -100px
    }
}

@media(max-width:1399.98px) {
    .project-section-five .carousel-outer {
        margin-left: 0;
        margin-right: 0
    }
}

.project-section-five .carousel-outer .owl-nav {
    display: none
}

.project-section-five .expert-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
    position: relative
}

@media(max-width:575.98px) {
    .project-section-five .expert-info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.project-section-five .expert-info-box:hover .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.project-section-five .expert-info-box .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

@media(max-width:575.98px) {
    .project-section-five .expert-info-box .image-box {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.project-section-five .expert-info-box .image-box .image {
    margin-bottom: 0
}

.project-section-five .expert-info-box .image-box .icon {
    border-radius: 50%;
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 46px;
    width: 90px;
    height: 90px;
    line-height: 91px;
    margin-left: -44px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-section-five .expert-info-box .content-box .expert-title {
    margin-bottom: 0
}

.project-section-five.style-two {
    background-color: var(--bg-theme-color1);
    background-image: url(../images/icons/pattern-14.html);
    background-repeat: no-repeat;
    background-position: center top
}

.project-section-five.style-two:before {
    display: none
}

.project-section-five.style-two .carousel-outer {
    margin-left: 0;
    margin-right: -400px
}

.project-section-five.style-two .project-block {
    margin-bottom: 0
}

.project-section-five.style-two .owl-dots {
    position: absolute;
    left: -60px;
    bottom: 50px;
    display: block !important
}

.project-section-five.style-two .owl-dots .owl-dot {
    display: block;
    height: 35px;
    width: 3px;
    background-color: #fff;
    opacity: .2;
    margin-bottom: 10px
}

.project-section-five.style-two .owl-dots .owl-dot.active {
    opacity: 1
}

.project-section-five .owl-carousel .owl-nav {
    display: flex !important;
}

.project-section-five .read-more {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    font-weight: 300;
    text-decoration: underline;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.project-block-five {
    position: relative
}

.project-block-five .inner-box {
    position: relative
}

.project-block-five .inner-box:hover .image-box .image:after {
    height: 100%
}

.project-block-five .inner-box:hover .image-box .icon {
    right: 40px;
    top: 40px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.project-block-five .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.project-block-five .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-five .image-box .image {
    position: relative;
    margin-bottom: 0;
    border-radius: 5px
}

.project-block-five .image-box .image a {
    display: block;
    width: 100%
}

/* .project-block-five .image-box .image::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#431D06));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #431D06 100%);
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.project-block-five .image-box .image:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color2);
    height: 0;
    opacity: .9;
    z-index: 2;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
} */

.project-block-five .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-five .image-box .icon {
    position: absolute;
    right: 40px;
    top: 10px;
    height: 52px;
    width: 52px;
    border-radius: 50px;
    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);
    font-size: 18px;
    padding-top: 2px;
    border: 2px solid var(--theme-color-light);
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0
}

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

.project-block-five .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
    z-index: 9
}

@media(max-width:767.98px) {
    .project-block-five .content-box {
        padding: 15px
    }
}

.project-block-five .content-box .cat {
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .1em;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-five .content-box .cat:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    left: 0;
    top: 0;
    background-color: var(--theme-color1)
}

.project-block-five .content-box .title {
    font-size: 12px;
    display: block;
    padding: 6px 16px;
    margin-bottom: 0;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    /* border-top-right-radius: 25px; */
    /* border-bottom-left-radius: 25px; */
}

.project-block-five .content-box .title:hover {
    color: var(--theme-color3)
}

.process-section {
    position: relative;
    padding: 120px 0 50px
}

@media(max-width:991.98px) {
    .process-section {
        padding: 90px 0 20px
    }
}

.process-section .overlay-3 {
    position: absolute;
    bottom: 0;
    left: 0
}

.process-section .icon-plane-9 {
    position: absolute;
    top: 40%;
    left: -45px;
    z-index: 3
}

.process-section .float-image {
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width:1399.98px) {
    .process-section .float-image {
        display: none
    }
}

.process-section .sec-title {
    margin-bottom: 80px
}

.process-block {
    margin-bottom: 70px
}

.process-block:last-child .inner-box:before {
    display: none
}

.process-block:nth-child(2) .inner-box:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.process-block .inner-box {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    text-align: center
}

.process-block .inner-box:before {
    content: "";
    position: absolute;
    top: 40px;
    right: -140px;
    width: 137px;
    height: 18px;
    background-image: url(../images/icons/icon-border-3.png)
}

@media(max-width:767.98px) {
    .process-block .inner-box:before {
        display: none
    }
}

.process-block .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-color: var(--theme-color1) !important;
    color: var(--theme-color-light) !important
}

.process-block .inner-box:hover .count {
    background-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.process-block .inner-box .content {
    background-color: #262626;
    border-radius: 200px;
    padding: 130px 35px 70px;
    overflow: hidden;
    position: relative
}

.process-block .inner-box .icon-box {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 3
}

.process-block .inner-box .icon-box:before {
    background-image: url(../images/icons/icon-border-2.png);
    content: "";
    height: 120px;
    position: absolute;
    top: -15px;
    right: 70px;
    width: 114px
}

.process-block .inner-box .icon-box .icon {
    background-color: var(--theme-color-light);
    border-radius: 50%;
    color: var(--theme-color1);
    display: inline-block;
    font-size: 45px;
    height: 95px;
    line-height: 105px;
    position: relative;
    width: 95px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.process-block .inner-box .title {
    color: var(--theme-color-light);
    margin-bottom: 5px
}

.process-block .inner-box .title a:hover {
    color: var(--theme-color1)
}

.process-block .inner-box .text {
    color: var(--theme-color-light);
    margin-bottom: 35px
}

.process-block .inner-box .count {
    position: relative;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    color: var(--theme-color-light);
    background-color: #45403a;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.process-block .inner-box .icon-shapes {
    position: absolute;
    bottom: 18px;
    right: 15px;
    width: 70px;
    height: 116px;
    background-image: url(../images/icons/icon-box.png)
}

.projects-section-six {
    position: relative;
    padding: 10px 0;
}

.projects-section-six.style-two {
    padding: 185px 0 95px
}

@media(max-width:1399.98px) {
    .projects-section-six.style-two {
        padding: 120px 0 95px
    }
}

@media(max-width:991.98px) {
    .projects-section-six.style-two {
        padding: 90px 0 50px
    }
}

.projects-section-six.style-two .bg {
    top: 0;
    bottom: 0
}

.projects-section-six.style-two:before {
    display: none
}

.projects-section-six.style-two .sec-title .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    margin-left: 0
}

@media(max-width:991.98px) {
    .projects-section-six.style-two .sec-title .theme-btn {
        margin-top: 20px
    }
}

.projects-section-six.style-two .sec-title .theme-btn:hover {
    color: var(--theme-color-light)
}

.projects-section-six.style-two .carousel-outer {
    margin-right: -580px;
    padding: 0
}

@media(max-width:1199.98px) {
    .projects-section-six.style-two .carousel-outer {
        margin-right: 0
    }
}

.projects-section-six.style-two .carousel-outer .owl-dots {
    display: none
}

.projects-section-six .bg {
    bottom: 275px;
    height: auto;
    top: -520px;
    bottom: 275px
}

@media(max-width:991.98px) {
    .projects-section-six .bg {
        top: -635px
    }
}

@media(max-width:575.98px) {
    .projects-section-six .bg {
        top: -863px
    }
}

@media(max-width:767.98px) {
    .projects-section-six .bg {
        top: -900px
    }
}

.projects-section-six .icon-dots-2 {
    position: absolute;
    bottom: -390px;
    right: 0;
    width: 781px;
    height: 667px;
    background-image: url(../images/icons/icon-dots-2.png)
}

@media(max-width:991.98px) {
    .projects-section-six .icon-dots-2 {
        display: none
    }
}

.projects-section-six .carousel-outer {
    padding: 0 20px
}

.projects-section-six .default-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.projects-section-six .default-dots .owl-dots .owl-dot {
    background-color: transparent;
    border: 1px solid #979797;
    border-radius: 50%;
    height: 7px;
    margin: 0 5px;
    width: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.projects-section-six .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1)
}

.project-block-six .inner-box {
    position: relative;
    box-shadow: 0px 2px 4.1px 0px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
}

/* .project-block-six .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 51%;
    bottom: 0;
    opacity: 1;
    pointer-events: none;
    background: rgba(255, 255, 255, .3);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    z-index: 1
} */

/* .project-block-six .inner-box:after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear
} */

.project-block-six .inner-box:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear
}

.project-block-six .inner-box:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear
}

.project-block-six .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.project-block-six .inner-box:hover .content-box:before {
    width: 100%
}

.project-block-six .inner-box:hover .content-box .title,
.project-block-six .inner-box:hover .content-box .cat {
    color: var(--theme-color-light)
}

.project-block-six .inner-box .image {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 2px 4.1px 0px rgba(0, 0, 0, 0.3);
}

.project-block-six .inner-box .image img {
    width: 100%;
    height: 276px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-six .inner-box .content-box {
    position: absolute;
    bottom: 55%;
    top: 85%;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
}

@media(max-width:991.98px) {
    .project-block-six .inner-box .content-box {
        top: 80%;
        width: 100%;
        max-width: 100%;
        left: 0
    }
}

/* .project-block-six .inner-box .content-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: ""
} */

/* .project-block-six .inner-box .content-box:after {
    position: absolute;
    top: -8px;
    right: 0;
    width: 280px;
    height: 8px;
    background-color: var(--theme-color1);
    content: ""
} */

.project-block-six .inner-box .content-box .shape-3 {
    position: absolute;
    bottom: 0;
    right: 35px;
    z-index: 1
}

.project-block-six .inner-box .content-box .inner {
    position: relative;
    padding: 20px;
}

@media(max-width:575.98px) {
    .project-block-six .inner-box .content-box .inner {
        padding: 20px
    }
}

.project-block-six .inner-box .content-box .inner .read-more {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    display: block;
    color: var(--theme-color-light);
    background-color: var(--theme-color1)
}

@media(max-width:991.98px) {
    .project-block-six .inner-box .content-box .inner .read-more {
        right: 0
    }
}

.project-block-six .inner-box .content-box .inner .read-more:hover {
    color: var(--theme-color2)
}

.project-block-six .inner-box .content-box .title {
    position: relative;
    font-size: 16px;
    color: var(--theme-color2);
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
}

.project-block-six .inner-box .content-box .title a:hover {
    color: var(--theme-color1)
}

.project-block-six .inner-box .content-box .cat {
    position: relative;
    color: #4c4d56;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-section-seven {
    position: relative;
    padding: 120px 0
}

@media(max-width:991.98px) {
    .project-section-seven {
        padding: 90px 0 70px
    }
}

.project-block-seven {
    position: relative
}

@media(max-width:991.98px) {
    .project-block-seven {
        margin-bottom: 20px
    }
}

.project-block-seven .inner-box {
    position: relative
}

.project-block-seven .inner-box:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.project-block-seven .inner-box:hover .image-box .image:after {
    height: 100%
}

.project-block-seven .inner-box:hover .image-box .image:before {
    opacity: 0
}

.project-block-seven .inner-box:hover .content-box {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.project-block-seven .inner-box:hover .content-box .cat {
    opacity: 1
}

.project-block-seven .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.project-block-seven .inner-box:after {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter, decimal-leading-zero) " ";
    position: absolute;
    line-height: 1;
    left: 30px;
    top: 30px;
    font-family: var(--title-font);
    font-size: 21px;
    font-weight: 600;
    color: var(--theme-color-light);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.project-block-seven .image-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-seven .image-box .image {
    position: relative;
    margin-bottom: 0
}

.project-block-seven .image-box .image a {
    display: block;
    width: 100%
}

.project-block-seven .image-box .image:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 31, 0)), color-stop(82%, #24201F));
    background: linear-gradient(180deg, rgba(36, 32, 31, 0) 0%, #24201F 82%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    width: 100%;
    z-index: 2
}

.project-block-seven .image-box .image:after {
    background: rgba(36, 32, 31, .9);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%
}

.project-block-seven .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-seven .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 45px;
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9
}

.project-block-seven .content-box .cat {
    color: var(--theme-color-light);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px;
    opacity: 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-seven .content-box .title {
    color: var(--theme-color-light);
    display: block;
    margin-bottom: 2px
}

.testimonial-section {
    position: relative;
    padding: 120px 0
}

@media(max-width:991.98px) {
    .testimonial-section {
        padding: 90px 0
    }
}

.testimonial-section .float-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.testimonial-section .default-dots .owl-dots .owl-dot {
    height: 3px;
    width: 40px;
    margin: 0 5px;
    background-color: #ebebed;
    border: 1px solid #ebebed
}

@media(max-width:575.98px) {
    .testimonial-section .default-dots .owl-dots .owl-dot {
        width: 20px
    }
}

.testimonial-section .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1)
}

.testimonial-section.style-two .icon-dotted-map-2 {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testimonial-section.style-two .icon-box-2 {
    position: absolute;
    bottom: -30px;
    right: 40px;
    z-index: 3
}

@media(max-width:1199.98px) {
    .testimonial-section.style-two .icon-box-2 {
        display: none
    }
}

.testimonial-section.style-two .testimonial-block .inner-box {
    background-color: #f3f4f7
}

.testimonial-section.style-two .testimonial-block .inner-box:before {
    background-color: #f3f4f7
}

.testimonial-block {
    position: relative;
    margin-bottom: 25px
}

.testimonial-block .inner-box {
    position: relative;
    margin-top: 80px;
    padding: 0 40px 45px;
    background-color: var(--theme-color-light);
    text-align: center
}

.testimonial-block .inner-box:before {
    background-color: var(--theme-color-light);
    bottom: 99.92%;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%
}

.testimonial-block .inner-box:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.testimonial-block .inner-box .thumb {
    position: relative;
    margin-top: -80px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    border: 6px solid var(--theme-color1);
    margin-bottom: 10px;
    text-align: center
}

.testimonial-block .inner-box .thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box .reason {
    display: block;
    margin-bottom: 0
}

.testimonial-block .inner-box .rating {
    font-size: 12px;
    color: #f9b524;
    margin-bottom: 3px;
    position: relative;
    z-index: 1
}

.testimonial-block .inner-box .rating i {
    margin-right: 5px
}

.testimonial-block .inner-box .text {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    z-index: 1
}

.testimonial-block .inner-box .info-box .name {
    color: var(--theme-color-dark);
    margin-bottom: 3px
}

.testimonial-block .inner-box .info-box .designation {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: var(--theme-color1);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box .icon-quote-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    width: 137px;
    height: 99px;
    background-image: url(../images/icons/icon-quote-2.png)
}

.testimonial-section-two {
    position: relative;
    padding: 120px 0
}

@media(max-width:991.98px) {
    .testimonial-section-two {
        padding: 90px 0
    }
}

.testimonial-section-two .default-dots .owl-dots .owl-dot {
    height: 3px;
    width: 30px;
    margin: 0 5px;
    background-color: #ebebed;
    border: 1px solid #ebebed
}

@media(max-width:575.98px) {
    .testimonial-section-two .default-dots .owl-dots .owl-dot {
        width: 20px
    }
}

.testimonial-section-two .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1)
}

.testimonial-block-two {
    position: relative;
    margin-bottom: 45px
}

.testimonial-block-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:575.98px) {
    .testimonial-block-two .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.testimonial-block-two .inner-box:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.testimonial-block-two .image-box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.testimonial-block-two .image-box .thumb {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden
}

.testimonial-block-two .image-box .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block-two .image-box .icon-quote {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: var(--theme-color1);
    background-repeat: no-repeat;
    background-position: center
}

@media(max-width:1199.98px) {
    .testimonial-block-two .image-box .icon-quote {
        height: 50px;
        width: 50px;
        background-size: 34px
    }
}

.testimonial-block-two .content-box {
    background-color: var(--theme-color2);
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 35px 43px 25px
}

@media(max-width:1399.98px) {
    .testimonial-block-two .content-box {
        padding: 35px 42px 25px
    }
}

@media(max-width:1199.98px) {
    .testimonial-block-two .content-box {
        padding: 20px
    }
}

@media(max-width:575.98px) {
    .testimonial-block-two .content-box {
        border-left: 1px solid rgba(255, 255, 255, .1)
    }
}

.testimonial-block-two .content-box .reason {
    display: block;
    color: var(--theme-color-light);
    margin-bottom: 0
}

.testimonial-block-two .content-box .rating {
    font-size: 12px;
    color: #f9b524
}

.testimonial-block-two .content-box .rating i {
    margin-right: 5px
}

.testimonial-block-two .content-box .text {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 10px
}

@media(max-width:1199.98px) {
    .testimonial-block-two .content-box .text {
        font-size: 16px
    }
}

.testimonial-block-two .content-box .name {
    color: var(--theme-color-light);
    margin-bottom: 3px
}

.testimonial-block-two .content-box .designation {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: var(--theme-color1);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-section-five {
    position: relative;
    padding: 120px 0 97px
}

@media(max-width:991.98px) {
    .testimonial-section-five {
        padding: 90px 0 67px
    }
}

.testimonial-section-five:before {
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/dotted-4.png);
    content: "";
    height: 709px;
    width: 916px;
    z-index: -1
}

.testimonial-section-five .outer-box {
    position: relative;
    margin: 0 -15px;
    z-index: 9
}

.testimonial-block-five {
    position: relative;
    padding: 20px 15px 0
}

.testimonial-block-five .inner-box {
    background-color: var(--theme-color-light);
    position: relative;
    text-align: center
}

.testimonial-block-five .inner-box:hover .content-box {
    background-color: var(--bg-theme-color2)
}

.testimonial-block-five .inner-box:hover .content-box:before {
    border-top: 20px solid var(--bg-theme-color2)
}

.testimonial-block-five .inner-box:hover .content-box .text {
    color: #bdc2ca
}

.testimonial-block-five .content-box {
    position: relative;
    padding: 0 35px 40px;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block-five .content-box::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    width: 40px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    content: ""
}

.testimonial-block-five .content-box .rating {
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    display: inline-block;
    padding: 10px 70px;
    height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fff;
    background-color: var(--bg-theme-color1);
    border-radius: 5px
}

@media(max-width:575.98px) {
    .testimonial-block-five .content-box .rating {
        padding: 10px 40px
    }
}

.testimonial-block-five .content-box .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #767676;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block-five .thumb {
    display: block;
    height: 65px;
    width: 65px;
    margin: 0 auto 15px;
    border-radius: 50%
}

.testimonial-block-five .thumb img {
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block-five .designation {
    position: relative;
    display: block;
    line-height: 20px
}

.testimonial-block-five .name {
    position: relative;
    display: block;
    color: var(--theme-color1)
}

.testimonials-section-six {
    position: relative;
    padding: 120px 0 140px
}

@media(max-width:991.98px) {
    .testimonials-section-six {
        padding: 90px 0 115px
    }
}

.testimonials-section-six .bg-map-3 {
    position: absolute;
    top: 30%;
    right: 28%;
    width: 873px;
    height: 445px;
    background-image: url(../images/icons/bg-map-3.png)
}

.testimonials-section-six .carousel-outer {
    margin: 0 -10px
}

.testimonials-section-six .carousel-outer .testimonial-block {
    padding: 10px 10px 0
}

.testimonials-section-six .default-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    top: 20px
}

.testimonials-section-six .default-dots .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonials-section-six .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1)
}

.testimonial-block-six {
    margin-bottom: 30px
}

.testimonial-block-six .inner-box {
    position: relative;
    padding: 25px 28px 40px;
    background-color: var(--theme-color-light);
    overflow: hidden;
    -webkit-box-shadow: 0 0 122px rgba(0, 0, 0, .04);
    box-shadow: 0 0 122px rgba(0, 0, 0, .04)
}

@media(max-width:991.98px) {
    .testimonial-block-six .inner-box {
        padding: 25px 20px
    }
}

@media(max-width:767.98px) {
    .testimonial-block-six .inner-box {
        text-align: center
    }
}

.testimonial-block-six .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 200px;
    height: 180px;
    background-color: var(--theme-color1);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block-six .inner-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    background-color: #ebf1f5;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block-six .inner-box:hover:after {
    width: 200px;
    height: 180px
}

.testimonial-block-six .inner-box:hover .author-box .author-info:before {
    width: 100%
}

.testimonial-block-six .inner-box:hover .author-box .author-info .name,
.testimonial-block-six .inner-box:hover .author-box .author-info .designation {
    color: var(--theme-color-light)
}

.testimonial-block-six .inner-box .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 25px
}

@media(max-width:767.98px) {
    .testimonial-block-six .inner-box .author-box {
        -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
    }
}

.testimonial-block-six .inner-box .author-box .image {
    position: relative;
    border-radius: 50%;
    padding: 5px;
    border: 2px dashed var(--theme-color-light);
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1
}

@media(max-width:767.98px) {
    .testimonial-block-six .inner-box .author-box .image {
        border: none;
        padding: 0;
        margin-bottom: 10px
    }
}

.testimonial-block-six .inner-box .author-box .image img {
    display: block;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:767.98px) {
    .testimonial-block-six .inner-box .author-box .image img {
        border-radius: 0
    }
}

.testimonial-block-six .inner-box .author-box .author-info {
    position: relative;
    padding: 12px 70px;
    margin-left: -60px;
    background-color: #ebf1f5
}

@media(max-width:767.98px) {
    .testimonial-block-six .inner-box .author-box .author-info {
        margin-left: 0;
        padding: 12px 35px
    }
}

.testimonial-block-six .inner-box .author-box .author-info:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: ""
}

.testimonial-block-six .inner-box .author-box .name {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:767.98px) {
    .testimonial-block-six .inner-box .author-box .name br {
        display: none
    }
}

.testimonial-block-six .inner-box .author-box .designation {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block-six .inner-box .content-box {
    padding-left: 15px;
    padding-right: 20px
}

@media(max-width:767.98px) {
    .testimonial-block-six .inner-box .content-box {
        padding: 0
    }
}

.testimonial-block-six .inner-box .rating {
    position: relative;
    font-size: 12px;
    line-height: 1em;
    color: #f9b524;
    margin-bottom: 8px
}

.testimonial-block-six .inner-box .rating i {
    margin-right: 5px
}

.testimonial-block-six .inner-box .text {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block-six .inner-box .text br {
    display: none
}

@media(max-width:767.98px) {
    .testimonial-block-six .inner-box .text br {
        display: block
    }
}

@media(max-width:575.98px) {
    .testimonial-block-six .inner-box .text br {
        display: none
    }
}

.testimonial-block-six .inner-box .icon-quote {
    position: absolute;
    bottom: 0;
    right: 28px;
    width: 136px;
    height: 136px;
    background-image: url(../images/icons/icon-quote.png)
}

@media(max-width:991.98px) {
    .testimonial-block-six .inner-box .icon-quote {
        opacity: .3
    }
}

@media(max-width:767.98px) {
    .testimonial-block-six .inner-box .icon-quote {
        display: none
    }
}

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

@media(max-width:991.98px) {
    .video-section {
        padding: 10px 0
    }
}

@media(max-width:575.98px) {
    .video-section {
        padding: 30px 0
    }
}

.video-section.style-two {
    padding: 120px 0
}

@media(max-width:991.98px) {
    .video-section.style-two {
        padding: 100px 0 50px
    }
}

.video-section.style-two .overlay-2 {
    position: absolute;
    top: auto;
    right: 208px;
    bottom: 0;
    background-size: cover;
    width: 494px;
    height: 464.5px;
    background-image: url(../images/icons/overlay-4.png)
}

@media(max-width:1199.98px) {
    .video-section.style-two .overlay-2 {
        display: none
    }
}

.video-section.style-two .outer-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.video-section.style-two .outer-box .title-box {
    border: none;
    padding-left: 143px
}

@media(max-width:991.98px) {
    .video-section.style-two .outer-box .title-box {
        padding-left: 0;
        margin-top: 30px
    }
}

.video-section.style-two .outer-box .title-box .sub-title {
    color: var(--theme-color-light);
    font-weight: 600
}

.video-section.style-two .outer-box .title-box .title {
    margin-top: 10px;
    margin-bottom: 42px
}

@media(max-width:767.98px) {
    .video-section.style-two .outer-box .title-box .title {
        font-size: 40px
    }
}

.video-section.style-two .outer-box .video-box {
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    padding: 12px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.video-section.style-two .outer-box .video-box:hover {
    border: 1px solid #fff
}

.video-section.style-two .outer-box .video-box .icon-box {
    right: -110px;
    bottom: -40px;
    top: auto
}

.video-section.style-two .outer-box .video-box .play-now-two {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    width: 114px;
    height: 114px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-section.style-two .outer-box .video-box .play-now-two:hover {
    background-color: var(--theme-color-light);
    color: var(--theme-color1)
}

.video-section .overlay-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    background-size: cover;
    width: 786px;
    height: 569px;
    background-image: url(../images/icons/overlay-2.png)
}

@media(max-width:575.98px) {
    .video-section .overlay-2 {
        display: none
    }
}

.video-section .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:991.98px) {
    .video-section .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.video-section .outer-box .title-box {
    position: relative;
    padding-left: 35px;
    border-left: 12px solid var(--theme-color1)
}

@media(max-width:991.98px) {
    .video-section .outer-box .title-box {
        margin-bottom: 30px;
        border-left: 0;
        padding-left: 0;
        text-align: center
    }
}

@media(max-width:575.98px) {
    .video-section .outer-box .title-box {
        padding-left: 0;
        border: none
    }
}

.video-section .outer-box .title-box .title {
    color: var(--theme-color-light);
    line-height: 1.2em;
    margin-bottom: 0
}

@media(max-width:767.98px) {
    .video-section .outer-box .title-box .title {
        font-size: 38px
    }

    .video-section .outer-box .title-box .title br {
        display: none
    }
}

@media(max-width:575.98px) {
    .video-section .outer-box .title-box .title {
        font-size: 32px
    }
}

.video-section .outer-box .video-box {
    position: relative
}

.video-section .outer-box .video-box .icon-box {
    position: absolute;
    top: 0;
    right: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-section .outer-box .video-box .icon-box .title {
    font-family: var(--style-font);
    font-weight: 400;
    color: var(--theme-color-light);
    white-space: nowrap;
    margin-right: 15px
}

@media(max-width:991.98px) {
    .video-section .outer-box .video-box .icon-box .title {
        display: none
    }
}

.video-section .outer-box .video-box .icon-box img {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 3
}

@media(max-width:991.98px) {
    .video-section .outer-box .video-box .icon-box img {
        display: none
    }
}

.video-section .outer-box .video-box .play-now-two {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 30px;
    border-radius: 50%;
    border: none;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    text-align: center
}

@media(max-width:767.98px) {
    .video-section .outer-box .video-box .play-now-two {
        width: 100px;
        height: 100px;
        line-height: 100px
    }
}

.video-section .outer-box .video-box .play-now-two::before {
    display: none
}

.video-section .outer-box .video-box .play-now-two:hover {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.video-section-two {
    background-color: #f6f6f6;
    padding: 0 0 120px;
    position: relative
}

@media(max-width:1199.98px) {
    .video-section-two {
        padding: 0 0 100px
    }
}

@media(max-width:991.98px) {
    .video-section-two {
        padding: 0 0 70px
    }
}

.video-section-two .sec-title {
    margin-bottom: 45px
}

@media(max-width:1399.98px) {
    .video-section-two .sec-title {
        margin-left: 70px
    }
}

@media(max-width:1199.98px) {
    .video-section-two .sec-title {
        margin-left: 0
    }
}

@media(max-width:767.98px) {
    .video-section-two .sec-title .text br {
        display: none
    }
}

.video-section-two:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color1);
    width: 74px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

@media(max-width:1199.98px) {
    .video-section-two:before {
        display: none
    }
}

@media(max-width:1399.98px) {
    .video-section-two .content-column .list-style-four {
        margin-left: 70px
    }
}

@media(max-width:1199.98px) {
    .video-section-two .content-column .list-style-four {
        margin-left: 0
    }
}

.video-section-two .content-column .list-style-four li {
    margin-bottom: 15px
}

.video-section-two .image-column .inner-column {
    position: relative;
    margin-right: -350px;
    z-index: 1
}

@media(max-width:1399.98px) {
    .video-section-two .image-column .inner-column {
        margin-right: -150px
    }
}

@media(max-width:1199.98px) {
    .video-section-two .image-column .inner-column {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 60px
    }
}

@media(max-width:767.98px) {
    .video-section-two .image-column .inner-column {
        margin-left: 0
    }
}

@media(max-width:1199.98px) {
    .video-section-two .image-column .inner-column .image img {
        width: 100%
    }
}

.video-section-two .image-column .video-box {
    position: absolute;
    top: calc(50% - 61.5px);
    left: calc(50% - 61px)
}

@media(max-width:575.98px) {
    .video-section-two .image-column .video-box {
        top: calc(50% - 42px);
        left: calc(50% - 42px)
    }
}

.video-section-two .image-column .video-box .btn-box .play-now {
    border: 1px solid rgba(255, 255, 255, .2);
    display: inline-block;
    padding: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .video-section-two .image-column .video-box .btn-box .play-now {
        padding: 6px
    }
}

.video-section-two .image-column .video-box .btn-box .play-now:hover {
    border-color: var(--theme-color-light)
}

.video-section-two .image-column .video-box .btn-box .play-now:hover .icon {
    color: var(--theme-color-light);
    background-color: var(--theme-color1)
}

.video-section-two .image-column .video-box .btn-box .play-now .icon {
    border-radius: 0;
    color: var(--theme-color1);
    width: 122px;
    height: 123px;
    line-height: 122px;
    font-size: 26px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .video-section-two .image-column .video-box .btn-box .play-now .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 16px
    }
}

.video-section-two .image-column .experience {
    display: inline-block;
    border-top: 20px solid #f6f6f6;
    border-right: 20px solid #f6f6f6;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden
}

@media(max-width:991.98px) {
    .video-section-two .image-column .experience {
        display: none
    }
}

.video-section-two .image-column .experience .inner {
    background-color: var(--theme-color1);
    width: 220px;
    height: 248px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px
}

.video-section-two .image-column .experience .inner:hover:before {
    width: 320%
}

@media(max-width:991.98px) {
    .video-section-two .image-column .experience .inner {
        width: 170px;
        height: 216px;
        padding: 24px 10px 10px
    }
}

.video-section-two .image-column .experience .inner:before {
    content: "";
    position: absolute;
    right: -189px;
    top: 0;
    width: 297px;
    height: 100%;
    background-color: var(--theme-color-light);
    -webkit-transform: skewX(47deg);
    transform: skewX(47deg);
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    opacity: .15
}

.video-section-two .image-column .experience .inner .icon {
    color: var(--theme-color-light);
    font-size: 60px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.video-section-two .image-column .experience .inner h5 {
    color: var(--theme-color-light)
}

.video-section-three {
    position: relative;
    padding: 120px 0
}

@media(max-width:575.98px) {
    .video-section-three {
        padding: 90px 0
    }
}

.video-section-three .overlay-4 {
    position: absolute;
    top: -29px;
    left: 0;
    bottom: 0;
    height: auto;
    background-size: cover;
    width: 962px;
    background-image: url(../images/icons/overlay-3.png)
}

.video-section-three .float-image {
    position: absolute;
    bottom: -47px;
    right: 350px;
    z-index: 1
}

@media(max-width:1399.98px) {
    .video-section-three .float-image {
        display: none
    }
}

.video-section-three .outer-box {
    position: relative
}

@media(max-width:1399.98px) {
    .video-section-three .outer-box {
        text-align: center
    }
}

.video-section-three .outer-box .title {
    position: relative;
    color: var(--theme-color-light);
    line-height: 55px;
    letter-spacing: -.01em;
    margin-bottom: 0
}

@media(max-width:767.98px) {
    .video-section-three .outer-box .title {
        font-size: 40px
    }
}

@media(max-width:575.98px) {
    .video-section-three .outer-box .title {
        font-size: 32px;
        line-height: 1.2em
    }

    .video-section-three .outer-box .title br {
        display: none
    }
}

.video-section-three .outer-box .play-now-two {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 30px;
    margin-bottom: 35px;
    border-radius: 50%;
    padding-left: 0;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    border: none;
    text-align: center
}

.video-section-three .outer-box .play-now-two:hover {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    color: var(--theme-color-light)
}

.video-section-three .outer-box .play-now-two:before {
    display: none
}

.video-section-four {
    background-color: #f8f8f8
}

@media(max-width:767.98px) {
    .video-section-four {
        padding-top: 90px
    }
}

.video-section-four .outer-box {
    position: relative;
    height: 550px;
    margin-top: -135px;
    z-index: 2
}

@media(max-width:767.98px) {
    .video-section-four .outer-box {
        margin-top: 0
    }
}

@media(max-width:575.98px) {
    .video-section-four .outer-box {
        margin-top: 0;
        height: 350px
    }
}

.video-section-four .outer-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
    background-color: var(--bg-theme-color1)
}

.video-section-four .video-box {
    position: absolute;
    top: calc(50% - 61.5px);
    left: calc(50% - 61px)
}

@media(max-width:575.98px) {
    .video-section-four .video-box {
        top: calc(50% - 42px);
        left: calc(50% - 42px)
    }
}

.video-section-four .video-box .btn-box .play-now {
    border: 1px solid rgba(255, 255, 255, .2);
    display: inline-block;
    padding: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .video-section-four .video-box .btn-box .play-now {
        padding: 6px
    }
}

.video-section-four .video-box .btn-box .play-now:hover {
    border-color: var(--theme-color-light)
}

.video-section-four .video-box .btn-box .play-now:hover .icon {
    color: var(--theme-color-light);
    background-color: var(--theme-color1)
}

.video-section-four .video-box .btn-box .play-now .icon {
    border-radius: 0;
    color: var(--theme-color1);
    width: 122px;
    height: 123px;
    line-height: 122px;
    font-size: 34px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .video-section-four .video-box .btn-box .play-now .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 16px
    }
}

.video-section-five {
    padding: 219px 0;
    position: relative
}

@media(max-width:991.98px) {
    .video-section-five {
        padding: 120px 0
    }
}

.video-section-five .bg-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 30%
}

.video-section-five .video-box {
    text-align: center
}

.video-section-six {
    position: relative;
    padding: 120px 0
}

@media(max-width:991.98px) {
    .video-section-six {
        padding-bottom: 160px
    }
}

.video-section-six.pull-up .bg {
    bottom: 0;
    height: auto;
    top: -230px
}

.video-section-six .icon-plane-3 {
    position: absolute;
    bottom: 20px;
    right: -105px
}

.video-section-six .sec-title .text {
    color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
    .video-section-six .sec-title .text br {
        display: none
    }
}

.video-section-six .btn-style-one {
    background-color: var(--theme-color1)
}

.video-section-six .btn-style-one:before {
    background-color: var(--bg-theme-color2)
}

.video-section-six .content-column {
    margin-bottom: 50px
}

.video-section-six .content-column .inner-column {
    position: relative
}

.video-section-six .content-column .inner-column .features-box-six {
    position: relative;
    padding-top: 27px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

@media(max-width:575.98px) {
    .video-section-six .content-column .inner-column .features-box-six {
        margin-bottom: 0
    }
}

.video-section-six .video-column .inner-column {
    position: relative
}

.video-section-six .video-column .inner-column .shape {
    position: absolute;
    top: 0;
    right: 140px;
    width: 195px;
    height: 416px;
    background-color: var(--theme-color1);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

@media(max-width:991.98px) {
    .video-section-six .video-column .inner-column .shape {
        display: none
    }
}

.video-section-six .video-column .inner-column .shape:before {
    content: "";
    position: absolute;
    top: 23px;
    right: 100px;
    width: 155px;
    height: 331px;
    border: 1px solid var(--theme-color1);
    z-index: 3
}

@media(max-width:991.98px) {
    .video-section-six .video-column .inner-column .shape:before {
        display: none
    }
}

.video-section-six .video-column .inner-column .shape:after {
    content: "";
    position: absolute;
    top: 135px;
    right: -110px;
    width: 155px;
    height: 331px;
    background-color: rgba(255, 255, 255, .1)
}

@media(max-width:991.98px) {
    .video-section-six .video-column .inner-column .shape:after {
        display: none
    }
}

.video-section-six .video-column .inner-column .icon-text {
    position: absolute;
    top: 172px;
    left: 60%;
    z-index: 1;
    width: 146px;
    height: 71px;
    background-image: url(../images/icons/icon-text.png)
}

.video-section-six .video-column .inner-column .video-box {
    position: absolute;
    top: 170px;
    left: 53%
}

@media(max-width:991.98px) {
    .video-section-six .video-column .inner-column .video-box {
        top: 0;
        left: 0
    }
}

.video-section-six .video-column .inner-column .play-now {
    position: absolute;
    top: 0;
    left: -63px
}

@media(max-width:991.98px) {
    .video-section-six .video-column .inner-column .play-now {
        left: 0
    }
}

.video-section-six .video-column .inner-column .play-now .icon {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.video-section-six .video-column .inner-column .play-now .icon:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light)
}

.feature-block-seven {
    position: relative
}

@media(max-width:575.98px) {
    .feature-block-seven {
        margin-bottom: 30px
    }
}

.feature-block-seven .inner-box {
    position: relative;
    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
}

.feature-block-seven .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.feature-block-seven .inner-box .icon {
    position: relative;
    display: block;
    color: var(--theme-color1);
    font-size: 54px;
    line-height: 1em;
    margin-right: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-seven .inner-box .title {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 0
}

.video-section-eight {
    position: relative;
    padding: 130px 0
}

@media(max-width:991.98px) {
    .video-section-eight {
        text-align: center
    }
}

@media(max-width:575.98px) {
    .video-section-eight {
        padding: 80px 0 100px
    }
}

.video-section-eight .bg-image {
    width: 52%;
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%)
}

@media(max-width:575.98px) {
    .video-section-eight .bg-image {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }
}

.video-section-eight .bg-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color1);
    opacity: .9;
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%)
}

@media(max-width:575.98px) {
    .video-section-eight .bg-image:before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }
}

.video-section-eight .bg-image2 {
    left: auto;
    right: 0;
    width: 59%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%)
}

@media(max-width:575.98px) {
    .video-section-eight .bg-image2 {
        width: 0
    }
}

@media(max-width:991.98px) {
    .video-section-eight .sec-title {
        margin-bottom: 30px
    }
}

@media(max-width:575.98px) {
    .video-section-eight .sec-title h3 {
        font-size: 31px
    }
}

@media(max-width:1199.98px) {
    .video-section-eight .sec-title h3 br {
        display: block
    }
}

.video-section-eight .theme-btn {
    background-color: var(--theme-color-light);
    color: var(--theme-color1)
}

.video-section-eight .theme-btn:before {
    background-color: var(--theme-color2)
}

.video-section-eight .theme-btn:hover {
    color: var(--theme-color1)
}

.video-section-eight .video-box .play-now {
    display: inline-block
}

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

.video-section-eight .video-box .play-now .icon {
    color: var(--theme-color1);
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 28px;
    padding-left: 0;
    left: -126px;
    top: 26px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1199.98px) {
    .video-section-eight .video-box .play-now .icon {
        left: -106px
    }
}

@media(max-width:991.98px) {
    .video-section-eight .video-box .play-now .icon {
        left: auto
    }
}

@media(max-width:575.98px) {
    .video-section-eight .video-box .play-now .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 22px
    }
}

.why-choose-us {
    position: relative;
    padding: 0 0 120px;
    margin-top: -408px;
    z-index: 1;
    overflow: hidden
}

@media(max-width:991.98px) {
    .why-choose-us {
        padding: 0 0 90px
    }
}

.why-choose-us::before {
    content: "";
    position: absolute;
    top: 120px;
    right: 0;
    width: 974px;
    height: 773px;
    background-color: var(--theme-color-light);
    z-index: -1
}

.why-choose-us .icon-big-drill {
    position: absolute;
    right: 22px;
    top: 205px;
    z-index: 3
}

@media(max-width:1399.98px) {
    .why-choose-us .icon-big-drill {
        opacity: .1
    }
}

.why-choose-us .icon-dots-4 {
    position: absolute;
    top: 120px;
    right: 0
}

.why-choose-us .outer-box {
    position: relative
}

.why-choose-us .outer-box:before {
    position: absolute;
    left: 0;
    right: -375px;
    height: 100%;
    content: "";
    background-color: var(--theme-color-light);
    background-position: right top;
    background-repeat: no-repeat
}

.why-choose-us .features-column {
    position: relative;
    background-color: var(--theme-color1)
}

.why-choose-us .features-column .shape-2 {
    position: absolute;
    left: auto;
    top: 0;
    right: -100px
}

.why-choose-us .features-column .inner-column {
    position: relative;
    padding: 90px 70px 95px;
    padding-right: 100px;
    margin-right: 6px
}

@media(max-width:1399.98px) {
    .why-choose-us .features-column .inner-column {
        padding: 70px 40px 45px
    }
}

@media(max-width:991.98px) {
    .why-choose-us .features-column .inner-column {
        padding: 70px 30px
    }
}

@media(max-width:767.98px) {
    .why-choose-us .features-column .inner-column {
        padding: 50px 25px
    }
}

.why-choose-us .features-column .inner-column .title-box .title {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 40px
}

@media(max-width:1199.98px) {
    .why-choose-us .features-column .inner-column .title-box .title {
        font-size: 42px
    }
}

@media(max-width:767.98px) {
    .why-choose-us .features-column .inner-column .title-box .title {
        font-size: 32px;
        text-align: center
    }
}

@media(max-width:991.98px) {
    .why-choose-us .content-column {
        margin-bottom: 50px;
        padding-top: 0
    }
}

.why-choose-us .content-column .inner-column {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    padding-left: 60px;
    background-color: var(--theme-color-light)
}

@media(max-width:1399.98px) {
    .why-choose-us .content-column .inner-column {
        padding-top: 80px;
        padding-left: 44px;
        padding-bottom: 43px
    }
}

@media(max-width:575.98px) {
    .why-choose-us .content-column .inner-column {
        padding-left: 24px
    }
}

.why-choose-us .content-column .inner-column:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 970px;
    height: 36px;
    background-image: url(../images/pattern/shape-3.png)
}

.why-choose-us .content-column .inner-column .sec-title {
    margin-bottom: 20px;
    margin-right: -30px
}

@media(max-width:1399.98px) {
    .why-choose-us .content-column .inner-column .sec-title {
        margin-right: 0
    }
}

.why-choose-us .content-column .inner-column .sec-title .sub-title {
    margin-bottom: 0
}

.why-choose-us .content-column .inner-column .sec-title .text {
    margin-top: 30px
}

.why-choose-us .content-column .inner-column .skills {
    margin-bottom: 43px
}

.feature-block-five {
    margin-bottom: 35px
}

.feature-block-five .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:575.98px) {
    .feature-block-five .inner-box {
        -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
    }
}

.feature-block-five .inner-box:hover .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.feature-block-five .inner-box .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    top: 8px;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .feature-block-five .inner-box .icon {
        margin-bottom: 20px
    }
}

.feature-block-five .inner-box .content-box {
    margin-left: 20px
}

@media(max-width:575.98px) {
    .feature-block-five .inner-box .content-box {
        margin-left: 0
    }
}

.feature-block-five .inner-box .content-box .title {
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    margin-bottom: 0
}

.feature-block-five .inner-box .content-box .text {
    position: relative;
    color: var(--theme-color-light);
    z-index: 1
}

.why-choose-us-two {
    position: relative;
    padding: 120px 0 55px;
    z-index: 2
}

@media(max-width:991.98px) {
    .why-choose-us-two {
        padding: 90px 0 24px
    }
}

.why-choose-us-two .icon-dots-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 357px;
    height: 357px;
    background-image: url(../images/icons/icon-dots-3.png)
}

@media(max-width:991.98px) {
    .why-choose-us-two .icon-dots-3 {
        opacity: .5
    }
}

.why-choose-us-two .float-image {
    position: absolute;
    right: 30px;
    bottom: -30px
}

@media(max-width:575.98px) {
    .why-choose-us-two .float-image {
        display: none
    }
}

.why-choose-us-two .content-column {
    position: relative;
    margin-bottom: 50px
}

.why-choose-us-two .content-column .inner-column {
    position: relative
}

@media(max-width:767.98px) {
    .why-choose-us-two .content-column .inner-column {
        text-align: center
    }
}

.why-choose-us-two .content-column .inner-column .sec-title .sub-title {
    margin-bottom: 15px
}

@media(max-width:767.98px) {
    .why-choose-us-two .content-column .inner-column .exp-box {
        margin-bottom: 20px
    }
}

.why-choose-us-two .content-column .inner-column .exp-box .inner {
    position: relative;
    width: 169px;
    height: 189px;
    border: 3px solid #ebebeb;
    padding: 2px 10px 1px 20px
}

@media(max-width:1199.98px) {
    .why-choose-us-two .content-column .inner-column .exp-box .inner {
        padding: 2px 10px 1px;
        width: 160px
    }
}

@media(max-width:767.98px) {
    .why-choose-us-two .content-column .inner-column .exp-box .inner {
        margin: 0 auto;
        padding: 10px
    }
}

.why-choose-us-two .content-column .inner-column .exp-box .count {
    font-size: 110px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: url(../images/resource/count1-1.jpg);
    margin-bottom: 0;
    line-height: 1em;
    letter-spacing: -.01em
}

.why-choose-us-two .content-column .inner-column .exp-box .title {
    font-size: 18px;
    letter-spacing: -.01em;
    padding-left: 5px
}

.why-choose-us-two .tabs-column {
    position: relative;
    margin-bottom: 50px
}

.why-choose-us-two .tabs-column .inner-column {
    position: relative
}

.why-choose-us-two .tabs-column .inner-column .image {
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .why-choose-us-two .tabs-column .inner-column .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.choose-block {
    margin-bottom: 30px
}

.choose-block:last-child {
    margin-bottom: 0
}

.choose-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px
}

@media(max-width:767.98px) {
    .choose-block .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.choose-block .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.choose-block .inner-box .content {
    padding: 1px 15px 0
}

.choose-block .inner-box .icon {
    position: relative;
    color: var(--theme-color1);
    font-size: 42px;
    line-height: 1em;
    padding-top: 7px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:767.98px) {
    .choose-block .inner-box .icon {
        margin-bottom: 10px
    }
}

.choose-block .inner-box .title {
    letter-spacing: -.01em;
    margin-bottom: 10px
}

.why-us-tabs {
    position: relative;
    counter-reset: count
}

.why-us-tabs .btn-box {
    position: relative;
    margin-top: -47px
}

@media(max-width:575.98px) {
    .why-us-tabs .btn-box {
        margin-top: 0
    }
}

.why-us-tabs .tab-btns {
    position: relative
}

.why-us-tabs .tab-btns .tab-btn {
    position: relative;
    margin-top: 0;
    padding: 12px 0 22px;
    width: 169px;
    height: 47px;
    margin-right: 7px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    color: var(--theme-color-dark);
    background-color: #f3f4f7;
    letter-spacing: -.01em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3
}

@media(max-width:1199.98px) {
    .why-us-tabs .tab-btns .tab-btn {
        width: 145px
    }
}

@media(max-width:767.98px) {
    .why-us-tabs .tab-btns .tab-btn {
        width: 100%
    }
}

@media(max-width:575.98px) {
    .why-us-tabs .tab-btns .tab-btn {
        margin-top: 15px
    }
}

.why-us-tabs .tab-btns .tab-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1
}

.why-us-tabs .tab-btns .tab-btn:hover {
    color: var(--theme-color1)
}

.why-us-tabs .tab-btns .tab-btn.active-btn {
    color: var(--theme-color-light)
}

.why-us-tabs .tab-btns .tab-btn.active-btn:before {
    opacity: 1
}

.why-us-tabs .tab-btns .tab-btn.active-btn:after {
    width: 100%
}

.why-us-tabs .tabs-content {
    position: relative;
    padding-top: 40px
}

.why-us-tabs .tabs-content .text {
    margin-bottom: 55px;
    letter-spacing: -.01em;
    color: #7a7a7a
}

@media(max-width:767.98px) {
    .why-us-tabs .tabs-content .text {
        margin-bottom: 30px
    }
}

.why-us-tabs .tabs-content .list-style-two .icon {
    top: 4px;
    line-height: 16px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--theme-color1);
    text-align: center
}

.why-choose-us-three {
    position: relative;
    padding: 120px 0 0
}

@media(max-width:991.98px) {
    .why-choose-us-three {
        padding: 90px 0 50px
    }
}

.why-choose-us-three .float-image {
    position: absolute;
    bottom: -85px;
    right: 97px;
    z-index: 1
}

@media(max-width:1653.98px) {
    .why-choose-us-three .float-image {
        display: none
    }
}

.why-choose-us-three .sec-title .text {
    margin-right: 20px
}

.why-choose-us-three .content-column {
    position: relative;
    margin-bottom: 50px
}

.why-choose-us-three .content-column .inner-column {
    position: relative
}

.why-choose-us-three .content-column .info-box {
    position: relative;
    background-color: #fff;
    padding: 19px 30px;
    padding-left: 42px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.why-choose-us-three .content-column .info-box:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.why-choose-us-three .content-column .info-box .icon {
    position: absolute;
    left: 18px;
    top: 3px;
    line-height: 54px;
    color: var(--theme-color1)
}

.why-choose-us-three .content-column .info-box .title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0
}

.why-choose-us-three .content-column .skills {
    margin-top: 20px;
    margin-bottom: 0
}

.why-choose-us-three .content-column .skills .skill-item {
    margin-bottom: 40px
}

.why-choose-us-three .content-column .skills .skill-item:last-child {
    margin-bottom: 0
}

.why-choose-us-three .content-column .skills .bar-inner .bar {
    background-color: var(--bg-theme-color1)
}

.why-choose-us-three .content-column .skills .skill-item .skill-bar .bar-inner .bar {
    height: 15px;
    border-radius: 15px
}

.why-choose-us-three .content-column .skills .skill-item .skill-bar .bar-inner {
    height: 15px;
    background-color: #f1f1f1;
    border-radius: 15px
}

.why-choose-us-three .image-column {
    position: relative;
    margin-bottom: 0
}

.why-choose-us-three .image-column .image-box {
    position: relative;
    margin-left: -360px;
    padding-right: 100px
}

@media(max-width:1653.98px) {
    .why-choose-us-three .image-column .image-box {
        padding-right: 50px
    }
}

@media(max-width:991.98px) {
    .why-choose-us-three .image-column .image-box {
        margin-left: 0;
        padding-right: 0;
        margin-bottom: 60px
    }
}

.why-choose-us-three .image-column .image-box .image {
    position: relative;
    margin-bottom: 0
}

.why-choose-us-three .image-column .image-box .image img {
    width: 100%
}

.why-choose-us-three .image-column .image-box .play-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 140px;
    width: 140px;
    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;
    color: var(--theme-color-light);
    font-size: 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .why-choose-us-three .image-column .image-box .play-btn {
        width: 80px;
        height: 80px;
        font-size: 24px
    }
}

.why-choose-us-three .image-column .image-box .play-btn:hover {
    background-color: var(--bg-theme-color2);
    color: var(--theme-color-light)
}

.why-choose-us-four {
    position: relative;
    padding: 81px 0 120px
}

@media(max-width:991.98px) {
    .why-choose-us-four {
        padding: 95px 0 90px
    }
}

.why-choose-us-four .outer-box {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .0509803922);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .0509803922);
    padding: 0 0 0 50px;
    position: relative
}

@media(max-width:991.98px) {
    .why-choose-us-four .outer-box {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0
    }
}

.why-choose-us-four .image-column .inner-column {
    position: relative
}

.why-choose-us-four .image-column .inner-column .float-text {
    position: absolute;
    right: -150px;
    top: 46%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-transform: uppercase;
    width: 370px;
    height: 70px;
    line-height: 70px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:575.98px) {
    .why-choose-us-four .image-column .inner-column .float-text {
        display: none
    }
}

.why-choose-us-four .image-column .inner-column .float-text:before {
    background-color: var(--theme-color1);
    bottom: 99.92%;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    content: "";
    height: 27px;
    left: -47px;
    position: absolute;
    width: 70px;
    top: 21px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.why-choose-us-four .image-column .inner-column .image img {
    width: 100%
}

@media(max-width:991.98px) {
    .why-choose-us-four .content-column .inner-column {
        margin-bottom: 50px
    }
}

.why-choose-us-five {
    position: relative;
    padding: 120px 0 70px;
    background-color: #f8f4f3;
    z-index: 1
}

@media(max-width:991.98px) {
    .why-choose-us-five {
        padding: 90px 0 20px
    }
}

.why-choose-us-five .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media only screen and (max-width:1599px) {
    .why-choose-us-five .bg-image {
        width: 66%;
        right: -140px
    }
}

@media only screen and (max-width:1399px) {
    .why-choose-us-five .bg-image {
        width: 76%;
        right: -200px
    }
}

@media(max-width:1199.98px) {
    .why-choose-us-five .bg-image {
        display: none
    }
}

.why-choose-us-five .float-image {
    position: absolute;
    left: 0;
    bottom: 0
}

@media only screen and (max-width:1762px) {
    .why-choose-us-five .float-image {
        display: none
    }
}

.why-choose-us-five .shape-24 {
    position: absolute;
    top: 0;
    left: 0;
    width: 263px;
    height: 263px;
    background-image: url(../images/pattern/shape-24.png)
}

.why-choose-us-five .content-column {
    position: relative
}

.why-choose-us-five .content-column .inner-column {
    padding-right: 70px
}

@media(max-width:767.98px) {
    .why-choose-us-five .content-column .inner-column {
        padding-right: 0
    }
}

@media(max-width:575.98px) {
    .why-choose-us-five .content-column .inner-column .sec-title h2 br {
        display: none
    }
}

.why-choose-us-five .image-column {
    position: relative
}

@media(max-width:1199.98px) {
    .why-choose-us-five .image-column {
        display: none
    }
}

.why-choose-us-five .image-column .image-box.hide-desktop {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

@media only screen and (max-width:1023px) {
    .why-choose-us-five .image-column .image-box.hide-desktop {
        display: block
    }
}

.why-choose-us-five .image-column .image-box.hide-desktop img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.why-choose-us-five .image-column .inner-column {
    padding: 160px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media only screen and (max-width:1023px) {
    .why-choose-us-five .image-column .inner-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 120px 0 50px
    }
}

.why-choose-us-five .image-column .video-box {
    position: relative
}

.why-choose-us-five .image-column .video-box .arrow {
    position: relative;
    top: 5px;
    right: 140px
}

.why-choose-us-five .feature-block-seven {
    position: relative;
    margin-bottom: 40px
}

.why-choose-us-five .feature-block-seven .inner-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.why-choose-us-five .feature-block-seven .icon {
    height: 90px;
    width: 90px;
    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;
    font-size: 48px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 15px
}

.why-choose-us-five .feature-block-seven .title {
    color: var(--theme-color2);
    position: relative;
    margin-bottom: 5px
}

.pricing-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0
}

@media(max-width:991.98px) {
    .pricing-section {
        padding: 90px 0 110px
    }
}

@media(max-width:767.98px) {
    .pricing-section {
        padding: 90px 0 50px
    }
}

.pricing-section.style-two {
    padding: 100px 0 120px
}

@media(max-width:767.98px) {
    .pricing-section.style-two {
        padding: 100px 0 50px
    }
}

.pricing-section.style-two .content-column .inner-column {
    padding-right: 0;
    padding-left: 30px;
    padding-top: 40px
}

@media(max-width:1199.98px) {
    .pricing-section.style-two .content-column .inner-column {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 40px
    }
}

@media(max-width:767.98px) {
    .pricing-section.style-two .content-column .inner-column {
        margin-bottom: 0
    }
}

.pricing-section .bg-pattern-3 {
    top: auto;
    bottom: -15px;
    left: 0;
    width: 1010px;
    height: 863px;
    background-image: url(../images/pattern/bg-pattern-3.png)
}

.pricing-section .bg-pattern-8 {
    top: auto;
    bottom: -15px;
    right: 0;
    left: auto;
    width: 610px;
    height: 406px;
    background-image: url(../images/pattern/bg-pattern-8.png)
}

.pricing-section .content-column {
    position: relative
}

.pricing-section .content-column .inner-column {
    position: relative;
    padding-right: 70px
}

@media(max-width:991.98px) {
    .pricing-section .content-column .inner-column {
        padding-right: 0
    }
}

.pricing-section .content-column .sec-title {
    margin-bottom: 30px
}

.pricing-section .content-column .info-btn:hover .info-btn-two .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pricing-section .content-column .info-btn-two .icon {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.pricing-section .pricing-column {
    position: relative
}

.pricing-section .pricing-column .inner-column {
    position: relative;
    margin-left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1199.98px) {
    .pricing-section .pricing-column .inner-column {
        margin-left: 0
    }
}

@media(max-width:767.98px) {
    .pricing-section .pricing-column .inner-column {
        margin-top: 50px;
        display: block
    }
}

.pricing-block {
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 171px;
    background-color: #fff;
    opacity: .15;
    z-index: 1
}

.pricing-block.pull-left {
    margin-left: 30px;
    position: relative;
    top: 60px
}

@media(max-width:767.98px) {
    .pricing-block.pull-left {
        margin-left: 0;
        top: 0;
        float: none
    }
}

.pricing-block .inner-box {
    position: relative;
    padding: 58px 60px 60px;
    background-color: var(--bg-theme-color2);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    max-width: 340px;
    width: 100%
}

@media(max-width:575.98px) {
    .pricing-block .inner-box {
        padding: 58px 25px 60px
    }
}

.pricing-block .inner-box:hover .image img {
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1)
}

.pricing-block .image {
    position: relative;
    margin-bottom: 75px
}

.pricing-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block .price-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;
    margin-bottom: 12px
}

.pricing-block .price-box .price {
    display: block;
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
    color: #fff
}

.pricing-block .price-box .price sup {
    font-size: 60%
}

.pricing-block .price-box .validaty {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 2px;
    top: 3px
}

.pricing-block .title {
    position: relative;
    display: block;
    line-height: 1.2em;
    color: var(--theme-color-light);
    margin-bottom: 30px
}

.pricing-block .features {
    position: relative;
    margin-bottom: 40px
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #8c8f94;
    font-weight: 400;
    margin-bottom: 10px
}

.pricing-block .btn-box {
    position: relative
}

.pricing-block .btn-box .theme-btn2 {
    background-color: var(--theme-color1)
}

.pricing-block.style-two:before {
    background-color: #000;
    opacity: 5%;
    top: 193px
}

.pricing-block.style-two .inner-box {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.pricing-block.style-two .inner-box .title {
    color: var(--headings-color)
}

.pricing-block.style-two .price-box .validaty,
.pricing-block.style-two .price-box .price {
    color: var(--headings-color)
}

.pricing-block.style-two:hover {
    top: 0
}

.team-section {
    position: relative;
    padding: 120px 0
}

@media(max-width:991.98px) {
    .team-section {
        padding: 90px 0
    }
}

.team-section .bg-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background/26.png)
}

.team-block {
    position: relative
}

.team-block .inner-box {
    position: relative
}

.team-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-block .inner-box:hover .info-box:before {
    width: 100%
}

.team-block .inner-box:hover .info-box:after {
    background-color: var(--theme-color-dark)
}

.team-block .inner-box:hover .info-box .name,
.team-block .inner-box:hover .info-box .designation {
    color: var(--theme-color-light)
}

.team-block .inner-box:hover .info-box .share-icon {
    background-color: var(--theme-color-light)
}

.team-block .image-box {
    position: relative
}

.team-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1
}

.team-block .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block .info-box {
    position: relative;
    padding: 19px 30px;
    padding-right: 70px;
    background-color: var(--theme-color-light);
    max-width: 322px;
    margin: 0 auto;
    margin-top: -35px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    z-index: 2
}

@media(max-width:767.98px) {
    .team-block .info-box {
        max-width: 100%;
        margin-top: 0
    }
}

.team-block .info-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .info-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: 50%;
    width: 9px;
    height: 45px;
    background-color: var(--theme-color1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .info-box .name {
    position: relative;
    line-height: 1em;
    letter-spacing: -.01em;
    margin-bottom: 0
}

.team-block .info-box .name:hover {
    color: var(--theme-color1)
}

.team-block .info-box .designation {
    position: relative;
    color: #7a7a7a;
    font-size: 16px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .share-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 19px;
    border-radius: 5px;
    color: var(--theme-color-dark);
    border: 1px solid #e7e7e7;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 3
}

.team-block .social-links {
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block .social-links a {
    position: relative;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    background-color: var(--theme-color-light);
    margin-top: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .social-links a:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color1)
}

.team-section-two {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden
}

@media(max-width:991.98px) {
    .team-section-two {
        padding: 90px 0 40px
    }
}

.team-section-two .shape-25 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 384px;
    height: 517px;
    background-image: url(../images/pattern/shape-25.png)
}

@media(max-width:991.98px) {
    .team-section-two .shape-25 {
        display: none
    }
}

.team-block-two {
    position: relative;
    margin-bottom: 40px
}

.team-block-two .inner-box {
    position: relative
}

.team-block-two .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-block-two .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-block-two .image-box {
    position: relative
}

.team-block-two .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 5px;
    z-index: 1
}

.team-block-two .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block-two .info-box {
    position: relative;
    padding: 20px 0 0
}

.team-block-two .info-box .name {
    z-index: 2;
    margin-bottom: 0
}

.team-block-two .info-box .name:hover {
    color: var(--theme-color2)
}

.team-block-two .info-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block-two .share-icon {
    position: absolute;
    right: 20px;
    bottom: -25px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: var(--bg-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3
}

.team-block-two .social-links {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 12px 0 22px;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block-two .social-links a {
    position: relative;
    height: 35px;
    width: 60px;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block-two .social-links a:hover {
    color: var(--theme-color1)
}

.team-section-three {
    background-color: var(--theme-color2);
    padding: 120px 0 50px;
    position: relative
}

@media(max-width:991.98px) {
    .team-section-three {
        padding: 90px 0 20px
    }
}

.team-section-three .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    margin-top: 50px
}

.team-section-three .theme-btn:hover {
    color: var(--theme-color-light)
}

.team-block-three {
    margin-bottom: 60px
}

.team-block-three .inner-box {
    position: relative
}

.team-block-three .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-block-three .inner-box .image-box .image {
    width: 100%;
    overflow: hidden
}

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

.team-block-three .inner-box .content-box {
    margin-top: 20px
}

.team-block-three .inner-box .content-box .name {
    color: var(--theme-color-light);
    margin-bottom: 0
}

.team-block-three .inner-box .content-box .designation {
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 400
}

.contact-section {
    background-color: var(--theme-color2);
    padding: 0 0 120px;
    position: relative;
    z-index: 2
}

@media(max-width:991.98px) {
    .contact-section {
        padding: 0 0 90px
    }
}

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

.contact-section .shape-5 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 504px;
    height: 298px;
    background-image: url(../images/pattern/shape-5.png)
}

.contact-section .shape-6 {
    position: absolute;
    top: -3px;
    right: 0;
    width: 1019px;
    height: 45px;
    background-image: url(../images/pattern/shape-6.png)
}

.contact-section .content-column .inner-column {
    position: relative;
    padding: 173px 0 0 70px
}

@media(max-width:1399.98px) {
    .contact-section .content-column .inner-column {
        padding-left: 0
    }
}

@media(max-width:991.98px) {
    .contact-section .content-column .inner-column {
        padding: 100px 0 0 70px;
        padding-left: 0
    }
}

.contact-section .content-column .inner-column .sec-title .text {
    color: var(--theme-color-light)
}

.contact-section .form-column {
    position: relative
}

.contact-section .form-column .bg-image {
    right: 12px;
    width: auto;
    left: -340px;
    height: auto;
    bottom: 0
}

@media(max-width:991.98px) {
    .contact-section .form-column .bg-image {
        right: 0;
        bottom: 0;
        left: 0
    }
}

.contact-section .form-column .inner-column {
    padding: 120px 0 0
}

@media(max-width:991.98px) {
    .contact-section .form-column .inner-column {
        padding: 60px 0
    }
}

@media(max-width:767.98px) {
    .contact-section .form-column .inner-column {
        padding: 60px 0 90px
    }
}

.feature-block-two:last-child .inner-box {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .feature-block-two:last-child .inner-box {
        margin-bottom: 80px
    }
}

.feature-block-two .inner-box {
    position: relative;
    padding-left: 80px;
    margin-bottom: 48px
}

@media(max-width:575.98px) {
    .feature-block-two .inner-box {
        padding-left: 0;
        text-align: center
    }
}

.feature-block-two .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.feature-block-two .inner-box .icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 26px;
    border-radius: 3px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:575.98px) {
    .feature-block-two .inner-box .icon {
        position: relative;
        display: block;
        margin: 0 auto 20px;
        text-align: center
    }
}

.feature-block-two .inner-box .icon:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 3px;
    border: 1px dashed var(--theme-color1)
}

.feature-block-two .inner-box .content .title {
    margin-bottom: 0;
    color: var(--theme-color-light);
    margin-bottom: 10px;
    letter-spacing: -.01em
}

.feature-block-two .inner-box .content .text {
    color: var(--theme-color-light)
}

.contact-form {
    position: relative;
    background-color: var(--theme-color1);
    padding: 70px 86px 80px
}

@media(max-width:1399.98px) {
    .contact-form {
        padding: 68px 50px 78px
    }
}

@media(max-width:575.98px) {
    .contact-form {
        padding: 30px 20px
    }
}

@media(max-width:575.98px) {
    .contact-form.style-two {
        padding: 40px 20px 50px
    }
}

.contact-form::before {
    content: "";
    position: absolute;
    top: -48px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 60px solid var(--theme-color1-dark);
    z-index: 3
}

@media(max-width:991.98px) {
    .contact-form::before {
        display: none
    }
}

.contact-form .bg-pattern-1 {
    background-image: url(../images/pattern/bg-pattern-1.png)
}

.contact-form .title {
    color: var(--theme-color-light);
    margin-bottom: 35px;
    text-align: center
}

@media(max-width:575.98px) {
    .contact-form .title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 26px
}

.contact-form .form-group:last-child {
    margin-bottom: 0
}

.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type=submit]),
.contact-form textarea,
.contact-form select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 21px;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    line-height: 32px;
    font-weight: 400;
    background-color: var(--theme-color-light);
    border: 1px solid transparent;
    border-radius: 3px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form ::-webkit-input-placeholder {
    color: #393939
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--theme-color-dark);
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form textarea {
    height: 79px;
    resize: none
}

.contact-form .theme-btn {
    background-color: var(--theme-color-dark);
    width: 100%
}

.contact-form label {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.contact-form label.error {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    margin-bottom: 0
}

.contact-form-three {
    position: relative;
    background-color: var(--theme-color-light);
    padding: 0
}

.contact-form-three .form-group {
    position: relative;
    margin-bottom: 26px
}

.contact-form-three .form-group:last-child {
    margin-bottom: 0
}

.contact-form-three .select2-container--default .select2-selection--single,
.contact-form-three input:not([type=submit]),
.contact-form-three textarea,
.contact-form-three select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 21px;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    line-height: 32px;
    font-weight: 400;
    background-color: var(--theme-color-light);
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form-three ::-webkit-input-placeholder {
    color: #393939
}

.contact-form-three input:focus,
.contact-form-three select:focus,
.contact-form-three textarea:focus {
    border-color: var(--theme-color1);
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form-three textarea {
    height: 79px;
    resize: none
}

.contact-form-three .theme-btn {
    background-color: var(--theme-color-dark);
    width: 100%
}

.contact-form-three label {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.contact-form-three label.error {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    margin-bottom: 0
}

.contact-form-nine {
    position: relative;
    background-color: var(--theme-color-light);
    padding: 56px 45px 70px
}

@media(max-width:767.98px) {
    .contact-form-nine {
        padding: 56px 45px 70px
    }
}

@media(max-width:575.98px) {
    .contact-form-nine {
        padding: 30px 20px
    }
}

.contact-form-nine .title-box {
    margin-bottom: 30px
}

.contact-form-nine .title {
    font-size: 36px;
    margin-bottom: 0
}

@media(max-width:575.98px) {
    .contact-form-nine .title {
        font-size: 24px
    }
}

.contact-form-nine .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form-nine .form-group:last-child {
    margin-bottom: 0
}

.contact-form-nine .select2-container--default .select2-selection--single,
.contact-form-nine input:not([type=submit]),
.contact-form-nine textarea,
.contact-form-nine select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    padding: 15px 21px;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    line-height: 32px;
    font-weight: 400;
    background-color: var(--theme-color-light);
    border: 1px solid #d1d0c8;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form-nine ::-webkit-input-placeholder {
    color: #a7a8a7
}

.contact-form-nine input:focus,
.contact-form-nine select:focus,
.contact-form-nine textarea:focus {
    border-color: var(--theme-color1);
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form-nine textarea {
    height: 79px;
    resize: none
}

.contact-form-nine .theme-btn {
    margin-top: 20px;
    background-color: var(--theme-color-dark)
}

.contact-form-nine label {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.contact-form-nine label.error {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    margin-bottom: 0
}

.map {
    height: 450px
}

.contact-section-three {
    position: relative;
    padding: 120px 0 70px
}

@media(max-width:991.98px) {
    .contact-section-three {
        padding: 90px 0 40px
    }
}

.contact-section-three:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern/bg-pattern-6.png)
}

.contact-section-three.style-three {
    background-color: var(--theme-color2);
    z-index: 0;
    overflow: hidden
}

@media(max-width:991.98px) {
    .contact-section-three.style-three {
        padding: 90px 0 22px
    }
}

@media(max-width:575.98px) {
    .contact-section-three.style-three {
        padding: 90px 0 15px
    }
}

.contact-section-three.style-three .content-column .inner-column {
    padding-top: 54px
}

@media(max-width:991.98px) {
    .contact-section-three.style-three .content-column .inner-column {
        padding-top: 20px
    }
}

@media(max-width:575.98px) {
    .contact-section-three.style-three .content-column .inner-column .info-box-outer {
        display: block
    }
}

.contact-section-three.style-three .content-column .inner-column .sec-title {
    margin-bottom: 50px;
    padding-right: 35px
}

.contact-section-three.style-three .expert-info-box {
    margin-top: 10px
}

@media(max-width:575.98px) {
    .contact-section-three.style-three .expert-info-box {
        margin-top: 40px
    }
}

.contact-section-three .content-column {
    position: relative;
    margin-bottom: 20px
}

.contact-section-three .content-column .inner-column {
    position: relative;
    padding-left: 25px;
    padding-top: 84px
}

@media(max-width:1199.98px) {
    .contact-section-three .content-column .inner-column {
        padding-left: 0;
        padding-top: 35px
    }
}

@media(max-width:991.98px) {
    .contact-section-three .content-column .inner-column {
        padding-top: 0;
        padding-bottom: 30px
    }
}

.contact-section-three .content-column .inner-column .sec-title {
    margin-bottom: 34px;
    padding-right: 35px
}

.contact-section-three .content-column .call-info-box-outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:1199.98px) {
    .contact-section-three .content-column .call-info-box-outer {
        display: block
    }
}

.contact-section-three .content-column .call-info-box-outer .call-info-box-text {
    margin-right: 15px
}

@media(max-width:1199.98px) {
    .contact-section-three .content-column .call-info-box-outer .call-info-box-text {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.contact-section-three .content-column .call-info-box-outer .call-info-box-text span {
    color: #3e3e4b;
    font-size: 18px;
    font-weight: 500
}

.contact-section-three .content-column .call-info-box {
    background-color: var(--theme-color-light);
    position: relative;
    padding: 15px 20px;
    display: inline-block
}

.contact-section-three .content-column .call-info-box .icon {
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 7px
}

.contact-section-three .content-column .call-info-box span {
    color: var(--theme-color1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1
}

.contact-section-three .expert-info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 45px
}

@media(max-width:575.98px) {
    .contact-section-three .expert-info-box {
        display: block
    }
}

.contact-section-three .expert-info-box .expert-number {
    background-color: var(--theme-color1);
    border: 2px solid var(--theme-color-light);
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    line-height: 56px;
    text-align: center;
    width: 60px;
    position: absolute;
    left: 90px;
    top: 0
}

.contact-section-three .expert-info-box .expert-text {
    color: var(--theme-color-light);
    margin-bottom: 1rem;
    margin-left: 37px
}

@media(max-width:575.98px) {
    .contact-section-three .expert-info-box .expert-text {
        margin-left: 0
    }
}

.contact-section-three .form-column {
    position: relative;
    margin-bottom: 50px
}

.contact-section-three .form-column .inner-column {
    position: relative;
    padding-right: 10px
}

.info-box-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.info-box-outer .time-table-box {
    margin-right: 38px
}

@media(max-width:1199.98px) {
    .info-box-outer .time-table-box {
        margin-right: 15px
    }
}

.info-box-outer .time-table-box .inner {
    min-width: 246px
}

.time-table-box {
    margin-bottom: 50px
}

.time-table-box .inner {
    background-color: var(--theme-color-light);
    border-left: 2px solid var(--theme-color1);
    border-radius: 5px;
    max-width: 246px;
    padding: 24px 30px 30px
}

.time-table-box .title {
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 13px
}

.time-table-box .title:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    width: 41px;
    height: 3px;
    left: 0;
    bottom: 4px
}

.time-table-box ul li {
    margin-bottom: 3px
}

.time-table-box ul li:last-child {
    margin-bottom: 0
}

.time-table-box ul li span {
    color: var(--theme-color1);
    float: right
}

.contact-details-info .inner {
    padding-top: 9px
}

.contact-details-info h3 {
    color: var(--theme-color-light);
    margin-bottom: 24px
}

.contact-details-info .contact-details-block:last-child {
    margin-bottom: 0
}

.contact-details-block {
    position: relative;
    margin-bottom: 20px;
    z-index: 1
}

.contact-details-block .inner-box {
    padding-left: 50px;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.contact-details-block .inner-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: var(--theme-color2);
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.contact-details-block .inner-box:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.contact-details-block .inner-box:hover .icon {
    background-color: var(--theme-color2);
    color: var(--theme-color-light)
}

.contact-details-block .inner-box:hover .icon:after {
    width: 100%
}

.contact-details-block .icon {
    border-radius: 50%;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 8px;
    position: absolute;
    text-align: center;
    width: 40px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.contact-details-block .title {
    color: var(--theme-color-light);
    font-size: 14px;
    margin-bottom: 4px
}

.contact-details-block .text {
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 500;
    line-height: 1
}

.contact-form-two {
    background-color: var(--bg-theme-color1);
    border-radius: 20px;
    padding: 55px 50px 50px;
    position: relative
}

@media(max-width:575.98px) {
    .contact-form-two {
        padding: 35px 30px 50px
    }
}

.contact-form-two .title-box {
    margin-bottom: 36px
}

.contact-form-two .title-box h3 {
    color: var(--theme-color-light);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 7px
}

.contact-form-two .title-box .sub-title {
    color: var(--theme-color-light)
}

.contact-form-two .btn-style-one {
    font-size: 14px
}

.contact-form-two .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form-two .form-group:last-child {
    margin-bottom: 0
}

.contact-form-two .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #808287;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.contact-form-two .form-group label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    margin-bottom: 0
}

.contact-form-two .form-group .select2-container--default .select2-selection--single,
.contact-form-two .form-group input:not([type=submit]),
.contact-form-two .form-group textarea,
.contact-form-two .form-group select {
    position: relative;
    display: block;
    height: 59px;
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
    color: #808287;
    line-height: 32px;
    font-weight: 400;
    background-color: #fff;
    border: 4px solid #f2f3f6;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form-two .form-group ::-webkit-input-placeholder {
    color: #84858a
}

.contact-form-two .form-group ::-moz-input-placeholder {
    color: #84858a
}

.contact-form-two .form-group ::-ms-input-placeholder {
    color: #84858a
}

.contact-form-two .form-group input:focus,
.contact-form-two .form-group select:focus,
.contact-form-two .form-group textarea:focus {
    border-color: var(--theme-color-light)
}

.contact-form-two .form-group textarea {
    height: 161px;
    resize: none
}

.contact-form-two .form-group input[type=submit],
.contact-form-two .form-group button {
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 15px 30px;
    line-height: 30px
}

.contact-section-seven {
    position: relative;
    padding: 0;
    background-color: var(--border-theme-color2)
}

@media(max-width:991.98px) {
    .contact-section-seven {
        padding: 280px 0 90px !important
    }
}

@media(max-width:575.98px) {
    .contact-section-seven {
        padding: 270px 0 90px !important
    }
}

.contact-section-seven:before {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 1030px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/pattern/bg-pattern-4.png);
    content: ""
}

.contact-section-seven .contact6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 434px;
    height: 738px;
    background-image: url(../images/resource/contact6.png)
}

@media(max-width:1653.98px) {
    .contact-section-seven .contact6 {
        display: none
    }
}

.contact-section-seven .image-column .inner-column {
    position: relative;
    margin-left: -375px;
    padding-right: 70px
}

@media(max-width:1199.98px) {
    .contact-section-seven .image-column .inner-column {
        padding-right: 0
    }
}

@media(max-width:991.98px) {
    .contact-section-seven .image-column .inner-column {
        margin-left: 0;
        margin-bottom: 50px
    }
}

.contact-section-seven .image-column .image {
    position: relative;
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .contact-section-seven .image-column .image {
        display: none
    }
}

.contact-section-seven .image-column .experience {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 520px;
    height: 190px;
    background: var(--bg-theme-color1);
    padding: 61px 58px
}

@media(max-width:1653.98px) {
    .contact-section-seven .image-column .experience {
        left: auto;
        right: 70px
    }
}

@media(max-width:1199.98px) {
    .contact-section-seven .image-column .experience {
        right: 0
    }
}

@media(max-width:991.98px) {
    .contact-section-seven .image-column .experience {
        width: 100%
    }
}

@media(max-width:575.98px) {
    .contact-section-seven .image-column .experience {
        padding: 30px 20px
    }
}

.contact-section-seven .image-column .experience .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:575.98px) {
    .contact-section-seven .image-column .experience .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.contact-section-seven .image-column .experience .icon {
    color: var(--theme-color-light);
    font-size: 65px;
    margin-right: 25px
}

@media(max-width:575.98px) {
    .contact-section-seven .image-column .experience .icon {
        font-size: 60px;
        margin-right: 0
    }
}

.contact-section-seven .image-column .experience .text {
    color: var(--theme-color-light);
    font-size: 26px;
    font-weight: 600
}

@media(max-width:575.98px) {
    .contact-section-seven .image-column .experience .text {
        font-size: 20px
    }
}

.contact-form-seven {
    position: relative
}

.contact-form-seven .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form-seven .form-group:last-child {
    margin-bottom: 0
}

.contact-form-seven .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.contact-form-seven .form-group label.error {
    display: block;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    margin-bottom: 0
}

.contact-form-seven .form-group .select2-container--default .select2-selection--single,
.contact-form-seven .form-group input:not([type=submit]),
.contact-form-seven .form-group textarea,
.contact-form-seven .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 15px 30px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    font-weight: 400;
    background-color: var(--theme-color2);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form-seven .form-group ::-webkit-input-placeholder {
    color: #6a6a6a
}

.contact-form-seven .form-group ::-moz-input-placeholder {
    color: #8c8f94
}

.contact-form-seven .form-group ::-ms-input-placeholder {
    color: #8c8f94
}

.contact-form-seven .form-group input:focus,
.contact-form-seven .form-group select:focus,
.contact-form-seven .form-group textarea:focus {
    border-color: var(--border-theme-color1)
}

.contact-form-seven .form-group textarea {
    height: 150px;
    resize: none
}

.contact-form-seven .form-group input[type=submit],
.contact-form-seven .form-group button {
    margin-top: 5px
}

.contact-form-seven.style-two .select2-container--default .select2-selection--single,
.contact-form-seven.style-two input:not([type=submit]),
.contact-form-seven.style-two textarea,
.contact-form-seven.style-two select {
    background-color: #0a090f;
    border-color: #0a090f;
    color: #fff;
    height: 70px;
    padding: 20px 30px;
    line-height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form-seven.style-two input:focus,
.contact-form-seven.style-two select:focus,
.contact-form-seven.style-two textarea:focus {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form-seven.style-two textarea {
    height: 150px;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.range-slider-one {
    position: relative;
    margin-bottom: 5px
}

.range-slider-one .range-amount {
    position: absolute !important;
    right: 0;
    top: -35px;
    background-color: transparent !important;
    text-align: right;
    border: 0 !important;
    padding: 0 !important;
    max-width: 75px;
    color: #fff !important;
    width: auto !important;
    height: auto !important
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 10px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3)
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0;
    height: 10px;
    background: var(--theme-color-light)
}

.range-slider-one .ui-state-default {
    top: -5px;
    width: 20px;
    height: 20px;
    background: var(--theme-color-dark);
    cursor: pointer;
    border: 3px solid var(--theme-color-dark);
    border-radius: 20px
}

.range-slider-one .ui-widget-content .ui-state-default {
    top: -5px;
    width: 20px;
    height: 20px;
    background: var(--theme-color-dark);
    cursor: pointer;
    border: 3px solid var(--theme-color-dark);
    border-radius: 20px
}

.range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(2) {
    margin-left: 0 !important
}

.range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(3) {
    margin-left: -20px !important
}

.contact-info-section {
    padding: 70px 0 0
}

.contact-info-section .outer-box {
    margin: 0 -135px
}

@media(max-width:1599.98px) {
    .contact-info-section .outer-box {
        margin: 0
    }
}

@media(max-width:991.98px) {
    .contact-info-section .contact-info-block {
        margin-bottom: 30px
    }
}

.contact-info-section .contact-info-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid rgba(106, 111, 120, .5)
}

@media(max-width:767.98px) {
    .contact-info-section .contact-info-block .inner-box {
        border: none
    }
}

.contact-info-section .contact-info-block .inner-box .title {
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 30px
}

.contact-info-section .contact-info-block .inner-box .info-box {
    margin-top: 7px
}

.contact-info-section .contact-info-block .inner-box .text {
    margin-bottom: 28px
}

.contact-info-section .contact-info-block .inner-box .text:last-child {
    margin-bottom: 0
}

.contact-info-section .contact-info-block .inner-box .text h4 {
    line-height: 30px;
    margin-bottom: 0
}

.contact-info-section .contact-info-block .inner-box .text a {
    color: var(--text-color);
    font-size: 16px;
    line-height: 30px
}

.contact-info-section .contact-info-block .inner-box .text a:hover {
    color: var(--theme-color1)
}

.countries-section {
    position: relative;
    padding: 120px 0 80px
}

@media(max-width:991.98px) {
    .countries-section {
        padding: 90px 0 20px
    }
}

.country-block {
    margin-bottom: 30px;
    min-height: 230px
}

.country-block .inner-box {
    position: relative;
    padding: 15px 20px;
    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;
    border: 1px solid #f2edeb;
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.country-block .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 0;
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: ""
}

.country-block .inner-box:hover {
    padding-bottom: 30px
}

.country-block .inner-box:hover:before {
    height: 100%
}

.country-block .inner-box:hover .title,
.country-block .inner-box:hover .text {
    color: var(--theme-color-light)
}

.country-block .inner-box:hover .read-more {
    opacity: 1;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.country-block .inner-box:hover .bg-map {
    height: 100%;
    opacity: 1
}

.country-block .inner-box .bg-map {
    background-image: url(../images/icons/bg-map.png);
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 170px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.country-block .inner-box img {
    border-radius: 50%;
    border: 1px solid #f2edeb;
    display: block;
    margin-bottom: 20px;
    padding: 5px;
    position: relative
}

.country-block .inner-box .title {
    color: var(--theme-color2);
    margin-bottom: 5px;
    position: relative
}

.country-block .inner-box .text {
    line-height: 26px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.country-block .inner-box .read-more {
    background-color: var(--theme-color1);
    border-radius: 50%;
    bottom: -18px;
    color: var(--theme-color-light);
    font-size: 14px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 36px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-section {
    position: relative;
    padding: 10px 0;
    overflow: hidden
}

@media(max-width:991.98px) {
    .news-section {
        padding: 30px 0;
    }
}

.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 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-block .inner-box:hover .bottom-box:before {
    height: 100%
}

.news-block .inner-box:hover .bottom-box .comments,
.news-block .inner-box:hover .bottom-box .comments i,
.news-block .inner-box:hover .bottom-box .read-more,
.news-block .inner-box:hover .bottom-box .read-more i {
    color: var(--theme-color-light)
}

.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;
    height:300px;
    border-radius: 12px;
    object-fit: fill;
}

/* .news-block .image-box .image a:after {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
} */

.news-block .image-box .date {
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--theme-color1);
    color: var(--theme-color-light);
    z-index: 1;
    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;
    height: 60px;
    width: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase
}

.news-block .image-box .date b {
    color: var(--theme-color-light);
    display: block;
    font-weight: 700;
    line-height: 16px
}

.news-block .image-box .date:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: var(--bg-theme-color1);
    content: "";
    opacity: .3;
    z-index: -1
}

.news-block .content-box {
    position: relative;
    padding: 10px 2px;
    /* background-color: #fff; */
    /* border: 1px solid #e6e8ed; */
    /* border-bottom: 0 */
}

@media(max-width:767.98px) {
    .news-block .content-box {
        padding: 25px 20px 35px
    }
}

.news-block .content-box .post-info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.news-block .content-box .post-info li {
    position: relative;
    font-family: var(--title-font);
    font-size: 14px;
    line-height: 25px;
    color: #444;
    font-weight: 400;
    margin-right: 14px
}

.news-block .content-box .post-info li i {
    margin-right: 2px;
    color: var(--theme-color1);
    font-size: 14px
}

.news-block .content-box .title {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 0;
    color: #333333;
}

.news-block .content-box .text {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 350;
    line-height: 26px;
    letter-spacing: 0.39px;
    /* text-align: justify; */
    color: #333333;
}

@media(max-width:1199.98px) {
    .news-block .content-box .title {
        font-size: 19px
    }
}

.news-block .content-box .title:hover {
    color: var(--theme-color2)
}

/* .news-block .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;
    padding: 10px 40px;
    background-color: #f4f5f8;
    border: 1px solid #e6e8ed;
    border-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    z-index: 0
}

.news-block .bottom-box:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    height: 0;
    width: calc(100% + 2px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1
}*/

.news-block .bottom-box .comments {
    font-size: 14px;
    color: #444;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block .bottom-box .comments i {
    font-size: 14px;
    color: var(--theme-color1);
    margin-right: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block .read-more {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.news-block .bottom-box .read-more i {
    margin-left: 10px;
    color: var(--theme-color1);
    font-size: 16px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.news-block .bottom-box .read-more:hover {
    color: var(--theme-color2)
}

.news-block .bottom-box .read-more:hover i {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0
}

.news-section-two {
    padding: 120px 0
}

@media(max-width:991.98px) {
    .news-section-two {
        padding: 90px 0
    }
}

.news-section-two .carousel-column .carousel-outer {
    position: relative;
    margin-right: -410px
}

@media(max-width:991.98px) {
    .news-section-two .carousel-column .carousel-outer {
        margin-right: 0
    }
}

.news-section-two .default-dots .owl-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: -407px;
    top: -90px
}

.news-section-two .default-dots .owl-dots .owl-dot {
    height: 3px;
    width: 30px;
    margin: 0 5px;
    background-color: #ebebed;
    border: 1px solid #ebebed
}

@media(max-width:1199.98px) {
    .news-section-two .default-dots .owl-dots .owl-dot {
        display: none
    }
}

.news-section-two .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1)
}

.news-section-two .news-block {
    margin-bottom: 0
}

.blog-section {
    position: relative;
    padding: 120px 0 96px
}

@media(max-width:991.98px) {
    .blog-section {
        padding: 90px 0 66px
    }
}

.blog-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-block .inner-box:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.blog-block .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.blog-block .image-box {
    position: relative
}

.blog-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.blog-block .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-block .image-box .image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.blog-block .image-box .date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 72px;
    display: block;
    z-index: 3
}

.blog-block .image-box .date strong {
    position: relative;
    display: block;
    width: 72px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--title-font);
    padding: 5px 0 13px;
    line-height: 1;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-align: center
}

.blog-block .image-box .date strong span {
    display: block;
    font-size: 14px;
    font-family: var(--text-font);
    margin-top: 4px
}

.blog-block .content-box {
    margin-top: 18px
}

.blog-block .content-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 33px;
    margin-bottom: 8px
}

.blog-block .content-box .post-meta li {
    position: relative;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 400
}

.blog-block .content-box .post-meta .categories:hover a {
    color: var(--theme-color1)
}

.blog-block .content-box .post-meta .categories:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000;
    width: 21px;
    left: -33px;
    bottom: 14px
}

.blog-block .content-box .post-meta .categories a {
    color: var(--theme-color1)
}

.blog-block .content-box .post-meta .date {
    color: var(--theme-color1);
    margin-left: 32px
}

.blog-block .content-box .post-meta .date:before {
    bottom: 10px;
    bottom: 13px;
    border-radius: 50%;
    background-color: #aaa9a8;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: -18px
}

.blog-block .content-box .title {
    color: var(--theme-color2);
    margin-left: 33px
}

@media(max-width:1199.98px) {
    .blog-block .content-box .title {
        font-size: 20px
    }
}

.blog-block .content-box .title:hover {
    color: var(--theme-color1)
}

.clients-section {
    position: relative;
    padding: 60px 0;
    /* background-color: rgba(198, 148, 83, .1) */
}

.clients-section .sponsors-outer {
    padding: 40px 0
}

.clients-section.style-two {
    padding: 0 0 284px
}

@media(max-width:991.98px) {
    .clients-section.style-two {
        padding: 0 0 200px
    }
}

.clients-section.style-two .bg-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgba(198, 148, 83, .95)
}

.clients-section.style-two .sponsors-outer {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    z-index: 1
}

@media(max-width:767.98px) {
    .clients-section.style-two .sponsors-outer {
        padding: 0
    }
}

.clients-section.style-two .client-block .image {
    opacity: 50%
}

.clients-section.style-two .client-block .image:hover {
    opacity: 1
}

.clients-section.style-three {
    background-color: transparent;
    padding: 112px 0 96px
}

@media(max-width:991.98px) {
    .clients-section.style-three {
        padding: 83px 0 55px
    }
}

.clients-section.style-three .text {
    font-size: 18px
}

@media(max-width:767.98px) {
    .clients-section.style-three .text {
        font-size: 16px
    }
}

.clients-section.style-three .sponsors-outer {
    padding: 0
}

.clients-section.style-four {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: transparent
}

.client-block {
    position: relative;
    overflow: hidden;
    text-align: center
}

.client-block .image {
    position: relative;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    min-height: 130px;
    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
}

.client-block .image:hover img:first-child {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.client-block .image:hover img:nth-child(2) {
    -webkit-transform: translateY(-50%) scaleY(2);
    transform: translateY(-50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.client-block img {
    position: relative;
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.client-block img:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    -webkit-transform: translateY(50%) scaleY(2);
    transform: translateY(50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.clients-carousel {
    position: relative
}

.clients-carousel .client-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.clients-carousel .client-item a {
    display: block;
    padding: 35px 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-carousel .client-item a.active {
    background-color: #ebeef5
}

.clients-carousel .client-item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    opacity: .2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: auto
}

.clients-carousel .client-item:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.clients-section-two {
    position: relative
}

.clients-section-two .sponsors-outer {
    padding: 0
}

.client-block-two {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.client-block-two .image {
    position: relative;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 0;
    min-height: 200px;
    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
}

.client-block-two .image:hover img {
    opacity: 1
}

.client-block-two .image:hover img:first-child {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.client-block-two .image:hover img:nth-child(2) {
    -webkit-transform: translateY(-50%) scaleY(2);
    transform: translateY(-50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.client-block-two img {
    position: relative;
    width: auto !important;
    display: inline-block !important;
    opacity: 30%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.client-block-two img:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    -webkit-transform: translateY(50%) scaleY(2);
    transform: translateY(50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.clients-carousel-two {
    position: relative
}

.clients-carousel-two .client-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.clients-carousel-two .client-item a {
    display: block;
    padding: 35px 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-carousel-two .client-item a.active {
    background-color: #ebeef5
}

.clients-carousel-two .client-item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    opacity: .2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: auto
}

.clients-carousel-two .client-item:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.product-details .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px
}

.product-details .bxslider .image-box img {
    width: 100%
}

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px
}

.product-details .bxslider .thumb-box li:last-child {
    margin: 0 !important
}

.product-details .bxslider .thumb-box li a {
    position: relative;
    display: inline-block
}

.product-details .bxslider .thumb-box li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1
}

.product-details .bx-wrapper {
    margin-bottom: 30px
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px
}

.product-details .product-info .product-details__title {
    font-size: 22px;
    line-height: 44px;
    font-weight: 400;
    margin: 0
}

.product-details .product-info .product-details__review {
    font-weight: 400;
    font-size: 16px;
    color: #383633;
}

.product-details .product-info .prices {
    position: relative;
    display: inline-block;
    color: var(--theme-color-dark);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 25px 0px;
}

.product-details .product-info .prices del {
    color: #770434;
    font-size: 18px;
}

.product-details .product-info .product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
}

.product-details .product-info .product-details__reveiw i {
    font-size: 16px;
    color: var(--theme-color2)
}

.product-details .product-info .product-details__reveiw i+i {
    margin-left: 4px
}

.product-details .product-info .product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--theme-color1);
    margin-left: 18px
}

.product-details .product-info .product-details__quantity-title {
    margin: 0;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px
}

@media only screen and (max-width:767px) {
    .product-details .product-info .product-details__buttons {
        flex-direction: row;
    }
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
    margin-left: 10px;
}

@media only screen and (max-width:767px) {
    .product-details .product-info .product-details__buttons-1 {
        /* margin-bottom: 10px; */
        margin-right: 10px
    }
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
    background-color: var(--theme-color2)
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
    background-color: var(--theme-color1)
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
    background-color: var(--theme-color1)
}

@media only screen and (max-width:767px) {
    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0
    }
}

.product-details .product-info .product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-details .product-info .product-details__social .title {
    position: relative;
    display: block
}

.product-details .product-info .product-details__social .title h3 {
    color: #222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700
}

.product-details .product-info .product-details__social .social-icon-one {
    margin-left: 30px
}

@media only screen and (max-width:767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 0
    }
}

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

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 10px;
    height: 50px
}

.product-details__quantity .quantity-box input {
    width: 98px;
    height: 50px;
    border: 1px solid #e0e4e8;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.product-details__quantity .quantity-box button {
    width: 29px;
    height: 24px;
    background-color: transparent;
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #770434;
    border: none;
    border-left: 1px solid #e0e4e8;
    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;
    outline: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-details__quantity .quantity-box button:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color2)
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
}

.product-discription {
    position: relative;
    display: block
}

.product-discription .product-description__title {
    font-size: 30px;
    margin-bottom: 27px
}

.product-discription .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0
}

.product-discription .product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px
}

.product-discription .product-description__list ul {
    position: relative;
    display: block
}

.product-discription .product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px
}

.product-discription .product-description__list ul li:last-child {
    margin-bottom: 0
}

.product-discription .product-description__list ul li p {
    margin: 0;
    font-weight: 600;
    color: var(--headings-color)
}

.product-discription .product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px
}

.product-discription .tabs-content .text p {
    margin-bottom: 17px
}

.product-discription .tabs-content .text p:last-child {
    margin-bottom: 0
}

.product-discription .tab-btn-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px
}

.product-discription .tab-btn-box:before {
    position: absolute;
    content: "";
    background-color: #e1e8e4;
    width: 100%;
    height: 1px;
    left: 0;
    top: 28px
}

.product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2434;
    text-align: center;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #e1e8e4;
    cursor: pointer;
    margin: 0 8.5px;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1)
}

.product-discription .tab-btn-box .tab-btns li:last-child {
    margin-bottom: 0
}

.product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #f4f5f4;
    padding: 34px 30px 34px 125px
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0 !important
}

.product-discription .single-comment-box .inner-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px
}

.product-discription .single-comment-box .inner-box h5 span {
    font-weight: 400;
    text-transform: capitalize
}

.product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px
}

.product-discription .comment-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 51px 60px 60px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.product-discription .comment-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px
}

.product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707582;
    margin-bottom: 8px
}

.product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0
}

.product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-top: 8px
}

.product-discription .comment-box .review-box p {
    position: relative;
    float: left;
    margin-right: 10px
}

.product-discription .comment-box .review-box .rating {
    position: relative;
    float: left
}

.product-discription .comment-box .review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    color: #fdc009
}

.product-discription .comment-box .review-box .rating li:last-child {
    margin: 0 !important
}

.product-discription .comment-box .custom-controls-stacked {
    position: relative;
    float: left
}

.related-product h3 {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .product-details__img {
        margin-bottom: 50px
    }

    .product-details__title span {
        margin-left: 0;
        display: block
    }

    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px
    }

    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px
    }
}

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

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.html);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.html);
    background-repeat: no-repeat;
    background-position: center bottom
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: ""
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2)
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.html)
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.html)
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.html)
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.html)
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px
}

.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px
}

.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.category-block h4 a:hover {
    color: var(--theme-color1)
}

.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0
}

.categories-section-two {
    position: relative;
    padding: 120px 0 90px
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9
}

.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px
}

.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: ""
}

.category-block-two .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.category-block-two .inner-box:hover .image img {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.category-block-two .inner-box:hover h4 a {
    color: var(--theme-color1)
}

.category-block-two .content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: ""
}

.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .1em;
    content: attr(data-text)
}

.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px
}

.category-block-two .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.category-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: .3;
    left: -100%;
    pointer-events: none;
    z-index: 1
}

.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px
}

.category-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.category-block-two.child-two .link {
    background: #f0e2e3
}

.category-block-two.child-two .inner-box:before {
    background: #f0e2e3
}

.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2
}

.category-block-two.child-two .content:before {
    background: #f0e2e3
}

.category-block-two.child-two .content:after {
    color: #f0e2e3
}

.category-block-two.child-three .link {
    background: #f1ede1
}

.category-block-two.child-three .inner-box:before {
    background: #f1ede1
}

.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579
}

.category-block-two.child-three .content:before {
    background: #f1ede1
}

.category-block-two.child-three .content:after {
    color: #f1ede1
}

.products-section {
    position: relative;
    padding: 10px 0 0;
    overflow: hidden
}

@media(max-width:991.98px) {
    .products-section {
        padding: 10px 0
    }
}

.products-section .bg-pattern-7 {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 524px;
    height: 822px;
    background-image: url(../images/pattern/bg-pattern-7.png)
}

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: .7;
    content: ""
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.html);
    background-position: center bottom;
    content: ""
}

.products-section .owl-theme .owl-nav {
    bottom: 100px;
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.html) top left no-repeat;
    content: ""
}

.products-box .sec-title {
    margin-bottom: 30px
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0
}

.featured-products {
    position: relative;
    padding: 120px 0 90px
}

.featured-products .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/icons/pattern-7.html) left bottom no-repeat;
    background-size: 700px
}

.featured-products .filters {
    margin-bottom: 40px;
    text-align: center
}

.featured-products .filters .filter-tabs {
    position: relative;
    display: inline-block
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0 2px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 12px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-products .filters li:last-child {
    margin-right: 0
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
    color: var(--theme-color1)
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #ffc737;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.product-block {
    position: relative;
    margin-bottom: 30px
}

.product-block.mix {
    display: none
}

.product-block .product-made {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Segoe UI';
    width: fit-content;
    padding: 2px 5px;
    color: #770434;
    background-color: #fff;
    font-size: 8px;
    font-weight: bold;
    line-height: 15px;
    border-radius: 2px;
    border:1px solid #770434;
}

.product-block .product-new {
    position: absolute;
    top: 20px;
    left: 20px;
    width: fit-content;
    padding: 5px 10px;
    color: #000;
    /* border: 1px solid #000;
    border-radius: -2px; */
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    background: #ffffc5;
}

.product-success {
    position: absolute;
    top: 20px;
    left: 20px;
    width: fit-content;
    padding: 5px 10px;
    color: #fff;
    /* border: 1px solid #000;
    border-radius: -2px; */
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    background: #708090;
}

.product-block .inner-box {
    position: relative;
    border-radius: 10px;
    /* text-align: center; */
    background: 0 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-block .inner-box {
    padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fff;
}

.product-block .image {
    position: relative;
    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;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.13);
}

.product-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: .3;
    left: -100%;
    pointer-events: none;
    z-index: 1
}

.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.product-block .image img {
    width: auto;
    height: 235px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    /* border-radius: 10px; */
}

@media (max-width: 576px) {
  .product-block .image img {
    height: 140px;
    object-fit: contain;
  }
  .product-block .content-box .buy-btn,
    .product-block .content-box .cart-btn {
        font-family: 'Segoe UI';
        width: 100%;
        text-align: center;
        padding: 5px 5px !important;
        color: #fff;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 18px;
        transition: all 0.3s ease;
        display: block;
        background: #770434;
        font-weight: bold;
        border-radius:5px !important;
    }
}


.product-block .content {
    position: relative;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.product-block .content-box {
    display: flex;
    justify-content: space-around;
    align-items: center;    
    background-color: #fff;
}

.product-block .content-box .buy-btn,
.product-block .content-box .cart-btn {
    font-family: 'Segoe UI';
    width: 100%;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    transition: all 0.3s ease;
    display: block;
    background: #770434;
    font-weight: bold;
    border-radius:5px;
}

.product-block .content-box .buy-btn {
    border-right: 1px solid #4845432E;
}

.product-block .content-box .cart-btn {
    border-left: 1px solid #4845432E;
}

.product-block .content-box .buy-btn:hover {
    background-color: #f0f0f0;
    color: #333;
    transform: scale(1.05);
    border-bottom-left-radius: 16px;
}

.product-block .content-box .cart-btn:hover {
    background-color: #EAB33B;
    color: #333;
    transform: scale(1.05);
    border-bottom-right-radius: 16px;
}


.product-block h4 {
    display: block;
    color: var(--theme-color2);
    margin-bottom: 5px
}

.product-block h4 a {
    font-family: 'Segoe UI';
    color: rgba(56, 54, 51, 1);
    font-size: 16px;
    font-weight: 500;
    /* line-height: 0px; */
    letter-spacing: 0.30000001192092896px;
    /* text-align: left; */
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-name1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  height: 2.8em; /* for 2 lines */
  line-height: 1.4em;

  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .product-name1 {
    font-size: 14px;
    height: 1.6em;
    line-height: 1.3em;
  }
}


.product-block h4 a:hover {
    color: var(--theme-color1)
}

.product-block .price {
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Segoe UI';
    line-height: 16px;
    color: var(--theme-color2);
    letter-spacing: 0.30000001192092896px;
}

.product-block .price del {
    display: inline-block;
    font-size: 13px;
    color: #770434;
    line-height: 27px;
    opacity: 1;
}

.product-block .rating {
    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;
    font-size: 14px;
    color: #ffc737;
    letter-spacing: 6px
}

.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    background: #fd5f5c;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase
}

.product-block .icon-box {
    position: absolute;
    right: 30px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-block .inner-box:hover .icon-box {
    top: 60px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.product-block .ui-btn {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 9;
    background-color: #fff;
    color: #770434;
    cursor: pointer;
    border-radius: 50px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.product-block .ui-btn:hover {
    background-color: #fff;
    color: #770434
}

.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    font-family: 'Segoe UI';
    margin-bottom: 5px
}

table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
    min-width: 64px
}

table.tbl-shopping-cart img,
table.cart-total img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
    color: var(--headings-color)
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
    font-size: .9rem;
    list-style: none
}

table.tbl-shopping-cart .product-remove button,
table.cart-total .product-remove button {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: #ffffff;
    text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color2)
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
    color: #444
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px
}

.payment-method .accordion-box .block:last-child {
    margin-bottom: 0
}

.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    font-size: 28px;
    color: #1e2434
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--theme-color-light)
}

.payment-method .payment-method h3 {
    margin-bottom: 32px
}

.shop-sidebar {
    position: relative;
    display: block
}

.shop-sidebar .sidebar-search {
    margin-bottom: 30px
}

.shop-sidebar .sidebar-search .search-form .form-group {
    position: relative;
    margin: 0
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    position: relative;
    width: 100%;
    height: 52px;
    background-color: var(--theme-light-background);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #646578;
    padding: 10px 60px 10px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1)
}

.shop-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background-color: var(--theme-light-background);
    padding: 35px 30px 37px;
    border-radius: 5px;
    margin-bottom: 30px
}

.shop-sidebar .sidebar-widget:last-child {
    margin-bottom: 0
}

.shop-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 16px
}

.shop-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 14px
}

.shop-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0
}

.shop-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    color: #646578;
    font-weight: 400;
    padding-left: 20px
}

.shop-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "font awesome 6 pro";
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color2)
}

.shop-sidebar .category-widget .category-list li a:hover {
    color: var(--theme-color1)
}

.shop-sidebar .price-filters .widget-title {
    margin-bottom: 28px
}

.shop-sidebar .post-widget {
    padding-bottom: 9px
}

.shop-sidebar .post-widget .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    min-height: 108px;
    border-bottom: 1px solid #e1e1e1
}

.shop-sidebar .post-widget .post:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.shop-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: 7px;
    width: 70px;
    height: 70px;
    border: 1px solid #d0d4dd;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.shop-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px
}

.shop-sidebar .post-widget .post a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #646578;
    margin-bottom: 7px
}

.shop-sidebar .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Segoe UI';
    font-weight: 600;
    color: #0a267a
}

.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1)
}

.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color1)
}

.range-slider {
    position: relative
}

.range-slider .title {
    line-height: 26px;
    position: relative;
    display: inline-block;
    margin-right: 4px
}

.range-slider .title:before {
    position: absolute;
    content: "$";
    left: -5px;
    top: -19px;
    color: #646578;
    font-size: 18px
}

.range-slider p {
    position: relative;
    display: inline-block;
    color: #646578;
    margin-right: 10px !important
}

.range-slider .input {
    color: #646578;
    max-width: 75px;
    font-size: 18px;
    margin-top: 5px;
    position: relative;
    display: inline-block
}

.range-slider .input input {
    background: 0 0;
    color: #646578;
    font-size: 15px;
    text-align: left
}

.range-slider .ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    margin-bottom: 14px;
    background-color: #d0d4dd;
    border-radius: 2px
}

.range-slider .ui-slider .ui-slider-range {
    top: 0;
    height: 4px;
    background-color: var(--theme-color1)
}

.range-slider .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0;
    background-color: var(--theme-color1)
}

.range-slider .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%
}

.range-slider .ui-widget-content .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0;
    background-color: var(--theme-color1)
}

.range-slider .ui-widget-content .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%
}

.range-slider input[type=submit] {
    position: relative;
    display: block;
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    float: right;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.range-slider input[type=submit]:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color2)
}

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

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

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

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

.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0;
    min-height: 250px
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: .5;
    content: ""
}

.page-title .title {
    font-size: 64px;
    color: #fff;
    margin-bottom: 17px
}

.page-title .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .05em;
    max-width: 520px
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: var(--theme-color-light);
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize
}

.product-breadcrumb .page-breadcrumb li {
    color: var(--theme-color1);
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: var(--theme-color-light);
    font-size: 14px;
    font-weight: 900;
    font-family: "font awesome 6 pro";
}

.product-breadcrumb .page-breadcrumb li:after {
    color: var(--theme-color1);
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-breadcrumb li:last-child::after {
    display: none
}

.page-breadcrumb li a {
    color: var(--theme-color-light);
    font-weight: 500;
    text-transform: capitalize;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.product-breadcrumb .page-breadcrumb li a {
    color: var(--theme-color1);
}

.page-breadcrumb li a:hover {
    color: #fff
}

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

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #fff;
    color: #ff6d2e;
    z-index: 1;
    padding-left: 0;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center
}

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

.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

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

.error-page__inner {
    position: relative;
    display: block;
    text-align: center
}

.error-page__inner .error-page__title-box {
    position: relative;
    display: block
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1)
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto
}

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.02em
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px;
    border-radius: 10px;
    background: 0 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color)
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1)
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    background: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    border-radius: 10px
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1)
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0 44px;
    z-index: 1
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, .93);
    border-radius: 10px;
    content: "";
    z-index: -1
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2)
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color)
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #fff;
    font-size: 36px
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1)
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #fff
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08)
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px;
    background-size: cover;
    background-repeat: no-repeat
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2)
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2)
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.service-list li:last-child {
    margin-bottom: 0
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, .05)
}

.service-list li a:hover,
.service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px
}

.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2)
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar-service-list {
    margin: 0
}

.sidebar-service-list li+li {
    margin-top: 10px
}

.sidebar-service-list li a {
    background-color: #f5faff;
    border-radius: 15px;
    color: var(--theme-color2);
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 40px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar-service-list li a:hover {
    color: var(--theme-color2)
}

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color2)
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px
}

.sidebar-service-list li.current a {
    color: var(--theme-color1)
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1)
}

.service-details-help {
    position: relative;
    display: block;
    padding: 57px 55px 50px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--theme-color1);
    border-radius: 15px;
    overflow: hidden
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg)
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.help-icon:hover {
    background-color: var(--theme-color1);
    color: #fff
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: .7
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.help-contact a:hover {
    color: #fff
}

.project-details__img {
    position: relative;
    display: block
}

.project-details__img img {
    width: 100%;
    border-radius: 10px
}

.project-details__content {
    position: relative;
    display: block
}

.project-details__content-left {
    position: relative;
    display: block;
    margin-top: 31px
}

.project-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px
}

.project-details__details-box {
    position: relative;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 43px 50px 50px;
    z-index: 1
}

.project-details__details-list {
    position: relative;
    display: block
}

.project-details__details-list li {
    position: relative;
    display: block
}

.project-details__details-list li+li {
    margin-top: 24px
}

.project-details__client {
    font-size: 16px;
    color: #838d9e;
    line-height: 24px;
    margin: 0
}

.project-details__name {
    font-size: 16px;
    line-height: 24px
}

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

.project-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2)
}

.project-details__social a+a {
    margin-left: 10px
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    /* border-top: 1px solid #ece9e0;
    border-bottom: 1px solid #ece9e0; */
    padding: 30px 0;
    /* margin-top: 117px */
}

.project-details__pagination {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.project-details__pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-details__pagination li button {
    font-size: 14px;
    color: #757873;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: transparent;
}

.project-details__pagination li button:hover {
    color: var(--theme-color1)
}

.project-details__pagination li button:hover i {
    background-color: var(--theme-color2);
    color: var(--theme-light-background);
    border: 2px solid var(--theme-color2)
}

.project-details__pagination li .content {
    position: relative;
    display: block
}

.project-details__pagination li.next {
    /* float: left; */
    position: relative
}

.project-details__pagination li.next i {
    position: relative;
    height: 42px;
    width: 42px;
    border: 2px solid #0e2207;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 20px;
    font-weight: 900;
    z-index: 1
}

.project-details__pagination li.next .content {
    text-align: left
}

.project-details__pagination li.previous {
    position: relative;
    /* float: right */
}

.project-details__pagination li.previous i {
    position: relative;
    height: 42px;
    width: 42px;
    border: 2px solid #0e2207;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 20px;
    font-weight: 900;
    z-index: 1
}

.project-details__pagination li.previous .content {
    text-align: right
}

.blog-details {
    position: relative;
    display: block
}

.blog-details__left {
    position: relative;
    display: block
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px
}

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

.blog-details__meta li+li {
    margin-left: 18px
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-details__meta li a:hover {
    color: var(--theme-color1)
}

.blog-details__meta li a i {
    color: var(--theme-color1);
    margin-right: 6px
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: var(--body-font-weight-bold)
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-top: 49px;
    border-top: 1px solid #ece9e0
}

@media only screen and (max-width:767px) {
    .blog-details__bottom {
        gap: 30px
    }
}

.blog-details__bottom p {
    margin: 0
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold)
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
    display: inline-block;
    padding: 5px 30px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px
}

.blog-details__tags a:hover {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    text-decoration: none
}

.blog-details__tags a+a {
    margin-left: 6px
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.blog-details__social-list a:hover {
    color: var(--theme-color-light)
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-color2);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
}

.blog-details__social-list a+a {
    margin-left: 10px
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px
}

.blog-details__pagenation {
    position: relative;
    display: block
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: var(--body-font-weight-bold);
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px
}

.blog-details__pagenation li:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light)
}

.blog-details__pagenation li+li {
    margin-left: 30px
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px
}

@media only screen and (max-width:767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px
}

@media only screen and (max-width:767px) {
    .nav-links .prev {
        width: 100%
    }
}

.nav-links .prev .thumb {
    margin-right: 20px
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px)
}

@media only screen and (max-width:767px) {
    .nav-links .next {
        width: 100%
    }
}

.nav-links .next .thumb {
    margin-left: 20px
}

.nav-links>div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.nav-links>div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden
}

.nav-links>div .thumb a {
    display: inline-block
}

.nav-links>div>a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .nav-links>div>a {
        padding: 30px
    }
}

.nav-links>div>a:hover {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1)
}

@media(max-width:991px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight)
}

.sidebar__search {
    position: relative;
    display: block
}

.sidebar__search-form {
    position: relative
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--theme-color-light);
    opacity: 1
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--theme-color-light);
    opacity: 1
}

@media only screen and (max-width:767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: var(--theme-color-light);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media only screen and (max-width:767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .sidebar__post {
        padding: 30px
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px
}

@media only screen and (max-width:767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

@media only screen and (max-width:767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #fff;
    border-radius: 10px
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0;
    flex: 70px 0 0
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color2);
    font-size: 14px;
    padding-right: 3px
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .sidebar__category {
        padding: 30px 15px
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px
}

.sidebar__category-list {
    margin: 0
}

.sidebar__category-list li+li {
    margin-top: 4px
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: 0 0;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px
}

.sidebar__category-list li a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px
}

.sidebar__category-list li.active a {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .sidebar__tags {
        padding: 30px
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px
}

.sidebar__tags-list {
    margin-top: -10px
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
    display: inline-block;
    padding: 5px 28px;
    margin-left: 5px;
    border-radius: 30px
}

.sidebar__tags-list a:hover {
    color: var(--text-color-bg-theme-color1);
    background: var(--theme-color1)
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .sidebar__comments {
        padding: 30px
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px
}

.sidebar__comments-list {
    position: relative;
    display: block
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--theme-color-light)
}

.sidebar__comments-list li+li {
    margin-top: 23px
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: var(--text-color-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;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500
}

.sidebar__comments-text-box p span {
    color: #0e2207
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0
}

.comment-one .comment-one__title {
    margin-bottom: 30px
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top
}

@media only screen and (max-width:767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px
}

@media only screen and (max-width:767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0
    }
}

.comment-one .comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-black);
    margin-bottom: 24px
}

.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500
}

.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0;
    flex: 100px 0 0
}

.comment-one .comment-one__image img {
    border-radius: 50%
}

.comment-form .comment-form__title {
    margin-top: -7px
}

.team-details {
    position: relative;
    display: block
}

.team-details__top {
    padding: 0 0 120px
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: .5;
    z-index: 2
}

.team-details-shape-1 img {
    width: auto
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px
}

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: .35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px
}

@media only screen and (max-width:991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px
}

.team-details__top-title {
    font-size: 16px;
    color: var(--theme-color1)
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.team-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light)
}

.team-details__social a+a {
    margin-left: 10px
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color1);
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px
}

.team-details__bottom-left-text {
    padding-top: 30px
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px
}

@media only screen and (max-width:991px) {
    .team-details__bottom-right {
        margin-left: 0
    }
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color1);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease
}

.team-details__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 21px;
    color: var(--theme-color1);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0
}

.team-details__progress-single {
    position: relative;
    display: block
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--theme-color2);
    margin-bottom: 6px
}

.team-contact-form {
    background-color: #eef0f6
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
    background-color: #fff
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px
}

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

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.contact-details__info li .icon span {
    color: var(--text-color-bg-theme-color1);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.contact-details__info li:hover .icon {
    background-color: var(--theme-color2)
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color-light)
}

.contact-details__info li:hover .text a {
    color: var(--notech-base)
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray)
}

.contact-details__info li .text {
    margin-left: 30px
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black)
}

.contact-details__info li+li {
    margin-top: 19px
}

.main-footer {
    background-color: #770434;
    position: relative;
    border-top: 1px solid #c5c5c5;
}

.main-footer .footer-logo {
    max-height: 145px;
}

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

.main-footer .widgets-section {
    position: relative;
    padding: 40px 0 0px;
}

/* .main-footer .newsletter input[type="email"] {
    height: 40px;
    border: 1px solid #708090;
    padding: 8px;
    border-radius: 30px;
    width: 445px;
} */

/* .main-footer .newsletter button {
    color: #fff;
    padding: 8px 36px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    transition: .5s;
    margin-left: -2px;
    border:1px solid #000
}

.main-footer .newsletter button:hover {
    border: 1px solid #000;
    height: 40px;
} */

.main-footer .newsletter form {
    position: relative;
}

@media(max-width:991.98px) {

    .products-page-title {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 30px !important;
        min-height: unset !important;
    }
    .about-page-title,
    .contact-page-title {
        min-height: unset !important;
    }
    

    .main-footer .widgets-section {
        padding: 15px 0px !important;
    }
}

.main-footer .footer-column {
    position: relative;
    /* margin-bottom: 40px */
}

.main-footer .footer-widget {
    position: relative
}

.main-footer .widget-title {
    position: relative;
    font-family: 'Segoe UI';
    font-weight: 400;
    font-size: 22px;
    color: var(--theme-color-light);
    line-height: 1.2em;
    padding: 0;
    margin-bottom: 0px
}

.main-footer .widget-heading {
    font-size: 15px;
    text-align: left;
    color: #fff;
}

.main-footer .widget-sub-title {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 400;
    line-height: 38px;
    color: var(--theme-color-light);
    margin-bottom: 0;
}

/* .main-footer .widget-title:after {
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 2px;
    width: 75px;
    background-color: var(--bg-theme-color1);
    content: ""
}

.main-footer .widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: rgba(255, 255, 255, .1)
} */

.main-footer .about-widget {
    position: relative
}

.main-footer .about-widget .about-title {
    color: var(--theme-color-light);
    position: relative;
    font-family: var(--text-font);
    font-size: 32px
}

.main-footer .about-widget .text {
    font-family: 'Segoe UI';
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.69px;
    text-align: center;
    color: var(--theme-color-light);
}

.user-links {
    position: relative
}

.user-links li {
    position: relative;
    font-size: 14px;
    line-height: 38px;
    color: var(--theme-color-light);
    font-weight: 300;
    /* margin-bottom: 14px;*/
}

.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: #000
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    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%
}

.contact-widget {
    position: relative
}

.contact-widget .widget-title {
    font-family: 'Segoe UI';
    font-size: 15px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: var(--theme-color-light);
}

.contact-widget .text {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: var(--theme-color-light);
    margin-bottom: 25px
}

.contact-widget .contact-info {
    position: relative
}

.contact-widget .contact-info li {
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-widget .contact-info li a {
    color: inherit;
    -webkit-transition: none;
    transition: none
}

.contact-widget .contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color1);
    line-height: 26px;
    width: 20px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-widget .contact-info li:hover {
    color: var(--theme-color1)
}

.gallery-widget {
    position: relative
}

.gallery-widget .outer {
    position: relative;
    margin: 0 -3px
}

.gallery-widget .outer .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 11px
}

.gallery-widget .image img {
    display: block;
    width: 100%
}

.gallery-widget .image a {
    position: relative;
    display: block;
    overflow: hidden
}

.gallery-widget .image a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 101%;
    background: var(--theme-color1) padding-box content-box;
    opacity: .8;
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.gallery-widget .image a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-widget .image a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-widget .image a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "\f0c1";
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: var(--theme-color-light);
    font-weight: 900;
    font-family: "font awesome 6 pro";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.footer-bottom {
    position: relative;
    width: 100%
}

.footer-bottom .inner-container {
    position: relative;
    /* text-align: center; */
    background-color: #770434;
    padding: 10px 0px
}

.footer-bottom .copyright-text {
    position: relative;
    color: #8c8f94;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.footer-bottom .copyright-text a {
    color: var(--theme-color1)
}

.footer-bottom .copyright-text a:hover {
    color: #000
}

.footer-section-two {
    background-color: var(--bg-theme-color2);
    padding: 108px 0 0
}

@media(max-width:991.98px) {
    .footer-section-two {
        padding: 90px 0 0
    }
}

.footer-section-two .footer-top {
    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;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 70px;
    margin-bottom: 70px
}

@media(max-width:767.98px) {
    .footer-section-two .footer-top {
        padding-bottom: 50px;
        margin-bottom: 50px;
        display: block
    }
}

.footer-section-two .footer-top .title {
    color: var(--theme-color-light);
    margin-bottom: 0
}

@media(max-width:991.98px) {
    .footer-section-two .footer-top .title {
        font-size: 36px
    }
}

@media(max-width:767.98px) {
    .footer-section-two .footer-top .title {
        margin-bottom: 30px
    }
}

@media(max-width:575.98px) {
    .footer-section-two .footer-top .title {
        font-size: 30px
    }
}

@media(max-width:991.98px) {
    .footer-section-two .footer-top .title br {
        display: none
    }
}

.footer-section-two .footer-top .theme-btn {
    width: 260px;
    height: 70px;
    line-height: 70px;
    padding: 0
}

@media(max-width:767.98px) {
    .footer-section-two .footer-top .theme-btn {
        width: 200px;
        height: 50px;
        line-height: 50px
    }
}

.footer-section-two .widgets-section {
    position: relative
}

.footer-section-two .widgets-section:before {
    content: "";
    position: absolute;
    top: 13px;
    right: calc(50% - 220px);
    width: 331px;
    height: 207px;
    background-image: url(../images/icons/bg-map-5.png)
}

@media(max-width:767.98px) {
    .footer-section-two .widgets-section:before {
        display: none
    }
}

@media(max-width:767.98px) {
    .footer-section-two .footer-widget {
        margin-bottom: 40px
    }
}

.footer-section-two .footer-widget .widget-title {
    color: var(--theme-color-light);
    margin-bottom: 23px
}

.footer-section-two .footer-widget .text {
    color: var(--theme-color-light)
}

.footer-section-two .footer-widget .contact-info li {
    padding-left: 0
}

.footer-section-two .footer-widget .contact-info li a {
    -webkit-text-decoration: revert;
    text-decoration: revert
}

.footer-section-two .user-links li {
    color: var(--theme-color-light);
    text-transform: uppercase;
    margin-bottom: 17px
}

.footer-section-two .number-column {
    position: relative
}

@media(max-width:767.98px) {
    .footer-section-two .number-column {
        margin-bottom: 40px
    }
}

.footer-section-two .number-column a {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: calc(50% - 40px);
    left: -113px;
    position: absolute;
    color: var(--theme-color-light);
    font-size: 31px;
    font-weight: 500;
    width: 239px
}

@media(max-width:575.98px) {
    .footer-section-two .number-column a {
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        position: relative
    }
}

.footer-section-two .number-column a:hover {
    color: var(--theme-color1)
}

.footer-section-two .footer-bottom {
    position: relative;
    width: 100%
}

.footer-section-two .footer-bottom .auto-container {
    padding: 0
}

.footer-section-two .footer-bottom .inner-container {
    border-top: 1px solid rgba(255, 255, 255, .1);
    background-color: transparent;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0;
    margin-top: 36px
}

@media(max-width:575.98px) {
    .footer-section-two .footer-bottom .inner-container {
        display: block
    }
}

.footer-section-two .footer-bottom .copyright-text {
    position: relative;
    font-size: 16px;
    color: var(--theme-color-light);
    font-weight: 400;
    margin-bottom: 0
}

.footer-section-two .footer-bottom .copyright-text a {
    color: inherit;
    margin-right: 30px
}

@media(max-width:575.98px) {
    .footer-section-two .footer-bottom .copyright-text a {
        margin-right: 5px
    }
}

.footer-section-two .footer-bottom .copyright-text a:last-child {
    margin-right: 0
}

.footer-section-two .footer-bottom .copyright-text a:hover {
    color: var(--theme-color1)
}

@media(max-width:575.98px) {
    .footer-section-two .footer-bottom .social-icon-two {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-section-two .footer-bottom .social-icon-two li a {
    font-size: 16px
}

.footer-section-two .footer-bottom .social-icon-two li {
    margin-left: 31px
}

.newsletter-form {
    position: relative
}

.newsletter-form .form-group {
    position: relative;
    width: 269px;
    margin-bottom: 0
}

@media(max-width:767.98px) {
    .newsletter-form .form-group {
        width: 100%
    }
}

.newsletter-form .form-group input[type=text],
.newsletter-form .form-group input[type=newsletter] {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: transparent;
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--theme-color-light);
    padding: 0 0 15px
}

.newsletter-form .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form .form-group input[type=newsletter]::-webkit-input-placeholder {
    color: #fff
}

.newsletter-form .form-group input[type=text]::-moz-placeholder,
.newsletter-form .form-group input[type=newsletter]::-moz-placeholder {
    color: #fff
}

.newsletter-form .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form .form-group input[type=newsletter]:-ms-input-placeholder {
    color: #fff
}

.newsletter-form .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form .form-group input[type=newsletter]::-ms-input-placeholder {
    color: #fff
}

.newsletter-form .form-group input[type=text]::placeholder,
.newsletter-form .form-group input[type=newsletter]::placeholder {
    color: #fff
}

/* search box */

.main-header.search-box {
    width: 30%;
}

.mobile-header .search-box {
    width: 100%;
}

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

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

.search-box .form-group input[type=search],
.search-box .form-group input[type=text] {
    position: relative;
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    width: 463px;
    height: 37px;
    border: 1px solid #fff;
    padding: 15px 40px;
    color: #707070;
    background: #ececec;
    border-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

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

.search-box .form-group button {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 37px;
    width: 37px;
    display: block;
    font-size: 12px;
    color: #707070;
    line-height: 20px;
    border-radius: 5px;
    font-weight: 300;
    background: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

/* .search-box .form-group button:hover {
    background: var(--theme-color2);
    color: #fff
} */

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

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

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

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

.search-box textarea::placeholder,
.search-box input::placeholder {
    color: inherit
}
/* service section homepage */
.service-section {
  background-color: #fff8f8;
  padding-bottom: 30px;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.service-block {
  text-align: center;
  flex: 1 1 120px;
  max-width: 150px;
}

.animated-service {
  animation: floatPulse 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.animated-service:hover {
  transform: translateY(-5px);
}

.animated-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.animated-service h6 {
  font-size: 14px;
  font-weight: 600;
  color: #770434;
  margin-top: 10px;
}

@keyframes floatPulse {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.05);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}

@media (max-width: 768px) {
  .services-row {
    flex-wrap: nowrap;
    /*! overflow-x: auto; */
    padding-bottom: 10px;
    gap: 12px;
  }

  .service-block {
    flex: 0 0 auto;
    max-width: 100px;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 5px 0px;
  }

  .animated-icon {
    width: 40px;
    height: 40px;
  }

  .animated-service h6 {
    font-size: 10px;
    width: 75px;
  }
}




@media(max-width:991.98px) {

    .projects-section-six {
        padding: 10px 0;
    }
}

.products-page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    min-height: 450px;
}

.products-page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: .2;
    content: "";
}

.products-page-title .title {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 17px;
}

.products-page-title .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .05em;
    max-width: 700px;
}


.product-details__color {
    margin-bottom: 20px;
}

.product-details__made {
    font-family: 'Segoe UI';
  width: fit-content;
  padding: 8px 10px;
  color: #770434;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  border: 1px solid #770434;
  border-radius: 5px;
}

.product-details__discount {
    font-family: 'Segoe UI';
    width: fit-content;
    padding: 9px 15px;
    color: #fff;
    background-color: var(--theme-color1);
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    border-radius: 5px;
}

.product-details__color-title {
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.product-details__color-title span {
    font-weight: 400;
}

.color-options {
    display: flex;
    gap: 10px;
}

.color-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.color-option input {
    display: none;
}

.color-swatch {
    width: 30px;
    height: 30px;
    border: 2px solid #ddd;
    border-radius: 50%;
    transition: border-color 0.3s;
}

.color-option input:checked+.color-swatch {
    border-color: #000;
}

.color-option:hover .color-swatch {
    border-color: #999;
}

/* Tooltip styling */

.tooltip-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tooltip-section .title {
    font-family: 'Segoe UI';
    font-weight: 300;
    color: #000;
    font-size: 27px;
    line-height: 21px;
}

.tooltip-section .tooltip-contant {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 75px 0;
}

.tooltip-section .tooltip-contant .theme-btn {
    margin-top: 600px;
}

.floorplan-img {
    z-index: 0;
    position: relative;
    width: 100%;
}

.map-tooltip {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centers text horizontally */
    z-index: 9;
}

.map-tooltip .line {
    width: 2px;
    height: 100px;
    background-color: #708090;
    margin-bottom: 5px;
}

#MC2 .line {
    height: 2px;
    width: 100px;
    background-color: #708090;
    margin-bottom: 5px;
}

.tooltip-text {
    position: absolute;
    width: max-content;
    bottom: 70%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: bold;
    color: #708090;
    font-weight: 300;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

#MC2 .tooltip-text {
    left: 100%;
    bottom: -40px;
}

.map-tooltip:hover .tooltip-text {
    border: 1px solid #708090;
}

.map-tooltip-info {
    width: 180px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    position: absolute;
    visibility: hidden;
    text-align: center;
    margin: -100px 0 0 0px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
    transition: visibility 0.3s ease;
}

.map-tooltip-info.visible {
    visibility: visible;
}

.map-tooltip-info h5 {
    font-family: 'Segoe UI';
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.699999988079071px;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.map-tooltip-info p {
    font-family: 'Segoe UI';
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.699999988079071px;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.map-tooltip-info p {
    font-weight: 400;
    font-size: 16px;
}

.map-tooltip-info .arrow {
    position: absolute;
    margin: 10px 0 0 88px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
}

@media (max-width: 768px) {
    .tooltip-section .tooltip-contant {
        padding: 20px 0px;
    }

    .tooltip-section .title {
        font-size: 14px;
    }

    .tooltip-section .tooltip-contant .theme-btn {
        margin-top: 190px;
    }
}

/* About Section */
.about-piece-section {
    position: relative;
    padding: 60px 0 0;
    overflow: hidden;
    text-align: center;
}

.about-piece-section .sec-title h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.about-piece-section .sec-title h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.about-piece-section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.product-statement-section {
    position: relative;
    padding: 60px 0 0;
    overflow: hidden;
}

.product-statement-section .row {
    align-items: center;
    flex-direction: row-reverse;
}

.product-statement-section .sec-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.product-statement-section .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.key-features-section {
    position: relative;
    padding: 60px 0 0;
    overflow: hidden;
}

.key-features-section .sec-title h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.key-features-section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.key-features-section .key-features {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

/* .product-details .main-product-image {
    display: flex;
    position: relative;
    align-items: center;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 2px 4.1px 0px rgba(0, 0, 0, 0.13);
}

.product-details .main-product-image .product-image-zoom {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
}

.product-details .slider-pager {
    width: 30%;
}

.product-details .main-image {
    width: 100%;
    padding: 30px;
    cursor: pointer;
}

.product-details .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.product-details .thumbnail-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-details .thumbnail-btn {
    border: none;
    background: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.product-details .thumbnail-btn img {
    width: 100%;
    max-width: 80px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.product-details .thumbnail-btn.active img {
    border-color: #708090;
    border-radius: 5px;
}

.product-details .nav-arrows {
    position: absolute;
    left: 120px;
    bottom: 0%;
    display: flex;
    flex-direction: column;
}

.product-details .arrow-btn {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.product-details .arrow-btn i {
    font-size: 18px;
} */

.products-filter {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    padding: 20px;
}

.products-filter h6 {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color1);
    margin-right: 15px;
    margin-bottom: unset;
}

.products-filter .form-select {
    margin-right: 10px;
    padding: 5px 15px;
    color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
    border-radius: 30px;
    background-color: #fff;
    font-size: 14px;
    width: auto;
}

.products-filter .form-select:hover {
    border-color: #007BFF;
}

@media (min-width: 768px) {
    .products-filter .form-select {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .products-filter {
        justify-content: center;
        flex-wrap: wrap;
    }

    .products-filter .form-select {
        width: 100%;
        margin-bottom: 10px;
    }
}



/* font weight */

.fw-100 {
    /* Thin */
    font-weight: 100 !important;
}

.fw-200 {
    /* ExtraLight */
    font-weight: 200 !important;
}

.fw-300 {
    /* Light  */
    font-weight: 300 !important;
}

.fw-400 {
    /* Regular  */
    font-weight: 400 !important;
}

.fw-500 {
    /* Medium  */
    font-weight: 500 !important;
}

.fw-600 {
    /* SemiBold  */
    font-weight: 600 !important;
}

.fw-700 {
    /* Bold  */
    font-weight: 700 !important;
}

.fw-800 {
    /* ExtraBold  */
    font-weight: 800 !important;
}

.fw-900 {
    /* Black  */
    font-weight: 900 !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.fs-9 {
    font-size: 0.5625rem !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-21 {
    font-size: 1.3125rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-23 {
    font-size: 1.4375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-26 {
    font-size: 1.625rem !important;
}

.fs-28 {
    font-size: 1.75rem !important;
}

.fs-30 {
    font-size: 1.875rem !important;
}

.fs-36 {
    font-size: 2.25rem !important;
}


/* Cart Box */
.cart-box {
    position: relative;
    display: inline-block;
}

.cart-box .dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border: 1px solid #e5e5e5;
}

.cart-box .dropdown-menu .border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.cart-box .c-scrollbar-light {
    scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
    scrollbar-width: thin;
}

.cart-box .list-group-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
}

.cart-box .hov-scale-img {
    transition: transform 0.3s ease;
}

.cart-box .hov-scale-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-box .hov-scale-img:hover img {
    transform: scale(1.05);
}

.cart-box .text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Login Form */

.login-form {
    min-height: 100vh;
    max-width: 100vw;
}

.login-form .img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.login-form .logo img {
    width: auto;
    height: 60px;
}

.login-form .heading {
    font-size: 26px;
    color: var(--theme-color1);
    font-weight: 700;
    text-transform: uppercase;
}

.login-form .sub-heading {
    font-size: 16px;
    color: var(--bs-dark);
    font-weight: 400;
}

.login-form .form-default .form-group {
    margin-bottom: 15px;
}

.login-form .form-default .form-label {
    color: #1b1b28;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.login-form .form-default .form-control {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #dfdfe6;
    color: #898b92;
}

.login-form .form-default .form-control:focus {
    border-color: var(--bg-theme-color1);
    box-shadow: 0 0 0 .2rem rgb(112, 128, 144, .70);
}

.login-form .form-default .password-toggle {
    position: absolute;
    right: 7px;
    left: auto;
    top: 50%;
    cursor: pointer;
    font-size: 20px;
    transform: translateY(-50%);
}

.login-form .form-default .checkbox {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.login-form .form-default .checkbox input {
    background: 0 0;
    position: relative;
    border: 1px solid #d1d7e2;
}

.login-form .form-default .text-reset {
    font-size: 14px;
}

.login-form ul.social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    background-color: var(--bg-theme-color1);
}

.login-form ul.social i {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/* User Profile */

.nav-user-info {
    display: flex;
    align-items: center;
    margin-top: -5px;
}

.nav-user-info .nav-user-img {
    transition: all 0.5s;
    height: 30px;
    width: 30px;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #2c2c2c;
    text-align: center;
    cursor: pointer;
}

.nav-user-info:hover .nav-user-img:hover {
    border: 1px solid var(--theme-color1);
    color: #fff;
    background-color: var(--theme-color1);
}

.nav-user-info .user-top-menu {
    display: block;
    position: absolute;
    right: -12px;
    top: 100%;
    z-index: 3;
}

.nav-user-info .aiz-user-top-menu {
    width: 150px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 0;
    border-top: 1px solid #dee2e6;
    background-color: #fff;
}

.nav-user-info .aiz-user-top-menu .user-top-nav-element>a {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    column-gap: 0;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    display: flex;
}

/* Dashboard */

.dashboard {
    padding: 40px 0;
}

.dashboard .user-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 8px #00000029;
}

.dashboard .aiz-user-sidenav {
    min-width: 260px;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebedf2;
    z-index: 1;
    position: relative;
    border-radius: 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
}

.dashboard .aiz-user-info {
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    border-bottom: 1px solid #dee2e6;
}

.dashboard .top-user-info {
    display: flex;
}

.dashboard .aiz-user-info .avatar img,
.dashboard .top-user-info .avatar img {
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.dashboard .aiz-user-info .name,
.dashboard .top-user-info .name {
    font-size: 14px;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 0;
}

.dashboard .aiz-user-info .email,
.dashboard .top-user-info .email {
    opacity: 0.6;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard .aiz-side-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard .aiz-user-sidenav .aiz-side-nav-link.active,
.dashboard .aiz-user-sidenav .aiz-side-nav-link:hover {
    background-color: rgba(19, 129, 76, 0.15);
}

.dashboard .aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
    color: #292933;
    font-weight: 500;
    font-size: 0.875rem;
    border-radius: 25px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.dashboard .aiz-side-nav-list .aiz-side-nav-link:hover,
.dashboard .aiz-side-nav-list .aiz-side-nav-link.level-2-active,
.dashboard .aiz-side-nav-list .aiz-side-nav-link.level-3-active,
.dashboard .aiz-side-nav-list .aiz-side-nav-link.active {
    color: #fff;
    background-color: #3a3f50;
}

.dashboard.aiz-side-nav-list .aiz-side-nav-link {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 10px 25px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #cfd4e6;
    margin-bottom: 2px;
}

.dashboard .aiz-side-nav-list .aiz-side-nav-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.dashboard .btn-primary,
.dashboard .btn-soft-primary:hover,
.dashboard .btn-outline-primary:hover {
    background-color: #3a3f50;
    border-color: #3a3f50;
    color: var(--theme-color-light);
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 700;
}

.dashboard .icon {
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
}

.aiz-user-panel {
    position: relative;
}

.aiz-user-panel .expenditure {
    background-color: #3a3f50;
}

.aiz-user-panel .expenditure .aiz-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.aiz-user-panel .dashboard-product .icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    border-radius: 100%;
    text-align: center;
    background-color: #3a3f50;
}

.aiz-user-panel .aiz-table.footable,
.aiz-user-panel .aiz-table.footable-details {
    opacity: 1;
    height: auto;
}

.aiz-user-panel table.footable,
.aiz-user-panel table.footable-details {
    position: relative;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.aiz-user-panel .aiz-table thead th {
    display: table-cell;
    border-top: 0;
    border-bottom: 1px solid #eceff7;
    border-bottom-color: inherit !important;
}

.aiz-user-panel .form-group {
    margin-bottom: 1rem;
}

.aiz-user-panel .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #1b1b28;
}

.dashboard .form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #dfdfe6;
    color: #898b92;
}

.dashboard .form-control:focus {
    border-color: var(--bg-theme-color1);
    box-shadow: 0 0 0 .2rem rgb(112, 128, 144, .70);
}

.aiz-user-panel .file-preview.sm .file-preview-item {
    width: 160px;
}

.aiz-user-panel .file-preview .file-preview-item {
    width: 200px;
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    display: block !important;
    position: relative;
}

.aiz-user-panel .file-preview-item {
    padding: 8px;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}

.aiz-user-panel .file-preview .body {
    padding: 0;
    padding: 8px 8px 2px;
}

.aiz-user-panel .file-preview .remove {
    position: absolute;
    top: -10px;
    right: -10px;
    width: auto;
    max-width: 100%;
}

.aiz-user-panel .file-preview .remove .btn {
    color: #000;
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaeaea;
}

.aiz-user-panel .file-preview-item p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--secondary);
}

.aiz-user-panel .address-section .address-status,
.checkout .billing-details .address-status {
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
}

.aiz-user-panel .address-section .address-status .badge,
.checkout .billing-details .address-status .badge {
    background-color: #3a3f50;
    border-radius: 25px;
    width: auto;
    min-width: 80px !important;
    display: inline-flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: unset;
}

.aiz-user-panel .address-section .dropdown,
.checkout .billing-details .dropdown {
    position: absolute;
    top: 0;
    right: 0;
}

.c-pointer {
    cursor: pointer;
}

.bg-soft-light,
.hov-bg-soft-light:hover {
    background-color: #dfdfe6 !important;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

/* for search bar  */
.search-results {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    /* background: #d8c9bb; */
    background: #fbfafa;
    width: 30%;
    border-radius: 10px;
}

.search-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
}

.item-details {
    display: flex;
    flex-direction: column;
}

.item-name {
    font-size: 16px;
    font-weight: bold;
}

.item-price {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.item-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.item-link:hover {
    background-color: #f0f0f0;
}

@media only screen and (max-width:767px) {

    .product-details__quantity .quantity-box {
        width: 70px;
    }

    .product-details__quantity .quantity-box input {
        width: 70px;
        padding-left: 18px;
    }

    .search-results {
        width: 70%;
    }

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

    .whatsapp-float {
        position: fixed;
        bottom: 100px !important;
        right: 20px;
        z-index: 9999;
        /*! background-color: #25d366; */
        border-radius: 50%;
        /*! padding: 10px; */
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }
}

.banner-section-one .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -25px;
}

.owl-theme .owl-nav {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.owl-theme .owl-nav button {
    pointer-events: auto;
    z-index: 10;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff !important;
    box-shadow: 0px 2px 4.1px 0px rgba(0, 0, 0, 0.13);
}

.owl-theme .owl-nav button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.video-section video {
    border-radius: 15px;
}

.video-section .text {
    position: relative;
    font-family: Crimson Text;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    color: var(--theme-color-dark);
    padding: 15px 0 15px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.video-section .text-2 {
    position: relative;
    font-family: Crimson Text;
    font-family: Crimson Text;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 3px;
    text-align: center;
    color: var(--theme-color-dark);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* badge */

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

/* Newsletter Popup  */

.newsletter-popup {
    width: 56.25rem;
    max-width: calc(100% - 1rem);
}

.newsletter-popup .newsletter-popup__bg img {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.newsletter-popup .modal-content .btn-close {
    position: absolute;
    right: 0.75rem;
    top: 1rem;
    font-size: 14px;
    background: #fff;
}

.newsletter-popup .modal-content .btn-close .icon {
    display: block;
}

.newsletter-popup .block-newsletter {
    padding: 1.875rem 1.25rem;
}

.newsletter-popup .block-newsletter .block__title {
    color: #222222;
    margin-bottom: 1.125rem;
}

.newsletter-popup .block-newsletter p {
    margin-bottom: 1.5rem;
}

.newsletter-popup .newsletter input[type="email"] {
    border: 2px solid #708090;
    padding: 8px;
}

.newsletter-popup .newsletter .btn-style-one {
    height: 49px;
    margin-left: -2px;
}

@media (min-width: 768px) {
    .newsletter-popup .block-newsletter {
        padding: 3.5rem 2.5rem;
    }
}

@media (min-width: 576px) {
    .newsletter-popup .block-newsletter {
        padding: 0 1rem;
    }
}


@media only screen and (max-width:767px) {

    .product-details .product-info .product-details__title,
    .product-details .product-info .prices {
        font-size: 18px;
    }

    .product-details .product-info .product-details__review {
        font-size: 14px;
    }

    .product-details__made {
        font-size: 12px;
    }

    .accordion-box.style-two .block .acc-btn h5 {
        font-size: 16px;
    }

    .about-piece-section .sec-title h3,
    .key-features-section .sec-title h3,
    .product-statement-section .sec-title {
        font-size: 24px;
    }

    .about-piece-section p,
    .key-features-section p,
    .product-statement-section .text {
        font-size: 16px;
    }

    .video-section .text,
    .video-section .text-2 {
        font-size: 16px;
        padding: 0;
        line-height: 30px;
        text-align: justify;
        letter-spacing: .6px;
    }

    .newsletter input[type="email"] {
        width: 250px !important;
    }
}

.cancelOrder {
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

/* About Us */

.about-page-title,
.contact-page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 440px;
    display: flex;
    align-items: center;
    text-align: center;
}

.about-page-title:before,
.contact-page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: .2;
    content: "";
}

.about-page-title .title,
.contact-page-title .title {
    position: relative;
    color: #FCFBFB;
    font-family: 'Segoe UI';
    font-size: 64px;
    font-weight: 400;
    line-height: 132px;
    letter-spacing: -1.7999999523162842px;
}

.about-us {
    padding: 30px 0;
}

.about-us .heading {
    color: #333333;
    font-family: 'Segoe UI';
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: justify;
    color: #000000;
    margin-top: 25px;
}

.about-us .text {
    color: #333333;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.69px;
    text-align: justify;
    margin-top: 10px;
}

.about-us .image {
    border-radius: 9px;
}

.about-feature {
    padding: 30px 0;
}

.about-feature .image {
    position: relative;
}

.about-feature .content-box {
    position: relative;
    min-height: 300px;
    margin: 15px 18px;
    margin-top: -30px;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 12px;
}

.about-feature .content-box .heading {
    text-transform: uppercase;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
    line-height: 17.6px;
    letter-spacing: 0.69px;
    color: #1E1E1E;
    text-align: center;
}

.about-feature .content-box .text {
    text-transform: uppercase;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.69px;
    color: #000000;
    text-align: center;
}

.about-values .title {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.69px;
    text-align: center;
    padding-bottom: 20px;
}

.about-values .values-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 440px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 50px;
}

.about-values .values-container {
    padding: 20px;
    background: rgba(255, 255, 255, 0.66);
}

.about-values .values-contant {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.about-values .values-container .heading {
    font-family: 'Segoe UI';
    font-size: 48px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin-bottom: 50px;
}

.about-values .values-container .values-contant .text {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4F4F4F;
}

.about-values .values-box {
    flex: 1 1 calc(14.2857% - 40px);
    max-width: calc(14.2857% - 40px);
    box-sizing: border-box;
}

.about-values .values-box img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .about-values .values-box {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Contact Us */

.contact-us {
    padding: 30px 0;
}

.contact-us .text {
    color: #333333;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.69px;
    text-align: center;
}

.contact-us .contact-info {
    width: fit-content;
    padding: 25px 15px;
    background: #ffffff;
    border: 1px solid #00000024;
    box-shadow: 0px 4px 10.7px 0px #00000040;
}

.contact-us .contact-info span {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.69px;
    color: #000000;
    text-transform: uppercase;
}

.contact-us .contact-info a {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.69px;
    color: #333333;
    border-bottom: 1px solid #000000
}

.contact-us .contact-us-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.contact-us .contact-us-form .form-title {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.69px;
    color: #333333;
    text-transform: uppercase;
}

.contact-us .contact-us-form .form-sub-title {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.69px;
    line-height: 22px;
    color: #333333;
    text-transform: uppercase;
}

.contact-us .contact-us-form .form input {
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    border-radius: unset;
    padding: 14px 0px;
}

.contact-us .contact-us-form .form textarea {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: unset;
}

.contact-us .contact-us-form .form input:focus {
    box-shadow: unset;
    border-color: transparent;
    border-bottom-color: #000000;
}

.contact-us .contact-us-form .form textarea:focus {
    box-shadow: unset;
    border-bottom-color: #000000;
}

/* Follow Social Media */

.follow-social-media {
    padding: 30px 0;
}

.follow-social-media .heading {
    text-transform: uppercase;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 700;
    line-height: 17.6px;
    letter-spacing: 0.69px;
    color: #333333;
    text-align: center;
}

.follow-social-media .text {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.69px;
    color: #333333;
    text-align: center;
}

/* Career */

.career .title {
    font-family: 'Segoe UI';
    font-size: 32px;
    font-weight: 600;
    line-height: 17.6px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}

.career .heading {
    color: #333333;
    font-family: 'Segoe UI';
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: justify;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 10px;
}

.career .text {
    color: #333333;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.69px;
    text-align: justify;
    margin-top: 10px;
}

.career .text ul,
.career .text li {
    list-style-position: inside;
    list-style: disc;
    margin: 0;
    padding: 0;
    padding-left: 1.3rem;
}

.career-form .form input[type="text"],
.career-form .form input[type="email"] {
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    border-radius: unset;
    padding: 14px 0px;
}

.career-form input[type="radio"] {
    border: 1px solid rgba(175, 175, 175, 1);
    box-shadow: 0px 2px 10.5px 0px rgba(0, 0, 0, 0.25);
}

.form-check-input:checked {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}

.career-form .form textarea {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: unset;
}

.career-form .form input[type="text"]:focus,
.career-form .form input[type="email"]:focus {
    box-shadow: unset;
    border-color: transparent;
    border-bottom-color: #000000;
}

.career-form .form textarea:focus {
    box-shadow: unset;
    border-bottom-color: #000000;
}

@media only screen and (max-width:767px) {
    /* .product-block .image img {
        width: auto;
        height: 180px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    } */
}

.filterBtn{
    border: 1px solid #770434;
    border-radius: 20px;
    padding: 4px 15px;
    background: #770434;
    color: #fff;
}

.filterBtn:hover{
    background: #fff;
    color: #708090;
}

.products-filter h6 {
    margin-top: -5px;
    border-bottom: 1px solid #708090;
}

.fade {
    transition:opacity .15s linear !important;
    background: #fff !important;
    border: 1px solid #ccc;
}

.disclaimer{
    text-align: justify;
    font-size: 12px;
    line-height: 15px;
    color: red;
}

 .custom-description-section {
  border-top: 1px solid #ddd;
  margin-top: 60px;
}

.custom-description-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.description-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
} 
.text-theme{
    color:#770434;
}
.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  background-color: #fff;
}

.testimonial-heading {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.heading-background {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #770434;
  opacity: 0.3;
  z-index: 0;
}

.heading-foreground {
  position: relative;
  z-index: 1;
}

.testimonial-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 200px; /* 👈 prevents fluctuation */
}

.testimonial-wrapper {
  display: flex;
  transition: transform 0.7s ease-in-out;
}

.testimonial-item {
  flex: 0 0 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.testimonial-text {
  font-size: 18px;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-author {
  margin-top: 20px;
}

.testimonial-author h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.testimonial-author p {
  font-style: italic;
  color: #777;
}
/* about section home page */
.about-section {
  padding: 10px 20px;
  background-color: #fff;
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
}

.about-content {
  max-width: 600px;
}

.about-heading {
  font-size: 32px;
  color: #770434;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-text {
  color: #444;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: justify;
}

.about-btn {
  background-color: #770434;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
}

.about-btn:hover {
  background-color: #5a022c;
}

.dropdown-icon {
  margin-left: 8px;
}

.about-stats {
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
}

.stat {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  flex: 1 1 30%;
  min-width: 140px;
  max-width: 200px;
  text-align: center;
}

.stat h3 {
  font-size: 22px;
  color: #770434;
  font-weight: bold;
  margin-bottom: 6px;
}

.stat p {
  color: #333;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
  }

  .about-text {
    font-size: 15px;
  }

  .stat {
    flex: 1 1 45%;
  }
}

@media (max-width: 480px) {
  .about-text {
    font-size: 14px;
    text-align: left;
  }

  .stat {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* whatsapp btn  */
.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 9999;
  /*! background-color: #25d366; */
  border-radius: 50%;
  /*! padding: 10px; */
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}
.variant-radio-group {
  /* flex-direction: column; */
  align-items: flex-start;
}

.variant-radio-label {
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease;
  width: fit-content;
}

.variant-radio-label.selected {
  background-color: #e6f7ff;
  border-color: #007bff;
  color: #007bff;
  font-weight: 600;
}

.top-stripe {
  height: 10px;
  width: 100%;
  background-color: #770434;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .image-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .project-section .carousel-outer {
    padding: 0 10px;
  }

  .project-block {
    padding: 5px;
  }

  .project-block .inner-box {
    border-radius: 6px;
    overflow: hidden;
  }

  .project-block .image-box .image img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: unset;
  }

  .project-block .content-box {
    padding: 10px;
    text-align: center;
  }

  .overlay-1 {
    display: none;
  }
}
/* footer strip */
.highlight-wrapper {
  border-bottom: 2px solid #7a003c;
  background-color: #fff;
  overflow-x: auto;
  white-space: nowrap;
}

.highlight-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 15px 20px;
  min-width: max-content;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 200px;
  padding: 5px 10px;
  white-space: normal;
}

.highlight-item i {
  font-size: 24px;
  color: #7a003c;
}

.highlight-item .text {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .highlight-container {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory;
    display:none;
  }

  .highlight-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .highlight-item i {
    font-size: 20px;
  }

  .highlight-item .text {
    font-size: 13px;
  }
}


.dropdown:hover .categoryList {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.categoryList {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  z-index: 10;
  border-radius: 4px;
  min-width: 160px;

  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.categoryList li {
  padding: 0px 10px;
  color: #333;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.categoryList li:hover {
  background-color: #770434;
  color: #fff;
}

.categoryList li:hover a {
  color: #fff !important;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #770434;
  color: #fff;
  white-space: nowrap;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scrollLTR 10s linear infinite;
}

.marquee-content {
  display: flex;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}

.marquee-item i {
  margin-right: 6px;
  font-size: 13px;
  color: #fff;
}

.separator {
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #fff;
  margin: 5px 5px;
  vertical-align: middle;
}

/* Animation fixed to scroll left to right */
@keyframes scrollLTR {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .marquee-wrapper {
    font-size: 13px;
    height: 36px;
  }

  .marquee-item {
    margin: 0 6px;
  }

  .separator {
    height: 14px;
    margin: 0 3px;
  }
}


/* Newsletter Form Layout */
.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

/* Email Input Styling */
.newsletter-form input[type="email"] {
  padding: 12px 20px;
  border: 2px solid #ccc;
  border-right: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 16px;
  width: 445px;
  outline: none;
  text-align: center;
  height: 48px;
  transition: all 0.3s ease;
}

/* Button Styling */
.newsletter-form .theme-btn {
  position: relative;
  overflow: hidden;
  padding: 12px 24px;
  border: 2px solid #ccc;
  border-left: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #770434;
  color: white;
  font-weight: bold;
  cursor: pointer;
  height: 48px;
  transition: all 0.3s ease;
}

/* Shine stripe using pseudo-element */
.newsletter-form .theme-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  height: 100%;
  width: 50%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-20deg);
  animation: shine 2s infinite;
}

/* Hover State */
.newsletter-form .theme-btn:hover {
  background-color: #fff;
  color: #770434;
  border: 2px solid #ccc;
  border-left: none;
}

.variant-card {
  min-width: 160px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ccc;
}
.variant-card.selected {
  background-color: #770434;
  color: #fff;
  border-color: #004d40;
}
.variant-card .price {
  font-size: 18px;
}
.variant-card del {
  font-size: 14px;
}
.product-main-price del {
  font-weight: 400;
}
.product-main-price {
  margin-top: 10px;
}
.product-main-price del {
  font-weight: 400;
}
.product-tabs.nav-tabs {
  border-bottom: 1px solid #ccc;
  /*! justify-content: center; */
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.product-tabs .nav-item {
  margin-bottom: -1px;
}

.product-tabs .nav-link.active {
  background: #770434 !important;
  color: #fff !important;
  font-weight: 600;
  border: 1px solid #770434 !important;
  border-radius: 5px !important;
}

.product-tabs .nav-link.active {
  background: white;
  color: #ff3e3e;
  font-weight: 600;
  border: 2px solid #ff3e3e;
}

.tab-content {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
}
.nav-item button {
  color: #000;
}

.nav-item button:hover {
  color: #770434;
}
.main-product-image {
  width: 100%;
}

.thumbnail-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  margin-top: 15px;
}

.thumbnail-btn {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.thumbnail-btn img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border 0.3s;
}

.thumbnail-btn.active img {
  border-color: #007bff;
}
.product-image-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}

.product-image-zoom:hover {
  background: rgba(0, 0, 0, 0.8);
}
/* mobile navigator css */
/* Mobile Footer Navigation */
.mobile-footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

/* Navigation item styles */
.nav-item {
  flex: 1;
  text-align: center;
  color: #555;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.nav-item i {
  font-size: 16px;
  margin-bottom: 2px;
}

.nav-item.active {
  color: #770434;
}

/* Cart badge */
.icon-badge-wrapper {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #770434;
  color: #fff;
  border-radius: 50%;
  padding: 0px 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
}

/* Hide footer nav on desktop */
@media (min-width: 768px) {
  .mobile-footer-nav {
    display: none !important;
  }
}

/* Prevent page content from hiding behind the nav */
@media (max-width: 767px) {
  body {
    padding-bottom: 60px !important;
  }
}
