/*--------------------------------------------------------------# reset--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1;
    font-family: 'Helvetica';
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

* {
    outline: 0
}


/*--------------------------------------------------------------# typography--------------------------------------------------------------*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%
}

body {
    font-family: 'Helvetica';
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica';
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 25px;
    position: relative;
}

h1,
.h1 {
    color: #000000;
    font-size: 83px;
    font-weight: 700;
    line-height: 87px;
}

h2,
.h2 {
    font-size: 50px;
    /* text-shadow: 0px 0px 0px #26e74e; */
    font-weight: 700;
}

h3,
.h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}

h4,
.h4 {
    font-weight: 700;
    font-size: 24px;
}

h5,
.h5 {
}

h6 {
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: inherit;
    background: #fff;
    border: 1px solid #000;
}

input {
    line-height: normal
}

textarea {
    max-height: 130px
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='url'],
input[type='date'],
select,
textarea {
    padding: 10px 15px !important;
    border-radius: 0;
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, .75);
    background-color: #fff;
    box-shadow: none;
    color: rgba(0, 0, 0, .75);
    font-size: 17px;
    line-height: 1.4;
    border-radius: 6px;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .75)
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .75)
}

::placeholder {
    color: rgba(0, 0, 0, .75)
}

input:focus,
select:focus,
textarea:focus {
    border-color: rgba(0, 0, 0, 1)
    outline: 0
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    border: none;
    margin-right: 10px
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
    -webkit-appearance: none;
    cursor: pointer;
    line-height: normal;
    overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default;
    opacity: .6;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

body .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}


/* body .gform_wrapper ul.gform_fields {	margin:0 -10px !important;	display:flex !important;	flex-wrap:wrap;} */

body .gform_wrapper ul.gform_fields li {
    padding: 0 10px !important;
    margin-top: 15px !important;
}

body .gform_wrapper .gform_footer {
    margin: 12px 0 0;
    padding: 12px 0px;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
}

ul,
ol,
dl {
    font-size: 100%;
    line-height: 1.1
}

dl {
    margin: 0 0 1em 0
}

dd {
    margin: 0 0 1em .8em
}

ul {
    list-style-type: disc;
    margin: 0 0 1em 0;
    padding-left: 1em;
}

ol {
    list-style-type: decimal;
    margin: 0 0 1em 0;
    padding-left: 1em
}

ul ul,
ol ul {
    list-style-type: circle;
    margin-top: 0
}

ol ol {
    list-style-type: lower-latin;
    margin-top: 0
}

