@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  
}
body {
  margin:0;
  padding:0;
    font-family: 'Poppins' , sans-serif;
}
.main-gallery {
 
}

.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: left;
  margin: 0px 0 100px 0;
  padding: 0 20px;
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0;
}

.testimonial-author {
  display: block;
  font-weight: 800;
  color: #7AA641;
}

.flickity-page-dots {
  bottom: 0px;
}

.flickity-page-dots .dot.is-selected {
  background: #221e3f;
}

.flickity-page-dots .dot {
    width: 25px !important;
    height: 25px !important;

}

.flickity-page-dots{
  text-align: left !important;
  margin-left: 10px;
}

.testimonial_img img{
  float: left;
}

.test_name{
  float: left;
  margin-left: 40px;
}

.test_name h2{
  font-family: 'Poppins' , sans-serif;
      color: #000;
    font-size: 28px;
    line-height: 28px;
    padding-top: 41px;

}
.test_name p{
    font-family: 'Poppins' , sans-serif;
    color: #030000;
    font-size: 17px;
    line-height: 28px;
    padding-top: 10px;
}

.testimonial p{
  font-family: 'Poppins' , sans-serif;
  line-height: 160%;
  color:#000;
  text-align: justify;
}

.clear{
  clear: both;
}