@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot?srf3rx);
    src: url(../fonts/icomoon/icomoon.eot?srf3rx#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?srf3rx) format("truetype"), url(../fonts/icomoon/icomoon.woff?srf3rx) format("woff"), url(../fonts/icomoon/icomoon.svg?srf3rx#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: "Avenir Next LT Pro", "Avenir Next", Futura, sans-serif !important;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    color: #101010;
    background: #fff
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, .7);
    content: ""
}

.header-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    background-color: #fff
}

.menu-area {
    display: flex;
    align-items: center
}

.logo {
    padding: 10px 10px 10px
}

.logo a {
    display: inline-block
}

.logo a img {
    max-height: 100%
}

.main-menu {
    text-align: right
}

.main-menu nav ul li {
    display: inline-block
}

.main-menu nav ul li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #5f6368;
    letter-spacing: 0;
    position: relative;
    padding: 27px 36px 27px 0
}

.main-menu nav ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 0;
    background-color: #17a43a;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all 2220s ease 3530s
}

.main-menu nav ul li.active a:before,
.main-menu nav ul li:hover a:before {
    width: 70%
}

.slicknav_menu .slicknav_menutxt {
    display: none
}

.slicknav_menu {
    background: 0 0;
    margin-top: 21px
}

.slicknav_menu .slicknav_icon-bar {
    height: 2px;
    width: 19px;
    margin: 3px 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -51px
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1px, 7px);
    transform: rotate(45deg) translate(1px, 7px)
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-6px);
    transform: rotate(-45deg) translateY(-6px)
}

.slicknav_menu {
    margin-top: 0
}

.slicknav_nav {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #f1f1f1, #fff) repeat scroll 0 0;
    margin: 10px;
    padding: 6px 0
}

.slicknav_nav a:hover {
    background: #fff none repeat scroll 0 0;
    border-radius: 0
}

.slicknav_nav a {
    font-size: 14px;
    letter-spacing: .01em
}

.slider-area {
    display: flex;
    align-items: center;
    height: 700px;
    background: #326c4b;
    padding-top: 80px
}

.slider-img img {
    max-height: 100%
}

.slider-inner h2 {
    font-size: 48px;
    font-weight: 500;
    color: #5f6368;
    letter-spacing: 0;
    line-height: 49px
}

.slider-inner h5 {
    font-size: 30px;
    font-weight: 500;
    color: #5f6368;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 50px;
    margin-top: 5px
}

.slider-inner a {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 270px;
    background: 0 0;
    border: 2px solid #5f6368;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    color: #5f6368;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 44px
}

.slider-inner a i {
    position: absolute;
    left: 16px;
    top: 6px;
    height: 44px;
    width: 44px;
    border: 2px solid #5f6368;
    border-radius: 50%;
    line-height: 40px;
    font-size: 16px;
    padding-left: 2px
}

a {
    color: #24c338;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a:active,
a:focus,
a:hover {
    color: #326c4b;
    outline: 0;
    text-decoration: none
}

p {
    margin-bottom: 12px;
    color: #1a1a1a;
    font-size: 17px
}

p.important {
    color: #777;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Droid Sans", Arial, sans-serif;
    text-align: left
}

figure,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Droid Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0 10px 0
}

::-webkit-selection {
    color: #fff;
    background: #ff5126
}

::-moz-selection {
    color: #fff;
    background: #326c4b
}

::selection {
    color: #fff;
    background: #326c4b
}

.kale-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.kale-container3 {
    max-width: 1540px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.kale-container1 {
    max-width: 690px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

#kale-header .kale-video-link a {
    color: rgba(255, 255, 255, .5)
}

#kale-header .kale-video-link a i {
    font-size: 18px;
    top: 2px;
    position: relative;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    padding-left: 3px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-right: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#kale-header .kale-video-link a:hover {
    color: #fff
}

#kale-header .kale-video-link a:hover i {
    border: 1px solid #fff
}

@media screen and (max-width: 480px) {
    #kale-header .text-left {
        text-align: center !important
    }
}

@media screen and (max-width: 480px) {
    #kale-header .btn {
        display: block;
        width: 100%
    }
}

#kale-counter,
#kale-header,
.kale-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative
}

.kale-bg {
    background-position: center center;
    width: 100%;
    float: left;
    position: relative
}

.kale-video {
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

.kale-video.kale-video-sm {
    height: 250px
}

.kale-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.kale-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px
}

.kale-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.kale-video:hover .overlay {
    background: rgba(0, 0, 0, .7)
}

.kale-video:hover a {
    position: relative;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.kale-cover {
    height: 900px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%
}

.kale-cover a {
    color: #326c4b
}

.kale-cover a:hover {
    color: #fff
}

.kale-cover .overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(35, 35, 35, .5)
}

.kale-cover>.kale-container {
    position: relative;
    z-index: 10
}

@media screen and (max-width: 768px) {
    .kale-cover {
        height: 600px
    }
}

.kale-cover .display-t,
.kale-cover .display-tc {
    height: 900px;
    display: table;
    width: 100%
}

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

    .kale-cover .display-t,
    .kale-cover .display-tc {
        height: 600px
    }
}

.kale-cover.kale-cover-sm {
    height: 600px
}

@media screen and (max-width: 768px) {
    .kale-cover.kale-cover-sm {
        height: 400px
    }
}

.kale-cover.kale-cover-sm .display-t,
.kale-cover.kale-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%
}

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

    .kale-cover.kale-cover-sm .display-t,
    .kale-cover.kale-cover-sm .display-tc {
        height: 400px
    }
}

.kale-cover.kale-cover-xs {
    height: 500px
}

@media screen and (max-width: 768px) {
    .kale-cover.kale-cover-xs {
        height: inherit !important;
        padding: 3em 0
    }
}

.kale-cover.kale-cover-xs .display-t,
.kale-cover.kale-cover-xs .display-tc {
    height: 500px;
    display: table;
    width: 100%
}

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

    .kale-cover.kale-cover-xs .display-t,
    .kale-cover.kale-cover-xs .display-tc {
        padding: 3em 0;
        height: inherit !important
    }
}

.kale-cover.kale-cover-xxs {
    padding: 3em 0
}

.kale-cover .btn-primary {
    color: #fff !important
}

#kale-counter .feature-center {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08)
}

.kale-staff {
    text-align: center;
    margin-bottom: 7em;
    float: left;
    width: 100%
}

@media screen and (max-width: 768px) {
    .kale-staff {
        margin-bottom: 3em
    }
}

.kale-staff img {
    width: 100px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.kale-staff h3 {
    font-size: 24px;
    margin-bottom: 5px
}

.kale-staff p {
    margin-bottom: 30px
}

.kale-staff .role {
    color: #bfbfbf;
    margin-bottom: 30px;
    font-weight: 400;
    display: block
}

.kale-social-icons {
    margin: 0;
    padding: 0
}

.kale-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.kale-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    color: #326c4b;
    padding-left: 10px;
    padding-right: 10px
}

.kale-social-icons li a i {
    font-size: 20px
}

.kale-contact-info {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative
}

.kale-contact-info ul {
    padding: 0;
    margin: 0
}

.kale-contact-info ul li {
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative
}

.kale-contact-info ul li:before {
    color: #ccc;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: icomoon, serif;
    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
}

.kale-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1"
}

.kale-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4"
}

.kale-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da"
}

.kale-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af"
}

form label {
    font-weight: 400 !important
}

