@font-face {
    font-family: Unicons;
    src: url(../vendors/unicons/Unicons.woff2) format("woff2"), url(../vendors/unicons/Unicons.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@import url("font-size.css");


:root {
    --greenmax-font: 'Rubik', sans-serif;
    --greenmax-reey-font: reeyregular;
    --greenmax-gray: #717178;
    --greenmax-gray-rgb: 113, 113, 120;
    --greenmax-primary: #272727;
    --greenmax-primary-half: #fc663c50;
    --greenmax-primary-rgb: 252, 101, 60;
    --greenmax-black: #1e1e22;
    --greenmax-black-rgb: 30, 30, 34;
    --greenmax-base: #fff;
    --greenmax-base-rgb: 255, 255, 255;
    --greenmax-extra: #e4e4ea;
    --greenmax-border-radius: 10px;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Rubik, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: rgba(37, 55, 63, 0.7);
    --bs-body-bg: #fff;
}

.row {
    --bs-gutter-x: 30px
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}


abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}


body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.locked {
    overflow: hidden
}

a {
    color: var(--greenmax-gray, #717178)
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::placeholder {
    color: inherit;
    opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--greenmax-black, #1e1e22);
    margin: 0
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::placeholder {
    color: inherit;
    opacity: 1
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    /* overflow: hidden */
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::placeholder {
    color: inherit;
    opacity: 1
}

.section-separator {
    border-color: var(--greenmax-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 32px;
    overflow: hidden;
    z-index: 40
}

.thm-btn:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 100%;
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), 1);
    opacity: .1;
    content: "";
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.thm-btn:hover {
    color: var(--greenmax-base, #fff)
}

.thm-btn:hover::before {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border-radius: 0;
    background-color: var(--greenmax-black, #1e1e22)
}

.thm-btn span {
    position: relative
}

.thm-btn--dark {
    background-color: var(--greenmax-black, #1e1e22)
}

.thm-btn--dark::before,
.thm-btn--dark:hover::before {
    background-color: var(--greenmax-base, #fff)
}

.thm-btn--dark:hover::before {
    background-color: var(--greenmax-primary, #fc653c)
}

.thm-btn--dark:hover {
    color: var(--greenmax-base, #fff)
}

.thm-btn--dark--light-hover:hover::before {
    background-color: var(--greenmax-base, #fff)
}

.thm-btn--dark--light-hover:hover {
    color: var(--greenmax-black, #1e1e22) !important
}

.section-title {
    margin-top: -11px;
    margin-bottom: 35px
}

.section-title__tagline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--greenmax-gray, #717178);
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 700
}

.section-title__tagline::before {
    position: relative;
    top: -2px;
    content: '';
    background-color: #93c43e;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--greenmax-black, #1e1e22);
    font-size: 50px;
    line-height: 60px
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important
}

.bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--greenmax-primary, #fc653c);
    color: #fff
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #fff;
    background: var(--greenmax-black, #1e1e22);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--greenmax-primary, #fc653c);
    color: #fff;
    cursor: pointer
}

.preloader {
    position: fixed;
    background-color: var(--greenmax-black, #1e1e22);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--greenmax-primary, #fc653c);
    position: fixed;
    bottom: 40px;
    right: 120px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
    transition: all .4s ease
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px
}

.scroll-to-top:hover {
    background-color: var(--greenmax-black, #1e1e22)
}

.scroll-to-top:hover i {
    color: #fff
}

body.boxed-wrapper {
    background-color: #f1f1f5
}

.boxed-wrapper .page-wrapper {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--greenmax-base);
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, .08)
}

.boxed-wrapper .page-wrapper__dark {
    background-color: #1c1e22
}

.boxed-wrapper .main-menu-wrapper__search-box,
.boxed-wrapper .main-menu-wrapper__social {
    display: none
}

.main-header {
    background: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-menu {
    position: relative;
    padding: 0px 50px;
    z-index: 999999;
}


@media (max-width: 1750px) {
    .main-menu {
        padding: 20px 40px;
    }
}

@media (max-width:1120px) {
    .main-menu {
        padding: 25px 30px
    }
}

@media (max-width:992px) {
    .main-menu {
        padding: 0px 30px;
    }
}

@media (max-width:1200px) {
    .main-menu {
        padding: 25 60px
    }
}

.main-menu-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu-wrapper__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu-wrapper__logo {
    position: relative;
    margin-right: 50px
}

.main-menu-wrapper__logo img {
    width: 121px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.main-menu-wrapper__search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

.main-menu-wrapper__search {
    font-size: 20px;
    color: var(--greenmax-base, #fff);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-wrapper__search:hover {
    color: var(--greenmax-primary, #fc653c)
}

.main-menu-wrapper__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px
}

.main-menu-wrapper__social:before {
    position: absolute;
    top: -13px;
    left: 0;
    bottom: -13px;
    width: 1px;
    content: "";
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), .15)
}

.main-menu-wrapper__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--greenmax-base, #fff);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-wrapper__social a+a {
    margin-left: 22px
}

.main-menu-wrapper__social a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.main-menu-wrapper__main-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: 60%
}

.main-menu-wrapper__right {
    position: relative;
    display: block;
    float: right;
    padding: 29px 0
}

.main-menu-wrapper__right-contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu-wrapper__right-contact-icon {
    height: 40px;
    width: 40px;
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .2);
    border-radius: 50%;
    font-size: 15px;
    color: var(--greenmax-base, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-wrapper__right-contact-box:hover .main-menu-wrapper__right-contact-icon {
    color: var(--greenmax-primary, #fc653c);
    background-color: var(--greenmax-base, #fff)
}

.main-menu-wrapper__right-contact-number {
    margin-left: 10px;
}

.main-menu-wrapper__right-contact-number>a {
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-wrapper__right-contact-box:hover .main-menu-wrapper__right-contact-number>a {
    color: var(--greenmax-primary, #fc653c)
}

/* 
.stricky-header.main-menu {
    padding: 0 60px;
    background-color: var(--greenmax-black, #1e1e22)
} */


.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

@media (min-width:1795px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 39.5px;
    padding-bottom: 39.5px;
    position: relative
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 45px
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--greenmax-base, #fff);
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--greenmax-primary, #fc653c);
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    z-index: -1
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--greenmax-base, #fff)
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    -webkit-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

.main-menu .main-menu__list>li.current>a::before {
    background-color: var(--greenmax-primary, #fc653c)
}

.main-menu .main-menu__list>li:hover>a::before {
    background-color: var(--greenmax-primary, #fc653c)
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: var(--greenmax-border-radius, 10px);
    border-bottom-right-radius: var(--greenmax-border-radius, 10px);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 99;
    -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1)
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--greenmax-black, #1e1e22), .1)
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 16px;
    line-height: 30px;
    color: var(--greenmax-black, #1e1e22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 10px 20px
}

.main-menu .main-menu__list li ul li:last-child>a,
.stricky-header .main-menu__list li ul li:last-child>a {
    border-bottom-left-radius: var(--greenmax-border-radius, 10px);
    border-bottom-right-radius: var(--greenmax-border-radius, 10px)
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--greenmax-primary, #fc653c);
    color: #fff
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none
}

.main-menu__list .new-tag {
    background-color: var(--greenmax-black);
    text-transform: uppercase;
    border-radius: var(--greenmax-border-radius, 10px);
    font-size: 12px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .1em;
    padding: 0 9px;
    margin-left: 8px
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility .5s ease, -webkit-transform .5s ease;
    transition: visibility .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, visibility .5s ease;
    transition: transform .5s ease, visibility .5s ease, -webkit-transform .5s ease;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05)
}


/* PASEK ŻEBY SIĘ UKRYWAŁ LUB NIE W WERSJI MOBILNEJ */


/* @media (max-width:1199px) {
    .stricky-header {
        display: none!important
    }
} */

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px
}

@media (min-width:1200px) {
    .mobile-nav__buttons {
        display: none
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--greenmax-black, #1e1e22);
    cursor: pointer
}

.mobile-nav__buttons a+a {
    margin-left: 10px
}

.mobile-nav__buttons a:hover {
    color: var(--greenmax-base, #fff)
}

.main-menu .mobile-nav__toggler {
    width: 30px;
    height: 20px;
    border-top: 1px solid var(--greenmax-base, #fff);
    border-bottom: 1px solid var(--greenmax-base, #fff);
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    margin-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu .mobile-nav__toggler span {
    display: block;
    width: 60%;
    height: 1px;
    background-color: var(--greenmax-base, #fff);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu .mobile-nav__toggler:hover span {
    width: 100%
}

@media (min-width:1795px) {
    .main-menu .mobile-nav__toggler {
        display: none
    }
}

.main-header-two {
    position: relative;
    display: block;
    background-color: var(--greenmax-black, #1e1e22)
}

.main-header-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), .1);
    z-index: -1
}

.main-menu-two-wrapper {
    position: relative;
    display: block
}

.main-menu-two-wrapper__left {
    position: relative;
    display: block;
    float: left
}

.main-menu-two-wrapper__logo {
    position: relative;
    float: left;
    margin-right: 180px;
    padding: 39.5px 0
}

.main-menu-two-wrapper__logo img {
    width: 121px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.main-menu-two-wrapper__main-menu {
    position: relative;
    display: block;
    float: left
}

.main-menu-two-wrapper__right {
    position: relative;
    display: block;
    float: right;
    padding: 47.5px 0
}

.main-menu-two-wrapper__search-box {
    position: relative;
    display: block;
    float: left;
    margin-right: 40px
}

.main-menu-two-wrapper__search {
    font-size: 20px;
    color: var(--greenmax-base, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-two-wrapper__search:hover {
    color: var(--greenmax-primary, #fc653c)
}

.main-menu-two-wrapper__social {
    float: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 40px
}

.main-menu-two-wrapper__social:before {
    position: absolute;
    top: -13px;
    left: 0;
    bottom: -13px;
    width: 1px;
    content: "";
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), .15)
}

.main-menu-two-wrapper__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--greenmax-base, #fff);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-two-wrapper__social a+a {
    margin-left: 22px
}

.main-menu-two-wrapper__social a:hover {
    color: var(--greenmax-primary, #fc653c)
}

@-webkit-keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        -webkit-transform: perspective(400px) rotate(0) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(0) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }
}

@-webkit-keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0);
        transform: translate(40px, 60px) rotate(0)
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0);
        transform: translate(40px, 60px) rotate(0)
    }
}

@-webkit-keyframes treeMove {

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

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

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

@keyframes treeMove {

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

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

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

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

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

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

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

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

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

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

@-webkit-keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility .5s ease .5s, -webkit-transform .5s ease .5s;
    transition: visibility .5s ease .5s, -webkit-transform .5s ease .5s;
    transition: transform .5s ease .5s, visibility .5s ease .5s;
    transition: transform .5s ease .5s, visibility .5s ease .5s, -webkit-transform .5s ease .5s;
    visibility: hidden
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: visibility .5s ease 0s, -webkit-transform .5s ease 0;
    transition: visibility .5s ease 0s, -webkit-transform .5s ease 0;
    transition: transform .5s ease 0s, visibility .5s ease 0;
    transition: transform .5s ease 0s, visibility .5s ease 0s, -webkit-transform .5s ease 0
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--greenmax-black, #1e1e22);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .5s ease 0s, visibility .5s ease 0s, -webkit-transform .5s ease 0;
    transition: opacity .5s ease 0s, visibility .5s ease 0s, -webkit-transform .5s ease 0;
    transition: opacity .5s ease 0s, visibility .5s ease 0s, transform .5s ease 0;
    transition: opacity .5s ease 0s, visibility .5s ease 0s, transform .5s ease 0s, -webkit-transform .5s ease 0;
    padding: 30px 15px
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s ease .5s, visibility .5s ease .5s, -webkit-transform .5s ease .5s;
    transition: opacity .5s ease .5s, visibility .5s ease .5s, -webkit-transform .5s ease .5s;
    transition: opacity .5s ease .5s, visibility .5s ease .5s, transform .5s ease .5s;
    transition: opacity .5s ease .5s, visibility .5s ease .5s, transform .5s ease .5s, -webkit-transform .5s ease .5s;
    -moz-transition: opacity .5s ease .5s, visibility .5s ease .5s, -webkit-transform .5s ease .5s;
    -ms-transition: opacity .5s ease .5s, visibility .5s ease .5s, -webkit-transform .5s ease .5s;
    -o-transition: opacity .5s ease .5s, visibility .5s ease .5s, -webkit-transform .5s ease .5s;
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    display: block;
    width: 17px;
    height: 17px
}

.mobile-nav__close::after,
.mobile-nav__close::before {
    content: '';
    width: 2px;
    height: 17px;
    background-color: var(--greenmax-base, #fff);
    position: absolute;
    top: 0;
    left: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-nav__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__content .main-menu__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--greenmax-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--greenmax-primary, #fc653c)
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--greenmax-primary, #fc653c);
    border: none;
    outline: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    border-radius: calc(var(--greenmax-border-radius, 10px)/ 2)
}

.mobile-nav__content .main-menu__list li a button.expanded {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: #fff;
    color: var(--greenmax-black, #1e1e22)
}

.mobile-nav__content .main-menu__list li ul {
    margin-left: 10px
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobile-nav__top .main-menu__login a {
    color: var(--greenmax-text-dark)
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--greenmax-primary, #fc653c);
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__social a+a {
    margin-left: 20px
}

.mobile-nav__social a:hover {
    color: #fff
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--greenmax-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__contact li a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--greenmax-primary, #fc653c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff
}

.mobile-nav__container .main-logo,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login,
.mobile-nav__container .topbar__buttons {
    display: none
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease
}

.search-popup.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--greenmax-black, #1e1e22);
    opacity: .75;
    cursor: pointer
}

.search-popup__content {
    width: 100%;
    max-width: 560px
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: var(--greenmax-border-radius, 10px);
    overflow: hidden
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    height: 66px;
    padding-left: 30px
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--greenmax-primary, #fc653c)
}

.search-popup__content .thm-btn:hover {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff
}

.search-popup__content .thm-btn i {
    margin: 0
}

.main-slider {
    overflow: hidden;
    position: relative
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--greenmax-black, #1e1e22)
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7s ease;
    transition: -webkit-transform 7s ease;
    transition: transform 7s ease;
    transition: transform 7s ease, -webkit-transform 7s ease;
    z-index: 1
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--greenmax-black-rgb, 30, 30, 34), .5);
    z-index: 2
}

.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-slider-shape-1 {
    position: absolute;
    top: 262px;
    left: -213px;
    border-radius: 50%;
    width: 304px;
    height: 304px;
    background-color: var(--greenmax-primary, #fc653c);
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }
}

.main-slider-shape-2 {
    position: absolute;
    top: 435px;
    left: -200px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: .502;
    width: 415px;
    height: 415px;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.main-slider-shape-3 {
    position: absolute;
    top: -123px;
    right: -300px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: .502;
    width: 750px;
    height: 750px;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.main-slider-shape-4 {
    position: absolute;
    top: 160px;
    right: -343px;
    border-radius: 50%;
    background-color: var(--greenmax-primary);
    width: 543px;
    height: 543px;
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.main-slider .container {
    padding-top: 170px;
    padding-bottom: 260px
}

.main-slider__content {
    position: relative;
    display: block
}

.main-slider p {
    font-size: 16px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    margin: 0;
    line-height: 26px;
    text-transform: none;
    padding-bottom: 21px;
    letter-spacing: .1em;
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
    transition: opacity 2s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, opacity 2s ease;
    transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 36px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
    transition: opacity 2s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, opacity 2s ease;
    transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
    font-size: 100px;
    line-height: 100px
}

.main-slider .thm-btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transition: opacity 2s ease, color .5s ease, background .5s ease, -webkit-transform 2s ease;
    transition: opacity 2s ease, color .5s ease, background .5s ease, -webkit-transform 2s ease;
    transition: opacity 2s ease, color .5s ease, background .5s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, opacity 2s ease, color .5s ease, background .5s ease;
    transition: transform 2s ease, opacity 2s ease, color .5s ease, background .5s ease, -webkit-transform 2s ease
}

.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.slider-bottom-box {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    min-height: 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-slider__nav {
    position: relative;
    float: left;
    width: 150px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: var(--greenmax-black, #1e1e22);
    opacity: 1;
    margin: 0 5px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%;
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), .2)
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: var(--greenmax-primary, #fc653c);
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), 1)
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 0
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative
}

#main-slider-pagination {
    z-index: 10;
    width: 150px;
    text-align: right;
    position: relative;
    margin-left: auto;
    float: right
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), .8)
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--greenmax-base, #fff);
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), 0)
}

.main-slider-two-shape-1 {
    position: absolute;
    bottom: 125px;
    left: -375px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: .502;
    width: 750px;
    height: 750px;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.main-slider-two-shape-2 {
    position: absolute;
    top: 180px;
    left: -337px;
    border-radius: 50%;
    background-color: var(--greenmax-primary);
    width: 755px;
    height: 755px;
    z-index: 2;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

.main-slider-two .container {
    padding-top: 255px;
    padding-bottom: 260px
}

.main-slider-two #main-slider-pagination {
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 45px
}

.welcome-one {
    position: relative;
    display: block;
    padding: 120px 0
}

.welcome-one__left {
    position: relative;
    display: block;
    margin-right: 40px
}

.welcome-one__img-box {
    position: relative;
    display: block
}

.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden
}

.welcome-one__img img {
    width: 100%
}

.welcome-one__shape-1 {
    position: absolute;
    bottom: 36px;
    left: 24%;
    width: 336px;
    height: 286px;
    border-style: solid;
    border-width: 4px;
    border-color: var(--greenmax-primary, #fc653c);
    opacity: .5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.welcome-one__shape-2 {
    position: fixed;
    z-index: -1;
    bottom: -59px;
    left: -59px;
    height: 185px;
    width: 285px;
    background-color: var(--greenmax-primary, #fc653c);
    border-radius: 0;
    opacity: .6
}

.welcome-one__trusted {
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .07);
    top: 85px;
    left: -62px;
    height: 125px;
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.welcome-one__trusted:before {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    content: "";
    border-radius: 50%
}

.welcome-one__trusted p {
    font-size: 14px;
    font-weight: 700;
    color: var(--greenmax-primary, #fc653c);
    margin: 0;
    line-height: 24px
}

.welcome-one__trusted h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    font-family: var(--greenmax-font) !important;
    line-height: 36px !important
}

.welcome-one__trusted .odometer-formatting-mark {
    display: none
}

.welcome-one__right {
    position: relative;
    display: block
}

.welcome-one__right .section-title {
    margin-bottom: 32px
}

.welcome-one__solutions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 39px
}

.welcome-one__solutions-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e4e4ea;
    border-radius: var(--greenmax-border-radius, 10px);
    padding: 21px 40px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.welcome-one__solutions-single+.welcome-one__solutions-single {
    margin-left: 15px
}

.welcome-one__solutions-single:hover {
    background-color: var(--greenmax-primary, #fc653c);
    border: 1px solid transparent
}

.welcome-one__solutions-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome-one__solutions-icon span {
    font-size: 20px;
    color: var(--greenmax-primary, #fc653c);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.welcome-one__solutions-single:hover .welcome-one__solutions-icon span {
    color: var(--greenmax-base, #fff)
}

.welcome-one__solutions-text-box {
    margin-left: 20px
}

.welcome-one__solutions-text-box p {
    font-size: 16px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.welcome-one__solutions-single:hover .welcome-one__solutions-text-box p {
    color: var(--greenmax-base, #fff)
}

.welcome-one__right-text-1 {
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    margin: 0;
    margin-bottom: 37px
}

.welcome-one__right-text-2 {
    margin: 0
}

.counters-one {
    position: relative;
    display: block;
    padding: 0 0 120px
}

.counters-one__box {
    position: relative;
    display: block;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    border: 1px solid #e4e4ea;
    padding: 78px 0 46px;
    border-radius: var(--greenmax-border-radius, 10px);
    overflow: hidden
}

.counter-one__single {
    position: relative;
    display: inline-block;
    max-width: 284px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.counter-one__single:before {
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 11px;
    content: "";
    width: 1px;
    background-color: var(--greenmax-extra, #e4e4ea)
}

.counter-one__single:first-child:before {
    display: none
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--greenmax-primary, #fc653c);
    line-height: 65px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.counter-one__single:hover .counter-one__icon span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.counter-one__single h3 {
    font-size: 40px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    line-height: 45px !important;
    margin-top: 7px;
    font-family: var(--greenmax-font) !important
}

.counter-one__text {
    color: var(--greenmax-gray, #717178);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 20px
}

.counter-one__single .odometer-formatting-mark {
    display: none
}

.counter-one__shape {
    position: absolute;
    bottom: -124px;
    left: -55px;
    height: 185px;
    width: 185px;
    background-color: var(--greenmax-primary, #fc653c);
    border-radius: 50%
}

.we-change {
    position: relative;
    display: block;
    background-color: #f1f1f5;
    padding: 120px 0 60px
}

.we-change__left-faqs {
    position: relative;
    display: block
}

.we-change__left-faqs .section-title {
    margin-bottom: 44px
}

.we-change__faqs {
    position: relative;
    display: block
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 40px;
    padding-right: 27px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    border-bottom: 0 solid var(--greenmax-extra, #e4e4ea)
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--greenmax-black, #1e1e22);
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    padding-right: 40px;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    border-bottom: 1px solid var(--greenmax-extra, #e4e4ea)
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--greenmax-black, #1e1e22)
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: var(--greenmax-black, #1e1e22);
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: var(--greenmax-primary, #fc653c);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 20px 40px 31px;
    border-bottom: 0 solid var(--greenmax-extra, #e4e4ea)
}

.faq-one-accrodion .accrodion.active .accrodion-content {
    border-bottom: 0 solid var(--greenmax-extra, #e4e4ea)
}

.faq-one-accrodion .accrodion.last-chiled.active .accrodion-content {
    border-bottom: 0 solid transparent
}

.faq-one-accrodion .accrodion-content p {
    margin: 0
}

.we-change__right {
    position: relative;
    display: block;
    margin-left: 30px
}

.we-change__right-img {
    position: relative;
    display: block;
    margin-right: -362px
}

.we-change__right-img img {
    width: 100%;
    border-bottom-left-radius: 10px
}

.we-change__agency {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--greenmax-primary, #fc653c);
    border-bottom-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 34px 60px
}

.we-change__agency-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.we-change__agency-icon span {
    font-size: 65px;
    color: var(--greenmax-base, #fff);
    line-height: 65px
}

.we-change__agency-text {
    margin-left: 20px
}

.we-change__agency-text h3 {
    font-size: 24px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    line-height: 36px
}

.we-make {
    position: relative;
    display: block;
    padding: 120px 0;
    background-color: var(--greenmax-black, #1e1e22);
    z-index: 1
}

.we-make-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .02;
    z-index: -1
}

.we-make__left {
    position: relative;
    display: block;
    margin-right: 115px
}

.we-make__left .section-title {
    margin-bottom: 42px
}

.we-make__left .section-title__tagline {
    color: var(--greenmax-base, #fff)
}

.we-make__left .section-title__title {
    color: var(--greenmax-base, #fff)
}

.we-make__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.we-make__person-img {
    position: relative;
    display: block
}

.we-make__person-img img {
    width: 81px;
    border-radius: 50%
}

.we-make__person-text {
    margin-left: 30px
}

.we-make__person-text p {
    font-size: 30px;
    color: var(--greenmax-base, #fff);
    margin: 0;
    font-family: var(--greenmax-reey-font, "reeyregular");
    line-height: 40px
}

.we-make__right {
    position: relative;
    display: block
}

.we-make__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 40px
}

.we-make__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--greenmax-base, #fff);
    margin-bottom: 6px
}

.we-make__progress .bar {
    position: relative;
    width: 100%;
    height: 15px;
    background: rgba(var(--greenmax-base-rgb, 255, 255, 255), .08);
    border-radius: 30px;
    margin-bottom: 25px
}

.we-make__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 15px;
    border-radius: 30px;
    background: var(--greenmax-primary, #fc653c);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.we-make__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 21px;
    color: var(--greenmax-base, #fff);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.we-make__progress .bar-inner.counted .count-text {
    opacity: 1
}

.we-make__progress .bar.marb-0 {
    margin-bottom: 0
}

.services-one {
    position: relative;
    display: block;
    padding: 120px 0 15px;
    background-color: #f1f1f5;
    z-index: 1
}

.services-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .08
}

.services-one .section-title {
    margin-bottom: 117px
}

.services-one .row {
    --bs-gutter-x: 20px
}

.services-one__single {
    position: relative;
    display: block;
    border-radius: var(--greenmax-border-radius, 10px);
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    padding: 100px 60px 50px;
    text-align: center;
    margin-bottom: 105px
}

.services-one__icon {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    width: 150px;
    height: 150px;
    font-size: 64px;
    color: var(--greenmax-black, #1e1e22);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: -75px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.services-one__single:hover .services-one__icon {
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff)
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 10px
}

.services-one__title a {
    color: var(--greenmax-black, #1e1e22);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.services-one__single:hover .services-one__title a {
    color: var(--greenmax-primary, #fc653c)
}

.services-one__text {
    margin: 0;
    padding-bottom: 16px
}

.service-one__arrow {
    position: relative;
    color: var(--greenmax-gray, #717178);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 65px;
    width: 65px;
    background-color: #f1f1f5;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px
}

.services-one__single:hover .service-one__arrow {
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff)
}

.portfolio-one {
    position: relative;
    display: block;
    padding: 120px 0 0
}

.portfolio-one__container {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.portfolio-one .section-title {
    margin-bottom: 13px
}

.portfolio-one__single {
    position: relative;
    display: block
}

.portfolio-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--greenmax-border-radius, 10px)
}

.portfolio-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .3);
    border-radius: var(--greenmax-border-radius, 10px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1
}

.portfolio-one__single:hover .portfolio-one__img:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.portfolio-one__img img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.portfolio-one__single:hover .portfolio-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.portfolio-one__experience {
    position: absolute;
    bottom: 30px;
    left: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    z-index: 2
}

.portfolio-one__single:hover .portfolio-one__experience {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.portfolio-one__web-design {
    background-color: var(--greenmax-primary, #fc653c);
    display: inline-block;
    padding: 0 30px;
    border-top-right-radius: 10px
}

.portfolio-one__web-design-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--greenmax-base, #fff);
    margin: 0
}

.portfolio-one__fimlor {
    background-color: var(--greenmax-black, #1e1e22);
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 70px 15px 30px
}

.portfolio-one__fimlor-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--greenmax-base, #fff);
    margin: 0
}

.portfolio-one__fimlor-title a {
    color: var(--greenmax-base, #fff);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-one__fimlor-title a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.portfolio-one__arrow {
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3
}

.portfolio-one__arrow a {
    height: 52px;
    width: 52px;
    background-color: var(--greenmax-base, #fff);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--greenmax-black, #1e1e22);
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-one__arrow a:hover {
    color: var(--greenmax-base, #fff);
    background-color: var(--greenmax-primary, #fc653c)
}

.portfolio-one__single:hover .portfolio-one__arrow {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.brand-one {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 70px 0;
    border-top: 1px solid var(--greenmax-extra, #e4e4ea)
}

.brand-one-lp {
    position: relative;
    display: block;
    background-color: #ffffff3f;
    padding: 15px;
    border-radius: 10px
}

.brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brand-one .swiper-slide img {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .9;
    max-width: 200%
}

.brand-one .swiper-slide img:hover {
    opacity: 1
}

.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 173px
}

.testimonial-one__left {
    position: relative;
    display: block
}

.testimonial-one__left .section-title {
    margin-bottom: 42px
}

.testimonial-one__btn-box {
    position: relative;
    display: block
}

.testimonial-one__btn {
    background-color: var(--greenmax-black, #1e1e22)
}

.testimonial-one__btn::before,
.testimonial-one__btn:hover::before {
    background-color: var(--greenmax-base, #fff)
}

.testimonial-one__btn:hover::before {
    background-color: var(--greenmax-primary, #fc653c)
}

.testimonial-one__btn:hover {
    color: var(--greenmax-base, #fff)
}

.testimonial-one__slider {
    position: relative;
    display: block
}

#testimonials-one__thumb {
    width: 315px;
    margin-right: auto;
    margin-left: 0
}

.testimonial-one__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 92px;
    cursor: pointer
}

.testimonial-one__img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), .3);
    content: "";
    z-index: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#testimonials-one__thumb .swiper-slide-thumb-active .testimonial-one__img-holder:before {
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), 0)
}

.testimonial-one__img-holder>img {
    width: 92px;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out .6s;
    transition: all .5s ease-in-out .6s
}

.testimonial-one__quote {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: var(--greenmax-primary, #fc653c);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-image: url(../assets/images/testimonial/testimonials-1-quote.png);
    background-repeat: no-repeat;
    background-position: center center
}

#testimonials-one__thumb .swiper-slide-thumb-active .testimonial-one__quote {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.testimonials-one__main-content {
    position: relative;
    display: block
}

.testimonial-one__conent-box {
    position: relative;
    display: block;
    margin-top: 50px
}

.testimonial-one__text {
    font-size: 28px;
    color: var(--greenmax-gray, #717178);
    font-weight: 300;
    line-height: 50px;
    margin: 0
}

.testimonial-one__client-details {
    position: relative;
    display: block;
    padding-top: 37px
}

.testimonial-one__client-name {
    font-size: 18px;
    color: var(--greenmax-primary, #fc653c);
    line-height: 28px;
    font-weight: 700
}

.testimonial-one__clinet-title {
    font-size: 16px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    line-height: 22px;
    display: block
}

.testimonial-one__nav {
    position: absolute;
    bottom: -5px;
    right: 0
}

#testimonials-one__carousel-pagination {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 20px;
    right: 0;
    left: auto;
    width: 100%;
    z-index: 20
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .2);
    border: 2px solid;
    border-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    margin: 0;
    display: block
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 6px
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: var(--greenmax-primary, #fc653c)
}

.two-boxes {
    position: relative;
    display: block;
    margin-top: -60px;
    z-index: 2
}

.two-boxes__inner {
    position: relative;
    display: block;
    border-radius: var(--greenmax-border-radius, 10px)
}

.two-boxes__inner .row {
    --bs-gutter-x: 0
}

.two-boxes__single {
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    padding-left: 50px;
    padding-top: 38px;
    padding-bottom: 38px
}

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

.two-boxes__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.two-boxes__icon span {
    font-size: 60px;
    color: var(--greenmax-primary, #fc653c);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.two-boxes__single:hover .two-boxes__icon span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.two-boxes__text {
    margin-left: 30px
}

.two-boxes__text p {
    font-size: 20px;
    font-weight: 700;
    color: var(--greenmax-black, #1e1e22);
    margin: 0;
    line-height: 30px
}

.two-boxes__arrow {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.two-boxes__arrow a {
    height: 52px;
    width: 52px;
    background-color: #f1f1f5;
    color: var(--greenmax-black, #1e1e22);
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.two-boxes__single:hover .two-boxes__arrow a {
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff)
}

.two-boxes__single-one {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.two-boxes__single-two {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.video-one {
    position: relative;
    display: block;
    padding: 195px 0 100px;
    margin-top: -75px
}

.video-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1
}

.video-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .6);
    z-index: -1
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2
}

.video-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    color: var(--greenmax-base, #fff);
    background-color: var(--greenmax-primary, #fc653c);
    border-radius: 50%;
    margin: 0 auto;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.video-one__text {
    font-size: 60px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    line-height: 70px;
    margin-top: 35px
}

.video-one__link .ripple,
.video-one__video-icon .ripple:after,
.video-one__video-icon .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--greenmax-base-rgb, 255, 255, 255), .6);
    -o-box-shadow: 0 0 0 0 rgba(var(--greenmax-base-rgb, 255, 255, 255), .6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--greenmax-base-rgb, 255, 255, 255), .6);
    box-shadow: 0 0 0 0 rgba(var(--greenmax-base-rgb, 255, 255, 255), .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0)
    }
}

.reasons-one {
    position: relative;
    display: block;
    padding: 120px 0
}

.reasons-one__left {
    position: relative;
    display: block;
    margin-right: -30px
}

.reasons-one__left .section-title {
    margin-bottom: 43px
}

.reasons-one__icon-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 43px
}

.reasons-one__icon-box li {
    position: relative;
    display: block;
    border-right: 1px solid var(--greenmax-extra, #e4e4ea);
    padding-right: 52px;
    padding-left: 45px
}

.reasons-one__icon-box li:first-child {
    padding-left: 0
}

.reasons-one__icon-box li:last-child {
    border-right: 0;
    padding-right: 0
}

.reasons-one__icon-box li span {
    font-size: 60px;
    color: var(--greenmax-primary, #fc653c)
}

.reasons-one__text {
    font-size: 20px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    margin: 0;
    line-height: 25px;
    padding-top: 8px
}

.reasons-one__text-1 {
    margin: 0;
    padding-bottom: 37px
}

.reasons-one__text-2 {
    margin: 0
}

.reasons-one__img-box {
    position: relative;
    display: block;
    margin-left: 96px;
    margin-right: -160px
}

.reasons-one-img-box-bg {
    position: absolute;
    top: -160px;
    bottom: -200px;
    left: 265px;
    right: -1000000000px;
    background-color: #f1f1f5;
    border-radius: var(--greenmax-border-radius, 10px)
}

.reasons-one-img-box-bg2 {
    position: absolute;
    top: -90px;
    bottom: -210px;
    left: 265px;
    right: -1000000000px;
    background-color: #f1f1f5;
    border-radius: var(--greenmax-border-radius, 10px)
}

.reasons-one__img-one {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--greenmax-border-radius, 10px)
}

.reasons-one__img-one img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.reasons-one__shape-1 {
    position: absolute;
    bottom: -151px;
    left: -88px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: .502;
    width: 415px;
    height: 415px
}

.reasons-one__shape-2 {
    border-radius: 50%;
    background-color: var(--greenmax-primary, #fc653c);
    position: absolute;
    right: -197px;
    bottom: -325px;
    width: 440px;
    height: 440px
}

.reasons-one__img-two {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--greenmax-border-radius, 10px)
}

.reasons-one__img-three {
    margin-top: 30px
}

.reasons-one__img-two img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.reasons-one__shape-3 {
    position: absolute;
    border-radius: 50%;
    background-color: var(--greenmax-primary, #fc653c);
    left: -270px;
    bottom: -325px;
    width: 440px;
    height: 440px
}

.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px
}

.blog-grid {
    padding-bottom: 120px
}

.blog-one .section-title {
    margin-bottom: 42px
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.blog-one__img-box {
    position: relative;
    display: block
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.blog-one__img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-one__single:hover .blog-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .5);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: var(--greenmax-base, #fff);
    -webkit-transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease, -webkit-transform .5s ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.blog-one__img>a>span {
    position: relative
}

.blog-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--greenmax-base, #fff);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-one__img>a>span::after {
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 2px;
    height: 20px;
    background-color: var(--greenmax-base, #fff);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog-one__img>a:hover>span::after,
.blog-one__img>a:hover>span::before {
    background-color: var(--greenmax-primary, #fc653c)
}

.blog-one__single:hover .blog-one__img>a {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.blog-one__date-box {
    position: absolute;
    bottom: -35px;
    right: 20px;
    background-color: #272727;
    border-radius: var(--greenmax-border-radius, 10px);
    padding: 22px 18px 16px;
    text-align: center;
    z-index: 1
}

.blog-one__date-box p {
    font-size: 10px;
    font-weight: 700;
    color: var(--greenmax-base, #fff);
    margin: 0;
    line-height: 14px
}

.blog-one__date-box p span {
    font-size: 16px;
    display: block
}

.blog-one__content {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .02);
    padding: 20px 38px 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.blog-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.blog-one__meta li+li {
    margin-left: 15px
}

.blog-one__meta li a {
    font-size: 14px;
    color: var(--greenmax-gray, #717178);
    font-weight: 700;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-one__meta li a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.blog-one__meta li a i {
    color: var(--greenmax-primary, #fc653c)
}

.blog-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 2px;
    margin-bottom: 21px;
    padding-right: 50px;
}

.blog-one__title a {
    color: var(--greenmax-black, #1e1e22);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-one__title a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.blog-one__text {
    margin: 0
}

.blog-one__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid var(--greenmax-extra, #e4e4ea);
    margin-top: 30px;
    padding-top: 8px
}

.blog-one__read-btn>a {
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-one__read-btn>a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.blog-one__arrow>a {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-one__arrow>a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.cta-one {
    position: relative;
    display: block;
    padding: 110px 0 120px;
    z-index: 1
}

.cta-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1
}

.cta-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .85);
    z-index: -1
}

.cta-one__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2
}

.cta-one__tagline {
    font-weight: 700;
    color: var(--greenmax-base, #fff);
    opacity: .7;
    margin: 0
}

.cta-one__title {
    font-size: 50px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    line-height: 60px;
    margin-top: 21px;
    margin-bottom: 29px
}

.site-footer {
    position: relative;
    display: block
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: var(--greenmax-black, #1e1e22);
    padding: 118px 0 95px;
    z-index: 1
}

.site-footer-top-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .02;
    z-index: -1
}

.footer-widget__title {
    font-size: 18px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 29px
}

.footer-widget__about-logo {
    position: relative;
    display: block;
    margin-bottom: 29px
}

.footer-widget__about-logo img {
    width: 121px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer-widget__about-text {
    font-size: 16px;
    color: #9e9ea7;
    margin: 0;
    line-height: 32px
}

.footer-widget__about-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(var(--greenmax-base-rgb, 255, 255, 255), .1);
    margin-top: 23px;
    padding-top: 30px
}

.footer-widget__about-social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #9e9ea7;
    border-radius: 50%;
    font-size: 14px;
    height: 43px;
    width: 43px;
    background-color: #17171a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-widget__about-social-list a+a {
    margin-left: 10px
}

.footer-widget__about-social-list a:hover {
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff)
}

.footer-widget__explore-list li+li {
    margin-top: 3px
}

.footer-widget__explore-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #9e9ea7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-widget__explore-list li a:hover {
    padding-left: 15px;
    color: var(--greenmax-base, #fff)
}

.footer-widget__explore-list li a:before {
    position: absolute;
    top: 45%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: var(--greenmax-primary, #fc653c);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-widget__explore-list li a:hover:before {
    opacity: 1
}

.footer-widget__contact {
    position: relative;
    display: flex;
    margin-right: 65px
}

.footer-widget__contact .footer-widget__title {
    margin-bottom: 34px
}

.footer-widget__contact-text {
    font-size: 16px;
    margin: 0;
    color: #9e9ea7;
    line-height: 30px;
    padding-bottom: 27px
}

.footer-widget__contact-info p {
    margin: 0;
    line-height: 31px
}

.footer-widget__contact-phone {
    font-size: 18px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-widget__contact-phone:hover {
    color: var(--greenmax-primary, #fc653c)
}

.footer-widget__contact-mail {
    font-size: 16px;
    color: var(--greenmax-primary, #fc653c);
    font-weight: 400;
    position: relative;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-widget__contact-mail:hover {
    color: var(--greenmax-base, #fff)
}

.footer-widget__contact-mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--greenmax-primary, #fc653c);
    content: "";
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-widget__contact-mail:hover:before {
    background-color: var(--greenmax-base, #fff)
}

.footer-widget__newsletter {
    position: relative;
    display: block;
    background-color: #17171a;
    border-radius: var(--greenmax-border-radius, 10px);
    padding: 45px 50px 41px;
    margin-left: -30px
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
    margin-top: -17px
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block
}

.footer-widget__newsletter-input-box:before {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    content: "";
    height: 5px;
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), .1);
    border-radius: 5px
}

.footer-widget__newsletter-input-box input[type=email] {
    font-size: 16px;
    color: #9e9ea7;
    height: 70px;
    width: 100%;
    background: 0 0;
    border: none;
    border-radius: 0;
    padding-right: 60px;
    outline: 0
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 0;
    height: 70px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: 0 0;
    border: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0
}

.footer-widget__newsletter-btn i {
    font-size: 15px;
    color: var(--greenmax-base, #fff)
}

.footer-widget__newsletter-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.footer-widget__newsletter-bottom-icon {
    height: 18px;
    width: 18px;
    border: 1px solid #69696f;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-widget__newsletter-bottom-icon i {
    font-size: 8px;
    color: #69696f
}

.footer-widget__newsletter-bottom-text {
    margin-left: 10px
}

.footer-widget__newsletter-bottom-text p {
    font-size: 16px;
    margin: 0;
    color: #9e9ea7
}

.site-footer-bottom {
    position: relative;
    display: block;
    background-color: #17171a;
    -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, .05);
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, .05);
    padding: 32px 0
}

.site-footer-bottom__inner {
    position: relative;
    display: block;
    text-align: center
}

.site-footer-bottom__copy-right {
    font-size: 15px;
    color: #9e9ea7;
    margin: 0
}

.site-footer-bottom__copy-right a {
    color: #9e9ea7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.site-footer-bottom__copy-right a:hover {
    color: var(--greenmax-base, #fff)
}

.areas-of-practice {
    position: relative;
    display: block;
    padding: 120px 0 75px
}

.areas-of-practice__top {
    position: relative;
    display: block
}

.areas-of-practice__top-left .section-title {
    margin-bottom: 42px
}

.areas-of-practice__top-right {
    position: relative;
    display: block;
    padding-top: 20px
}

.areas-of-practice__top-right-text {
    margin: 0
}

.areas-of-practice__bottom {
    position: relative;
    display: block
}

.areas-of-practice__single {
    position: relative;
    display: block;
    border-radius: var(--greenmax-border-radius, 10px);
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    padding: 40px 40px 25px;
    margin-bottom: 30px;
    z-index: 1
}

.areas-of-practice__single:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: transparent;
    border-radius: var(--greenmax-border-radius, 10px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
}

.areas-of-practice__single:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.areas-of-practice__single:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #e9e9e9;
    content: "";
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: -1
}

.areas-of-practice__single:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.areas-of-practice__icon-box {
    position: relative;
    display: block
}

.areas-of-practice__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--greenmax-primary, #fc653c);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.areas-of-practice__single:hover .areas-of-practice__icon span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.areas-of-practice__title {
    margin-top: 15px
}

.areas-of-practice__title h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: var(--greenmax-black, #1e1e22)
}

.areas-of-practice__title h3 a {
    color: inherit;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.areas-of-practice__title h3 a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.areas-of-practice__text {
    margin: 0;
    padding-top: 11px;
    padding-bottom: 22px;
    font-size: 15px;
}

.areas-of-practice__read-more {
    font-size: 14px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.areas-of-practice__read-more i {
    margin-left: 10px;
    font-size: 20px
}

.areas-of-practice__read-more:hover {
    color: var(--greenmax-primary, #fc653c)
}

.build-business {
    position: relative;
    display: block;
    padding: 50px 0 80px
}

.build-business__left {
    position: relative;
    display: block;
    margin-right: -15px
}

.build-business__left-bg {
    position: absolute;
    top: 0;
    bottom: -90px;
    left: -10000000px;
    right: 180px;
    background-color: #f1f1f5;
    border-radius: var(--greenmax-border-radius, 10px)
}

.res {
    bottom: -170px !important
}

.build-business__img {
    position: relative;
    display: block;
    overflow: hidden
}

.build-business__img-shape-1 {
    position: absolute;
    bottom: -76px;
    left: -62px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: .502;
    width: 296px;
    height: 295px;
    z-index: 1
}

.build-business__img-shape-2 {
    position: absolute;
    bottom: -115px;
    left: 65px;
    border-radius: 50%;
    background-color: var(--greenmax-primary, #fc653c);
    width: 230px;
    height: 230px
}

.build-business__img-shape-3 {
    position: absolute;
    bottom: 55px;
    left: 65px;
    border-radius: 50%;
    background-color: var(--greenmax-primary, #fc653c);
    width: 180px;
    height: 180px
}

.build-business__img img {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.build-business__right {
    position: relative;
    display: block;
    margin-left: 70px
}

.build-business__right .section-title {
    margin-bottom: 25px
}

.build-business__right-text {
    font-size: 20px;
    font-weight: 700;
    color: var(--greenmax-primary, #fc653c);
    line-height: 36px;
    margin: 0
}

.build-business__points {
    position: relative;
    display: block;
    margin-top: 37px
}

.build-business__points-single {
    position: relative;
    display: block;
    padding-left: 90px
}

.build-business__points-single+.build-business__points-single {
    margin-top: 33px
}

.build-business__icon {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 21px;
    color: var(--greenmax-primary, #fc653c);
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.build-business__points-single:hover .build-business__icon {
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff)
}

.build-business__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 22px
}

.build-business__desc {
    font-size: 16px;
    margin: 0;
    line-height: 32px
}

.build-business__mission {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid var(--greenmax-extra, #e4e4ea);
    margin-top: 38px;
    padding-top: 48px
}

.build-business__video {
    position: relative;
    display: block
}

.build-business__video img {
    width: 158px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.build-business__video-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--greenmax-base, #fff);
    font-size: 23px;
    border: 2px solid var(--greenmax-primary, #fc653c);
    border-radius: var(--greenmax-border-radius, 10px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.build-business__video-btn:hover {
    color: var(--greenmax-primary, #fc653c)
}

.build-business__video-text {
    margin-left: 30px
}

.build-business__video-text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.web-solutions {
    position: relative;
    display: block;
    background-color: #f1f1f5;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1
}

.web-solutions-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .08;
    z-index: -1
}

.web-solutions .section-title {
    margin-bottom: 42px
}

.web-solutions__box {
    position: relative;
    display: block
}

.web-solutions__box .tab-btns {
    position: relative;
    display: block;
    z-index: 1;
    margin: 0
}

.web-solutions__box .tab-btns .tab-btn {
    position: relative;
    float: left;
    width: 390px;
    max-width: 50%;
    width: 100%;
    text-align: center
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .web-solutions__box .tab-btns .tab-btn {
        max-width: 100% !important
    }
}

.web-solutions__box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    margin: 0;
    padding: 39.5px 0;
    color: var(--greenmax-black, #1e1e22);
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

.web-solutions__box .tab-btns .tab-btn.active-btn span,
.web-solutions__box .tab-btns .tab-btn:hover span {
    color: var(--greenmax-base, #fff);
    background-color: #1d1d1d
}

.web-solutions__box .tab-btns .tab-btn:nth-child(1) span {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.web-solutions__box .tab-btns .tab-btn:nth-child(2) span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.web-solutions__box .tab-btns .tab-btn:nth-child(3) span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.web-solutions__box .tabs-content {
    position: relative;
    display: block;
    padding: 0
}

.web-solutions__box .tabs-content .tab {
    position: relative;
    padding: 0;
    display: none;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.web-solutions__box .tabs-content .tab.active-tab {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.web-solutions__content {
    position: relative;
    display: block;
    padding-top: 60px
}

.web-solutions__content-img {
    position: relative;
    display: block;
    margin-right: 70px
}

.web-solutions__content-img>img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.web-solutions__trusted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: -40px;
    border-radius: var(--greenmax-border-radius, 10px);
    background-color: #fff;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    padding: 30px 50px 30px 30px
}

.web-solutions__trusted-icon i {
    font-size: 62px;
    color: var(--greenmax-primary, #fc653c)
}

.web-solutions__trusted-text {
    margin-left: 20px
}

.web-solutions__trusted-text h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px
}

.web-solutions__trusted-text p {
    margin: 0;
    font-family: var(--greenmax-font) !important;
    line-height: 26px !important
}

.web-solutions__content-right {
    position: relative;
    display: block;
    margin-top: -9px
}

.web-solutions__content-desc {
    margin: 0
}

.web-solutions__content-list {
    position: relative;
    display: block;
    margin-top: 33px
}

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

.web-solutions__content-list li+li {
    margin-top: 11px
}

.web-solutions__content-list li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.web-solutions__content-list li .icon span {
    color: var(--greenmax-primary, #fc653c);
    font-size: 20px
}

.web-solutions__content-list li .text {
    margin-left: 12px
}

.web-solutions__content-list li .text p {
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    margin: 0
}

.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px
}

.team-one .section-title {
    margin-bottom: 42px
}

.team-one__single {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--greenmax-border-radius, 10px);
    margin-bottom: 26px
}

.team-one__img-box {
    position: relative;
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: var(--greenmax-border-radius, 10px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team-one__single:hover .team-one__img-box {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden
}

.team-one__img img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.team-one__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    border-radius: var(--greenmax-border-radius, 10px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
    position: relative;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.team-one__single:hover .team-one__social {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.team-one__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--greenmax-black, #1e1e22);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team-one__social a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.team-one__social a+a {
    margin-left: 22px
}

.team-one__member-info {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 5px
}

.team-one__member-name {
    font-size: 20px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    line-height: 30px
}

.team-one__member-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 20px
}

.watch-video {
    position: relative;
    display: block
}

.watch-video__inner {
    position: relative;
    display: block;
    z-index: 2
}

.watch-video__img {
    position: relative;
    display: block
}

.watch-video__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--greenmax-border-radius, 10px)
}

.watch-video__img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .5);
    border-radius: var(--greenmax-border-radius, 10px)
}

.watch-video__img-box>img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.watch-video-shape-1 {
    position: absolute;
    top: -7px;
    right: -300px;
    width: 454px;
    height: 454px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: .502;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.watch-video-shape-2 {
    position: absolute;
    bottom: -120px;
    right: -125px;
    border-radius: 50%;
    background-color: var(--greenmax-primary);
    width: 353px;
    height: 353px;
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.watch-video__text {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 1
}

.watch-video__text p {
    font-size: 60px;
    margin: 0;
    color: var(--greenmax-base, #fff);
    font-family: cursive
}

.watch-video__text span {
    font-family: var(--greenmax-font)
}

.watch-video__link {
    position: relative;
    display: block
}

.watch-video__icon {
    position: absolute;
    bottom: 100px;
    right: 165px;
    font-size: 18px;
    color: var(--greenmax-base, #fff);
    border-radius: 50%;
    height: 90px;
    width: 90px;
    background-color: var(--greenmax-black, #1e1e22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 5
}

.watch-video__icon:hover {
    background-color: var(--greenmax-base, #fff);
    color: var(--greenmax-primary, #fc653c)
}

.core-features {
    position: relative;
    display: block;
    background-color: var(--greenmax-black, #1e1e22);
    padding: 255px 0 120px;
    margin-top: -135px
}

.core-features-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .02
}

.core-features__left {
    position: relative;
    display: block;
    margin-right: 55px
}

.core-features__left .section-title {
    margin-bottom: 32px
}

.core-features__left .section-title__tagline {
    color: #9e9ea7
}

.core-features__left .section-title__title {
    color: var(--greenmax-base, #fff)
}

.core-features__left-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.core-features__left-bottom-img>img {
    width: 170px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.core-features__left-bottom-text {
    margin-left: 0
}

.core-features__left-bottom-text p {
    color: #9e9ea7;
    margin: 0
}

.core-features__promicess {
    position: relative;
    display: block;
    margin-left: 0;
    z-index: 2
}

.core-features__promicess-list {
    position: relative;
    display: block;
    z-index: 2
}

.core-features__promicess-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: var(--greenmax-border-radius, 10px);
    z-index: 1;
    padding: 20px 30px
}

.core-features__promicess-list li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), .08);
    border-radius: var(--greenmax-border-radius, 10px);
    z-index: -1
}

.core-features__promicess-list li+li {
    margin-top: 10px
}

.core-features__promicess-list li .icon {
    height: 50px;
    width: 50px;
    background-color: var(--greenmax-base, #fff);
    border-radius: 50px;
    color: var(--greenmax-primary, #fc653c);
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.core-features__promicess-list li:hover .icon {
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff)
}

.core-features__promicess-list li .text p {
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    margin: 0
}

.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 60px
}

.blog-two__left {
    position: relative;
    display: block
}

.blog-two__text {
    margin: 0
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .blog-two__left h2 {
        font-size: 37px !important;
    }

    .blog-two__left p {
        font-size: 17px !important;
    }

    .blog-two {
        position: relative;
        display: block;
        padding: 120px 0 150px !important;
    }
}

.blog-two__right {
    position: relative;
    display: block;
    padding-top: 30px
}

.blog-two__right-bg {
    position: absolute;
    top: 0;
    left: 200px;
    right: -100000px;
    bottom: 0;
    background-color: #f1f1f5;
    display: none
}

.blog-two__right {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:1845px) {
    .blog-two__right {
        position: absolute;
        top: 0;
        right: 10px
    }
}

.blog-two__carousel .blog-one__single {
    margin-bottom: 0
}

.blog-two__carousel .owl-stage-outer {
    overflow: visible
}

.blog-two__carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-two__carousel .owl-item.active {
    opacity: 1;
    visibility: visible
}

.blog-two__carousel.owl-theme .owl-nav {
    margin-top: 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:1200px) {
    .blog-two__carousel.owl-theme .owl-nav {
        display: none
    }
}

.blog-two__carousel__custom-nav .left-btn {
    margin-right: 10px
}

.blog-two__carousel.owl-theme .owl-nav .owl-next,
.blog-two__carousel.owl-theme .owl-nav .owl-prev,
.blog-two__carousel__custom-nav .left-btn,
.blog-two__carousel__custom-nav .right-btn {
    height: 50px;
    width: 50px;
    background: var(--greenmax-black, #1e1e22);
    border-radius: 50%;
    color: var(--greenmax-base, #fff);
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-two__carousel__custom-nav .left-btn,
.blog-two__carousel__custom-nav .right-btn {
    width: 63px;
    height: 63px;
    line-height: 1em;
    font-size: 20px
}

.blog-two__carousel.owl-theme .owl-nav .owl-next span,
.blog-two__carousel.owl-theme .owl-nav .owl-prev span,
.blog-two__carousel__custom-nav .left-btn span,
.blog-two__carousel__custom-nav .right-btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-two__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-prev:hover,
.blog-two__carousel__custom-nav .left-btn:hover,
.blog-two__carousel__custom-nav .right-btn:hover {
    color: var(--greenmax-base, #fff);
    background-color: var(--greenmax-primary, #fc653c)
}

.blog-two__carousel__custom-nav {
    position: relative;
    z-index: 10;
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1200px) {
    .blog-two__carousel__custom-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1200px) {
    .blog-two__left {
        position: relative;
        margin-bottom: 20px
    }

    .blog-two__left .section-title,
    .blog-two__text {
        max-width: 650px
    }
}

@media (min-width:1845px) {
    .blog-two__right {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .blog-two__right-bg {
        display: block
    }

    .blog-two__left {
        margin-bottom: 0;
        padding-top: 0px;
        padding-bottom: 82.5px;
        max-width: 370px;
        position: relative;
        z-index: 20;
        background-color: #fff
    }

    .blog-two__left .section-title,
    .blog-two__text {
        max-width: 370px
    }

    .blog-two__carousel__custom-nav {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-top: 50px
    }
}

.brand-two {
    border-bottom: none;
    border-top: 1px solid var(--greenmax-extra, #e4e4ea)
}

.google-map {
    position: relative;
    display: block;
    z-index: 1
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 495px;
    width: 100%
}

.get-in-touch {
    position: relative;
    display: block;
    padding: 120px 0
}

.get-in-touch__img {
    position: relative;
    display: block;
    margin-right: 70px;
    z-index: 5
}

.get-in-touch__img-shapes {
    position: absolute;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.get-in-touch__img-shape-1 {
    position: absolute;
    top: 50%;
    left: -60px;
    border-radius: 50%;
    background-color: var(--greenmax-primary, #fc653c);
    width: 164px;
    height: 164px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.get-in-touch__img-shape-2 {
    position: absolute;
    top: 50%;
    left: -150px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background-color: #f1f1f5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -2
}

.get-in-touch__img img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.get-in-touch__right .section-title {
    margin-bottom: 22px
}

.get-in-touch__locations-text {
    margin: 0
}

.get-in-touch__locatins-count {
    font-size: 40px;
    font-weight: 400;
    font-family: var(--greenmax-font) !important;
    margin-top: 56px;
    margin-bottom: 4px;
    line-height: 50px !important
}

.get-in-touch__locatins-count-text {
    font-size: 18px;
    color: var(--greenmax-primary, #fc653c);
    font-weight: 700
}

.get-in-touch__locations-right {
    position: relative;
    display: block;
    margin-top: 10px
}

.get-in-touch__locations-single {
    position: relative;
    display: block;
    background-color: #f1f1f5;
    border-radius: var(--greenmax-border-radius, 10px);
    padding: 50px 48px 75px
}

.get-in-touch__locations-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.get-in-touch__locations-icon {
    font-size: 62px;
    color: var(--greenmax-primary, #fc653c)
}

.get-in-touch__locations-title {
    margin-left: 20px;
    position: relative;
    top: 10px
}

.get-in-touch__locations-title h4 {
    font-size: 20px;
    font-weight: 700
}

.get-in-touch__locations-bottom {
    position: relative;
    display: block;
    margin-top: 20px
}

.get-in-touch__locations-bottom-tagline {
    font-size: 16px;
    margin: 0;
    margin-bottom: 3px
}

.get-in-touch__locations-mail {
    font-size: 16px;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.get-in-touch__locations-mail:hover {
    color: var(--greenmax-primary, #fc653c)
}

.get-in-touch__locations-phone {
    font-size: 16px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.get-in-touch__locations-phone:hover {
    color: var(--greenmax-primary, #fc653c)
}

.get-in-touch__locations-carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 25px;
    right: 50px;
    margin: 0 !important;
    text-align: inherit
}

.get-in-touch__locations-carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .2);
    margin: 0 3px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.get-in-touch__locations-carousel.owl-carousel .owl-dot.active {
    border: 2px solid var(--greenmax-primary, #fc653c);
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), 0)
}

.get-in-touch__locations-carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.get-in-touch__locations-carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.cta-two {
    position: relative;
    display: block;
    background-color: var(--greenmax-primary, #fc653c);
    padding: 60px 0;
    overflow: hidden
}

.cta-two-shape-1 {
    position: absolute;
    top: -142px;
    left: 70px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: .502;
    width: 372px;
    height: 372px
}

.cta-two-shape-2 {
    position: absolute;
    top: -30px;
    right: -70px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .102;
    width: 569px;
    height: 569px
}

.cta-two__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2
}

.cta-two__title h2 {
    font-size: 46px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    line-height: 56px
}

.cta-two__btn {
    background-color: var(--greenmax-black, #1e1e22)
}

.portfolio-two {
    position: relative;
    display: block;
    padding: 0 0 30px
}

.portfolio-two .section-title {
    margin-bottom: 42px
}

.portfolio-two__carousel {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%
}

.portfolio-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0
}

.page-header {
    position: relative;
    display: block;
    padding: 206px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden
}

.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: linear-gradient(173deg, rgba(32, 32, 32, 0.59) 0%, rgba(255, 255, 255, 0) 40%);
    z-index: 1
}

.page-header-shape-1 {
    position: absolute;
    top: -77px;
    right: -236px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: .502;
    width: 750px;
    height: 750px;
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.page-header-shape-2 {
    position: absolute;
    bottom: -271px;
    right: -343px;
    border-radius: 50%;
    background-color: var(--greenmax-primary);
    width: 543px;
    height: 543px;
    z-index: 2;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.page-header__inner {
    position: relative;
    display: block;
    /* text-align: center; */
    z-index: 3
}

.thm-breadcrumb {
    padding-top: 3px
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--greenmax-base, #fff);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.thm-breadcrumb li+li {
    margin-left: 8px
}

.thm-breadcrumb li a {
    color: var(--greenmax-base, #fff);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.thm-breadcrumb li:hover a {
    color: var(--greenmax-primary, #fc653c)
}

.page-header__inner h2 {
    font-size: 60px;
    color: var(--greenmax-base, #fff);
    line-height: 71px;
    font-weight: 700
}

.core-features-two {
    padding-top: 120px;
    margin-top: 0
}

.testimonial-two {
    padding-bottom: 113px
}

.service-details {
    position: relative;
    display: block;
    padding: 120px 0
}

.service-details__left {
    position: relative;
    display: block
}

.service-details__img {
    position: relative;
    display: block;
    margin-bottom: 29px
}

.service-details__img img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.service-details__icon-box {
    margin-bottom: 14px
}

.service-details__icon-box span {
    font-size: 65px;
    color: var(--greenmax-black, #1e1e22)
}

.service-details__title {
    font-size: 24px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px
}

.service-details__text-1 {
    margin: 0;
    padding-bottom: 40px
}

.service-details__text-2 {
    margin: 0
}

.service-details__list {
    position: relative;
    display: block;
    margin-top: 45px;
    margin-bottom: 45px
}

.service-details__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-details__list li+li {
    margin-top: 14px
}

.service-details__list li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-details__list li .icon span {
    font-size: 20px;
    color: var(--greenmax-primary, #fc653c)
}

.service-details__list li .text {
    margin-left: 12px
}

.service-details__list li .text h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px
}

.service-details__text-3 {
    margin: 0
}

.service-details__faq {
    margin-top: 50px
}

.service-details__sidebar {
    position: relative;
    display: block
}

.service-details__sidebar-category {
    position: relative;
    display: block;
    background-color: #f1f1f5;
    padding: 45px 30px 40px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.service-details__sidebar-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 20px;
    margin-bottom: 18px
}

.service-details__sidebar-category-list li+li {
    margin-top: 6px
}

.service-details__sidebar-category-list li a {
    color: var(--greenmax-gray, #717178);
    font-size: 16px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    background: 0 0;
    padding: 2px 20px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.service-details__sidebar-category-list li a:hover,
.service-details__sidebar-category-list li.current a {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    color: var(--greenmax-black, #1e1e22);
    text-shadow: 0 0 1px currentColor
}

.service-details__sidebar-category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--greenmax-gray, #717178);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    opacity: 1;
    text-shadow: 0 0 0 currentColor
}

.service-details__sidebar-category-list li a:hover span {
    color: var(--greenmax-primary, #fc653c)
}

.service-details__need-help {
    position: relative;
    display: block;
    border-radius: var(--greenmax-border-radius, 10px);
    padding: 45px 50px 50px;
    margin-top: 30px
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--greenmax-border-radius, 10px);
    z-index: -1
}

.service-details__need-help-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .9);
    border-radius: var(--greenmax-border-radius, 10px);
    z-index: -1
}

.service-details__need-help-title {
    font-size: 20px;
    color: var(--greenmax-base, #fff);
    font-weight: 700;
    line-height: 30px
}

.service-details__need-help-text {
    color: #9e9ea7;
    margin: 0;
    padding-top: 36px;
    padding-bottom: 26px
}

.service-details__need-help-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-details__need-help-phone-icon {
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: var(--greenmax-base, #fff);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.service-details__need-help-phone-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--greenmax-base-rgb, 255, 255, 255), .1);
    border-radius: 50%
}

.service-details__need-help-phone:hover .service-details__need-help-phone-icon {
    color: var(--greenmax-primary, #fc653c);
    background-color: var(--greenmax-base, #fff)
}

.service-details__need-help-phone-number {
    margin-left: 20px
}

.service-details__need-help-phone-number h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.service-details__need-help-phone-number h4 a {
    color: var(--greenmax-base, #fff);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.service-details__need-help-phone:hover .service-details__need-help-phone-number h4 a {
    color: var(--greenmax-primary, #fc653c)
}

.blog-sidebar {
    position: relative;
    display: block;
    padding: 120px 0
}

@media (min-width:992px) {
    .blog-sidebar--left .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.blog-sidebar__left {
    position: relative;
    display: block
}

.blog-sidebar__content {
    position: relative;
    display: block
}

.blog-sidebar__content-single {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.blog-sidebar__content-img {
    position: relative;
    display: block
}

.blog-sidebar__content-img img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.blog-sidebar__date-box {
    position: absolute;
    bottom: -35px;
    right: 20px;
    background-color: var(--greenmax-primary, #fc653c);
    border-radius: var(--greenmax-border-radius, 10px);
    padding: 22px 18px 16px;
    text-align: center;
    z-index: 1
}

.blog-sidebar__date-box p {
    font-size: 10px;
    font-weight: 700;
    color: var(--greenmax-base, #fff);
    margin: 0;
    line-height: 14px
}

.blog-sidebar__date-box p span {
    font-size: 16px;
    display: block
}

.blog-sidebar__video-btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 107px;
    height: 107px;
    text-align: center;
    font-size: 27px;
    color: var(--greenmax-base, #fff);
    background-color: var(--greenmax-primary, #fc653c);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-sidebar__video-btn:hover {
    color: var(--greenmax-primary, #fc653c);
    background-color: var(--greenmax-base, #fff)
}

.blog-sidebar__video-btn-small {
    width: 87px !important;
    height: 87px !important
}

.blog-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 20px
}

.blog-sidebar__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.blog-sidebar__meta li+li {
    margin-left: 15px
}

.blog-sidebar__meta li a {
    font-size: 14px;
    color: var(--greenmax-gray, #717178);
    font-weight: 700;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-sidebar__meta li a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.blog-sidebar__meta li a i {
    color: var(--greenmax-primary, #fc653c)
}

.blog-sidebar__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 38px
}

.blog-sidebar__title a {
    color: var(--greenmax-black, #1e1e22);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-sidebar__title a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.blog-sidebar__text {
    margin: 0
}

.blog-sidebar__read-more-btn {
    position: relative;
    display: block;
    margin-top: 15px
}

.blog-sidebar__read-more-btn a {
    font-size: 14px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-sidebar__read-more-btn a span {
    font-size: 20px;
    padding-left: 10px
}

.blog-sidebar__read-more-btn a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.blog-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: #f1f1f5;
    padding: 60px 60px 50px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.blog-sidebar__bottom-box-icon {
    margin-bottom: 19px
}

.blog-sidebar__bottom-box-icon>img {
    width: 59px
}

.blog-sidebar__bottom-box-text {
    font-weight: 700;
    margin: 0
}

.blog-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: #f1f1f5;
    padding: 60px 60px 54px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.blog-single__delivering-services-icon>img {
    width: 37px
}

.blog-sidebar__delivering-services-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 30px
}

.blog-sidebar__delivering-services-title a {
    color: var(--greenmax-black, #1e1e22)
}

.blog-sidebar__load-more-btn {
    text-transform: inherit
}

@media (max-width:991px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 33px
}

.sidebar__search {
    position: relative;
    display: block
}

.sidebar__search-form {
    position: relative
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: 0;
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff);
    font-size: 16px;
    font-weight: 700;
    padding-left: 50px;
    height: 84px;
    border-radius: var(--greenmax-border-radius, 10px);
    width: 100%;
    padding-right: 80px
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--greenmax-base, #fff);
    opacity: 1
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--greenmax-base, #fff);
    opacity: 1
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--greenmax-base, #fff);
    opacity: 1
}

.sidebar__search-form ::placeholder {
    color: var(--greenmax-base, #fff);
    opacity: 1
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--greenmax-base, #fff)
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--greenmax-base, #fff)
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: var(--greenmax-base, #fff);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 60px;
    outline: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 48px 50px 50px;
    background-color: #f1f1f5;
    border-radius: var(--greenmax-border-radius, 10px)
}

.sidebar__post-list {
    margin: 0
}

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

.sidebar__post-list li+li {
    margin-top: 30px
}

.sidebar__post-image {
    margin-right: 20px
}

.sidebar__post-image>img {
    width: 62px;
    border-radius: 50%
}

.sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 28px
}

.sidebar__post-content h3 a {
    color: var(--greenmax-gray, #717178);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar__post-list li:hover .sidebar__post-content h3 a {
    color: var(--greenmax-black, #1e1e22);
    text-shadow: 0 0 1px currentColor
}

.sidebar__category {
    position: relative;
    display: block;
    background: #f1f1f5;
    padding: 48px 30px 39px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 21px
}

.sidebar__category-list {
    margin: 0
}

.sidebar__category-list li+li {
    margin-top: 6px
}

.sidebar__category-list li a {
    color: var(--greenmax-gray, #717178);
    font-size: 16px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    background: 0 0;
    padding: 2px 20px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.sidebar__category-list li a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    color: var(--greenmax-black, #1e1e22);
    border-radius: var(--greenmax-border-radius, 10px);
    text-shadow: 0 0 1px currentColor
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--greenmax-gray, #717178);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px
}

.sidebar__category-list li a:hover span {
    color: var(--greenmax-primary, #fc653c)
}

.sidebar__tags {
    position: relative;
    display: block;
    background: #f1f1f5;
    padding: 47px 45px 50px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.sidebar__tags .sidebar__title {
    margin-left: 5px
}

.sidebar__tags-list {
    margin-top: -10px
}

.sidebar__tags-list a {
    font-size: 14px;
    color: var(--greenmax-gray, #717178);
    font-weight: 700;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: var(--greenmax-base, #fff);
    display: inline-block;
    padding: 4px 20px;
    margin-left: 5px;
    border-radius: 33px
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px
}

.sidebar__tags-list a:hover {
    color: var(--greenmax-base, #fff);
    background: var(--greenmax-primary, #fc653c)
}

.sidebar__comments {
    position: relative;
    display: block;
    background-color: #f1f1f5;
    padding: 47px 48px 43px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.sidebar__comments-list {
    position: relative;
    display: block
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px
}

.sidebar__comments-list li+li {
    margin-top: 23px
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--greenmax-base, #fff);
    border-radius: 50%;
    font-size: 15px;
    color: var(--greenmax-gray, #717178);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar__comments-icon:hover {
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff)
}

.sidebar__comments-text-box p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-weight: 700
}

.sidebar__comments-text-box h5 {
    font-size: 16px;
    color: var(--greenmax-black, #1e1e22);
    line-height: 26px;
    font-weight: 700
}

.blog-details {
    position: relative;
    display: block;
    padding: 120px 0
}

.blgo-details__left {
    position: relative;
    display: block
}

.blog-details__img {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.blog-details__img img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.blog-details__date-box {
    position: absolute;
    bottom: -35px;
    right: 20px;
    background-color: var(--greenmax-primary, #fc653c);
    border-radius: var(--greenmax-border-radius, 10px);
    padding: 22px 18px 16px;
    text-align: center;
    z-index: 1
}

.blog-details__date-box p {
    font-size: 10px;
    font-weight: 700;
    color: var(--greenmax-base, #fff);
    margin: 0;
    line-height: 14px
}

.blog-details__date-box p span {
    font-size: 16px;
    display: block
}

.blog-details__content {
    position: relative;
    display: block
}

.blog-details__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.blog-details__meta li+li {
    margin-left: 15px
}

.blog-details__meta li a {
    font-size: 14px;
    color: var(--greenmax-gray, #717178);
    font-weight: 700;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-details__meta li a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.blog-details__meta li a i {
    color: var(--greenmax-primary, #fc653c)
}

.blog-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 38px
}

.blog-details__text-1 {
    margin: 0;
    padding-bottom: 37px
}

.blog-details__text-2 {
    margin: 0;
    padding-bottom: 37px
}

.blog-details__text-3 {
    margin: 0
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid var(--greenmax-extra, #e4e4ea);
    padding: 30px 0;
    margin-top: 51px
}

.blog-details__bottom p {
    margin: 0
}

.blog-details__social-list span,
.blog-details__tags span {
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px
}

.blog-details__tags a {
    position: relative;
    color: var(--greenmax-gray, #717178);
    font-size: 14px;
    font-weight: 700;
    background-color: #f1f1f5;
    display: inline-block;
    padding: 4px 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 33px
}

.blog-details__tags a:hover {
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff)
}

.blog-details__tags a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52px;
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .1);
    content: "";
    border-radius: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-details__tags a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog-details__tags a+a {
    margin-left: 5px
}

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

.blog-details__social-list span {
    margin-right: 15px;
    position: relative;
    top: 2px
}

.blog-details__social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--greenmax-gray, #717178);
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-details__social-list a+a {
    margin-left: 30px
}

.blog-details__social-list a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.blgo-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 57px
}

.blog-details__pagenation {
    position: relative;
    display: block
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    border-radius: var(--greenmax-border-radius, 10px);
    font-size: 20px;
    color: var(--greenmax-black, #1e1e22);
    background-color: #f1f1f5;
    font-weight: 700;
    line-height: 35px;
    padding: 51px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px
}

.blog-details__pagenation li+li {
    margin-left: 30px
}

.blog-details__pagenation li a {
    color: inherit;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-details__pagenation li:hover {
    background-color: var(--greenmax-primary, #fc653c);
    color: var(--greenmax-base, #fff)
}

.blog-details__pagenation li:hover a {
    color: var(--greenmax-base, #fff)
}

.comment-form__title,
.comment-one__title {
    margin: 0;
    color: var(--greenmax-black, #1e1e22);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 51px
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--greenmax-extra, #e4e4ea);
    padding-bottom: 60px;
    margin-bottom: 58px
}

.comment-one__content {
    position: relative;
    margin-left: 45px
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    margin-bottom: 30px
}

.comment-one__content p {
    margin: 0
}

.comment-one__btn {
    position: relative;
    font-size: 14px;
    color: var(--greenmax-base, #fff);
    padding: 4px 30px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0
}

.comment-one__btn::before {
    width: 55px
}

.comment-one__image img {
    border-radius: 50%
}

.comment-form .comment-form__title {
    margin-top: -1px
}

.comment-one__form .row {
    --bs-gutter-x: 20px
}

.comment-form__input-box {
    position: relative;
    display: block
}

.comment-form__input-box input[type=email],
.comment-form__input-box input[type=text] {
    height: 65px;
    width: 100%;
    border: none;
    background: #f1f1f5;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 30px;
    outline: 0;
    font-size: 14px;
    color: var(--greenmax-gray, #717178);
    display: block
}

.comment-form__input-box textarea {
    font-size: 14px;
    color: var(--greenmax-gray, #717178);
    height: 170px;
    width: 100%;
    background: #f1f1f5;
    padding: 20px 30px 30px;
    border: none;
    border-radius: 0;
    outline: 0;
    margin-bottom: 10px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.comment-form__btn:hover {
    background: var(--greenmax-black, #1e1e22);
    color: var(--greenmax-base, #fff)
}

.contact-page__form--one-page .comment-one__form textarea {
    height: 218px
}

.portfolio-page {
    position: relative;
    display: block;
    padding: 111px 0 120px
}

.portfolio-filter.style1 {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 50px
}

.portfolio-filter.style1 li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-filter.style1 li .filter-text {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: var(--greenmax-gray, #717178);
    font-size: 18px;
    font-weight: 500;
    display: block;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.portfolio-filter.style1 li .filter-text:before {
    position: absolute;
    top: 45%;
    left: 0;
    content: "";
    background: var(--greenmax-primary, #fc653c);
    height: 6px;
    width: 6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0)
}

.portfolio-filter.style1 li .filter-text:hover:before,
.portfolio-filter.style1 li.active .filter-text:before {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.portfolio-filter.style1 li.active .filter-text,
.portfolio-filter.style1 li:hover .filter-text {
    color: var(--greenmax-black, #1e1e22);
    text-shadow: 0 0 1px currentColor
}

.portfolio-filter.style1 li .count {
    color: var(--greenmax-black, #1e1e22);
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    padding: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    top: -4px
}

.portfolio-filter.style1 li.active .count,
.portfolio-filter.style1 li:hover .count {
    opacity: 1
}

.portfolio-filter.style1 li+li {
    margin-left: 4px
}

.portfolio-page .portfolio-one__single {
    margin-bottom: 30px
}

.portfolio-page__btn-box {
    margin-top: 30px
}

.portfolio-detail {
    position: relative;
    display: block;
    padding: 120px 0
}

.portfolio-detail__left {
    position: relative;
    display: block
}

.portfolio-detail__img-box {
    position: relative;
    display: block
}

.portfolio-detail__img {
    position: relative;
    display: block
}

.portfolio-detail__img+.portfolio-detail__img {
    margin-top: 30px
}

.portfolio-detail__img img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.portfolio-detail__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: -5px
}

.portfolio-detail__text {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px
}

.portfolio-detail__info-single {
    position: relative;
    display: block
}

.portfolio-detail__info-single+.portfolio-detail__info-single {
    margin-top: 8px
}

.portfolio-detail__info-client {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px
}

.portfolio-detail__info-name {
    margin: 0;
    color: var(--greenmax-primary, #fc653c)
}

.portfolio-detail__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.portfolio-detail__social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--greenmax-black, #1e1e22);
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-detail__social-list a+a {
    margin-left: 30px
}

.portfolio-detail__social-list a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.portfolio-detail__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--greenmax-extra, #e4e4ea);
    border-bottom: 1px solid var(--greenmax-extra, #e4e4ea);
    padding: 48px 0;
    margin-top: 120px
}

.portfolio-detail__pagination li {
    display: inline-block
}

.portfolio-detail__pagination li.next {
    float: left;
    position: relative
}

.portfolio-detail__pagination li a {
    font-size: 18px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-detail__pagination li a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.portfolio-detail__pagination li.next i {
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 20px
}

.portfolio-detail__pagination li.previous {
    position: relative;
    float: right
}

.portfolio-detail__pagination li.previous i {
    margin-left: 10px;
    font-size: 20px
}

.similar-work {
    position: relative;
    display: block;
    padding: 0 0 120px
}

.similar-work .section-title {
    margin-bottom: 42px
}

.similar-work .portfolio-one__single {
    margin-bottom: 30px
}

#similar-work-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    background-color: #fff
}

#similar-work-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(var(--greenmax-black-rgb, 30, 30, 34), .2);
    border: 2px solid;
    border-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    margin: 0;
    display: block
}

#similar-work-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 6px
}

#similar-work-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: var(--greenmax-primary, #fc653c)
}

.portfolio-fullwidth {
    position: relative;
    display: block;
    padding: 120px 0
}

.portfolio-fullwidth__img-box {
    position: relative;
    display: block
}

.portfolio-fullwidth__img-box img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.portfolio-fullwidth__details-box {
    border-radius: var(--greenmax-border-radius, 10px);
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    padding: 38px 60px 30px;
    position: absolute;
    bottom: -60px;
    left: 40px;
    right: 40px;
    z-index: 3
}

.portfolio-fullwidth__details-info li {
    position: relative;
    display: inline-block;
    z-index: 2
}

.portfolio-fullwidth__details-info li:before {
    position: absolute;
    top: 0;
    bottom: 10px;
    left: -67px;
    content: "";
    width: 1px;
    background-color: var(--greenmax-extra, #e4e4ea)
}

.portfolio-fullwidth__details-info li:nth-child(1):before {
    display: none
}

.portfolio-fullwidth__details-info li:nth-child(4) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1
}

.portfolio-fullwidth__details-info li:nth-child(4):before {
    display: none
}

.portfolio-fullwidth__details-info li+li {
    margin-left: 136px
}

.portfolio-fullwidth__client {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px
}

.portfolio-fullwidth__name {
    color: var(--greenmax-primary, #fc653c);
    margin: 0
}

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

.portfolio-fullwidth__social-list:before {
    position: absolute;
    top: -19px;
    bottom: -18px;
    left: -67px;
    content: "";
    width: 1px;
    background-color: var(--greenmax-extra, #e4e4ea)
}

.portfolio-fullwidth__social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--greenmax-black, #1e1e22);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-fullwidth__social-list a+a {
    margin-left: 30px
}

.portfolio-fullwidth__social-list a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.portfolio-fullwidth__content {
    position: relative;
    display: block;
    margin-top: 85px
}

.portfolio-fullwidth__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 38px
}

.portfolio-fullwidth__text-1 {
    margin: 0;
    padding-bottom: 37px
}

.portfolio-fullwidth__text-2 {
    margin: 0
}

.portfolio-fullwidth__pagination-box {
    margin-top: 106px
}

.reasons {
    position: relative;
    display: block;
    padding: 120px 0 60px
}

.reasons__left {
    position: relative;
    display: block;
    margin-right: 70px
}

.reasons__img {
    position: relative;
    display: block
}

.reasons__img img {
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.reasons__right .section-title {
    margin-bottom: 23px
}

.reasons__text {
    margin: 0
}

.reasons__list {
    position: relative;
    display: block;
    margin-top: 40px
}

.reasons__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reasons__list li+li {
    margin-top: 9px
}

.reasons__list li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reasons__list li .icon span {
    font-size: 20px;
    color: var(--greenmax-primary, #fc653c)
}

.reasons__list li .text {
    margin-left: 15px
}

.reasons__list li .text p {
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    margin: 0
}

.reasons__btn {
    margin-top: 50px
}

.video-two {
    margin-top: 0;
    padding-top: 120px
}

.faqs-page {
    position: relative;
    display: block;
    background-color: #f1f1f5c4;
    padding: 120px 0;
    z-index: 1
}

.faqs-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .08;
    z-index: -1
}

.faqs-contact {
    position: relative;
    display: block;
    padding: 120px 0
}

.faqs-contact .container {
    max-width: 768px;
    width: 100%
}

.faqs-contact .section-title {
    margin-bottom: 42px
}

.faqs-contact__btn {
    display: block;
    margin: 0 auto;
    text-transform: inherit
}

.error-page {
    position: relative;
    display: block;
    padding: 76px 0 120px
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center
}

.error-page__title {
    font-size: 350px;
    font-weight: 300;
    line-height: 350px;
    color: var(--greenmax-base, #fff);
    -webkit-text-stroke: 2px var(--greenmax-primary, #fc653c)
}

.error-page__tagline {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 7px;
    margin-top: 3px
}

.error-page__text {
    font-size: 20px;
    font-weight: 400;
    margin: 0
}

.error-page__form {
    position: relative;
    display: block;
    max-width: 725px;
    width: 100%;
    margin: 54px auto 20px
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto
}

.error-page__form input[type=search] {
    height: 65px;
    width: 100%;
    border: none;
    outline: 0;
    background-color: #f1f1f5;
    font-size: 14px;
    color: var(--greenmax-gray, #717178);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 33px
}

.error-page__form button[type=submit] {
    background-color: transparent;
    color: var(--greenmax-black, #1e1e22);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    width: 50px;
    outline: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error-page__btn:hover {
    background-color: var(--greenmax-black, #1e1e22);
    color: var(--greenmax-base, #fff)
}

.contact-page {
    position: relative;
    display: block;
    padding: 120px 0
}

.contact-page .container {
    max-width: 768px;
    width: 100%
}

.contact-page .section-title {
    margin-bottom: 42px
}

.contact-page-google-map {
    position: relative;
    display: block
}

.contact-page-google-map__box {
    position: relative;
    display: block;
    border: none;
    height: 495px;
    width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

.brand-three {
    border-top: none;
    padding-top: 0
}

.brand-border-top {
    padding-top: 118px;
    border-top: 1px solid var(--greenmax-extra, #e4e4ea)
}

.main-menu__list .new-tag {
    font-size: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 30px;
    margin-left: auto
}

.brand-one__border-top {
    border-top: 1px solid var(--greenmax-primary, #fc653c)
}

@media (min-width:1200px) {
    .brand-one__border-top {
        margin-left: 30px;
        margin-right: 30px
    }
}

@media (min-width:1400px) {
    .brand-one__border-top {
        margin-left: 60px;
        margin-right: 60px
    }
}

.brand-one__border-bottom {
    border-bottom: 1px solid var(--greenmax-primary, #fc653c)
}

@media (min-width:bottom) {
    .brand-one__border-top {
        margin-left: 30px;
        margin-right: 30px
    }
}

@media (min-width:1400px) {
    .brand-one__border-bottom {
        margin-left: 60px;
        margin-right: 60px
    }
}

.cta-three {
    padding-top: 110px;
    padding-bottom: 50px
}

.cta-three .container {
    text-align: center
}

.cta-three__title {
    margin: 0;
    font-size: 35px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    line-height: 1.2em;
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    margin-top: 25px
}

@media (min-width:992px) {
    .cta-three__title {
        font-size: 50px
    }
}

.cta-three__sub-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--greenmax-primary, #fc653c);
    line-height: 1.3em;
    margin: 0
}

.gallery-one {
    padding-top: 120px
}

.gallery-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:1200px) {
    .gallery-one .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1400px) {
    .gallery-one .container-fluid {
        padding-left: 60px;
        padding-right: 60px
    }
}

.gallery-one .row {
    --bs-gutter-y: 30px
}

.gallery-one__card {
    overflow: hidden;
    border-radius: var(--greenmax-border-radius, 10px);
    width: 100%;
    background-color: var(--greenmax-black, #1e1e22);
    position: relative
}

.gallery-one__card:hover img {
    opacity: .7
}

.gallery-one__card img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1
}

.gallery-one__card .img-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-one__card .img-popup span {
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.gallery-one__card .img-popup span::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-one__card .img-popup span::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-one__card:hover .img-popup span {
    opacity: 1;
    visibility: visible
}

.about-one {
    border-top: 1px solid var(--greenmax-primary, #fc653c);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: var(--greenmax-border-radius, 10px);
    position: relative;
    margin-bottom: 27px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#f1f1f5));
    background: linear-gradient(to bottom, #fff 40%, #f1f1f5 100%);
    padding-top: 80px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (min-width:1200px) {
    .about-one {
        margin-left: 30px;
        margin-right: 30px;
        padding-top: 150px
    }
}

@media (min-width:1400px) {
    .about-one {
        margin-left: 40px;
        margin-right: 40px
    }
}

.about-one__floated-text {
    margin: 0;
    display: block;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: -20px;
    line-height: 1;
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: .1em
}

@media (min-width:768px) {
    .about-one__floated-text {
        font-size: 90px;
        letter-spacing: .2em
    }
}

@media (min-width:1200px) {
    .about-one__floated-text {
        font-size: 120px
    }
}

@media (min-width:1400px) {
    .about-one__floated-text {
        font-size: 150px;
        letter-spacing: .4em;
        bottom: -50px
    }
}

.about-one__title {
    margin: 0;
    font-size: 40px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    line-height: 1.14em;
    margin-bottom: 40px;
    margin-top: 20px
}

@media (min-width:768px) {
    .about-one__title {
        font-size: 50px
    }
}

@media (min-width:1200px) {
    .about-one__title {
        font-size: 70px;
        margin: 23px auto 113px
    }
}

.about-one__subtitle {
    margin: 0;
    text-transform: uppercase;
    color: var(--greenmax-primary, #fc653c);
    font-size: 16px;
    letter-spacing: .2em
}

.about-one__box {
    width: 174px;
    height: 174px;
    border-radius: 50%;
    background-color: var(--greenmax-primary, #fc653c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 87px;
    margin-top: -87px
}

.about-one__box::before {
    content: '';
    width: 142px;
    height: 142px;
    background-image: url(../assets/images/Elementy/about-one__line.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-one__box>span {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1;
    position: relative
}

.about-one__box p {
    margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-family: var(--greenmax-font);
    position: relative
}

.about-one__box p i {
    font-family: inherit !important;
    font-style: normal;
    display: block;
    line-height: 1 !important
}

.main-header-three {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 50px;
}

.main-menu-three .sticky-header__content {
    padding: 20px 50px;
}


@media (max-width:768px) {
    .main-header-three {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0px;
    }

    .main-menu-three .sticky-header__content {
        padding: 0px 10px;
    }


}

@media (max-width:768px) {
    .main-menu-three .main-menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-menu-three .main-menu-wrapper::after {
        display: none
    }
}

.main-menu-three .mobile-nav__toggler {
    border-color: var(--greenmax-black, #1e1e22)
}

.main-menu-three .mobile-nav__toggler span {
    background-color: var(--greenmax-black, #1e1e22)
}

.main-menu-three .main-menu-wrapper__search {
    color: var(--greenmax-black, #1e1e22)
}

.main-menu-three .main-menu-wrapper__search:hover {
    color: var(--greenmax-primary, #fc653c)
}

.main-menu-three .main-menu-wrapper__social::before {
    background-color: #e4e4ea
}

.main-menu-three .main-menu-wrapper__social a {
    color: var(--greenmax-black, #1e1e22)
}

.main-menu-three .main-menu-wrapper__social a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.main-menu-three .main-menu__list>li>a {
    color: var(--greenmax-gray, #717178)
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a {
    color: var(--greenmax-black, #1e1e22);
    text-shadow: 0 0 1px currentColor
}

.main-menu-three .main-menu-wrapper__right-contact-icon {
    background-color: var(--greenmax-primary, #fc653c);
    color: #fff
}

.main-menu-three .main-menu-wrapper__right-contact-number>a {
    color: var(--greenmax-black, #1e1e22)
}

.main-menu-three .main-menu-wrapper__right-contact-box:hover .main-menu-wrapper__right-contact-icon {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff
}

.stricked-menu.main-menu-three {
    background-color: #fff
}

.brand-four {
    background-color: var(--greenmax-primary, #fc653c);
    border-top: 0
}

.we-make--light {
    background-color: #f1f1f5
}

.we-make--light .section-title {
    margin-bottom: 0
}

.we-make--light .section-title__tagline {
    color: var(--greenmax-gray, #717178)
}

.we-make--light .section-title__title {
    color: var(--greenmax-black, #1e1e22)
}

.we-make--light .we-make__progress-title {
    color: var(--greenmax-black, #1e1e22)
}

.we-make--light .we-make__progress .bar {
    background-color: #fff
}

.we-make--light .we-make__progress .count-text {
    color: var(--greenmax-gray, #717178)
}

.we-make--light .we-make__progress {
    margin-top: 0
}

.about-certificate {
    padding-top: 100px;
    padding-bottom: 120px
}

.about-certificate__title {
    margin: 0;
    font-size: 20px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px
}

.about-certificate__inner {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto
}

.about-certificate__inner .swiper-slide img {
    border-radius: var(--greenmax-border-radius, 10px)
}

.about-me {
    padding-top: 120px
}

.about-me__image {
    margin-bottom: 30px
}

.about-me__image img {
    border-radius: var(--greenmax-border-radius, 10px);
    max-width: 100%
}

.about-me__title {
    margin: 0;
    font-size: 35px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700
}

@media (min-width:992px) {
    .about-me__title {
        font-size: 50px
    }
}

@media (min-width:1200px) {
    .about-me__content {
        padding-left: 70px
    }
}

.about-me__designation {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--greenmax-gray, #717178)
}

.about-me__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .about-me__social {
        margin-bottom: 34px
    }
}

.about-me__social a {
    width: 43px;
    height: 43px;
    background-color: #f1f1f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    color: var(--greenmax-gray, #717178);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.about-me__social a:hover {
    background-color: var(--greenmax-primary, #fc653c);
    color: #fff
}

.about-me__social a+a {
    margin-left: 10px
}

.about-me__tagline {
    color: var(--greenmax-primary, #fc653c);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .about-me__tagline {
        font-size: 30px;
        margin-bottom: 40px
    }
}

.about-me__summery {
    font-size: 18px;
    line-height: 36px;
    color: var(--greenmax-gray, #717178)
}

.about-me__summery p {
    font-size: 18px;
    color: var(--greenmax-gray, #717178);
    line-height: 36px;
    margin: 0
}

.about-me__summery p+p {
    margin-top: 20px
}

@media (min-width:992px) {
    .about-me__summery p+p {
        margin-top: 40px
    }
}

.about-two {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (min-width:992px) {
    .about-two {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.about-two__image img {
    max-width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

@media (min-width:1200px) {
    .about-two__image img {
        max-width: none
    }
}

.about-two__image__caption {
    background-color: var(--greenmax-primary, #fc653c);
    border-radius: var(--greenmax-border-radius, 10px);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
    padding: 15px 10px
}

@media (min-width:1200px) {
    .about-two__image__caption {
        font-size: 20px;
        margin-right: -30px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.about-two__content {
    padding: 40px;
    margin-top: 50px;
    background-color: #f1f1f5;
    border-radius: var(--greenmax-border-radius, 10px)
}

@media (min-width:992px) {
    .about-two__content {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .about-two__content {
        padding: 100px;
        margin-left: 30px;
        padding-bottom: 87.5px
    }
}

.about-two .section-title__title {
    font-size: 35px;
    line-height: 1.2em
}

@media (min-width:1200px) {
    .about-two .section-title__title {
        font-size: 50px
    }
}

.about-two__summery {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 36px;
    font-family: var(--greenmax-font)
}

@media (min-width:1200px) {
    .about-two__summery {
        margin-top: 20px
    }
}

.about-two__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:992px) {
    .about-two__box__icon {
        margin-right: 20px
    }
}

@media (min-width:1200px) {
    .about-two__box__icon {
        margin-right: 35px
    }
}

.about-two__box__icon i {
    color: var(--greenmax-primary, #fc653c);
    font-size: 40px
}

@media (min-width:1200px) {
    .about-two__box__icon i {
        font-size: 62px
    }
}

.about-two__box__content {
    font-size: 18px;
    line-height: 36px;
    font-family: var(--greenmax-font)
}

@media (min-width:992px) {
    .about-two__box__content {
        position: relative;
        top: -10px
    }
}

.solution-one {
    padding-top: 90px;
    padding-bottom: 55px
}

@media (min-width:992px) {
    .solution-one {
        padding-top: 120px;
        padding-bottom: 85px
    }
}

.solution-one__card {
    margin-bottom: 25px
}

.solution-one__image {
    overflow: hidden;
    border-radius: var(--greenmax-border-radius, 10px)
}

.solution-one__image img {
    max-width: 100%;
    width: 100%
}

.solution-one__title {
    margin: 0;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .solution-one__title {
        font-size: 24px
    }
}

.solution-one__title a {
    color: inherit
}

.solution-one__summery {
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    font-family: var(--greenmax-font)
}

.core-features__promicess-list li .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.testimonials-two {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (min-width:1200px) {
    .testimonials-two {
        padding-top: 120px;
        padding-bottom: 0
    }
}

.testimonials-two .row {
    --bs-gutter-y: 30px
}

.testimonials-two__card {
    border-radius: var(--greenmax-border-radius, 10px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    border: 1px solid #e4e4ea
}

.testimonials-two__card:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05)
}

.testimonials-two__card__inner {
    position: relative;
    overflow: hidden;
    border-radius: var(--greenmax-border-radius, 10px);
    padding: 30px;
    padding-bottom: 20px
}

.testimonials-two__card__inner::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: var(--greenmax-primary, #fc653c);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

@media (min-width:992px) {
    .testimonials-two__card__inner {
        padding: 60px;
        padding-bottom: 50px
    }
}

.testimonials-two__card:hover .testimonials-two__card__inner::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.testimonials-two__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.testimonials-two__image {
    width: 91px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: 25px
}

.testimonials-two__image::before {
    content: '“';
    width: 33px;
    height: 33px;
    background-color: var(--greenmax-primary, #fc653c);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-family: var(--greenmax-font);
    font-size: 30px;
    padding-top: 6px;
    font-weight: 700
}

.testimonials-two__image img {
    border-radius: 50%
}

.testimonials-two__name {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    font-weight: 700;
    color: var(--greenmax-primary, #fc653c);
    line-height: 1;
    margin-bottom: 10px
}

.testimonials-two__designation {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: var(--greenmax-black, #1e1e22)
}

.testimonials-two__summery {
    margin: 0;
    font-size: 18px;
    line-height: 38px;
    font-family: var(--greenmax-font)
}

.testimonials-two .swiper-pagination {
    position: relative;
    bottom: auto;
    right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    margin-top: 30px
}

.testimonials-two .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e4e4ea;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 2px !important
}

.testimonials-two .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--greenmax-primary, #fc653c)
}

.service-two {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (min-width:1200px) {
    .service-two {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.service-two .row {
    --bs-gutter-y: 30px
}

.service-two__card {
    border-radius: var(--greenmax-border-radius, 10px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.service-two__card__inner {
    border-radius: var(--greenmax-border-radius, 10px);
    overflow: hidden
}

.service-two__image {
    overflow: hidden;
    border-top-left-radius: var(--greenmax-border-radius, 10px);
    border-top-right-radius: var(--greenmax-border-radius, 10px);
    background-color: var(--greenmax-black, #1e1e22)
}

.service-two__image img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.service-two__card:hover .service-two__image img {
    opacity: .8
}

.service-two__content {
    text-align: center
}

.service-two__title {
    font-size: 20px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .service-two__title {
        font-size: 24px
    }
}

.service-two__title a {
    color: inherit;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.service-two__title a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.service-two__summery {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    font-family: var(--greenmax-font);
    max-width: 261px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.service-two__link {
    width: 50px;
    height: 50px;
    background-color: #f1f1f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: var(--greenmax-gray, #717178);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-bottom: 40px
}

@media (min-width:992px) {
    .service-two__link {
        width: 63px;
        height: 63px;
        font-size: 20px
    }
}

.service-two__card:hover .service-two__link {
    background-color: var(--greenmax-primary, #fc653c);
    color: #fff
}

.service-two .swiper-container {
    overflow: visible
}

.service-two .swiper-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
}

.service-two .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible
}

@media (min-width:768px) {
    .service-two .swiper-slide.swiper-slide-next {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width:992px) {
    .service-two .swiper-slide.swiper-slide-next+.swiper-slide {
        opacity: 1;
        visibility: visible
    }
}

.service-two .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.service-two .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e4e4ea;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.service-two .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--greenmax-primary, #fc653c)
}

.shop-one {
    padding-top: 120px;
    padding-bottom: 120px
}

.shop-one .row {
    --bs-gutter-y: 30px
}

.shop-one__sorter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop-one__product-count {
    font-size: 18px;
    margin: 0;
    color: var(--greenmax-gray, #717178);
    font-weight: 400
}

.shop-one__product-sorter {
    border: none;
    outline: 0;
    border: none;
    outline: 0;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 340px;
    height: 70px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 400;
    color: var(--greenmax-gray, #717178);
    background-color: #f1f1f5;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="#222429" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: .65em auto;
    margin-top: 20px;
    border-radius: var(--greenmax-border-radius, 10px)
}

@media (min-width:768px) {
    .shop-one__product-sorter {
        margin-top: 0
    }
}

.shop-one__image {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.shop-one__image img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.shop-one__item:hover .shop-one__image img {
    opacity: .7
}

.shop-one__sale {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    padding: 7px 14px;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: .1em;
    border-top-right-radius: var(--greenmax-border-radius, 10px)
}

.shop-one__cart {
    background-color: var(--greenmax-primary, #fc653c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    padding: 3.5px 21px
}

.shop-one__cart::before {
    width: 44px
}

.shop-one__cart:hover {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff
}

.shop-one__item:hover .shop-one__cart {
    opacity: 1;
    visibility: visible
}

.shop-one__title {
    margin: 0;
    color: var(--greenmax-black, #1e1e22);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 7px;
    font-weight: 700
}

.shop-one__title a {
    color: inherit;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.shop-one__title a:hover {
    color: var(--greenmax-primary, #fc653c)
}

.shop-one__price {
    font-size: 16px;
    color: var(--greenmax-gray, #717178);
    margin: 0;
    line-height: 1;
    margin-bottom: 15px
}

.shop-one__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.shop-one__rating i {
    font-size: 14px;
    color: var(--greenmax-primary, #fc653c)
}

.shop-one__rating i+i {
    margin-left: 7px
}

.shop-one__sidebar {
    margin-bottom: 60px
}

@media (min-width:992px) {
    .shop-one__sidebar {
        margin-bottom: 0
    }
}

.shop-one__sidebar__price .noUi-horizontal {
    height: 4px;
    background-color: #f1f1f5;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.shop-one__sidebar__price .noUi-handle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: var(--greenmax-primary, #fc653c);
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.shop-one__sidebar__price .noUi-horizontal .noUi-handle {
    right: -8px
}

.shop-one__sidebar__price .noUi-handle::after,
.shop-one__sidebar__price .noUi-handle::before {
    display: none
}

.shop-one__sidebar__price .noUi-connect {
    background-color: var(--greenmax-primary, #fc653c)
}

.shop-one__sidebar__price .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 20px
}

.shop-one__sidebar__price .form-group p {
    margin: 0;
    font-size: 14px;
    color: var(--greenmax-gray, #717178)
}

.shop-one__sidebar__price .form-group .left>span {
    margin-left: 5px;
    margin-right: 5px
}

.shop-one__sidebar__price .form-group .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-one__sidebar__price .thm-btn {
    padding: 3px 20px;
    font-size: 12px
}

.shop-one__sidebar__price .thm-btn::before {
    width: 50%
}

.shop-one__sidebar__price .thm-btn:hover {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff
}

.shop-one__sidebar__item:not(.shop-one__sidebar__search) {
    border: 1px solid #e4e4ea;
    padding: 30px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.shop-one__sidebar__item+.shop-one__sidebar__item {
    margin-top: 30px
}

.shop-one__sidebar__item__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--greenmax-black, #1e1e22);
    margin: 0;
    margin-bottom: 25px
}

.shop-one__sidebar__category {
    padding-bottom: 20px !important
}

.shop-one__sidebar__category__list {
    margin: 0;
    margin-top: -10px
}

.shop-one__sidebar__category__list li {
    position: relative
}

.shop-one__sidebar__category__list li+li {
    margin-top: 10px
}

.shop-one__sidebar__category__list li::after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--greenmax-gray, #717178);
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.shop-one__sidebar__category__list li a {
    font-size: 16px;
    color: var(--greenmax-gray, #717178);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.shop-one__sidebar__category__list li:hover a {
    color: var(--greenmax-black, #1e1e22);
    text-shadow: 0 0 1px currentColor
}

.shop-one__sidebar__search {
    background-color: var(--greenmax-primary, #fc653c);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: var(--greenmax-border-radius, 10px)
}

.shop-one__sidebar__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shop-one__sidebar__search ::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.shop-one__sidebar__search :-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.shop-one__sidebar__search ::-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.shop-one__sidebar__search ::placeholder {
    opacity: 1;
    color: #fff
}

.shop-one__sidebar__search input[type=search],
.shop-one__sidebar__search input[type=text] {
    width: 100%;
    height: 71px;
    border: none;
    outline: 0;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.shop-one__sidebar__search button[type=submit] {
    padding: 0;
    border: none;
    outline: 0;
    color: var(--greenmax-black, #1e1e22);
    font-size: 20px;
    background-color: transparent;
    color: #fff
}

.product-details {
    padding-top: 120px;
    padding-bottom: 60px
}

.product-details__image {
    margin-bottom: 50px
}

@media (min-width:992px) {
    .product-details__image {
        margin-bottom: 0
    }
}

.product-details__image img {
    max-width: 100%;
    border-radius: var(--greenmax-border-radius, 10px)
}

@media (min-width:992px) {
    .product-details__content__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-top: -10px
    }
}

.product-details__content__name {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: var(--greenmax-black, #1e1e22)
}

.product-details__content__price {
    font-size: 16px;
    color: var(--greenmax-primary, #fc653c);
    font-weight: 700;
    position: relative
}

@media (min-width:992px) {
    .product-details__content__price {
        font-size: 20px;
        top: -2px;
        margin-left: 20px
    }
}

.product-details__content__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:992px) {
    .product-details__content__rating {
        margin-top: 10px
    }
}

.product-details__content__rating__star i {
    font-size: 16px;
    color: var(--greenmax-primary, #fc653c)
}

@media (min-width:992px) {
    .product-details__content__rating__star i {
        font-size: 18px
    }
}

.product-details__content__rating__star i+i {
    margin-left: 3px
}

@media (min-width:992px) {
    .product-details__content__rating__star i+i {
        margin-left: 2px
    }
}

.product-details__content__rating__count {
    margin-left: 10px;
    font-size: 18px;
    color: var(--greenmax-gray, #717178)
}

.product-details__content__text {
    border-top: 1px solid #e4e4ea;
    padding-top: 20px;
    margin-top: 20px
}

.product-details__content__text p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    color: var(--greenmax-gray, #717178)
}

.product-details__content__text p+p {
    margin-top: 20px
}

.product-details__content__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px
}

.product-details__content__quantity__text {
    font-size: 18px;
    font-weight: 700;
    color: var(--greenmax-black, #1e1e22);
    line-height: 1;
    text-transform: capitalize;
    margin-right: 20px
}

.product-details__content__quantity .quantity-box {
    width: 83px;
    height: 43px;
    border: 1px solid #e4e4ea;
    position: relative;
    overflow: hidden;
    border-radius: 22.5px
}

.product-details__content__quantity .quantity-box input[type=number] {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    background-color: transparent;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 18px;
    color: var(--greenmax-gray, #717178)
}

.product-details__content__quantity .quantity-box .sub {
    padding: 0;
    border: none;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 400;
    width: 30px;
    height: 30px;
    color: var(--greenmax-gray, #717178);
    background-color: transparent
}

.product-details__content__quantity .quantity-box .add {
    padding: 0;
    border: none;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    color: var(--greenmax-gray, #717178);
    font-size: 18px;
    background-color: transparent;
    width: 30px;
    height: 30px
}

@media (min-width:992px) {
    .product-details__content__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }
}

.product-details__content__buttons .thm-btn {
    margin-bottom: 20px;
    text-transform: capitalize
}

.product-details__content__buttons .cart-btn {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff
}

.product-details__content__buttons .cart-btn::before {
    background-color: #fff
}

.product-details__content__buttons .cart-btn:hover::before {
    background-color: var(--greenmax-primary, #fc653c)
}

.product-details__content__buttons .cart-btn:hover {
    color: #fff;
    background-color: var(--greenmax-primary, #fc653c)
}

@media (min-width:992px) {
    .product-details__content__buttons .wishlist-btn {
        margin-left: 20px
    }
}

.product-details__content__buttons .wishlist-btn:hover {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff
}

.product-details__content__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .product-details__content__social {
        margin-top: 20px
    }
}

.product-details__content__social__text {
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize
}

@media (min-width:992px) {
    .product-details__content__social__text {
        font-size: 18px
    }
}

.product-details__content__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: var(--greenmax-gray, #717178);
    border-radius: 50%
}

.product-details__content__social a:first-of-type {
    margin-left: 30px
}

.product-details__content__social a+a {
    margin-left: 10px
}

@media (min-width:992px) {
    .product-details__content__social a+a {
        margin-left: 30px
    }
}

.product-content__title {
    margin: 0;
    font-size: 30px;
    color: var(--greenmax-black, #1e1e22);
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px
}

.product-content .product-content__title {
    margin-bottom: 50px
}

.product-content p {
    margin: 0;
    color: var(--greenmax-gray, #717178);
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px
}

.product-content__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

.product-content__list li {
    font-size: 18px;
    font-weight: 700;
    color: var(--greenmax-black, #1e1e22)
}

.product-review {
    padding-top: 60px;
    padding-bottom: 0
}

.product-review .product-content__title {
    margin-bottom: 50px
}

.product-review__item {
    border-bottom: 1px solid #e4e4ea;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative
}

@media (min-width:992px) {
    .product-review__item {
        padding-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-review__item__image {
    margin-bottom: 20px;
    border-radius: 50%;
    width: 166px;
    height: 166px
}

@media (min-width:992px) {
    .product-review__item__image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 35px
    }
}

.product-review__item__image img {
    border-radius: 50%
}

@media (min-width:992px) {
    .product-review__item__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.product-review__item__title {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--greenmax-black, #1e1e22)
}

.product-review__item__text {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    color: var(--greenmax-gray, #717178);
    margin-top: 20px
}

.product-review__item__meta {
    font-size: 16px;
    font-weight: 700;
    color: var(--greenmax-primary, #fc653c);
    text-transform: capitalize
}

@media (min-width:992px) {
    .product-review__item__meta {
        margin-left: 20px
    }
}

.product-review__item__meta span {
    margin-left: 10px;
    margin-right: 10px
}

.product-review__item__star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width:992px) {
    .product-review__item__star {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0
    }
}

.product-review__item__star i {
    font-size: 16px;
    color: var(--greenmax-primary, #fc653c)
}

@media (min-width:992px) {
    .product-review__item__star i {
        font-size: 18px
    }
}

.product-review__item__star i+i {
    margin-left: 3px
}

@media (min-width:992px) {
    .product-review__item__star i+i {
        margin-left: 7px
    }
}

.product-form {
    padding-bottom: 120px
}

.product-form__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: var(--greenmax-gray, #717178);
    margin-bottom: 20px;
    margin-top: -20px
}

@media (min-width:992px) {
    .product-form__rating {
        font-size: 18px
    }
}

.product-form__rating i {
    color: var(--greenmax-primary, #fc653c);
    font-size: 16px;
    position: relative;
    top: -2px
}

@media (min-width:992px) {
    .product-form__rating i {
        font-size: 18px
    }
}

.product-form__rating i:first-of-type {
    margin-left: 10px
}

@media (min-width:992px) {
    .product-form__rating i:first-of-type {
        margin-left: 20px
    }
}

.product-form__rating i+i {
    margin-left: 3px
}

@media (min-width:992px) {
    .product-form__rating i+i {
        margin-left: 7px
    }
}

.product-form .comment-form__input-box textarea {
    display: block;
    margin-bottom: 30px
}

.proceed-to-checkout {
    padding-top: 60px;
    padding-bottom: 120px
}

@media (min-width:768px) {
    .proceed-to-checkout__cupon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.proceed-to-checkout__cupon input[type=text] {
    border: none;
    outline: 0;
    width: 100%;
    max-width: 375px;
    height: 70px;
    background-color: #f1f1f5;
    color: var(--greenmax-gray, #717178);
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 30px
}

@media (min-width:768px) {
    .proceed-to-checkout__cupon input[type=text] {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.proceed-to-checkout__cupon .thm-btn:hover {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff
}

.proceed-to-checkout__list {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .proceed-to-checkout__list {
        margin-top: 0
    }
}

.proceed-to-checkout__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--greenmax-gray, #717178);
    font-weight: 500;
    font-size: 18px
}

.proceed-to-checkout__list li+li {
    margin-top: 5px
}

@media (min-width:992px) {
    .proceed-to-checkout__list li+li {
        margin-top: 15px
    }
}

.proceed-to-checkout__list li:last-of-type {
    color: var(--greenmax-primary, #fc653c)
}

.proceed-to-checkout__list li i {
    font-style: normal
}

.proceed-to-checkout__list li span {
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize
}

@media (min-width:576px) {
    .proceed-to-checkout__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:992px) {

    .proceed-to-checkout__buttons,
    .proceed-to-checkout__list {
        padding-left: 10px
    }
}

.proceed-to-checkout__checkout-btn {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff;
    margin-bottom: 20px
}

.proceed-to-checkout__checkout-btn::before {
    width: 50%;
    background-color: #fff
}

.proceed-to-checkout__checkout-btn:hover::before {
    background-color: var(--greenmax-primary, #fc653c)
}

@media (min-width:576px) {
    .proceed-to-checkout__checkout-btn {
        margin-bottom: 0
    }
}

.proceed-to-checkout__buttons .thm-btn:hover {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff
}

.proceed-to-checkout__buttons .proceed-to-checkout__checkout-btn:hover {
    background-color: var(--greenmax-primary, #fc653c);
    color: #fff
}

.cart-table {
    padding-top: 90px
}

@media (min-width:992px) {
    .cart-table {
        padding-top: 105px
    }
}

.cart-table table {
    width: 100%
}

.cart-table tr {
    border-bottom: 1px solid #e4e4ea
}

.cart-table th {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--greenmax-black, #1e1e22);
    padding-bottom: 25px
}

.cart-table th:last-of-type {
    text-align: right
}

.cart-table td {
    padding-top: 30px;
    padding-bottom: 30px
}

.cart-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-table__item img {
    border-radius: var(--greenmax-border-radius, 10px)
}

.cart-table__item__title {
    margin: 0;
    font-size: 20px;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    margin-left: 30px;
    text-transform: capitalize
}

.cart-table .quantity-box {
    width: 83px;
    height: 43px;
    border: 1px solid #e4e4ea;
    position: relative;
    overflow: hidden;
    border-radius: 22.5px
}

.cart-table .quantity-box input[type=number] {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    background-color: transparent;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 18px;
    color: var(--greenmax-gray, #717178)
}

.cart-table .quantity-box .sub {
    padding: 0;
    border: none;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 400;
    width: 30px;
    height: 30px;
    color: var(--greenmax-gray, #717178);
    background-color: transparent
}

.cart-table .quantity-box .add {
    padding: 0;
    border: none;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    color: var(--greenmax-gray, #717178);
    font-size: 18px;
    background-color: transparent;
    width: 30px;
    height: 30px
}

.cart-table__close {
    width: 16px;
    height: 16px;
    position: relative;
    display: block;
    margin-left: auto;
    cursor: pointer
}

.cart-table__close::after,
.cart-table__close::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--greenmax-black, #1e1e22);
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cart-table__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:991px) {
    .cart-table .cart-table__item img {
        width: 60px
    }

    .cart-table table {
        border: 0
    }

    .cart-table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .cart-table table tr {
        display: block
    }

    .cart-table table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #e4e4ea
    }

    .cart-table table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        font-size: 20px;
        text-transform: capitalize;
        color: var(--greenmax-black, #1e1e22)
    }

    .cart-table table td:last-child {
        border-bottom: 0
    }
}

.comment-one__form select {
    border: none;
    outline: 0;
    border: none;
    outline: 0;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 65px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 400;
    color: var(--greenmax-gray, #717178);
    background-color: #f1f1f5;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="#222429" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: .65em auto;
    margin-bottom: 20px;
    border-radius: 30px
}

.checkout-page {
    padding-top: 120px;
    padding-bottom: 120px
}

.checkout-page .comment-one__form .row {
    margin-left: -10px;
    margin-right: -10px
}

.checkout-page .comment-one__form [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.checkout-page .comment-one__form .form-group {
    margin-bottom: 20px
}

.checkout-page__returning {
    margin: 0;
    font-size: 16px;
    color: var(--greenmax-gray, #717178);
    line-height: 1.5em;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .checkout-page__returning {
        line-height: 1
    }
}

.checkout-page__returning a {
    color: var(--greenmax-primary, #fc653c);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 700
}

.checkout-page__returning a:hover {
    color: var(--greenmax-black, #1e1e22)
}

.checkout__title {
    margin: 0;
    color: var(--greenmax-black, #1e1e22);
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 40px
}

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

.checkout__checkbox input[type=checkbox] {
    position: absolute;
    left: -999999px;
    visibility: hidden
}

.checkout__checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.checkout__checkbox label::after {
    content: '';
    width: 19px;
    height: 19px;
    background-color: #f1f1f5;
    border-radius: 50%;
    margin-left: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.checkout__checkbox input[type=checkbox]:checked+label::after {
    background-color: var(--greenmax-primary, #fc653c);
    content: '\f00c'
}

.checkout-page .comment-one__form .field-checkbox {
    position: relative
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox] {
    position: absolute;
    left: -999999px;
    visibility: hidden
}

.checkout-page .comment-one__form .field-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: var(--greenmax-gray, #717178);
    cursor: pointer
}

.checkout-page .comment-one__form .field-checkbox label::before {
    content: '';
    width: 19px;
    height: 19px;
    background-color: #f1f1f5;
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox]:checked+label::before {
    background-color: var(--greenmax-primary, #fc653c);
    content: '\f00c'
}

.checkout-page .comment-one__form textarea {
    height: 150px
}

.checkout-page .comment-one__form {
    margin-bottom: 60px
}

.checkout__table {
    margin-bottom: 50px
}

@media (min-width:992px) {
    .checkout__table {
        margin-bottom: 0
    }
}

.checkout__table thead th {
    color: var(--greenmax-black, #1e1e22);
    font-size: 20px !important;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
    text-transform: capitalize
}

.checkout__table td:last-child,
.checkout__table th:last-child {
    text-align: right
}

.checkout__table thead {
    border-top: 1px solid #e4e4ea;
    border-bottom: 1px solid #e4e4ea
}

.checkout__table tbody td,
.checkout__table thead th {
    padding: 0;
    border: 0;
    font-size: 16px
}

.checkout__table thead th {
    padding-top: 20px;
    padding-bottom: 20px
}

.checkout__table tbody {
    border-bottom: 1px solid #e4e4ea
}

.checkout__table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--greenmax-gray, #717178)
}

.checkout__payment {
    background-color: #f1f1f5;
    padding: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-radius: var(--greenmax-border-radius, 10px)
}

@media (min-width:992px) {
    .checkout__payment {
        padding: 50px;
        padding-bottom: 25px
    }
}

.checkout__payment__item+.checkout__payment__item {
    margin-top: 35px
}

.checkout__payment__title {
    margin: 0;
    font-size: 20px;
    letter-spacing: -.02em;
    color: var(--greenmax-black, #1e1e22);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    cursor: pointer
}

.checkout__payment__title::before {
    content: '';
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 2px solid #e4e4ea;
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #e4e4ea
}

.checkout__payment__title img {
    margin-left: 15px
}

.checkout__payment__item--active .checkout__payment__title::before {
    background-color: var(--greenmax-primary, #fc653c);
    border-color: var(--greenmax-primary, #fc653c);
    content: '\f00c'
}

.checkout__payment__content {
    font-size: 16px;
    line-height: 30px;
    color: #686a6f
}

.checkout-page__btn:hover {
    background-color: var(--greenmax-black, #1e1e22);
    color: #fff
}

.comment-form__input-box input[type=password] {
    height: 65px;
    width: 100%;
    border: none;
    background: #f1f1f5;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 30px;
    outline: 0;
    font-size: 14px;
    color: var(--greenmax-gray, #717178);
    display: block
}

.login-page {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (min-width:992px) {
    .login-page .container {
        max-width: 570px
    }
}

.login-page .lost_password {
    margin: 0;
    font-size: 16px;
    color: var(--greenmax-gray, #717178);
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 10px
}

@media (min-width:768px) {
    .login-page .lost_password {
        line-height: 1
    }
}

.login-page .lost_password a {
    color: var(--greenmax-primary, #fc653c);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 700
}

.login-page .lost_password a:hover {
    color: var(--greenmax-black, #1e1e22)
}

.login-page p {
    margin-bottom: 10px
}

.login-page label {
    margin: 0;
    font-size: 16px;
    color: var(--greenmax-gray, #717178);
    line-height: 1.5em
}

.login-page__title {
    margin: 0;
    color: var(--greenmax-black, #1e1e22);
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 20px
}

.login-page .comment-form__input-box input[type=email],
.login-page .comment-form__input-box input[type=password],
.login-page .comment-form__input-box input[type=text] {
    margin-bottom: 10px
}

.login-page .woocommerce-form__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.login-page .woocommerce-form-login__rememberme {
    margin-bottom: 20px;
    margin-top: 20px
}

.login-page .woocommerce-form__label input[type=checkbox] {
    position: absolute;
    left: -999999px;
    visibility: hidden
}

.login-page .woocommerce-form__label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: var(--greenmax-gray, #717178);
    cursor: pointer;
    font-weight: 400 !important
}

.login-page .woocommerce-form__label span::before {
    content: '';
    width: 19px;
    height: 19px;
    background-color: #f1f1f5;
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login-page .woocommerce-form__label input[type=checkbox]:checked+span::before {
    background-color: var(--greenmax-primary, #fc653c);
    content: '\f00c'
}

.p0 {
    padding: 0 !important
}

.m0 {
    margin: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-12 {
    padding-top: 12px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

.pt-160 {
    padding-top: 160px
}

.pt-170 {
    padding-top: 170px
}

.pt-180 {
    padding-top: 180px
}

.pt-190 {
    padding-top: 190px
}

.pt-200 {
    padding-top: 200px
}

.pt-225 {
    padding-top: 225px
}

.pt-250 {
    padding-top: 250px
}

.pt-300 {
    padding-top: 300px
}

.pt-350 {
    padding-top: 350px
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-200 {
    padding-bottom: 200px
}

.pb-225 {
    padding-bottom: 225px
}

.pb-250 {
    padding-bottom: 250px
}

.pb-300 {
    padding-bottom: 300px
}

.pb-350 {
    padding-bottom: 350px
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

.mt-160 {
    margin-top: 160px
}

.mt-170 {
    margin-top: 170px
}

.mt-180 {
    margin-top: 180px
}

.mt-190 {
    margin-top: 190px
}

.mt-200 {
    margin-top: 200px
}

.mt-225 {
    margin-top: 225px
}

.mt-250 {
    margin-top: 250px
}

.mt-300 {
    margin-top: 300px
}

.mt-350 {
    margin-top: 350px
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-200 {
    margin-bottom: 200px
}

.mb-225 {
    margin-bottom: 225px
}

.mb-250 {
    margin-bottom: 250px
}

.mb-300 {
    margin-bottom: 300px
}

.mb-350 {
    margin-bottom: 350px
}

@media (max-width:991px) {
    .md-p0 {
        padding: 0 !important
    }

    .md-m0 {
        margin: 0 !important
    }

    .md-pt-10 {
        padding-top: 10px !important
    }

    .md-pt-20 {
        padding-top: 20px !important
    }

    .md-pt-30 {
        padding-top: 30px !important
    }

    .md-pt-40 {
        padding-top: 40px !important
    }

    .md-pt-50 {
        padding-top: 50px !important
    }

    .md-pt-60 {
        padding-top: 60px !important
    }

    .md-pt-70 {
        padding-top: 70px !important
    }

    .md-pt-80 {
        padding-top: 80px !important
    }

    .md-pt-90 {
        padding-top: 90px !important
    }

    .md-pt-100 {
        padding-top: 100px !important
    }

    .md-pt-110 {
        padding-top: 110px !important
    }

    .md-pt-120 {
        padding-top: 120px !important
    }

    .md-pt-130 {
        padding-top: 130px !important
    }

    .md-pt-140 {
        padding-top: 140px !important
    }

    .md-pt-150 {
        padding-top: 150px !important
    }

    .md-pt-200 {
        padding-top: 200px !important
    }

    .md-pb-10 {
        padding-bottom: 10px !important
    }

    .md-pb-20 {
        padding-bottom: 20px !important
    }

    .md-pb-30 {
        padding-bottom: 30px !important
    }

    .md-pb-40 {
        padding-bottom: 40px !important
    }

    .md-pb-50 {
        padding-bottom: 50px !important
    }

    .md-pb-60 {
        padding-bottom: 60px !important
    }

    .md-pb-70 {
        padding-bottom: 70px !important
    }

    .md-pb-80 {
        padding-bottom: 80px !important
    }

    .md-pb-90 {
        padding-bottom: 90px !important
    }

    .md-pb-100 {
        padding-bottom: 100px !important
    }

    .md-pb-110 {
        padding-bottom: 110px !important
    }

    .md-pb-120 {
        padding-bottom: 120px !important
    }

    .md-pb-130 {
        padding-bottom: 130px !important
    }

    .md-pb-140 {
        padding-bottom: 140px !important
    }

    .md-pb-150 {
        padding-bottom: 150px !important
    }

    .md-pb-200 {
        padding-bottom: 200px !important
    }

    .md-mt-10 {
        margin-top: 10px !important
    }

    .md-mt-20 {
        margin-top: 20px !important
    }

    .md-mt-30 {
        margin-top: 30px !important
    }

    .md-mt-40 {
        margin-top: 40px !important
    }

    .md-mt-50 {
        margin-top: 50px !important
    }

    .md-mt-60 {
        margin-top: 60px !important
    }

    .md-mt-70 {
        margin-top: 70px !important
    }

    .md-mt-80 {
        margin-top: 80px !important
    }

    .md-mt-90 {
        margin-top: 90px !important
    }

    .md-mt-100 {
        margin-top: 100px !important
    }

    .md-mt-110 {
        margin-top: 110px !important
    }

    .md-mt-120 {
        margin-top: 120px !important
    }

    .md-mt-130 {
        margin-top: 130px !important
    }

    .md-mt-140 {
        margin-top: 140px !important
    }

    .md-mt-150 {
        margin-top: 150px !important
    }

    .md-mt-200 {
        margin-top: 200px !important
    }

    .md-mb-10 {
        margin-bottom: 10px !important
    }

    .md-mb-20 {
        margin-bottom: 20px !important
    }

    .md-mb-30 {
        margin-bottom: 30px !important
    }

    .md-mb-40 {
        margin-bottom: 40px !important
    }

    .md-mb-50 {
        margin-bottom: 50px !important
    }

    .md-mb-60 {
        margin-bottom: 60px !important
    }

    .md-mb-70 {
        margin-bottom: 70px !important
    }

    .md-mb-80 {
        margin-bottom: 80px !important
    }

    .md-mb-90 {
        margin-bottom: 90px !important
    }

    .md-mb-100 {
        margin-bottom: 100px !important
    }

    .md-mb-110 {
        margin-bottom: 110px !important
    }

    .md-mb-120 {
        margin-bottom: 120px !important
    }

    .md-mb-130 {
        margin-bottom: 130px !important
    }

    .md-mb-140 {
        margin-bottom: 140px !important
    }

    .md-mb-150 {
        margin-bottom: 150px !important
    }

    .md-mb-200 {
        margin-bottom: 200px !important
    }
}

@media (max-width:767px) {
    .sm-p0 {
        padding: 0 !important
    }

    .sm-m0 {
        margin: 0 !important
    }

    .sm-pt-10 {
        padding-top: 10px !important
    }

    .sm-pt-20 {
        padding-top: 20px !important
    }

    .sm-pt-30 {
        padding-top: 30px !important
    }

    .sm-pt-40 {
        padding-top: 40px !important
    }

    .sm-pt-50 {
        padding-top: 50px !important
    }

    .sm-pt-60 {
        padding-top: 60px !important
    }

    .sm-pt-70 {
        padding-top: 70px !important
    }

    .sm-pt-80 {
        padding-top: 80px !important
    }

    .sm-pt-90 {
        padding-top: 90px !important
    }

    .sm-pt-100 {
        padding-top: 100px !important
    }

    .sm-pt-110 {
        padding-top: 110px !important
    }

    .sm-pt-120 {
        padding-top: 120px !important
    }

    .sm-pt-130 {
        padding-top: 130px !important
    }

    .sm-pt-140 {
        padding-top: 140px !important
    }

    .sm-pt-150 {
        padding-top: 150px !important
    }

    .sm-pt-200 {
        padding-top: 200px !important
    }

    .sm-pb-10 {
        padding-bottom: 10px !important
    }

    .sm-pb-20 {
        padding-bottom: 20px !important
    }

    .sm-pb-30 {
        padding-bottom: 30px !important
    }

    .sm-pb-40 {
        padding-bottom: 40px !important
    }

    .sm-pb-50 {
        padding-bottom: 50px !important
    }

    .sm-pb-60 {
        padding-bottom: 60px !important
    }

    .sm-pb-70 {
        padding-bottom: 70px !important
    }

    .sm-pb-80 {
        padding-bottom: 80px !important
    }

    .sm-pb-90 {
        padding-bottom: 90px !important
    }

    .sm-pb-100 {
        padding-bottom: 100px !important
    }

    .sm-pb-110 {
        padding-bottom: 110px !important
    }

    .sm-pb-120 {
        padding-bottom: 120px !important
    }

    .sm-pb-130 {
        padding-bottom: 130px !important
    }

    .sm-pb-140 {
        padding-bottom: 140px !important
    }

    .sm-pb-150 {
        padding-bottom: 150px !important
    }

    .sm-pb-200 {
        padding-bottom: 200px !important
    }

    .sm-mt-10 {
        margin-top: 10px !important
    }

    .sm-mt-20 {
        margin-top: 20px !important
    }

    .sm-mt-30 {
        margin-top: 30px !important
    }

    .sm-mt-40 {
        margin-top: 40px !important
    }

    .sm-mt-50 {
        margin-top: 50px !important
    }

    .sm-mt-60 {
        margin-top: 60px !important
    }

    .sm-mt-70 {
        margin-top: 70px !important
    }

    .sm-mt-80 {
        margin-top: 80px !important
    }

    .sm-mt-90 {
        margin-top: 90px !important
    }

    .sm-mt-100 {
        margin-top: 100px !important
    }

    .sm-mt-110 {
        margin-top: 110px !important
    }

    .sm-mt-120 {
        margin-top: 120px !important
    }

    .sm-mt-130 {
        margin-top: 130px !important
    }

    .sm-mt-140 {
        margin-top: 140px !important
    }

    .sm-mt-150 {
        margin-top: 150px !important
    }

    .sm-mt-200 {
        margin-top: 200px !important
    }

    .sm-mb-10 {
        margin-bottom: 10px !important
    }

    .sm-mb-20 {
        margin-bottom: 20px !important
    }

    .sm-mb-30 {
        margin-bottom: 30px !important
    }

    .sm-mb-40 {
        margin-bottom: 40px !important
    }

    .sm-mb-50 {
        margin-bottom: 50px !important
    }

    .sm-mb-60 {
        margin-bottom: 60px !important
    }

    .sm-mb-70 {
        margin-bottom: 70px !important
    }

    .sm-mb-80 {
        margin-bottom: 80px !important
    }

    .sm-mb-90 {
        margin-bottom: 90px !important
    }

    .sm-mb-100 {
        margin-bottom: 100px !important
    }

    .sm-mb-110 {
        margin-bottom: 110px !important
    }

    .sm-mb-120 {
        margin-bottom: 120px !important
    }

    .sm-mb-130 {
        margin-bottom: 130px !important
    }

    .sm-mb-140 {
        margin-bottom: 140px !important
    }

    .sm-mb-150 {
        margin-bottom: 150px !important
    }

    .sm-mb-200 {
        margin-bottom: 200px !important
    }
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.pt-05 {
    padding-top: .11rem
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .pr-300 {
        padding-right: 230px
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

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

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #93c43e !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #93c43e !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

.text-gray {
    color: #212529 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.kropka {
    font-size: 50px;
    font-weight: 1000;
    color: #93c43e
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .kropka {
        font-size: 30px;
        font-weight: 1000;
        color: #93c43e
    }

    .pt-100 {
        padding-top: 10px
    }

    .main-slider_mH {
        padding-top: 75px !important;
        padding-bottom: 150px;
        text-align: center;
        max-height: 715px !important
    }

    .padding-mobile {
        margin-top: 410px !important
    }

    .padding-mobilePPC {
        margin-top: 370px !important
    }
}

.radius {
    border-radius: 10px;
    -webkit-box-shadow: 0 -1px 27px -1px rgba(135, 135, 136, .52) !important;
    -moz-box-shadow: 0 -1px 27px -1px rgba(135, 135, 136, .52) !important;
    box-shadow: 0 -1px 27px -1px rgba(135, 135, 136, .52) !important
}

.radius5 {
    border-radius: 10px;
    box-shadow: 0 -1px 27px -1px rgba(135, 135, 136, .2) !important
}

.pr100 {
    padding-right: 100px
}

.pl150 {
    padding-left: 150px
}

.hei-80vh {
    height: 80vh
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .big-font {
        font-size: calc(1.37rem + 3.54vw) !important
    }

    .biggest-font {
        font-size: calc(2.37rem + 3.54vw) !important
    }

    .fs-8 {
        font-size: .5rem !important
    }

    .fs-10 {
        font-size: .5rem !important
    }

    .fs-11 {
        font-size: .5rem !important
    }

    .mr-auto_mobile {
        margin: auto;
        align-items: center;
        justify-content: center;
        display: grid
    }

    .pr100 {
        padding-right: 0
    }

    .hei-80vh {
        height: 60vh
    }

    .pl150 {
        padding-left: 0
    }
}

.mt-860px_mobilne {
    will-change: transform;
    transform: perspective(1000px) rotateX(0) rotateY(0);
    margin-top: 122px;
    height: 75vh
}

.mt-500px_mobilne {
    will-change: transform;
    transform: perspective(1000px) rotateX(0) rotateY(0);
    margin-top: 80px;
    height: 75vh
}

.mw-700 {
    max-width: 800px
}

.mt-50_140_mobile {
    margin-top: -50px
}

.mt-50_100_mobile {
    margin-top: -50px
}

.pt-mob-100 {
    padding-top: 0
}

.pt-mob-350 {
    padding-top: 0
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .asd {
        display: none !important;
    }

    .text-center_mobile {
        text-align: center !important;
    }

    .text-left_mobile {
        text-align: left !important;
    }

    .mt-860px_mobilne {
        margin-top: -860px;
        border-radius: 10px;
        will-change: transform;
        transform: perspective(1000px) rotateX(0) rotateY(0);
        height: 75vh
    }

    .mt-500px_mobilne {
        margin-top: -500px;
        border-radius: 10px;
        will-change: transform;
        transform: perspective(1000px) rotateX(0) rotateY(0);
        height: 75vh
    }

    .mt-350px_mobilne {
        margin-top: 350px
    }

    .mt-150px_mobilne {
        margin-top: 10px
    }

    .mt-50_140_mobile {
        margin-top: -140px
    }

    .mt-50_100_mobile {
        margin-top: -20px
    }

    .mw-700 {
        max-width: 700px
    }

    .pt-mob-100 {
        padding-top: 100px
    }

    .pt-mob-350 {
        padding-top: 350px
    }

    .wf-section {
        padding: 0 3px
    }

    .pt-160 {
        padding-top: 50px
    }
}

.bg-gradient-02 {
    background-image: linear-gradient(257.47deg, #f3f1fd 0, #e9f8ff 100%)
}

.header-decor {
    position: relative;
    padding-left: 25px
}

.header-decor::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    display: block;
    width: 4px;
    height: 30px;
    background-color: #93c43e
}

.lead {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400
}

@media (min-width:768px) {
    .lead {
        font-size: 24px
    }
}

.box-minimal {
    text-align: center
}

.box-minimal .box-minimal-icon {
    font-size: 50px;
    line-height: 50px;
    color: #93c43e
}

.box-minimal-divider {
    width: 36px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #93c43e
}

.box-minimal-text {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
}

*+.box-minimal {
    margin-top: 30px
}

*+.box-minimal-title {
    margin-top: 10px
}

*+.box-minimal-divider {
    margin-top: 20px
}

*+.box-minimal-text {
    margin-top: 15px
}

.bg-gray-700 .box-minimal p,
.bg-primary .box-minimal p,
.box-banner .box-minimal p,
.context-dark .box-minimal p,
.desktop .post-modern:hover .post-modern-inner .box-minimal p {
    color: #656b9c
}

.box-counter {
    padding: 30px 0;
    position: relative;
    text-align: center
}

.box-counter-main {
    display: flex;
    justify-content: center
}

.box-counter-title {
    display: block;
    font-size: 16px;
    line-height: 1.2
}

.box-counter-main {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.06em;
    color: #293072
}

.box-counter-main>* {
    display: inline;
    font: inherit
}

.box-counter-main .small {
    font-size: 28px
}

.box-counter-main .small_top {
    position: relative;
    top: .2em;
    vertical-align: top
}

.box-counter-divider {
    font-size: 0;
    line-height: 0
}

.box-counter-divider::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #93c43e
}

*+.box-counter-title {
    margin-top: 10px
}

*+.box-counter-main {
    margin-top: 20px
}

*+.box-counter-divider {
    margin-top: 10px
}

@media (min-width:576px) {
    .counter-group {
        display: flex;
        flex-wrap: wrap
    }

    .box-counter {
        flex: 0 0 50%
    }

    .counter-group-grid .box-counter:nth-child(1),
    .counter-group-grid .box-counter:nth-child(3) {
        border-right: 1px solid #e0e1eb
    }

    .counter-group-grid .box-counter:nth-child(3),
    .counter-group-grid .box-counter:nth-child(4) {
        border-top: 1px solid #e0e1eb
    }
}

@media (min-width:768px) {
    .box-counter-main {
        font-size: 48px
    }

    .box-counter-title {
        font-size: 18px
    }
}

@media (min-width:1200px) {
    .box-counter {
        padding: 75px 0
    }

    .counter-group-grid .box-counter:nth-child(1) {
        padding-top: 50px
    }

    .counter-group-grid .box-counter:nth-child(2) {
        padding-top: 50px
    }

    .box-counter-main {
        font-size: 64px
    }

    .box-counter-main .small {
        font-size: 36px
    }

    *+.box-counter-main {
        margin-top: 30px
    }

    *+.box-counter-divider {
        margin-top: 15px
    }
}

.bg-primary .box-counter {
    color: #fff
}

.bg-primary .box-counter-divider::after {
    background: #fff
}

.testimonial-img-wrapper {
    margin-right: 50px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .testimonial-img-wrapper {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-img-wrapper {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .testimonial-img-wrapper {
        margin-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .testimonial-img-wrapper .pattern {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-img-wrapper .pattern {
        width: 100%
    }
}

@media (max-width:767px) {
    .testimonial-img-wrapper .pattern {
        width: 100%
    }
}

.testimonial-img-wrapper .images {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.testimonial-img-wrapper .images.one {
    top: 50px;
    left: 150px;
    animation: scale-up-one infinite 6s ease-in-out;
    -webkit-animation: scale-up-one infinite 6s ease-in-out
}

@media (max-width:767px) {
    .testimonial-img-wrapper .images.one {
        left: 0
    }
}

.testimonial-img-wrapper .images.two {
    top: 100px;
    right: 10px;
    animation: scale-up-one infinite 8s ease-in-out;
    -webkit-animation: scale-up-one infinite 8s ease-in-out
}

@media (max-width:767px) {
    .testimonial-img-wrapper .images.two {
        top: 20px
    }
}

.testimonial-img-wrapper .images.three {
    left: -12px;
    bottom: 153px;
    animation: scale-up-one infinite 6s ease-in-out;
    -webkit-animation: scale-up-one infinite 6s ease-in-out
}

@media (max-width:767px) {
    .testimonial-img-wrapper .images.three {
        bottom: 40px
    }
}

.testimonial-img-wrapper .images.four {
    bottom: 46px;
    right: 43px;
    animation: scale-up-one infinite 10s ease-in-out;
    -webkit-animation: scale-up-one infinite 10s ease-in-out
}

@media (max-width:767px) {
    .testimonial-img-wrapper .images.four {
        bottom: 0
    }
}

.testimonial-img-wrapper .images.five {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .1);
    width: 120px;
    height: 120px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    line-height: 115px
}

.testimonial-text-wrapper .style-text {
    left: -9px;
    top: -28px
}

.testimonial-text-wrapper .quote-paragraph {
    overflow: hidden;
    background-image: -moz-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    padding: 33px 44px 36px 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .testimonial-text-wrapper .quote-paragraph {
        padding: 33px 10px 36px
    }
}

@media (max-width:767px) {
    .testimonial-text-wrapper .quote-paragraph {
        padding: 33px 10px 36px
    }
}

.testimonial-text-wrapper .quote-paragraph .author {
    float: left;
    margin-right: 25px;
    margin-top: 8px
}

@media (max-width:767px) {
    .testimonial-text-wrapper .quote-paragraph .author {
        float: none;
        margin-bottom: 15px
    }
}

.testimonial-text-wrapper .quote-paragraph .author img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.testimonial-text-wrapper .quote-paragraph .quote-text {
    overflow: hidden
}

.testimonial-text-wrapper .quote-paragraph .quote-text p {
    color: #fff;
    margin-bottom: 18px
}

.testimonial-text-wrapper .quote-paragraph .quote-text h6 {
    color: #fff
}

.testimonial-text-wrapper .quote-paragraph .quote-text h6 span {
    color: #b0d3ff
}

@media (max-width:578px) {
    .testimonial-text-wrapper .section-title {
        margin-top: 40px !important
    }
}

.testimonial-text-wrapper2 {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
    padding: 37px 57px 40px 40px;
    position: relative;
    min-height: 370px;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-text-wrapper2 {
        padding: 37px 15px 40px
    }
}

@media (max-width:767px) {
    .testimonial-text-wrapper2 {
        padding: 37px 15px 40px
    }
}

.testimonial-text-wrapper2 h5 {
    color: #777;
    font-weight: 400;
    line-height: 1.54;
    margin-bottom: 26px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-text-wrapper2 h5 {
        font-size: 18px
    }
}

.testimonial-text-wrapper2 .quote-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.author-box {
    display: flex;
    align-items: center
}

.author-box img {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 20px;
    width: unset !important
}

.author-box .author-content p {
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -moz-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-top: 5px
}

.rating a {
    font-size: 16px;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -moz-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    -webkit-text-fill-color: transparent
}

.testimonial-area2.nav-style-1 .owl-nav {
    top: -125px
}

.testimonial-area2.nav-style-1 .owl-nav button.owl-next,
.testimonial-area2.nav-style-1 .owl-nav button.owl-prev {
    border-radius: 6px;
    background: #f4f4f4
}

.testimonial-area2.nav-style-1 .owl-nav button.owl-next:hover,
.testimonial-area2.nav-style-1 .owl-nav button.owl-prev:hover {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(0deg, #93c43e 0, #93c43e 100%)
}

.testimonial-area2 .owl-item.active.center .testimonial-text-wrapper2 {
    border-color: #1e6fd7
}

.nav-style-1 {
    position: relative;
    z-index: 5
}

.nav-style-1 .owl-carousel .owl-stage-outer {
    margin-top: 135px
}

.nav-style-1 .owl-nav {
    left: auto;
    right: 19.8%;
    top: -135px
}

.nav-style-1 .owl-nav button.owl-prev {
    color: #333;
    background: #fff;
    margin-right: 10px
}

.nav-style-1 .owl-nav button.owl-prev:hover {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(0deg, #93c43e 0, #93c43e 100%)
}

.nav-style-1 .owl-nav button.owl-next {
    color: #333;
    background: #fff
}

.nav-style-1 .owl-nav button.owl-next:hover {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(0deg, #93c43e 0, #93c43e 100%)
}

.core-feature-title {
    margin-bottom: -88px
}

.sect-title {
    font-size: 60px;
    line-height: 1.17
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .sect-title {
        font-size: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sect-title {
        font-size: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sect-title {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .sect-title {
        font-size: 32px
    }
}

.custom-container-1 {
    max-width: 1615px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: 15px
}

.owl-nav {
    position: absolute;
    z-index: 111
}

.owl-nav button {
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #fff;
    width: 50px;
    height: 50px
}

.owl-nav button.owl-prev {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(0deg, #93c43e 0, #93c43e 100%)
}

.owl-nav button.owl-next {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(0deg, #93c43e 0, #93c43e 100%)
}

.cs-gradient_bg_1 {
    background: -webkit-gradient(linear, left top, right top, from(#eefffa), to(rgba(238, 255, 250, 0)));
    background: linear-gradient(40deg, #eefffa 0, rgba(238, 255, 250, 0) 70%)
}

.cs-gradient_bg_2 {
    background: -webkit-gradient(linear, left top, right top, from(#eefffa), to(rgba(238, 255, 250, 0)));
    background: linear-gradient(190deg, #eefffa 0, rgba(238, 255, 250, 0) 70%)
}

.comment-list .reply a,
.cs-accent_color,
.cs-accent_color_hover:hover,
.cs-tab_links.cs-style2 .active a {
    color: #93c43e
}

.brand-bg {
    background: url(assets/images/Logo_slider/Certyfikaty/brand-bg-1.png) no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 162px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    margin-top: -90px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .brand-bg {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .brand-bg {
        padding-bottom: 60px
    }
}

.brand-title .title-line {
    display: inline-block;
    padding-left: 0
}

.brand-title .title-line::before {
    left: -14px
}

.brand-title .title-line::after {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(90deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(90deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(90deg, #93c43e 0, #93c43e 100%);
    width: 2px;
    height: 14px;
    right: -14px;
    top: 1px;
    z-index: 1
}

.brand-item {
    text-align: center
}

.brand-item .brand-img {
    display: inline-block;
    text-align: center
}

.brand-item .brand-img img {
    display: block;
    width: unset
}

.brand-item .brand-img .front {
    display: inline-block;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.brand-item .brand-img .back {
    display: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    opacity: 0
}

.brand-item .brand-img:hover .front {
    display: none
}

.brand-item .brand-img:hover .back {
    display: inline-block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1
}

.brand-border {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 22px
}

.brand-border .brand-item {
    position: relative;
    z-index: 1
}

.brand-border .brand-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -webkit-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    background-image: -ms-linear-gradient(0deg, #93c43e 0, #93c43e 100%);
    z-index: 1;
    opacity: 0
}

.brand-border .brand-item:hover::before {
    opacity: 1
}

.brand-border .owl-item.active.center .brand-item::before {
    opacity: 1
}

.visit-tailor-video {
    background: #f8f8f8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 2 !important;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .visit-tailor-video {
        display: block
    }
}

@media (max-width:575px) {
    .visit-tailor-video {
        display: block
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .visit-tailor-video {
        display: block
    }
}

.visit-tailor-video .tailor-details {
    width: 50%;
    padding: 20px 100px 20px 300px
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .visit-tailor-video .tailor-details {
        padding: 20px 80px;
        width: 50%
    }
}

@media (min-width:1401px) and (max-width:1600px) {
    .visit-tailor-video .tailor-details {
        padding: 20px 80px;
        width: 50%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .visit-tailor-video .tailor-details {
        width: 53%;
        padding: 50px 20px 20px 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .visit-tailor-video .tailor-details {
        width: 76%;
        padding: 50px 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .visit-tailor-video .tailor-details {
        width: 100%;
        padding: 50px 30px;
        padding-top: 50px
    }
}

@media (max-width:575px) {
    .visit-tailor-video .tailor-details {
        width: 100%;
        padding: 50px 30px;
        padding-top: 50px
    }
}

.visit-tailor-video .tailor-details span {
    margin-bottom: 22px;
    display: block
}

.visit-tailor-video .tailor-details h2 {
    font-size: 58px;
    display: block;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .visit-tailor-video .tailor-details h2 {
        font-size: 37px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .visit-tailor-video .tailor-details h2 {
        font-size: 50px
    }
}

@media (max-width:575px) {
    .visit-tailor-video .tailor-details h2 {
        font-size: 26px
    }
}

.visit-tailor-video .tailor-details p {
    line-height: 1.7;
    font-size: 18px
}

.visit-tailor-video .tailor-details p.pera-bottom {
    margin-bottom: 41px
}

@media (max-width:575px) {
    .visit-tailor-video .tailor-details p.pera-bottom {
        font-size: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .visit-tailor-video .tailor-details p.pera-bottom {
        font-size: 13px
    }
}

.visit-tailor-video .tailor-offers {
    background-image: url(../../assets/images/Elementy/gf-ZKDu-xEqA-acXk_pompa-ciepla-1920x1080-nocrop.webp);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 528px;
    width: 50%
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .visit-tailor-video .tailor-offers {
        width: 50%
    }
}

@media (min-width:1401px) and (max-width:1600px) {
    .visit-tailor-video .tailor-offers {
        width: 50%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .visit-tailor-video .tailor-offers {
        width: 49%;
        height: 560px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .visit-tailor-video .tailor-offers {
        width: 100%;
        height: 400px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .visit-tailor-video .tailor-offers {
        width: 100%;
        height: 400px
    }
}

@media (max-width:575px) {
    .visit-tailor-video .tailor-offers {
        width: 100%;
        height: 400px
    }
}

.visit-tailor-video .tailor-offers .video-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

.visit-tailor-video .tailor-offers .video-icon a {
    background: #fff;
    color: #93c43e;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    border-radius: 50%
}

.visit-tailor-video .tailor-offers .video-icon a img {
    position: relative;
    z-index: 1
}

.visit-tailor-video .tailor-offers .video-icon a::after {
    position: absolute;
    border: 100px solid rgba(255, 255, 255, .3);
    content: "";
    border-radius: 50%;
    left: -49px;
    top: -50px;
    right: 0;
    z-index: 0;
    background: #0000
}

@media (max-width:575px) {
    .visit-tailor-video .tailor-offers .video-icon a::after {
        border: 70px solid rgba(225, 255, 255, .2);
        left: -35px;
        top: -34px;
        right: 0;
        position: unset;
        border: 0
    }
}

@media (max-width:575px) {
    .visit-tailor-video .tailor-offers .video-icon a {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
}

.visit-tailor-video .tailor-offers .video-icon a i {
    font-size: 20px;
    font-size: 20px;
    line-height: 1;
    position: relative;
    right: -2px;
    top: 2px;
    color: #93c43e
}

.visit-tailor-video .tailor-offers .video-icon a:hover i {
    color: #fff
}

.visit-tailor-video .tailor-offers .video-icon a.btn-icon {
    position: relative
}

.visit-tailor-video .tailor-offers .video-icon a.btn-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(.23, 1, .32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(.23, 1, .32, 1) both infinite
}

@media (max-width:575px) {
    .visit-tailor-video .tailor-offers .video-icon a.btn-icon::before {
        position: unset;
        border: 0
    }
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        border-width: 1px;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.9);
        transform: scale(1.9)
    }

    100% {
        opacity: 0
    }
}

@media (max-width:575px) {
    .visit-tailor-video .tailor-offers .video-icon a.btn-icon {
        position: unset
    }
}

.nio-con-cta-section {
    z-index: 1;
    padding: 100px 0
}

.nio-con-cta-section:after {
    top: 0;
    right: -240px;
    width: 50%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    transform: skew(-30deg);
    background-color: rgba(147, 196, 62, .8)
}

.nio-con-cta-section .nio-con-section-title h2,
.nio-con-cta-section .nio-con-section-title p,
.nio-con-cta-section .nio-con-section-title span {
    color: #fff
}

.nio-con-cta-section .nio-con-section-title span:before {
    background-color: #fff
}

.nio-con-cta-section .nio-con-section-title p {
    font-size: 21px;
    padding-top: 25px
}

.nio-con-cta-section .background_overlay {
    z-index: -2;
    background-color: rgba(0, 0, 0, .65)
}

.nio-con-cta-btn {
    height: 65px;
    width: 220px;
    float: right;
    margin-top: 35px;
    line-height: 65px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .3s all ease-in-out
}

.nio-con-cta-btn a {
    width: 100%;
    color: #fff;
    display: block;
    font-weight: 700
}

.nio-con-cta-btn:hover {
    border: 2px solid #000;
    background-color: #000
}

@media screen and (max-width:1024px) {
    .nio-con-cta-section:after {
        right: -140px
    }
}

@media screen and (max-width:480px) {
    .nio-con-cta-btn {
        float: none;
        height: 50px;
        width: 150px;
        line-height: 50px
    }
}

.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.nio-con-section-title span {
    font-size: 18px;
    font-weight: 700;
    padding-left: 75px;
    position: relative
}

.nio-con-section-title span:before {
    left: 0;
    top: 12px;
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    background-color: #93c43e
}

.nio-con-section-title h2 {
    color: #0e0e0e;
    font-size: 48px;
    font-weight: 700
}

@media screen and (max-width:480px) {
    .nio-con-section-title h2 {
        font-size: 34px
    }
}

@media screen and (max-width:380px) {
    .nio-con-section-title h2 {
        font-size: 30px
    }
}

.pera-content p {
    margin-bottom: 0
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.nio-con-slider-section {
    overflow: visible
}

.nio-con-slider-section .slider-shape {
    z-index: 2
}

.nio-con-slider-section .slider-sh1 {
    top: 155px;
    right: 65px
}

.nio-con-slider-section .slider-sh2,
.nio-con-slider-section .slider-sh3 {
    left: 0;
    bottom: -440px
}

.nio-con-slider-section .slider-sh4 {
    right: 0;
    bottom: -130px
}

.nio-con-slider-section .slider-sh5 {
    right: 50px;
    bottom: -125px
}

.nio-con-about-img {
    max-width: 470px
}

.nio-con-about-img img {
    border-radius: 10px
}

.nio-con-about-img .nio-con-about-counter {
    left: -60px;
    bottom: 85px;
    position: absolute;
    background-color: #fff;
    padding: 30px 70px 30px 60px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: 8px solid #93c43e;
    box-shadow: 0 5px 48px 0 rgba(0, 0, 0, .05)
}

.nio-con-about-img .nio-con-about-counter h3 {
    color: #93c43e;
    font-size: 34px;
    font-weight: 700
}

.nio-con-about-img .nio-con-about-counter h4 {
    color: #0e0e0e;
    font-size: 24px;
    font-weight: 700
}

.center {
    display: table;
    height: 100%
}

#social-test {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px
}

#social-test .social {
    padding-left: 0
}

#social-test li {
    display: inline-block
}

#social-test li a {
    color: rgba(147, 195, 62, .6);
    border-radius: 6px;
    list-style-type: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 1%;
    border: 1px solid rgba(147, 195, 62, .6);
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
    transition: ease .3s
}

#social-test li a:hover {
    color: #93c43e;
    border: 1px solid #93c43e
}

.social:hover>li {
    opacity: .5
}

.social:hover>li:hover {
    opacity: 1
}

.credits,
.credits a {
    font-size: 20px;
    color: rgba(147, 195, 62, .6)
}

.fancy-feature-eight .bg-wrapper {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 35px 0 42px
}

.fancy-feature-eight .bg-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 24px;
    background: url(../../assets/images/Elementy/97.svg) no-repeat center top;
    left: 0;
    top: -20px
}

.fancy-feature-eight .bg-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 13px;
    background: url(../../assets/images/Elementy/98.svg) no-repeat center bottom;
    left: 0;
    bottom: -10px
}

.block-style-twelve .text-wrapper h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.block-style-twelve .text-wrapper .title {
    font-size: 42px;
    line-height: 1.28em;
    padding: 0 0 30px
}

.block-style-twelve .text-wrapper p {
    font-size: 22px;
    line-height: 1.59em
}

.block-style-twelve {
    padding: 140px 0;
    position: relative
}

.block-style-twelve:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 13px;
    left: 0;
    bottom: -7px;
    background: url(../../assets/images/Elementy/line-shape-9.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.block-style-twelve:last-child {
    padding-bottom: 0
}

.block-style-twelve:last-child:before {
    display: none
}

@media (max-width:991px) {

    .block-style-twelve .ml-auto,
    .block-style-twelve .mr-auto {
        margin: 0 auto !important
    }

    .block-style-twelve .text-wrapper {
        padding-top: 60px
    }

    .block-style-twelve .text-wrapper h6 {
        font-size: 15px
    }

    .block-style-twelve .text-wrapper .title {
        font-size: 28px;
        padding: 15px 0 20px
    }

    .block-style-twelve .text-wrapper p {
        font-size: 18px
    }

    .block-style-twelve {
        padding: 55px 0
    }
}

.mrleft-50 {
    padding-left: 50px
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .mrtop-100 {
        padding-top: 100px
    }

    .mrleft-50 {
        padding-left: 0
    }
}

.about-three {
    position: relative;
    display: block;
    overflow: hidden;
    background: #1e1e1e
}

.about-three .container-fullwidth {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

.about-three__img-box {
    position: relative;
    display: block;
    width: 50%;
    float: left
}

.about-three__img-box img {
    width: 100%
}

.about-three__content-box {
    position: relative;
    display: block;
    width: 50%;
    max-width: 725px;
    float: left;
    padding-left: 120px
}

.about-three__content-box .section-title__title {
    color: #fff
}

.about-three__text {
    color: #fff;
    margin: 0
}

.about-three-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 36px
}

.about-three-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 13px
}

.about-three-list li:last-child {
    margin-bottom: 0
}

.about-three-list li .icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: var(--thm-base);
    color: #fff;
    font-size: 15px;
    border-radius: 50%
}

.about-three-list li .text {
    position: relative;
    display: block
}

.about-three-list li .text p {
    color: #bfbfbf;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 15px;
    margin: 0
}

.about-three__content-box .buttons {
    position: relative;
    display: block;
    margin-top: 67px
}

.about-three__content-box .buttons .thm-btn {
    background: 0 0;
    border: 2px solid #303030;
    color: #bfbfbf
}

.about-three__content-box .buttons .thm-btn::after {
    background: var(--thm-base)
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .about-three .container-fullwidth {
        display: block
    }

    .about-three__content-box .section-title__title br {
        display: none
    }

    .about-three__img-box {
        width: 100%;
        float: none;
        max-width: 900px;
        margin: 0 auto
    }

    .about-three__content-box {
        float: none;
        padding-left: 0;
        max-width: 900px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 120px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    \\ .about-three .container-fullwidth {
        display: block
    }

    .about-three__content-box .section-title__title br {
        display: none
    }

    .about-three__img-box {
        width: 100%;
        float: none;
        max-width: 900px;
        margin: 0 auto
    }

    .about-three__content-box {
        float: none;
        padding-left: 0;
        max-width: 900px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-three .container-fullwidth {
        display: block
    }

    .about-three__content-box .section-title__title br {
        display: none
    }

    .about-three__img-box {
        width: 100%;
        float: none;
        max-width: 900px;
        margin: 0 auto;
        padding: 0 30px
    }

    .about-three__content-box {
        float: none;
        max-width: 900px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-left: 30px;
        padding: 60px 30px 120px 0
    }
}

@media only screen and (max-width:767px) {
    .about-three .container-fullwidth {
        display: block
    }

    .about-three .section-title__title {
        font-size: 39px
    }

    .about-three__content-box .section-title__title br {
        display: block
    }

    .about-three__img-box {
        width: 100%;
        float: none;
        max-width: 900px;
        margin: 0 auto;
        padding: 0 20px
    }

    .about-three__content-box {
        float: none;
        max-width: 900px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-left: 30px;
        padding: 60px 30px 120px 30px
    }
}

.heading-section .subheading {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 600
}

.heading-section h2 span {
    font-weight: 400
}

@media (max-width:767.98px) {
    .heading-section h2 {
        font-size: 28px
    }
}

.page-title {
    position: relative;
    padding: 260px 0 110px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .page-title {
        padding: 380px 0 180px !important
    }
}

.page-title:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    position: absolute
}

.page-title .inner-container {
    position: relative
}

.page-title .title-box {
    position: relative;
    float: left
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 48px;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 35px
}

.page-title .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    font-weight: 400
}

.page-title .bread-crumb {
    position: relative;
    float: right;
    padding-top: 95px
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #93c43e;
    font-weight: 700;
    text-transform: capitalize;
    cursor: default;
    padding-right: 10px;
    margin-right: 10px
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -2px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    content: "-"
}

.page-title .bread-crumb li:last-child:before {
    display: none
}

.page-title .bread-crumb li a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.page-title .bread-crumb li a:hover {
    color: #93c43e
}

.rtl .banner-section .bottom-box .contact-info,
.rtl .blog-detail .tags .title,
.rtl .blog-detail .tags ul li,
.rtl .header-style-five .nav-outer,
.rtl .header-style-four .main-menu,
.rtl .header-style-one .main-menu,
.rtl .header-style-three .main-menu,
.rtl .main-footer .footer-bottom .copyright-text,
.rtl .main-header .contact-info li span,
.rtl .main-header .logo-box,
.rtl .main-header .top-left,
.rtl .main-menu .navigation>li,
.rtl .page-title .title-box,
.rtl .project-detail .info-list li strong,
.rtl .projects-section-two .upper-box .sec-title,
.rtl .service-detail .prod-tabs .tab-btns .tab-btn,
.rtl .testimonial-section .testimonial-column {
    float: right
}

.rtl .cat-list li a span,
.rtl .header-style-five .outer-box,
.rtl .header-style-four .header-top .top-right,
.rtl .header-style-four .nav-outer,
.rtl .header-style-four .outer-box,
.rtl .header-style-one .outer-box,
.rtl .header-style-three .nav-outer,
.rtl .main-footer .footer-bottom .social-links,
.rtl .main-header .nav-outer,
.rtl .main-header .top-right,
.rtl .page-title .bread-crumb,
.rtl .projects-section-two .upper-box .link-box,
.rtl .testimonial-section .title-column {
    float: left
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.blog-img,
.img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.ftco-about .img-about {
    width: 100%;
    z-index: 0;
    position: relative
}

.ftco-about .img-about .overlay {
    width: 40%;
    height: 30%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #93c43e;
    margin-top: 40px;
    margin-left: -60px;
    opacity: 1
}

.ftco-about .img-about .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, .33);
    -moz-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, .33);
    box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, .33)
}

@media (max-width:1199.98px) {
    .ftco-counter {
        background-position: center center !important
    }
}

.ftco-counter .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0
}

.ftco-counter .text {
    display: inline-block
}

@media (min-width:992px) {
    .ftco-counter .text {
        padding-left: 63px !important;
        margin-left: -63px
    }
}

.ftco-counter .text span.number {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

.ftco-counter .text span {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.services {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.services .icon {
    line-height: 1.3;
    position: relative
}

.services .icon span {
    font-size: 60px;
    color: #8cb93b;
    background: #9ff669;
    background: -moz-linear-gradient(-45deg, #9ff669 0, #31de79 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, #9ff669), color-stop(100%, #31de79));
    background: -webkit-linear-gradient(-45deg, #9ff669 0, #31de79 100%);
    background: -o-linear-gradient(-45deg, #9ff669 0, #31de79 100%);
    background: -ms-linear-gradient(-45deg, #9ff669 0, #31de79 100%);
    background: -webkit-linear-gradient(315deg, #9ff669 0, #31de79 100%);
    background: -o-linear-gradient(315deg, #9ff669 0, #31de79 100%);
    background: linear-gradient(135deg, #9ff669 0, #31de79 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.services .media-body h3 {
    font-size: 18px;
    font-weight: 500
}

.block-6 .media-body p {
    font-size: 16px
}

.ftco-section {
    padding: 3em 0 7em;
    position: relative
}

@media (max-width:767.98px) {
    .ftco-section {
        padding: 6em 0
    }
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .delete-padding {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.blog-entry .text {
    position: relative;
    z-index: 0
}

.blog-entry .text .big {
    position: absolute;
    top: -20px;
    left: -60px;
    font-size: 100px;
    line-height: .8;
    z-index: -1;
    color: #ebebeb70
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .blog-entry .text .big {
        font-size: 70px
    }
}

.blog-entry .text h3 {
    font-weight: 700;
    font-size: 32px
}

.blog-entry .text h3 a {
    color: #1d1d1d;
    font-size: 17px
}

.site-section {
    padding: 2.5em 0
}

@media (min-width:768px) {
    .site-section {
        padding: 5em 0
    }
}

.site-section.site-section-sm {
    padding: 4em 0
}

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    font-size: 2.5rem
}

@media (min-width:768px) {
    .site-section-heading {
        font-size: 3rem
    }
}

.box-with-humber {
    position: relative
}

.box-with-humber .number-behind {
    font-size: 10rem;
    position: absolute;
    z-index: -1;
    top: -4rem;
    left: -3rem;
    font-weight: 900;
    color: #e6e6e6
}

.ul-check {
    margin-bottom: 50px
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5
}

.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: icomoon;
    content: "\e5ca";
    position: absolute
}

.ul-check.white li:before {
    color: #fff
}

.ul-check.success li:before {
    color: #8bc34a
}

.ul-check.primary li:before {
    color: #32dbc6
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.gutter-v1-first {
    margin-right: -20px;
    margin-left: -20px
}

@media (max-width:991.98px) {
    .gutter-v1-first {
        margin-left: -15px;
        margin-right: -15px
    }
}

.gutter-v1-first>.col,
.gutter-v1-first>[class*=col-] {
    padding-right: 20px;
    padding-left: 20px
}

@media (max-width:991.98px) {

    .gutter-v1-first>.col,
    .gutter-v1-first>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #f1fbff
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.hero-first {
    padding: 25px 0 150px
}

.hero-first h1 {
    font-size: 50px;
    font-weight: 700;
    color: #93c43e
}

@media (max-width:991.98px) {
    .hero-first h1 {
        font-size: 30px
    }
}

.hero-first .bg:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 70%;
    right: -44%;
    bottom: -70px;
    z-index: -1;
    background: #f1fbff
}

.hero-first figure {
    position: relative
}

.hero-first .quote {
    padding: 50px;
    background: #93c43e;
    color: #fff;
    width: 100%;
    bottom: -20px;
    left: -50px;
    position: absolute
}

.feature-first .icon-wrap {
    position: relative
}

.feature-first .icon-wrap span {
    font-size: 60px
}

.feature-first .icon-wrap:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #93c43e;
    z-index: -1
}

.feature-first h3 {
    font-size: 16px;
    font-weight: 700
}

.tf-section {
    padding: 120px 0 0
}

@media only screen and (max-width:991px) {
    .tf-section {
        padding: 120px 0 0
    }
}

@media only screen and (max-width:767px) {
    .tf-section {
        padding: 100px 0 0
    }
}

@media only screen and (max-width:479px) {
    .tf-section {
        padding: 100px 0 0
    }
}

.padding-bottom-70 {
    padding-bottom: 35px
}

.section-work {
    background: #f7f6f7
}

.section-work .list-box-work {
    display: flex
}

.section-work .list-box-work .box-work {
    width: 95%;
    height: 95%;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 50px 20px 73px 30px;
    margin-right: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.section-work .list-box-work .box-work:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    background: #fff;
    position: relative
}

.section-work .list-box-work .box-work:hover span {
    color: #93c43e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.section-work .list-box-work .box-work span {
    font-size: 40px;
    padding-bottom: 26px;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.section-work .list-box-work .box-work:after {
    content: "";
    width: 14%;
    height: 19%;
    position: absolute;
    top: 0;
    left: -10px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.section-work .list-box-work .box-work:hover:after {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    left: 0;
    opacity: 1
}

.section-work .list-box-work .box-work .title-box {
    position: relative;
    padding-bottom: 20px
}

.section-work .list-box-work .box-work .title-box:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 25px;
    height: 25px;
    border-radius: 0;
    background: #93c43e
}

.section-work .list-box-work .box-work .title-box a {
    position: relative;
    z-index: 99;
    color: #11161e;
    font-size: 26px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.section-work .list-box-work .box-work .title-box a:hover {
    color: #93c43e;
    padding-left: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.section-work .list-box-work .box-work .text {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px
}

.section-work .list-box-work .box-work .readmore {
    padding: 6px 12px;
    border-radius: 30px;
    background: #f3f3f4
}

.section-work .list-box-work .box-work .readmore:hover {
    background: #93c43e
}

.section-work .list-box-work .box-work .readmore i {
    color: #777
}

.section-work .list-box-work .box-work:nth-child(3) {
    padding: 50px 54px 73px
}

.section-work .list-box-work .box-work:nth-child(4) {
    margin-right: 0;
    padding: 50px 54px 73px
}

.section-work.style-2 .heading-top h3.title {
    color: #fff;
    line-height: 1.5em;
    padding-top: 4px;
    letter-spacing: .15px
}

.section-work.style-2 .description-right {
    padding-left: 10px
}

.section-work.style-2 .description-right h6.title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05px;
    line-height: 1.7em;
    padding-top: 32px;
    padding-bottom: 26px;
    color: #fff
}

.section-work.style-2 hr#divider {
    height: 1px;
    background: #fff;
    width: 1170px;
    margin-left: 8px;
    margin-top: 20px;
    margin-bottom: 30px
}

.section-work.style-2 .divider-left {
    position: relative;
    width: 5px;
    height: 100%;
    float: left
}

.section-work.style-2 .divider-left:before {
    content: "";
    width: 100%;
    height: 30px;
    background: #93c43e;
    position: absolute;
    z-index: 99;
    top: -30px;
    left: 0
}

.section-work.style-2 .divider-left:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 83px;
    background: rgba(255, 255, 255, .102)
}

.section-work.style-2 .list-box-work {
    display: flex
}

.section-work.style-2 .list-box-work .box-work {
    background: 0 0;
    padding: 40px 10px 0;
    overflow: inherit;
    width: 23%;
    margin-right: 30px
}

.section-work.style-2 .list-box-work .box-work:after {
    display: none
}

.section-work.style-2 .list-box-work .box-work:hover .box-item span {
    color: #93c43e
}

.section-work.style-2 .list-box-work .box-work .box-item {
    margin-left: 30px
}

.section-work.style-2 .list-box-work .box-work .box-item span {
    color: #777
}

.section-work.style-2 .list-box-work .box-work .box-item .title-box {
    position: relative
}

.section-work.style-2 .list-box-work .box-work .box-item .title-box:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #93c43e
}

.section-work.style-2 .list-box-work .box-work .box-item .title-box a {
    position: relative;
    z-index: 99;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.section-work.style-2 .list-box-work .box-work .box-item .title-box a:hover {
    color: #93c43e;
    padding-left: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.section-work.style-2 .list-box-work .box-work .box-item p.text {
    color: #777;
    padding-right: 10px
}

.section-work.style-2 .list-box-work .box-work .box-item .readmore {
    padding: 6px 12px;
    border-radius: 30px;
    background: rgba(243, 243, 244, .102)
}

.section-work.style-2 .list-box-work .box-work .box-item .readmore i {
    color: #777
}

.section-work.style-2 .list-box-work .box-work .box-item .readmore:hover {
    background: #93c43e
}

.section-work.style-2 .list-box-work .box-work .box-item .readmore:hover i {
    color: #fff
}

.section-work.style-2 .list-box-work .box-work:nth-child(4) {
    margin-right: 0
}

.section-work.style-2 .list-box-work .box-work:nth-child(5) {
    margin-top: 83px
}

.section-work.style-2 .list-box-work .box-work:nth-child(6) {
    margin-top: 83px
}

.section-work.style-2 .list-box-work .form-portfolio {
    border: 5px solid #93c43e;
    padding: 39px 95px 0;
    margin-top: -30px;
    margin-left: 2px;
    width: 48.7%
}

.section-work.style-2 .list-box-work .form-portfolio .heading-form img {
    float: left;
    padding-right: 28px
}

.section-work.style-2 .list-box-work .form-portfolio .heading-form p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 11px;
    line-height: 1.1em;
    color: #93c43e;
    padding-top: 7px
}

.section-work.style-2 .list-box-work .form-portfolio .heading-form h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact {
    padding-top: 58px;
    padding-bottom: 21px
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group {
    position: relative
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group input#email {
    background: rgba(255, 255, 255, .051);
    color: #777;
    padding: 23px 29px;
    font-size: 13px;
    border: none;
    width: 100%
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 21.5%;
    border-radius: 0;
    background: #93c43e
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group .btn::before {
    content: "\f1d8";
    font-size: 20px
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group .btn:hover {
    background: #fff
}

.section-work.style-2.style-3 {
    background: #fff;
    padding-bottom: 125px
}

.section-work.style-2.style-3 .heading-top h4.sub-title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 11.5px;
    line-height: 1.3em;
    color: #93c43e
}

.section-work.style-2.style-3 .heading-top h3.title {
    color: #11161e
}

.section-work.style-2.style-3 .description-right {
    padding-top: 4px
}

.section-work.style-2.style-3 .description-right h6.title {
    color: #11161e;
    padding-top: 27px
}

.section-work.style-2.style-3 hr#divider {
    background: rgba(17, 22, 30, .102);
    margin-bottom: 27px
}

.section-work.style-2.style-3 .list-box-work .box-work:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background: #fff;
    position: relative
}

.section-work.style-2.style-3 .list-box-work .box-work .box-item .title-box a {
    color: #11161e
}

.section-work.style-2.style-3 .list-box-work .box-work .box-item .title-box a:hover {
    color: #93c43e
}

.section-work.style-2.style-3 .list-box-work .box-work .box-item .readmore {
    background: rgba(17, 22, 30, .102)
}

.section-work.style-2.style-3 .list-box-work .box-work .box-item .readmore:hover {
    background: #93c43e
}

.section-work.style-2.style-3 .list-box-work .box-work .divider-left:after {
    background: rgba(17, 22, 30, .102)
}

.section-work.style-2.style-3.s2 {
    padding-bottom: 127px
}

.section-work.style-2.style-3.s1 {
    padding-top: 150px;
    padding-bottom: 126px
}

@media only screen and (max-width:991px) {
    .main-header-contact {
        display: none
    }

    .section-work.style-2.style-3.s1 {
        padding-top: 100px
    }

    .section-work .list-box-work {
        flex-wrap: wrap
    }

    .section-work .list-box-work .box-work {
        width: 48%;
        margin-right: 29px;
        margin-bottom: 30px
    }

    .section-work .list-box-work .box-work:nth-child(2) {
        margin-right: 0
    }

    .section-work .list-box-work .box-work:nth-child(4) {
        margin-right: 0
    }

    .section-work.style-2 .list-box-work .box-work {
        width: 47%
    }

    .section-work.style-2 .list-box-work .box-work:nth-child(3) {
        margin-top: 30px
    }

    .section-work.style-2 .list-box-work .box-work:nth-child(4) {
        margin-top: 30px
    }

    .section-work.style-2 .list-box-work .box-work:nth-child(6) {
        margin-right: 0
    }

    .section-work.style-2 .list-box-work .form-portfolio {
        width: 100%;
        margin-top: 30px
    }

    .section-work.style-2.style-3 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .section-work .list-box-work .box-work {
        width: 100%;
        margin-right: 0
    }

    .section-work.style-2 .description-right {
        padding-left: 0
    }

    .section-work.style-2 .list-box-work .box-work {
        width: 45%
    }

    .section-work.style-2 .list-box-work .form-portfolio {
        padding: 39px 30px 0
    }

    .section-work.style-2 .list-box-work .form-portfolio .heading-form img {
        padding-right: 20px
    }

    .section-work.style-2.style-3 {
        padding-bottom: 80px
    }

    .section-work.style-2 .form-portfolio {
        padding: 25px 50px
    }
}

@media only screen and (max-width:479px) {
    .section-work .list-box-work .box-work {
        width: 100%;
        margin-right: 0
    }

    .section-work .list-box-work .box-work:nth-child(4) {
        margin-bottom: 0
    }

    .section-work.style-2 .description-right {
        padding-left: 0
    }

    .section-work.style-2 .list-box-work .box-work {
        width: 45%
    }

    .section-work.style-2 .list-box-work .form-portfolio {
        padding: 39px 30px 0
    }

    .section-work.style-2 .list-box-work .form-portfolio .heading-form img {
        padding-right: 20px
    }

    .section-work.style-2 .form-portfolio {
        padding: 25px 50px
    }
}

.divider {
    position: relative;
    width: 370px;
    height: 9px;
    background: #11161e;
    border-radius: 50px;
    z-index: 0
}

.divider.dark {
    background: #fff !important
}

.divider.dark:after {
    background: rgba(17, 22, 30, .2)
}

.divider::before {
    content: "";
    position: absolute;
    z-index: 9;
    top: 0;
    left: -1px;
    width: 185px;
    height: 100%;
    background: #93c43e;
    border-radius: 50px
}

.divider:after {
    content: "";
    position: absolute;
    z-index: 8;
    top: 4px;
    right: 10px;
    width: 200px;
    height: 1px;
    background: rgba(255, 255, 255, .2)
}

.box-work .divider-left:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.box-work:hover .divider-left:before {
    height: 113px !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.hide {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

.accordion {
    background: #fff;
    width: 100%;
    border: 1px solid #e0e0e0
}

.accordion-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0
}

.accordion-item:last-child {
    border-bottom: none
}

.accordion-label {
    padding: 20px 0 20px 30px;
    width: 100%;
    display: block;
    font-size: 10px
}

.accordion-label:hover {
    cursor: pointer
}

.accordion-label:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    top: 22px;
    left: 12px;
    display: inline-block;
    border-left: 5px solid #999;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

input[type=checkbox]:checked~.accordion-label:before {
    transform: rotate(90deg)
}

.accordion-child {
    margin: 0;
    overflow: hidden;
    transition: all .3s ease;
    opacity: 0;
    height: 0;
    transform: scale(1, 0);
    transform-origin: center top
}

input[type=checkbox]:checked~.accordion-child {
    border: 1px solid #e0e0e0;
    margin: 0 -20px 15px;
    background: #fff;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .16);
    padding: 10px;
    height: auto;
    opacity: 1;
    transform: scale(1, 1)
}

.title-style-twelve .upper-title {
    text-transform: uppercase;
    font-size: 18px;
    color: rgba(0, 0, 0, .4);
    letter-spacing: 3px;
    padding-bottom: 8px
}

.title-style-twelve h2 {
    font-weight: 700;
    font-size: 58px;
    line-height: 1.29em
}

.title-style-twelve span {
    position: relative
}

.title-style-twelve span img {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.title-style-twelve p {
    font-size: 24px;
    line-height: 1.75em
}

.block-style-twentySeven {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 40px 12px;
    text-align: center;
    margin-top: 35px;
    transition: all .3s ease-in-out
}

.block-style-twentySeven:hover {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 15px 40px rgba(21, 21, 21, .09)
}

.block-style-twentySeven .icon {
    height: 120px
}

.block-style-twentySeven .icon img {
    max-height: 100%
}

.block-style-twentySeven h4 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -.5px;
    margin: 42px 0 20px
}

.block-style-twentySeven p {
    font-size: 17px;
    line-height: 28px
}

body .theme-btn-ten {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.5px;
    color: #000;
    position: relative;
    padding-bottom: 5px
}

body .theme-btn-ten .fa {
    font-size: 14px;
    margin-left: 5px
}

body .theme-btn-ten:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0
}

.pt-05 {
    padding-top: .11rem
}

.contact.is-sm {
    padding-top: 10px;
    padding-bottom: 100px
}

@media screen and (max-width:576px) {
    .contact.is-sm {
        padding: 60px 0
    }
}

.contact.contact-contact {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-color: #fff
}

.contact.contact-contact .contact-form {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 #fff;
    box-shadow: 0 17px 43px #e1e4e5;
    padding: 60px;
    background: #fff;
    border-radius: 10px
}

@media screen and (max-width:576px) {
    .contact.contact-contact .contact-form {
        padding: 25px 15px
    }
}

.contact.contact-contact .feather {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    color: #93c43e;
    margin-right: 20px
}

.contact.contact-contact .contact-info-list-item {
    overflow: hidden;
    display: flex;
    margin-bottom: 30px
}

.contact.contact-contact .contact-info-list-item p {
    font-weight: 400;
    color: #c1c1c1;
    font-size: 16px
}

.contact.contact-contact .contact-info-list-item h3 {
    font-weight: 900;
    margin-top: 5px;
    color: #fff;
    font-size: 25px
}

.contact.contact-contact .contact-info-list-item.pdt-50:last-child span {
    margin-right: 50px
}

.contact.contact-contact h4.contact-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: -40px
}

.contact.contact-map {
    background-color: #faf9fc
}

.contact .contact-particle {
    position: absolute;
    height: 50em;
    width: 50em;
    top: -10em;
    left: -25em;
    z-index: -3
}

@media screen and (max-width:768px) {
    .contact .contact-particle {
        width: 100%;
        left: -10rem;
        top: 70px;
        height: 50%;
        top: -70px
    }
}

.top-0 {
    top: 0 !important
}

.contact .items-contact .col-lg-12 {
    padding: 0
}

.contact .items-contact .contact-item {
    margin: 0 0 2rem;
    box-shadow: 0 60px 120px rgba(150, 155, 187, .2);
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px
}

.contact .items-contact .contact-item h6 {
    font-size: 1.1rem;
    position: relative;
    color: #93c43e;
    padding-left: 1.5rem;
    margin-bottom: .5rem
}

.contact .items-contact .contact-item h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 1rem;
    width: 1rem;
    background: #93c43e;
    border-radius: 5px 5px 5px 15px
}

.contact .items-contact .contact-item-info {
    font-size: 1rem
}

.contact .items-contact .contact-item-info a {
    outline: 0 !important;
    color: #60697b;
    text-decoration: none
}

.contact .contact-head {
    margin-bottom: 60px;
    width: 100%
}

@media screen and (max-width:576px) {
    .contact .contact-title {
        font-size: 30px
    }
}

.contact .contact-title .has-line {
    position: relative
}

.contact .contact-title .has-line::before {
    content: "";
    position: absolute;
    height: .7rem;
    bottom: .2rem;
    width: 103%;
    left: 0;
    background: #93c43e;
    z-index: 0;
    opacity: .2
}

.contact .contact-title.is-left {
    max-width: 30rem;
    margin-left: 0;
    margin-right: 0;
    text-align: left
}

.contact .contact-title.is-center {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 60rem
}

.contact .contact-title.is-center ::before {
    content: "";
    position: absolute;
    top: -10px;
    height: 4px;
    left: 50%;
    width: 40px;
    background: #93c43e
}

.contact .contact-title.is-center ::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 4px;
    background-color: #282828;
    left: 50%;
    top: -10px
}

.contact .contact-title-sm {
    margin-bottom: 1.5rem;
    font-size: 2.5em;
    line-height: 1.4;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    color: #1b1f3b;
    text-align: center;
    text-transform: lowercase
}

.contact .contact-title-sm .has-line {
    position: relative
}

.contact .contact-title-sm .has-line::before {
    content: "";
    position: absolute;
    height: .7rem;
    bottom: .2rem;
    width: 103%;
    left: 0;
    background: #93c43e;
    z-index: 0;
    opacity: .2
}

.contact .contact-title-sm.is-left {
    max-width: 30rem;
    margin-left: 0;
    margin-right: 0;
    text-align: left
}

.contact .contact-desc {
    margin: 30px 0
}

.contact .contact-desc.is-center {
    text-align: center;
    margin: 30px auto;
    max-width: 45rem
}

.contact .contact-description {
    max-width: 40rem;
    text-align: left
}

.contact .contact-description.is-center {
    text-align: center
}

@media screen and (max-width:992px) {
    .contact .contact-description {
        margin-top: 30px
    }
}

.contact-form-wrap {
    max-width: 600px;
    margin: auto
}

.contact-form-wrap .contact-form {
    margin-top: 40px
}

.form-control.has-style1 {
    border: solid 1px #e4e6f3;
    border-radius: 4px;
    background-color: #f4f5fb;
    outline: 0;
    margin-bottom: 25px;
    height: 50px
}

.input:hover,
.is-hovered.input,
.is-hovered.textarea,
.select select.is-hovered,
.select select:hover,
.textarea:hover {
    border-color: rgba(255, 95, 124, .3) solid 1px !important
}

.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    border-color: #f0f0f0;
    box-shadow: none
}

.field:not(:last-child) {
    margin-bottom: 1.5rem
}

label {
    margin-bottom: 10px
}

textarea {
    border: solid 1px #dbdbdb;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px
}

.textarea.has-style1 {
    border: solid 1px #e4e6f3;
    border-radius: 4px;
    background-color: #f4f5fb;
    outline: 0;
    margin-bottom: 25px;
    min-height: 100px;
    width: 100%
}

.m-0 {
    margin-top: 0;
    margin-bottom: 0
}

.btn-contact {
    text-align: center;
    padding: .8rem 1rem;
    line-height: 1.5;
    border-radius: 2px;
    background: 0 0;
    cursor: pointer;
    transition: .25s cubic-bezier(0, 0, .41, 1);
    position: relative;
    font-weight: 400;
    border-radius: 5px
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .btn-contact {
        text-align: center;
        padding: .7rem 2rem;
        font-size: 18px
    }
}

.btn-contact ion-icon {
    vertical-align: inherit;
    padding: 0 0 0 .5rem
}

.btn-contact:hover {
    transform: scale(1.02)
}

.btn-contact-round {
    border-radius: 50rem
}

.btn-contact-outline {
    border: solid 2px;
    background: 0 0 !important
}

.btn-contact-primary {
    background: #93c43e;
    color: #fff;
    border: solid 2px #93c43e
}

.contact-boxes .contact-box {
    padding: 50px 30px;
    box-shadow: 0 28px 50px rgba(77, 91, 120, .15);
    border-bottom: solid 2px #f06;
    margin-bottom: 30px
}

@media screen and (max-width:576px) {
    .contact-boxes .contact-box {
        padding: 25px 15px
    }
}

.contact-boxes .contact-box.is-active {
    background: #f3f3f3;
    box-shadow: none;
    border: none
}

.contact-boxes .contact-box .title {
    margin-bottom: 20px;
    color: #ff5f7c;
    font-size: 20px
}

.mapouter {
    position: relative;
    text-align: right;
    height: 200px;
    width: 100%;
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 #fff;
    box-shadow: 0 17px 43px #e1e4e5;
    padding: 60px;
    background: #fff;
    border-radius: 10px
}

@media screen and (max-width:576px) {
    fContact form .mapouter {
        padding: 25px 15px
    }
}

.mapouter iframe {
    width: 100%;
    border: none;
    outline: 0
}

.gmap_canvas {
    overflow: hidden;
    background: 0 0 !important;
    height: 500px;
    width: 100%
}

.input {
    width: 100%;
    border-radius: 50rem;
    outline: 0 !important;
    border: solid 0
}

.input::placeholder {
    font-size: 16px;
    color: #9790ac
}

.useable-tools-section-three {
    position: relative
}

.useable-tools-section-three .logo-wrapper {
    position: absolute;
    right: -7%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 63%
}

.useable-tools-section-three .logo-wrapper .logo {
    border-radius: 50%;
    margin: 12px 4%
}

.useable-tools-section-three .logo-wrapper .logo.bg-white {
    background: #fff;
    box-shadow: 15px 30px 50px rgba(23, 32, 90, .0696193)
}

.bg-white {
    background: #fff;
}

.useable-tools-section-three .logo-wrapper .logo:nth-child(1) {
    width: 165px;
    height: 165px;
    background: #ffe3e3;
    animation: jumpTwo 5s infinite linear
}

.useable-tools-section-three .logo-wrapper .logo:nth-child(2) {
    width: 110px;
    height: 110px;
    background: #e8f8ff;
    animation: jumpThree 5s infinite linear
}

.useable-tools-section-three .logo-wrapper .logo:nth-child(3) {
    width: 165px;
    height: 165px;
    background: #eaffe7;
    animation: jumpTwo 5s infinite linear
}

.useable-tools-section-three .logo-wrapper .logo:nth-child(4) {
    width: 140px;
    height: 140px;
    background: #f3f1ff;
    animation: jumpThree 5s infinite linear
}

.useable-tools-section-three .logo-wrapper .logo:nth-child(5) {
    width: 125px;
    height: 125px;
    background: #f0f5ef;
    animation: jumpThree 5s infinite linear
}

.useable-tools-section-three .logo-wrapper .logo:nth-child(6) {
    width: 185px;
    height: 185px;
    background: #fff9e5;
    animation: jumpTwo 5s infinite linear
}

.useable-tools-section-three .logo-wrapper .logo:nth-child(7) {
    width: 125px;
    height: 125px;
    background: #e5fffe;
    animation: jumpThree 5s infinite linear
}

.useable-tools-section-three .sub-text {
    font-size: 22px;
    line-height: 1.59em;
    color: #000;
    padding: 50px 50px 40px 0
}

.useable-tools-section-three .all-button {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    transition: all .3s ease-in-out
}

.useable-tools-section-three .all-button i {
    margin-left: 5px
}

.useable-tools-section-three .all-button:hover {
    color: var(--blue-light)
}

@media (max-width:991px) {
    .useable-tools-section-three .logo-wrapper {
        position: static;
        transform: none;
        margin: 50px auto 0;
        max-width: 100%
    }

    .useable-tools-section-three .sub-text {
        font-size: 20px;
        padding: 35px 0 25px
    }

    .useable-tools-section-three .all-button {
        font-size: 17px
    }

    .title-style-four h2 {
        font-size: 40px;
        line-height: 1.2em
    }

    .title-style-four h6 {
        font-size: 18px;
        padding-bottom: 10px
    }

    .title-style-four .sub-text {
        font-size: 18px
    }

    .title-style-fourteen .upper-title {
        font-size: 12px;
        padding-bottom: 2px
    }

    .title-style-fourteen h2 {
        font-size: 35px
    }

    .title-style-four span img {
        display: none
    }
}

.banner {
    margin-top: -160px;
    padding: 255px 0 0;
    position: relative;
    z-index: 2;
    min-height: 700px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner {
        padding: 220px 0 0;
        margin-top: -130px
    }
}

@media only screen and (max-width:1199px) {
    .banner {
        padding: 200px 0 0;
        min-height: 100%
    }
}

@media only screen and (max-width:991px) {
    .banner {
        margin-top: -115px;
        padding: 160px 0 0
    }
}

@media only screen and (max-width:767px) {
    .banner {
        margin-top: -115px;
        padding: 150px 0 0
    }
}

@media only screen and (max-width:991px) {
    .banner .banner-content {
        margin-bottom: 90px
    }
}

@media only screen and (max-width:767px) {
    .banner .banner-content {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:575px) {
    .banner .banner-content {
        margin-bottom: 40px
    }
}

.banner .banner-content .title {
    font-size: 80px;
    font-weight: 700;
    color: var(--color-dark)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner .banner-content .title {
        font-size: 68px
    }
}

@media only screen and (max-width:1199px) {
    .banner .banner-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .banner .banner-content .title {
        font-size: 55px
    }
}

@media only screen and (max-width:767px) {
    .banner .banner-content .title {
        font-size: 40px
    }
}

.banner .banner-content .subtitle {
    font-size: var(--font-body-1);
    margin-bottom: 40px;
    width: 90%
}

.banner .banner-content .axil-btn {
    padding: 28px 45px;
    box-shadow: 0 44px 84px -24px #5956e9
}

@media only screen and (max-width:991px) {
    .banner .banner-content .axil-btn {
        padding: 20px 35px
    }
}

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

@media only screen and (max-width:575px) {
    .banner .banner-content .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.banner .banner-content .btn-group a {
    margin-right: 40px
}

@media only screen and (max-width:575px) {
    .banner .banner-content .btn-group a {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.banner .banner-content .btn-group a:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.banner .banner-content .about-btn {
    font-weight: 500;
    color: var(--color-primary);
    position: relative;
    padding-left: 50px
}

.banner .banner-content .about-btn::before {
    content: "";
    height: 1px;
    width: 34px;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.banner .banner-content .about-btn:hover::before {
    width: 100%
}

.banner .banner-thumbnail {
    position: relative
}

.banner .banner-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.banner .banner-social .border-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    width: 100%;
    background-color: var(--color-body);
    margin-right: 30px
}

@media only screen and (max-width:575px) {
    .banner .banner-social .border-line {
        display: none
    }
}

.banner .banner-social .social-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banner .banner-social .social-icon li {
    margin-right: 20px
}

.banner .banner-social .social-icon li:last-child {
    margin-right: 0
}

.banner .banner-social .social-icon li a {
    color: var(--color-body)
}

.banner .banner-social .social-icon li a i {
    margin-right: 8px;
    font-size: 20px;
    color: var(--color-gray-4);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.banner .banner-social .social-icon li a:hover {
    color: var(--color-primary)
}

.banner .banner-social .social-icon li a:hover i {
    color: var(--color-primary)
}

.banner.banner-style-5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 0;
    margin-top: 0;
    min-height: 750px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-5 {
        padding: 80px 0 0;
        min-height: 750px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-5 {
        padding: 230px 0 0;
        min-height: 750px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 {
        padding: 170px 0 80px;
        min-height: 100%
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-5 {
        padding: 20px 0 60px;
        min-height: 100%
    }
}

.banner.banner-style-5::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(41, 41, 48, .81);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-content {
        margin-bottom: 40px
    }
}

.banner.banner-style-5 .banner-content .title {
    color: var(--color-white);
    margin-bottom: 50px
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 70px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 40px;
        margin-bottom: 40px
    }
}

.banner.banner-style-5 .banner-content .axil-btn {
    color: var(--color-text-dark);
    box-shadow: none
}

.banner.banner-style-5 .banner-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -140px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-form {
        margin-bottom: 0;
        display: block
    }
}

.banner.banner-style-5 .banner-form .contact-form-box {
    max-width: 450px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-form .contact-form-box {
        max-width: 100%
    }
}

.banner.banner-style-5 .banner-form .title {
    letter-spacing: -.045em
}

.contact-form-box {
    background-color: var(--color-white);
    padding: 50px;
    border-radius: 30px
}

@media only screen and (max-width:767px) {
    .contact-form-box {
        padding: 40px 30px
    }
}

.contact-form-box .title {
    font-size: 40px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .contact-form-box .title {
        font-size: 36px
    }
}

@media only screen and (max-width:1199px) {
    .contact-form-box .title {
        font-size: 32px
    }
}

@media only screen and (max-width:767px) {
    .contact-form-box .title {
        font-size: 28px
    }
}

.contact-form-box .form-group .axil-btn::after {
    width: calc(100% + 50px)
}

.contact-form-box.shadow-box {
    box-shadow: 0 20px 48px 0 rgba(153, 161, 170, .25);
    box-shadow: 0 20px 48px 0 rgba(0, 0, 0, .25)
}

.shadow-box {
    box-shadow: 0 20px 48px 0 rgba(153, 161, 170, .25);
    box-shadow: 0 20px 48px 0 rgba(0, 0, 0, .25)
}

.contact_faq_box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 60px;
    align-items: flex-start
}

.contact_faq_box .icon {
    width: 100px;
    margin-right: 30px;
    position: relative;
    top: 10px
}

.contact_faq_box .text {
    width: calc(100% - 130px)
}

.contact_faq_box .text h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
    white-space: nowrap
}

.contact_faq_box .text p {
    margin-bottom: 20px
}

@media (max-width:1199px) {
    .contact_faq_box {
        padding: 30px
    }
}

@media (max-width:991px) {
    .contact_faq_box {
        padding: 60px
    }
}

@media (max-width:575px) {
    .contact_faq_box {
        padding: 30px
    }

    .contact_faq_box .text {
        width: 100%;
        margin-top: 30px
    }

    .contact_faq_box .text h4 {
        white-space: normal
    }

    .contact_faq_box .icon {
        margin: auto
    }
}

.shadow_1 {
    box-shadow: 0 1px 30px 1px #ecf2ff
}

.image-fit {
    -o-object-fit: cover;
    object-fit: cover
}

.image-fit,
.image-fit-contain {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.image-fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.thm-lp-btn {
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    border: none;
    padding: 16px 42px;
    text-transform: uppercase;
    transition: all .5s
}

.thm-lp-btn i {
    font-size: 12px;
    font-weight: 600;
    line-height: 2
}

.thm-lp-btn.btn-rounded {
    border-radius: 50px
}

.thm-lp-btn.btn-rectangle {
    border-radius: 8px
}

.thm-lp-btn.btn-small {
    padding: 12px 21px
}

.thm-lp-btn.btn-rectangle.btn-small {
    border-radius: 6px
}

.thm-lp-btn.btn-circle {
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#profile-description .show-more {
    width: 290px;
    background-color: #f2f7e2;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 15px
}

#profile-description .show-more-height {
    height: 5px;
    overflow: hidden;
    -webkit-transform: .3s ease-in-out;
    -ms-transform: .3s ease-in-out;
    transform: .3s ease-in-out
}



/* BLOG CSS*/


#nyz-bg {
    position: relative;
    background: transparent;
    z-index: 10;
    height: 100%;
}

.graffiti-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

path.z {
    stroke-dashoffset: 4000;
}


:root {
    --pbmit-global-color: #93c43e;
    --pbmit-secondary-color: #232323;
    --pbmit-light-color: #f7f7f7;
    --pbmit-white-color: #ffffff;
    --pbmit-blackish-color: #232323;
    --pbmit-link-color-normal: #232323;
    --pbmit-link-color-hover: #93c43e;
    --pbmit-global-color-rgb: #93c43e;
    --pbmit-secondary-color-rgb: rgb(35, 35, 35);
    --pbmit-body-typography-color: #6c6d6f;
    --pbmit-heading-color: #232323;

}

.pbmit-title {
    word-wrap: break-word;
}


.pbmit-title span {
    word-wrap: break-word;
    white-space: nowrap;
}

.pbmit-text-style-2 {
    padding-top: 50px;
}

.w-90_blog {
    max-width: 90%
}

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

    .blog-details__bottom {
        margin-top: 0px
    }

    .w-90_blog {
        max-width: 100%
    }

    .pbmit-text-style-2 .pbmit-title {
        font-size: 50px;
        text-align: center;
    }

    .pbmit-text-style-2 {
        padding-top: 1px !important;
        text-align: center;
    }
}

.pbmit-globalcolor {
    color: var(--pbmit-global-color);
}

.video-section-seven .pbmin-lightbox-video {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid var(--pbmit-global-color);
}

.video-section-seven i {
    color: var(--pbmit-global-color);
    font-size: 17px;
}

.video-section-seven span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0px;
    word-spacing: 0px;
    padding-left: 15px;
    color: #232323;
    font-family: Hind, sans-serif;
}

.banner-seven_bg {
    margin-top: -207px;
}

@media screen and (max-width:576px) {
    .banner-seven_bg {
        margin-top: -50px;
    }
}


.ihbox-seven {
    right: 361.9px;
    position: absolute;
    width: auto;
    bottom: 0px;
}

@media screen and (max-width:576px) {
    .ihbox-seven {
        right: 35px;
        position: absolute;
        width: auto;
        bottom: 0px;
        z-index: 51;
    }
}


.progress-seven_img {
    padding-top: 45px;
    z-index: 1;
    position: relative;
}

.progress-seven_bg .pbmit-heading-subheading-style-1 {
    margin-bottom: 26px;
}

.progress-seven_single {
    position: relative;
}

.progress-seven_single::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1000%;
    top: 0;
    display: block;
    margin: 0px 0px 0px -260px;
    background-image: url(https://greenly-demo.pbminfotech.com/html-demo/images/homepage-7/col-bg-pattern.png);
}

.progress-seven_bg {
    padding: 90px 40px 100px 100px;
}

.service-section_seven .pbmit-sticky {
    padding: 100px 44px 150px 0;
}

.pbmit-element-service-style-5 {
    padding-top: 160px;
    padding-bottom: 40px;
}

.about-bg-section-seven {
    background-image: url(https://greenly-demo.pbminfotech.com/html-demo/images/homepage-7/bg-single.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -366.5px;
    padding: 130px 0px 140px 0px;
}

.about-seven_single {
    margin: 0px 70px 0px 60px;
    --e-column-margin-right: 70px;
    --e-column-margin-left: 60px;
    padding: 50px 45px 60px 85px;
    background-color: var(--pbmit-blackish-color);
}

.about-seven_single .pbmit-heading-subheading-style-1 {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .8) !important;
}

.testimonial-seven_heading_desc {
    padding: 10px 0px 0px 91px;
}

.testimonial-Seven.swiper-horizontal>.swiper-pagination-bullets {
    bottom: -7px;
    margin-top: 40px;
    text-align: center;
}

.testimonial-Seven .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 0;
    border: 2px solid #222;
    background-color: var(--pbmit-blackish-color);
}

.testimonial-Seven .swiper-pagination-bullet-active {
    background-color: var(--pbmit-global-color) !important;
    border-color: var(--pbmit-global-color) !important;
}

.pbmit-ihbox-style-12 {
    right: 0px;
    position: absolute;
    bottom: -30px
}

.shap-16 {
    position: absolute;
    right: 3%;
    top: 0px;
    z-index: 1;
    opacity: 0.1;
}

.shap-13 {
    position: absolute;
    left: 5%;
    top: 400px;
    z-index: 1;
}


.icon-tick-2 {
    position: absolute;
    border-radius: 50%;
    background-color: var(--greenmax-primary);
    width: 15px;
    height: 15px;
    z-index: 2;
    left: -10px;
}

:root {
    --dark-color: #93c43e;
    --light-color: rgb(255, 255, 255);
}

.share-widget-sub {
    margin: 10px;
}

.share-widget-sub .share-widget-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-widget-sub .share-widget-title svg {
    width: 20px;
    margin-right: 10px;
}

.share-widget-sub .share-widget-title div {
    font-size: 14px;
    letter-spacing: 1px;
}

.share-widget-sub a {
    text-decoration: none;
}


.share-widget-sub a svg {
    width: 24px;
    margin: 7px;
    transition: .2s ease-in-out;
}

.share-widget-sub a svg:hover {
    transform: scale(1.1);
    transition: .2s ease-in-out;
}

.share-widget {
    perspective: 400px;
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-widget .share-widget-sub {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-widget-sub .share-widget-title,
.share-widget-sub .share-widget-icons {
    position: absolute;
    width: 140%;
    height: 70px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.share-widget-sub .share-widget-icons {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.share-widget-sub.flipped {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}


/* LIGHT & DARK STYLES */
.share-widget.dark .share-widget-sub a svg {
    fill: var(--light-color);
}

.share-widget.light .share-widget-sub a svg {
    fill: var(--dark-color);
}

.share-widget.light .share-widget-sub .share-widget-title,
.share-widget.light .share-widget-sub .share-widget-icons {
    background-color: var(--light-color);
}

.share-widget.dark .share-widget-sub .share-widget-title,
.share-widget.dark .share-widget-sub .share-widget-icons {
    background-color: var(--dark-color);
}

.share-widget.light .share-widget-sub {
    color: var(--dark-color);
}

.share-widget.dark .share-widget-sub {
    color: var(--light-color);
}

.share-widget.light .share-widget-sub .share-widget-title svg {
    fill: var(--dark-color);
}

.share-widget.dark .share-widget-sub .share-widget-title svg {
    fill: var(--light-color);
}

/* FULL STYLE */

.share-widget.full .share-widget-sub .share-widget-title div::after {
    content: 'ON SOCIAL MEDIA'
}

.share-widget.full {
    width: 400px;
}

.share-widget.full .share-widget-sub {
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: default;

}

.share-widget.full .share-widget-sub .share-widget-title,
.share-widget.full .share-widget-sub .share-widget-icons {
    position: relative;
    transform: none;
    box-shadow: none;
}

.share-widget.full .share-widget-sub .share-widget-title svg {
    display: none;
}


@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .service-details-space {
        margin-bottom: 20px;
    }
}

.sd-service-details a {
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    text-decoration-line: underline;
    color: var(--tp-common-black);
    display: inline-block;
    transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .sd-service-details a {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .sd-service-details a {
        margin-bottom: 50px;
        font-size: 16px;
    }
}

.sd-service-details a:hover {
    color: var(--tp-common-blue);
}

.sd-service-details a::before {
    content: "";
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: var(--tp-common-blue);
    display: inline-block;
    transform: translateY(4px);
    margin-right: 10px;
}

.sd-service-details a i {
    font-size: 14px;
    padding-left: 10px;
}

.main-menu-size {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 1.5s;
    transition: 0.2s;
}

.main-menu-size:hover {
    transform: scale(1.03) !important;
}

.phone_size {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 1.5s;
    transition: 0.7s;
}

.phone_size:hover {
    transform: scale(1.15) !important;
}

.need-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: 50px;
}

.need-help .icon {
    width: 50px;
    background: #93c43e;
    height: 50px;
    border-radius: 100%;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

.need-help .icon img {
    width: 24px;
}

.need-help .help-info p {
    margin-bottom: 3px;
    color: #1d1d1d;
}

.need-help .help-info span {
    color: #1d1d1d;
    font-size: 18px;
}

.main-menu-wrapper__main-menu {
    width: 60%;
}

.main-menu-wrapper__right {
    padding: 0px 0
}


@media (max-width: 992px) {
    .main-menu-wrapper__main-menu {
        width: 10% !important;
    }

    .main-menu-size {
        visibility: visible;
        animation-duration: 0s;
        animation-delay: 0s;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }

    .main-menu-size:hover {
        transform: scale(0) !important;
        -webkit-transform: scale(0) !important;
        -moz-transform: scale(0) !important;
        -ms-transform: scale(0) !important;
        -o-transform: scale(0) !important;
    }

    .phone_size {
        visibility: visible;
        animation-duration: 0s;
        animation-delay: 0s;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }

    .phone_size:hover {
        transform: scale(0) !important;
        -webkit-transform: scale(0) !important;
        -moz-transform: scale(0) !important;
        -ms-transform: scale(0) !important;
        -o-transform: scale(0) !important;
    }

}

@media (max-width: 575px) {
    .main-menu-wrapper__right-contact-number {
        font-size: 15px;
    }
}


@media (max-width: 575px) {
    .main-menu {
        padding: 0px 18px;
    }
}