﻿@charset "UTF-8";
@import url("../fonts/stylesheet.css");

.modal-fader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: rgba(0, 0, 0, .4);
    z-index: 2;
    display: none;
}

#mobile-navbar {
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: #72be44;
    margin-top: 15px;
}

#mobile-navbar:before,
#mobile-navbar:after {
    content: " ";
    display: table;
}

#mobile-navbar:after {
    clear: both;
}

@media(min-width:720px) {
    #mobile-navbar {
        display: none;
    }
}

#mobile-navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
}

#mobile-navbar ul:before,
#mobile-navbar ul:after {
    content: " ";
    display: table;
}

#mobile-navbar ul:after {
    clear: both;
}

#mobile-navbar ul li {
    float: left;
    width: 50%;
    text-align: center;
}

#mobile-navbar ul li a,
#mobile-navbar ul li a:visited,
#mobile-navbar ul li a:link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 1em 1.5em;
    display: block;
    -moz-transition: background ease-in-out .2s;
    -o-transition: background ease-in-out .2s;
    -webkit-transition: background ease-in-out .2s;
    transition: background ease-in-out .2s;
}

#mobile-navbar ul li a .spark-icon,
#mobile-navbar ul li a:visited .spark-icon,
#mobile-navbar ul li a:link .spark-icon {
    margin-left: .5em;
}

#mobile-navbar ul li a:first-child,
#mobile-navbar ul li a:visited:first-child,
#mobile-navbar ul li a:link:first-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

#mobile-navbar ul li a:hover,
#mobile-navbar ul li a:active,
#mobile-navbar ul li a:visited:hover,
#mobile-navbar ul li a:visited:active,
#mobile-navbar ul li a:link:hover,
#mobile-navbar ul li a:link:active {
    background: #72be44;
}

.search {
    position: relative;
    width: 100%;
    display: none;
    padding: 0;
}

@media(min-width:720px) {
    .search {
        display: block;
        padding-top: 22px;
    }
}

@media(min-width:992px) {
    .search {
        width: auto;
        float: right;
        display: block;
    }
}

.search .search-input {
    font-size: 13px;
    color: #949494;
    padding: 0 18px;
    line-height: 43px;
    height: 45px;
    border: #e1e1e1 solid 1px;
    width: 100%;
}

@media(min-width:992px) {
    .search .search-input {
        width: 260px;
    }
}

.search .search-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 45px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #72be44;
    color: #fff;
    -moz-transition: background .25s ease;
    -o-transition: background .25s ease;
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
    width: 38px;
    background-repeat: no-repeat;
    background-position: center 45%;
}

@media(min-width:1280px) {
    .search .search-btn {
        width: 49px;
    }
}

.search .search-btn:hover {
    border-color: #ccc;
    background-color: #66ad3c;
}

@media(min-width:720px) {
    .mobile-search {
        display: none !important;
    }
}

.search-shown .spark-icon:before {
    content: "";
    padding-left: 2px;
}

.search-toggled {
    background: #72be44;
}

.search-toggled .spark-icon:before {
    content: "";
    padding-left: 2px;
}

.sew_ac_results {
    margin-top: 5px;
}

.sew_ac_results li.sew_ac_over {
    background-color: #72be44;
}

.sew_ac_results li.sew_ac_over span {
    background-color: #72be44;
}

.sm {
    position: relative;
    z-index: 9999;
}

.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li,
.sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: not-allowed;
}

.sm:after {
    content: " ";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.sm,
.sm *,
.sm *:before,
.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-submenu ul.submenu {
    background: #72be44;
    max-width: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 3;
}

.site-submenu ul.submenu>li>ul>li {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.site-submenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.site-submenu ul li {
    float: none;
}

.site-submenu ul li:last-child {
    border-bottom: none;
}

.site-submenu ul li ul:before,
.site-submenu ul li ul:after {
    display: none;
}

.site-submenu ul li ul ul {
    background: rgba(255, 255, 255, .1);
}

.site-submenu ul li ul ul li:first-child {
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, .1);
}

.site-submenu ul li ul ul li:last-child {
    box-shadow: inset -1px -2px 5px rgba(0, 0, 0, .1);
}

.site-submenu ul li ul ul li a {
    padding-left: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.site-submenu ul li ul ul li a:before {
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 32px;
    top: 0;
    padding-top: 8px;
    font-size: inherit;
    line-height: 1.2em;
}

.site-submenu ul li ul ul li a li ul li a {
    padding-left: 56px;
}

.site-submenu ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    white-space: normal !important;
    cursor: pointer;
    padding: 12px 32px;
    padding-right: 38px;
    border-radius: 0 !important;
    font-size: .929em;
    color: #fff;
    text-transform: none;
    margin: 0;
    border-bottom: none;
}

.site-submenu ul li a:hover {
    background: rgba(0, 0, 0, .2) !important;
}

.site-submenu ul li a.current {
    font-weight: bold;
}

.site-submenu ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px;
    -moz-transition: background ease .3s;
    -o-transition: background ease .3s;
    -webkit-transition: background ease .3s;
    transition: background ease .3s;
}

.site-submenu ul li a span:hover,
.site-submenu ul li a span:active {
    background: rgba(0, 0, 0, .1);
}

.site-submenu ul li a span:after {
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.site-submenu ul li a.highlighted span:after {
    content: "";
}

.site-submenu ul li a.highlighted {
    background: none;
}

.site-submenu>ul>li>a {
    font-size: 34px !important;
    font-family: inherit !important;
    font-weight: 500 !important;
}

.site-submenu>ul>li>a:hover {
    background: rgba(0, 0, 0, .1);
}

.site-submenu>ul>li>a span {
    display: none;
}

@media(max-width:991px) {
    .site-submenu {
        display: none;
    }
}

.sm-simple {
    margin-bottom: 0;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.sm-simple li.menu-hidden,
.sm-simple li.menu-hidden ul {
    display: none !important;
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
    padding: 13px 20px;
    padding-right: 58px;
    color: #555;
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif, "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}

.sm-simple a.current {
    background: #555;
    color: #fff;
}

.sm-simple a.disabled {
    color: #ccc;
}

.sm-simple a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 14px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, .08);
}

.sm-simple a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}