#kale-counter .display-tc,
#kale-header .display-tc,
.kale-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle
}

#kale-counter .display-tc h1,
#kale-counter .display-tc h2,
#kale-header .display-tc h1,
#kale-header .display-tc h2,
.kale-cover .display-tc h1,
.kale-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: #fff
}

#kale-counter .display-tc h1,
#kale-header .display-tc h1,
.kale-cover .display-tc h1 {
    margin-bottom: 0;
    font-size: 59px;
    line-height: 1.5
}

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

    #kale-counter .display-tc h1,
    #kale-header .display-tc h1,
    .kale-cover .display-tc h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px
    }
}

#kale-counter .display-tc h2,
#kale-header .display-tc h2,
.kale-cover .display-tc h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px
}

#kale-counter {
    text-align: center
}

#kale-counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #326c4b;
    font-weight: 100;
    display: block
}

#kale-counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    letter-spacing: .1em
}

@media screen and (max-width: 768px) {
    #kale-counter .feature-center {
        margin-bottom: 30px
    }
}

#kale-counter .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: 0 0 !important;
    border: none !important
}

#kale-counter .icon i {
    height: 70px
}

#kale-counter .icon i:before {
    color: #ccc;
    display: block;
    text-align: center;
    margin-left: 3px
}

#kale-faq,
#kale-features,
#kale-features-2,
#kale-footer,
#kale-products,
#kale-subscribe,
.kale-section {
    padding: 2em 0;
    clear: both;
    position: relative
}

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

    #kale-faq,
    #kale-features,
    #kale-features-2,
    #kale-footer,
    #kale-products,
    #kale-subscribe,
    .kale-section {
        padding: 2em 0
    }
}

#kale-faq.border-bottom,
#kale-features-2.border-bottom,
#kale-features.border-bottom,
#kale-footer.border-bottom,
#kale-products.border-bottom,
#kale-subscribe.border-bottom,
.kale-section.border-bottom {
    border-bottom: 1px solid #e6e6e6
}

#kale-features-2 {
    background: #efefef;
    position: relative;
    float: left;
    width: 100%
}

.feature-center-3 {
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    margin-top: 0
}

@media all and (min-width: 60em) {
    .feature-center-3 {
        width: 100%
    }
}

.feature-center-3 .icon {
    width: 90px;
    height: 90px;
    border: 1px solid #eaeaea;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.feature-center-3 .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #326c4b
}

.feature-center-3 h3,
.feature-center-3 p {
    margin-bottom: 30px
}

.feature-center-3 h3 {
    font-size: 18px;
    color: #000;
    position: relative
}

.feature-center-5 {
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    margin-top: 0
}

@media all and (min-width: 60em) {
    .feature-center-5 {
        width: 100%
    }
}

.feature-center-5 .icon {
    width: 90px;
    height: 90px;
    border: 1px solid #eaeaea;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.feature-center-5 .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #326c4b
}

.feature-center-3 h3,
.feature-center-5 p {
    margin-bottom: 30px
}

.feature-center-5 h3 {
    font-size: 18px;
    color: #000;
    position: relative
}

.feature-center-7 {
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 750px;
    margin-bottom: 0;
    margin-top: 0
}

.feature-center-7 .icon {
    width: 90px;
    height: 90px;
    border: 1px solid #eaeaea;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.feature-center-7 .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #326c4b
}

.feature-center-3 h3,
.feature-center-7 p {
    margin-bottom: 30px
}

.feature-center-7 h3 {
    font-size: 18px;
    color: #000;
    position: relative
}

@media all and (max-width: 65em) {
    .feature-center-7 {
        width: 100%;
        height: 650px
    }
}

@media all and (max-width: 44em) {
    .feature-center-7 {
        width: 100%;
        height: 630px
    }
}

.feature-center {
    text-align: center;
    padding: 5px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0
}

@media all and (max-width: 44em) {
    .center1 {
        display: block;
        margin-left: 30%;
        margin-right: 20%;
        width: 100%;
        align: center
    }
}

.feature-center .icon {
    width: 90px;
    height: 90px;
    border: 1px solid #eaeaea;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.feature-center .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #326c4b
}

.feature-center h3,
.feature-center p {
    margin-bottom: 30px
}

.feature-center h3 {
    font-size: 18px;
    color: #000;
    position: relative
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative
}

.feature-left .icon {
    float: left;
    text-align: center;
    width: 15%
}

.feature-left .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 35px;
    color: #326c4b
}

.feature-left .feature-copy {
    float: right;
    width: 85%
}

.feature-left .feature-copy h3 {
    font-size: 21px;
    color: #1a1a1a;
    margin-bottom: 10px
}

@media all and (min-width: 60em) {
    .feature-center {
        width: 100%
    }
}

.kale-heading {
    margin-bottom: 2em
}

@media screen and (max-width: 768px) {
    .kale-heading {
        margin-bottom: 3em
    }
}

.kale-heading.kale-heading-sm {
    margin-bottom: 2em
}

.kale-heading h2 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #326c4b;
    position: relative;
    padding-bottom: 10px
}

@media screen and (max-width: 768px) {
    .kale-heading h2 {
        font-size: 25px
    }
}

.kale-heading h2.kale-left:before {
    left: 0;
    margin-left: 0
}

.kale-heading h1 {
    font-size: 33px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #326c4b;
    position: relative;
    padding-bottom: 10px
}

@media screen and (max-width: 768px) {
    .kale-heading h1 {
        font-size: 15px
    }
}

.kale-heading h1.kale-left:before {
    left: 0;
    margin-left: 0
}

.kale-heading h3 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #326c4b;
    position: relative;
    padding-bottom: 10px
}

@media screen and (max-width: 768px) {
    .kale-heading h3 {
        font-size: 15px
    }
}

.kale-heading h3.kale-left:before {
    left: 0;
    margin-left: 0
}

.kale-heading p {
    font-size: 20px;
    line-height: 1.5;
    color: #1a1a1a
}

.kale-heading p.ka {
    font-size: 20px;
    line-height: 1.8;
    color: #1a1a1a
}

@media screen and (max-width: 768px) {
    .kale-heading p {
        font-size: 16px
    }
}

#kale-products {
    padding-top: 10em;
    margin-top: -10em
}

#kale-products .item img {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

#kale-products:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0;
    -webkit-transform: skewY(-12deg);
    -moz-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #efefef
}

#kale-products .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%
}

#kale-products .arrow-thumb a {
    font-size: 32px;
    color: #dadada
}

#kale-products .arrow-thumb a:active,
#kale-products .arrow-thumb a:focus,
#kale-products .arrow-thumb a:hover {
    text-decoration: none
}

#kale-subscribe {
    background: #326c4b
}

#kale-subscribe .form-control {
    background: 0 0;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, .2) !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#kale-subscribe .form-control:focus {
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .8) !important
}

#kale-subscribe .form-control::-webkit-input-placeholder {
    color: #fff
}

#kale-subscribe .form-control:-moz-placeholder {
    color: #fff
}

#kale-subscribe .form-control::-moz-placeholder {
    color: #fff
}

#kale-subscribe .form-control:-ms-input-placeholder {
    color: #fff
}

#kale-subscribe .btn {
    height: 54px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
    background: #fff;
    border-color: #fff;
    color: #000
}

#kale-subscribe .btn:active,
#kale-subscribe .btn:focus,
#kale-subscribe .btn:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important
}

#kale-subscribe .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px
}

#kale-subscribe .form-inline .form-group .form-control {
    width: 100%
}

