﻿body {
    background: #fff;
    color: var(--thm-text);
    font-family: var(--thm-b-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    top: 0 !important
}

a {
    cursor: pointer;
    text-decoration: none
}

.theme_color,
a {
    color: var(--thm-base)
}

a:active,
a:focus,
a:hover,
a:visited,
button:active {
    outline: none;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    background: none;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-weight: 600;
    margin: 0 0 20px;
    position: relative
}

h3,
h4,
h5,
h6 {
    margin: 0 0 15px
}

h1 {
    font-size: 100px
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 40px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 14px
}

button,
input,
select {
    font-family: var(--thm-font)
}

textarea {
    overflow: hidden;
    resize: none
}

button {
    cursor: pointer;
    outline: none !important
}

p {
    margin: 0 0 20px
}

.text {
    margin: 0
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.page-wrapper {
    margin: 0 auto;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9
}

.page-wrapper__dark {
    background-color: #1c1e22;
    background-image: url(../image/home-portfolio-bg-1-1.png)
}

.page-wrapper__gradient {
    background: #432ff6;
    background: linear-gradient(100deg, #432ff6, #f174e3)
}

body.boxed-wrapper {
    background-color: #f4f5f8
}

.page-wrapper.boxed-wrapper {
    background-color: #fff;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, .08);
    margin-left: auto;
    margin-right: auto;
    max-width: 1410px
}

.page-wrapper__dark.boxed-wrapper {
    background-color: #1c1e22
}

@media (max-width:1440px) {
    .page-wrapper.boxed-wrapper {
        max-width: 90%
    }
}

@media (max-width:768px) {
    .page-wrapper.boxed-wrapper {
        max-width: 95%
    }
}

.body-container-wrapper>.container-fluid {
    padding: 0
}

.auto-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: static
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

figure {
    margin-bottom: 0
}

.hs_cos_wrapper_type_inline_text {
    display: inline
}

.hs-button {
    background-color: var(--thm-base);
    color: #fff;
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    overflow: hidden;
    padding: 16px 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: .5s;
    z-index: 1
}

.hs-button:hover {
    background: var(--thm-black);
    color: #fff
}

.hs-button:before {
    background: var(--thm-black);
    content: "";
    display: inline-block;
    font-size: 14px;
    height: 100%;
    margin-left: 3px;
    opacity: .2;
    position: relative;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skewX(-22deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 26px;
    z-index: -1
}

.hs-button:hover:before {
    opacity: 1;
    right: 0;
    transform: skewX(0deg);
    width: 100%
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease
}

.theme-btn i {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
    position: relative
}

.centered {
    text-align: center !important
}

.btn-style-one {
    background: var(--thm-base);
    color: #fff;
    display: inline-block;
    font-family: var(--thm-font);
    letter-spacing: .05em;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-one .btn-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 40px;
    position: relative;
    z-index: 1
}

.btn-style-one:hover {
    background: var(--thm-base);
    color: #fff
}

.btn-style-one .btn-curve {
    background: var(--thm-black);
    height: 100%;
    opacity: .2;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skewX(-22deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 26px;
    z-index: 0
}

.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    transform: skewX(0deg);
    width: 100%
}

.btn-style-two {
    background: var(--thm-black);
    color: #fff;
    display: inline-block;
    font-family: var(--thm-font);
    letter-spacing: .05em;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-two .btn-title {
    display: block;
    font-size: 14px;
    font-weight: 800;
    padding: 16px 40px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.btn-style-two:hover {
    color: var(--thm-black)
}

.btn-style-two .btn-curve {
    background: #fff;
    height: 100%;
    opacity: .2;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skewX(-22deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 26px;
    z-index: 0
}

.btn-style-two:hover .btn-curve {
    opacity: 1;
    right: 0;
    transform: skewX(0deg);
    width: 100%
}

.btn-style-three {
    align-items: center;
    background-color: var(--thm-base);
    color: #fff;
    display: inline-flex;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 700;
    padding: 22.5px 40px
}

.btn-style-three:hover {
    background-color: var(--thm-black);
    color: #fff
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.preloader {
    background-color: #fff;
    background-color: #1c1e22;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.preloader__gradient {
    background: #432ff6;
    background: linear-gradient(100deg, #432ff6, #f174e3)
}

.preloader .icon {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotateMe;
    -moz-animation-name: rotateMe;
    -ms-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: transparent;
    background-image: url(../image/preloader.png);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .2s ease;
    width: 100%;
    z-index: 5
}

.page-loaded .preloader .icon {
    opacity: 0
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

.dropdown-toggle:after {
    display: none
}

.fa {
    line-height: inherit
}

.scroll-to-top {
    background: var(--thm-base);
    border-radius: 50%;
    bottom: 20px;
    color: var(--thm-black);
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all .3s ease;
    width: 44px;
    z-index: 100
}

.scroll-to-top:hover {
    background: var(--thm-black);
    color: #fff
}

.main-header {
    position: relative;
    z-index: 9999
}

.main-header,
.main-header .header-upper {
    background: none;
    display: block;
    left: 0;
    top: 0;
    width: 100%
}

.main-header .header-upper {
    background-color: hsla(0, 0%, 9%, .8);
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    position: relative;
    transition: all .3s ease;
    z-index: 1
}

.boxed-wrapper .main-header .header-upper {
    left: 50%;
    max-width: 1410px;
    transform: translateX(-50%)
}

.fixed-header .header-upper {
    background: #171717
}

.fixed-header .header-upper,
.header-style-two.fixed-header .header-upper {
    -ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08)
}

.header-style-two.fixed-header .header-upper {
    background: var(--thm-black)
}

.main-header .header-upper .inner-container {
    display: block;
    padding: 0 60px;
    position: relative
}

.main-header .header-upper .logo-box {
    float: left;
    margin-right: 50px;
    padding: 23px 0;
    position: relative;
    z-index: 7
}

.main-header .header-upper .logo-box .logo {
    display: block;
    position: relative
}

.main-header .header-upper .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    position: relative;
    width: auto !important;
    z-index: 1
}

.main-header .other-links {
    float: right;
    position: relative;
    z-index: 7
}

.main-header .other-links .link-box {
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    float: left;
    padding: 28px 25px 29px;
    position: relative
}

.main-header .other-links .link-box .link {
    color: #fff;
    display: block;
    letter-spacing: .05em;
    padding-left: 60px;
    padding-top: 2px;
    position: relative;
    text-transform: uppercase
}

.header-style-two.fixed-header .other-links .link-box .link {
    color: #fff
}

.main-header .other-links .link-box .link .icon {
    background: url(../image/chat-icon.png) 0 no-repeat;
    background-size: 35px auto;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px
}

.main-header .other-links .link-box .sub-text {
    display: block;
    font-family: var(--thm-font);
    font-size: 11px;
    font-weight: 500;
    position: relative
}

.main-header .other-links .link-box .number {
    display: block;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative
}

.main-header .other-links .link-box .number:hover {
    text-decoration: underline
}

.main-header .other-links .call-us {
    position: relative
}

.main-header .other-links .search-btn {
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    float: left;
    padding: 30px 25px;
    position: relative
}

.main-header .other-links .search-btn button {
    background: none;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 32px;
    margin: 0;
    padding: 0;
    position: relative
}

.main-header .other-links .search-btn button span {
    vertical-align: middle
}

.main-header .nav-outer {
    float: left;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5
}

.main-header .nav-outer .main-menu {
    padding-left: 310px;
    position: relative;
    vertical-align: middle
}

@media(min-width:992px) {
    .boxed-wrapper .main-header .nav-outer .main-menu {
        margin-right: 70px
    }
}

.main-menu .navbar-collapse {
    display: block !important;
    padding: 0
}

.main-menu .level-1 {
    display: block;
    font-family: var(--thm-font);
    margin: 0;
    position: relative;
    width: 100%
}

.main-menu .level-1>li input,
.main-menu .level-1>li label {
    display: none
}

.main-menu .level-1>li {
    float: left;
    margin-right: 50px;
    padding: 24px 0;
    position: relative;
    transition: all .3s ease
}

.main-menu .level-1>li:last-child {
    margin-right: 0
}

.main-menu .level-1>li:last-child:after {
    display: none
}

.main-menu .level-1>li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 2;
    opacity: 1;
    padding: 5px 0;
    position: relative;
    text-align: center;
    transition: all .3s ease
}

.main-menu .level-1 li>a {
    align-items: center;
    display: flex !important;
    justify-content: space-between
}

.main-menu .level-1 li>a>span {
    align-items: center;
    background-color: var(--thm-base);
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 13px;
    justify-content: center;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -3px;
    width: 40px
}

.main-menu .level-1>li.current>a,
.main-menu .level-1>li:hover>a {
    color: #fff
}

.header-style-two .main-menu .level-1>li:hover>a,
.header-style-two .main-menu .level-1>li>a {
    color: var(--thm-black)
}

.header-style-two .main-menu .level-1>li.current>a,
.header-style-two.fixed-header .main-menu .level-1>li>a,
.header-style-two.fixed-header .main-menu .level-1>li>a:hover {
    color: #fff
}

.header-style-two.fixed-header .main-menu .level-1>li.current>a {
    color: var(--thm-base)
}

.header-cta {
    padding-left: 25px;
    padding-top: 12px
}

.header-cta .theme-btn {
    background: transparent;
    border: 1px solid #fff
}

.header-cta .theme-btn .btn-title {
    padding: 10px 20px
}

.header-cta .theme-btn:hover {
    background: var(--thm-base);
    border-color: var(--thm-base);
    color: #fff
}

.main-menu .level-1>li>a:before {
    border-bottom: 2px solid var(--thm-base);
    bottom: 7px;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all .5s ease;
    width: 100%
}

.header-style-two .main-menu .level-1>li>a:before {
    border-bottom-color: #fff
}

.header-style-two.fixed-header .main-menu .level-1>li>a:before {
    border-bottom-color: var(--thm-base)
}

.main-menu .level-1>li.current>a:before,
.main-menu .level-1>li:hover>a:before {
    transform: scale(1)
}

.sticky-header .main-menu .level-1>li.dropdown {
    padding-right: 0
}

.main-menu .level-1>li>ul {
    background: #fff;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-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);
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 260px;
    z-index: 100
}

.main-menu .level-1>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .level-1>li>ul>li {
    margin-bottom: 5px;
    padding: 0 25px;
    position: relative;
    width: 100%
}

.main-menu .level-1>li>ul>li>a {
    color: #171b27;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 0;
    position: relative;
    text-align: left;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .level-1>li>ul>li:hover>a {
    color: var(--thm-base)
}

.main-menu .level-1>li>ul>li>ul {
    background: #fff;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-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);
    display: none;
    left: 100%;
    padding: 15px 0;
    position: absolute;
    top: 0;
    transform: translateY(20px);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 220px;
    z-index: 100
}

.main-menu .level-1>li>ul>li>ul>li {
    margin-bottom: 5px;
    padding: 0 25px;
    position: relative;
    width: 100%
}

.main-menu .level-1>li>ul>li>ul>li>a {
    color: #171b27;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 24px;
    padding: 3px 0;
    position: relative;
    text-align: left;
    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
}

.main-menu .level-1>li>ul>li>a.active-branch,
.main-menu .level-1>li>ul>li>ul>li>a.active-item,
.main-menu .level-1>li>ul>li>ul>li>a:hover {
    color: var(--thm-base)
}

.main-menu .level-1>li>ul>li.dropdown>a:after {
    content: "\f105";
    display: block;
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.main-menu .level-1 li>ul>li.dropdown:hover>ul,
.main-menu .level-1>li.dropdown:hover>ul {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: visible
}

.main-menu .level-1 li.dropdown .dropdown-btn {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 3px;
    width: 34px;
    z-index: 5
}

header a.menu-link[href="javascript:;"] {
    cursor: auto
}

.header-style-two .header-upper .logo-box .logo .main-logo,
.header-style-two.fixed-header .header-upper .logo-box .logo .stricked-logo {
    display: flex
}

.header-style-two .header-upper .logo-box .logo .stricked-logo,
.header-style-two.fixed-header .header-upper .logo-box .logo .main-logo {
    display: none
}

.header-style-four .header-upper {
    background-color: #fff
}

.header-style-four .other-links .search-btn {
    border-color: #e9ebee
}

.header-style-four .main-header .header-upper {
    border-bottom: 0
}

.header-style-four .main-menu .level-1>li>a {
    color: #727479
}

.header-style-four .main-menu .level-1>li.current>a,
.header-style-four .main-menu .level-1>li:hover>a,
.header-style-four .other-links .link-box .number,
.header-style-four .other-links .search-btn button {
    color: var(--thm-black)
}

.header-style-four .other-links .link-box .link .icon {
    background-image: url(../image/chat-icon-dark.png)
}

.header-style-four .other-links .link-box .sub-text {
    color: #727479
}

.header-style-five .header-upper {
    background-color: transparent
}

.fixed-header.header-style-five .header-upper {
    background-color: #fff
}

.header-style-five .header-upper .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px
}

.header-style-five .nav-outer {
    text-align: right
}

.header-style-six .header-upper {
    background-color: transparent
}

.fixed-header.header-style-six .header-upper {
    background-color: var(--thm-black)
}

.header-style-six .nav-outer {
    display: none
}

.header-style-six .header-upper .inner-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header-style-six .header-upper .right-menu {
    align-items: center;
    display: flex;
    margin-left: auto
}

.header-style-six .header-upper .right-menu .search-btn button {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    padding: 0;
    width: auto
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler {
    cursor: pointer;
    margin-left: 30px
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler:hover span {
    width: 28px !important
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar {
    background-color: #fff;
    display: block;
    height: 1px;
    transition: all .5s ease;
    width: 28px
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar:nth-child(2) {
    width: 23px
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar:nth-child(3) {
    width: 18px
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar+.bar {
    margin-top: 7px
}

.header-style-six-no-border .header-upper {
    border-bottom: 0
}

.header-style-seven {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100%
}

.header-style-seven .header-upper {
    border-color: hsla(0, 0%, 100%, .06);
    margin-top: 44px
}

.header-style-seven .header-upper .auto-container {
    align-items: center;
    display: flex
}

.header-style-seven.fixed-header .header-upper {
    margin-top: 0
}

.header-style-seven .nav-outer {
    display: flex;
    justify-content: flex-end;
    left: auto;
    position: relative;
    text-align: right;
    top: auto
}

.header-style-seven .main-menu .level-1>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize
}

.header-style-seven .main-menu .level-1>li>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize
}

.header-style-seven .topbar-four {
    background-color: #18212e;
    padding-bottom: 4.5px;
    padding-top: 4.5px
}

.header-style-seven .topbar-four .auto-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header-style-seven .topbar-four .right-content {
    align-items: center;
    display: flex
}

.header-style-seven .topbar-four p {
    color: #959ca6;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.header-style-seven .topbar-four .phone {
    align-items: center;
    display: flex;
    margin-right: 40px
}

.header-style-seven .topbar-four .phone span {
    color: var(--thm-base);
    font-size: 14px;
    margin-right: 10px
}

.header-style-seven .topbar-four .phone a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.header-style-seven .social-links {
    align-items: center;
    display: flex
}

.header-style-seven .social-links li+li {
    margin-left: 30px
}

.header-style-seven .social-links a {
    color: #959ca6;
    font-size: 14px;
    transition: all .5s ease
}

.header-style-seven .social-links a:hover {
    color: var(--thm-base)
}

.main-header .other-links {
    align-items: center;
    display: flex
}

.main-header .cart-btn {
    color: #fff;
    font-size: 18px;
    margin-right: 30px
}

.main-header .cart-btn a {
    color: inherit
}

.sticky-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    left: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: top .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.fixed-header .sticky-header {
    opacity: 1;
    visibility: visible;
    z-index: 99901
}

.fixed-header .sticky-header .logo {
    padding: 10px 0
}

.sticky-header .main-menu .level-1>li {
    background-color: transparent;
    margin-left: 40px !important;
    margin-right: 0;
    padding: 0
}

.sticky-header .main-menu .level-1>li.dropdown>a:after,
.sticky-header .main-menu .level-1>li:before {
    display: none
}

.sticky-header .main-menu .level-1>li>a {
    color: #25283a;
    font-size: 16px;
    font-weight: 600;
    padding: 21px 0 !important;
    text-transform: capitalize;
    transition: all .3s ease
}

.sticky-header .main-menu .level-1>li>ul>li>ul {
    left: auto;
    right: 100%
}

.sticky-header .main-menu .level-1>li.current-menu-item>a,
.sticky-header .main-menu .level-1>li.current>a,
.sticky-header .main-menu .level-1>li:hover>a {
    opacity: 1
}

.search-popup {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .7s ease;
    width: 100vw;
    z-index: 99999
}

.search-popup.active {
    transform: scale(1);
    transform-origin: top center
}

.search-popup__overlay {
    background-color: #000;
    bottom: 0;
    cursor: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.search-popup .hs-search-field,
.search-popup__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%
}

.search-popup__form,
.search-popup__inner form {
    max-width: 600px;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 9991
}

.search-popup .hs_cos_wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.search-popup__form input,
.search-popup__inner form input {
    background-color: transparent;
    background-color: #fff;
    border: none;
    color: #272727;
    font-family: var(--thm-b-font);
    font-size: 14px;
    height: 60px;
    outline: none;
    padding: 15px 30px;
    width: 100%
}

.hs-search-field__bar {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%
}

.search-popup__inner button {
    background-color: var(--thm-base);
    border: none;
    color: #fff;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    outline: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
    width: 60px
}

.search-popup__inner button:hover {
    background-color: var(--thm-black);
    color: #fff
}

.search-popup__inner button svg {
    height: 16px !important;
    fill: currentColor
}

.cursor {
    background-color: #fff;
    border-radius: 100%;
    height: 6px;
    pointer-events: none;
    position: absolute;
    transform: scale(1);
    transition: transform .3s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -.27, .3, 1.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    visibility: visible;
    width: 6px;
    z-index: 1;
    z-index: 999999
}

.cursor.active {
    opacity: .5;
    transform: scale(0)
}

.cursor.hovered {
    opacity: .08
}

.cursor-follower {
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 50px;
    pointer-events: none;
    position: absolute;
    transition: transform .6s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -.27, .3, 1.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    visibility: visible;
    width: 50px;
    z-index: 1;
    z-index: 999999
}

.cursor-follower.active {
    opacity: .7;
    transform: scale(1)
}

.cursor-follower.hovered {
    opacity: .08
}

.cursor-follower.close-cursor:before {
    display: inline-block;
    left: 48%;
    transform: rotate(-45deg)
}

.cursor-follower.close-cursor:after,
.cursor-follower.close-cursor:before {
    background: #fff;
    content: "";
    height: 25px;
    position: absolute;
    top: 12px;
    width: 2px
}

.cursor-follower.close-cursor:after {
    right: 48%;
    transform: rotate(45deg)
}

.nav-outer .mobile-nav-toggler {
    color: var(--thm-base);
    cursor: pointer;
    display: none;
    float: right;
    font-size: 30px;
    line-height: 40px;
    margin: 40px 0 0;
    position: relative
}

.mobile-nav-toggler .txt {
    display: inline-block;
    display: none;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top
}

img.lazy-image {
    background: url(../image/image-bg.svg) 50% no-repeat
}

img.lazy-image.loaded {
    background-image: none
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1
}

.default-form {
    position: relative
}

.default-form .row {
    margin: 0 -15px
}

.default-form .form-group {
    margin-bottom: 30px;
    position: relative
}

.default-form .field-inner {
    display: block;
    position: relative
}

.default-form .field-inner .alt-icon {
    color: #9b9fa6;
    font-size: 20px;
    left: 20px;
    margin-top: -15px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 1
}

.default-form .form-group .field-label {
    color: #0f172b;
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.default-form .form-group .e-label {
    position: relative
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=file],
.default-form .form-group input[type=number],
.default-form .form-group input[type=password],
.default-form .form-group input[type=tel],
.default-form .form-group input[type=text],
.default-form .form-group input[type=url],
.default-form .form-group select,
.default-form .form-group textarea,
.default-form .hs-form-field input[type=email],
.default-form .hs-form-field input[type=file],
.default-form .hs-form-field input[type=number],
.default-form .hs-form-field input[type=password],
.default-form .hs-form-field input[type=tel],
.default-form .hs-form-field input[type=text],
.default-form .hs-form-field input[type=url],
.default-form .hs-form-field select,
.default-form .hs-form-field textarea {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    color: #686a6f;
    display: block;
    font-family: var(--thm-b-font);
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 40px;
    padding: 7px 30px;
    position: relative;
    transition: all .3s ease;
    width: 100%
}

.default-form .form-group ::placeholder,
.default-form .hs-form-field ::placeholder {
    color: inherit;
    opacity: 1
}

.default-form .form-group textarea,
.default-form .hs-form-field textarea {
    height: 180px;
    resize: none
}

.contact-form .form-group button,
.contact-form .form-group input[type=submit],
.contact-form .hs-form-field button,
.contact-form .hs-form-field input[type=submit] {
    display: inline-block
}

.default-form .form-group input[type=email]:focus,
.default-form .form-group input[type=file]:focus,
.default-form .form-group input[type=number]:focus,
.default-form .form-group input[type=password]:focus,
.default-form .form-group input[type=tel]:focus,
.default-form .form-group input[type=text]:focus,
.default-form .form-group input[type=url]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus,
.default-form .hs-form-field input[type=email]:focus,
.default-form .hs-form-field input[type=file]:focus,
.default-form .hs-form-field input[type=number]:focus,
.default-form .hs-form-field input[type=password]:focus,
.default-form .hs-form-field input[type=tel]:focus,
.default-form .hs-form-field input[type=text]:focus,
.default-form .hs-form-field input[type=url]:focus,
.default-form .hs-form-field select:focus,
.default-form .hs-form-field textarea:focus,
.form-group .ui-selectmenu-button.ui-button:active,
.form-group .ui-selectmenu-button.ui-button:focus {
    border-color: var(--thm-base)
}

.default-form ::-webkit-input-placeholder {
    color: #aaa
}

.default-form ::-moz-input-placeholder {
    color: #aaa
}

.default-form ::-ms-input-placeholder {
    color: #aaa
}

.default-form label.error {
    color: red;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    padding-top: 7px;
    text-align: left;
    text-transform: capitalize
}

.default-form label {
    display: none
}

.form-group .ui-selectmenu-button.ui-button {
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    border-radius: 7px;
    color: var(--thm-text);
    font-family: var(--thm-b-font);
    font-size: 14px;
    font-style: normal;
    height: 70px;
    line-height: 40px;
    padding: 14px 30px;
    width: 100%
}

.form-group .ui-button .ui-icon {
    background: none;
    color: var(--thm-black);
    position: relative;
    text-indent: 0;
    top: 10px
}

.form-group .ui-button .ui-icon:before {
    color: var(--thm-black);
    content: "\f107";
    display: block;
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 900;
    height: 30px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0 !important;
    width: 15px;
    z-index: 5
}

.ui-widget.ui-widget-content {
    background: #f4f5f8;
    border: 1px solid #e9ebee;
    border-radius: 0;
    border-top: none;
    font-family: var(--thm-font);
    padding: 0
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #e9ebee;
    font-size: 20px
}

.ui-menu .ui-menu-item:last-child {
    border: none
}

.ui-menu .ui-menu-item-wrapper {
    display: block;
    font-size: 20px;
    letter-spacing: .02em;
    padding: 14px 30px !important;
    position: relative;
    transition: all .3s ease
}

.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-menu .ui-menu-item-wrapper:hover {
    background: var(--thm-base);
    margin: 0
}

.banner-section {
    position: relative;
    z-index: 1
}

.banner-section .bg-image {
    background-position: top;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.banner-section .left-based-text {
    bottom: 50px;
    color: #fff;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 500;
    left: 50px;
    letter-spacing: .1em;
    position: absolute;
    text-transform: uppercase;
    top: 50px;
    z-index: 10
}

.banner-section .left-based-text .base-inner {
    bottom: 0;
    height: 24px;
    left: 0;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    width: 730px
}

.banner-section .left-based-text .social-links {
    left: 0;
    position: absolute;
    top: 0
}

.banner-section .left-based-text .social-links ul li {
    float: left;
    margin-right: 35px
}

.banner-section .left-based-text .social-links ul li a {
    color: #fff;
    display: block;
    position: relative;
    transition: all .5s ease
}

.banner-section .left-based-text .social-links ul li a:before {
    border-bottom: 2px solid var(--thm-base);
    bottom: -3px;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all .5s ease;
    width: 100%
}

.banner-section .left-based-text .social-links ul li a:hover:before {
    transform: scale(1)
}

.banner-section .left-based-text .hours {
    position: absolute;
    right: 0;
    top: 0
}

.banner-section .left-based-text .hours ul li {
    float: left;
    margin-left: 35px
}

.banner-three .left-based-text .hours ul li,
.banner-three .left-based-text .social-links ul li a {
    color: var(--thm-black)
}

.banner-section .left-based-text .social-links ul li a:before {
    border-bottom-color: var(--thm-black)
}

.banner-carousel {
    position: relative;
    z-index: 1
}

.banner-carousel .slide-item {
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative
}

.banner-three .banner-carousel .slide-item {
    background: none
}

.banner-carousel .slide-item:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.banner-two .banner-carousel .slide-item:after {
    background-image: url(../image/slide-2-pattern-1.png);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.banner-two .banner-carousel .slide-item:before {
    opacity: .8
}

.banner-three .banner-carousel .slide-item:before {
    display: none
}

.banner-carousel .slide-item .left-top-line {
    height: 100%;
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 350px;
    z-index: 2
}

.banner-carousel .active .left-top-line {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: .2s
}

.banner-carousel .slide-item .right-bottom-curve {
    height: 100%;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(700px);
    width: 655px;
    z-index: 2
}

@media (min-width:1200px) {
    .banner-carousel .slide-item .right-bottom-curve {
        background-size: 400px auto
    }
}

.banner-carousel .active .right-bottom-curve {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: 1.3s
}

.banner-carousel .slide-item .right-top-curve {
    height: 100%;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(200px);
    width: 164px;
    z-index: 2
}

.banner-carousel .active .right-top-curve {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: 1.8s
}

.banner-carousel .slide-item .round-shape-1 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    bottom: -500px;
    height: 1000px;
    left: -500px;
    opacity: 0;
    position: absolute;
    transform: translateY(100%);
    width: 1000px;
    z-index: 2
}

.banner-carousel .active .round-shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: 1.5s
}

.banner-carousel .slide-item .shape-1 {
    background: url(../image/b-2-shape-1.png) 0 0 no-repeat;
    height: 810px;
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 570px;
    z-index: 2
}

.banner-carousel .active .shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: .2s
}

.banner-carousel .slide-item .shape-2 {
    background: url(../image/b-2-shape-2.png) 0 100% no-repeat;
    bottom: 55px;
    height: 366px;
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    transform: translateX(-500px);
    width: 333px;
    z-index: 2
}

.banner-carousel .active .shape-2 {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: .5s
}

.banner-carousel .slide-item .shape-3 {
    background: url(../image/b-2-shape-3.png) 100% 100% no-repeat;
    bottom: 0;
    height: 424px;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateX(900px);
    width: 824px;
    z-index: 2
}

.banner-carousel .active .shape-3 {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: 1.8s
}

.banner-carousel .slide-item .shape-4 {
    background: url(../image/b-2-shape-4.png) 100% 0 no-repeat;
    height: 571px;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(200px);
    width: 218px;
    z-index: 2
}

.banner-carousel .active .shape-4 {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: 2.5s
}

.banner-carousel .slide-item .shape-5 {
    background: url(../image/b-2-shape-5.png) 100% 0 no-repeat;
    height: 904px;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-1000px);
    width: 306px;
    z-index: 2
}

.banner-carousel .active .shape-5 {
    opacity: 1;
    transform: translate(0);
    transition: all 1.5s ease;
    transition-delay: 2.7s
}

.banner-carousel .slide-item .shape-6 {
    background: url(../image/b-2-shape-6.png) 50% no-repeat;
    height: 100%;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 100%;
    z-index: 3
}

.banner-carousel .active .shape-6 {
    opacity: 1;
    transform: scale(1);
    transition: all 1.5s ease;
    transition-delay: 2.7s
}

.banner-carousel .slide-item .image-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: scale(1);
    width: 100%;
    z-index: 0
}

.banner-carousel .active .slide-item .image-layer {
    transform: scale(1.15);
    transition: all 7s linear
}

.banner-carousel .content-box {
    display: table;
    height: 950px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 11
}

@media (min-width:1200px) {
    .banner-carousel .content-box {
        height: 100vh
    }
}

.banner-carousel .content-box .content {
    display: table-cell;
    padding: 150px 0 50px;
    position: relative;
    vertical-align: middle
}

.banner-carousel .content-box .inner {
    display: block;
    position: relative
}

.banner-two .banner-carousel .content-box .inner {
    margin: 0 auto;
    max-width: 820px;
    text-align: center
}

.banner-three .banner-carousel .content-box .inner {
    max-width: 550px
}

.banner-carousel .content-box .sub-title {
    color: #fff;
    display: block;
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(80px)
}

.banner-carousel .active .content-box .sub-title {
    opacity: 1;
    transform: translate(0);
    transition: all .7s ease;
    transition-delay: .8s
}

.banner-carousel .content-box h1 {
    color: #fff;
    display: block;
    font-size: 100px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(80px)
}

.banner-two .banner-carousel .content-box h1 {
    text-transform: capitalize
}

.banner-three .banner-carousel .content-box h1 {
    color: var(--thm-black);
    font-size: 120px;
    font-weight: 500
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: 1.3s
}

.banner-three .banner-carousel .active .content-box h1 {
    transition-delay: .7s
}

.banner-carousel .content-box .text {
    color: var(--thm-black);
    margin: 5px 0 0;
    opacity: 0;
    position: relative;
    transform: translateY(80px)
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    transform: translate(0);
    transition: all .7s ease;
    transition-delay: 1.2s
}

.banner-carousel .content-box .link-box {
    display: block;
    opacity: 0;
    padding-top: 50px;
    position: relative;
    transform: translateY(50px)
}

.banner-three .banner-carousel .content-box .link-box {
    padding-top: 45px
}

.banner-carousel .active .content-box .link-box {
    opacity: 1;
    transform: translate(0);
    transition: all .7s ease;
    transition-delay: 1.8s
}

.banner-carousel .slide-item .round-image {
    border-radius: 50%;
    height: 850px;
    position: absolute;
    right: -200px;
    top: -100px;
    width: 850px;
    z-index: 2
}

.banner-carousel .slide-item .round-image .image {
    background-position: 0 0;
    background-size: cover;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 850px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    width: 850px;
    z-index: 2
}

.banner-carousel .slide-item .round-image .image:before {
    background-color: var(--thm-black);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0
}

.banner-carousel .active .round-image .image {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: .2s
}

.banner-carousel .slide-item .round-image:before {
    background: var(--thm-black);
    border-radius: 50%;
    bottom: 120px;
    content: "";
    height: 100%;
    left: -100px;
    opacity: 0;
    position: absolute;
    transform: translateX(100%);
    width: 100%;
    z-index: 1
}

.banner-carousel .active .round-image:before {
    opacity: .1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: .7s
}

.banner-carousel .slide-item .round-image:after {
    background: url(../image/b-3-shape.png) 50% no-repeat;
    bottom: -50px;
    content: "";
    height: 330px;
    left: -100px;
    opacity: 0;
    position: absolute;
    transform: translateY(100%);
    width: 330px;
    z-index: 3
}

.banner-carousel .active .round-image:after {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease;
    transition-delay: 1s
}

.banner-carousel .owl-nav {
    height: 110px;
    left: 50%;
    margin-left: -600px;
    position: absolute;
    text-align: right;
    top: 50%;
    width: 1200px
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    background: #fff !important;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    opacity: .2;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .5s ease;
    width: 50px
}

.banner-carousel .owl-nav .owl-next {
    bottom: 0;
    top: auto
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
    vertical-align: middle
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1
}

.banner-section .owl-dots {
    bottom: 50px;
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.banner-three .owl-nav,
.banner-two .owl-nav {
    display: none
}

.banner-three {
    background-color: var(--thm-base)
}

.banner-three .bg-image {
    opacity: .03
}

.banner-two .owl-dots {
    display: block
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    vertical-align: top
}

.banner-section .owl-theme .owl-dots .owl-dot span {
    border: 5px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    display: block;
    height: 10px;
    position: relative;
    width: 10px
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: none;
    border-color: var(--thm-base);
    border-width: 2px
}

.banner-one-page {
    margin-top: 117px
}

.banner-one-page .banner-carousel .content-box .inner {
    max-width: 100%
}

.banner-one-page .banner-carousel .content-box {
    height: 600px
}

@media (min-width:992px) {
    .banner-one-page .banner-carousel .content-box {
        height: 860px
    }
}

.banner-one-page .banner-carousel .content-box h1 {
    color: var(--thm-base);
    font-size: 46px
}

.banner-one-page .banner-carousel .content-box h1 span {
    color: #fff;
    font-weight: 300
}

@media (min-width:600px) {
    .banner-one-page .banner-carousel .content-box h1 {
        font-size: 60px
    }
}

@media (min-width:768px) {
    .banner-one-page .banner-carousel .content-box h1 {
        font-size: 80px
    }
}

@media (min-width:992px) {
    .banner-one-page .banner-carousel .content-box h1 {
        font-size: 100px
    }
}

@media (min-width:1200px) {
    .banner-one-page .banner-carousel .content-box h1 {
        font-size: 150px
    }
}

.banner-one-page .banner-carousel .content-box .link-box {
    align-items: center;
    display: flex;
    justify-content: center
}

.banner-one-page .banner-carousel .content-box .content {
    padding-bottom: 0;
    padding-top: 0
}

.banner-one-page .banner-carousel .vid-link {
    color: #fff;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    margin-left: 15px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 70px;
    z-index: 3
}

@media (min-width:376px) {
    .banner-one-page .banner-carousel .vid-link {
        margin-left: 30px
    }
}

.banner-one-page .banner-carousel .vid-link .icon {
    background: #fff;
    border-radius: 50%;
    color: var(--thm-black);
    display: block;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 70px
}

.banner-one-page .banner-carousel .vid-link a:hover .icon {
    background: var(--thm-black);
    color: var(--thm-base)
}

.banner-one-page .banner-carousel .vid-link .ripple,
.banner-one-page .banner-carousel .vid-link .ripple:after,
.banner-one-page .banner-carousel .vid-link .ripple:before {
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), .6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), .6);
    box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), .6);
    height: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px
}

.banner-one-page .banner-carousel .vid-link .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.banner-one-page .banner-carousel .vid-link .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.banner-one-page .banner-carousel .content-box .link-box {
    padding-top: 30px
}

.banner-one-page .banner-carousel .owl-nav {
    align-items: center;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:376px) {
    .banner-one-page .banner-carousel .owl-nav {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:768px) {
    .banner-one-page .banner-carousel .owl-nav {
        display: flex;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .banner-one-page .banner-carousel .owl-nav {
        padding-left: 60px;
        padding-right: 60px
    }
}

.banner-one-page .banner-carousel .owl-nav .owl-next,
.banner-one-page .banner-carousel .owl-nav .owl-prev {
    position: relative;
    right: auto;
    top: auto
}

.banner-section-four {
    margin-top: 44px;
    position: relative
}

.banner-section-four .swiper-slide:before {
    background-position: top;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.banner-section-four .swiper-slide {
    position: relative
}

.banner-section-four .swiper-slide .image-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition: transform 7s ease
}

.banner-section-four .swiper-slide-active .image-layer {
    transform: scale(1.15)
}

.banner-section-four .auto-container {
    padding-bottom: 200px;
    padding-top: 350px;
    position: relative;
    z-index: 22
}

.banner-section-four h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    margin: 0;
    opacity: 0;
    transform: translateY(110px);
    transition-delay: 1s;
    transition: transform 2s ease, opacity 2s ease;
    visibility: hidden
}

.banner-section-four p {
    color: hsla(0, 0%, 100%, .7);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 40px 0 50px;
    opacity: .7
}

.banner-section-four .btn-style-three,
.banner-section-four p {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2.5s;
    transition: transform 2s ease, opacity 2s ease, color .5s ease, background .5s ease
}

.banner-section-four .btn-style-three {
    align-items: center;
    justify-content: center;
    min-width: 220px;
    text-align: center
}

.banner-section-four .btn-style-three:hover {
    background-color: #fff;
    color: var(--thm-black)
}

.banner-section-four .swiper-slide-active .btn-style-three,
.banner-section-four .swiper-slide-active h2,
.banner-section-four .swiper-slide-active p {
    opacity: 1;
    transform: translateY(0) translateX(0);
    visibility: visible
}

.banner-section-four__nav {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    left: 50%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 100;
    z-index: 21
}

@media (max-width:425px) {
    .banner-section-four__nav {
        display: none
    }
}

.banner-section-four__nav .swiper-button-next,
.banner-section-four__nav .swiper-button-prev {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: auto;
    color: #222429;
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    left: auto;
    margin: 0;
    opacity: .3;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    transition: all .5s ease;
    width: 50px;
    z-index: 100
}

@media (max-width:991px) {

    .banner-section-four__nav .swiper-button-next,
    .banner-section-four__nav .swiper-button-prev {
        font-size: 18px;
        height: 48px;
        width: 48px
    }
}

.banner-section-four__nav .swiper-button-next:hover,
.banner-section-four__nav .swiper-button-prev:hover {
    opacity: 1
}

.banner-section-four__nav .swiper-button-next:after,
.banner-section-four__nav .swiper-button-prev:after {
    display: none
}

.banner-section-four__nav .swiper-button-prev {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .banner-section-four__nav .swiper-button-prev {
        margin-top: 10px
    }
}

.sec-title {
    margin-bottom: 50px;
    position: relative
}

.sec-title.centered {
    margin: 0 auto 50px;
    max-width: 650px
}

.sec-title .upper-text {
    color: #9b9fa6;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 20px;
    position: relative
}

.sec-title h2 {
    color: var(--thm-black);
    display: block;
    position: relative
}

.sec-title h2 strong {
    font-weight: 700
}

.sec-title h2 .dot {
    color: var(--thm-base);
    padding-left: 7px
}

.sec-title .lower-text {
    color: var(--thm-text);
    display: block;
    padding: 30px 0 0;
    position: relative
}

.sec-title-two {
    margin-bottom: 45px
}

.sec-title-two p {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0
}

.sec-title-two h2 {
    color: var(--thm-black)
}

.services-section {
    background: #fff url(../image/pattern-2.png) top repeat;
    color: #fff;
    padding: 120px 0 90px;
    position: relative
}

.services-section .sec-title {
    margin-bottom: 30px
}

.services-section .row {
    counter-reset: slides-num
}

.services-section .row .service-block {
    counter-increment: slides-num
}

.services-section .row .service-block .inner-box:before {
    color: var(--thm-black);
    content: "0" counter(slides-num) "";
    font-family: var(--thm-font);
    font-size: 50px;
    left: 30px;
    opacity: .1;
    opacity: 0;
    position: absolute;
    top: 30px
}

.service-block {
    margin-bottom: 30px;
    position: relative
}

.service-block .inner-box {
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05);
    cursor: pointer;
    display: block;
    min-height: 100%;
    overflow: hidden;
    padding: 50px 35px 35px;
    position: relative;
    transition: all .5s ease
}

.service-block .inner-box:hover {
    background: var(--thm-base)
}

.service-block .inner-box .bottom-curve {
    background: var(--thm-black);
    bottom: 0;
    height: 80%;
    opacity: .2;
    position: absolute;
    right: -70px;
    transform: skewX(0deg) scaleX(0);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 100px;
    z-index: 0
}

.service-block .inner-box:hover .bottom-curve {
    transform: skewX(-35deg) scaleX(1)
}

.service-block .inner-box .count {
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 40px;
    opacity: .07;
    position: relative
}

.service-block .inner-box .icon-box {
    color: var(--thm-base);
    font-size: 64px;
    line-height: 1em;
    position: absolute;
    right: 45px;
    top: 50px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.service-block .inner-box .icon-box img {
    position: relative;
    right: -10px;
    top: -10px;
    width: 74px
}

.service-block .inner-box:hover .icon-box {
    color: var(--thm-black)
}

.service-block .inner-box:hover .icon-box img {
    filter: brightness(.1)
}

.service-block .inner-box h6 {
    color: var(--thm-black);
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 100px 0 0;
    position: relative;
    text-transform: uppercase
}

.service-block .inner-box h6 a {
    color: var(--thm-black);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.service-block .inner-box:hover .count,
.service-block .inner-box:hover h6,
.service-block .inner-box:hover h6 a,
.services-section .row .service-block .inner-box:hover:before {
    color: var(--thm-black)
}

.service-block .inner-box h6 a:hover {
    text-decoration: underline
}

.service-block-three {
    padding-top: 90px
}

.service-block-three__single {
    align-items: center;
    background-color: #eff1f4;
    display: flex;
    margin-top: 30px;
    padding: 50px;
    transition: all .5s ease
}

.service-block-three__single:hover {
    background-color: var(--thm-base)
}

.service-block-three__single .icon-box span {
    color: var(--thm-base);
    display: block;
    font-size: 64px;
    margin-right: 40px;
    transition: all .5s ease
}

.service-block-three__single:hover .icon-box span {
    color: #fff
}

.service-block-three__single h6 {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    transition: all .5s ease
}

.service-block-three__single:hover h6 {
    color: #fff
}

.service-block-three__single h6 a {
    color: inherit
}

.about-section {
    background: #fff;
    padding: 120px 0 90px;
    position: relative
}

.about-section:before {
    background: #f4f5f8;
    content: "";
    height: 100%;
    left: 0;
    margin-left: -410px;
    position: absolute;
    top: 0;
    width: 50%
}

.about-section .image-column {
    margin-bottom: 30px;
    position: relative
}

.about-section .image-column .inner {
    display: block;
    position: relative
}

.about-section .image-column .inner:before {
    background: var(--thm-base);
    border-radius: 8px;
    content: "";
    height: 280px;
    left: 0;
    position: absolute;
    width: 15px
}

.about-section .image-column .image-block {
    border-radius: 7px;
    display: block;
    overflow: hidden;
    position: relative
}

.about-section .image-column .image-block img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 100%
}

.about-section .image-column .image-block:first-child {
    margin-left: 110px
}

.about-section .image-column .image-block:nth-child(2) {
    margin-right: 140px;
    margin-top: -170px
}

.about-section .text-column {
    margin-bottom: 30px;
    position: relative
}

.about-section .text-column .inner {
    display: block;
    padding-left: 60px;
    position: relative
}

.about-section .text-column .sec-title {
    margin-bottom: 35px
}

.about-section .text-column .sec-title .lower-text {
    color: var(--thm-base);
    font-family: var(--thm-font);
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase
}

.about-section .text-column .text {
    font-family: var(--thm-b-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 2.125em;
    position: relative
}

.about-section .text-column .text p {
    line-height: 2.125em;
    margin-bottom: 32px
}

.about-section .text-column .text ul {
    float: left;
    position: relative
}

.about-section .text-column .text ul li {
    line-height: 1.7em;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative
}

.about-section .text-column .text ul li:before {
    color: var(--thm-base);
    content: "\f107";
    font-family: Flaticon;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -1px
}

.about-section .text-column .text .since {
    float: left;
    margin-left: 82px;
    margin-top: 10px;
    position: relative
}

.about-section .text-column .text .since:before {
    background: #e8e9e9;
    border-radius: 50%;
    content: "";
    height: 80px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 80px
}

.about-section .text-column .text .since:after {
    border-left: 2px solid var(--thm-base);
    bottom: 0;
    content: "";
    left: -42px;
    position: absolute;
    top: 0
}

.about-section .text-column .text .since .txt {
    background: var(--thm-black);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: var(--thm-font);
    font-size: 20px;
    height: 90px;
    padding: 24px 5px 21px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 90px
}

.about-section .text-column .link-box {
    padding-top: 30px
}

.live-section {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 120px 0 0;
    position: relative
}

.live-section__one-page {
    border-top: 0
}

.live-section .main-image-box {
    display: block;
    margin-bottom: -120px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.live-section .main-image-box .image-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%
}

.live-section .main-image-box .inner {
    padding: 20px 0;
    position: relative
}

.live-section .main-image-box .round-box {
    border-radius: 50%;
    display: block;
    float: right;
    height: 490px;
    position: relative;
    right: -25px;
    width: 490px
}

.live-section .main-image-box .round-box:before {
    background: var(--thm-black);
    border-radius: 50%;
    content: "";
    height: 490px;
    left: -65px;
    opacity: .2;
    position: absolute;
    top: -45px;
    width: 490px
}

.live-section .main-image-box .round-inner {
    background: var(--thm-base);
    border-radius: 50%;
    display: block;
    height: 490px;
    padding: 190px 80px 50px 70px;
    position: relative;
    width: 490px
}

.live-section .main-image-box .vid-link {
    left: 55px;
    position: absolute;
    top: 25px
}

.live-section .main-image-box .vid-link,
.live-section .main-image-box .vid-link .icon {
    color: #fff;
    font-size: 20px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 84px
}

.live-section .main-image-box .vid-link .icon {
    background: var(--thm-black);
    border-radius: 50%;
    display: block;
    position: relative
}

.live-section .main-image-box .vid-link a:hover .icon {
    background: #fff;
    color: var(--thm-base)
}

.live-section .main-image-box .vid-link .icon:before {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    bottom: -8px;
    content: "";
    left: -8px;
    position: absolute;
    right: -8px;
    top: -8px
}

.live-section .main-image-box .vid-link .ripple,
.live-section .main-image-box .vid-link .ripple:after,
.live-section .main-image-box .vid-link .ripple:before {
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .6);
    -o-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .6);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .6);
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px
}

.live-section .main-image-box .vid-link .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.live-section .main-image-box .vid-link .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px hsla(0, 0%, 100%, 0)
    }

    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px hsla(0, 0%, 100%, 0)
    }

    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

.live-section .main-image-box .title {
    position: relative
}

.live-section .main-image-box .title h3 {
    line-height: 1em;
    text-transform: uppercase
}

.live-section .main-image-box .more-link {
    position: relative;
    text-align: right
}

.live-section .main-image-box .more-link a {
    color: var(--thm-black);
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.25em;
    padding-bottom: 2px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    vertical-align: top
}

.live-section .main-image-box .more-link a:hover {
    color: rgba(0, 0, 0, .3)
}

.live-section .main-image-box .more-link a:before {
    border-bottom: 2px solid var(--thm-black);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 100%
}

.live-section .main-image-box .more-link a:hover:before {
    border-color: rgba(0, 0, 0, .3);
    transform: scaleX(.5)
}

.live-section-two {
    background-color: #18212e;
    padding-bottom: 120px;
    padding-top: 120px
}

.live-section-two .jarallax-img {
    filter: grayscale(100%);
    opacity: .25
}

.live-section-two .auto-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.live-section-two .sec-title-two {
    margin-bottom: 0;
    max-width: 557px
}

.live-section-two .sec-title-two h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-top: 10px
}

.live-section-two .button-block>a {
    align-items: center;
    background-color: var(--thm-base);
    color: #fff;
    display: flex;
    font-size: 26px;
    height: 116px;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
    width: 120px
}

.live-section-two .button-block>a:hover {
    background-color: #fff;
    color: var(--thm-black)
}

.we-do-section {
    background: #fff url(../image/pattern-2.png) 0 0 repeat;
    padding: 240px 0 90px;
    position: relative
}

.we-do-section .sec-title {
    margin-bottom: 40px
}

.we-do-section .featured-block {
    display: block;
    margin-bottom: 40px;
    min-height: 117px;
    padding-left: 230px;
    position: relative
}

.we-do-section .featured-block .image {
    left: 0;
    position: absolute;
    top: 0;
    width: 200px
}

.we-do-section .featured-block .image img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 100%
}

.we-do-section .featured-block .text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
    position: relative;
    top: -5px
}

