
.h-bg-white {
    background-color: #fff;
}
.h-color-white {
    color: #fff;
}
.h-bg-light-green {
    background-color: #046D7E;
}
.h-color-light-green {
    color: #58B4C4;
}

.hero-text-color{
    color: #71D6E6;
}
.bg-contact{
    background-color: #FFFFFF;
}
.bg-contacts{
    background-color: #EAEAEA;
}
.start-bg{
    background-color: #046D7E;
}
.btn-bg{
    background-color: #046D7E;
}

.bg-contact{
    background-color: #EAEAEA;
}
.h-bg-purple-on-hover:hover,
.h-bg-purple-on-hover:focus {
    background-color: #8C5780;
}
.h-color-purple-on-hover:hover,
.h-color-purple-on-hover:focus {
    color: #8C5780 !important;
}

.h-color-blue {
    color: #021E66;
}
.h-bg-blue {
    background: #021E66;
}
.h-color-darkerGray {
    color: #565656;
}
.h-color-darkGray {
    color: #717171;
}
.h-color-secondary {
    color: #6578A7;
}
.h-bg-secondary {
    background-color: #6578A7;
}
.h-bg-purple {
   background-color: #8979AC;
}
.h-color-shinyPurple {
    color: #361D69;
}
.h-bg-light-blue {
    background-color: #7991AC;
}
.h-color-shinyLightBlue {
    color: #22446B;
}
.h-bg-brown {
    background-color: #AC8579;
}
.h-color-shinyBrown {
    color: #683B2D;
}
.h-bg-veryLightGray {
    background-color: #FCFCFC;
}
.footer-bg-color {
    background: #F3F6F6;
}
.h-bg-lightPurple {
    background: #B790AE;
}
.h-color-gray2 {
    color: #4F4F4F;
}
.h-color-gray3 {
    color: #828282;
}
.h-bg-darkBlue {
    background: #162346;
}
.h-bg-backGrey {
    background: #F6F6F6;
}
.h-bg-shinyBrown {
    background: #683B2D !important;
}
.h-bg-lightTurquoise {
    background: #E3F7FA;
}
.h-bg-lightInput {
    background: #EEF4F4;
}
.h-bg-transparentLight {
    background: rgba(0, 0, 0, 0.581);
}
.h-color-black {color: #1A1A1A;}
.color-inherit {color: inherit;}

