/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-4-19, 15:19:48
    Author     : Administrator
*/
.landing-page .header-back.one {
    background: url('../images/header_one.jpg') 50% 0 no-repeat;
}
.landing-page .header-back.two {
    background: url('../images/header_two.jpg') 50% 0 no-repeat;
}
.landing-page .testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #1ab394;
    background-image: url('../images/avatar_all.png');
}
.landing-page .navy-link {
    color: #1ab394;
    text-decoration: none;
}
.carousel-inner .carousel-caption h1{
    font-size:60px;
}
.padding-top50{
    padding-top:50px;
}
.padding-top30{
    padding-top:30px;
}
#features p{
    height:75px;
}
@media(max-width:1200px){
    #features p{
    height:85px;
}
}
@media(max-width:998px){
    #features p{
    height:110px;
}
}
@media(max-width:768px){
    #features p{
    height:55px;
}
}