body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
}

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.content-section-heading h2 {
    font-size: 3rem;
    color: #333333;
}

h2 sup {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 5px;
    background-color: #ff0000;
    color: #ffffff;
    font-family: "Montserrat";
}

.content-section-heading h3 {
    font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Lora", serif;
}

h2 {
    font-size: 3rem;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
    height: 30rem;
}

.topline {
    position: relative;
}

.topline::before {
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    width: 100px;
    border-top: 2px solid rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    content: "";
}

@media (max-width: 992px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    /*height: auto;*/
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url("../img/bg.jpg");
    background-position: center center;
    background-repeat: repeat;
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .masthead {
        /*height: 100vh;*/
    }

    .masthead h1 {
        font-size: 5.5rem;
    }
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
    z-index: 999;
}

.menu-toggle:focus,
.menu-toggle:hover {
    color: #fff;
}

.menu-toggle:hover {
    background: #343a40;
}

.service-icon {
    background-color: #fff;
    color: #000;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #1d809f;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
    background-color: #155d74;
    text-decoration: none;
}

a {
    color: #1d809f;
}

a:hover,
a:focus,
a:active {
    color: #155d74;
}

.btn-primary {
    background-color: #1d809f !important;
    border-color: #1d809f !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #155d74 !important;
    border-color: #155d74 !important;
}

.btn-secondary {
    background-color: #ecb807 !important;
    border-color: #ecb807 !important;
    color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #ba9106 !important;
    border-color: #ba9106 !important;
}

.btn-dark {
    color: #fff !important;
}

.btn {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.bg-primary {
    background-color: #1d809f !important;
}

.text-primary {
    color: #1d809f !important;
}

.text-secondary {
    color: #ecb807 !important;
}

nav {
    background-image: url("../img/bg.jpg");
    background-position: center center;
    background-repeat: repeat;
}

nav a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.digits .digit {
    display: block;
    font-size: 80px;
    font-weight: 700;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none;
}

.hamburger:focus {
    opacity: 0.7;
    outline: none;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

[data-scroll] {
    transition: opacity 1s;
}

[data-scroll="in"] {
    opacity: 1;
}

[data-scroll="out"] {
    opacity: 0;
}

.testimonial {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.testimonial__content {
    position: relative;
    quotes: "“" "”";
    z-index: 1;
    padding: 30px;
}

.testimonial__content:before {
    position: absolute;
    content: open-quote;
    font-size: 90px;
    opacity: 0.2;
    top: -10px;
    left: 0;
}

.testimonial__content:after {
    position: absolute;
    content: close-quote;
    font-size: 90px;
    opacity: 0.2;
    z-index: 5;
    bottom: -70px;
    right: -10px;
}

.testimonial__author {
    margin-top: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.testimonial__author .muted {
    font-weight: normal;
    color: #333333;
    font-size: 13px;
}

.testimonial__author a {
    color: #000000;
}

.testimonial__photo {
    max-width: 100%;
    text-align: center;
}

.carousel-controls {
    text-align: right;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.carousel-control-next,
.carousel-control-prev {
    color: #000;
    font-size: 36px;
    opacity: 0.6;
    width: 50px;
    display: block;
    position: relative;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #000;
    opacity: 1;
}

.carousel-control-next {
    transform: rotate(90deg);
}

.carousel-control-prev {
    transform: rotate(-90deg);
}

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100vh;
    width: 100%;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    padding: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay h2 {
    text-align: center;
    color: #fff;
    font-size: 70px;
    margin-top: 17%;
}

.phone {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 15px;
}

.phone .number {
    font-size: 24px;
    font-weight: 400;
}

.phone .number a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

.phone .name {
    margin-left: 15px;
}

.testimonial_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.navbar {
    padding: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.messengers {
    font-size: 11px;
    line-height: 1px;
}

.messengers img {
    padding: 3px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 80%;
    margin-left: auto;
}

#videos .carousel-controls {
    position: absolute;
    top: 40%;
    justify-content: space-between;
    z-index: 1000;
}

.download_link {
    display: inline-block;
    text-decoration: none;
}

.download_link:hover {
    text-decoration: none;
    border-bottom: 1px solid;
    color: black;
}

.modal-content
{
    background-color: #eee;    
}

.modal-header {
    padding-left: 25px;
    padding-right: 30px;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 1px solid #999999;
}

.modal-header .close {
    font-size: 30px;
    cursor: pointer;
    font-weight: 700;
    opacity: .7
}

.modal-header .close:hover {
    opacity: 1
}

.modal-body {
    padding-bottom: 0
}

.flip-container {
    perspective: 1000px;
    transform-style: preserve-3d;
    width: 100%;
    min-height: 350px
}

.flip-container.sent .back {
    transform: rotateY(0deg)
}

.flip-container.sent .front {
    transform: rotateY(180deg)
}

.flipper {
    transition: .6s;
    transform-style: preserve-3d;
    position: relative
}

.front, .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transition: .6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    width: 100%;
    height: 350px;
}

.front {
    z-index: 2;
    transform: rotateY(0deg)
}

.disclaimer {
    font-size: .8rem;
    margin-top: 25px
}

.disclaimer a {
    color: #000;
    text-decoration: underline
}

h4.color-green {
    font-size: 1.5rem;
    color: green
}

.checkmark {
    width: 100px
}

.callback-nav
{
    background-color: #1d809f;
    color: #ffffff;
    cursor: pointer;
    margin-left: 20px;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
}

.callback-nav:hover
{
    background-color: #155d74;
}

td.right
{
    text-align: right;
    min-width: 100px;
}

@media (max-width: 768px) {
    .fullscreen-bg__video {
        display: none;
    }

    h2,
    .overlay h2 {
        font-size: 2rem;
    }

    .overlay {
        background: transparent;
    }

    .fullscreen-bg {
        height: auto;
    }

    .navbar-nav {
        padding-left: 15px;
    }

    #videos .carousel-controls {
        position: relative;
        top: 0;
        justify-content: center;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        width: 100%;
        height: 100%;
        left: 0;
    }

    .callback-nav
    {
        margin-left: 0;
        margin-bottom: 40px;
        display: inline-block;
        max-width: 250px;
        padding-left: 20px;
        margin-top: 20px;
    }

    .navbar
    {
        border-bottom: 1px solid #155d74;
    }
}
