body{
      font-family: 'Poppins', sans-serif!important;
}

/* ===== HEADER ===== */
.top-bar{
    background:#00428D;
    padding:15px 0;
}

.navbar-nav .nav-link{
    color:#fff !important;
    font-weight:600;
}
button.btn.btn-signup {
    color: #fff;
    background: #00428d;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50px;
    padding: 10px 0px;
}
a.btn.btn-demo {
    background: #fff;
    border-radius: 20px;
    color: #00428d;
    font-weight: 700;
}
a.btn.btn-signin
{
    background: #fff;
    border-radius: 20px;
    color: #00428d;
    font-weight: 700;
}
.phone-text{
    color:#fff;
    font-weight:700;
    margin-right:20px;
}

.btn-demo{
    background:#fff;
    color:#0d47a1;
    font-weight:700;
    border-radius:20px;
    padding:6px 18px;
    margin-right:10px;
}

.btn-signin{
    border:2px solid #fff;
    color:#fff;
    border-radius:20px;
    padding:6px 18px;
    font-weight:700;
}

/* ===== HERO SECTION ===== */
.hero{
        background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url('../image/banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   min-height: 500px;
    display: flex;
    align-items: center;
}
.hero-content{
    position:relative;
    z-index:2;
}

.hero h1{
    font-size:60px;
    font-weight:800;
    color:#ffd600;
}

.hero h2{
    font-size:32px;
    font-weight:600;
    color:#fff;
}

/* ===== FORM ===== */
.signup-box{
    background:#E0FCFB;
    padding:22px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

form.signup-frm {
    padding: 10px 0px;
}
.signup-box .form-control{
    margin-bottom:15px;
}

.btn-signup{
    background:#0d47a1;
    color:#fff;
    font-weight:700;
    width:100%;
    border-radius:6px;
    padding:10px;
}
.form-control, input.form-check-input {
    border: 1px solid #00428d!important;
}
.form-check-label{
    font-size:15px;
}

.mobile-view {
    display: none;
}

.navbar-toggler {
    font-size: 24px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

img.frm-logo {
    width: 250px;
}


/*-----------------About page css --------------------*/

.who-we-section{
    background-color: #f5f5f5;
}

.who-title{
    font-weight: 700;
    font-size: 32px;
}

.who-text{
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.who-image{
    max-width: 90%;
    border-radius: 20px;
}
img.img-fluid.rounded.shadow.about2 {
    margin: 0 auto;
    width: 90%;
    display: block;
}

@media (min-width:1200px){
.container {
    max-width: 1200px!important;
}
}

@media (max-width:992px){
    .hero h1{
        font-size:40px;
    }
    .mobile-view {
    display: block;
}
.desktop-view {
    display: none;
}
a.navbar-brand.text-white.fw-bold.mobile-view img {
    width: 250px;
}
section.hero {
    padding: 40px 0px;
}
}
