@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/* reset */

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
  	   url('../fonts/Gotham-Book.otf')  format('opentype'),
	   url('../fonts/Gotham-Book.woff') format('woff'),
	   url('../fonts/Gotham-Book.ttf')  format('truetype'),
	   url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  	   font-weight: normal;
  	   font-style: normal;
}

@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamBold.woff') format('woff'),
  url('../fonts/GothamBold.ttf')  format('truetype'),
  url('../fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.responsive-slider {
  width: 100%;
  position: relative;
}
.responsive-slider [data-animate] {
  opacity: 0;
}
.responsive-slider .slides {
  position: relative;
  overflow: hidden;
}
.responsive-slider .slides ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
}
.responsive-slider .slides ul li {
  display: inline-flex;
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
}
.responsive-slider .slides ul li .slide-body {
    display: inline-block;
    position: relative;
    max-width: 100%;
    font-size: 14px;
    width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption {
  position: absolute;
  color: #fff;
}
.responsive-slider .slides ul li .slide-body .caption.header {
    top: 100px;
    left: 8%;
}


@media (max-width: 480px) {

}


.responsive-slider .slider-control {
  position: absolute;
  font-size: 20px;
  color: #000;
  top: 40%;
  background-color: #fff;
  padding: 10px;
}
.responsive-slider .slider-control.left {
  left: 0;
  padding-left: 0;
  -webkit-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
}
.responsive-slider .slider-control.left:hover {
  text-decoration: none;
  padding-left: 10px;
}
.responsive-slider .slider-control.right {
  right: 0;
  padding-right: 0;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}
.responsive-slider .slider-control.right:hover {
  text-decoration: none;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .responsive-slider .slider-control.left,
  .responsive-slider .slider-control.right {
    display: none;
  }
}
.responsive-slider .pages {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.responsive-slider .pages .page {
  display: inline-block;
  color: transparent;
  width: 5px;
  height: 5px;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.responsive-slider .pages .page.active {
  opacity: 1;
}
.slide-body img {width:100%;}
.caption.header img {width:auto;}

/* .slide1 h2 {
    font-family: 'Gotham-Book';
    font-size: 69px;
    white-space: normal;
    max-width: 95%;
	margin-bottom:50px;
}
.slide1 h2 span {font-family: 'GothamBold';color:#7fb036;} */
.caption.header .slide-list img {
    max-width: 100%;
    width: 40px;
    height: 40px;
    float: left;
}
.listview {
    float: left;
    width: 100%;
    margin-bottom: 23px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.slide1 p {}

.listview span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background: #333333;
    padding: 3px 15px;
    height: 40px;
    line-height: 30px;
    letter-spacing: .07em;
}
.banner-overlay {
    background: rgba(51, 51, 51, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*
.slide2 h2 {
    font-size: 85px;
	font-weight:bold;
	font-family: 'GothamBold';
} */
