.Navbar {
  background-color: #fb6500;
  display: flex;
  padding: 16px;
  font-family: sans-serif;
  color: white;
}

.Navbar__Link {
  padding-left: 55px;
  text-transform: uppercase;
	letter-spacing: 1px;
}
.Navbar__Link a{
	text-decoration: none;
	color: #fff;
}
.Navbar__Link a:hover{
	text-decoration: none;
	color: #fff;
}
.Navbar__Items {
  display: flex;
}

.Navbar__Items--right {
  margin-left:auto;
}

.Navbar__Link-toggle {
  display: none;
	float: right;
}

@media only screen and (max-width: 768px) {
  .Navbar__Items,
  .Navbar {
    flex-direction: column;
  }
  .Navbar__Link {
    padding-left: 0px;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
}  
.Navbar__Items {
    display:none;
  }
    
.Navbar__Items--right {
    margin-left:0;
  }
    
.Navbar__ToggleShow {
    display: flex;
  }
    
.Navbar__Link-toggle {
    align-self: flex-end;
    display: contents;
    position: absolute;
    cursor: pointer;
   } 
}












.top-bg {
  background-color: #460000;
  width: 100%;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
#bottom-right {
  bottom: 70px;
  right: 0;
  z-index: 99;
  text-align: right;
  position: fixed;
}
.news{
	background: #000;
	display: flex;
}
.news-left{
	padding: 10px; 
	padding-right: 0;
	float: left;
	background: #fb6500;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
}
.news-right{
	float: right;
	padding-left: 0;
	background: #000;
	color: #ddd;
	padding: 9px;
	width: 100%;
}

