.testimonials-segi-1{
    background-color: lavender;
    min-height: 100px;
    width: 100%;
    height: 800px;

    margin: 20px auto;

    border: 2px solid darkblue;

    transition: box-shadow .5s ease-in ;

    overflow-y: hidden;
}

.testimonials-segi-1:hover{
    box-shadow: 10px 10px 10px #000;
}


.testimonials-segi-1 .heading {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.testimonials-segi-1 .white-heading{
    color: #000;
    font-size: 25px;
}
.testimonials-segi-1 .heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials-segi-1 .white-heading:after {
    background: url("/wp-content/themes/smsegi/assets/images/testimonials_segi_1/heading-line-white.png");
    background-repeat: no-repeat;
    background-position: center;
}

.testimonials-segi-1 .heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.testimonials-segi-1 .white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonials-segi-1.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonials-segi-1.testimonial {
    min-height: 375px;
    position: relative;
    background: url("./../images/testimonials_segi_1/bgk.jpg");
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}
.testimonials-segi-1 #testimonial4 .carousel-inner:hover{
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.testimonials-segi-1 #testimonial4 .carousel-inner:active{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.testimonials-segi-1 #testimonial4 .carousel-inner .item{
    overflow: hidden;
}

.testimonials-segi-1 .testimonial4_indicators .carousel-indicators{
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}
.testimonials-segi-1 .testimonial4_indicators .carousel-indicators li{
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonials-segi-1 .testimonial4_indicators .carousel-indicators .active{
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonials-segi-1 .testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
    height: 3px;
}
.testimonials-segi-1 .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
    background: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonials-segi-1 .testimonial4_control_button .carousel-control{
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -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);
}
.testimonials-segi-1 .testimonial4_control_button .carousel-control.left{
    left: 7%;
    top: 50%;
    right: auto;
}
.testimonials-segi-1 .testimonial4_control_button .carousel-control.right{
    right: 7%;
    top: 50%;
    left: auto;
}
.testimonials-segi-1 .testimonial4_control_button .carousel-control.left:hover,
.testimonials-segi-1 .testimonial4_control_button .carousel-control.right:hover{
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonials-segi-1 .testimonial4_header{
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonials-segi-1 .testimonial4_header h4{
    color: #000;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonials-segi-1 .testimonial4_slide{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}
.testimonials-segi-1 .testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonials-segi-1 .testimonial4_slide p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonials-segi-1 .testimonial4_slide h4 {
    color: blue;
    font-size: 20px;
}

.testimonials-segi-1.testimonial .carousel {
    padding-bottom:50px;
}
.testimonials-segi-1.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
	
}
.carousel-control-next-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
	
}

@media (max-width: 1200px) {
    .testimonials-segi-1 .testimonial4_slide p{
        font-size: 16px;
    }
    .testimonials-segi-1 .testimonial4_slide h4{
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .testimonials-segi-1{
        height: 900px;
    }


    .testimonials-segi-1 .testimonial4_slide img{
        width: 90px;
        height: 90px;
    }
    .testimonials-segi-1 .white-heading{
        font-size: 18px;
    }

    .testimonials-segi-1 .testimonial4_slide p{
        font-size: 14px;
    }
    .testimonials-segi-1 .testimonial4_slide h4{
        font-size: 16px;
    }
}

/* ------testimonial  close-------*/

