@charset "utf-8";
    @import url(https: //fonts.googleapis.com/css2?family=Poppins:wght@100;
    300;
    400;
    500;
    700&display=swap);
    @import url(https: //fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;
    400;
    500;
    700&display=swap);
    .logo img {
    max-height: 140px;
    padding: px 0;
}
html {
    font-size: 15px;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    padding: 0 0;
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
}
a, a:active, a:link, a:visited {
    text-decoration: none!important;
    color: #777;
}
p {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
    opacity: .92;
    font-family: Poppins, sans-serif;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
a.mobphone[href*="#"] {
    display: none!important;
}
.social a[href^="#"] {
    display: none!important;
}
.social a[href*=facebook] {
    background-color: #4b69b0;
}
.social a[href*=twitter] {
    background-color: #37b1e1;
}
.social a[href*=instagram] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social a[href*=youtube] {
    background-color: #e83f3a;
}
.social a[href*="wa.me"] {
    background-color: #2ba63a;
}
::-moz-selection {
    background: #040404;
    color: #e2d050;
}
::selection {
    background: #040404;
    color: #e2d050;
}
.bigbg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    border-radius: 3px;
}
.widewrapper {
    width: 95%;
    margin: auto;
}
.sub-title {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}
.sub-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    margin-top: -3px;
    content: " ";
    background-color: #e2d050;
}
main hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
main h1 {
    font-size: 2.5rem;
    line-height: 120%;
    font-weight: 300;
    color: #040404;
}
main h2 {
    font-size: 2.5rem;
    line-height: 120%;
    font-weight: 300;
    color: #040404;
    text-transform: capitalize;
}
main h3 {
    font-size: 2rem;
    line-height: 120%;
    font-weight: 300;
    color: #040404;
}
main h4 {
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 300;
    color: #040404;
}
main h5 {
    font-size: 1rem;
    line-height: 120%;
    font-weight: 300;
    color: #040404;
}
main strong {
    font-weight: 700;
}
.why-box h3 {
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: capitalize;
}
main ul li {
    position: relative;
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 50px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}
main ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-image: url(../images/shapes/check.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    content: " ";
    background-color: #e2d050;
    border-radius: 3px;
}
.darkbg {
    background-color: #0c0c0c;
}
.medbg {
    background-color: #e2d050;
}
.lightbg {
    background-color: #e2d050;
}
.light-text {
    color: #fff;
}
.light-text .sub-title, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5 {
    color: #fff;
}
.extralightbg {
    position: relative;
}
.extralightbg::after {
    position: absolute;
    content: " ";
    background-color: #e2d050;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: .1;
    pointer-events: none;
}
.section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.medium-section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.small-section {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.next-section {
    padding-bottom: 60px;
    position: relative;
}
.title-section {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.nopad {
    padding: 0;
}
.twocols {
    -webkit-columns: 2;
    -moz-columns: 2;
    -o-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px;
}
.threecols {
    -webkit-columns: 3;
    -moz-columns: 3;
    -o-columns: 3;
    columns: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px;
}
.onecol {
    -webkit-columns: 1!important;
    -moz-columns: 1!important;
    -o-columns: 1!important;
    columns: 1!important;
}
.left-text {
    padding: 50px;
    padding-left: 0;
}
.right-text {
    padding: 50px;
    padding-right: 0;
}
.tar {
    text-align: right;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.tac .sub-title {
    display: inline;
}
.hundred {
    height: 100%;
    overflow: auto;
}
.mainbutton {
    line-height: 35px;
    font-size: .75rem;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 20px;
    box-shadow: 0 0 70px rgba(0, 0, 0, .1), 0 0 20px rgba(0, 0, 0, .1);
    display: inline-block;
    font-weight: 500;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    background-color: #fff;
}
.mainbutton:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .1);
    text-decoration: none;
}
.mainbutton span {
    margin-left: 10px;
}
.mainreverse {
    background-color: #e2d050;
    color: #fff!important;
}
.mainreverse:hover {
    background-color: #040404;
}
.mainreverse span {
    color: #040404;
}
.mainreverse:hover span {
    color: #e2d050;
}
.logo p {
    font-size: 1.5rem;
    line-height: 35px;
    padding: 30px 0;
    color: #040404;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
}
.logo p strong {
    color: #e2d050;
    font-weight: 700;
}
nav {
    text-align: center;
}
nav ul li {
    display: inline-block;
    position: relative;
}
nav ul li a {
    display: inline-block;
    line-height: 35px;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff!important;
    position: relative;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    text-transform: capitalize;
}
nav ul li a:hover {
    color: #e2d050!important;
}
.sub-menu {
    position: absolute;
    top: calc(100% - 2px);
    text-align: left;
    clear: both;
    white-space: nowrap;
    padding: 20px;
    border-radius: 3px;
    background-color: #040404;
    opacity: 0;
    z-index: 10;
    width: auto;
    transform: scale(.5);
    pointer-events: none;
    transform-origin: top left;
    -webkit-transition: ease .1s;
    -o-transition: ease .1s;
    transition: ease .1s;
    border-top: 3px solid #e2d050;
    box-shadow: 0 0 80px rgba(0, 0, 0, .2);
}
.sub-menu li {
    display: block;
}
.sub-menu li a {
    padding: 0;
    color: #fff!important;
}
.sub-menu li:last-of-type {
    background: 0 0;
    float: none;
    box-shadow: 0 0 40px transparent;
    padding: 0 0;
    margin: 0;
}
.sub-menu li:last-of-type:hover a {
    color: #e2d050!important;
}
.sub-menu li:last-of-type a:hover {
    background-color: unset;
    color: #e2d050!important;
}
.sub-menu li a {
    line-height: 35px;
}
nav ul li:hover .sub-menu {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
nav ul li:hover .sub-menu {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
nav ul li>a {
    margin-right: 10px;
}
nav ul li>a:only-child {
    margin-right: 0;
}
nav ul li>a::after {
    background-image: url(../images/shapes/navdown.svg);
    position: absolute;
    right: -10px;
    top: 0;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    content: " "}
nav ul li>a:only-child::after {
    display: none;
}
.active {
    color: #e2d050!important;
}
.top-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 10;
    background-color: #221f20;
    box-shadow: 0 0 200px rgba(0, 0, 0, .5);
}
.top-section .row {
    max-width: 95%}
.banner-text {
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fff;
    position: relative;
    z-index: 5;
    margin-top: 100px;
}
.home-banner-text {
    padding-top: 275px;
    padding-bottom: 275px;
    max-width: 960px;
}
.banner {
    background-image: url(../images/header.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.banner::before {
    position: absolute;
    content: " ";
    background-image: -webkit-linear-gradient(top, transparent, #040404);
    background-image: -o-linear-gradient(top, transparent, #040404);
    background-image: linear-gradient(to bottom, transparent, #040404);
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .7;
}
.banner-text h1 {
    color: #fff;
    font-size: 4rem;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
}
.banner-text .sub-title {
    color: #fff;
}
.why h2 {
    font-size: 2.5rem;
    margin-top: 10px;
    margin-bottom: 30px;
}
.why-box {
    position: relative;
    z-index: 10;
    border-radius: 3px;
    border: 1px solid #e2d050;
    padding: 40px;
    height: 100%;
    backdrop-filter: blur(3px);
}
.slider-text {
    padding: 40px;
}
.home-slider .uk-panel {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05), 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 5px solid #e2d050;
    border-radius: 3px;
}
.slider-text h4 {
    color: #e2d050;
}
.home-contact {
    background-image: url(../images/header2.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.home-contact::before {
    position: absolute;
    content: " ";
    background-image: -webkit-linear-gradient(top, transparent, #040404);
    background-image: -o-linear-gradient(top, transparent, #040404);
    background-image: linear-gradient(to bottom, transparent, #040404);
    bottom: 0;
    height: 150%;
    width: 100%;
    left: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .9;
}
.home-contact .row {
    position: relative;
    z-index: 5;
}
.home-contact-text .sub-title {
    color: #fff!important;
}
.home-contact-text h2 {
    color: #fff!important;
    margin-bottom: 30px;
}


.ev {
    background-image: url(../images/ev.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.ev::before {
    position: absolute;
    content: " ";
    background-image: -webkit-linear-gradient(top, transparent, #040404);
    background-image: -o-linear-gradient(top, transparent, #040404);
    background-image: linear-gradient(to bottom, transparent, #040404);
    bottom: 0;
    height: 150%;
    width: 100%;
    left: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .9;
}
.ev .row {
    position: relative;
    z-index: 5;
}
.ev-text .sub-title {
    color: #fff!important;
}
.ev-text h2 {
    color: #fff!important;
    margin-bottom: 30px;
}


.bigphone {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 20px;
}
footer {
    background-color: #050505;
    padding-top: 150px;
    position: relative;
    color: #fff;
    overflow: hidden;
}
footer .row {
    position: relative;
    z-index: 5;
}
footer h6 {
    font-size: 1rem;
    line-height: 150%;
    font-weight: 300;
    color: rgba(255, 255, 255, .3);
    text-transform: capitalize;
}
footer a {
    color: #fff!important;
}
footer a, footer ul li a {
    display: block;
    font-weight: 300;
    line-height: 2rem;
    font-size: 1rem;
    text-transform: capitalize;
}
footer a:hover, footer ul li a:hover {
    color: #e2d050!important;
}
footer ul{padding-left: 0;}
footer .bigphone {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 3rem;
    color: #e2d050!important;
}
.by {
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding-top: 30px;
    padding-bottom: 30px;
}
footer p {
    margin: 0;
}
.by p {
    color: rgba(255, 255, 255, .3);
    text-transform: capitalize;
    font-weight: 300;
    font-size: .65rem;
}
footer .sub-menu {
    display: none;
}
.footerlinks {
    display: block;
}
.footerlinks a {
    opacity: .9;
    font-weight: 300;
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    color: rgba(255, 255, 255, .3)!important;
}
.footerlinks a::after {
    content: "/";
    margin-left: 10px;
}
.footerlinks a:last-of-type::after {
    display: none;
}
.footerlinks a:hover {
    color: #e2d050;
}
.social {
    margin-top: 30px;
}
.social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}
.social a:hover {
    opacity: .8;
}
.social span {
    color: #fff;
    margin: 0;
}
.side-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.side-top {
    padding: 50px;
}
.side-bar {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    max-width: 450px;
    text-align: center;
    background-color: rgba(255, 255, 255, .85);
    backdrop-filter: blur(16px);
    box-shadow: 0 0 200px transparent;
    -webkit-transition: ease .8s;
    -o-transition: ease .8s;
    transition: ease .8s;
}
.close-side {
    right: 0;
    box-shadow: 0 0 200px rgba(0, 0, 0, .5);
}
.side-top p {
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    color: #e2d050;
}
.question {
    height: auto;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 1s;
    width: 100%;
    padding: 50px;
    z-index: 3;
}
.one {
    top: 50%;
    opacity: 1;
}
.assist a {
    display: block;
}
.assist p {
    background-color: #040404;
    position: relative;
    overflow: hidden;
    color: #fff!important;
    padding: 0 20px;
    display: block;
    z-index: 2;
    margin: 0;
    border-radius: 3px;
    line-height: 40px;
    margin-top: 10px;
}
.bookme p {
    background-color: #e2d050;
}
.assist input, .assist select {
    color: #fff;
    padding: 0 30px;
    border-left: 0 solid #111;
    background-color: rgba(0, 0, 0, .1)!important;
    font-size: 1rem;
    box-shadow: none;
    font-weight: 500;
    transition: ease .3s;
    line-height: 40px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    border: 0;
    outline: 0;
    width: 100%;
    margin-bottom: 20px;
}
.assist input[type=submit] {
    border-radius: 4px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 1rem;
    letter-spacing: 1px;
    display: inline-block;
    background-color: rgba(50, 50, 50, .3);
    line-height: 50px;
    box-shadow: 0;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    margin-top: 40px;
    border-radius: 3px;
    background-color: #e2d050!important;
}
.three p {
    font-size: 1rem;
    margin: 0;
}
.close-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    z-index: 20;
}
.close-sidebar:hover {
    transform: rotate(90deg);
}
.myform {
    overflow: auto;
    width: 100%;
    padding: 50px;
    position: relative;
    background-color: #040404;
    border-bottom: 5px solid #e2d050;
    border-radius: 3px;
}
.myform label {
    float: left;
    display: block;
    font-size: .75rem;
    line-height: 1.5rem;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    color: #e2d050;
    font-weight: 500;
    width: 100%;
    margin-bottom: 5px;
}
select {
    border-radius: 0;
}
.myform input, .myform select, .myform textarea {
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-left: 0 solid #111;
    height: 60px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, .1);
    font-size: 1rem;
    box-shadow: none;
    font-weight: 500;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    border-radius: 3px;
    border-bottom: 2px solid #e2d050;
}
.myform textarea {
    min-height: 150px;
}
option {
    background-color: #040404!important;
    border: none;
    color: #fff;
}
input[type=submit] {
    background-color: #e2d050;
    color: #fff!important;
    font-size: 1rem;
    display: inline-block;
    line-height: 30px;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}
.myform input:focus, .myform select:focus, .myform textarea:focus {
    border: 0;
    outline: 0!important;
    background-color: rgba(255, 255, 255, .15);
    padding-left: 20px;
    transition: ease .3s;
}
.form-checks input {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin-bottom: 0;
    border-radius: 3px 3px 3px 3px;
}
.form-checks p {
    display: inline;
    width: auto;
    line-height: 30px;
    color: #fff;
    float: left;
    margin: 0;
    padding-right: 30px;
}
.form-check {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
    float: left;
}
::-webkit-input-placeholder {
    color: #fff!important;
    font-weight: 500;
    opacity: .75;
}
::-moz-placeholder {
    color: #fff!important;
    font-weight: 500;
    opacity: .75;
}
:-ms-input-placeholder {
    color: #fff!important;
    font-weight: 500;
    opacity: .75;
}
:-moz-placeholder {
    color: #fff!important;
    font-weight: 500;
    opacity: .75;
}
.thumbs {
    float: left;
    width: calc(50% - 20px);
    margin: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 400px;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
}
.thumbs-3 {
    width: calc(33.33% - 20px);
}
.thumbs-4 {
    width: calc(25% - 20px);
}
.home-gallery .thumbs {
    width: calc(33.33% - 20px);
    height: 250px;
}
.thumbs::before {
    content: " ";
    width: calc(100% - 10px);
    height: calc(0% - 10px);
    top: 5px;
    left: 5px;
    z-index: 20;
    position: absolute;
    opacity: 1;
    pointer-events: none;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 2px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.thumbs::after {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    pointer-events: none;
    background-image: url(../images/shapes/zoom.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 20%;
    background-size: 20%}
.thumbs img {
    width: 100%;
    margin: 0!important;
    border-radius: 3px;
}
.thumbs a {
    margin: 0!important;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.thumbs:hover::after {
    -webkit-background-size: 20%;
    background-size: 20%;
    opacity: .75;
}
.thumbs:hover::before {
    height: calc(100% - 10px);
}
blockquote {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    font-style: normal;
    position: relative;
    z-index: 10;
    border-radius: 3px;
    border: 1px solid #e2d050;
    padding: 40px;
    padding-top: 100px;
    min-height: 400px;
}
blockquote span {
    font-size: 1rem;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
}
blockquote span::before {
    position: absolute;
    left: 0;
    top: 12px;
    height: 6px;
    width: 6px;
    content: " ";
    background-color: #e2d050;
    border-radius: 50%}
blockquote::after {
    position: absolute;
    top: 40px;
    left: 40px;
    height: 40px;
    width: 40px;
    background-image: url(../images/shapes/quotez.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    content: " "}
.smallquote {
    font-size: 1rem;
    line-height: 120%}
.midquote {
    font-size: 1.5rem;
    line-height: 120%}
.bigquote {
    font-size: 2rem;
    line-height: 120%}
.review-row blockquote {
    margin: 20px;
}
.review-row {
    max-width: 100%}
.members {
    padding-top: 20px;
    padding-bottom: 20px;
}
.members img {
    max-height: 60px;
}
main .content:nth-child(even) .left-text {
    order: +1;
    padding-left: 50px;
    padding-right: 0;
}
.number {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: -20px;
    position: relative;
    margin: 0;
    color: #e2d050;
    opacity: .8;
}
.number::after {
    content: " ";
    height: 40%;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: inherit;
}
.process-box {
    position: relative;
    z-index: 10;
    border-radius: 3px;
    border: 1px solid #e2d050;
    padding: 40px;
    height: 100%}
.process-box h4 {
    margin-top: -40px;
    position: relative;
    z-index: 5;
    font-weight: 700;
    font-size: 30px;
}
.process .left-text, .process .right-text {
    padding: 0 1.15rem 30px;
}
address p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #e2d050;
    margin: 0;
    margin-bottom: 10px;
}
.contact a {
    display: block;
    line-height: 30px;
}
.contact .bigphone {
    margin-bottom: 20px;
    color: #e2d050;
}
.contact h4 {
    margin-bottom: 30px;
}
.contact .map-contact {
    margin-top: 150px;
}
.contact .map-contact iframe {
    height: 500px;
}
.no-margin {
    padding: 15px 0;
    width: 100%}
.no-margin p {
    margin: 0;
    color: #fff;
}
.no-margin h4 {
    margin: 0;
    color: #fff;
}
.disabled {
    background-color: grey!important;
    pointer-events: none;
}
.sendForm {
    pointer-events: auto;
}
.contact .social a {
    display: inline-block;
}
.checker p {
    font-size: .75rem;
}
.contact a:hover strong {
    text-decoration: underline;
}
.mobile-menu {
    display: none;
}
@media screen and (max-width:64em) {
    html {
    font-size: 90%}
header {
    margin-top: 49px;
}
.top-section {
    position: relative;
    margin-top: 49px;
}
.mobile-menu {
    position: fixed;
    z-index: 1000000;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: #040404;
    box-shadow: 0 0 14px rgba(0, 0, 0, .4);
    text-align: center;
}
.mobile-menu a {
    color: #fff;
}
.mobile-menu span {
    line-height: 50px;
    color: #fff;
}
.toggler {
    cursor: pointer;
}
.mobile-menu .row {
    padding-left: 0;
    padding-right: 0;
}
nav {
    position: fixed;
    top: 49px;
    left: -100%;
    display: table;
    height: calc(100vh - 50px);
    width: 100%;
    opacity: 0;
    z-index: 100000;
    text-align: left;
    padding: 0 1.15rem;
    text-align: center;
    padding-bottom: 50px;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
    background-color: #fff;
    pointer-events: none;
}
.shownav {
    opacity: .9;
    pointer-events: auto;
    left: 0;
}
nav ul li {
    display: block;
}
nav ul {
    display: table-cell;
    vertical-align: middle;
}
nav ul li a {
    line-height: 50px;
    font-weight: 500;
    display: block;
    cursor: pointer;
    color: #000!important;
    font-size: 1.5rem;
}
nav ul li::after {
    display: none;
}
.myform {
    padding: 20px;
}
.banner-text h1 {
    font-size: 2rem;
}
.bigbg {
    min-height: 300px;
}
.section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.medium-section {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.small-section {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.next-section {
    padding-bottom: 40px;
}
.left-text {
    padding: 30px 1.5rem;
}
.right-text {
    padding: 30px 1.5rem;
}
.why-box h3 {
    font-size: 1.5rem;
}
.nomobpad {
    padding: 0;
}
.why-first {
    margin-bottom: 20px;
}
.side-bar {
    top: 50px;
    height: calc(100vh - 50px);
}
.side-top {
    padding: 20px;
}
.side-top p {
    font-size: 1.5rem;
    margin: 0;
}
.sub-menu {
    position: relative;
    display: block;
    top: 0;
    text-align: center;
    padding: 10px;
    background-color: unset;
    opacity: 1;
    width: 100%;
    transform: scale(1);
    pointer-events: auto;
    border-top: 0 solid #cca853;
    box-shadow: 0 0 80px transparent;
}
main .content:nth-child(even) .left-text {
    order: auto;
    padding: 30px 1.5rem;
}
.process .row .columns:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.twocols {
    -webkit-columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    columns: 1;
}
.threecols {
    -webkit-columns: 2;
    -moz-columns: 2;
    -o-columns: 2;
    columns: 2;
}
.banner-text {
    padding-bottom: 150px;
    padding-top: 150px;
    margin-top: 0;
}
.thumbs {
    height: 240px;
}
}@media screen and (max-width:40em) {
    html {
    font-size: 80%}
footer {
    padding: 50px 1.15rem 0;
}
.by {
    margin-top: 30px;
    padding: 20px 0;
}
footer .columns {
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-right {
    display: none;
}
.why-mid {
    margin-top: 20px;
    margin-bottom: 20px;
}
.why-first {
    margin-bottom: 0;
}
.side-bottom {
    display: none;
}
.bigphone, footer .bigphone {
    font-size: 2rem;
}
.tar {
    text-align: left;
}
main .content:nth-child(even) .left-text {
    order: -1;
}
.threecols {
    -webkit-columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    columns: 1;
}
.banner-text {
    padding-bottom: 100px;
    padding-top: 100px;
    margin-top: 0;
}
.thumbs {
    height: 120px;
}
.top-section {
    text-align: center;
}
}