.sm-simple li {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.sm-simple>li:first-child {
    border-top: 0;
}

.sm-simple ul {
    background: rgba(179, 179, 179, .1);
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
    font-size: 14px;
    border-left: 8px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

@media(min-width:992px) {
    .sm-simple ul {
        width: 12em;
    }

    .sm-simple li {
        float: left;
    }

    .sm-simple.sm-rtl li {
        float: right;
    }

    .sm-simple ul li,
    .sm-simple.sm-rtl ul li,
    .sm-simple.sm-vertical li {
        float: none;
    }

    .sm-simple a {
        white-space: nowrap;
    }

    .sm-simple ul a,
    .sm-simple.sm-vertical a {
        white-space: normal;
    }

    .sm-simple .sm-nowrap>li>a,
    .sm-simple .sm-nowrap>li>:not(ul) a {
        white-space: nowrap;
    }

    .sm-simple {
        background: #fff;
        box-shadow: none;
    }

    .sm-simple a,
    .sm-simple a:hover,
    .sm-simple a:focus,
    .sm-simple a:active,
    .sm-simple a.highlighted {
        padding: 11px 20px;
        color: #555;
    }

    .sm-simple a.current {
        background: #555;
        color: #fff;
    }

    .sm-simple a.disabled {
        background: #fff;
        color: #ccc;
    }

    .sm-simple a.has-submenu {
        padding-right: 32px;
    }

    .sm-simple a span.sub-arrow {
        top: 50%;
        margin-top: -8px;
        right: 20px;
        width: 8px;
        height: 16px;
        font: 14px/16px monospace !important;
        background: transparent;
    }

    .sm-simple a.highlighted span.sub-arrow:before {
        display: none;
    }

    .sm-simple>li {
        border-top: 0;
        border-left: none;
    }

    .sm-simple>li:first-child {
        border-left: 0;
    }

    .sm-simple ul {
        border: 1px solid #bbb;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        position: absolute;
    }

    .sm-simple ul a {
        border: 0 !important;
    }

    .sm-simple ul a.has-submenu {
        padding-right: 20px;
    }

    .sm-simple ul a span.sub-arrow {
        right: auto;
        margin-left: -12px;
    }

    .sm-simple ul>li {
        border-left: 0;
        border-top: 1px solid #eee;
    }

    .sm-simple ul>li:first-child {
        border-top: 0;
    }

    .sm-simple span.scroll-up,
    .sm-simple span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
    }

    .sm-simple span.scroll-up-arrow,
    .sm-simple span.scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #555 transparent;
    }

    .sm-simple span.scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #555 transparent transparent transparent;
    }

    .sm-simple.sm-rtl a.has-submenu {
        padding-right: 20px;
        padding-left: 32px;
    }

    .sm-simple.sm-rtl a span.sub-arrow {
        right: auto;
        left: 20px;
    }

    .sm-simple.sm-rtl.sm-vertical a.has-submenu {
        padding: 11px 20px;
    }

    .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
        right: 20px;
        margin-right: -12px;
    }

    .sm-simple.sm-rtl>li:first-child {
        border-left: 1px solid #eee;
    }

    .sm-simple.sm-rtl>li:last-child {
        border-left: 0;
    }

    .sm-simple.sm-rtl ul a.has-submenu {
        padding: 11px 20px;
    }

    .sm-simple.sm-rtl ul a span.sub-arrow {
        right: 20px;
        margin-right: -12px;
    }

    .sm-simple.sm-vertical a span.sub-arrow {
        right: auto;
        margin-left: -12px;
    }

    .sm-simple.sm-vertical li {
        border-left: 0;
        border-top: 1px solid #eee;
    }

    .sm-simple.sm-vertical>li:first-child {
        border-top: 0;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font-family: "Font Awesome 5 Pro";
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../../shared/images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-item {
    overflow: hidden;
}

.owl-controls .owl-prev {
    position: absolute;
}

.owl-controls .owl-next {
    position: absolute;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 45px;
    color: #fff;
    text-shadow: 0 0 10px #333;
}

.owl-controls .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    height: 10px;
    width: 10px;
    margin: 0 0 0 10px;
    border-radius: 100%;
}

.owl-controls .owl-dots .owl-dot.active {
    background: #fff;
}

.alert-primary {
    background-color: #f2f9ee;
    border-color: #6fbc41;
    color: #6bb43f;
}

.alert-primary hr {
    border-top-color: #64a93b;
}

.alert-primary .alert-link {
    color: #548e31;
}

.alert-primary .alert-link {
    color: #62a539;
}

span.h1,
span.h2,
span.h3,
span.h4,
span.h5,
span.h6 {
    display: block;
}

.bg-text-color {
    background-color: #333;
}

.text-white * {
    color: #fff;
}

.font-family-base {
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-family-headings {
    font-family: inherit;
}

.btn-reverse {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    -moz-transition: cubic-bezier(.4, 0, .2, 1) background .3s, cubic-bezier(.4, 0, .2, 1) color .3s;
    -o-transition: cubic-bezier(.4, 0, .2, 1) background .3s, cubic-bezier(.4, 0, .2, 1) color .3s;
    -webkit-transition: cubic-bezier(.4, 0, .2, 1) background .3s, cubic-bezier(.4, 0, .2, 1) color .3s;
    transition: cubic-bezier(.4, 0, .2, 1) background .3s, cubic-bezier(.4, 0, .2, 1) color .3s;
}

.btn-reverse:hover,
.btn-reverse:focus,
.btn-reverse.focus,
.btn-reverse:active,
.btn-reverse.active,
.open>.btn-reverse.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #e0e0e0;
}

.btn-reverse:active,
.btn-reverse.active,
.open>.btn-reverse.dropdown-toggle {
    background-image: none;
}

.btn-reverse.disabled,
.btn-reverse.disabled:hover,
.btn-reverse.disabled:focus,
.btn-reverse.disabled.focus,
.btn-reverse.disabled:active,
.btn-reverse.disabled.active,
.btn-reverse[disabled],
.btn-reverse[disabled]:hover,
.btn-reverse[disabled]:focus,
.btn-reverse[disabled].focus,
.btn-reverse[disabled]:active,
.btn-reverse[disabled].active,
fieldset[disabled] .btn-reverse,
fieldset[disabled] .btn-reverse:hover,
fieldset[disabled] .btn-reverse:focus,
fieldset[disabled] .btn-reverse.focus,
fieldset[disabled] .btn-reverse:active,
fieldset[disabled] .btn-reverse.active {
    background-color: transparent;
    border-color: #fff;
}

.btn-reverse .badge {
    color: transparent;
    background-color: #fff;
}

.btn-reverse:hover {
    background: #fff;
    color: #72be44;
}

.btn-white {
    color: #72be44;
    background-color: #fff;
    border-color: #fff;
    -moz-transition: cubic-bezier(.4, 0, .2, 1) background .3s, cubic-bezier(.4, 0, .2, 1) color .3s;
    -o-transition: cubic-bezier(.4, 0, .2, 1) background .3s, cubic-bezier(.4, 0, .2, 1) color .3s;
    -webkit-transition: cubic-bezier(.4, 0, .2, 1) background .3s, cubic-bezier(.4, 0, .2, 1) color .3s;
    transition: cubic-bezier(.4, 0, .2, 1) background .3s, cubic-bezier(.4, 0, .2, 1) color .3s;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open>.btn-white.dropdown-toggle {
    color: #72be44;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
}

.btn-white:active,
.btn-white.active,
.open>.btn-white.dropdown-toggle {
    background-image: none;
}

.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled.focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled].focus,
.btn-white[disabled]:active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white.focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #fff;
}

.btn-white .badge {
    color: #fff;
    background-color: #72be44;
}

.btn-white:hover {
    background: transparent;
    color: #fff;
}

.btn-glass {
    color: #fff;
    background-color: rgba(0, 0, 0, .15);
    border-color: transparent;
    border: none;
}

.btn-glass:hover,
.btn-glass:focus,
.btn-glass.focus,
.btn-glass:active,
.btn-glass.active,
.open>.btn-glass.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, .15);
    border-color: transparent;
}

.btn-glass:active,
.btn-glass.active,
.open>.btn-glass.dropdown-toggle {
    background-image: none;
}

.btn-glass.disabled,
.btn-glass.disabled:hover,
.btn-glass.disabled:focus,
.btn-glass.disabled.focus,
.btn-glass.disabled:active,
.btn-glass.disabled.active,
.btn-glass[disabled],
.btn-glass[disabled]:hover,
.btn-glass[disabled]:focus,
.btn-glass[disabled].focus,
.btn-glass[disabled]:active,
.btn-glass[disabled].active,
fieldset[disabled] .btn-glass,
fieldset[disabled] .btn-glass:hover,
fieldset[disabled] .btn-glass:focus,
fieldset[disabled] .btn-glass.focus,
fieldset[disabled] .btn-glass:active,
fieldset[disabled] .btn-glass.active {
    background-color: rgba(0, 0, 0, .15);
    border-color: transparent;
}

.btn-glass .badge {
    color: rgba(0, 0, 0, .15);
    background-color: #fff;
}

.btn-glass:hover {
    background: rgba(0, 0, 0, .3);
}

