.navbar-brand>img {
    display: block;
    width: 125px;
}

.top_nav {
    background: #e94e1a none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 0;
}

.list-inline.info a, .list-inline.social_icon a {
    color: #fff;
    font-family: 'futura_ltbook', sans-serif;
}

#myVideo {
  height: 50vh;
  width: 100%;
  transform: translateX(50%) translateY(50%);
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

/* Add some content at the bottom of the video/page */
.content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

#about {
    justify-content: center;
    min-height: 70vh;
    background-image: url(../../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    position: relative;
    overflow: hidden;
}

.service_item {
  text-align: center;
}

.service_item img {
  height: 225px;
}

.btn.know_btn {
    background: #e94e1a none repeat scroll 0 0;
}

#portfolio::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #eee;
    top: 0;
    left: 0;
}

.contactimg {
    border-radius: 50%;
}

footer::before {
    background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.portfolio_hover_area .fa {
    background: #e94e1a none repeat scroll 0 0;
}

.portfolio_hover_area .fa:hover {
    border: 1px solid #e94e1a;
    background: transparent;
    color: #e94e1a;
}

.estudio_img {
  margin-top: 30px;
}

.card {
    background-color: transparent;
    border: none;
}
.card {
    padding: 1rem 2rem;
}
.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    border-radius: .25rem;
}

.align-center {
    text-align: center;
}

.showfb {
    position: relative;
}

.card img {
    position: relative;
    width: 90%;
    border-radius: 50%;
}

#contact_form h2 {
    margin: 20px 0 0;
    color: #ffffff;
}

#contact_form {
    background: #e94e1a none repeat scroll 0 0;
    padding: 27px 0 32px;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 60px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 96.5%;
    width: 100%;
    opacity: 0;
    border-radius: 50%;
    transition: .5s ease;
    background-color: #008CBA;
}

.footer_social_icon .fa {
    background: #e94e1a none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}

@media (min-width: 1200px) {
    .col-lg-offset-1 {
        margin-left: 12.333333% !important;
    }
}

.specialty {
    font-size: 15px;
    color: #999;
}