
.overlay {
    margin-top: 150px;
    
}
.overlay h1{
    font-size: 36px;
    font-weight: 800;
    color: #1E3667 !important;
}
.overlay p{
    font-size: 16px;
    
    color: #1E3667 !important;
}

.frm-1 {
    background-color: #1E3667 !important;
    color: #ffffff !important;
}
.contact_form{
    height: 100%;
    color: #1E3667 !important;
}
.contact_form input{
    
        outline: 0;
        border-width: 0 0 2px;
        border-color: rgb(143, 143, 143);
      
      
}

.contact_form input:focus {
    border-color: #000;
  }

.contact_form .input, .label {
    display:block;
}

.contact_form button{
    border-radius: 8px;
    border-color: #1E3667;
    color: #1E3667;
    width: 180px;
    height: 60px;
    float: right !important;
    margin-top: 20%;
    
}
.contact_form{
    margin-left: 10px;
}
.map h1{
    font-size: 36px;
    font-weight: bold;
    color: #6AC9C8 !important;
}
.inner_head{
    color: #1E3667;
    font-size: 24px;
    text-align: start;
}
.inner_para{
    color: #1E3667;
    font-size: 16px;
    text-align: start;
    
}
.inner_para2{
    color: #1E3667;
    font-size: 16px;
    text-align: end;
    font-weight: 500;
}
.blue{
    font-size: 16px;
    color: #6AC9C8;
    text-align: start;
}

/*insights*/
.img-responsive{
    display: block;
    max-width: 100%;
    height:min-content;
    background-size: cover;
    

}
.insights{
    background-color: #F1F9FB;
}
.para-1-insights {
 
    font-size: 20px;
    font-weight: 100;
    color: #1E3667;
   
}
.sub-header{
    font-size: 24px;
    color:#6AC9C8
}
.para-2-insights {
    
  
    justify-content: center;
    font-size: 16px;
    font-weight: 100;
    color: #1E3667;

}
.para-list{
    color: #1E3667;
    font-size: 16px;
}


.header-1-insights{
    font-weight: 800;
    font-size: 36px;
    color: #1E3667;
}
.header-2-insights{
    font-weight: 800;
    font-size: 36px;
    color: #6AC9C8;
}

.insight-p-1{
    text-align: start;
    display: flex;
            justify-content: center;
            align-items: center;
}