@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Hi+Melody');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700');
*{
  margin:0 auto;
  padding: 0px;
}

.bttn{
  background:brown;
  border: none;
  padding: 8px;
  border-radius: 5px;
  color: white;
  transition: .5s;
}

.bttn:hover{
  background:chocolate;
}

.success-btn{
  border-radius: 10px;
}
#ubaheader a{
  text-decoration: none;
}
a {text-decoration: none; color: #fff; transition: all 0.1s ease-in;}
body{

    width: 80%;
    background-color:#F3FAB6;
}
@media(max-width: 800px)
{
  body{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.ubaheader {
  overflow: hidden;
  background:-webkit-linear-gradient(lightblue 0%,#3366FF 80%) repeat scroll 0 0 transparent;
}
.ubaheader a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.active {
  background: -webkit-linear-gradient(grey  0%,blue  90%) repeat scroll 0 0 transparent;
  color: white;
}

.ubaheader .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.ubaheader a:hover, .dropdown:hover .dropbtn {
  background:-webkit-linear-gradient(grey  0%,blue  90%) repeat scroll 0 0 transparent;
  color: white;
}

.dropdown-content a:hover {
    background-color:#7D1935;
    color:white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#logo{
  height:48px;
  float: right;
}
@media(max-width: 800px){
#logo{
  width:50%;
  float: left;
}  
}
@media screen and (max-width: 600px) {
  .ubaheader a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .ubaheader a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .ubaheader.responsive {position: relative;}
  .ubaheader.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .ubaheader.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .ubaheader.responsive .dropdown {float: none;}
  .ubaheader.responsive .dropdown-content {position: relative;}
  .ubaheader.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
#seperate{
  width: 100%;
  height: 5px;
  background: #151719;
  margin-top:0px;
}

/*slider start*/
#main-slider{
  width: 50%;
  height:300px;
  overflow: hidden;
  margin-top: 0px;
}

@media(max-width: 800px){
#main-slider{
  height:200px;
}

}
.slider {
  width: 1024px;
  margin: 2em auto;
  
}

.slider-wrapper {
  width: 100%;
  height: 500px;
  position: relative;
}

.slide {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 3s linear;
}

.slider-wrapper > .slide:first-child {
  opacity: 1;
}


/* stop */

#noticebord{
  margin-top: 0px;
  width: 50%;
  height: 300px;
  float: left;
  overflow: hidden;
  background-color: green;
  border: 10px solid #151719;
}

#problem_form{
  border: 2px solid #151719;
  width: 48%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
#problem_form div{
float: left;
height: 60%;
width: 40%;
margin-left: 5%;
}
#problem_form div input{
  height: 40px;
  margin-top: 1em;
  border:0;
  outline: 0;
  padding: 1em;
  border-radius: 8px;
  display: block;
  width: 90%;
  font-family: 'Merriweather', sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #e74c3c !important;
  -webkit-box-shadow: 0 0px 2px #e74c3c !important;
  box-shadow: 0 0px 2px #e74c3c !important;
}
#input-submit {
  color: white;
  background: #e74c3c;
  cursor: pointer;
  border:0;
width: 70%;
margin-left: 10%;
height: 40px;
border-radius: 10px;
font-size: 15px;
margin-top: 3%;
}
form #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}
form textarea {
  height:90%;
  margin-top: 3%;
  border:0;
  outline: 0;
  width: 90%;
  border-radius: 10px;
  padding: 3%;
}
.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}



@media(max-width: 800px){
  #noticebord{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 200px;
    border: 5px solid #151719;
  }
#noticebord marquee{
padding-right:10%;
font-size: 40px;
}
#problem_form{
  width: 90%;
  margin-top:230px;
  height: 500px;
  border-radius: 10px;
}
form textarea {
  height:50%;
  width: 90%;
  margin-right: 10%;
  border-radius: 10px;
  margin-top:-100px;
  padding: 3%;
}
#problem_form div{
  width: 90%;
  margin-left: 10%;
}
#input-submit {
  float: left;
