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;
  }
}









/**Heading**/

#heading{
  background-color:#ebcb00 ;
  color: #800000;
  text-align: center;
  text-shadow: #E6E6E6;
  margin-top: -14px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
  border: none;
  height: 30px;
}
.animate{
  -webkit-animation: animate_bg 5s;
    animation: animate_bg 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes animate_bg {
  0%   {background: orange;}
  50%  {background:#ebcb00;}
  100% {background:#f1f1f1;}
}

@keyframes animate_bg {
  0%   {background: orange;}
  50%  {background:#ebcb00;}
  100% {background:#f1f1f1;}
}

@-webkit-keyframes animate_bg {
  0%   {background: orange;}
  50%  {background:#ebcb00;}
  100% {background:#f1f1f1;}
}
.marq{
  padding-top: -20px;
  margin-top: -10px;
  margin-bottom: -8px;
}

@media (max-width: 1140px){
  #heading{
      font-size: 16px;
      height: 30px;
      margin-top: -14px;
  }
  .marq{
      margin-bottom: -12px;
  }
}
@media (max-width: 1060px){
  #heading{
      font-size: 14px;
      height: 28px;
      margin-top: -15px;
  }
}
@media (max-width: 990px){
  #heading{
      font-size: 14px;
      height: 28px;
      margin-top: -5px;
  }
}
@media (max-width: 952px){
  #heading{
      font-size: 13px;
      height: 25px;
      margin-top: -3px;
  }
}





/*  Banner  */
.mySlides {display: none;}
img {vertical-align: middle;}


/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin-top: -5px;
  margin-bottom: 0;
  background-color: black;
  max-height: 500px ;
  min-height: 400px;
}
.homeimagecenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  margin-top: 2px;
  border-top: 2px solid white;
  background-color: black;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}




.aboutus{
  width: 100%;
  height: 500px;
  margin-top: -4.5px;
  background-color: black;
  
  position: relative;
  width: 100%;
  background-image: url(smco1.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -120px;
  margin: 0;
}
@media(max-width:950px){
  .aboutus{
    
    background-position-y: -100px;
    
  }
}
@media(max-width:900px){
  .aboutus{
    
    background-position-y: -60px;
    
  }
}
@media(max-width:850px){
  .aboutus{
    
    background-position-y: -20px;
    background-color: white;
    
  }
}
.aboutustext{
  position: absolute;
  text-align: justify;
  top: 20%;
  width: 70%;
  left: 14%;
  color: white;
  font-size: large;
  background-color: rgba(0, 0, 0, 0.822);
  padding: 0px 20px 20px 20px;
  border-radius: 24px;
}

@media(max-width:800px){
  .aboutustext{
    top:15%;
    font-size: 15px;
  }
}
@media(max-width:480px){
  .aboutustext{
    font-size: 12px;
    top:16%
  }
}






.extra{
  width: 100%;
  height: 500px;
  background-color: white;
  display: flex;
  flex-direction: row;
  border: 1px solid #ebcb00;
  margin-bottom: 2px;
}
#extra-id{
  display: none;
}
@media(max-width:680px){
  .extra{
    display: none;
  }
  #extra-id{
    display: block;
  }
  .extra-extra{
    width: 100%;
    display: block;
    height: 600px;
    background-color: white;
    margin: 0;
  }
  .manag-manag{
    width: 100%;
    height: 25%;
    background-color: white;
    display: flex;
    flex-direction: row;
  }
  .ment-ment{
    width: 30%;
    height: auto;
    border: 1px solid #ebcb00;
    text-align: center;
    margin: 10px;
    font-size: 14px;
  color: #005500;
  padding-bottom: 20px;
  margin-bottom: 5px ;
    
  }
  .ment-ment img{
    width: 60%;
    padding: 20px;
  }

}

@media(max-width:480px){
  .ment-ment{
    font-size: 11px;
  }
  .extra-extra{
    width: 100%;
    display: block;
    height: 540px;
    background-color: white;
    margin: 0;
  }
}
@media(max-width:380px){
  .ment-ment{
    font-size: 9px;
  }
  .extra-extra{
    width: 100%;
    display: block;
    height: 500px;
    background-color: white;
    margin: 0;
  }
}

.manag{
  max-width: 100%;
  max-height: 80%;
  overflow-y: scroll;
  text-align: center;
}
.teach{
  width: 25%;
  height: 100%;
  margin: 0;
  position: relative;
}
.ment{
  background-color: white;
  border: 1px solid #ebcb00;
  width: 90%;
  height: auto;
  margin: auto;
  color: #005500;
  padding-bottom: 20px;
  margin-bottom: 5px ;
  border-radius: 2px;
}
.ment img{
  width: 60%;
  padding: 20px;
}
@media(max-width:800px){
  .ment{
    font-size: 12px;
  }
}


@media(max-width:680px){
  .news-news{
    width: 100%;
    height: 50%;
    margin: 0;
    background-color: transparent;
    position: relative;
  }
  #events-events{
    width: 100%;
    background-color: transparent;
    height: 100%;
    position: absolute;
  }
  .list-list{
    width: 95%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    overflow-y: scroll;
    text-align: left;
    border: 1px solid #ebcb00;
    
  }
  
.marquee-content-content{
  background-color: rgb(255, 255, 255) ;
  color: black;
  width: 80%;
  height: auto;
  margin: auto;
  list-style: none;
  padding: 25px;
}

.marquee-content-content li{
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgb(134, 134, 134);
  text-align: left;
}

@media(max-width:480px){
  .marquee-content-contentm li{
    font-size: 12px;
  }
}



}

.news{
  width: 50%;
  height: 80%;
  margin: 0;
  background-color: transparent;
  position: relative;
}
#events{
  width: 100%;
  background-color: transparent;
  height: 100%;
  position: absolute;
}
.list{
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  overflow-y: scroll;
  text-align: center;
  
}

