/*
@Name: G.O.D.S.
@Desciption: Additional add ons (FAQ and testimonials)
@Author: Tanzib
@Date: Nov 19, 2016
*/

/*---------------------------------------------------------------------*/
/*  1. QUOTE SECTION
/*---------------------------------------------------------------------*/

#quote {
  background-color: rgb(50,50,50);
}
#quote > .section-inner .section-content {
  padding-top: 100px;
  padding-bottom: 80px;
  color: #b7ada4;
}
#quote > .section-inner .section-content .quote-text > .quote-icon > i {
  color: #3996cc;
  padding-bottom: 20px;
}
#quote > .section-inner .section-content .quote-text > h2 {
  font-size: 40px;
}
#quote > .section-inner .section-content .quote-text > h2.quote-by {
  color: #3996cc;
}

#quote-carousel blockquote {
    border: none;
}
#quote-carousel .carousel-control {
    top: 57%;
}
#quote-carousel .carousel-indicators {
    bottom: -30px;
}
.quote-box img{
  height: 210px;
  width: 210px;
  border: 2px solid #d0edff;
  object-fit: cover;
}
.quote-box h3{
  background: none;
  padding:10px;
  color:white;
  font-style: italic;
  font-size: 20px;
  text-align: left;
}
.doubleQuote{
  font-size: 30px;
}
.quote-box p{
  background: none;
  margin-top:10px;
  color:white;
  display: inline-block;
  padding: 10px;
  float:left;
  font-size: 16px;
}
.carousel-indicators{
  display: none;
}
.carousel-control{
  width: 4%;
  height:50px;
}
/*.quote-box .arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50px;
  left: 5px;
  border-right:10px solid #d0edff;
}*/
.carousel-control.right,.carousel-control.left{
  background-image: none;
}

/*========Media Queries=======*/
@media (max-width: 997px){
  .quote-box img{
    margin-bottom: 10px ;
  }
  /*.quote-box .arrow-left{
    display: none ;
  }*/
}

/*---------------------------------------------------------------------*/
/*  2. FAQ SECTION
/*---------------------------------------------------------------------*/
#faqs{
  background: white;
}
#faqs .accordion .title{
  background: #eee;
  border-bottom: 1px solid rgb(0, 96, 158);
}
#faqs .list-item li{
  margin: 10px 0;
}
/*---------------------------------------------------------------------*/
/*  3. How To Buy
/*---------------------------------------------------------------------*/
#carousel-how-to-buy{
  background-color: rgb(50,50,50);
}
#carousel-how-to-buy .carousel-inner .item img{
  margin: 0 auto;
}
#carousel-how-to-buy .carousel-control{
    top: 40%;
}
