
.main-color1{
    color:#0077B4;
}

.sec-color1-bg {
  /*  background-color: rgb(12, 113, 195) !important; */
  background-color:#0077B4 !important; 
}

.sec-color2-bg {
    background-color: rgb(0, 215, 207) !important;
}

.sec-color3-bg {
    background-color: rgb(97, 97, 97) !important;
}

.sec-color4-bg {
    background-color: #0077B4 !important;
}

.sec-color5-bg {
    background-color: rgb(151, 197, 23) !important;
}

.btn-bg{
 /*   background-color:#F18700 !important; 
    border-color:white !important;
    border-radius: 16px !important;
    font-weight: 700 !important;
    font-family: 'Muli', sans-serif;
 */
    font-size: 13px;
    font-weight: 700;
    padding: 10px 25px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    position: relative;
    background-color: #F18700;
    font-family: 'Muli', sans-serif !important;
    color: white;
    border-radius: 16px;
}

.btn-bg:hover{
    background-color:#0077B4 !important; 
}

.form-label {
    font-size:14px !important;
    color:#0077B4 !important;
}
