body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #f1f1f1;
  color: #48413d !important;
  margin: 0;
  padding: 0;
}

.bakground {
  background-color: #ffffff;
  padding: 0px;
  margin: 0;
}

.top {
  border-top: 1px solid #c4c4c4;
}

.header {
  padding: 40px 0 30px 0;
  
}

.banner {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-image: url("sun2.jpg");
  background-color: #c4c4c4;
  background-size: cover;
  background-position: right bottom;
  height: 500px;
}

.logo {
  float: left;
}

.banner-text {
  font-size: 120%;
  line-height: 200%;
  padding-top: 40px;
  text-align: right;
}
.b-text {
  font-size: 2em;
  font-weight: bold;
  padding: 20px 0;
}
.s-text {
  font-size: 1.2em;
}

li{
  list-style-type: circle;
  padding-bottom: 15px;
  
}

.air {
  padding-bottom: 120px;
  padding-top: 60px;
}

.floating-box {
  padding: 35px;
  position: absolute;
  top: -350px;
  left: 0px;
  background-color:#00a6b742 ;
  border-radius: 0 100px 0 100px;
  /* width: 600px; */
}

.bottom {
  /* border-bottom: 1px solid #c4c4c4; */
  
}
.info {
  line-height: 150%;
}

.who {
  margin-top: 60px;
  padding: 30px 0;
  background-color: #eeecec;
}

.center {
  text-align: center;
}

@media screen and (max-width: 768px){
  .banner-text {
    text-align: left;
    font-size: 110%;
    padding-top: 10px;
  }
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1170px;
  position: relative;
  margin: auto;
  margin-top: 20px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  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 1.6s;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.myfade {
  animation-name: ifade;
  animation-duration: 3.5s;
}

@keyframes ifade {
  from {opacity: .1}
  to {opacity: 1}
}

.fade-out {
  animation: fadeOut ease 10s;
  
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}