/*
Theme Name: RV Websolutions
Theme URI: http://www.remonversteeg.nl
Type: Desktop
Description: RV Websolutions iMod thema
Version: 1.5.0.0
Author: Remon Versteeg
Author URI: http://www.remonversteeg.nl
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'DM Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0 !important;
}

select,
button,
input[type="button"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-family: 'DM Sans', sans-serif;
}

body {
    line-height: 1;
}

p {
    margin: 0 0 26px 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

table {
    width: 100%
}

blockquote {
    quotes: none;
}

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

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #181c1f;
}

/*template sheet*/
body {
    font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    color: #444;
    background: #fff;
    height: 100%;
    overflow-y: scroll;
}

@font-face {
    font-family: segoeUI;
    src: url(fonts/segoeui.ttf);
}

.wrap-xxs {
    max-width: 500px;
    padding: 0 30px;
    margin: 0 auto;
}

.wrap-xs {
    max-width: 800px;
    padding: 0 30px;
    margin: 0 auto;
}

.wrap-sm {
    max-width: 1100px;
    padding: 0 30px;
    margin: 0 auto;
}

.wrap {
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}

.wrap-md {
    max-width: 1600px;
    padding: 0 0px;
    margin: 0 auto;
}

.wrap-banner {
    max-width: 1600px;
    padding: 0 0px;
    margin: 0 auto;
}