.we-do-section .left-col {
    margin-bottom: 30px;
    position: relative
}

.we-do-section .left-col .inner {
    display: block;
    padding-right: 67px;
    position: relative
}

.we-do-section .right-col {
    margin-bottom: 30px;
    position: relative
}

.we-do-section .progress-box,
.we-do-section .right-col .inner {
    display: block;
    position: relative
}

.we-do-section .progress-box {
    font-family: var(--thm-font);
    width: 100%
}

.we-do-section .progress-box .bar-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.we-do-section .progress-box .bar {
    background: #fff;
    border-radius: 4px;
    height: 7px;
    position: relative;
    width: 100%
}

.we-do-section .progress-box .bar-inner {
    background: var(--thm-base);
    border-radius: 4px;
    display: block;
    height: 7px;
    position: relative;
    transition: all 1.5s ease;
    width: 0
}

.we-do-section .progress-box .count-box {
    background: var(--thm-black);
    border-radius: 5px;
    bottom: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    margin-right: -40px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .5s ease;
    width: 40px
}

.we-do-section .progress-box .counted .count-box {
    opacity: 1
}

.we-do-section .progress-box .count-box:after {
    border: 5px solid transparent;
    border-left: 5px solid var(--thm-black);
    border-top: 5px solid var(--thm-black);
    content: "";
    left: 0;
    margin-top: -5px;
    position: absolute;
    top: 100%
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    background: #fff;
    border-radius: 7px;
    -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, .03);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .03);
    margin-bottom: 16px;
    overflow: hidden;
    position: relative
}

.accordion-box .block.active-block {
    background-color: #fff;
    -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .05)
}

.accordion-box .block:last-child {
    margin-bottom: 0
}

.accordion-box .block .acc-btn {
    color: var(--thm-black);
    cursor: pointer;
    font-family: var(--thm-font);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 20px 60px 20px 40px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease
}

.accordion-box .block .acc-btn .count {
    color: var(--thm-base);
    padding-right: 3px
}

.accordion-box .block .acc-btn {
    display: flex
}

.accordion-box .block .acc-btn span.count {
    padding-right: 10px
}

.accordion-box .block .acc-btn:before {
    color: var(--thm-base);
    content: "\f116";
    font-family: Flaticon;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    position: absolute;
    right: 35px;
    top: 20px;
    transition: all .5s ease
}

.accordion-box .block .acc-btn.active {
    background-color: #fff
}

.accordion-box .block .acc-btn.active:before {
    color: var(--thm-black);
    content: "\f104"
}

.accordion-box .block .acc-content {
    display: none;
    position: relative
}

.accordion-box .block .content {
    padding: 0 40px 30px;
    position: relative
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0
}

.accordion-box .block .acc-btn span.count {
    font-size: 0;
    margin: 0 9px 0 -18px
}

.accordion-box .block .acc-btn span.count:before {
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
    height: 7px;
    margin: 7px 0 0;
    position: absolute;
    width: 7px
}

.gallery-section {
    padding: 120px 0 90px
}

.gallery-section,
.gallery-section .upper-row {
    position: relative
}

.gallery-section .upper-row .sec-title {
    float: left;
    position: relative
}

.gallery-section .upper-row .filters {
    position: relative
}

.gallery-section .more-box {
    display: block;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
    text-align: center
}

.mixitup-gallery .filters {
    margin-bottom: 40px;
    position: relative
}

.mixitup-gallery .filters .filter-tabs {
    display: block;
    position: relative
}

.mixitup-gallery .filters li {
    background: none;
    color: var(--thm-text);
    cursor: pointer;
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 10px 30px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease;
    vertical-align: top
}

.mixitup-gallery .filters li:before {
    border-bottom: 2px solid var(--thm-base);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease;
    width: 100%
}

.mixitup-gallery .filters.centered li {
    margin: 0 15px 10px
}

.mixitup-gallery .filters li sup {
    font-size: 16px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 3px;
    transition: all .3s ease;
    visibility: hidden
}

.mixitup-gallery .filters .filter.active {
    color: var(--thm-black);
    padding-right: 20px
}

.mixitup-gallery .filters .filter.active sup {
    opacity: 1;
    visibility: visible
}

.mixitup-gallery .filters li.active:before {
    transform: scaleX(1)
}

.mix,
.mixitup-gallery .gallery-item-two {
    display: none
}

.gallery-item {
    border: 1px dashed rgba(0, 0, 0, .2);
    border-width: 0 0 1px 1px;
    margin: 0;
    padding: 0;
    position: relative
}

.gallery-item:nth-child(5n+1) {
    border-width: 0 0 1px
}

.gallery-item .inner-box {
    overflow: hidden;
    position: relative
}

.gallery-item .inner-box .image img {
    display: block;
    height: auto;
    transition: all .3s ease;
    width: 100%
}

.gallery-item .inner-box .image img.org-img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.gallery-item .inner-box .image {
    position: relative
}

.gallery-item .inner-box:hover .image img.org-img {
    opacity: 1
}

.gallery-item .inner-box .image span.bg-color {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: -1
}

.gallery-item .inner-box:hover .image span.bg-color {
    opacity: 1
}

.gallery-item .cap-box {
    bottom: 10px;
    color: #fff;
    left: 5px;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(200px);
    transition: all .5s ease
}

.gallery-item .inner-box:hover .cap-box {
    opacity: 1;
    transform: translateY(0)
}

.gallery-item .cap-box .cap-inner {
    display: block;
    padding: 5px 15px;
    position: relative
}

.gallery-item a.overlay-box {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.gallery-item .cap-box .cat {
    display: block;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    position: relative;
    text-transform: uppercase
}

.gallery-item .cap-box .cat span {
    display: inline-block;
    padding-right: 48px;
    position: relative;
    vertical-align: middle
}

.gallery-item .cap-box .cat span:before {
    border-bottom: 2px solid var(--thm-base);
    content: "";
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 38px
}

.gallery-item .cap-box .title {
    display: block;
    position: relative
}

.gallery-item .cap-box h5 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase
}

.gallery-item .cap-box h5 a {
    color: #fff
}

.gallery-item .cap-box h5 a:hover {
    text-decoration: underline
}

.gallery-block-three {
    background-color: #eff1f4;
    padding-bottom: 90px;
    padding-top: 120px
}

.gallery-item-three {
    margin-bottom: 30px
}

.gallery-item-three>img {
    width: 100%
}

.gallery-item-three {
    overflow: hidden;
    position: relative
}

.gallery-item-three__content {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: 30px;
    padding: 30px;
    perspective: 370px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: rotateX(90deg);
    transition: transform .5s ease
}

.gallery-item-three:hover .gallery-item-three__content {
    transform: rotateX(0)
}

.gallery-item-three__content:before {
    background-color: var(--thm-base);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0
}