.hr-primary {
    border-color: #72be44;
}

.container-no-padding {
    padding-left: 0;
    padding-right: 0;
}

.container-no-padding .row {
    margin-left: 0;
    margin-right: 0;
}

.container-no-padding .row div[class*="col-"] {
    padding: 0;
}

@media(max-width:719px) {
    .container-no-padding-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .container-no-padding-xs .row {
        margin-left: 0;
        margin-right: 0;
    }

    .container-no-padding-xs .row div[class*="col-"] {
        padding: 0;
    }
}

@media(min-width:720px) {
    .container-double-gutter>.row {
        margin-left: -32px;
        margin-right: -32px;
    }

    .container-double-gutter>.row>div[class*="col"] {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media(min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media(min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media(min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-top: 0;
}

.pv-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.pv-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.pv-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.pv-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pv-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pv-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.pv-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pv-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.pv-28 {
    padding-top: 28px;
    padding-bottom: 28px;
}

.pv-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.pv-56 {
    padding-top: 48px;
    padding-bottom: 48px;
}

@media(min-width:720px) {
    .pv-56 {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

.pv-64 {
    padding-top: 48px;
    padding-bottom: 48px;
}

@media(min-width:720px) {
    .pv-64 {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.pv-76 {
    padding-top: 48px;
    padding-bottom: 48px;
}

@media(min-width:720px) {
    .pv-76 {
        padding-top: 76px;
        padding-bottom: 76px;
    }
}

.pv-120 {
    padding-top: 76px;
    padding-bottom: 76px;
}

@media(min-width:720px) {
    .pv-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.ph-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.ph-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.ph-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.ph-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.ph-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.ph-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.ph-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.ph-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ph-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.ph-28 {
    padding-left: 28px;
    padding-right: 28px;
}

.ph-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.ph-64 {
    padding-left: 48px;
    padding-right: 48px;
}

@media(min-width:720px) {
    .ph-64 {
        padding-left: 64px;
        padding-right: 64px;
    }
}

.ph-76 {
    padding-left: 48px;
    padding-right: 48px;
}

@media(min-width:720px) {
    .ph-76 {
        padding-left: 76px;
        padding-right: 76px;
    }
}

.ph-120 {
    padding-left: 48px;
    padding-right: 48px;
}

@media(min-width:720px) {
    .ph-120 {
        padding-left: 120px;
        padding-right: 120px;
    }
}

.pt-2 {
    padding-top: 2px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-28 {
    padding-top: 28px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-64 {
    padding-top: 48px;
}

@media(min-width:720px) {
    .pt-64 {
        padding-top: 64px;
    }
}

.pt-76 {
    padding-top: 48px;
}

@media(min-width:720px) {
    .pt-76 {
        padding-top: 76px;
    }
}

.pr-2 {
    padding-right: 2px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-28 {
    padding-right: 28px;
}

.pr-32 {
    padding-right: 32px;
}

.pr-64 {
    padding-right: 48px;
}

@media(min-width:720px) {
    .pr-64 {
        padding-right: 64px;
    }
}

.pr-76 {
    padding-right: 48px;
}

@media(min-width:720px) {
    .pr-76 {
        padding-right: 76px;
    }
}

.pb-2 {
    padding-bottom: 2px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-28 {
    padding-bottom: 28px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-64 {
    padding-bottom: 48px;
}

@media(min-width:720px) {
    .pb-64 {
        padding-bottom: 64px;
    }
}

.pb-76 {
    padding-bottom: 48px;
}

@media(min-width:720px) {
    .pb-76 {
        padding-bottom: 76px;
    }
}

.pl-2 {
    padding-left: 2px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-28 {
    padding-left: 28px;
}

.pl-32 {
    padding-left: 32px;
}

.pl-64 {
    padding-left: 48px;
}

@media(min-width:720px) {
    .pl-64 {
        padding-left: 64px;
    }
}

.pl-76 {
    padding-left: 48px;
}

@media(min-width:720px) {
    .pl-76 {
        padding-left: 76px;
    }
}

.contact-info {
    padding-left: 0;
    list-style: none;
}

.contact-info .phone {
    padding-left: 12px;
    position: relative;
    list-style: none;
    display: block;
    margin: 0 0 11px;
}

.contact-info .phone:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    line-height: 1.42857;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.contact-info .email {
    padding-left: 12px;
    position: relative;
    list-style: none;
    display: block;
    margin: 0 0 11px;
}

.contact-info .email:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    line-height: 1.42857;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.contact-info .fax {
    padding-left: 12px;
    position: relative;
    list-style: none;
    display: block;
    margin: 0 0 11px;
}

.contact-info .fax:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    line-height: 1.42857;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.contact-info .address {
    padding-left: 12px;
    position: relative;
    list-style: none;
    display: block;
    margin: 0 0 11px;
}

.contact-info .address:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    line-height: 1.42857;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.contact-info .blank {
    padding-left: 12px;
    position: relative;
    list-style: none;
    display: block;
    margin: 0 0 11px;
}

.contact-info .blank:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    line-height: 1.42857;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.load-spinner {
    font-size: 36px;
    margin: 1em 0;
    text-align: center;
    width: 100%;
    opacity: 1 !important;
}

.hidden-until-load>* {
    opacity: 0;
}

.shadow-z1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.shadow-z2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.shadow-z3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

.shadow-z4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.shadow-z5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table,
.main-content .cp-placeholder table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

.table>thead>tr>th,
.main-content .cp-placeholder table>thead>tr>th,
.table>thead>tr>td,
.main-content .cp-placeholder table>thead>tr>td,
.table>tbody>tr>th,
.main-content .cp-placeholder table>tbody>tr>th,
.table>tbody>tr>td,
.main-content .cp-placeholder table>tbody>tr>td,
.table>tfoot>tr>th,
.main-content .cp-placeholder table>tfoot>tr>th,
.table>tfoot>tr>td,
.main-content .cp-placeholder table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th,
.main-content .cp-placeholder table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.main-content .cp-placeholder table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.main-content .cp-placeholder table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.main-content .cp-placeholder table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.main-content .cp-placeholder table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.main-content .cp-placeholder table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.main-content .cp-placeholder table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody,
.main-content .cp-placeholder table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table,
.main-content .cp-placeholder table .table,
.table .main-content .cp-placeholder table,
.main-content .cp-placeholder .table table,
.main-content .cp-placeholder table table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.main-content .cp-placeholder table>thead>tr>td.active,
.table>thead>tr>th.active,
.main-content .cp-placeholder table>thead>tr>th.active,
.table>thead>tr.active>td,
.main-content .cp-placeholder table>thead>tr.active>td,
.table>thead>tr.active>th,
.main-content .cp-placeholder table>thead>tr.active>th,
.table>tbody>tr>td.active,
.main-content .cp-placeholder table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.main-content .cp-placeholder table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.main-content .cp-placeholder table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.main-content .cp-placeholder table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.main-content .cp-placeholder table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.main-content .cp-placeholder table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.main-content .cp-placeholder table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.main-content .cp-placeholder table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.main-content .cp-placeholder table>thead>tr>td.success,
.table>thead>tr>th.success,
.main-content .cp-placeholder table>thead>tr>th.success,
.table>thead>tr.success>td,
.main-content .cp-placeholder table>thead>tr.success>td,
.table>thead>tr.success>th,
.main-content .cp-placeholder table>thead>tr.success>th,
.table>tbody>tr>td.success,
.main-content .cp-placeholder table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.main-content .cp-placeholder table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.main-content .cp-placeholder table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.main-content .cp-placeholder table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.main-content .cp-placeholder table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.main-content .cp-placeholder table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.main-content .cp-placeholder table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.main-content .cp-placeholder table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.main-content .cp-placeholder table>thead>tr>td.info,
.table>thead>tr>th.info,
.main-content .cp-placeholder table>thead>tr>th.info,
.table>thead>tr.info>td,
.main-content .cp-placeholder table>thead>tr.info>td,
.table>thead>tr.info>th,
.main-content .cp-placeholder table>thead>tr.info>th,
.table>tbody>tr>td.info,
.main-content .cp-placeholder table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.main-content .cp-placeholder table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.main-content .cp-placeholder table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.main-content .cp-placeholder table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.main-content .cp-placeholder table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.main-content .cp-placeholder table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.main-content .cp-placeholder table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.main-content .cp-placeholder table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.main-content .cp-placeholder table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.main-content .cp-placeholder table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.main-content .cp-placeholder table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.main-content .cp-placeholder table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.main-content .cp-placeholder table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.main-content .cp-placeholder table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.main-content .cp-placeholder table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.main-content .cp-placeholder table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.main-content .cp-placeholder table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.main-content .cp-placeholder table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.main-content .cp-placeholder table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.main-content .cp-placeholder table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.main-content .cp-placeholder table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.main-content .cp-placeholder table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.main-content .cp-placeholder table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.main-content .cp-placeholder table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.main-content .cp-placeholder table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.main-content .cp-placeholder table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.main-content .cp-placeholder table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.main-content .cp-placeholder table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.main-content .cp-placeholder table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.main-content .cp-placeholder table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.main-content .cp-placeholder table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.main-content .cp-placeholder table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive,
.main-content .cp-placeholder table {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:719px) {

    .table-responsive,
    .main-content .cp-placeholder table {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table,
    .main-content .cp-placeholder table>.table,
    .main-content .cp-placeholder .table-responsive>table,
    .main-content .cp-placeholder table>table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .main-content .cp-placeholder table>.table>thead>tr>th,
    .main-content .cp-placeholder .table-responsive>table>thead>tr>th,
    .main-content .cp-placeholder table>table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .main-content .cp-placeholder table>.table>thead>tr>td,
    .main-content .cp-placeholder .table-responsive>table>thead>tr>td,
    .main-content .cp-placeholder table>table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .main-content .cp-placeholder table>.table>tbody>tr>th,
    .main-content .cp-placeholder .table-responsive>table>tbody>tr>th,
    .main-content .cp-placeholder table>table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .main-content .cp-placeholder table>.table>tbody>tr>td,
    .main-content .cp-placeholder .table-responsive>table>tbody>tr>td,
    .main-content .cp-placeholder table>table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .main-content .cp-placeholder table>.table>tfoot>tr>th,
    .main-content .cp-placeholder .table-responsive>table>tfoot>tr>th,
    .main-content .cp-placeholder table>table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .main-content .cp-placeholder table>.table>tfoot>tr>td,
    .main-content .cp-placeholder .table-responsive>table>tfoot>tr>td,
    .main-content .cp-placeholder table>table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered,
    .main-content .cp-placeholder table>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .main-content .cp-placeholder table>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .main-content .cp-placeholder table>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .main-content .cp-placeholder table>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .main-content .cp-placeholder table>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .main-content .cp-placeholder table>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .main-content .cp-placeholder table>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .main-content .cp-placeholder table>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .main-content .cp-placeholder table>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .main-content .cp-placeholder table>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .main-content .cp-placeholder table>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .main-content .cp-placeholder table>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .main-content .cp-placeholder table>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .main-content .cp-placeholder table>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .main-content .cp-placeholder table>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .main-content .cp-placeholder table>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .main-content .cp-placeholder table>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    header .site-nav #nav-top a,
    header .site-nav #nav-top a:link,
    header .site-nav #nav-top a:visited {
        margin: 0 10px !important;
    }
}

header {
    background: #fff;
    padding: 5px 0 0;
    z-index: 100;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

@media(min-width:720px) {
    header {
        padding: 19px 0 0;
    }
}

@media(max-width:719px) {
    header .container {
        padding: 0;
    }

    header .row {
        margin: 0 !important;
    }

    header [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media(min-width:470px) {
    header {
        background: rgba(255, 255, 255, .92);
        width: 100%;
        padding: 19px 0;
    }
}

@media(min-width:992px) {
    header {
        position: fixed;
    }
}

header .site-logo {
    text-align: center;
}

@media(min-width:470px) {
    header .site-logo {
        text-align: left;
    }
}

header .site-logo a,
header .site-logo a:link,
header .site-logo a:visited {
    text-decoration: none;
    display: block;
    max-width: 100%;
    padding-left: 15px;
}

@media(min-width:992px) {

    header .site-logo a,
    header .site-logo a:link,
    header .site-logo a:visited {
        padding-left: 0;
    }
}

header .site-logo a img,
header .site-logo a:link img,
header .site-logo a:visited img {
    max-width: 100%;
    height: 100%;
}

@media(min-width:470px) and (max-width:992px) {
    header .site-nav {
        position: absolute;
        top: -15px;
        right: 0;
        width: 50%;
        text-align: right;
        padding-right: 0;
    }

    header .site-nav li {
        background: #fff;
    }
}

header .site-nav #btn-menu,
header .site-nav #btn-menu:visited,
header .site-nav #btn-menu:link {
    display: block;
    margin: 1em 0 0;
    padding: 15px;
    background: #231f20;
    color: #fff;
    text-decoration: none;
    -moz-transition: background ease-out .2s;
    -o-transition: background ease-out .2s;
    -webkit-transition: background ease-out .2s;
    transition: background ease-out .2s;
    text-align: center;
}

@media(min-width:470px) {

    header .site-nav #btn-menu,
    header .site-nav #btn-menu:visited,
    header .site-nav #btn-menu:link {
        background: none;
        display: inline-block;
        padding: 51px 43px;
        color: #000;
        height: 124px;
    }
}

@media(min-width:992px) {

    header .site-nav #btn-menu,
    header .site-nav #btn-menu:visited,
    header .site-nav #btn-menu:link {
        display: none;
    }
}

header .site-nav #btn-menu:hover,
header .site-nav #btn-menu:active,
header .site-nav #btn-menu:visited:hover,
header .site-nav #btn-menu:visited:active,
header .site-nav #btn-menu:link:hover,
header .site-nav #btn-menu:link:active {
    background: #72be44;
}

header .site-nav #nav-top {
    background: none;
    border-radius: 0;
}

@media(max-width:991px) {
    header .site-nav #nav-top {
        display: none;
    }
}

@media(min-width:992px) {
    header .site-nav #nav-top {
        margin-top: 5px;
        float: right;
    }
}

@media(min-width:1280px) {
    header .site-nav #nav-top {
        margin-top: 19px;
    }
}

header .site-nav #nav-top a,
header .site-nav #nav-top a:link,
header .site-nav #nav-top a:visited {
    text-decoration: none;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    -moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out;
    padding: 10px 0;
}

@media(min-width:720px) {

    header .site-nav #nav-top a,
    header .site-nav #nav-top a:link,
    header .site-nav #nav-top a:visited {
        margin: 0 8px;
    }
}

@media(min-width:992px) {

    header .site-nav #nav-top a,
    header .site-nav #nav-top a:link,
    header .site-nav #nav-top a:visited {
        font-size: 13px;
        margin: 0 6px;
    }
}

@media(max-width:719px) {

    header .site-nav #nav-top a,
    header .site-nav #nav-top a:link,
    header .site-nav #nav-top a:visited {
        padding: 13px 5px 13px 28px !important;
    }
}

@media(min-width:1280px) {

    header .site-nav #nav-top a,
    header .site-nav #nav-top a:link,
    header .site-nav #nav-top a:visited {
        font-size: 14px;
        margin: 0 13.5px;
    }
}

header .site-nav #nav-top a:hover,
header .site-nav #nav-top a.highlighted,
header .site-nav #nav-top a.current,
header .site-nav #nav-top a:link:hover,
header .site-nav #nav-top a:link.highlighted,
header .site-nav #nav-top a:link.current,
header .site-nav #nav-top a:visited:hover,
header .site-nav #nav-top a:visited.highlighted,
header .site-nav #nav-top a:visited.current {
    border-bottom-color: #72be44;
    background: transparent;
}

header .site-nav #nav-top>li>a {
    font-weight: bold;
}

@media(min-width:992px) {
    header .site-nav #nav-top>li:first-of-type>a {
        margin-left: 0;
    }
}

@media(min-width:992px) {
    header .site-nav #nav-top>li:last-of-type>a {
        margin-right: 0;
    }
}

header .site-nav #nav-top ul {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
}

