
body {
    margin: 0px;
    padding: 0px;
    font-family: "Nunito Sans", serif;
}

a {
    color: #3F7DCE;
    font-size: 21px;
    text-decoration: underline;
}

    a:hover {
        color: #1869d3;
        font-size: 21px;
        text-decoration: none;
    }

@media only screen and (max-width: 990px) {
    a {
        color: #3F7DCE;
        font-size: 18px;
        text-decoration: underline;
    }

        a:hover {
            color: #1869d3;
            font-size: 18px;
            text-decoration: none;
        }
}

p {
    margin: 18px 0px;
    padding: 0px;
    line-height: 32px;
    font-size: 21px;
    color: #020202;
}

h1 {
    font-size: 82px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
}

@media only screen and (max-width: 990px) {
    p {
        margin: 18px 0px;
        padding: 0px;
        line-height: 30px;
        font-size: 18px;
        color: #020202;
    }

    h1 {
        font-size: 39px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 23px;
    }

    h6 {
        font-size: 20px;
    }
}

.font-md {
    font-size: 24px;
}

.font-lg {
    font-size: 72px;
}

@media only screen and (max-width: 990px) {
    .font-md {
        font-size: 18px;
    }

    .font-lg {
        font-size: 40px;
    }
}

.line-white {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.border-dashed {
    border-left: 3px dashed #cccccc;
    border-right: 3px dashed #cccccc;
}

.border-white {
    color: #ffffff;
    border: 1px solid #fff;
    padding: 21px 20px 12px 20px;
}

.white-box {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #484848;
}

.blue-box {
    width: 100%;
    padding: 20px;
    background-color: #3A53A4;
    border: 1px solid #ffffff;
}

.blue-lt-box {
    width: 100%;
    padding: 20px;
    background-color: #EDF2F5;
    border: 1px solid #d9e5ec;
}

.gray-box {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
/***---color start---***/
.bg-blue {
    background-color: #3A53A4;
}

.bg-lt-blue {
    background-color: #EDF2F5;
}

.bg-vision-blue {
    background-color: #415AAB;
}

.bg-mission-blue {
    background-color: #3A53A4;
}

.bg-black {
    background-color: #020202;
}

.bg-gray {
    background-color: #333333;
}

.bg-lt-gray {
    background-color: #4b4b4b;
}

.text-blue {
    color: #3A53A4;
}

.text-lt-blue {
    color: #3F7DCE;
}

.text-black {
    color: #020202;
}

.text-gray {
    color: #333333;
}
/***---color end---***/

/***---icon start---***/
.icon-bg {
    width: 120px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 990px) {
    .icon-bg {
        width: 70px;
        height: 70px;
        padding: 16px;
        margin: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
/***---icon end---***/

/******---navbar start---******/
.p-absolute {
    position: absolute;
    top: 206px;
    left: 0;
    right: 0;
    z-index: 999;
}

.logo-padding {
    padding-right: 65px;
}

@media only screen and (max-width: 990px) {
    .logo-padding {
        padding-right: 0px;
    }
}

.navbar {
    width: fit-content;
    margin: 0 auto;
    padding: 20px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23);
}

@media only screen and (max-width: 990px) {
    .p-absolute {
        position: inherit;
        top: 208px;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .navbar {
        width: 100%;
        margin: 0 auto;
        padding: 20px 5px;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23);
    }
}

.navbar-toggler {
    background-color: #3A53A4;
}

.navbar .megamenu {
    padding: 1rem;
    background-color: #3A53A4;
}

.nav-link {
    color: #ffffff;
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
}

@media only screen and (max-width: 990px) {
    .nav-link {
        color: #ffffff;
        font-size: 20px !important;
        font-weight: 600 !important;
        padding: 8px 16px !important;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #3C82E4;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #3C82E4;
    text-decoration: none;
}

.nav-link-2 {
    color: #ffffff;
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    text-decoration: none;
}

@media only screen and (max-width: 990px) {
    .nav-link-2 {
        color: #ffffff;
        font-size: 20px !important;
        font-weight: 600 !important;
        padding: 8px 16px !important;
        text-decoration: none;
    }
}

.nav-link-2:hover, .nav-link-2:focus {
    color: #3C82E4;
}

.navbar-nav .nav-link-2.active, .navbar-nav .nav-link-2.show {
    background-color: #ffffff;
    color: #3C82E4;
    text-decoration: none;
}

.dropdown-item {
    color: #181F38;
    font-size: 20px !important;
}
/******---navbar end---******/

/******---bootstrap start---******/
.invalid-feedback {
    font-size: 17px;
}
/******---bootstrap end---******/

/******---button start---******/
.btn-blue {
    padding: 10px 25px;
    background-color: #3A53A4;
    color: #fff;
    border-radius: 4px;
}

.btn-blue-2 {
    padding: 10px 25px;
    background-color: #3A53A4;
    color: #fff;
    font-size: 21px;
    font-weight: bolder;
    border-radius: 4px;
    text-decoration: none;
}

.btn-black {
    padding: 10px 25px;
    background-color: #020202;
    color: #fff;
    font-size: 21px;
    font-weight: bolder;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease-out;
}

.btn-white {
    padding: 10px 25px;
    background-color: #ffffff;
    color: #020202;
    font-size: 21px;
    font-weight: bolder;
    border: 1px solid #ffffff;
    border-radius: 4px;
    text-decoration: none;
}

.btn-border {
    padding: 10px 25px;
    background-color: #ffffff00;
    color: #ffffff;
    font-size: 21px;
    font-weight: bolder;
    border: 1px solid #ffffff;
    border-radius: 4px;
    text-decoration: none;
}

.btn-border-gray {
    padding: 10px 25px;
    background-color: #ffffff00;
    color: #ffffff;
    font-size: 21px;
    font-weight: bolder;
    border: 1px solid #ffffff;
    border-radius: 4px;
    text-decoration: none;
}
/******---button end---******/

/******---button animation start---******/

/*Blue start*/
.blue-bounce-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .blue-bounce-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        border-radius: 4px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .blue-bounce-right:hover, .blue-bounce-right:focus, .blue-bounce-right:active {
        color: #3A53A4;
    }

        .blue-bounce-right:hover:before, .blue-bounce-right:focus:before, .blue-bounce-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
/*Blue end*/

/*Blue 2 start*/
.blue-2-bounce-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .blue-2-bounce-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        border-radius: 4px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .blue-2-bounce-right:hover, .blue-2-bounce-right:focus, .blue-2-bounce-right:active {
        color: #3A53A4;
    }

        .blue-2-bounce-right:hover:before, .blue-2-bounce-right:focus:before, .blue-2-bounce-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
/*Blue 2 end*/

/*Black start*/
.black-bounce-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .black-bounce-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        border-radius: 4px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .black-bounce-right:hover, .black-bounce-right:focus, .black-bounce-right:active {
        color: #020202;
    }

        .black-bounce-right:hover:before, .black-bounce-right:focus:before, .black-bounce-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
/*Black end*/

/*White start*/
.white-bounce-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .white-bounce-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #020202;
        border: 1px solid #020202;
        border-radius: 4px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .white-bounce-right:hover, .white-bounce-right:focus, .white-bounce-right:active {
        color: #ffffff;
    }

        .white-bounce-right:hover:before, .white-bounce-right:focus:before, .white-bounce-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
/*White end*/

/*Border start*/
.border-bounce-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .border-bounce-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #020202;
        border: 1px solid #020202;
        border-radius: 4px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .border-bounce-right:hover, .border-bounce-right:focus, .border-bounce-right:active {
        color: #ffffff;
    }

        .border-bounce-right:hover:before, .border-bounce-right:focus:before, .border-bounce-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
/*Border end*/

/*Border Gray start*/
.border-gray-bounce-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .border-gray-bounce-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 4px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .border-gray-bounce-right:hover, .border-gray-bounce-right:focus, .border-gray-bounce-right:active {
        color: #020202;
    }

        .border-gray-bounce-right:hover:before, .border-gray-bounce-right:focus:before, .border-gray-bounce-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
/*Border Gray end*/

/******---button animation end---******/

/******---banner start---******/
.banner {
    width: 100%;
}

.carousel-caption {
    width: fit-content;
    height: fit-content;
    padding: 72px 90px;
    margin: auto auto;
    background: rgb(58,83,164);
    background: linear-gradient(90deg, rgba(58,83,164,1) 0%, rgba(2,2,2,0.3925945378151261) 100%);
    bottom: 0px;
    top: 0px;
}

.carousel-control-prev-icon {
    width: 80px;
    height: 80px;
    background-color: #020202;
}

.carousel-control-next-icon {
    width: 80px;
    height: 80px;
    background-color: #020202;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 45% 100%;
}
/******---banner end---******/

/******---readmore start---******/
#kyr-more1 {
    display: none;
}

#kyr-more2 {
    display: none;
}

#kyr-more3 {
    display: none;
}

#kyr-more4 {
    display: none;
}

