/* @media (min-width: 768px){
.navbar-default .navbar-nav>.active>a {
    border-bottom: 2px solid;
    border-color: #777;
    padding-left: 1px;
    padding-right: 1px;
    }
} */
.page-banner {
    background: url(../assets/contact-us.jpg) no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.3);
    text-align: center;
    color: white;
    padding: 200px 0px;
}
@media(max-width: 767px){
.page-banner {
    padding: 100px 0px;
    background: url(../assets/contact-us.jpg) no-repeat center center;
    background-size: cover;
    }

    .breadcrumb-area h2{
    width: 100%;
    font-size: 20px!important;
        }   
}


.breadcrumb-area {
    max-width: 620px;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 15px 30px;
    margin: 0px auto;
}

.breadcrumb-area h2 {
    margin-top: 0px;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
}

.breadcrumb-area p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.breadcrumb-area .btn {
    margin: 3px;
}
.contact-hero .title {
    display: inline-block;
    max-width: 900px;
    margin: 3.5em 0;
    /* top: 60%; */
    padding: 15px .6em;
    background: rgba(0,70,139,.8);
    font-weight: 600;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1.2;
    color: #fff;
}
.contact-hero>.container>h1{
    top: 40%;
}
.contact-banner{
    background-image: url('assets/contact-us.jpg');
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.3);
    background-size: cover;
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.page-banner-contact {
    
}


.contact-hero-background{
    /* background-image: url("assets/carousel-img-1.jpg"); */
   /*  width: 100%;
    height: 70%; */
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
}
.contact-form{
    margin: 0 auto;
}
.form-area
{
    background-color: rgb(244, 244, 244);
    padding: 10px 40px 60px;
    margin: 10px 0px 60px;
}
@media(max-width: 424px){
.form-area
{
    background-color: rgb(244, 244, 244);
    padding: 20px 20px 60px;
    margin: 10px 0px 30px;
    }
}
.form-control{
    border: none!important;
}
#map{
    width: 100%;
    height: 350px;
}

/*#page-top > footer > div > div.col-md-4.footer-icons{
    float:left;
    padding-top:10px;
}*/