margin-left: -85%;
margin-top: 25%;
}
}

#noticebord marquee{
  height:100%;
  color: white;
  font-size: 20px;
  margin-left:5%;
}

hr{
  color: #151719;
  background-color: #151719;
}
.mleft{
  margin-bottom: 1%;
  margin-left: 30%;
  border: 2px solid #151719;
  float: left;
  padding: 1%;
  background:grey;
  border-radius: 10px;
  margin-top:5%;
}

@media(max-width: 800px)
{
  .mleft{
    font-size: 17px;
    padding: 1%;
    padding-left:2%;
    float: left;
    margin-left:10%;
    margin-bottom: -10px;
  }
}


.describe{
  font-size: 20px;
  font-weight: 200;
    font-family: 'PT Sans Narrow', sans-serif;

}
@media(max-width: 800px)
{
  .describe{
    font-size: 13px;
  }
}
/* activity section  start*/
.activity {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.describe{
font-family: 'Oswald', sans-serif;
}
.activity img{
  width: 45%;
  height: 300px;
  border: 1px solid green;
}
#sanitarynapkin,#tamariya_overall,#nsd18{
  display: none;
}
#napkin{
 height: 1400px;
  background-image: url("pdf/napkin.png");
  background-size:cover;
  background-repeat: no-repeat;
}
#napkin2{
  height: 1500px;
  background-image: url("pdf/napkin2.png");
  background-size:cover;
  background-repeat: no-repeat;
}
#napkin3{
  margin-top: -100px;
  height: 700px;
  background-image: url("pdf/napkin3.png");
  background-size:100%;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
#sanitarybelow{
  padding-left: 10%;
  background-color: white;
  overflow: hidden;
  font-size: 15px;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}
#sanitarynapkinmobile{
  display: none;
}
@media(max-width: 800px){
#sanitarynapkinmobile{
  display: block;
}
.activity{
  padding-left: 5%;
  padding-right: 5%;
}
.activity img{
  width: 100%;
}
#napkin,#napkin2,#napkin3{
  display: none;
}
}
/* activity section  end*/

/*village team start */
.village{
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: none;
}
@media(max-width: 800px){
  .village{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.village_name{
  border: 2px solid #151719;
  border-radius: 10px;
  height: 40px;
  font-size: 30px;
  background: #f7ff00;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #db36a4, #f7ff00);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #db36a4, #f7ff00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#village_table{
  width:100%;
  margin-top: 2%;
  border-radius:10px;
}
#village_table,tr{
  border: 1px solid #151719;
    border-collapse:collapse;
}

th{
    color: #00ad5f;
  background-color: #393939;
    text-transform: uppercase;
  line-height: 1.4;
}
tr{
    border-collapse:collapse;
}
tr:hover td{
  color: red;
  cursor: pointer;
  background-color:#151719;
}
td,tr,th{
  padding: 1%;
}
td{
  padding-left: 15%;
    color:#909090;
    background-color: #222222;
      line-height: 1.4;
}
@media(max-width: 800px)
{
  td{
    padding-left:0px;
  }
}
.teacher{
  border: 2px solid #151719;
  overflow: hidden;
  background: #f7ff00;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #db36a4, #f7ff00);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #db36a4, #f7ff00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.teacher div{
  overflow: hidden;
  float: left;
  width: 29%;
  height:400px;
  border: 2px solid #151719;
  margin: 2%;
  background-color:#118C4E;
  border-radius: 10px;
}
@media(max-width: 800px){
  .teacher div{
    height: 200px;
}
}
.teacher div img{
  width: 100%;
  height: 80%;
}

.teacher div p{
  font-size: 25px;
  overflow: hidden;
 
}

#village_table tr th{
  padding-left:-1%;
}

/*village team end */

/*profiles start */
#profile{
  margin-top: 3%;
  width: 80%;
  height: 60%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  margin-top: 2%;
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;

}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.profilecontainer {
  padding: 0 16px;
 background-color:#FFC300;

}