.wrap-xl {
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.wrap-half {
    max-width: 700px;
    padding: 0;
    margin: 0;
}

/* HEADER */
.header {
    height: 112px;
    top: -150px;
    background-color: #181c1f;
}

.header .logo {
    line-height: 72px
}

.header .logo img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.mobile-menu {
    margin-left: 20px;
}

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

.action-bar ul li {
    display: inline-block;
}

.action-bar a {
    color: #000;
    line-height: 72px;
    padding: 0 10px;
    display: block;
    font-size: 24px;

}

.action-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action-menu li {
    line-height: 42px;
}

.action-menu li a {
    display: block;
}

.action-menu li a i {
    margin-right: 10px
}

/* MENU */
.nav > ul {
    margin: 0 -15px;
    padding: 0
}

.nav > ul li {
    list-style: none;
    height: 60px;
    display: inline-block;
}

.nav > ul li a {
    color: #e5eeef;
    font-size: 18px;
    font-weight: 600;
    line-height: 72px;
    padding: 0 20px;
    display: block;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.nav > ul li a:hover {
    color: #999
}

/*.nav > ul li.active > a{*/
/*	color:#0083ff*/
/*}*/
.nav .haschild:hover > a {
    background: #181c1f;
    color: #999;
    position: relative;
    z-index: 999;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}

.nav .child {
    display: none;
    width: 275px;
    background: #181c1f;
    position: absolute;
    z-index: 99;
    padding: 10px 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.nav .child li {
    display: block;
    padding: 0;
    height: auto;
    float: none;
}

.nav .child li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
    padding: 0 15px;
    line-height: 46px;
}

.nav .child li a:hover {
    color: #999;
    padding-left: 1.6vw
}

.banner {
    margin-top: -1px;
    position: relative;
    background-color: #181c1f;
    height: 500px;
}

/* BOUNCE ARROW */
.bounce_arrow {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    animation: bounce-arrow 2s infinite;
    -webkit-animation: bounce-arrow 2s infinite;
    -moz-animation: bounce-arrow 2s infinite;
    -o-animation: bounce-arrow 2s infinite;
}

.bounce_arrow:hover a {
    background: rgba(255, 255, 255, 0.3);
}

.bounce_arrow a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    display: block;
    transform: rotate(45deg);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.bounce_arrow a i {
    transform: rotate(-45deg);
}

@-webkit-keyframes bounce-arrow {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce-arrow {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce-arrow {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce-arrow {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/* DOWN */
/*.down{*/
/*	padding-top:112px*/
/*}*/
.down .down-hidden {
    display: none;
}

.down .down-visible {
    display: block;
}

.down .logo img {
    height: 42px;
}

.down .header {
    height: 82px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.39);
    border: 0
}

.down .header .logo {
    line-height: 42px
}

.down .nav > ul > li > a,
.down .action-bar a {
    margin-top: -10px;
    line-height: 62px;
}

.navbar {
    background: #f7f9fb;
    top: -150px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #d0d5da
}

.sticky {
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    animation-delay: 12s;
}

.down .navbar,
.sticky-down .sticky {
    position: fixed;
    z-index: 998;
    top: 82px;
    left: 0;
    right: 0;
    border: 0;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.39)
}

.sticky-down .sticky {

    display: block
}

/* NAVBAR */
.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar li a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #666;
    line-height: 70px;
}

.navbar li a:hover {
    color: #999
}

.navbar li.active a {
    color: #0083ff;
}

.integration li {
    display: inline-block;
}

.containerfixed {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* FOOTER */
@media only screen and (min-width: 670px) and (max-width: 1000px) {

    .footer .widget {
        width: 25%;
        float: left;
    }

    .footer .widget:first-child {
        width: 100%
    }
}

@media (min-width: 1000px) {

    .footer .widget {
        width: 21.6667%;
        float: left;
    }

    .footer .widget:first-child {
        width: 35%;
        padding-right: 5%
    }

    .footer .widget:last-child {
        width: 21.6667%;
    }
}

.footer-info {
    background-color: #cd2d2d;
    position: relative;
    z-index: 1;
    margin-bottom: -50px;
    padding: 50px 0px;
}

.footer-info .content {
    text-align: center;
    color: #fff;
}

.footer-info .content .title {
    font-size: 35px;
    font-weight: 500;
}

.footer-info .content .text {
    display: flex;
    justify-content: center;
}

.footer .widget {
    padding-bottom: 30px;
}

.footer .widget-header h3 {
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
}

.footer .widget-content,
.footer .widget-content a {
    color: #a6a6a6;
}

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

.footer .widget-content ul li {
    padding-bottom: 15px
}

s
.footer .widget-content ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .widget-content ul li a:hover {
    padding-left: 5px
}

.footer .logos {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .logos li {
    display: inline-block;
    width: 84px;
    float: left;
}

/* FOOTER BOTTOM */
.footer-bottom {
    border-top: 1px solid #67696a;
}

.footer-bottom,
.footer-bottom a {
    color: #b2b7ba;
}

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

.footer-bottom ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.footer-bottom-content {
    width: 100%;
    text-align: center;
}

.scrollToTop {
    background-color: #0083ff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    margin-left: -30px;
    top: -30px;
    transform: rotate(45deg);
    cursor: pointer
}

.scrollToTop i {
    transform: rotate(-45deg);
}

/* SIDEBAR */
.sidebar .widget-header h3 {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 20px;
}

/* POST */
.post-list .post-categories {
    margin-bottom: 10px;
}

.post .post-meta {
    color: #999;
}

.post .post-meta ul {
    list-style: None;
    padding: 0;
    margin: 0;
}

.post .post-meta li {
    display: inline-block;
    margin-right: 10px;
}

.post .post-meta li:last-child {
    margin: 0
}

.post-navigate {

}

.right-0 {
    right: 0;
}

/* COMMENTS */
.comments .comment {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd
}

.comments .comment:last-child {
    border: 0;
    margin-bottom: 0
}

.comment .comment-author {
    font-weight: bold;
}

.comment .comment-meta {
    color: #999;
}

/* OVERLAY */
.theme-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.39);
    z-index: 55
}

/* MORE LINK */
.more-link {
    position: relative;
    padding-right: 20px;
    font-weight: 600;
    color: #0083ff;
    line-height: 46px;
    font-size: 18px;

}

h2 .more-link {
    line-height: 28px
}

.more-link:after {
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    content: '\f061';
    font-size: 12px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more-link:hover:after {
    right: -5px
}

/* POST NAVIGATE */
.post-navigation .post-next,
.post-navigation .post-prev {
    position: relative;
    font-weight: 600;
    color: #0083ff;
    line-height: 46px;
    font-size: 18px;

}

.post-navigation .post-next {
    padding-right: 20px;
}

.post-navigation .post-prev {
    padding-left: 20px;
}

.post-navigation .post-prev:before,
.post-navigation .post-next:after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-navigation .post-next:after {
    content: '\f061';
    right: 0;
}

.post-navigation .post-prev:before {
    content: '\f060';
    left: 0;
}

.post-navigation .post-next:hover:after {
    right: -5px
}

.post-navigation .post-prev:hover:before {
    left: -5px
}

/* POSITIONS */
.pos-rel {
    position: relative
}

.pos-abt {
    position: absolute;
}

/* BTN */
.btn {
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    color: #cd2d2d;
    display: inline-block;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    padding: 0 35px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.19);
}

.btn-red {
    background-color: #cd2d2d;
    color: #fff;
}

.btn-lt {
    background-color: #fff;
    color: #0083ff;
}

.btn-link {
    background: none;
    color: #0083ff;
    box-shadow: 0 0 0 #000
}

.btn:hover {
    opacity: 0.9
}

.btn-lt {
    background: #fff;
    color: #0083ff
}

.btn-stroke {
    color: #0083ff;
    border: 2px solid #0083ff;
    background: transparent;
    box-shadow: none
}

.btn-stroke:hover {
    background: #0083ff;
    color: #fff
}

.btn-stroke-lt {
    border: 2px solid #fff;
    background: transparent;
    box-shadow: none
}

.btn-stroke-lt:hover {
    background: #fff;
    color: #0083ff
}

.btn-lg {
    width: 100%;
}

.btn-md {
    min-width: 50%
}

hr {
    width: 8%;
    border-top: 2px solid #cd2d2d;
}

/* FORMS */
.input,
.select select {
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px !important;
    width: 100%;
    border: none;
    padding: 0 15px;
    color: #5d5d5d;
    font-size: 16px;
}

.input::placeholder {
    color: black;
}

.input:focus {
    border-color: #0083ff
}

.input-lt {
    border: none;
}

.input-lg {
    height: 52px;
    line-height: 52px
}

textarea.input {
    resize: vertical;
    min-height: 100px;
}

.select {
    position: relative;
}

.select:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 50px;
    pointer-events: none;
}

.select select {
    padding: 0 25px 0 10px;
}

.select select::-ms-expand {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    background: #fff;
    border: 1px solid #d3d3d3;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -2px 10px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    border-radius: 3px;
}

input[type="checkbox"]:checked {
    background: #0083ff;
    border: 1px solid #0083ff
}

input[type="radio"]:checked {
    border: 1px solid #0083ff
}

input[type="radio"] {
    border-radius: 75px;
}

input[type="checkbox"]:checked:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 9px 1px 0 0;
}

input[type="radio"]:checked:before {
    content: '\f111';
    font-family: FontAwesome;
    text-indent: -9999px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 3px;
    line-height: 19px;
    color: #0083ff;
    font-size: 14px;
    text-align: center;
}

.col-input {
    margin-right: 230px;
    padding-left: 80px;
}

.col-input-xs {
    margin-right: 230px;
}

.col-input-prepend {
    height: 52px;
    line-height: 52px;
    width: 80px;
    text-align: center;
    display: inline-block;
    position: absolute;
    font-size: 18px;
    color: #131620;
    font-weight: bold;
    left: 0;
    background: #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.col-input .input {
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-leftright: 0 !important;
    -moz-border-radius-leftright: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-transform: lowercase;
}

.col-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
}