#kale-footer .kale-footer-links {
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%
}

#kale-footer .kale-footer-links li {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    line-height: 1
}

#kale-footer .kale-footer-links li a {
    text-decoration: none
}

#kale-footer .kale-footer-links li a:hover {
    text-decoration: underline
}

#kale-footer .kale-widget {
    margin-bottom: 30px
}

#kale-footer .kale-widget h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase
}

#kale-footer .kale-widget .kale-quick-contact {
    padding: 0;
    margin: 0
}

#kale-footer .kale-widget .kale-quick-contact li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none
}

#kale-footer .kale-widget .kale-quick-contact li i {
    width: 30px;
    float: left;
    font-size: 18px;
    position: relative;
    margin-top: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

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

    #kale-footer .copyright .pull-left,
    #kale-footer .copyright .pull-right {
        float: none !important;
        text-align: center
    }
}

#kale-footer .copyright .block {
    display: block
}

#kale-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.offcanvas #kale-offcanvas {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

#kale-offcanvas a {
    color: rgba(255, 255, 255, .5)
}

#kale-offcanvas a:hover {
    color: rgba(255, 255, 255, .8)
}

#kale-offcanvas ul {
    padding: 0;
    margin: 0
}

#kale-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

#kale-offcanvas ul li>ul {
    padding-left: 20px;
    display: none
}

#kale-offcanvas ul li.offcanvas-has-dropdown>a {
    display: block;
    position: relative
}

#kale-offcanvas ul li.offcanvas-has-dropdown>a:after {
    position: absolute;
    right: 0;
    font-family: icomoon, serif;
    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;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, .2);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#kale-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.gototop.active {
    opacity: 1;
    visibility: visible
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle
}

.gototop a:active,
.gototop a:focus,
.gototop a:hover {
    text-decoration: none;
    outline: 0
}

.kale-nav-toggle.active i::after,
.kale-nav-toggle.active i::before {
    background: #444
}

.kale-nav-toggle:active,
.kale-nav-toggle:focus,
.kale-nav-toggle:hover {
    outline: 0;
    border-bottom: none !important
}

.kale-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out
}

.kale-nav-toggle i::after,
.kale-nav-toggle i::before {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out
}

.kale-nav-toggle.kale-nav-white>i {
    color: #fff;
    background: #fff
}

.kale-nav-toggle.kale-nav-white>i::after,
.kale-nav-toggle.kale-nav-white>i::before {
    background: #fff
}

.kale-nav-toggle i::before {
    top: -7px
}

.kale-nav-toggle i::after {
    bottom: -7px
}

.kale-nav-toggle:hover i::before {
    top: -10px
}

.kale-nav-toggle:hover i::after {
    bottom: -10px
}

.kale-nav-toggle.active i {
    background: 0 0
}

.kale-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.kale-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Droid Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 8px 30px
}

.btn.btn-md {
    padding: 8px 20px !important
}

.btn.btn-lg {
    padding: 18px 36px !important
}

.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none !important;
    outline: 0 !important
}

.btn-primary {
    background: #326c4b;
    color: #fff;
    border: 2px solid #326c4b !important
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #ff6540 !important;
    border-color: #ff6540 !important
}

.btn-primary.btn-outline {
    background: 0 0;
    color: #326c4b;
    border: 2px solid #326c4b
}

.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    background: #326c4b;
    color: #fff
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background: #4cae4c !important;
    border-color: #4cae4c !important
}

.btn-success.btn-outline {
    background: 0 0;
    color: #5cb85c;
    border: 2px solid #5cb85c
}

.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    background: #5cb85c;
    color: #fff
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background: #46b8da !important;
    border-color: #46b8da !important
}

.btn-info.btn-outline {
    background: 0 0;
    color: #5bc0de;
    border: 2px solid #5bc0de
}

.btn-info.btn-outline:active,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover {
    background: #5bc0de;
    color: #fff
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background: #eea236 !important;
    border-color: #eea236 !important
}

.btn-warning.btn-outline {
    background: 0 0;
    color: #f0ad4e;
    border: 2px solid #f0ad4e
}

.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
    background: #f0ad4e;
    color: #fff
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background: #d43f3a !important;
    border-color: #d43f3a !important
}

.btn-danger.btn-outline {
    background: 0 0;
    color: #d9534f;
    border: 2px solid #d9534f
}

.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover {
    background: #d9534f;
    color: #fff
}

.btn-white {
    background: #fff;
    color: #000;
    border: 2px solid #fff
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #000;
    background: #f2f2f2 !important;
    border-color: #f2f2f2 !important
}

.btn-white.btn-outline {
    color: #fff;
    border: 2px solid #fff
}

.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
    background: #fff;
    color: #000;
    border: 2px solid #fff
}

.btn-outline {
    background: 0 0;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    box-shadow: none
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.btn.with-arrow:hover {
    padding-right: 50px
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1
}

.form-control {
    box-shadow: none;
    background: 0 0;
    border: 2px solid rgba(0, 0, 0, .1);
    height: 54px;
    font-size: 18px;
    font-weight: 300
}

.form-control:active,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #326c4b
}

.row-pb-md {
    padding-bottom: 4em !important
}

.row-pb-sm {
    padding-bottom: 2em !important
}

.kale-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/kale.png) center no-repeat #fff
}

.js .animate-box {
    opacity: 0
}

@media screen and (max-width: 768px) {
    .kale-nav .kale-contact {
        text-align: left !important
    }
}

.kale-nav .kale-contact ul {
    padding: 0;
    margin: 0 0 20px 0
}

.kale-nav .kale-contact ul li {
    padding: 0;
    margin: 0
}

.kale-nav .kale-contact ul li a {
    font-size: 14px;
    font-weight: 700 !important;
    margin-left: 0
}

.kale-nav .kale-contact ul li a i {
    color: #326c4b
}

.kale-nav .kale-contact ul li a:hover i {
    color: #fff
}

#kale-features-3 {
    position: relative;
    top: -7em
}

@media screen and (max-width: 768px) {
    #kale-features-3 {
        top: -2em
    }
}

#kale-features-3 .feature {
    width: 33.33%;
    float: left;
    padding: 30px;
    background: #ff5126;
    position: relative;
    text-align: center
}

@media screen and (max-width: 768px) {
    #kale-features-3 .feature {
        width: 100%;
        margin-bottom: 30px
    }
}

#kale-features-3 .feature h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase
}

#kale-features-3 .feature p {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    line-height: 1.7
}

#kale-features-3 .feature .icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px auto;
    position: relative;
    background: #ff4517;
    top: -3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

#kale-features-3 .feature .icon i {
    line-height: 90px;
    height: 90px;
    font-size: 40px;
    color: #fff
}

#kale-features-3 .feature .icon i:before {
    display: block;
    text-align: center;
    margin-left: 3px
}

#kale-features-3 .feature.feature-1 {
    z-index: 7
}

#kale-features-3 .feature.feature-2 {
    bottom: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 30px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, .25);
    background: #ff4112
}

@media screen and (max-width: 768px) {
    #kale-features-3 .feature.feature-2 {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
}

#kale-features-3 .feature.feature-2 .icon {
    background: #ff3402
}

#kale-features-3 .feature.feature-2 .feature-inner {
    top: -3em;
    position: relative
}

@media screen and (max-width: 768px) {
    #kale-features-3 .feature.feature-2 .feature-inner {
        top: 0
    }
}

