﻿/* Testimonial section*/

.fpslider 
{
    padding-top: 25px;
    width: 80vw;
    margin: auto;
}

.paralaxTestimonial 
{
    background-image: url(/gfx/parallax.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
    display: table;
    position: relative;
    margin: 30px auto 0px auto;
    width: 100%;
}

.paralaxTestimonial .testimonialArea 
{
        background: rgba(10,10,10,.6);
        height: 100%;
        top: 0;
        position: absolute;
        width: 100%;
}

.testimonialArea 
{
    color: #fff;
}

.owl-carousel .owl-stage-outer
{
    width: 80vw;
    display: table;
    margin: auto;
    overflow: hidden; 
}

.testimonialArea .headingtitle {
    margin-top: 4%;
}

.testimonialArea ul {
    margin: auto;
    height: auto;
}

.testimonialArea ul li 
{
    height: auto;
}

.testimonialArea ul li div 
{
    display: block;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    font-size: 17px;
    text-transform: none;
}

.testimonialArea ul li div:first-child 
{
    font-style: italic;
}

.testimonialArea ul li div:last-child 
{
    font-weight: bold;
    text-transform:capitalize;
    width: 100%;
    display: block;
    margin-top: 6px;
}

.testiquote img
{
    width: 50px;
    display: table;
    margin: auto;
}

.testicontent
{
    font-size: 21px !important;
    margin-top: 20px;
}

.testiline
{
    width: 50% !important;
    display: table;
    margin: 15px auto;
    border-bottom: 1px solid #FFF;
}

#testiowllist
{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.testimonialArea .headingtitle h2
{
    font-size: 26px;
    text-align: center;
}

.testimonialArea .bttmain
{
	margin: -30px auto 0 auto;
}

.testimonialArea .b11kbttwhite
{
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.testimonialArea .b11kbttwhite:hover {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width: 1000px)
{
    .paralaxTestimonial {
        height: 600px;
    }
}

@media screen and (max-width: 800px)
{
    .paralaxTestimonial {
        height: 700px;
    }
}

@media screen and (max-width: 450px)
{
    .paralaxTestimonial {
        height: 750px;
    }
}

@media screen and (max-width: 400px)
{
    .paralaxTestimonial {
        height: 700px;
    }
}
/* end testimonial*/
