/*!
 * Copyright (C) 2021 Mobana Software IP, LLC - All Rights Reserved.
 *
 * We will take legal action against those who copy our HTML content, CSS style sheets
 * and JavaScript code.
 *
 */

/* Company page */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background-color: #fff;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 16px;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ----------------------------------------------- */
/*                   HEADER */
/* ----------------------------------------------- */

/* navbar ttoggler close button */
.navbar-toggler>.close {
    display: inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}

#header {
    z-index: 9999;
}

/* Sticky header on window scroll */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.contactUs-banner-section {
    background-image: -webkit-linear-gradient(to right, rgba(30, 28, 29, 0.8), rgba(51, 42, 45, 0.8)), url('../img/location_map.jpg');
    background-image: linear-gradient(to right, rgba(30, 28, 29, 0.8), rgba(51, 42, 45, 0.8)), url('../img/location_map.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
}

.contactus-hero--text {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contactus-hero--text h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2.8rem
}

.contactus-hero--text p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 24px;
}

/* ----------------------------------------------- */
/*               Conatct US area                   */
/* ----------------------------------------------- */

.comapny-content-section {
    margin: 0 30px;
    background-color: white;
    margin-top: -40px;
    border-radius: 10px;
    border: 1px solid grey;
    padding: 30px;
}

.contact-us--heading:after {
    display: block;
    height: 6px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.form-heading {
    margin: 40px 0;
}

/* ----------------------------------------------- */
/*               REUSABLE COMPONENTS               */
/* ----------------------------------------------- */

section {
    padding: 60px 0;
}

.login-btn, .btnContactUs {
    background-color: #F99121;
    color: white;
}

.login-btn:hover,
.login-btn:active {
    background-color: #cf6d17;
    cursor: pointer;
}

/* ----------------------------------------------- */
/*                     Footer                      */
/* ----------------------------------------------- */

footer h6 {
    color: #41CAFF;
}

footer a{
    color: #FFFFFF;
    font-family: Lato, sans-serif;
}

footer a:hover {
    color: #e67e22;
}

.footer{
    background: #231F20;
    padding: 2em 0;
    color: white;
    margin-top: 30px;
}

.logo-copyright--section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-copyright--section img {
    margin-bottom: 8px;
}

.logo-copyright-text {
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 1rem;
}
