.app-download--content h2:before,
.section-title h2:before {
    -webkit-transform: translateX(-50%);
    content: " "
}

#secondaryMenu:before,
.app-download--content h2:before,
.bg--overlay-light:before,
.bg--overlay:before,
.header-price-tag:before,
.header-slider .owl-page,
.secondary-menu-links>li>a.btn:before,
.section-title h2:before,
.single-feature--price:before {
    content: " "
}

body,
html {
    height: 100%
}

body {
    font-family: Raleway, sans-serif;
    font-weight: 400
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.section-title h2 {
    position: relative;
    margin-top: -6px;
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize
}

.btn-custom-reverse.btn-lg,
a.btn-custom-reverse.btn-lg,
a.btn-custom.btn-lg {
    padding: 12px 20px;
    font-size: 16px
}

.section-title h2:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #A1C012;
    transform: translateX(-50%)
}

.section-title.text-left h2 {
    text-align: left
}

.section-title.text-left h2:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.bg--whitesmoke {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

.menu-topbar--btn-group ul li:first-child,
.menu-topbar--contact>ul>li:first-child>a {
    border-left: 1px dotted #fff
}

.bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#callToAction,
.single-feature {
    background-size: auto;
    background-repeat: repeat
}

.bg--overlay {
    position: relative;
    z-index: 0
}

.bg--overlay-light:before,
.bg--overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #303030;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -1
}

.bg--overlay-light:before {
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

a.btn {
    font-weight: 400
}

a.btn-custom {
    background-color: #2e3138;
    border-radius: 0;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    text-transform: uppercase
}

a.btn-custom:focus,
a.btn-custom:hover {
    color: #fff;
    background-color: #A1C012;
    box-shadow: none
}

.btn-custom-reverse,
a.btn-custom-reverse {
    background-color: #A1C012;
    border-radius: 0;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    text-transform: capitalize;
    padding: 10px;
}

.btn-custom-reverse:hover,
a.btn-custom-reverse:focus,
a.btn-custom-reverse:hover {
    color: #fff;
    background-color: #2e3138;
    box-shadow: none
}

#backToTop a,
#preloader {
    background-color: #A1C012
}

#backToTop {
    position: fixed;
    right: 30px;
    bottom: 45px;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

#backToTop.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

#backToTop a {
    display: block;
    min-width: 45px;
    padding: 6px 0;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999
}

.preloader--spinners {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: preloaderRotate 2s infinite linear;
    animation: preloaderRotate 2s infinite linear
}

.preloader--spinner {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: preloaderBounce 2s infinite ease-in-out;
    animation: preloaderBounce 2s infinite ease-in-out
}

.preloader--spinner-2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes preloaderRotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes preloaderRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes preloaderBounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes preloaderBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ui-selectmenu-menu .ui-menu {
    max-height: 200px
}

.ui-selectmenu-button:active {
    color: #303030
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
    padding: 8px 15px
}

#menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

.menu--topbar {
    background-color: #303030
}

.menu-topbar--contact {
    float: left;
    margin-left: 20px
}

.menu-topbar--contact>ul {
    float: none
}

.menu-topbar--contact>ul>li>a {
    border-right: 1px dotted #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.menu-topbar--contact>ul>li>a:focus,
.menu-topbar--contact>ul>li>a:hover {
    background-color: transparent;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.menu-topbar--contact>ul>li>a>i.fa {
    margin-right: 10px;
    color: #A1C012
}

.menu-topbar--social {
    margin-left: -10px;
    margin-right: -10px
}

.menu-topbar--social>li>a {
    padding: 10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.menu-topbar--social>li>a:focus,
.menu-topbar--social>li>a:hover {
    color: #A1C012;
    background-color: transparent
}

.menu-topbar--btn-group {
    float: right
}

.menu-topbar--btn-group ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-topbar--btn-group ul li {
    float: left;
    border-right: 1px dotted #fff
}

.menu-topbar--btn-group ul li a {
    display: block;
    padding: 10px 15px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.primary--content,
.primary--icon {
    display: table-cell;
    vertical-align: middle
}

.menu-topbar--btn-group ul li a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.menu-topbar--btn-group ul li a .fa {
    margin-right: 8px;
    color: #A1C012
}

#primaryMenu {
    margin: 0;
    padding: 30px 0 60px;
    border: none;
    border-radius: 0;
    color: #3575d3;
    background-color: #fff;
    z-index: 1
}

.primary--logo {
    float: left
}

.primary--logo h1 {
    margin: 0;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900
}

.primary--logo a {
    color: #303030
}

.primary--logo h1 span {
    color: #A1C012
}

.primary--logo h1 i.fa {
    margin-right: 5px
}

.primary--info {
    float: right
}

.primary--info-item {
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #e9e9e9
}

.primary--info-item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none
}

.primary--icon {
    padding-right: 15px;
    color: #A1C012;
    font-size: 42px;
    line-height: 0
}

.primary--content {
    color: #737373
}

.primary--content p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px
}

.primary--content p.count {
    margin-top: -3px;
    margin-bottom: 0;
    padding-bottom: 2px;
    color: #303030;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.primary--btn a {
    float: right;
    display: block;
    padding: 6px 20px;
    color: #fff;
    background-color: #3575d3;
    text-align: center;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.primary--btn a:focus,
.primary--btn a:hover {
    background-color: #303030
}

#primaryMenu.primary-menu-two {
    padding: 30px 0
}

#primaryMenu.primary-menu-two .primary--logo h1 {
    margin: 7px 0 0
}

#primaryMenu.primary-menu-two .primary--icon {
    display: table-cell;
    vertical-align: middle
}

#primaryMenu.primary-menu-two .primary--content {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle
}

#secondaryMenu {
    position: relative;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 1
}

#secondaryMenu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0 !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

#secondaryMenu .navbar-header .login-btn>.btn:focus,
#secondaryMenu .navbar-header .login-btn>.btn:hover,
.header-item-content .price .btn:focus,
.header-item-content .price .btn:hover,
.secondary-menu-links>li>a.btn:focus,
.secondary-menu-links>li>a.btn:hover {
    box-shadow: none;
    outline: 0
}

#secondaryMenu:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    margin: 0 auto;
    background-color: #A1C012;
    z-index: -1
}

#secondaryMenu.sticky:before {
    width: 100%
}

.secondary-menu--wrapper {
    background-color: #A1C012;
    padding-left: 15px
}

#secondaryMenu .navbar-toggle {
    border: none
}

#secondaryMenu .navbar-toggle .icon-bar {
    background-color: #fff
}

#secondaryMenu a.navbar-brand {
    display: block;
    padding: 10px 0;
    margin-top: 18px;
    margin-left: 0;
    color: #303030;
    font-size: 24px;
    font-weight: 700
}

#secondaryMenu a.navbar-brand span {
    color: #4584b4
}

#secondaryMenu .navbar-header .login-btn>.btn {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 0
}

#secondaryMenu .navbar-header .login-btn>.btn span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

#secondaryMenu .navbar-header .login-btn>.btn:focus span,
#secondaryMenu .navbar-header .login-btn>.btn:hover span {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.secondary-menu-links li a {
    margin-right: 3px;
    padding: 24px 14px 21px;
    border-bottom: 3px solid transparent;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
    transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease
}

.secondary-menu-links li:last-child a {
    margin-right: 0
}

.secondary-menu-links>.dropdown>a>.caret {
    margin-left: 8px
}

.secondary-menu-links li a .fa {
    display: block;
    margin: 0 auto 3px;
    font-size: 20px
}

.secondary-menu-links .open>a,
.secondary-menu-links .open>a:focus,
.secondary-menu-links .open>a:hover,
.secondary-menu-links li a:focus,
.secondary-menu-links li a:hover,
.secondary-menu-links li.active>a,
.secondary-menu-links li.active>a:hover {
    background-color: transparent;
    border-color: #fff
}

.secondary-menu-links>.dropdown:hover>.dropdown-menu {
    display: block
}

.secondary-menu-links li .dropdown-menu {
    padding: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 3px 0;
    border-color: #fff;
    border-radius: 0
}

.secondary-menu-links li .dropdown-menu li a {
    margin-right: 0;
    padding: 10px 15px;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    border: none
}

.secondary-menu-links>.dropdown>.dropdown-menu>li.active>a,
.secondary-menu-links>.dropdown>.dropdown-menu>li.active>a:focus,
.secondary-menu-links>.dropdown>.dropdown-menu>li.active>a:hover,
.secondary-menu-links>.dropdown>.dropdown-menu>li>a:focus,
.secondary-menu-links>.dropdown>.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #A1C012
}

.secondary-menu-links.navbar-right {
    margin-right: 0
}

.secondary-menu-links>li>a.btn {
    position: relative;
    padding: 24px 30px 24px 16px;
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 0;
    z-index: 0
}

.secondary-menu-links>li>a.btn span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

#header.bg--overlay-light:before,
.header-slider--item.bg--overlay:before,
.secondary-menu-links>li>a.btn:focus span,
.secondary-menu-links>li>a.btn:hover span {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.secondary-menu-links>li>a.btn:before {
    position: absolute;
    top: 0;
    left: -36px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 70px;
    border-color: transparent transparent #303030;
    z-index: -1
}

#header,
.header-item-img figure {
    position: relative
}

#header {
    height: 600px;
    background-color: #f8f8f8;
    z-index: 0
}

#header.max-490px {
    max-height: 490px;
    min-height: 0
}

#header.bg--overlay-light:before,
#header.bg-white {
    background-color: #fff
}

.header-slider,
.header-slider .owl-item,
.header-slider .owl-item>.header-slider--item>.container,
.header-slider .owl-item>.header-slider--item>.container>.row,
.header-slider .owl-item>.header-slider--item>.container>.row>div,
.header-slider .owl-wrapper,
.header-slider .owl-wrapper-outer {
    height: 100%
}

.header-slider--item {
    width: 100%;
    height: 100%
}

.header-slider--item.bg--overlay:before {
    background-color: #fff
}


.header-item-content p {
    font-weight: 500
}

.header-item-content>p {
    margin-top: 16px;
    margin-bottom: 16px
}

.header-item-content .list p {
    float: left;
    width: 50%;
    margin-bottom: 2px
}

.header-item-content .list p i.fa {
    margin-right: 5px
}

.header-item-content .price {

    overflow: hidden
}

.header-item-img img.img-responsive {
    float: right
}

.header-price-tag {
    position: absolute;
    display: table;
    border-radius: 50%;
    text-align: center;
    z-index: 0
}

.header-price-tag:before {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -1
}

.header-price-tag-1 {
    top: 45%;
    left: 55%;
    width: 150px;
    height: 150px;
    background-color: #fff
}

.header-price-tag-2,
.header-price-tag-2:before {
    background-color: #A1C012
}

.header-price-tag-2 {
    top: 25%;
    left: 30%;
    width: 120px;
    height: 120px;
    color: #fff
}

.header-price-tag-1.offset-custom {
    top: 35%;
    left: 40%
}

.header-price-tag-2.offset-custom {
    top: 15%;
    left: 20%
}

.header-price-tag p {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: 16px;
    line-height: 16px
}

.header-price-tag span {
    display: block;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700
}

.header-slider .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 0;
    text-align: center
}

.header-slider .owl-page {
    width: 10px;
    height: 10px;
    background-color: #303030;
    border-radius: 5px;
    -webkit-transition: padding-right .25s;
    transition: padding-right .25s;
    display: inline-block;
    margin: 0 5px
}

.header-slider .owl-page.active {
    padding-right: 20px;
    background-color: #A1C012
}

.owl-fadeInLeft,
.owl-fadeInRight {
    visibility: hidden
}

.owl-item.active .owl-fadeInLeft {
    -webkit-animation: fadeInLeft .8s linear 0s;
    animation: fadeInLeft .8s linear 0s;
    visibility: visible
}

.owl-item.active .owl-fadeInRight {
    -webkit-animation: fadeInRight .8s linear 0s;
    animation: fadeInRight .8s linear 0s;
    visibility: visible
}

.owl-item.active .owl-fadeInUp {
    -webkit-animation: fadeInUp .8s linear 0s;
    animation: fadeInUp .8s linear 0s;
    visibility: visible
}

.owl-item.active .owl-fadeInDown {
    -webkit-animation: fadeInDown .8s linear 0s;
    animation: fadeInDown .8s linear 0s;
    visibility: visible
}

.header--slider-nav {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%
}

.header--slider-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    overflow: hidden
}

.header--slider-nav ul li {
    float: left;
    border-left: 1px solid #e9e9e9;
    cursor: pointer
}

.header--slider-nav ul li.active,
.header--slider-nav ul li:hover {
    border-left-color: #A1C012
}

.header--slider-nav ul li p {
    position: relative;
    display: block;
    width: 50px;
    height: 48px;
    margin-bottom: 0;
    color: #303030;
    font-size: 0;
    overflow: hidden
}

.header--slider-nav ul li p:hover,
.header--slider-nav ul li.active p {
    width: 100%
}

.header--slider-nav ul li p i.fa {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    padding: 14px 0;
    background-color: #fff;
    font-size: 20px;
    line-height: 24px;
    vertical-align: top;
    text-align: center
}

.header--slider-nav ul li p:hover i.fa,
.header--slider-nav ul li.active p i.fa {
    color: #fff;
    background-color: #A1C012
}

.header--slider-nav ul li p span {
    display: block;
    margin-left: 50px;
    padding: 14px 15px;
    background-color: #e9e9e9;
    line-height: 20px;
    vertical-align: top;
    overflow: hidden;
    text-transform: capitalize
}

.header--slider-nav ul li.active p span,
.header--slider-nav ul li:hover p span {
    font-size: 16px
}

.header-slider>.owl-controls>.owl-buttons {
    display: none
}

.header-slider.show-slider-controls>.owl-controls>.owl-buttons {
    display: block
}

.header-slider>.owl-controls>.owl-buttons>.owl-next,
.header-slider>.owl-controls>.owl-buttons>.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 20px;
    color: #A1C012;
    background-color: #fff;
    font-size: 24px;
    line-height: 28px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.header-slider>.owl-controls>.owl-buttons>.owl-next:hover,
.header-slider>.owl-controls>.owl-buttons>.owl-prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header-slider>.owl-controls>.owl-buttons>.owl-next {
    right: 0
}

#callToAction {
    padding: 80px 0;
    color: #fff;
    background-color: #303030
}

#callToAction h2 {
    float: left;
    margin: 7px 0 0;
    font-size: 40px;
    font-weight: 700;
}

#callToAction .btn {
    float: right;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 600;
}

#callToAction .btn:focus,
#callToAction .btn:hover {
    color: #303030;
    background-color: #fff
}

#services {
    padding: 80px 0 1px
}

#services hr {
    margin: 30px 0
}

.service-item {
    padding: 20px;
    -webkit-transition: box-shadow .25s;
    transition: box-shadow .25s
}

.service-item-icon {
    width: 100px;
    min-height: 55px
}

.service-item.text-center .service-item-icon,
.service-item.text-center .service-item-icon img {
    margin: 0 auto
}

.service-item-content p {
    margin-bottom: 0;
    color: #303030
}

.service-item-content h4 {
    font-weight: 700;
    margin: 19px 0 15px;
    color: #303030;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.service-item:hover h4 {
    color: #A1C012
}

#appDownload {
    padding: 80px 0
}

.app-download--img {
    margin-bottom: 40px
}

.app-download--content {
    text-align: center
}

.app-download--content h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 700;
    z-index: 0
}

.app-download--content h2:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #A1C012;
    transform: translateX(-50%)
}

.app-download--content .btn--group {
    margin: 15px -10px 0;
    font-size: 0;
    line-height: 0
}

.app-download--content .btn--group .btn {
    margin: 15px 10px 0;
    padding: 6px 20px;
    color: #303030;
    border: 1px solid #303030;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s
}

.app-download--content .btn--group .btn.apple-store:hover {
    color: #fff;
    background-color: #303030;
    border-color: #303030
}

.app-download--content .btn--group .btn.google-play:hover {
    color: #fff;
    background-color: #689F38;
    border-color: #689F38
}

.app-download--content .btn--group .btn.windows-store:hover {
    color: #fff;
    background-color: #A1C012;
    border-color: #A1C012
}

.app-download--content .btn--group .btn i.fa {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 32px;
    line-height: 0
}

.app-download--content .btn--group .btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    text-align: left
}

.app-download--content .btn--group .btn em {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-style: normal
}

.single-feature {
    padding: 80px 0
}

#pageTitle,
#testimonial {
    background-position: center;
    background-repeat: no-repeat
}

.single-feature>.container>.row {
    display: table
}

.single-feature>.container>.row>div {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.single-feature--image figure {
    position: relative;
    z-index: 0
}

.single-feature--price,
.single-feature--price:before {
    position: absolute;
    background-color: #fff;
    border-radius: 50%
}

.single-feature--image img.img-responsive {
    margin: 0 auto
}

.single-feature--price {
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    padding: 16px 0;
    color: #303030;
    text-align: center;
    z-index: 0
}

.single-feature--price:before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -1
}

.single-feature--image:last-child .single-feature--price {
    left: auto;
    right: 10px
}

.single-feature--price p {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700
}

.single-feature--content {
    color: #303030
}

.single-feature--content.text--white {
    color: #fff
}

.single-feature--content h2 {
    margin: 0 0 15px;
    font-weight: 700
}

.single-feature--content p {
    font-size: 14px;
    line-height: 22px
}

.single-feature--content ul {
    margin: 13px 0 4px;
    padding: 0;
    list-style: none
}

.single-feature--content ul:after,
.single-feature--content ul:before {
    content: " ";
    display: table;
    clear: both
}

.single-feature--content ul li {
    float: left;
    width: 50%;
    margin-bottom: 6px
}

.single-feature--content ul li:before {
    content: "\f00c";
    margin-right: 8px;
    font-family: FontAwesome
}

#testimonial:before,
.footer-widget h4:before,
.rates-info--item:before,
.testimonial-slider .owl-page:before {
    content: " "
}

.single-feature--content .btn {
    margin-top: 9px;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px
}

#pricing {
    padding: 80px 0 60px;
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

.pricing-table-item {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14);
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out
}

.pricing-table-item.popular,
.pricing-table-item:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    z-index: 1
}

.pt-head {
    padding: 15px 0 0;
    border-top: 5px solid #303030;
    text-align: center
}

.pt-head .popular-indicator {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 15px 10px 10px;
    color: #fff;
    background-color: #303030;
    font-size: 18px;
    line-height: 22px
}

