body {
    font-family: Roboto;
    color: #192225;
    /* font-family: "Roboto", Sans-serif; */
    font-family: sans-serif;
}

p {
    color: #7a7a7a;
    font-family: sans-serif;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    p {
        font-size: 14px;
        line-height: 1.5rem;
    }
    body {
        font-size: 14px;
    }
}

@media only screen and (min-width: 600px) {
    p {
        font-size: 15px;
        line-height: 1.7rem;
    }
    body {
        font-size: 15px;
    }
}


/* ------------------------------------------NAVIGATION START-------------------------------------- */

.new-dropdown li a {
    text-align: left;
}

.new-dropdown li a:hover {
    box-shadow: none !important;
    background-color: transparent !important;
    width: fit-content !important;
    position: relative;
}

.btn-overflow {
    overflow-x: hidden;
    text-align: center;
    width: fit-content !important;
}

.dropdown-item {
    width: fit-content !important;
}

.new-nav-item {
    position: relative;
}

.new-nav-item a::after {
    content: "";
    height: 2px;
    width: 0;
    background: #6da51e;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 0.5s;
}

.my-navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background-color: white;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 10%);
    border-bottom: 0 3px 7px 0 rgb(0 0 0 / 10%);
    z-index: 999;
}

.my-nav {
    display: flex;
}

.my-container {
    padding-left: 5px;
}

.nav-item a {
    color: #505050 !important;
    padding: 0px !important;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.4s ease;
    letter-spacing: 0px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    text-align: left;
}

.nav-item a:hover::after {
    width: 100%;
}

.nav-item a:hover {
    color: #6da51e !important;
}

.nav-item .active {
    color: #6da51e !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0px !important;
}

.donate-btn:hover {
    background-color: #115233 !important;
    border-color: #115233 !important;
}

.donate-btn:focus {
    box-shadow: 0 0 0 0.01rem !important;
}