p,
li {
    color: rgba(63, 63, 63, 0.8);
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

p {
    padding-bottom: 20px;
}

blockquote,
cite,
q,
var,
dfn {
    font-style: italic
}

blockquote {
    background: transparent;
    padding: 0px 0px 30px;
    position: relative;
}

blockquote:before {
    content: "“";
}

blockquote:after {
    content: "”";
    line-height: 0;
}

blockquote p,
blockquote:before,
blockquote:after {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    font-style: italic;
    color: #ef7b0b;
    padding: 0;
    display: inline;
}

small {
    font-size: 85%;
    line-height: 1.75
}

pre,
code,
kbd,
tt,
samp,
var {
    font-size: 100%
}

pre {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

pre,
code {
    color: #800
}

kbd,
samp,
var {
    color: #888;
    font-weight: 700
}

acronym,
abbr {
    border-bottom: 1px #6e5951 dotted;
    font-variant: small-caps;
    cursor: help
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

em {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

a {
    color: #00a700;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:active {
    outline: none;
}

table {
    border: none;
    margin: 0 0 24px 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
}

caption {
    font-variant: small-caps;
}

th,
td {
    line-height: 1.47;
    vertical-align: top;
    padding: 10px;
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0.75);
    border-right: 1px solid rgba(0, 0, 0.75)
}

th *:first-child,
td *:first-child {
    margin-top: 0
}

tr > *:last-child {
    border-right: none;
}

th {
    font-weight: 700;
}

tbody th {
    text-align: left;
}

tbody td {
    color: #1e1e1e;
}

strong {
    font-weight: 700;
}

.btn,
input.btn,
button.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#wpsl-search-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
    text-align: left;
    /* white-space: nowrap; */
    cursor: pointer;
    border-radius: 5px;
    background-color: #26e74e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 1.47;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s all;
}

.btn-yellow,
.btn:hover {
    background: #ef7b0b;
    color: #fff;
    text-decoration: none;
}

.btn-yellow:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: .313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: .313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: .313rem 0 1.25rem 1.25rem;
}

.widget {
    margin: 0 0 30px;
}

.widget select {
    max-width: 100%
}

.widget-title {
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 24px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget li {
    padding: 4px 0
}

.widget li a,
.widget .tagcloud a {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 23px;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 14px;
}

.widget .tagcloud a {
    display: block;
    font-size: 14px !important;
}

.widget li a:hover,
.widget .tagcloud a:hover {
    color: #a52d38;
}

.searchform > div {
    display: flex
}

.searchform > div > input {
    height: 44px;
    display: block
}

.searchform input[type="submit"] {
    border-radius: 0;
    border: none
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-body .pull-left {
    padding-right: .625rem;
    float: left
}

.comment-list .comment {
    display: block
}

.comment-list {
    padding-left: 0
}

.comment-content {
    clear: both;
    margin-top: 10px
}

.comments-title {
    font-size: 1.125rem
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .563rem 0
}

.comment-list .pingback:first-child {
    border: medium none
}

.screen-reader-text {
    display: none
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: .313rem .313rem 0;
    text-align: center
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption .wp-caption-text {
    font-size: .688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: .625rem
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-item .gallery-columns-2 {
    max-width: 50%
}

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%
}

.gallery-item .gallery-columns-4 {
    max-width: 25%
}

.gallery-item .gallery-columns-5 {
    max-width: 20%
}

.gallery-item .gallery-columns-6 {
    max-width: 16.66667%
}

.gallery-item .gallery-columns-7 {
    max-width: 14.28571%
}

.gallery-item .gallery-columns-8 {
    max-width: 12.5%
}

.gallery-item .gallery-columns-9 {
    max-width: 11.11111%
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix {
    display: block
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.container-sm {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.container-xs {
    max-width: 944px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.container-fluid {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.row,
.row2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.row2 {
    margin: 0 -10px
}

.row > div {
    padding-left: 15px;
    padding-right: 15px
}

.row2 > div {
    padding-left: 10px;
    padding-right: 10px
}

.col1 {
    width: 8.33%
}

.col2 {
    width: 20%
}

.col3 {
    width: 25%
}

.col4 {
    width: 33.33%
}

.col5 {
    width: 48%
}

.col6 {
    width: 50%
}

.col7 {
    width: 58.34%
}

.col8 {
    width: 66.66%
}

.col9 {
    width: 75%
}

.col10 {
    width: 83.33%
}

.col11 {
    width: 91.66%
}

.col12 {
    padding: 0 15px;
    width: 100%
}

.col13 {
    width: 23%
}

.col14 {
    width: 28%
}

.align-center {
    align-items: center
}

.align-tp {
    align-items: flex-start
}

.align-btm {
    align-items: flex-end
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.row-reverse {
    flex-direction: row-reverse;
}

.mar1 {
    margin: 0 6.33%
}

.mar2 {
    margin: 0 16.66%
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-padding {
    margin: 0;
}

.no-padding > div {
    padding: 0;
}

.hidden-body {
    overflow: hidden;
}

.bg-white {
    background: #fff !important;
}

.mb-0 {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}


/*--------------------------------------------------------------## Header--------------------------------------------------------------*/

.header-block {
    padding: 25px 0px;
}

.menu-panel {
    position: relative;
    margin-top: -10px;
}

.menu-panel > ul > li {
    margin-left: 39px;
    position: relative;
}

.menu-panel > ul > li > a {
    color: #2a302f;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 17px;
}

.menu-panel > ul > li > a:hover {
    text-decoration: inherit;
    color: #00ce1b;
    border-bottom: 3px solid #00ce1b;
    padding-bottom: 3px;
}

.menu-panel > ul > li.current-menu-item > a {
    color: #00ce1b;
    border-bottom: 3px solid #00ce1b;
    padding-bottom: 3px;
}

.menu-panel > ul > li:first-child {
    margin-left: 0;
}

.search-form input[type="search"] {
    border: inherit;
    border-bottom: 3px solid #000000;
}

.search-form input[type="submit"] {
    background-color: transparent;
    color: #000;
    font-size: 0;
    position: relative;
}

.search-form {
    position: relative;
}

.search-form .fa-search {
    position: absolute;
    top: 0px;
    right: 53px;
    z-index: -9;
}


/*home-banner-block*/

.home-banner-block {
    background-color: #2CD451;
    padding: 95px 0px 30px;
    position: relative;
}


/* .home-banner-block.bg1:after { */


/* position: absolute; */


/* left: 0; */


/* top: 0; */


/* content: ""; */


/* width: 100%; */


/* height: 100%; */


/* background: url(../images/bg1.png) no-repeat center/cover; */


/* } */

.home-banner-block h1 {
    margin-bottom: 37px;
}

.banner-text {
    position: relative;
    z-index: 2;
}

.btn2,
.btn {
    font-size: 56px;
    font-weight: 700;
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    padding: 7px 0px;
    transition: all .3s;
    text-transform: initial;
}

.btn2:after,
.btn:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 8px;
    background: #000000;
    transition: all .3s;
}

.btn2:hover {
    padding: 7px 20px;
    text-decoration: none;
    background: #fff;
    color: #26E74E;
}

.btn2:hover:after {
    background: #26E74E;
}


/*usp-block*/

.usp-block {
    margin: 60px 0px;
}

.usp-block .title {
    padding: 15px 0px 20px 0px;
    background-color: #000000;
}

.usp-block .title h2 {
    color: #fff;
    margin-bottom: 0;
}

.usp-block .inner {
    background-color: #EBEBEB;
    padding: 30px 0px;
}

.usp-panel {
    padding: 20px 20px;
}

.usp-panel figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.usp-panel {
    padding: 20px 20px;
}

.usp-block .bottom {
    padding-top: 104px;
}

.usp-block .bottom .row > div {
    position: relative;
    text-align: center;
}

.usp-block .bottom figure {
    position: absolute;
    right: 87px;
    top: -105px;
    z-index: 9;
}

.btn:hover {
    background: inherit;
    color: #26E74E;
}

.btn:hover:after {
    background: #26E74E;
}


/*promise-block*/

.promise-block {
    width: 100%;
    padding: 60px 60px;
    /* background: url(../images/bg-2.png) no-repeat center/cover; */
    margin-bottom: 60px;
}

.promise-block .inner-bg {
    /* background: url(../images/bg-3.jpg) no-repeat center/cover; */
    position: relative;
}

.promise-panel {
    min-height: 945px;
    margin: 0 auto;
}

.promise-panel > div {
    width: 100%;
    padding-bottom: 24px;
}

.promise-panel .btn {
    margin-bottom: 30px;
    font-size: 50px;
}

.promise-panel .panel {
    margin: 0 -5px;
    justify-content: center;
}

.promise-panel .panel > div {
    padding: 0px 0px;
    margin: 0px 5px;
    width: 45%;
    max-width: 410px;
}

.promise-panel .panel a,
.promise-panel .panel span {
    padding: 3px 33px 4px 25px;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
}

.promise-panel .panel > div {
    background-color: #000000;
    margin-bottom: 10px;
}


/*direct-contact-block*/

.direct-contact-block {
    margin-bottom: 60px;
}

.direct-contact-block .title {
    background-color: #26E74E;
    padding: 17px 0px;
}

.direct-contact-block h2 {
    color: #000000;
    margin-bottom: 0;
}

.direct-contact-block .bottom {
    background: #000;
    padding: 37px 0px;
}

.direct-contact-block a {
    display: inline-block;
}

.direct-contact-block a.phn-icon {
    width: 56px;
}

.direct-contact-block a.mail-icon {
    width: 60px;
}

.direct-contact-block .col5 {
    width: 38%;
    display: flex;
    justify-content: flex-end;
}


/******  New ****************/

.customer-reference-block .container {
    max-width: 1170px;
}

.customer-reference-block .title {
    background-color: #000000;
    padding: 17px 0px;
}

.customer-reference-block .title h2 {
    color: #fff;
}

.title h2 {
    margin-bottom: 0;
}

.reference-panel {
    padding: 40px 0px 10px;
}

.reference-panel figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 171px;
    margin: 0 auto 45px;
}

.reference-panel figure.img2 {
    /* width: 126px; */
    margin: 0 auto 38px;
}

.reference-panel .text {
    max-width: 350px;
    margin: 0 auto 36px;
    background: #fff;
    padding: 18px 0px;
    min-height: 120px;
}

.reference-panel .text > p {
    padding-bottom: 14px
}

p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.read-moreBtn {
    display: inline-block;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 5px;
    color: #000000;
    background-color: #26E74E;
    border: solid 3px #000000;
    transition: all .3s;
}


/*footer-block*/

.footer-block {
    padding: 10px 0px;
}

.footer-block .container {
    max-width: 850px;
}

.footer-block .row {
    margin: 0 -5px;
}

.footer-block .row > div {
    margin: 0 5px;
    padding: 0;
}

.footer-block .row > .col6 {
    width: 48%;
}

.footer-links {
}

.footer-links ul li {
    background-color: #000000;
    margin-bottom: 10px;
}

.footer-links ul li a,
.footer-links ul li.aDD-res {
    padding: 12px 30px 11px 30px;
    display: block;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
}

.address-panel {
    background-color: #BDBDBD;
    padding: 9px 57px 8px;
}

.address-panel strong {
    display: block;
}

.address-panel address,
.address-panel a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: inline-block;
}

.address-panel a {
    display: block;
    font-weight: 700;
    margin: 10px 0px;
}


/*page-2*/

.growth-subs-block {
    margin-bottom: 70px;
}

.growth-subs-block .col1 {
    width: 40%;
}

.growth-subs-block .col2 {
    width: 60%;
}

.growth-subs-block figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 66px 0px 0;
    position: relative;
    bottom: -25px;
}

.growth-subs-block ul {
    padding-bottom: 75px;
}

.growth-subs-block ul li {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 14px;
}

.growth-subs-text {
    padding-top: 15px;
}

.growth-subs-text h2 {
    margin-bottom: 15px;
}

.growth-subs-text a {
    display: inline-block;
    font-size: 16px;
    padding: 12px 30px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 50%);
}


/*service-block*/

.service-block {
}

.service-block .panel {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.service-block .panel.plus:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 8px;
    background: #000;
}

.service-block .panel.plus:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    bottom: -23px;
    content: "";
    width: 80px;
    height: 55px;
    background: url(../images/plus.png) no-repeat center/79px;
    z-index: 2;
}

.service-panel .text-panel {
    width: calc(100% - 200px);
    padding-right: 50px;
}

.service-panel .text-panel h2 {
    color: #26E74E;
}

.service-panel .text-panel p {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}

p a {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.abt-service h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #00a700;
    margin-bottom: 0;
}

.service-block .panel.pb-20 {
    padding-bottom: 20px;
}


/*direct-start-block*/

.direct-start-block {
    margin-bottom: 75px;
}

.direct-start-block .col1 {
    width: 35%;
    position: relative;
}

.direct-start-block .col2 {
    width: 65%;
}

.direct-start-block .list {
    min-height: 400px;
}

.direct-start-block figure {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translate(-50%, -0%);
    width: 100%;
}

.direct-start-block ul li a,
.direct-start-block ul li {
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}


/*work-block*/

.work-block {
    margin-bottom: 10px;
}

.work-block .inner {
    padding: 50px;
}

.work-block .row {
    margin: 0 -25px;
}

.work-block .row > div {
    padding-left: 25px;
    padding-right: 25px;
}

.work-block .work-text {
    background: #fff;
    padding: 50px;
}

.work-block .panel h4 {
    color: #2cd451;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.work-block .links a {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    background-color: #26E74E;
    margin-bottom: 20px;
    padding: 15px 0px;
    text-align: center;
}

.work-block .links a:last-child {
    margin-bottom: 0;
}

.work-block figure {
    min-height: 1067.44px;
}

.apply-panel {
    position: relative;
}

.apply-panel span {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
}


/*team-block*/

.mega-team-block {
}

.mega-team-block .title {
    padding: 48px 0px 58px;
}

.mega-team-block .title h1 {
    margin-bottom: 0;
}

.mega-team-block .title-text {
    padding: 30px 0px;
}


/* .mega-team-block .title-text .col4:last-child {	width: 66.66%;} */

.mega-team-block .title-text .row {
    align-items: flex-end;
}

.mega-team-block .title-text h2,
.customer-about-us-block h2 {
    margin-bottom: 0;
    color: #2CD451;
    padding: 0px 50px;
    line-height: 68px;
    position: relative;
}

h2.border:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: #2CD451;
}

.mega-team-block .title-text p {
    padding-bottom: 0;
}

.team-block {
    padding: 7px 0px;
}

.team-block .row {
    margin: 0 -5px;
}

.team-block .row > div {
    margin-bottom: 13px;
}

.team-block .row > div {
    padding: 0px 5px;
}

.team-panel {
    border-bottom: solid 4px #26E74E;
    position: relative;
    transition: all .3s;
}

.team-panel:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #26E74E;
    opacity: 0;
    z-index: 2;
    transition: all .6s;
}

.team-panel figure {
    min-height: 410px;
}

.team-panel figcaption,
.team-panel .text h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    /** text-transform: capitalize; **/
    background-color: rgb(38, 231, 78, 0.9);
    padding-top: 10px;
    padding-bottom: 10px;
}

.team-panel figcaption {
    z-index: 1;
    position: absolute;
    /* left: 50%; */
    bottom: 11px;
    /* transform: translate(-50%,-0%); */
    text-align: center;
    width: 100%;
}

.team-panel .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    opacity: 0;
    transition: all .6s;
    width: 100%;
    padding: 20px;
}

.team-panel .text h2 {
    margin-bottom: 10px;
}

.btn3 {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    background-color: #26E74E;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    transition: all .3s;
}

.team-panel:hover:after {
    opacity: 1;
}

.team-panel:hover .text {
    opacity: 1;
}


/*customer-about-us-block*/

.customer-about-us-block {
    padding: 50px 0px 70px;
}

.customer-about-us-block h2 {
    color: #26E74E;
}

.customer-about-us-block .col4 {
    width: 40%;
}

.customer-about-us-block .col6 {
    width: 60%;
}

.customer-panel figure {
    display: flex;
    justify-content: center;
}

.customer-panel strong {
    display: block;
}

.customer-panel span {
    display: block;
}

.team-about-block {
    margin-bottom: 50px;
}

.team-about-block .row {
    background-color: #BDBDBD;
    padding: 45px 0px;
}

.team-about-block .col1 {
    width: 60%;
}

.team-about-block .col2 {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.team-about-block .text {
    padding: 0px 20px;
}

.team-about-block p {
    color: #000000;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.3em;
    margin-bottom: 0;
}

.team-about-block a {
    display: inline-block;
    padding: 10px 47px 10px 30px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #16163f;
    background-color: #26E74E;
    position: relative;
    /** left: 15px; */
}


/*mega-stories-block*/

.mega-stories-block {
    padding: 10px 0px;
}

.mega-stories-block .title {
    padding-bottom: 32px;
}

.mega-stories-block .title h2 {
    color: #2CD451;
    margin-bottom: 15px;
}


/*stories-block*/

.stories-block {
    margin-bottom: 21px;
}

.stories-block p {
    line-height: 19px;
    padding-bottom: 15px;
}

.stories-block h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
}

.stories-block .quote {
    padding: 69px 50px 47px;
    position: relative;
}

.stories-block .quote:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: #000000;
}

