.testimonial_area {
  display: block;
  overflow: hidden;
  padding-left: 100px;
  padding-top: 100px;
  padding-bottom: 250px;
  position: relative;
  /* Jupitar Nave */
}
.testimonial_area h4 {
  font: 700 18px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 53px;
  text-transform: uppercase;
}
.testimonial_area h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 70px;
}
.testimonial_area .testimonial_slide {
  padding-left: 170px;
  /* Control */
}
.testimonial_area .testimonial_slide .testimonial_content {
  padding-left: 220px;
  z-index: 1;
}


.testimonial_area .testimonial_slide .testimonial_content:before {

/*  content: "\f102";
  position: absolute;
  left: 0;
  top: 0;
  color: #faf7ff;
  font-size: 205px;
  font-family: Flaticon;
  font-style: normal;
  line-height: 1;
  z-index: -1; */

}
.testimonial_area .testimonial_slide .testimonial_content p {
   
  color: #959595;
  max-width: 800px;
  padding-top: 0px;
}
.testimonial_area .testimonial_slide .testimonial_content .media {
  padding: 85px 0;
}
.testimonial_area .testimonial_slide .testimonial_content .media img {
  height: 82px;
  width: 82px;
  border-radius: 50%;
  max-width: 100%;
  border: 6px solid #e5e6fa;
  box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body {
  padding-left: 30px;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body a {
  display: block;
  font: 700 21px/1 "Niramit", sans-serif;
  color: #382c4d;
  padding-top: 10px;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body a:hover, .testimonial_area .testimonial_slide .testimonial_content .media .media-body a:focus {
   
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body h6 {
  font: 400 16px/1 "Niramit", sans-serif;
   
  padding-top: 20px;
}
.testimonial_area .testimonial_slide .nav_control {
  display: block;
  overflow: hidden;
  margin-left: 500px;
  padding-top: 75px;
}
.testimonial_area .testimonial_slide .control-prev {
 
   display: inline-block;
   padding-right: 0px;
 
}
.testimonial_area .testimonial_slide .control-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 68px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}
.testimonial_area .testimonial_slide .control-prev i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}
.testimonial_area .testimonial_slide .control-prev:hover, .testimonial_area .testimonial_slide .control-prev:focus {
   
}

.testimonial_area .testimonial_slide .control-next 
{ 
  display: inline-block;  
}

.testimonial_area .testimonial_slide .control-next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 30px 68px 0;
  border-color: transparent #fff transparent transparent;
}
.testimonial_area .testimonial_slide .control-next i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}

.testimonial_area .indicators {
  
  /*  position: absolute;
  top: 0;
  right: 30px;
  border-radius: 50%;
  width: 450px;
  height: 450px;
  display: block;
  margin-top: 200px;
*/

    position: relative;
    top:280px;
    left: 80px;

}
.testimonial_area .indicators li {
  position: absolute;
  display: block;
  transition: all 300ms linear 0s;
}
.testimonial_area .indicators li img {
  border-radius: 50%;  
  cursor: pointer;
  z-index: 1;
}
.testimonial_area .indicators li:hover, .testimonial_area .indicators li:focus {
  
}


.testimonial_area .indicators .testimonial_1 {
   
    border: 1px solid #FEC20D;
    
    border-radius: 50%;
    width: 450px;
    height: 450px;
    top: 50%;
    transform: translateY(-50%);
    /*margin: 0 auto; */
    left: 0;
    right: 0;  

}

.testimonial_area .indicators .testimonial_1 img {
    
    /*animation: rotation 20s linear infinite;*/
    /*transform-origin: -170px 75px;*/
    bottom: 70px;
    position: absolute;
    right: -10px;
    
    width: 100px;
    border-radius: 50px;
    height: 100px;

}


li.round_shap img {
  width: 200px;
  height: 200px;
}


/*
.testimonial_area .indicators .testimonial_1:before {
  content: "";
  border: 3px solid #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  height: 19px;
  width: 19px;
  display: block;
  animation: rotation 55s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}
.testimonial_area .indicators .testimonial_1:after {
  content: "";
  border: 3px solid #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  height: 19px;
  width: 19px;
  display: block;
  animation: rotation 100s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}

*/