#kale-features-3 .feature.feature-2:before {
    position: absolute;
    top: -50px;
    content: "";
    background: #ff4112;
    height: 50px;
    width: 100%;
    left: 0
}

@media screen and (max-width: 768px) {
    #kale-features-3 .feature.feature-2:before {
        display: none
    }
}

#kale-features-3 .feature.feature-2:after {
    position: absolute;
    bottom: -30px;
    content: "";
    background: #ff4112;
    height: 30px;
    width: 100%;
    left: 0
}

@media screen and (max-width: 768px) {
    #kale-features-3 .feature.feature-2:after {
        display: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
}

#kale-features-3 .feature.feature-3 {
    z-index: 7;
    background: #fc3200
}

#kale-features-3 .feature.feature-3 .icon {
    background: #f23000
}

.kale-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left
}

#kale-blog {
    padding: 3em 0
}

.kale-card-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
    bottom: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.kale-card-item.has-text figure {
    margin-bottom: 30px !important
}

.kale-card-item figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 12;
    position: relative
}

.kale-card-item figure .overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.kale-card-item figure .overlay i {
    z-index: 12;
    color: #fff;
    font-size: 30px;
    position: absolute;
    margin-left: -15px;
    margin-top: -45px;
    top: 50%;
    left: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.kale-card-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.kale-card-item .kale-text {
    padding: 0 10px 10px 20px;
    text-align: center
}

.kale-card-item .kale-text.text-left {
    text-align: left
}

.kale-card-item .kale-text span,
.ubea-card-item .kale-text h2 {
    text-decoration: none !important
}

.kale-card-item .kale-text h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #326c4b
}

.kale-card-item .kale-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400
}

.kale-card-item .kale-text p {
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.kale-card-item .kale-text span.btn {
    color: #666 !important;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    background: #ebebeb;
    border: 2px solid #ebebeb !important;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.kale-card-item .kale-text .kale-category {
    font-size: 12px;
    color: #ccc
}

.kale-card-item .kale-text .kale-category span {
    font-size: 12px;
    color: gray;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.kale-card-item:focus,
.kale-card-item:hover {
    bottom: 7px;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .19);
    -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .19);
    -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .19)
}

.kale-card-item:focus img,
.kale-card-item:hover img {
    -webkot-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.kale-card-item:focus span.btn,
.kale-card-item:hover span.btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    color: #fff !important;
    border: 2px solid #ff6540 !important;
    background: #ff6540 !important
}

.kale-card-item:focus figure .overlay,
.kale-card-item:hover figure .overlay {
    opacity: 1;
    visibility: visible
}

.kale-card-item:focus figure .overlay i,
.kale-card-item:hover figure .overlay i {
    margin-top: -15px
}

.kale-card-item:focus h2,
.kale-card-item:focus span,
.kale-card-item:hover h2,
.kale-card-item:hover span {
    text-decoration: none !important
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -39px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 20px
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 20px
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px
}

.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i,
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
    color: #444
}

.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
    color: #000
}

.owl-carousel-fullwidth.ubea-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.ubea-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #fff
}

.owl-carousel-fullwidth.ubea-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.ubea-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none
    }
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: 0 0 !important
}

.owl-theme .owl-controls .owl-nav [class*=owl-] i {
    font-size: 24px;
    background: #326c4b !important;
    padding: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:focus i,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i {
    background: #326c4b !important
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: -2.5em
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #326c4b;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 2px solid transparent
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: 0 0;
    border: 2px solid #326c4b
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: 0 0;
    border: 2px solid #326c4b
}

#kale-faq {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq2 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq3 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq4 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq5 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq6 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq7 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq8 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq9 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq10 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq11 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq12 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq13 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq14 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq15 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq16 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq17 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq18 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq19 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq20 {
    padding-top: 0;
    position: relative;
    background: #f9f9f9
}

#kale-faq1 {
    padding-top: 0;
    position: relative;
    background: #fff
}

.kale-accordion {
    position: relative;
    background: #fff;
    margin-bottom: 20px
}

.kale-accordion .kale-accordion-heading {
    padding: 20px;
    position: relative;
    cursor: pointer
}

.kale-accordion .kale-accordion-heading h3 {
    margin: 0;
    padding: 10px;
    font-size: 18px;
    color: #brand-primary
}

.kale-accordion .kale-accordion-heading .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 13px;
    color: #0edd67;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.kale-accordion .kale-accordion-content {
    border-top: 1px solid #e6e6e6;
    display: none
}

.kale-accordion .kale-accordion-content .inner {
    padding: 20px
}

.kale-accordion.active .icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.kale-accordion.active h3 {
    color: #11bb5a
}

#kale-contact h3 {
    color: #fff;
    font-size: 30px
}

#kale-hero {
    min-height: 700px
}

#kale-hero .btn {
    font-size: 24px
}

#kale-hero .btn.btn-primary {
    padding: 14px 30px !important
}

#kale-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0
}

#kale-hero .flexslider .slides {
    position: relative;
    overflow: hidden
}

#kale-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 700px;
    position: relative
}

#kale-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7)
}

#kale-hero .flexslider .flex-control-nav {
    bottom: 40px;
    z-index: 1000
}

#kale-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, .2);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer
}

#kale-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: rgba(255, 255, 255, .7)
}

#kale-hero .flexslider .flex-direction-nav {
    display: block
}

#kale-hero .flexslider .flex-direction-nav a {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px
}

#kale-hero .flexslider .flex-direction-nav a:before {
    left: 0;
    top: 0;
    color: #fff !important;
    text-shadow: none !important;
    font-size: 40px;
    position: relative;
    z-index: 10
}

#kale-hero .flexslider .flex-direction-nav a.flex-prev {
    opacity: 1 !important;
    left: 40px !important
}

#kale-hero .flexslider .flex-direction-nav a.flex-prev:before {
    text-indent: 0 !important;
    font-family: icomoon, serif;
    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;
    content: "\e929"
}

#kale-hero .flexslider .flex-direction-nav a.flex-next {
    right: 40px !important;
    opacity: 1 !important
}

#kale-hero .flexslider .flex-direction-nav a.flex-next:before {
    font-family: icomoon, serif;
    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;
    text-indent: 0 !important;
    right: 0;
    content: "\e92a"
}

#kale-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 700px
}

#kale-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 700px
}

#kale-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 60px;
    font-weight: 300;
    color: #fff
}

@media screen and (max-width: 768px) {
    #kale-hero .flexslider .slider-text>.slider-text-inner h2 {
        font-size: 40px
    }
}

#kale-hero .flexslider .slider-text>.slider-text-inner .kale-lead {
    font-size: 20px;
    color: #fff
}

#kale-hero .flexslider .slider-text>.slider-text-inner .kale-lead .icon-heart {
    color: #d9534f
}

.kale-section-overflow {
    overflow: hidden;
    position: relative
}

#kale-services .feature-left .icon i {
    color: #326c4b !important
}

#kale-services .feature-left h3 {
    color: #326c4b;
    font-size: 22px
}