.pt-head .caption {
    display: inline-block;
    padding: 0 0 5px;
    margin-bottom: 0;
    color: #333;
    border-bottom: 1px solid #303030;
    font-size: 14px;
    letter-spacing: .12em;
    text-align: center;
    -webkit-transition: border-color .25s;
    transition: border-color .25s
}

.pt-price-tag {
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 700
}

.pt-price-tag span {
    font-size: 24px;
    font-weight: 500
}

.pt-plan {
    padding: 20px 0;
    color: #fff;
    background-color: #303030;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.pt-features {
    padding-top: 10px;
    text-align: center
}

.pt-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap
}

.pt-features ul li {
    color: #737373;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    text-overflow: ellipsis;
    overflow: hidden
}

.pt-features ul li strong {
    display: block
}

#brands .section-title h2:before,
#testimonial.no-bg:before {
    display: none
}

.pt-footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.pt-footer a.btn {
    width: 100px;
    padding: 8px 0
}

.pricing-table-item.popular .pt-footer .btn,
.pricing-table-item:hover .pt-footer .btn {
    background-color: #A1C012
}

#brands {
    padding: 80px 0
}

#brands .section-title h2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px
}

.brands-slider img {
    margin: 0 auto
}

#testimonial {
    padding: 80px 15px;
    background-size: cover;
    position: relative;
    z-index: 0
}

#testimonial:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 48, 48, .8);
    z-index: -1
}

#testimonial .section-title h2 {
    color: #fff
}

.testimonial-item {
    max-width: 750px;
    margin: 0 auto
}

.recommender-comment p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
    margin-top: 60px;
}

#testimonial.no-bg .recommender-comment p {
    color: #2e3138
}

.recommender-info {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin-top: 180px
}

#testimonial.no-bg .recommender-info {
    color: #2e3138
}

.testimonial-slider .owl-controls {
    text-align: center;
    margin-top: -150px;
    margin-bottom: 90px
}

.testimonial-slider .owl-page {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 5px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 40px 2px 0;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition-property: margin, opacity, height, width;
    transition-property: margin, opacity, height, width;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    z-index: 0
}

#testimonial.no-bg .testimonial-slider .owl-page {
    border-color: #303030
}

#testimonial.no-bg .testimonial-slider .owl-page.active {
    border-color: #A1C012
}

.testimonial-slider .owl-page.active {
    width: 100px;
    height: 100px;
    margin-top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.testimonial-slider .owl-page:before {
    position: absolute;
    top: auto;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    bottom: -95px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    -webkit-transition: padding-right .25s;
    transition: padding-right .25s
}

.blog-item-img img,
.testimonial-slider .owl-page span img {
    width: 100%
}

#testimonial.no-bg .testimonial-slider .owl-page:before {
    background-color: #2e3138
}

#testimonial.no-bg .testimonial-slider .owl-page.active:before,
.rates-info--item:before {
    background-color: #A1C012
}

.testimonial-slider .owl-page.active:before {
    padding-right: 20px;
    background-color: #A1C012
}

.testimonial-slider .owl-page span {
    display: block
}

#blog {
    padding: 80px 0 50px
}

.blog-item {
    margin-bottom: 15px
}

.blog-item-img,
.blog-page-post-video {
    margin-bottom: 16px
}

.blog-item-content h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize
}

.blog-item-content h2 a {
    color: #2e3138;
    -webkit-transition: color .25s;
    transition: color .25s
}

.blog-item-content blockquote {
    color: #A1C012;
    border-color: #A1C012
}

.blog-item-content li {
    color: #A1C012
}

.blog-item-content .metadata {
    color: #737373;
    margin: 15px 0 10px;
    font-size: 12px
}

.blog-item-content .metadata a {
    margin-left: 5px;
    color: inherit;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease
}

.blog-item-content .metadata a:hover {
    border-color: #e9e9e9
}

.blog-item-content .metadata .divider {
    margin: 0 10px
}

.blog-item:hover .blog-item-content h2 a {
    color: #A1C012
}

.blog-item-content p {
    margin-bottom: 12px
}

#ratesInfo {
    padding: 80px 0 60px
}

.rates-info--wrapper {
    padding: 80px 0;
    background-size: 80%
}

.rates-info--item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    color: #fff;
    text-align: center;
    z-index: 0
}

#pageTitle:before,
.rates-info--item:before {
    left: 0;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1
}

.rates-info--item:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.rates-info--item.bg--black:before {
    background-color: #303030
}

.rates-info--item h3 {
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300
}

.rates-info--item h3 strong {
    display: block;
    margin-bottom: 15px
}

.rates-info--item .btn {
    margin-top: 15px;
    padding: 12px 25px;
    color: #303030;
    background-color: #fff
}

#footer {
    padding: 40px 0 30px;
    background-color: #303030;
    overflow: hidden
}

.footer-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: -3px 0 0;
    position: relative;
    padding-bottom: 13px
}

.footer-widget h4:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #A1C012;
    bottom: 0
}

.footer-logo {
    margin-bottom: 15px
}

.footer-logo a {
    display: inline-block;
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900
}

.footer-logo a i.fa {
    margin-right: 5px;
    color: #A1C012
}

.footer-logo a span {
    color: #A1C012
}

.footer-about {
    color: #fff;
    margin-bottom: 40px
}

.footer-about p {
    color: rgba(233, 233, 233, .8)
}

.footer-about a.btn {
    color: #fff;
    margin-top: 5px
}

.footer-about a.btn:hover {
    color: #2e3138;
    background-color: #fff
}

.footer-widget ul {
    margin: 20px 0 40px;
    padding: 0;
    list-style: none
}

.footer-widget ul li {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px
}

.footer-widget ul li a {
    color: rgba(233, 233, 233, .8);
    -webkit-transition: color .25s;
    transition: color .25s;
    border-bottom: 1px solid rgba(233, 233, 233, .8);
    display: block;
    margin: 2px 0;
    padding-bottom: 5px
}

.footer-widget a:focus,
.footer-widget a:hover {
    color: #fff
}

.contact-info {
    color: #fff;
    padding: 30px 0 0;
    border-top: 1px solid #14191B
}

.contact-info a {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.contact-info a:focus,
.contact-info a:hover {
    color: #A1C012
}

.contact-info i.fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle
}

#subscribeForm {
    margin-top: 25px;
    margin-bottom: 40px
}

#subscribeForm .input-box {
    width: 100%;
    padding: 8px 0 8px 12px;
    border: 1px solid #fff;
    box-shadow: none;
    outline: 0
}

#subscribeForm .input-box:first-child {
    margin-bottom: 15px
}

#subscribeForm .input-box.error {
    border-color: #a94442
}

#subscribeForm .input-box.valid {
    border-color: #3c763d
}

#subscribeForm .submit-button {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
    color: #fff;
    background-color: #A1C012;
    border: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: .35s;
    -webkit-transition: .25s;
    transition: .25s;
    outline: 0
}

#subscribeForm .submit-button:hover {
    color: #2e3138;
    background-color: #fff;
    border-color: #fff
}

#copyright {
    padding: 20px 0 18px;
    color: #fff;
    background-color: #222;
    text-align: center
}

#copyright p {
    margin-bottom: 0
}

#copyright p.left {
    float: left
}

#copyright p.right {
    float: right;
    font-weight: 700;
    text-transform: uppercase
}

#copyright p a {
    display: inline-block;
    margin-top: 5px;
    color: #A1C012;
    font-weight: 700
}

#copyright img {
    margin-left: 20px;
    height: 24px
}

#pageTitle:before,
.team-img:before {
    top: 0;
    height: 100%;
    content: " "
}

#pageTitle {
    padding: 108px 0 75px;
    position: relative;
    background-size: cover;
    text-align: center;
    z-index: 0
}

#compare,
.counter {
    background-size: auto;
    background-repeat: repeat
}

#pageTitle:before {
    position: absolute;
    width: 100%;
    background-color: #303030
}

#pageTitle .section-title h2 {
    margin: 0 0 50px;
    color: #fff
}

#pageTitle .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

#compare,
#team,
.about-description,
.counter {
    padding: 20px 0
}

#compare,
#compare table tbody tr:nth-child(even) td {
    background-color: #f8f8f8
}

#pageTitle .breadcrumb>li>a {
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

#pageTitle .breadcrumb>li.active,
#pageTitle .breadcrumb>li>a:focus,
#pageTitle .breadcrumb>li>a:hover {
    color: #A1C012
}

#compare table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse
}

#compare table thead {
    background-color: #A1C012;
    color: #fff
}

#compare table thead th {
    padding: 15px 10px
}

#compare table tr {
    border: 1px solid #ddd;
    padding: 5px
}

#compare table td,
#compare table th {
    padding: 10px
}

#compare table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px
}

.counter-text,
.team-info h2,
.team-info p {
    text-transform: capitalize
}

#compare table tbody tr {
    background-color: #fff
}

.counter {
    position: relative;
    background-color: #ffffff;
    text-align: center
}

.counter-icon {
    margin-bottom: 15px
}

.counter-icon img {
    margin: 0 auto
}
.app-download--content h2:before,
.section-title h2:before {
    -webkit-transform: translateX(-50%);
    content: " "
}

#secondaryMenu:before,
.app-download--content h2:before,
.bg--overlay-light:before,
.bg--overlay:before,
.header-price-tag:before,
.header-slider .owl-page,
.secondary-menu-links>li>a.btn:before,
.section-title h2:before,
.single-feature--price:before {
    content: " "
}

body,
html {
    height: 100%
}

body {
    font-family: Raleway, sans-serif;
    font-weight: 400
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.section-title h2 {
    position: relative;
    margin-top: -6px;
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize
}

.btn-custom-reverse.btn-lg,
a.btn-custom-reverse.btn-lg,
a.btn-custom.btn-lg {
    padding: 12px 20px;
    font-size: 16px
}

.section-title h2:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #A1C012;
    transform: translateX(-50%)
}

.section-title.text-left h2 {
    text-align: left
}

.section-title.text-left h2:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.bg--whitesmoke {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

.menu-topbar--btn-group ul li:first-child,
.menu-topbar--contact>ul>li:first-child>a {
    border-left: 1px dotted #fff
}

.bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#callToAction,
.single-feature {
    background-size: auto;
    background-repeat: repeat
}

.bg--overlay {
    position: relative;
    z-index: 0
}

.bg--overlay-light:before,
.bg--overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #303030;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -1
}

.bg--overlay-light:before {
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

a.btn {
    font-weight: 400
}

a.btn-custom {
    background-color: #2e3138;
    border-radius: 0;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    text-transform: uppercase
}

a.btn-custom:focus,
a.btn-custom:hover {
    color: #fff;
    background-color: #A1C012;
    box-shadow: none
}

.btn-custom-reverse,
a.btn-custom-reverse {
    background-color: #A1C012;
    border-radius: 0;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    text-transform: capitalize
}

.btn-custom-reverse:hover,
a.btn-custom-reverse:focus,
a.btn-custom-reverse:hover {
    color: #fff;
    background-color: #2e3138;
    box-shadow: none
}

#backToTop a,
#preloader {
    background-color: #A1C012
}

#backToTop {
    position: fixed;
    right: 30px;
    bottom: 45px;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

#backToTop.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

#backToTop a {
    display: block;
    min-width: 45px;
    padding: 6px 0;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999
}

.preloader--spinners {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: preloaderRotate 2s infinite linear;
    animation: preloaderRotate 2s infinite linear
}

.preloader--spinner {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: preloaderBounce 2s infinite ease-in-out;
    animation: preloaderBounce 2s infinite ease-in-out
}

.preloader--spinner-2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes preloaderRotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes preloaderRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes preloaderBounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes preloaderBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ui-selectmenu-menu .ui-menu {
    max-height: 200px
}

.ui-selectmenu-button:active {
    color: #303030
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
    padding: 8px 15px
}

#menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

.menu--topbar {
    background-color: #303030
}

.menu-topbar--contact {
    float: left;
    margin-left: 20px
}

.menu-topbar--contact>ul {
    float: none
}

.menu-topbar--contact>ul>li>a {
    border-right: 1px dotted #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.menu-topbar--contact>ul>li>a:focus,
.menu-topbar--contact>ul>li>a:hover {
    background-color: transparent;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.menu-topbar--contact>ul>li>a>i.fa {
    margin-right: 10px;
    color: #A1C012
}

.menu-topbar--social {
    margin-left: -10px;
    margin-right: -10px
}

.menu-topbar--social>li>a {
    padding: 10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.menu-topbar--social>li>a:focus,
.menu-topbar--social>li>a:hover {
    color: #A1C012;
    background-color: transparent
}

.menu-topbar--btn-group {
    float: right
}

.menu-topbar--btn-group ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-topbar--btn-group ul li {
    float: left;
    border-right: 1px dotted #fff
}

.menu-topbar--btn-group ul li a {
    display: block;
    padding: 10px 15px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.primary--content,
.primary--icon {
    display: table-cell;
    vertical-align: middle
}

.menu-topbar--btn-group ul li a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.menu-topbar--btn-group ul li a .fa {
    margin-right: 8px;
    color: #A1C012
}

#primaryMenu {
    margin: 0;
    padding: 30px 0 60px;
    border: none;
    border-radius: 0;
    color: #3575d3;
    background-color: #fff;
    z-index: 1
}

.primary--logo {
    float: left
}

.primary--logo h1 {
    margin: 0;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900
}

.primary--logo a {
    color: #303030
}

.primary--logo h1 span {
    color: #A1C012
}

.primary--logo h1 i.fa {
    margin-right: 5px
}

.primary--info {
    float: right
}

.primary--info-item {
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #e9e9e9
}

.primary--info-item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none
}

.primary--icon {
    padding-right: 15px;
    color: #A1C012;
    font-size: 42px;
    line-height: 0
}

.primary--content {
    color: #737373
}

.primary--content p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px
}

.primary--content p.count {
    margin-top: -3px;
    margin-bottom: 0;
    padding-bottom: 2px;
    color: #303030;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.primary--btn a {
    float: right;
    display: block;
    padding: 6px 20px;
    color: #fff;
    background-color: #3575d3;
    text-align: center;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.primary--btn a:focus,
.primary--btn a:hover {
    background-color: #303030
}

#primaryMenu.primary-menu-two {
    padding: 30px 0
}

#primaryMenu.primary-menu-two .primary--logo h1 {
    margin: 7px 0 0
}

#primaryMenu.primary-menu-two .primary--icon {
    display: table-cell;
    vertical-align: middle
}

#primaryMenu.primary-menu-two .primary--content {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle
}

#secondaryMenu {
    position: relative;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 1
}

#secondaryMenu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0 !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

#secondaryMenu .navbar-header .login-btn>.btn:focus,
#secondaryMenu .navbar-header .login-btn>.btn:hover,
.header-item-content .price .btn:focus,
.header-item-content .price .btn:hover,
.secondary-menu-links>li>a.btn:focus,
.secondary-menu-links>li>a.btn:hover {
    box-shadow: none;
    outline: 0
}

#secondaryMenu:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    margin: 0 auto;
    background-color: #A1C012;
    z-index: -1
}

#secondaryMenu.sticky:before {
    width: 100%
}

.secondary-menu--wrapper {
    background-color: #A1C012;
    padding-left: 15px
}

#secondaryMenu .navbar-toggle {
    border: none
}

#secondaryMenu .navbar-toggle .icon-bar {
    background-color: #fff
}

#secondaryMenu a.navbar-brand {
    display: block;
    padding: 10px 0;
    margin-top: 18px;
    margin-left: 0;
    color: #303030;
    font-size: 24px;
    font-weight: 700
}

#secondaryMenu a.navbar-brand span {
    color: #4584b4
}

#secondaryMenu .navbar-header .login-btn>.btn {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 0
}

#secondaryMenu .navbar-header .login-btn>.btn span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

#secondaryMenu .navbar-header .login-btn>.btn:focus span,
#secondaryMenu .navbar-header .login-btn>.btn:hover span {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.secondary-menu-links li a {
    margin-right: 3px;
    padding: 24px 14px 21px;
    border-bottom: 3px solid transparent;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
    transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease
}

.secondary-menu-links li:last-child a {
    margin-right: 0
}

.secondary-menu-links>.dropdown>a>.caret {
    margin-left: 8px
}

.secondary-menu-links li a .fa {
    display: block;
    margin: 0 auto 3px;
    font-size: 20px
}

.secondary-menu-links .open>a,
.secondary-menu-links .open>a:focus,
.secondary-menu-links .open>a:hover,
.secondary-menu-links li a:focus,
.secondary-menu-links li a:hover,
.secondary-menu-links li.active>a,
.secondary-menu-links li.active>a:hover {
    background-color: transparent;
    border-color: #fff
}

.secondary-menu-links>.dropdown:hover>.dropdown-menu {
    display: block
}

.secondary-menu-links li .dropdown-menu {
    padding: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 3px 0;
    border-color: #fff;
    border-radius: 0
}

.secondary-menu-links li .dropdown-menu li a {
    margin-right: 0;
    padding: 10px 15px;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    border: none
}

.secondary-menu-links>.dropdown>.dropdown-menu>li.active>a,
.secondary-menu-links>.dropdown>.dropdown-menu>li.active>a:focus,
.secondary-menu-links>.dropdown>.dropdown-menu>li.active>a:hover,
.secondary-menu-links>.dropdown>.dropdown-menu>li>a:focus,
.secondary-menu-links>.dropdown>.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #A1C012
}

.secondary-menu-links.navbar-right {
    margin-right: 0
}

.secondary-menu-links>li>a.btn {
    position: relative;
    padding: 24px 30px 24px 16px;
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 0;
    z-index: 0
}

.secondary-menu-links>li>a.btn span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

#header.bg--overlay-light:before,
.header-slider--item.bg--overlay:before,
.secondary-menu-links>li>a.btn:focus span,
.secondary-menu-links>li>a.btn:hover span {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.secondary-menu-links>li>a.btn:before {
    position: absolute;
    top: 0;
    left: -36px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 70px;
    border-color: transparent transparent #303030;
    z-index: -1
}

#header,
.header-item-img figure {
    position: relative
}

#header {
    height: 600px;
    background-color: #f8f8f8;
    z-index: 0
}

#header.max-490px {
    max-height: 490px;
    min-height: 0
}

#header.bg--overlay-light:before,
#header.bg-white {
    background-color: #fff
}

.header-slider,
.header-slider .owl-item,
.header-slider .owl-item>.header-slider--item>.container,
.header-slider .owl-item>.header-slider--item>.container>.row,
.header-slider .owl-item>.header-slider--item>.container>.row>div,
.header-slider .owl-wrapper,
.header-slider .owl-wrapper-outer {
    height: 100%
}