.gallery-item-three__content p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0;
    position: relative;
    text-transform: uppercase
}

.gallery-item-three__content h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 36px;
    margin: 0;
    position: relative
}

.gallery-item-three__content h3 a {
    color: inherit
}

.facts-section {
    background: #1c1e22;
    color: #fff;
    padding: 0 0 290px;
    position: relative;
    z-index: 2
}

.facts-section.alternate {
    background: var(--thm-black);
    padding-bottom: 50px
}

.facts-section .image-layer,
.facts-section .jarallax-img {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%
}

.facts-section.alternate .image-layer {
    display: none
}

.fact-counter {
    position: relative
}

.fact-counter .column {
    margin-bottom: 70px;
    position: relative;
    text-align: center
}

.fact-counter .column .inner {
    padding: 120px 0 0;
    position: relative
}

.fact-counter .column .inner:before {
    border-top: 4px solid var(--thm-base);
    content: "";
    left: -15px;
    min-width: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    transform: scaleX(0);
    transition: all .5s ease
}

.fact-counter .column:hover .inner:before {
    transform: scaleX(1)
}

.fact-counter .column .inner:after {
    border-right: 1px solid hsla(0, 0%, 100%, .15);
    bottom: 7px;
    content: "";
    position: absolute;
    right: -15px;
    top: 0
}

.fact-counter .column:last-child .inner:after {
    display: none
}

.fact-counter .column .inner .content {
    position: relative;
    text-align: center
}

.fact-counter .column .inner .count-outer {
    display: block;
    font-family: var(--thm-font);
    font-size: 74px;
    font-weight: 400;
    letter-spacing: 0;
    position: relative
}

.fact-counter .column .inner .count-symbol {
    left: 10px;
    position: relative
}

.fact-counter .column .inner .counter-title {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase
}

.trusted-section {
    background: none;
    padding: 0 0 70px;
    position: relative;
    z-index: 2
}

.trusted-section .outer-container {
    margin-top: -240px;
    position: relative
}

.trusted-section .row {
    margin: 0 -4px
}

.trusted-section .left-col {
    margin-bottom: 30px;
    padding: 0 4px;
    position: relative
}

.trusted-section .left-col .inner {
    display: block;
    position: relative
}

.trusted-section .col-header {
    position: relative;
    text-align: center
}

.trusted-section .col-header .header-inner {
    background: var(--thm-base);
    border-radius: 7px 7px 0 0;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    min-height: 240px;
    padding: 75px 50px 20px;
    position: relative
}

.trusted-section .col-header .header-inner:before {
    background: url(../image/curve-down-left.png) 0 0 no-repeat;
    bottom: -39px;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    width: 50px
}

.trusted-section .features {
    position: relative
}

.trusted-section .feature {
    border-bottom: 1px solid #e9ebee;
    display: block;
    min-height: 170px;
    padding: 55px 0 55px 90px;
    position: relative
}

.trusted-section .feature .count {
    background: rgba(var(--thm-base-rgb), .2);
    border-radius: 50%;
    color: var(--thm-base);
    font-family: var(--thm-font);
    font-size: 30px;
    height: 60px;
    left: 0;
    padding: 7px 10px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 55px;
    transition: all .5s ease;
    width: 60px
}

.trusted-section .feature:hover .count {
    background-color: var(--thm-black);
    color: #fff
}

.trusted-section .feature h5 {
    color: var(--thm-black);
    font-weight: 400;
    line-height: 1.15em;
    margin: 0 0 10px
}

.trusted-section .feature .sub-text {
    color: var(--thm-text);
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase
}

.trusted-section .right-col {
    margin-bottom: 30px;
    padding: 0 4px;
    position: relative;
    z-index: 3
}

.trusted-section .right-col .inner {
    background: #fff;
    border-radius: 7px 0 0 0;
    display: block;
    min-height: 260px;
    padding: 115px 0 0 110px;
    position: relative
}

.trusted-section .right-col .inner:before {
    background: #fff;
    content: "";
    height: 100%;
    left: 100%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2000px
}

.trusted-section .featured-block-two {
    display: block;
    min-height: 170px;
    padding-left: 276px;
    position: relative
}

.trusted-section .featured-block-two .image {
    left: 0;
    position: absolute;
    top: 0;
    width: 250px
}

.trusted-section .featured-block-two .image img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 100%
}

.trusted-section .featured-block-two .text {
    display: block;
    position: relative;
    top: -5px
}

.trusted-section .featured-block-two .text ul {
    position: relative
}

.trusted-section .featured-block-two .text ul li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative
}

.trusted-section .featured-block-two .text ul li:before {
    color: var(--thm-base);
    content: "\f107";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -1px
}

.team-section {
    background: none;
    padding: 120px 0 90px;
    position: relative;
    z-index: 2
}

.team-section.no-padd-top {
    padding-top: 0
}

.team-section .carousel-box {
    margin: 0 -5px;
    position: relative
}

.team-block {
    margin-bottom: 30px;
    position: relative
}

.team-block .inner-box {
    display: block;
    position: relative;
    text-align: center
}

.team-block .image-box {
    display: block;
    overflow: hidden;
    position: relative
}

.team-block .image-box img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all .5s ease;
    width: 100%
}

.team-block .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.team-block .image-box .social-links {
    bottom: 35px;
    left: 0;
    opacity: 0;
    padding: 0 5px;
    position: absolute;
    transform: translateY(100px);
    transition: all .5s ease;
    width: 100%
}

.team-block .inner-box:hover .social-links {
    opacity: 1;
    transform: translateY(0)
}

.team-block .image-box .social-links li {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    vertical-align: top
}

.team-block .image-box .social-links li a {
    background: #fff;
    border-radius: 50%;
    color: var(--thm-black);
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    position: relative;
    transition: all .5s ease;
    width: 44px
}

.team-block .image-box .social-links li a span {
    line-height: 44px;
    vertical-align: middle
}

.team-block .image-box .social-links li a:hover {
    background: var(--thm-base)
}

.team-block .lower-box {
    display: block;
    padding: 30px 0 0;
    position: relative
}

.team-block .lower-box .designation {
    color: var(--thm-text);
    display: block;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 5px;
    position: relative;
    text-transform: uppercase
}

.team-block .lower-box h5 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.05em;
    margin: 0;
    text-transform: uppercase
}

.team-block .lower-box h5 a {
    color: var(--thm-black)
}

.team-block .lower-box h5 a:hover {
    text-decoration: underline
}

.team-section .owl-theme .owl-nav {
    display: none;
    padding-top: 40px;
    position: relative;
    text-align: center;
    width: 100%
}

.team-section .owl-theme .owl-dots {
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 100%
}

.team-section .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    vertical-align: top
}

.team-section .owl-theme .owl-dots .owl-dot span {
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
    display: block;
    height: 10px;
    position: relative;
    width: 10px
}

.team-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border-color: var(--thm-base)
}

.team-three {
    padding-bottom: 90px;
    padding-top: 120px
}

.team-three__about-two {
    background-image: url(../image/pattern-2.png)
}

.team-card-three {
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all .5s ease
}

.team-card-three:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04)
}

.team-card-three__inner {
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.team-card-three__image img {
    filter: grayscale(100%);
    width: 100%
}

.team-card-three__content,
.team-card-three__hover {
    background-color: #fff;
    border: 1px solid #e9ebee;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease
}

.team-card-three__content {
    opacity: 1;
    transform: scale(1);
    transform-origin: bottom center;
    visibility: visible
}

.team-card-three:hover .team-card-three__content,
.team-card-three__hover {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden
}

.team-card-three__hover {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    transform-origin: bottom center;
    width: 100%
}

.team-card-three:hover .team-card-three__hover {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.team-card-three__social,
.team-card-three__social a {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.team-card-three__social a {
    background-color: #f4f5f8;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 16px;
    height: 44px;
    margin-top: 15px;
    transition: all .5s ease;
    width: 44px
}

.team-card-three__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black)
}

.team-card-three__social li+li {
    margin-left: 10px
}

.team-card-three__name {
    color: var(--thm-black);
    font-size: 24px;
    letter-spacing: .1em;
    margin: 0;
    text-transform: uppercase
}

.team-card-three__designation {
    color: #686a6f;
    font-family: var(--thm-font);
    font-size: 16px;
    letter-spacing: .1em;
    margin: 10px 0 0;
    text-transform: uppercase
}

.parallax-section {
    background: #1c1e22;
    color: #fff;
    padding: 120px 0;
    position: relative;
    text-align: center;
    z-index: 1
}

.parallax-section .image-layer,
.parallax-section .jarallax-img {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%
}

.parallax-section .content-box {
    margin: 0 auto;
    max-width: 870px;
    position: relative
}

.parallax-section .content-box .icon-box {
    border-radius: 50%;
    color: var(--thm-black);
    display: block;
    font-size: 54px;
    height: 114px;
    line-height: 114px;
    margin: 0 auto 50px;
    position: relative;
    text-align: center;
    width: 114px
}

.parallax-section .content-box .icon-box:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 80px;
    left: -7px;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 80px
}

.parallax-section .content-box .icon-box:after {
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.parallax-section .content-box .icon-box span {
    position: relative;
    z-index: 2
}

.parallax-section .content-box h2 {
    color: #fff;
    display: block;
    font-size: 70px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase
}

.parallax-section .content-box h2 span {
    color: var(--thm-base)
}

.sponsors-section {
    background: #fff;
    padding: 100px 0;
    position: relative
}

.sponsors-section__has-border-top {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.sponsors-section__dark {
    background-color: #1c1e22
}

.sponsors-section__one-page {
    border-bottom: 1px solid #e9ebee
}

.sponsors-outer {
    position: relative
}

.sponsors-outer .slide-item {
    display: block
}

.sponsors-outer .image-box {
    display: inline-block;
    position: relative
}

.sponsors-outer .image-box img {
    display: inline-block;
    max-width: 100%;
    opacity: .2;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: auto
}

.sponsors-outer .image-box img:hover {
    opacity: 1
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav {
    display: none;
    position: relative
}

.agency-section {
    background: #fff url(../image/pattern-2.png) 0 0 repeat;
    padding: 120px 0 80px;
    position: relative
}

.agency-section .sec-title {
    margin-bottom: 40px
}

.agency-section .featured-block {
    display: block;
    margin-bottom: 40px;
    min-height: 117px;
    padding-left: 230px;
    position: relative
}

.agency-section .featured-block .image {
    left: 0;
    position: absolute;
    top: 0;
    width: 200px
}

.agency-section .featured-block .image img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 100%
}

.agency-section .featured-block .text {
    display: block;
    letter-spacing: .1em;
    line-height: 1.7em;
    margin-bottom: 32px;
    position: relative;
    top: -5px
}

.agency-section .left-col {
    margin-bottom: 30px;
    position: relative
}

.agency-section .left-col .inner {
    display: block;
    padding-right: 50px;
    position: relative
}

.agency-section .right-col {
    margin-bottom: 30px;
    position: relative
}

.agency-section .right-col .inner {
    display: block;
    position: relative
}

.tabs-box,
.tabs-box .tab-buttons {
    position: relative
}

.tabs-box .tab-buttons .tab-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: top
}

.tabs-box .tabs-content {
    position: relative
}

.tabs-box .tabs-content .tab {
    display: none;
    position: relative
}

.tabs-box .tabs-content .active-tab {
    display: block
}

.default-tabs .tab-buttons .tab-btn {
    border-radius: 7px;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .07em;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 14px 40px 11px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease
}

.default-tabs .tab-buttons .tab-btn span {
    display: block;
    position: relative
}

.default-tabs .tab-buttons .tab-btn:last-child {
    margin-right: 0
}

.default-tabs .tab-buttons .tab-btn:before {
    background: var(--thm-base);
    border-radius: 7px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%
}

.default-tabs .tab-buttons .tab-btn.active-btn:before {
    height: 100%
}

.default-tabs .tab-buttons .tab-btn.active-btn:hover,
.default-tabs .tab-buttons .tab-btn:hover {
    color: var(--thm-black)
}

.default-tabs .tabs-content {
    padding-top: 40px;
    position: relative
}

.default-tabs .tabs-content .content {
    display: block;
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    transition: all .5s ease;
    visibility: hidden
}

.default-tabs .tabs-content .active-tab .content {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.default-tabs .tabs-content .text {
    color: var(--thm-text);
    font-size: 16px;
    position: relative
}

.agency-section .right-col .text {
    color: var(--thm-text);
    margin-bottom: 50px;
    position: relative
}

.agency-section .featured-block-two {
    display: block;
    min-height: 248px;
    padding-left: 268px;
    padding-top: 20px;
    position: relative
}

.agency-section .featured-block-two .image {
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 242px
}

.agency-section .featured-block-two .image img {
    border-radius: 50%;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 100%
}

.agency-section .featured-block-two .text {
    display: block;
    line-height: 1.5em;
    margin-bottom: 0;
    position: relative;
    top: -5px
}

.agency-section .featured-block-two .text ul {
    position: relative
}

.agency-section .featured-block-two .text ul li {
    color: var(--thm-text);
    line-height: 2.125em;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative
}

.agency-section .featured-block-two .text ul li:before {
    color: var(--thm-base);
    content: "\f107";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -1px
}

.news-section {
    padding: 80px 0;
    position: relative
}

.news-section.alt-bg {
    background: #fff url(../image/pattern-2.png) 0 0 repeat
}

.news-section .more-box {
    display: block;
    padding-bottom: 10px;
    padding-top: 30px;
    position: relative;
    text-align: center
}

.news-block {
    margin-bottom: 30px;
    position: relative
}

.news-block .inner-box {
    display: block;
    position: relative;
    text-align: center
}

.news-block .image-box {
    display: block;
    overflow: hidden;
    position: relative
}

.news-block .image-box img {
    border-radius: 7px;
    display: block;
    width: 100%
}

.news-block .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.news-block .lower-box {
    padding: 0 20px;
    position: relative
}

.news-block .post-meta {
    margin: 0 10px -3px;
    position: relative;
    top: -27px
}

.news-block .post-meta ul {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05);
    display: block;
    padding: 10px 5px 0;
    position: relative
}

.news-block .post-meta ul li {
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 16px;
    letter-spacing: .1em;
    margin: 0 10px 10px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle
}

.news-block .post-meta ul li .fa,
.news-block .post-meta ul li .far {
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    position: relative;
    vertical-align: middle
}

.news-block .lower-box h5 {
    color: var(--thm-black);
    font-size: 28px;
    margin-bottom: 15px
}

.news-block .lower-box h5 a {
    color: var(--thm-black);
    transition: .5s
}

.news-block .lower-box h5 a:hover {
    color: var(--thm-base);
    text-decoration: underline
}

.news-block .lower-box .text {
    color: var(--thm-text);
    display: block;
    font-size: 16px;
    position: relative;
    top: -5px
}

.news-block .lower-box .link-box {
    margin-top: 20px;
    position: relative
}

.news-block .lower-box .link-box a {
    background: #d3d3d4;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px
}

.news-block .lower-box .link-box a span {
    font-weight: 700;
    vertical-align: middle
}

.news-block .lower-box .link-box a:hover {
    background: var(--thm-base);
    color: var(--thm-black)
}

.news-block-two {
    margin-bottom: 40px;
    position: relative
}

.news-block-two .image-box,
.news-block-two .inner-box {
    display: block;
    position: relative
}

.news-block-two .image-box {
    overflow: hidden
}

.news-block-two .image-box img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all .5s ease;
    width: 100%
}

.news-block-two .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.news-block-two .lower-box {
    padding: 30px 0 0;
    position: relative
}

.news-block-two .post-meta,
.news-block-two .post-meta ul {
    display: block;
    position: relative
}

.news-block-two .post-meta ul li {
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 16px;
    letter-spacing: .07em;
    margin: 0 20px 5px 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle
}

.news-block-two .post-meta ul li .fa,
.news-block-two .post-meta ul li .far {
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    position: relative;
    top: -2px;
    vertical-align: middle
}

.news-block-two .lower-box h4 {
    color: var(--thm-black);
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 30px;
    text-transform: uppercase
}

.news-block-two .lower-box h4 a {
    color: var(--thm-black)
}

.news-block-two .lower-box h4 a:hover {
    color: var(--thm-base);
    text-decoration: underline
}

.news-block-two .lower-box .text {
    display: block;
    position: relative;
    top: -5px
}

.news-block-two .lower-box .link-box {
    margin-top: 20px;
    position: relative
}

.news-block-two .lower-box .link-box a {
    color: var(--thm-black);
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase
}

.news-block-two .lower-box .link-box a:before {
    border-bottom: 2px solid var(--thm-base);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%
}

.news-block-two .lower-box .link-box a:hover {
    color: var(--thm-base)
}

.news-block-two .lower-box .link-box a:hover:before {
    border-color: var(--thm-black)
}

.news-block-two .image-box .vid-link {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    z-index: 3
}

.news-block-two .image-box .vid-link,
.news-block-two .image-box .vid-link .icon {
    color: var(--thm-black);
    display: block;
    font-size: 24px;
    position: absolute;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.news-block-two .image-box .vid-link .icon {
    background: var(--thm-base);
    border-radius: 50%;
    height: 100px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    top: 50%;
    width: 100px
}

.news-block-two .image-box .vid-link:hover .icon {
    background: var(--thm-black);
    color: var(--thm-base)
}

.news-block-three {
    margin-bottom: 30px;
    position: relative
}

.news-block-three .inner-box {
    background: #f4f5f8;
    border-radius: 7px;
    display: block;
    padding: 50px 50px 40px;
    position: relative
}

.news-block-three .quote-icon {
    font-size: 150px;
    line-height: .4em;
    margin-bottom: 10px;
    top: 30px
}

.news-block-three .link-icon,
.news-block-three .quote-icon {
    color: var(--thm-base);
    display: block;
    font-weight: 400;
    position: relative
}

.news-block-three .link-icon {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 15px
}

.news-block-three .inner-box h4 {
    color: var(--thm-black);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 0;
    text-transform: uppercase
}

.news-block-three .inner-box h4 a {
    color: var(--thm-black)
}

.news-block-three .inner-box:hover h4 a {
    color: var(--thm-base);
    text-decoration: underline
}

.news-block-three .inner-box .text {
    display: block;
    margin: 0;
    position: relative;
    top: -5px
}

.news-block-three .over-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.sidebar-page-container .more-box {
    padding-top: 20px;
    position: relative
}

.blog-post-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: -15px;
    margin-top: 30px
}

.blog-post-pagination a,
.blog-post-pagination span {
    align-items: center;
    background-color: #f4f5f8;
    border-radius: 50%;
    color: var(--thm-text);
    display: flex;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    margin-left: 15px;
    min-height: 50px;
    min-width: 50px;
    padding-top: 5px;
    text-align: center;
    transition: all .5s ease
}

.blog-post-pagination span {
    background-color: var(--thm-black);
    color: #fff
}

.blog-post-pagination a.current,
.blog-post-pagination a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black)
}

.blog-post-pagination .page-numbers.dots {
    padding-bottom: 5px;
    padding-top: 0
}

.blog-post-pagination .next.page-numbers,
.blog-post-pagination .prev.page-numbers {
    padding-top: 0
}

.news-two {
    padding-bottom: 120px;
    padding-top: 120px
}

.news-two .swiper-pagination {
    bottom: auto;
    left: auto;
    margin-top: 40px;
    position: relative
}

.news-two .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--thm-black);
    height: 8px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    opacity: .2;
    transition: all .5s ease;
    width: 8px
}

.news-two .swiper-pagination span.swiper-pagination-bullet-active,
.news-two .swiper-pagination span:hover {
    background-color: var(--thm-base) !important;
    opacity: 1 !important
}

.news-two__image {
    background-color: var(--thm-base);
    margin-bottom: 35px
}

.news-two__image>img {
    filter: grayscale(0);
    opacity: 1;
    transition: .5s ease;
    width: 100%
}

.news-two__box:hover .news-two__image>img {
    filter: grayscale(100%);
    opacity: .7
}

.news-two__content {
    text-align: center
}

.news-two__content h3 {
    color: var(--thm-black);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.28;
    margin: 5px auto 0;
    max-width: 466px
}

.news-two__content h3 a {
    color: inherit
}

.news-two__meta {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

.news-two__meta li {
    color: var(--thm-base);
    font-size: 16px;
    font-weight: 600
}

.news-two__meta li a {
    color: inherit;
    transition: all .5s ease
}

.news-two__meta li a:hover {
    color: var(--thm-black)
}

.news-two__meta li:after {
    content: "-";
    margin-left: 10px;
    margin-right: 10px
}

.news-two__meta li:last-child:after {
    content: "";
    margin: 0
}

.call-to-section {
    padding: 0;
    position: relative;
    z-index: 1
}

.call-to-section .shape-1 {
    background: url(../image/call-to-shape-1.png) 100% 0 no-repeat;
    height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    z-index: 1
}

.call-to-section .shape-2 {
    background: url(../image/call-to-shape-2.png) 100% 0 no-repeat;
    height: 54px;
    position: absolute;
    right: 170px;
    top: 0;
    width: 410px;
    z-index: 0
}

.call-to-section .inner {
    background: var(--thm-base);
    border-radius: 7px;
    overflow: hidden;
    padding: 95px 95px 68px
}

.call-to-section .inner,
.call-to-section h2 {
    color: var(--thm-black);
    display: block;
    position: relative
}

.call-to-section h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 25px;
    text-transform: uppercase;
    z-index: 3
}

.call-to-section .link-box {
    float: right;
    padding-top: 12px;
    position: relative;
    z-index: 3
}

.main-footer {
    background: var(--thm-black) url(../image/footer-bg.png) center top no-repeat;
    color: #999b9f;
    font-size: 15px;
    line-height: normal;
    position: relative
}

.main-footer .widgets-section {
    padding: 120px 0 70px;
    position: relative
}

.main-footer.normal-padding .widgets-section {
    padding: 120px 0 70px
}

.main-footer .column {
    margin-bottom: 35px;
    position: relative
}

.main-footer .footer-widget {
    position: relative
}

.main-footer .footer-logo {
    margin-bottom: 20px;
    margin-top: -10px;
    position: relative
}

.main-footer h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase
}

.main-footer .logo-widget,
.main-footer h6 {
    position: relative
}

.main-footer .logo-widget .logo {
    margin-bottom: 16px;
    position: relative
}

.main-footer .logo-widget .logo img {
    margin-bottom: 10px;
    width: auto !important
}

.main-footer .logo-widget .text {
    display: block;
    margin: 0 0 30px;
    position: relative
}

.main-footer .links-widget ul {
    margin-bottom: 7px
}

.main-footer .links-widget ul li {
    margin-bottom: 6px;
    position: relative
}

.main-footer .links-widget ul li:last-child {
    margin: 0
}

.main-footer .links-widget ul li a {
    color: #999b9f;
    line-height: normal;
    position: relative;
    text-transform: capitalize
}

.main-footer .links-widget ul li a,
.main-footer .links-widget ul li a:before {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-footer .links-widget ul li a:before {
    border-bottom: 2px solid var(--thm-base);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    width: 100%
}

.main-footer .links-widget ul li a:hover:before {
    transform: scaleX(1)
}

.main-footer .links-widget ul li a:hover {
    color: #fff
}

.main-footer .links-widget ul ul {
    font-size: 90%;
    margin: 5px 0 10px 10px
}

.main-footer .social-links {
    position: relative
}

.main-footer .social-links li {
    display: inline-block;
    margin-right: 8px;
    position: relative
}

.main-footer .social-links li a {
    background: #1c1e22;
    border-radius: 50%;
    color: #999b9f;
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    width: 44px
}

.main-footer .social-links li a span {
    vertical-align: middle
}

.main-footer .social-links li a:hover {
    background: var(--thm-base);
    color: #fff
}

.main-footer .info-widget ul li {
    display: block;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative
}

.main-footer .info-widget ul li.address {
    margin-bottom: 20px
}

.main-footer .info-widget ul li .icon {
    color: var(--thm-base);
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 4px
}

.main-footer .info-widget ul li:last-child {
    margin: 0
}

.main-footer .info-widget ul li a {
    color: #999b9f;
    line-height: 28px;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-footer .info-widget ul li a:hover {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--thm-base);
    text-decoration-color: var(--thm-base)
}

.main-footer .newsletter-widget .text {
    display: block;
    font-size: 14px;
    margin: 25px 0 0;
    position: relative
}

.main-footer .newsletter-form,
.main-footer .newsletter-form form {
    position: relative
}

.main-footer .newsletter-form .form-group {
    margin: 0;
    position: relative
}

.main-footer .newsletter-form .form-group input[type=email],
.main-footer .newsletter-form .form-group input[type=tel],
.main-footer .newsletter-form .form-group input[type=text] {
    background: #1c1e22;
    border: 1px solid #1c1e22;
    color: #fff;
    display: block;
    font-family: var(--thm-b-font);
    font-size: 18px;
    font-size: 14px;
    height: 70px;
    padding: 20px 60px 20px 25px;
    position: relative;
    transition: all .3s ease;
    width: 100%
}

.main-footer .newsletter-form .form-group input[type=email]:focus,
.main-footer .newsletter-form .form-group input[type=tel]:focus,
.main-footer .newsletter-form .form-group input[type=text]:focus {
    border-color: var(--thm-base)
}

.newsletter-form .form-group input::-webkit-input-placeholder {
    color: #999b9f
}

.newsletter-form .form-group .theme-btn {
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    height: 44px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 44px
}

.newsletter-form .form-group .theme-btn span {
    font-size: 14px;
    vertical-align: middle
}

.newsletter-form .form-group .theme-btn:hover {
    background: #fff;
    color: var(--thm-base)
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center
}

.main-footer .footer-bottom .inner {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    color: #999b9f;
    display: block;
    padding: 35px 0;
    position: relative
}

.main-footer .footer-bottom .copyright {
    line-height: 1.5em;
    position: relative
}

.main-footer__two {
    background-color: var(--thm-black);
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top: 120px
}

.main-footer__two .footer-widget {
    padding-bottom: 60px
}

.main-footer__two .footer-widget h3 {
    color: #fff;
    font-size: 80px;
    letter-spacing: .1em;
    line-height: .78;
    margin: 0 auto;
    max-width: 900px;
    text-transform: uppercase
}

.main-footer__two .footer-widget p {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px 0 35px;
    text-align: center
}

.main-footer__two .footer-widget p a,
.main-footer__two .footer-widget p span {
    color: #999b9f;
    transition: all .5s ease
}

.main-footer__two .footer-widget p a:hover {
    color: var(--thm-base)
}

.main-footer__two .footer-widget p a+a,
.main-footer__two .footer-widget p span {
    margin-left: 35px
}

.main-footer__three {
    background-color: #18212e;
    padding-top: 100px
}

.main-footer__three .footer-widget {
    margin-bottom: 30px
}

.main-footer__three .footer-widget h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 50px
}

.main-footer__three .footer-widget p {
    color: #959ca6;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.125;
    margin: -10px 0 30px
}

.main-footer__three .footer-widget__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px
}

.main-footer__three .footer-widget__links li {
    flex: 0 0 50%;
    margin-top: 30px
}

.main-footer__three .footer-widget__links li a {
    color: #959ca6;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: all .5s ease
}

.main-footer__three .footer-widget__links li a:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .5s ease;
    width: 100%
}

.main-footer__three .footer-widget__links li:hover a:before {
    transform: scale(1)
}