.jumbotron {
    background-color: #326c4b;
    background-image: linear-gradient(to right, #326c4b, #0f4024);
    color: #010101;
    padding: 5px 20px;
    font-family: Montserrat, sans-serif;
    border-top: 105px solid transparent;
    border-bottom: 5px solid transparent
}

.jumbotron1 {
    background-color: #326c4b;
    color: #fff;
    padding: 2px 8px;
    font-family: Montserrat, sans-serif;
    border-top: 35px solid transparent;
    border-bottom: solid transparent
}

.jumbotron2 {
    background-color: #326c4b;
    color: #fff;
    padding: 1px 2px;
    font-family: Montserrat, sans-serif;
    border-top: 5px solid transparent;
    border-bottom: solid transparent
}

.jumbotron3 {
    background-color: #326c4b;
    color: #fff;
    padding: 10px 25px;
    font-family: Montserrat, sans-serif;
    border-top: 95px solid transparent;
    border-bottom: solid transparent
}

div.polaroid {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .05);
    margin-bottom: 10px
}

div.polaroid1 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .05);
    margin-bottom: 10px
}

div.container1 {
    text-align: center;
    padding: 10px 10px;
    background-color: #f3f3f3
}

div.container2 {
    text-align: center;
    padding: 10px 10px;
    background-color: #75d285
}

.center1 {
    display: block;
    margin-left: 30%;
    margin-right: 20%;
    width: 100%
}

@media all and (max-width: 65em) {
    .center1 {
        display: block;
        margin-left: 20%;
        margin-right: 20%;
        width: 100%
    }
}

@media all and (max-width: 44em) {
    .center1 {
        display: block;
        margin-left: 30%;
        margin-right: 20%;
        width: 100%;
        align: center
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 62%
}

.custom-nav {
    -webkit-box-shadow: 30px 10px 10px #676767;
    -moz-box-shadow: 14px 20px 15px #676767;
    box-shadow: 0 0 5px #676767;
    z-index: 1000
}

.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #326c4b;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 300px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px;
    vertical-align: middle
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.button:hover span {
    padding-right: 35px
}

.button:hover span:after {
    opacity: 1;
    right: 0
}

@media all and (max-width: 44em) {
    .button {
        width: 100%
    }
}

.button7 {
    display: inline-block;
    border-radius: 4px;
    background-color: #326c4b;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 260px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px
}

.button7 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button7 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.button7:hover span {
    padding-right: 35px
}

.button7:hover span:after {
    opacity: 1;
    right: 0
}

@media all and (max-width: 44em) {
    .button7 {
        width: 100%
    }
}

.button9 {
    display: inline-block;
    border-radius: 4px;
    background-color: #6e6d72;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 240px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px
}

.button9 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button9 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.button9:hover span {
    padding-right: 35px
}

.button9:hover span:after {
    opacity: 1;
    right: 0
}

@media all and (max-width: 44em) {
    .button9 {
        width: 100%
    }
}

.button12 {
    display: inline-block;
    border-radius: 4px;
    background-color: #326c4b;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    width: 100px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px;
    align: center
}

.button12 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button12 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.button12:hover span {
    padding-right: 35px
}

.button12:hover span:after {
    opacity: 1;
    right: 0
}

@media all and (max-width: 44em) {
    .button12 {
        width: 50%
    }
}

.button20 {
    display: inline-block;
    border-radius: 4px;
    background-color: #6e6d72;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 290px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px
}

.button20 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button20 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.button20:hover span {
    padding-right: 35px
}

.button20:hover span:after {
    opacity: 1;
    right: 0
}

@media all and (max-width: 44em) {
    .button20 {
        width: 100%
    }
}

.button21 {
    display: inline-block;
    border-radius: 4px;
    background-color: #326c4b;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 290px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px
}

.button21 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button21 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.button21:hover span {
    padding-right: 35px
}

.button21:hover span:after {
    opacity: 1;
    right: 0
}

@media all and (max-width: 44em) {
    .button21 {
        width: 100%
    }
}

.button15 {
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    color: #fff;
    text-align: center;
    padding: 7px;
    width: 245px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px;
    font-size: 16px;
}

.button15 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button15 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.button15:hover span {
    padding-right: 35px
}

.button15:hover span:after {
    opacity: 1;
    right: 0
}



@media all and (max-width: 65em) {
    .button15 {
        width: 100%
    }

    .button15 {
        display: inline-block;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #FFFFFF;
        color: #fff;
        text-align: center;
        padding: 5px;
        width: 170px;
        transition: all .5s;
        cursor: pointer;
        margin: 5px;
        font-size: 11px;
    }

}

@media all and (max-width: 44em) {
    .button15 {
        width: 100%
    }

    .button15 {
        display: table;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #FFFFFF;
        color: #fff;
        text-align: center;
        padding: 8px;
        width: 180px;
        transition: all .5s;
        cursor: pointer;
        margin: 5px;
        font-size: 11px;
    }

}

@media all and (max-width: 20em) {
    .button15 {
        width: 100%
    }

    .button15 {
        display: table;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #FFFFFF;
        color: #fff;
        text-align: center;
        padding: 6px;
        width: 160px;
        transition: all .5s;
        cursor: pointer;
        margin: 5px;
        font-size: 10px;
    }

}

.button152 {
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    color: #fff;
    text-align: center;
    padding: 7px;
    width: 195px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px;
    font-size: 16px;
}

.button152 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button152 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.button152:hover span {
    padding-right: 35px
}

.button152:hover span:after {
    opacity: 1;
    right: 0
}



@media all and (max-width: 65em) {
    .button152 {
        width: 100%
    }

    .button152 {
        display: inline-block;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #FFFFFF;
        color: #fff;
        text-align: center;
        padding: 5px;
        width: 140px;
        transition: all .5s;
        cursor: pointer;
        margin: 5px;
        font-size: 11px;
    }

}


@media all and (max-width: 44em) {
    .button152 {
        width: 100%
    }

    .button152 {
        display: table;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #FFFFFF;
        color: #fff;
        text-align: center;
        padding: 8px;
        width: 180px;
        transition: all .5s;
        cursor: pointer;
        margin: 5px;
        font-size: 11px;
    }

}


@media all and (max-width: 20em) {
    .button152 {
        width: 100%
    }

    .button152 {
        display: table;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #FFFFFF;
        color: #fff;
        text-align: center;
        padding: 6px;
        width: 160px;
        transition: all .5s;
        cursor: pointer;
        margin: 5px;
        font-size: 10px;

    }

}


.button28 {
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 10px;
    width: 260px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px
}

.button28 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button28 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.button28:hover span {
    padding-right: 35px
}

.button28:hover span:after {
    opacity: 1;
    right: 0
}

@media all and (max-width: 44em) {
    .button28 {
        width: 100%
    }
}

#grad1 {
    height: 200px;
    background-color: #326c4b;
    background-image: linear-gradient(to right, #326c4b, #0f4024)
}

.panel:hover {
    box-shadow: 5px 0 40px rgba(0, 0, 0, .2)
}

.panel-footer .btn:hover {
    border: 2px solid #326c4b;
    background-color: #fff !important;
    color: #326c4b
}

.panel-heading {
    color: #fff !important;
    background-color: #326c4b !important;
    padding: 15px;
    border-bottom: 0 solid transparent;
    border-radius: 0
}

.panel-heading1 {
    color: #fff !important;
    background-color: #183c27 !important;
    padding: 15px;
    border-bottom: 0 solid transparent;
    border-radius: 0
}

.panel-footer {
    background-color: #fff !important
}

.panel-footer1 {
    background-color: #f6f6f6 !important;
    padding: 10px 15px
}

.panel-footer17 {
    background-color: #f6f6f647 !important;
    padding: 10px 15px
}

.panel-footer2 {
    background-color: #ffffff00 !important;
    border-top: 0 solid #f6f6f6
}

.panel-footer3 {
    background-color: #fbfbfb !important
}

.panel-footer h3 {
    font-size: 15px
}

.panel-footer h4 {
    color: #326c4b;
    font-size: 14px
}

.panel-footer .btn {
    margin: 10px 0;
    background-color: #326c4b;
    color: #fff;
    padding: 10px
}

.button5 {
    border-radius: 4px;
    background-color: #326c4b;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    width: 130px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px
}

.button5 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button5 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s
}

