html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}



/*-----------transulator-----------*/

#google_translate_element{
  margin-top: 20px;
  margin-right: 30px;
  float: right;
  color: white;

}



/*-----------transulator-----------*/



.container {
  position: absolute;
    min-width: 768px;
    margin: auto;
}

header {
  background-image: url(img/bg1.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed;
    padding: 0% 0%;
    text-align: center;
}


}
#head{
  height: 300px;
  width: 100%;
}


#head img{
  margin: 5px;
  float: left;
  height:70px;
  width: 200px;
}










.menu{
  float: left;
  padding: 5px;
  color: white;
	font-size: 20px;
}





.left{
	color: white;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
	font-size: 30px;
}
.left:hover{
		text-shadow: 2px 2px red;
}

.left p{
	color: white;
	font-size: 20px;
}
.left p:hover{
	font-size: 30px;

}

















/*---------------------------------*/



* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */

.slideshow-container {
  min-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  	background-color: gray;

}

/* Position the "next button" to the right */
.next {
	background-color: gray;
  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);
}

/* Caption text */
.text {
	background-color: gray;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	background-color: gray;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  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) {
  .prev, .next,.text {font-size: 11px}
}


/*------------------------stop pic---------------*/

.donate .head{
	margin-top: 10px;
	background-color:  #00ffff;
	text-align: center;
	text-shadow: 1px 1px white;
	padding: 5px;
}

.donate .head i{
  font-size: 60px;
  color: gray;
  text-shadow: 2px 2px white;
}

.donate .head h1{
	font-size: 40px;
}
.donate .head h5{
	font-size: 20px;
}



.donate p{
	font-size: 25px;
	background-color:  #ccffff;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:  10%;
	padding-right: 30%;
	text-align: center;
	text-shadow: 1px 1px gray;
}
.donate p img{
	text-align: center;
	float: left;
	height:8rem;
	width: 15rem;
}














.service{
  width: 100%;
	float: left;
	background-color:  gray;
}
.service h1{
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
	background-color:  #99ccff;
	padding: 20px;
}

.service ul{
	margin: 0 auto;
	padding-top: 20px;
	float: left;
	background-color:  #e6f3ff;
		padding-bottom: 30px;

}
.service ul li{
	padding: 10px;
	list-style-type: none;
}

/*-------------------contact----------------------*/

#contact{
  width: 100%;
}

#contact h1{
  text-align: center;
  background-color:  #99ccff;
  padding: 10px;
}




.form{

  font-size: 20px;
  padding: 10px;
  float: left;
  background-color:  #e6e6e6;
  padding: 10px;
  width: 50%;
  height: 242px;
}
.form p{
  padding: 5px;
}






.inf p{
  height: 242px;
  float: right;
  width: 50%;
  background-color:  #f2f2f2;
  padding: 20px;
  margin: 0 auto;
}


.map iframe{
  width: 100%;
}










.footer{
  background-color: black;
  color: white;
}
.footer p{
    background-color: black;

  width: 80%;
  float: left;
  padding: 20px;
}
.footer a{

  text-decoration: none;
  color: white;
  background-color: gray;
}




.footer a i{
  width: 20%;
  float: right;
  text-align: center;
  font-size: 40px;
  text-decoration: none;
  color: white;
background-color: black;
}
























/*


header{
		background-color: black;

}





header #head {
	color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 
}

header #head .logo{
  font-size: 1.3rem;
  font-weight: 200;
  float: left;
  padding-left: 70px;
  background-image: url(img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
header #head .menu{

}


*/
















