@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400i,700,700i');
body {
    font-family: 'Ubuntu Mono', monospace;
    position: relative;
    width: 100%;
    height: 100%;
    color: #3CEFA6;
    background-color: #000000;
}
html {
    width: 100%;
    height: 100%;
}
.scroll-downs {
  position: absolute;
  top: 80%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
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: 18px;
    line-height: 1.5;
    margin: 0 0 25px;
    font-weight: 300;
}
@media (min-width: 768px) {
    p {
        font-size: 20px;
        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: #3CEFA6;
}
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: 16px;
    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: #3CEFA6;
}
#mainNav {
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #3CEFA6;
    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: #3CEFA6;
}
#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: #3CEFA6;
    outline: none;
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #3CEFA6;
}
#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;
    }
    #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #3CEFA6;
        background: #000000;
    }
    #mainNav .nav-link.active {
        outline: none;
        color: #3CEFA6;
    }
    #mainNav .nav-link.active:hover {
        color: #3CEFA6;
    }
}
.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: #3CEFA6;
    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: #3CEFA6;
    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: #3CEFA6;
    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: #3CEFA6;
}
section#exclusive {
    background-color: #3CEFA6;
}
#exclusive p {
    color: #000000;
}
#exclusive h1 {
    color: #000000;
}
#exclusive hr {
    border-color: #000000;
}
#exclusive img {
    width: 60%;
    margin-bottom: 30px;
}
.text-primary {
    color: #3CEFA6!important;
}
.text-muted {
    color: #000000!important;
}
.service-heading {
    color: #000000;
    margin: 20px 0 20px;
}
.mob {
    width: 100%;
}
.wellcome {
    width: 80%;
}
.fa-inverse {
    color: #000000;
}
#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: #3CEFA6;
    border: 1px solid #3CEFA6;
    background-color: transparent;
}
.btn-default:focus, .btn-default:hover {
    color: #000000;
    border: 1px solid #3CEFA6;
    outline: none;
    background-color: #3CEFA6;
}
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: #3CEFA6;
}
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: 40%;
    }
    #footer-nav {
        font-size: 13px;
    }
    footer {
    padding: 10px 0;
}
}
.btn-custom {
    color: #3CEFA6;
    border-color: #3CEFA6;
    font-size: 1.5rem;

    &:hover {
        background-color: #3CEFA6;
        color: #fff;
    }
}