.main-footer__three .footer-widget__links li a:hover {
    color: var(--thm-base)
}

.main-footer__three .footer-widget .post-list li {
    display: flex
}

.main-footer__three .footer-widget .post-list li+li {
    margin-top: 50px
}

.main-footer__three .footer-widget .post-list li>img {
    flex-shrink: 0;
    height: 70px;
    margin-right: 20px;
    width: 68px
}

.main-footer__three .footer-widget .post-list li p {
    color: var(--thm-base);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    margin: 0;
    text-transform: uppercase
}

.main-footer__three .footer-widget .post-list li h4 {
    color: #959ca6;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.125;
    margin: 10px 0 0
}

.main-footer__three .footer-widget .post-list li h4 a {
    color: inherit;
    transition: all .5s ease
}

.main-footer__three .footer-widget .post-list li h4 a:hover {
    color: #fff
}

.main-footer__three .footer-widget .contact-list {
    margin-top: -20px
}

.main-footer__three .footer-widget .contact-list li {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    min-height: 58px;
    padding-left: 30px;
    position: relative
}

.main-footer__three .footer-widget .contact-list li:last-child {
    border-bottom: 0;
    margin-top: 15px
}

.main-footer__three .footer-widget .contact-list li a {
    color: inherit;
    transition: all .5s ease
}

.main-footer__three .footer-widget .contact-list li a:hover {
    color: #fff
}

.main-footer__three .footer-widget .contact-list li>span {
    color: var(--thm-base);
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-44%)
}

.main-footer__three .footer-widget .contact-list li:last-child>span {
    top: 0;
    transform: translateY(0)
}

.main-footer__three .btn-style-three:hover {
    background-color: #fff;
    color: var(--thm-black)
}

.main-footer__three .bottom-footer {
    background-color: #151d28;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    margin-top: 60px;
    padding-bottom: 39.5px;
    padding-top: 39.5px
}

.main-footer__three .bottom-footer .auto-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.main-footer__three .bottom-footer .left-content {
    align-items: center;
    display: flex
}

.main-footer__three .bottom-footer .left-content p {
    border-left: 1px solid hsla(0, 0%, 100%, .1);
    color: #959ca6;
    font-size: 16px;
    font-weight: 500;
    line-height: 41px;
    margin: 0 0 0 40px;
    padding-left: 40px
}

.main-footer__three .bottom-footer .social-links {
    align-items: center;
    display: flex
}

.main-footer__three .bottom-footer .social-links a {
    color: #959ca6;
    font-size: 20px;
    transition: all .5s ease
}

.main-footer__three .bottom-footer .social-links a:hover {
    color: var(--thm-base)
}

.main-footer__three .bottom-footer .social-links li+li {
    margin-left: 40px
}

.services-section-two {
    background: #fff;
    padding: 120px 0 0;
    position: relative
}

.services-section-two .sec-title {
    margin-bottom: 30px
}

.services-section-two .sec-title .column {
    margin-bottom: 20px
}

.services-section-two .sec-title .lower-text {
    margin-top: 0;
    padding-top: 0
}

.services-section-two .services {
    margin-bottom: -100px;
    position: relative;
    z-index: 2
}

.service-block-two {
    margin-bottom: 30px;
    position: relative
}

.service-block-two .inner-box {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    display: block;
    padding: 50px 45px 40px;
    position: relative;
    transition: all .5s ease
}

.service-block-two .inner-box:before {
    border-radius: 7px;
    bottom: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .04);
    content: "";
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease
}

.service-block-two .inner-box:hover:before {
    background: var(--thm-black);
    bottom: -10px
}

.service-block-two .inner-box .bottom-curve {
    background: #fff;
    bottom: -10px;
    height: 120px;
    opacity: .1;
    position: absolute;
    right: -70px;
    transform: skewX(0deg) scaleX(0);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 120px;
    z-index: 0
}

.service-block-two .inner-box:hover .bottom-curve {
    transform: skewX(-45deg) scaleX(1)
}

.service-block-two .inner-box .icon-box {
    color: var(--thm-base);
    display: block;
    font-size: 64px;
    line-height: 1em;
    margin-bottom: 20px;
    position: relative;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.service-block-two .inner-box:hover .icon-box {
    color: var(--thm-base)
}

.service-block-two .inner-box h5 {
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 600;
    margin: 0
}

.service-block-two .inner-box h5 a {
    color: var(--thm-black);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.service-block-two .inner-box:hover h5,
.service-block-two .inner-box:hover h5 a {
    color: #fff
}

.service-block-two .inner-box h5 a:hover {
    text-decoration: underline
}

.service-block-two .text {
    color: var(--thm-text);
    display: block;
    padding: 20px 0 0;
    position: relative;
    z-index: 1
}

.service-block-two .inner-box:hover .text {
    color: #999b9f
}

.service-block-two .link-box {
    bottom: 8px;
    height: 30px;
    position: absolute;
    right: 3px;
    width: 30px;
    z-index: 1
}

.service-block-two .link-box a {
    color: #fff;
    font-size: 20px;
    position: relative
}

.featured-section {
    background: #fff url(../image/pattern-2.png) 0 0 repeat;
    padding: 200px 0 90px;
    position: relative
}

.featured-section__about-two {
    background-color: #fff;
    background-image: none;
    padding-bottom: 80px;
    padding-top: 120px
}

.featured-section .left-col {
    margin-bottom: 30px;
    position: relative
}

.featured-section .left-col .inner {
    display: block;
    padding-right: 30px;
    position: relative
}

.featured-section .left-col .image-box {
    border-radius: 7px;
    display: block;
    overflow: hidden;
    position: relative
}

.featured-section .left-col .image-box:before {
    background: var(--thm-base);
    bottom: 0;
    content: "";
    height: 180px;
    left: -90px;
    position: absolute;
    transform: skewX(45deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 180px;
    z-index: 1
}

.featured-section .left-col .image-box img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all .5s ease;
    width: 100%
}

.featured-section .left-col .image-box:hover img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.featured-section .right-col {
    position: relative
}

.featured-section .right-col .inner {
    display: block;
    position: relative
}

.featured-section .features {
    position: relative
}

.featured-section .feature {
    margin-bottom: 30px;
    position: relative
}

.featured-section .feature .inner-box {
    display: block;
    padding-left: 15px;
    position: relative
}

.featured-section .feature .inner-box:before {
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 5px
}

.featured-section .feature h6 {
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 400;
    left: 1px;
    margin-bottom: 0;
    text-transform: uppercase
}

.featured-section .feature .text {
    color: var(--thm-text);
    display: block;
    padding: 10px 0 0;
    position: relative
}

.gallery-section-two {
    padding: 120px 0 0;
    position: relative
}

.gallery-section-two.alternate {
    background: #fff url(../image/pattern-2.png) 100% 0 repeat;
    padding-bottom: 90px;
    position: relative
}

.gallery-section-two .sec-title {
    margin-bottom: 40px
}

.project-tab {
    position: relative
}

.project-tab .tabs-header {
    position: relative;
    text-align: center
}

.project-tab .product-tab-btns {
    margin-bottom: 50px;
    position: relative
}

.project-tab .product-tab-btns .p-tab-btn {
    background: none;
    color: var(--thm-text);
    cursor: pointer;
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 20px 10px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease;
    vertical-align: top
}

.project-tab .product-tab-btns .p-tab-btn:before {
    border-bottom: 2px solid var(--thm-base);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease;
    width: 100%
}

.project-tab .product-tab-btns .p-tab-btn sup {
    font-size: 16px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 3px;
    transition: all .3s ease;
    visibility: hidden
}

.project-tab .product-tab-btns .p-tab-btn.active-btn sup {
    opacity: 1;
    visibility: visible
}

.project-tab .product-tab-btns .p-tab-btn.active-btn:before {
    transform: scaleX(1)
}

.project-tab .product-tab-btns .p-tab-btn.active-btn {
    color: var(--thm-black);
    font-weight: 400;
    padding-right: 20px
}

.project-tab .p-tabs-content {
    display: block;
    margin: 0 -15px;
    position: relative
}

.project-tab .p-tab {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5
}

.p-tab .gallery-item {
    opacity: 0;
    position: relative;
    transform: scaleX(0);
    visibility: hidden
}

.p-tab.active-tab .gallery-item {
    opacity: 1;
    transform: scaleX(1);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    visibility: visible
}

.project-tab .owl-theme .owl-nav {
    display: none;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 100%
}

.project-tab .owl-theme .owl-dots {
    padding-top: 40px;
    position: relative;
    text-align: center;
    width: 100%
}

.project-tab .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    vertical-align: top
}

.project-tab .owl-theme .owl-dots .owl-dot span {
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
    display: block;
    height: 10px;
    position: relative;
    width: 10px
}

.project-tab .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border-color: var(--thm-base)
}

.gallery-section-two.alternate .owl-theme .owl-dots {
    display: none
}

.why-us-section {
    background: #fff;
    padding: 110px 0 80px;
    position: relative
}

.why-us-section .left-col {
    margin-bottom: 40px;
    position: relative
}

.why-us-section .left-col .inner {
    display: block;
    position: relative
}

.why-us-section .left-col .image-box,
.why-us-section .left-col .round-box {
    border-radius: 50%;
    display: block;
    position: relative
}

.why-us-section .left-col .image-box {
    overflow: hidden
}

.why-us-section .left-col .image-box img {
    border-radius: 50%;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all .5s ease;
    width: 100%
}

.why-us-section .left-col .image-box:hover img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.why-us-section .left-col .image-box:before {
    background: url(../image/shape-1.png) 0 0 no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.why-us-section .left-col .image-box:after {
    background: var(--thm-black);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 50px;
    opacity: .2;
    position: absolute;
    top: -70%;
    width: 100%;
    z-index: 2
}

.why-us-section .left-col .vid-link {
    bottom: 25px;
    color: #fff;
    font-size: 20px;
    height: 84px;
    line-height: 84px;
    position: absolute;
    right: 55px;
    width: 84px;
    z-index: 3
}

.why-us-section .left-col .vid-link,
.why-us-section .left-col .vid-link .icon {
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.why-us-section .left-col .vid-link .icon {
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    display: block;
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    position: relative;
    width: 100px
}

.why-us-section .left-col .vid-link a:hover .icon {
    background: var(--thm-black);
    color: var(--thm-base)
}

.why-us-section .left-col .vid-link .icon:before {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    bottom: -8px;
    content: "";
    left: -8px;
    position: absolute;
    right: -8px;
    top: -8px
}

.why-us-section .left-col .vid-link .ripple,
.why-us-section .left-col .vid-link .ripple:after,
.why-us-section .left-col .vid-link .ripple:before {
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), .6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), .6);
    box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), .6);
    height: 116px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 116px
}

.why-us-section .left-col .vid-link .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.why-us-section .left-col .vid-link .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.why-us-section .right-col {
    position: relative
}

.why-us-section .right-col .inner {
    display: block;
    padding-left: 50px;
    position: relative
}

.why-us-section .features {
    position: relative
}

.why-us-section .feature {
    margin-bottom: 40px;
    position: relative
}

.why-us-section .feature .inner-box {
    display: block;
    padding-left: 90px;
    position: relative
}

.why-us-section .feature .inner-box:before {
    background: rgba(var(--thm-base-rgb), .2);
    border-radius: 50%;
    color: var(--thm-base);
    content: "\f131";
    font-family: Flaticon;
    font-size: 20px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .5s ease;
    width: 60px
}

.why-us-section .feature:hover .inner-box:before {
    background-color: var(--thm-black);
    color: #fff
}

.why-us-section .feature h6 {
    font-size: 24px;
    font-weight: 400;
    left: 1px;
    margin-bottom: 0;
    text-transform: uppercase
}

.why-us-section .feature .text {
    color: var(--thm-text);
    display: block;
    padding: 10px 0 0;
    position: relative
}

.testimonials-section {
    background: #fff url(../image/pattern-2.png) 0 0 repeat;
    overflow: hidden;
    padding: 120px 0;
    position: relative
}

.testimonials-page {
    padding-bottom: 90px
}

.testimonials-section .sec-title {
    margin-bottom: 40px
}

.testimonials-section .carousel-box {
    margin: 0;
    position: relative
}

.testimonials-section .carousel-box .owl-stage-outer {
    overflow: visible
}

.testi-block {
    margin-bottom: 30px;
    position: relative
}

.owl-theme .testi-block {
    margin: 0
}

.testi-block .inner {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04);
    display: block;
    padding: 50px;
    position: relative;
    transition: all .5s ease
}

.testi-block:hover .inner {
    background-color: var(--thm-base)
}

.testimonials-page .testi-block .inner {
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.owl-theme .testi-block .inner {
    margin: 7px 0
}

.testi-block .icon {
    color: var(--thm-base);
    font-size: 100px;
    font-weight: 700;
    line-height: 1em;
    position: absolute;
    right: 50px;
    top: 60px;
    transition: all .5s ease
}

.testi-block:hover .icon {
    color: var(--thm-black)
}

.testi-block .info {
    margin-bottom: 20px;
    position: relative
}

.testi-block .info .image {
    border-radius: 50%;
    height: 70px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 70px
}

.testi-block .info .image img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .5s ease;
    width: 100%
}

.testi-block:hover .info .image img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0)
}

.testi-block .info .name {
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 600;
    line-height: 1
}

.testi-block .info .designation,
.testi-block .info .name {
    display: block;
    font-family: var(--thm-font)
}

.testi-block .info .designation {
    color: var(--thm-base);
    font-size: 16px;
    transition: all .5s ease
}

.testi-block:hover .info .designation {
    color: var(--thm-black)
}

.testi-block .text {
    color: var(--thm-text);
    display: block;
    padding: 0;
    position: relative;
    transition: all .5s ease
}

.testi-block:hover .text {
    color: var(--thm-black)
}

.testimonials-section .owl-theme .owl-nav {
    display: none;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 100%
}

.testimonials-section .owl-theme .owl-dots {
    left: 50%;
    margin-left: -585px;
    position: absolute;
    text-align: right;
    top: -70px;
    width: 1170px
}

.testimonials-section .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 0 0 6px;
    position: relative;
    vertical-align: top
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
    display: block;
    height: 10px;
    position: relative;
    width: 10px
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border-color: var(--thm-base)
}

.testi-block-three {
    background-color: #eff1f4;
    padding-bottom: 120px;
    padding-top: 120px
}

.testi-block-three__single {
    text-align: center
}

.testi-block-three__top {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 49px 0;
    position: relative;
    transition: all .5s ease
}

.testi-block-three__single:hover .testi-block-three__top {
    background-color: var(--thm-base)
}

.testi-block-three__top p {
    color: #697280;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    max-width: 252px
}

.testi-block-three__single:hover .testi-block-three__top p {
    color: #fff
}

.testi-block-three__top:after {
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    transition: all .5s ease;
    width: 78px
}

.testi-block-three__single h3 {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 10px
}

.testi-block-three__single span {
    color: var(--thm-base);
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase
}

.testimonials-four {
    padding-bottom: 60px;
    padding-top: 90px
}

@media(min-width:992px) {
    .testimonials-four {
        padding-bottom: 90px;
        padding-top: 120px
    }
}

.testimonials-four-card {
    background-color: #fff;
    border: 1px solid #e9ebee;
    border-radius: 8px;
    margin-bottom: 77px;
    padding: 30px 45px 63px;
    position: relative;
    transition: all .5s ease
}

.testimonials-four-card:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04)
}

@media(min-width:992px) {
    .testimonials-four-card {
        padding: 50px 60px 60px
    }
}

.testimonials-four-card__content p {
    color: #686a6f;
    font-family: var(--thm-b-font);
    font-size: 16px;
    margin: 0 0 15px
}

@media(min-width:992px) {
    .testimonials-four-card__content p {
        font-size: 18px;
        margin-bottom: 28px
    }
}

.testimonials-four-card__content .name {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase
}

.testimonials-four-card__content .designation {
    color: var(--thm-base);
    font-family: var(--thm-font);
    font-weight: 300;
    letter-spacing: .1em;
    margin: 0;
    text-transform: uppercase
}

.testimonials-four-card .image {
    border: 1px solid #e9ebee;
    border-radius: 8px;
    bottom: 0;
    display: inline-flex;
    left: 45px;
    padding: 10px;
    position: absolute;
    transform: translateY(50%);
    transition: all .5s ease
}

.testimonials-four-card:hover .image {
    border-color: var(--thm-base)
}

.testimonials-four-card .image img {
    border-radius: 8px;
    filter: grayscale(100%)
}

.testimonials-four__block__top {
    margin-bottom: 50px;
    text-align: center
}

@media(min-width:992px) {
    .testimonials-four__block__top {
        align-items: center;
        display: flex;
        justify-content: space-between;
        text-align: left
    }
}

.testimonials-four__block__top .sec-title {
    margin-bottom: 15px
}

@media(min-width:992px) {
    .testimonials-four__block__top .sec-title {
        margin-bottom: 0
    }
}

.testimonials-four__block__top .sec-title h2 {
    white-space: pre-line
}

.testimonials-four__block__top .block-text p {
    color: #686a6f;
    font-family: var(--thm-b-font);
    font-size: 16px;
    margin: 0;
    white-space: pre-line
}

.testimonials-four-carousel .owl-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.testimonials-four-carousel .owl-dots .owl-dot {
    background-color: var(--thm-black);
    border: 2px solid var(--thm-black);
    border-radius: 50%;
    height: 10px;
    opacity: .2;
    transition: all .5s ease;
    width: 10px
}

.testimonials-four-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 5px
}

.testimonials-four-carousel .owl-dots .owl-dot.active {
    background-color: #fff;
    border-color: var(--thm-base);
    opacity: 1
}

.testimonials-five {
    padding-bottom: 45px;
    padding-top: 90px
}

@media(min-width:992px) {
    .testimonials-five {
        padding-bottom: 75px;
        padding-top: 120px
    }
}

.testimonials-five .sec-title {
    margin-bottom: 50px
}

.testimonials-five .sec-title h2 {
    font-size: 40px
}

.testimonials-five-card {
    text-align: center
}

.testimonials-five .testimonials-five-card .testimonials-five-card__image {
    border-radius: 50%;
    display: block;
    filter: grayscale(100%);
    margin-left: auto;
    margin-right: auto;
    width: 125px
}

.testimonials-five-card__text {
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 50px auto 0;
    max-width: 875px
}

@media(min-width:992px) {
    .testimonials-five-card__text {
        font-size: 40px
    }
}

.testimonials-five-card__title {
    color: var(--thm-base);
    font-size: 26px;
    margin: 55px 0 5px;
    text-transform: uppercase
}

@media(min-width:992px) {
    .testimonials-five-card__title {
        font-size: 30px
    }
}

.testimonials-five-card__designation {
    color: var(--thm-text);
    font-size: 18px;
    margin: 0
}

.testimonials-five__carousel .owl-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px !important;
    text-align: center
}

@media(min-width:992px) {
    .testimonials-five__carousel .owl-nav {
        margin-top: 0 !important
    }
}

.testimonials-five__carousel .owl-nav button[class*=owl-] {
    background-color: #f4f5f8;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    height: 55px;
    position: relative;
    transition: all .5s ease;
    width: 55px
}

.testimonials-five__carousel .owl-nav button[class*=owl-]:hover {
    background-color: var(--thm-base);
    color: var(--thm-black)
}

.testimonials-five__carousel .owl-nav button[class*=owl-next] {
    margin-left: 20px
}

@media(min-width:992px) {
    .testimonials-five__carousel .owl-nav button[class*=owl-] {
        font-size: 22px;
        height: 73px;
        position: absolute;
        right: 100%;
        top: 50%;
        width: 73px
    }

    .testimonials-five__carousel .owl-nav button[class*=owl-next] {
        left: 100%;
        right: auto
    }
}

.testimonials-five__carousel .owl-nav button[class*=owl-] span:before {
    content: "\f172";
    font-family: Flaticon;
    font-weight: 400
}

.testimonials-five__carousel .owl-nav button[class*=owl-next] span:before {
    display: block;
    transform: rotate(180deg)
}

.features-section {
    background: #1c1e22;
    color: #fff;
    padding: 120px 0;
    position: relative;
    z-index: 1
}

.features-section .image-layer,
.features-section .jarallax-img {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%
}

.features-section .content-box {
    max-width: 700px;
    position: relative
}

.features-section .content-box h2 {
    color: #fff;
    display: block;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1em;
    margin-bottom: 45px;
    position: relative;
    text-transform: uppercase
}

.features-section .content-box h2 span {
    color: var(--thm-base);
    padding-left: 3px
}

.features-section .feature-block {
    float: left;
    margin-bottom: 45px;
    position: relative
}

.features-section .feature-block .inner {
    display: block;
    margin-right: 80px;
    padding-right: 80px;
    position: relative
}

.features-section .feature-block .inner:before {
    border-right: 1px solid hsla(0, 0%, 100%, .15);
    bottom: 20px;
    content: "";
    position: absolute;
    right: 0;
    top: 20px
}

.features-section .feature-block:last-child .inner {
    margin-right: 0;
    padding-right: 0
}

.features-section .feature-block:last-child .inner:before {
    display: none
}

.features-section .feature-block .icon-box {
    color: #fff;
    display: block;
    font-size: 60px;
    line-height: 1em;
    margin: 0 0 20px;
    position: relative
}

.features-section .feature-block h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.25em;
    margin: 0;
    text-transform: uppercase
}

.feature-six {
    background-color: #f4f5f8
}

.feature-six__image {
    margin-bottom: 60px;
    position: relative
}

@media(min-width:1200px) {
    .feature-six__image {
        margin-bottom: 0
    }
}

.feature-six__image img {
    filter: grayscale(100%);
    width: 100%
}

@media(min-width:1200px) {
    .feature-six__image img {
        float: right;
        max-width: none !important;
        width: auto
    }
}

.feature-six__image__caption {
    background-color: var(--thm-base);
    bottom: 0;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 500;
    padding: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    white-space: pre-line
}

@media(min-width:992px) {
    .feature-six__image__caption {
        font-size: 30px;
        padding: 43px 60px
    }
}

@media(min-width:1200px) {
    .feature-six__content {
        padding-left: 60px
    }
}

@media(min-width:1440px) {
    .feature-six__content {
        padding-left: 115px
    }
}

.feature-six__content .sec-title {
    margin-bottom: 10px
}

@media(min-width:992px) {
    .feature-six__content .sec-title {
        max-width: 550px
    }
}

@media(min-width:1200px) {
    .feature-six__content .sec-title {
        margin-bottom: 30px
    }
}

.feature-six__content__text {
    color: var(--thm-text);
    font-family: var(--thm-b-font);
    font-size: 16px;
    margin-bottom: 20px
}

@media(min-width:992px) {
    .feature-six__content__text {
        max-width: 550px
    }
}

@media(min-width:1200px) {
    .feature-six__content__text {
        margin-bottom: 40px
    }
}

.feature-six__list li {
    color: var(--thm-black);
    font-family: var(--thm-b-font);
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 13px;
    padding-left: 30px;
    position: relative
}

.feature-six__list li:last-child {
    margin-bottom: 0
}

.feature-six__list li>i {
    color: var(--thm-base);
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.feature-seven {
    padding-top: 90px
}

@media(min-width:992px) {
    .feature-seven {
        padding-top: 120px
    }
}

.feature-seven hr {
    border-color: #e9ebee;
    border-width: 1px;
    margin: 60px auto 0;
    max-width: 1170px
}

@media(min-width:992px) {
    .feature-seven hr {
        margin-top: 90px
    }
}

.feature-seven-card {
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all .5s ease
}

.feature-seven-card:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04)
}

.feature-seven-card__inner {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden
}

.feature-seven-card__image img {
    filter: grayscale(100%);
    transition: .5s ease;
    width: 100%
}

.feature-seven-card:hover .feature-seven-card__image img {
    filter: grayscale(0)
}

.feature-seven-card__content {
    border: 1px solid #e9ebee;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 30px 30px 20px
}

@media(min-width:992px) {
    .feature-seven-card__content {
        padding: 50px 50px 40px
    }
}

.feature-seven-card__title {
    color: var(--thm-black);
    font-size: 34px;
    margin: 0;
    text-transform: uppercase
}

.feature-seven-card__title a {
    color: inherit;
    transition: all .5s ease
}

.feature-seven-card__title a:hover {
    color: var(--thm-base)
}

.feature-seven-card__text {
    color: var(--thm-text);
    font-family: var(--thm-b-font);
    font-size: 16px;
    margin: 10px 0 0
}

@media(min-width:992px) {
    .feature-seven-card__text {
        margin-top: 25px
    }
}

.feature-eight {
    padding-bottom: 90px;
    padding-top: 90px
}

@media(min-width:992px) {
    .feature-eight {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.feature-eight__image img {
    background-color: #1c1e22;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    filter: grayscale(100%);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

@media(min-width:992px) {
    .feature-eight__image img {
        border-radius: 8px;
        max-width: none
    }
}

.feature-eight__content {
    background-color: #fff;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    padding: 50px
}

@media(min-width:992px) {
    .feature-eight__content {
        border-radius: 8px;
        margin-top: 60px
    }
}

@media(min-width:1200px) {
    .feature-eight__content {
        padding: 100px
    }
}

.feature-eight__text {
    margin-bottom: 35px
}

.feature-eight .progress-box {
    display: block;
    font-family: var(--thm-font);
    position: relative;
    width: 100%
}

.feature-eight .progress-box .bar-title {
    color: var(--thm-black);
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.feature-eight .progress-box .bar {
    background: #e9ebee;
    border-radius: 4px;
    height: 7px;
    position: relative;
    width: 100%
}

.feature-eight .progress-box .bar-inner {
    background: var(--thm-base);
    border-radius: 4px;
    display: block;
    height: 7px;
    position: relative;
    transition: all 1.5s ease;
    width: 0
}

.feature-eight .progress-box .count-box {
    background: var(--thm-black);
    border-radius: 5px;
    bottom: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    margin-right: -40px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .5s ease;
    width: 40px
}

.feature-eight .progress-box .counted .count-box {
    opacity: 1
}

.feature-eight .progress-box .count-box:after {
    border: 5px solid transparent;
    border-left: 5px solid var(--thm-black);
    border-top: 5px solid var(--thm-black);
    content: "";
    left: 0;
    margin-top: -5px;
    position: absolute;
    top: 100%
}

.feature-eight__content .sec-title {
    margin-bottom: 30px
}

@media(min-width:992px) {
    .feature-eight__content .sec-title {
        margin-bottom: 35px
    }
}

.get-quote-section {
    border-bottom: 1px solid #e9ebee;
    padding: 120px 0 90px;
    position: relative
}

.get-quote-section .left-col {
    margin-bottom: 30px;
    position: relative
}

.get-quote-section .left-col .inner {
    display: block;
    padding-right: 70px;
    position: relative
}

.get-quote-section .featured-block {
    display: block;
    margin-bottom: 55px;
    min-height: 186px;
    padding-left: 320px;
    position: relative
}

.get-quote-section .featured-block .image {
    left: 0;
    position: absolute;
    top: 0;
    width: 270px
}

.get-quote-section .featured-block .image img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 100%
}

.get-quote-section .featured-block h4 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase
}

.get-quote-section .featured-block .text {
    display: block;
    margin-bottom: 32px;
    position: relative
}

.get-quote-section .counter {
    border-top: 1px solid #e9ebee;
    display: block;
    padding-top: 55px;
    position: relative
}

.get-quote-section .counter .counter-text {
    float: left;
    position: relative
}

.get-quote-section .counter .counter-image {
    float: right;
    padding-left: 55px;
    position: relative
}

.get-quote-section .counter .counter-image:before {
    background: var(--thm-base);
    border-radius: 7px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px
}

.get-quote-section .counter .counter-image img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 100%
}

.get-quote-section .counter .count-box {
    color: var(--thm-black);
    font-size: 60px;
    letter-spacing: .02em
}

.get-quote-section .counter .count-box,
.get-quote-section .counter .counter-title {
    display: block;
    font-family: var(--thm-font);
    font-weight: 400;
    position: relative;
    text-transform: uppercase
}

.get-quote-section .counter .counter-title {
    color: var(--thm-text);
    font-size: 20px;
    letter-spacing: .05em
}

.get-quote-section .right-col {
    margin-bottom: 30px;
    position: relative
}

.get-quote-section .form-box,
.get-quote-section .right-col .inner {
    display: block;
    position: relative
}

.get-quote-section .form-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 7px;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, .1);
    margin-top: -180px;
    padding: 50px 45px 40px;
    text-align: center;
    z-index: 5
}

