@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
.testimonial2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300; position:relative
}

.testimonial2 h1,
.testimonial2 h2,
.testimonial2 h3,
.testimonial2 h4,
.testimonial2 h5,
.testimonial2 h6 {
  color: #3e4555;
}
.testimonial2 i{font-size:60px; color:#e9eef2;}
.testimonial2 p{font-weight:400}
.testimonial2 h5 {
    line-height: 22px;
    font-size: 18px;
		font-weight: 400;
}

.testimonial2 .font-weight-medium {
  font-weight: 500;
}

.testimonial2 .bg-light {
  background-color: #f4f8fa !important;
}

.testimonial2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.testimonial2 .testi2 .image-thumb {
  background:url(<?php echo base_url(); ?>assets/website/images/greadint-bg.png) no-repeat top center;
  text-align: center;
  padding: 10% 0;
}

.testimonial2 .testi2 .image-thumb img {
  width: 400px;
}

.testimonial2 .testi2 .owl-dots {
  position: relative;
}

.testimonial2 .testi2 .owl-dots .owl-dot {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  background-size: cover;
  margin-right: 10px;
  cursor: pointer; position:absolute;
}
.dotnumber1{right:0; top:-400px; width:70px !important; height:70px !important}
.dotnumber2{right:80px; top:-350px; width:100px !important; height:100px !important}
.dotnumber3{right:140px; top:-270px; width:150px !important; height:150px !important}
.dotnumber4{right:-40px; top:-190px; width:100px !important; height:100px !important; z-index:400}
.dotnumber5{right:-10px; top:-180px; width:180px !important; height:180px !important; z-index:100}
.testimonial2 .testi2 .owl-dots .owl-dot span {
  display: none;
}

.testimonial2 .testi2 .owl-dots .owl-dot.active,
.testimonial2 .testi2 .owl-dots .owl-dot:hover {

}

@media (max-width: 767px) {
  .testimonial2 .testi2 .owl-dots {
    top: 0px;
  }
}

.testimonial2 .btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.testimonial2 .btn-danger {
    background: #ff4d7e !important;
    border: 1px solid #ff4d7e !important;
}