.button5:hover span {
    padding-right: 25px
}

.button5:hover span:after {
    opacity: 1;
    right: 0
}

.button8 {
    border-radius: 4px;
    background-color: #326c4b;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    width: 320px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px
}

.button8 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.button8 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s
}

.button8:hover span {
    padding-right: 25px
}

.button8:hover span:after {
    opacity: 1;
    right: 0
}

hr.new4 {
    border: 1px solid #326c4b;
    width: 14%
}

hr.new12 {
    border: 1px solid #fff;
    width: 30%
}

.icon-button {
    background-color: #fff;
    border-radius: 6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 5rem;
    height: 6rem;
    line-height: 6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 6rem
}

.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 80%;
    margin: 0;
    position: absolute;
    top: 80%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 0
}

.icon-button:hover span {
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    margin: -5.1rem
}

.twitter span {
    background-color: #4099ff
}

.facebook span {
    background-color: #3b5998
}

.linkedin span {
    background-color: #3b5998
}

.icon-button i {
    background: 0 0;
    color: #fff;
    height: 6rem;
    left: 0;
    line-height: 6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 6rem;
    z-index: 10
}

.icon-button .icon-twitter {
    color: #4099ff
}

.icon-button .icon-facebook {
    color: #3b5998
}

.icon-button .icon-linkedin {
    color: #3b5998
}

.icon-button:hover .icon-facebook,
.icon-button:hover .icon-linkedin,
.icon-button:hover .icon-twitter {
    color: #fff
}

.navbar {
    padding: 13px 10px 10px 5px;
    background-color: #fff;
    transition: all ease .3s
}

.navbar-brand {
    font-size: 23px;
    color: #326c4b !important
}

.navbar .navbar-nav li a {
    font-size: 15px;
    color: #000
}

.animate {
    padding: 0 10px 0 0;
    transition: all ease .4s
}

.navbar-nav li a:hover,
.navbar-nav li.active1 a {
    font-size: 15px;
    color: #0fce61 !important
}

.credit-card-box .panel-title {
    display: inline;
    font-weight: 700
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6)
}

.credit-card-box label.error {
    font-weight: 700;
    color: red;
    padding: 2px 8px;
    margin-top: 2px
}

.credit-card-box .payment-errors {
    font-weight: 700;
    color: red;
    padding: 2px 8px;
    margin-top: 2px
}

.credit-card-box label {
    display: block
}

.credit-card-box .display-table {
    display: none
}

.credit-card-box .display-tr {
    display: table-row
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.credit-card-box .panel-heading img {
    min-width: 180px
}

.profile-card-2 .card-img-block {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden
}

.profile-card-2 .card-body {
    position: relative
}

.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -42px;
    left: 15%;
    max-width: 75px;
    border: 3px solid #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.profile-card-2 h5 {
    font-weight: 600;
    color: #6ab04c
}

.profile-card-2 .card-text {
    font-weight: 300;
    font-size: 15px
}

.profile-card-2 .icon-block {
    float: left;
    width: 100%
}

.profile-card-2 .icon-block a {
    text-decoration: none
}

.profile-card-2 i {
    display: inline-block;
    font-size: 16px;
    color: #6ab04c;
    text-align: center;
    border: 1px solid #6ab04c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px
}

.profile-card-2 i:hover {
    background-color: #6ab04c;
    color: #fff
}

@media (min-width: 768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 1025px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

@media (min-width: 1025px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 26px;
        padding-bottom: 0
    }
}

@media (min-width: 1025px) {
    .navbar-toggle {
        display: none
    }
}

@media (min-width: 1025px) {
    .navbar-header {
        float: left
    }
}

@media (min-width: 1025px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1025px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

@media (min-width: 1025px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.single-tst-2 {
    text-align: center;
    border: 2px solid #ececec;
    border-radius: 10px;
    margin-top: 109px;
    padding: 0 8% 24px;
    height: 270px
}

.single-tst-2 img {
    max-width: 164px;
    position: relative;
    z-index: 1;
    margin: -70px auto 22px;
    border-radius: 0;
    box-shadow: 0 7px 8px rgba(0, 0, 0, .1)
}

.single-tst-2 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0
}

.single-tst-2 span {
    font-size: 15px;
    color: #666;
    letter-spacing: 0;
    font-weight: 500
}

.single-tst-2 p {
    color: #666;
    margin: 8px 0 20px
}

.single-tst {
    text-align: center;
    border: 2px solid #ececec;
    border-radius: 10px;
    margin-top: 109px;
    padding: 0 8% 24px;
    height: 400px
}

.single-tst img {
    max-width: 164px;
    position: relative;
    z-index: 1;
    margin: -70px auto 22px;
    border-radius: 0;
    box-shadow: 0 7px 8px rgba(0, 0, 0, .1)
}

.single-tst h4 {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0
}

.single-tst span {
    font-size: 15px;
    color: #666;
    letter-spacing: 0;
    font-weight: 500
}

.single-tst p {
    color: #666;
    margin: 8px 0 20px
}

.single-tst-4 {
    text-align: center;
    border: 2px solid #ececec;
    border-radius: 10px;
    margin-top: 109px;
    padding: 0 8% 24px;
    height: 380px
}

.single-tst-4 img {
    max-width: 164px;
    position: relative;
    z-index: 1;
    margin: -70px auto 22px;
    border-radius: 0;
    box-shadow: 0 7px 8px rgba(0, 0, 0, .1)
}

.single-tst-4 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0
}

.single-tst-4 span {
    font-size: 15px;
    color: #666;
    letter-spacing: 0;
    font-weight: 500
}

.single-tst-4 p {
    color: #666;
    margin: 8px 0 20px
}

@media all and (max-width: 65em) {
    .single-tst-4 {
        width: 100%;
        height: 500px
    }
}

@media all and (max-width: 44em) {
    .single-tst-4 {
        width: 100%;
        height: auto
    }
}

.tst-social li {
    display: inline-block
}

.tst-social li a {
    font-size: 20px;
    color: #555;
    margin: 0 5px
}

.tst-social li a:hover {
    color: #5a0efb
}

.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 50px
}

.testimonial-slider .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #5a8c70;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.testimonial-slider .owl-dots .active {
    background-color: #5a8c70
}

.slideshow-container {
    max-width: 700px;
    position: relative;
    margin: auto
}

.next,
.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #326c4b;
    font-weight: 700;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    transform: translateY(-50%) rotate(3deg)
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.next:hover,
.prev:hover {
    background-color: rgba(0, 0, 0, .8)
}

.arrow {
    border: 0 solid #fff;
    display: inline-block;
    padding: 15px
}

.arrow-prev {
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    font-size: 24px
}

.arrow-next {
    right: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    font-size: 24px
}

