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;
}
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
}


/* Section */
.contact-section {
    background: #eaf9ff;
    padding: 80px 0;
}

/* Container */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Main Box */
.contact-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    box-shadow: 0px 15px 25px 0px rgba(158, 221, 239, 0.5);
}

/* Left Side */
.contact-left {
    width: 45%;
}

.contact-left h1 {
    font-size: 39px;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-left p {
    color: black;
    line-height: 1.7;
    margin-bottom: 40px;
    font-size: 16px;
}

.info-box {
    margin-bottom: 25px;
}

.info-box i {
    color: black;
    font-size: 18px;
    margin-right: 10px;
}

.info-box h3 {
    display: inline-block;
    color: black;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
}

textarea {
    font-size: 14px;
    letter-spacing: 2%;
}

.info-box h2 {

    font-weight: 500;
    margin-left: 30px;
    line-height: 32px;
    font-size: 16px;
    color: black;
    margin-left: 30px;
    line-height: 25px;

}

/* Right Side */
.contact-right {
    width: 50%;
}

.contact-right h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

input[type="text"] {
    font-size: 14px;
    color: rgb(173, 181, 189);
    letter-spacing: 2%;
}

input[type="email"] {
    font-size: 14px;
    letter-spacing: 2%;
}

textarea {
    font-size: 14px;
    letter-spacing: 2%;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.input-group {
    width: 100%;
}

label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

input,
textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
}

textarea {
    height: 140px;
    resize: none;
}

.contact-left p {
    color: black;
    line-height: 1.7;
    margin-bottom: 40px;
}

button.submit {
    cursor: pointer;
    margin-top: 30px;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 700;
    padding: 11px 25px;
    background: #2ec7f0;
    color: #fff;
    border: none;
    cursor: pointer;
}

button:hover {
    background: #19b3dd;
}

/* Responsive */
@media(max-width: 992px) {
       .contact-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }
}


/* Footer */

.footer-section {
    background: #000;
    padding: 70px 0 20px;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
    flex-wrap: wrap;
}

/* --  COLUMN 1 --*/
.column-one {
    max-width: 280px;
}

.column-one img {
    margin-bottom: 20px;
    width: 92%;
}

.footer-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: #d1d1d1;
    margin-bottom: 25px;
}

.social-media-icon {
    display: flex;
    gap: 15px;
}

.social-media-icon a {
    background: #fff;
    color: #000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    padding: 7px 9px;
}

.social-media-icon a:hover {
    background: #f5f5f5;
}

/* --  COMMON TITLES --*/
.column-two h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 19px;
    color: #fff;
}

.column-three h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.column-four h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 17px;
    color: #fff;
}

/* --  LIST STYLING -- */
.footer-first-list {
    list-style: none;
    padding-left: 10px;
}

.footer-second-list {
    list-style: none;
    padding-left: 10px;
}

.footer-forth-list {
    list-style: none;
    padding-left: 10px;

}

.footer-first-list li,
.footer-second-list li,
.footer-forth-list li {
    margin-bottom: 16px;
}

.footer-first-list li a {
    text-decoration: none;
    color: #d8d8d8;
    font-size: 16px;
    line-height: 1.6;
    transition: 0.3s;
}

.footer-second-list li a {
    text-decoration: none;
    color: #d8d8d8;
    font-size: 16px;
    line-height: 1.6;
    transition: 0.3s;
}

.footer-forth-list li a {
    text-decoration: none;
    color: #d8d8d8;
    font-size: 16px;
    line-height: 1.6;
    transition: 0.3s;
}

.footer-first-list li a:hover,
.footer-second-list li a:hover,
.footer-forth-list li a:hover {
    color: #fff;
}

/* --   CONTACT ICONS -- */
.footer-forth-list li a i {
    margin-right: 12px;
    color: #fff;
    min-width: 20px;
}




/* -- FOOTER BOTTOM--*/
.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #bdbdbd;
    padding: 10px;
}

/* --   RESPONSIVE --*/
@media (max-width: 991px) {
    .footer-wrapper {
        flex-direction: column;
        gap: 30px;
        margin-left: 20px;
    }

    .column-two h3,
    .column-three h4,
    .column-four h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .footer-section {
        padding: 50px 0 20px;
    }

    .footer-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .column-one,
    .column-two,
    .column-three,
    .column-four {
        width: 100%;
    }

    .column-two h3,
    .column-three h4,
    .column-four h2 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .footer-subtitle {
        font-size: 15px;
    }

    .footer-bottom {
        font-size: 13px;
    }
}