header .site-nav #nav-top ul:after,
header .site-nav #nav-top ul:before {
    display: none;
}

header .site-nav #nav-top ul a,
header .site-nav #nav-top ul a:link,
header .site-nav #nav-top ul a:visited {
    padding: 15px;
    margin: 0;
    border-bottom: 0;
}

header .site-nav #nav-top ul a:hover,
header .site-nav #nav-top ul a:link:hover,
header .site-nav #nav-top ul a:visited:hover {
    background: #72be44;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero .owl-carousel-CMS-settings .item>.rotator-item {
    display: block;
    height: 150px;
}

@media(min-width:720px) {
    .hero .owl-carousel-CMS-settings .item>.rotator-item {
        height: 250px;
    }
}

@media(min-width:992px) {
    .hero .owl-carousel-CMS-settings .item>.rotator-item {
        height: 600px;
    }
}

@media(min-width:1280px) {
    .hero .owl-carousel-CMS-settings .item>.rotator-item {
        height: 800px;
    }
}

@media(min-width:1780px) {
    .hero .owl-carousel-CMS-settings .item>.rotator-item {
        height: 1010px;
    }
}

.hero .slideshow-caption {
    text-align: center;
    text-shadow: none;
    color: #fff;
}

@media(max-width:991px) {
    .hero .slideshow-caption {
        position: relative;
        left: auto;
        right: auto;
        background: #000;
        padding: 15px 15px;
        bottom: 0;
    }
}