.header-slider--item {
    width: 100%;
    height: 100%
}

.header-slider--item.bg--overlay:before {
    background-color: #fff
}

.header-item-content h2 {
    margin: -5px 0 0;
    font-size: 36px;
    font-weight: 700
}

.header-item-content p {
    font-weight: 500
}

.header-item-content>p {
    margin-top: 16px;
    
}

.header-item-content .list p {
    float: left;
    width: 50%;
    margin-bottom: 2px
}

.header-item-content .list p i.fa {
    margin-right: 5px
}

.header-item-content .price {
    margin-top: 20px;
    overflow: hidden
}

.header-item-img img.img-responsive {
    float: right
}

.header-price-tag {
    position: absolute;
    display: table;
    border-radius: 50%;
    text-align: center;
    z-index: 0
}

.header-price-tag:before {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -1
}

.header-price-tag-1 {
    top: 5%;
    left: 5%;
    width: 150px;
    height: 150px;
    background-color: #fff
}

.header-price-tag-2,
.header-price-tag-2:before {
    background-color: #A1C012
}

.header-price-tag-2 {
    top: 25%;
    left: 30%;
    width: 120px;
    height: 120px;
    color: #fff
}

.header-price-tag-1.offset-custom {
    top: 35%;
    left: 40%
}

.header-price-tag-2.offset-custom {
    top: 15%;
    left: 20%
}

.header-price-tag p {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: 16px;
    line-height: 16px
}

.header-price-tag span {
    display: block;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700
}

.header-slider .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 0;
    text-align: center
}

.header-slider .owl-page {
    width: 10px;
    height: 10px;
    background-color: #303030;
    border-radius: 5px;
    -webkit-transition: padding-right .25s;
    transition: padding-right .25s;
    display: inline-block;
    margin: 0 5px
}

.header-slider .owl-page.active {
    padding-right: 20px;
    background-color: #A1C012
}

.owl-fadeInLeft,
.owl-fadeInRight {
    visibility: hidden
}

.owl-item.active .owl-fadeInLeft {
    -webkit-animation: fadeInLeft .8s linear 0s;
    animation: fadeInLeft .8s linear 0s;
    visibility: visible
}

.owl-item.active .owl-fadeInRight {
    -webkit-animation: fadeInRight .8s linear 0s;
    animation: fadeInRight .8s linear 0s;
    visibility: visible
}

.owl-item.active .owl-fadeInUp {
    -webkit-animation: fadeInUp .8s linear 0s;
    animation: fadeInUp .8s linear 0s;
    visibility: visible
}

.owl-item.active .owl-fadeInDown {
    -webkit-animation: fadeInDown .8s linear 0s;
    animation: fadeInDown .8s linear 0s;
    visibility: visible
}

.header--slider-nav {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%
}

.header--slider-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    overflow: hidden
}

.header--slider-nav ul li {
    float: left;
    border-left: 1px solid #e9e9e9;
    cursor: pointer
}

.header--slider-nav ul li.active,
.header--slider-nav ul li:hover {
    border-left-color: #A1C012
}

.header--slider-nav ul li p {
    position: relative;
    display: block;
    width: 50px;
    height: 48px;
    margin-bottom: 0;
    color: #303030;
    font-size: 0;
    overflow: hidden
}

.header--slider-nav ul li p:hover,
.header--slider-nav ul li.active p {
    width: 100%
}

.header--slider-nav ul li p i.fa {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    padding: 14px 0;
    background-color: #fff;
    font-size: 20px;
    line-height: 24px;
    vertical-align: top;
    text-align: center
}

.header--slider-nav ul li p:hover i.fa,
.header--slider-nav ul li.active p i.fa {
    color: #fff;
    background-color: #A1C012
}

.header--slider-nav ul li p span {
    display: block;
    margin-left: 50px;
    padding: 14px 15px;
    background-color: #e9e9e9;
    line-height: 20px;
    vertical-align: top;
    overflow: hidden;
    text-transform: capitalize
}

.header--slider-nav ul li.active p span,
.header--slider-nav ul li:hover p span {
    font-size: 16px
}

.header-slider>.owl-controls>.owl-buttons {
    display: none
}

.header-slider.show-slider-controls>.owl-controls>.owl-buttons {
    display: block
}

.header-slider>.owl-controls>.owl-buttons>.owl-next,
.header-slider>.owl-controls>.owl-buttons>.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 20px;
    color: #A1C012;
    background-color: #fff;
    font-size: 24px;
    line-height: 28px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.header-slider>.owl-controls>.owl-buttons>.owl-next:hover,
.header-slider>.owl-controls>.owl-buttons>.owl-prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header-slider>.owl-controls>.owl-buttons>.owl-next {
    right: 0
}

#callToAction {
    padding: 80px 0;
    color: #fff;
    background-color: #303030
}

#callToAction h2 {
    float: left;
    margin: 7px 0 0;
    font-size: 40px;
    font-weight: 700;
}

#callToAction .btn {
    float: right;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 600;
}

#callToAction .btn:focus,
#callToAction .btn:hover {
    color: #303030;
    background-color: #fff
}

#services {
    padding: 80px 0 55px
}

#services hr {
    margin: 30px 0
}

.service-item {
    padding: 20px;
    -webkit-transition: box-shadow .25s;
    transition: box-shadow .25s
}

.service-item-icon {
    width: 100px;
    min-height: 55px
}

.service-item.text-center .service-item-icon,
.service-item.text-center .service-item-icon img {
    margin: 0 auto
}

.service-item-content p {
    margin-bottom: 0;
    color: #303030
}

.service-item-content h4 {
    font-weight: 700;
    margin: 19px 0 15px;
    color: #303030;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.service-item:hover h4 {
    color: #A1C012
}

#appDownload {
    padding: 80px 0
}

.app-download--img {
    margin-bottom: 40px
}

.app-download--content {
    text-align: center
}

.app-download--content h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 700;
    z-index: 0
}

.app-download--content h2:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #A1C012;
    transform: translateX(-50%)
}

.app-download--content .btn--group {
    margin: 15px -10px 0;
    font-size: 0;
    line-height: 0
}

.app-download--content .btn--group .btn {
    margin: 15px 10px 0;
    padding: 6px 20px;
    color: #303030;
    border: 1px solid #303030;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s
}

.app-download--content .btn--group .btn.apple-store:hover {
    color: #fff;
    background-color: #303030;
    border-color: #303030
}

.app-download--content .btn--group .btn.google-play:hover {
    color: #fff;
    background-color: #689F38;
    border-color: #689F38
}

.app-download--content .btn--group .btn.windows-store:hover {
    color: #fff;
    background-color: #A1C012;
    border-color: #A1C012
}

.app-download--content .btn--group .btn i.fa {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 32px;
    line-height: 0
}

.app-download--content .btn--group .btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    text-align: left
}

.app-download--content .btn--group .btn em {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-style: normal
}

.single-feature {
    padding: 80px 0
}

#pageTitle,
#testimonial {
    background-position: center;
    background-repeat: no-repeat
}

.single-feature>.container>.row {
    display: table
}

.single-feature>.container>.row>div {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.single-feature--image figure {
    position: relative;
    z-index: 0
}

.single-feature--price,
.single-feature--price:before {
    position: absolute;
    background-color: #fff;
    border-radius: 50%
}

.single-feature--image img.img-responsive {
    margin: 0 auto
}

.single-feature--price {
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    padding: 16px 0;
    color: #303030;
    text-align: center;
    z-index: 0
}

.single-feature--price:before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -1
}

.single-feature--image:last-child .single-feature--price {
    left: auto;
    right: 10px
}

.single-feature--price p {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700
}

.single-feature--content {
    color: #303030
}

.single-feature--content.text--white {
    color: #fff
}

.single-feature--content h2 {
    margin: 0 0 15px;
    font-weight: 700
}

.single-feature--content p {
    font-size: 14px;
    line-height: 22px
}

.single-feature--content ul {
    margin: 13px 0 4px;
    padding: 0;
    list-style: none
}

.single-feature--content ul:after,
.single-feature--content ul:before {
    content: " ";
    display: table;
    clear: both
}

.single-feature--content ul li {
    float: left;
    width: 50%;
    margin-bottom: 6px
}

.single-feature--content ul li:before {
    content: "\f00c";
    margin-right: 8px;
    font-family: FontAwesome
}

#testimonial:before,
.footer-widget h4:before,
.rates-info--item:before,
.testimonial-slider .owl-page:before {
    content: " "
}

.single-feature--content .btn {
    margin-top: 9px;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px
}

#pricing {
    padding: 80px 0 60px;
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

.pricing-table-item {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14);
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out
}

.pricing-table-item.popular,
.pricing-table-item:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    z-index: 1
}

.pt-head {
    padding: 15px 0 0;
    border-top: 5px solid #303030;
    text-align: center
}

.pt-head .popular-indicator {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 15px 10px 10px;
    color: #fff;
    background-color: #303030;
    font-size: 18px;
    line-height: 22px
}

.pt-head .caption {
    display: inline-block;
    padding: 0 0 5px;
    margin-bottom: 0;
    color: #333;
    border-bottom: 1px solid #303030;
    font-size: 14px;
    letter-spacing: .12em;
    text-align: center;
    -webkit-transition: border-color .25s;
    transition: border-color .25s
}

.pt-price-tag {
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 700
}

.pt-price-tag span {
    font-size: 24px;
    font-weight: 500
}

.pt-plan {
    padding: 20px 0;
    color: #fff;
    background-color: #303030;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.pt-features {
    padding-top: 10px;
    text-align: center
}

.pt-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap
}

.pt-features ul li {
    color: #737373;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    text-overflow: ellipsis;
    overflow: hidden
}

.pt-features ul li strong {
    display: block
}

#brands .section-title h2:before,
#testimonial.no-bg:before {
    display: none
}

.pt-footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.pt-footer a.btn {
    width: 100px;
    padding: 8px 0
}

.pricing-table-item.popular .pt-footer .btn,
.pricing-table-item:hover .pt-footer .btn {
    background-color: #A1C012
}

#brands {
    padding: 80px 0
}

#brands .section-title h2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px
}

.brands-slider img {
    margin: 0 auto
}

#testimonial {
    padding: 80px 15px;
    background-size: cover;
    position: relative;
    z-index: 0
}

#testimonial:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 48, 48, .8);
    z-index: -1
}

#testimonial .section-title h2 {
    color: #fff
}

.testimonial-item {
    max-width: 750px;
    margin: 0 auto
}

.recommender-comment p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
    margin-top: 60px;
}

#testimonial.no-bg .recommender-comment p {
    color: #2e3138
}

.recommender-info {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin-top: 180px
}

#testimonial.no-bg .recommender-info {
    color: #2e3138
}

.testimonial-slider .owl-controls {
    text-align: center;
    margin-top: -150px;
    margin-bottom: 90px
}

.testimonial-slider .owl-page {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 5px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 40px 2px 0;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition-property: margin, opacity, height, width;
    transition-property: margin, opacity, height, width;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    z-index: 0
}

#testimonial.no-bg .testimonial-slider .owl-page {
    border-color: #303030
}

#testimonial.no-bg .testimonial-slider .owl-page.active {
    border-color: #A1C012
}

.testimonial-slider .owl-page.active {
    width: 100px;
    height: 100px;
    margin-top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.testimonial-slider .owl-page:before {
    position: absolute;
    top: auto;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    bottom: -95px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    -webkit-transition: padding-right .25s;
    transition: padding-right .25s
}

.blog-item-img img,
.testimonial-slider .owl-page span img {
    width: 100%
}

#testimonial.no-bg .testimonial-slider .owl-page:before {
    background-color: #2e3138
}

#testimonial.no-bg .testimonial-slider .owl-page.active:before,
.rates-info--item:before {
    background-color: #A1C012
}

.testimonial-slider .owl-page.active:before {
    padding-right: 20px;
    background-color: #A1C012
}

.testimonial-slider .owl-page span {
    display: block
}

#blog {
    padding: 80px 0 50px
}

.blog-item {
    margin-bottom: 15px
}

.blog-item-img,
.blog-page-post-video {
    margin-bottom: 16px
}

.blog-item-content h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize
}

.blog-item-content h2 a {
    color: #2e3138;
    -webkit-transition: color .25s;
    transition: color .25s
}

.blog-item-content blockquote {
    color: #A1C012;
    border-color: #A1C012
}

.blog-item-content li {
    color: #A1C012
}

.blog-item-content .metadata {
    color: #737373;
    margin: 15px 0 10px;
    font-size: 12px
}

.blog-item-content .metadata a {
    margin-left: 5px;
    color: inherit;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease
}

.blog-item-content .metadata a:hover {
    border-color: #e9e9e9
}

.blog-item-content .metadata .divider {
    margin: 0 10px
}

.blog-item:hover .blog-item-content h2 a {
    color: #A1C012
}

.blog-item-content p {
    margin-bottom: 12px
}

#ratesInfo {
    padding: 80px 0 60px
}

.rates-info--wrapper {
    padding: 80px 0;
    background-size: 80%
}

.rates-info--item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    color: #fff;
    text-align: center;
    z-index: 0
}

#pageTitle:before,
.rates-info--item:before {
    left: 0;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1
}

.rates-info--item:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.rates-info--item.bg--black:before {
    background-color: #303030
}

.rates-info--item h3 {
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300
}

.rates-info--item h3 strong {
    display: block;
    margin-bottom: 15px
}

.rates-info--item .btn {
    margin-top: 15px;
    padding: 12px 25px;
    color: #303030;
    background-color: #fff
}

#footer {
    padding: 40px 0 30px;
    background-color: #303030;
    overflow: hidden
}

.footer-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: -3px 0 0;
    position: relative;
    padding-bottom: 13px
}

.footer-widget h4:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #A1C012;
    bottom: 0
}

.footer-logo {
    margin-bottom: 15px
}

.footer-logo a {
    display: inline-block;
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900
}

.footer-logo a i.fa {
    margin-right: 5px;
    color: #A1C012
}

.footer-logo a span {
    color: #A1C012
}

.footer-about {
    color: #fff;
    margin-bottom: 40px
}

.footer-about p {
    color: rgba(233, 233, 233, .8)
}

.footer-about a.btn {
    color: #fff;
    margin-top: 5px
}

.footer-about a.btn:hover {
    color: #2e3138;
    background-color: #fff
}

.footer-widget ul {
    margin: 20px 0 40px;
    padding: 0;
    list-style: none
}

.footer-widget ul li {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px
}

.footer-widget ul li a {
    color: rgba(233, 233, 233, .8);
    -webkit-transition: color .25s;
    transition: color .25s;
    border-bottom: 1px solid rgba(233, 233, 233, .8);
    display: block;
    margin: 2px 0;
    padding-bottom: 5px
}

.footer-widget a:focus,
.footer-widget a:hover {
    color: #fff
}

.contact-info {
    color: #fff;
    padding: 30px 0 0;
    border-top: 1px solid #14191B
}

.contact-info a {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.contact-info a:focus,
.contact-info a:hover {
    color: #A1C012
}

.contact-info i.fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle
}

#subscribeForm {
    margin-top: 25px;
    margin-bottom: 40px
}

#subscribeForm .input-box {
    width: 100%;
    padding: 8px 0 8px 12px;
    border: 1px solid #fff;
    box-shadow: none;
    outline: 0
}

#subscribeForm .input-box:first-child {
    margin-bottom: 15px
}

#subscribeForm .input-box.error {
    border-color: #a94442
}

#subscribeForm .input-box.valid {
    border-color: #3c763d
}

#subscribeForm .submit-button {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
    color: #fff;
    background-color: #A1C012;
    border: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: .35s;
    -webkit-transition: .25s;
    transition: .25s;
    outline: 0
}

#subscribeForm .submit-button:hover {
    color: #2e3138;
    background-color: #fff;
    border-color: #fff
}

#copyright {
    padding: 20px 0 18px;
    color: #fff;
    background-color: #222;
    text-align: center
}

#copyright p {
    margin-bottom: 0
}

#copyright p.left {
    float: left
}

#copyright p.right {
    float: right;
    font-weight: 700;
    text-transform: uppercase
}

#copyright p a {
    display: inline-block;
    margin-top: 5px;
    color: #A1C012;
    font-weight: 700
}

#copyright img {
    margin-left: 20px;
    height: 24px
}

#pageTitle:before,
.team-img:before {
    top: 0;
    height: 100%;
    content: " "
}

#pageTitle {
    padding: 108px 0 75px;
    position: relative;
    background-size: cover;
    text-align: center;
    z-index: 0
}

#compare,
.counter {
    background-size: auto;
    background-repeat: repeat
}

#pageTitle:before {
    position: absolute;
    width: 100%;
    background-color: #303030
}

#pageTitle .section-title h2 {
    margin: 0 0 50px;
    color: #fff
}

#pageTitle .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

#compare,
#team,
.about-description,
.counter {
    padding: 20px 0
}

#compare,
#compare table tbody tr:nth-child(even) td {
    background-color: #f8f8f8
}

#pageTitle .breadcrumb>li>a {
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

#pageTitle .breadcrumb>li.active,
#pageTitle .breadcrumb>li>a:focus,
#pageTitle .breadcrumb>li>a:hover {
    color: #A1C012
}

#compare table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse
}

#compare table thead {
    background-color: #A1C012;
    color: #fff
}

#compare table thead th {
    padding: 15px 10px
}

#compare table tr {
    border: 1px solid #ddd;
    padding: 5px
}

#compare table td,
#compare table th {
    padding: 10px
}

#compare table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px
}

.counter-text,
.team-info h2,
.team-info p {
    text-transform: capitalize
}

#compare table tbody tr {
    background-color: #fff
}

.counter {
    position: relative;
    background-color: #ffffff;
    text-align: center
}

.counter-icon {
    margin-bottom: 15px
}

.counter-icon img {
    margin: 0 auto
}

.counter-text {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500
}

.counter-number {
    margin-bottom: -5px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700
}

.counter-number-holder {
    font-size: 42px;
    font-weight: 700
}

.counter-number-holder .counter-number {
    font-size: 42px
}

.team-item {
    text-align: center
}