/* HEADING */
.heading .title,
.heading-sm .title,
.heading-xs .title {
    font-size: 42px;
    font-weight: 600;
    color: #000000;
    line-height: 100%;
}

.heading-sm .title {
    font-size: 28px;
}

.heading-xs .title {
    font-size: 22px;
}

.subtitle {
    color: #6987ab;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.intro {
    line-height: 30px;
    font-weight: 600;
    color: #4b5d73;
}

.jumbo {
    font-size: 80px !important;
    line-height: 100% !Important;
}

/* BORDERS */
.b-b-dk {
    border-bottom: 1px solid #2b3744
}

.b-t-lt {
    border-top: 1px solid #d2dbe4;
}

/* CONTENT */
.content h2 {
    font-size: 24px;
    font-weight: 900;
    /*color: #0083ff;*/
}

.content .text ul {
    list-style: none;
    padding: 0 0 24px 0;
    margin: 0;
}

.content .text ul li {
    position: relative;
    padding: 0 0 10px 25px
}

.content .text ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #cd2d2d;
    position: absolute;
    left: 0;
}

/* SITEMAP */
#sitemap {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sitemap ul {
    padding: 0 0 0 24px;
}

@media (min-width: 670px) {
    #sitemap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

#sitemap li {
    position: relative;
    padding: 5px 0 5px 25px;
}

#sitemap li:before {
    font-family: 'FontAwesome';
    content: '\f111';
    color: #000;
    position: absolute;
    left: 10px;
    font-size: 5px;
}

#sitemap li a {
    display: block;
    /*color:#444;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sitemap li a:hover {
    padding-left: 5px
}

/* PAGINATION */
.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination .muted {
    color: #6987ab;
    background: none;
    padding: 0 10px 0 0;
}

.pagination li {
    display: inline-block;
    line-height: 40px;
    background: #cdddec;
    border-radius: 2px;
    padding: 0 15px;
    margin: 0 0 0 10px;
}

.pagination li a {
    display: block;
    color: #444;
}

.pagination li.active {
    color: #0083ff
}

/* BREADCRUMB BAR */
.breadcrumb-bar,
.breadcrumb-bar a {
    color: #444;
}

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

.breadcrumb-bar ul li {
    display: inline-block;
}

.breadcrumb-bar ul li a:after {
    content: '\/';
    padding: 0 5px;
}

