﻿.fadeInUp {
  -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.company_overview {
    margin: 0;
    padding: 80px 0 50px 0;
    width: 100%;
    background: #f1f1f2;
    background-size: 140px;
}
.inner_title_area {
    margin: 0;
    padding: 120px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
}
.overlay {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.50);
}
.inner_title_area h6 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}
.contact_form_area {
    margin: 0 0 30px 0;
    padding: 0px;
    width: 100%;
}

h3 {
    margin: 0 0 20px 0;
    padding: 0px;
    font-size: 24px;
    font-weight: 600;
}
.contact_details_area {
    margin: 0;
    padding: 0px;
    width: 100%;
}
#contact_mid_post {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
    #contact_mid_post .contact_post {
        padding: 0 30px;
    }

.contact_details_area p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
}

#contact_mid_post {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
    #contact_mid_post .contact_post {
        padding: 0 30px;
    }
#banner-contact {
    background: url(/img/ContactPage-images/contact_banner.jpg) no-repeat;
    background-position: right center !important;
}
@media (min-width: 769px) and (max-width: 992px) {
    #contact_mid_post {
        border-left: none;
        border-right: none;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 15px 15px;
        margin-bottom: 20px;
    }

        #contact_mid_post .contact_post {
            padding: 0;
        }

    #footer_post_one {
        max-width: 320px;
    }
}


.banner_caption img {
    width: 100%;
    height: auto
}

.contact_post {
    text-align: center;
}

    .contact_post img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin-bottom: 30px;
    }

    .contact_post p {
        text-align: center;
    }
#bannerText {
    text-transform: none;
}