.get-quote-section .form-box h4 {
    color: var(--thm-black);
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase
}

.get-quote-section .form-box h4 span {
    color: var(--thm-base);
    padding-left: 3px
}

.get-quote-section .default-form .form-group {
    margin-bottom: 10px
}

.get-quote-section .default-form .theme-btn {
    display: block;
    width: 100%
}

.fluid-section {
    padding: 0;
    position: relative
}

.fluid-section .row {
    margin: 0
}

.fluid-section .column {
    padding: 0
}

.fluid-section .column .inner {
    background: #1c1e22;
    display: block;
    min-height: 100%;
    padding: 120px 20px;
    position: relative;
    text-align: center
}

.fluid-section .column:nth-child(2) .inner {
    background: var(--thm-base)
}

.fluid-section .image-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%
}

.fluid-section .content-box {
    margin: 0 auto;
    max-width: 620px;
    position: relative
}

.fluid-section h3 {
    color: #fff;
    display: block;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 3
}

.fluid-section .column:nth-child(2) h3 {
    color: var(--thm-black)
}

.fluid-section .link-box {
    padding-top: 25px;
    position: relative;
    z-index: 3
}

.call-to-section-two {
    background-color: #2a2c30;
    background-image: url(../image/cta-bg-1-1.png);
    color: #fff;
    padding: 120px 0 90px;
    position: relative;
    z-index: 1
}

.call-to-section-two.alternate {
    background: var(--thm-base);
    background-image: url(../image/cta-2-bg-1-1.png)
}

.call-to-section-two .inner,
.call-to-section-two h2 {
    display: block;
    position: relative
}

.call-to-section-two h2 {
    color: #fff;
    float: left;
    font-size: 60px;
    max-width: 780px;
    z-index: 1
}

.call-to-section-two h2 br {
    display: none
}

.call-to-section-two.alternate h2 {
    color: var(--thm-black)
}

.call-to-section-two .link-box {
    float: right;
    padding-top: 25px;
    position: relative;
    z-index: 1
}

.call-to-section-three {
    background-color: var(--thm-base);
    padding-bottom: 119px;
    padding-top: 119px
}

.call-to-section-three .jarallax-img {
    mix-blend-mode: luminosity;
    opacity: .1
}

.call-to-section-three .auto-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.call-to-section-three .auto-container h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin: 0
}

.call-to-section-three .auto-container .btn-style-three {
    align-items: center;
    background-color: #fff;
    color: var(--thm-black);
    justify-content: center;
    min-width: 220px;
    text-align: center
}

.call-to-section-three .auto-container .btn-style-three:hover {
    background-color: var(--thm-black);
    color: #fff
}

.services-section-three.padd-top {
    padding-top: 120px
}

.services-section-three .services {
    position: relative
}

.services-section-three__one-page {
    background-color: var(--thm-black);
    background-image: url(../image/contact-bg-1-1.png);
    background-size: cover;
    color: #999b9f;
    padding: 120px 0 90px;
    position: relative
}

.services-section-three__one-page .sec-title h2 {
    color: #fff
}

.services-section-three__one-page .service-block-two .inner-box {
    background-color: #1c1e22;
    overflow: hidden
}

.services-section-three__one-page .service-block-two .inner-box h5 a {
    color: #fff
}

.services-section-three__one-page .service-block-two .inner-box .bottom-curve,
.services-section-three__one-page .service-block-two:hover .inner-box .icon-box,
.services-section-three__one-page .service-block-two:hover .inner-box h5 a,
.services-section-three__one-page .service-block-two:hover .text {
    color: var(--thm-black)
}

.services-section-three__one-page .service-block-two .link-box {
    opacity: 0;
    transition: .5s
}

.services-section-three__one-page .service-block-two:hover .link-box {
    opacity: 1
}

.services-section-three__one-page .service-block-two .inner-box:hover:before {
    background-color: var(--thm-base)
}

.discover-section {
    background: #fff;
    padding: 120px 0 90px;
    position: relative
}

.discover-block {
    margin-bottom: 30px;
    position: relative
}

.discover-block .inner-box {
    display: block;
    padding-left: 30px;
    position: relative
}

.discover-block .image-box {
    display: block;
    overflow: hidden;
    position: relative
}

.discover-block .image-box img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all .3s ease;
    width: 100%
}

.discover-block .image-box:hover img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.discover-block .cap-box {
    bottom: 0;
    display: block;
    left: 0;
    max-width: 330px;
    position: absolute;
    width: 100%
}

.discover-block .cap-inner {
    background: var(--thm-base);
    border-radius: 7px;
    display: block;
    padding: 40px 80px 36px 40px;
    position: relative
}

.discover-block .cap-inner h5 {
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase
}

.discover-block .cap-inner .more-link {
    bottom: 20px;
    height: 50px;
    position: absolute;
    right: 20px;
    width: 50px
}

.discover-block .cap-inner .more-link a {
    background: var(--thm-black);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px
}

.discover-block .cap-inner .more-link a:hover {
    opacity: .5
}

.features-section-two {
    background: #fff;
    padding: 0;
    position: relative
}

.features-section-two .content-container {
    display: block;
    padding: 120px 0 90px;
    position: relative
}

.features-section-two .content-container:before {
    background: #fff url(../image/pattern-2.png) 100% 0 repeat;
    border-radius: 0 7px 7px 0;
    bottom: 0;
    content: "";
    left: -2000px;
    position: absolute;
    right: 0;
    top: 0
}

.features-section-two .left-col {
    margin-bottom: 30px;
    position: relative
}

.features-section-two .left-col .inner {
    display: block;
    padding-right: 40px;
    position: relative
}

.features-section-two .sec-title {
    margin-bottom: 40px
}

.features-section-two .features {
    position: relative
}

.features-section-two .feature {
    border-bottom: 1px solid #e9ebee;
    display: block;
    margin-bottom: 47px;
    min-height: 100px;
    padding: 0 0 40px 90px;
    position: relative
}

.features-section-two .feature:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.features-section-two .feature .count {
    align-items: center;
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    display: flex;
    font-family: var(--thm-font);
    font-size: 30px;
    height: 60px;
    justify-content: center;
    left: 0;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: .5s;
    width: 60px
}

.features-section-two .feature:hover .count {
    background-color: var(--thm-black);
    color: #fff
}

.features-section-two .feature .count span {
    line-height: 1em;
    position: relative;
    top: 2px
}

.features-section-two .feature h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px;
    text-transform: uppercase
}

.features-section-two .feature .sub-text {
    display: block;
    position: relative;
    top: 0
}

.features-section-two .right-col {
    margin-bottom: 30px;
    position: relative
}

.features-section-two .right-col .image-box,
.features-section-two .right-col .inner {
    display: block;
    position: relative
}

.features-section-two .right-col .image-box img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    max-width: none;
    position: relative;
    transition: all .3s ease;
    width: auto
}

.features-section-two .right-col .image-box:hover img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.features-section-two .right-col .cap-box {
    bottom: 0;
    display: block;
    left: 0;
    max-width: 350px;
    position: absolute;
    width: 100%
}

.features-section-two .right-col .cap-inner {
    background: var(--thm-base);
    border-radius: 7px;
    display: block;
    padding: 40px 60px;
    position: relative
}

.features-section-two .right-col .cap-inner h5 {
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase
}

.we-work-section {
    padding: 120px 0 80px
}

.we-work-section,
.work-tabs {
    position: relative
}

.work-tabs .tab-buttons {
    background: #f4f5f8;
    border-radius: 7px;
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.work-tabs .tab-buttons .tab-btn {
    color: var(--thm-black);
    float: left;
    font-family: var(--thm-font);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .01em;
    margin: 0;
    padding: 30px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease;
    width: 33.333%
}

.work-tabs .tab-buttons .tab-btn span {
    display: block;
    position: relative;
    z-index: 1
}

.work-tabs .tab-buttons .tab-btn:before {
    background: var(--thm-black);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%
}

.work-tabs .tab-buttons .tab-btn.active-btn:before {
    height: 100%
}

.work-tabs .tab-buttons .tab-btn.active-btn {
    color: #fff
}

.work-tabs .tabs-content {
    position: relative
}

.work-tabs .image-col {
    margin-bottom: 30px;
    position: relative
}

.work-tabs .image-col .inner {
    display: block;
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    transition: all .5s ease;
    visibility: hidden
}

.work-tabs .tabs-content .image {
    border-radius: 7px;
    display: block;
    position: relative
}

.work-tabs .tabs-content .image img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 100%
}

.work-tabs .text-col {
    margin-bottom: 30px;
    position: relative
}

.work-tabs .text-col .inner {
    display: block;
    opacity: 0;
    padding-left: 30px;
    position: relative;
    transform: translateY(50px);
    transition: all .5s ease;
    visibility: hidden
}

.work-tabs .active-tab .image-col .inner,
.work-tabs .active-tab .text-col .inner {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.work-tabs .tabs-content .text {
    position: relative
}

.work-tabs .tabs-content .text p {
    margin-bottom: 30px;
    position: relative
}

.work-tabs .tabs-content .text ul {
    position: relative
}

.work-tabs .tabs-content .text ul li {
    font-weight: 400;
    line-height: 2.125em;
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative
}

.work-tabs .tabs-content .text ul li:before {
    color: var(--thm-base);
    content: "\f131";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -1px
}

.testimonials-section-two {
    background: #1c1e22;
    color: #fff;
    padding: 120px 0;
    position: relative;
    z-index: 1
}

.testimonials-section-two .image-layer {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%
}

.testimonials-section-two .carousel-box {
    padding-right: 200px;
    position: relative
}

.testi-block-two {
    position: relative
}

.testi-block-two .icon,
.testi-block-two .inner {
    display: block;
    position: relative
}

.testi-block-two .icon {
    color: var(--thm-base);
    font-size: 200px;
    font-weight: 400;
    line-height: .7em;
    margin-bottom: 0;
    top: 35px
}

.testi-block-two .info {
    margin-top: 50px;
    position: relative
}

.testi-block-two .info .name {
    color: var(--thm-base);
    display: block;
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase
}

.testi-block-two .text {
    color: #fff;
    display: block;
    font-family: var(--thm-b-font);
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.381em;
    padding: 0;
    position: relative
}

.testimonials-section-two .owl-theme .owl-dots {
    display: none
}

.testimonials-section-two .owl-theme .owl-nav {
    height: 110px;
    margin-top: -50px;
    position: absolute;
    right: -170px;
    text-align: right;
    top: 50%
}

.testimonials-section-two .owl-theme .owl-nav .owl-next,
.testimonials-section-two .owl-theme .owl-nav .owl-prev {
    background: #fff !important;
    border-radius: 50%;
    color: var(--thm-black);
    height: 50px;
    line-height: 50px;
    margin: 0;
    opacity: .2;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .5s ease;
    width: 50px
}

.testimonials-section-two .owl-theme .owl-nav .owl-next {
    bottom: 0;
    top: auto
}

.testimonials-section-two .owl-theme .owl-nav .owl-next span,
.testimonials-section-two .owl-theme .owl-nav .owl-prev span {
    vertical-align: middle
}

.testimonials-section-two .owl-theme .owl-nav .owl-next:hover,
.testimonials-section-two .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1
}

.about-section-two {
    padding: 120px 0 90px;
    position: relative
}

.about-section-two .left-col {
    position: relative
}

.about-section-two .left-col .inner {
    display: block;
    padding-right: 50px;
    position: relative
}

.about-section-two .counter {
    display: block;
    position: relative
}

.about-section-two .right-col {
    margin-bottom: 30px;
    position: relative
}

.about-section-two .right-col .inner {
    display: block;
    padding-left: 30px;
    position: relative
}

.about-section-two .image-box {
    margin-top: -240px;
    z-index: 5
}

.about-section-two .image-box,
.about-section-two .image-box .image {
    display: block;
    position: relative
}

.about-section-two .image-box .image img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 100%
}

.about-section-two .image-box .since {
    bottom: 50px;
    position: absolute;
    right: 50px
}

.about-section-two .image-box .since:before {
    border-left: 2px solid var(--thm-base);
    bottom: 4px;
    content: "";
    left: -42px;
    position: absolute;
    top: 4px
}

.about-section-two .image-box .since .txt {
    background: #fff;
    border-radius: 50%;
    color: var(--thm-black);
    display: block;
    height: 90px;
    line-height: 24px;
    padding: 21px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 90px
}

.counter-block {
    margin-bottom: 30px;
    position: relative
}

.counter-block .inner-box {
    min-height: 140px;
    padding-left: 160px;
    padding-top: 42px;
    position: relative
}

.counter-block .graph-outer {
    display: block;
    height: 140px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 140px
}

.counter-block .graph-outer:before {
    border: 3px solid #e9ebee;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.counter-block .graph-outer canvas {
    position: relative
}

.counter-block .graph-outer .count-box {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 30px;
    font-weight: 400;
    left: 0;
    letter-spacing: .05em;
    margin-top: -30px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    width: 100%
}

.counter-block .graph-outer .count-box .sign {
    font-size: 20px
}

.counter-block input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden
}

.counter-block h4 {
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1em;
    margin: 0;
    position: relative;
    text-transform: uppercase
}

.about-section-three {
    padding-bottom: 120px;
    padding-top: 120px
}

.about-section-three__image {
    display: inline-block;
    position: relative
}

.about-section-three__image img {
    position: relative
}

.about-section-three__image:before {
    background-color: var(--thm-base);
    bottom: 30px;
    content: "";
    left: -30px;
    position: absolute;
    right: 0;
    top: 30px
}

.about-section-three__content .sec-title-two {
    margin-bottom: 35px
}

.about-section-three__content .sec-title-two h2 {
    margin-top: 10px
}

.about-section-three__summery p {
    color: #697280;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    margin: 0 0 30px
}

.about-section-three__list {
    margin-bottom: 50px
}

.about-section-three__list li {
    color: #697280;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    padding-left: 30px;
    position: relative
}

.about-section-three__list li>i {
    color: var(--thm-base);
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.about-section-three__content .progress-box {
    display: block;
    margin-bottom: 50px;
    position: relative;
    width: 100%
}

.about-section-three__content .progress-box .bar-title {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 10px;
    position: relative
}

.about-section-three__content .progress-box .bar {
    background: #eff1f4;
    border-radius: 4px;
    height: 7px;
    position: relative;
    width: 100%
}

.about-section-three__content .progress-box .bar-inner {
    background: var(--thm-base);
    display: block;
    height: 7px;
    position: relative;
    transition: all 1.5s ease;
    width: 0
}

.about-section-three__content .progress-box .count-box {
    bottom: 18px;
    color: #697280;
    font-size: 14px;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    margin-right: -40px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .5s ease;
    width: 40px
}

.about-section-three__content .progress-box .counted .count-box {
    opacity: 1
}

.about-section-three__name {
    padding-top: 15px;
    position: relative
}

.about-section-three__name>img {
    left: 0;
    position: absolute;
    top: 0
}

.about-section-three__name h3 {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
    position: relative
}

.about-section-three__name p {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1;
    margin: 0;
    position: relative;
    text-transform: uppercase
}

.about-me-one {
    padding-bottom: 90px;
    padding-top: 90px
}

@media(min-width:1200px) {
    .about-me-one {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.about-me-one__image img {
    border-radius: 8px;
    filter: grayscale(100%);
    margin-bottom: 50px;
    max-width: 100%
}

@media(min-width:1200px) {
    .about-me-one__image img {
        margin-bottom: 0
    }

    .about-me-one__content {
        padding-left: 30px
    }
}

@media(min-width:1440px) {
    .about-me-one__content {
        padding-left: 70px
    }
}

.about-me-one__content .sec-title {
    margin-bottom: 0
}

.about-me-one__social {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px
}

@media(min-width:1200px) {
    .about-me-one__social {
        margin-bottom: 40px;
        margin-top: 25px
    }
}

.about-me-one__social a {
    align-items: center;
    background-color: #f4f5f8;
    border-radius: 50%;
    color: var(--thm-black);
    display: flex;
    font-size: 16px;
    height: 44px;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
    width: 44px
}

.about-me-one__social a+a {
    margin-left: 10px
}

.about-me-one__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black)
}

.about-me-one__certificate-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
    max-width: 500px
}

@media (min-width:1200px) {
    .about-me-one__certificate-row {
        margin-top: 70px
    }
}

.about-me-one__certificate-row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.about-me-one__certificate-row img {
    border-radius: 8px;
    margin-bottom: 20px;
    max-width: 100%;
    mix-blend-mode: luminosity
}

@media(min-width:1200px) {
    .about-me-one__certificate-row img {
        margin-bottom: 0
    }
}

.about-me-one__qoute {
    color: var(--thm-base);
    font-size: 30px;
    font-weight: 400;
    margin: 0
}

@media(min-width:1200px) {
    .about-me-one__qoute {
        margin-top: 65px
    }
}

.about-me-one__text {
    font-size: 16px;
    margin: 0 0 30px
}

@media(min-width:1200px) {
    .about-me-one__text {
        margin-bottom: 35px
    }
}

.about-me-counter {
    background-color: #f4f5f8;
    padding-bottom: 60px;
    padding-top: 90px
}

@media(min-width:992px) {
    .about-me-counter {
        padding-bottom: 90px;
        padding-top: 120px
    }
}

@media(min-width:1200px) {
    [class*=col-]:nth-child(3) .counter-block {
        margin-left: 20px
    }
}

.about-me-counter .counter-block h4 {
    font-size: 26px
}

.about-me-counter .sec-title {
    margin-bottom: 40px;
    text-align: center
}

@media(min-width:768px) {
    .about-me-counter .sec-title {
        margin-bottom: auto;
        margin-top: auto;
        text-align: left;
        width: 100%
    }
}

.get-quote-two {
    background-color: var(--thm-black);
    background-image: url(../image/contact-bg-1-1.png);
    background-size: cover;
    color: #999b9f;
    padding: 120px 0 210px;
    position: relative
}

.get-quote-two__one-page {
    padding-bottom: 120px
}

@media (max-width:991px) {
    .get-quote-two__one-page {
        padding-bottom: 70px !important
    }
}

.get-quote-two .sec-title {
    margin-bottom: 35px
}

.get-quote-two .sec-title h2 {
    color: #fff
}

.get-quote-two .left-col {
    margin-bottom: 30px;
    position: relative
}

.get-quote-two .left-col .inner {
    display: block;
    max-width: 480px;
    position: relative
}

.get-quote-two .left-col .text {
    color: #999b9f;
    margin-bottom: 35px
}

.get-quote-two .info,
.get-quote-two .left-col .text {
    display: block;
    position: relative
}

.get-quote-two .form-box form .form-group input,
.get-quote-two .form-box form .form-group select,
.get-quote-two .form-box form .form-group textarea,
.get-quote-two .form-group .ui-selectmenu-button.ui-button {
    background-color: #fff;
    border-color: #fff
}

.get-quote-two .info ul li {
    display: block;
    line-height: 28px;
    margin-bottom: 20px;
    min-height: 60px;
    padding-left: 85px;
    padding-top: 5px;
    position: relative
}

.get-quote-two .info ul li strong {
    color: #fff;
    display: block;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em;
    margin-top: -4px;
    text-transform: uppercase
}

.get-quote-two .info ul li .icon {
    background-color: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 16px;
    height: 60px;
    left: 0;
    padding: 15px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px
}

.get-quote-two .info ul li:last-child {
    margin: 0
}

.get-quote-two .info ul li a {
    color: #999b9f;
    line-height: 28px;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.get-quote-two .info ul li a:hover {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--thm-base);
    text-decoration-color: var(--thm-base)
}

.get-quote-two .right-col {
    margin-bottom: 10px;
    position: relative
}

.get-quote-two .right-col .inner {
    display: block;
    margin-top: -15px;
    position: relative
}

.get-quote-two .form-box {
    display: block;
    position: relative
}

.get-quote-two .form-box form .row {
    margin: 0 -10px
}

.get-quote-two .form-box form .form-group {
    margin-bottom: 20px;
    padding: 0 10px
}

.map-section {
    padding: 0 0 120px;
    position: relative
}

.map-section .map-container {
    border-radius: 7px;
    display: block;
    margin-top: -120px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 3
}

.map-section__one-page {
    padding-bottom: 0
}

.map-section__one-page .map-container {
    margin-top: 0
}

.map-canvas,
.map-iframe {
    display: block;
    height: 450px;
    position: relative;
    width: 100%
}

.map-section__one-page .map-iframe {
    height: 575px
}

.map-data {
    font-size: 20px;
    font-weight: 300
}

.map-data,
.map-data h6 {
    color: #222;
    font-family: var(--thm-font);
    letter-spacing: .05em;
    text-align: center
}

.map-data h6 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase
}

.sponsors-section-two {
    background: #fff;
    border-top: 1px solid #e9ebee;
    padding: 120px 0 90px;
    position: relative
}

.sponsors-section-two .title-col {
    margin-bottom: 30px;
    position: relative
}

.sponsors-section-two .sec-title {
    margin-bottom: 0
}

.sponsors-section-two .logo-col {
    position: relative
}

.sponsors-section-two .logo-block {
    margin-bottom: 30px;
    position: relative
}

.sponsors-section-two .image-box img {
    display: inline-block;
    max-width: 100%;
    opacity: .2;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: auto
}

.sponsors-section-two .image-box img:hover {
    opacity: 1
}

.sponsors-section-three {
    padding-bottom: 120px;
    padding-top: 120px
}

.sponsors-section-three .thm-swiper__slider .swiper-slide img {
    display: block;
    opacity: .2;
    transition: all .5s ease
}

.sponsors-section-three .thm-swiper__slider .swiper-slide img:hover {
    opacity: .6
}

.sponsors-section__about-two {
    background-color: var(--thm-base)
}

.page-banner {
    background: var(--thm-black);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    padding: 0;
    position: relative
}

.page-banner.systme_page_banner {
    height: 350px
}

.page-banner.systme_page_banner .image-layer {
    background-image: url(../image/image-7.jpg)
}

