/* Reset */
* {
  margin: 0;
  padding: 0;
}

/* Slider */
#sliders {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/intro-background.jpg) !important;

  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@keyframes load {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

.slides {
  width: 400%;
  height: 100%;
  position: relative;
  -webkit-animation: slide 30s infinite;
  -moz-animation: slide 30s infinite;
  animation: slide 30s infinite;
}

.sliders {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
}

.image {
  width: 100%;
  height: 100%;
}

.image img {
  width: 100%;
  height: 100%;
}

/* Legend */
.legend {
  border: 800px solid transparent;
  border-left: 800px solid rgb(255, 255, 255);
  border-bottom: 0;
  position: absolute;
  /* box-shadow: 0px 0px 100px 230px #000 !important; */
  bottom: 0;
}


/* Contents */
.content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.content-txt {
  width: 400px;
  height: 150px;
  float: left;
  position: relative;
  top: 130px;
  left: 3%;

}

.content-txt h1 {
  font-family: Intro;
  font-size: 24px;
  color: #fff;
  text-align: left;
  margin-left: 30px;
  padding-bottom: 10px;
}

.content-txt h2 {
  font-family: Quicksand;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  text-align: left;
  margin-left: 30px;
}

.content-txt h2 {
  padding: 0rem;
  /* border-radius: 1rem; */
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0px 3px #000;
  /* border-bottom: 1px solid #ef7e22; */
  font-size: 44px;
  font-weight: 700;
}

.specialises {
  padding: 0rem;
  padding-bottom: 1rem;
  color: #000 !important;
  /* border-bottom:2px solid #000;  */

}

.content-txt i {
  color: #ef7e22;
  left: 5%;

}

.content-txt p {
  color: #000;
  text-align: left !important;
  left: 1rem !important;
  position: relative;
  /* font-weight: bold; */
}

.header-special {
  background: #ef7e22;
  padding: 1rem;
  color: #fff;
  border-radius: 1rem;
}

@media (max-width: 800px) {
  .legend {
    border: 800px solid transparent;
    border-left: 700px solid rgb(255, 255, 255);
    border-bottom: 0;
    position: absolute;
    box-shadow: 0px 0px 100px 230px #000 !important;
    bottom: 0;
  }
}

@media (max-width: 750px) {
  .legend {
    border: 800px solid transparent;
    border-left: 600px solid rgb(255, 255, 255);
    border-bottom: 0;
    position: absolute;
    box-shadow: 0px 0px 100px 230px #000 !important;
    bottom: 0;
  }

  .content-txt {
    width: 400px;
    height: 150px;
    float: left;
    position: relative;
    top: 130px;
    left: 2%;

  }

  .content-txt h1 {
    font-family: Intro;
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-left: 30px;
    padding-bottom: 10px;
  }

  .content-txt h2 {
    font-family: Quicksand;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    text-align: left;
    margin-left: 30px;
  }
}

@media (max-width: 594px) {
  .legend {
    border: 800px solid transparent;
    border-left: 500px solid rgb(255, 255, 255);
    border-bottom: 0;
    position: absolute;
    box-shadow: 0px 0px 100px 230px #000 !important;
    bottom: 0;
  }

  .content-txt {
    width: 400px;
    height: 150px;
    float: left;
    position: relative;
    top: 130px;
    left: 2%;

  }

  .content-txt h3 {
    font-size: 1.5rem;
  }

  .specialises {
    padding: 0rem;
    padding-bottom: 1rem;
    color: #000 !important;
    /* border-bottom:2px solid #000;  */

  }

  .content-txt i {
    color: #ef7e22;
    left: 5%;

  }

  .content-txt p {
    font-size: 0.7rem;
    /* font-weight: bold; */
  }

  .header-special {
    background: #ef7e22;
    padding: 0.5rem;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 1rem;
  }

  .btn-get-started {
    font-size: 15px;
    padding: 0.5rem;
  }


}

@media (max-width: 498px) {
  .legend {
    border: 1000px solid transparent;
    border-left: 1000px solid rgba(0, 0, 0, 0.63);
    border-bottom: 0;
    position: absolute;
    box-shadow: 0px 0px 100px 230px #000 !important;
    bottom: 0;
  }

  #sliders {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/intro-background.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
  }

  .content-txt {
    width: 400px;
    height: 150px;
    position: relative;
    top: 4rem;
    left: 2%;

  }

  .content-txt h3 {
    font-size: 1.9rem;
  }

  .specialises {
    padding: 0rem;
    left:1rem;
    position: relative;
    padding-bottom: 1rem;
    color: #fff !important;
    /* border-bottom:2px solid #000;  */

  }

  .content-txt i {
    color: #ef7e22;
    left: 5%;

  }

  .content-txt p {
    font-size: 0.9rem;
    position:relative;
    left:1rem;
    color: #fff;
    /* font-weight: bold; */
  }

  .header-special {
    background: #ef7e22;
    padding: 0.5rem;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 1rem;
    /* left:5rem; */
    position:relative;
  }

  .btn-get-started {
    font-size: 15px;
    padding: 0.5rem;
    left: 1rem;
    background-color:#fff;
    border: 1px solid #ef7e22;
    color:#000;
    text-align: center;
  }
  .btn-get-started i {
    color:#000 !important;
  }

}

/* Switch */
.switch {
  width: 120px;
  height: 10px;
  position: absolute;
  bottom: 50px;
  z-index: 99;
  left: 30px;
}

.switch>ul {
  list-style: none;
}

.switch>ul>li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.switch ul {
  overflow: hidden;
}

.on {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f39c12;
  position: relative;
  -webkit-animation: on 30s infinite;
  -moz-animation: on 30s infinite;
  animation: on 30s infinite;
}
