/* .page-banner {
    background-image: url('../assets/carousel-img-1.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;
} */

body{
    /* min-height: 100%; */
    /* min-height: calc(100vh-100px); */
}

.page-banner {
    background: url(../assets/support-img.jpg);
    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/support-img.jpg) no-repeat center center;
    background-size: cover;
    }
}
.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: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    /*line-height: 30px;*/
}
.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;
}

/*....................................*/
.fixed{
    position: fixed;
    bottom: 0;
    width: 100%;
}

#page-top > section{
    /* min-height: 100%; */
    height: auto;
}

/*#page-top > footer > div > div.col-md-4.footer-icons{
    float:left;
    padding-top:10px;
}*/
footer{
    /* bottom: 0; */
    width: 100%;
    position: absolute;
}


@media (min-width: 1920px){
    footer{
    bottom: 0;
    }
}

.navbar-default .navbar-nav {
 text-transform: capitalize!important;
}