#kyr-more5 {
    display: none;
}
/******---readmore end---******/

/******---parallax start---******/
.parallax {
    background: url('../images/parallax-bg.jpg') repeat fixed 100%;
    background-size: cover;
    color: rgb(255, 255, 255);
}

.parallax-inner {
    padding-top: 6%;
    padding-bottom: 6%;
}

    .parallax-inner h3 {
        font-size: 161px;
        font-weight: 900;
    }

    .parallax-inner h4 {
        font-size: 52px;
        font-weight: 900;
    }

@media only screen and (max-width: 990px) {
    .parallax-inner h3 {
        font-size: 46px;
        font-weight: 900;
    }

    .parallax-inner h4 {
        font-size: 32px;
        font-weight: 900;
    }
}
/******---parallax end---******/

/******---award start---******/
.award-positon {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
}

.award-border-radius {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

@media only screen and (max-width: 990px) {
    .award-positon {
        position: inherit;
        top: 0px;
        left: 0;
        right: 0;
    }

    .award-border-radius {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
/******---award end---******/

/******---contact start---******/
.contact-bg {
    background-image: url(../images/cnt-bg1.jpg);
    padding: 100px 0px;
    position: relative;
    margin-top: 0px;
}

.contact-med {
    margin-top: 5px;
}

.contact-med-img {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

@media only screen and (max-width: 990px) {
    .contact-bg {
        background-image: url(../images/cnt-bg1.jpg);
        padding: 100px 0px;
        position: relative;
        margin-top: 0px;
    }

    .contact-med {
        margin-top: 5px;
    }

    .contact-med-img {
        width: 100%;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

.kyr-contact {
    margin: 15px auto;
}

    .kyr-contact .title {
        text-align: center;
        text-transform: uppercase;
        font-size: 21px;
        line-height: 48px;
        padding-bottom: 35px;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

.kyr-form .kyr-field {
    position: relative;
    margin: 20px 0;
}

.kyr-form .input-text {
    display: block;
    width: 100%;
    height: 50px;
    border-width: 0 0 2px 0;
    border-color: #ffffff;
    font-size: 21px;
    line-height: 16px;
    font-weight: 400;
    color: #ffffff;
    background-color: #33333300;
}

    .kyr-form .input-text:focus {
        outline: none;
    }

        .kyr-form .input-text:focus + .label,
        .kyr-form .input-text.not-empty + .label {
            color: #3C82E4;
            font-weight: 900;
            text-transform: uppercase;
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
        }

.kyr-form .label {
    position: absolute;
    left: 10px;
    top: -6px;
    font-size: 18px;
    line-height: 12px;
    font-weight: 400;
    color: #ffffff;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.kyr-field .icon {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
}

.form-control {
    font-size: 21px;
    color: #333333;
    font-weight: 600;
    height: 55px;
}
/******---contact end---******/

/******---footer start---*****/
.footer {
    width: 100%;
}

    .footer a {
        font-size: 21px;
        color: #ffffff;
        text-decoration: none;
    }

        .footer a:hover {
            color: #3F7DCE;
        }

@media only screen and (max-width: 990px) {
    .footer a {
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
    }
}

.footer-menu {
    float: left;
    font-weight: normal;
    margin-top: 24px;
    display: flex;
    gap: 38px;
}

    .footer-menu ul {
        margin: 0px;
        padding: 0px;
    }

        .footer-menu ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

    .footer-menu li a {
        display: inline-block;
        padding: 0 3px 10px 30px;
        text-decoration: none;
        background: url(../images/arrow.png) left top no-repeat;
        border: none !important;
        color: #ddd;
        font-size: 21px;
        background-position: 8% 26%;
    }

        .footer-menu li a:hover {
            color: #3F7DCE;
        }

@media only screen and (max-width: 990px) {
    .footer-menu li a {
        display: inline-block;
        padding: 0 3px 10px 30px;
        text-decoration: none;
        background: url(../images/arrow.png) left top no-repeat;
        border: none !important;
        color: #ddd;
        font-size: 18px;
        background-position: 8% 26%;
    }
}
/******---footer end---*****/

/******---scroll to top start---*****/
#ScrollTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #3F7DCE;
    color: white;
    opacity: 0.9;
    padding: 10px 20px;
    z-index: 999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    #ScrollTop:hover {
        position: fixed;
        bottom: 10px;
        right: 10px;
        background: #3F7DCE;
        color: white;
        opacity: 0.9;
        padding: 10px 20px;
        z-index: 999;
    }
/******---scroll to top end---*****/

/******---register start---*****/
.register-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/register-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .register-banner {
        width: 100%;
        height: 400px;
        background-image: url(../images/register-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}

.banner-gradient-box {
    width: fit-content;
    padding: 72px 90px;
    margin: 38px auto 0 auto;
    background: rgb(58, 83, 164);
    background: linear-gradient(90deg, rgba(58, 83, 164, 1) 0%, rgba(2, 2, 2, 0.3925945378151261) 100%);
    bottom: 150px;
    text-align: center;
}

@media only screen and (max-width: 990px) {
    .banner-gradient-box {
        width: fit-content;
        padding: 25px 30px;
        margin: 0px auto 0 auto;
        background: rgb(58, 83, 164);
        background: linear-gradient(90deg, rgba(58, 83, 164, 1) 0%, rgba(2, 2, 2, 0.3925945378151261) 100%);
        bottom: 150px;
        text-align: center;
    }
}

.rsr-list ul {
    margin: 30px 0 0 0;
    padding: 0px;
}

    .rsr-list ul li {
        width: 45%;
        margin: 3px auto;
        padding: 10px 18px;
        list-style: none;
        background-color: #fff;
        color: #020202;
    }

@media only screen and (max-width: 990px) {
    .rsr-list ul li {
        width: 100%;
        margin: 3px auto;
        padding: 10px 18px;
        list-style: none;
        background-color: #fff;
        color: #020202;
    }
}

.rsr-list li span {
    display: inline-block;
    padding: 0 0px 0px 20px;
    background: url(../images/circle-dot.png) left top no-repeat;
    border: none !important;
    font-size: 21px;
    font-weight: 600;
    background-position: 0% 48%;
}

@media only screen and (max-width: 990px) {
    .rsr-list li span {
        display: inline-block;
        padding: 0 0px 0px 20px;
        background: url(../images/circle-dot.png) left top no-repeat;
        border: none !important;
        font-size: 18px;
        font-weight: 600;
        background-position: 0% 48%;
    }
}

.rsr-list2 ul {
    margin: 30px 0 0 0;
    padding: 10px;
}

    .rsr-list2 ul li {
        width: 100%;
        margin: 3px auto;
        padding: 10px 18px;
        list-style: none;
        background-color: #fff;
        color: #020202;
    }

.rsr-list2 li span {
    display: inline-block;
    padding: 0 0px 0px 20px;
    background: url(../images/circle-dot.png) left top no-repeat;
    border: none !important;
    font-size: 21px;
    background-position: 0% 48%;
}

@media only screen and (max-width: 990px) {
    .rsr-list2 li span {
        display: inline-block;
        padding: 0 0px 0px 20px;
        background: url(../images/circle-dot.png) left top no-repeat;
        border: none !important;
        font-size: 18px;
        background-position: 0% 48%;
    }
}

.rsr-list3 ul {
    margin: 30px 0 0 0;
    padding: 10px;
}

    .rsr-list3 ul li {
        width: 100%;
        margin: 3px auto;
        padding: 10px 18px;
        list-style: none;
        background-color: #333333;
        color: #ffffff;
    }

.rsr-list3 li span {
    display: inline-block;
    padding: 0 0px 0px 20px;
    background: url(../images/circle-dot-white.png) left top no-repeat;
    border: none !important;
    font-size: 21px;
    background-position: 0% 48%;
}

@media only screen and (max-width: 990px) {
    .rsr-list3 li span {
        display: inline-block;
        padding: 0 0px 0px 20px;
        background: url(../images/circle-dot-white.png) left top no-repeat;
        border: none !important;
        font-size: 18px;
        background-position: 0% 48%;
    }
}
/******---register end---*****/

/******---news start---*****/
.news-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/news-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .news-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/news-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}

.news-cnt-box {
    background-color: rgb(0 0 0 / 74%);
    padding: 10px;
    z-index: 999;
    top: 8px;
    left: 8px;
}
/******---news end---*****/

/******---schedule start---*****/
.schedule-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/schedule-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .schedule-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/schedule-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}
/******---schedule end---*****/

/******---table start---*****/
table {
    border-collapse: collapse;
    width: 100%;
    font-size: 21px;
    color: #020202;
}

@media only screen and (max-width: 990px) {
    table {
        border-collapse: collapse;
        width: 100%;
        font-size: 18px;
        color: #020202;
    }
}

table small {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    background-color: #3A53A4;
    color: #ffffff;
    padding: 2px 8px;
}

@media only screen and (max-width: 990px) {
    table small {
        border-collapse: collapse;
        width: 100%;
        font-size: 14px;
        background-color: #3A53A4;
        color: #ffffff;
    }
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 14px;
}

@media only screen and (max-width: 990px) {
    td, th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
    }
}

tr:nth-child(even) {
    background-color: #EDF2F5;
}
/******---table end---*****/

/******---teams start---*****/
.teams-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/teams-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .teams-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/teams-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}
/******---teams end---*****/

/******---gallery start---*****/
.gallery-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/gallery-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .gallery-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/gallery-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}
/******---gallery end---*****/

/******---sponsors start---*****/
.sponsors-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/sponsors-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .sponsors-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/sponsors-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}
/******---sponsors end---*****/

/******---forms start---*****/
.forms-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/forms-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .forms-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/forms-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}
/******---forms end---*****/