.team-info h2 {
    margin: 20px 0 5px;
    color: #2e3138;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

.team-info p {
    margin: 0;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.team-img {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.team-img:before,
.team-social-links {
    position: absolute;
    left: 0;
    width: 100%
}

.team-img:before {
    background-color: rgba(0, 0, 0, .6);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.team-img:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team-social-links {
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.team-img:hover .team-social-links {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1)
}

.team-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0
}

.team-social-links ul li {
    display: inline-block;
    margin: 0 2px
}

.team-social-links ul li a {
    display: block;
    border: 1px solid #fff;
    width: 35px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease;
    transition: background-color .25s ease-in-out, border-color .25s ease
}

.team-social-links ul li a:hover {
    background-color: #A1C012;
    border-color: #A1C012
}

#history {
    padding: 80px 0 40px;
    background-color: #f8f8f8
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    font-weight: 300
}

.timeline:before {
    top: 0;
    bottom: 20px;
    position: absolute;
    content: " ";
    width: 2px;
    background: #fff;
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    float: left;
    border: 1px solid #dcdcdc;
    background: #fff;
    position: relative
}

.timeline>li:nth-child(odd)>.timeline-panel {
    margin-right: 30px
}

.timeline>li:nth-child(even)>.timeline-panel {
    margin-left: 30px
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline>li>.timeline-badge {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 33px;
    right: -12px;
    color: #fff
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-title {
    margin-top: 0;
    color: inherit
}

.timeline--date {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    color: #fff;
    background-color: #A1C012;
    text-align: center
}

.timeline--date p {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-weight: 700
}

.timeline-body {
    margin-left: 80px
}

.timeline-body>p,
.timeline-body>ul {
    padding: 10px 15px;
    margin-bottom: 0
}

.timeline>li.timeline-inverted {
    float: right;
    clear: right
}

.timeline>li:nth-child(2) {
    margin-top: 60px
}

.timeline>li.timeline-inverted>.timeline-badge {
    left: -12px
}

.no-float {
    float: none !important
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline-inverted .timeline--date {
    left: auto;
    right: 0
}

.timeline-inverted .timeline-body {
    margin-left: 0;
    margin-right: 80px
}

#login,
#signup {
    padding: 80px 0
}

#loginForm,
#signupForm {
    padding: 30px;
    background-color: #f8f8f8;
    max-width: 360px;
    margin: 0 auto
}

#loginForm label.checkbox,
#signupForm label.checkbox {
    display: block;
    padding-left: 20px
}

#loginForm p.help-block,
#signupForm p.help-block {
    font-weight: 400;
    font-size: 14px;
    margin: 15px 0 0
}

#loginForm p.help-block a,
#signupForm p.help-block a {
    margin-left: 10px;
    color: #2e3138;
    font-size: 14px;
    font-weight: 700
}

#loginForm p.help-block a:hover,
#signupForm p.help-block a:hover {
    color: #A1C012
}

#loginForm p.help-block a i.fa,
#signupForm p.help-block a i.fa {
    margin-right: 5px
}

#loginForm label,
#signupForm label {
    font-weight: 400
}

#loginForm input.form-control,
#signupForm input.form-control {
    box-shadow: none;
    border-radius: 0
}

#loginForm input.error,
#signupForm input.error {
    border-color: #A1C012
}

#loginForm .submit-button,
#signupForm .submit-button {
    border-radius: 0;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #A1C012;
    color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    outline: 0
}

#loginForm .submit-button:hover,
#signupForm .submit-button:hover {
    background-color: #2e3138
}

#contact {
    padding: 80px 0;
    position: relative
}

#contact:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #f8f8f8;
    border-left: 1px solid #e9e9e9
}

#contactForm input.form-control,
#contactForm textarea.form-control {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none
}

#contactForm {
    padding-left: 50px
}

#contactForm label {
    font-weight: 400
}

#contactForm textarea.form-control {
    resize: none;
    margin-top: 15px
}

#contactForm input.error,
#contactForm textarea.error {
    border-color: #A1C012
}

#contactForm input.valid,
#contactForm textarea.valid {
    border-color: #01abef
}

#contactForm .submit-button {
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    background-color: #A1C012;
    color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    outline: 0
}

#contactForm .submit-button:focus,
#contactForm .submit-button:hover {
    background-color: #2e3138
}

.contact-address h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px
}

.contact-address h2:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #A1C012;
    bottom: 0
}

.contact-address address {
    margin-top: 30px
}

.contact-address address p {
    margin-bottom: 30px;
    color: #737373;
    font-weight: 400;
    font-size: 16px
}

.contact-address address p:last-child {
    margin-bottom: 0
}

.contact-address address p i.fa {
    font-size: 20px;
    border: 1px solid #737373;
    width: 35px;
    padding: 5px 0;
    margin-right: 10px;
    text-align: center
}

#map {
    height: 400px
}

.contact-social-links {
    margin-top: 20px
}

.contact-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.contact-social-links li {
    display: inline-block;
    margin-right: 4px
}

.contact-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
    transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
    text-align: center
}

.contact-social-links li a:focus,
.contact-social-links li a:hover {
    color: #fff;
    border: 1px solid #A1C012;
    background: #A1C012
}

#faq {
    padding: 80px 0
}

#faq .section-title.text-left h2 {
    margin-top: 35px;
    margin-bottom: 60px
}

#faq.bg-whitesmoke {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

.faq-categories ul li a {
    position: relative;
    padding: 12px 25px;
    background-color: #2e3138;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
    z-index: 0
}

.accordion .panel-heading a,
.faq-categories ul li a:hover,
.faq-categories ul li.active a {
    background-color: #A1C012;
    color: #fff
}

.faq-categories ul li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 20px;
    border-color: transparent transparent transparent #A1C012;
    -webkit-transition: right .25s ease-in-out, opacity .25s ease-in-out;
    transition: right .25s ease-in-out, opacity .25s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: -1
}

.faq-categories ul li a:hover:before,
.faq-categories ul li.active a:before {
    right: -20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.faq--item {
    margin-bottom: 30px
}

.faq--item:last-child {
    margin-bottom: 0
}

.faq--item h3 {
    margin: -4px 0 12px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700
}

.faq--item p:last-child,
.faq-content .panel-group {
    margin-bottom: 0
}

.accordion .panel {
    border-radius: 0
}

.accordion .panel-heading {
    padding: 0
}

.accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-transform: capitalize
}

.accordion .panel-heading a.collapsed {
    background-color: #2e3138;
    height: 60px;
}

.accordion .panel-heading a h4 {
    font-weight: 600;
    overflow: hidden
}

.accordion .panel-heading a h4 i.fa-minus {
    float: right;
    color: #fff
}

.accordion .panel-heading a.collapsed i.fa-minus:before {
    content: "\f067"
}

#f0f:before,
.widget-title:before {
    content: " "
}

#map2 {
    height: 400px
}

#blog.page {
    padding-bottom: 65px
}

#blog.page hr {
    margin: 40px 0 60px
}

.blog-page-post-video.local {
    background-color: #090709
}

.blog-page-post-audio audio {
    width: 100%;
    margin-bottom: 10px
}

.widget.search .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #f8f8f8;
    height: auto;
    padding: 10px 12px
}

.widget.search .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #A1C012;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.widget.search .input-group-addon:hover {
    background-color: #2E3138
}

.widget.search .input-group-addon>button {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: 0
}

.widget {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e9e9e9
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: none
}

.widget-title {
    color: #2e3138;
    font-size: 20px;
    font-weight: 700;
    margin: -3px 0 0;
    position: relative;
    padding-bottom: 13px;
    text-transform: capitalize
}

.widget-title:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #A1C012;
    bottom: 0
}

.widget.recent-items .footer-thumb .row-holder {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8
}

.widget.recent-items .footer-thumb .row-holder:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget.recent-items .left-col img {
    border-color: #e9e9e9
}

.widget.recent-items a.footer-thumb-link {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    text-transform: capitalize
}

.blog-item.full-post .tags li,
.post-social-links li,
.widget.tags li {
    display: inline-block
}

.widget.recent-items a.footer-thumb-link:focus,
.widget.recent-items a.footer-thumb-link:hover {
    color: #A1C012
}

.widget.recent-items .footer-thumb-text {
    color: #999
}

.widget.recent-items span.footer-thumb-date {
    color: #666;
    font-weight: 300
}

.archives ul,
.tags ul,
.widget.categories ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.archives li,
.widget.categories li,
.widget.tags li {
    position: relative;
    padding: 16px 0 0;
    cursor: pointer
}

.widget.tags li {
    padding: 20px 25px 0 0
}

.widget.recent-items .footer-thumb .row-holder .left-col img {
    margin-bottom: 15px;
    margin-top: 20px
}

.widget.archives li a,
.widget.categories li a,
.widget.tags li a {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.widget.archives li:hover a,
.widget.categories li:hover a,
.widget.tags li:hover a {
    color: #A1C012
}

#sidebarTwitter {
    margin-top: 25px;
    max-height: 270px;
    border: 1px solid #e9e9e9;
    overflow: auto
}

.blog-item.full-post .post-category-text {
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 0;
    font-weight: 700
}

.blog-item.full-post .category-link {
    color: #2e3138;
    font-weight: 500;
    margin-left: 10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog-item.full-post .category-link:hover {
    color: #A1C012
}

.blog-item.full-post:hover a.btn-custom {
    background-color: transparent
}

.blog-item.full-post:hover a.btn-custom:hover {
    background-color: transparent;
    color: #A1C012
}

.blog-item.full-post .tags li a {
    color: #2e3138;
    background-color: transparent;
    font-weight: 500;
    text-transform: lowercase;
    padding: 15px 15px 15px 0;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog-item.full-post .tags li a:hover {
    color: #A1C012
}

.blog-item.full-post .tags li strong {
    margin-right: 15px
}

.blog-item.full-post .post-author-metadata {
    background-color: #e9e9e9;
    margin-top: 20px;
    margin-bottom: 30px
}

.blog-item.full-post .post-author-metadata a {
    color: #2e3138;
    margin-left: 15px;
    font-weight: 500;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog-item.full-post .post-author-metadata a:hover {
    color: #A1C012
}

.post-social-links {
    margin-top: 20px
}

.post-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right
}

.post-social-links li {
    margin: 0 2px
}

.post-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
    -webkit-transition: color .25s, border .25s, background .25s;
    transition: color .25s, border .25s, background .25s
}

.post-social-links li a:hover {
    color: #fff;
    background-color: #A1C012;
    border: 1px solid #A1C012
}

.post-comments-title {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.post-comments ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px
}

.post-comments ul li {
    margin: 25px 0
}

.comment-thumb a {
    overflow: hidden;
    color: #A1C012;
    font-weight: 500
}

.comment-thumb {
    margin-bottom: 15px;
    overflow: hidden
}

.comment-meta {
    margin-top: 15px;
    margin-left: 15px
}

a.comment-reply {
    background: #A1C012;
    border-radius: 0;
    color: #fff;
    margin-top: 10px
}

a.comment-reply:focus,
a.comment-reply:hover {
    color: #fff;
    box-shadow: none
}

.single-comment {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px
}

.comment-text a {
    color: #A1C012
}

.post-comment-form {
    padding-top: 50px;
    margin-top: -26px
}

.post-comment-form-group .form-control {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none;
    resize: none
}

.post-comment-form-group .form-control.submit-btn {
    width: auto;
    height: auto;
    padding: 10px 40px;
    background: #A1C012;
    border-color: #A1C012;
    color: #fff;
    font-weight: 500;
    -webkit-transition: .25s;
    transition: .25s
}

#f0f,
#f0f:before,
#f0f>.container,
#f0f>.container>.row,
#f0f>.container>.row>div,
.vc-parent {
    height: 100%
}

.post-comment-form-group .form-control.submit-btn:hover {
    background: #2e3138;
    border-color: #2e3138;
    color: #fff
}

.post-comment-form-group .form-control.error {
    border-color: #A1C012
}

#f0f {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0
}

#f0f:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(48, 48, 48, .6);
    z-index: -1
}

#f0f .section-title h2 {
    margin: 0 0 50px;
    color: #fff;
    font-size: 120px
}

#f0f .section-title h2:before {
    display: none
}

#f0f .description p {
    color: #fff;
    margin: 70px 0 30px;
    font-size: 20px;
    font-weight: 500
}

#f0f a.btn {
    padding: 10px 30px
}

.reset-gutter>[class*=col-],
.reset-padding {
    padding-right: 0;
    padding-left: 0
}

#f0f .widget.search {
    max-width: 320px;
    margin: 0 auto 30px;
    padding-bottom: 0;
    border-bottom: none
}

.reset-gutter,
.reset-margin {
    margin-right: 0;
    margin-left: 0
}

.vc-parent {
    width: 100%;
    display: table
}

.vc-child {
    display: table-cell;
    vertical-align: middle
}

.vc-child-bottom {
    display: table-cell;
    vertical-align: bottom
}

#box_wrapper>section, #box_wrapper>div>section {
    clear: both;
    position: relative;
}
.ls {
    background-color: #f0efef;
    color: #777a7c;
}