.page-banner .image-layer {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.page-banner .image-layer:before {
    background: #000;
    background: linear-gradient(91deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6) 60%, transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-banner .shape-1 {
    background: url(../image/chart.svg) no-repeat 100% 100%;
    background-size: 100% auto;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 13px;
    top: auto;
    width: 230px;
    z-index: 1
}

.page-banner .shape-2 {
    height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    z-index: 1
}

.page-banner .banner-inner {
    display: block;
    position: relative;
    text-align: center;
    z-index: 3
}

.page-banner .inner-container {
    padding: 215px 0 130px;
    position: relative
}

.page-banner h1 {
    color: #fff;
    font-size: 72px;
    margin: 0;
    position: relative;
    text-align: left
}

.page-banner .page-nav {
    padding-top: 5px;
    position: relative;
    text-align: center
}

.page-banner .bread-crumb {
    display: inline-block;
    position: relative
}

.page-banner .bread-crumb li {
    color: #ccd6df;
    cursor: default;
    float: left;
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase
}

.page-banner .bread-crumb li:before {
    content: "-";
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: -15px;
    text-align: center;
    width: 30px
}

.page-banner .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0
}

.page-banner .bread-crumb li:last-child:before {
    display: none
}

.page-banner .bread-crumb li a {
    color: #fff;
    font-weight: 400;
    transition: all .3s ease
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
    color: var(--thm-base)
}

.faqs-section {
    background: #fff url(../image/pattern-2.png) 0 0 repeat;
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative
}

.faqs-section .faq-block {
    margin-bottom: 20px;
    position: relative
}

.get-quote-three {
    background: #fff;
    padding: 120px 0 100px;
    position: relative
}

.get-quote-three .sec-title {
    margin-bottom: 40px
}

.get-quote-three .form-box {
    display: block;
    margin: 0 auto;
    max-width: 770px;
    position: relative;
    text-align: center
}

.get-quote-three .form-box form .row {
    margin: 0 -10px
}

.get-quote-three .form-box form .form-group {
    margin-bottom: 20px;
    padding: 0 10px
}

.error-section {
    background: #fff;
    padding: 120px 0;
    position: relative
}

.error-section .content {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    text-align: center
}

.error-section .big-text {
    color: var(--thm-base);
    font-size: 340px;
    font-weight: 400;
    letter-spacing: 15px;
    line-height: .7em;
    line-height: 1em;
    position: relative
}

.error-section .big-text .front {
    display: block;
    position: relative;
    text-align: center;
    width: 100%
}

.error-section .big-text .back {
    color: rgba(var(--thm-base-rgb), .1);
    display: block;
    left: 0;
    padding-left: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.error-section h2 {
    color: var(--thm-black);
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1em;
    margin-bottom: 0;
    text-transform: uppercase
}

.error-section .text {
    display: block;
    line-height: 1.5em;
    position: relative
}

.error-section .link-box {
    padding-top: 20px;
    position: relative
}

.error-section .link-box .theme-btn {
    min-width: 200px;
    position: relative
}

.error-form {
    margin: 50px auto 0;
    max-width: 520px
}

.error-form,
.error-form form {
    position: relative
}

.error-form .form-group {
    margin: 0;
    position: relative
}

.error-form .form-group input[type=email],
.error-form .form-group input[type=search],
.error-form .form-group input[type=text] {
    background: #f4f5f8;
    border: 1px solid #f4f5f8;
    border-radius: 7px;
    color: var(--thm-text);
    display: block;
    font-family: var(--thm-b-font);
    font-size: 14px;
    height: 70px;
    padding: 20px 60px 20px 30px;
    position: relative;
    transition: all .3s ease;
    width: 100%
}

.error-form .form-group input[type=email]:focus,
.error-form .form-group input[type=search]:focus,
.error-form .form-group input[type=text]:focus {
    border-color: var(--thm-base)
}

.error-form .form-group input::-webkit-input-placeholder {
    color: #575757
}

.error-form .form-group .theme-btn {
    background: none;
    color: var(--thm-text);
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 25px;
    top: 15px;
    width: 40px
}

.error-form .form-group .theme-btn span {
    vertical-align: middle
}

.contact-section {
    background: #fff;
    padding: 120px 0 0;
    position: relative
}

.contact-section__one-page {
    padding-bottom: 0
}

.contact-section .map-box {
    border-radius: 7px;
    display: block;
    margin: 0 0 120px;
    overflow: hidden;
    position: relative
}

.contact-section .form-box {
    display: block;
    margin: 0 auto;
    max-width: 770px;
    position: relative;
    text-align: center
}

.contact-section .form-box form .row {
    margin: 0 -10px
}

.contact-section .form-box form .form-group {
    margin-bottom: 20px;
    padding: 0 10px
}

.contact-section .upper-info {
    margin-bottom: 90px;
    position: relative
}

.contact-section .info-block {
    margin-bottom: 30px;
    position: relative
}

.contact-section .info-block .inner-box {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    display: block;
    height: 100%;
    min-height: 100%;
    padding: 45px 45px 40px;
    position: relative;
    transition: all .5s ease
}

.contact-section .info-block .inner-box:hover {
    background: var(--thm-black)
}

.contact-section .info-block .inner-box h5 {
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin: 0;
    text-transform: uppercase
}

.contact-section .info-block .inner-box h5 a {
    color: var(--thm-black);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.contact-section .info-block .inner-box:hover h5,
.contact-section .info-block .inner-box:hover h5 a {
    color: #fff
}

.contact-section .info-block .inner-box .text {
    color: var(--thm-text);
    display: block;
    padding: 30px 0 0;
    position: relative;
    z-index: 1
}

.contact-section .info-block .inner-box .text a {
    color: var(--thm-text);
    position: relative
}

.contact-section .info-block .inner-box:hover .text,
.contact-section .info-block .inner-box:hover .text a {
    color: #999b9f
}

.contact-section .info-block .inner-box:hover .text a:hover,
.contact-section .info-block .inner-box:hover h5 a:hover {
    color: #fff;
    text-decoration: underline
}

.map-box {
    padding-bottom: 120px
}

.contact-section-forms {
    padding-bottom: 120px;
    padding-top: 0
}

.contact-section-forms .default-form form,
.get-quote-two .default-form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

.contact-section-forms .default-form form .hs-form-field:nth-child(5),
.contact-section-forms .default-form form .hs-submit,
.get-quote-two .default-form form .hs-form-field:nth-child(5),
.get-quote-two .default-form form .hs-submit {
    grid-column-end: 3;
    grid-column-start: 1
}

.contact-section-forms .default-form form .hs-submit .actions,
.get-quote-two .default-form form .hs-submit .actions {
    background: var(--thm-base);
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.contact-section-forms .default-form form .hs-submit .actions input,
.get-quote-two .default-form form .hs-submit .actions input {
    background-color: transparent;
    color: #fff;
    display: block;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    letter-spacing: .05em;
    padding: 19px 50px 16px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease;
    z-index: 1
}

.contact-section-forms .default-form form .hs-submit .actions:hover,
.get-quote-two .default-form form .hs-submit .actions:hover {
    background: var(--thm-base)
}

.contact-section-forms .default-form form .hs-submit .actions:hover input,
.get-quote-two .default-form form .hs-submit .actions:hover input {
    color: #fff
}

.contact-section-forms .default-form form .hs-submit .actions:before,
.get-quote-two .default-form form .hs-submit .actions:before {
    background: var(--thm-black);
    content: "";
    height: 100%;
    opacity: .2;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skewX(-22deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 26px;
    z-index: 0
}

.contact-section-forms .default-form form .hs-submit .actions:hover:before,
.get-quote-two .default-form form .hs-submit .actions:hover:before {
    opacity: 1;
    right: 0;
    transform: skewX(0deg);
    width: 100%
}

.sidebar-page-container {
    padding: 70px 0;
    position: relative
}

.sidebar-page-container .content-side {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.sidebar-page-container .sidebar-side {
    margin-bottom: 30px;
    position: relative
}

.sidebar-page-container .sidebar {
    position: relative
}

.sidebar .sidebar-widget {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.sidebar .sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar .sidebar-widget .widget-inner {
    background: #f4f5f8;
    border-radius: 7px;
    display: block;
    padding: 45px;
    position: relative
}

.sidebar-title {
    margin-bottom: 20px;
    position: relative
}

.sidebar-title h4 {
    color: var(--thm-black);
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.1em;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase
}

.sidebar .services ul {
    position: relative
}

.sidebar .services ul li {
    color: var(--thm-text);
    font-size: 16px;
    line-height: 48px;
    margin-bottom: 5px;
    position: relative;
    text-transform: capitalize
}

.sidebar .services ul li:before {
    background: #fff;
    border-radius: 7px;
    bottom: 0;
    right: -20px;
    top: 0
}

.sidebar .services ul li:after,
.sidebar .services ul li:before {
    content: "";
    left: -20px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease
}

.sidebar .services ul li:after {
    border-left: 2px solid var(--thm-base);
    height: 24px;
    margin-top: -12px;
    top: 50%
}

.sidebar .services ul li:last-child {
    margin-bottom: 0
}

.sidebar .services ul li a {
    color: var(--thm-text);
    display: block;
    font-family: var(--thm-b-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    position: relative;
    text-transform: capitalize;
    transition: all .3s ease;
    z-index: 1
}

.sidebar .services ul li.active a,
.sidebar .services ul li:hover a {
    color: var(--thm-black)
}

.sidebar .services ul li.active:after,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li:hover:before {
    opacity: 1
}

.sidebar .services ul li a:after {
    content: "\f15f";
    font-family: Flaticon;
    font-size: 10px;
    font-weight: 700;
    line-height: 48px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 1
}

.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all .3s ease .1s
}

.sidebar .call-up .widget-inner {
    background: var(--thm-black);
    color: #999b9f
}

.sidebar .call-up .sidebar-title h4 {
    color: #fff
}

.sidebar .call-up .text {
    display: block;
    position: relative
}

.sidebar .call-up .phone {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 20px;
    position: relative;
    text-transform: uppercase
}

.sidebar .call-up .phone .icon {
    color: var(--thm-base);
    display: inline-block;
    font-size: 20px;
    padding-right: 15px;
    position: relative;
    vertical-align: middle
}

.sidebar .call-up .phone a {
    color: #fff;
    position: relative
}

.sidebar .call-up .phone a:hover {
    text-decoration: underline
}

.sidebar .search-box .widget-inner {
    background: none;
    padding: 0
}

.sidebar .search-box .form-group {
    margin: 0;
    position: relative
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text],
.sidebar .search-box .hs-search-field input[type=search],
.sidebar .search-box .hs-search-field input[type=text] {
    background: var(--thm-base);
    border: 1px solid var(--thm-base);
    border-radius: 7px;
    color: var(--thm-black);
    display: block;
    font-family: var(--thm-b-font);
    font-size: 18px;
    height: 80px;
    line-height: 40px;
    padding: 19px 80px 19px 35px;
    position: relative;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 100%
}

.sidebar .search-box .form-group ::placeholder,
.sidebar .search-box .hs-search-field ::placeholder {
    color: inherit;
    opacity: 1
}

.sidebar .search-box .form-group input:focus,
.sidebar .search-box .hs-search-field input:focus {
    border-color: var(--thm-black)
}

.sidebar .search-box .form-group button,
.sidebar .search-box .hs-search-field button {
    background: none;
    color: var(--thm-black);
    display: block;
    font-size: 24px;
    font-weight: 400;
    height: 80px;
    line-height: 80px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 60px
}

.sidebar .search-box .form-group button:hover,
.sidebar .search-box .form-group input:focus+button {
    color: #181b1f
}

.sidebar .recent-posts .post {
    color: var(--thm-text);
    font-size: 20px;
    margin-bottom: 30px;
    min-height: 62px;
    padding: 7px 0 0 85px;
    position: relative
}

.sidebar .recent-posts .post:last-child {
    margin-bottom: 0
}

.sidebar .recent-posts .post-thumb {
    border-radius: 50%;
    height: 62px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 62px
}

.sidebar .recent-posts .post-thumb img {
    border-radius: 8px;
    display: block;
    position: relative;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 100%
}

.sidebar .recent-posts .post:hover .post-thumb img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.sidebar .recent-posts .text {
    color: var(--thm-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    max-width: 170px
}

.sidebar .recent-posts .text a {
    color: var(--thm-text)
}

.sidebar .recent-posts .text a:hover {
    color: var(--thm-base)
}

.sidebar .popular-tags .tags-list {
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px
}

.sidebar .popular-tags .tags-list a,
.sidebar .popular-tags .tags-list li {
    color: var(--thm-text);
    display: inline-block;
    position: relative
}

.sidebar .popular-tags .tags-list a {
    line-height: 1.45em;
    text-align: center;
    text-transform: capitalize;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .popular-tags .tags-list a:after {
    content: ","
}

.sidebar .popular-tags .tags-list a:last-child:after {
    content: ""
}

.sidebar .popular-tags .tags-list a:hover {
    color: var(--thm-base)
}

.sidebar .archives ul {
    position: relative
}

.sidebar .archives ul li {
    color: var(--thm-text);
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize
}

.sidebar .archives ul li:last-child {
    margin-bottom: 0
}

.sidebar .archives ul li a {
    color: var(--thm-text);
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    transition: all .3s ease;
    z-index: 1
}

.sidebar .archives ul li.active a,
.sidebar .archives ul li:hover a {
    color: var(--thm-black);
    font-weight: 400
}

.sidebar .archives ul li a:after {
    content: "\f15f";
    font-family: Flaticon;
    font-size: 10px;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 1
}

.sidebar .recent-comments .comment {
    color: var(--thm-text);
    font-size: 20px;
    margin-bottom: 30px;
    min-height: 48px;
    padding: 0 0 0 70px;
    position: relative
}

.sidebar .recent-comments .comment:last-child {
    margin-bottom: 0
}

.sidebar .recent-comments .comment .icon {
    background-color: var(--thm-black);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 48px;
    left: 0;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .3s ease;
    width: 48px
}

.sidebar .recent-comments .comment:hover .icon {
    background: var(--thm-base)
}

.sidebar .recent-comments .comment .text {
    color: var(--thm-text);
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .07em;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase
}

.sidebar .recent-comments .comment .text a {
    color: var(--thm-text)
}

.sidebar .recent-comments .comment .text a:hover {
    color: var(--thm-black)
}

.post-details {
    margin-bottom: 30px;
    position: relative
}

.post-details .image-box,
.post-details .inner-box {
    display: block;
    position: relative
}

.post-details .image-box {
    overflow: hidden
}

.post-details .image-box img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all .5s ease;
    width: 100%
}

.post-details .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.post-details .lower-box {
    padding: 0;
    position: relative
}

.post-details .post-meta {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 0;
    padding: 10px 0
}

.post-details .post-meta,
.post-details .post-meta ul {
    display: block;
    position: relative
}

.post-details .post-meta ul li {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .07em;
    margin: 0 20px 5px 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle
}

.post-details .post-meta ul li .fa,
.post-details .post-meta ul li .far {
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    position: relative;
    top: -2px;
    vertical-align: middle
}

.post-details .lower-box h2 {
    color: var(--thm-black);
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 30px;
    text-transform: uppercase
}

.post-details .lower-box h2 a {
    color: var(--thm-black)
}

.post-details .lower-box h2 a:hover {
    color: var(--thm-base);
    text-decoration: underline
}

.post-details .lower-box .text hr {
    border-color: rgba(0, 0, 0, .2);
    border-style: dashed;
    margin: 0 0 30px
}

.post-details .lower-box .text ol,
.post-details .lower-box .text ul {
    padding: 0 0 20px 20px
}

.post-details .lower-box .text li {
    padding-bottom: 15px
}

.post-details .lower-box .text ul li {
    list-style-type: disc
}

.post-details .lower-box .text ol li {
    list-style-type: number
}

.post-details .lower-box .text {
    display: block;
    position: relative
}

.post-details .lower-box .text p {
    margin-bottom: 35px;
    position: relative
}

.post-details .info-row {
    border-top: 1px solid #e9ebee;
    display: block;
    font-size: 16px;
    padding: 28px 0 0;
    position: relative
}

.post-details .info-row strong {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 300;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase
}

.post-details .info-row a {
    color: var(--thm-text)
}

.post-details .info-row a:hover {
    text-decoration: underline
}

.post-details .info-row .tags-info {
    float: left;
    position: relative
}

.post-details .info-row .cat-info {
    float: right;
    position: relative
}

.sidebar-page-container .post-control-two {
    margin-bottom: 20px;
    position: relative
}

.sidebar-page-container .post-control-two .control-col {
    margin-bottom: 30px;
    position: relative
}

.sidebar-page-container .post-control-two .control-inner {
    background: #f4f5f8;
    border-radius: 7px;
    display: block;
    height: 100%;
    min-height: 100%;
    padding: 55px 50px;
    position: relative;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.sidebar-page-container .post-control-two .control-inner:hover {
    background: var(--thm-base)
}

.sidebar-page-container .post-control-two .over-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.sidebar-page-container .post-control-two .control-inner h4 {
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase
}

.sidebar-page-container .post-control-two .control-inner h4 a {
    color: var(--thm-black)
}

.comments-title {
    margin-bottom: 40px;
    position: relative
}

.comments-title h3 {
    color: var(--thm-black);
    font-size: 36px;
    font-weight: 400;
    letter-spacing: .02em;
    margin: 0;
    text-transform: uppercase
}

.comments-area {
    margin-bottom: 70px;
    position: relative
}

.comments-area .comment-box {
    border-bottom: 1px solid #e9ebee;
    margin-bottom: 60px;
    padding-bottom: 60px;
    position: relative
}

.comments-area .comment {
    min-height: 90px;
    padding-left: 130px;
    position: relative
}

.comments-area .comment-box .author-thumb {
    border-radius: 50%;
    height: 90px;
    left: 0;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 90px
}

.comments-area .comment-box .author-thumb img {
    border-radius: 50%;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 90px;
    width: 90px
}

.comments-area .comment-box .info {
    line-height: 24px;
    margin-bottom: 25px;
    position: relative
}

.comments-area .comment-box .info .name {
    color: var(--thm-black);
    display: block;
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .02em;
    position: relative;
    text-transform: uppercase
}

.comments-area .comment-box .info .date {
    color: var(--thm-base);
    display: inline-block;
    position: relative
}

.comments-area .comment-box .text {
    color: var(--thm-text);
    display: block;
    margin-bottom: 30px;
    position: relative
}

.comments-area .comment-box .reply-btn {
    display: block;
    position: relative
}

.comments-area .comment-box .theme-btn .btn-title {
    padding: 6px 30px 4px
}

.leave-comments {
    position: relative
}

.leave-comments form .row {
    margin: 0 -10px
}

.leave-comments form .form-group {
    margin-bottom: 20px;
    padding: 0 10px
}

.leave-comments form .form-group:last-child {
    margin-bottom: 0
}

div#comments-listing {
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.service-details {
    position: relative
}

.service-details .image {
    display: block;
    overflow: hidden;
    position: relative
}

.service-details .image img {
    border-radius: 7px;
    display: block;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 100%
}

.service-details .main-image {
    margin-bottom: 35px
}

.service-details h3 {
    font-size: 50px;
    margin-bottom: 25px
}

.service-details h3,
.service-details h4 {
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
    text-transform: uppercase
}

.service-details h4 {
    font-size: 36px;
    margin-bottom: 20px
}

.service-details .text-content {
    display: block;
    position: relative
}

.service-details .text-content p {
    margin-bottom: 35px
}

.service-details .text-content .last {
    margin-bottom: 0
}

.service-details .featured {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative
}

.service-details .featured .image-col {
    margin-bottom: 30px
}

.service-details .text-content ul {
    margin-bottom: 20px
}

.service-details .text-content ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.service-details .text-content ul li:before {
    color: var(--thm-base);
    content: "\f131";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -1px
}

.project-single {
    padding: 120px 0 80px;
    position: relative
}

.project-single .image-col {
    margin-bottom: 10px;
    position: relative
}

.project-single .image-box,
.project-single .image-col .inner {
    display: block;
    position: relative
}

.project-single .image-box {
    border-radius: 7px;
    margin-bottom: 30px;
    overflow: hidden
}

.project-single.style-two .image-box {
    margin-bottom: 35px
}

.project-single .image-box img {
    border-radius: 7px;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 100%
}

.project-single .image-box:hover img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.project-single h5 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.1em;
    margin-bottom: 20px;
    text-transform: uppercase
}

.project-single.style-two h5 {
    font-size: 36px
}

.project-single .text-content {
    display: block;
    position: relative
}

.project-single .text-content p {
    margin-bottom: 25px
}

.project-single .text-content .last {
    margin-bottom: 0
}

.project-single .text-content .info {
    position: relative
}

.project-single .text-content .info li {
    line-height: 26px;
    margin-bottom: 30px;
    position: relative
}

.project-single .text-content .info li strong {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .01em;
    text-transform: uppercase
}

.post-control {
    position: relative
}

.post-control .inner {
    border-bottom: 1px solid #e9ebee;
    border-top: 1px solid #e9ebee;
    display: block;
    padding: 50px 0;
    position: relative
}

.post-control .control {
    color: var(--thm-black);
    float: left;
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .05em;
    position: relative;
    text-transform: uppercase
}

.post-control .control.next {
    float: right
}

.post-control .control a {
    color: var(--thm-black);
    display: block;
    font-size: 24px;
    font-weight: 400
}

.post-control .control a:hover {
    color: var(--thm-base)
}

.post-control .control .fa {
    font-size: 18px;
    position: relative;
    vertical-align: top
}

.side-menu__block {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .7s ease;
    width: 100%;
    z-index: 99999
}

.side-menu__block.active {
    transform: scale(1)
}

.side-menu__block-overlay {
    background-color: var(--thm-black);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(8, 39, 64, .3)
}

.side-menu__block-inner {
    background-color: #000;
    height: 100%;
    left: 0;
    max-width: 520px;
    overflow-y: auto;
    padding: 0 0 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999
}

@media (max-width:575px) {
    .side-menu__block-inner {
        max-width: 480px
    }
}

@media (max-width:480px) {
    .side-menu__block-inner {
        max-width: 400px
    }
}

@media (max-width:375px) {
    .side-menu__block-inner {
        max-width: 300px
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%
}

.side-menu__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px
}

.mobile-nav__container {
    padding: 70px 60px
}

a.side-menu__toggler.side-menu__close-btn {
    background: url(../image/x-mark.png) no-repeat 50%;
    background-size: 50% auto;
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px
}

.mobile-nav__container ul {
    list-style: none;
    margin: 0 0 5px;
    padding: 0
}

.mobile-nav__container li.dropdown ul {
    display: none
}

.mobile-nav__container li {
    border-top: 1px solid #666
}

.mobile-nav__container li li {
    border-top: 0 solid #666
}

.mobile-nav__container li.dropdown .dropdown-btn span {
    display: none
}

.mobile-nav__container ul.submenu.level-1.navigation {
    border-bottom: 1px solid #666
}

.dropdown {
    position: relative
}

.mobile-nav__container li.dropdown>a {
    position: relative;
    vertical-align: middle
}

.mobile-nav__container li>a>span {
    align-items: center;
    background-color: var(--thm-base);
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 13px;
    justify-content: center;
    margin-left: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -3px;
    width: 40px
}

.mobile-nav__container li.dropdown .dropdown-btn {
    background-color: transparent;
    background: url(../image/icon-plus.svg) no-repeat 50%;
    background-size: 48% auto;
    border: none;
    color: #9ca3a9;
    display: block;
    font-size: 18px;
    height: 41px;
    line-height: 28px;
    outline: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .5s ease;
    vertical-align: middle;
    width: 41px
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
    background-image: url(../image/icon-minus.svg);
    color: #fff
}

.side-menu__content,
.side-menu__sep {
    display: none
}

.mobile-nav__container li a {
    color: #fff;
    display: flex;
    display: block;
    font-family: var(--thm-font);
    font-size: 21px;
    font-weight: 600;
    padding: 5px 0;
    position: relative;
    transition: all .5s ease
}

.mobile-nav__container li li a {
    font-size: 18px;
    text-transform: inherit
}

.mobile-nav__container li li li a {
    font-size: 15px;
    text-transform: inherit
}

.mobile-nav__container li a:hover,
.mobile-nav__container li.current .dropdown-btn,
.mobile-nav__container li.current-menu-item .dropdown-btn,
.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
    color: #fff
}

.side-menu__social {
    margin-bottom: 40px;
    margin-top: 80px
}

.side-menu__social,
.side-menu__social .hs_cos_wrapper_type_rich_text,
.side-menu__social a {
    align-items: center;
    display: flex
}

.side-menu__social a {
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 57px;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
    width: 57px
}

.side-menu__social a+a {
    margin-left: 0
}

.side-menu__social a:hover {
    background-color: #ffaa16;
    color: var(--thm-black)
}

.side-menu__content {
    padding-left: 100px;
    padding-right: 100px
}

.side-menu__content p {
    color: #fff;
    margin: 0
}

.side-menu__content p+p {
    margin-top: 30px
}

.side-menu__content p a {
    color: #fff;
    transition: all .5s ease
}

.side-menu__content p a:hover {
    color: #ffaa16;
    text-decoration: underline
}

.side-menu__sep {
    background-color: #fff;
    height: 1px;
    margin: 70px auto;
    width: calc(100% - 200px)
}

.side-menu__text p {
    color: #9ca3a9;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .05em;
    margin: 0 0 25px
}

.side-menu__text a {
    color: #ff0143;
    font-size: 20px;
    font-weight: 400;
    transition: all .5s ease
}

.side-menu__text a:hover {
    color: var(--thm-base)
}

.side-menu__block__copy {
    color: #9ca3a9;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase
}

@media (max-width:575px) {

    .mobile-nav__container,
    .side-menu__content,
    .side-menu__top {
        padding-left: 50px;
        padding-right: 50px
    }

    .side-menu__sep {
        margin-bottom: 20px;
        margin-top: 20px;
        width: calc(100% - 100px)
    }
}

@media (max-width:480px) {

    .mobile-nav__container,
    .side-menu__content,
    .side-menu__top {
        padding-left: 25px;
        padding-right: 25px
    }

    .side-menu__sep {
        width: calc(100% - 50px)
    }

    .side-menu__social {
        margin-top: 40px
    }

    .side-menu__social a {
        height: 45px;
        width: 45px
    }
}

.style-switcher {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04);
    font-family: Teko, sans-serif;
    left: 0;
    padding: 25px 15px 30px;
    position: fixed;
    text-align: center;
    top: 100px;
    transform: translateX(-100%);
    transition: transform .5s ease;
    width: 200px;
    z-index: 99999
}

.style-switcher.active {
    transform: translateX(0)
}

.style-switcher h3 {
    color: var(--thm-black);
    font-family: Teko, sans-serif;
    font-size: 30px;
    margin: 0 0 20px;
    text-transform: uppercase
}

.style-switcher .language-feature,
.style-switcher .layout-feature {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px
}

.style-switcher .language-feature button,
.style-switcher .layout-feature a,
.style-switcher .layout-feature button {
    background-color: var(--thm-black);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: Teko, sans-serif;
    font-size: 16px;
    outline: none;
    text-transform: uppercase
}

#switcher-toggler,
.style-switcher .language-feature button.rtl-switcher,
.style-switcher .layout-feature a:last-child,
.style-switcher .layout-feature button:last-child {
    background-color: var(--thm-base);
    color: #fff
}

#switcher-toggler {
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    left: 100%;
    position: absolute;
    top: 20px;
    transition: .5s;
    width: 40px
}

#switcher-toggler:hover {
    background-color: var(--thm-black);
    color: #fff
}

#styleOptions {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr
}

#styleOptions li {
    border-radius: 50%;
    height: 44px;
    overflow: hidden;
    width: 100%
}

#styleOptions li a {
    display: block;
    height: 100%;
    width: 100%
}

#styleOptions li a.color-default {
    background-color: #ffaa17
}

#styleOptions li a.color-2 {
    background-color: #70f28b
}

#styleOptions li a.color-3 {
    background-color: #83dcfa
}

#styleOptions li a.color-4 {
    background-color: #ff6c6c
}

#styleOptions li a.color-5 {
    background-color: #73a5ff
}

#styleOptions li a.color-6 {
    background-color: #fe9759
}

.skiptranslate {
    display: none !important
}

.parallax-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 60px;
    padding-top: 60px
}

.parallax-block .jarallax-img {
    filter: grayscale(100%)
}