/******---contact start---*****/
.contact-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .contact-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/contact-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}
/******---contact end---*****/

/******---meet the coaches start---*****/
.mtc-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/meet-the-coaches-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .mtc-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/meet-the-coaches-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}
/******---meet the coaches end---*****/

/******---learn the game start---*****/
.ltg-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/learn-the-game-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .ltg-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/learn-the-game-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}
/******---learn the game end---*****/

/******---donations start---*****/
.donations-banner {
    width: 100%;
    height: 600px;
    background-image: url(../images/donations-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .donations-banner {
        width: 100%;
        height: 300px;
        background-image: url(../images/donations-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }
}
/******---donations end---*****/

/******---breadcrumb start---******/
.breadcrumb {
    min-height: 36px;
    line-height: 36px;
    list-style: none;
    overflow: auto;
    margin-left: 25px;
    margin-bottom: 38px;
}

    .breadcrumb li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
    }

    .breadcrumb li,
    .breadcrumb li a,
    .breadcrumb li span {
        display: inline-block;
        font-size: 21px;
    }

        .breadcrumb li + li:before {
            padding: 0;
            content: "";
        }

        .breadcrumb li span {
            padding: 0 10px;
        }

        .breadcrumb li a,
        .breadcrumb li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px;
        }

        .breadcrumb li:first-child a {
            padding: 0 10px;
        }

        .breadcrumb li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #020202;
            border: 1px solid #020202;
        }

        .breadcrumb li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb li a:after,
        .breadcrumb li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #020202;
            border-left-style: solid;
            border-left-width: 10px;
        }

        .breadcrumb li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #fff;
        }

        .breadcrumb li a:focus,
        .breadcrumb li a:hover {
            background-color: #3A53A4;
            border: 1px solid #3A53A4;
        }

            .breadcrumb li a:focus:before,
            .breadcrumb li a:hover:before {
                border-left-color: #3A53A4;
            }

        .breadcrumb li a:active {
            background-color: #020202;
            border: 1px solid #020202;
        }

            .breadcrumb li a:active:after,
            .breadcrumb li a:active:before {
                border-left-color: #020202;
            }

        .breadcrumb li.active span {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #3A53A4;
            border: 1px solid #3A53A4;
        }

        .breadcrumb li.active:first-child span {
            padding-left: 10px;
        }

        .breadcrumb li.active span:after,
        .breadcrumb li.active span:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb li.active span:before {
            right: -10px;
            z-index: 3;
            border-left-color: #3A53A4;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb li.active span:after {
            right: -11px;
            z-index: 2;
            border-left: 10px solid #3A53A4;
        }
/******---breadcrumb end---******/

/******---content animation start---******/
.cnt-animate {
    opacity: 0;
    transition: .4s ease-in-out;
    transition-delay: .5s;
}

    .cnt-animate.active {
        opacity: 1;
        transform: translate(0) rotate(0);
    }

.animate-slide-top {
    transform: translateY(50%);
}

.blue-2-bounce-right:hover {
    background-color: #fff;
}

/******---content animation end---******/
