body {
    background: #f8f8f8;
    font-family: 'Nunito Sans', sans-serif;
}

h1,
h2,
.schedule,
.tile h4 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
}

h2 {
    font-weight: bold;
    color: #333;
}

#main {
    max-width: 1500px;
    margin: 0 auto;
    float: none;
}

header {
    padding: 20px;
    position: relative;
    z-index: 99;
    background: #fff;
}

.logo h3 {
    font-weight: bold;
    color: #2b60a6;
    text-transform: uppercase;
}

.phone a {
    font-weight: bold;
    color: #2b60a6;
    font-size: 22px;
}

.phone a:hover,
.phone a:focus {
    color: #00cca8;
    text-decoration: none;
}

.phone a i {
    font-size: 26px;
    vertical-align: middle;
}

#banner {
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 120px 45px;
    color: #FF8921;
}

#banner h3 {
    font-weight: bold;
}

.schedule {
    padding: 10px 25px;
    background: #fff;
    color: #2b60a6;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
}

.schedule:hover,
.schedule:focus {
    background: #2b60a6;
    color: #fff;
}

#about {
    padding: 65px 45px;
    background: #fff;
    color: #7b7b7b;
}

p {
    font-size: 17px;
}

#services {
    background: #f8f8f8;
    padding: 85px 25px;
    color: #7b7b7b;
}

.services-row {
    margin-top: 30px;
}

.tile-wrap {
    padding: 5px;
}

.tile {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    min-height: 186px;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
}

.tile:hover,
.tile:focus {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.tile h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

.tile img {
    width: 85px;
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
}

.tile:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
}

#reviews {
    padding: 65px 45px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #7b7b7b;
}

.comment-row {
    margin-top: 30px;
}

.comment-wrap {
    padding: 10px;
}

.comment {
    border: 2px solid #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}

.testimonial-thumb {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 2px solid #e7e7e7;
    padding: 5px;
    background: #fff;
    margin-top: -100px;
}

.comment p {
    font-size: 16px;
}

.comment .person {
    font-size: 18px;
    font-weight: bold;
    color: #2b60a6;
    margin-bottom: 0;
    margin-top: 15px;
}

#faq-section {
    padding: 65px 45px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: url(../images/faq.jpg) no-repeat center center;
    background-size: cover;
}

.aside {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding: 20px;
}

#faq {
    margin-top: 20px;
}

.card-header {
    padding: 10px;
}

#contact {
    padding: 65px 20px;
}

.details {
    padding: 20px;
    background: #fff;
}

.pill {
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.pill h4 {
    font-size: 18px;
    font-weight: bold;
    color: #2b60a6;
}

.pill p {
    margin-bottom: 0;
}

.pill:last-child {
    border-bottom: 0;
}

.social {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
}

.social li {
    display: inline-block;
    list-style: none;
}

.social li a {
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

#facebook {
    background: #3b5998;
}

#twitter {
    background: #1da1f2;
}

#linked {
    background: #0077b5;
}

.form-wrap {
    padding: 25px;
}

.form-group {
    padding: 5px;
    margin-bottom: 0;
}

.form-control {
    border-radius: 0;
    padding: 10px;
    height: auto;
    font-size: 16px;
}

.submit {
    padding: 7px 15px;
    background: #00cca8;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

footer {
    background: #222;
    color: #999;
    padding: 20px;
}

footer p {
    margin-bottom: 0;
    font-size: 14px;
}
#message_post{
	 font-family: 'Poppins', sans-serif;
	 font-size:14px;
	 color:#000;
}
@media screen and (max-width: 992px) {
    #banner,
    #about,
    #reviews,
    #services,
    #faq-section {
        padding: 45px 10px;
    }
    h1 {
        font-size: 34px;
    }
    #banner h3 {
        font-size: 24px;
    }
    h2 {
        font-size: 28px;
    }
	h5 {
    font-weight: bold;
    background-color: #FFFF00;
	}
    p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    #banner {
        background-position: center left;
    }
}





/* STRUCTURE */

.wrapper {
	padding: 5px;
	max-width: 1200px;
	width: 95%;
	margin: 20px auto;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.column {
	flex: 1;
	border: 1px solid gray;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}



@media screen and (max-width: 1200px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 30%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 400px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

