html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.firsthead{
  width: 100%;
  height: auto;
  text-align: right;
  font-size: 15px;
  background-color: white;
  border-bottom: 0.5px solid rgb(228, 228, 228);
  color: black;
}

#logopic{
  width: 221.05px;
  height: 70px;
  padding-top: 5px;
  padding-left: 70px;
  padding-bottom: auto;
}
#rlogo{
  width: 75px;
  float: right;
  padding-top: 10px;
  padding-right: 70px;
  padding-bottom: 5px;
}

@media (max-width: 1220px){
  #logopic{
      padding-left: 50px;
  }
  #rlogo{
    padding-right: 60px;
  }
}
@media (max-width: 1140px){
  
  .firsthead{
    font-size: 14px;
  }
}
@media (max-width: 1060px){
  #logopic{
      padding-left: 30px;
  }
  #rlogo{
    padding-right: 40px;
  }
  .firsthead{
    font-size: 13px;
  }
}
@media (max-width: 1024px){
  #logopic{
      padding-left: 20px;
      
  }
  #rlogo{
    padding-right: 30px;
    
  }
  .firsthead{
    font-size: 12px;
  }
}
@media (max-width: 952px){
  #logopic{
      padding-left: 10px;}
      
  #rlogo{
    padding-right: 20px;
    
  }
  .firsthead{
    font-size: 11px;
  }
}
@media (max-width: 770px){
  #logopic{
      padding-left: 10px;
      width: 160px;
      height: auto;
  }
  #rlogo{
    padding-right: 20px;
    width: 45px;
  }.firsthead{
    font-size: 10px;
  }
}
@media (max-width: 545px){
  #logopic{
      padding-left: 10px;
      
  }
  #rlogo{
    padding-right: 15px;
    
  }
  .firsthead{
    font-size: 9px;
  }
}
@media (max-width: 415px){
  #logopic{
      padding-left: 10px;
      
  }
  #rlogo{
    padding-right: 12px;
    
  }
}
@media (max-width: 380px){
  #logopic{
      padding-left: 10px;
      
  }
  #rlogo{
    padding-right: 12px;
    
  }
}



.stick{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 999999999;
}

#navbar{
  display: outside;
  margin-top: -14px;
  left:0;
  background-color: #005500;
  margin-bottom: auto;
  z-index: 9999;
  box-shadow: 25px;
  height: auto;
}

.navul{
  list-style: none;
  padding: 10px;
  font-size: 15px;
  font-weight:200;
  text-align: center;
}

.navul li{
  display: inline-block;
  margin-right: 30px;
  margin-left: 10px;
}

.navul a{
  text-decoration: none;
  color: #ffffff;
  padding: 15px;
}

.navul a.active{
  background: #ebcb00;
  color: #800000;
  transition: 0.5s;
  box-shadow: #00000080;
  z-index: 999999;
  font-weight: 200;
  width: 100%;
}
.navul a:hover{
  background: #ebcb00;
  color: #800000;
  transition: 0.5s;
  box-shadow: #00000080;
  z-index: 999999;
  font-weight: 200;
  width: 100%;
}

.menubar{
  width: 30px;
  height: 5px;
  border-radius: 2px;
  background-color: #ebcb00;
  margin: 6px 0;
}

#check{
  display: none;
}
#applynow{
    display: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 0 0 5px 5px;
  text-align: left;
  width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  margin-left: 70px;
  text-decoration: none;
  text-align: left;
  display: block;
}
#droplist{
  list-style: none;
  width: 100%;
  display: inline-block;
}

.dropbtnn {
  background-color: #800000;
  color: white;
  font-size: 14px;
  border: none;
  height: 4px;
}

.dropdownn {
  position: relative;
  display: inline-block;
  text-align: left;
}