.stories-block .quote blockquote {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    font-style: normal;
    padding: 0px 0px 20px;
}

.stories-block .quote blockquote:before {
    margin-left: -12px;
    position: absolute;
    left: -50px;
    top: -70px;
}

.stories-block .quote blockquote:before,
.stories-block .quote blockquote:after {
    font-size: 150px;
    color: #26E74E;
    font-style: normal;
}

.stories-block .quote blockquote:after {
    position: absolute;
    bottom: -100px;
}

.stories-block .quote strong {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    display: block;
}

.stories-block .quote .design {
    text-decoration: underline;
}

.about-place-panel {
    padding: 0 33px;
}

.about-place-panel figure {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.about-place-panel ul li {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    margin-right: 14px;
    margin-bottom: 13px;
}

.about-place-panel ul li:after {
    position: absolute;
    right: -7px;
    top: 4px;
    content: "";
    width: 1.5px;
    height: 14px;
    background: #000;
}

.about-place-panel ul li:last-child:after {
    display: none;
}

.about-place-panel p {
    line-height: 20px;
    padding-bottom: 15px;
    font-size: 12px;
    font-style: italic;
}

.stories-gallery {
    position: relative;
    overflow: hidden;
}

.stories-gallery:after {
    position: absolute;
    left: -262px;
    top: 0;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../images/lay.png) no-repeat center right/auto auto;
    mix-blend-mode: darken;
}


