@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;600;700;900&display=swap');

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden!important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul li {
    line-height: 22px;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0rem;
}

button {
    border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

.form-group {
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6;
    }

    .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

    .navbar .container,
    .navbar .container-fluid,
    .navbar .container-sm,
    .navbar .container-md,
    .navbar .container-lg,
    .navbar .container-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover,
    .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bg-dark {
    background-color: #343a40 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 30px;
    background: #3d3d3d;
    border-radius: 15px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.w-100 {
    width: 100% !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #7ac242;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #7ac242;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.text-primary {
    color: #7ac242 !important;
}

.ftco-navbar-light {
    background:#fff !important;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .container {
    width: 1110px;
    margin: 0 auto;
    padding: 0;
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ftco-navbar-light .navbar-nav {
    margin-right: 0px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 500;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
    color: #7ac242 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    border: 1px solid #7ac242;
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 18px;
    padding-right: 18px;
    background: #7ac242;
    margin-top: .5rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
    display: inline-block;
    color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
    background: #7ac242;
    border: 1px solid #7ac242;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
    border: 1px solid #040e26;
    background: #040e26 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #7ac242;
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
    text-decoration: none;
    color: #7ac242;
    outline: none !important;
}

.l-logo-show {
    display: block;
}

.l-logo-hide {
    display: none;
}

.d-logo-show {
    display: block;
}

.d-logo-hide {
    display: none;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: rgba(4, 20, 28, 0.98) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

    .ftco-navbar-light.scrolled .nav-item.active > a {
        color: #7ac242 !important;
    }

    .ftco-navbar-light.scrolled .nav-item.cta > a {
        color: #fff !important;
        background: #7ac242;
        border: none !important;
        padding-top: 0.5rem !important;
        padding-bottom: .5rem !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 6px !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

        .ftco-navbar-light.scrolled .nav-item.cta > a span {
            display: inline-block;
            color: #fff !important;
        }

    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
        border-color: #7ac242;
    }

    .ftco-navbar-light.scrolled .navbar-toggler {
        border: none;
        color: rgba(0, 0, 0, 0.5) !important;
        border-color: rgba(0, 0, 0, 0.5) !important;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: .1em;
    }

    .ftco-navbar-light.scrolled .nav-link {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        color: #ffffff !important;
    }

        .ftco-navbar-light.scrolled .nav-link.active {
            color: #7ac242 !important;
        }

        .ftco-navbar-light.scrolled .nav-link.hover {
            color: #7ac242 !important;
        }

    .ftco-navbar-light.scrolled.awake {
        margin-top: 0px;
        -webkit-transition: .3s all ease-out;
        -o-transition: .3s all ease-out;
        transition: .3s all ease-out;
    }

    .ftco-navbar-light.scrolled.sleep {
        -webkit-transition: .3s all ease-out;
        -o-transition: .3s all ease-out;
        transition: .3s all ease-out;
    }

    .ftco-navbar-light.scrolled .navbar-brand {
        color: #000000;
        padding-top: 0;
        padding-bottom: 0;
    }

.navbar-brand {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}

    .navbar-brand span {
        font-size: 10px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.9);
        color: #7ac242;
        display: block;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

    .hero-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
        background: -moz-linear-gradient(180deg, #000000 30%, #7ac242 100%);
        background: -webkit-gradient(bottom top, top top, color-stop(30%, #000000), color-stop(100%, #7ac242));
        background: -webkit-linear-gradient(1800deg, #000000 30%, #7ac242 100%);
        background: -o-linear-gradient(180deg, #000000 30%, #7ac242 100%);
        background: -ms-linear-gradient(180deg, #000000 30%, #7ac242 100%);
        background: linear-gradient(180deg, #000000 30%, #7ac242 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac242', endColorstr='#000000', GradientType=1);
    }

    .hero-wrap.cards .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
        background: -moz-linear-gradient(180deg, #000000 30%, #7ac242 100%);
        background: -webkit-gradient(bottom top, top top, color-stop(30%, #000000), color-stop(100%, #7ac242));
        background: -webkit-linear-gradient(1800deg, #000000 30%, #7ac242 100%);
        background: -o-linear-gradient(180deg, #000000 30%, #7ac242 100%);
        background: -ms-linear-gradient(180deg, #000000 30%, #7ac242 100%);
        background: linear-gradient(180deg, #000000 30%, #7ac242 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac242', endColorstr='#000000', GradientType=1);
    }

.slider-text {
    position: relative;
}

    .slider-text .subheading {
        font-size: 30px;
        color: #7ac242;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .slider-text h1 {
        font-size: 55px;
        color: #fff;
        line-height: 1.2;
        font-weight: 700;
    }

    .slider-text p {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.9);
    }

        .slider-text p.caps {
            font-weight: 400;
            font-size: 16px;
        }

    .slider-text .icon-video {
        margin: 0 0 0 auto;
    }

.icon-video {
    width: 90px;
    height: 90px;
    background: #7ac242 !important;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 0 !important;
    margin-top: 27px !important;
}

.icon-video span {
    color: #fff;
    font-size: 3rem;
}

.ftco-search {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -100px;
}

.ftco-search .nav-pills {
    display: inline-block;
}

.ftco-search .nav-pills p {
    margin-bottom: 0;
}

.ftco-search .nav-pills .nav-link {
    padding: 10px 30px !important;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    background: #7ac242;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.ftco-search .nav-pills .nav-link:hover {
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background: white;
    background: #7ac242;
}

.ftco-search .nav-pills .nav-link:hover:after {
    opacity: 1;
}

.ftco-search .nav-pills .nav-link.active {
    color: gray;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background: white;
    background: #fff;
}

.ftco-search .nav-pills .nav-link.active:after {
    opacity: 1;
}

.ftco-search .tab-content {
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin-top: -7px;
    -webkit-box-shadow: 0px 10px 33px -27px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 33px -27px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 33px -27px rgba(0, 0, 0, 0.4);
}

.search-wrap-1 {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
}

.search-property-1 .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

    .search-property-1 .form-group label {
        font-weight: 700;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        color: #7ac242;
        text-transform: uppercase;
    }

    .search-property-1 .form-group .form-field {
        position: relative;
        display: block;
    }

    .search-property-1 .form-group .form-control {
        padding: 0;
        padding-left: 20px;
        display: block;
        width: 100%;
        height: inherit !important;
        font-size: 16px;
        border: none !important;
        color: rgba(0, 0, 0, 0.4) !important;
        background: transparent !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .search-property-1 .form-group .form-control::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.4) !important;
        }

        .search-property-1 .form-group .form-control::-moz-placeholder {
            color: rgba(0, 0, 0, 0.4) !important;
        }

        .search-property-1 .form-group .form-control:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.4) !important;
        }

        .search-property-1 .form-group .form-control:-moz-placeholder {
            color: rgba(0, 0, 0, 0.4) !important;
        }

        .search-property-1 .form-group .form-control.btn {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            background: #7ac242 !important;
            border: none !important;
            color: #fff !important;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

    .search-property-1 .form-group .select-wrap {
        position: relative;
    }

        .search-property-1 .form-group .select-wrap select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

    .search-property-1 .form-group .icon {
        position: absolute;
        top: 51%;
        left: 0;
        font-size: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(0, 0, 0, 0.1);
    }

.bg-light {
    background: #f9fafb !important;
}

.bg-primary {
    background: #7ac242;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #7ac242 !important;
    border: 1px solid #7ac242 !important;
    color: #fff !important;
}

.btn.btn-primary:hover {
    border: 1px solid #7ac242;
    background: transparent;
    color: #7ac242;
}

.ftco-select-destination .container-2 {
    margin: 0 0 0 auto !important;
    max-width: 1290px;
}

.project-destination .img {
    display: block;
    width: 100%;
    height: 320px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.project-destination .text {
    padding: 20px;
    position: relative;
    height: 320px;
}

    .project-destination .text h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        position: absolute;
        top: 0;
        left: 20px;
        margin-top: -8px;
        padding: 4px 10px;
        background: #7ac242;
    }

        .project-destination .text h3:after,
        .project-destination .text h3:before {
            position: absolute;
            top: 0;
            content: '';
        }

        .project-destination .text h3:after {
            left: -8px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 8px 8px;
            border-color: transparent transparent #005B93 transparent;
        }

        .project-destination .text h3:before {
            width: 0;
            right: -8px;
            height: 0;
            border-style: solid;
            border-width: 8px 0 0 8px;
            border-color: transparent transparent transparent #005B93;
        }

    .project-destination .text span {
        position: absolute;
        bottom: 20px;
        right: -5px;
        display: inline-block;
        background: #7ac242;
        padding: 4px 5px 4px 15px;
        border-radius: 20px 0 0 20px;
        color: #fff;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .project-destination .text span:after {
            position: absolute;
            top: -5px;
            right: 0;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 0 5px;
            border-color: transparent transparent transparent #005B93;
        }

.project-destination:hover .text span {
    padding-right: 20px;
    background: #7ac242;
}

.project-wrap {
    margin-bottom: 30px;
}

.project-wrap .img {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 0;
}

.project-wrap .img .price {
    position: absolute;
    top: -8px;
    left: 20px;
    display: inline-block;
    background: #7ac242;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-wrap .img .price:after,
.project-wrap .img .price:before {
    position: absolute;
    top: 0;
    content: '';
}

.project-wrap .img .price:after {
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #005B93 transparent;
}

.project-wrap .img .price:before {
    width: 0;
    right: -8px;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #005B93;
}

.project-wrap .text {
    margin: 0 auto;
    width: 90%;
    position: relative;
    border-top: none;
    margin-top: -40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
}

.project-wrap .text span {
    font-size: 13px;
}

.package-check {
    margin-right: 15px;
    color: #7ac242;
}

.package-times {
    margin-right: 15px;
    color: #df2029;
}

.project-wrap .text .package {
    font-size: 12px;
    color: #7ac242;
    text-transform: uppercase;
    font-weight: 700;
}

.project-wrap .text h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
}

.project-wrap .text h3 a {
    color: #000000;
}

.project-wrap .text ul {
    margin: 0;
    padding: 0;
}

.project-wrap .text ul li {
    display: inline-block;
    margin-right: 10px;
    color: #b3b3b3;
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: -1px;
}

.project-wrap .text ul li span {
    color: #7ac242;
    margin-right: 10px;
    font-size: 20px;
}

.project-wrap:hover .text .price {
    padding-left: 15px;
    padding-right: 15px;
    background: #33313b;
}

.services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services .icon {
    line-height: 1.3;
    position: relative;
}

.services .icon span {
    font-size: 60px;
    color: #7ac242;
}

.services .media-body h3 {
    font-size: 18px;
    font-weight: 500;
}

.services.services-1 {
    width: 100%;
    background: #7ac242;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    z-index: 0;
}

.services.services-1:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    z-index: -1;
}

.services.services-1 .icon {
    width: 115px;
    height: 80px;
    margin-left: -35px;
    margin-bottom: 10px;
    background: #7ac242;
    position: relative;
}

.services.services-1 .icon span {
    color: #fff;
    font-size: 50px;
}

.services.services-1 .icon:after {
    position: absolute;
    top: -5px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #005B93 transparent;
}

.services.services-1 .media-body {
    color: rgba(255, 255, 255, 1);
}

.services.services-1 .media-body h3 {
    color: #fff;
}

.services.color-1:after {
    background: rgba(0, 26, 36);
}

.services.color-2:after {
    background: rgba(8, 118, 165);
}

.services.color-3:after {
    background: rgba(8, 118, 165);
}

.services.color-4:after {
    background: rgba(0, 26, 36);
}

.form-control {
    height: 38px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: #7ac242 !important;
}

.bg-darken {
    background: #33313b !important;
}

.ftco-about {
    position: relative;
    z-index: 0;
}

    .ftco-about .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .1;
        background: #000000;
        z-index: -1;
    }

    .ftco-about .img {
        margin-top: -100px;
        -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
        box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
        border: 15px solid #fff;
    }

    .ftco-about .about-intro {
        width: 100%;
        position: relative;
        z-index: 99;
    }

.ftco-section {
    padding: 4em 0;
    position: relative;
    width: 100%;
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-intro {
    color: rgba(255, 255, 255, 0.8);
    z-index: 0;
    overflow: hidden;
}

    .ftco-intro .img {
        padding: 3em;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .ftco-intro .img .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            opacity: .6;
            background: #040e26;
            z-index: -1;
        }

    .ftco-intro h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .ftco-intro h2 span {
            background: #7ac242;
        }

.ftco-footer {
    font-size: 16px;
    padding: 7em 0;
    z-index: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
    color: #000000;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(0, 0, 0, 0.5);
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: rgba(0, 0, 0, 0.1);
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(0, 0, 0, 0.5);
}

.ftco-footer a {
    color: rgba(0, 0, 0, 0.5);
}

.ftco-footer a:hover {
    color: #7ac242;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer-social {
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

    .ftco-footer-social li {
        list-style: none;
        margin: 0 10px 0 0;
        display: inline-block;
    }

        .ftco-footer-social li a {
            height: 40px;
            width: 40px;
            display: block;
            float: left;
            color: #7ac242;
            border-radius: 50%;
            position: relative;
            background: #b2b2b2;
        }

            .ftco-footer-social li a span {
                position: absolute;
                font-size: 18px;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                color: #fff !important;
            }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.heading-section .subheading {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
    color: #7ac242;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
}

    .heading-section h2 span {
        font-weight: 400;
    }

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.testimony-section,
.ftco-select-destination {
    position: relative;
}

    .testimony-section .overlay,
    .ftco-select-destination .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: #207ce5;
        background: -moz-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #207ce5), color-stop(100%, #13d42a));
        background: -webkit-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
        background: -o-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
        background: -ms-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
        background: linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#13d42a', GradientType=1);
        opacity: .6;
    }

    .testimony-section .owl-carousel,
    .ftco-select-destination .owl-carousel {
        margin: 0;
    }

        .testimony-section .owl-carousel .owl-stage-outer,
        .ftco-select-destination .owl-carousel .owl-stage-outer {
            padding: 1em 0 1em 0;
            position: relative;
        }

    .testimony-section .owl-nav,
    .ftco-select-destination .owl-nav {
        position: absolute;
        top: 100%;
        width: 100%;
    }

    .testimony-section .owl-dots,
    .ftco-select-destination .owl-dots {
        text-align: center;
    }

        .testimony-section .owl-dots .owl-dot,
        .ftco-select-destination .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.1);
        }

            .testimony-section .owl-dots .owl-dot.active,
            .testimony-section .owl-dots .owl-dot:focus,
            .ftco-select-destination .owl-dots .owl-dot.active,
            .ftco-select-destination .owl-dots .owl-dot:focus {
                background: #7ac242;
                outline: none;
            }

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .testimony-wrap .user-img {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 0 50% 50% 50%;
    }

    .testimony-wrap .name {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 0;
        color: #000000;
    }

    .testimony-wrap .position {
        font-size: 16px;
        color: #cccccc;
        color: #7ac242;
    }

    .testimony-wrap .text .star {
        color: #7ac242;
    }

.star {
    color: #7ac242;
    cursor: pointer;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    z-index: -1;
}

.blog-entry {
    position: relative;
    z-index: 0;
}

.blog-entry .text {
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    margin-top: -40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    padding: 20px;
}

.blog-entry .text .heading {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #7ac242;
}

.blog-entry .topp {
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 5px 15px;
    background: #7ac242;
}

.blog-entry .topp:after,
.blog-entry .topp:before {
    position: absolute;
    top: 0;
    content: '';
}

.blog-entry .topp:after {
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #005B93 transparent;
}

.blog-entry .topp:before {
    width: 0;
    right: -7px;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #005B93;
}

.blog-entry .one {
    width: 55px;
}

.blog-entry .two {
    width: calc(100% - 55px);
}

.blog-entry span.day {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}

.blog-entry span.yr,
.blog-entry span.mos {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(0, 0, 0, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.5) !important;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #7ac242 !important;
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

.hero-wrap.js-fullheight {
    background-image: url('../../images/headerimageBlue.jpg');
}

.services.services-1.color-1.d-block.img {
    background-image: url('../../images/services-1.jpg');
}

.services.services-1.color-2.d-block.img {
    background-image: url('../../images/services-2.jpg');
}

.services.services-1.color-3.d-block.img {
    background-image: url('../../images/services-3.jpg');
}

.services.services-1.color-4.d-block.img {
    background-image: url('../../images/services-4.jpg');
}

.project-wrap .img {
    background-image: url('../../images/package-1.jpg');
}

.advert-vid-block {
    background-image: url('../../images/services-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.aboutus-img {
    background-image: url('../../images/services-4.jpg');
}

.get-quote-img {
    background-image: url('../../images/services-1.jpg');
}

.ftco-footer.bg-bottom {
    background-image: url('../../images/bg_3.jpg');
}

.flip-card {
    background-color: transparent;
    width: 33.33%;
    height: 306px;
    perspective: 1000px;
    margin-bottom: 60px;
    padding: 0 40px;
    transition: all 0.8s;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner .flip-card-front .card-logo {
    opacity: 0;
    transition: all 0.8s;
}

.flip-card:hover .flip-card-inner .flip-card-front .ribbon {
    opacity: 0;
    transition: all 0.8s;
}

.flip-card:hover {
    height: 440px;
    transition: all 0.8s;
}

.flip-card:active .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card:active .flip-card-inner .flip-card-front .card-logo {
    opacity: 0;
    transition: all 0.8s;
}

.flip-card:active .flip-card-inner .flip-card-front .ribbon {
    opacity: 0;
    transition: all 0.8s;
}

.flip-card:active {
    height: 440px;
    transition: all 0.8s;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 110%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
}

.flip-card-front {
    background-color: #ffffff;
    color: #6A6A6A;
}

.flip-card-back {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: left;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

    .flip-card-back img {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .flip-card-back .google-map {
        max-height: 190px;
        object-fit: cover;
    }

    .flip-card-back p {
        margin: 5px 0;
        padding-left: 15px;
        line-height: 18px;
        width: 100%;
        min-height: 20px;
    }

        .flip-card-back p i {
            min-height: 24px;
            float: left;
            padding-top: 3px;
        }

.card-logo-back {
    position: absolute;
    width: 100px;
    max-width: 100%;
    height: 100px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 18px;
    left: -46px;
    max-height: 400px;
}

.card-back-logo {
    width: 100%;
    max-width: 100px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0px solid #ededed;
    border-radius: 15px !important;
    height: 100%;
    max-height: 52px;
    min-height: 54px;
    object-fit: contain;
    padding: 8px;
    position: absolute;
    left: 0;
    top: 0px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
}

.ribbon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    transition: all 0.8s;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #006c94;
        transition: all 0.8s;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 170px;
        padding: 0px 0;
        background-color: #00adee;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        text-transform: uppercase;
        text-align: center;
        transition: all 0.8s;
    }

/* bottom right*/

.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -34px;
        bottom: 30px;
        transform: rotate(-225deg);
    }

.flip-card-inner {
    font-size: 14px;
    font-weight: normal;
}

.ribbon-bottom-right span {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
}

.ribbon span {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.card-logo {
    min-height: 120px;
    opacity: 1;
    transition: all 0.8s;
    background-image: url('../../images/doodleart.png');
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.card-logo img {
    width: 100%;
    max-width: 180px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0px solid #ededed;
    border-radius: 15px;
    height: 100%;
    max-height: 104px;
    min-height: 104px;
    object-fit: contain;
    padding: 8px;
    position: absolute;
    left: -15px;
    top: -15px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
}

.card-website {
    background-color: #ededed;
    padding: 6px;
    box-shadow: 0px 1px 4px #C0C0C0;
    margin-bottom: 0px;
}
.card-stars-container {
    padding-right:15px;
    text-align: right;
}
.card-category,
.card-branch,
.card-bullet-points {
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid #ededed;
}

#cards {
    background-color: #ededed;
}


    .card-bullet-points ul {
        padding: 0;
    }

        .card-bullet-points ul li {
            text-align: left;
            padding: 0;
            line-height: 22px;
        }

.star-rating {
    position: absolute;
    top: 2px;
    right: 12px;
}

.location-from-me {
    position: absolute;
    bottom: 2px;
    left: 12px;
}

:focus {
    outline: none;
}

.industry-input {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    height: 50px;
    border-radius: 50px;
    border: 0;
    transition: 1s;
    transition-delay: 0.6s;
}

.industry-input-effect:focus {
    border-radius: 0px;
    transition: 0.2s;
}

.industry-icon {
    position: absolute;
    right: -62px;
    top: 25px;
    font-size: 20px;
    background-color: #fff;
    padding: 14px 0 0 16px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
}

    .industry-icon:hover,
    .industry-icon:active {
        color: #fff;
        background-color: #7ac242;
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    }

input[type="text"] {
    font: 14px/24px "Lato", Arial, sans-serif;
    color: #3F3F3F;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 8px;
}

.industry-input-effect ~ .focus-border:before,
.industry-input-effect ~ .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.2s;
    transition-delay: 0.2s;
}

.industry-input-effect ~ .focus-border:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transition-delay: 0.6s;
}

.industry-input-effect ~ .focus-border i:before,
.industry-input-effect ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #3399FF;
    transition: 0.2s;
}

.industry-input-effect ~ .focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.4s;
}

.industry-input-effect:focus ~ .focus-border:before,
.industry-input-effect:focus ~ .focus-border:after,
.has-content.industry-input-effect ~ .focus-border:before,
.has-content.industry-input-effect ~ .focus-border:after {
    width: 100%;
    transition: 0.2s;
    transition-delay: 0.6s;
}

.industry-input-effect:focus ~ .focus-border:after,
.has-content.industry-input-effect ~ .focus-border:after {
    transition-delay: 0.2s;
}

.industry-input-effect:focus ~ .focus-border i:before,
.industry-input-effect:focus ~ .focus-border i:after,
.has-content.industry-input-effect ~ .focus-border i:before,
.has-content.industry-input-effect ~ .focus-border i:after {
    height: 100%;
    transition: 0.2s;
}

.industry-input-effect:focus ~ .focus-border i:after,
.has-conten.industry-input-effect ~ .focus-border i:after {
    transition-delay: 0.4s;
}

.industry-input-effect ~ label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.industry-input-effect:focus ~ label,
.has-content.industry-input-effect ~ label {
    top: -22px;
    left: 0;
    font-size: 16px;
    color: #3399FF;
    transition: 0.3s;
}

.single-profile-bg-container {
    position: absolute;
    z-index: 0;
    width: 100%;
}

.profile-industry-icon {
    position: absolute;
    right: 30px;
    top: 14px;
    font-size: 20px;
}

.profile-industry-search-container {
    height: calc(100vh - 60vh);
    padding: 116px 0 0 0;
}

.profile-industry-input {
    height: 52px;
}

.no-padding {
    padding: 0px !important;
}

#singleProfile {
    background-color: transparent;
    border-radius: 0px;
    /*  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);*/
    /*        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);*/
    min-height: 400px;
    position: relative;
    width: 100%;
    /*  max-width: 1140px;*/
    top: 0px;
    margin-bottom: 0px;
    height: 100%;
}

.profile-logo-container {
    position: absolute;
    width: 100%;
    max-width: 110px;
    top: -55px;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 110px;
    max-height: 110px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.profile-logo-img {
    width: 100%;
    text-align: center;
    position: absolute;
    max-width: 90%;
    left: 5%;
    top: 18%;
    max-height: 60px;
    height: 100%;
    object-fit: contain;
}

.profile-logo-image {
    width: 100%;
    text-align: center;
    position: relative;
    max-height: 80px;
    height: 100%;
    object-fit: contain;
    margin: 30px 0px;
}

.profile-map-container {
    overflow: hidden;
    padding: 15px 30px;
}

    .profile-map-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile-info-container {
    padding: 15px;
}

    .profile-info-container p {
        margin: 0px;
        line-height: 22px;
        border-bottom: 1px solid #ededed;
        padding: 8px 0;
    }

.view-profile-btn {
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
}

    .view-profile-btn:hover {
        -webkit-box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.2);
        transition: 0.4s;
    }

.profile-nav {
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding: 15px 0px;
    max-height: 60px;
    -webkit-box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
    position: fixed !important;
    top: 0;
}

    .profile-nav .container a {
        padding: 0 0 !important;
    }

.profile-left-content {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    min-height: 620px;
}

.gallery-right-content-top {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    min-height: 160px;
    margin-bottom: 15px;
    max-height: 160px;
}

.profile-right-content-top {
    background-color: #fff;
    border-radius: 15px;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

    .profile-right-content-top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

.profile-right-content-bottom {
    background-color: #fff;
    border-radius: 15px;
    padding: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.profile-right-content-bottom-l {
    background-color: #fff;
    border-radius: 15px;
    padding: 0px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    margin-right: 8px;
    max-width: calc(50% - 8px);
    min-height: 205px;
}

.profile-right-content-bottom-r {
    background-color: #fff;
    border-radius: 15px;
    padding: 0px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    margin-left: 8px;
    max-width: calc(50% - 8px);
    min-height: 205px;
}

.profile-right-content-bottom-inner {
    padding: 15px;
    max-height: 142px;
    overflow: auto;
}

.profile-right-content-label {
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.profile-left-content-label {
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    padding: 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    width: 80%;
    float: left;
    text-align: center;
    padding-left: 30px;
}

.slogan-container {
    position: absolute;
    bottom: -34px;
    left: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    -webkit-animation: slogan-animate 1.5s ease-in-out;
    animation: slogan-animate 1.5s ease-in-out;
}

@-webkit-keyframes slogan-animate {
    0% {
        left: -100%;
    }

    100% {
        left: -0%;
    }
}

@keyframes slogan-animate {
    0% {
        left: -100%;
    }

    100% {
        left: -0%;
    }
}

#more {
    display: none;
}

.overview-info {
    margin-bottom: 20px;
}

.rounder-button {
    margin-top: 15px;
    border: 0;
    background-color: #ededed;
    border-radius: 15px;
    width: 150px;
    color: #fff;
}

.go-back-btn {
    color: #fff;
    border-radius: 14px;
    border: none;
    float: left;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 28px;
    height: 28px;
    padding: 0 2px 0 0;
}

/* Rating Star Widgets Style */

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;
}

.rating-stars ul > li.star > i.fa {
    font-size: 16px;
    color: #ccc;
}

.profile-flip-card-back {
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
    min-height: 600px;
}

.profile-flip-card {
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
    min-height: 600px;
}

.profile-flip-card-inner {
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.profile-flip-card-inner-rotate {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-inner-rotate {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.profile-flip-card-front,
.profile-flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.profile-flip-card-back {
    background-color: #ffffff;
    text-align: left;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-radius: 15px;
    padding: 0 15px;
    min-height: 200px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.profile-flip-card-back p {
    margin: 5px 0;
    padding-left: 15px;
    line-height: 18px;
    width: 100%;
    min-height: 20px;
}

.profile-flip-card-back p i {
    min-height: 24px;
    float: left;
    padding-top: 3px;
}

.hide-profile-flip-card-front {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hide-profile-flip-card-front-no-display {
    display: none;
}

.hide-flip-card-front {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hide-flip-card-front-no-display {
    display: none;
}


.icon-container {
    width: 6%;
    margin-right: 2%;
}

.text-container {
    width: 92%;
}

textarea {
    width: 92%;
    height: 110px !important;
}

#message {
    height: 110px !important;
}

.icon-video-absolute {
    position: absolute;
    float: right;
    right: 0;
    -webkit-animation: video-icon-down 1.5s ease-in-out;
    animation: video-icon-down 1.5s ease-in-out;
    bottom: 0px;
    margin-bottom: -2.5rem !important;
    z-index: 2;
}

@-webkit-keyframes video-icon-down {
    0% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

.rate-us-header-stars {
    min-height: 60px;
}

.associations-img-container {
    float: left;
    width: 100%;
    margin-right: 10px;
    max-width: 48px;
    height: 48px;
    margin-bottom: 10px;
}

.associations-img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

footer {
    background: rgba(4, 20, 28, 0.8) !important;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    color: #ffffff;
    padding: 40px 0px;
}

.footer-heading {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #7ac242;
    margin-bottom: 15px;
    width: 80%;
    font-size: 18px;
}

.footer-column-container {
    width: 100%;
    max-width: 25%;
    padding: 0 15px 0 0;
    float: left;
}

    .footer-column-container > p {
        margin-bottom: 10px;
    }

.footer-nav-link {
    display: block;
    padding: 0;
    color: #fff !important;
    transition: .3s all ease;
}

    .footer-nav-link:hover,
    .footer-nav-link:focus {
        text-decoration: none;
        transition: .3s all ease;
        color: #7ac242 !important;
    }

    .footer-nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.subscribe-input-field {
    border: 0;
    padding: 0px 30px 0 10px;
    border-radius: 15px;
    float: left;
    width: calc(100% - 30px);
}

.subscribe-btn {
    background-color: #7ac242;
    width: 29px;
    height: 29px;
    border-radius: 15px;
    float: left;
    text-align: center;
    margin-left: -28px;
}

.dx-autocomplete .dx-texteditor-input {
    font-size: 1.5em !important;
}

.register-form-container {
    opacity: 0;
    position: fixed;
    top: -150%;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 20, 28, 0.95) !important;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 8;
    color: #fff;
}

    .register-form-container .container {
        padding: 10%;
        margin-top: 35px;
    }

.register-form-container-show {
    opacity: 1;
    top: 0%;
    bottom: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100vh;
}

.register-form-container-hide {
    opacity: 0 !important;
    top: -150% !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.close-btn-container {
    width: 100%;
    display: block;
    position: relative;
    height: 50px;
}

.close-register-form-btn {
    color: #7ac242;
    background-color: #fff;
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    float: right;
    font-size: 1.5rem;
    padding: 3px 0 0 15px;
    cursor: pointer;
}

.register-btn {
    position: absolute;
    top: 24px;
    background-color: #7ac242;
    padding: 6px 0 0 12px;
    border-radius: 20px 20px 0px 20px;
    font-size: 1rem;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-left: calc(1140px - 72px);
    z-index: 9;
    cursor: pointer;
    display: block;
}

.close-btn-container {
    position: fixed;
    top: 24px;
    background-color: #fff;
    padding: 6px 0 0 12px;
    border-radius: 20px 20px 0px 20px;
    font-size: 1rem;
    color: #7ac242;
    width: 40px;
    height: 40px;
    margin-left: calc(1140px - 72px);
    z-index: 9;
    display: none;
    cursor: pointer;
}

.hide-register-btn {
    display: none;
}

.show-close-btn-container {
    display: block !important;
}

#introduction {
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: #ffffff;
}

.location-container {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.98);
    color: rgba(4, 20, 28, 1) !important;
    border-radius: 15px;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    opacity: 0;
    top: -50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 20px;
    height: 20px;
    margin-left: -130px;
}

#demo {
    color: rgba(4, 20, 28, 1) !important;
    font-size: 13px;
    padding: 0;
    line-height: normal;
    opacity: 0;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.current-location-icon {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 21px;
    padding-left: 5px;
    cursor: pointer;
}

.current-location-icon-active {
    color: #7ac242 !important;
}

.location-container-show {
    top: 60px;
    opacity: 1;
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    margin-left: -130px;
}

.lat-long-p-tags {
    margin: 0;
    color: rgba(4, 20, 28, 1) !important;
    font-size: 13px;
}

.demo-show {
    opacity: 1 !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#registerForm {
    cursor: pointer;
}

.typewriter p {
    color: #fff;
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #7ac242;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .10em;
    /* Adjust as needed */
    animation: typing 4s steps(30, end), blink-caret 1s step-end infinite;
    font-size: 1.1rem;
    font-weight: 600;
}

.typewriter {
    max-width: 196px;
    width: 100%;
}

/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */

@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: #7ac242
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 38px;
    height: 38px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.imageContainer img {
    transition: transform 0.25s ease;
}

.imageContainer > img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */

.cf > div {
    position: relative;
    float: left;
    padding: 5px;
    width: 25%;
}

    .cf > div:hover {
        z-index: 1;
        cursor: zoom-in;
    }

.cf:before,
.cf:after {
    display: table;
    content: "";
    line-height: 0;
}

.cf:after {
    clear: both;
}

.zoomed-image {
    position: fixed;
    width: 100%;
    max-width: calc(100% - 50% - 15px);
    top: 236px;
    right: 0%;
    height: 100% !important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    cursor: zoom-out;
    max-height: 400px;
    padding: 8px;
}

.gallery-image-underlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    z-index: 3;
    max-height: 400px;
    min-height: 400px;
    border-radius: 15px;
}

.giu-display {
    display: block;
}

.giu-hide {
    display: none;
}

.galimage1,
.galimage2,
.galimage3,
.galimage4 {
    z-index: 4;
    display: inline-block;
    width: 100%;
    transition: .1s transform;
    transform: translateZ(0);
    /* hack */
    float: left;
    border-radius: 15px;
    opacity: 1;
}

.gallery-single-image-large {
    width: 100% !important;
    height: 400px !important;
    z-index: 8 !important;
}

.galimage {
    z-index: 4;
    width: 100%;
    transition: .1s transform;
    transform: translateZ(0);
    /* hack */
    float: left;
    border-radius: 15px;
    opacity: 1;
}

.slick-slide {
    margin: 0px 3px;
}

    .slick-slide img {
        width: 100%;
        height: 140px;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-dots li button {
    display: none;
}

#more h3 span {
    font-size: 16px;
}

.viewProfileBtn {
    display: none!important;
}


.burger-menu {
    display: none;
    position: absolute;
    top: 16px;
    right: 25px;
    font-size: 34px;
    color: #fff;
    cursor: pointer;
}

.main-single-profile-content-container {
    top: 120px;
    position: relative;
    display: block;
    height: calc(75vw);
}

.terms-privacy-container {
    font-size: 13px!important;
}

.terms-privacy-container p {
    font-size: 13px!important;
}

.about-container p {
    font-size: 16px !important;
}

.terms-privacy-container ol li {
    font-size: 13px!important;
    margin-bottom: 10px;
}

@media (max-height: 601px) {
    .main-single-profile-content-container {
        min-height: 76vw!important;
    }
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }

    .footer-column-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
    }

    .location-from-me {
        bottom: 22px;
    }

    .ftco-navbar-light .navbar-brand {
        padding-left: 15px;
    }

    .ftco-section {
        padding: 6em 15px;
    }

    .slider-text.js-fullheight {
        height: 100% !important;
    }

    .slider-text .icon-video {
        position: absolute;
        top: 70% !important;
        right: 0px !important;
    }

    .icon-video-absolute {
        position: absolute!important;
    }

    .slogan-container {
        bottom: -72px !important;
    }

    .ftco-section {
        padding: 2em 15px !important;
    }

    .icon-container {
        width: 18% !important;
    }
    .profile-right-content-bottom-l {
        max-width: calc(100%);
        margin-right: 0px;
    }
    .profile-right-content-bottom-r {
        max-width: calc(100%);
        margin-left: 0px;
    }
    .profile-left-content {
        min-height: 516px!important;
    }
    .ftco-footer-social {
        transform: translate(0%, 0)!important;
        width: 100%!important;
        bottom: -45px;
        left: 0%!important;
    }
    .profile-info-container {
        height: auto!important;
        margin-bottom: 0px!important;    
    }
    .profile-left-content-label {
        width: 66%;
    }
    .rate-us-header-stars .rating-stars.text-center {
        width: 34% !important;
    }
}


@media (max-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .main-single-profile-content-container {
        height: 100% !important;
    }
}

@media only screen and (max-width: 769px) {

    .main-single-profile-content-container {
        top: 40px !important;
        height: calc(100% - -0px) !important;
        padding-bottom: 10% !important;
    }

    .profile-info-container {
        margin-bottom: 50px;
    }

    .blog-entry {
        margin-bottom: 30px;
    }

    .burger-menu {
        display: block;
    }

    .hero-wrap.cards {
        height: calc(100vh) !important;
        max-height: 100vh !important;
        min-height: 100%;
    }

    .hero-wrap.cards .container  {
        height: 100vh;
    }

    .no-gutters.slider-text {
        height: 400px;
        max-height: 600px !important;
    }

    .hero-wrap.cards .overlay {
        max-height: 100%;
    }

    .navbar-collapse {
        position: absolute;
        top: 93px;
        width: 100%;
        height: 100vh;
        background-color: rgb(4, 20, 28) !important;
        min-height: 400px;
        left: 0;
        padding: 0;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding: 0.7rem 1.7rem !important;
        border-bottom: 1px solid #000;
        font-size: 16px;
    }

    .current-location-icon {
        margin-left: 22px;
    }

    .icon-video-absolute {
        top: 68% !important;
        position: relative;
        right: 36px !important;
    }

    .ftco-navbar-light.scrolled {
        height: 80px;
    }

    .flip-card {
        width: 50%;
    }

    profile-info-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .icon-container {
        width: 10%;
        margin-right: 2%;
    }

    .text-container {
        width: 86%;
    }

    .industry-icon {
        right: -64px!important;
    }

    .main-search-input-container {
        width: 80%!important;
    }

    .slogan-container {
        font-size: 16px;
    }

    .main-single-profile-content-container {
        height: calc(100%) !important;
    }
}

@media (max-width: 991px) {
    .burger-menu {
        display: block;
    }

    .close-btn-container {
        margin-left: 0;
        right: 41px;
    }

    .location-container-show {
        top: 250px;
        margin-left: 80px;
    }

    #map {
        height: 300px;
    }

    .ftco-intro {
        background-position: center center !important;
    }

    .ftco-navbar-light .navbar-brand {
        color: #fff;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .ftco-navbar-light {
        background: rgba(4, 20, 28, 0.99) !important;
        position: relative;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .ftco-navbar-light .navbar-nav {
            padding-bottom: 20px;
            margin-right: 0;
        }

            .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
                padding-left: 0;
                padding-right: 0;
                padding-bottom: 0;
                color: #fff;
            }

            .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
                padding-left: 0;
                margin-left: 0;
            }

                .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
                    display: none;
                }

            .ftco-navbar-light .navbar-nav > .nav-item.active > a {
                color: #7ac242;
            }
/*
        .ftco-navbar-light.scrolled .nav-item > .nav-link {
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-bottom: 0 !important;
        }
*/
        .ftco-navbar-light.scrolled .navbar-nav {
            background: none;
            border-radius: 0px;
            margin-left: 0 !important;
        }

    .slider-text h1 {
        font-size: 40px;
    }

    .ftco-navbar-light.scrolled {
        height: 93px;
    }

    .flip-card {
        width: 100%;
    }

    .main-search-input-container {
        width: 70%;
    }

    .slider-text.js-fullheight {
        height: 600px;
    }

    .viewProfileBtn {
        display: block !important;
        position: absolute;
        bottom: 50px;
    }

    .ribbon-bottom-right {
        z-index: 9;
    }

    .profile-left-content {
        min-height: 570px;
    }

    .main-single-profile-content-container {
        top: 60px;
    }

    .main-single-profile-content-container {
        height: 100%;
        margin-bottom: 80px;
    }

    .social-media-icons {
        margin-top: 40px !important;
    }

    .login-register-container {
        max-width: 100%;
    }

    .login-register-left-container {
        max-width: 100%;
    }

    .login-register-right-container {
        max-width: 100%;
        flex: 100%;
    }
    .login-btns {
        max-width: 50%;
    }
    .register-btns {
        max-width: 50%;
    }
    .login-register-main-container {
        margin-top: 48px;
    }
    .login-register-left-container form .form-group button {
        width: 100%;
    }
    .login-register-left-container form button {
        width: 100%;
    }
    ol {
        padding-left: 5px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .ftco-intro h2 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .ftco-intro .img {
        padding: 2em 1em;
    }
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}

@media (max-width: 767.98px) {
    .ftco-about .img {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .search-property-1 .form-group .form-control.btn {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .search-property-1 .form-group .icon {
        right: 10px;
    }
}

@media (min-width: 768px) {
    .search-wrap-1.search-wrap-notop {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .search-property-1 .form-group {
        margin-bottom: 0;
        border: none;
    }
}

@media (max-width: 767.98px) {
    .ftco-search .nav-pills .nav-link.active:after {
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .ftco-search .nav-pills .nav-link {
        margin-bottom: 5px;
        padding: 7px 10px !important;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .ftco-search .nav-pills .nav-link:hover:after {
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .slider-text .icon-video {
        position: absolute;
        top: 7em;
        left: 0;
    }
}


@media (max-width: 767.98px) {
    .slider-text h1 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    
}

@media (max-width: 1024px) {
    .icon-video-absolute {
        right: 25px!important;
    }
    .viewProfileBtn {
        display: block;
    }
    .main-single-profile-content-container {
        height: calc(82vw);
    }
    .profile-info-container {
        height: 670px;
        overflow-y: auto;
        max-height: 670px;
    }
    .ftco-footer-social {
        transform: translate(-7%, 0);
        width: 54%;
    }
}

@media (max-width: 1366px) {
    .icon-video-absolute {
        top: 40px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: fixed;
        right: 125px;
        z-index: 1;
    }
    .main-single-profile-content-container {
        height: 100vh;
        margin-bottom: 50px;
        min-height: 56vw;
    }
    .profile-info-container {
        height: 670px;
        overflow-y: auto;
        max-height: 670px;
    }
}

@media (max-width: 1280px) {
    .profile-info-container {
        height: 600px;
        overflow-y: auto;
    }
}


table {
    background-color: transparent;
}

    table col[class*="col-"] {
        position: static;
        display: table-column;
        float: none;
    }

    table td[class*="col-"],
    table th[class*="col-"] {
        position: static;
        display: table-cell;
        float: none;
    }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .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-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}