.s-pt-60 {
    position: relative; /* Ensure positioning context for the pseudo-element */
    background: #A1C012; /* Apply the new background color directly to the section */
    background-image: linear-gradient(135deg, #A1C012 0%, #00BCD4 100%);
    background-image: -webkit-linear-gradient(315deg, #A1C012 0%, #00BCD4 100%);
    background-image: -webkit-linear-gradient(-45deg, #A1C012 0%, #00BCD4 100%);
}

.s-pt-601 {
    position: relative; /* Ensure positioning context for the pseudo-element */
    background: #ffffff; /* Apply the new background color directly to the section */
    background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(315deg, #ffffff 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 100%);
}


.cover-image.s-cover-right {
    left: auto;
    width: 50%;
}

section>.cover-image {
    position: absolute !important;
}
.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.cover-image {
    height: 100%;
    width: 100%;
}
.s-parallax, .cover-image, .cover-background, .texture-background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media (min-width: 1200px){
.s-pb-xl-110>[class*=container] {
    padding-bottom: 110px;
}
}
@media (min-width: 1200px){
.s-pt-xl-110>[class*=container] {
    padding-top: 110px;
}
}
@media (min-width: 768px){
.s-pb-md-80>[class*=container] {
    padding-bottom: 80px;
}
}
@media (min-width: 768px){
.s-pt-md-80>[class*=container] {
    padding-top: 80px;
}
}
.s-pb-60>[class*=container] {
    padding-bottom: 60px;
}
.s-pt-60>[class*=container] {
    padding-top: 60px;
}
.gradient-background .cs, .gradient-background-left .cs {
    background: 0 0;
}

.content-right-padding {
    padding-right: 120px;
}
.cs {
    background-color: #a9c200;
    color: #fff;
}

@media (min-width: 992px){
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.divider-30 {
    margin-top: 30px;
}
[class*=divider-] {
    clear: both;
    width: 100%;
}
@media (min-width: 992px){
.d-lg-none {
    display: none !important;
}
}
@media (min-width: 768px){
.d-md-block {
    display: block !important;
}
}

.cs h1, .cs h2, .cs h3, .cs h4, .cs h5, .cs h6 {
    color: #fff;
}

.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
    color: #262c31;
}
.special-heading {
    color: #262c31;
    line-height: 1;
    margin: 0;
}

.cs .special-heading .above, .cs .special-heading .after {
    color: #fff;
}
.ds .special-heading .above {
    color: #fff;
}



h3.special-heading {
    font-size: 40px;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

.cs h1 strong, .cs h2 strong, .cs h3 strong, .cs h4 strong, .cs h5 strong, .cs h6 strong {
    color: #fff;
}
b, strong {
    color: #232222;
    font-weight: 800;
}
b, strong {
    font-weight: 800;
}

.divider-25 {
    margin-top: 25px;
}
[class*=divider-] {
    clear: both;
    width: 100%;
}

.cs .special-heading .above, .cs .special-heading .after {
    color: #fff;
}

.special-heading .after {
    color: #262c31;
    display: inline-block;
    font-family: work sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    left: 0;
    line-height: 30px;
    position: relative;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}

.before-separate {
    padding-top: 23px;
    position: relative;
}

.mb-0 {
    margin-bottom: 0;
}
.fw-500 {
    font-weight: 500;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.cs .before-separate:before {
    background: #fff;
    opacity: .5;
}

.before-separate:before {
    background: #bebfc4;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.fw-700, .bolder {
    font-weight: 700;
}

.cs .response, .cs .color-main {
    color: #fff;
}
.text-transform-uppercase {
    text-transform: uppercase;
}
.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #a9c200;
    color: #a9c200;
}

.fw-500 {
    font-weight: 500;
}

.widget {
    position: relative;
}

.widget_mailchimp form {
    position: relative;
}

.cs input[type=text], .cs input[type=email], .cs input[type=url], .cs input[type=password], .cs input[type=tel], .cs input[type=number], .cs textarea, .cs select, .cs .form-control {
    border-color: #dcdcdc;
    color: #262c31;
}

.widget_mailchimp input {
    background-color: #fff;
    border: none;
}
.widget_search input, .widget_product_search input, .widget_mailchimp input {
    max-width: 100%;
    width: 100%;
}
.widget_mailchimp input {
    padding-right: 55px !important;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select, .form-control {
    background-color: #f4f4f4;
    border: none;
    border-radius: 5px;
    color: #777a7c;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    outline: none;
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
}
.form-control, .form-control:focus {
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.cs .widget_mailchimp button {
    background: #262c31;
    padding-top: 14px;
}
.widget_mailchimp button {
    background: #7bb560;
    background-image: -webkit-linear-gradient(315deg, #7bb560 0%, #a9c200 100%);
    background-image: linear-gradient(135deg, #7bb560 0%, #a9c200 100%);
    background-image: -webkit-linear-gradient(-45deg, #7bb560 0%, #a9c200 100%);
    border: none;
    border-radius: 0 5px 5px 0;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5",endColorstr="$colorMain",GradientType=1);
    font-weight: 400;
    left: auto;
    opacity: 1;
    padding: 21px;
    position: absolute;
    right: 0;
    top: auto;
}
.widget_search button, .widget_mailchimp button, .widget_product_search form input[type=submit], .widget_product_search form:before {
    background-color: transparent;
    border: none;
    bottom: 0;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
   
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: auto;
}
[type=submit], .form-submit [type=submit] {
    padding: 15px 70px;
}
[type=submit], button {
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
    outline: none;
    padding: 11px 28px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
[type=submit], button {
    cursor: pointer;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.widget_mailchimp button i {
    font-size: 26px;
 
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-pencil:before {
    content: "\f040";
}
.cs .response, .cs .color-main {
    color: #fff;
}
.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #a9c200;
    color: #a9c200;
}

img {
    max-width: 100%;
}

img, figure {
    height: auto;
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}




.cover-image.s-cover-left {
    width: 50%;
}

section>.cover-image {
    position: absolute !important;
}
.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.cover-image {
    height: 100%;
    width: 100%;
}
.s-parallax, .cover-image, .cover-background, .texture-background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media (min-width: 992px){
.s-pb-lg-150>[class*=container] {
    padding-bottom: 150px;
}
}

@media (min-width: 992px){
.s-pt-lg-141>[class*=container] {
    padding-top: 141px;
}
}
@media (min-width: 768px){
.s-py-md-80>[class*=container] {
    padding-bottom: 80px;
    padding-top: 80px;
}
}
@media (min-width: 768px){
.s-py-md-70>[class*=container] {
    padding-bottom: 70px;
    padding-top: 70px;
}
}
.cover-image+[class*=container] [class*=col-]>img, .cover-image+[class*=container] [class*=col-]>a:after, .cover-image+[class*=container] [class*=col-]>a>img {
    visibility: hidden;
}

.content-left-padding {
    padding-left: 120px;
}

@media (min-width: 768px){
.divider-md-80 {
    margin-top: 80px;
}
}
.divider-50 {
    margin-top: 50px;
}
[class*=divider-] {
    clear: both;
    width: 100%;
}
@media (min-width: 992px){
.d-lg-none {
    display: none !important;
}
}

.text-left {
    text-align: left !important;
}
.special-heading .above {
    color: #383737;
    display: inline-block;
    font-family: work sans, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 5px;
    text-transform: uppercase;
}
h3.special-heading {
    font-size: 40px;
}

.fw-300, .thin {
    font-weight: 300;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

@media (min-width: 576px){
.text-sm-left {
    text-align: left !important;
}
}
.text-center {
    text-align: center !important;
}
ul:last-child, ol:last-child, p:last-child {
    margin-bottom: 30px;
}

p:last-child:after {
    clear: both;
    content: "";
    display: block;
}
.shortcode-simple-counter {
    position: relative;
}
.shortcode-simple-counter .counter_wrap {
    display: inline-block;
    text-align: left;
    width: 49%;
}
.shortcode-simple-counter .counter_wrap .counter_icon {
    display: block;
    height: 62px;
    position: relative;
    width: auto;
}
.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #a9c200;
    color: #a9c200;
}
.shortcode-simple-counter .counter_wrap .counter-size {
    color: #262c31;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}
.shortcode-simple-counter .counter_wrap .counter-text {
    color: #777a7c;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: uppercase;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}
.shortcode-simple-counter .counter_wrap+.counter_wrap {
    margin-bottom: 0;
}

.divider-10 {
    margin-top: 10px;
}

.fullwidth-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.fullwidth-section .container-fluid>.row {
    margin-left: 0;
    margin-right: 0;
}
.ds {
    background-color: #262c31;
    color: #fff;
}
.padding_80 {
    padding: 80px;
}
.divider--35 {
    margin-top: -35px;
}

.icon-box.icon_right, .icon-box.icon_right.icon-boxes {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}

.icon-box.icon_left, .icon-box.icon_right, .icon-box.icon_right.icon-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.icon-box.icon-boxes {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.icon-box.icon_right {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}
.icon-box {
    display: inline-block;
    font-family: work sans, sans-serif !important;
}

.ds .color-main {
    color: #a9c200;
}
.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #a9c200;
    color: #a9c200;
}

.icon-box.icon_left .box_icon img, .icon-box.icon_right .box_icon img, .icon-box.icon_right.icon-boxes .box_icon img {
    max-width: 60px;
}

.fullwidth-section .icon-box.icon_right .box_icon+.box-wrap {
    margin: 0;
}

.icon-box.icon_left .box_icon+.box-wrap, .icon-box.icon_right .box_icon+.box-wrap, .icon-box.icon_right.icon-boxes .box_icon+.box-wrap {
    margin-left: 20px;
    margin-top: 0;
}
.icon-box.icon_right .box_icon+.box-wrap {
    margin-left: 0;
    margin-right: 20px;
}

.icon-box.icon_right.icon-boxes .box_icon+.box-wrap .box-heading {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    opacity: .15;
}

.icon-box.icon_left .box_icon+.box-wrap .box-heading, .icon-box.icon_right .box_icon+.box-wrap .box-heading, .icon-box.icon_right.icon-boxes .box_icon+.box-wrap .box-heading {
    font-size: 45px;
    font-weight: 900;
    margin-top: 7px;
    text-transform: uppercase;
}
.icon-box h5 {
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
}
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
    color: #fff;
}

@media (min-width: 992px){
.divider-lg-40 {
    margin-top: 40px;
}
}
.divider-20 {
    margin-top: 20px;
}

.ds strong {
    color: #fff;
    font-weight: 800;
}
.fs-18 {
    font-size: 18px;
}
[class*=divider-]:last-child {
    -webkit-box-ordinal-group: 10001;
    -webkit-order: 10000;
    order: 10000;
}
.divider--10 {
    margin-top: -10px;
}

.cs.gradient {
    background: #7bb560;
    background-image: -webkit-linear-gradient(-45deg, #7bb560 0%, #a9c200 100%);
    background-image: -webkit-linear-gradient(315deg, #7bb560 0%, #a9c200 100%);
    background-image: linear-gradient(135deg, #7bb560 0%, #a9c200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5",endColorstr="$colorMain",GradientType=1);
}

.cs {
    background-color: #a9c200;
    color: #fff;
}

.padding_80 {
    padding: 80px;
}


@media (min-width: 768px){
    .divider-md-35 {
        margin-top: 35px;
    }
    }

    .justify-content-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .gallery-filters {
        margin-bottom: 30px;
    }

    .filters.gallery-filters {
        background-color: #f4f4f4;
        border-radius: 5px;
        line-height: 3;
        margin-bottom: 45px;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .filters {
        padding-top: 30px;
    }
    .small-text {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.6em;
        text-transform: capitalize;
    }

    .filters .active {
        background: #7bb560;
        background-image: -webkit-linear-gradient(-45deg, #7bb560 0%, #a9c200 100%);
        background-image: -webkit-linear-gradient(315deg, #7bb560 0%, #a9c200 100%);
        background-image: linear-gradient(135deg, #7bb560 0%, #a9c200 100%);
        color: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5",endColorstr="$colorMain",GradientType=1);
    }
    .filters a {
        border-radius: 5px;
        color: #777a7c;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        padding: 13px 30px;
        text-transform: uppercase;
    }
    a {
        color: #a9c200;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    .c-gutter-30 .row, div.row.c-gutter-30 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-gutter-30 [class*=col-], .row.c-gutter-30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }

    .vertical-item.item-gallery.content-absolute {
        position: relative;
    }
   
    .item-gallery {
        background: 0 0;
        overflow: hidden;
        position: relative;
    }
    .ds {
    }
    .ds {
        background-color: #262c31;
        color: #fff;
    }

    .vertical-item.item-gallery.content-absolute:before {
        background: #262c31;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .item-gallery .item-media {
        border-radius: 0;
    }
  
    .item-media img {
        width: 100%;
    }

    
    .cat-links:last-child {
        margin-bottom: 0;
        margin-top: 0;
    }
    .cat-links {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 5px 10px;
        border-radius: 5px;
        color: white;
    }

    .item-media {
        position: relative;
    }

    .isotope-wrapper .col-xl-4 {
        width: calc(33.333% - 20px); /* Adjust width for 3 columns */
        margin-bottom: 30px;
    }
    @media (max-width: 991px) {
        .isotope-wrapper .col-xl-4 {
            width: calc(50% - 20px); /* Adjust width for 2 columns on smaller screens */
        }
    }

    .vertical-item.item-gallery.content-absolute .cat-links a {
        color: #fff;
    }
    
    .ds a:not(.btn) {
        color: #777a7c;
    }
    .cat-links a {
        background-color: rgba(19, 30, 37, .3);
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-family: work sans, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        margin: 0 5px 5px 0;
        padding: 6px 10px;
        text-align: center;
        text-transform: uppercase;
    } 
    
    .item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px;
        box-sizing: border-box;
        color: white;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .item-media:hover .item-content {
        opacity: 1;
    }

    .item-content h4 {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .item-content p {
        margin: 0;
        font-size: 14px;
    }

    .vertical-item.item-gallery.content-absolute .item-content {
        padding-bottom: 29px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
    }
    
    .isotope-wrapper .vertical-item .item-media+.item-content {
        padding: 25px 20px;
    }
    .vertical-item.content-absolute .item-content {
        bottom: 0;
        left: 0;
        opacity: 0;
        padding: 25px 30px 22px;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 2;
    }
    .vertical-item .item-media+.item-content {
        padding: 56px 40px 54px;
    }

    .vertical-item.item-gallery.content-absolute .item-content h4 {
        margin-bottom: 1px;
    }
    
    @media (max-width: 1440px){
    .item-gallery .item-content h4 {
        font-size: 20px;
    }
}
    .item-gallery .item-content h4 {
        font-size: 24px;
        font-weight: 700;
        opacity: 0;
        text-transform: uppercase;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        z-index: 5;
    }
    .ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
        color: #fff;
    }

    .vertical-item.item-gallery.content-absolute .item-content h4 a {
        color: #fff;
    }
    
    .ds a:not(.btn) {
        color: #777a7c;
    }

    .vertical-item.item-gallery.content-absolute .item-content p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
    }
    .item-content>p:last-child {
        margin-bottom: 0;
    }

    p:last-child:after {
        clear: both;
        content: "";
        display: block;
    }

    .c-gutter-30 [class*=col-], .row.c-gutter-30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }

   
    .vertical-item.content-absolute {
        position: relative;
    }

    .item-gallery {
        background: 0 0;
        overflow: hidden;
        position: relative;
    }

    .vertical-item.item-gallery.content-absolute:before {
        background: #262c31;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .item-gallery .item-media {
        border-radius: 0;
    }

    .item-media {
        overflow: hidden;
        position: relative;
    }


    .cat-links:last-child {
        margin-bottom: 0;
        margin-top: 0;
    }
    .vertical-item.item-gallery.content-absolute .cat-links a {
        color: #fff;
    }

    .ds a:not(.btn) {
        color: #777a7c;
    }
    
    .cat-links a {
        background-color: rgba(19, 30, 37, .3);
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-family: work sans, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        margin: 0 5px 5px 0;
        padding: 6px 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .vertical-item.item-gallery.content-absolute .item-content {
        padding-bottom: 29px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
    }
    
    .isotope-wrapper .vertical-item .item-media+.item-content {
        padding: 25px 20px;
    }
    .vertical-item.content-absolute .item-content {
        bottom: 0;
        left: 0;
        opacity: 0;
        padding: 25px 30px 22px;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 2;
    }
    .vertical-item .item-media+.item-content {
        padding: 56px 40px 54px;
    }
    .vertical-item.item-gallery.content-absolute .item-content h4 {
        margin-bottom: 1px;
    }

    @media (max-width: 1440px){
.item-gallery .item-content h4 {
    font-size: 20px;
}
    }

    .item-gallery .item-content h4 {
        font-size: 24px;
        font-weight: 700;
        opacity: 0;
        text-transform: uppercase;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        z-index: 5;
    }

    .vertical-item.item-gallery.content-absolute .item-content h4 a {
        color: #fff;
    }

    @media (min-width: 992px){
    .isotope-wrapper+.row {
        margin-top: 30px;
    }
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    
    .btn.btn-outline-secondary {
        border-color: #dcdcdc;
        border-width: 2px;
        color: #262c31;
    }
    .btn {
        border-radius: 5px;
        border-width: 3px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 0;
        padding: 17px 30px;
    }
    .btn-outline-secondary {
        color: #6c757d;
        background-color: transparent;
        background-image: none;
        border-color: #6c757d;
    }
    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .page-padding {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }

    .container-large {
        width: 100%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w-container:before, .w-container:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .margin-vertical.margin-large {
        margin-left: 0;
        margin-right: 0;
    }
    .margin-large {
        margin: 3rem;
    }
    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }
    .accordian {
        z-index: 1;
        width: 100%;
        border-bottom: 1px solid rgba(57, 68, 85, .25);
        overflow: hidden;
    }
    
    .w-dropdown {
        text-align: left;
        z-index: 900;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        position: relative;
    }

    .accordian-toggle {
        color: var(--dark-grey);
        border: 0 #000;
        border-bottom-color: #fff;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }
    
    .w-dropdown-toggle {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        padding-right: 40px;
        display: inline-block;
    }
    .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
        vertical-align: top;
        color: #222;
        text-align: left;
        white-space: nowrap;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        text-decoration: none;
        position: relative;
    }

   
    .w-icon-dropdown-toggle {
        width: 1em;
        height: 1em;
        margin: auto 20px auto auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
    [class^=w-icon-], [class*=\ w-icon-] {
        speak: none;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-family: webflow-icons !important;
    }
    
    [class^=w-icon-], [class*=\ w-icon-] {
        speak: none;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-family: webflow-icons !important;
    }
    .accordian-toggle {
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .w-dropdown-toggle {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        padding-right: 40px;
        display: inline-block;
    }
    .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
        vertical-align: top;
        color: #222;
        text-align: left;
        white-space: nowrap;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        text-decoration: none;
        position: relative;
    }
    .w-dropdown {
        text-align: left;
        z-index: 900;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        position: relative;
    }

    .body-text.dark.bold {
        font-weight: 700;
        font-family: Raleway, sans-serif;
        font-size: 23px;
    }
    .body-text.bold {
        font-weight: 700;
    }
    .body-text.dark {
        color: #191f28;
    }
    .body-text {
        flex-direction: column;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
        display: block;
    }

    .accordian-answer {
      
       
       
        display: none;
      
    }
    .accordian-answer.open {
        display: block;
    }

    .w-dropdown-list {
        min-width: 100%;
        background: #ddd;
        display: none;
        position: absolute;
    }
    .accordian-answer-white {
        color: #394455;
        line-height: 1.5em;
        text-decoration: none;
    }

    .w-container:after {
        clear: both;
    }
    
    .w-container:before, .w-container:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .home-need-advice-section {
        background-color: #7bb560;
    }

    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .need-advice-footer-cta {
        flex: 1;
    }

    .w-row:before, .w-row:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .column-25 {
        flex-direction: column;
        padding-top: 0;
        display: flex;
    }
    
    .w-col-9 {
        width: 75%;
    }
    .w-col {
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .text-color-white {
        color: #fff;
    }
    
    .section-heading {
        text-align: left;
        flex: 0 auto;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 3.052rem;
        line-height: 1.2em;
    }

    .column-26 {
        flex-flow: row;
        justify-content: flex-end;
        display: flex;
    }
    
    .w-col-3 {
        width: 25%;
    }
    .w-col {
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .primary-button-white {
        width: 100%;
        height: 56px;
        min-height: auto;
        background-color: #bebfc4;
        color: #689F38;
        text-align: center;
        border-radius: 6px;
        margin: 10px 0;
        padding: 20px 40px;
        font-size: 16px;
        line-height: 16px;
        transition: background-color .25s;
        display: inline-block;
    }
    .w-button {
        color: #fff;
        line-height: inherit;
        cursor: pointer;
        background-color: #3898ec;
        border: 0;
        border-radius: 0;
        padding: 9px 15px;
        text-decoration: none;
        display: inline-block;
    }

    .w-row:after {
        clear: both;
    }
    .w-row:before, .w-row:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    #box_wrapper > section, #box_wrapper > div > section {
        overflow: hidden;
    }
    #box_wrapper > section, #box_wrapper > div > section {
        clear: both;
        position: relative;
    }
    .ls.ms {
        background-color: #ffffff;
        color: #8a9498;
    }

    .c-gutter-30 .row, div.row.c-gutter-30 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
        color: #323232;
    }
    
    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0;
    }
    .special-heading {
        color: #323232;
        line-height: 1;
        margin: 0;
    }

  
    h4.special-heading {
        text-transform: capitalize;
    }

    [class*='divider-']:last-child {
        -webkit-box-ordinal-group: 10001;
        -webkit-order: 10000;
        order: 10000;
    }
    
    @media (min-width: 576px){
    .divider-sm-50 {
        margin-top: 50px;
    }
}
    .divider-30 {
        margin-top: 60px;
    }
    [class*='divider-'] {
        clear: both;
        width: 100%;
    }
    .c-gutter-30 [class*="col-"], .row.c-gutter-30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
        color: #323232;
    }

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0;
    }

    .pricing-plan {
        border-radius: 0 0 5px 5px;
        padding: 0;
       
    }
    .box-shadow {
        background: #fff;
        margin-top: 40px;
        border-color: transparent;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Adjust the values as needed */
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .pricing-plan.color_style1 .plan-name {
        background-color: #768e09 !important;
        background-image: -webkit-gradient(linear, left top, right top, from(#A1C012), to(#00BCD4));
        background-image: -webkit-linear-gradient(left, #A1C012 0%, #00BCD4 100%);
        background-image: linear-gradient(to right, #A1C012 0%, #00BCD4 100%);
    }
   
    .pricing-plan .plan-name {
        border-radius: 5px 5px 0 0;
        text-align: center;
    }
    .filter-buttons {
        display: flex;
        justify-content: center;
        margin-bottom: 50px; /* Adjust margin as needed */
    }
    
    .filter-btn {
        padding: 10px 30px;
        margin-right: 10px; /* Adjust spacing between buttons */
        background-image: -webkit-gradient(linear, left top, right top, from(#A1C012), to(#00BCD4));
        background-image: -webkit-linear-gradient(left, #A1C012 0%, #00BCD4 100%);
        background-image: linear-gradient(to right, #A1C012 0%, #00BCD4 100%);
        color: #fff; /* Text color */
        border: none;
        cursor: pointer;
    }
    
    .filter-btn.active {
        background-color: #007bff; /* Active background color */
    }
    
    .pricing-plan .plan-name h3 {
        color: #fff;
        font-size: 23px;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 1;
        margin-bottom: 0;
        padding-bottom: 26px;
        padding-top: 26px;
        position: relative;
        text-transform: uppercase;
        font-family: "Nunito", sans-serif;
    }

    .pricing-plan .plan-header {
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        align-items: center;
        background-color: #f7f6fb;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 20px 40px 20px;
    }

    .pricing-plan .plan-header ul {
        list-style: none;
        padding-left: 0;
    }

    .pricing-plan .plan-header ul li .plan-header-title {
        color: #42b7e2;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 6px;
        text-transform: uppercase;
    }

    .pricing-plan .plan-header ul li .plan-header-aftertitle {
        color: #303a81;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 4px;
        text-transform: capitalize;
    }

    .pricing-plan .plan-header ul li .plan-header-text {
        color: #303a81;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 0;
        text-transform: capitalize;
    }

    p:last-child:after {
        clear: both;
        content: "";
        display: block;
    }

    .pricing-plan .plan-header ul li + li {
        margin-top: 15px;
    }

    .pricing-plan .plan-header img {
        height: 140px;
        width: 140px;
    }

    .pricing-plan .plan-features {
        margin: 20px 20px 0;
        padding-top: 0;
        position: relative;
    }

    .pricing-plan .plan-features ul {
        line-height: 1.95;
    }
    ul.list-styled-circle {
        color: #323232;
        line-height: 2;
        list-style: none;
        padding: 0;
    }
    ul:last-child, ol:last-child, p:last-child {
        margin-bottom: 0;
    }

    .pricing-plan .plan-features ul li {
        font-size: 13px;
    }
    
    ul.list-styled-circle li {
        border: none !important;
        padding: 0 !important;
        position: relative;
    }

    .pricing-plan .plan-features ul li:before {
        font-size: 7px;
        padding-right: 10px;
    }
    ul.list-styled-circle li:before {
        color: #42b7e2;
        content: "\f111";
        font-family: FontAwesome;
        font-size: 6px;
        padding-right: 18px;
        position: relative;
        top: -4px;
    }

    .pricing-plan .price-wrap {
        color: #42b7e2;
        display: inline-block;
        font-family: "Nunito", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 0.3;
        margin: 10px 25px 10px;
        position: relative;
    }

    .pricing-plan .price-wrap .plan-sign {
        color: #323232;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        vertical-align: top;
    }

    .pricing-plan .price-wrap .plan-price {
        color: #323232;
        display: inline-block;
        font-size: 36px;
        position: relative;
        vertical-align: top;
    }

    .pricing-plan .price-wrap .plan-decimals {
        color: #323232;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        margin-top: 0;
        text-transform: capitalize;
        vertical-align: top;
    }

    .pricing-plan .plan-button {
        margin-left: 40px;
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    
    .pricing-plan .plan-button a {
        color: #fff;
    }
    .pricing-plan .plan-button a {
        font-weight: 500;
        font-size: 15px;
        padding: 12px 25px;
    }
    .btn-maincolor {
        background-color: #42b7e2;
    }
    .btn-maincolor, .btn-maincolor2, .btn-maincolor3, .btn-darkgrey {
        color: #fff;
    }
    .btn {
        border-radius: 5em;
        border-width: 3px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 0;
        padding: 20px 55px;
    }
    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        color: rgb(255, 255, 255); /* Ensure color property is defined here */
    }

    .pricing-plan .plan-button a:after {
        color: #fff;
        content: "\f0da";
        display: inline-block;
        font-family: "FontAwesome";
        margin-left: 10px;
    }

    .divider-30 {
        margin-top: 30px;
    }
    
    [class*='divider-'] {
        clear: both;
        width: 100%;
    }
    @media (min-width: 768px){
    .d-md-none {
        display: none !important;
    }
}

.icon-box.text-center {
    border-radius: 5px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
    padding: 45px 0 40px 0;
    width: 100%;
}

.icon-box {
    display: inline-block;
    font-family: "Nunito", sans-serif !important;
}

.icon-styled {
    display: inline-block;
    text-align: center;
}

.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #42b7e2;
    color: #42b7e2;
}


.icon-box.text-center .icon-styled.color-main i {
    background: transparent;
    color: #42b7e2;
    -webkit-text-fill-color: #42b7e2;
}
.icon-box.home-style .icon-styled i {
    font-size: 50px;
}
.icon-box.text-center .icon-styled i {
    background: -webkit-linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #42b7e2);
    background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #42b7e2);
    -webkit-background-clip: text;
    color: #42b7e2;
    margin-bottom: 5px;
    -webkit-text-fill-color: transparent;
}
.icon-box .icon-styled i {
    display: inline-block;
    vertical-align: bottom;
}
.icon-box .icon-styled i {
    display: inline-block;
    vertical-align: bottom;
}
[class^="ico icon-"], [class*=" ico icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-upload:before {
    content: "\e91b";
}
.icon-worldwide:before {
    content: "\e920";
}
@media (min-width: 576px){
.divider-sm-60 {
    margin-top: 60px;
}
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-outline-secondary {
    border-color: #cacaca;
    border-width: 2px;
    color: #323232;
}
.btn {
    border-radius: 5em;
    border-width: 3px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 20px 55px;
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

ul:last-child, ol:last-child, p:last-child {
    margin-bottom: 0;
}

.text-dark {
    color: #343a40 !important;
}

a {
    color: #42b7e2;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

p:last-child:after {
    clear: both;
    content: "";
    display: block;
}


.icon-box.home-style h5 {
    font-size: 25px;
    line-height: 1.2;
    margin-top: 5px;
}

.icon-box.text-center h5 {
    margin-bottom: 0;
}
.icon-box h5 {
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
}

.ls h1 a, .ls h2 a, .ls h3 a, .ls h4 a, .ls h5 a, .ls h6 a {
    color: inherit;
}
.divider-40 {
    margin-top: 40px;
}

[class*='divider-'] {
    clear: both;
    width: 100%;
}

@media (min-width: 768px){
.d-md-none {
    display: none !important;
}
}




.c-gutter-30 [class*="col-"], .row.c-gutter-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 576px){
.divider-sm-50 {
    margin-top: 50px;
}
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-outline-secondary {
    border-color: #cacaca;
    border-width: 2px;
    color: #323232;
}

.pricing-plan.color_style2 .plan-name {
    background-image: -webkit-gradient(linear, left top, right top, from(#A1C012), to(#00BCD4));
}

.pricing-plan .plan-name {
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.pricing-plan.color_style3 .plan-name {
    background-color: #A1C012 !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#A1C012), to(#00BCD4));
    background-image: -webkit-linear-gradient(left, #A1C012 0%, #00BCD4 100%);
    background-image: linear-gradient(to right, #A1C012 0%, #00BCD4 100%);
}



.pricing-plan .plan-name {
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.counter-text {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500
}

.counter-number {
    margin-bottom: -5px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700
}

.counter-number-holder {
    font-size: 42px;
    font-weight: 700
}

.counter-number-holder .counter-number {
    font-size: 42px
}

.team-item {
    text-align: center
}

.team-info h2 {
    margin: 20px 0 5px;
    color: #2e3138;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

.team-info p {
    margin: 0;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.team-img {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.team-img:before,
.team-social-links {
    position: absolute;
    left: 0;
    width: 100%
}

.team-img:before {
    background-color: rgba(0, 0, 0, .6);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.team-img:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team-social-links {
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.team-img:hover .team-social-links {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1)
}

.team-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0
}

.team-social-links ul li {
    display: inline-block;
    margin: 0 2px
}

.team-social-links ul li a {
    display: block;
    border: 1px solid #fff;
    width: 35px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease;
    transition: background-color .25s ease-in-out, border-color .25s ease
}

.team-social-links ul li a:hover {
    background-color: #A1C012;
    border-color: #A1C012
}

#history {
    padding: 80px 0 40px;
    background-color: #f8f8f8
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    font-weight: 300
}

.timeline:before {
    top: 0;
    bottom: 20px;
    position: absolute;
    content: " ";
    width: 2px;
    background: #fff;
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    float: left;
    border: 1px solid #dcdcdc;
    background: #fff;
    position: relative
}

.timeline>li:nth-child(odd)>.timeline-panel {
    margin-right: 30px
}

.timeline>li:nth-child(even)>.timeline-panel {
    margin-left: 30px
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline>li>.timeline-badge {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 33px;
    right: -12px;
    color: #fff
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-title {
    margin-top: 0;
    color: inherit
}

.timeline--date {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    color: #fff;
    background-color: #A1C012;
    text-align: center
}

.timeline--date p {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-weight: 700
}

.timeline-body {
    margin-left: 80px
}

.timeline-body>p,
.timeline-body>ul {
    padding: 10px 15px;
    margin-bottom: 0
}

.timeline>li.timeline-inverted {
    float: right;
    clear: right
}

.timeline>li:nth-child(2) {
    margin-top: 60px
}

.timeline>li.timeline-inverted>.timeline-badge {
    left: -12px
}

.no-float {
    float: none !important
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline-inverted .timeline--date {
    left: auto;
    right: 0
}

.timeline-inverted .timeline-body {
    margin-left: 0;
    margin-right: 80px
}

#login,
#signup {
    padding: 80px 0
}

#loginForm,
#signupForm {
    padding: 30px;
    background-color: #f8f8f8;
    max-width: 360px;
    margin: 0 auto
}

#loginForm label.checkbox,
#signupForm label.checkbox {
    display: block;
    padding-left: 20px
}

#loginForm p.help-block,
#signupForm p.help-block {
    font-weight: 400;
    font-size: 14px;
    margin: 15px 0 0
}

#loginForm p.help-block a,
#signupForm p.help-block a {
    margin-left: 10px;
    color: #2e3138;
    font-size: 14px;
    font-weight: 700
}

#loginForm p.help-block a:hover,
#signupForm p.help-block a:hover {
    color: #A1C012
}

#loginForm p.help-block a i.fa,
#signupForm p.help-block a i.fa {
    margin-right: 5px
}

#loginForm label,
#signupForm label {
    font-weight: 400
}

#loginForm input.form-control,
#signupForm input.form-control {
    box-shadow: none;
    border-radius: 0
}

#loginForm input.error,
#signupForm input.error {
    border-color: #A1C012
}

#loginForm .submit-button,
#signupForm .submit-button {
    border-radius: 0;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #A1C012;
    color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    outline: 0
}

#loginForm .submit-button:hover,
#signupForm .submit-button:hover {
    background-color: #2e3138
}

#contact {
    padding: 80px 0;
    position: relative
}

#contact:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #f8f8f8;
    border-left: 1px solid #e9e9e9
}

#contactForm input.form-control,
#contactForm textarea.form-control {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none
}

#contactForm {
    padding-left: 50px
}

#contactForm label {
    font-weight: 400
}

#contactForm textarea.form-control {
    resize: none;
    margin-top: 15px
}

#contactForm input.error,
#contactForm textarea.error {
    border-color: #A1C012
}

#contactForm input.valid,
#contactForm textarea.valid {
    border-color: #01abef
}

#contactForm .submit-button {
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    background-color: #A1C012;
    color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    outline: 0
}

#contactForm .submit-button:focus,
#contactForm .submit-button:hover {
    background-color: #2e3138
}

.contact-address h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px
}

.contact-address h2:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #A1C012;
    bottom: 0
}

.contact-address address {
    margin-top: 30px
}

.contact-address address p {
    margin-bottom: 30px;
    color: #737373;
    font-weight: 400;
    font-size: 16px
}

.contact-address address p:last-child {
    margin-bottom: 0
}

.contact-address address p i.fa {
    font-size: 20px;
    border: 1px solid #737373;
    width: 35px;
    padding: 5px 0;
    margin-right: 10px;
    text-align: center
}

#map {
    height: 400px
}

.contact-social-links {
    margin-top: 20px
}

.contact-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.contact-social-links li {
    display: inline-block;
    margin-right: 4px
}

.contact-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
    transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
    text-align: center
}

.contact-social-links li a:focus,
.contact-social-links li a:hover {
    color: #fff;
    border: 1px solid #A1C012;
    background: #A1C012
}

#faq {
    padding: 80px 0
}

#faq .section-title.text-left h2 {
    margin-top: 35px;
    margin-bottom: 60px
}

#faq.bg-whitesmoke {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

.faq-categories ul li a {
    position: relative;
    padding: 12px 25px;
    background-color: #2e3138;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
    z-index: 0
}

.accordion .panel-heading a,
.faq-categories ul li a:hover,
.faq-categories ul li.active a {
    background-color: #A1C012;
    color: #fff
}

.faq-categories ul li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 20px;
    border-color: transparent transparent transparent #A1C012;
    -webkit-transition: right .25s ease-in-out, opacity .25s ease-in-out;
    transition: right .25s ease-in-out, opacity .25s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: -1
}

.faq-categories ul li a:hover:before,
.faq-categories ul li.active a:before {
    right: -20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.faq--item {
    margin-bottom: 30px
}

.faq--item:last-child {
    margin-bottom: 0
}

.faq--item h3 {
    margin: -4px 0 12px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700
}

.faq--item p:last-child,
.faq-content .panel-group {
    margin-bottom: 0
}

.accordion .panel {
    border-radius: 0
}

.accordion .panel-heading {
    padding: 0
}

.accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-transform: capitalize
}
.dropdown-menu {
    background-color: #555; /* Gradient background color */
    border: none; /* Remove border */
    right: auto !important; /* Reset right positioning */
    left: 0; /* Position dropdown menu to the left */
}

.dropdown-menu > li > a {
    color: #fff; /* Text color of the submenu links */
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background:   -webkit-linear-gradient(315deg, #A1C012 0%, #00BCD4 100%);
}

.dropdown-menu .dropdown-menu {
    right: -130% !important; /* Position nested dropdown menu to the left */
    left: auto !important; /* Reset right positioning */
}
.dropdown-menu .dropdown-menu {
    right: -130% !important; /* Position nested dropdown menu to the left */
    left: auto !important; /* Reset right positioning */
}

.accordion .panel-heading a.collapsed {
    background-color: #2e3138
}

.accordion .panel-heading a h4 {
    font-weight: 600;
    overflow: hidden;
    font-size: 19px;
}

.accordion .panel-heading a h4 i.fa-minus {
    float: right;
    color: #fff
}

.accordion .panel-heading a.collapsed i.fa-minus:before {
    content: "\f067"
}

#f0f:before,
.widget-title:before {
    content: " "
}

#map2 {
    height: 400px
}

#blog.page {
    padding-bottom: 65px
}

#blog.page hr {
    margin: 40px 0 60px
}

.blog-page-post-video.local {
    background-color: #090709
}

.blog-page-post-audio audio {
    width: 100%;
    margin-bottom: 10px
}

.widget.search .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #f8f8f8;
    height: auto;
    padding: 10px 12px
}

.widget.search .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #A1C012;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.widget.search .input-group-addon:hover {
    background-color: #2E3138
}

.widget.search .input-group-addon>button {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: 0
}

.widget {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e9e9e9
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: none
}

.widget-title {
    color: #2e3138;
    font-size: 20px;
    font-weight: 700;
    margin: -3px 0 0;
    position: relative;
    padding-bottom: 13px;
    text-transform: capitalize
}

.widget-title:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #A1C012;
    bottom: 0
}

.widget.recent-items .footer-thumb .row-holder {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8
}

.widget.recent-items .footer-thumb .row-holder:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget.recent-items .left-col img {
    border-color: #e9e9e9
}

.widget.recent-items a.footer-thumb-link {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    text-transform: capitalize
}

.blog-item.full-post .tags li,
.post-social-links li,
.widget.tags li {
    display: inline-block
}

.widget.recent-items a.footer-thumb-link:focus,
.widget.recent-items a.footer-thumb-link:hover {
    color: #A1C012
}

.widget.recent-items .footer-thumb-text {
    color: #999
}

.widget.recent-items span.footer-thumb-date {
    color: #666;
    font-weight: 300
}

.archives ul,
.tags ul,
.widget.categories ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.archives li,
.widget.categories li,
.widget.tags li {
    position: relative;
    padding: 16px 0 0;
    cursor: pointer
}

.widget.tags li {
    padding: 20px 25px 0 0
}

.widget.recent-items .footer-thumb .row-holder .left-col img {
    margin-bottom: 15px;
    margin-top: 20px
}

.widget.archives li a,
.widget.categories li a,
.widget.tags li a {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.widget.archives li:hover a,
.widget.categories li:hover a,
.widget.tags li:hover a {
    color: #A1C012
}

#sidebarTwitter {
    margin-top: 25px;
    max-height: 270px;
    border: 1px solid #e9e9e9;
    overflow: auto
}

.blog-item.full-post .post-category-text {
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 0;
    font-weight: 700
}

.blog-item.full-post .category-link {
    color: #2e3138;
    font-weight: 500;
    margin-left: 10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog-item.full-post .category-link:hover {
    color: #A1C012
}

.blog-item.full-post:hover a.btn-custom {
    background-color: transparent
}

.blog-item.full-post:hover a.btn-custom:hover {
    background-color: transparent;
    color: #A1C012
}

.blog-item.full-post .tags li a {
    color: #2e3138;
    background-color: transparent;
    font-weight: 500;
    text-transform: lowercase;
    padding: 15px 15px 15px 0;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog-item.full-post .tags li a:hover {
    color: #A1C012
}

.blog-item.full-post .tags li strong {
    margin-right: 15px
}

.blog-item.full-post .post-author-metadata {
    background-color: #e9e9e9;
    margin-top: 20px;
    margin-bottom: 30px
}

.blog-item.full-post .post-author-metadata a {
    color: #2e3138;
    margin-left: 15px;
    font-weight: 500;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog-item.full-post .post-author-metadata a:hover {
    color: #A1C012
}

.post-social-links {
    margin-top: 20px
}

.post-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right
}

.post-social-links li {
    margin: 0 2px
}

.post-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
    -webkit-transition: color .25s, border .25s, background .25s;
    transition: color .25s, border .25s, background .25s
}

.post-social-links li a:hover {
    color: #fff;
    background-color: #A1C012;
    border: 1px solid #A1C012
}

.post-comments-title {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.post-comments ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px
}

.post-comments ul li {
    margin: 25px 0
}

.comment-thumb a {
    overflow: hidden;
    color: #A1C012;
    font-weight: 500
}

.comment-thumb {
    margin-bottom: 15px;
    overflow: hidden
}

.comment-meta {
    margin-top: 15px;
    margin-left: 15px
}

a.comment-reply {
    background: #A1C012;
    border-radius: 0;
    color: #fff;
    margin-top: 10px
}

a.comment-reply:focus,
a.comment-reply:hover {
    color: #fff;
    box-shadow: none
}

.single-comment {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px
}

.comment-text a {
    color: #A1C012
}

.post-comment-form {
    padding-top: 50px;
    margin-top: -26px
}

.post-comment-form-group .form-control {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none;
    resize: none
}

.post-comment-form-group .form-control.submit-btn {
    width: auto;
    height: auto;
    padding: 10px 40px;
    background: #A1C012;
    border-color: #A1C012;
    color: #fff;
    font-weight: 500;
    -webkit-transition: .25s;
    transition: .25s
}

#f0f,
#f0f:before,
#f0f>.container,
#f0f>.container>.row,
#f0f>.container>.row>div,
.vc-parent {
    height: 100%
}

.post-comment-form-group .form-control.submit-btn:hover {
    background: #2e3138;
    border-color: #2e3138;
    color: #fff
}

.post-comment-form-group .form-control.error {
    border-color: #A1C012
}

#f0f {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0
}

#f0f:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(48, 48, 48, .6);
    z-index: -1
}

#f0f .section-title h2 {
    margin: 0 0 50px;
    color: #fff;
    font-size: 120px
}

#f0f .section-title h2:before {
    display: none
}

#f0f .description p {
    color: #fff;
    margin: 70px 0 30px;
    font-size: 20px;
    font-weight: 500
}

#f0f a.btn {
    padding: 10px 30px
}

.reset-gutter>[class*=col-],
.reset-padding {
    padding-right: 0;
    padding-left: 0
}

#f0f .widget.search {
    max-width: 320px;
    margin: 0 auto 30px;
    padding-bottom: 0;
    border-bottom: none
}

