.fontWeight600{
    font-weight: 600;
    color: black;
}
.mainLogo{
    max-height: 53px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.alignCenter{
    text-align: center;
}


html{
    font-family: raleway, sans-serif!important;
}

.maxWidth90{
    max-width: 90%;
    text-align: center;
}
.padding1em{
    text-align: center;
    padding: 1em;
}

.scrolled .header {
  --background-color: rgb(0 39 67 / 85%);
}

.lightBlue-background{
    --background-color: rgb(0 39 67 / 85%);
}

.colOrange{
    color: #ff4a17;
}
.underline{
    text-decoration: underline;
}
.cusCol{
    color: #000;
}
.cusCol a{
    color: #000;
}
:hover.cusCol a{
    color: #000;
}

/*783*/
/*.scroll-top.active {
  visibility: visible;
  opacity: 1;
}*/


