*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    position: relative;
}

body {
    font-family: "Lato", sans-serif !important;
    font-size: 18px;
    overflow-x: hidden;
}

.main-container {
    min-height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    
}

.site-header-outer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.site-header-outer {
    background: url(../img/home01.jpg) no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
}

.site-navbar {
    background: none !important;
    height: 80px;
    color: #ffffff;
}

.site-navbar .navbar-brand {
    color: #ffffff !important;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-nav .register-btn {
    border: 0;
    border-radius: 0;
    margin-top: -5px;
    background: #5CDB95;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-nav .register-btn:hover {
    background: #B10536;
}

.navbar-nav .register-btn {

}

.navbar-nav .nav-item {
    margin-right: 15px !important;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #DB7B96 !important;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-content {
    text-align: center;
    margin-top: 10%;
    color: #ffffff;
}

.header-content h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-content h4 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin: 2% auto;
    width: 40%;
    line-height: 1.5em;
    font-size: 20px;
}

.plans {
    background: #F6F9FC;
    min-height: 500px;
    padding: 2%;
    text-align: center;
}

.plans h2 {
    font-weight: 700;
}

.plans p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7em;
    font-size: 16px;
}

.plans-wrapper {
    text-align: center;
    margin: 5% auto;

}

.plan__header {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    background: #05071a;
    height: 220px;
    padding-top: 5%;
}

.plan:first-child .plan__header,
.plan:last-child .plan__header {
    background: #5CDB95;
}

.plan:first-child .plan__action,
.plan:last-child .plan__action {
    background: #05071a;
}

.plan__header .plan__action {
    margin-top: 5%;
    position: absolute;
    left: 10%;
    bottom: -10px;
    background: #5CDB95;
    width: 80%;
    height: 40px;
    padding: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.plan__header .plan__action:hover {
    background: #B10536;
}

.plan__header .plan__header--name {
    font-size: 35px;
    text-transform: uppercase;
}

.plan__content {
    background: #ffffff;
    padding-top: 5%;
    text-transform: uppercase;
    font-weight: 700;
}

.plan__content--item {
    font-size: 16px;
    color: #5CDB95;
    padding: 12px;
    border-bottom: 1px solid #05071a;
    text-align: center;
}

.plan__content--item:last-child {
    border: none;
}

.about-us {
    min-height: 500px;
    background: url(../img/bg-1.jpg);
    padding: 2%;
    padding-left: 8%;
    padding-right: 8%;
    color: #ffffff;
    font-weight: 600;
}

.about-us .title {
    font-weight: 700;
}

.about-us .description {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #e4e4e4;
}

.faqs .faq {
    background: #ffffff;
    color: #272626;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 3%;
    line-height: 1.7em;
}

.stats,
.contact {
    min-height: 500px;
    padding: 5%;
}

.contact {
    background: url(../img/contact.jpg) no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 16px;
}

.contact input,
.contact textarea {
    background: #848586;
    color: #ffffff;
    border-radius: 0;
}

.auth-bg {
    background: #ffffff;
    width: 40%;
    margin: 10% auto;
    color: #848586;
    padding: 10px;
    min-height: 400px;
}

.btn-primary {
    background: #5CDB95 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

footer {
    height: 50px;
    background: #0E0E21;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}