 ::selection {
    background:#88ba14;
    color:#ffffff;
}
::-moz-selection {
    background:#88ba14;
    color:#ffffff;
}
body {
    font: 14px/27px "Open Sans", sans-serif;
    background-color: #fff;
    color: #8f8f8f;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #464646;
    font-weight: 300;
}
h1 {
    margin-bottom: 16px;
    font-size: 60px;
    line-height: 84px;
}
h2 {
    margin-bottom: 14px;
    font-size: 44px;
    line-height: 64px;
}
h3 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 48px;
}
h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
}
h5 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 30px;
}
h6 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 26px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #464646;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #88ba14;
    text-decoration: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: inherit;
    font-size: 85%;
    font-weight: inherit;
}
p {
    margin-bottom: 20px;
}
a {
    color: #88ba14;
}
a:hover, a:focus {
    outline: 0;
    color: #88ba14;
}
img {
    max-width: 100%;
    height: auto;
}
address {
    line-height: inherit;
}
input, select, textarea {
    display: block;
    max-width: 100%;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    background-color: transparent;
}
label {
    font-weight: normal;
}
select {
    width: 100%;
    height: 50px;
    outline: none;
    cursor: pointer;
}
input[class^="col-"], select[class^="col-"], textarea[class^="col-"] {
    padding: 10px 20px;
}
textarea:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="text"]:focus, input[type="color"]:focus, input[type="email"]:focus, input[type="image"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="password"]:focus {
    border-color: #8f8f8f;
    box-shadow: none;
    outline: 0;
}
select:focus {
    outline: none;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus {
    outline: none;
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
    padding: 10px 30px;
    border: none;
    background-color: #464646;
    color: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #88ba14;
}
button, input[type="reset"]:focus, input[type="submit"]:focus, input[type="button"]:focus {
    box-shadow: none;
    outline: 0;
}
::-moz-placeholder {
    color: #8f8f8f;
    font-size: 13px;
    font-style: italic;
}
::-webkit-input-placeholder {
    color: #8f8f8f;
    font-size: 13px;
    font-style: italic;
}
:-ms-input-placeholder {
    color: #8f8f8f;
    font-size: 13px;
    font-style: italic;
}
.lead {
    font: 24px/36px "Montserrat", sans-serif;
}
.text-italic {
    font-family: "Satisfy", serif;
}
.text-mute {
    color: #b4b4b4;
}
.text-default-color-1 {
    color: #d4e100 !important;
}
.text-default-color-2 {
    color: #5939fc !important;
}
.text-highlight {
    display: inline-block;
    margin: 15px 0;
    padding: 5px 20px;
    background-color: #242424;
    color: #fff;
}
.text-highlight-1 {
    display: inline-block;
    padding: 0 30px;
    border-radius: 20px;
    background-color: #d4e100;
    color: #fff;
}
.text-highlight-2 {
    display: inline-block;
    padding: 0 30px;
    border-radius: 20px;
    background-color: #5939fc;
    color: #fff;
}
.dropcap:first-letter {
    float: left;
    font-size: 52px;
    line-height: 64px;
    margin-top: 5px;
    margin-right: 10px;
}
.bluring {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.shadow {
    position: relative;
    z-index: 200;
    padding-top: 20px;
    margin-top: -60px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.15);
}
.last, .no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-paddings {
    padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 48px;
        line-height: 68px;
    }
    h2 {
        font-size: 36px;
        line-height: 48px;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 36px;
        line-height: 54px;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .last {
        margin-bottom: 20px !important;
    }
    .shadow {
        margin-top: 50px;
        box-shadow: none;
    }
}
.waves {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.waves .waves-ripple {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.headline {
    margin-bottom: 70px;
}
.headline h2 {
    margin-bottom: 0;
}
.headline p {
    margin-bottom: 0;
    font: 13px/24px "Montserrat", sans-serif;
}
.title {
    margin-bottom: 50px;
}
.title:after {
    display: block;
    width: 90px;
    height: 2px;
    border-radius: 3px;
    background-color: #d4e100;
    content: "";
}
.text-center.title:after {
    margin: 0 auto;
}
ul, ol {
    padding: 0;
    list-style-position: inside;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 20px;
}
dl {
    margin-bottom: 20px;
}
.plus-list {
    list-style: none;
    margin-bottom: 20px;
    color: #464646;
    font-weight: 700;
}
.plus-list li:before {
    margin-right: 10px;
    color: #d4e100;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    content: "+";
}
.circle-list {
    list-style: none;
    margin-bottom: 20px;
    color: #464646;
}
.circle-list li {
    margin-bottom: 5px;
}
.circle-list li:last-child {
    margin-bottom: 0;
}
.circle-list li:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #d4e100;
    border-radius: 50%;
    margin-right: 20px;
    content: "";
}
.logos-list {
    margin-bottom: 20px;
    list-style: none;
}
.logos-list li a {
    float: left;
    display: block;
    width: 20%;
    height: 90px;
    padding: 0 20px;
    margin: 20px 0;
    text-align: center;
    background: no-repeat top center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.logos-list.items-3 li a {
    width: 33.333333%;
}
.logos-list.items-4 li a {
    width: 25%;
}
.logos-list.items-5 li a {
    width: 20%;
}
.logos-list li a:hover {
    background-position: bottom center;
}
.logos-list:after {
    display: table;
    content: " ";
    clear: both;
}
@media (max-width: 767px) {
    .logos-list li, .logos-list.items-3 li a, .logos-list.items-4 li a, .logos-list.items-5 li a {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .logos-list li:last-child {
        margin-bottom: 0;
    }
}
.btn {
    position: relative;
    overflow: hidden;
    padding: 7px 30px 8px 30px;
    border: none;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
    font: 13px/24px "Montserrat", sans-serif;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-heleva {
    padding: 4px 12px 4px 12px !important;
    border-radius: 15px !important;
    margin-top: 8px !important;
    text-transform: inherit !important;
}
.btn:last-child {
    margin-right: 0;
}
.btn i {
    margin-left: 10px;
    margin-right: -5px;
}
.btn-lg {
    padding: 9px 40px 10px 40px;
    font-size: 15px;
}
.btn-xs {
    padding: 5px 20px 6px 20px;
    font-size: 11px;
}
.btn:focus, .btn:active {
    outline: 0 !important;
    box-shadow: none;
}
.btn:hover {
    border-radius: 0;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}
.btn-default-1 {
    background-color: #94c11b;
    color: #fff;
}
.btn-default-1:hover, .btn-default-1:focus {
    color: #fff;
}
.btn-default-1.waves .waves-ripple {
    background-color: #baff00;
}
.btn-default-1.bordered {
    border: 1px solid #94c11b;
    background-color: transparent;
    color: #94c11b;
}
.btn-default-2 {
    background-color: #88ba14;
    color: #fff;
}
.btn-default-2:hover, .btn-default-2:focus {
    color: #fff;
}
.btn-default-2.waves .waves-ripple {
    background-color: #005928;
}
.btn-default-2.bordered {
    border: 1px solid #005928;
    background-color: transparent;
    color: #005928;
}
.btn-grey {
    background-color: #e1e1e1;
    color: #464646;
}
.btn-grey:hover, .btn-grey:focus {
    color: #464646;
}
.btn-grey.waves .waves-ripple {
    background-color: #f2f2f2;
}
.btn-grey.bordered {
    border: 1px solid #e1e1e1;
    background-color: transparent;
    color: #8f8f8f;
}
.hr {
    border-top: 1px solid #e1e1e1;
    margin: 50px 0;
    text-align: center;
}
.hr.default-color-1 {
    border-top-color: #d4e100;
}
.hr.default-color-2 {
    border-top-color: #5939fc;
}
.hr.black {
    border-top-color: #1c0533;
}
.hr .btn {
    margin-top: -20px;
}
.text-box {
    padding: 35px 50px;
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #141414;
    color: #fff;
    background-size: cover;
}
.text-box.rounded {
    border-radius: 10px;
}
.text-box > img {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.text-box a, .text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
    color: inherit;
}
.text-box > *:last-child {
    margin-bottom: 0;
}
.text-box.white {
    background-color: #fff;
    color: #8f8f8f;
}
.text-box.default-1 {
    background-color: #d4e100;
}
.text-box.default-2 {
    background-color: #5939fc;
}
.text-box.default-1 .btn-grey.bordered, .text-box.default-2 .btn-grey.bordered {
    color: inherit;
}
.text-boxes-list {
    margin: 50px 0 90px;
    list-style: none;
}
.text-boxes-list > li {
    position: relative;
    float: left;
    width: 33.33333%;
}
.text-boxes-list.col-3 > li {
    width: 33.33333%;
}
.text-boxes-list.col-4 > li {
    width: 25%;
}
.text-boxes-list > li .text-box {
    padding: 20% 10%;
    margin-bottom: 0;
}
.text-boxes-list.col-4 > li .text-box {
    padding: 20% 5%;
}
.text-boxes-list:after {
    display: table;
    content: " ";
    clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-boxes-list.col-4 > li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .text-boxes-list > li, .text-boxes-list.col-3 > li, .text-boxes-list.col-4 > li {
        float: none;
        width: 100%;
    }
}
.image-box {
    margin-bottom: 50px;
}
.image-box + .image-box {
    margin-top: -50px;
}
.image-box .image-box-details, .image-box .image-box-thumbnail {
    float: left;
    width: 50%;
    min-height: 1px;
}
.image-box .image-box-details h3 {
    margin-bottom: 30px;
}
.image-box .image-box-details h3 span {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #d4e100;
    margin-right: 12px;
    color: #d4e100;
    line-height: 28px;
}
.image-box .image-box-thumbnail {
    background: no-repeat center center;
}
.image-box .image-box-details {
    padding: 90px 50px 90px 0;
}
.image-box .image-box-thumbnail + .image-box-details {
    padding-right: 0;
    padding-left: 80px;
}
.image-box .image-box-details > *:last-child {
    margin-bottom: 0;
}
.image-box:after {
    display: table;
    content: " ";
    clear: both;
}
.image-box-2 {
    margin-bottom: 60px;
}
.image-box-2 img {
    float: left;
}
.image-box-2 .image-box-details {
    margin-left: 200px;
}
.image-box-2 .image-box-details h6 {
    margin-bottom: 15px;
    font: 16px "Montserrat", sans-serif;
    text-transform: uppercase;
}
.image-box-2 .image-box-details .price {
    position: relative;
    float: right;
    color: #d4e100;
    font-size: 18px;
    font-weight: 700;
}
.image-box-2 .image-box-details .price:before {
    position: absolute;
    top: 12px;
    left: -80px;
    width: 60px;
    border-top: 1px solid #d4e100;
    content: "";
}
.image-box-2 .image-box-details .price small {
    display: block;
    color: #464646;
    font-size: 14px;
    font-weight: 400;
}
.image-box-2:after {
    display: table;
    content: " ";
    clear: both;
}
.image-box-3 {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.image-box-3 .image-box-details {
    position: absolute;
    bottom: 40px;
    left: 0;
    border-right: 3px solid #d4e100;
}
.image-box-3 .image-box-details a {
    display: block;
    padding: 20px 50px 20px 25px;
    background-color: #111;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.image-box-3 .image-box-details h6 {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.image-box-3 .image-box-details p {
    position: absolute;
    bottom: -30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #d4e100;
    opacity: 0;
    font: 12px/16px "Montserrat", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.image-box-3 .image-box-details p:after {
    display: block;
    border-bottom: 1px solid #d4e100;
    content: "";
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.image-box-3 .image-box-details p:hover {
    color: #fff;
}
.image-box-3 .image-box-details p:hover:after {
    border-color: #fff;
}
.image-box-3:hover .image-box-details a {
    padding-bottom: 50px;
}
.image-box-3:hover .image-box-details p {
    bottom: 20px;
    opacity: 1;
}
.image-box-3 h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font: 30px/48px "Montserrat", sans-serif;
}
.image-box-3 h4 a {
    color: #fff;
}
.image-box-3 h4 a:hover {
    color: #d4e100;
}
.image-box-3 h4 i {
    margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .image-box-3 h4 {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .image-box .image-box-details, .image-box .image-box-thumbnail {
        float: none;
        width: 100%;
    }
    .image-box .image-box-thumbnail {
        max-height: 300px !important;
    }
    .image-box + .image-box {
        margin-top: 0;
    }
    .image-box .image-box-details {
        padding: 30px 0;
    }
    .image-box .image-box-thumbnail + .image-box-details {
        padding-left: 0;
    }
    .image-box-2 img {
        float: none;
        display: block;
        margin-bottom: 30px;
    }
    .image-box-2 .image-box-details {
        margin-left: 0;
    }
}
.overlap-section {
    position: relative;
    margin-top: 100px;
}
.overlap-item {
    width: 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.overlap-item > *:last-child {
    margin-bottom: 0;
}
.overlap-item:first-child {
    float: right;
}
.overlap-item:last-child {
    position: absolute;
    bottom: -130px;
    left: 50px;
    box-shadow: -43px 124px 90px 1px rgba(0, 0, 0, 0.36);
}
.overlap-section:after {
    display: table;
    clear: both;
    content: "";
}
.image-overlap {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.image-overlap.after {
    margin-bottom: 150px;
}
.image-overlap.before {
    margin-top: 50px;
}
.image-overlap.after:after {
    position: absolute;
    z-index: -1;
    top: 50px;
    right: 0;
    bottom: -50px;
    left: 100px;
    background-color: #f2f9fe;
    content: "";
}
.image-overlap.before:after {
    position: absolute;
    z-index: -1;
    top: -50px;
    bottom: 50px;
    left: -100px;
    width: 80%;
    background-color: #f2f9fe;
    content: "";
}
@media (max-width: 767px) {
    .overlap-item {
        width: 100%;
        margin-bottom: 50px;
    }
    .overlap-item:first-child {
        float: none;
    }
    .overlap-item:last-child {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .image-overlap img {
        max-width: 80%;
    }
    .image-overlap.before {
        text-align: right;
    }
}
.isotope {
    margin-bottom: 75px;
}
.isotope.gutter, .isotope.masonry {
    margin: -15px -15px 60px;
}
.isotope .isotope-item {
    float: left;
    width: 25%;
}
.isotope.gutter .isotope-item, .isotope.masonry .isotope-item {
    padding: 15px;
}
.isotope.col-3 .isotope-item {
    width: 33.333333%;
}
.isotope.col-4 .isotope-item {
    width: 25%;
}
.isotope .item-width-1, .isotope .item-width-2 {
    width: 33.333333%;
}
.isotope .portfolio-item {
    margin-bottom: 0;
}
.isotope:after {
    display: table;
    content: " ";
    clear: both;
}
@media (min-width: 1400px) {
    .isotope .item-width-2 {
        width: 16.666667%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .isotope.col-4 .isotope-item {
        width: 33.33333%;
    }
    .isotope .item-width-1, .isotope .item-width-2 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .isotope .isotope-item, .isotope.col-3 .isotope-item, .isotope.col-4 .isotope-item, .isotope .item-width-1, .isotope .item-width-2 {
        float: none;
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .isotope .isotope-item, .isotope.col-3 .isotope-item, .isotope.col-4 .isotope-item, .isotope .item-width-1, .isotope .item-width-2 {
        float: left;
        width: 50%;
    }
}
.pagination {
    display: block;
    margin-top: 0;
    margin-bottom: 50px;
}
.pagination li {
    display: inline-block;
    margin-right: 30px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li a {
    display: block;
    min-width: 25px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #464646;
    font: 16px "Montserrat", sans-serif;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.pagination li a:after {
    display: block;
    width: 0;
    height: 3px;
    border-radius: 2px;
    margin-top: 3px;
    background-color: #d4e100;
    content: "";
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.pagination > li:last-child > a, .pagination > li:first-child > a, .pagination > li:last-child > span .pagination > li:first-child > span {
    border-radius: 0;
}
.pagination li a:hover, .pagination li.active a, .pagination li.active a:hover {
    background-color: transparent;
    color: #d4e100;
}
.pagination li a:hover:after, .pagination li.active a:after {
    width: 25px;
}
.pagination:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.full-section {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    margin-bottom: 100px;
    background: no-repeat center center;
}
.full-section-overlay-color {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #4f990a;
    opacity: 0.5;
}
.full-section-container {
    position: relative;
    z-index: 3;
}
.parallax {
    background-attachment: fixed;
    background-size: cover !important;
}
.parallax.parallax-disable {
    background-attachment: scroll;
}
.multilayer-parallax {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.multilayer-parallax .parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
}
.full-screen {
    margin-bottom: -50px;
}
.full-screen .full-section-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.half-image-left, .half-image-right {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 50%;
    background: no-repeat center center;
    background-size: cover;
}
.half-image-left {
    left: 0;
}
.half-image-right {
    right: 0;
}
.half-image-left img, .half-image-right img {
    display: none;
}
.section-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20vw;
    line-height: 12vw;
    color: #f3f4fe;
}
.section-title.vertical {
    top: 0;
    bottom: auto;
    left: 50px;
    font-size: 8vw;
    line-height: 1vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.section-image {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-image.image-right {
    left: auto;
    right: 20px;
}
.full-section.dark-section {
    background-color: #000;
    color: #fff;
}
.full-section.dark-section a, .full-section.dark-section h1, .full-section.dark-section h2, .full-section.dark-section h3, .full-section.dark-section h4, .full-section.dark-section h5, .full-section.dark-section h6 {
    color: inherit;
}
.full-section.dark-section a:hover {
    color: #d4e100;
}
.full-section.dark-section .circle-list {
    color: inherit;
}
.full-section.dark-section .btn-default-1:hover, .full-section.dark-section .btn-default-1:focus, .full-section.dark-section .btn-default-2:hover, .full-section.dark-section .btn-default-2:focus {
    color: #fff;
}
.full-section.dark-section .text-highlight {
    background-color: #fff;
    color: #242424;
}
.full-section.dark-section .btn-grey, .full-section.dark-section .btn-grey:hover {
    color: #464646;
}
.full-section.dark-section .btn-grey.bordered {
    color: #fff;
}
.full-section.dark-section .about-me:hover > a:hover {
    color: inherit;
}
.full-section.dark-section .about-me:hover > a:hover:after {
    border-bottom-color: inherit;
}
.full-section.dark-section .about-me-thumbnail > a:hover {
    color: #fff;
}
.full-section.dark-section .panel-title a:hover, .full-section.dark-section .panel-title a[aria-expanded="true"] {
    color: #fff;
}
.full-section.dark-section .plus-list {
    color: inherit;
}
.full-section.dark-section .service-box-content > a:after {
    border-color: inherit;
}
.full-section.dark-section .service-box.style-6 .service-box-content h6 small {
    color: inherit;
}
.full-section .service-box.style-8 .service-box-content {
    padding: 0 30px 30px;
}
.full-section.dark-section .service-box.style-11 > i {
    color: inherit;
}
.full-section.dark-section .service-box.style-11:hover > i {
    color: #d4e100;
}
.full-section.dark-section .nav-tabs > li > a {
    background-color: rgba(255, 255, 255, 0.1);
}
.full-section.dark-section .nav-tabs.style-2 > li > a {
    background-color: transparent;
}
.full-section.dark-section .nav-tabs > li > a:hover, .full-section.dark-section .nav-tabs > li.active > a, .full-section.dark-section .nav-tabs > li.active > a:hover, .full-section.dark-section .nav-tabs > li.active > a:focus {
    background-color: rgba(212, 225, 0, 0.6);
    color: #fff;
}
.full-section.dark-section .tabs.style-2 .nav-tabs > li > a:hover, .full-section.dark-section .tabs.style-2 .nav-tabs > li.active > a, .full-section.dark-section .tabs.style-2 .nav-tabs > li.active > a:hover, .full-section.dark-section .tabs.style-2 .nav-tabs > li.active > a:focus {
    background-color: #d4e100;
}
.full-section.dark-section .tabs.style-3 .nav-tabs > li > a, .full-section.dark-section .tabs.style-3 .nav-tabs > li > a:hover, .full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a, .full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a:hover, .full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a:focus {
    background-color: transparent;
}
.full-section.dark-section .tabs.style-3 .nav-tabs > li > a:hover {
    color: #d4e100;
}
.full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a:hover {
    color: inherit;
}
.full-section.dark-section .tabs.style-4 .nav-tabs > li > a span {
    border-color: #fff;
}
.full-section.dark-section .pie-chart-percent {
    color: inherit;
}
.full-section.dark-section .counter-value {
    color: inherit;
}
.full-section.dark-section .portfolio-item-hover a:hover {
    color: #212121;
}
.full-section.dark-section .filter li a.active {
    color: #d4e100;
}
.full-section.dark-section .portfolio-navigation i {
    background-color: #fff;
    color: #464646;
}
.full-section.dark-section .portfolio-navigation a:hover i {
    background-color: #d4e100;
    color: #fff;
}
.full-section.dark-section .reply a:after {
    border-color: inherit;
}
.full-section.dark-section #commentform input:focus ~ label, .full-section.dark-section #commentform textarea:focus ~ label, .full-section.dark-section #commentform input:valid ~ label, .full-section.dark-section #commentform textarea:valid ~ label {
    color: inherit;
}
.full-section.dark-section #contact-form input:focus ~ label, .full-section.dark-section #contact-form textarea:focus ~ label, .full-section.dark-section #contact-form input:valid ~ label, .full-section.dark-section #contact-form textarea:valid ~ label {
    color: inherit;
}
.full-section.dark-section .contact-box h6 {
    color: #d4e100;
}
.full-section.dark-section .progress-bar span {
    color: inherit;
}
.full-section.dark-section .progress {
    background-color: #d4e100;
}
.full-section.dark-section .progress-bar {
    background-color: #fff;
}
.full-section.dark-section .progress-bar-title {
    color: inherit;
}
.full-section.dark-section .comparison-bars .progress {
    background-color: #fff;
}
.full-section.dark-section .tabs.vertical-tabs .nav-tabs > li > a span {
    border-color: #fff;
}
.full-section.dark-section .image-box-2 .image-box-details .price small {
    color: #fff;
}
.full-section.dark-section .widget-recent-posts ul li .post-title {
    color: inherit;
}
.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
    color: #d4e100;
}
.full-section.dark-section .widget-recent-comments ul li a:last-child {
    color: inherit;
}
.full-section.dark-section .owl-dot {
    background-color: #fff;
}
.full-section.dark-section .owl-dot:hover, .full-section.dark-section .owl-dot.active {
    background-color: #d4e100;
}
#section-1 {
    padding: 100px 0 50px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-1.jpg);
}
#section-2 {
    padding: 60px 0 20px;
    margin-top: 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-2.jpg);
}
#section-3 {
    padding-top: 100px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #fafafa;
}
#section-4 {
    padding-top: 100px;
    margin-bottom: 0;
    background: url(../../images/backgrounds/bg-3.jpg) no-repeat center bottom;
}
#section-5 {
    padding: 100px 0 25px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-4.jpg);
}
#section-5 .widget-newsletter {
    margin-top: 65px;
}
#section-5 .widget-newsletter input[type="text"] {
    height: 39px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #fff;
    color: #8f8f8f;
}
#section-6 {
    padding: 85px 0 65px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-5.jpg);
}
#section-7 {
    padding: 120px 0 80px;
    margin-bottom: 0;
}
#section-7 .half-image-left {
    background-position: bottom right;
    background-size: auto;
}
#section-8 {
    padding: 100px 15px 80px;
    margin-top: 25px;
    background-image: url(../../images/backgrounds/bg-6.jpg);
}
#section-8:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33.33333%;
    background-color: #d4e100;
    content: "";
}
#section-9 {
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 100px;
    background-color: #0e1826;
    background-image: url(../../images/backgrounds/bg-7.jpg);
}
#section-10 {
    padding: 75px 0 45px;
    margin-top: 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-8.jpg);
}
#section-11 {
    padding: 40px 0 30px;
    background-color: #d4e100;
}
#section-11 .btn {
    margin-top: 30px;
}
#section-12 {
    padding: 100px 15px 15px;
    margin-top: 60px;
    background-color: #f5f9fb;
}
#section-12:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    background-color: #242424;
    content: "";
}
#section-13 {
    padding: 100px 0 65px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-9.jpg);
}
#section-13:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    background-color: #000;
    opacity: 0.8;
    content: "";
}
#section-14 {
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 0;
    background-color: #5939fc;
}
#section-15 {
    padding: 100px 0 50px;
    margin-top: 50px;
    margin-bottom: 0;
    background-color: #d4e100;
}
#section-16 {
    padding: 100px 0 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-10.jpg);
}
#section-17 {
    padding: 100px 0 80px;
    margin-bottom: 150px;
    background-image: url(../../images/backgrounds/bg-11.jpg);
}
#section-18 {
    padding: 150px 0;
    margin-top: 70px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-12.jpg);
}
#section-18:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #fff;
    border-left: 1920px solid transparent;
    content: "";
}
#section-19 {
    padding: 100px 0 50px;
    background-image: url(../../images/backgrounds/bg-13.jpg);
}
#section-19 .blog-article {
    margin-bottom: 50px;
}
#section-20 {
    padding: 100px 0 50px;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #f5f9fa;
}
#section-21 {
    padding: 100px 0 50px;
    margin-top: 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-14.jpg);
}
#section-22 {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 0;
    border-bottom: 1px solid #464646;
    margin-bottom: 60px;
}
#section-23 {
    padding-top: 60px;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 0;
    background-color: #2c2c2c;
}
#section-23 .map {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 48%;
}
#section-23 .widget-contact {
    color: #8f8f8f;
}
#section-24 {
    padding: 30px 0 20px;
    margin-top: 40px;
    background-color: #0d0d0d;
    color: #8f8f8f;
}
#section-25 {
    padding: 100px 0 80px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-15.jpg);
}
#section-26 {
    padding: 240px 0 220px;
    margin-top: 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-16.jpg);
}
#section-26:after {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: 0;
    width: 65%;
    background-color: #fff;
    content: "";
    -webkit-transform: skewX(-15deg) translateX(15%);
    -ms-transform: skewX(-15deg) translateX(15%);
    transform: skewX(-15deg) translateX(15%);
}
#section-27 {
    padding: 240px 0 220px;
    background-image: url(../../images/backgrounds/bg-17.jpg);
}
#section-27:after {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 45%;
    background-color: #fff;
    content: "";
    -webkit-transform: skewX(-15deg) translateX(-25%);
    -ms-transform: skewX(-15deg) translateX(-25%);
    transform: skewX(-15deg) translateX(-25%);
}
#section-28 {
    padding: 200px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-13.jpg);
}
#section-28:before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 150px solid #fff;
    border-left: 1920px solid transparent;
    content: "";
}
#section-29 {
    padding-top: 320px;
    margin-bottom: 0;
    background: url(../../images/backgrounds/bg-18.png) no-repeat top center;
}
#section-30 {
    padding: 170px 0 160px;
    margin-bottom: 0;
}
#section-30 .half-image-right {
    width: 55%;
}
#section-31 {
    padding: 170px 0 160px;
    margin-bottom: 0;
}
#section-31 .half-image-left {
    width: 55%;
}
#section-32 {
    padding: 170px 0 160px;
}
#section-32 .half-image-right {
    width: 55%;
}
#section-33 {
    padding: 100px 0 50px;
    margin-top: 80px;
    background-image: url(../../images/backgrounds/bg-19.jpg);
}
#section-34 {
    overflow: hidden;
    padding: 100px 0 50px;
    margin-top: 60px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-20.jpg);
}
#section-34 .section-title {
    left: auto;
    right: 0;
    color: #54555d;
    font-size: 14vw;
}
#section-34 .box {
    padding: 50px 50px 12px;
    background-color: rgba(0, 0, 0, 0.59);
}
#section-35 {
    padding: 100px 0 30px;
    margin: 60px 30px 150px 50px;
    background-image: url(../../images/backgrounds/bg-21.jpg);
    box-shadow: -100px 100px 0 0 #f2f9fe;
}
#section-36 {
    padding: 100px 0 80px;
    margin-bottom: 0;
    background-color: #f2f9fe;
}
#section-36 .contact span {
    margin-right: 20px;
    color: #464646;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