@media(min-width:992px) {
    .hero .slideshow-caption {
        position: absolute;
        margin: 0 auto;
        width: 530px;
        padding: 60px 50px 35px;
        left: 0;
        right: 0;
        top: 130px;
        background: #000;
    }
}

@media(min-width:1280px) {
    .hero .slideshow-caption {
        top: 250px;
    }
}

@media(min-width:1780px) {
    .hero .slideshow-caption {
        top: 403px;
    }
}

.hero .slideshow-caption .caption-title {
    color: #fff;
    text-align: center;
    padding: 0 0 25px;
    margin: 0;
    position: relative;
    font-size: 30px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "Counter-Strike", Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media(min-width:992px) {
    .hero .slideshow-caption .caption-title {
        font-size: 44px;
        line-height: 35px;
        display: block;
    }
}

.hero .slideshow-caption .caption-title:after {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    width: 394px;
    right: 0;
    background: #72be44;
    height: 1px;
    content: "";
}

.hero .slideshow-caption .caption-text {
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    font-family: roboto, arial, sans-serif;
    font-weight: 100;
    padding: 36px 10px 0;
}

@media(min-width:720px) {
    .hero .slideshow-caption .caption-text {
        font-size: 20px;
        line-height: 24px;
        padding: 26px 15px 8px;
        font-weight: bold;
    }
}

.hero .scroll-down {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    z-index: 9;
}

@media(min-width:992px) {
    .hero .scroll-down {
        display: block;
        bottom: 77px;
    }
}

@media(min-width:1280px) {
    .hero .scroll-down {
        bottom: 150px;
    }
}

.hero .scroll-down .scroll-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
    display: none;
    font-weight: bold;
}

@media(min-width:1280px) {
    .hero .scroll-down .scroll-text {
        display: block;
    }
}

@media(min-width:720px) {

    .hero .scroll-down .btn-default,
    .hero .scroll-down a.btn-default,
    .hero .scroll-down a.btn-default:link,
    .hero .scroll-down a.btn-default:visited {
        margin-top: 15px;
    }
}

.hero .scroll-down a,
.hero .scroll-down a:link,
.hero .scroll-down a:visited {
    display: inline-block;
    background: none;
    border-color: #fff;
    border-radius: 100px;
    height: 32px;
    width: 32px;
    padding: 0;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.hero .scroll-down a span.far,
.hero .scroll-down a:link span.far,
.hero .scroll-down a:visited span.far {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}

.hero .scroll-down a:hover,
.hero .scroll-down a:link:hover,
.hero .scroll-down a:visited:hover {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hero .scroll-down a:active,
.hero .scroll-down a:link:active,
.hero .scroll-down a:visited:active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hero .owl-dots {
    text-align: center;
    background: #000;
    padding-bottom: 10px;
}

@media(min-width:992px) {
    .hero .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        background: transparent;
        padding: 0;
    }
}

.hero .owl-dots button {
    padding: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #fff;
    margin-right: 9px;
    border-radius: 100%;
}

.hero .owl-dots button.active {
    background: #fff;
}

.cp-hero {
    position: relative;
    overflow: hidden;
}

.cp-hero .owl-carousel-CMS-settings .item>.rotator-item {
    display: block;
    height: 150px;
}

@media(min-width:720px) {
    .cp-hero .owl-carousel-CMS-settings .item>.rotator-item {
        height: 250px;
    }
}

@media(min-width:992px) {
    .cp-hero .owl-carousel-CMS-settings .item>.rotator-item {
        height: 300px;
    }
}

@media(min-width:1280px) {
    .cp-hero .owl-carousel-CMS-settings .item>.rotator-item {
        height: 350px;
    }
}

.cp-hero .slideshow-caption {
    display: none;
}

.cp-hero .scroll-down {
    display: none;
}

.cp-hero .owl-dots {
    display: none !important;
}

.section-header {
    text-align: center;
}

.section-header h1 {
    font-size: 38px;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid #72be44;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    display: inline-block;
}

@media(min-width:992px) {
    .section-header h1 {
        margin-bottom: 58px;
    }
}

#who-we-are {
    padding: 35px 0 30px;
}

@media(min-width:992px) {
    #who-we-are {
        padding: 68px 0 76px;
    }
}

#who-we-are .content-area {
    text-align: center;
    margin-bottom: 16px;
}

@media(min-width:992px) {
    #who-we-are .content-area {
        margin-bottom: 0;
    }
}

@media(min-width:1280px) {
    #who-we-are .content-area {
        width: 346px;
        margin: 0 auto;
    }
}

#who-we-are .content-area h2 {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 22px;
}

#who-we-are .content-area p {
    margin: 0 0 21px;
}

#who-we-are .content-area p:last-of-type {
    margin: 0 0 0;
}

#who-we-are .col-sm-6 {
    margin-bottom: 16px;
}

@media(min-width:992px) {
    #who-we-are .col-sm-6 {
        margin-bottom: 0;
    }
}

#who-we-are .col-sm-6:last-of-type {
    margin-bottom: 0;
}

#testimonials {
    background: url(../images/testimonial-bg.png) no-repeat center center;
    background-size: cover;
    padding: 67px 0;
    position: relative;
    overflow: hidden;
}

@media(min-width:992px) {
    #testimonials {
        min-height: 419px;
    }
}

#testimonials .test-feed-wrapper .testimonial-item {
    color: #fff;
}