@media (max-height:450px) {
    .parallax-block {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.parallax-block__content h3 {
    font-size: 100px;
    font-weight: 600;
    margin: 0 0 25px;
    max-width: 537px;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .parallax-block .container {
        max-width: 1200px
    }
}

.body-dark,
.body-dark .about-section,
.body-dark .btn-style-two,
.body-dark .contact-section,
.body-dark .default-form .form-group input[type=email],
.body-dark .default-form .form-group input[type=file],
.body-dark .default-form .form-group input[type=number],
.body-dark .default-form .form-group input[type=password],
.body-dark .default-form .form-group input[type=tel],
.body-dark .default-form .form-group input[type=text],
.body-dark .default-form .form-group input[type=url],
.body-dark .default-form .form-group select,
.body-dark .default-form .form-group textarea,
.body-dark .discover-section,
.body-dark .error-section,
.body-dark .features-section-two,
.body-dark .form-group .ui-selectmenu-button.ui-button,
.body-dark .get-quote-section .default-form .theme-btn:hover .btn-curve,
.body-dark .get-quote-three,
.body-dark .get-quote-two .form-box form .form-group input,
.body-dark .get-quote-two .form-box form .form-group select,
.body-dark .get-quote-two .form-box form .form-group textarea,
.body-dark .get-quote-two .form-group .ui-selectmenu-button.ui-button,
.body-dark .page-wrapper.boxed-wrapper,
.body-dark .search-popup__form input,
.body-dark .services-section-three,
.body-dark .services-section-two,
.body-dark .sponsors-section-two,
.body-dark .testi-block .inner,
.body-dark .why-us-section {
    background-color: #1c1e22
}

.body-dark .default-form .form-group input[type=email],
.body-dark .default-form .form-group input[type=file],
.body-dark .default-form .form-group input[type=number],
.body-dark .default-form .form-group input[type=password],
.body-dark .default-form .form-group input[type=tel],
.body-dark .default-form .form-group input[type=text],
.body-dark .default-form .form-group input[type=url],
.body-dark .default-form .form-group select,
.body-dark .default-form .form-group textarea,
.body-dark .form-group .ui-selectmenu-button.ui-button,
.body-dark .get-quote-two .form-box form .form-group input,
.body-dark .get-quote-two .form-box form .form-group select,
.body-dark .get-quote-two .form-box form .form-group textarea,
.body-dark .get-quote-two .form-group .ui-selectmenu-button.ui-button {
    border-color: #1c1e22
}

.body-dark .comment-form.default-form .form-group input[type=email],
.body-dark .comment-form.default-form .form-group input[type=file],
.body-dark .comment-form.default-form .form-group input[type=number],
.body-dark .comment-form.default-form .form-group input[type=password],
.body-dark .comment-form.default-form .form-group input[type=tel],
.body-dark .comment-form.default-form .form-group input[type=text],
.body-dark .comment-form.default-form .form-group input[type=url],
.body-dark .comment-form.default-form .form-group textarea,
.body-dark .contact-section .default-form .form-group input[type=email],
.body-dark .contact-section .default-form .form-group input[type=file],
.body-dark .contact-section .default-form .form-group input[type=number],
.body-dark .contact-section .default-form .form-group input[type=password],
.body-dark .contact-section .default-form .form-group input[type=tel],
.body-dark .contact-section .default-form .form-group input[type=text],
.body-dark .contact-section .default-form .form-group input[type=url],
.body-dark .contact-section .default-form .form-group textarea,
.body-dark .error-form .form-group input[type=email],
.body-dark .error-form .form-group input[type=search],
.body-dark .error-form .form-group input[type=text],
.body-dark .get-quote-three .default-form .form-group input[type=email],
.body-dark .get-quote-three .default-form .form-group input[type=file],
.body-dark .get-quote-three .default-form .form-group input[type=number],
.body-dark .get-quote-three .default-form .form-group input[type=password],
.body-dark .get-quote-three .default-form .form-group input[type=tel],
.body-dark .get-quote-three .default-form .form-group input[type=text],
.body-dark .get-quote-three .default-form .form-group input[type=url],
.body-dark .get-quote-three .default-form .form-group textarea {
    background-color: #222429;
    border-color: #222429
}

.body-dark .about-section:before,
.body-dark .contact-section .info-block .inner-box,
.body-dark .get-quote-section .form-box,
.body-dark .news-block-three .inner-box,
.body-dark .service-block-two .inner-box,
.body-dark .sidebar .sidebar-widget .widget-inner,
.body-dark .why-us-section .feature:hover .inner-box:before,
.body-dark .work-tabs .tab-buttons {
    background-color: #222429
}

.body-dark .about-section .sec-title h2,
.body-dark .accordion-box .block .acc-btn,
.body-dark .agency-section .sec-title h2,
.body-dark .call-to-section-two h2,
.body-dark .comments-area .comment-box .info .name,
.body-dark .comments-title h3,
.body-dark .contact-section .info-block .inner-box h5,
.body-dark .counter-block .graph-outer .count-box,
.body-dark .counter-block h4,
.body-dark .error-section h2,
.body-dark .featured-section .feature h6,
.body-dark .features-section-two .feature h5,
.body-dark .gallery-section .mixitup-gallery .filters .filter.active,
.body-dark .gallery-section .sec-title h2,
.body-dark .get-quote-section .counter .count-box,
.body-dark .get-quote-section .featured-block h4,
.body-dark .get-quote-section .form-box h4,
.body-dark .live-section .sec-title h2,
.body-dark .news-block-three .inner-box h4 a,
.body-dark .news-block-two .lower-box .link-box a,
.body-dark .news-block-two .lower-box h4 a,
.body-dark .news-section .sec-title h2,
.body-dark .post-control .control a,
.body-dark .post-details .info-row strong,
.body-dark .post-details .lower-box h4,
.body-dark .project-single h5,
.body-dark .project-tab .product-tab-btns .p-tab-btn.active-btn,
.body-dark .search-popup__form input,
.body-dark .sec-title h2,
.body-dark .service-block-two .inner-box h5,
.body-dark .service-details h3,
.body-dark .service-details h4,
.body-dark .sidebar .archives ul li.active a,
.body-dark .sidebar .archives ul li:hover a,
.body-dark .sidebar .popular-tags .tags-list a:hover,
.body-dark .sidebar .recent-posts .text:hover a,
.body-dark .sidebar-title h4,
.body-dark .team-section .sec-title h2,
.body-dark .testi-block .info .name,
.body-dark .trusted-section .feature h5,
.body-dark .trusted-section .sec-title h2,
.body-dark .we-do-section .progress-box .bar-title,
.body-dark .we-do-section .sec-title h2,
.body-dark .why-us-section .feature h6,
.body-dark .work-tabs .tab-buttons .tab-btn {
    color: #fff
}

.body-dark,
.body-dark .about-section .text-column .text p,
.body-dark .accordion-box .block .content .text,
.body-dark .agency-section .default-tabs .tabs-content .text,
.body-dark .agency-section .featured-block-two .text ul li,
.body-dark .agency-section .right-col .text,
.body-dark .comments-area .comment-box .text,
.body-dark .contact-section .info-block .inner-box .text,
.body-dark .default-form .form-group input[type=email],
.body-dark .default-form .form-group input[type=file],
.body-dark .default-form .form-group input[type=number],
.body-dark .default-form .form-group input[type=password],
.body-dark .default-form .form-group input[type=tel],
.body-dark .default-form .form-group input[type=text],
.body-dark .default-form .form-group input[type=url],
.body-dark .default-form .form-group select,
.body-dark .default-form .form-group textarea,
.body-dark .featured-section .feature .text,
.body-dark .features-section-two .feature .sub-text,
.body-dark .form-group .ui-button .ui-icon,
.body-dark .form-group .ui-selectmenu-button.ui-button,
.body-dark .gallery-section .mixitup-gallery .filters li,
.body-dark .get-quote-section .featured-block .text,
.body-dark .get-quote-two .form-box form .form-group input,
.body-dark .get-quote-two .form-box form .form-group select,
.body-dark .get-quote-two .form-box form .form-group textarea,
.body-dark .get-quote-two .form-group .ui-selectmenu-button.ui-button,
.body-dark .news-section .news-block .lower-box .text,
.body-dark .news-section .news-block .post-meta ul li,
.body-dark .project-tab .product-tab-btns .p-tab-btn,
.body-dark .sec-title .lower-text,
.body-dark .service-block-two .text,
.body-dark .sidebar .popular-tags .tags-list a,
.body-dark .sidebar .recent-posts .text,
.body-dark .team-section .team-block .lower-box .designation,
.body-dark .testi-block .text,
.body-dark .trusted-section .feature .sub-text,
.body-dark .trusted-section .featured-block-two .text ul li,
.body-dark .trusted-section .sec-title .lower-text,
.body-dark .we-do-section .featured-block .text,
.body-dark .why-us-section .feature .text {
    color: #999b9f
}

.body-dark .about-section .text-column .text .since .txt {
    background-color: #fff;
    color: #222429
}

.body-dark .about-section .text-column .text .since:before {
    background-color: #fff;
    opacity: .1
}

.body-dark .service-block-two .inner-box {
    overflow: hidden
}

.body-dark .service-block-two .inner-box h5 a {
    color: inherit
}

.body-dark .testi-block:hover .inner,
.body-dark .work-tabs .tab-buttons .tab-btn:before {
    background-color: var(--thm-base)
}

.body-dark .testi-block:hover .info .name,
.body-dark .testi-block:hover .text,
.body-dark .work-tabs .tab-buttons .tab-btn.active-btn {
    color: var(--thm-black)
}

.body-dark .news-block-two .lower-box .link-box:hover a:before {
    border-color: #fff
}

.body-dark .live-section {
    background-color: #1c1e22;
    border-color: hsla(0, 0%, 100%, .1)
}

.body-dark .call-to-section-two,
.body-dark .faqs-section,
.body-dark .featured-section,
.body-dark .features-section-two .content-container:before,
.body-dark .gallery-section-two.alternate,
.body-dark .news-section.alt-bg,
.body-dark .testimonials-section,
.body-dark .we-do-section {
    background-color: #222429;
    background-image: url(../image/we-do-section-bg-dark.jpg)
}

.body-dark .we-do-section .progress-box .bar {
    background-color: hsla(0, 0%, 100%, .1)
}

.body-dark .accordion-box .block,
.body-dark .accordion-box .block.active-block {
    background-color: #1c1e22;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05)
}

.body-dark .accordion-box .block .acc-btn.active,
.body-dark .gallery-section,
.body-dark .trusted-section .right-col .inner,
.body-dark .trusted-section .right-col .inner:before {
    background-color: #1c1e22
}

.body-dark .trusted-section .feature:hover .count {
    background-color: #fff;
    color: #222429
}

.body-dark .comments-area .comment-box,
.body-dark .features-section-two .feature,
.body-dark .get-quote-section,
.body-dark .get-quote-section .counter,
.body-dark .post-control .inner,
.body-dark .post-details .info-row,
.body-dark .sponsors-section-two,
.body-dark .trusted-section .feature {
    border-color: hsla(0, 0%, 100%, .1)
}

.body-dark .news-section .news-block .lower-box h5,
.body-dark .team-section .team-block .lower-box h5 {
    color: #fff
}

.body-dark .news-section .news-block .lower-box h5 a,
.body-dark .team-section .team-block .lower-box h5 a {
    color: inherit
}

.body-dark .team-section .owl-theme .owl-dots .owl-dot span {
    opacity: .1
}

.body-dark .team-section .owl-theme .owl-dots .owl-dot.active span,
.body-dark .team-section .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    opacity: 1
}

.body-dark .sponsors-section {
    background-color: #1c1e22
}

.body-dark .agency-section {
    background-color: #222429;
    background-image: url(../image/we-do-section-bg-dark.jpg)
}

.body-dark .agency-section .default-tabs .tab-buttons .tab-btn span {
    color: #fff
}

.body-dark .agency-section .default-tabs .tab-buttons .tab-btn.active-btn span {
    color: #222429
}

.body-dark .news-section .news-block .post-meta ul {
    background-color: #1c1e22;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .03)
}

.body-dark .news-section .news-block .lower-box .link-box a {
    background-color: hsla(0, 0%, 100%, .1);
    color: #222429
}

.body-dark .news-section .news-block .lower-box .link-box a:hover {
    background-color: var(--thm-base)
}

.portfolio-masonary {
    padding-bottom: 100px
}

@media (min-width:1200px) {
    .portfolio-masonary .container {
        max-width: 1200px
    }
}

.portfolio-masonary h3 {
    color: #fff;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: .1em;
    margin: 210px auto 0;
    max-width: 810px;
    text-align: center;
    text-transform: uppercase
}

.portfolio-masonary hr {
    border-color: hsla(0, 0%, 100%, .1);
    margin: 120px 0 60px
}

.portfolio-masonary__filter-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.portfolio-masonary .filters {
    margin-bottom: 0
}

.portfolio-masonary .filters li {
    color: #fff;
    font-size: 20px
}

.portfolio-masonary .mixitup-gallery .filters .filter.active {
    color: #fff
}

.portfolio-masonary .filters li:first-child {
    margin-left: 0
}

.portfolio-masonary .masonary-layout {
    margin-bottom: 30px
}

.portfolio-masonary__box {
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.portfolio-masonary__box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s ease;
    width: 100%
}

.portfolio-masonary__box:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.portfolio-masonary__more {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s ease
}

.portfolio-masonary__more:hover {
    color: var(--thm-base)
}

.portfolio-masonary__box-content {
    align-items: flex-start;
    background-color: rgba(var(--thm-base-rgb), .9);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    opacity: 0;
    padding: 60px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(30%);
    transition: transform .5s ease, opacity .5s ease
}

.portfolio-masonary__box:hover .portfolio-masonary__box-content {
    opacity: 1;
    transform: translateY(0)
}

.portfolio-masonary__box-content p {
    align-items: center;
    color: var(--thm-black);
    display: flex;
    font-family: var(--thm-font);
    margin: 0 0 10px;
    text-transform: uppercase
}

.portfolio-masonary__box-content p:after {
    background-color: var(--thm-black);
    content: "";
    height: 2px;
    margin-left: 10px;
    width: 40px
}

.portfolio-masonary__box-content h4 {
    color: var(--thm-black);
    font-size: 30px;
    letter-spacing: .1em;
    margin: 0;
    text-transform: uppercase
}

.portfolio-masonary__box-content h4 a {
    color: inherit
}

.portfolio-details-header {
    background-color: #fff;
    margin-top: 106px;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative
}

.portfolio-details-header:before {
    background-color: #f4f5f8;
    content: "";
    height: 545px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(min-width:1200px) {
    .portfolio-details-header {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.portfolio-details-header__separator {
    border-color: #e9ebee;
    border-width: 1px;
    float: left;
    margin-bottom: 0;
    margin-top: 90px;
    min-width: 1600px
}

@media(min-width:1200px) {
    .portfolio-details-header__separator {
        margin-top: 120px
    }
}

.portfolio-details-header__title {
    color: var(--thm-black);
    font-size: 50px;
    margin: 0 0 40px;
    text-transform: uppercase
}

.portfolio-details-header__image {
    background-color: #222429;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 45px
}

.portfolio-details-header__image img {
    border-radius: 8px;
    display: block;
    max-width: 100%;
    mix-blend-mode: luminosity
}

@media(min-width:1200px) {
    .portfolio-details-header__image img {
        max-width: none
    }
}

.portfolio-details-header__sub-heading {
    color: var(--thm-black);
    font-size: 24px;
    margin: 0 0 10px;
    text-transform: uppercase
}

.portfolio-details-header__text {
    color: var(--thm-text);
    font-size: 16px;
    margin: 0
}

.portfolio-details-header__list {
    margin: 0 0 45px
}

.portfolio-details-header__list li {
    color: var(--thm-text);
    font-size: 16px
}

.portfolio-details-header__main-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 42px;
    list-style: none;
    margin: 0 0 40px
}

@media(min-width:1200px) {
    .portfolio-details-header__main-text {
        margin-bottom: 0
    }
}

.portfolio-details-header__text+.portfolio-details-header__sub-heading {
    margin-top: 40px
}

@media(min-width:1200px) {
    .portfolio-details-header__main-text {
        padding-left: 100px
    }
}

.portfolio-details-header__link {
    color: var(--thm-base);
    display: inline-block;
    font-size: 16px;
    margin-bottom: 50px;
    padding-bottom: 10px;
    position: relative;
    transition: all .5s ease
}

@media(min-width:1200px) {
    .portfolio-details-header__link {
        margin-bottom: 0
    }
}

.portfolio-details-header__link:hover {
    color: var(--thm-black)
}

.portfolio-details-header__link:after {
    background-color: var(--thm-base);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .5s ease;
    width: 100%
}

.portfolio-details-header__link:hover:after {
    background-color: var(--thm-black)
}

.portfolio-details-header__links a {
    color: var(--thm-text);
    font-size: 16px;
    transition: all .5s ease
}

.portfolio-details-header__links a:hover {
    color: var(--thm-base)
}

.portfolio-details-header__links a:not(:last-child):after {
    content: ","
}

.portfolio-details-info__image {
    background-color: var(--thm-black);
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden
}

.portfolio-details-info__image img {
    border-radius: 8px;
    max-width: 100%;
    mix-blend-mode: luminosity
}

@media(min-width:768px) {
    .portfolio-details-info__image {
        display: block;
        margin-bottom: 0
    }

    .portfolio-details-info .row {
        margin-bottom: 40px
    }
}

@media(min-width:1200px) {
    .portfolio-details-info .row {
        margin-bottom: 60px
    }
}

.portfolio-details-info__title {
    color: var(--thm-black);
    font-size: 40px;
    margin: 0;
    text-transform: uppercase
}

.portfolio-details-info__text {
    color: var(--thm-text);
    font-size: 16px;
    margin: 0 0 30px;
    max-width: 470px
}

@media(min-width:768px) {
    .portfolio-details-info__text {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .portfolio-details-info__title {
        font-size: 50px;
        margin-bottom: 35px
    }
}

.portfolio-details-video {
    margin-bottom: 60px;
    margin-top: 90px
}

@media(min-width:1200px) {
    .portfolio-details-video {
        margin-top: 120px
    }
}

.portfolio-details-video__thumbnail {
    background-color: var(--thm-black);
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.portfolio-details-video img {
    max-width: 100%;
    mix-blend-mode: luminosity
}

.portfolio-details-video .vid-link {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.portfolio-details-video .vid-link,
.portfolio-details-video .vid-link .icon {
    font-size: 20px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 84px
}

.portfolio-details-video .vid-link .icon {
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    display: block;
    position: relative
}

.portfolio-details-video .vid-link a:hover .icon {
    background: #fff;
    color: var(--thm-base)
}

.portfolio-details-video .vid-link .icon:before {
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    bottom: -8px;
    content: "";
    left: -8px;
    position: absolute;
    right: -8px;
    top: -8px
}

.portfolio-details-video .vid-link .ripple,
.portfolio-details-video .vid-link .ripple:after,
.portfolio-details-video .vid-link .ripple:before {
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .6);
    -o-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .6);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .6);
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px
}

.portfolio-details-video .vid-link .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.portfolio-details-video .vid-link .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.portfolio-details-summery {
    padding-bottom: 50px
}

@media(min-width:1200px) {
    .portfolio-details-summery {
        padding-bottom: 80px
    }
}

.portfolio-details-summery__heading {
    color: var(--thm-black);
    font-size: 30px;
    margin: 0 0 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase
}

@media(min-width:1200px) {
    .portfolio-details-summery__heading {
        padding-left: 100px;
        padding-right: 100px
    }
}

.portfolio-details-summery__text {
    margin: 0 0 30px;
    padding-left: 20px;
    padding-right: 20px
}

@media(min-width:1200px) {
    .portfolio-details-summery__text {
        padding-left: 100px;
        padding-right: 100px
    }
}

.portfolio-horizontal {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative
}

[class*=portfolio-horizontal__shape-] {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    display: none;
    position: absolute;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@media(min-width:992px) {
    [class*=portfolio-horizontal__shape-] {
        display: block
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    30% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    60% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    80% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

.portfolio-horizontal__shape-1 {
    right: 40%;
    top: -120px
}

.portfolio-horizontal__shape-2 {
    bottom: -36px;
    left: -55px
}

.portfolio-horizontal__shape-3 {
    bottom: -30px;
    right: -260px
}

@media(min-width:992px) {
    .portfolio-horizontal {
        padding-bottom: 110px;
        padding-top: 120px
    }
}

.portfolio-horizontal .auto-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px
}

@media(min-width:992px) {
    .portfolio-horizontal .auto-container {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media(min-width:1200px) {
    .portfolio-horizontal .auto-container {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media(min-width:1440px) {
    .portfolio-horizontal .auto-container {
        padding-left: 155px;
        padding-right: 155px
    }
}

.portfolio-horizontal__card__title {
    color: #fff;
    font-family: Montserrat, Rubik;
    font-size: 30px;
    font-weight: 800;
    margin: 0
}

.portfolio-horizontal__card__title a {
    color: inherit;
    transition: all .5s ease
}

.portfolio-horizontal__card__title a:hover {
    color: var(--thm-black)
}

.portfolio-horizontal__category {
    color: #fff;
    display: block;
    font-family: Montserrat, Rubik;
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0 15px
}

.portfolio-horizontal__carousel .owl-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.portfolio-horizontal__carousel .owl-nav .icon {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 59px;
    opacity: .2;
    transition: all .5s ease;
    width: 41px
}

@media(min-width:1200px) {
    .portfolio-horizontal__carousel .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .portfolio-horizontal__carousel .owl-nav [class*=owl-prev] {
        right: calc(100% + 55px)
    }

    .portfolio-horizontal__carousel .owl-nav [class*=owl-next] {
        left: calc(100% + 25px)
    }
}

.portfolio-horizontal__carousel .owl-nav .icon:hover {
    opacity: 1
}

.portfolio-horizontal__carousel .owl-nav .icon.nav-button-right {
    margin-left: 30px;
    transform: rotate(180deg)
}

.demo-purchase-btn .btn-title {
    padding-bottom: 17.5px;
    padding-top: 21.5px
}

.demo-purchase-btn:hover .btn-title {
    color: var(--thm-black)
}

.demo-purchase-btn:hover .btn-curve {
    background-color: #fff
}

.demo-top {
    background-color: #1c1e22;
    background-image: url(../image/home-portfolio-bg-1-1.png);
    padding-bottom: 170px;
    padding-top: 265px
}

.demo-top .container {
    text-align: center
}

.demo-top h3 {
    color: #fff;
    font-size: 110px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

.demo-top h3 span {
    color: var(--thm-base)
}

.demo-top p {
    color: hsla(0, 0%, 100%, .6);
    font-family: var(--thm-b-font);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7em;
    margin: 30px auto 0;
    max-width: 590px;
    text-align: center
}

.demo-gallery {
    padding-bottom: 100px;
    padding-top: 120px
}

.demo-gallery .mixitup-gallery .filters .filter {
    color: #686a6f;
    font-size: 24px
}

.demo-gallery .mixitup-gallery .filters .filter+.filter {
    margin-left: 40px
}

.demo-gallery .mixitup-gallery .filters .filter.active {
    color: var(--thm-black)
}

.demo-gallery .portfolio-masonary__box-outer {
    border-radius: 8px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
    transform: translateY(0);
    transition: transform .5s ease
}

.demo-gallery .portfolio-masonary__box-outer:hover {
    transform: translateY(-20px)
}

.demo-gallery .portfolio-masonary__box img {
    filter: grayscale(0)
}

.demo-gallery .portfolio-masonary__box .link {
    align-items: center;
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    color: var(--thm-black);
    display: flex;
    font-size: 18px;
    height: 55px;
    justify-content: center;
    position: absolute;
    right: 60px;
    text-align: center;
    top: 60px;
    transition: all .5s ease;
    width: 55px
}

.demo-gallery .portfolio-masonary__box .link:hover {
    background-color: #fff;
    border-color: #fff
}

.demo-features {
    background-color: #f4f5f8;
    padding-bottom: 120px;
    padding-top: 120px
}

.demo-features__wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-row-gap: 30px
}

.demo-features__box {
    text-align: center
}

.demo-features__box img {
    border-radius: 8px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.demo-features__box h4 {
    color: var(--thm-black);
    font-size: 20px;
    letter-spacing: .1em;
    margin: 20px 0 0;
    text-align: center;
    text-transform: uppercase
}

.main-footer__demo .footer-widget h3 {
    font-size: 80px;
    letter-spacing: 0;
    margin: 0;
    max-width: none
}

.main-footer__demo .footer-widget p {
    font-family: var(--thm-font);
    font-size: 36px;
    font-weight: 300;
    letter-spacing: .1em;
    margin: 0 0 45px;
    text-transform: uppercase
}

.main-footer__demo .footer-widget {
    padding-bottom: 110px
}

.login-wrapper {
    min-height: 100vh;
    position: relative
}

.login-wrapper .login-bg {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100vw;
    position: absolute;
    right: 0;
    width: calc(100% - 630px)
}

.login-wrapper .login-content__inner {
    background-color: #fff;
    box-shadow: 9.986px -.523px 30px 0 rgba(5, 5, 6, .1);
    display: flex;
    flex-direction: column;
    max-width: 630px;
    min-height: 100vh;
    padding-left: 115px;
    padding-right: 115px;
    position: relative;
    width: 100%;
    z-index: 10
}

.login-wrapper form input[type=email],
.login-wrapper form input[type=password],
.login-wrapper form input[type=text] {
    background-color: #f4f5f8;
    border-radius: 8px;
    color: #686a6f;
    font-family: var(--thm-b-font);
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
}

.login-wrapper form ::placeholder {
    color: inherit;
    opacity: 1
}

.login-wrapper form p {
    color: #686a6f;
    line-height: 2.125;
    margin: 0
}

.login-wrapper form p a {
    color: inherit
}

.login-wrapper form .theme-btn {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .1em;
    margin-top: 15px;
    width: 100%
}

.login-wrapper .login-content__inner .copyright-text {
    color: #686a6f;
    margin-bottom: 60px;
    margin-top: auto;
    text-align: center
}

.login-wrapper .logo {
    margin-bottom: 140px;
    margin-top: 90px
}

.login-wrapper .signup-link {
    color: #000;
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .1em;
    margin-top: 35px;
    text-align: center;
    text-transform: uppercase
}

.login-wrapper .signup-link a {
    color: var(--thm-base);
    transition: all .5s ease
}

.login-wrapper .signup-link a:hover {
    opacity: .7
}

.pricing-one {
    padding-bottom: 70px;
    padding-top: 100px
}

@media(min-width:992px) {
    .pricing-one {
        padding-bottom: 90px;
        padding-top: 120px
    }
}

.pricing-one [class*=col-] {
    margin-bottom: 30px
}

.pricing-card {
    background-color: #f4f5f8;
    border-radius: 8px;
    padding: 50px 20px 20px;
    text-align: center
}

.pricing-card__bottom {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04);
    padding-bottom: 40px;
    padding-top: 40px
}

.pricing-card__list {
    margin-bottom: 43px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 200px
}

.pricing-card__list li {
    color: var(--thm-text);
    font-size: 16px;
    padding-left: 40px;
    position: relative
}

.pricing-card__list li+li {
    margin-top: 5px
}

.pricing-card__list li i {
    color: var(--thm-base);
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.pricing-card__list li i.unavailable {
    color: var(--thm-black)
}

.pricing-card__icon {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 100px
}

.pricing-card__icon:before {
    background-color: var(--thm-base);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease
}

.pricing-card:hover .pricing-card__icon:before {
    opacity: 1
}

@media(min-width:992px) {
    .pricing-card__icon {
        height: 130px;
        width: 130px
    }
}

.pricing-card__icon i {
    color: var(--thm-base);
    font-size: 50px;
    position: relative;
    transition: all .5s ease
}

.pricing-card:hover .pricing-card__icon i {
    color: var(--thm-black)
}

@media(min-width:992px) {
    .pricing-card__icon i {
        font-size: 64px
    }
}

.pricing-card__name {
    color: var(--thm-base);
    font-family: var(--thm-font);
    font-size: 20px;
    letter-spacing: .1em;
    margin: 0 0 2px;
    text-transform: uppercase
}

.pricing-card__amount {
    font-size: 45px;
    margin: 0 0 20px
}

@media(min-width:992px) {
    .pricing-card__amount {
        font-size: 60px
    }
}

.coming-soon {
    align-items: center;
    background-color: var(--thm-black);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 60px;
    padding-top: 60px
}

.coming-soon__title {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    margin: 40px 0 20px;
    text-transform: uppercase
}

@media(min-width:992px) {
    .coming-soon__title {
        font-size: 60px;
        margin-bottom: 30px;
        margin-top: 90px
    }
}

.coming-soon__form-text,
.coming-soon__text {
    color: #999b9f;
    margin: 0;
    max-width: 570px
}

.coming-soon__form-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase
}

.coming-soon__form {
    border-radius: 8px;
    margin-bottom: 50px;
    margin-top: 20px;
    max-width: 400px;
    position: relative;
    width: 100%
}

@media(min-width:992px) {
    .coming-soon__form {
        margin-bottom: 35px
    }
}

.coming-soon__form input[type=email],
.coming-soon__form input[type=text] {
    background-color: #1c1e22;
    border-radius: 8px;
    color: #999b9f;
    font-family: var(--thm-b-font);
    font-size: 14px;
    height: 70px;
    padding-left: 30px;
    transition: all .5s ease;
    width: 100%
}

.coming-soon__form input[type=email]:focus,
.coming-soon__form input[type=text]:focus {
    box-shadow: 0 0 0 1px var(--thm-base)
}

.coming-soon__form ::placeholder {
    color: inherit;
    opacity: 1
}

.coming-soon__form button[type=submit] {
    align-items: center;
    background-color: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    display: flex;
    font-size: 14px;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
    width: 42px
}

.coming-soon__form button[type=submit]:hover {
    background-color: #fff;
    color: var(--thm-black)
}

.coming-soon__social {
    align-items: center;
    display: flex
}

.coming-soon__social li+li {
    margin-left: 10px
}

.coming-soon__social a {
    align-items: center;
    background-color: #1c1e22;
    border-radius: 50%;
    color: #999b9f;
    display: flex;
    font-size: 16px;
    height: 44px;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
    width: 44px
}

.coming-soon__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black)
}

.coming-soon__countdown {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 35px;
    margin-top: 30px;
    max-width: 580px;
    width: 100%
}

@media(min-width:992px) {
    .coming-soon__countdown {
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 45px;
        margin-top: 50px
    }
}

.coming-soon__countdown li {
    border: 1px solid var(--thm-base);
    border-radius: 8px;
    font-family: var(--thm-font);
    overflow: hidden;
    text-align: center
}

.coming-soon__countdown li span {
    color: #fff;
    display: block;
    font-size: 45px;
    padding-top: 50px
}

@media(min-width:992px) {
    .coming-soon__countdown li span {
        font-size: 60px
    }
}

.coming-soon__countdown li i {
    background-color: var(--thm-base);
    color: var(--thm-black);
    display: block;
    font-size: 20px;
    font-style: normal;
    line-height: 40px;
    margin-top: 45px;
    padding-top: 5px;
    text-transform: uppercase
}

.shop-page {
    padding-bottom: 85px;
    padding-top: 100px
}

@media(max-width:992px) {
    .shop-page {
        padding-bottom: 105px;
        padding-top: 120px
    }
}

.product-sorting {
    align-items: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: flex-start;
    margin-bottom: 30px
}

@media(min-width:768px) {
    .product-sorting {
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }
}

.product-sorting p {
    color: var(--thm-text);
    font-size: 18px;
    margin: 0 0 20px
}

@media(min-width:768px) {
    .product-sorting p {
        margin-bottom: 0
    }
}

.product-sorting .form-group {
    max-width: 340px;
    width: 100%
}

.product-card {
    margin-bottom: 30px
}

.product-card__buttons {
    align-items: center;
    bottom: 30px;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(-30%);
    transition: .5s ease;
    visibility: hidden;
    width: 100%
}

.product-card:hover .product-card__buttons {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.product-card__buttons .btn-style-one {
    margin-right: 10px
}

.product-card__buttons .btn-style-two:hover .btn-curve {
    width: 101%
}

.product-card__buttons .theme-btn .btn-title {
    font-size: 16px;
    padding: 7px 21px 3px
}

.product-card__image {
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.product-card__image>img {
    width: 100%
}

.product-card__content {
    text-align: center
}

.product-card__title {
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 400;
    margin: 25px 0 5px;
    text-transform: uppercase
}

.product-card__title a {
    color: inherit;
    transition: all .5s ease
}

.product-card__title a:hover {
    color: var(--thm-base)
}

.product-card__price {
    color: var(--thm-text);
    font-size: 16px;
    margin: 0 0 10px
}

.product-card__stars {
    align-items: center;
    display: flex;
    justify-content: center
}

.product-card__stars i {
    color: var(--thm-base);
    font-size: 14px
}

.product-card__stars i+i {
    margin-left: 5px
}

.load-more-products {
    margin-top: 30px
}

.shop-search form {
    background-color: var(--thm-base);
    border-radius: 8px;
    position: relative
}

.shop-search button[type=submit] {
    align-items: center;
    background-color: transparent;
    color: var(--thm-black);
    display: flex;
    height: auto;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
    background-color: var(--thm-base);
    border-radius: 8px;
    color: var(--thm-black);
    font-family: var(--thm-b-font);
    font-size: 14px;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
}

.shop-search form ::placeholder {
    color: inherit;
    opacity: 1
}

.shop-sidebar__title {
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 25px;
    text-transform: uppercase
}

.product-sidebar__price-range .noUi-horizontal {
    background-color: #f4f5f8;
    border: none;
    box-shadow: none;
    height: 4px
}

.product-sidebar__price-range .noUi-handle {
    background-color: var(--thm-base);
    border: none;
    border-radius: 50%;
    box-shadow: none;
    height: 14px;
    outline: none;
    width: 14px
}

.product-sidebar__price-range .noUi-horizontal .noUi-handle {
    right: -8px
}

.product-sidebar__price-range .noUi-handle:after,
.product-sidebar__price-range .noUi-handle:before {
    display: none
}

.product-sidebar__price-range .noUi-connect {
    background-color: var(--thm-base)
}

.product-sidebar__price-range .form-group {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 20px
}

.product-sidebar__price-range .form-group p {
    margin: 0
}

.product-sidebar__price-range .form-group .left>span {
    margin-left: 5px;
    margin-right: 5px
}

.product-sidebar__price-range .form-group .left {
    align-items: center;
    display: flex
}

.product-sidebar__price-range .theme-btn .btn-title {
    font-size: 16px;
    padding: 7px 21px 3px
}

.shop-category ul {
    margin-top: -15px;
    position: relative
}

.shop-category ul li {
    color: var(--thm-text);
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize
}

.shop-category ul li:last-child {
    margin-bottom: 0
}

.shop-category ul li a {
    color: var(--thm-text);
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    transition: all .3s ease;
    z-index: 1
}

.shop-category ul li.active a,
.shop-category ul li:hover a {
    color: var(--thm-black);
    font-weight: 400;
    text-shadow: 0 0 1px currentColor
}

.shop-category ul li a:after {
    content: "\f15f";
    font-family: Flaticon;
    font-size: 10px;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 1
}

.shop-sidebar__single {
    border: 1px solid #e9ebee;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px
}

.shop-sidebar__single.shop-search {
    border: none;
    padding: 0
}

.review-form {
    padding-bottom: 100px
}

@media(min-width:992px) {
    .review-form {
        padding-bottom: 120px
    }
}

.review-form .row {
    margin-left: -10px;
    margin-right: -10px
}

.review-form [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.review-form .form-group {
    margin-bottom: 20px
}

.review-form__title {
    font-size: 36px;
    letter-spacing: .01em;
    margin: 0 0 30px;
    text-transform: uppercase
}

.review-form__text {
    align-items: center;
    color: var(--thm-text);
    display: flex;
    font-size: 18px;
    margin: 0 0 15px
}

.review-form__text i {
    color: var(--thm-base);
    font-size: 14px
}

.review-form__text i:first-child {
    margin-left: 10px
}

.review-form__text i+i {
    margin-left: 5px
}

.review-one .comment-box .reply-btn {
    align-items: center;
    display: flex
}

@media(min-width:992px) {
    .review-one .comment-box .reply-btn {
        position: absolute;
        right: 0;
        top: 0
    }

    .review-one .comment-box .text {
        margin-bottom: 0
    }
}

.review-one .comment-box .reply-btn i {
    color: var(--thm-base);
    font-size: 14px
}

.review-one .comment-box .reply-btn i+i {
    margin-left: 5px
}

.product-description {
    padding-bottom: 40px
}

.product-description__title {
    color: var(--thm-black);
    font-size: 36px;
    letter-spacing: .01em;
    margin: 0 0 30px;
    text-transform: uppercase
}

.product-description__text {
    margin: 0
}

.product-description__text+.product-description__text {
    margin-top: 30px
}

.product-details {
    padding-bottom: 60px;
    padding-top: 100px
}

@media(min-width:1200px) {
    .product-details {
        padding-top: 120px
    }
}

.product-details__buttons {
    margin-bottom: 35px;
    margin-top: 15px
}

.product-details__buttons .theme-btn {
    margin-right: 10px;
    margin-top: 5px
}

.product-details__social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.product-details__social span {
    color: var(--thm-black);
    flex: 0 0 100%;
    font-family: var(--thm-font);
    font-size: 24px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-transform: uppercase
}

@media(min-width:1200px) {
    .product-details__social span {
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

.product-details__social a {
    align-items: center;
    background-color: #f4f5f8;
    border-radius: 50%;
    color: #686a6f;
    display: flex;
    font-size: 16px;
    height: 44px;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
    width: 44px
}

.product-details__social a+a {
    margin-left: 10px
}

.product-details__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black)
}

.product-details__quantity {
    align-items: center;
    display: flex
}

.product-details__quantity-title {
    color: var(--thm-black);
    font-size: 24px;
    margin: 0 20px 0 0;
    text-transform: uppercase
}

.product-details__quantity .quantity-box {
    border-radius: 8px;
    height: 60px;
    position: relative;
    width: 98px
}

.product-details__quantity .quantity-box input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    border: 1px solid #e9ebee;
    border-radius: 8px;
    font-family: var(--thm-b-font);
    height: 60px;
    padding-left: 30px;
    width: 98px
}

.product-details__quantity .quantity-box button {
    align-items: center;
    background-color: transparent;
    background-color: #fff;
    border-left: 1px solid #e9ebee;
    border-top-right-radius: 8px;
    color: var(--thm-black);
    display: flex;
    font-size: 8px;
    height: 29px;
    justify-content: center;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 29px
}

.product-details__quantity .quantity-box button.sub {
    border-bottom-right-radius: 8px;
    border-top: 1px solid #e9ebee;
    border-top-right-radius: 0;
    bottom: 1px;
    top: auto
}

.product-details__reveiw {
    align-items: center;
    border-bottom: 1px solid #e9ebee;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.product-details__reveiw i {
    color: var(--thm-base);
    font-size: 18px
}

.product-details__reveiw i+i {
    margin-left: 5px
}

.product-details__reveiw span {
    color: var(--thm-text);
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    top: 2px
}

.product-details__title {
    font-size: 45px;
    margin: 30px 0 0;
    text-transform: uppercase
}

@media(min-width:1200px) {
    .product-details__title {
        margin-right: 10px;
        margin-top: -5px
    }
}

.product-details__price {
    color: var(--thm-base);
    font-size: 20px;
    margin: 0 0 20px
}

@media(min-width:1200px) {
    .product-details__top {
        align-items: baseline;
        display: flex
    }
}

.cart-page {
    padding-bottom: 100px;
    padding-top: 100px
}

@media(min-width:992px) {
    .cart-page {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.cart-table {
    margin-bottom: 60px
}

@media(max-width:1199px) {
    .cart-table {
        min-width: 1170px
    }
}

.cart-table thead th {
    border: none;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 30px;
    font-weight: 400;
    padding: 0 0 20px;
    text-transform: uppercase
}

.cart-table thead th:last-child {
    text-align: right
}

.cart-table .quantity-box {
    border-radius: 8px;
    height: 60px;
    position: relative;
    width: 98px
}

.cart-table .quantity-box input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    border: 1px solid #e9ebee;
    border-radius: 8px;
    font-family: var(--thm-b-font);
    height: 60px;
    padding-left: 30px;
    width: 98px
}

.cart-table .quantity-box button {
    align-items: center;
    background-color: transparent;
    background-color: #fff;
    border-left: 1px solid #e9ebee;
    border-top-right-radius: 8px;
    color: var(--thm-black);
    display: flex;
    font-size: 8px;
    height: 29px;
    justify-content: center;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 29px
}

.cart-table .quantity-box button.sub {
    border-bottom-right-radius: 8px;
    border-top: 1px solid #e9ebee;
    border-top-right-radius: 0;
    bottom: 1px;
    top: auto
}

.cart-table .product-box {
    align-items: center;
    display: flex
}

.cart-table h3 {
    color: var(--thm-black);
    font-size: 24px;
    margin: 0 0 0 30px;
    text-transform: uppercase
}

.cart-table h3 a {
    color: inherit
}

.cart-table tbody tr {
    vertical-align: middle
}

.cart-table tbody tr:last-child {
    border-bottom: 1px solid #e9ebee
}

.cart-table tbody td {
    border-top: 1px solid #e9ebee;
    color: #686a6f;
    font-size: 16px;
    padding: 30px 0;
    vertical-align: middle
}

.cart-table tbody td:last-child {
    text-align: right
}

.cart-cupon__form {
    margin-bottom: 30px
}

.cart-cupon__input {
    background-color: #f4f5f8;
    border-radius: 8px;
    color: #686a6f;
    font-family: var(--thm-b-font);
    font-size: 14px;
    height: 65px;
    margin-bottom: 20px;
    margin-right: 10px;
    max-width: 370px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
}

.cart-cupon__form ::placeholder {
    color: inherit;
    opacity: 1
}

.cart-total {
    margin-bottom: 20px
}

.cart-total li {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: flex-end
}

.cart-total li+li {
    margin-top: 10px
}

.cart-total li span:first-child {
    color: var(--thm-black);
    display: block;
    font-family: var(--thm-font);
    font-size: 30px;
    margin-right: 70px;
    text-align: right;
    text-transform: uppercase;
    width: 133px
}

.cart-total li:nth-child(2) span:first-child {
    position: relative;
    right: 6px
}

.cart-total__total {
    color: var(--thm-base);
    font-weight: 500
}

.cart-page__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.cart-page__buttons .btn-style-one {
    margin-left: 0;
    margin-top: 10px
}

@media(min-width:1200px) {
    .cart-page__buttons .btn-style-one {
        margin-left: 10px;
        margin-top: 0
    }
}

.cart-page__buttons .btn-style-two:hover .btn-curve,
.product-details__buttons .btn-style-two:hover .btn-curve {
    background-color: var(--thm-base)
}

.checkout-page {
    padding-bottom: 100px;
    padding-top: 100px
}

@media(min-width:992px) {
    .checkout-page {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.checkout-page .default-form .row {
    margin-left: -10px;
    margin-right: -10px
}

.checkout-page .default-form [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.checkout-page .default-form .form-group {
    margin-bottom: 20px
}

.checkout-page__returning {
    color: var(--thm-text);
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px
}

.checkout-page__returning a {
    color: var(--thm-base)
}

.checkout__title {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 40px;
    text-transform: uppercase
}

@media(min-width:768px) {
    .checkout__title {
        font-size: 45px
    }
}

@media(min-width:1200px) {
    .checkout__title {
        font-size: 60px
    }
}

.checkout__checkbox {
    align-items: center;
    display: flex;
    position: relative
}

.checkout__checkbox input[type=checkbox] {
    left: -999999px;
    position: absolute;
    visibility: hidden
}

.checkout__checkbox label {
    align-items: center;
    cursor: pointer;
    display: flex
}

.checkout__checkbox label:after {
    align-items: center;
    background-color: #f4f5f8;
    border-radius: 50%;
    color: #fff;
    content: "";
    display: flex;
    font-family: Font Awesome\ 5 Free;
    font-size: 10px;
    font-weight: 900;
    height: 19px;
    justify-content: center;
    margin-left: 20px;
    width: 19px
}

.checkout__checkbox input[type=checkbox]:checked+label:after {
    background-color: var(--thm-base);
    content: "\f00c"
}

.checkout-page .default-form .field-checkbox {
    position: relative
}

.checkout-page .default-form .field-checkbox input[type=checkbox] {
    left: -999999px;
    position: absolute;
    visibility: hidden
}

.checkout-page .default-form .field-checkbox label {
    align-items: center;
    color: var(--thm-text);
    cursor: pointer;
    display: flex;
    font-size: 16px
}

.checkout-page .default-form .field-checkbox label:before {
    align-items: center;
    background-color: #f4f5f8;
    border-radius: 50%;
    color: #fff;
    content: "";
    display: flex;
    font-family: Font Awesome\ 5 Free;
    font-size: 10px;
    font-weight: 900;
    height: 19px;
    justify-content: center;
    margin-right: 10px;
    width: 19px
}

.checkout-page .default-form .field-checkbox input[type=checkbox]:checked+label:before {
    background-color: var(--thm-base);
    content: "\f00c"
}

.checkout-page .default-form textarea {
    height: 150px
}

.checkout-page .default-form {
    margin-bottom: 60px
}

.checkout__table {
    margin-bottom: 50px
}

@media(min-width:992px) {
    .checkout__table {
        margin-bottom: 0
    }
}

.checkout__table thead th {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase
}

.checkout__table td:last-child,
.checkout__table th:last-child {
    text-align: right
}

.checkout__table thead {
    border-bottom: 1px solid #e9ebee;
    border-top: 1px solid #e9ebee
}

.checkout__table tbody td,
.checkout__table thead th {
    border: 0;
    padding: 0
}

.checkout__table thead th {
    padding-bottom: 23px;
    padding-top: 30px
}

.checkout__table tbody {
    border-bottom: 1px solid #e9ebee
}

.checkout__table tbody td {
    color: var(--thm-text);
    padding-bottom: 10px;
    padding-top: 10px
}

.checkout__payment {
    background-color: #f4f5f8;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 30px 30px 5px
}

@media(min-width:992px) {
    .checkout__payment {
        padding: 50px 50px 25px
    }
}

.checkout__payment__item+.checkout__payment__item {
    margin-top: 35px
}

.checkout__payment__title {
    align-items: center;
    color: var(--thm-black);
    cursor: pointer;
    display: flex;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase
}

.checkout__payment__title:before {
    align-items: center;
    background-color: #fff;
    border: 2px solid #e9ebee;
    border-radius: 50%;
    color: #fff;
    content: "";
    display: flex;
    font-family: Font Awesome\ 5 Free;
    font-size: 10px;
    font-weight: 900;
    height: 19px;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    top: -2px;
    transition: all .5s ease;
    width: 19px
}

.checkout__payment__title img {
    margin-left: 15px
}

.checkout__payment__item--active .checkout__payment__title:before {
    background-color: var(--thm-base);
    border-color: var(--thm-base);
    content: "\f00c"
}

.checkout__payment__content {
    color: #686a6f;
    font-size: 16px
}

.video-one {
    padding-bottom: 75px;
    padding-top: 90px
}

@media(min-width:992px) {
    .video-one {
        padding-bottom: 105px;
        padding-top: 120px
    }
}

.video-one .video-one__image {
    margin-bottom: 60px;
    position: relative
}

.video-one .video-one__image img {
    border-radius: 8px;
    filter: grayscale(100%);
    width: 100%
}

.video-one__content {
    text-align: center
}

@media(min-width:992px) {
    .video-one__content {
        text-align: left
    }
}

.video-one__content .sec-title {
    margin-bottom: 0
}

.video-one__content .sec-title h2 {
    letter-spacing: -.02em
}

@media(min-width:768px) {
    .video-one__content .sec-title h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px
    }
}

.video-one__content .block-text {
    color: var(--thm-text);
    font-family: var(--thm-b-font);
    font-size: 16px;
    margin: 20px 0 0
}

@media(min-width:768px) {
    .video-one__content .block-text {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        max-width: 500px
    }
}

.video-one__image .vid-link {
    align-items: center;
    background-color: var(--thm-base);
    border-radius: 50%;
    bottom: calc(50% - 35px);
    color: var(--thm-black);
    display: flex;
    font-size: 20px;
    height: 70px;
    justify-content: center;
    left: calc(50% - 35px);
    position: absolute;
    transition: all .5s ease;
    width: 70px
}

@media(min-width:768px) {
    .video-one__image .vid-link {
        bottom: -53.5px;
        font-size: 30px;
        height: 107px;
        left: auto;
        right: 100px;
        width: 107px
    }
}

.video-one__image .vid-link:hover {
    background-color: var(--thm-black);
    color: #fff
}

.video-one__image .vid-link a {
    color: inherit
}

.video-one__image .vid-link .icon {
    position: relative;
    top: 3px
}

.video-one__image .vid-link:before {
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    bottom: -13px;
    content: "";
    left: -13px;
    opacity: .2;
    position: absolute;
    right: -13px;
    top: -13px
}

.video-one__image .vid-link .ripple,
.video-one__image .vid-link .ripple:after,
.video-one__image .vid-link .ripple:before {
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 170, 23, .6);
    height: 130px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px
}

.video-one__image .vid-link .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.video-one__image .vid-link .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.how-it-works {
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 90px
}

@media(min-width:992px) {
    .how-it-works {
        padding-bottom: 90px;
        padding-top: 120px
    }
}

.how-it-works-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 2px;
    transition: background .5s ease
}

.how-it-works-card:hover {
    background-color: var(--thm-base)
}

.how-it-works-card__inner {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 45px
}

.how-it-works-card__icon {
    color: var(--thm-base);
    display: block;
    font-size: 64px;
    margin-bottom: 30px;
    padding-top: 60px
}

.how-it-works-card__title {
    color: var(--thm-black);
    font-size: 30px;
    margin: 0;
    text-transform: uppercase
}

.how-it-works-card__title a {
    color: inherit
}

.how-it-works-card__text {
    color: var(--thm-text);
    font-size: 16px;
    margin: 35px auto 27px;
    max-width: 241px
}

.how-it-works-card__link {
    color: var(--thm-black);
    display: inline-block;
    font-family: var(--thm-font);
    font-size: 16px;
    letter-spacing: .1em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}

.how-it-works-card__link:before {
    background-color: var(--thm-base);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 80%;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .5s ease;
    width: 100%
}

.how-it-works-card__link:hover {
    color: var(--thm-black)
}

.how-it-works-card__link:hover:before {
    transform: scale(1);
    transform-origin: right center
}

.history-timeline {
    padding-bottom: 40px;
    padding-top: 90px
}

@media(min-width:1200px) {
    .history-timeline {
        margin-top: -53.5px;
        padding-bottom: 120px;
        padding-top: 0
    }
}

.history-timeline__year {
    align-items: center;
    background-color: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    display: flex;
    font-family: var(--thm-font);
    font-size: 30px;
    height: 85px;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 2px;
    position: relative;
    text-align: center;
    width: 85px;
    z-index: 10
}

@media(min-width:992px) {
    .history-timeline__year {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:1200px) {
    .history-timeline__year {
        font-size: 40px;
        height: 107px;
        width: 107px
    }
}

.history-timeline__date {
    color: var(--thm-base);
    display: block;
    font-family: var(--thm-font);
    font-size: 20px;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase
}

@media(min-width:1200px) {
    .history-timeline__date:before {
        background-color: var(--thm-base);
        border-radius: 50%;
        content: "";
        height: 23px;
        left: -55px;
        position: absolute;
        top: 0;
        transform: translateY(50%) translateX(-50%);
        width: 23px;
        z-index: 10
    }
}

.history-timeline__title {
    color: var(--thm-black);
    font-size: 40px;
    margin: 0;
    text-transform: uppercase
}

.history-timeline__text {
    color: var(--thm-text);
    font-size: 16px;
    margin: 30px 0 0
}

.history-timeline__image {
    background-color: #222429;
    border-radius: 8px;
    display: inline-block;
    margin-top: 30px
}

@media(min-width:1200px) {
    .history-timeline__image {
        margin-top: 0
    }
}

.history-timeline__image img {
    border-radius: 8px;
    max-width: 100%;
    mix-blend-mode: luminosity
}

.history-timeline__card .row {
    padding-top: 40px;
    position: relative
}

@media(min-width:1200px) {
    .history-timeline__card .row {
        padding-top: 80px
    }
}

.history-timeline__card .row:last-child {
    padding-bottom: 0
}

@media(min-width:992px) {
    .history-timeline__card .row:nth-child(odd) {
        flex-direction: row-reverse
    }

    .history-timeline__card {
        position: relative
    }

    .history-timeline__card:after {
        background-color: #e9ebee;
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 1px
    }
}

.history-timeline__card {
    margin-bottom: 40px
}

@media(min-width:1200px) {
    .history-timeline__card {
        margin-bottom: 0;
        padding-bottom: 70px
    }

    .history-timeline__card:last-child {
        padding-bottom: 0
    }

    .history-timeline__card .row {
        margin-left: -55px;
        margin-right: -55px
    }

    .history-timeline__card .row [class*=col-] {
        padding-left: 55px;
        padding-right: 55px
    }

    .history-timeline__card .row:nth-child(2n) .history-timeline__info {
        text-align: right
    }

    .history-timeline__card .row:nth-child(2n) .history-timeline__date:before {
        left: auto;
        right: -55px;
        transform: translateY(50%) translateX(50%)
    }

    .history-timeline__card:nth-child(2n) .row:nth-child(2n) {
        flex-direction: row-reverse
    }

    .history-timeline__card:nth-child(2n) .row {
        flex-direction: row
    }

    .history-timeline__card:nth-child(2n) .row:nth-child(odd) .history-timeline__info {
        text-align: right
    }

    .history-timeline__card:nth-child(2n) .row:nth-child(2n) .history-timeline__info {
        text-align: left
    }

    .history-timeline__card:nth-child(2n) .row:nth-child(2n) .history-timeline__date:before {
        left: -55px;
        right: auto;
        transform: translateY(50%) translateX(-50%)
    }

    .history-timeline__card:nth-child(2n) .row:nth-child(odd) .history-timeline__date:before {
        left: auto;
        right: -55px;
        transform: translateY(50%) translateX(50%)
    }
}

.comment-form label {
    color: var(--thm-black);
    display: block;
    font-family: var(--thm-font);
    font-size: 22px;
    text-transform: uppercase
}

.leave-comments .default-form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

.leave-comments .default-form form .hs-form-field:nth-child(5) {
    grid-column-end: 3;
    grid-column-start: 1
}

.leave-comments .default-form form .hs-submit {
    display: flex;
    justify-content: flex-end
}

.leave-comments .default-form form .hs-submit .actions {
    background: var(--thm-base);
    border-radius: 5px;
    display: flex;
    height: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.leave-comments .default-form form .hs-submit .actions input {
    background-color: transparent;
    color: var(--thm-black);
    display: block;
    font-family: var(--thm-font);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .1em;
    letter-spacing: .05em;
    padding: 16px 50px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease;
    z-index: 1
}

.leave-comments .default-form form .hs-submit .actions:hover {
    background: var(--thm-base)
}

.leave-comments .default-form form .hs-submit .actions:hover input {
    color: #fff
}

.leave-comments .default-form form .hs-submit .actions:before {
    background: var(--thm-black);
    content: "";
    height: 100%;
    opacity: .2;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skewX(-22deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 26px;
    z-index: 0
}

.leave-comments .default-form form .hs-submit .actions:hover:before {
    opacity: 1;
    right: 0;
    transform: skewX(0deg);
    width: 100%
}

.check-list {
    margin: 0 0 0 8px;
    padding-bottom: 18px;
    padding-left: 18px
}

.check-list li {
    list-style: square;
    margin-bottom: 10px
}

.check-list li::marker {
    color: #39c3ba
}

.dot {
    color: var(--thm-base);
    padding-left: 7px
}

div#___partnersbadge_0 {
    display: none
}

.preloader {
    background: #080829
}

.preloader .icon {
    background-image: url(../image/animated.gif);
    background-size: 300px auto
}

.newsletter-form .hs-input {
    background: #1c1e22;
    border: 1px solid #1c1e22;
    color: #fff;
    display: block;
    font-family: var(--thm-b-font);
    font-size: 18px;
    font-size: 14px;
    height: 70px;
    padding: 20px 70px 20px 20px;
    position: relative;
    transition: all .3s ease;
    width: 100%
}

.newsletter-form .input {
    margin: 0 0 20px
}

.newsletter-form .newsletter-form {
    margin-top: -20px
}

.newsletter-form .submitted-message {
    margin-top: 20px
}

.newsletter-form .hs-button:hover {
    background-color: #fff;
    color: #000
}

.newsletter-form .hs-button {
    font-size: 0;
    height: 71px;
    opacity: 0;
    padding: 0;
    width: 64px
}

.newsletter-form .hs-input[type=email] {
    margin-top: -16px
}

.newsletter-form .actions:after {
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    content: "\f0e0";
    font-family: Font Awesome\ 5 Free;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 12px;
    width: 44px
}

.newsletter-form .actions {
    position: absolute;
    right: 0;
    top: 7px
}

.newsletter-form .actions:hover:after {
    background: #fff;
    color: var(--thm-base)
}

@media (min-width:0) {
    .container {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-12,
    .col-3,
    .col-4,
    .col-6,
    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:0px) and (max-width:991px) {
    .sm-size .step_icon_bottom {
        left: 45px !important
    }
}

.stepbx2_icon {
    border: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    width: auto !important
}

.stepbx2_imico {
    margin-bottom: 4px !important
}

@media (max-width:1200px) {
    .sm-size.col-3 {
        padding: 0 30px
    }
}