.slick-dots li button:before {
  font-size: 40px;
}

#tab-1 h3 {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 400px;
  margin: 20px;
  padding: 2%;
  position: relative;
  text-align: center;
}

/* slidershow1 */

.sliderShow1 img {
  margin: 0 auto;
}
/* slidershow1 */

/* slidershow2 */
.sliderShow2 .slick-slide {
  
}
.sliderShow2 img {
  opacity: 0.7;
  transition: all 300ms ease;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  padding: 10px;
}

.sliderShow2 .slick-center img {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.3);
  position: relative;
  z-index: 2;
}



/* slidershow2 */

/* slidershow3 */
/* .sliderShow3 .slick-slide{
  overflow:hidden;
  height: 500px;
  position: relative;
  z-index:999;
} */
.sliderShow3 .slick-slide img{
  transition: width 0.5s;
  height: auto;
  width:100%;
  object-fit:cover;
}
.sliderShow3 .slick-list img{
  width:100%;
  height: auto;
  object-fit: cover;
}
.sliderShow3 .slick-dots li{
  width: 25%;
  object-fit:cover;
  display:inline-block;
  margin:0;
  height: auto;
  padding:20px 10px;
  
}
.sliderShow3 .slick-dots li img{
  width:100%;
  height: 100px;
  object-fit:cover;
  border-radius:6px;
  transition: 0.5s;
  border: 1px solid #fff;
  padding:5px;
  box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.sliderShow3 .slick-dots li:hover img{
  -webkit-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  border: 1px solid #e2e2e2;
}
.sliderShow3 .slick-dots{
  position: relative;
  text-align:left;
  bottom: 0;
}

.sliderShow3 .slick-dots li button {
  width: 100%;
  height: 100%;
}

/* slidershow3 */

/* slidershow4 */

.modal-body [class^="chart-"] {
  overflow: hidden;
  width: 100%;
  background: transparent;
  /* background-size: cover; */
}
.charInner a {
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
  width: 80px;
  height: 56px;
  border-radius: 0;
  margin: 0;
}
.owl-carousel button.owl-dot {
  max-width: 80px;
}
.owl-carousel button:nth-child(1).owl-dot span, .owl-carousel button:nth-child(1).owl-dot span:hover, .owl-carousel button:nth-child(1).owl-dot.active span {
  background: transparent url(../images/char/1.png);
  background-size: contain;
}
.owl-carousel button:nth-child(2).owl-dot span, .owl-carousel button:nth-child(2).owl-dot span:hover, .owl-carousel button:nth-child(2).owl-dot.active span {
  background: transparent url(../images/char/2.png);
  background-size: contain;
}
.owl-carousel button:nth-child(3).owl-dot span, .owl-carousel button:nth-child(3).owl-dot span:hover, .owl-carousel button:nth-child(3).owl-dot.active span {
  background: transparent url(../images/char/3.png);
  background-size: contain;
}
.owl-carousel button:nth-child(4).owl-dot span, .owl-carousel button:nth-child(4).owl-dot span:hover, .owl-carousel button:nth-child(4).owl-dot.active span {
  background: transparent url(../images/char/4.png);
  background-size: contain;
}