/*------------------------------------------------------*/
/* TESTIMONIAL 092
/*------------------------------------------------------*/
.testimonial_092{
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 40px 5px 40px 5px;
}
.testimonial_092 > .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.testimonial_092 > .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.testimonial_092 > .carousel-inner > .item{
  overflow: hidden;
}
.testimonial_092 > .carousel-inner > .item > .row{
  margin: 0;
}
/*---------- INDICATORS CONTROL ----------*/
.testimonial_092_indicators > .carousel-indicators{
  left: 0;
  top: 20px;
  width: 50%;
  right: 0;
  bottom: auto;
  margin: auto;
  height: 20px;
  font-size: 0;
  cursor: e-resize;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.testimonial_092_indicators > .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 0 5px;
  text-indent: 0;
  font-size: 11px;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  background: #c4c4c4;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial_092_indicators > .carousel-indicators .active{
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: 0;
  font-weight: 700;
  background: #f5692c;
}
.testimonial_092_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 4px;
}
.testimonial_092_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.testimonial_092_control_button .carousel-control{
  top: 160px;
  opacity: 1;
  width: 15px;
  bottom: auto;
  height: 15px;
  color: #ffffff;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 15px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #c4c4c4;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial_092_control_button .carousel-control.left{
  left: 0;
  right: 16px;
  margin: auto;
}
.testimonial_092_control_button .carousel-control.right{
  right: 0;
  left: 17px;
  margin: auto;
}
.testimonial_092_control_button .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #f5692c;
}
/*---------- HEADER ----------*/
.testimonial_092_header > h5,
.testimonial_092_header > p,
.testimonial_092_content > p,
.testimonial_092_rating > h5 > a,
.testimonial_092_rating > h6 > a{
  text-shadow: none;
  font-family: 'Bellefair', serif;
  -webkit-font-smoothing: antialiased;
}
.testimonial_092_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 700px;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto 30px auto;
}
.testimonial_092_header > h5{
         padding: 5px;
    color: #f5692c;
    font-size: 51px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial_092_header > h5:after{
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 1px;
  content: "";
  width: 200px;
  margin: auto;
  position: absolute;
  background: #3b3d3d;
}
.testimonial_092_header > p{
  font-size: 18px;
  margin-top: 15px;
}
/*---------- GRID ----------*/
.testimonial_092_grid{
  padding: 5px;
}
/*---------- GRID FOR MOVING TWO ----------*/
.testimonial_092_grid_mov_2{
  padding: 0;
}
.testimonial_092_grid_mov_2 > .row{
  margin: 0;
}
.testimonial_092_grid_mov_2 > .row > div{
  padding: 5px;
}
/*---------- WRAPPER ----------*/
.testimonial_092_wrapper{
  overflow: hidden;
  position: relative;
}
/*---------- SPEECH BUBBLE ----------*/
.testimonial_092_content{
     top: 0;
    left: 0;
    right: 0;
    height: 422px;
    bottom: 0;
    background: #ff8c2f;
    position: relative;
}
.testimonial_092_content > p{
  padding: 10px;
  color: #3b3d3d;
  font-size: 12px;
  text-align: left;
  position: relative;
  font-weight: normal;
  margin-bottom: 25px;
  border: 0px solid #c4c4c4;
}
.testimonial_092_content_col_2 > p{
  padding: 40px;
  font-size: 16px;
}
.testimonial_092_content > p:before{
  width: 0;
  left: 20px;
  content: "";
  bottom: -10px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #bbbbbb transparent;
}
.testimonial_092_content > p:after {
  width: 0;
  left: 21px;
  content: "";
  bottom: -9px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 9px 9px 0;
  border-color: #f7f7f7 transparent;
}
.testimonial_092_content > p > span{
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

/*---------- IMAGE ----------*/
.testimonial_092_image{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
}
.testimonial_092_image > img{
      width: 100%;
    position: relative;
    border-radius: 200px;
}
/*---------- RATING AND TEXT ----------*/
.testimonial_092_rating{
  width: 75%;
  float: right;
  padding: 0 10px 10px 10px;
}
.testimonial_092_rating > h5{
  margin: 0 0 5px 0;
  position: relative;
}
.testimonial_092_rating > h5 > a{
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.testimonial_092_rating > h5 > a:hover{
  color: #f5692c;
}
.testimonial_092_rating > h6{
  margin: 0;
}
.testimonial_092_rating > h6 > a{
  color: #3b3d3d;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  transition: all 0.7s cubic-bezier(0.3,1,0,1);
}
.testimonial_092_rating > h6 > a:hover{
  color: #f5692c;
}
.testimonial_092_rating > ul{
  padding: 0;
  margin: 5px 0 0 0;
  list-style-type: none;
}
.testimonial_092_rating > ul > li{
  display: inline-block;
}
.testimonial_092_rating > ul > li > span{
  color: #ffffff;
}
.testimonial_092_content_col_2 > p{
      padding: 25px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .3px;
    font-family: 'Muli', sans-serif;
}
.testimonial_092_content_col_2 > p img{
    float: left;
    border-radius: 200px;
    padding: 10px 10px 10px 10px;
    width: 30%;
    margin-top: 6px;
}
	
.testimonial_092_content_col_2 > p > span{
  font-size: 22px;
}
.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating{
      padding: 10px 30px 30px 30px;
    float: left;
    position: absolute;
    margin: -70px 0px 0px 158px;
}
.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating > h5{
  margin: 0 0 10px 0;
}
.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating > h5 > a{
  font-size: 18px;
  font-family:'Muli', sans-serif;
}
.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating > h6 > a{
  font-size: 14px;
    font-family: 'Muli', sans-serif;
    color: #fff;
}
.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating > ul{
 margin: -23px 0 0 255px;
}
.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating > ul > li > span{
  font-size: 18px;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
/*---------- MEDIA 480px ----------*/



@media only screen and (max-width: 640px) and (min-width: 360px)  
{
    
    .testimonial_092_rating > h5 > a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
    transition: color 0.7s cubic-bezier(0.3,1,0,1);
}

.testimonial_092_rating > h6 > a {
    color: #3b3d3d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
    transition: all 0.7s cubic-bezier(0.3,1,0,1);
}


    .testimonial_092_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto 30px auto;
}


.testimonial_092_header > h5 {
    padding: 5px;
    color: #000;
    font-size: 34px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial_092 {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 40px 5px 40px 5px;
}
.testimonial_092_content_col_2 > p img {
    float: left;
    border-radius: 200px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin-top: 15px;
}

.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating {
       padding: 10px 30px 30px 0px;
    float: left;
    width: 96%;
    margin: -90px 0px 0px 30px;
}

.testimonial_092_content_col_2 > p {
    padding: 25px;
    font-size: 16px;
    color: #000;
    text-align: justify;
    letter-spacing: .3px;
    font-family: 'Muli', sans-serif;
}


.testimonial_092_content {
    top: 0;
    left: 0;
    right: 0;
    height: 930px;
    bottom: 0;
    background: #fff;
    position: relative;
}

.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating > ul {
    margin: -25px 0 0 200px;
    width: 125px;
}
.testimonial_092_control_button .carousel-control.right {
    right: 0;
    left: 20px;
    margin: 36px auto;
}



.testimonial_092_control_button .carousel-control.left {
    right: 0;
    left: 20px;
    margin: 36px auto;
}


}


@media only screen and (max-width: 667px) and (min-width: 375px)  
{
    
      .testimonial_092_rating > h5 > a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
    transition: color 0.7s cubic-bezier(0.3,1,0,1);
}

.testimonial_092_rating > h6 > a {
    color: #3b3d3d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
    transition: all 0.7s cubic-bezier(0.3,1,0,1);
}
    
    .testimonial_092_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto 30px auto;
}

.testimonial_092_header > h5 {
    padding: 5px;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial_092 {
    overflow: hidden;
    /* position: relative; */
    background: #fff;
    padding: 40px 5px 40px 5px;
    width: 100%;
}

.testimonial_092_content_col_2 > p img {
    float: left;
    border-radius: 200px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin-top: 15px;
}

.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating {
    padding: 10px 30px 30px 0px;
    float: left;
    margin: -90px 0px 0px 30px;
}

.testimonial_092_content_col_2 > p {
    padding: 25px;
    font-size: 16px;
    color: #000;
    text-align: justify;
    letter-spacing: .3px;
    font-family: 'Muli', sans-serif;
}

.testimonial_092_content {
    top: 0;
    left: 0;
    right: 0;
    height: 903px;
    bottom: 0;
    background: #fff;
    position: relative;
}

.testimonial_092_content_col_2 + .testimonial_092_box > .testimonial_092_rating > ul {
    margin: -25px 0 0 200px;
    width: 125px;
}

.testimonial_092_control_button .carousel-control.right {
    right: 0;
    left: 20px;
    margin: 36px auto;
}



.testimonial_092_control_button .carousel-control.left {
    right: 0;
    left: 20px;
    margin: 36px auto;
}


}

@media only screen and (max-width: 736px) and (min-width: 414px)  
{
    
      .testimonial_092_rating > h5 > a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
    transition: color 0.7s cubic-bezier(0.3,1,0,1);
}

.testimonial_092_rating > h6 > a {
    color: #3b3d3d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
    transition: all 0.7s cubic-bezier(0.3,1,0,1);
}
    
.testimonial_092_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto 30px auto;
}

.testimonial_092_control_button .carousel-control.right {
    right: 0;
    left: 20px;
    margin: 36px auto;
}



.testimonial_092_control_button .carousel-control.left {
    right: 0;
    left: 20px;
    margin: 36px auto;
}

}