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

h1, h2, h3, h4, h5, h6, p, li, li a {
    font-family: 'Open Sans', sans-serif;
}

.text-primary {
    color: rgba(111, 201, 193,1) !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: rgba(111, 201, 193,1);
}

header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
}

header .navbar-light .navbar-brand {
    color: rgba(111, 201, 193,1);
    font-size: .9rem;
    font-weight: 600;
    letter-spacing:.5rem;
    font-family: 'Open Sans', sans-serif;
}

header .navbar-light .fa-bars {
    color: rgba(255,255,255,1);
}

header .navbar-light .navbar-brand:hover {
    color:rgba(255,255,255,.5);
}

header .navbar-light .navbar-toggler-icon {
    color: rgba(255,255,255,1);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255,255,255,1);
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link {
    /* color: rgba(188, 190, 192, 1); */
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .35rem;
}

.navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,1);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,0.5);
}

.navbar-light .navbar-nav .nav-item:nth-child(-n+3) .nav-link::after {
    content: "/";
    padding-left: 15px;
    padding-right: 5px;
    color: rgba(111, 201, 193,1);
}

.navbar-light .navbar-nav > li:not(.nav-flag) + .nav-flag {
    padding-left: 30px;
}

.navbar-light .navbar-nav > .nav-flag img {
    width:  30px;
}


footer {
    background-color: rgba(0,0,44,1);
    padding: 5rem 0 0;
}
footer h4 {
    color: rgba(255,255,255,1);
    font-size: 0.9167rem;
    font-weight: 500;
}
footer p {
    font-weight: 300;
    font-size: 0.9167rem;
}

footer .row-links {
    margin-bottom: 4rem;
}
footer .row-copyright p {
    color: rgba(255,255,255,1);
}

footer a {
    color: rgba(111, 201, 193,1);
    font-size: 0.9167rem;
    font-weight: 300;
}
footer a:hover {
    color: rgba(111, 201, 193,.5);
}

.section-main-content a {
    color: rgba(111,201,193,1);
}

main {
    overflow-x: hidden;
}

.mc-heading {
    margin-top: 7.5rem;
    font-size: 2.9167rem;
    color: rgba(111, 201, 193,1);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5rem;;
}

@media only screen and (max-width: 575.95px){
    .mc-heading {
        margin-top: 3.5rem;
    }
}


.section-home-video {
    display: block;
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}

#homeHeroVideo{
    /* position: absolute; */
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:1;
    filter: brightness(0.5);
}

.section-home-video .content {
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 2;
}


@media only screen and (min-width:992px){
    .section-home-video .content .container {
        max-width:1140px !important;
    }
}

.section-home-video .content h1 {
    color: rgba(255,255,255,1);
    font-weight: 600;
    letter-spacing: 1.5rem;
    text-shadow: 0 0 2px rgba(0,0,0,.75);
    margin-right: -1.5rem;
}
.section-home-video .content h2 { 
    color: rgba(111,201,193,1);
    font-size: 1.75rem;
    text-shadow: 0 0 2px rgba(0,0,0,.75);
    margin-top: 2rem;
    letter-spacing: .35rem;
}



@media only screen and (max-width:1555.95px){
    .section-home-video .content h1 {
        font-size: 2.75rem;
    }
    .section-home-video .content h2 {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1231.95px){
    .section-home-video .content h1 {
        font-size: 2.5rem;
    }
    .section-home-video .content h2 {
        font-size: 1rem;
    }

}

@media only screen and (max-width:1177.95px){
    .section-home-video .content h1 {
        font-size: 2.05rem;
    }
    .section-home-video .content h2 {
        font-size: 1rem;
    }
}

@media only screen and (max-width:1032.95px){
    .section-home-video .content h1 {
        font-size: 1.85rem;
    }
    .section-home-video .content h2 {
        font-size: 1rem;
    }
}

@media only screen and (max-width:991.95px){
    .section-home-video .content {
        padding:1rem;
        width:100%;
    }
    .section-home-video .content .container {
        max-width:initial !important;
        width:100%;
    }
}

@media only screen and (max-width:767.95px){
    #homeHeroVideo {
        /* min-height: 95%; */
        height: 60vh;
    }
    .section-home-video .content {
        top: 50%;
    }
    .section-home-video .content h1{
        font-size: 2rem;
    }
    .section-home-video .content h2 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 575.95px){
    .section-home-video .content h1 {
        font-size: 1.25rem;
        letter-spacing: .95rem;
    }
    .section-home-video .content h2 {
        font-size: .85rem;
    }
}


@media only screen and (min-width:1556px){
    .section-home-video .content h1 {
        font-size: 3.75rem;
    }
    .section-home-video .content h2 {
        font-size: 1.5rem;
    }
}


.section-home-intro {
    padding: 5rem 0;
}
.section-home-intro p {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 300;
    color: #00a7a2;
    text-shadow: 1px 1px 1px #dddddd;
}

@media only screen and (max-width: 575.95px){
    .section-home-intro p {
        font-size: 1.5rem;
        padding: .5rem;
    }
}

.section-home-categories .wrapper {
    position: relative;
    overflow:hidden;
    border: none;
}

.section-home-categories .wrapper img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    height: 300px;
    width:100%;
    object-fit: cover;
    border: none;
}

.section-home-categories .wrapper:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border: none;
}

.section-home-categories .wrapper .content, .section-home-categories .wrapper .content-overlay {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 100%;
    height: inherit; 
    text-align: center;
    vertical-align:middle;
    line-height:300px;
    background-color: rgba(0,0,0,0.25);
    transition: all .5s;
    border: none;
}

