
/* ==========================
      Responsive
========================== */

@media(max-width:1000px){

.footer-container{
grid-template-columns:repeat(2,1fr);
}
.footer-bottom{
flex-direction:column;
gap:20px;
}
}

@media(max-width:992px){

.menu-toggle{
    display:block;
}

nav{
    position:absolute;
    top:85px;
    left:0;
    width:100%;
    background:#fff;
}

.nav-links{
    display:none;
    flex-direction:column;
    gap:0;
}

.nav-links.show{
    display:flex;
}

.nav-links li{
    padding:20px;
    border-bottom:1px solid #eee;
}

.dropdown-menu{
    position:relative;
    width:100%;
    top:10px;
    box-shadow:none;
    display:block;
    background:#f8fbff;
}
.dropdown-menu li{
    padding-left:35px;
}

}


@media(max-width:700px){
    .menu-toggle{
    display:block;
}
.title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.title-1{
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.top-banner{
    display: flex;
     width:700px;
     margin-bottom:auto;
}
.top-banner .top-banner-head{
    height: 300px;
    top: 100px;
}
.wave-text span {
    font-size: 2rem;
}

.abt-home{
    flex-direction: column;
    margin-top:auto;
    padding: 0px 10px;
}
.abt-home .ab1{
    display: flex;
    height: 300px;
    width: 100%;
    margin-top: 20px;
}
.abt-home .ab1 img{
     width: 100%;
    height:300px;
}
.abt-home .ab2{
    width: 100%;
    padding: 10px;
}
.ab2 h1{
    margin-left: 10px;
}
.ab2 .small{
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px;
    font-weight: 500;
}
.ab2 p{
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 16px;
}

/* quote */

.quote{
    width: 100%;
    padding: 20px 0px 10px 0px;
    margin: 10px 0px;
}
.quote-box{
    margin: 10px 0px;
    padding: 20px;
}
.quote-box p{
     padding: 0px;
     line-height: 35px;
     font-size: 1.2em;
     font-weight: 400;
}

/* event */

.event{
    width:100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.event .event-container{
    flex-direction: column;
    gap: 15px;
}
.event-box{
    width:100%;
    margin: 5px;
}
.event-box img{
    width: 100%;
}
.event .view-all{
    float:left;
    margin: 20px 0px 10px 30px;
    font-size: 16px;
    padding: 12px 14px;
}

/* mission start here */

.mission-vision{
    margin-top: 50px;
    padding: 10px;
}
.mission-vision .mission-container{
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.mission-box{
    width:100%;
    padding: 20px 0px;
}
.mission-box p{
    margin-top: 10px;
    margin-bottom: 12px;
}

/* news start here */
.news-update {
    margin-top: 20px;
    padding: auto;
}
.news-update .news-container{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
}
.news-update h3{
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
    text-transform: capitalize;
}
.news-box{
    width: 440px;
    margin-bottom: 10px;
    padding: 10px 5px;
}
.news-img img{
    width:100%;
}
.news-box h4{
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    text-transform: capitalize;
}
.news-box p{
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
}
.news-box .left{
    text-align: left;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 10px;
} 
.news-box .right{
    text-align: right;
    float: right;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    margin-right: 30px;
}

/* news ends */


/* support starts */
.support{
    margin: 20px 0px;
    padding: 10px;
    height: auto;
    }
  .support h3{
    margin-bottom: 10px;
    margin-top: 50px;
    }
    .support-container{
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 20px;
    }
.support-boxl{
        width: 100%;
        padding: 20px 0px;
    }
    .support .view-all{
    float: left;
    margin: 10px 20px 10px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
}
    .support-boxr{
    width: 300px;
    height: auto;
    margin:auto 30px;
    padding: 10px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    }
    .support-boxr h4{
        text-align: center;
        padding: 10px 15px;
        width: 170px;
        border-radius: 10px;
        margin-left: 40px;
    }
.support-boxr span{
        padding: 5px 10px;
        font-size: 18px;
        font-weight: 700;
    }
/* support ends */

/* press starts */
.press{
    margin: 20px 0px;
    padding: 10px;
    }
.press h3{
    margin: 20px 30px;
    }
    .press-container{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.press-box{
    width: 440px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.press-img{
    width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
}
.press-img img{
    width: 100%;
}
.press-text{
    width: 100%;
    padding: 10px;
}
.press-text h4{
    margin: 0px;
    padding: 0px;
}
.press-text p{
    text-align: justify;
    margin-bottom: 5px;
    margin-right: 0px;
    padding: 5px 0px;
    font-size: 13;
    font-weight: 400;
}
.press-text span{
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 10;
    font-weight: 300;
}
/* press ends */


/* unit-gallery */

.unit-gallery{
    margin-top:10px;
    padding: auto;
}
.unit-gallery .img-box{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.img-box-1{
    width:100%;
}
.img-box-1 img{
    width: 100%;
   padding: 0px;
}
.img-box-2{
      width:700px;
     display: flex;
   flex-direction: column;
    padding: 10px;
    margin: 0%;
    gap: 10px;
    column-gap: 10px;
}
.img-box-2 .box-imga{
   box-sizing: border-box;
   padding: 0px;
   margin: 0%;
   position: relative;
   cursor: pointer;
}
.box-imga h5{
  position: absolute;
  top: 30%;
  left: 0px;
  padding: 7px 12px;
  text-align:left;
  font-size: 17px;
}
.img-box-2 .row1, .row2, .row3{
   width:440px;
   margin: 10px;
   padding: 10px;
}
.img-box-2 .box-imga img{
   width: 100%;
}


/* media start */

.media{
   margin-top: 20px;
   padding: 20px;
}
.media-container{
   padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.media-box-1{
  width: 400px;
  padding: 10px;
}
.media-box-2{
  width: 400px;
  padding: 5px;
}
.media-box-2:last-child {
  border-bottom: 0px;
}

/* subscribe start here */

.subscribe{
   margin: 0px;
   padding: 20px;
}
.subscribe-container{
   padding: 10px;
  display: flex;
  flex-direction:column;
  gap: 20px;
}
.subscribe-box-1{
  width: 400px;
  padding: 10px;
}
.subscribe-box-2{
  width: 400px;
  padding-top: 0px;
  padding-left: 10px;
}
.subscribe-box-2 input{
  width:270px;
  margin-top: 5px;
  padding: 10px 15px;
}
.subscribe-box-2 button{
  width: auto;
  padding: 10px 15px;
}
.footer-container{
grid-template-columns:1fr;
}

}

@media(max-width:480px){
    .menu-toggle{
    display:block;
}
.title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.title-1{
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.top-banner{
    display: flex;
     width:100%;
     height: 70vh;
     margin-bottom:auto;
}
.top-banner-img{
    height: 300px;
}
.top-banner-img img{
    height: 300px;
}
.top-banner .top-banner-head{
    height: 300px;
    top: 100px;
}
.wave-text span {
    font-size: 1.8rem;
}


.abt-home{
    flex-direction: column;
    margin-top:auto;
    padding: 0px 10px;
}
.abt-home .ab1{
    display: flex;
    height: 300px;
    width: 100%;
}
.abt-home .ab1 img{
    width: 400px;
    height:250px;
    border-radius: 10px;
}
.abt-home .ab2{
    width: 100%;
    padding: 10px;
}
.ab2 h1{
    margin-left: 10px;
}
.ab2 .small{
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px;
    font-weight: 500;
}
.ab2 p{
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 16px;
}

/* quote */

.quote{
    width: 100%;
    height: auto;
    padding: 20px 0px 10px 0px;
    margin: 10px 0px;
}
.quote-box{
    margin: 10px 0px;
    padding: 20px;
    align-items: center;
    justify-content: center;
}
.quote-box p{
     padding: 0px;
     line-height: 35px;
     font-size: 1.em;
     font-weight: 400;
     text-align: justify;
}

/* event */

.event{
    width:100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.event .event-container{
    flex-direction: column;
    gap: 15px;
}
.event-box{
    width:440px;
    margin: 5px;
}
.event-box img{
    width: 100%;
}
.event .view-all{
    float:left;
    margin: 20px 0px 10px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    min-height: 40px;
    padding: 12px 14px;
}

/* mission start here */


.mission-vision{
    margin-top: 50px;
    padding: 10px;
}
.mission-vision .mission-container{
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.mission-box{
    width:420px;
    padding: 20px 0px;
}
.mission-box p{
    margin-top: 10px;
    margin-bottom: 12px;
}
.mission-box img{
    width: 100%;
    border-radius: 8px;
}
.mission-box a{
  font-size: 16px;
  font-weight: 500;
}
.news-update {
    margin-top: 20px;
    padding: auto;
}
.news-update .news-container{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
}
.news-update h3{
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
    text-transform: capitalize;
}
.news-box{
    width: 440px;
    margin-bottom: 10px;
    padding: 10px 5px;
}
.news-img img{
    width:100%;
}
.news-box h4{
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    text-transform: capitalize;
}
.news-box p{
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
}
.news-box .left{
    text-align: left;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 10px;
} 
.news-box .right{
    text-align: right;
    float: right;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    margin-right: 30px;
}

/* support starts */
.support{
    margin: 20px 0px;
    padding: 10px;
    height: auto;
    }
  .support h3{
    margin-bottom: 10px;
    margin-top: 50px;
    }
    .support-container{
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 20px;
    }
.support-boxl{
        width: 100%;
        padding: 20px 0px;
    }
    .support .view-all{
    float: left;
    margin: 10px 20px 10px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
}
    .support-boxr{
    width: 300px;
    height: auto;
    margin:auto 30px;
    padding: 10px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    }
    .support-boxr h4{
        text-align: center;
        text-transform: capitalize;
        background-color: #ffffff;
        padding: 10px 15px;
        width: 170px;
        border-radius: 10px;
        color: #0d3501;
        margin-left: 40px;
    }
.support-boxr span{
        background-color: #ffffff;
        padding: 5px 10px;
        border-radius: 10px;
        color: #0d3501;
        font-size: 18px;
        font-weight: 700;
       
    }

/* press starts */
.press{
    margin: 20px 0px;
    padding: 10px;
    }

.press h3{
    margin: 20px 30px;
    }
    .press-container{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.press-box{
    width: 440px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.press-img{
    width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
}
.press-img img{
    width: 100%;
}
.press-text{
    width: 100%;
    padding: 10px;
}
.press-text h4{
    margin: 0px;
    padding: 0px;
}
.press-text p{
    text-align: justify;
    margin-bottom: 5px;
    margin-right: 0px;
    padding: 5px 0px;
    font-size: 13;
    font-weight: 400;
}
.press-text span{
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 10;
    font-weight: 300;
}

/* unit-gallery */

.unit-gallery{
    margin-top:10px;
    padding: auto;
}
.unit-gallery .img-box{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.img-box-1{
    width:100%;
}
.img-box-1 img{
    width: 100%;
   padding: 0px;
}
.img-box-2{
      width:700px;
     display: flex;
   flex-direction: column;
    padding: 10px;
    margin: 0%;
    gap: 10px;
    column-gap: 10px;
}
.img-box-2 .box-imga{
   box-sizing: border-box;
   padding: 0px;
   margin: 0%;
   position: relative;
   cursor: pointer;
}
.box-imga h5{
  position: absolute;
  top: 30%;
  left: 0px;
  padding: 7px 12px;
  text-align:left;
  font-size: 17px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.img-box-2 .row1, .row2, .row3{
   width:440px;
   margin: 10px;
   padding: 10px;
}
.img-box-2 .box-imga img{
   width: 100%;
}

/* media start */

.media{
   margin-top: 20px;
   padding: 20px;
}
.media-container{
   padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.media-box-1{
  width: 400px;
  padding: 10px;
}
.media-box-2{
  width: 400px;
  padding: 5px;
  border-left: 0px;
}
.media-box-2:last-child {
  border-bottom: 0px;
}

.subscribe{
   margin: 0px;
   padding: 20px;
}
.subscribe-container{
   padding: 10px;
  display: flex;
  flex-direction:column;
  gap: 20px;
}

.subscribe-box-1{
  width: 400px;
  padding: 10px;
}
.subscribe-box-2{
  width: 400px;
  padding-top: 0px;
  padding-left: 10px;
}
.subscribe-box-2 input{
  width:270px;
  margin-top: 5px;
  padding: 10px 15px;
}
.subscribe-box-2 button{
  width: auto;
  padding: 10px 15px;
}
.footer-container{
grid-template-columns:1fr;
}

}