.tr-red-color{
    color: #F6581E;
}
.tr-red-bg-olor{
    background: #F6581E;
    color: #fff;
}
.tr-warm-color{
    color: #F6F6F4;
}
.tr-warm-bg-olor{
    background: #F6F6F4;
}
.tr-sand-color{
    color: #E4E2DC;
}
.tr-sand-bg-olor{
    background: #E4E2DC;
}
.tr-sea-color{
    color: #AFCEC6;
}
.tr-sea-bg-olor{
    background: #AFCEC6;
}
.tr-teal-color{
    color: #32776E;
}
.tr-teal-bg-olor{
    background: #32776E;
}
.tr-ob-color{
    color: #2E2C26;
}
.tr-ob-bg-olor{
    background: #2E2C26;
}
.tr-white-color{
    color: #fff;
}
.tr-white-bg-olor{
    background: #fff;
}
.btn-lg{
    font-family: 'poppinsregular';
    font-size: 1rem;
    border-radius: 30px;
    padding: 11px 25px;
}
.btn-red{
    background: #F6581E !important;
    color: #fff;
    box-shadow: 0px 4px #be3909;
    border: #be3909 solid 1px;
    transition: ease all .2s;
    position: relative;
    top: 0px;
}
.btn-red:hover{
    color: #fff !important;
    transition: ease all .2s;
    position: relative;
    top: 5px;
    box-shadow: 0px 0px #be3909;
}
.btn-teal-outline{
    border: #32776E solid 1.5px !important;
    color: #32776E;
    background: #fff;
}