/**
 * @tableofcontents
 *
 * 1. section #1 Customer Testimonials
 * 2. Pricing Page Testimonial Slider
 */

/* @section 1. Customer Testimonials */

.glb-tstml_sldr_sec {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    background-color: #b764d8;
    background: #b764d8;
    background: -moz-linear-gradient(160deg, #b764d8 61%,#a85fd4 61%);
    background: -webkit-linear-gradient(160deg, #b764d8 61%,#a85fd4 61%);
    background: linear-gradient(160deg, #b764d8 61%,#a85fd4 61%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b764d8', endColorstr='#a85fd4',GradientType=1 );
}

#glb-bnr-strp-1 {
    bottom: -400px;
    transform: rotate(160deg);
}

.glb-tstml_tab_wrap h2
{
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.glb-tstml_tab_wrap ul
{
    border: 0;
    text-align: center;
    margin: 20px 0 30px;
}

.glb-tstml_tab_wrap ul>li {
    float: none;
    display: inline-block;
}

.glb-tstml_tab_wrap ul>li>a {
    padding: 5px 10px;
    min-width: 100px;
    font-size: 15px;
    text-align: center;
    background: transparent !important;
    border: 1px solid #fff !important;
    margin: 0 5px;
    text-transform: uppercase;
    border-radius: 4px !important;
    color: rgba(255,255,255,0.5);
    transition: all 0.2s ease-in-out;
}

.glb-tstml_tab_wrap ul>li.active>a, 
.glb-tstml_tab_wrap ul>li.active>a:focus, 
.glb-tstml_tab_wrap ul>li.active>a:hover {
    color: #0a0d35 !important;
    background: #fff !important;
    box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
    -ms-box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
}

.glb-tstml_cstmr_box {
    text-align: center;
    padding: 20px 40px;
    border-radius: 10px;
    position: relative;
    background-color: rgba(129,70,162,0.5);
    min-height: 260px;
    margin-top: 90px;
}

.glb-tstml_cstmr_img {
    width: 120px;
    height: 120px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: calc(50% - 60px);
    top: -90px;
}

.glb-tstml_cstmr_img img
{
    border-radius: 50%;
}

.glb-tstml_cstmr_box > p {
    color: #fff;
    font-size: 18px;
    margin: 25px 0 5px;
    position: relative;
    padding-left: 15px;
}

.glb-tstml_cstmr_box > p sup {
    font-size: 50px;
    position: relative;
    top: 20px;
    left: -5px;
    color: rgba(255,255,255,0.5);
}

.glb-tstml_cstmr_box > p sub {
    font-size: 50px;
    position: relative;
    right: 0;
    color: rgba(255,255,255,0.5);
    bottom: 10px;
}

.glb-tstml_cstmr_info h3
{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.glb-tstml_cstmr_info p
{
    color: #fff;
    font-size: 16px;
}

.glb-tstml_cstmr_csBtn
{
    text-align: center;
    margin-top: 25px;
}

.glb-tstml_sldr_wrap .carousel-indicators {
    position: relative;
    margin-top: 50px;
    top: auto;
}

.glb-tstml_sldr_wrap .carousel-indicators li
{
    width: 80px !important;
    height: 80px !important;
    border: 3px solid rgba(212,212,212,0.35)!important;
    border-radius: 50% !important;
    overflow: hidden;
    background: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    margin-right: 20px !important;
    opacity: 0.5;
}

.glb-tstml_sldr_wrap .carousel-indicators li:last-child
{
    margin-right: 0px !important;
}

.glb-tstml_sldr_wrap .carousel-indicators .active
{
    opacity: 1;
}

.glb-tstml_sldr_wrap .carousel-control
{
    text-shadow: none !important;
}

.glb-tstml_sldr_wrap .carousel-control i
{
    font-size: 26px;
    color: rgba(255,255,255,0.3);
    top: 25%;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.glb-tstml_sldr_wrap .carousel-control:hover i
{
    color: rgba(255,255,255,0.8);
}

.glb-tstml_sldr_wrap .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.glb-tstml_sldr_wrap .carousel-inner .active {
  opacity: 1;
}

.glb-tstml_sldr_wrap .carousel-inner .active.left,
.glb-tstml_sldr_wrap .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.glb-tstml_sldr_wrap .carousel-inner .next.left,
.glb-tstml_sldr_wrap .carousel-inner .prev.right {
  opacity: 1;
}

.glb-tstml_sldr_wrap .carousel-control {
  z-index: 2;
}



/* @Section 2. Pricing Page Testimonial Slider */


.prc_tstml_sldr_sec .glb-tstml_sldr_sec
{
    background-color: #f6f6f6;
    background: #f6f6f6;
    background: -moz-linear-gradient(160deg, #f6f6f6 61%,#eaebf2 61%);
    background: -webkit-linear-gradient(160deg, #f6f6f6 61%,#eaebf2 61%);
    background: linear-gradient(160deg, #f6f6f6 61%,#eaebf2 61%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaebf2',GradientType=1 );
}

.prc_tstml_sldr_sec .glb-tstml_cstmr_box
{
    background-color: rgba(0, 0, 0, .05);
}

.prc_tstml_sldr_sec .glb-tstml_tab_wrap ul>li>a
{
    border-color: #707d8e !important;
    color: rgba(9,30,66,0.5);
}

.prc_tstml_sldr_sec .glb-tstml_tab_wrap h2, .prc_tstml_sldr_sec .glb-tstml_tab_wrap ul>li.active>a, 
.prc_tstml_sldr_sec .glb-tstml_tab_wrap ul>li.active>a:focus, .prc_tstml_sldr_sec .glb-tstml_tab_wrap ul>li.active>a:hover
{
    color: #091e42 !important;
    border-color: #fff !important;
}

.prc_tstml_sldr_sec .glb-tstml_cstmr_box > p, 
.prc_tstml_sldr_sec .glb-tstml_cstmr_info h3, 
.prc_tstml_sldr_sec .glb-tstml_cstmr_info p
{
    color: #091e42;
} 

.prc_tstml_sldr_sec .glb-tstml_cstmr_csBtn
{
    display: none !important;
}

.prc_tstml_sldr_sec .glb-tstml_cstmr_box > p sub, .prc_tstml_sldr_sec .glb-tstml_cstmr_box > p sup
{
    color: #3e3e3e;
}

.prc_tstml_sldr_sec .glb-tstml_sldr_wrap .carousel-control i
{
    color: rgba(112,125,142,0.25)
}

.prc_tstml_sldr_sec .glb-tstml_sldr_wrap .carousel-control:hover i
{
    color: rgba(112,125,142,0.8)
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .glb-tstml_sldr_wrap .carousel-inner > .item.next,
    .glb-tstml_sldr_wrap .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .glb-tstml_sldr_wrap .carousel-inner > .item.prev,
    .glb-tstml_sldr_wrap .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .glb-tstml_sldr_wrap .carousel-inner > .item.next.left,
    .glb-tstml_sldr_wrap .carousel-inner > .item.prev.right,
    .glb-tstml_sldr_wrap .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


@media(max-width: 767px)
{
    .glb-tstml_tab_wrap h2
    {
        font-size: 26px;
    }

    .glb-tstml_sldr_wrap .carousel-control{
        display: none;
    }

    .glb-tstml_sldr_wrap .carousel-indicators {
        margin-top: 40px;
    }

    .glb-tstml_tab_wrap ul>li
    {
        margin-bottom: 10px;
    }

    .glb-tstml_sldr_wrap .carousel-indicators li {
        width: 50px !important;
        height: 50px !important;
        border: 1px solid rgba(212,212,212,0.35)!important;
        margin-right: 5px !important;
    }
}