@charset "utf-8";

/*Header Logo*/
img.img-responsive {
    margin: 25px auto 25px;
    padding: 0;
    text-align: center;
}

.row.text-center img {
    margin-top: 40px;
}

.thumbnail{
    margin-bottom: 17px;
}
@media screen and (max-width: 1199px) {
    .thumbnail {
        margin-bottom: 33px;
    }
}
@media screen and (max-width: 991px) {
    .thumbnail {
        margin-bottom: 15px;
    }
}

.thumb img {
    max-width: 250px;
    border: 1px solid #cdced0;
}

@media screen and (max-width: 991px) {
    .thumbnail img {
        width: 100%;
    }
}


.contact-form .btn {
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #96c2e0;
    padding: 10px 20px 10px 20px;
    border: solid #acb0b3 1px;
    text-decoration: none;
}

.contact-form .btn:hover {
    background: #51b6f5;
    text-decoration: none;
}
  
  