/*


.night {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.shooting_star {
  position: absolute;
  left: 10%;
  top: 10%;
  height: 2px;
  background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  -webkit-filter: drop-shadow(0 0 6px #699bff);
          filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 5000ms ease-in-out infinite, shooting 5000ms ease-in-out infinite, pause-animation 10000ms infinite;
          animation: tail 5000ms ease-in-out infinite, shooting 5000ms ease-in-out infinite, pause-animation 10000ms infinite;
}

@media (max-width: 56.25em) {
  .shooting_star {
    -webkit-animation: tail 10s ease-in-out infinite, shooting 10s ease-in-out infinite, pause-animation 10000ms infinite;
            animation: tail 10s ease-in-out infinite, shooting 10s ease-in-out infinite, pause-animation 10000ms infinite;
  }
}

.shooting_star::before, .shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
  -webkit-transform: translateX(50%) rotateZ(45deg);
          transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 5000ms ease-in-out infinite, pause-animation 10000ms infinite;
          animation: shining 5000ms ease-in-out infinite, pause-animation 10000ms infinite;
}

.shooting_star::after {
  -webkit-transform: translateX(50%) rotateZ(-45deg);
          transform: translateX(50%) rotateZ(-45deg);
}

.shooting_star:nth-child(1) {
  top: calc(80% - 17px);
  left: calc(20% - 111px);
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(1) {
    top: calc(60% - 191px);
    left: calc(20% - 172px);
  }
}

.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}

.shooting_star:nth-child(2) {
  top: calc(80% - 554px);
  left: calc(20% - 54px);
  -webkit-animation-delay: 3548ms;
          animation-delay: 3548ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(2) {
    top: calc(60% - -179px);
    left: calc(20% - 109px);
  }
}

.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 3548ms;
          animation-delay: 3548ms;
}

.shooting_star:nth-child(3) {
  top: calc(80% - 625px);
  left: calc(20% - 96px);
  -webkit-animation-delay: 8096ms;
          animation-delay: 8096ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(3) {
    top: calc(60% - 93px);
    left: calc(20% - 44px);
  }
}

.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 8096ms;
          animation-delay: 8096ms;
}

.shooting_star:nth-child(4) {
  top: calc(80% - 246px);
  left: calc(20% - 49px);
  -webkit-animation-delay: 8541ms;
          animation-delay: 8541ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(4) {
    top: calc(60% - 110px);
    left: calc(20% - 62px);
  }
}

.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 8541ms;
          animation-delay: 8541ms;
}

.shooting_star:nth-child(5) {
  top: calc(80% - 431px);
  left: calc(20% - 44px);
  -webkit-animation-delay: 7186ms;
          animation-delay: 7186ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(5) {
    top: calc(60% - -60px);
    left: calc(20% - 154px);
  }
}

.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 7186ms;
          animation-delay: 7186ms;
}

.shooting_star:nth-child(6) {
  top: calc(80% - 434px);
  left: calc(20% - 106px);
  -webkit-animation-delay: 8965ms;
          animation-delay: 8965ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(6) {
    top: calc(60% - -23px);
    left: calc(20% - 57px);
  }
}

.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 8965ms;
          animation-delay: 8965ms;
}

.shooting_star:nth-child(7) {
  top: calc(80% - 608px);
  left: calc(20% - 38px);
  -webkit-animation-delay: 3779ms;
          animation-delay: 3779ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(7) {
    top: calc(60% - 110px);
    left: calc(20% - 31px);
  }
}

.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 3779ms;
          animation-delay: 3779ms;
}

.shooting_star:nth-child(8) {
  top: calc(80% - 233px);
  left: calc(20% - 67px);
  -webkit-animation-delay: 4490ms;
          animation-delay: 4490ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(8) {
    top: calc(60% - 134px);
    left: calc(20% - 94px);
  }
}

.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 4490ms;
          animation-delay: 4490ms;
}

.shooting_star:nth-child(9) {
  top: calc(80% - 24px);
  left: calc(20% - 197px);
  -webkit-animation-delay: 3049ms;
          animation-delay: 3049ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(9) {
    top: calc(60% - -173px);
    left: calc(20% - 82px);
  }
}

.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 3049ms;
          animation-delay: 3049ms;
}

.shooting_star:nth-child(10) {
  top: calc(80% - 298px);
  left: calc(20% - 71px);
  -webkit-animation-delay: 8290ms;
          animation-delay: 8290ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(10) {
    top: calc(60% - -111px);
    left: calc(20% - 92px);
  }
}

.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 8290ms;
          animation-delay: 8290ms;
}

.shooting_star:nth-child(11) {
  top: calc(80% - -113px);
  left: calc(20% - 106px);
  -webkit-animation-delay: 8579ms;
          animation-delay: 8579ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(11) {
    top: calc(60% - -60px);
    left: calc(20% - 158px);
  }
}

.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after, .shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 8579ms;
          animation-delay: 8579ms;
}

.shooting_star:nth-child(12) {
  top: calc(80% - 331px);
  left: calc(20% - 191px);
  -webkit-animation-delay: 536ms;
          animation-delay: 536ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(12) {
    top: calc(60% - -92px);
    left: calc(20% - 183px);
  }
}

.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after, .shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 536ms;
          animation-delay: 536ms;
}

.shooting_star:nth-child(13) {
  top: calc(80% - 129px);
  left: calc(20% - 128px);
  -webkit-animation-delay: 7199ms;
          animation-delay: 7199ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(13) {
    top: calc(60% - 33px);
    left: calc(20% - 104px);
  }
}

.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after, .shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 7199ms;
          animation-delay: 7199ms;
}

.shooting_star:nth-child(14) {
  top: calc(80% - 679px);
  left: calc(20% - 137px);
  -webkit-animation-delay: 4080ms;
          animation-delay: 4080ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(14) {
    top: calc(60% - -121px);
    left: calc(20% - 113px);
  }
}

.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after, .shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 4080ms;
          animation-delay: 4080ms;
}

.shooting_star:nth-child(15) {
  top: calc(80% - 452px);
  left: calc(20% - 20px);
  -webkit-animation-delay: 9245ms;
          animation-delay: 9245ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(15) {
    top: calc(60% - -133px);
    left: calc(20% - 184px);
  }
}

.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after, .shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 9245ms;
          animation-delay: 9245ms;
}

.shooting_star:nth-child(16) {
  top: calc(80% - 549px);
  left: calc(20% - 5px);
  -webkit-animation-delay: 669ms;
          animation-delay: 669ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(16) {
    top: calc(60% - -8px);
    left: calc(20% - 152px);
  }
}

.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after, .shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 669ms;
          animation-delay: 669ms;
}

.shooting_star:nth-child(17) {
  top: calc(80% - 283px);
  left: calc(20% - 136px);
  -webkit-animation-delay: 7973ms;
          animation-delay: 7973ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(17) {
    top: calc(60% - 160px);
    left: calc(20% - 104px);
  }
}

.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after, .shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 7973ms;
          animation-delay: 7973ms;
}

.shooting_star:nth-child(18) {
  top: calc(80% - 246px);
  left: calc(20% - 162px);
  -webkit-animation-delay: 5283ms;
          animation-delay: 5283ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(18) {
    top: calc(60% - -154px);
    left: calc(20% - 190px);
  }
}

.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after, .shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 5283ms;
          animation-delay: 5283ms;
}

.shooting_star:nth-child(19) {
  top: calc(80% - 32px);
  left: calc(20% - 82px);
  -webkit-animation-delay: 3918ms;
          animation-delay: 3918ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(19) {
    top: calc(60% - -47px);
    left: calc(20% - 8px);
  }
}

.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after, .shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 3918ms;
          animation-delay: 3918ms;
}

.shooting_star:nth-child(20) {
  top: calc(80% - -9px);
  left: calc(20% - 180px);
  -webkit-animation-delay: 2750ms;
          animation-delay: 2750ms;
}

@media (max-width: 56.25em) {
  .shooting_star:nth-child(20) {
    top: calc(60% - 192px);
    left: calc(20% - 73px);
  }
}

.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after, .shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 2750ms;
          animation-delay: 2750ms;
}

@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}

@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}

@-webkit-keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
}

@keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
}

@-webkit-keyframes pause-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pause-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}

@keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
/*# sourceMappingURL=main.css.map */