.reset-gutter,
.reset-margin {
    margin-right: 0;
    margin-left: 0
}

.vc-parent {
    width: 100%;
    display: table
}

.vc-child {
    display: table-cell;
    vertical-align: middle
}

.vc-child-bottom {
    display: table-cell;
    vertical-align: bottom
}
#box_wrapper > section, #box_wrapper > div > section {
    overflow: hidden;
}
#box_wrapper>section, #box_wrapper>div>section {
    clear: both;
    position: relative;
}
.ls {
    background-color: #f0efef;
    color: #777a7c;
}

.s-pt-60 {
    position: relative; /* Ensure positioning context for the pseudo-element */
    background: #A1C012; /* Apply the new background color directly to the section */
    background-image: linear-gradient(135deg, #A1C012 0%, #00BCD4 100%);
    background-image: -webkit-linear-gradient(315deg, #A1C012 0%, #00BCD4 100%);
    background-image: -webkit-linear-gradient(-45deg, #A1C012 0%, #00BCD4 100%);
}

.s-pt-601 {
    position: relative; /* Ensure positioning context for the pseudo-element */
    background: #ffffff; /* Apply the new background color directly to the section */
    background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(315deg, #ffffff 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 100%);
}


.cover-image.s-cover-right {
    left: auto;
    width: 50%;
}

section>.cover-image {
    position: absolute !important;
}
.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.cover-image {
    height: 100%;
    width: 100%;
}
.s-parallax, .cover-image, .cover-background, .texture-background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media (min-width: 1200px){
.s-pb-xl-110>[class*=container] {
    padding-bottom: 110px;
}
}
@media (min-width: 1200px){
.s-pt-xl-110>[class*=container] {
    padding-top: 110px;
}
}
@media (min-width: 768px){
.s-pb-md-80>[class*=container] {
    padding-bottom: 80px;
}
}
@media (min-width: 768px){
.s-pt-md-80>[class*=container] {
    padding-top: 80px;
}
}
.s-pb-60>[class*=container] {
    padding-bottom: 60px;
}
.s-pt-60>[class*=container] {
    padding-top: 60px;
}
.gradient-background .cs, .gradient-background-left .cs {
    background: 0 0;
}

.content-right-padding {
    padding-right: 120px;
}
.cs {
    background-color: #a9c200;
    color: #fff;
}

@media (min-width: 992px){
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.divider-30 {
    margin-top: 30px;
}
[class*=divider-] {
    clear: both;
    width: 100%;
}
@media (min-width: 992px){
.d-lg-none {
    display: none !important;
}
}
@media (min-width: 768px){
.d-md-block {
    display: block !important;
}
}

.cs h1, .cs h2, .cs h3, .cs h4, .cs h5, .cs h6 {
    color: #fff;
}

.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
    color: #262c31;
}
.special-heading {
    color: #262c31;
    line-height: 1;
    margin: 0;
}

.cs .special-heading .above, .cs .special-heading .after {
    color: #fff;
}



h3.special-heading {
    font-size: 40px;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

.cs h1 strong, .cs h2 strong, .cs h3 strong, .cs h4 strong, .cs h5 strong, .cs h6 strong {
    color: #fff;
}
b, strong {
    color: #232222;
    font-weight: 800;
}
b, strong {
    font-weight: 800;
}

.divider-25 {
    margin-top: 25px;
}
[class*=divider-] {
    clear: both;
    width: 100%;
}

.cs .special-heading .above, .cs .special-heading .after {
    color: #fff;
}

.special-heading .after {
    color: #262c31;
    display: inline-block;
    font-family: work sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    left: 0;
    line-height: 30px;
    position: relative;
    text-transform: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}

.before-separate {
    padding-top: 23px;
    position: relative;
}

.mb-0 {
    margin-bottom: 0;
}
.fw-500 {
    font-weight: 500;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.cs .before-separate:before {
    background: #fff;
    opacity: .5;
}

.before-separate:before {
    background: #bebfc4;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.fw-700, .bolder {
    font-weight: 700;
}

.cs .response, .cs .color-main {
    color: #fff;
}
.text-transform-uppercase {
    text-transform: uppercase;
}
.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #a9c200;
    color: #a9c200;
}

.fw-500 {
    font-weight: 500;
}

.widget {
    position: relative;
}

.widget_mailchimp form {
    position: relative;
}

.cs input[type=text], .cs input[type=email], .cs input[type=url], .cs input[type=password], .cs input[type=tel], .cs input[type=number], .cs textarea, .cs select, .cs .form-control {
    border-color: #dcdcdc;
    color: #262c31;
}

.widget_mailchimp input {
    background-color: #fff;
    border: none;
}
.widget_search input, .widget_product_search input, .widget_mailchimp input {
    max-width: 100%;
    width: 100%;
}
.widget_mailchimp input {
    padding-right: 55px !important;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select, .form-control {
    background-color: #f4f4f4;
    border: none;
    border-radius: 5px;
    color: #777a7c;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    outline: none;
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
}
.form-control, .form-control:focus {
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.cs .widget_mailchimp button {
    background: #262c31;
    padding-top: 14px;
}
.widget_mailchimp button {
    background: #7bb560;
    background-image: -webkit-linear-gradient(315deg, #7bb560 0%, #a9c200 100%);
    background-image: linear-gradient(135deg, #7bb560 0%, #a9c200 100%);
    background-image: -webkit-linear-gradient(-45deg, #7bb560 0%, #a9c200 100%);
    border: none;
    border-radius: 0 5px 5px 0;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5",endColorstr="$colorMain",GradientType=1);
    font-weight: 400;
    left: auto;
    opacity: 1;
    padding: 21px;
    position: absolute;
    right: 0;
    top: auto;
}
.widget_search button, .widget_mailchimp button, .widget_product_search form input[type=submit], .widget_product_search form:before {
    background-color: transparent;
    border: none;
    bottom: 0;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
   
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: auto;
}
[type=submit], .form-submit [type=submit] {
    padding: 15px 70px;
}
[type=submit], button {
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
    outline: none;
    padding: 11px 28px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
[type=submit], button {
    cursor: pointer;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.widget_mailchimp button i {
    font-size: 26px;
 
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-pencil:before {
    content: "\f040";
}
.cs .response, .cs .color-main {
    color: #fff;
}
.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #a9c200;
    color: #a9c200;
}

img {
    max-width: 100%;
}

img, figure {
    height: auto;
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}




.cover-image.s-cover-left {
    width: 50%;
}

section>.cover-image {
    position: absolute !important;
}
.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.cover-image {
    height: 100%;
    width: 100%;
}
.s-parallax, .cover-image, .cover-background, .texture-background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media (min-width: 992px){
.s-pb-lg-150>[class*=container] {
    padding-bottom: 150px;
}
}

@media (min-width: 992px){
.s-pt-lg-141>[class*=container] {
    padding-top: 141px;
}
}
@media (min-width: 768px){
.s-py-md-80>[class*=container] {
    padding-bottom: 80px;
    padding-top: 80px;
}
}
@media (min-width: 768px){
.s-py-md-70>[class*=container] {
    padding-bottom: 70px;
    padding-top: 70px;
}
}
.cover-image+[class*=container] [class*=col-]>img, .cover-image+[class*=container] [class*=col-]>a:after, .cover-image+[class*=container] [class*=col-]>a>img {
    visibility: hidden;
}

.content-left-padding {
    padding-left: 120px;
}

@media (min-width: 768px){
.divider-md-80 {
    margin-top: 80px;
}
}
.divider-50 {
    margin-top: 50px;
}
[class*=divider-] {
    clear: both;
    width: 100%;
}
@media (min-width: 992px){
.d-lg-none {
    display: none !important;
}
}
h4.special-heading {
    text-transform: capitalize;
}
.text-left {
    text-align: left !important;
}
.special-heading .above {
    color: #1a1919;
    display: inline-block;
   
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
  
    text-transform: capitalize;
}
h3.special-heading {
    font-size: 40px;
}

.fw-300, .thin {
    font-weight: 300;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

@media (min-width: 576px){
.text-sm-left {
    text-align: left !important;
}
}
.text-center {
    text-align: center !important;
}
ul:last-child, ol:last-child, p:last-child {
    margin-bottom: 30px;
}

p:last-child:after {
    clear: both;
    content: "";
    display: block;
}
.shortcode-simple-counter {
    position: relative;
}
.shortcode-simple-counter .counter_wrap {
    display: inline-block;
    text-align: left;
    width: 49%;
}
.shortcode-simple-counter .counter_wrap .counter_icon {
    display: block;
    height: 62px;
    position: relative;
    width: auto;
}
.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #a9c200;
    color: #a9c200;
}
.shortcode-simple-counter .counter_wrap .counter-size {
    color: #262c31;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}
.shortcode-simple-counter .counter_wrap .counter-text {
    color: #777a7c;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: uppercase;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 80px;
}
.shortcode-simple-counter .counter_wrap+.counter_wrap {
    margin-bottom: 0;
}

.divider-10 {
    margin-top: 10px;
}

.fullwidth-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.fullwidth-section .container-fluid>.row {
    margin-left: 0;
    margin-right: 0;
}
.ds {
    background-color: #262c31;
    color: #fff;
}
.padding_80 {
    padding: 80px;
}
.divider--35 {
    margin-top: -35px;
}

.icon-box.icon_right, .icon-box.icon_right.icon-boxes {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}

.icon-box.icon_left, .icon-box.icon_right, .icon-box.icon_right.icon-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.icon-box.icon-boxes {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.icon-box.icon_right {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}
.icon-box {
    display: inline-block;
    font-family: work sans, sans-serif !important;
}

.ds .color-main {
    color: #a9c200;
}
.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #a9c200;
    color: #a9c200;
}

.icon-box.icon_left .box_icon img, .icon-box.icon_right .box_icon img, .icon-box.icon_right.icon-boxes .box_icon img {
    max-width: 60px;
}

.fullwidth-section .icon-box.icon_right .box_icon+.box-wrap {
    margin: 0;
}

.icon-box.icon_left .box_icon+.box-wrap, .icon-box.icon_right .box_icon+.box-wrap, .icon-box.icon_right.icon-boxes .box_icon+.box-wrap {
    margin-left: 20px;
    margin-top: 0;
}
.icon-box.icon_right .box_icon+.box-wrap {
    margin-left: 0;
    margin-right: 20px;
}

.icon-box.icon_right.icon-boxes .box_icon+.box-wrap .box-heading {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    opacity: .15;
}

.icon-box.icon_left .box_icon+.box-wrap .box-heading, .icon-box.icon_right .box_icon+.box-wrap .box-heading, .icon-box.icon_right.icon-boxes .box_icon+.box-wrap .box-heading {
    font-size: 45px;
    font-weight: 900;
    margin-top: 7px;
    text-transform: uppercase;
}
.icon-box h5 {
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
}
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
    color: #fff;
}

@media (min-width: 992px){
.divider-lg-40 {
    margin-top: 40px;
}
}
.divider-20 {
    margin-top: 20px;
}

.ds strong {
    color: #fff;
    font-weight: 800;
}
.fs-18 {
    font-size: 18px;
}
[class*=divider-]:last-child {
    -webkit-box-ordinal-group: 10001;
    -webkit-order: 10000;
    order: 10000;
}
.divider--10 {
    margin-top: -10px;
}

.cs.gradient {
    background: #7bb560;
    background-image: -webkit-linear-gradient(-45deg, #7bb560 0%, #a9c200 100%);
    background-image: -webkit-linear-gradient(315deg, #7bb560 0%, #a9c200 100%);
    background-image: linear-gradient(135deg, #7bb560 0%, #a9c200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5",endColorstr="$colorMain",GradientType=1);
}

.cs {
    background-color: #a9c200;
    color: #fff;
}

.padding_80 {
    padding: 80px;
}



@media (min-width: 768px){
    .divider-md-35 {
        margin-top: 35px;
    }
    }

    .justify-content-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .gallery-filters {
        margin-bottom: 30px;
    }

    .filters.gallery-filters {
        background-color: #f4f4f4;
        border-radius: 5px;
        line-height: 3;
        margin-bottom: 45px;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .filters {
        padding-top: 30px;
    }
    .small-text {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.6em;
        text-transform: capitalize;
    }

    .filters .active {
        background: #7bb560;
        background-image: -webkit-linear-gradient(-45deg, #7bb560 0%, #a9c200 100%);
        background-image: -webkit-linear-gradient(315deg, #7bb560 0%, #a9c200 100%);
        background-image: linear-gradient(135deg, #7bb560 0%, #a9c200 100%);
        color: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5",endColorstr="$colorMain",GradientType=1);
    }
    .filters a {
        border-radius: 5px;
        color: #777a7c;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        padding: 13px 30px;
        text-transform: uppercase;
    }
    a {
        color: #a9c200;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    .c-gutter-30 .row, div.row.c-gutter-30 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-gutter-30 [class*=col-], .row.c-gutter-30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }

    .vertical-item.item-gallery.content-absolute {
        position: relative;
    }
   
    .item-gallery {
        background: 0 0;
        overflow: hidden;
        position: relative;
    }
    .ds {
    }
    .ds {
        background-color: #262c31;
        color: #fff;
    }

    .vertical-item.item-gallery.content-absolute:before {
        background: #262c31;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .item-gallery .item-media {
        border-radius: 0;
    }
  
    .item-media img {
        width: 100%;
    }

    
    .cat-links:last-child {
        margin-bottom: 0;
        margin-top: 0;
    }
    .cat-links {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 5px 10px;
        border-radius: 5px;
        color: white;
    }

    .item-media {
        position: relative;
    }

    .isotope-wrapper .col-xl-4 {
        width: calc(33.333% - 20px); /* Adjust width for 3 columns */
        margin-bottom: 30px;
    }
    @media (max-width: 991px) {
        .isotope-wrapper .col-xl-4 {
            width: calc(50% - 20px); /* Adjust width for 2 columns on smaller screens */
        }
    }

    .vertical-item.item-gallery.content-absolute .cat-links a {
        color: #fff;
    }
    
    .ds a:not(.btn) {
        color: #777a7c;
    }
    .cat-links a {
        background-color: rgba(19, 30, 37, .3);
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-family: work sans, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        margin: 0 5px 5px 0;
        padding: 6px 10px;
        text-align: center;
        text-transform: uppercase;
    } 
    
    .item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px;
        box-sizing: border-box;
        color: white;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .item-media:hover .item-content {
        opacity: 1;
    }

    .item-content h4 {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .item-content p {
        margin: 0;
        font-size: 14px;
    }

    .vertical-item.item-gallery.content-absolute .item-content {
        padding-bottom: 29px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
    }
    
    .isotope-wrapper .vertical-item .item-media+.item-content {
        padding: 25px 20px;
    }
    .vertical-item.content-absolute .item-content {
        bottom: 0;
        left: 0;
        opacity: 0;
        padding: 25px 30px 22px;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 2;
    }
    .vertical-item .item-media+.item-content {
        padding: 56px 40px 54px;
    }

    .vertical-item.item-gallery.content-absolute .item-content h4 {
        margin-bottom: 1px;
    }
    
    @media (max-width: 1440px){
    .item-gallery .item-content h4 {
        font-size: 20px;
    }
}
    .item-gallery .item-content h4 {
        font-size: 24px;
        font-weight: 700;
        opacity: 0;
        text-transform: uppercase;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        z-index: 5;
    }
    .ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
        color: #fff;
    }

    .vertical-item.item-gallery.content-absolute .item-content h4 a {
        color: #fff;
    }
    
    .ds a:not(.btn) {
        color: #777a7c;
    }

    .vertical-item.item-gallery.content-absolute .item-content p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
    }
    .item-content>p:last-child {
        margin-bottom: 0;
    }

    p:last-child:after {
        clear: both;
        content: "";
        display: block;
    }

    .c-gutter-30 [class*=col-], .row.c-gutter-30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }

   
    .vertical-item.content-absolute {
        position: relative;
    }

    .item-gallery {
        background: 0 0;
        overflow: hidden;
        position: relative;
    }

    .vertical-item.item-gallery.content-absolute:before {
        background: #262c31;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .item-gallery .item-media {
        border-radius: 0;
    }

    .item-media {
        overflow: hidden;
        position: relative;
    }


    .cat-links:last-child {
        margin-bottom: 0;
        margin-top: 0;
    }
    .vertical-item.item-gallery.content-absolute .cat-links a {
        color: #fff;
    }

    .ds a:not(.btn) {
        color: #777a7c;
    }
    
    .cat-links a {
        background-color: rgba(19, 30, 37, .3);
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-family: work sans, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        margin: 0 5px 5px 0;
        padding: 6px 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .vertical-item.item-gallery.content-absolute .item-content {
        padding-bottom: 29px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
    }
    
    .isotope-wrapper .vertical-item .item-media+.item-content {
        padding: 25px 20px;
    }
    .vertical-item.content-absolute .item-content {
        bottom: 0;
        left: 0;
        opacity: 0;
        padding: 25px 30px 22px;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 2;
    }
    .vertical-item .item-media+.item-content {
        padding: 56px 40px 54px;
    }
    .vertical-item.item-gallery.content-absolute .item-content h4 {
        margin-bottom: 1px;
    }

    @media (max-width: 1440px){
.item-gallery .item-content h4 {
    font-size: 20px;
}
    }

    .item-gallery .item-content h4 {
        font-size: 24px;
        font-weight: 700;
        opacity: 0;
        text-transform: uppercase;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        z-index: 5;
    }

    .vertical-item.item-gallery.content-absolute .item-content h4 a {
        color: #fff;
    }

    @media (min-width: 992px){
    .isotope-wrapper+.row {
        margin-top: 30px;
    }
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    
    .btn.btn-outline-secondary {
        border-color: #dcdcdc;
        border-width: 2px;
        color: #262c31;
    }
    .btn {
        border-radius: 5px;
        border-width: 3px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 0;
        padding: 17px 30px;
    }
    .btn-outline-secondary {
        color: #6c757d;
        background-color: transparent;
        background-image: none;
        border-color: #6c757d;
    }
    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1.5rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .page-padding {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }

    .w-container:before, .w-container:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .margin-vertical.margin-large {
        margin-left: 0;
        margin-right: 0;
    }
    .margin-large {
        margin: 3rem;
    }
    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }
    .accordian {
        z-index: 1;
        width: 100%;
        border-bottom: 1px solid rgba(57, 68, 85, .25);
        overflow: hidden;
    }
    
    .w-dropdown {
        text-align: left;
        z-index: 900;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        position: relative;
    }

    .accordian-toggle {
        color: var(--dark-grey);
        border: 0 #000;
        border-bottom-color: #fff;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }
    
    .w-dropdown-toggle {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        padding-right: 40px;
        display: inline-block;
    }
    .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
        vertical-align: top;
        color: #222;
        text-align: left;
        white-space: nowrap;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        text-decoration: none;
        position: relative;
    }

   
    .w-icon-dropdown-toggle {
        width: 1em;
        height: 1em;
        margin: auto 20px auto auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
    [class^=w-icon-], [class*=\ w-icon-] {
        speak: none;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-family: webflow-icons !important;
    }

    .accordian-arrow {
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 10px 10px 10px 0; /* Change the border-width as needed */
        border-color: transparent #7bb560 transparent transparent; /* Change this to your desired color */
        display: inline-block;
        transform: rotate(-45deg);
        margin-right: 15px; /* Adjust as needed to position the arrow */
    }
    
    [class^=w-icon-], [class*=\ w-icon-] {
        speak: none;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-family: webflow-icons !important;
    }
    .accordian-toggle {
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .w-dropdown-toggle {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        padding-right: 40px;
        display: inline-block;
    }
    .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
        vertical-align: top;
        color: #222;
        text-align: left;
        white-space: nowrap;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        text-decoration: none;
        position: relative;
    }
    .w-dropdown {
        text-align: left;
        z-index: 900;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        position: relative;
    }

    .body-text.dark.bold {
        font-weight: 700;
        font-family: Raleway, sans-serif;
        font-size: 23px;
    }
    .body-text.bold {
        font-weight: 700;
    }
    .body-text.dark {
        color: #191f28;
    }
    .body-text {
        flex-direction: column;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
        display: block;
    }

    .accordian-answer {
      
       
       
        display: none;
      
    }
    .accordian-answer.open {
        display: block;
    }

    .w-dropdown-list {
        min-width: 100%;
        background: #ddd;
        display: none;
        position: absolute;
    }
    .accordian-answer-white {
        color: #394455;
        line-height: 1.5em;
        text-decoration: none;
    }

    .w-container:after {
        clear: both;
    }
    
    .w-container:before, .w-container:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .home-need-advice-section {
        background-color: #7bb560;
    }

    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .need-advice-footer-cta {
        flex: 1;
    }

    .w-row:before, .w-row:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .column-25 {
        flex-direction: column;
        padding-top: 0;
        display: flex;
    }
    
    .w-col-9 {
        width: 75%;
    }
    .w-col {
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .text-color-white {
        color: #fff;
    }
    
    .section-heading {
        text-align: left;
        flex: 0 auto;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 3.052rem;
        line-height: 1.2em;
    }

    .column-26 {
        flex-flow: row;
        justify-content: flex-end;
        display: flex;
    }
    
    .w-col-3 {
        width: 25%;
    }
    .w-col {
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .primary-button-white {
        width: 100%;
        height: 56px;
        min-height: auto;
        background-color: #bebfc4;
        color: #689F38;
        text-align: center;
        border-radius: 6px;
        margin: 10px 0;
        padding: 20px 40px;
        font-size: 16px;
        line-height: 16px;
        transition: background-color .25s;
        display: inline-block;
    }
    .w-button {
        color: #fff;
        line-height: inherit;
        cursor: pointer;
        background-color: #3898ec;
        border: 0;
        border-radius: 0;
        padding: 9px 15px;
        text-decoration: none;
        display: inline-block;
    }

    .w-row:after {
        clear: both;
    }
    .w-row:before, .w-row:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    @media (min-width: 1200px){
    .s-pb-xl-90 > [class*='container'] {
        padding-bottom: 90px;
    }
}
    @media (min-width: 1200px){
    .s-pt-xl-80 > [class*='container'] {
        padding-top: 80px;
    }
}
    @media (min-width: 768px){
    .s-pb-md-80 > [class*='container'] {
        padding-bottom: 80px;
    }
}
    @media (min-width: 768px){
    .s-pt-md-70 > [class*='container'] {
        padding-top: 70px;
    }
}
    .s-pb-60 > [class*='container'] {
        padding-bottom: 60px;
    }
    .s-pt-50 > [class*='container'] {
        padding-top: 50px;
    }

    .vertical-center {
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    ul.list-styled-circle {
        color: #323232;
        line-height: 2;
        list-style: none;
        padding: 0;
    }
    ul.list-styled-circle li {
        border: none !important;
        padding: 0 !important;
        position: relative;
    }

    ul.list-styled-circle li:before {
        color: #42b7e2;
        content: "\f111";
        font-family: FontAwesome;
        font-size: 6px;
        padding-right: 18px;
        position: relative;
        top: -4px;
    }

    .divider-40 {
        margin-top: 40px;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    .btn-maincolor {
        background-color: #42b7e2;
    }
    .btn-maincolor, .btn-maincolor2, .btn-maincolor3, .btn-darkgrey {
        color: #fff;
    }
    @media (min-width: 768px){
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px){
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}


#box_wrapper > section, #box_wrapper > div > section {
    clear: both;
    position: relative;
}

#service_phone {
    background-image: url(/../../img/background-img/service_phone.jpg);
}
.ds {
}
.ds {
    background-color: #262c31;
    color: #fff;
}
@media (min-width: 1200px){
.s-pb-xl-105 > [class*='container'] {
    padding-bottom: 105px;
}
}
@media (min-width: 1200px){
.s-pt-xl-105 > [class*='container'] {
    padding-top: 105px;
}
}
@media (min-width: 768px){
.s-pb-md-65 > [class*='container'] {
    padding-bottom: 65px;
}
}
@media (min-width: 768px){
.s-pt-md-65 > [class*='container'] {
    padding-top: 65px;
}
}
.s-pb-60 > [class*='container'] {
    padding-bottom: 60px;
}
@media (min-width: 992px){
.divider-lg-30 {
    margin-top: 30px;
}
}
.icon-box.icon_left, .icon-box.icon_right, .icon-box.icon_right.icon-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.icon-box {
    display: inline-block;
    font-family: "Work Sans", sans-serif !important;
}

.ds .color-main {
    color: #a9c200;
}

.icon-box.icon_top .box_icon + .box-wrap {
    margin-top: 27px;
}
.icon-box.icon_top .box_icon + .box-wrap h5.box-heading {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}



.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
    border-color: #a9c200;
    color: #a9c200;
}

.icon-box.icon_left .box_icon img, .icon-box.icon_right .box_icon img, .icon-box.icon_right.icon-boxes .box_icon img {
    max-width: 60px;
}

.icon-box.icon_left .box_icon + .box-wrap, .icon-box.icon_right .box_icon + .box-wrap, .icon-box.icon_right.icon-boxes .box_icon + .box-wrap {
    margin-left: 20px;
    margin-top: 0;
}
.icon-box.icon_left .box_icon + .box-wrap .box-heading, .icon-box.icon_right .box_icon + .box-wrap .box-heading, .icon-box.icon_right.icon-boxes .box_icon + .box-wrap .box-heading {
    font-size: 30px;
    font-weight: 300;
    margin-top: 7px;
    text-transform: uppercase;
}
.icon-box h5 {
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
}
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
    color: #fff;
}

.ds .icon-box.icon_top .box_icon + .box-wrap h5.box-heading a {
    color: #fff;
}



.ds .icon-box.icon_left .box_icon + .box-wrap .box-heading a, .ds .icon-box.icon_right .box_icon + .box-wrap .box-heading a {
    color: #fff;
}
.icon-box.icon_left .box_icon + .box-wrap .box-heading a {
    color: #262c31;
}
.ds a:not(.btn) {
    color: #777a7c;
}

.ds .icon-box.icon_left .box_icon + .box-wrap .box-heading a strong, .ds .icon-box.icon_right .box_icon + .box-wrap .box-heading a strong {
    color: #fff;
}
.ds strong {
    color: #fff;
}
b, strong {
    color: #262c31;
    font-weight: 700;
}
b, strong {
    font-weight: bolder;
}
.ds .icon-box.icon_top .box_icon + .box-wrap .box-content {
    color: #bebfc4;
}

.ds .icon-box.icon_left .box_icon + .box-wrap .box-content, .ds .icon-box.icon_right .box_icon + .box-wrap .box-content {
    color: #bebfc4;
}

.icon-box.icon_left .box_icon + .box-wrap .box-content, .icon-box.icon_right .box_icon + .box-wrap .box-content, .icon-box.icon_right.icon-boxes .box_icon + .box-wrap .box-content {
    color: #262c31;
}

.icon-box.icon_left + .icon-box.icon_left, .icon-box.icon_left + .icon-box.icon_right, .icon-box.icon_right + .icon-box.icon_left, .icon-box.icon_right + .icon-box.icon_right, .icon-box.icon_right.icon-boxes + .icon-box.icon_left, .icon-box.icon_right.icon-boxes + .icon-box.icon_right {
    margin-top: 53px;
    padding-top: 46px;
}
.icon-box.icon_left, .icon-box.icon_right, .icon-box.icon_right.icon-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.icon-box {
    display: inline-block;
    font-family: "Work Sans", sans-serif !important;
}

.ds .icon-box.icon_left + .icon-box.icon_left:before, .ds .icon-box.icon_left + .icon-box.icon_right:before, .ds .icon-box.icon_right + .icon-box.icon_left:before, .ds .icon-box.icon_right + .icon-box.icon_right:before {
    background: #777a7c;
}

.icon-box.icon_left + .icon-box.icon_left:before, .icon-box.icon_left + .icon-box.icon_right:before, .icon-box.icon_right + .icon-box.icon_left:before, .icon-box.icon_right + .icon-box.icon_right:before, .icon-box.icon_right.icon-boxes + .icon-box.icon_left:before, .icon-box.icon_right.icon-boxes + .icon-box.icon_right:before {
    background: #eae9ee;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

[class*='divider-']:last-child {
    -webkit-box-ordinal-group: 10001;
    -webkit-order: 10000;
    order: 10000;
}
.icon-box.icon_right, .icon-box.icon_right.icon-boxes {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}
.icon-box.icon_right {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}
.icon-box.icon_left, .icon-box.icon_right, .icon-box.icon_right.icon-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.icon-box {
    display: inline-block;
    font-family: "Work Sans", sans-serif !important;
}
.icon-box.icon_right .box_icon + .box-wrap {
    margin-left: 0;
    margin-right: 20px;
}


.package-heading {
    text-align: center;
  
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 30px;
    color: #333; /* Adjust color as needed */
    font-weight: 500;
}
.package {
    background-image: url(/../../img/Untitled\ design\ -\ 2024-04-10T144306.716.png);
    border-radius: 13px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
    height: 100%;
    overflow: hidden; 
    transition: box-shadow 0.3s ease; 
}

.package:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.package img {
    transition: transform 0.3s ease; 
}

.package-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.package:hover img {
    transform: scale(1.1); /* Scale up image on hover */
}

.package h3 {
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: Maax, Verdana;
    font-size: 20px;
    line-height: 25px;
}

.package-details ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

.package-details ul li {
    font-size: 18px;
    color: #303030;
    font-family: Maax, Verdana;
    line-height: 30px;
}
.package-details .price {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.package-details .rate {
    font-size: 20px;
    color: #fff;
   
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #303030;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0d9694;
}

#box_wrapper > section, #box_wrapper > div > section {
    clear: both;
    position: relative;
}

#icon-service-bg {
    background-image: url(/../../img/background-img/single-feature-1-bg.png);
    background-size: cover;
}
#icon-service-bg {
    background-image: url(/../../img/background-img/single-feature-1-bg.png);
    background-size: cover;
}

@media (min-width: 1200px){
.s-pb-xl-150 > [class*='container'] {
    padding-bottom: 150px;
}
}
@media (min-width: 1200px){
.s-pt-xl-150 > [class*='container'] {
    padding-top: 150px;
}
}
@media (min-width: 768px){
.s-pb-md-80 > [class*='container'] {
    padding-bottom: 80px;
}
}
@media (min-width: 768px){
.s-pt-md-80 > [class*='container'] {
    padding-top: 80px;
}
}
.s-pb-60 > [class*='container'] {
    padding-bottom: 60px;
}
.s-pt-60 > [class*='container'] {
    padding-top: 60px;

}
.icon-box-2.with_padding {
    padding: 70px 55px;
}
.ds.with_background {
    background: rgba(38, 44, 49, 0.9);
}
.ds {
}
.ds {
    background-color: #262c31;
    color: #fff;
}

.icon-box-2 h5 {
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ds strong {
    color: #fff;
}

b, strong {
    color: #262c31;
    font-weight: 700;
}

.icon-box-2 .box-wrap .box_icon {
    min-height: 58px;
}

.ds.icon-box-2 .box-wrap .box-content {
    color: #bebfc4;
}

.icon-box-2 .box-wrap .box-content {
    color: #262c31;
    margin-top: 25px;
}

.icon-box-2 .box-wrap .box-btn {
    margin-top: 35px;
}

.ds.icon-box-2 .box-wrap .box-btn .btn.btn-outline-secondary {
    border-color: #bebfc4;
}

.ds .btn.btn-outline-secondary {
    border-color: #f4f4f4;
    border-width: 2px;
    color: #fff;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    border-radius: 5px;
    border-width: 3px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 17px 30px;
}

[class*='divider-']:last-child {
    -webkit-box-ordinal-group: 10001;
    -webkit-order: 10000;
    order: 10000;
}
.divider-20 {
    margin-top: 20px;
}

.icon-box-2.with_padding {
    padding: 70px 55px;
}

.ds.with_background {
    background: rgba(38, 44, 49, 0.9);
}


.sim-logo {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 70px;
}

#box_wrapper > section, #box_wrapper > div > section {
    overflow: hidden;
}

#box_wrapper > section, #box_wrapper > div > section {
    clear: both;
    position: relative;
}
.ls {
    background-color: #fff;
    color: #9da5a9;
}

#icon-about {
    background-image: url(/../../img/icon-about.jpg);
    background-size: cover;
}

@media (min-width: 1200px){
.s-pb-xl-141 > [class*='container'] {
    padding-bottom: 141px;
}
}

@media (min-width: 1200px){
.s-pt-xl-141 > [class*='container'] {
}
}


.grid {
    display: flex;
    flex-wrap: wrap;
}

.left-content {
    flex: 2;
    padding-right: 20px;
}

.right-content {
    flex: 1;
}

.content-panel {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
   
}

.section-title {
    line-height: .85em;
    color: rgb(26, 25, 25);
    display: inline-block;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.section-title1 {
    color: rgb(26, 25, 25);
    display: inline-block;
    font-size: 34px;
    line-height: .85em;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0rem;
}

.content-text {
    color: #282626;;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-text1 {
    color: #282626;;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-text2 {
    color: #282626;;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}


.feature-list {
    list-style-type: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    color: #282626;
    font-size: 16px;
    font-weight: 500;
   
   
}

.feature-list li img {
    margin-right: 10px; 
    width: 30px;
    height: 30px; 
}


.cover-image.s-cover-right {
    left: auto;
    width: 50%;
}

section > .cover-image {
    position: absolute !important;
}
.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.cover-image {
    height: 100%;
    width: 100%;
}
.s-parallax, .cover-image, .cover-background, .texture-background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner {
    width: 100%;
    margin-top: 220px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 340px;
}

@media only screen and (min-width: 992px) {
    .banner {
        margin-top: -60px; /* Adjust the margin-top for desktop screens */
    }
}

.container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.tab-panel {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 30px;
}

.heading {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.subtitle {
    font-weight: bold;
    font-size: 26px;
    color: #444;
    margin-bottom: 10px;
}

.subheading {
    font-size: 23px;
    font-weight: 600;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
}

.content {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.list {
    list-style-type: disc;
    padding-left: 20px;
}

@media screen and (max-width: 600px) {
    .container {
        padding: 10px;
    }

    .heading {
        font-size: 20px;
    }

    .subtitle {
        font-size: 16px;
    }

    .subheading {
        font-size: 18px;
    }

    .content {
        font-size: 14px;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6em 1em;
    background-color: #fff;
    color: #1f1f1f;
    
}

.content {
    flex: 1;
    padding-right: 20px;
    max-width: 600px;
}

.image {
    flex: 1;
}

.image img {
    max-width: 100%;
    height: auto;
    display: block;
}

h2 {
    font-size: 40px;
    color: #1f1f1f;
}

.custom-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-column {
    flex: 1;
    padding: 20px;
}

.banner-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.section-heading {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.benefits-list ul {
    list-style-type: disc;
    padding-left: 20px;
}

.benefits-list li {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px;
}
#block_8033eb38b2fba985888544412757c0c8 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

#block_8033eb38b2fba985888544412757c0c8 .media-with-tekst.padding-bottom {
    padding-bottom: 50px;
}
#block_8033eb38b2fba985888544412757c0c8 .media-with-tekst.padding-top {
    padding-top: 50px;
}
.media-with-tekst.image-left {
    flex-direction: row-reverse;
}
.media-with-tekst {
    display: flex;
    gap: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.media-with-tekst>div {
    width: 50%;
}
.media-with-tekst .text-left {
    text-align: left;
}
.media-with-tekst .text-left {
    text-align: left;
}
.media-with-tekst .text-left {
    text-align: left;
}

.media-with-tekst .links {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
.media-with-tekst>div {
    width: 100%;
}

.text-center {
    text-align: center;
}
.btn.blue, button.blue {
    background:#0cbdc7;
    color: #fff;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
#block_d30bdb866b03380c195eae3b03718bca.padding-bottom {
    padding-bottom: 50px;
}
#block_d30bdb866b03380c195eae3b03718bca.padding-top {
    padding-top: 50px;
}
.info-block.gray {
    background-color: #f1f1f3;
}
.info-block .links {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
.btn.blue, button.blue {
    background:#0cbdc7;
    color: #fff;
    font-size: 17px;
    border-radius: 15px;

}

