 

/* Row
-------------------------------------------------------------- */

.row-about-us .half-bg-1 {
    background: url(../images/section_img1.jpg) center center;
    background-size: cover;
}

.row-about-us .half-bg-2 {
    background: url(../images/section_img2.jpg) center center;
    background-size: cover;
}

.row-partner.has-bg {
    background: url(../images/section_bg3.jpg) center center;
    background-size: cover;
}

.row-services.has-bg {
    background-image: url(../images/section_bg1.png);
    height: 260px;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

.row-countto.parallax {
    background: url(../images/section_bg3.jpg) center center;
    background-size: cover;
}

.row-why-choose-us .text-wrap {
    font-size: 16px;
    line-height: 28px;
    margin-right: 30px;
}

@media only screen and (max-width: 991px) {
    .row-services.has-bg {
        background-image: none !important;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .row-about-us .half-bg-1 {
        height: 550px;
    }
    .row-about-us .half-bg-2 {
        height: 400px;
    }
}


/* Button
-------------------------------------------------------------- */

.grow_rich-button {
    padding: 9px 45px 7px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    background-color: transparent;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-button.small {
    padding: 7px 25px 5px;
    font-size: 12px;
}

.grow_rich-button.big {
    padding: 14px 54px 12px;
    font-size: 16px;
}

.grow_rich-button.outline {
    padding: 8px 44px 7px;
    border-width: 1px;
    border-color: transparent;
}

.grow_rich-button.outline.small {
    padding: 8px 24px 8px;
}

.grow_rich-button.outline.big {
    padding: 13px 53px 11px;
}

.grow_rich-button.p10px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.grow_rich-button.p15px {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.grow_rich-button.p20px {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.grow_rich-button.p25px {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.grow_rich-button.p30px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.grow_rich-button.p35px {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.grow_rich-button.p40px {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.grow_rich-button.p45px {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.grow_rich-button.p50px {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.grow_rich-button.p55px {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.grow_rich-button.p60px {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.grow_rich-button.p65px {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.grow_rich-button.p70px {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.grow_rich-button.p75px {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.grow_rich-button.p80px {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.grow_rich-button.p85px {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.grow_rich-button.p90px {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.grow_rich-button.p95px {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.grow_rich-button.p100px {
    padding-left: 100px;
    padding-right: 100px;
}

.grow_rich-button.rounded-1px {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.grow_rich-button.rounded-2px {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.grow_rich-button.rounded-3px {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.grow_rich-button.rounded-10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.grow_rich-button.rounded-30px {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.grow_rich-button.solid {
    border-style: solid;
}

.grow_rich-button.dashed {
    border-style: dashed;
}

.grow_rich-button.dotted {
    border-style: dotted;
}

.grow_rich-button.double {
    border-style: double;
}


/* Button Accent */

.grow_rich-button.accent {
    background-color: #009426;
    color: #fff;
}

.grow_rich-button.accent:hover {
    background-color: #222 !important;
    color: #fff
}


/* Button Outline */

.grow_rich-button.outline.ol-accent {
    border-color: #009426;
    color: #222;
}

.grow_rich-button.outline.ol-accent:hover {
    background-color: #009426;
    color: #fff;
}

.grow_rich-button.outline.ol-accent .icon {
    color: #b7b7b7;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-button.outline.ol-accent:hover .icon {
    color: #fff;
}


/* Button Dark */

.grow_rich-button.dark {
    background-color: #222;
    color: #fff;
}

.grow_rich-button.dark:hover {
    background-color: #009426;
    color: #fff;
}


/* Button Light */

.grow_rich-button.light {
    background-color: #8e8e90;
    color: #fff;
}

.grow_rich-button.light:hover {
    background-color: #009426;
    color: #fff;
}


/* Button Very Light */

.grow_rich-button.very-light {
    background-color: #ebebeb;
    color: #333;
}

.grow_rich-button.very-light:hover {
    background-color: #009426;
    color: #fff;
}


/* Button White */

.grow_rich-button.white {
    background-color: #fff;
    color: #777;
}

.grow_rich-button.white:hover {
    background-color: #222;
    color: #fff;
}


/* Button Outline Dark */

.grow_rich-button.outline.dark {
    border-color: #222;
    background-color: transparent;
    color: #222;
}

.grow_rich-button.outline.dark:hover {
    background-color: #009426;
    border-color: #009426;
    color: #fff;
}


/* Button Outline Light */

.grow_rich-button.outline.light {
    border-color: #d0d0d0;
    background-color: transparent;
    color: #777;
}

.grow_rich-button.outline.light:hover {
    background-color: #009426;
    border-color: #009426;
    color: #fff;
}


/* Button Outline Very Light */

.grow_rich-button.outline.very-light {
    border-color: #e3e3e3;
    background-color: transparent;
    color: #999;
}

.grow_rich-button.outline.very-light:hover {
    background-color: #009426;
    border-color: #009426;
    color: #fff;
}


/* Button Outline White */

.grow_rich-button.outline.white {
    border-color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
    color: #fff;
}

.grow_rich-button.outline.white:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #222;
}


/* Custom */

.button-wrap {
    display: inline-block;
}

.button-wrap.has-icon .grow_rich-button {
    padding-left: 30px;
    padding-right: 30px;
}

.button-wrap.has-icon .grow_rich-button > span {
    position: relative;
    display: inline-block;
}

.button-wrap.has-icon .grow_rich-button > span > .icon {
    font-size: 18px;
    position: absolute;
    top: 1px;
    line-height: 22px;
}

.button-wrap.has-icon.icon-right .grow_rich-button > span {
    padding-right: 34px;
}

.button-wrap.has-icon.icon-right .grow_rich-button > span > .icon {
    right: 0;
}

.button-wrap.has-icon.icon-left .grow_rich-button > span {
    padding-left: 34px;
}

.button-wrap.has-icon.icon-left .grow_rich-button > span > .icon {
    left: 0;
}

.grow_rich-button.custom:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.button-wrap.has-icon.icon-left.separate .grow_rich-button > span > .icon {
    line-height: normal;
    padding-right: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.button-wrap.has-icon.icon-left.separate .grow_rich-button {
    padding-left: 15px;
}

.button-wrap.has-icon.icon-left.separate .grow_rich-button > span {
    padding-left: 54px;
}

.button-wrap.has-icon.icon-right.separate .grow_rich-button > span > .icon {
    line-height: normal;
    padding-left: 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.button-wrap.has-icon.icon-right.separate .grow_rich-button {
    padding-right: 15px;
}

.button-wrap.has-icon.icon-right.separate .grow_rich-button > span {
    padding-right: 54px;
}

.button-wrap.has-icon .grow_rich-button.white > span > .icon {
    color: #009426;
}


/* Animation Block
-------------------------------------------------------------- */

.grow_rich-animation-block {
    filter: alpha(opacity=0);
    opacity: 0;
}

.grow_rich-animation-block.animated {
    filter: alpha(opacity=100);
    opacity: 1;
}


/* Progress Bar
-------------------------------------------------------------- */

.grow_rich-progress {
    position: relative;
    overflow: hidden;
}

.grow_rich-progress .title,
.grow_rich-progress .perc {
    line-height: normal;
    margin: 0;
}

.grow_rich-progress .title {
    position: absolute;
    left: 0;
    top: 0;
}

.grow_rich-progress .progress-animate {
    width: 0;
}

.grow_rich-progress .progress-bg {
    width: 100%;
}

.grow_rich-progress .perc {
    width: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.grow_rich-progress .perc.show {
    filter: alpha(opacity=100);
    opacity: 1;
}

.grow_rich-progress .perc > span {
    font-family: "Roboto";
    font-size: 14px;
    background-color: #7f7f7f;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    position: relative;
}

.grow_rich-progress .perc > span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -4px;
    border-width: 6px 4px 0 4px;
    border-style: solid;
    border-top-color: #7f7f7f;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.grow_rich-progress.height-1px .progress-animate {
    height: 1px;
}

.grow_rich-progress.height-2px .progress-animate {
    height: 2px;
}

.grow_rich-progress.height-3px .progress-animate {
    height: 3px;
}

.grow_rich-progress.height-4px .progress-animate {
    height: 4px;
}

.grow_rich-progress.height-5px .progress-animate {
    height: 5px;
}

.grow_rich-progress.height-6px .progress-animate {
    height: 6px;
}

.grow_rich-progress.height-7px .progress-animate {
    height: 7px;
}

.grow_rich-progress.height-8px .progress-animate {
    height: 8px;
}

.grow_rich-progress.height-9px .progress-animate {
    height: 9px;
}

.grow_rich-progress.height-10px .progress-animate {
    height: 10px;
}


/* Style 1 */

.grow_rich-progress.style-1 .title {
    font-weight: 500;
    color: #777777;
    font-size: 16px;
}

.grow_rich-progress.style-1 .perc-wrap {
    font-weight: 500;
    color: #777;
    font-size: 13px;
}

.grow_rich-progress.style-1 .progress-bg {
    background-color: #e5e5e5;
    margin-top: 10px;
}

.grow_rich-progress.style-1 .progress-animate {
    background-color: rgb(253, 86, 58);
}

.grow_rich-progress.style-1 .perc.show {
    margin-left: 22px;
}


/* Single Heading
-------------------------------------------------------------- */

.grow_rich-single-heading.style-1 .heading {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
}

.grow_rich-single-heading.style-1 .heading .line {
    display: none;
}

.grow_rich-single-heading.style-2 .heading {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-family: Roboto;
    color: #777777;
}

.grow_rich-single-heading.style-3 .heading {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

@media only screen and (max-width: 767px) {
    .grow_rich-single-heading.text-center {
        padding: 0 15px;
    }
}


/* Headings
-------------------------------------------------------------- */

.grow_rich-headings .heading.style-1 {
    color: #999999;
    margin-bottom: 16px;
    font-size: 18px;
}

.grow_rich-headings .heading.style-2 span {
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.grow_rich-headings .heading.style-3 {
    font-weight: 500;
    line-height: 62px;
    font-size: 42px;
}

.grow_rich-headings .sep {
    background-color: #009426;
}

.grow_rich-headings.text-center .sep {
    text-align: center;
    margin: 0 auto;
}

.grow_rich-headings.text-right .sep {
    float: right;
}

.grow_rich-headings .heading,
.grow_rich-headings .sub-heading {
    margin-bottom: 0;
}

.grow_rich-headings .sub-heading {
    font-weight: 500;
}

.grow_rich-headings.left-sep {
    position: relative;
}

.grow_rich-headings.left-sep .sep {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .grow_rich-headings.text-center {
        padding: 0 15px;
    }
}


/* Counter
-------------------------------------------------------------- */

.grow_rich-counter .sep {
    background-color: #009426;
}

.grow_rich-counter .sep.accent {
    background-color: #009426;
}

.grow_rich-counter.text-center .sep {
    text-align: center;
    margin: 0 auto;
}

.grow_rich-counter.text-center .sep.image {
    background-color: transparent;
}

.grow_rich-counter .number-wrap {
    color: #009426;
    font-weight: 600;
    font-size: 52px;
    line-height: 62px;
}

.grow_rich-counter .icon-wrap .icon {
    font-size: 46px;
    line-height: normal;
    color: #999;
}

.grow_rich-counter .prefix.accent,
.grow_rich-counter .suffix.accent,
.grow_rich-counter .number.accent {
    color: #009426;
}

.grow_rich-counter .number,
.grow_rich-counter .heading {
    margin-bottom: 0;
}

.grow_rich-counter .heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.grow_rich-counter.icon-left .inner {
    display: table;
    overflow: hidden;
    width: 100%;
}

.grow_rich-counter.icon-left .text-wrap {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.grow_rich-counter.icon-left .text-wrap {
        font-size: 56px;
    line-height: normal;
    color: #999999;
    margin-right: 25px;
}

.grow_rich-counter.icon-left .sep {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .grow_rich-counter.icon-left .inner,
    .grow_rich-counter.icon-left .icon-wrap,
    .grow_rich-counter.icon-left .icon-wrap .icon,
    .grow_rich-counter.icon-left .text-wrap {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }
}


/* Advanced Image
-------------------------------------------------------------- */

.grow_rich-image-video {
    position: relative;
}

.grow_rich-image-video .icon-wrap {
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-image-video .icon-wrap:after {
    color: #222;
    content: "\f04b";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-image-video .icon-wrap:hover {
    background-color: #009426
}

.grow_rich-image-video .icon-wrap:hover:after {
    color: #fff
}

.grow_rich-image-video.w60 .icon-wrap {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.grow_rich-image-video.w60 .icon-wrap:after {
    line-height: 60px;
    font-size: 15px;
}

.grow_rich-image-video.w70 .icon-wrap {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
}

.grow_rich-image-video.w70 .icon-wrap:after {
    line-height: 70px;
    font-size: 15px;
}

.grow_rich-image-video.w80 .icon-wrap {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}

.grow_rich-image-video.w80 .icon-wrap:after {
    line-height: 80px;
    font-size: 16px;
}

.grow_rich-image-video.w90 .icon-wrap {
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
}

.grow_rich-image-video.w90 .icon-wrap:after {
    line-height: 90px;
    font-size: 20px;
}

.grow_rich-image-video.w100 .icon-wrap {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

.grow_rich-image-video.w100 .icon-wrap:after {
    line-height: 100px;
    font-size: 24px;
}

.grow_rich-image-heading {
    position: relative;
}

.grow_rich-image-heading .heading {
    font-size: 16px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 80%;
    margin: 0;
    width: 100%;
    text-align: center;
}

.grow_rich-image-heading .heading a {
    position: relative;
    padding-bottom: 2px;
}

.grow_rich-image-heading .heading a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #009426;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-image-heading .heading a:hover:after {
    width: 0;
}

.grow_rich-image-heading:after {
    content: "";
    background: url(gradient.html) no-repeat left bottom;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}


/* Icons
-------------------------------------------------------------- */

.grow_rich-icon {
    display: inline-block;
    margin: 0px 4px 2px 5px;
}

.grow_rich-icon .icon {
    font-size: 20px;
    line-height: normal;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-icon.style-2 .icon {
    width: 37px;
    height: 37px;
    color: #fff;
    border-radius: 20px;
    background-color: #707070;
    line-height: 37px;
}

.grow_rich-icon.style-3 .icon {
    width: 37px;
    height: 37px;
    color: #fff;
    background-color: #0accaa;
    line-height: 37px;
}

.grow_rich-icon.outline .icon {
    border-color: #009426;
    color: #009426;
}

.grow_rich-icon.background .icon {
    font-size: 16px;
    width: 37px;
    height: 37px;
    color: #ffffff;
    background-color: #b7b7b7;
    line-height: 37px;
}

.grow_rich-icon .icon.bg-accent {
    color: #fff;
    background-color: #009426;
}

.grow_rich-icon .icon.bg-accent-2 {
    background-color: #3b5998;
}

.grow_rich-icon .icon.bg-blue {
    background-color: #55acee;
}

.grow_rich-icon .icon.bg-darkred {
    background-color: #bd081c;
}

.grow_rich-icon .icon.bg-pink {
    background-color: #e03b6a;
}

.grow_rich-icon .icon.accent {
    color: #009426;
}

.grow_rich-icon:hover {
    opacity: 0.7;
}

.icon-effect {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.icon-effect:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.icon-effect.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* Grid Box
-------------------------------------------------------------- */

.grow_rich-grid-box .grid-row:first-child {
    border-top: 1px dotted #e2e2e2;
    border-left: 1px dotted #e2e2e2;
}

.grow_rich-grid-box .grid-row:last-child {
    border-left: 1px dotted #e2e2e2;
}

.grow_rich-grid-box .grid-item {
    width: 33.333%;
    float: left;
    border-right: 1px dotted #e2e2e2;
    border-bottom: 1px dotted #e2e2e2;
}

.grow_rich-grid-box.very-light .grid-row:first-child {
    border-top-color: #eee;
    border-left-color: #eee;
}

.grow_rich-grid-box.very-light .grid-row:last-child {
    border-left-color: #eee;
}

.grow_rich-grid-box.very-light .grid-item {
    border-right-color: #eee;
    border-bottom-color: #eee;
}

.grow_rich-grid-box.solid .grid-row:first-child {
    border-top-style: solid;
    border-left-style: solid;
}

.grow_rich-grid-box.solid .grid-row:last-child {
    border-left-style: solid;
}

.grow_rich-grid-box.solid .grid-item {
    border-right-style: solid;
    border-bottom-style: solid;
}

.grow_rich-grid-box.dashed .grid-row:first-child {
    border-top-style: dashed;
    border-left-style: dashed;
}

.grow_rich-grid-box.dashed .grid-row:last-child {
    border-left-style: dashed;
}

.grow_rich-grid-box.dashed .grid-item {
    border-right-style: dashed;
    border-bottom-style: dashed;
}

.grow_rich-grid-box.no-border-wrap .grid-row:first-child,
.grow_rich-grid-box.no-border-wrap .grid-row:last-child {
    border: 0;
}

.grow_rich-grid-box.no-border-wrap .grid-row:last-child .grid-item {
    border-bottom: 0;
}

.grow_rich-grid-box.no-border-wrap .grid-row .grid-item:last-child {
    border-right: 0;
}

@media only screen and (max-width: 991px) {
    .grow_rich-grid-box {
        border-right: 1px dotted #e2e2e2;
        border-bottom: 1px dotted #e2e2e2;
    }
    .grow_rich-grid-box.very-light {
        border-right-color: #eee;
        border-bottom-color: #eee;
    }
    .grow_rich-grid-box.solid {
        border-right-style: solid;
        border-bottom-style: solid;
    }
    .grow_rich-grid-box.dashed {
        border-right-style: dashed;
        border-bottom-style: dashed;
    }
    .grow_rich-grid-box.no-border-wrap {
        border: 0;
    }
    .grow_rich-grid-box .grid-item {
        width: 100%;
    }
    .grow_rich-grid-box .grid-row,
    .grow_rich-grid-box .grid-item {
        border-width: 0;
    }
    .grow_rich-grid-box .grid-item {
        border-top: 1px dotted #e2e2e2 !important;
    }
    .grow_rich-grid-box.very-light .grid-item {
        border-top-color: #eee !important;
    }
    .grow_rich-grid-box.solid .grid-item {
        border-top-style: solid !important;
    }
    .grow_rich-grid-box.dashed .grid-item {
        border-top-style: dashed !important;
    }
    .grow_rich-grid-box .grid-row:first-child .grid-item:first-child {
        border-top: 0 !important;
    }
}

.grow_rich-grid-box.w2 .grid-row:first-child {
    border-top: 2px dotted #e2e2e2;
    border-left: 2px dotted #e2e2e2;
}

.grow_rich-grid-box.w2 .grid-row:last-child {
    border-left: 2px dotted #e2e2e2;
}

.grow_rich-grid-box.w2 .grid-item {
    width: 33.333%;
    float: left;
    border-right: 2px dotted #e2e2e2;
    border-bottom: 2px dotted #e2e2e2;
}

.grow_rich-grid-box.w2.very-light .grid-row:first-child {
    border-top-color: #eee;
    border-left-color: #eee;
}

.grow_rich-grid-box.w2.very-light .grid-row:last-child {
    border-left-color: #eee;
}

.grow_rich-grid-box.w2.very-light .grid-item {
    border-right-color: #eee;
    border-bottom-color: #eee;
}

.grow_rich-grid-box.w2.solid .grid-row:first-child {
    border-top-style: solid;
    border-left-style: solid;
}

.grow_rich-grid-box.w2.solid .grid-row:last-child {
    border-left-style: solid;
}

.grow_rich-grid-box.w2.solid .grid-item {
    border-right-style: solid;
    border-bottom-style: solid;
}

.grow_rich-grid-box.w2.dashed .grid-row:first-child {
    border-top-style: dashed;
    border-left-style: dashed;
}

.grow_rich-grid-box.w2.dashed .grid-row:last-child {
    border-left-style: dashed;
}

.grow_rich-grid-box.w2.dashed .grid-item {
    border-right-style: dashed;
    border-bottom-style: dashed;
}

.grow_rich-grid-box.w2.no-border-wrap .grid-row:first-child,
.grow_rich-grid-box.w2.no-border-wrap .grid-row:last-child {
    border: 0;
}

.grow_rich-grid-box.w2.no-border-wrap .grid-row:last-child .grid-item {
    border-bottom: 0;
}

.grow_rich-grid-box.w2.no-border-wrap .grid-row .grid-item:last-child {
    border-right: 0;
}

@media only screen and (max-width: 991px) {
    .grow_rich-grid-box.w2 {
        border-right: 2px dotted #e2e2e2;
        border-bottom: 2px dotted #e2e2e2;
    }
    .grow_rich-grid-box.w2.very-light {
        border-right-color: #eee;
        border-bottom-color: #eee;
    }
    .grow_rich-grid-box.w2.solid {
        border-right-style: solid;
        border-bottom-style: solid;
    }
    .grow_rich-grid-box.w2.dashed {
        border-right-style: dashed;
        border-bottom-style: dashed;
    }
    .grow_rich-grid-box.w2.no-border-wrap {
        border: 0;
    }
    .grow_rich-grid-box.w2 .grid-item {
        width: 100%;
    }
    .grow_rich-grid-box.w2 .grid-row,
    .grow_rich-grid-box.w2 .grid-item {
        border-width: 0;
    }
    .grow_rich-grid-box.w2 .grid-item {
        border-top: 2px dotted #e2e2e2 !important;
    }
    .grow_rich-grid-box.w2.very-light .grid-item {
        border-top-color: #eee !important;
    }
    .grow_rich-grid-box.w2.solid .grid-item {
        border-top-style: solid !important;
    }
    .grow_rich-grid-box.w2.dashed .grid-item {
        border-top-style: dashed !important;
    }
    .grow_rich-grid-box.w2 .grid-row:first-child .grid-item:first-child {
        border-top: 0 !important;
    }
}


/* Content Box
-------------------------------------------------------------- */

.grow_rich-content-box .inner {
    z-index: 1;
    position: relative;
}

.grow_rich-content-box .inner:after {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.grow_rich-content-box .inner.accent,
.grow_rich-content-box .inner.dark-accent,
.grow_rich-content-box .inner.light-accent {
    background-color: #009426;
}

.grow_rich-content-box .inner.dark-accent:after {
    background-color: rgba(0, 0, 0, 0.1);
}

.grow_rich-content-box .inner.light-accent:after {
    background-color: rgb(255, 255, 255);
}

.grow_rich-content-box .inner .suffix {
    color: #999999;
    font-weight: 500;
    font-size: 52px;
    line-height: 62px;
}

@media only screen and (max-width: 991px) {
    .grow_rich-content-box.hide-border .inner {
        border-color: transparent !important;
    }
    .grow_rich-content-box.hide-on-mobile {
        display: none;
    }
}


/* Icon Box
-------------------------------------------------------------- */

.grow_rich-icon-box .heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
}

.grow_rich-icon-box .heading a:hover {
    color: inherit;
    opacity: 0.7;
}

.grow_rich-icon-box .heading,
.grow_rich-icon-box .desc {
    padding-left: 100px;
}

.grow_rich-icon-box .desc {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.grow_rich-icon-box .btn .simple-link {
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 10px;
    color: #bbb;
    position: relative;
}

.grow_rich-icon-box .btn .simple-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #009426;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-icon-box .btn .simple-link:hover:after {
    width: 0;
}

.grow_rich-icon-box .btn .grow_rich-button {
    margin: 20px 0 0;
}

.grow_rich-icon-box .icon-wrap {
    position: relative;
    line-height: normal;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-icon-box .icon-wrap:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-icon-box:hover .icon-wrap:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.grow_rich-icon-box.simple .icon-wrap.accent {
    color: #009426;
}


/* Icon top */

.grow_rich-icon-box.icon-top .heading {
    margin-top: 20px;
}

.grow_rich-icon-box.icon-top .heading,
.grow_rich-icon-box.icon-top .desc {
    padding-left: 0;
}

.grow_rich-icon-box.icon-top.align-center {
    text-align: center;
}

.grow_rich-icon-box.icon-top.align-center .icon-wrap,
.grow_rich-icon-box.icon-top.align-center .image-wrap {
    margin: 0 auto;
}

.grow_rich-icon-box.icon-top.align-right {
    text-align: right;
}

.grow_rich-icon-box.icon-top.align-right .icon-wrap,
.grow_rich-icon-box.icon-top.align-right .image-wrap {
    margin: 0;
}


/* Icon top 2 */

.grow_rich-icon-box.icon-top2 {
    text-align: center;
}

.grow_rich-icon-box.icon-top2 .text-wrap {
    position: relative;
    padding: 40px 27px 43px 27px;
    background-color: #f7f7f7;
}

.grow_rich-icon-box.icon-top2 .icon-wrap {
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 0;
}


/* Icon left */

.grow_rich-icon-box.icon-left {
    position: relative;
}

.grow_rich-icon-box.icon-left .icon-wrap,
.grow_rich-icon-box.icon-left .image-wrap {
    position: absolute;
    left: 0;
    top: 5px;
}

.grow_rich-icon-box.icon-left .desc > span {
    display: block;
}


/* Icon right */

.grow_rich-icon-box.icon-right {
    position: relative;
}

.grow_rich-icon-box.icon-right .icon-wrap,
.grow_rich-icon-box.icon-right .image-wrap {
    position: absolute;
    right: 0;
    top: 5px;
}

.grow_rich-icon-box.icon-right .heading,
.grow_rich-icon-box.icon-right .desc,
.grow_rich-icon-box.icon-right .btn {
    padding-right: 100px;
    text-align: right;
    padding-left: 0;
}

.grow_rich-icon-box.icon-right .desc > span {
    display: block;
}


/* Icon left 2 */

.grow_rich-icon-box.icon-left2 .heading {
    margin: 0 0 40px 0;
}

.grow_rich-icon-box.icon-left2.has-width .heading {
    margin-top: 10px;
}

.grow_rich-icon-box.icon-left2 .icon-wrap,
.grow_rich-icon-box.icon-left2 .image-wrap {
    float: left;
}


/* Icon has width */

.grow_rich-icon-box.has-width .icon-wrap {
    text-align: center;
    display: inline-block;
}

.grow_rich-icon-box.has-width.w50 .icon-wrap {
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 50px;
}

.grow_rich-icon-box.has-width.w55 .icon-wrap {
    width: 55px;
    height: 55px;
    font-size: 26px;
    line-height: 55px;
}

.grow_rich-icon-box.has-width.w60 .icon-wrap {
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
}

.grow_rich-icon-box.has-width.w65 .icon-wrap {
    width: 65px;
    height: 65px;
    font-size: 28px;
    line-height: 65px;
}

.grow_rich-icon-box.has-width.w70 .icon-wrap {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 70px;
}

.grow_rich-icon-box.has-width.w73 .icon-wrap {
    width: 73px;
    height: 73px;
    font-size: 28px;
    line-height: 73px;
}

.grow_rich-icon-box.has-width.w75 .icon-wrap {
    width: 75px;
    height: 75px;
    font-size: 28px;
    line-height: 75px;
}

.grow_rich-icon-box.has-width.w80 .icon-wrap {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
}

.grow_rich-icon-box.has-width.w85 .icon-wrap {
    width: 85px;
    height: 85px;
    font-size: 36px;
    line-height: 85px;
}

.grow_rich-icon-box.has-width.w90 .icon-wrap {
    width: 90px;
    height: 90px;
    font-size: 36px;
    line-height: 90px;
}

.grow_rich-icon-box.has-width.w95 .icon-wrap {
    width: 95px;
    height: 95px;
    font-size: 40px;
    line-height: 95px;
}

.grow_rich-icon-box.has-width.w100 .icon-wrap {
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
}

.grow_rich-icon-box.has-width.w105 .icon-wrap {
    width: 105px;
    height: 105px;
    font-size: 40px;
    line-height: 105px;
}

.grow_rich-icon-box.has-width.w110 .icon-wrap {
    width: 110px;
    height: 110px;
    font-size: 45px;
    line-height: 110px;
}

.grow_rich-icon-box.has-width.w115 .icon-wrap {
    width: 115px;
    height: 115px;
    font-size: 45px;
    line-height: 115px;
}

.grow_rich-icon-box.has-width.w120 .icon-wrap {
    width: 120px;
    height: 120px;
    font-size: 45px;
    line-height: 120px;
}

.grow_rich-icon-box.has-width.w125 .icon-wrap {
    width: 125px;
    height: 125px;
    font-size: 50px;
    line-height: 125px;
}

.grow_rich-icon-box.has-width.w130 .icon-wrap {
    width: 130px;
    height: 130px;
    font-size: 50px;
    line-height: 130px;
}


/* Icon rounded */

.grow_rich-icon-box.rounded-1 .icon-wrap,
.grow_rich-icon-box.rounded-1 .icon-wrap:after {
    border-radius: 1px;
}

.grow_rich-icon-box.rounded-2 .icon-wrap,
.grow_rich-icon-box.rounded-2 .icon-wrap:after {
    border-radius: 2px;
}

.grow_rich-icon-box.rounded-3 .icon-wrap,
.grow_rich-icon-box.rounded-3 .icon-wrap:after {
    border-radius: 3px;
}

.grow_rich-icon-box.rounded-5 .icon-wrap,
.grow_rich-icon-box.rounded-5 .icon-wrap:after {
    border-radius: 5px;
}

.grow_rich-icon-box.rounded-10 .icon-wrap,
.grow_rich-icon-box.rounded-10 .icon-wrap:after {
    border-radius: 10px;
}

.grow_rich-icon-box.rounded-100 .icon-wrap,
.grow_rich-icon-box.rounded-100 .icon-wrap:after {
    border-radius: 100px;
}


/* Accent background effect */

.grow_rich-icon-box.accent-bg .icon-wrap {
    background-color: #009426;
    color: #fff;
}

.grow_rich-icon-box.accent-bg:hover .icon-wrap {
    background-color: #222 !important;
}


/* Dark background effect */

.grow_rich-icon-box.dark-bg .icon-wrap {
    background-color: #5f5f5f;
    color: #fff;
}

.grow_rich-icon-box.dark-bg:hover .icon-wrap {
    background-color: transparent;
    color: #5f5f5f;
}

.grow_rich-icon-box.dark-bg .icon-wrap:after {
    background-color: #5f5f5f;
}

.grow_rich-icon-box.dark-bg:hover .icon-wrap:after {
    border: 2px solid #5f5f5f;
    background-color: transparent;
}


/* Grey background effect */

.grow_rich-icon-box.grey-bg .icon-wrap {
    background-color: #ebebeb;
    color: #009426;
}

.grow_rich-icon-box.grey-bg:hover .icon-wrap {
    background-color: #009426;
    color: #fff !important;
}

.grow_rich-icon-box.grey-bg .icon-wrap:after {
    background-color: #009426;
    z-index: -1;
}

.grow_rich-icon-box.grey-bg:hover .icon-wrap:after {
    border: 2px solid #ebebeb;
    background-color: transparent;
}


/* Accent outline effect */

.grow_rich-icon-box.accent-outline .icon-wrap {
    border: 2px solid #009426;
    background-color: transparent;
    color: #009426;
}

.grow_rich-icon-box.accent-outline:hover .icon-wrap {
    background-color: #009426;
    color: #fff !important;
}

.grow_rich-icon-box.accent-outline .icon-wrap:after {
    background-color: #009426;
    z-index: -1;
}


/* Dark outline effect */

.grow_rich-icon-box.dark-outline .icon-wrap {
    border: 2px solid #222;
    background-color: transparent;
    color: #222;
}

.grow_rich-icon-box.dark-outline:hover .icon-wrap {
    background-color: #222;
    color: #fff;
}

.grow_rich-icon-box.dark-outline .icon-wrap:after {
    background-color: #222;
    z-index: -1;
}


/* Grey outline effect */

.grow_rich-icon-box.grey-outline .icon-wrap {
    border: 2px solid #eee;
    background-color: transparent;
    color: #009426;
}

.grow_rich-icon-box.grey-outline:hover .icon-wrap {
    background-color: #009426;
    color: #fff !important;
    border-color: #009426
}

.grow_rich-icon-box.grey-outline .icon-wrap:after {
    background-color: #009426;
    z-index: -1;
}


/* Image Box
-------------------------------------------------------------- */

.grow_rich-image-box .item .text-wrap {
    padding: 60px 60px 50px;
}

.grow_rich-image-box .item .title {
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    margin-bottom: 13px;
}

.grow_rich-image-box .item .title a:hover {
    color: #009426;
}

.grow_rich-image-box .item .desc {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 8px;
}

.grow_rich-image-box .title.style-2 span {
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.grow_rich-image-box .item .simple-link {
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 10px;
    color: #bbb;
    position: relative;
}

.grow_rich-image-box .item .simple-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #009426;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-image-box .item .simple-link:hover:after {
    width: 0;
}

.grow_rich-image-box.has-shadow .inner {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
}

.grow_rich-image-box.has-shadow .item {
    padding-bottom: 5px;
    padding-right: 5px;
}

.grow_rich-image-box .item .inner {
    z-index: 1;
    position: relative;
}

.grow_rich-image-box .item .item .inner:after {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.grow_rich-image-box .item .inner.accent,
.grow_rich-image-box .item .inner.dark-accent,
.grow_rich-image-box .item .item .inner.light-accent {
    background-color: #009426;
}

.grow_rich-image-box .item .inner.dark-accent:after {
    background-color: rgba(0, 0, 0, 0.1);
}

.grow_rich-image-box .item .inner.light-accent:after {
    background-color: rgba(255, 255, 255, 0.1);
}

.grow_rich-image-box .item .text-wrap {
    position: relative;
}

.grow_rich-image-box.has-icon .text-wrap .icon {
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 30px;
    color: #898989;
    border-radius: 32px;
    background-color: #fff;
}

.grow_rich-image-box .item .inner.accent .title a:hover,
.grow_rich-image-box .item .inner.dark-accent .title a:hover,
.grow_rich-image-box .item .inner.light-accent .title a:hover {
    color: #fff !important;
    opacity: 0.7;
}

.grow_rich-image-box.style-1 {
    padding-top: 35px;
}


/* News
-------------------------------------------------------------- */

.grow_rich-news .news-item .post-date-custom {
    left: 13px;
    top: 10px;
}

.grow_rich-news .news-item .text-wrap {
    padding: 26px 20px 27px;
    border: 0;
    text-align: center;
    background-color: #f7f7f7;
}

.grow_rich-news .news-item .text-wrap .title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 3px;
    margin-bottom: 16px;
}

.grow_rich-news .news-item .text-wrap .title a:hover {
    color: #009426;
}

.grow_rich-news .news-item .meta {
    color: #999;
    font-size: 14px;
    margin-bottom: 6px;
    background-color: transparent;
    text-transform: uppercase;
}

.grow_rich-news .news-item .excerpt {
    margin: 12px 0 14px;
}

.grow_rich-news .news-item .simple-link {
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 10px;
    color: #bbb;
    position: relative;
}

.grow_rich-news .news-item .simple-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #009426;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-news .news-item .simple-link:hover:after {
    width: 0;
}

.grow_rich-news .news-item .grow_rich-button {
    margin: 10px 0 0;
}

.grow_rich-news.has-shadow .news-item .inner {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
}

.grow_rich-news.has-shadow .news-item {
    padding-bottom: 5px;
    padding-right: 5px;
}


/* Partner
-------------------------------------------------------------- */

.grow_rich-partner .partner-item {
    padding: 40px 0px 40px 0px;
    background-color: #fff;
}

.grow_rich-partner.has-shadow .partner-item .inner {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
}

.grow_rich-partner.has-shadow .partner-item {
    padding-bottom: 5px;
    padding-right: 5px;
}

.grow_rich-partner .partner-item .thumb {
    text-align: center;
}

.grow_rich-partner .partner-item .thumb img {
    width: auto;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-partner .partner-item .thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grow_rich-partner.style-2 .partner-item .inner {
    padding: 29px 0;
    border: 2px solid #eee;
}


/* Projects
-------------------------------------------------------------- */


/* Project filter */

#project-filter {
    text-align: center;
    margin-bottom: 54px;
}

#project-filter .cbp-filter-item {
    margin: 0 4px;
    position: relative;
    color: #777;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans serif;
    letter-spacing: 0.5px;
    padding: 7px 24px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#project-filter .inner {
    display: inline-block;
    text-transform: uppercase;
}

#project-filter .cbp-filter-item.cbp-filter-item-active,
#project-filter .cbp-filter-item:hover {
    background-color: #009426;
    color: #fff;
    position: relative;
}

#project-filter.cbp-l-filters-alignCenter .cbp-filter-counter {
    border-radius: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    width: 28px;
    height: 27px;
    background-color: #a5a5a5;
    line-height: 27px;
    padding: 0;
}

#project-filter.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border: 0;
}

#project-filter.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 44px;
}

#project-filter.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-width: 5px 4px;
    border-color: #a5a5a5 transparent transparent transparent;
    border-style: solid;
    margin-left: -4px;
}

#project-filter .cbp-filter-item.cbp-filter-item-active,
#project-filter .cbp-filter-item:hover {
    background-color: #009426;
    color: #fff;
}

#project-filter .cbp-filter-item {
    background-color: #f5f5f5;
}

@media only screen and (max-width: 991px) {
    #project-filter {
        margin: 0 15px 40px;
    }
    #project-filter .cbp-filter-item {
        padding: 8px 25px;
    }
    #project-filter .cbp-filter-item {
        margin-top: 5px;
    }
    #project-filter .cbp-filter-item:after {
        display: none;
    }
}

.grow_rich-project.grid-full .grid-full-wrap {
    position: relative;
    overflow: hidden;
}

.grow_rich-project.grid-full .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.grow_rich-project.grid-full .owl-carousel .owl-stage-outer .owl-item {
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-project.grid-full .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}


/* Project item */

.project-box.style-1 .project-wrap {
    position: relative;
}

.project-box.style-1 .project-text {
    position: absolute;
    left: 0;
    bottom: -41px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    height: auto;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.project-box.style-1:hover .project-text {
    cursor: pointer;
    opacity: 1;
    bottom: 0;
}

.project-box.style-1 .project-image img {
    top: 0;
    position: relative;
    cursor: pointer;
    cursor: pointer;
    display: block;
    width: 100%;
    transition: top 0.3s ease 0s;
    -webkit-transition: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
}

.project-box.style-1:hover .project-image img {
    top: -41px;
}

.project-box.style-1 .project-text h2 {
    letter-spacing: 2px;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    padding: 8px 12px 7px;
    text-align: center;
    text-transform: uppercase;
    color: #777;
}

.project-box.style-1 .project-text h2:hover {
    color: #009426;
}

.project-box.style-1 .project-image {
    position: relative;
}

.project-box.style-1 .project-image:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.project-box.style-1:hover .project-image:after {
    opacity: 1;
}

.project-box.style-1 .project-wrap .icon > a {
    color: #fff;
    background-color: #009426;
    opacity: 0;
    visibility: hidden;
    margin: 0 2px;
    display: inline-block;
    width: 42px;
    height: 42px;
    font-size: 14px;
    line-height: 44px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.project-box.style-1 .project-wrap .icon > a:hover {
    color: #777;
    background-color: #fff !important;
}

.project-box.style-1 .project-wrap .icon {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    width: 100%;
    text-align: center;
}

.project-box.style-1:hover .project-wrap .icon > a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.project-box.style-1:hover .project-wrap .icon > a:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.project-box.style-1:hover .project-wrap .icon > a:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.project-box.style-2 .project-wrap {
    z-index: 1;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.project-box.style-2 .project-wrap .project-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.project-box.style-2 .project-wrap .icon > a {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.project-box.style-2:hover .project-wrap .icon > a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.project-box.style-2:hover .project-wrap .icon > a:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.project-box.style-2:hover .project-wrap .icon > a:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.project-box.style-2 .project-wrap .icon > a {
    margin: 0 3px;
    display: inline-block;
    width: 42px;
    height: 42px;
    font-size: 14px;
    color: #777;
    line-height: 44px;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.project-box.style-2 .project-wrap .icon >a:hover {
    color: #fff;
    background-color: #009426;
}

.project-box.style-2 .project-wrap:before {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.project-box.style-2:hover .project-wrap:before {
    top: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.project-box.style-2 h2 {
    letter-spacing: 2px;
    overflow: hidden;
    position: relative;
    background-color: #0b3042;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 8px 12px 7px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.project-box.style-2 h2 {
    color: #fff;
}

.project-box.style-2 h2:before {
/*    content: attr(data-title);*/
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    color: #777;
    line-height: 26px;
    padding: 8px 12px 7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.project-box.style-2:hover h2:before {
    left: 0;
}

.project-box.style-2 h2:hover:before {
    color: #009426;
}

.project-box.style-3 .project-wrap {
    position: relative;
}

.project-box.style-3 h2 {
    margin: 0;
    font-size: 14px;
    line-height: 32px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
}

.project-box.style-3 h2:hover {
    color: #009426;
}

.project-box.style-3 .project-image {
    position: relative;
}

.project-box.style-3 .project-image:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.project-box.style-3:hover .project-image:after {
    opacity: 1;
}

.project-box.style-3 .project-wrap .icon > a {
    color: #fff;
    background-color: #009426;
    opacity: 0;
    visibility: hidden;
    margin: 0 3px;
    display: inline-block;
    width: 42px;
    height: 42px;
    font-size: 14px;
    line-height: 44px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.project-box.style-3 .project-wrap .icon > a:hover {
    color: #777;
    background-color: #fff;
}

.project-box.style-3 .project-wrap .icon {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    width: 100%;
    text-align: center;
}

.project-box.style-3:hover .project-wrap .icon > a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.project-box.style-3:hover .project-wrap .icon > a:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.project-box.style-3:hover .project-wrap .icon > a:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}


/* Project Related */

.project-related-wrap {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.project-related-wrap .title-wrap {
    margin-bottom: 48px;
}

.project-related-wrap .title {
    padding: 0 20px;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #777;
    text-transform: uppercase;
}

.project-box.style-3 h2 {
    background-color: #fff;
    padding: 3px 10px;
}

@media only screen and (max-width: 991px) {
    .project-related-wrap {
        padding: 60px 0;
    }
    .project-related-wrap .title-wrap {
        margin-bottom: 40px;
    }
}


/* Tabs
-------------------------------------------------------------- */

.grow_rich-tabs .tab-title {
    margin: 0;
    border-bottom: 1px solid #d7d7d7;
}

.grow_rich-tabs .tab-title .item-title {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    line-height: 30px;
    color: #777;
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    background-color: #f3f3f3;
}

.grow_rich-tabs .tab-title .item-title.active {
    position: relative;
    top: 1px;
}

.grow_rich-tabs .tab-title .item-title > span {
    cursor: pointer;
    padding: 7px 60px 8px;
    transition: none;
    border-bottom: none;
    display: inline-block;
}

.grow_rich-tabs .tab-content .item-content {
    padding: 35px 0 0;
}


/* Style 1 */

.grow_rich-tabs.style-1 .tab-title .item-title.active {
    background-color: #fff;
    color: #222;
}

.grow_rich-tabs.style-1 .tab-title .item-title.active > span {
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7 !important;
    border-right: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #fff !important;
}

.grow_rich-tabs.style-1 .tab-title .item-title > span {
    border-right: 1px solid #e1e1e1;
}

.grow_rich-tabs.style-1 .tab-title .item-title:last-child > span {
    border-right: 0;
}


/* Style 2 */

.grow_rich-tabs.style-2 .tab-title .item-title.active {
    background-color: #009426;
    color: #fff;
}

.grow_rich-tabs.style-2 .tab-title .item-title.active > span {
    border-top: 1px solid #009426;
}

.grow_rich-tabs.style-2 .tab-title .item-title > span {
    border-right: 1px solid #e1e1e1;
}

.grow_rich-tabs.style-2 .tab-title .item-title:last-child > span {
    border-right: 0;
}


/* Style 3 */

.grow_rich-tabs.style-3 .tab-title {
    border-bottom: 0;
    border-right: 1px solid #d7d7d7;
}

.grow_rich-tabs.style-3 .tab-title .item-title.active {
    top: 0;
    left: 1px;
    background-color: #009426;
    color: #fff;
}

.grow_rich-tabs.style-3 .tab-title .item-title {
    display: block;
    margin: 0;
}

.grow_rich-tabs.style-3 .tab-title .item-title > span {
    display: block;
    padding: 12px 0 8px;
    text-align: center;
}

.grow_rich-tabs.style-3 .tab-content .item-content {
    padding: 0 0 0 25px;
    overflow: hidden;
}

.grow_rich-tabs.style-3 {
    display: table;
}

.grow_rich-tabs.style-3 .tab-title {
    display: table-cell;
}

.grow_rich-tabs.style-3 .tab-content-wrap {
    display: table-cell;
}

.grow_rich-tabs.style-3 .tab-title .item-title > span {
    border-bottom: 1px solid #e1e1e1;
}

.grow_rich-tabs.style-3 .tab-title .item-title:last-child > span {
    border-bottom: 0;
}


/* Style 4 */

.grow_rich-tabs.style-4 .tab-title {
    border-bottom: 0;
    border-right: 1px solid #d7d7d7;
}

.grow_rich-tabs.style-4 .tab-title .item-title.active {
    top: 0;
    left: 1px;
    background-color: #fff;
    color: #222;
}

.grow_rich-tabs.style-4 .tab-title .item-title.active > span {
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-right: 1px solid #fff !important;
}

.grow_rich-tabs.style-4 .tab-title .item-title {
    display: block;
    margin: 0 0;
}

.grow_rich-tabs.style-4 .tab-title .item-title > span {
    display: block;
    padding: 12px 0 8px;
    text-align: center;
}

.grow_rich-tabs.style-4 .tab-content .item-content {
    padding: 0 0 0 25px;
    overflow: hidden;
}

.grow_rich-tabs.style-4 {
    display: table;
}

.grow_rich-tabs.style-4 .tab-title {
    display: table-cell;
}

.grow_rich-tabs.style-4 .tab-content-wrap {
    display: table-cell;
}

.grow_rich-tabs.style-4 .tab-title .item-title > span {
    border-bottom: 1px solid #e1e1e1;
}

.grow_rich-tabs.style-4 .tab-title .item-title:last-child > span {
    border-bottom: 0;
}

.grow_rich-tabs.title-w150 .item-title {
    width: 150px;
}

.grow_rich-tabs.title-w160 .item-title {
    width: 160px;
}

.grow_rich-tabs.title-w170 .item-title {
    width: 170px;
}

.grow_rich-tabs.title-w180 .item-title {
    width: 180px;
}

.grow_rich-tabs.title-w190 .item-title {
    width: 190px;
}

.grow_rich-tabs.title-w200 .tab-title {
    width: 200px;
}

.grow_rich-tabs.title-w220 .item-title {
    width: 220px;
}

.grow_rich-tabs.title-w240 .item-title {
    width: 240px;
}

.grow_rich-tabs.title-w260 .item-title {
    width: 260px;
}

.grow_rich-tabs.title-w280 .item-title {
    width: 280px;
}

.grow_rich-tabs.title-w300 .item-title {
    width: 300px;
}

@media only screen and (max-width: 991px) {
    .grow_rich-tabs .tab-title {
        border: 0;
    }
    .grow_rich-tabs .tab-title .item-title,
    .grow_rich-tabs .tab-title .item-title > span {
        display: block;
        margin: 0px;
        width: 100%;
    }
    .grow_rich-tabs .tab-title .item-title > span {
        margin-bottom: 5px;
    }
    .grow_rich-tabs .tab-title .item-title.active {
        top: 0;
    }
    .grow_rich-tabs.style-1 .tab-title .item-title.active > span {
        border-bottom: 1px solid #d7d7d7 !important;
    }
    .grow_rich-tabs.style-3,
    .grow_rich-tabs.style-3 .tab-title,
    .grow_rich-tabs.style-3 .tab-content-wrap,
    .grow_rich-tabs.style-4,
    .grow_rich-tabs.style-4 .tab-title,
    .grow_rich-tabs.style-4 .tab-content-wrap {
        width: 100% !important;
        display: block;
    }
    .grow_rich-tabs.style-3 .tab-title,
    .grow_rich-tabs.style-4 .tab-title {
        border: 0;
    }
    .grow_rich-tabs.style-4 .tab-title .item-title.active > span {
        border-right: 1px solid #d7d7d7!important;
    }
    .grow_rich-tabs .tab-content .item-content {
        padding: 20px 0 0;
    }
}


/* Newsletter
-------------------------------------------------------------- */

.grow_rich-subscribe {
    padding: 40px 50px 26px;
    background-color: #f3f3f3;
}

.grow_rich-subscribe .text-wrap {
    float: left;
    margin-bottom: 10px;
}

.grow_rich-subscribe .mc4wp-form {
    float: right;
    width: 65.092%;
    padding-top: 3px;
}

.grow_rich-subscribe .mc4wp-form input {
    border: 0;
    height: 46px;
    background-color: #fff;
    margin-bottom: 14px;
}

.grow_rich-subscribe .text-wrap .heading-wrap {
    position: relative;
    padding-left: 78px;
}

.grow_rich-subscribe .text-wrap .heading-wrap:before {
    width: 53px;
    height: 53px;
    line-height: 53px;
    background-color: #fff;
    color: #777;
    text-align: center;
    font-size: 30px;
    content: "\e90d";
    font-family: "ninzio";
    position: absolute;
    left: 0;
    top: 0;
}

.grow_rich-subscribe .text-wrap .heading {
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
}

.grow_rich-subscribe .mc4wp-form .name-wrap,
.grow_rich-subscribe .mc4wp-form .email-wrap {
    width: 36.9%;
    float: left;
    margin-right: 2%;
}

.grow_rich-subscribe .mc4wp-form .submit-wrap input {
    height: 46px;
    padding: 0;
    width: 22%;
    background-color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.grow_rich-subscribe .mc4wp-form .submit-wrap input:hover {
    opacity: 0.7
}

@media only screen and (max-width: 1320px) {
    .grow_rich-subscribe .mc4wp-form,
    .grow_rich-subscribe .mc4wp-form .name-wrap,
    .grow_rich-subscribe .mc4wp-form .email-wrap {
        width: 100%;
        float: none;
    }
    .grow_rich-subscribe .mc4wp-form {
        margin-bottom: 18px;
    }
    .grow_rich-subscribe .text-wrap .heading-wrap {
        margin-bottom: 12px;
    }
    .grow_rich-subscribe .mc4wp-form .submit-wrap {
        margin-top: 7px;
    }
    .grow_rich-subscribe .mc4wp-form .submit-wrap input {
        margin-bottom: 0;
        padding: 0 30px;
        width: auto;
    }
}

.grow_rich-subscribe.bg-dark {
    background-color: #333;
}

.grow_rich-subscribe.bg-accent {
    background-color: #009426;
}

.grow_rich-subscribe.bg-accent .text-wrap .heading,
.grow_rich-subscribe.bg-dark .text-wrap .heading {
    color: #fff;
}

.grow_rich-subscribe.bg-dark .text-wrap .sheading {
    color: #fff;
}

.grow_rich-subscribe.bg-accent .text-wrap .sheading {
    color: #fff;
}

.grow_rich-subscribe.bg-accent .mc4wp-form .submit-wrap input {
    background-color: #333;
    position: relative;
}

.grow_rich-subscribe.bg-light .text-wrap .heading-wrap:before {
    color: #999;
}

.grow_rich-subscribe.bg-light .text-wrap .sheading {
    color: #777;
}

.grow_rich-subscribe.bg-dark .mc4wp-form .submit-wrap input {
    background-color: #009426;
}

.grow_rich-subscribe .mc4wp-alert {
    clear: left;
}

.grow_rich-subscribe.bg-dark,
.grow_rich-subscribe.bg-accent {
    color: #fff;
}

.grow_rich-subscribe.bg-transparent {
    background-color: transparent;
}

.grow_rich-subscribe.text-light .text-wrap .heading,
.grow_rich-subscribe.text-light .text-wrap .sheading {
    color: #fff;
}


/* CountDown
-------------------------------------------------------------- */

.grow_rich-countdown .column {
    background-color: #f6f6f6;
    font-family: "Poppins", sans-serif;
    padding: 23px 0 16px;
    float: left;
    width: 24.10625%;
    position: relative;
    margin-left: 1.191%;
    text-align: center;
}

.grow_rich-countdown .column:first-child {
    margin-left: 0;
}

.grow_rich-countdown .numb {
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
}

.grow_rich-countdown .text {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.grow_rich-countdown.accent .numb {
    color: #009426;
}

.grow_rich-countdown.accent-bg .column {
    background-color: #009426;
}

.grow_rich-countdown.accent-bg .numb,
.grow_rich-countdown.accent-bg .text {
    color: #fff;
}


/* Product
-------------------------------------------------------------- */

.grow_rich-products .products {
    list-style: none;
    margin: 0;
}

.grow_rich-products .products li {
    float: none;
    padding: 0;
    margin: 0;
}


/* Testimonails
-------------------------------------------------------------- */

.grow_rich-testimonials .thumb {
    width: 70px;
    height: 70px;
    float: left;
    margin: 28px 18px 0 11px;
}

.grow_rich-testimonials.image-circle .thumb {
    border-radius: 50%;
}

.grow_rich-testimonials.image-circle img {
    border-radius: 50%;
}

.grow_rich-testimonials .inner {
    background-color: #f3f3f3;
    padding: 40px 50px;
    border-bottom: 4px solid #009426;
    position: relative;
}

.grow_rich-testimonials .inner.white-bg {
    background-color: #fff;
}

.grow_rich-testimonials .inner:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 45px;
    bottom: -23px;
    border-style: solid;
    border-width: 23px 27px 0 0;
    border-color: #009426 transparent transparent transparent;
}

.grow_rich-testimonials .inner:before {
    z-index: 2;
    content: "";
    position: absolute;
    left: 50px;
    bottom: -12px;
    border-style: solid;
    border-width: 12px 14px 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
}

.grow_rich-testimonials .name-wrap {
    position: relative;
    margin-top: 44px;
    overflow-x: hidden;
}

.grow_rich-testimonials .name {
    margin: 0;
    font-weight: 500;
    color: #333333;
    font-size: 20px;
    line-height: 32px;
}

.grow_rich-testimonials .position {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: inline-block;
}

.grow_rich-testimonials .text {
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-align: left;
}

.grow_rich-testimonials .text:before {
    display: none;
}

@media only screen and (max-width: 767px) {}


/* Hero Slideshow
-------------------------------------------------------------- */

.hero-section {
    position: relative;
    text-align: center;
}

.hero-section .hero-content {
    position: relative;
    z-index: 20;
}

.hero-section .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-section .hero-arrow {
    z-index: 99999;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.hero-section .hero-arrow:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.hero-section .hero-arrow.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.hero-section .hero-arrow:before {
    content: "\f103";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
    display: inline-block;
}

.hero-section .hero-arrow.style-2:before {
    content: "\f107";
    font-size: 20px;
}


/* Fancy Text
-------------------------------------------------------------- */

.grow_rich-fancy-text.scroll {
    overflow: hidden;
    vertical-align: baseline;
}

.grow_rich-fancy-text.scroll .heading {
    margin: 0;
}

.grow_rich-fancy-text.scroll .heading {
    -webkit-transition: margin-top 0.4s ease-in-out;
    -moz-transition: margin-top 0.4s ease-in-out;
    transition: margin-top 0.4s ease-in-out;
}

.grow_rich-fancy-text.typed .typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Icon List
-------------------------------------------------------------- */

.grow_rich-list > div {
    position: relative;
    padding: 0;
    margin-bottom: 3px;
}

.grow_rich-list > div > span {
    position: relative;
    display: block;
    font-size: 16px;
}

.grow_rich-list.icon-left > div > span {
    padding-left: 30px;
}

.grow_rich-list .icon {
    color: #c2c2c2;
    line-height: normal;
}

.grow_rich-list .icon,
.grow_rich-list > div .image {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.grow_rich-list.icon-top .icon {
    top: 1px;
    transform: none;
}

.grow_rich-list > div .image {
    display: inline-block;
}

.grow_rich-list.icon-right > div i,
.grow_rich-list.icon-right > div .image {
    left: auto;
    right: 0;
}

.grow_rich-list > div a:hover {
    opacity: 0.7;
}

.grow_rich-list .icon.style-1.accent {
    color: #009426;
}

.grow_rich-list.icon-top .icon.style-2,
.grow_rich-list.icon-top .icon.style-3,
.grow_rich-list.icon-top .icon.style-4 {
    top: 4px;
}

.grow_rich-list.icon-top .icon.style-5,
.grow_rich-list.icon-top .icon.style-6,
.grow_rich-list.icon-top .icon.style-7 {
    top: 6px;
}

.grow_rich-list .icon.style-2,
.grow_rich-list .icon.style-3,
.grow_rich-list .icon.style-4 {
    font-size: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
}

.grow_rich-list .icon.style-5,
.grow_rich-list .icon.style-6,
.grow_rich-list .icon.style-7 {
    font-size: 9px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.grow_rich-list .icon.style-2 {
    background-color: #009426;
    color: #fff;
}

.grow_rich-list .icon.style-3 {
    background-color: #e9e9e9;
    color: #009426;
}

.grow_rich-list .icon.style-4 {
    background-color: #636363;
    color: #fff;
}

.grow_rich-list .icon.style-5 {
    background-color: #009426;
    color: #fff;
}

.grow_rich-list .icon.style-6 {
    background-color: #e9e9e9;
    color: #009426;
}

.grow_rich-list .icon.style-7 {
    background-color: #636363;
    color: #fff;
}


/* Lines
-------------------------------------------------------------- */

.grow_rich-lines {
    position: relative;
}

.grow_rich-lines .line-1 {
    background-color: #009426;
}

.grow_rich-lines .line-2 {
    background-color: #f1f1f1;
}

.grow_rich-lines .line-1,
.grow_rich-lines .line-2 {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}

.grow_rich-lines .line-2 {
    z-index: 1;
}

.grow_rich-lines.center .line-1,
.grow_rich-lines.center .line-2 {
    left: 50%;
    background-color: #009426;
    margin-top: -1.5px;
}

.grow_rich-lines.center .line-1.height-2px {
    left: 50%;
    height: 2px;
    width: 60px;
    margin-left: -30px;
}

.grow_rich-lines.center .line-1.height-3px {
    height: 3px;
    width: 100px;
    margin-left: -50px;
}

.grow_rich-lines.center .line-1.height-4px {
    height: 4px;
    width: 150px;
    margin-left: -75px;
}

.grow_rich-lines.center .line-1.height-5px {
    height: 5px;
    width: 200px;
    margin-left: -100px;
}

.grow_rich-lines.center.line2-full .line-2.height-2px {
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ebebeb;
    margin-top: -0.5px;
}

.grow_rich-lines.center.line2-full .line-2.height-3px {
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #ebebeb;
    margin-top: -0.5px;
}

.grow_rich-lines.center.line2-full .line-2.height-4px {
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #ebebeb;
    margin-top: -0.5px;
}

.grow_rich-lines.right .line-1,
.grow_rich-lines.right .line-2 {
    left: auto;
    right: 0;
}


/* Divider
-------------------------------------------------------------- */

.grow_rich-divider {
    display: block;
    width: 100%;
    height: 0;
    background: none;
    margin: 0 auto;
}

.grow_rich-divider.divider-right {
    margin: 0;
    float: right;
}

.grow_rich-divider.divider-left {
    margin: 0;
    float: left;
}

.grow_rich-divider .divider-icon {
    display: inline-block;
    position: relative;
    color:#009426;
}

.grow_rich-divider .divider-icon-before {
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #ebebeb;
    right: 100%;
    width: 9999px;
    margin-top: -0.5px;
}

.grow_rich-divider .divider-icon-after {
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #f1f1f1;
    left: 100%;
    width: 9999px;
    margin-top: -0.5px;
}

.grow_rich-divider.divider-solid {
    border-top: 1px solid #ddd
}

.grow_rich-divider.divider-dashed {
    border-top: 1px dashed #b2b2b2;
}

.grow_rich-divider.divider-dotted {
    border-top: 1px dotted #bbb
}

.grow_rich-divider.divider-double,
.grow_rich-divider.has-icon .divider-double {
    height: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #ebebeb;
}

.grow_rich-divider.has-icon {
    display: block;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border: none;
    overflow: hidden;
}

.grow_rich-divider.has-icon.width-50 {
    width: 50%;
}

.grow_rich-divider.has-icon .icon-wrap {
    display: inline-block;
    padding: 0 14px;
    font-size: 30px;
    line-height: normal;
}

.grow_rich-divider.has-icon .icon-wrap > span.accent {
    color: #009426;
}

.grow_rich-divider.has-icon .divider-dotted {
    border-style: dotted;
}

.grow_rich-divider.has-icon .divider-dashed {
    border-style: dashed;
}

.divider-icon-before.accent,
.divider-icon-after.accent,
.grow_rich-divider.has-icon .divider-double.accent {
    border-color: #009426;
}

.grow_rich-divider.divider-heading.divider-solid {
    width: 72px;
    border-width: 3px;
    border-top-color: #009426;
    margin-top: 20px;
    margin-bottom: 20px;
}

.grow_rich-divider.has-icon .divider-icon-before.divider-double-dotted,
.grow_rich-divider.has-icon .divider-icon-after.divider-double-dotted {
    margin-top: -4px;
    border: 0;
    height: 5px;
    background: url(../images/dotted.png) center center;
}

.grow_rich-divider.no-icon.divider-double-dotted {
    height: 5px;
    background: url(../images/dotted.png) center center;
}


/* Info List
-------------------------------------------------------------- */

.grow_rich-info-list {
    display: table;
    width: 100%;
    border-style: dotted;
    border-width: 1px 0px 0px 0px;
    border-color: #b2b2b2;
    padding: 13px 0px 13px 0px;
    margin: 0px 0px 0px 0px;
}

.grow_rich-info-list:last-child {
    border-width: 1px 0px 1px 0px;
}

.grow_rich-info-list .title,
.grow_rich-info-list .text {
    display: table-cell;
    vertical-align: top;
}

.grow_rich-info-list .text p:last-child {
    margin: 0;
}

.grow_rich-info-list .title {
    font-weight: 500;
    color: #333333;
    font-size: 14px;
    width: 122px;
}

.grow_rich-info-list .text {
    font-weight: 500;
    color: #777;
    font-size: 14px;
}

.grow_rich-info-list .title > span {
    margin-left: 2px;
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #009426;
    line-height: 16px;
    text-align: center;
}

.grow_rich-info-list .title i {
    font-size: 8px;
    color: #fff;
}


/* Menu List
-------------------------------------------------------------- */

.grow_rich-menu-list {
    padding: 10px 20px;
}

.grow_rich-menu-list .text {
    float: left;
    padding-top: 5px;
    line-height: normal;
}

.grow_rich-menu-list .value {
    float: right;
    color: #fff;
    line-height: normal;
    padding: 3px 10px;
    background-color: #009426;
}

.grow_rich-menu-list.simple .text,
.grow_rich-menu-list.simple .value {
    padding: 0 !important;
}


/* Images Grid
-------------------------------------------------------------- */

.grow_rich-images-grid .item-wrap {
    position: relative;
}

.grow_rich-images-grid .item-wrap .zoom-popup {
    position: absolute;
    right: 15px;
    top: 12px;
    opacity: 0;
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-images-grid .item-wrap:hover .zoom-popup:hover {
    opacity: 0.5;
}

.grow_rich-images-grid .item-wrap:hover .zoom-popup {
    opacity: 1;
}

.grow_rich-images-grid .cbp-nav-controls {
    position: static;
    height: 0 !important;
}

.grow_rich-images-grid .cbp-nav-controls .cbp-nav-next,
.grow_rich-images-grid .cbp-nav-controls .cbp-nav-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    z-index: 999999;
}

.grow_rich-images-grid .cbp-nav-controls .cbp-nav-next {
    left: auto;
    right: 10px;
}

.grow_rich-images-grid .cbp-nav-next,
.grow_rich-images-grid .cbp-nav-prev {
    border-radius: 0;
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    opacity: 1 !important;
}

.grow_rich-images-grid .cbp-nav-next {
    margin-left: 5px;
}

.grow_rich-images-grid .cbp-nav-next:after,
.grow_rich-images-grid .cbp-nav-prev:after {
    font-size: 18px;
    line-height: 40px;
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
}

.grow_rich-images-grid .cbp-nav-next:after {
    content: "\f105";
}

.grow_rich-images-grid .cbp-nav-prev.cbp-nav-stop,
.grow_rich-images-grid .cbp-nav-next.cbp-nav-stop {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.grow_rich-images-grid .cbp-nav-pagination {
    bottom: 20px
}

.grow_rich-images-grid .cbp-nav-pagination-item {
    margin: 0 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-images-grid .cbp-nav-pagination-active {
    background-color: #009426;
}


/* Toggle
-------------------------------------------------------------- */

.grow_rich-accordions .accordion-item {
    margin-bottom: 10px;
}

.grow_rich-accordions .accordion-item .accordion-heading {
    position: relative;
    color: #555;
    font-size: 14px;
    padding: 14px 12px 13px 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-accordions .accordion-item .accordion-heading:after {
    font-family: "Roboto", sans-serif;
    color: #777;
    text-align: center;
    content: "+";
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 12px;
    width: 20px;
    line-height: 32px;
    height: 32px;
}

.grow_rich-accordions .accordion-item.active .accordion-heading:after {
    font-family: "Roboto", sans-serif;
    content: "-";
    font-size: 47px;
    top: 12px;
}

.grow_rich-accordions .accordion-item.active .accordion-heading {
    color: #333;
}

.grow_rich-accordions .accordion-item.active .accordion-heading:hover,
.grow_rich-accordions .accordion-item .accordion-heading:hover {
    color: #009426;
}

.grow_rich-accordions .accordion-item .accordion-heading:hover:after {
    color: #009426;
}

.grow_rich-accordions .accordion-item .accordion-heading > .inner {
    padding: 0 30px;
    display: block;
    position: relative;
}

.grow_rich-accordions .accordion-item .accordion-heading > .inner i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.grow_rich-accordions .accordion-item .accordion-content {
    display: none;
    padding: 24px 0 28px 0;
    position: relative;
}

.grow_rich-accordions .accordion-item .accordion-content > p:last-child {
    margin-bottom: 0;
}

.grow_rich-accordions .accordion-item.no-icon .accordion-heading > .inner {
    padding-left: 0;
}


/* Style 1 */

.grow_rich-accordions.style-1 .accordion-item .accordion-heading {
    background-color: #f5f5f5;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    padding: 14px 30px 14px 30px;
}

.grow_rich-accordions.style-1 .accordion-item .accordion-heading:after {
    right: 15px;
}


/* Style 2*/

.grow_rich-accordions.style-2 .accordion-item .accordion-heading {
    background-color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    padding: 14px 30px 14px 30px;
}

.grow_rich-accordions.style-2 .accordion-item .accordion-heading:after {
    right: 15px;
}

.grow_rich-accordions.style-3 .accordion-item .accordion-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    padding: 15px 30px 15px 30px;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
}

.grow_rich-accordions.style-3 .accordion-item:last-child .accordion-heading {
    border-bottom: 1px solid #d7d7d7;
}


/* Image Advanced
-------------------------------------------------------------- */

.grow_rich-img-advanced .thumb {
    position: relative;
}

.grow_rich-img-advanced .thumb img {
    width: 100%;
    height: auto;
}

.grow_rich-img-advanced .icon-wrap {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
    width: 58px;
    height: 58px;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-img-advanced .icon-wrap:after {
    content: "\e951";
    font-family: "coreicon";
    position: absolute;
    left: 3px;
    top: 0;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #009426;
    font-size: 20px;
}

.grow_rich-img-advanced .icon-wrap:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 48px;
    height: 48px;
    border: 1px solid #aaa;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.grow_rich-img-advanced .icon-wrap:hover:before {
    width: 58px;
    height: 58px;
    left: 0;
    top: 0;
    border-color: #fff;
}

.grow_rich-img-advanced .img-caption {
    padding: 7px;
    color: #333;
    background-color: #fff;
    font-weight: 600;
}

.grow_rich-img-advanced .img-caption.gray-bg {
    background-color: #f5f5f5;
}


/* Socials
-------------------------------------------------------------- */

.grow_rich-socials {
    margin: 0 -5px;
}

.grow_rich-socials .icon {
    padding: 0 5px;
    float: left;
}

.grow_rich-socials a {
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #f8f8f8;
    display: inline-block;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.grow_rich-socials a:hover {
    background-color: #009426;
    color: #fff;
}

.grow_rich-socials.style-2 a {
    background-color: #333;
    color: #fff;
}

.grow_rich-socials.style-2 a:hover {
    background-color: #009426;
    color: #fff;
}


/* Member
-------------------------------------------------------------- */

.grow_rich-team .thumb {
    overflow: hidden;
}

.grow_rich-team .socials {
    list-style: none;
    margin: 0;
}

.grow_rich-team .text-wrap {
    padding: 25px;
    position: relative;
    background-color: #fff;
}

.grow_rich-team .name {
    opacity: 1;
    margin-bottom: 2px;
    color: #333;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

.grow_rich-team .position {
    opacity: 1;
    color: #999;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.grow_rich-team .socials {
    width: 100%;
    text-align: center;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
}

.grow_rich-team .socials li {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    padding: 0;
    margin: 0 4px;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.grow_rich-team .socials li a {
    color: #fff;
    background-color: #b7b7b7;
    font-size: 15px;
    line-height: 37px;
    width: 37px;
    height: 37px;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-team .socials li a:hover {
    background-color: #009426;
    color: #fff;
}

.grow_rich-team .team-item:hover .socials li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grow_rich-team .team-item:hover .socials li:nth-child(4) {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
}

.grow_rich-team .team-item:hover .socials li:nth-child(3) {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
}

.grow_rich-team .team-item:hover .socials li:nth-child(2) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.grow_rich-team .team-item:hover .socials li:first-child {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.grow_rich-team.has-shadow .team-item .inner {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
}

.grow_rich-team.has-shadow .team-item {
    padding-bottom: 5px;
    padding-right: 5px;
}

.grow_rich-team .team-item:hover .text-wrap .name,
.grow_rich-team .team-item:hover .text-wrap .position {
    opacity: 0;
}


/* Member Grid
-------------------------------------------------------------- */

.grow_rich-team-grid .team-item {
    float: left;
    width: 100%;
}

.grow_rich-team-grid .team-item img {
    width: 100%;
    height: auto;
}

.grow_rich-team-grid.col-2 .team-item {
    width: 50%;
}

.grow_rich-team-grid.col-3 .team-item {
    width: 33.33%;
}

.grow_rich-team-grid.col-4 .team-item {
    width: 25%;
}

.grow_rich-team-grid.col-5 .team-item {
    width: 20%;
}

.grow_rich-team-grid .thumb {
    position: relative;
    overflow: hidden;
}

.grow_rich-team-grid .socials {
    list-style: none;
    margin: 0;
}

.grow_rich-team-grid .text-wrap {
    padding: 44px 20px 42px;
}

.grow_rich-team-grid .name {
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.grow_rich-team-grid .position {
    font-size: 0.928em;
    text-transform: uppercase;
}

.grow_rich-team-grid .thumb:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.grow_rich-team-grid .team-item:hover .thumb:after {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grow_rich-team-grid .socials {
    width: 100%;
    text-align: center;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.grow_rich-team-grid .socials li {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    padding: 0;
    margin: 0 4px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.grow_rich-team-grid .socials li a {
    color: #b2b2b2;
    background-color: #fff;
    font-size: 15px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.grow_rich-team-grid .socials li a:hover {
    background-color: #009426;
    color: #fff;
}

.grow_rich-team-grid .team-item:hover .socials li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grow_rich-team-grid .team-item:hover .socials li:nth-child(4) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.grow_rich-team-grid .team-item:hover .socials li:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.grow_rich-team-grid .team-item:hover .socials li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.grow_rich-team-grid .team-item:hover .socials li:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.grow_rich-team-grid.has-shadow .team-item .inner {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 991px) {
    .grow_rich-team-grid {
        margin: 0 !important;
    }
    .grow_rich-team-grid .team-row {
        padding: 0 !important;
        margin: 0 !important;
    }
    .grow_rich-team-grid .team-item {
        padding: 0 !important;
        margin: 0 0 35px !important;
    }
    .grow_rich-team-grid .team-row:last-child .team-item:last-child {
        margin-bottom: 0 !important;
    }
    .grow_rich-team-grid.col-2 .team-item,
    .grow_rich-team-grid.col-3 .team-item {
        width: 100%;
    }
    .grow_rich-team-grid.col-4 .team-item,
    .grow_rich-team-grid.col-5 .team-item {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .grow_rich-team-grid.col-4 .team-item,
    .grow_rich-team-grid.col-5 .team-item {
        width: 100%;
    }
}


/* Contact Form 7
-------------------------------------------------------------- */

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form .button-right .wrap-submit {
    text-align: right
}

.wpcf7-form .button-center .wrap-submit {
    text-align: center
}

.wpcf7-form .wrap-submit {
    position: relative;
}

.wpcf7-form .wrap-submit .ajax-loader {
    position: absolute;
    left: 0;
    top: -20px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
}

.wpcf7-form .bg-white .wpcf7-form-control-wrap input,
.wpcf7-form .bg-white .wpcf7-form-control-wrap textarea {
    background-color: #fff;
}

.wpcf7-form .wpcf7-form-control-wrap.your-message textarea {
    margin-bottom: 20px;
}

.wpcf7-form .button-top-35 .wpcf7-form-control-wrap.your-message textarea {
    margin-bottom: 35px;
}

.wpcf7-form .message-height-80 .wpcf7-form-control-wrap.your-message textarea {
    height: 80px;
}

.wpcf7-form .message-height-100 .wpcf7-form-control-wrap.your-message textarea {
    height: 100px;
}

.wpcf7-form .message-height-120 .wpcf7-form-control-wrap.your-message textarea {
    height: 120px;
}

.wpcf7-form .message-height-150 .wpcf7-form-control-wrap.your-message textarea {
    height: 150px;
}

.wpcf7-form .message-height-170 .wpcf7-form-control-wrap.your-message textarea {
    height: 170px;
}

.wpcf7-form .message-height-220 .wpcf7-form-control-wrap.your-message textarea {
    height: 220px;
}

.wpcf7-form .message-height-250 .wpcf7-form-control-wrap.your-message textarea {
    height: 250px;
}

.wpcf7-form .message-height-320 .wpcf7-form-control-wrap.your-message textarea {
    height: 320px;
}

.wpcf7-form .message-height-350 .wpcf7-form-control-wrap.your-message textarea {
    height: 350px;
}

.wpcf7-form .wpcf7-form-control-wrap.your-name,
.wpcf7-form .wpcf7-form-control-wrap.your-email,
.wpcf7-form .wpcf7-form-control-wrap.your-subject {
    display: block;
}

.wpcf7-form .input-bottom-24 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-24 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-24 .wpcf7-form-control-wrap.your-subject {
    margin-bottom: 24px;
}

.wpcf7-form .input-bottom-22 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-22 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-22 .wpcf7-form-control-wrap.your-subject {
    margin-bottom: 22px;
}

.wpcf7-form .input-bottom-20 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-20 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-20 .wpcf7-form-control-wrap.your-subject {
    margin-bottom: 20px;
}

.wpcf7-form .input-bottom-18 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-18 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-18 .wpcf7-form-control-wrap.your-subject {
    margin-bottom: 18px;
}

.wpcf7-form .input-bottom-16 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-16 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-16 .wpcf7-form-control-wrap.your-subject {
    margin-bottom: 16px;
}

.wpcf7-form .input-bottom-14 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-14 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-14 .wpcf7-form-control-wrap.your-subject {
    margin-bottom: 14px;
}

.wpcf7-form .button-accent .wrap-submit input {
    background-color: #009426;
    color: #fff;
}

.wpcf7-form .button-accent .wrap-submit input:hover {
    background-color: #222;
    color: #fff;
}


/* Form 1 */

.grow_rich-contact-form-1 .from-wrap,
.grow_rich-contact-form-1 .to-wrap,
.grow_rich-contact-form-1 .type-wrap,
.grow_rich-contact-form-1 .submit-wrap {
    width: 48.717%;
    float: left;
    margin-bottom: 14px;
}

.grow_rich-contact-form-1 .from-wrap,
.grow_rich-contact-form-1 .type-wrap {
    margin-right: 2.564%;
}

.grow_rich-contact-form-1 .submit-wrap .wpcf7-form-control-wrap.your-subject {
    margin-bottom: 0;
}

.grow_rich-contact-form-1 .from-wrap select,
.grow_rich-contact-form-1 .to-wrap select,
.grow_rich-contact-form-1 .type-wrap select {
    padding: 14px 20px;
}


/* Form 2 */

.grow_rich-contact-form-2 .wpcf7-form-control-wrap.your-email,
.grow_rich-contact-form-2 .wpcf7-form-control-wrap.your-subject {
    width: 48.717%;
    float: left;
}

.grow_rich-contact-form-2 .wpcf7-form-control-wrap.your-email {
    margin-right: 2.564%;
}


/* Form 3 */

.grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-name,
.grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-email,
.grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-subject {
    width: 31.623%;
    float: left;
}

.grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-name,
.grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-email {
    margin-right: 2.564%;
}

@media only screen and (max-width: 991px) {
    .grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-subject,
    .grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-name,
    .grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-email,
    .grow_rich-contact-form-3 .wpcf7-form-control-wrap.subject {
        width: 100% !important;
        margin-bottom: 18px !important;
    }
    .grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-subject .grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-name {
        margin-right: 0;
    }
    .grow_rich-contact-form-3 .wpcf7-form-control-wrap.your-message textarea {
        margin-bottom: 18px;
    }
}


/* Action Box
-------------------------------------------------------------- */
.grow_rich-action-box {
    padding: 30px 70px 30px 70px;
}

.grow_rich-action-box.accent {
    background-color: #009426;
}

.grow_rich-action-box.dark {
    background-color: #333;
}

.grow_rich-action-box .inner {
    display: table;
    overflow: hidden;
    width: 100%;
}

.grow_rich-action-box .heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
}

.grow_rich-action-box .button-wrap {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.grow_rich-action-box .heading-wrap .heading {
    margin: 0;
    padding: 12px 0 0 0;
    letter-spacing: 0.5px;
    height: 60px;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

.grow_rich-action-box.has-icon .heading-wrap .heading {
    padding-left: 80px;
}

.grow_rich-action-box.has-icon .heading-wrap > .text-wrap {
    position: relative;
    display: inline-block;
    line-height: 55px;
}

.grow_rich-action-box.has-icon .heading-wrap > .text-wrap > .icon {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    margin-right: 24px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    color: #009426;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grow_rich-action-box.has-icon .heading-wrap > .text-wrap > .icon.accent {
    color: #009426;
}

.grow_rich-action-box.style-2 .heading-wrap {
    text-align: right;
    padding-right: 20px;
}

.grow_rich-action-box.style-2 .button-wrap {
    text-align: left;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .grow_rich-action-box .inner,
    .grow_rich-action-box .heading-wrap,
    .grow_rich-action-box .button-wrap {
        width: 100% !important;
        display: block;
        text-align: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .grow_rich-action-box.has-icon .heading-wrap > .text-wrap {
        padding: 0 !important;
    }
    .grow_rich-action-box .heading-wrap .heading {
        padding: 0;
        margin: 0 0 18px;
        line-height: 1.9 !important;
    }
    .grow_rich-action-box .grow_rich-button {
        margin: 0;
    }
    .grow_rich-action-box.has-icon .heading-wrap > .text-wrap > .icon {
        position: static;
        transform: none;
        top: 0;
        margin: 0 0 10px;
    }
    .grow_rich-action-box.has-icon .heading-wrap .heading {
        padding-left: 0;
    }
    .grow_rich-action-box .heading-wrap .heading {
        height: auto;
    }
}


/* Thumbnail Slider
-------------------------------------------------------------- */

.grow_rich-thumb-slider .flex-direction-nav {
    display: none;
}

.grow_rich-thumb-slider #grow_rich-slider .slides li {
    position: relative;
}

.grow_rich-thumb-slider #grow_rich-slider .slides li .zoom-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
}

.grow_rich-thumb-slider #grow_rich-slider li,
.grow_rich-thumb-slider #grow_rich-carousel li {
    padding: 0;
}

.grow_rich-thumb-slider #grow_rich-slider .slides li .zoom-popup:hover {
    color: #fff;
}

.grow_rich-thumb-slider #grow_rich-slider .slides li:hover .zoom-popup {
    opacity: 1;
}


/* Google Map
-------------------------------------------------------------- */

.grow_rich-gmap {
    height: 500px;
}


/* Price Table
-------------------------------------------------------------- */

.grow_rich-price-table {
    text-align: center;
    position: relative;
}

.grow_rich-price-table .title {
    font-weight: 500;
}

.grow_rich-price-table.border-accent {
    border-width: 3px;
    border-style: solid;
    border-color: #009426;
}

.grow_rich-price-table .price-table-name {
    text-align: center;
}

.grow_rich-price-table .price-table-name .title {
    letter-spacing: 0.5px;
    margin: 0;
    color: #fff;
    background-color: #333;
    padding: 9px 0;
}

.grow_rich-price-table .price-table-name .title.accent {
    background-color: #009426;
}

.grow_rich-price-table .price-table-price {
    z-index: 1;
    padding: 50px 0 0 0;
    background-color: #f5f5f5;
    font-family: "Poppins", sans-serif;
}

.grow_rich-price-table .price-table-price.style-2 {
    background-color: #fff;
    padding: 58px 0 20px 0;
}

.grow_rich-price-table .price-table-price .figure:before {
    content: "$";
    font-size: 36px;
    position: absolute;
    left: 0;
    top: 5px;
    line-height: normal;
    color: #999;
    font-weight: 300;
}

.grow_rich-price-table .price-table-price .term {
    color: #999;
    padding-left: 6px;
}

.grow_rich-price-table .price-table-price .figure {
    font-size: 62px;
    line-height: 62px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding-left: 30px;
}

.grow_rich-price-table .price-table-price .term {
    font-size: 14px;
    font-weight: 500;
}

.grow_rich-price-table .price-table-features {
    padding: 30px 25px 50px 25px;
    background-color: #f5f5f5;
}

.grow_rich-price-table .price-table-features.style-2 {
    background-color: #fff;
    padding: 22px 30px 60px 30px;
}

.grow_rich-price-table .price-table-features ul.style-1 {
    list-style: none;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.grow_rich-price-table .price-table-features ul.style-1 li {
    padding: 0;
    line-height: 36px;
}

.grow_rich-price-table .price-table-features ul.style-1 li:first-child {
    border-top: 1px solid #ebebeb;
    padding-top: 16px;
}

.grow_rich-price-table .price-table-features ul.style-1 li:last-child {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.grow_rich-price-table .price-table-features ul.style-1 li > span {
    position: relative;
    padding-left: 20px;
    font-style: normal;
    display: inline-block;
}

.grow_rich-price-table .price-table-features ul.style-1 li > span:before {
    font-size: 9px;
    color: #009426;
    content: "\e90c";
    font-family: "coreicon";
    position: absolute;
    left: 0;
    top: 1px;
    font-weight: normal;
}

.grow_rich-price-table .price-table-features .text-del {
    color: #a1a1a1;
}

.grow_rich-price-table .price-table-button {
    letter-spacing: 1px;
    font-size: 16px;
}

.grow_rich-price-table .price-table-button .grow_rich-button {
    margin: 30px 0px 0px 0px;
}


/* Carousel Constrols
-------------------------------------------------------------- */

.owl-theme .owl-dots button {
    background: transparent;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
    display: none;
}

.has-bullets .owl-theme .owl-dots {
    display: block;
    padding-top: 50px;
}

.has-bullets.bullet45 .owl-theme .owl-dots {
    padding-top: 45px;
}

.has-bullets.bullet40 .owl-theme .owl-dots {
    padding-top: 40px;
}

.has-bullets.bullet35 .owl-theme .owl-dots {
    padding-top: 35px;
}

.has-bullets.bullet30 .owl-theme .owl-dots {
    padding-top: 30px;
}

.has-bullets.bullet25 .owl-theme .owl-dots {
    padding-top: 25px;
}

.has-bullets.bullet20 .owl-theme .owl-dots {
    padding-top: 20px;
}

.has-bullets.bullet15 .owl-theme .owl-dots {
    padding-top: 15px;
}

.has-bullets.bullet10 .owl-theme .owl-dots {
    padding-top: 10px;
}

.has-arrows .owl-theme .owl-nav {
    display: block;
    margin: 0;
}

.has-arrows .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
}

.has-arrows .owl-theme .owl-nav .owl-next {
    right: 0;
}


/* Arrows Center */

.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav [class*='owl-'] {
    left: 40px;
}

.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
}

.has-arrows.arrow-center.offset-35 .owl-theme .owl-nav [class*='owl-'] {
    left: 35px;
}

.has-arrows.arrow-center.offset-35 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 35px;
}

.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav [class*='owl-'] {
    left: 30px;
}

.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 30px;
}

.has-arrows.arrow-center.offset-25 .owl-theme .owl-nav [class*='owl-'] {
    left: 25px;
}

.has-arrows.arrow-center.offset-25 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 25px;
}

.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav [class*='owl-'] {
    left: 20px;
}

.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.has-arrows.arrow-center.offset-15 .owl-theme .owl-nav [class*='owl-'] {
    left: 15px;
}

.has-arrows.arrow-center.offset-15 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 15px;
}

.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav [class*='owl-'] {
    left: 10px;
}

.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 10px;
}

.has-arrows.arrow-center.offset0i .owl-theme .owl-nav [class*='owl-'] {
    left: 0px;
}

.has-arrows.arrow-center.offset0i .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav [class*='owl-'] {
    left: -18px;
}

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

.has-arrows.arrow-center.offset0o .owl-theme .owl-nav [class*='owl-'] {
    left: -32px;
}

.has-arrows.arrow-center.offset0o .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -32px;
}

.has-arrows.arrow-center.offset10 .owl-theme .owl-nav [class*='owl-'] {
    left: -42px;
}

.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -42px;
}

.has-arrows.arrow-center.offset15 .owl-theme .owl-nav [class*='owl-'] {
    left: -47px;
}

.has-arrows.arrow-center.offset15 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -47px;
}

.has-arrows.arrow-center.offset20 .owl-theme .owl-nav [class*='owl-'] {
    left: -52px;
}

.has-arrows.arrow-center.offset20 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -52px;
}

.has-arrows.arrow-center.offset25 .owl-theme .owl-nav [class*='owl-'] {
    left: -57px;
}

.has-arrows.arrow-center.offset25 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -57px;
}

.has-arrows.arrow-center.offset30 .owl-theme .owl-nav [class*='owl-'] {
    left: -62px;
}

.has-arrows.arrow-center.offset30 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -62px;
}

.has-arrows.arrow-center.offset35 .owl-theme .owl-nav [class*='owl-'] {
    left: -67px;
}

.has-arrows.arrow-center.offset35 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -67px;
}

.has-arrows.arrow-center.offset40 .owl-theme .owl-nav [class*='owl-'] {
    left: -72px;
}

.has-arrows.arrow-center.offset40 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -72px;
}

.has-arrows.arrow-center.offset-v-120 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -136px;
}

.has-arrows.arrow-center.offset-v-110 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -126px;
}

.has-arrows.arrow-center.offset-v-100 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -116px;
}

.has-arrows.arrow-center.offset-v-90 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -106px;
}

.has-arrows.arrow-center.offset-v-80 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -96px;
}

.has-arrows.arrow-center.offset-v-70 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -86px;
}

.has-arrows.arrow-center.offset-v-60 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -76px;
}

.has-arrows.arrow-center.offset-v-50 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -66px;
}

.has-arrows.arrow-center.offset-v-40 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -56px;
}

.has-arrows.arrow-center.offset-v-30 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -46px;
}

.has-arrows.arrow-center.offset-v-20 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -36px;
}

.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] {
    top: 50%;
    margin-top: -29px;
}

.has-arrows.arrow-center.offset-v20 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 4px;
}

.has-arrows.arrow-center.offset-v30 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 14px;
}

.has-arrows.arrow-center.offset-v40 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 24px;
}

.has-arrows.arrow-center.offset-v50 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 34px;
}

.has-arrows.arrow-center.offset-v60 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 44px;
}

.has-arrows.arrow-center.offset-v70 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 54px;
}

.has-arrows.arrow-center.offset-v80 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 64px;
}

.has-arrows.arrow-center.offset-v90 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 74px;
}

.has-arrows.arrow-center.offset-v100 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 84px;
}

.has-arrows.arrow-center.offset-v110 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 94px;
}

.has-arrows.arrow-center.offset-v120 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 104px;
}


/* Arrows Style 1 */

.owl-theme .owl-nav [class*="owl-"] {
    text-align: center;
    color: #b0b0b0;
    background-color: transparent;
    width: 36px;
    height: 58px;
    font-size: 0;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.owl-theme .owl-nav [class*="owl-"]:after {
    font-size: 22px;
    line-height: 58px;
    content: "\e915";
    font-family: "coreicon";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
}

.owl-theme .owl-nav .owl-next:after {
    content: "\e916";
}

.owl-theme .owl-nav [class*="owl-"].disabled {
    cursor: default;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #009426;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .owl-theme .owl-nav {
        display: none !important;
    }
}


/* Bullets Style 1 */

.owl-theme .owl-dots {
    text-align: center;
    line-height: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #d9d9d9;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #009426;
}


/* Arrows & Bullets Circle */

.arrow-circle .owl-theme .owl-nav [class*="owl-"],
.bullet-circle .owl-theme .owl-dots .owl-dot span {
    border-radius: 50%;
}

.arrow-light .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
}


/* Retina Devices
-------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -moz-min-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
    .grow_rich-divider .divider-icon-before.divider-double-dotted,
    .grow_rich-divider .divider-icon-after.divider-double-dotted {
        background: url(dotted%402x.html) center center;
        background-size: 4px 5px;
    }
}