/*stories2-block*/

.stories2-block {
    position: relative;
    padding: 84px 50px;
}

.stories2-block:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: #000000;
}

.stories2-block .abt-title h2 {
    line-height: 52px;
}

.stories2-block .abt-title h3 {
    margin-bottom: 34px;
}

.stories2-block .fig-panel {
    position: relative;
}


/* .stories2-block .fig-panel figure{	min-height: 348px;} */

.stories2-block .content2 {
    padding-top: 75px;
}


/*news-block*/

.news-block {
    padding: 40px 0px 5px;
    margin-bottom: 30px;
}


/*news-panel*/

.news-block .row > div {
    margin-bottom: 35px;
}

.news-panel {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
}

.news-panel figure {
    min-height: 230px;
    margin-bottom: 40px;
}

.news-panel .text {
    padding: 0px 12px;
}

.news-panel h3 {
    font-size: 21px;
    color: #26E74E;
    margin-bottom: 11px;
}

.news-panel p {
    color: #000000;
    font-size: 15px;
    line-height: 22px;
}

.news-panel .bottom-text {
    border-top: 1px solid #eaeaea;
}

.news-panel .bottom-text span {
    padding: 10px 12px;
    font-size: 11px;
    color: #adadad;
    display: block;
}


/******************************************/

