html, body {
  max-width: 100%;
  /* overflow-x: hidden; */
  font-family:Georgia, 'Times New Roman', Times, serif;
}
#myElement{
  display: none;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
  background: url(../img/Preloader_4.gif) center no-repeat #fff;
}



.float-start{
font-weight: 800;
}
a{
  text-decoration: none;
}
.header_block{
    background-color: #09cc7f;

}
.header2{
    background-color: #049b32;
}


a{
    color: #000;
    font-weight: 800;
}

.nav-link{
    color: #000;
}
.navbar_top {
    background-color: #049b32;
}
.navbar_btm{
    background-color: #09cc7f;
  
}
.navbar-brand img{
    width: 100px;
    padding: 5px;
}
.navbar-brand{
    text-align: center;
}
.navbar-brand h2{
    padding-top: 10%;
}

/* template */

.dropdown-content{
  display: none;
  /* position: absolute; */
  /* background-color: #f1f1f1; */
  /* min-width: 360px; */
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
  font-weight: normal;

}
.dropdown:hover .dropdown-content a{
  font-weight: normal;
  
  text-decoration: none;
  
}

.dropdown-item:active{
  background-color: #09cc7f;
}



/* hero */

.hero{
    background-image: url('../img/hero_1.jpg');
    background-size: cover;
    height: 440px;
    padding: 5px;
    background-repeat: no-repeat;
    
}
.hero_inside{
    background:linear-gradient(to right, #ffff 5%, #ffffff04, #ffffff04);
    height: 100%;
    padding: 120px 0 70px 10px;
}
.hero_row{
    border-radius: 25px;
    /* margin-top: -20%; */
    background-color:#fff;
    width: 250px;
    
    
}
.col_hero_head {
   font-size: larger;
   font-weight: bolder;
}
.col_hero{
  margin-top: 40px;
  padding: 0 5px 5px 20px;
}




/* @media querries here */



@media screen and (min-width: 576px){
    .hero{
        background-image: url('../img/hero_1.jpg');
        background-size: cover;
        height:840px;
        padding: 5px;
        background-repeat: no-repeat;
        
    }
    .hero_row{
      border-radius: 25px;
      /* margin-top: -20%; */
      background-color:#fff;
      width: 350px;
      
      
  }
} 

/* service area styling */

.service-area {
    background: #f8fcff;
  }
  
  /* line 3, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat {
    background: #ffffff;
    border-radius: 6px;
    padding: 85px 22px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 1;
  }
  
  @media (max-width: 575px) {

    .service-area .single-cat {
      padding: 50px 22px;
    }
  }
  
  
  .service-area .single-cat::before {
    position: absolute;
    /* content: ""; */
    width: 100%;
    height: 0;
    background: #09cc7f;
    transition: .6s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px;
  }
  
  
  .service-area .single-cat .cat-icon span {
    margin-bottom: 50px;
    width: 90px;
    height: 90px;
    background: #09cc7f;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    color: #fff;
  }
  
  
  .service-area .single-cat .cat-cap h5 > a {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-family: "Muli", sans-serif;
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    
    .service-area .single-cat .cat-cap h5 > a {
      font-size: 26px;
    }
  }
  
  @media (max-width: 575px) {
    
    .service-area .single-cat .cat-cap h5 > a {
      font-size: 26px;
    }
  }
  
  
  .service-area .single-cat .cat-cap p {
    margin-bottom: 36px;
    color: #57667e;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    
    .service-area .single-cat .cat-cap p {
      font-size: 15px;
     
    }
  }
  
  
  .service-area .single-cat .cat-cap a {
    color: #1c165c;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  
  
  .service-area .single-cat.active::before {
    height: 100%;
  }
  
  
  .service-area .single-cat.active .cat-icon span {
    color: #09cc7f;
    background: #fff;
    transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  }
.team-area .single-team:hover .team-img .team-social a {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.team-social {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  text-align: center;
}


.team-social li {
  display: inline-block;
}

/* line 80, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li a {
 
  color: #000;
  width: 90%;
  height: 100%%;
  border-radius: 42px 52px 5px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-left: 8px;
  display: inline-block;
  background: rgba(155,255,255, 0.75);
  -webkit-transform: 0.4s;
  -moz-transform: 0.4s;
  -ms-transform: 0.4s;
  transform: 0.4s;
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
}

/* line 92, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li a i {
  display: inline-block;
}

/* line 102, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(1) a {
  transition-delay: 0.0s;
}

/* line 105, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(2) a {
  transition-delay: 0.1s;
}

/* line 108, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(3) a {
  transition-delay: 0.3s;
}

  
  /* line 87, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat.active .cat-cap h5 {
    color: #000;
  }
  
  /* line 90, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat.active .cat-cap p {
    color: #000;
  }
  
  /* line 93, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat.active .cat-cap a {
    color: #000;
  }
  
  /* line 99, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat:hover::before {
    height: 100%;
    
  }
  
  /* line 103, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat:hover .cat-icon span {
    color: #09cc7f;
    background: #fff;
  }
  
  /* line 109, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat:hover .cat-cap h5 {
    color: #09cc7f;
  }
  
  /* line 112, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat:hover .cat-cap p {
    color: #09cc7f;
    
  }
  
  /* line 115, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat:hover .cat-cap a {
    color: #09cc7f;
 
  }



  /* line 61, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team:hover .team-img .team-social a {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

/* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 78, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li {
  display: inline-block;
}

/* line 80, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li a {
 
  color: #000;
  width: 90%;
  height: 100%%;
  border-radius: 42px 52px 5px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-left: 8px;
  display: inline-block;
  background: rgba(155,255,255, 0.75);
  -webkit-transform: 0.4s;
  -moz-transform: 0.4s;
  -ms-transform: 0.4s;
  transform: 0.4s;
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
}

/* line 92, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li a i {
  display: inline-block;
}

/* line 102, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(1) a {
  transition-delay: 0.0s;
}

/* line 105, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(2) a {
  transition-delay: 0.1s;
}

/* line 108, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(3) a {
  transition-delay: 0.3s;
}


@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
  .team-area {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

/* line 20, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team .team-img {
  overflow: hidden;
  position: relative;
}

/* line 23, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team .team-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
}

/* line 29, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team .team-caption {
  background: #fff;
  padding: 15px 0px;
  text-align: center;
}

/* line 33, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team .team-caption h3 {
  margin-bottom: 3px;
}

/* line 35, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team .team-caption h3 a {
  color: #33384e;
  font-weight: 700;
  font-size: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 35, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
  .team-area .single-team .team-caption h3 a {
    font-size: 18px;
  }
}

/* line 42, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team .team-caption h3 a:hover {
  color: #09cc7f;
}

/* line 47, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team .team-caption p {
  color: #57667e;
}

/* line 55, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team:hover .team-img img {
  transform: scale(1.06);
}

/* line 61, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-area .single-team:hover .team-img .team-social a {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}


/* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 78, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li {
  display: inline-block;
}

/* line 80, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li a {
 
  color: #000;
  width: 90%;
  height: 100%%;
  border-radius: 42px 52px 5px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-left: 8px;
  display: inline-block;
  background: rgba(155,255,255, 0.75);
  -webkit-transform: 0.4s;
  -moz-transform: 0.4s;
  -ms-transform: 0.4s;
  transform: 0.4s;
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
}

/* line 92, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li a i {
  display: inline-block;
}

/* line 102, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(1) a {
  transition-delay: 0.0s;
}

/* line 105, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(2) a {
  transition-delay: 0.1s;
}

/* line 108, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(3) a {
  transition-delay: 0.3s;
}


/* footer */

.footer-logo img{
  width: 60%;
}


.footer-area{
  background: linear-gradient(to right, #08b670c9 5%, #02c077fa , #09cc7f);
}
/* line 3, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-tittle h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 11, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-tittle ul li {
  color: #ffffff;
  margin-bottom: 16px;
}

/* line 14, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-tittle ul li a {
  color: #ffffff;
  font-weight: 300;
}

/* line 17, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-tittle ul li a:hover {
  color: #039df7;
  padding-left: 5px;
}

/* line 23, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-tittle ul li p {
  color: #ffffff;
  font-weight: 300;
}

/* line 32, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-pera p {
  color: #fff;
  padding-right: 52px;
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 32, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
  .footer-area .footer-pera p {
    padding-right: 0px;
  }
}

/* line 45, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-pera.footer-pera2 p {
  padding: 0;
}

/* line 51, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-tittle-bottom span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-right: 11px;
}

@media (max-width: 575px) {
  /* line 51, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
  .footer-area .footer-tittle-bottom span {
    font-size: 20px;
  }
}

/* line 62, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-tittle-bottom p {
  display: inline-block;
  color: #fff;
}

/* line 67, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-form {
  margin-top: 40px;
}

/* line 69, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-form form {
  position: relative;
}

/* line 71, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-form form input {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* line 79, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .footer-form form .form-icon button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 13px 22px;
  background: #09cc7f;
  line-height: 1;
  border-radius: 0 3px 3px 0;
}

/* line 94, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-area .info.error {
  color: #09cc7f;
}


.footer-bottom-area{

  background: linear-gradient(to right, #08b670c9 5%, #02c077fa , #09cc7f);
}
/* line 102, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-bottom-area .footer-border {
  border-top: 1px solid #2d3544;
  padding: 33px 0px 20px;
}

/* line 107, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-bottom-area .footer-copy-right p {
  color: #888888;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  /* line 107, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
  .footer-bottom-area .footer-copy-right p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 107, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
  .footer-bottom-area .footer-copy-right p {
    margin-bottom: 20px;
  }
}

/* line 119, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-bottom-area .footer-copy-right p i {
  color: #09cc7f;
}

/* line 122, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-bottom-area .footer-copy-right p a {
  color: #09cc7f;
}

/* line 125, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-bottom-area .footer-copy-right p a:hover {
  color: #fff;
}

@media (max-width: 575px) {
  /* line 132, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
  .footer-bottom-area .footer-social {
    float: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 132, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
  .footer-bottom-area .footer-social {
    float: left;
  }
}

/* line 140, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-bottom-area .footer-social > a {
  color: #7b8693;
  font-size: 14px;
  padding-left: 25px;
}

/* line 144, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-bottom-area .footer-social > a > i {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

/* line 153, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-bottom-area .footer-social > a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

/* line 160, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_footer.scss */
.footer-bottom-area .footer-social > a:hover {
  color: #09cc7f;
}

/* line 78, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 893, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.footer-padding {
  padding-top: 160px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 893, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 893, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 893, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  /* line 913, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-tittle {
    margin-bottom: 50px;
    text-asection-tittlelign: left !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 913, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-tittle {
    margin-bottom: 50px;
  }
}

/* line 921, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.section-tittle span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #09cc7f;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.05em;
}

.abt-section-tittle{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.05em;
}
.abt-section-tittle ul{
  padding-left: 50px;
}


@media (max-width: 575px) {
  /* line 921, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-tittle span {
    font-size: 14px;
    padding-left: 0px;
    text-align: left;
  }
}

/* line 936, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.section-tittle h2 {
  font-size: 32px;
  display: block;
  color: #09cc7f;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 936, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 41px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 936, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 31px;
  }
}

@media (max-width: 575px) {
  /* line 936, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-tittle h2 {
    text-align: left;
    font-size: 27px;
  }
}/* line 174, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*-- Section Padding -- */
/* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 744, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.pb-bottom {
  padding-bottom: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 744, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 744, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 744, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* line 744, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

/* line 759, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.pb-top {
  padding-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 759, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .pb-top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 759, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .pb-top {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  /* line 759, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .pb-top {
    padding-top: 70px;
  }
}

/* line 771, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.w-padding2 {
  padding: 80px 50px;
}

@media (max-width: 575px) {
  /* line 771, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .w-padding2 {
    padding: 70px 20px;
  }
}

/* line 778, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.testimonial-padding {
  padding-top: 190px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 778, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 190px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 778, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 778, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  /* line 778, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* line 798, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.w-padding {
  padding-top: 100px;
  padding-bottom: 95px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 798, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 798, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
}

/* line 810, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.section-padding30 {
  padding-top: 195px;
  padding-bottom: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 810, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding30 {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 810, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding30 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 810, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 810, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/* line 830, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.services-padding {
  padding-top: 145px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 830, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .services-padding {
    padding-top: 145px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 830, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .services-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 830, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 830, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/* line 850, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.section-paddingt30 {
  padding-top: 195px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 850, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 850, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 850, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* line 850, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

/* line 872, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.section-padding3 {
  padding-top: 150px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 872, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 872, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 872, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  /* line 872, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/* line 893, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.footer-padding {
  padding-top: 160px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 893, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 893, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 893, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

a img{
  width: 35px;
}

.backlink a{
  color: black;
}


/* spotlight styling */

/* .spotlight-cont{
  background-image: url(../img/spotlight.png);
  background-repeat: no-repeat;
  background-size: cover;

} */

.img-spotlight img{
  width: 100%;
}
.spotlight-btn{
  width: 80%;
}

/* .spotlight-cont-inside{
  height: 70%;
  background:linear-gradient(to right, #050505a4 5%, #ffffff04, #050505a4);
  
} */

.designation{
  color: #049b32;
}

.img_wrapper{
  background-color: #f8faf7;
  height: 470;
}



/* mission */


.mission-top-wrapper{
  border-width: thick;
  border: #049b32;
  border-color: #049b32;
}

.mision_header{
  font-weight: 700;
}

.mision_header h5{

  color:#f8faf7;
  font-weight: 800;
}


/* team  */

.col-height{
  height: 370px;

  
}



.col-height img{
  width: 100%; /* or any custom size */
  height:80%; 
  object-fit: cover;
}




.flag img{
  width: 40px;
  height: 30px;
  position:absolute;
  left: -1px;
  right: 36px;
  top: 72%;
  margin-left: 23px;
  
 
  
}



/* context styling for carousel bottom */
.col-slider-btm span{
  
  color: #049b32;;
  font-size: 20px;
}

.col-slider-btm{
  background-color: rgba(0, 0, 0, 0.55);
  color: #f8faf7;
}
.context-slider-btm{
  z-index: 1;
  position: relative;
  top: -200px;
}


/* certificates */

.cert img{
  max-width: 300px;
  width: 100%;
  height: 80px
  
}


/* text slider styling */

/* --------------------------------

Primary style

-------------------------------- */





.cd-intro {
  text-align: left;
  font-family: 'Courier New', Courier, monospace;
  color: #fff;
}

.cd-headline {
  font-size: 20px;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------

xslide

-------------------------------- */

.cd-headline.slide span {
  display: block;
  padding: .2em 0;
  letter-spacing:1px;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* kids description */

.kids_description{
  
   z-index: 10;
  
 
}

.kids_description_inner{

  display: block;
  position: absolute;
  background-color: rgba(15, 253, 162, 0.55);
  top: 70%;
  min-width: 280px;

}


/* health page */

/* card styling */
.card{
  position: relative;
  min-width: 280px;
  max-width: 350px;
  height: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin: 10px;
  padding-bottom: 10px;
  overflow:hidden;
}

.card-wrap{
  height: 100%;


}
.card-img{
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  
  
}

.card-img img{
  
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position:top;
  
  
}



.btn-len{
  position:absolute;
  bottom: 0;   
  left:0;    
  width: 100%;
}

.btn-contribute{
  margin-right: auto;
  opacity: 0.01;
  z-index: 9;
  display: block;
  margin: auto;

 
}

.btn-contribute:hover{
  margin-right: auto;
  margin-bottom: 50px;
  display: block;
  display: inline;
  opacity: 1;
  
  
}




.icon-editor{
  bottom:0;
  right:10px;
  /* position: absolute; */
  
}



.content span{
  font-size: unset;
}


/* education page styling */
/* donate card */


.edu-donate-inner{
  /* position: absolute; */
  bottom: 0;
  min-width: 380px;
  min-height: 300px;
  background-color: rgba(252, 252, 252, 0.75);
  background-image: url(../img/children/child1_pp.jpeg);
  background-size: cover;
  z-index: 19;
}

input[type="button"]{
  border-radius: 10px;
  width: 80px;
}


/* delete icon  */
.del-img{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

/* end education */

/* login screen style */

.login-container{
  background-color: #09cc7f;
  
}


.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}


/* admin styling */

.admin-query img{
width: 200px;
}

.dash-cont{
  background-color: #f8fcff;
  min-height: 300px;
}

.dash-col-min{
  background-color: #ffffff;

}

/* start dashboard about styling  */
.aboutWrapper{
   cursor: pointer;
}

.abtLinks{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;

}

.aboutWrapper:hover
.abtLinks{
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  right:auto;
  left:auto;
  display: block;
  background-color: #ffffffde;
}




/* end dashboard about styling */



/* dashboard community styling */
.dash-allwrap:{
  justify-content: center;
}
.dash-wrapper{
  position:absolute;
  display: none;
  width: 250px;
  height: 200px;
  background-color: #000;
  top:20px;
  margin-left: 10px;
  padding-left: 10px;
  z-index: 990;
  
}

#dash-innerwrap{
  display: block;
}




/* .dash_img a{
  width: 270px;
  height: 2180px;
} */

/* .dash_img img{
  width: 230px;
  height: 220px;

} */



/* changes styless */

.float-center img{
  max-width: 100px;
}

/* health, education post styling  */
.posted_images{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  
}

.posted_images:hover{
  opacity: 0.7;
  
}
.posted_images:hover
.del-img{
  display: block;
}
.posted_images img{
  width: 300px;
}

/* modal to show images when clicked */
/* The Modal (background) */
.modal-img {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-img-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-img-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}


@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-img-content {
    width: 100%;
  }
}

