/* colors*/
.text-color-01 {
    color: #113334;
}

.text-color-02 {
    color: #00A650;
}

.text-color-03 {
    color: #D9D9D9;
}

.text-color-04 {
    color: #1F1F1F;
}

.text-color-05 {
    color: #5A7A7B;
}

.text-color-06 {
    color: #161C2D;
}

.text-color-07{
    color: #0B0B0B;
}
.text-color-08{
    color: #FFBF1D;
}

/* background colors */
.bg-color-01 {
    background-color: #FFFCF6;
}

.bg-color-02 {
    background-color: #FAFAFA;
}

.bg-color-03 {
    background-color: #F6FAFA !important;
}

.bg-color-04 {
    background-color: #E6F0F0;
}

.bg-color-05{
    background-color: #1C1C1C;
}


/* font sizes */
.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

.fs-32 {
    font-size: 32px;
}


.fs-42 {
    font-size: 42px !important;
}

.fs-44 {
    font-size: 44px !important;
}
.fs-45{
    font-size: 45px ;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-48 {
    font-size: 48px ;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-60 {
    font-size: 60px !important;
}

/* font -weight */
.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}






/* line height */
.lh-100 {
    line-height: 100%;
}
.lh-34{
    line-height: 34px;
}

/* paddings */
.pl-7 {
    padding-left: 7rem;
}
.pt-6{
    padding-top: 6rem;
}
.pb-6{
    padding-bottom: 6rem;
}
.pb-50{
      padding-top: 5rem;
    padding-bottom: 5rem;
}
.pb-70{
    padding-top: 7rem;
    padding-bottom: 7rem;

}
.pb-80{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
/* box shadow */
.bx-shadow-01{
    box-shadow: 0px 1px 4px 0px #00000040;

}