﻿.big-heading {
    font-size: 4rem;
    line-height:1;
    color: #369fbf;
    letter-spacing:-3px;
    text-align:center;
    /*padding-bottom: 50px;*/
}

/*Testimonials*/
#testimonials{
   /* padding-bottom: 200px;*/
    background: #ededed;
}
#testimonials-background {
    background-image:url(../images/home/livescreen.jpg);
    background-repeat:no-repeat;
    background-color:#F0FCFF;
    padding:100px 0;
    background-size: cover;
    margin-bottom: 50px;
    text-shadow:1px 1px 1px #000;
}

#testimonials-background h1 {
    text-align:center;
    margin:0;
    color:#fff;
    font-size:65px;
    line-height:1;
    letter-spacing:-3px;
}

#testimonials-background h2 {
    text-align:center;
    margin:0;
    color:#fff;
    font-weight:300;
    font-size:18px;
    letter-spacing:0;
}


/* == Testimonial Box == */
.testimonial {
    background-color:#FFF;
    border:0;
    padding:0;
    /*padding-bottom:5px;*/
    text-align:center;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-box-shadow:1px 1px 0 rgba(41,41,41,0.09);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.15);
    -ms-box-shadow:0 1px 3px rgba(0,0,0,0.15);
    -o-box-shadow:0 1px 3px rgba(0,0,0,0.15);
}
.testimonial.transparent{

    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;


}

.testimonial h4,.testimonial p {
    font-weight:300;
    text-align: justify;
padding: 0px 10px;
}

.testimonial p {
    padding:0px 10px;
    line-height:20px;
    text-align: justify;
}
.item.testimonial {
   background: #d2e2df;
   /*height: 400px;*/
}
.item.testimonial .circle{
    width: 60px;
    height: 60px;
    background: #369fbf;
    border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
    margin: auto;
    position: relative;
    top: -30px;
}
.item.testimonial span{
    font-size: 40px;
color: #fff;
}
.item.testimonial img{
    display: inline-block;
  /*  padding: 30px 0px;*/
}

.test-detail{
    background: #fff;
    height: 155px;
     padding: 20px 10px;
}
.test-detail a{
    font-weight: 600;
}


#testimonialsOld [type=submit] {
    background: #2c879e;
    border: none;
    color: #ffffff;
    display: block;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    min-width: 80px;
    padding-left: 5px;
    padding-right: 5px;
}