.breadcrumb-bar ul li:last-child a:after {
    display: none
}

/* SERVICES */
.services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services ul li:before {
    font-size: 28px;
    line-height: 24px;
    color: #0083ff;
    position: absolute;
    left: 0;
    content: "\e080";
    border-radius: 100%;
    font-family: 'simple-line-icons';
}

/*.services ul li:hover:before{
	color:#fff;
	background:#0083ff
}*/
.services ul li {
    padding-left: 40px;
    position: relative;
}

.services ul li:hover {
    cursor: pointer
}

.services ul li:after {
    width: 2px;
    background-color: #0083ff;
    position: absolute;
    top: 25px;
    bottom: 1px;
    left: 13px;
    content: '';
}

.services ul li:last-child:after {
    display: none;
}

.services ul li p {
    color: #6987ab;
    margin: 0;
    padding: 0 0 25px 0
}

.services h3 {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    padding-bottom: 10px
}

.services h3 a {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    padding-bottom: 10px
}

.services ol li:hover h3 a {
    color: #0083ff;
}

.services p a {

    color: #6987ab;

}

.step-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: counter;
}

.step-list ul li {
    counter-increment: counter;
    padding-left: 40px;
    position: relative;
    padding-bottom: 40px;
    min-height: 120px;
}

.step-list ul li:before {
    font-size: 18px;
    line-height: 29px;
    width: 32px;
    height: 32px;
    text-align: center;

    border: 2px solid #444;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    right: 0;
    margin-left: -16px;
    /*content: "\f058" !important;*/
    content: counter(counter);
}

.step-list li:nth-child(odd) .inner {
    text-align: right;
    right: calc(50% + 32px);
    position: absolute;
}

.step-list li:nth-child(even) .inner {
    left: calc(50% + 32px);
    position: absolute;
}


.step-list ul li:hover {
    cursor: default;
}

.step-list ul li:after {
    width: 2px;
    background-color: #444;
    position: absolute;
    top: 32px;
    bottom: 0px;
    right: 50%;
    content: '';
}

.step-list ul li:last-child:after {
    display: none;
}

.step-list ul li p {
    margin: 0;
    padding: 0 0 25px 0
}

.step-list h3 {
    font-weight: bold;
    font-size: 18px;
}

.step-list h3 a {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px
}

.step-list p a {

    color: #444;

}

.text-lt ul li, .text-lt p a, .text-lt h3 a, .text-lt h3, .text-lt ul li p, .text-lt ul li:before {
    color: #fff;
}

.text-dk {
    color: #000;
}

.text-lt ul li:after {
    background-color: #fff;
}

.text-lt ul li:before {
    border: 2px solid #fff;
}

.text-copy {
    cursor: pointer;
}

/* USPS */
.usps ul {
    list-style: none;
    padding: 0;
    margin: 0 -20px
}

.usps ul li {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 20px 20px 55px;
}

.usps-lg ul li {
    width: 33.33%
}

.usps ul li:before {
    font-size: 28px;
    line-height: 24px;
    color: #0083ff;
    position: absolute;
    content: "\e080";
    font-family: 'simple-line-icons';
    left: 20px;
}

.usps ul li p {
    color: #6987ab;
    margin: 0;
    padding: 0 0 25px 0
}

.usps h3 {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    padding-bottom: 10px
}

/* GRID */
.grid .col {
    padding: 27%;
}

.grid .col-2x {
    padding: calc(54% + 30px) 0;
}

.grid .col {
    position: relative
}