#testimonials .test-feed-wrapper .testimonial-item .testimonial-description {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 16px;
}

#testimonials .test-feed-wrapper .testimonial-item .testimonial-title {
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    line-height: 18px;
}

#testimonials .test-feed-wrapper .owl-dots {
    position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
    text-align: center;
}

#testimonials .test-feed-wrapper .owl-dots button {
    padding: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #fff;
    margin-right: 9px;
    border-radius: 100%;
}

#testimonials .test-feed-wrapper .owl-dots button.active {
    background: #fff;
}

#testimonials .test-feed-wrapper .col-project,
#testimonials .test-feed-wrapper .owl-carousel {
    position: static;
}

@media(min-width:1280px) {
    #testimonials .test-feed-wrapper .col-project {
        margin-left: 44.36667%;
        width: 55.63333%;
    }
}

#testimonials .decal {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/testimonial-decal.png) no-repeat center center;
    background-size: cover;
    width: 533px;
}

#testimonials .overlay {
    background: rgba(35, 31, 32, .9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#what-we-do {
    padding: 30px 0 0;
}

@media(min-width:992px) {
    #what-we-do {
        padding: 87px 0 0;
    }
}

#what-we-do .content-area {
    margin-bottom: 16px;
}

@media(min-width:992px) {
    #what-we-do .content-area {
        margin-bottom: 0;
    }
}

@media(min-width:1280px) {
    #what-we-do .content-area {
        width: 262px;
        margin: 0 auto;
    }
}

#what-we-do .content-area .ca-item .ca-details {
    text-align: center;
}

#what-we-do .content-area .ca-item .ca-details .ca-icon span {
    font-size: 50px;
    color: #72be44;
    margin-bottom: 20px;
}

@media(min-width:992px) {
    #what-we-do .content-area .ca-item .ca-details .ca-icon span {
        font-size: 90px;
    }
}

#what-we-do .content-area .ca-item .ca-details .ca-title {
    font-size: 20px;
    line-height: 21px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}

#what-we-do .content-area .ca-item .ca-details .ca-summary {
    margin-bottom: 23px;
}

#what-we-do .content-area .ca-item .ca-details .btn {
    background: transparent;
    color: #231f20;
    font-weight: bold;
    font-size: 14px;
    width: 135px;
    height: 33px;
    border-radius: 0;
    transition: all ease-in-out .3s;
}

#what-we-do .content-area .ca-item .ca-details .btn:hover {
    background: #72be44;
    color: #000;
    border-color: #72be44;
}

#what-we-do .row {
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .11);
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .11);
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .11);
    padding-bottom: 30px;
}

@media(min-width:992px) {
    #what-we-do .row {
        padding-bottom: 82px;
    }
}

#how-we-operate {
    padding: 52px 0 0;
}

@media(min-width:992px) {
    #how-we-operate {
        padding: 82px 0 0;
    }
}

#how-we-operate .row {
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .11);
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .11);
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .11);
    padding-bottom: 35px;
}

@media(min-width:992px) {
    #how-we-operate .row {
        padding-bottom: 75px;
    }
}

#how-we-operate .content-area {
    margin-bottom: 16px;
    text-align: center;
}

#how-we-operate .content-area:before,
#how-we-operate .content-area:after {
    content: " ";
    display: table;
}

#how-we-operate .content-area:after {
    clear: both;
}

@media(min-width:992px) {
    #how-we-operate .content-area {
        margin-bottom: 0;
    }
}

@media(min-width:1280px) {
    #how-we-operate .content-area {
        width: 262px;
        margin: 0 auto;
    }
}

#how-we-operate .content-area:before {
    font-family: "Font Awesome 5 Pro";
    line-height: 1em;
    display: block;
    color: #72be44;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 50px;
}

@media(min-width:992px) {
    #how-we-operate .content-area:before {
        font-size: 90px;
        margin-bottom: 25px;
    }
}

#how-we-operate .content-area h2 {
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    color: #333;
    margin-bottom: 19px;
}

#how-we-operate .content-area ul {
    padding: 0;
    margin: 0;
}

#how-we-operate .content-area ul li {
    list-style-type: none;
    margin-bottom: 12px;
}

#how-we-operate .content-area ul li strong {
    display: block;
    font-size: 18px;
}

#how-we-operate .row .col-sm-6:nth-of-type(1) .content-area:before {
    content: "";
}

#how-we-operate .row .col-sm-6:nth-of-type(2) .content-area:before {
    content: "";
    font-weight: normal;
}

#how-we-operate .row .col-sm-6:nth-of-type(3) .content-area:before {
    content: "";
}

#our-projects {
    padding-top: 69px;
    overflow: hidden;
}

#our-projects .project-wrapper:before,
#our-projects .project-wrapper:after,
.projects-default .project-wrapper:before,
.projects-default .project-wrapper:after {
    content: " ";
    display: table;
}

#our-projects .project-wrapper:after,
.projects-default .project-wrapper:after {
    clear: both;
}

@media(min-width:720px) {

    #our-projects .project-wrapper,
    .projects-default .project-wrapper {
        margin: 0 -4.5px;
    }
}

#our-projects .project-wrapper .project-item,
.projects-default .project-wrapper .project-item {
    float: left;
    width: 50%;
}

@media(min-width:550px) {

    #our-projects .project-wrapper .project-item,
    .projects-default .project-wrapper .project-item {
        width: 50%;
    }
}

@media(min-width:720px) {

    #our-projects .project-wrapper .project-item,
    .projects-default .project-wrapper .project-item {
        width: 50%;
        padding: 3px 4.5px;
    }
}

@media(min-width:992px) {

    #our-projects .project-wrapper .project-item,
    .projects-default .project-wrapper .project-item {
        width: 20%;
    }
}

#our-projects .project-wrapper .project-item a,
.projects-default .project-wrapper .project-item a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: #fff;
}

#our-projects .project-wrapper .project-item a .image-wrapper,
.projects-default .project-wrapper .project-item a .image-wrapper {
    height: 140px;
    background-size: cover;
    background-position: center;
}

@media(min-width:720px) {

    #our-projects .project-wrapper .project-item a .image-wrapper,
    .projects-default .project-wrapper .project-item a .image-wrapper {
        height: 190px;
    }
}

@media(min-width:992px) {

    #our-projects .project-wrapper .project-item a .image-wrapper,
    .projects-default .project-wrapper .project-item a .image-wrapper {
        height: 261px;
    }
}

#our-projects .project-wrapper .project-item a .project-details,
.projects-default .project-wrapper .project-item a .project-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(62, 139, 16, .81);
    opacity: 0;
    transition: opacity ease-in-out .3s;
    display: table;
}

#our-projects .project-wrapper .project-item a .project-details .project-text,
.projects-default .project-wrapper .project-item a .project-details .project-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#our-projects .project-wrapper .project-item a .project-details .project-text .project-title,
.projects-default .project-wrapper .project-item a .project-details .project-text .project-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 10px;
}

#our-projects .project-wrapper .project-item a .project-details .project-text .project-readmore,
.projects-default .project-wrapper .project-item a .project-details .project-text .project-readmore {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#our-projects .project-wrapper .project-item a:hover .project-details,
.projects-default .project-wrapper .project-item a:hover .project-details {
    opacity: 1;
}

#project-cycle {
    padding-top: 30px;
}

@media(min-width:992px) {
    #project-cycle {
        padding-top: 80px;
    }
}

@media(min-width:1280px) {
    #project-cycle {
        padding-top: 136px;
    }
}

#project-cycle .row {
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .11);
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .11);
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .11);
    padding-bottom: 69px;
}

@media(min-width:1280px) {
    #project-cycle .cycle-text {
        width: 457px;
        margin-top: 56px;
    }
}

