﻿.button0 {
    background-color: #438FBB; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 80%;
}

.button1 {
    background-color: #438FBB; 
    color: white; 

}

.button1:hover {
    background-color: #000000;
    color: white;
}

.heading {
	font-family: 'Chewy', cursive;
	color:black;
	font-size:4.5em;
}

.heading2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:black;
	font-size:2em;
	
}
.heading3 {
	font-family: 'Roboto Condensed', sans-serif;
	color:black;
	font-size:1.2em;
	
}

.text {
	font-family: 'Roboto Condensed', sans-serif;
	color:black;
	font-size:1.2em;
	line-height:25px;
}
.heading4 {
	font-family: 'Roboto Condensed', sans-serif;
	color:white;
	font-size:1.2em;
	
}

.text1 {
	font-family: 'Roboto Condensed', sans-serif;
	color:white;
	font-size:1em;
	line-height:25px;
}
hr {
	width:25%;
	text-align:center;
	color:#000000;
	
}

.testimonial{
    text-align: center;
}
.description{
    color:#656565;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
    padding:0px 11%;
    position: relative;
}
.description:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 2%;
    color:#3498db;
    font-size: 36px;
}
.description:after{
    content: "\f10e";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 2%;
    color:#3498db;
    font-size: 36px;
}
.pic{
    width: 94px;
    height: 1px;
    margin: 0 auto;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-title{
    font-size: 18px;
    color:#333;
    font-weight: bolder;
    text-transform: capitalize;
}
.testimonial-title > small{
    display: block;
    color:#656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #3498db;
}
.owl-theme .owl-controls .owl-page span{
    opacity: 1;
}
@media screen and (max-width: 480px) {
    .description{
        font-size:19px;
        line-height: 29px;
    }
    .description:before,
    .description:after{
        font-size: 25px;
    }
}