.revi strong {
    color: #211f40
}

.revi span {
    color: #3d4459
}

.greenbutton a:hover {
    color: #000;
    background-color: #fff;
}

.greenbutton .fa-arrow-right {
    padding-left: 15px;
}

.imager {
    padding-bottom: 25px;
}

.imager figure {
    position: relative;
    display: inline-block
}

.imager figcaption {
    padding: 9px 15px 8px;
    background: #000000;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.story-singg {
    border-bottom: 10px solid #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.stories-block h2 {
    text-shadow: inherit
}

.stories-block .row > div {
    padding-left: 30px;
    padding-right: 30px;
}

.stories-block h5 {
    color: #26e74e;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
}

.Relatiedag {
    padding-bottom: 30px;
}

.Relatiedag ul li {
    padding-bottom: 10px;
}

.Relatiedag ul li span {
    color: #26e74e;
}

.Relatiedag ul li em {
    color: #000;
}

.stecky-logo {
    display: none;
}

.top-fixed .stecky-logo {
    display: block;
}

.top-fixed .main-L {
    display: none;
}

.top-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 4px 9px #00000082;
    top: 0;
}

.pagination-panel {
    text-align: center;
    width: 100%;
}

.pagination-panel ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-panel ul.page-numbers li {
    color: #fff;
    background-color: black;
    padding: 5px 10px;
    margin-left: 10px;
}