.dropdown-contentt {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  color: #800000;
  width: 180%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contentt a {
  color: black;
  padding: 12px 16px;
  padding-left: 15%;
  text-decoration: none;
  display: block;
}

.dropdown-contentt a:hover { 
  background-color: #ebcb00; 
  color: #800000;
  width: 76.5%;
}

.dropdownn:hover .dropdown-contentt {
  margin-top:10px;  
  display: block;
}


.dropbtnns {
  background-color: #800000;
  color: white;
  font-size: 14px;
  border: none;
  height: 4px;
}

.dropdownns {
  position: relative;
  display: inline-block;
  text-align: left;
}

.dropdown-contentts {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  color: #800000;
  width: 140%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-contentts a {
  color: black;
  padding: 12px 16px;
  padding-left: 15%;
  text-decoration: none;
  display: block;
}

.dropdown-contentts a:hover { 
  background-color: #ebcb00; 
  color: #800000;
  width: 76%;
}

.dropdownns:hover .dropdown-contentts {
  margin-top:10px;  
  display: block;
}




.dropbtnne {
  background-color: #800000;
  color: white;
  font-size: 14px;
  border: none;
  height: 4px;
}

.dropdownne {
  position: relative;
  display: inline-block;
  text-align: left;
}

.dropdown-contentte {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  color: #800000;
  width: 120%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contentte a {
  color: black;
  padding: 12px 16px;
  padding-left: 15%;
  text-decoration: none;
  display: block;
}

.dropdown-contentte a:hover { 
  background-color: #ebcb00; 
  color: #800000;
  width: 76%;
}

.dropdownne:hover .dropdown-contentte {
  margin-top:10px;  
  display: block;
}






.dropbtnnm {
  background-color: #800000;
  color: white;
  font-size: 14px;
  border: none;
  height: 4px;
}

.dropdownnm {
  position: relative;
  display: inline-block;
  text-align: left;
}

.dropdown-contenttm {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  color: #800000;
  width: 180%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contenttm a {
  color: black;
  padding: 12px 16px;
  padding-left: 15%;
  text-decoration: none;
  display: block;
}

.dropdown-contenttm a:hover { 
  background-color: #ebcb00; 
  color: #800000;
  width: 76%;
}

.dropdownnm:hover .dropdown-contenttm {
  margin-top:10px;  
  display: block;
}

.applynowm{
    width: 100px;
    height: 25px;
    background-color: #ebcb00;
    color: #800000;
    border: none;
    border-radius: 5px;
    margin-right: -30px;
}
.applynowm:hover{
    background-color: #570000 ;
    color: #ebcb00;
    transition: 0.5s;
}
#applynowa:hover{
  background-color: transparent;

}






@media (max-width: 1220px){
  .navul{
      padding: 8px;
      font-size: 14px;
  }

  .navul li{
      margin-right: 18px;
      margin-left: 10px;
  }

  .navul a{
      padding: 14px;
  }
  .dropdown-contentt a:hover { 
      width: 85%;
  }
  .dropdown-contentts a:hover { 
    width: 84%;
}
.dropdown-contentte a:hover { 
  width: 84%;
}
.dropdown-contenttm a:hover { 
  width: 84%;
}

}

@media (max-width: 1140px){
  .navul{
      padding: 6px;
      font-size: 14px;
  }

  .navul li{
      margin-right: 14px;
      margin-left: 8px;
  }

  .navul a{
      padding: 12px;
  }
  .dropdown-contentt a:hover { 
      width: 86.2%;
  }
  .dropdown-contentts a:hover { 
    width: 85.5%;
}
.dropdown-contentte a:hover { 
  width: 86%;
}
.dropdown-contenttm a:hover { 
  width: 86%;
}
}
@media (max-width: 1124px){
  .navul li{
    margin-right: 4px;
    margin-left: 10px;
}
}





@media (max-width: 1060px){
  .navul{
      padding: 4px;
      font-size: 14px;
  }

  .navul li{
      margin-right: 10px;
      margin-left: 6px;
  }

  .navul a{
      padding: 10px;
  }
  .dropdown-contentt a:hover { 
      width: 90%;
  }
  #navbar{
    margin-top: -13px;
}

.dropdown-contentt a:hover { 
  width: 88%;
}
.dropdown-contentts a:hover { 
width: 88%;
}
.dropdown-contentte a:hover { 
width: 88%;
}
.dropdown-contenttm a:hover { 
width: 88%;
}
}
@media (max-width: 1024px){
  .navul li{
    margin-right: 4px;
    margin-left: 10px;
}
}


@media (max-width: 990px){

  #navbar{
      display: outside;
      top: 0;
      left:0;
      background-color: #005500;
      margin-bottom: auto;
      z-index: 9999;
      box-shadow: 25px;
      height: 40px;
      margin-top: 1px;
  }
  .dropdown {
      position: relative;
      display: inline-block;
      text-align: center;

  }
  #check{
      display: block;
      float: left;
      box-shadow: #aaaaaa;
  }
  #applynow{
      display: block;
      float: right;
      box-shadow: #aaaaaa;
      background-color: #ebcb00;
      border: none;
      width: 100px;
      height: 30px;
      right: 0;
      margin-top: 5px;
      border-radius: 5px;
      color: #800000;

  }
  #applynow:hover{
      background-color: #570000;
      color: #ebcb00;
      transition: 0.5s;
  }
  .menubar{
      width: 30px;
      height: 4px;
      border-radius: 1.5px;
      background-color: #ffffff;
      margin: 2px 2px 2px 2px;
  }
  .dropbtn {
      background-color: #003100;
      color: white;
      border: none;
      width: 50px;
      height: 40px;
      margin-right: 2px;
      border-radius: 1.5px;
      text-align: center;
    }
  
    .dropdown-content a{margin-left: 0px; padding-left: 35px;}
  
    .dropdown-content a:hover {background-color: #ebcb00; color: #800000;}

  .dropdown:hover .dropdown-content {display: block;}


  .dropdown:hover .dropbtn {background-color: #380000;}


  .dropbtnnn {
      color: white;
      font-size: 15px;
      border: none;
      margin-top: 6px;
      height: 0%;
      text-align: left;
    }
    
    .dropdownnn {
      position: relative;
      display: inline-block;
      text-align: left;
      margin-top: -3%;
      width: 100%;
    }
    
    .dropdown-contenttt {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      border-radius: 0 5px 5px 5px;
      margin-left: 70%;
      color: #800000;
      width: 120%;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    
    .dropdown-contenttt a {
      color: black;
      padding: 12px 16px;
      padding-left: 15%;
      text-decoration: none;
      display: block;
    }
    
    .dropdown-contenttt a:hover { 
      background-color: #ebcb00; 
      color: #800000;
  }
    
    .dropdownnn:hover .dropdown-contenttt {
      margin-top:10px;  
      display: block;
  }
  .menua{
      width: 110%;
      
  }




  .dropbtnnnn {
      color: white;
      font-size: 15px;
      border: none;
      margin-top: 5px;
      height: 0%;
      text-align: left;
    }
    
    .dropdownnnn {
      position: relative;
      display: inline-block;
      text-align: left;
      margin-top: -3%;
      width: 100%;
    }
    
    .dropdown-contentttt {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      border-radius: 0 5px 5px 5px;
      margin-left: 70%;
      color: #800000;
      width: 120%;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    
    .dropdown-contentttt a {
      color: black;
      padding: 12px 16px;
      padding-left: 12%;
      text-decoration: none;
      display: block;
    }
    
    .dropdown-contentttt a:hover { 
      background-color: #ebcb00; 
      color: #800000;
      width: 75%;
  }
    
    .dropdownnnn:hover .dropdown-contentttt {
      margin-top:10px;  
      display: block;
  }
  .menuaa{
      width: 95%;
  }







  .dropbtnnnne {
    color: white;
    font-size: 15px;
    border: none;
    margin-top: 6px;
    height: 0%;
    text-align: left;
  }
  
  .dropdownnnne {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-top: -3%;
    width: 100%;
  }
  
  .dropdown-contentttte {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 0 5px 5px 5px;
    margin-left: 70%;
    color: #800000;
    width: 120%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-contentttte a {
    color: black;
    padding: 12px 16px;
    padding-left: 12%;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-contentttte a:hover { 
    background-color: #ebcb00; 
    color: #800000;
    width: 75%;
}
  
  .dropdownnnne:hover .dropdown-contentttte {
    margin-top:10px;  
    display: block;
}
.menuaae{
    width: 77.5%;
    
}

.dropbtnnnnm {
  color: white;
  font-size: 15px;
  border: none;
  margin-top: 5px;
  height: 0%;
  text-align: left;
}

.dropdownnnnm {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-top: -3%;
  width: 100%;
}

.dropdown-contenttttm {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 0 5px 5px 5px;
  margin-left: 70%;
  color: #800000;
  width: 120%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contenttttm a {
  color: black;
  padding: 12px 16px;
  padding-left: 12%;
  text-decoration: none;
  display: block;
}

.dropdown-contenttttm a:hover { 
  background-color: #ebcb00; 
  color: #800000;
  width: 75%;
}

.dropdownnnnm:hover .dropdown-contenttttm {
  margin-top:10px;  
  display: block;
}
.menuaam{
  width: 115%;
  
}
  .navul{
      display: none;
  }
}



@media (max-width: 952px){

  #navbar{
      display: outside;
      top: 0;
      left:0;
      margin-bottom: auto;
      z-index: 1;
      box-shadow: 25px;
      
      margin-top: 0.8px;
  }
  
    .dropdown-content a{margin-left: 0px; padding-left: 35px;}
  
  .dropdown-content a:hover {background-color: #ebcb00; color: #800000;}

  .dropdown:hover .dropdown-content {display: block;}

  .dropdown:hover .dropbtn {background-color: #380000;}

  .dropdown-contentttt a:hover { 
      background-color: #ebcb00; 
      color: #800000;
  }
  .dropdown-contenttt a:hover { 
      background-color: #ebcb00; 
      color: #800000;
  }


  #navul{
      display: none;
  }
}
@media (max-width: 770px){

  
    .dropdown-content a{margin-left: 0px; padding-left: 35px;}
  
    .dropdown-content a:hover {background-color: #ebcb00; color: #800000;}

  .dropdown:hover .dropdown-content {display: block;}

  .dropdown:hover .dropbtn {background-color: #380000;}

  .dropdown-contentttt a:hover { 
      background-color: #ebcb00; 
      color: #800000;
  }
  .dropdown-contenttt a:hover { 
      background-color: #ebcb00; 
      color: #800000;
  }

  
  #navul{
      display: none;
  }
}













.mission{
    width: 50%;
    margin-left: 3%;
    margin-top: 5%;
    text-align: justify;
}

.pic{
    width: 40%;
    margin-left: 60%;
    margin-top: -20%;
    margin-bottom: 5%;

}
.pict{
    width: 80%;
}
@media (max-width: 1060px){
    .pic{
        margin-top: -28%;
    
    }
}
@media (max-width: 954px){
    .mission{
        width: 90%;
        margin-left: 3%;
        margin-top: 5%;
        text-align: justify;
    }
    .pic{
        width: 40%;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%;
    
    }
}
@media (max-width: 954px){
    .mission{
        width: 90%;
        margin-left: 3%;
        margin-top: 5%;
        text-align: justify;
    }
    .pic{
        width: 60%;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%;
    
    }
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  








/* FOOTER */

.abfot{
  background-color: #ebcb00;
  color: #800000;
  height: auto;
}
.abfottext{
  float: right;
}
.abfota{
  text-decoration: none; 
  font-size:medium; 
  padding-top: 10%; 
  margin: 5% 0 0 5%;
}

.abfotb{
  text-decoration: none; 
  font-size:medium;
  margin: 0 0 5% 5%;
}

@media (max-width: 952px){
  .abfota{
    font-size:small;
  }
  .abfotb{
    font-size:small;
  }

}

/*  Footer  */

.footer{
  background-color: rgb(0, 0, 0);
  height: auto;
  position: relative;
  margin-top: 0;
}


.quickLinks{
  
  margin-left: 2%;
  position: absolute;
  font-size: 14px;
}
.footlist{
  color: #ebcb00;
  list-style: none;
}

.footlist a{
  text-decoration: none;
  color: #ebcb00;
  font-size: 100%;
  padding-top: 5%;
}

.footlogo{
  top: 10px;
  margin-left: 20%;
  width: 50%;
  text-align: center;
}
.fotlog{
  width: 241.2px;
  height: 90px;
  padding: 30px 5px 0 80px;
}

.addressfoot{
  top: 1%;
  right: 7px ;
  position: absolute;
  text-align: center;
  font-size: 14px;
}

.addul{
  margin-right: 15px;
  font-size: 100%;
  text-align:left; 
  color: #ebcb00;
  text-align: justify;
}

.copyright{
  border-top: 1.5px solid rgb(122, 122, 122);
  color: white;
  text-align: center;
  padding: 2%;
}

@media (max-width: 952px){
  .fotlog{
      width: 187.6px;
  height: 70px;
  }
}

@media (max-width: 800px){
  .fotlog{
      width: 160.8px;
  height: 60px;
  }
  .fttxt{
      font-size: 9px;
      margin-top: 5%;
  }
  .quickLinks{
      font-size: 12px;
  }
  .addressfoot{
      font-size: 12px;
  }
  .copyright{
    font-size: 12px;
  }
}

@media (max-width: 700px){
  .fotlog{
      width: 134px;
  height: 50px;
  }
  
}

@media (max-width: 600px){
  .fotlog{
      width: 107.2px;
  height: 40px;
  }
  .fttxt{
      font-size: 10px;
      margin-top: 5%;
  }
  .quickLinks{
      font-size: 10px;
  }
  .addressfoot{
      font-size: 10px;
  }.footlogo{
      top: 5px;
      margin-left: 18%;
  }
  
}

@media (max-width: 582px){
    .footer{
        background-color: rgb(0, 0, 0);
        height: 330px;
        position: relative;
        margin-top: 0;
      }

    .footlogo{
        top: 3%;
        padding-top: 2%;
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }
    .fttxt{
        display: none;
    }
    .fotlog{
        left: 0;
        margin-left: auto;
        padding: 0;
        width: 134px;
        height: 50px;
    }
    

    .addressfoot{
        top: 18%;
        right: 0 ;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
      }
      #cont{
          display: none;
      }
      
      .addul{
        margin-right: 0;
        margin-left: -8%;
        width: 100%;
        font-size: 100%;
        text-align:center;
        padding-bottom: 0;
        padding-top: -10px;
        border-bottom: 1.5px dotted #ebcc004b;
      }




    .quickLinks{
        top: 40%;
        width: 100%;
        margin-left: 0;
        text-align: center;
        position: absolute;
        font-size: 10px;
      }
      .footlist{
        color: #ebcb00;
        list-style: none;
        font-size: 100%;
        text-align: center;
      }
      
      .footlist a{
        text-decoration: none;
        color: #ebcb00;
        padding-top: 5%;
        font-size: 8px;
        
      }

      #footlistul{
          margin: 0;
          padding: 0;
      }
      #addressfootul{
        margin: 0;
        padding: 0;

      }

      #footlistul li{
          padding-bottom: 5px;
          
        border-bottom: 1.5px dotted #ebcc004b ;
      }



      .copyright{
          margin-top: 220px;
        border-top: 1.5px solid rgb(122, 122, 122);
        color: white;
        text-align: center;
        padding: 2%;
        font-size: 10px;
        
      }
      


}