#section-37 {
    padding-top: 270px;
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-22.jpg);
}
#section-37 .nav-tabs {
    margin-top: 200px;
}
#section-38 {
    padding: 100px 0 50px;
    background-color: #f0fb38;
}
#section-38 .service-box.style-11 .service-box-content h6 a {
    color: #fff;
}
#section-38 .service-box.style-11 .service-box-content h6 a:hover {
    color: #464646;
}
#section-39 {
    padding: 100px 0 50px;
    margin-top: 100px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-4.jpg);
}
#section-40 {
    padding: 100px 0 120px;
    margin-bottom: 0;
}
#section-40 .half-image-right {
    width: 40%;
}
#section-41 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-color: #fff;
}
#section-41 .btn {
    color: #fff;
}
#section-41 .half-image-left {
    width: 60%;
}
#section-41 .section-title.vertical {
    top: auto;
    bottom: 0;
    right: 50px;
    left: auto;
    -webkit-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
}
#section-42 {
    padding-top: 100px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#section-42 .isotope.masonry {
    float: right;
    width: 90%;
}
#section-42 + #section-34 {
    margin-top: 0;
}
#section-43 {
    padding: 100px 0 50px;
    margin-top: 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-23.jpg);
}
#section-44 {
    padding: 100px 0 80px;
    margin-bottom: 0;
}
#section-44 h5 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 75%;
    padding-left: 35px;
    color: #fff;
    font-family: "Montserrat";
    letter-spacing: 35px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#section-44 [class^="col-"] {
    position: static;
}
#section-45 {
    padding: 100px 0 80px;
    margin-top: 80px;
    margin-bottom: 0;
    background: -webkit-linear-gradient(#51286a 0%, #251855 78%, #171249 100%);
    background: linear-gradient(#51286a 0%, #251855 78%, #171249 100%);
}
#section-46 {
    padding: 100px 0 80px;
    margin-bottom: 0;
}
#section-46 .half-image-right {
    right: -150px;
}
#section-46 + #section-1 {
    margin-top: 0;
}
#section-47 {
    padding: 100px 0 80px;
    margin-top: 50px;
    background-color: #f0fb38;
}
#section-47 .half-image-left {
    width: 55%;
}
#section-48 {
    overflow: hidden;
    padding: 180px 0 160px;
    background-color: #f6f9ff;
}
#section-49 {
    padding: 100px 0 80px;
    margin-top: 50px;
    margin-bottom: 0;
    background-color: #111111;
}
#section-49 .half-image-left {
    width: 45%;
}
#section-50 {
    padding: 100px 0 60px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-24.jpg);
}
#section-51 {
    padding: 100px 0 50px;
    background-color: #f0fb38;
    color: #464646;
}
#section-52 {
    padding: 100px 0 80px;
    margin-bottom: 0;
}
#section-53 {
    padding: 100px 0 80px;
}
#section-54 {
    padding: 100px 0 80px;
    margin-top: 100px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-25.jpg);
}
#section-55 {
    padding: 60px 0 20px;
    background-color: #5939fc;
}
#section-56 {
    padding: 100px 0 50px;
    background-color: #5939fc;
}
#section-57 {
    padding: 100px 0 50px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-15.jpg);
}
#section-58 {
    padding: 100px 0 50px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-26.jpg);
}
#section-59 {
    padding: 100px 0 80px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-13.jpg);
}
#section-60 {
    overflow: hidden;
    padding: 0;
}
#section-60 .map {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45%;
}
#section-61 {
    padding: 100px 0 50px;
    background-image: url(../../images/backgrounds/bg-21.jpg);
}
#section-62 {
    padding: 100px 0 80px;
    margin-top: 80px;
    margin-bottom: 0;
}
#section-63 {
    padding: 100px 0 80px;
}
#section-64 {
    margin-top: 50px;
    margin-bottom: 0;
    background-color: #5939fc;
}
#section-65 {
    padding: 100px 0 80px;
    margin-top: 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-4.jpg);
}
#section-66 {
    padding: 100px 0 65px;
    margin-bottom: 0;
    background-color: #111111;
}
#section-67 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-color: #ffce38;
    color: #464646;
}
#section-67 .half-image-left {
    width: 40%;
    background-position: center right;
}
#section-68 {
    padding: 100px 0 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-27.jpg);
}
#section-69 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-28.jpg);
}
#section-70 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-29.jpg);
}
#section-71 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-30.jpg);
}
#section-72 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-31.jpg);
}
#section-73 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-32.jpg);
}
#section-73 h1 {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    width: 100%;
    font: 700 72px/72px "Montserrat", sans-serif;
    letter-spacing: 50px;
    text-transform: uppercase;
    text-align: center;
}
#section-74 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-33.jpg);
}
#section-75 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-34.jpg);
}
#section-76 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-35.jpg);
}
#section-77 {
    padding: 50px 0 25px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-20.jpg);
}
#section-77 .box {
    padding: 50px 50px 12px;
    background-color: rgba(0, 0, 0, 0.59);
}
#section-78 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-36.jpg);
}
@media (min-width: 1400px) {
    .section-image {
        left: 5%;
    }
    .section-image.image-right {
        right: 5%;
    }
}
@media (min-width: 1200px) {
    #section-8 {
        padding-left: 5%;
    }
    #section-35 {
        margin-left: 100px;
    }
    #section-42 .isotope.masonry {
        width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .full-screen .full-section-container {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .half-image-left, .half-image-right {
        position: relative;
        width: 100%;
        background-image: none !important;
    }
    .half-image-right img, .half-image-left img {
        display: block;
        margin-top: -100px;
        margin-bottom: 70px;
    }
    #section-4 {
        background: none;
    }
    #section-8:after {
        display: none;
    }
    #section-12 {
        padding-bottom: 80px;
    }
    #section-12:after {
        width: 100%;
    }
    #section-13:after {
        width: 100%;
    }
    #section-16 {
        background-image: none;
    }
    #section-26:after {
        -webkit-transform: skewX(-15deg) translateX(20%);
        -ms-transform: skewX(-15deg) translateX(20%);
        transform: skewX(-15deg) translateX(20%);
    }
    #section-27:after {
        -webkit-transform: skewX(-15deg) translateX(-30%);
        -ms-transform: skewX(-15deg) translateX(-30%);
        transform: skewX(-15deg) translateX(-30%);
    }
    #section-30, #section-31, #section-32 {
        padding: 100px 0 55px;
    }
    #section-30 .half-image-right, #section-31 .half-image-left, #section-32 .half-image-right {
        width: 100%;
    }
    #section-32 {
        margin-bottom: 0;
    }
    #section-35 {
        margin: 60px 15px 150px 20px;
    }
    #section-40 .half-image-right, #section-41 .half-image-left, #section-49 .half-image-left, #section-67 .half-image-left {
        width: 100%;
    }
    #section-67 {
        padding-top: 200px;
    }
    #section-41 {
        color: #464646;
    }
    #section-44 .full-section-container {
        position: static;
    }
    #section-44 h5 {
        top: 30%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    #section-46 .half-image-right {
        right: 0;
    }
    #section-47 .half-image-left {
        width: 100%;
    }
    #section-53 {
        margin-bottom: 0;
    }
    #section-63 {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .half-image-left, .half-image-right {
        position: relative;
        width: 100%;
        background-image: none !important;
    }
    .half-image-right img, .half-image-left img {
        display: block;
        margin-top: -100px;
        margin-bottom: 70px;
    }
    #section-4 {
        background: none;
    }
    #section-8:after {
        display: none;
    }
    #section-9 {
        background-image: none;
    }
    #section-12 {
        padding-bottom: 80px;
    }
    #section-12:after {
        width: 100%;
    }
    #section-13:after {
        width: 100%;
    }
    #section-16 {
        background-image: none;
    }
    #section-23 {
        padding-top: 0;
    }
    #section-23 .map {
        position: relative;
        width: 100%;
    }
    #section-24 {
        padding-right: 15px;
        padding-left: 15px;
    }
    #section-26 {
        padding: 50px 0 30px;
        background-image: none;
    }
    #section-26:after {
        display: none;
    }
    #section-27 {
        padding: 50px 0 30px;
        margin-bottom: 50px;
        background-image: none;
    }
    #section-27:after {
        display: none;
    }
    #section-30, #section-31, #section-32 {
        padding: 100px 0 55px;
    }
    #section-30 .half-image-right, #section-31 .half-image-left, #section-32 .half-image-right {
        width: 100%;
    }
    #section-32 {
        margin-bottom: 0;
    }
    #section-35 {
        margin: 60px 0 150px 0;
    }
    #section-36 .contact {
        text-align: center;
    }
    #section-40 .half-image-right, #section-41 .half-image-left, #section-49 .half-image-left, #section-67 .half-image-left {
        width: 100%;
    }
    #section-67 {
        padding-top: 200px;
    }
    #section-41 {
        color: #464646;
    }
    #section-42 .isotope.masonry {
        float: none;
        width: auto;
    }
    #section-44 .full-section-container {
        position: static;
    }
    #section-44 h5 {
        top: 15%;
        left: 0;
        right: 0;
        padding-left: 20px;
        letter-spacing: 20px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    #section-46 .half-image-right {
        right: 0;
    }
    #section-47 .half-image-left {
        width: 100%;
    }
    #section-53 {
        margin-bottom: 0;
    }
    #section-60 {
        padding-top: 0;
    }
    #section-60 .map {
        position: relative;
        width: 100%;
    }
    #section-63 {
        margin-bottom: 0;
    }
    .section-title {
        display: none;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #section-44 h5 {
        top: 20%;
    }
}
#scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 50px;
    right: 50px;
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #006833;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
#scroll-up:hover {
    background-color: #97c117;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}
#scroll-up.waves .waves-ripple {
    background-color: #97c117;
}
@media (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px;
    }
}
.wow {
    visibility: hidden;
}
.wow.animated {
    visibility: visible;
}