.testimonial_area .indicators .testimonial_2 {
    border-radius: 50%;
    width: 410px;
    height: 410px;
    top: 50%;
    transform: translateY(-50%);
    /* margin: 0 auto; */
    left: 0;
    right: 0; 
}
.testimonial_area .indicators .testimonial_2 img 
{
    /*animation: rotation 20s linear infinite;*/
    /*transform-origin: -170px 75px; */
    bottom: 362px;
    position: absolute;
    right:  10px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.testimonial_area .indicators .testimonial_3 {
 
    border-radius: 50%;
    width: 400px;
    height: 400px;
    top: 50%;
    transform: translateY(-50%);
    /* margin: 0 auto; */
    left: 25px;
    right: 0;

}


.testimonial_area .indicators .testimonial_3 img {
  /*animation: rotation 20s linear infinite;*/
 /* transform-origin: -170px 75px;*/   
  position: absolute;
  right: 0px; 
  left: -30px;
  top: 0px;
  
  width: 100px;
  height: 100px;
  border-radius: 50px;


}


.testimonial_area .indicators .testimonial_4 {
   
    border-radius: 50%;
    width: 390px;
    height: 390px;
    top: 50%;
    transform: translateY(-50%);
    /* margin: 0 auto; */
    left: 30px;
    right: 0;

    

}
.testimonial_area .indicators .testimonial_4 img {
    
    /*animation: rotation 20s linear infinite;*/
    /*transform-origin: -170px 75px;*/
    bottom: 0px;
    position: absolute;
    right: 0px;
    left: -60px;
    top: 190px;
    
  width: 100px;
  height: 100px;
  border-radius: 50px;

}





.testimonial_area .indicators .testimonial_5 {
 
    border-radius: 50%;
    width: 350px;
    height: 350px;
    top: 50%;
    transform: translateY(-50%);
    /* margin: 0 auto; */
    left: 50px;
    right: 0;
  
  }
  .testimonial_area .indicators .testimonial_5 img {
      
      /*animation: rotation 20s linear infinite;*/
      /*transform-origin: -170px 75px;*/
      bottom: 0px;
      position: absolute;
      right: 0px;
      left: 80px;
      top: 350px;
      width:100px;
      height:100px;
  
  }


.testimonial_area .indicators .round_shap 
{ 
    transform: translateY(-50%);
    width: 390px;
    text-align: center; 

}

.ta_2 {
  padding-top: 120px;
}
.ta_2 .testimonial_slide {
  padding-left: 130px;
}
.ta_2 .testimonial_slide .testimonial_content {
  box-shadow: 0px 20px 50px 0px rgba(238, 228, 253, 0.75);
  background: #fff;
  max-width: 1047px;
  margin: 40px;
  margin-top: 15px;
  padding-top: 20px;
  z-index: 999;
  position: relative;
}
.ta_2 .testimonial_slide .testimonial_content:before {
  font-size: 160px;
  left: 35px;
  top: 50px;
}
.ta_2 .testimonial_slide .testimonial_content .media {
  padding-bottom: 70px !important;
}
.ta_2 .testimonial_slide .nav_control {
  padding-top: 40px;
}
.ta_2 .indicators {
  margin-top: 100px;
  z-index: -1;
}

.ta_4 {
  padding-bottom: 70px;
}
@media (max-width: 1610px) {.testimonial_area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonial_area .testimonial_slide {
    padding-left: 0;
  }}
  @media (max-width: 1440px) {
  .testimonial_area .testimonial_slide .testimonial_content {
    padding-left: 30px;
  }
  .testimonial_area .testimonial_slide .testimonial_content:before {
    font-size: 80px;
  }
  .testimonial_area .testimonial_slide .nav_control {
    margin: 0;
    padding: 0;
  }

  .ta_2 .testimonial_slide .testimonial_content:before {
    top: 20px;
  }
}
@media (max-width: 1199px) {
  .testimonial_area {
    padding-top: 80px;
  }
  .testimonial_area h4 {
    padding-bottom: 20px;
  }
  .testimonial_area h2 {
    padding-bottom: 30px;
  }
  .testimonial_area .indicators {
    position: relative;
    margin: 0;
    right: 0;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial_area .indicators {
    display: none;
  }}
  @media (max-width: 575px) {.testimonial_area h4 {
    font-size: 16px;
  }
  .testimonial_area h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .testimonial_area .testimonial_slide .testimonial_content p {
    font-size: 18px;
  }
  .testimonial_area .testimonial_slide .testimonial_content .media {
    padding-top: 40px;
  }}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}


.carousel-inner
{
    margin-top: 60px;
}

.testimonial_content
{
    background-color: #F8F8F8;
    border-radius: 15px;
    padding: 40px 20px 40px 20px;
}

.testimonial-content-wrapper {
    border: 1px solid #FEC20D;
    padding: 20px;
    border-radius: 15px;
}


.star-yellow
{
    color:#FEC20D;
}

.testimonial-client-name
{
    margin-top:20px;
}

.testimonial-client-name p{
    
    font-size: 16px;
    font-weight: 600;
}

.testimonial-center-pic
{    
    border: 10px solid #FFEEBF;
    padding: 2px;
}