@media all and (max-width: 44em) {
    .arrow {
        border: 0 solid #fff;
        display: inline-block;
        padding: 15px
    }

    .arrow-prev {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(0);
        font-size: 24px
    }

    .arrow-next {
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(0);
        font-size: 24px
    }
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,
.dot:hover {
    background-color: #717171
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

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

    .next,
    .prev,
    .text {
        font-size: 11px
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 15px solid #ffffffcc;
    width: 350px
}

@media all and (max-width: 20em) {
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 15px solid #ffffffcc;
        width: 100%
    }
}


textarea {
    width: 100%;
    padding: 4px;
    border: 1px solid #a2ccbc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 2px;
    color: #006400
}

input {
    width: 100%;
    padding: 4px;
    border: 1px solid #a2ccbc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 2px;
    color: #006400
}

input[type=submit] {
    background-color: #4caf50;
    color: #fff
}

input.one {
    width: 100%;
    padding: 64px;
    border: 2px solid #a2ccbc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 2px;
    color: #000
}

input.one [type=submit] {
    background-color: #4caf50;
    color: #fff
}

.container9 {
    background-color: #f1f1f1;
    padding: 20px
}

#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px
}

#message p {
    padding: 10px 35px;
    font-size: 18px
}

.valid {
    color: green
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔"
}

.invalid {
    color: red
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖"
}

.close {
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 0;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    width: 25px;
    height: 25px
}

.close:focus,
.close:hover {
    color: #000;
    cursor: pointer
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: #fff
}

.closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: 700;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #000
}

.viedoTrailor {
    position: fixed;
    top: 57%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: rgba(255, 255, 255, .96);
    width: 74%;
    height: 83%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0
}

.viedoTrailor.active {
    visibility: visible;
    opacity: 1
}

.viedoTrailor video {
    position: relative;
    max-width: 85%;
    outline: 0
}

.close1 {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    place-content: flex-start;
    align-items: initial;
    right: 10px;
    cursor: pointer;
    max-width: 80%
}

@media all and (max-width: 20em) {
    .close {
        position: absolute;
        right: 0;
        top: 2px;
        bottom: 0;
        color: #000;
        font-size: 26px;
        font-weight: 700;
        width: 25px;
        height: 25px
    }
}

@media (max-width: 991px) {
    .viedoTrailor video {
        max-width: 90%
    }
}

@media all and (max-width: 65em) {
    .viedoTrailor {
        width: 100%;
        height: 53%;
        top: 37%
    }
}

@media all and (max-width: 44em) {
    .viedoTrailor {
        width: 100%;
        height: 49%;
        top: 46%
    }
}

.container50 {
    position: relative;
    text-align: center;
    color: red
}

.image-header {
    display: block
}

.image-header1 {
    display: none
}

.image-header2 {
    display: none
}

@media all and (max-width: 65em) {
    .image-header {
        display: none
    }

    .image-header1 {
        display: block
    }

    .image-header2 {
        display: none
    }
}

@media all and (max-width: 44em) {
    .image-header {
        display: none
    }

    .image-header1 {
        display: none
    }

    .image-header2 {
        display: block
    }
}

.bottom-left {
    position: absolute;
    bottom: 0;
    top: 48%;
    left: 10.3%;
    font-size: 18px
}

@media all and (max-width: 23em) {
    .bottom-left {
        position: absolute;
        bottom: 0;
        top: 62%;
        left: 4px;
        font-size: 14px
    }
}

@media all and (max-width: 65em) {
    .bottom-left {
        position: absolute;
        bottom: 0;
        top: 58%;
        left: 4.9%
    }
}

@media all and (max-width: 44em) {
    .bottom-left {
        position: absolute;
        bottom: 0;
        top: 51%;
        left: 8px;
        font-size: 16px
    }
}

/* home page testimonial */

.home-page-testimonial {
    color: #cccecc;
    cursor: pointer;
    position: relative;
}

@media all and (max-width: 44em) {
    .home-page-testimonial {
        display: none;
    }

}

@media all and (min-width: 768px) {
    .home-page-testimonial {
        top: 0px;
        left: -13px;
    }
}

@media all and (min-width: 65rem) {
    .home-page-testimonial {
        top: 0px;
        left: -24px;
    }
}

.home-page-testimonial a {
    text-decoration: none;
    color: #cccecc;
}

.home-page-testimonial a:hover {
    text-decoration: underline;
    color: #cccecc;
}

.home-page-testimonial svg {
    position: relative;
    left: 3px;
    top: 4px;
    width: 20px;
    height: 18px;
    color: white;
}

.home-page-testimonial-mobile {
    color: black;
    cursor: pointer;
    position: relative;
    top: -28px;
    left: 17px;
    display: none;
}

@media all and (max-width: 44em) {
    .home-page-testimonial-mobile {
        display: block;
    }

}

.home-page-testimonial-mobile a {
    text-decoration: none;
    color: black;
}

.home-page-testimonial-mobile a:hover {
    text-decoration: underline;
    color: #cccecc;
}

.home-page-testimonial-mobile svg {
    position: relative;
    left: 3px;
    top: 4px;
    width: 20px;
    height: 18px;
    color: #ff0404;
}

/* home page testimonial */

/* new year offer */

.newYearOfferHomeDiv {
    text-align: left;
    margin-top: 29px;
    padding-left: 36px;
}

@media all and (min-width: 768px) {
    .newYearOfferHomeDiv {
        margin-top: 8px;
    }
}

@media all and (min-width: 65rem) {
    .newYearOfferHomeDiv {
        margin-top: 8px;
    }
}


.homeContactCommon {
    color: #cccecc;
}

.homeContactCommon a {
    text-decoration: none;
    color: #cccecc;
}

.homeContact {
    color: #e4f212;
}

.homeContact span {
    color: #cccecc;
}

@media (max-width: 600px) {
    .homeContactCommon {
        display: none;
    }

}

@media (min-width: 768px) {
    .homeContact {
        position: relative;
        left: -16px;
    }

    .homeContactCommon {
        position: relative;
        left: -16px;
    }
}


@media (min-width: 65em) {
    .homeContact {
        position: relative;
        left: -25px;
    }

    .homeContactCommon {
        position: relative;
        left: -25px;
    }
}


@media all and (min-width: 1025px) and (max-width: 1439px) {
    /* .newYearOfferHomeDiv {
        padding-left: 7px;
    } */
}

@media all and (max-width: 44rem) {
    .newYearOfferHomeDiv {
        padding-left: 7px;
    }
}

/* @media all and (min-width: 44rem) {
    .newYearOfferHomeDiv {
        position: relative;
        padding-left: 0px;
        left: 296px;
    }
} */

@media all and (max-width: 65rem) {
    .newYearOfferHomeDiv .trynowlink {
        margin-left: 67px;
        position: relative;
    }
}

@media all and (max-width: 44rem) {
    .newYearOfferHomeDiv .trynowlink {
        position: relative;
        top: 10px;
        left: -7px;
    }
}


@media all and (max-height: 667px) and (max-width: 44rem) {
    .newYearOfferHomeDiv a {
        position: relative;
        left: -7px;
    }
}

.newYearOfferHomeDiv h3 {
    color: white;
    /* margin-bottom: 20px; */
}

.newYearOfferHomeDiv .newYearbuy {
    margin-right: 17px;
    position: relative;
    left: -16px;
}

@media all and (max-width: 65rem) {
    .newYearOfferHomeDiv .newYearbuy {
        margin-right: -40px;
        position: relative;
        left: 15px;
    }
}

@media all and (max-width: 44rem) {
    .newYearOfferHomeDiv .newYearbuy {
        margin-right: -40px;
        position: relative;
        left: -3px;
    }
}

