@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i,900,900i');
body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: #ff4d43;
    background-color: #000000;
}
html {
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0 0 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.h1, h1 {
    font-size: 2.1rem;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
    font-weight: 300;
}
@media (min-width: 768px) {
    p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 35px;
    }
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ff4d43;
}
a:focus, a:hover {
    text-decoration: none;
    color: #BA5800;
}
ul.list {
    line-height: 50px;
    text-align: left;
}
.testimonial h4 {
    margin: 10px 0 0 0;
}
.testimonial h6 {
    margin: 0 0 10px 0;
}
.testimonial p {
    margin: 0 0 10px 0;
}
.testimonial img {
    width: 30%;
    margin-bottom: 25px;
}
.testimonial {
    margin-top: 20px;
}
#features h1 {
    color: #000000;
}
#features hr {
    border-color: #000000;
}
#footer-nav {
    color: #000000;
    list-style: none;
    display: inline-flex;
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}
#footer-nav li a {
    color: #000000;
}
#footer-nav li {
    padding-right: 5px;
    padding-left: 5px;
}
hr {
    max-width: 100px;
    margin: 25px auto;
    border-width: 1px;
    border-color: #ff4d43;
}
#mainNav {
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ff4d43;
    background-color: #000000;
}
#mainNav .navbar-toggler {
    font-size: 27px;
    padding: 8px;
    color: #FFFFFF;
}
#mainNav .navbar-brand {
    width: 60%;
}
.navbar-brand img {
    width: 50%;
}
#mainNav a {
    color: #FFFFFF;
}
#mainNav a:hover {
    color: #ff4d43;
}
#mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
#mainNav .navbar-nav .nav-item:hover {
    color: #ff4d43;
    outline: none;
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff4d43;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}
@media (min-width: 992px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: transparent;
    }
    #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ff4d43;
        background: #000000;
    }
    #mainNav .nav-link.active {
        outline: none;
        color: #ff4d43;
    }
    #mainNav .nav-link.active:hover {
        color: #ff4d43;
    }
}
.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    color: #FFFFFF;
    background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
    background-color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.masthead .intro-body .brand-heading {
    font-size: 40px;
}
.masthead .intro-body .intro-text {
    font-size: 18px;
    font-style: italic;
}
@media (min-width: 768px) {
    .masthead {
        height: 100%;
        padding: 0;
    }
    .masthead .intro-body .brand-heading {
        font-size: 100px;
    }
    .masthead .intro-body .intro-text {
        font-size: 18px;
    }
}
.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 40px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 100% !important;
    background: transparent;
}
.btn-circle:focus, .btn-circle:hover {
    color: #FFFFFF;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
}
.content-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact-section {
    color: #ff4d43;
    background: url("../img/contact-bg.jpg") no-repeat center center scroll;
    background-color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mission-section {
    color: #ff4d43;
    background: url("../img/mission-bg.jpg") no-repeat center center scroll;
    background-color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about-section {
    color: #ff4d43;
    background: url("../img/about-bg.jpg") no-repeat center center scroll;
    background-color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
b, strong {
    font-weight: 700;
}
button:focus {
    outline: none;
}
section#features {
    background-color: #ff4d43;
}
section#exclusive {
    background-color: #ff4d43;
}
#exclusive p {
    color: #000000;
}
#exclusive h1 {
    color: #000000;
}
#exclusive hr {
    border-color: #000000;
}
#exclusive img {
    width: 60%;
    margin-bottom: 30px;
}
.text-primary {
    color: #000000!important;
}
.text-muted {
    color: #000000!important;
}
.service-heading {
    color: #000000;
    margin: 20px 0 20px;
}
.mob {
    width: 100%;
}
.fa-inverse {
    color: #ff4d43;
}
#map {
    width: 100%;
    height: 300px;
}
@media (min-width: 992px) {
    .content-section {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    #map {
        height: 350px;
    }
}
.btn {
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border-radius: 0;
}
.btn-default {
    color: #ff4d43;
    border: 1px solid #ff4d43;
    background-color: transparent;
}
.btn-default:focus, .btn-default:hover {
    color: #000000;
    border: 1px solid #ff4d43;
    outline: none;
    background-color: #ff4d43;
}
ul.banner-social-buttons {
    margin-top: 0;
}
@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    .navbar-brand img {
        width: 80%;
    }
    .testimonial img {
        width: 35%;
    }
    #about {
        text-align: center !important;
    }
    #exclusive img {
    width: 100%;
}
}
footer {
    padding: 40px 0;
    background-color: #ff4d43;
}
footer p {
    font-size: 14px;
    margin: 0;
    color: #000000;
}
::-moz-selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}
::selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
    footer img {
        width: 70%;
    }
    #footer-nav {
        font-size: 10px;
    }
    footer {
    padding: 10px 0;
}
}
.btn-custom {
    color: #ff4d43;
    border-color: #ff4d43;
    font-size: 1.25rem;

    &:hover {
        background-color: #ff4d43;
        color: #fff;
    }
}