.pd-left-0 {
  padding-left: 0px;
}
@media only screen and (max-width: 600px) {
  .hidden-xs {
    display: none;
  }
  .fa, .fab, .fad, .fal, .far, .fas {
    display: initial;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .top-info ul {
    list-style: none;
    margin-bottom: 0px;
  }
  .top-info li {
    display: initial;
    margin-right: 10px;
    color: #ddd;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .top-info li i {
    border-right: 1px solid #555;
    border-left: 1px solid #555;
    text-align: center;
    line-height: 40px;
    display: initial;
    font-size: 12px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 6px;
  }
  .mail a {
    text-decoration: none;
    color: #ddd;
  }
  .mail a:hover {
    text-decoration: none;
    color: #ddd;
  }
  .text-rt {
    text-align: left !important;
  }
  .pd-left-0 {
    padding-left: inherit;
  }
  .pd-0 {
    padding-left: inherit;
  }
  .resp-date {
    margin-left: 18px;
  }
  .logo-head img {
    width: 280px;
    display: block;
    margin: auto;
	border-bottom: 1px solid #ddd;
  }
  
  .trustee {
    padding: 10px 10px;
    text-align: justify;
    height: 570px;
  }
	.trustee-h-align {
    padding: 10px 10px;
    text-align: justify;
    height: 350px;
  }
  .gallery {
    height: 200px;
  }
  .gallery img {
    width: 100%;
  }
	.head-right img{
	width: 150px;
    display: block;
    margin: auto;
}
.news{
	background: none;
}
.news-left {
    padding: 5px;
    float: left;
    font-size: 10px;
    background: #fb6500;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.news-right {
    float: right;
    background: #000;
    font-size: 10px;
    color: #ddd;
    padding: 3px;
}

}
/*RESPONSIVE END*/
.mail a {
  text-decoration: none;
  color: #ddd;
}
.mail a:hover {
  text-decoration: none;
  color: #ddd;
}
.top-info ul {
  list-style: none;
  margin-bottom: 0px;
}
.top-info li {
  display: initial;
  margin-right: 10px;
  color: #ddd;
  font-size: 14px;
  margin-bottom: 0px;
}
.top-info li i {
  display: initial;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 6px;
}
.text-rt {
  text-align: right;
}
.logo-head {
  margin: 10px 0px 6px 0px;
}
.logo-head img {
  width: 280px;
}
.head-right img{
	width: 150px;
	float: right;
}
.donate {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 30px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #fb6500;
  border-color: #fb6500;
  letter-spacing: 1px;
  margin-right: 80px;
}
.bdr-bottom {
  border-bottom: 1px solid #333;
  top: 0;
  background: #fff;
}

.banner {
  width: 100%;
  height: 400px;
}
.banner img {
  width: 100%;
  height: 400px;
}
.bg-grey {
  background: hsl(69, 18%, 91%);
	width: 100%;
}
.section-1 {
  padding: 40px 0px 0px 0px;
}
.title1 h4 {
  color: rgb(251, 101, 0);
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 2.2;
  letter-spacing: -0.5px;
}
.title1 a{
	text-decoration: none;
}
.title1 a:hover{
	text-decoration: none;
}
.pd-bottom-40 {
  padding-bottom: 40px;
}
.round {
  background-image: url("../img/sec1.jpg");
  border-radius: 100%;
  display: block;
  margin: auto;
}
.bg-white {
  background-color: #fff;
}
.pd-10 {
  padding: 10px;
}
#section-2 {
  background: #ffb800;
  padding: 20px 0px;
}
.brd {
  border: 10px solid #000;
  border-radius: 5px;
}
.sec-left {
  float: left;
}
.sec-left img {
  width: 100%;
  height: auto;
}
.sec-left-abt img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.sec-right {
  float: left;
}
.sec-right img {
  width: 100%;
  height: auto;
}
.sec-right-abt img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
#section-3 {
  background: hsl(69, 18%, 91%);
  padding: 20px 0px;
}
#section-4 {
  background: #fb6500;
  padding: 20px 0px;
}
#section-5 {
  background: hsl(69, 18%, 91%);
  padding: 20px 0px;
}
#section-6 {
  background: #ffb800;
  padding: 20px 0px;
}
#section-7 {
  background: #460000;
  padding: 20px 0px;
  color: #fff;
  text-align: center;
}
/*ABOUT US*/
.mt-40 {
  margin-top: 40px;
}
.mt-10 {
  margin-top: 10px;
}
.abt-left {
  padding: 0px 10px;
  text-align: justify;
}
.tophead h2 {
  padding: 40px 0px 15px 0px;
}
.trustee-left {
  float: left;
}
.trustee-right {
  float: right;
}
.trustee {
  padding: 10px 10px;
  text-align: justify;
  height: 300px;
}
.trustee_join {
    padding: 10px 10px;
    text-align: justify;
    height: 400px;
}

.trustee-mission{
   padding: 10px 10px;
    text-align: justify;
    height: 230px;
  }
.trustee2 {
  padding: 10px 10px;
  text-align: justify;
  height: 250px;
}
.trustee3 {
  padding: 10px 10px;
  text-align: justify;
  height: 250px;
}
.trustee-h-align {
    padding: 10px 10px;
    text-align: justify;
}
.trustee-h-align2 {
    padding: 10px 10px;
    text-align: justify;
}
.trustee-left ul {
  float: left;
  list-style: circle;
  line-height: 34px;
}
.trustee-right ul {
  list-style: circle;
}
.activity-title h4 {
  color: rgb(251, 101, 0);
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 2.2;
  text-align: left;
}
.tbl-pd {
  padding: 10px;
}
.gallery {
  padding: 25px;
  height: auto;
}
.gallery img{
	display: block;
	margin: auto;
}
.gallery h4 {
  color: rgb(251, 101, 0);
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 1em;
  line-height: 2;
   
}
.contact-left {
  float: left;
}
.contact-right {
  padding-top: 40px;
}

















/*LIGHTBOX*/
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}
/* The Modal (background) */
.modal {
  display: -webkit-box;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
 display: -webkit-box;
}
.mySlides img{
	display: block;
	margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
img.demo {
  opacity: 0.6;
}
.active, .demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}