.pagination-panel ul.page-numbers li a,
.pagination-panel ul.page-numbers li span {
    font-size: 25px;
}

.single .tekst-met h1 {
    font-size: 83px;
    margin-bottom: 75px;
}

body .gform_wrapper ul.gform_fields li.filecv {
    margin-top: 0px !important;
}

body .filecv input {
    border: initial;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.gform_wrapper .top_label .gfield_label {
    color: #000;
    font-weight: 500 !important;
}

.usp-block a:hover {
    text-decoration: initial;
}

html {
    scroll-behavior: smooth;
}

.abt-service b {
    color: #00a700;
    font-weight: 700;
}

.Titlee a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #00a700;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 10px;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.Titlee a:hover {
    text-decoration: inherit;
}

.border-CON {
    border: 8px solid #26E74E;
    padding: 10px 10px;
    margin: 20px 0;
}

.border-CON h4 {
    margin-bottom: 2px;
}

.growth-subs-text1 a {
    display: inline-block;
    font-size: 16px;
    padding: 12px 30px;
    color: #ffffff;
    background-color: #000000;
    margin-bottom: 20px;
    margin-top: 15px;
}


/*************************************************************/

.button.green {
    background-color: #24E76E;
    font-size: 18px;
    padding: 20px 40px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    color: #fff;
}