.profilecontainer::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.profilebutton {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.profilebutton:hover {
  background-color: #555;
}
/* profiles end  */
/* gallery section start */
.gallery_main_part{
  width: 100%;
  margin-top: 10px;
}
.gallery_main_part h2{
  font-size: 40px;
  text-align: center;
}
#imgcard{
  float: left;
  width: 22%;
  height:250px;
  margin: 1%;
}
#imgcard:hover{
  cursor: pointer;
}
@media (max-width: 800px) {
.gallery_main_part{
  padding-left:10%;
}
.gallery_main_part h2{
  font-size: 20px;
  text-align: center;
}
#imgcard{
  float: left;
  width: 42%;
  height:200px;
  margin: 1%;
}

}
#imgcard img{
  width: 100%;
  height: 100%;
  border: 2px solid green;
}
@media(max-width: 800px){
  #imgcard img{
    height: 80%;
  }
}
/* gallery section end */
/* video section start */
#uba_videos  video{
  float: left;
  width: 30%;
  height: 20%;
  margin: 5%;
  border:5px solid green;
}
@media(max-width: 800px){
#uba_videos  video{
  width: 90%;
  height: 80%;
}

}
#uba_videos  div{
  float: left;
}
/* video section end */

/*about us section start*/
#icon div{
  width: 50%;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#icon div img{
  width: 100%;
  height: 50%;
}
@media(max-width: 800px)
{
#icon div{
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
}
}
/*about us section end*/

/*footer start*/
.uba-footer{
  overflow: hidden;
/*  background-color: #292c2f;*/
background: linear-gradient(#434343,#000000);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;

  padding: 55px 50px;
  margin-top: 10px;
}

.uba-footer .footer-left,
.uba-footer .footer-center,
.uba-footer .footer-right{
  display: inline-block;
  vertical-align: top;
}

.uba-footer .footer-left{
  width: 40%;
}

.footer-left pre span{
  font-size: 30px;
  color: #f2f2f2;
font-family: 'Hi Melody', cursive;
font-family: 'Gloria Hallelujah', cursive;
}
.uba-footer h3{
  color:  #ffffff;
  font:normal 36px 'Cookie', cursive;
  margin:0;
}

.uba-footer h3 span{
  color:#5383d3;
}

.footer-center b{
  font-size: 30px;
  color: #f2f2f2;
font-family: 'Hi Melody', cursive;
font-family: 'Gloria Hallelujah', cursive;

}

.uba-footer .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
    font-family: 'Open Sans', sans-serif;

}

.uba-footer .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
}

.uba-footer .footer-name{
  color:  #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.more_btn{
  border: 1px solid green;
  padding: 3%;
  border-radius: 10%;
  background-color: green;
  color: #f2f2f2;
  text-decoration: none;
}

.more_btn:hover{
  cursor: pointer;
  background-color: chocolate;

}
.uba-footer .footer-center{
  width: 35%;
}

.uba-footer .footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.uba-footer .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.uba-footer .footer-center p{
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin:0;
}

.uba-footer .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.uba-footer .footer-center p a{
  color:  #5383d3;
  text-decoration: none;;
}


.uba-footer .footer-right{
  width: 20%;
}

.uba-footer .footer-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin-top:-20px;
  width: 350px;
 }

.uba-footer .footer-about span{
  display: block;
  color:  #ffffff;
  font-size: 30px;
  color: #f2f2f2;
font-family: 'Hi Melody', cursive;
font-family: 'Gloria Hallelujah', cursive;
margin-top: 10%;
margin-bottom: 15%;
}

.uba-footer .footer-icons{
  margin-top: 25px;
}

.uba-footer .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

  .footer-center b{
    font-size: 30px;
    color: white;
    padding-left: 50px;
  }


@media (max-width: 880px) {
.footer-left pre span{
font-size: 20px;
}
  .uba-footer{
    font: bold 14px sans-serif;
  }

  .uba-footer .footer-left,
  .uba-footer .footer-center,
  .uba-footer .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .uba-footer .footer-center i{
    margin-left: 0;
  }

}
/*footer end*/