.grid .col .body {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    padding: 20% 10% 5% 10%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid .col:hover .body {
    bottom: 0;
    opacity: 1;
}

.grid .bg-image {
    background-size: cover
}

/* FLEX */
.flex .item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex .body {
    padding: 20px
}

/* FONTAWE */
.custom-fa {
    font-size: 76px;
    padding: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -50px;
}

.custom-fa2 {
    font-size: 20em;
    height: 70px;
    color: #fff;
    display: block !important;
    margin: 0px auto;

    text-align: center;
}

/* PRICE */
.price {
    color: #0083ff;
    font-size: 200%;
    font-weight: bold;
}

.flex .head {
    position: relative
}

@media (min-width: 670px) {
    /* FLEX */
    .flex {
        display: flex;
        flex-wrap: nowrap;
    }


    .flex .col9:hover {
        top: -20px
    }

    .item {
        height: 100%;

    }

    .flex .head.pull-right {
        margin-left: auto;
        order: 2;
    }

    .flex .head {
        height: 40%;
    }

    .flex .item-lg .head {
        height: auto;
    }

    .flex .body {
        padding: 20px 20px 120px 20px;
        height: 100%;
    }

    .flex .body-sm {
        height: 60%
    }

    .flex .body-right {
        padding-left: 0;
        margin-left: -10px;
    }

    .flex .body-left {
        padding-right: 0;
        margin-right: -10px;
    }


    .flex .body-left .more-link {
        right: 0 !important
    }

    .col-b {
        margin-bottom: 60px
    }
}

.flex .body {
    position: relative;
}

.flex .body .more-link {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

/* STICKY */


/* VISIBILITY */
.hidden {
    display: none;
}

::selection {
    color: #fff;
    background: #0083ff; /* WebKit/Blink Browsers */
}

::-moz-selection {
    color: #fff;
    background: #0083ff; /* Gecko Browsers */
}

/* LABEL */
.label {
    background: #a2b4c5;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    color: #5c5c6b;
    vertical-align: middle;
    margin-left: 5px;
}

.label-success {
    color: #fff;
    background-color: #10d071
}

/* BG COLORS */
.bg-image-cover {
    background-size: contain;
    background-repeat: no-repeat;

}

.bg-red {
    background-color: #cd2d2d;
}

.bg-black {
    background-color: black;
}

.bg-gray {
    background-color: #2b3036;
}

.bg-dk {
    background-color: #181c1f;
}

.bg-dk-lt {
    background-color: #1c2c36
}

.bg-lt {
    background-color: #e9f1f9;
}

.bg-lter {
    background-color: #fff
}

.bg-ltdk {
    background-color: #cdddec
}

.bg-ltdker {
    background-color: #a2b4c5
}

.bg-half {
    background: linear-gradient(90deg, #e9f1f9 50%, #cdddec 50%);
}

.bg-image {
    background-size: cover;
    background-position: center;
}

.bg-center {
    background-position: center;
}


.bg-shadow {
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.10); /*0 1px 1px rgba(0,0,0,0.19);*/
    overflow: hidden
}

.container-inner {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bg .col {
    position: absolute;
    width: 50%;
    z-index: 0;
    height: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.bg .col.bg-lt {
    right: 0
}

.col-inner {
    min-height: 500px
}

.container-inner .pos-rel {
    position: relative;
    z-index: 2;
}

.flash {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px
}

.flash-success {
    color: #3c763d;
    background-color: #c7e1da;
    border-color: #4cb558;
}

.flash .flash-link {
    font-weight: 600
}

.flash-success .flash-link {
    color: #2b542c;
}


/* COLS */
.row {
    margin-left: -30px;
    margin-right: -30px
}

.row-s {
    margin-left: -10px;
    margin-right: -10px;
}


.row:after,
.row-s:after {
    clear: both;
}

.row:before,
.row:after,
.row-s:before,
.row-s:after {
    display: table;
    content: "";
    line-height: 0;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12-xs {
    float: left;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.row-s .col1-s, .row-s .col2-s, .row-s .col3-s, .row-s .col4-s, .row-s .col5-s, .row-s .col6-s, .row-s .col7-s, .row-s .col8-s, .row-s .col9-s, .row-s .col10-s, .row-s .col11-s, .row-s .col12-s {
    padding-left: 10px;
    padding-right: 10px;
}

.col12 {
    width: 100%
}

.col11 {
    width: 91.66666667%
}

.col10 {
    width: 83.33333333%
}

.col9 {
    width: 75%
}

.col8 {
    width: 66.66666667%
}

.col7 {
    width: 58.33333333%
}

.col6 {
    width: 50%
}

.col6-no-padding {
    float: left;
    min-height: 1px;
    box-sizing: border-box;
    width: 50%
}

.col5 {
    width: 41.66666667%
}

.col4 {
    width: 33.33333333%
}

.col3 {
    width: 25%
}

.col2 {
    width: 16.66666667%
}

.col1 {
    width: 8.33333333%
}


/* BORDER RADIUSES */
.r {
    border-radius: 2px 2px 2px 2px;
}

.r-2x {
    border-radius: 4px;
}

.r-3x {
    border-radius: 6px;
}

.r-l {
    border-radius: 2px 0 0 2px;
}

.r-r {
    border-radius: 0 2px 2px 0;
}

.r-t {
    border-radius: 2px 2px 0 0;
}

.r-t-2x {
    border-radius: 4px 4px 0 0;
}

.r-b {
    border-radius: 0 0 2px 2px;
}

.r-l-2x {
    border-radius: 4px 0 0 4px;
}

.r-r-2x {
    border-radius: 0 4px 4px 0;
}

/* paddingS */
.p-xxs {
    padding: 2px 4px;
}

.p-xs {
    padding: 5px;
}

.p-sm {
    padding: 10px;
}

.p {
    padding: 15px;
}

.p-md {
    padding: 20px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 75px;
}

.p-n {
    padding: 0 !important;
}

.p-l-none {
    padding-left: 0 !important;
}

.p-l-xs {
    padding-left: 5px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-l {
    padding-left: 15px;
}

.p-l-md {
    padding-left: 20px;
}

.p-l-lg {
    padding-left: 30px;
}

.p-l-l {
    padding-left: 40px;
}

.p-l-xl {
    padding-left: 50px;
}

.p-l-xxl {
    padding-left: 75px;
}

.p-l-xxxl {
    padding-left: 100px;
}

.p-l-n-xxs {
    padding-left: -1px;
}

.p-l-n-xs {
    padding-left: -5px;
}

.p-l-n-sm {
    padding-left: -10px;
}

.p-l-n {
    padding-left: -15px;
}

.p-l-n-md {
    padding-left: -20px;
}

.p-l-n-lg {
    padding-left: -30px;
}

.p-l-n-xl {
    padding-left: -50px;
}

.p-l-n-xxl {
    padding-left: -75px;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-xxs {
    padding-top: 1px;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t {
    padding-top: 15px;
}

.p-t-md {
    padding-top: 20px;
}

.p-t-lg {
    padding-top: 30px;
}

.p-t-xl {
    padding-top: 50px;
}

.p-t-xxl {
    padding-top: 100px;
}

.p-t-n-xxs {
    padding-top: -1px;
}

.p-t-n-xs {
    padding-top: -5px;
}

.p-t-n-sm {
    padding-top: -10px;
}

.p-t-n {
    padding-top: -15px;
}

.p-t-n-md {
    padding-top: -20px;
}

.p-t-n-lg {
    padding-top: -30px;
}

.p-t-n-xl {
    padding-top: -50px;
}

.p-t-n-xxl {
    padding-top: -100px;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-r-xxs {
    padding-right: 1px;
}

.p-r-xs {
    padding-right: 5px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r {
    padding-right: 15px;
}

.p-r-md {
    padding-right: 20px;
}

.p-r-lg {
    padding-right: 30px;
}

.p-r-xl {
    padding-right: 50px;
}

.p-r-xxl {
    padding-right: 100px;
}

.p-r-n-xxs {
    padding-right: -1px;
}

.p-r-n-xs {
    padding-right: -5px;
}

.p-r-n-sm {
    padding-right: -10px;
}

.p-r-n {
    padding-right: -15px;
}

.p-r-n-md {
    padding-right: -20px;
}

.p-r-n-lg {
    padding-right: -30px;
}

.p-r-n-xl {
    padding-right: -50px;
}

.p-r-n-xxl {
    padding-right: -100px;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-b-xxs {
    padding-bottom: 1px;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b {
    padding-bottom: 15px;
}

.p-b-md {
    padding-bottom: 20px;
}

.p-b-lg {
    padding-bottom: 30px;
}

.p-b-xl {
    padding-bottom: 50px;
}

.p-b-xxl {
    padding-bottom: 100px;
}

.p-b-n-xxs {
    padding-bottom: -1px;
}

.p-b-n-xs {
    padding-bottom: -5px;
}

.p-b-n-sm {
    padding-bottom: -10px;
}

.p-b-n {
    padding-bottom: -15px;
}

.p-b-n-md {
    padding-bottom: -20px;
}

.p-b-n-lg {
    padding-bottom: -30px;
}

.p-b-n-xl {
    padding-bottom: -50px;
}

.p-b-n-xxl {
    padding-bottom: -100px;
}


/* MARGINS */
.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 100px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 50px;
}

.m-l-xxl {
    margin-left: 100px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -50px;
}

.m-l-n-xxl {
    margin-left: -100px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 50px;
}

.m-t-xxl {
    margin-top: 100px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -50px;
}

.m-t-n-xxl {
    margin-top: -100px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 50px;
}

.m-r-xxl {
    margin-right: 100px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -50px;
}

.m-r-n-xxl {
    margin-right: -100px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 50px;
}

.m-b-xxl {
    margin-bottom: 60px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -50px;
}

.m-b-n-xxl {
    margin-bottom: -100px;
}

.m-r-star {
    margin-right: 3px;
}

/* TEXT */
.text-italic {
    font-style: italic;
}

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

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

.text-l {
    font-size: 120%
}

.text-right {
    text-align: right !important
}

.text-lt {
    color: #fff !important
}

.text-lt a {
    font-weight: bolder;
}

.text-primary {
    color: #0083ff
}

.text-ltdker {
    color: #9db5d4
}

.text-bold {
    font-weight: bold
}

.font-thin {
    font-weight: 100;
}

.font-extra-light {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 600;
}

.font-extra-bold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.text-success {
    color: #16cc53
}

.text-star {
    color: #ffee0a;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*defaults iMod*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.caption {
    border: 10px solid white;
    margin: 20px 0 0 0;
    border-radius: 4px;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.10);
    text-align: center;
}

.caption.alignnone {
    margin: 5px 0 20px 0;
}

.caption.alignleft {
    margin: 5px 20px 20px 0;
}

.caption.alignright {
    margin: 5px 0 20px 20px;
}

.caption img {
    border: 0 none;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
}

.caption p.caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.widget, #content, .menu {
    position: relative
}

.edit_page_link, .edit_menu_link, .edit_widget_link {
    position: absolute;
    right: 10px;
    top: 10px
}

.clear {
    clear: both;
}

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

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.mceContentBody {
}

[data-href] {
    cursor: pointer
}


/* 2. Animation 				================*/

.path {
    stroke-width: 1px;
}

#Path-1-dots, #Path-2-dots {

    stroke-width: 3px;
    stroke-linecap: round;
}

.path-graph {
    stroke-width: 1px;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    stroke-linecap: round;

}

.position-absolute {
    position: absolute;
}

.position-absolute-l {
    position: absolute;
}

.bulletpoint .icon {
    color: #6987ab;
    padding-bottom: 20px;
    font-size: 52px;

}

.bulletpoint .text {
    opacity: 0.7
}

.text-lt .bulletpoint .icon {

    color: #fff;

}

.text-lt .bulletpoint a {

    color: #fff;

}


.animate.bounce-up {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animate.bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animate.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animate.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animate.slide-right {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animate.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.not-found {
    font-family: 'segoeUI';
}

.not-found .title {
    font-size: 130px;
    padding-bottom: 80px;
}

.img-full-row {
    overflow-x: hidden
}

.img-full {
    height: calc(64vh - 45px);
    overflow: hidden;
}

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

.imgoverlay {
    position: absolute;
    z-index: 300;
}


.imgbackground {
    position: relative;
}

.page-1911 .page-1958 .page-1966 {
    margin-left: 10px;
}

.blog-image {
    border: 10px solid white;
    margin: 20px 0 0 0;
    border-radius: 4px;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.10);
}

.scroll-progress-bar, .scroll-progress-bar + img {
    display: none;
}

.down .scroll-progress-bar {
    width: 0%;
    height: 10px;
    background-color: #0083ff;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
}

.down .scroll-progress-bar + img {
    width: 40px;
    position: absolute;
    top: calc(100% - 16px);
    left: 0%;
    display: block;
}

.down .scroll-progress-bar:after {
    content: '';
    background-color: #ffffff;
    width: 23px;
    height: 23px;
    position: absolute;
    right: -26px;
    top: -7px;
    display: block;
    transform: rotate(45deg);
}

.bg-white {
    background-color: white;
}

.c-white {
    color: #fff;

    & > div {
        display: flex;
        align-items: center;

        & > p:first-child {
            background-color: white;
            text-align: center;
            color: black;
            width: 25px;
            margin-bottom: 40px;
            padding: 2px 7px;
            font-weight: bold;
        }

        & > p {
            /*margin: 0 !important;*/
            margin: 0 30px 40px 0;
        }
    }
}

.c-black {
    color: black;
}

.c-red {
    color: #cd2d2d;
}

.intergration-image img {
    max-width: 500px;
    max-height: 300px;
}

.icon-lg {
    font-size: 70px;
    color: #0083ff;
}

.intergration a.more-link {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.whatsapp-button {
    background-color: #10d071;
    border-radius: 50px;
    padding: 0 20px;
    height: 70px;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 25px;
    min-width: 70px;
    z-index: 999999;
    right: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.19);
    transition: .5s ease;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.whatsapp-button i {
    font-size: 30px;
    line-height: 70px;
}

.whatsapp-button div {
    display: block;
    float: left;
    transition: .5s ease;
    line-height: 70px;
}

.whatsapp-button div:nth-child(2) {
    width: 0px;
    overflow: hidden;
}

.whatsapp-button div:nth-child(2) span {
    padding-left: 10px;
}

.whatsapp-button:hover div:nth-child(2) {
    width: 100px;
    height: 70px;
    transition: .5s ease;
}

.whatsapp-button:hover div:nth-child(2) span {
    display: block;
    width: 100px;
    transition: .5s ease;
}

.p-none {
    padding: 0 !important;
}

.m-none {
    margin: 0;
}

.wrap-half-sm {
    max-width: 550px;
    padding: 0;
    margin: 0;
}

.full-width {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.display-flex {
    display: flex;
}

.background-cover {
    background-size: cover;
}

.overflow-hidden {
    overflow: hidden;
}

.square {
    padding-bottom: 100%;
}

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

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgblock {
    border-radius: 10px;
    height: 700px;
    overflow: hidden;
    object-fit: cover;
}

.imgblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projecten-slider .slide {
    border-radius: 10px;
}

.abt-img {
    top: 50px;
    left: 50px;
}

.abt-img-b {
    bottom: 50px;
    left: 50px;
}

.image-abt {
    height: 30px;
}

/* GRID TERMPLATE ROWS / COLUMNS */
.display-grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-20 {
    gap: 5rem;
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.block-projects:nth-child(2) {
    grid-row: span 1 / span 1;
    padding: 0 !important;
}

.block-projects {
    grid-row: span 2 / span 2;
    padding: calc(54% + 30px) 0;
}

@media screen and (max-width: 670px) {
    .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid-rows-2 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .block-projects:nth-child(2) {
        display: none;
    }
}

.vacature-banner {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
}

.vacature-banner a:hover {
    background: #7f49bd;
}

.vacature-banner a {
    transition: 0.3s ease-in-out;
    background: #9353db;
    padding: 10px;
    color: white;
    width: 100%;
}

.badge.important {
    background: #9353db;
    color: white !important;
}

.image-container-flex {
    min-height: 100%;
    background-size: cover;
    background-position: 75% 75%;
    background-repeat: no-repeat;
}

.image-container {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.aboutus .image-container {
    min-height: 550px;
}

.extra-image {
    position: absolute;
    bottom: 0;
    background-color: red;
    width: 60%;
    height: 60%;
    transform: translate(0, 50%);
    background-size: cover;
}

.image-products {
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.widget .description,
.banner .description {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}

.titles {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}

.text-description {

    p:first-child {
        font-weight: 700;
    }
}

.widget .title,
.banner .title {
    font-weight: bold;
    color: #cd2d2d;
}

.banner .content {
    height: 100%;
    display: flex;
    align-items: center;
}

.products .text {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.products img {
    min-width: 350px;
    max-width: 350px;
}

.title-products {
    font-weight: bold;
    color: black;
    padding: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    flex: 0 0 calc(33.33% - 20px);
    line-height: 2;
}

.contact-info img {
    max-width: 50px;
}


.contact-info .bimage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px
}

.text-white {
    color: #fff;
}

.text-gray {
    color: #a6a6a6;
}

.dimension {
    line-height: 1.8;
}

.contact-icon {
    font-size: 5em;
    color: white;
}

.contact-form {
    background-color: #edf0f2;
    padding: 15px 40px;
    margin-top: 60px;

    .side-inputs .col6 {
        width: 48%;
        padding: 0;
        margin: 0;
        float: left;
    }

    .side-inputs .col6:last-child {
        justify-content: center;
        align-items: center;
        padding: 25px 0;
    }

    .form-field-1 {
        float: right !important;
    }

    .form-field-4 {
        float: left !important;
    }
}

.form-offerte {

    .side-inputs .col6 {
        width: 48%;
        padding: 0;
        margin: 0;
        float: left;
    }

    .side-inputs .col6:last-child {
        justify-content: center;
        align-items: center;
        padding: 25px 0;
    }

    .col3 {
        padding: 25px 0;
        width: 23% !important;
    }

    .form-field-1 {
        float: right !important;
    }

    .form-field-3 {
        margin-right: 42px !important;
        float: left !important;
    }

    .form-field-4 {
        float: left !important;
    }

    .form-field-5 {
        float: right !important;
    }

    .form-field-6 {
        padding-top: 0 !important;
    }

    .form-field-7 {
        float: right !important;
        padding-top: 0 !important;

    }

    @media screen and (max-width: 850px) {
        .col6 {
            width: 100% !important;
        }

        .col3 {
            width: 100% !important;
        }

        .form-field-1 {
            padding-top: 0 !important;
        }

        .form-field-4 {
            padding-top: 0 !important;
        }

        .form-field-5 {
            padding-top: 0 !important;
        }


    }


}

.front-title {
    font-size: 60px !important;
}

.font-20 {
    font-size: 20px;
}

.w-75 {
    width: 75%;
}

.w-25 {
    width: 25%;
}

.title-form-contact {
    font-size: 40px;
    font-family: 'DM Sans', sans-serif;
}
/*
Slider dots
 */
.owl-dots{
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
}
.owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background: #dadada;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-dots .owl-dot.active{
    background-color: #cd2d2d;
}