#project-cycle .cycle-text .section-header h1 {
    margin-bottom: 33px;
}

#project-cycle .cycle-text .content-area {
    text-align: center;
}

@media(min-width:720px) and (max-width:991px) {
    #project-cycle .cycle-diagram {
        margin-top: 80px;
    }
}

#project-cycle .cycle-diagram .cycle-header-content {
    text-align: center;
    font-size: 2em;
    display: block;
    padding-bottom: 50px;
}

#project-cycle .cycle-diagram a {
    display: block;
    padding: 20px;
    text-align: center;
    background: #72be44;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: all ease-in-out .4s;
}

@media(min-width:720px) {
    #project-cycle .cycle-diagram a {
        padding: 0;
        width: 120px;
        height: 120px;
        border-radius: 200px;
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-left: -60px;
        left: 50%;
        position: absolute;
    }

    #project-cycle .cycle-diagram a span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin-top: 0 !important;
        right: 0;
        text-align: center;
        display: inline-block;
        white-space: normal;
    }
}

#project-cycle .cycle-diagram a:hover {
    background: #2e4e1b;
    color: #fff;
}

#project-cycle .cycle-diagram .cycle-link-top {
    top: -9%;
}

#project-cycle .cycle-diagram .cycle-link-mid {
    top: 33%;
}

#project-cycle .cycle-diagram .cycle-link-bottom-left {
    left: 35%;
    top: 70%;
}

@media(min-width:992px) {
    #project-cycle .cycle-diagram .cycle-link-bottom-left {
        left: 29%;
    }
}

#project-cycle .cycle-diagram .cycle-link-bottom-right {
    right: 27%;
    left: auto;
    top: 70%;
}

@media(min-width:992px) {
    #project-cycle .cycle-diagram .cycle-link-bottom-right {
        right: 17%;
    }
}

#project-cycle .cycle-diagram .cycle-wrapper {
    position: relative;
    text-align: center;
}

@media(min-width:720px) {
    #project-cycle .cycle-diagram .cycle-wrapper {
        padding: 50px 0;
    }
}

#meet-our-team {
    padding-top: 30px;
    padding-bottom: 48px;
    overflow: hidden;
}

@media(min-width:1280px) {
    #meet-our-team {
        padding-top: 86px;
    }
}

#meet-our-team .section-header h1 {
    margin-bottom: 35px;
}

#meet-our-team .section-header p {
    font-size: 18px;
    max-width: 1152px;
    margin: 0 auto 48px;
}

#meet-our-team .staff-wrapper:before,
#meet-our-team .staff-wrapper:after {
    content: " ";
    display: table;
}

#meet-our-team .staff-wrapper:after {
    clear: both;
}

@media(min-width:720px) {
    #meet-our-team .staff-wrapper {
        margin: 0 -4.5px;
    }
}

#meet-our-team .staff-wrapper .staff-item {
    float: left;
    width: 100%;
}

@media(max-width:719px) {
    #meet-our-team .staff-wrapper .staff-item {
        padding-bottom: 2px;
    }
}

@media(min-width:720px) {
    #meet-our-team .staff-wrapper .staff-item {
        width: 50%;
        padding: 3px 4.5px;
    }
}

@media(min-width:940px) {
    #meet-our-team .staff-wrapper .staff-item {
        width: 20%;
    }
}

#meet-our-team .staff-wrapper .staff-item .staff-inner {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: #fff;
}

#meet-our-team .staff-wrapper .staff-item .staff-inner .image-wrapper {
    height: 80px;
    background-size: cover;
    background-position: center;
}

@media(max-width:719px) {
    #meet-our-team .staff-wrapper .staff-item .staff-inner .image-wrapper {
        background: #72be44 !important;
    }
}

@media(min-width:720px) {
    #meet-our-team .staff-wrapper .staff-item .staff-inner .image-wrapper {
        height: 229px;
    }
}

#meet-our-team .staff-wrapper .staff-item .staff-inner .staff-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(62, 139, 16, .81);
    opacity: 0;
    transition: opacity ease-in-out .3s;
}

@media(max-width:719px) {
    #meet-our-team .staff-wrapper .staff-item .staff-inner .staff-details {
        opacity: 1;
    }
}

#meet-our-team .staff-wrapper .staff-item .staff-inner .staff-details .staff-text {
    text-align: center;
}

@media(max-width:719px) {
    #meet-our-team .staff-wrapper .staff-item .staff-inner .staff-details .staff-text {
        padding: 12px 0;
    }
}

@media(min-width:720px) {
    #meet-our-team .staff-wrapper .staff-item .staff-inner .staff-details .staff-text {
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}

#meet-our-team .staff-wrapper .staff-item .staff-inner .staff-details .staff-text .staff-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#meet-our-team .staff-wrapper .staff-item .staff-inner .staff-details .staff-text .staff-readmore {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#meet-our-team .staff-wrapper .staff-item .staff-inner:hover .staff-details {
    opacity: 1;
}

@media(min-width:720px) {
    #meet-our-team .staff-wrapper .staff-item:first-of-type {
        width: 100%;
    }
}

@media(min-width:940px) {
    #meet-our-team .staff-wrapper .staff-item:first-of-type {
        width: 20%;
    }
}

.site-footer {
    padding-top: 46px;
    background: #231f20;
    border: 1px solid #707070;
    border-bottom: none;
    color: #fff;
}

.site-footer a {
    transition: color ease-in-out .3s;
}

.site-footer .footer-upper h1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
    display: inline-block;
}

@media(min-width:992px) {
    .site-footer .footer-upper h1 {
        margin-bottom: 24px;
    }
}

.site-footer .footer-upper .footer-logos .logo {
    margin-bottom: 21px;
}

.site-footer .footer-upper .footer-logos img {
    display: block;
}

.site-footer .footer-upper .footer-contact {
    font-weight: bold;
    margin: 20px 0;
}

.site-footer .footer-upper .footer-contact:before,
.site-footer .footer-upper .footer-contact:after {
    content: " ";
    display: table;
}

.site-footer .footer-upper .footer-contact:after {
    clear: both;
}

@media(min-width:720px) {
    .site-footer .footer-upper .footer-contact {
        margin: 0 0 0;
    }
}

@media(min-width:992px) {
    .site-footer .footer-upper .footer-contact {
        margin: 30px 0 0;
    }
}

.site-footer .footer-upper .footer-contact h1 {
    width: 100%;
    float: left;
}

.site-footer .footer-upper .footer-contact ul {
    padding: 0;
    margin: 0;
}

@media(min-width:530px) {
    .site-footer .footer-upper .footer-contact ul {
        float: left;
    }
}

.site-footer .footer-upper .footer-contact ul li {
    list-style-type: none;
}

.site-footer .footer-upper .footer-contact ul li a {
    color: #fff;
}

.site-footer .footer-upper .footer-contact ul li a:hover {
    color: #72be44;
    text-decoration: none;
}

@media(min-width:992px) {
    .site-footer .footer-upper .footer-contact ul li:first-of-type {
        margin-bottom: 9px;
    }
}

@media(min-width:530px) {
    .site-footer .footer-upper .footer-contact ul:first-of-type {
        margin-right: 45px;
    }
}

@media(min-width:720px) {
    .site-footer .footer-upper .footer-social {
        margin: 20px 0 0;
    }
}

@media(min-width:992px) {
    .site-footer .footer-upper .footer-social {
        margin: 32px 0 0;
    }
}

.site-footer .footer-upper .footer-social h1 a {
    color: #fff;
}

.site-footer .footer-upper .footer-social h1 a:hover {
    color: #72be44;
    text-decoration: none;
}

.site-footer .footer-upper .footer-social h1 a span {
    font-weight: normal;
    margin-left: 16px;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    vertical-align: bottom;
}