.error-pages {
    position: relative;
}

.error-pages:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    opacity: 0.5;
}

.error-content {
    padding: 65px 0 0 0;
    position: relative;
    z-index: 9;
}

.error-content h1 {
    color: #fff;
    font-size: 256px;
    line-height: 180px;
    font-weight: 500;
}

.error-content h4 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 75px;
}


/*******************************************************/

.mtoggle {
    display: none;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 34px;
    height: 4px;
    background-color: #00ce1b;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 2px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
    border-radius: 7px;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    border-radius: 7px;
}

.model {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .57);
    padding: 20px;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}

.model-inner {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 680px;
    padding: 40px;
    max-height: 100%;
    overflow-y: scroll;
}

.model-header {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 60px;
    line-height: 1;
}

.mob-tire {
    display: none;
}

.direct-contact-block .title.text-center > a:hover,
.customer-reference-block .title.text-center > a:hover {
    text-decoration: inherit;
}

.Contact-block ul li, .Contact-block ol li {
    margin-left: 20px !important;
    list-style-position: inside;
    color: #000000 !important;
}

.Contact-block ul li {
    list-style-type: disc;
}

.Contact-block ol li {
    list-style-type: decimal;
}
.photo-gallery {
    padding: 60px 0;
}
.photo-gallery .title {
    background-color: #000000;
    padding: 17px 0px;
    margin-bottom: 45px;
}
.photo-gallery .title h2 {
    color: #fff;
}
.photo-wrap {
    margin-bottom: 30px;
}
.photo-wrap a {
    display: block;
    cursor: pointer;
}
@media (max-width:991px) {
    .photo-gallery .col3 {
        width:33.3%;
    }
}
@media (max-width:767px) {
    .photo-gallery {
        padding:42px 0;
    }
    .photo-gallery .col3 {
        width:50%;
    }
}
.events-wrap {
    padding:60px 0;
}
.events-wrap .bottom-text {
    padding: 0 12px 12px;
}
.events-wrap .bottom-text a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #000000;
    margin-top: 15px;
}
.events-wrap .bottom-text a:after {
    display: none;
}
.events-wrap .bottom-text a:hover {
    background-color: #00a700;
}
.event-date {
    display: block;
}
.event-group {
    display: block;
    margin-bottom: 15px;
}