body{
    font-family: 'Ubuntu', sans-serif;
    background: #ddd;
}

main{
    max-width: 1400px;
    margin: 0 auto;
    float: none;
}

header{
    background: #fff;
}

.logo, .phone{
    display: inline-block;
}

.quality{
    padding: 30px 0;
}

.quality img{
    max-width: 150px;
    float: right;
}

.phone{
    text-align: right;
    float: right;
    padding: 15px;
    margin-top: 25px;
}

.phone a{
    font-size: 24px;
    color: #ff8400;
}

#banner{
    background: url("../images/photo2.jpg") no-repeat left center;
    background-size: cover;
    padding: 65px 0;
}

.form-wrap{
    padding: 25px;
    background: rgba(13, 123,185, 0.8);
    text-align: center;
    color: #fff;
}

.form-control{
    margin-top: 12px;
    padding: 7px 15px;
    font-size: 16px;
    height: auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #fff;
}

.transparent-btn{
    background: transparent;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#content1{
    padding: 45px 0;
    background: #fff;
    text-align: center;
}

h1{
    color: #0d7bb9;
    margin-bottom: 20px;
    font-size: 42px;
}

#content1 h4{
    color: #0d7bb9;
}

.content-area{
    font-size: 15px;
    padding: 15px;
    margin-top: 10px;
    color: #7b7b7b;
    text-align: justify;
}

.content-area ul{
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
}

.content-area ul li{
    font-size: 15px;
    margin-top: 10px;
    list-style: none;
    position: relative;
}

.content-area ul li::before{
    content: '\f125';
    font-family: ionicons;
    color: #0d7bb9;
    position: absolute;
    left: -20px;
    top: 0;
}

.circle{
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #0d7bb9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}

.circle h3{
    margin: 5px 0;
    font-size: 32px;
    color: #0d7bb9;
}

.circle p{
    margin-bottom: 0;
    color: #0d7bb9;
}

#section2{
    background: #ebebeb;
    padding: 45px 0;
    text-align: center;
}

.tiles h3{
    margin-top: 20px;
    color: #ff8400;
    text-transform: uppercase;
}

.icon{
    max-width: 100px;
    float: none;
    margin: 20px auto;
}

.tiles p{
    font-size: 15px;
    color: #7b7b7b;
    margin-top: 20px;
}

.tiles a{
    color: #ff8400;
    font-size: 15px;
}
#section4{
    background: #fff;
    padding: 45px 0;
}
/*#section4 i{*/
    /*font-size: 32px;*/
    /*color: #0d7bb9;*/
/*}*/
.username{
    padding-top: 10px;
}
.username p{
    color: #0d7bb9;
    text-align: center;
}
.testimonial{
    text-align: center;
}
.testimonial img{
    margin: 0 auto;
}
#section3{
    background: #f9f9f9;
    padding: 70px 0 40px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e2e2e2;
}
footer{
    background: #3d3d3d;
    padding: 20px 15px 5px;
}
footer p{
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
@media(max-width: 992px){
    .circle{
        margin: 0 auto;
    }
}

.slick-center img{
    transform: scale(1.2);
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    z-index: 9999;
}

.slick-list{
    padding: 50px 0 !important;
}

.slick-prev, .slick-next{
    width: 50px !important;
    height: 50px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff !important;
    z-index: 999;
    color: #0d7bb9 !important;
}

.slick-next:before, .slick-prev:before{
    font-family: ionicons !important;
    color: #0d7bb9 !important;
}

.slick-prev{
    left: 308px !important;
}

.slick-next{
    right: 308px !important;
}

.slick-next:before{
    content: '\f125' !important;
}

.slick-prev:before{
    content: '\f124' !important;
}

@media screen and (max-width: 768px){


}

/**************************************
#wrapper {

    width: 100%;
}
.caroufredsel_wrapper {
    margin-top: -25px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#carousel div {
    float: left;
    width: 290px;
    height: 150px;
}
#carousel img {
    border: none;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
#nav {
    position: absolute;
    left: 34%;
    top:40%;
    z-index: 2;
    width: 426px;

}
#next {
    float: right;
}
#prev{
    float: left;
}
#prev, #next {
    text-decoration: none;
    color: #0d7bb9;
    display: flex;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 80px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #0d7bb9;

}
#prev:hover, #next:hover, #prev:focus, #next:focus {
    text-decoration: none;
    color: #0d7bb9;
}
#prev.disabled, #next.disabled {
    color: #865;
    cursor: default;
}