@media only screen and (max-width: 600px) {
    .logo {
        width: 180px;
        height: auto;
    }
    .my-container {
        width: 95% !important;
    }
    .my-nav {
        justify-content: flex-start !important;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .nav-item a {
        margin: 0.4rem !important;
    }
    .my-nav {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }
    .mobile-mb {
        margin-bottom: 15px !important;
    }
    .mobile-mt {
        margin-top: 15px !important;
    }
    .new-nav-item a {
        width: fit-content;
    }
}

@media only screen and (min-width: 600px) {
    .logo {
        width: 180px;
        height: auto;
    }
    .my-container {
        width: 95% !important;
    }
    .my-nav {
        justify-content: flex-start !important;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .nav-item a {
        margin: 0.4rem !important;
    }
    .my-nav {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }
    .mobile-mb {
        margin-bottom: 15px !important;
    }
    .mobile-mt {
        margin-top: 15px !important;
    }
    .new-nav-item a {
        width: fit-content;
    }
}

@media only screen and (min-width: 768px) {
    .logo {
        width: 70%;
        height: 70%;
    }
    .my-container {
        width: auto;
    }
    .my-nav {
        justify-content: flex-start !important;
        padding-left: 20px;
        padding-bottom: 20;
    }
    .nav-item a {
        margin: 0.5rem !important;
    }
    .my-nav {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }
    .mobile-mb {
        margin-bottom: 15px !important;
    }
    .mobile-mt {
        margin-top: 15px !important;
    }
    .new-nav-item a {
        width: fit-content;
    }
}

@media only screen and (min-width: 992px) {
    .logo {
        width: 76%;
        height: 76%;
    }
    .my-container {
        width: auto;
    }
    .my-nav {
        justify-content: flex-end !important;
        padding-bottom: 0;
    }
    .nav-item a {
        margin: 0.8rem !important;
               

    }
    .my-nav {
        background-color: white;
        box-shadow: none;
    }
    .mobile-mb {
        margin-bottom: auto !important;
    }
    .mobile-mt {
        margin-top: auto !important;
    }
}

/*@media only screen and (max-width: 1199px) {
    .logo {
        width: 76%;
        height: 76%;
    }
    .my-container {
        width: auto;
    }
    .my-nav {
        justify-content: flex-end !important;
        padding-bottom: 0;
    }
    .nav-item a {
        margin: 0.8rem !important;
           font-size: 11px;    

    }
    .my-nav {
        background-color: white;
        box-shadow: none;
    }
    .mobile-mb {
        margin-bottom: auto !important;
    }
    .mobile-mt {
        margin-top: auto !important;
    }
}*/



@media only screen and (min-width: 1200px) {
    .logo {
        width: 76%;
        height: 76%;
    }
    h3.title {
        font-size: 35px;
    }
    .my-container {
        width: auto;
    }
    .my-nav {
        justify-content: flex-end !important;
        padding-bottom: 0;
    }
    .nav-item a {
        margin: 0.8rem !important;
        font-size: 17px;
    }
    .my-nav {
        background-color: white;
        box-shadow: none;
    }
    .mobile-mb {
        margin-bottom: auto !important;
    }
    .mobile-mt {
        margin-top: auto !important;
    }
}


/* ------------------------------------------NAVIGATION END-------------------------------------- */


/* ------------------------------------------BANNER AND SLIDER SECTION START-------------------------------------- */

.banner-fluid {
    background-color:rgb(1,0,29);   
/*        #032645;*/
    display: flex;
    justify-content: center;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.banner-container {
    background-image: linear-gradient(rgb(2 0 73 / 40%), rgb(2 0 73 / 40%)), url(../images/bg-banner.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.banner-container h2 {
    color: rgb(241, 240, 240);
    font-weight: 200;
    letter-spacing: 2px;
    z-index: 100;
}

.banner-container h1 {
    color: #ffe436;
    font-weight: 900;
}

.banner-container h3 {
    background-color: rgb(228, 228, 228);
    color: red;
    font-weight: 600;
}

.banner-slider {
    background-color: #032645;
}

.carousel-item img {
    opacity: .8;
}

.small-conatainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.small-conatainer h1 {
    color: #ffe436;
    font-weight: 900;
}

.small-conatainer h1 span {
    color: #fff;
}

.big-para {
    color: #6da51e !important;
    font-weight: 600 !important;
}

.small-conatainer p {
    color: #fff;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    .banner-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    /* .banner{
        max-width: 1320px;
    } */
    .banner-container {
        height: 350px;
        padding-left: 6%;
        flex-basis: 100%;
    }
    .banner-container h2 {
        font-size: 25px;
    }
    .banner-container h1 {
        font-size: 30px;
    }
    .banner-container h3 {
        font-size: 20px;
        padding: 5px 15px;
        line-height: 30px;
    }
    .banner-slider {
        flex-basis: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .small-conatainer {
        margin-top: 40px;
    }
    .small-conatainer h1 {
        font-size: 35px;
    }
    .big-para {
        font-size: 17px !important;
    }
    .small-conatainer p {
        margin: 5px 30px;
    }
    .small-conatainer a {
        width: 50%;
    }
}

@media only screen and (min-width: 600px) {
    .banner-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    /* .banner {
        max-width: 1320px;
    } */
    .banner-container {
        height: 350px;
        padding-left: 6%;
        flex-basis: 100%;
    }
    .banner-container h2 {
        font-size: 28px;
    }
    .banner-container h1 {
        font-size: 35px;
    }
    .banner-container h3 {
        font-size: 25px;
        padding: 5px 15px;
        line-height: 40px;
    }
    .banner-slider {
        flex-basis: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .small-conatainer {
        margin-top: 40px;
    }
    .small-conatainer h1 {
        font-size: 40px;
    }
    .big-para {
        font-size: 18px !important;
    }
    .small-conatainer p {
        margin: 5px 40px;
    }
    .small-conatainer a {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .banner-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    /* .banner {
        max-width: 1320px;
    } */
    .banner-container {
        height: 550px;
        padding-left: 6%;
        flex-basis: 100%;
    }
    .banner-container h2 {
        font-size: 28px;
    }
    .banner-container h1 {
        font-size: 35px;
    }
    .banner-container h3 {
        font-size: 25px;
        padding: 5px 15px;
        line-height: 40px;
    }
    .banner-slider {
        flex-basis: 40%;
        height: 550px;
    }
    .small-conatainer {
        margin-top: 40px;
    }
    .small-conatainer h1 {
        font-size: 40px;
    }
    .big-para {
        font-size: 18px !important;
    }
    .small-conatainer p {
        margin: 5px 10px;
    }
    .small-conatainer a {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .banner-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .banner {
        max-width: 1320px;
    }
    .banner-container {
        height: 550px;
        padding-left: 6%;
        flex-basis: 70%;
    }
    .banner-container h2 {
        font-size: 30px;
    }
    .banner-container h1 {
        font-size: 40px;
    }
    .banner-container h3 {
        font-size: 28px;
        padding: 5px 15px;
        line-height: 40px;
    }
    .banner-slider {
        flex-basis: 30%;
        height: 550px;
    }
    .small-conatainer {
        margin-top: 40px;
    }
    .small-conatainer h1 {
        font-size: 45px;
    }
    .big-para {
        font-size: 18px !important;
    }
    .small-conatainer p {
        margin: 5px 10px;
    }
    .small-conatainer a {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .banner {
        max-width: 1320px;
    }
    .banner-container {
        height: 600px;
        padding-left: 6%;
        flex-basis: 70%;
    }
    .banner-container h2 {
        font-size: 30px;
    }
    .banner-container h1 {
        font-size: 40px;
    }
    .banner-container h3 {
        font-size: 28px;
        padding: 5px 15px;
        line-height: 40px;
    }
    .banner-slider {
        flex-basis: 30%;
        height: 600px;
    }
    .small-conatainer {
        margin-top: 40px;
    }
    .small-conatainer h1 {
        font-size: 45px;
    }
    .big-para {
        font-size: 18px !important;
    }
    .small-conatainer p {
        margin: 5px 10px;
    }
    .small-conatainer a {
        width: 50%;
    }
}

@media only screen and (min-width: 1320px) {
    .banner-fluid {
        padding-left: auto;
        padding-right: auto;
    }
    .banner {
        max-width: 1320px;
    }
    .banner-container {
        height: 600px;
        padding-left: 0%;
        flex-basis: 70%;
    }
    .banner-container h2 {
        font-size: 30px;
    }
    .banner-container h1 {
        font-size: 40px;
    }
    .banner-container h3 {
        font-size: 28px;
        padding: 5px 15px;
        line-height: 40px;
    }
    .banner-slider {
        flex-basis: 30%;
        height: 600px;
    }
    .small-conatainer {
        margin-top: 40px;
    }
    .small-conatainer h1 {
        font-size: 45px;
    }
    .big-para {
        font-size: 18px !important;
    }
    .small-conatainer p {
        margin: 5px 10px;
    }
    .small-conatainer a {
        width: 50%;
    }
}


/* ------------------------------------------BANNER AND SLIDER SECTION END-------------------------------------- */


/* ------------------------------------------ABOUT US SECTION START-------------------------------------- */

.about {
    padding-bottom: 20px;
    height: auto;
}

.title {
    font-weight: 700;
    position: relative;
    /* color: rgb(15, 15, 15); */
    color: #032645;
}

.span-title {
    color: #6da51e;
}

.title::after {
    content: " ";
    height: 4px;
    width: 60px;
    background-image: linear-gradient(to right, #6da51e, rgba(255, 0, 0, 1));
    position: absolute;
    left: calc(50% - 2%);
    bottom: -4px;
}

.about-container {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.item-1 {
    height: auto;
    border-bottom: 5px solid #6da51e;
    padding-bottom: 8px;
    position: relative;
}

.item-1::after {
    content: " ";
    height: 5px;
    width: 50%;
    background-color: #a00b0b;
    position: absolute;
    left: calc(50% - 0%);
    bottom: -15px;
}

.item-2 {
    height: auto;
}

.item-2 h2 {
    font-weight: 700;
    color: #002e5b;
}

.about-btn {
    border-radius: 0px !important;
    border-color: #a00b0b !important;
    background: #a00b0b !important;
    color: #fff !important;
}

.about-btn:hover {
    background: #7a0707 !important;
}


/* about us page */

.about-container-para {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.para-span {
    font-weight: 600;
    color: #6da51e;
}

.about-container-para h2 {
    color: rgb(56, 55, 55);
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .title {
        font-size: 33px;
    }
    .item-1 {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .item-2 {
        flex-basis: 100%;
    }
   
    .item-2 h2 {
        font-size: 25px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 15px;
    }
    .about-container-para h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 600px) {
    .title {
        font-size: 33px;
    }
    .item-1 {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .item-2 {
        flex-basis: 100%;
    }
    .item-2 h2 {
        font-size: 25px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 16px;
    }
    .about-container-para h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) {
    .title {
        font-size: 37px;
    }
    .item-1 {
        flex-basis: 35%;
    }
    .item-2 {
        flex-basis: 60%;
    }
    .item-2 h2 {
        font-size: 27px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 16px;
    }
    .about-container-para h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .title {
        font-size: 45px;
    }
    .item-1 {
        flex-basis: 45%;
    }
    .item-2 {
        flex-basis: 50%;
    }
    .item-2 h2 {
        font-size: 35px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 16px;
    }
    .about-container-para h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .title {
        font-size: 45px;
    }
    .item-1 {
        flex-basis: 50%;
    }
    .item-2 {
        flex-basis: 45%;
    }
    .item-2 h2 {
        font-size: 35px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 16px;
    }
    .about-container-para h2 {
        font-size: 30px;
    }
}


/* ------------------------------------------ABOUT US SECTION END-------------------------------------- */


/* ------------------------------------------MISSION & GOAL US SECTION START-------------------------------------- */

.mission {
    height: auto;
    /* background-color: #f5f5f5; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(../images/bg-student.jpg);
    background-position: center;
    background-size: cover;
}

.change-color {
    color: #fff;
}

.box-container {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /* background: #cfcfcf; */
    background-color: #fff;
    overflow: hidden;
    transition: 1s ease;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
    text-align: center;
}

.box .fas {
    color: #032645;
}

.down {
    position: absolute;
    width: 100%;
    background-color: rgba(3, 48, 94, 0.70);
    transition: .5s;
}

.down p {
    color: #fff;
    margin-top: 10px;
}

.box:hover .down {
    margin-bottom: 0px;
}

.box i {
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .box {
        flex-basis: 100%;
        height: 160px;
    }
    .down {
        margin-bottom: 500px;
        height: 160px;
        padding: 10px;
    }
    .down p {
        line-height: 1.4rem;
    }
    .box i {
        font-size: 40px;
    }
}

@media only screen and (min-width: 600px) {
    .box {
        flex-basis: 48%;
        height: 230px;
    }
    .down {
        margin-bottom: 500px;
        height: 230px;
        padding: 10px;
    }
    .down p {
        line-height: 1.4rem;
    }
    .box i {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .box {
        flex-basis: 30%;
        height: 230px;
    }
    .down {
        margin-bottom: 500px;
        height: 230px;
        padding: 10px;
    }
    .down p {
        line-height: 1.4rem;
    }
    .box i {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .box {
        flex-basis: 30%;
        height: 230px;
    }
    .down {
        margin-bottom: 500px;
        height: 230px;
        padding: 10px;
    }
    .down p {
        line-height: 1.7rem;
    }
    .box i {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .box {
        flex-basis: 30%;
        height: 240px;
    }
    .down {
        margin-bottom: 500px;
        height: 240px;
        padding: 20px;
    }
    .down p {
        line-height: 1.7rem;
    }
    .box i {
        font-size: 50px;
    }
}


/* ------------------------------------------MISSION & GOAL US SECTION END-------------------------------------- */


/* ------------------------------------------VIDEO SECTION START-------------------------------------- */

.video {
    width: 100%;
    height: 300px;
}

.video-item-2 {
    margin-bottom: 20px;
}

.iframeVideos {
    display: flex;
    column-gap: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.iframe-video {
    height: 200px;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .iframe-video {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 600px) {
    .iframe-video {
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .iframe-video {
        flex-basis: 31%;
    }
}

@media only screen and (min-width: 992px) {
    .iframe-video {
        flex-basis: 31%;
    }
}

@media only screen and (min-width: 1200px) {
    .iframe-video {
        flex-basis: 31%;
    }
}


/* ------------------------------------------VIDEO SECTION END-------------------------------------- */


/* ------------------------------------------GALLERY SECTION START-------------------------------------- */

.gallery-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(../images/bg-gallery.jpg);
    background-position: center;
    background-size: cover;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.gallery img {
    width: 100%;
}

.index-img {
    border: 4px solid #fff;
}

@media only screen and (max-width: 600px) {
    .index-img {
        height: 210px;
    }
}

@media only screen and (min-width: 600px) {
    .index-img {
        height: 210px;
    }
}

@media only screen and (min-width: 768px) {
    .index-img {
        height: 210px;
    }
}

@media only screen and (min-width: 992px) {
    .index-img {
        height: 190px;
    }
}

@media only screen and (min-width: 1200px) {
    .index-img {
        height: 190px;
    }
}


/* ------------------------------------------GALLERY SECTION END-------------------------------------- */


/* ------------------------------------------Social Platforms SECTION START-------------------------------------- */


/* .social-platform{
    height: auto;
}

.platform-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
}




@media only screen and (max-width: 600px) {
    .social-platform-item{
        flex-basis: 100% !important;
    }
}
  
  @media only screen and (min-width: 600px) {
    .social-platform-item{
        flex-basis: 100% !important;
    }
}
  
  @media only screen and (min-width: 768px) {
    .social-platform-item{
        flex-basis: 30% !important;
    }
} 
  
  @media only screen and (min-width: 992px) {
    .social-platform-item{
        flex-basis: 30% !important;
    }
} 
  
  @media only screen and (min-width: 1200px) {
.social-platform-item{
    flex-basis: 30% !important;
}
} */


/* ------------------------------------------Social Platforms SECTION END-------------------------------------- */


/* ------------------------------------------How To Help Us SECTION END-------------------------------------- */

.help {
    height: auto;
}

.help-container {
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.help-section {
    height: auto;
}

.icon-hlp-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6da51e;
    border-radius: 50%;
    margin-right: 20px;
}

.help-icon {
    color: #fff;
}

.under-help-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.help-icon-data h3 {
    color: rgb(22, 18, 18);
}

@media only screen and (max-width: 600px) {
    .help-section {
        flex-basis: 100%;
    }
    .icon-hlp-section {
        height: 45px;
        width: 45px;
        padding: 28px;
    }
    .help-icon {
        font-size: 18px;
    }
    .help-icon-data h3 {
        font-size: 23px;
    }
    .help2 {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 600px) {
    .help-section {
        flex-basis: 100%;
    }
    .icon-hlp-section {
        height: 50px;
        width: 50px;
        padding: 30px;
    }
    .help-icon {
        font-size: 20px;
    }
    .help-icon-data h3 {
        font-size: 26px;
    }
    .help2 {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .help-section {
        flex-basis: 48%;
    }
    .icon-hlp-section {
        height: 50px;
        width: 50px;
        padding: 30px;
    }
    .help-icon {
        font-size: 20px;
    }
    .help-icon-data h3 {
        font-size: 27px;
    }
}

@media only screen and (min-width: 992px) {
    .help-section {
        flex-basis: 48%;
    }
    .icon-hlp-section {
        height: 60px;
        width: 60px;
        padding: 35px;
    }
    .help-icon {
        font-size: 20px;
    }
    .help-icon-data h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .help-section {
        flex-basis: 48%;
    }
    .icon-hlp-section {
        height: 60px;
        width: 60px;
        padding: 35px;
    }
    .help-icon {
        font-size: 20px;
    }
    .help-icon-data h3 {
        font-size: 28px;
    }
}


/* ------------------------------------------How To Help Us SECTION END-------------------------------------- */


/* ------------------------------------------FOOTER SECTION START-------------------------------------- */

footer {
    /* background-color: #1c6ca4; */
    background-color: #032645;
}

.footer-container {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.courses-link {
    text-decoration: none;
    color: #6da51e;
    ;
    transition: .2s;
}

.courses-link:hover {
    color: #5b8b17;
}

.footer-item h1 {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
}

.footer-item p {
    color: #c4c4c4;
}

.social-icons .fab {
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.social-icons .fab:hover {
    transform: translateY(-5px);
}

.social-icons .fa-1 {
    background-color: #1778f2;
    color: white;
}

.social-icons .fa-2 {
    background-color: #1da1f2;
    color: white;
}

.social-icons .fa-3 {
    background-color: #f00075;
    color: white;
}

.social-icons .fa-4 {
    background-color: red;
    color: white;
}

.footer-h {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: #c4c4c4;
}

.footer-color {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

.footer-color:hover {
    color: #fff;
}

.footer-h:hover {
    color: #c4c4c4;
}

.footer-ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer-ul li {
    list-style-type: none;
    margin-bottom: 7px;
}

.footer-ul li a {
    text-decoration: none;
    color: #ece8e8;
    font-weight: 600;
}

.footer-ul li a:hover {
    color: #807e7e;
}

.copyright {
    width: 100%;
    background-color: #032645;
    border-top: 1px solid rgb(39, 39, 39);
}

.copyright a {
    text-decoration: none;
    color: #cccccc;
}

.copyright a:hover {
    color: #929191;
}

.copyright-para {
    color: #cccccc;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .footer-item {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .footer-item h1 {
        margin-bottom: 15;
        font-size: 18px;
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 17px;
        margin-top: 20px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}

@media only screen and (min-width: 600px) {
    .footer-item {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .footer-item h1 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 17px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}

@media only screen and (min-width: 768px) {
    .footer-item {
        flex-basis: 45%;
    }
    .footer-item h1 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .footer-item {
        flex-basis: 22%;
    }
    .footer-item h1 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin-top: 20px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-item {
        flex-basis: 22%;
    }
    .footer-item h1 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin-top: 20px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}


/* ------------------------------------------FOOTER SECTION END-------------------------------------- */


/* ------------------------------------------OTHER PAGE BANNER START-------------------------------------- */

.fluid-banner {
    background-image: linear-gradient(rgba(0, 4, 61, 0.5), rgba(0, 4, 61, 0.5)), url(../images/student.jpg);
    background-position: center;
    background-size: auto;
}

.fluid-banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* .fluid-banner-container span {
    color: #8fce38;
    color: #c9c8c8;
} */

.fluid-banner-container h2 {
    color: #fff;
    font-weight: 700;
}

.fluid-banner-container p {
    color: #fff;
}

.fluid-banner-container p a {
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .fluid-banner {
        height: 280px;
    }
    .fluid-banner-container {
        height: 280px;
    }
    .fluid-banner-container h2 {
        font-size: 26px;
    }
    .fluid-banner-container p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 600px) {
    .fluid-banner {
        height: 300px;
    }
    .fluid-banner-container {
        height: 300px;
    }
    .fluid-banner-container h2 {
        font-size: 28px;
    }
    .fluid-banner-container p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .fluid-banner {
        height: 340px;
    }
    .fluid-banner-container {
        height: 340px;
    }
    .fluid-banner-container h2 {
        font-size: 32px;
    }
    .fluid-banner-container p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .fluid-banner {
        height: 350px;
    }
    .fluid-banner-container {
        height: 350px;
    }
    .fluid-banner-container h2 {
        font-size: 35px;
    }
    .fluid-banner-container p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .fluid-banner {
        height: 350px;
    }
    .fluid-banner-container {
        height: 350px;
    }
    .fluid-banner-container h2 {
        font-size: 35px;
    }
    .fluid-banner-container p {
        font-size: 16px;
    }
}


/* ------------------------------------------OTHER PAGE BANNER END-------------------------------------- */


/* ------------------------------------------ANNUAL REPORT SECTION START-------------------------------------- */

.main-border {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.main-border h2 {
    color: #002e5b;
    font-weight: 800;
    text-align: center;
}

.annual-report-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.annual-img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.annual-image img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 600px) {
    .main-border {
        padding: 28px;
    }
    .main-border h2 {
        font-size: 25px;
    }
    .annual-report-container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
    .annual-img {
        flex-basis: 100%;
    }
    .annual-image {
        flex-basis: 48%;
    }
    .annual-data {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .annual-bottom-data {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 600px) {
    .main-border {
        padding: 28px;
    }
    .main-border h2 {
        font-size: 26px;
    }
    .annual-report-container {
        padding: 25px;
    }
    .annual-img {
        flex-basis: 100%;
    }
    .annual-image {
        flex-basis: 48%;
    }
    .annual-data {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .annual-bottom-data {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .main-border {
        padding: 30px;
    }
    .main-border h2 {
        font-size: 28px;
    }
    .annual-report-container {
        padding: 25px;
    }
    .annual-img {
        flex-basis: 43%;
    }
    .annual-image {
        flex-basis: 48%;
    }
    .annual-data {
        flex-basis: 53%;
    }
    .annual-bottom-data {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .main-border {
        padding: 30px;
    }
    .main-border h2 {
        font-size: 30px;
    }
    .annual-report-container {
        padding: 25px;
    }
    .annual-img {
        flex-basis: 53%;
    }
    .annual-image {
        flex-basis: 48%;
    }
    .annual-data {
        flex-basis: 43%;
    }
    .annual-bottom-data {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-border {
        padding: 30px;
    }
    .main-border h2 {
        font-size: 30px;
    }
    .annual-report-container {
        padding: 25px;
    }
    .annual-img {
        flex-basis: 53%;
    }
    .annual-image {
        flex-basis: 48%;
    }
    .annual-data {
        flex-basis: 43%;
    }
    .annual-bottom-data {
        padding-left: 25px;
        padding-right: 25px;
    }
}


/* ------------------------------------------ANNUAL REPORT SECTION START-------------------------------------- */


/* ------------------------------------------EVENT PAGE SECTION START-------------------------------------- */

.event-container-image {
    justify-content: space-evenly !important;
}

.event-img img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.event-data h5 {
    color: rgb(47, 48, 46);
    font-weight: 800;
}

.event-data h4 {
    color: #6da51e;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .event-img {
        flex-basis: 48%;
        margin-bottom: 20px;
    }
    .event-data h5 {
        font-size: 15px;
    }
    .event-data h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 600px) {
    .event-img {
        flex-basis: 48%;
        margin-bottom: 20px;
    }
    .event-data h5 {
        font-size: 16px;
    }
    .event-data h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .event-img {
        flex-basis: 23%;
    }
    .event-data h5 {
        font-size: 17px;
    }
    .event-data h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .event-img {
        flex-basis: 23%;
    }
    .event-data h5 {
        font-size: 17px;
    }
    .event-data h4 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .event-img {
        flex-basis: 23%;
    }
    .event-data h5 {
        font-size: 17px;
    }
    .event-data h4 {
        font-size: 25px;
    }
}


/* ------------------------------------------EVENT PAGE SECTION END-------------------------------------- */


/* ------------------------------------------CONTACT PAGE SECTION START-------------------------------------- */

.contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-item-1 {
    box-shadow: 2px 0px 10px 0px rgb(0 0 0 / 50%);
    box-sizing: border-box;
}

.contact-head {
    color: #313131;
    font-weight: 600;
}

.input-contact-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.input {
    box-sizing: border-box;
}

.text-area textarea {
    border-radius: 0px !important;
}

.input-contact-1 input[type="text"],
.input-contact-1 input[type="email"],
.input-contact-1 input[type="tel"] {
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
    transition: 0.1s;
}

.input-contact-1 input[type="text"]:focus,
.input-contact-1 input[type="email"]:focus,
.input-contact-1 input[type="tel"]:focus,
.text-area textarea:focus {
    border: 1px solid #144c84;
    outline: none;
    box-sizing: border-box;
}

.input-contact-1 input[type="text"]:hover,
.input-contact-1 input[type="email"]:hover,
.input-contact-1 input[type="tel"]:hover,
.text-area textarea:hover {
    border: 1px solid black;
}

.textarea {
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
}

.contact-btn {
    background-color: #6da51e;
    border: none;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    color: #ffffff;
    transition: 0.3s;
}

.contact-btn:hover {
    background-color: #075c9c;
}

.contact-item-2 {
    height: auto;
    box-sizing: border-box;
}

.contact-item-2 p {
    text-align: left !important;
}

.color-head {
    color: #144c84;
}

.color-text-head {
    color: rgb(31, 31, 31);
}

@media only screen and (max-width: 600px) {
    .contact-item-1 {
        padding: 30px;
        flex-basis: 100%;
    }
    .contact-head {
        font-size: 1.5rem;
    }
    .input {
        flex-basis: 100%;
        margin-bottom: 15px;
        height: 40px;
    }
    .input-contact-1 input[type="text"],
    .input-contact-1 input[type="email"],
    .input-contact-1 input[type="tel"] {
        padding-left: 10px;
        width: 100px;
    }
    .textarea {
        height: 80px;
        padding-left: 10px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .contact-btn {
        margin-top: 5px;
        width: 50%;
        padding: 12px 5px;
    }
    .contact-item-2 {
        flex-basis: 100%;
        padding: 20px;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 600px) {
    .contact-item-1 {
        padding: 30px;
        flex-basis: 100%;
    }
    .contact-head {
        font-size: 1.7rem;
    }
    .input {
        flex-basis: 100%;
        margin-bottom: 15px;
        height: 40px;
    }
    .input-contact-1 input[type="text"],
    .input-contact-1 input[type="email"],
    .input-contact-1 input[type="tel"] {
        padding-left: 10px;
        width: 100px;
    }
    .textarea {
        height: 80px;
        padding-left: 10px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .contact-btn {
        margin-top: 5px;
        width: 50%;
        padding: 12px 5px;
    }
    .contact-item-2 {
        flex-basis: 100%;
        padding: 20px;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .contact-item-1 {
        padding: 30px;
        flex-basis: 43%;
    }
    .contact-head {
        font-size: 1.8rem;
    }
    .input {
        flex-basis: 46%;
        margin-bottom: 15px;
        height: 40px;
    }
    .input-contact-1 input[type="text"],
    .input-contact-1 input[type="email"],
    .input-contact-1 input[type="tel"] {
        padding-left: 10px;
        width: 100px;
    }
    .textarea {
        height: 80px;
        padding-left: 10px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .contact-btn {
        margin-top: 5px;
        width: 46%;
        padding: 12px 5px;
    }
    .contact-item-2 {
        flex-basis: 52%;
        padding: 20px;
        padding-top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .contact-item-1 {
        padding: 30px;
        flex-basis: 43%;
    }
    .contact-head {
        font-size: 2rem;
    }
    .input {
        flex-basis: 46%;
        margin-bottom: 15px;
        height: 45px;
    }
    .input-contact-1 input[type="text"],
    .input-contact-1 input[type="email"],
    .input-contact-1 input[type="tel"] {
        padding-left: 20px;
        width: 160px;
    }
    .textarea {
        height: 120px;
        padding-left: 20px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .contact-btn {
        margin-top: 5px;
        width: 46%;
        padding: 12px 5px;
    }
    .contact-item-2 {
        flex-basis: 52%;
        padding: 20px;
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .contact-item-1 {
        padding: 30px;
        flex-basis: 43%;
    }
    .contact-head {
        font-size: 2rem;
    }
    .input {
        flex-basis: 46%;
        margin-bottom: 15px;
        height: 45px;
    }
    .input-contact-1 input[type="text"],
    .input-contact-1 input[type="email"],
    .input-contact-1 input[type="tel"] {
        padding-left: 20px;
        flex-basis: 46%;
    }
    .textarea {
        height: 120px;
        padding-left: 20px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .contact-btn {
        margin-top: 5px;
        width: 46%;
        padding: 12px 5px;
    }
    .contact-item-2 {
        flex-basis: 52%;
        padding: 20px;
        padding-top: 30px;
    }
}


/* ------------------------------------------CONTACT PAGE SECTION END-------------------------------------- */


/* ------------------------------------------MAP SECTION START-------------------------------------- */

.map-section {
    background-color: #f0f0f0;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-container {
    width: 100%;
    height: 280px;
}

.map-border {
    border: 1px solid rgb(255, 255, 255);
}


/* ------------------------------------------MAP SECTION END-------------------------------------- */


/* ------------------------------------------MEDIA SECTION START-------------------------------------- */

.media-image {
    height: 250px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 5px;
}


/* ------------------------------------------MEDIA SECTION END-------------------------------------- */