.marquee-content{
  background-color: rgb(255, 255, 255) ;
  color: black;
  width: 80%;
  height: auto;
  margin: auto;
  list-style: none;
  border: 1px solid #ebcb00;
  padding: 50px;
}

.marquee-content li{
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgb(134, 134, 134);
  text-align: left;
}
@media(max-width:800px){
  .marquee-content li{
    font-size: 12px;
  }
  .marquee-content{
    padding: 25px;
  }
}


/*    Blog Section    */


.blog{
  width: 25%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  
}

.blogg{
  overflow-y: scroll;
  max-width: 100%;
  max-height: 80%;

}

.bloggg{
  max-width: 100%;
  height: auto;
  background-color: white;
  border-radius: 2px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ebcb00;
}

.blogp{
  text-align: justify; 
  width: 90%; 
  margin: auto; 
  padding-bottom: 20px;
}

@media(max-width:800px){
  .bloghead{
    font-size: 15px;
  }
  .blogp{
    font-size: 12px;
  }
}

@media(max-width:680px){
  .blog-blog{
    width: 100%;
    height: 25%;
    margin: 0;
    background-color: transparent;

    
  }
  .blogg-blogg{
   
    max-width: 100%;
    max-height: 80%;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
  
  }
  .bloggg-loggg{
    width: 400px;
    height: 180px;
    background-color: white;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #ebcb00;
  }
  .blogtext-text{
    height: 100px;
  }
  .blogp-p{
    text-align: justify; 
    width: auto; 
    height: 150px;
    margin: 10px; 
    padding-bottom: 20px;
    font-size: 15px;
  }
}












/* PREVIOUS RECORD STARTS  */

.counter-counter{
  width: 100%;
  background-image: url(pre.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin: 0;

}
.counter-up{
    
  color:rgb(0, 0, 0);
  max-height: 90vh;
  display: flex;
  text-align: center;

  text-shadow: 3px 3px 7px rgb(175, 175, 175);

  
}



.content{
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: space-evenly;
  margin: 3px;
  padding: 10px;
  margin-top: 50px;
  font-size:1.9rem;
 
 
}


.box{
  width: calc(25% - 35px);
  padding: 10px;
  background-color:transparent;
  border-left: 3px solid #ebcb00;
  text-align: center;
 
  overflow: hidden;
  margin: 5px;

}
#four{
  border-right: 3px solid #ebcb00;
}
.ss{
  padding-left: 95px;
     
}
.ss sup{
  font-weight: bolder;
}



.counter{
  margin: 7px;
  font-size: 3rem;
  border-radius: 10px;
  background-color: transparent;
 

}
.icon {
  color: rgb(8, 29, 146);

}
.textpre{
  font-size: 1.6rem;
  font-weight: bolder;
  background: transparent;
  color: rgb(8, 29, 146);
  text-shadow: 3px 3px 7px rgb(175, 175, 175);

}


@media screen and (max-width:370px) {

  .content{
      font-size: 13px;
    
     
  }
  .counter{
      margin: 3px;
      font-size: 0.8rem;
  }

  .textpre{
      font-size: 0.6rem;
     
  }
  .ss{
  margin-left: -45px;
  }
}
@media screen and (max-width:330px) {

  .content{
      font-size: 13px;
    
     
  }
  .counter{
      margin: 3px;
      font-size: 0.8rem;
  }

  .textpre{
      font-size: 0.6rem;
     
  }
  .ss{
  margin-left: -50px;
  }
}
@media screen and (max-width:290px) {
 
  .content{
      font-size: 10px;
  }
  .counter{
      margin: 3px;
      font-size: 0.6rem;
  }

  .textpre{
      font-size: 10px;
     
  }
  .ss{
      padding-left: 10px;
  }
}

@media screen and (max-width:489px) {
 
  .content{
      margin-left:-10px ;
      font-size: 13px;
  }
  .counter{
      margin: 5px;
      font-size: 16px;
  }

  .textpre{
      font-size: 13px;
      margin: 4px;
  }
  .ss{
      padding-left: 10px;
      margin-left: -35px;
  }
}
@media screen and (max-width:780px) {
 
  .content{
      font-size: 19px;
  }
  .counter{
      margin: 5px;
      font-size: 16px;
  }

  .textpre{
      font-size: 19px;
      margin: 4px;
  }
  .ss{
      padding-left: 50px;
  }
}
@media screen and (max-width:1130px) {
 
  .content{
      font-size: 19px;
  }
  .counter{
      margin: 5px;
      font-size: 16px;
  }

  .textpre{
      font-size: 19px;
      margin: 4px;
  }
  .ss{
      padding-left: 50px;
      margin-left: 34px;
  }
}
/* PREVIOUS RECORD END  */









/* OUR RECRUITERS*/

.slick-slide {
  margin: 0px 40px;
}

.slick-slide img {
  width: 70%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 100px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  min-height: 100px;
  min-width: 100px;
  margin: 10px;
}
@media(max-width:400px){
  .slick-slide img {
    display: block;
    min-height: 100px;
    min-width: 100px;
    margin: 20px;
  }
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  /* border: 1px solid transparent; */
}
.slick-arrow.slick-hidden {
  display: none;
}






















/* 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;
        
      }
      


}
































/* new css */

.new_video{
  margin: auto;
  width: 75%;
  height: 100%;
  background-color: white;
  text-align: center;
  justify-content: center;
}

.video.video{
  width: 100%;
  margin: auto;
}


.new_video_video{
  margin: auto;
  width: 100%;
  height: 50%;
  background-color: white;
  text-align: center;
  justify-content: center;

}