@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

body {
    font-family: 'Poppins' !important;
    font-size: 20px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'lato' !important;
}

html {
    scroll-behavior: smooth;
}

.mb--100 {
    margin-bottom: 60px;
}

.btn.btn-link {
    white-space: normal;
}

a.nav-link {
    white-space: nowrap;
}
.benefits-ul {
    width: 70%;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/hockey.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 999999;
    /* makes sure it stays on top */
}

.header {
    position: fixed;
    z-index: 10400;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: all 1s;
}

.modal {
    z-index: 10500;
}

.large {
    font-size: 34px;
    font-weight: 600;
    color: #ba0003;
}

.large-1 {
    font-size: 30px;
    font-weight: 600;
    color: #ba0003;
}

header {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

    header.sticky {
        height: 130px;
    }

        header.sticky a.navbar-brand img {
            width: 50% !important;
            margin-top: -10px;
            position: relative !important;
            left: 0 !important;
        }

        header.sticky .navbar-light .navbar-nav .nav-link {
            padding: 15px 26px;
        }

.navbar-nav li {
    margin: 0 32px;
}

    .navbar-nav li a.nav-link {
        font-size: 16px;
        color: #030303;
        font-weight: 600;
        letter-spacing: 1px;
        transition: all 0.5s;
        position: relative;
    }

        .navbar-nav li a.nav-link:before {
            position: absolute;
            content: "";
            width: 0%;
            height: 2px;
            background: #ba0003;
            bottom: 0;
            left: 8px;
            transition: all 0.5s;
        }

        .navbar-nav li a.nav-link:after {
            position: absolute;
            content: "";
            width: 0%;
            height: 2px;
            background: #ba0003;
            bottom: 5px;
            left: 8px;
            transition: all 1s;
        }

        .navbar-nav li a.nav-link:hover:after, .navbar-nav li a.nav-link:hover:before {
            width: calc(100% - 30px + 16px);
        }

        .navbar-nav li a.nav-link:hover {
            color: #ba0003;
        }

section {
    padding: 120px 0 0px 0;
}

.header-bg {
    background: white;
    border-bottom: 1px solid #08377c;
}

.navbar-nav .active a.nav-link {
    color: #ba0003 !important;
}

    .navbar-nav .active a.nav-link:after {
        width: 80%;
    }

    .navbar-nav .active a.nav-link:before {
        width: 80%;
    }
/*********************/

/*****SLIDER-START****/

/*********************/
.slider {
    margin-top: 60px;
    ;
}

.slider-img img {
    height: 100vh;
    position: relative;
}

.slider-text {
    width: 50%;
    /*
  margin-top:-5%;*/
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 9999;
    text-align: justify;
}

.carousel-caption {
    text-align: center;
    top: 26vh;
}

.slider-text p {
    font-size: 28px;
    color: #08377c;
    font-weight: 500;
}

.btn {
    background: #ba0003;
    border-radius: 35.25rem;
    color: white !important;
    padding: 12px 30px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #ba0003;
    transition: all 0.5s;
}

    .btn:hover {
        background: transparent;
        color: #ba0003 !important;
    }
/*********************/

/*****SLIDER-END****/

/*********************/

/*********************/

/******JOIN-START*****/

/********************/

.join-main {
    background: url(../images/join-img.jpg);
    padding: 50px 0;
    /*
  margin-top:16%;*/
    background-attachment: fixed;
}

.join-head h2,
.benefits-head h2,
.mission-head h2,
.bio-head h2,
.contact-head h2 {
    font-size: 48px;
    font-weight: 800;
    color: white;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
/* .join-head h2:before,
.mission-head h2:before,
.bio-head h2:before,
.contact-head h2:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30%;
  background: white;
  bottom: 0;
}
.join-head h2:before {
  right: 10%;
  width: 60%;
} */
.join-text p {
    color: white;
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.join-form .form-control {
    padding: 1.475rem 1.35rem;
    border: none;
    border-radius: 2.75rem;
    margin: 15px 0;
    letter-spacing: 1px;
    font-weight: 500;
}

.btn-submit {
    padding: 12px 60px;
    margin-top: 15px;
}

    .btn-submit:hover {
        color: white !important;
    }
/*********************/

/******JOIN-END*****/

/********************/

/*********************/

/******MISSION-START*****/

/********************/
.mission-img {
    position: relative;
    top: 0;
    animation: mission 5s infinite;
}

@keyframes mission {
    0% {
        top: 0px;
    }

    50% {
        top: -10px;
    }

    100% {
        top: 0px;
    }
}

.mission-main {
    padding: 20px;
}

.benefits-head h2,
.mission-head h2,
.contact-head h2 {
    color: #08377c;
}
    .benefits-head h2:before,
    .mission-head h2:before,
    .contact-head h2:before {
        background: #ba0003;
    }

.mission-text p {
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}
/*********************/

/******MISSION-END*****/

/********************/

/*********************/

/******BIO-START*****/

/********************/

.bio {
    background: url(../images/founder.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 70px 0;
}

.bio-head {
    margin-bottom: 50px;
}

.bio-body {
    background: white;
    padding: 80px 50px 50px 50px;
    border-radius: 30px;
    position: relative;
}

    .bio-body p {
        letter-spacing: 1px;
        text-align: justify;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 30px;
        margin-bottom: 0;
        margin-top: 20px;
    }
/* .bio-img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
} */
.bio-profile h5 {
    margin-top: 20px;
    font-weight: 900;
    font-size: 18px;
    color: #04377b;
}
/*********************/

/******BIO-END*****/

/********************/

.faq {
    padding: 50px 0 70px 0;
}

/*********************/

/***CONTACT-US-START****/

/********************/

.contact-text h4 {
    font-size: 24px;
    font-weight: 600;
    color: #282828;
}

.contact-text p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #282828;
    line-height: 30px;
}

.contact-text a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #282828;
    text-decoration: none;
}
/*********************/

/***CONTACT-US-END****/

/********************/

/*********************/

/***FOOTER-START****/

/********************/

.footer {
    background: #e7e7e7;
    padding: 5px 0;
}

    .footer h4 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #282828;
    }
/*********************/

/***FOOTER-END****/

/********************/

@media (max-width: 575px) {
    section {
        padding: 64px 0 0px 0;
    }

    .mb--100 {
        margin-bottom: 30px;
    }

    header {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

        header.sticky {
            height: auto;
        }

            header.sticky a.navbar-brand img {
                width: 75% !important;
                margin-top: -10px;
                position: relative !important;
                left: 0 !important;
            }

            header.sticky .navbar-light .navbar-nav .nav-link {
                padding: 15px 26px;
            }

    a.navbar-brand {
        width: 50%;
    }

    .navbar-nav li {
        margin: 0 0px;
    }

    .header {
        position: fixed;
        z-index: 10400;
        top: 0;
        left: 0;
        right: 0;
        background: white;
        border-bottom: 1px solid #08377c;
    }

    .navbar-toggler {
        padding: .10rem .30rem;
        border: 1px solid #ba0003;
    }

    .slider-text {
        width: 100%;
    }

    .slider-img img {
        height: 40vh;
        position: relative;
        top: 10px;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 110px;
    }

    .slider-text p {
        font-size: 15px;
        padding: 0 15px;
    }

    .btn {
        padding: 8px 14px;
        font-size: 12px;
    }

    .join-head {
        text-align: center;
    }

        .join-head h2,
        .benefits-head h2,
        .mission-head h2,
        .bio-head h2,
        .contact-head h2 {
            font-size: 28px;
            margin-bottom: 18px;
        }

    .bio-head h2 {
        margin-bottom: 55px;
    }

    .join-main {
        padding: 25px 0;
    }

    .join-text p {
        line-height: 26px;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .btn-submit {
        min-width: 130px;
    }

    .join-form .form-control {
        margin: 5px 0;
    }

    .mission-text p {
        line-height: 26px;
        margin-bottom: 0px;
        font-size: 13px;
    }

    .bio-body {
        padding: 31px 15px 15px 15px;
    }

        .bio-body p {
            margin-top: 10px;
            line-height: 26px;
            margin-bottom: 0px;
            font-size: 13px;
        }

    .bio-img {
        height: 100px;
        width: 100px;
        top: -16%;
    }

    .bio-profile h5 {
        font-size: 15px;
    }

    .bio-head {
        margin-bottom: 60px;
        text-align: center;
    }

    .bio {
        padding: 20px 0 30px 0;
    }

    .contact-text p {
        line-height: 26px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .contact-text a {
        font-size: 13px;
    }

    .contact-text h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .footer h4 {
        font-size: 12px;
    }

    .footer {
        padding: 10px 0;
    }

    .navbar-toggler-icon {
        background: url(../images/menu.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .navbar-toggler {
        font-size: 0.50rem;
        padding: 0.4rem 0.6rem;
    }

    .mission-main {
        padding: 20px;
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .navbar-nav li {
        margin: 0 2px;
    }

    .mb--100 {
        margin-bottom: 50px;
    }

    section {
        padding: 64px 0 0px 0;
    }

    .w-75 {
        width: 70% !important;
    }

    header.sticky {
        height: auto;
    }

    .slider-text {
        width: 77%;
    }

        .slider-text p {
            font-size: 19px;
        }

    .btn {
        padding: 12px 20px;
        font-size: 12px;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    section {
        padding: 80px 0 0px 0;
    }

    .mb--100 {
        margin-bottom: 50px;
    }

    header.sticky {
        height: auto;
    }

    .w-75 {
        width: 55% !important;
    }

    .slider-img img {
        height: 55vh;
    }

    .slider-text {
        width: 80%;
    }

    .carousel-caption {
        top: 28vh;
    }

    header.sticky a.navbar-brand img {
        width: 50% !important;
        margin-top: -10px;
        position: relative !important;
        left: 0 !important;
    }

    .slider-text p {
        font-size: 19px;
    }

    .btn {
        font-size: 14px;
    }

    .join-head h2,
    .benefits-head h2,
    .mission-head h2,
    .bio-head h2,
    .contact-head h2 {
        font-size: 38px;
        margin-bottom: 14px;
    }

    .join-main {
        background: url(../images/join-img.jpg);
        padding: 36px 0;
        background-attachment: fixed;
    }

    .join-text p {
        margin-bottom: 5px;
    }

    .join-form .form-control {
        margin: 0px 0;
    }

    .btn-submit {
        margin-top: 5px;
    }

    .mission-text p {
        margin-bottom: 0px;
    }

    .bio {
        padding: 41px 0 35px 0;
    }

    .bio-body {
        background: white;
        padding: 70px 25px 25px 25px;
        border-radius: 30px;
        position: relative;
    }

        .bio-body p {
            margin-top: 14px;
        }

    .contact-text h4 {
        font-size: 24px;
    }

    .contact-text p {
        font-size: 16px;
    }

    .contact-text a {
        font-size: 16px;
    }

    .navbar-toggler-icon {
        background: url(../images/menu.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .navbar-toggler {
        font-size: 0.50rem;
        padding: 0.4rem 0.6rem;
    }

    .navbar-toggler {
        padding: .60rem .80rem;
        border: 1px solid #ba0003;
    }

    .header {
        position: fixed;
        z-index: 10400;
        top: 0;
        left: 0;
        right: 0;
        background: white;
        border-bottom: 1px solid #08377c;
    }

    .footer h4 {
        font-size: 16px;
    }

    .navbar-nav li {
        margin: 0 0px;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .slider-img img {
        height: 35vh;
    }

    .navbar-nav li {
        margin: 0 0px;
    }

    header.sticky {
        height: auto;
    }

    .w-75 {
        width: 50% !important;
    }

    .slider-text {
        width: 90%;
    }

    header.sticky a.navbar-brand img {
        width: 50% !important;
        margin-top: -10px;
        position: relative !important;
        left: 0 !important;
    }

    .slider-text p {
        font-size: 16px;
    }

    .carousel-caption {
        bottom: 40%;
    }

    .btn {
        padding: 12px 22px;
        font-size: 12px;
    }

    .join-main {
        padding: 20px 0;
    }

    section {
        padding: 64px 0 0px 0;
    }

    .join-head h2,
    .benefits-head h2,
    .mission-head h2,
    .bio-head h2,
    .contact-head h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .join-text p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 28px;
    }

    .join-form .form-control {
        padding: 1.475rem 1.35rem;
        border: none;
        border-radius: 2.75rem;
        margin: 5px 0;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .mission-text p,
    .bio-body p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 28px;
    }

    .bio {
        padding: 40px 0 50px 0;
    }

    .bio-body {
        padding: 53px 25px 25px 25px;
    }

    .mission-main {
        padding: 20px 0;
    }

    .bio-img {
        height: 100px;
        width: 100px;
        top: -15%;
    }

    .bio-body {
        padding: 35px 25px 25px 25px;
    }

        .bio-body p {
            margin-top: 10px;
        }

    .contact-text p {
        line-height: 26px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-text a {
        font-size: 14px;
    }

    .contact-text h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .footer h4 {
        font-size: 12px;
    }

    .footer {
        padding: 10px 0;
    }

    .mb--100 {
        margin-bottom: 30px;
    }

    .navbar-toggler-icon {
        background: url(../images/menu.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .navbar-toggler {
        font-size: 0.50rem;
        padding: 0.4rem 0.6rem;
    }

    .header {
        position: fixed;
        z-index: 10400;
        top: 0;
        left: 0;
        right: 0;
        background: white;
        border-bottom: 1px solid #08377c;
    }

    .navbar-toggler {
        padding: .60rem .70rem;
        border: 1px solid #ba0003;
    }
}

@media(max-width:767px) {
    .large {
        font-size: 22px;
    }
    .benefits-ul {
        width: 100%;
    }
}


#mission {
    margin-top: 24px;
}