.newYearOfferDiscount {
    /* width: 130px; */
    width: 155px;
    margin-top: 45px;
    margin-left: 46px;
    transform: scale(1.5);
}

@media (max-width: 768px) {
    .newYearOfferDiscount {
        /* width: 130px; */
        /* margin: 0 auto; */
        position: relative;
        top: 78px;
        margin-top: -62px;
        margin-bottom: 71px;
    }
}

@media (max-width: 44em) {
    .newYearOfferDiscount {
        /* width: 130px; */
        margin: 0 auto;
        position: relative;
        top: 78px;
    }
}

.newYearOfferDiscountHome {
    /* width: 130px; */
    width: 155px;
    margin-top: -18px;
    margin-left: 13px;
    transform: scale(1.5);
}

@media (max-width: 768px) {
    .newYearOfferDiscountHome {
        /* width: 130px; */
        /* margin: 0 auto; */
        position: relative;
        margin-bottom: 71px;
    }
}

@media (max-width: 44em) {
    .newYearOfferDiscountHome {
        /* width: 130px; */
        display: none;
        margin: 0 auto;
        position: relative;
        top: 78px;
    }
}

.newYearOfferDiscountHomeMobile {
    display: none;
}

@media (max-width: 44em) {
    .newYearOfferDiscountHomeMobile {
        /* width: 130px; */
        width: 155px;
        margin-top: 45px;
        margin-left: 46px;
        transform: scale(1.5);
        display: block;
        margin: 0 auto;
        position: relative;
        left: 15px;
        top: -8px;
    }
}

/* newYear */

.newYearOfferbutton {
    display: inline-block;
    border-radius: 4px;
    background-color: #c7c7c2;
    border: 1px solid #00000000;
    color: black;
    text-align: center;
    /* padding: 7px; */
    width: 265px;
    font-weight: 800;
    position: relative;
    padding-left: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0px;
    left: -29px;
    /* margin-top: 25px; */
    transition: all .5s;
    /* margin: 5px; */
    margin: 5px;
    font-size: 16px;
}

.newYearOfferbutton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.newYearOfferbutton span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: .5s
}

.newYearOfferbutton:hover span {
    padding-right: 5px;
}

.newYearOfferbutton:hover span:after {
    opacity: 1;
    right: 0
}

@media all and (max-width: 65em) {
    .newYearOfferbutton {
        width: 100%
    }

    .newYearOfferbutton {
        display: inline-block;
        border-radius: 4px;
        background-color: #c7c7c2;
        border: 1px solid #00000000;
        color: black;
        text-align: center;
        /* padding: 7px; */
        width: 265px;
        font-weight: 800;
        position: relative;
        padding-left: 21px;
        top: 0px;
        left: -84px;
        /* margin-top: 25px; */
        transition: all .5s;
        /* margin: 5px; */
        margin: 5px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .newYearOfferbutton {
        display: inline-block;
        border-radius: 4px;
        background-color: #c7c7c2;
        border: 1px solid #00000000;
        color: black;
        text-align: center;
        /* padding: 7px; */
        width: 259px;
        font-weight: 800;
        position: relative;
        padding-left: 21px;
        top: 5px;
        left: -86px;
        /* margin-top: 25px; */
        transition: all .5s;
        /* margin: 5px; */
        margin: 5px;
        font-size: 16px;
    }
}

@media all and (max-width: 44em) {
    .newYearOfferbutton {
        width: 100%
    }

    .newYearOfferbutton {
        display: inline-block;
        border-radius: 4px;
        background-color: #c7c7c2;
        border: 1px solid #00000000;
        color: black;
        text-align: center;
        /* padding: 7px; */
        width: 264px;
        font-weight: 800;
        position: relative;
        padding-left: 21px;
        top: 12px;
        left: -64px;
        /* margin-top: 25px; */
        transition: all .5s;
        /* margin: 5px; */
        margin: 5px;
        font-size: 16px;
    }

}

@media all and (max-width: 20em) {
    .newYearOfferbutton {
        width: 100%
    }

    .newYearOfferbutton {
        display: inline-block;
        border-radius: 4px;
        background-color: #c7c7c2;
        border: 1px solid #00000000;
        color: black;
        text-align: center;
        /* padding: 7px; */
        width: 264px;
        font-weight: 800;
        position: relative;
        padding-left: 21px;
        top: 2px;
        left: -64px;
        /* margin-top: 25px; */
        transition: all .5s;
        /* margin: 5px; */
        margin: 5px;
        font-size: 16px;
    }

}

/* newYearOffer */
.prize73 {
    color: #ecfa10;
    position: relative;
    left: -16px;
    font-size: 22px;
    display: block;
}

@media all and (max-width: 65rem) {
    .prize73 {
        margin-left: 33px;
    }
}

@media screen and (max-width:600px) {
    .prize73 {
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 14px;
    }
}

.newYearDis {
    color: white;
    position: relative;
    left: -16px;
}

@media (max-width: 65rem) {
    .newYearDis {
        margin-left: 33px;
    }
}

@media screen and (max-width:600px) {
    .newYearDis {
        margin-left: 14px;
    }
}

.newYearDisValid {
    color: white;
    position: relative;
    left: -16px;
    font-size: 14px;
    /* top: -17px; */
}

@media (max-width: 65rem) {
    .newYearDisValid {
        margin-left: 33px;
    }
}

@media screen and (max-width:600px) {
    .newYearDisValid {
        margin-left: 14px;
    }
}

.newYearDis .line {
    text-decoration: line-through 1px #ecfa10;
    color: white;
}

.newYearDis small {
    color: white;
    margin-left: 5px;
}

.newYearDisRed {
    margin-left: 5px;
    color: #ecfa10;
}

.newYearRoundDiv {
    width: 130px;
    /* position: absolute; */
    border-radius: 50%;
    border: 10% solid grey;
    height: 130px;
}

/* new year offer end */


.top-left {
    position: absolute;
    top: 8px;
    left: 16px
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%
}

.prizeph {
    font-size: 16px;
    color: #0edd67
}

.prizetit {
    font-size: 17px;
    color: #fff
}

.prizetit2 {
    font-size: 16px;
    color: #326c4b
}

.prizeend {
    font-size: 15px;
    color: #326c4b
}

.prize1 {
    font-size: 17px;
    color: #777
}

.prize2 {
    font-weight: 700;
    color: green
}

.prize3 {
    font-size: 15px;
    text-decoration: line-through
}

.prize4 {
    font-size: 18px;
    color: #777
}

.prize5 {
    font-size: 26px;
    color: red
}

.prize6 {
    font-size: 19px;
    color: #a9a9a9
}

.prize7 {
    color: gray
}

.prize72 {
    color: red
}

.prize8 {
    color: #ff000000
}

.prize9 {
    font-size: 15px;
    color: #585858
}

.prize10 {
    font-size: 19px;
    color: #777
}

.salesph {
    font-size: 18px;
    color: #313131
}

.imgwid {
    width: 100%
}

.imgwid1 {
    width: 85%
}

.butcss {
    font-size: 16px
}

.buttonSignup {
    display: inline-block;
    border-radius: 4px;
    /* background-color: #c7c7c2; */
    background-color: #830000c0;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    /* margin-left: 40px; */
}

.buttonSignup span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonSignup span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: 0.5s;
}

.buttonSignup:hover span {
    padding-right: 35px;
}

.buttonSignup:hover span:after {
    opacity: 1;
    right: 0;
}

@media all and (max-width: 44em) {
    .buttonSignup {
        width: 100%;
    }
}