.site-footer .footer-upper .signup .btn {
    font-size: 19px;
    font-weight: bold;
    color: #000;
    padding: 7.5px 6px;
    transition: background ease-in-out .3s, border-color ease-in-out .3s;
    white-space: normal;
}

.site-footer .footer-upper .signup .btn span {
    margin-right: 6px;
    font-size: 27px;
    display: inline-block;
    vertical-align: top;
}

.site-footer .footer-upper .signup .btn:hover {
    background: #fff;
    border-color: #fff;
}

.site-footer .footer-lower {
    margin-top: 47px;
    padding-top: 26px;
    padding-bottom: 24px;
    border-top: 1px solid #707070;
    border-bottom: 11px solid #72bf44;
    font-size: 14px;
}

@media(min-width:720px) {
    .site-footer .footer-lower .lower-text {
        float: left;
    }
}

.site-footer .footer-lower .lower-text .footer-body,
.site-footer .footer-lower .lower-text .footer-nav {
    display: block;
}

@media(min-width:992px) {

    .site-footer .footer-lower .lower-text .footer-body,
    .site-footer .footer-lower .lower-text .footer-nav {
        display: inline-block;
    }
}

.site-footer .footer-lower .lower-text .footer-body {
    margin-bottom: 10px;
}

@media(min-width:992px) {
    .site-footer .footer-lower .lower-text .footer-body {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.site-footer .footer-lower .lower-text .footer-body span {
    display: inline-block;
}

.site-footer .footer-lower .lower-text .footer-body .divider {
    margin: -2px 5px 0;
    transform: translateY(-2px);
}

.site-footer .footer-lower .lower-text .footer-nav {
    margin-bottom: 10px;
}

@media(min-width:720px) {
    .site-footer .footer-lower .lower-text .footer-nav {
        margin-bottom: 0;
    }
}

.site-footer .footer-lower .lower-text .footer-nav a {
    display: inline-block;
    color: #fff;
}

.site-footer .footer-lower .lower-text .footer-nav a:hover {
    color: #72be44;
    text-decoration: none;
}

.site-footer .footer-lower .lower-text .footer-nav .divider {
    display: inline-block;
    margin: -2px 5px 0;
    transform: translateY(-2px);
}

.site-footer .footer-lower .sitecredit {
    width: auto;
}

@media(min-width:720px) {
    .site-footer .footer-lower .sitecredit {
        float: right;
    }
}

.site-footer .footer-lower .sitecredit a,
.site-footer .footer-lower .sitecredit a:link,
.site-footer .footer-lower .sitecredit a:visited {
    text-decoration: none;
    display: block;
}

.site-footer .footer-lower .sitecredit a img,
.site-footer .footer-lower .sitecredit a:link img,
.site-footer .footer-lower .sitecredit a:visited img {
    display: block;
    float: left;
    margin-right: 4px;
}

.site-footer .footer-lower .sitecredit a .text,
.site-footer .footer-lower .sitecredit a:link .text,
.site-footer .footer-lower .sitecredit a:visited .text {
    font-size: 9px;
    line-height: 1.1em;
    padding-top: 4px;
    color: #fff;
    float: left;
}

.site-footer .footer-lower .sitecredit a span,
.site-footer .footer-lower .sitecredit a:link span,
.site-footer .footer-lower .sitecredit a:visited span {
    display: block;
    white-space: nowrap;
    color: inherit;
    font-size: inherit;
}

.main-content {
    padding: 30px 0 60px;
}

@media(min-width:720px) {
    .main-content {
        padding: 30px 0 60px;
    }
}

@media(min-width:992px) {
    .main-content {
        padding: 60px 0 60px;
    }
}

@media(min-width:1280px) {
    .main-content {
        padding: 60px 0 60px;
        min-height: 588px;
    }
}

.main-content .cp-placeholder h1,
.main-content .cp-placeholder .h1 {
    font-weight: bold;
    text-transform: uppercase;
}

.main-content .cp-placeholder h2,
.main-content .cp-placeholder .h2 {
    color: #72be44;
}

.main-content .cp-placeholder table {
    margin: 32px 0;
}

.main-content .cp-placeholder table tr {
    background: rgba(0, 0, 0, .05);
}

.main-content .cp-placeholder table tr:nth-child(odd) {
    background: rgba(0, 0, 0, .095);
}

.main-content .cp-placeholder table th,
.main-content .cp-placeholder table td {
    font-family: inherit;
    font-size: 1em;
}

.main-content .cp-placeholder table th p,
.main-content .cp-placeholder table td p {
    margin: 0;
    color: inherit;
}

.main-content .cp-placeholder table th[scope^="col"] {
    background: #72be44;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .9em;
}

.main-content .cp-placeholder table th[scope^="row"] {
    color: #72be44;
}

.main-content .cp-placeholder .accordion .accordion {
    margin-left: 1em;
}

@media(min-width:1280px) {
    .main-content .projects-default .project-details .project-wrapper .project-item {
        width: 25%;
    }
}

.projects-main .catalogue-navigation .btn {
    font-weight: 600;
    line-height: 1.42857;
    background-color: transparent;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #72be44;
    padding: 10px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 12px;
}

.projects-main .project-item {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
}

@media(min-width:720px) {
    .projects-main .project-item {
        float: left;
        width: 50%;
    }
}

@media(min-width:992px) {
    .projects-main .project-item {
        float: left;
        width: 33.33333%;
    }
}

.projects-main .project-item .project-item-wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.projects-main .project-item .project-item-wrapper .img-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 150px;
}

.projects-main .project-item .project-item-wrapper .caption {
    display: block;
    padding: 16px 16px 0 16px;
}

.projects-main .project-item .project-item-wrapper .caption .project-item-content-title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #72be44;
}

.projects-main .project-item .project-item-wrapper .ct-primary {
    margin: 16px;
    font-weight: 600;
    line-height: 1.42857;
    background-color: transparent;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #72be44;
    color: #fff;
    background: #72be44;
    padding: 10px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 12px;
    display: inline-block;
}

.projects-main .project-item .project-item-wrapper .ct-primary:hover {
    background: #fff;
    color: #72be44;
}

@media(min-width:720px) {
    body.splash {
        background: #72be44;
    }
}

body.splash .splash-content {
    text-align: center;
}

@media(min-width:720px) {
    body.splash .splash-content {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(60% - 291px);
    }
}

body.splash .splash-content .container {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 5px;
}

body.splash .splash-content .splash-logo {
    margin-bottom: 16px;
}

body.splash .splash-content h1 {
    font-weight: bold;
}

body.splash .splash-content a {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}

body.splash .splash-content a:before,
body.splash .splash-content a:after {
    content: " ";
    display: table;
}

body.splash .splash-content a:after {
    clear: both;
}

body.splash .splash-content a:before {
    display: inline-block;
    margin-right: 5px;
    font-family: 'Font Awesome 5 Pro';
    content: "";
}

body.splash .splash-content .contacts {
    margin: 16px 0;
}

body.splash .splash-content .contacts:before,
body.splash .splash-content .contacts:after {
    content: " ";
    display: table;
}

body.splash .splash-content .contacts:after {
    clear: both;
}

body.splash .splash-content .contacts h2 {
    font-size: 28px;
    font-weight: bold;
}

body.splash .splash-content .contacts ul {
    padding: 0;
    margin: 0 16px;
}

@media(min-width:720px) {
    body.splash .splash-content .contacts ul {
        display: inline-block;
    }
}

body.splash .splash-content .contacts ul li {
    list-style-type: none;
}

body.splash .splash-content .details {
    margin: 16px 0;
}

body.splash .splash-content .buttons {
    margin: 16px 0;
}