/*Contact*/
.title{
    font-size: 20px;
    font-weight: bold;
     background: #0067FF;
    color: #fff;
    padding: 8px;
    padding-left: 10px;
    text-transform: uppercase;
}
@media (max-width:991px){
    .title{
        background: #37be77;
    }
}

.contact iframe{
    width:100%;
    height: 250px;
}
.contact h3{
    color: #0ab159;
    font-size: 16px;
    font-weight: bold;
}
h1,h2,h3,h4,h5{
    margin: 0 0 15px 0;
}
.breadcrumb{
    margin-bottom: 0px !important;
    background: #fff;
}
/*End Contact*/

/*Index*/