.section-home-categories .wrapper .content-overlay {
    background-color: rgba(0,0,0,0.5);
    border: none;
}

.section-home-categories .wrapper .content h3 {
    color: rgba(255,255,255,1);
    font-size: 1.8333rem;
    font-weight: 800;
    word-spacing: 9999rem;
    display: inline-table;
    vertical-align:middle;
    line-height:100%; 
    transition: all .5s;
}

.section-home-categories .wrapper .content-overlay p {
    /* word-spacing: 9999rem; */
    display: inline-table;
    vertical-align:middle;
    line-height:1.25; 
    transition: all .5s;
    color: rgba(255,255,255,1);
    font-weight:300;
    font-size: 1.333rem;
    padding: 0 3rem;
}

.section-home-categories .wrapper .content {
    /* text-decoration: underline; */
    opacity: 1;
}

.section-home-categories .wrapper .content-overlay {
    /* text-decoration: underline; */
    opacity: 0;
}

.section-home-categories .wrapper:hover .content {
    /* text-decoration: underline; */
    opacity: 0;
}

.section-home-categories .wrapper:hover .content-overlay {
    /* text-decoration: underline; */
    opacity: 1;
}

.section-home-services {
    padding: 5rem 0;
    background-color: rgba(2,5,35,1);
}

.section-home-services h2, .section-home-services h4 {
    color: rgba(111,201,193,1);
}
.section-home-services h2 {
    /* font-size: 2.9167rem; */
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: .5rem;
}
.section-home-services p {
    color: rgba(224,224,224,1);
    font-weight:300;
    /* font-size:1.8333rem; */
    font-size:1.25rem;
}
.section-home-services p .text-primary {
    font-weight: normal;
}
.section-home-services .col-service h4 {
    font-weight: 600;
    font-size: 1.333rem;
    letter-spacing: .25rem;
}
.section-home-services .col-service p {
    font-weight: 300;
    /* font-size: 1.333rem; */
    font-size: 1.25rem;
}

@media only screen and (max-width: 991.95px){
    .section-home-services .col-service {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 575.95px){
    .section-home-services h2 {
        font-size: 2rem;
    }
    .section-home-services p {
        font-size: 1.25rem;
    }
}

.section-home-just {
    padding: 5rem 0;
    background-color: rgba(111,201,193,1);
}

.section-home-just h2 {
    letter-spacing: 1.5rem;
    font-size: 2.9238rem;
    font-weight: 300;
    margin-right: -1.5rem;
    color: rgba(2,5,35,1);
}
.section-home-just h4 {
    font-style: italic;
    font-size: 1.269rem;
    font-weight: 600;
    color: rgba(2,5,35,1);
}
.section-home-just h3 {
    /* font-size: 3.8983rem; */
    font-size: 3rem;
    font-weight: 600;
    padding: 0 15rem;
    color: rgba(2,5,35,1);
}
@media only screen and (max-width: 991px){
    .section-home-just h3 {
        padding: 0 2rem;
    }
}

.section-home-experience {
    padding: 5rem 0;
}
.section-home-experience h2 {
    /* font-size: 2.9167rem; */
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .5rem;
    color: rgba(2,5,35,1);
}
.section-home-experience p.text-primary {
    margin-bottom: 2.75rem;
}
.section-home-experience p {
    /* font-size: 1.8333rem; */
    font-size: 1.35rem;
    font-weight: 300;
    padding: 0 9rem;
    /* color: rgba(111,201,193,1); */
    color: #00a7a2;
    text-shadow: 1px 1px 1px #dddddd;
}

@media only screen and (max-width:575.95px){
    .section-home-experience h2 {
        font-size: 2rem;
    }
    .section-home-experience p {
        padding: 0 .5rem;
        font-size: 1.25rem;
    }
}

.section-contact {
    padding: 5rem 0 0;
    background-color: rgba(111,201,193,1);
}
.section-contact h2 {
    color: rgba(255,255,255,1);
    font-weight: 800;
    font-size: 2.0833rem;
}
.section-contact p {
    font-size: 1.58333rem;
    font-weight: 300;
    color: rgba(255,255,255,1);
    margin-bottom: 1.5rem;
}
.section-contact button {
    background-color: rgba(0,0,44,1);
    border-color: rgba(0,0,44,1);
    color:rgba(111, 201, 193,1);
}
.section-contact button:hover {
    color: rgba(0,0,44,1);
    border-color: rgba(0,0,44,1);
    background-color:rgba(111, 201, 193,1);
}

@media only screen and (max-width: 767.95px){
    .section-contact form .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.section-newsletter {
    padding: 3rem 0 5rem;
    background-color: rgba(111,201,193,1);
}
.section-newsletter h2 {
    color: rgba(255,255,255,1);
    font-weight: 800;
    font-size: 2.0833rem;
}
.section-newsletter p {
    font-size: 1.58333rem;
    font-weight: 300;
    color: rgba(255,255,255,1);
    margin-bottom: 1.5rem;
}
.section-newsletter button {
    background-color: rgba(0,0,44,1);
    border-color: rgba(0,0,44,1);
    color:rgba(111, 201, 193,1);
}
.section-newsletter button:hover {
    color: rgba(0,0,44,1);
    border-color: rgba(0,0,44,1);
    background-color:rgba(111, 201, 193,1);
}

@media only screen and (max-width: 767.95px){
    .section-newsletter form .row {
        margin-left: 0;
        margin-right: 0;
    }
}