/* ---------------------------------------------- /*
 * General CSS
/* ---------------------------------------------- */


.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
.inline-block {
    display: inline-block !important;
}
.p-0{
    padding: 0px !important;
}
.m-0{
    margin: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}

.pr-0 {
    padding-right: 0px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}

.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}

img.margin-auto {
    margin: 0 auto !important;
    display: block;
}

/*default text color bg-color*/
.text-white {
    color:#FFFFFE !important;
}
.text-black {
    color:#3d3d3d !important;
}
.text-red {
    color:#e02926 !important;
}
.text-green {
    color:#2c5f3e !important;
}
.text-blue {
    color: #0b58a7 !important;
}
.text-lblue {
    color: #c4e3f3 !important;
}
.text-dblue {
    color: #3aa2d7 !important;
}
.text-orange {
    color:#f78e29 !important;
}
.text-purple {
    color:#80408b !important;
}
.text-blog {
    color:#8edfff !important;
}
.text-tagline {
    color:#6f7c7d !important;
}
.text-normal {
    color:#333 !important;
}
.bg-none {
    background:none !important;
}
.bg-white {
    background:#ffffff !important;
}
.bg-red {
    background: #e02926 !important;
}
.bg-orange {
    background:#ee672f !important;
}
.bg-green {
    background:#079948 !important;
}
.bg-grey {
    background: #f3f3f4 !important;
}
.bg-blue {
    background: #0657a4 !important;
}
.bg-dark {
    background: #373a36 !important;
}
.bg-gray-dark {
    background: #4e5859 !important;
}
.text-xs {
    font-size:1em !important
}
.text-sm {
    font-size:1.2em !important
}
.text-lg {
    font-size:1.6em !important
}
.text-xl {
    font-size:2em !important
}
.text-10 {
    font-size:10px!important
}
.text-11 {
    font-size:11px!important
}
.text-12 {
    font-size:12px!important
}
.text-13 {
    font-size:13px!important
}
.text-14 {
    font-size:14px!important
}
.text-15 {
    font-size:15px!important
}
.text-16 {
    font-size:16px!important
}
.text-18 {
    font-size:18px!important
}
.text-20 {
    font-size:20px!important
}
.text-22 {
    font-size:22px!important
}
.text-24 {
    font-size:24px!important
}
.text-26 {
    font-size:26px!important
}
.text-28 {
    font-size:28px!important
}
.text-30 {
    font-size:30px!important
}
.text-32 {
    font-size:32px!important
}
.text-36 {
    font-size:36px !important
}
.text-40 {
    font-size:40px!important
}
.text-44 {
    font-size:44px!important
}
.text-48 {
    font-size:48px!important
}
.text-64 {
    font-size:64px!important
}
.text-uppercase {
    text-transform:uppercase!important
}
.text-capital {
    text-transform:capitalize!important
}
.text-normal {
    font-weight:400!important
}
.text-bold {
    font-weight: 800 !important;
    color: #000000;
}
.text-italic {
    font-style:italic!important
}
.text-underline {
    text-decoration:underline!important
}
.text-linethrough {
    text-decoration:line-through!important
}
.text-ellipsis {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.text-middle {
    vertical-align:middle !important;
}
.lsp-1 {
    letter-spacing: 1px !important;
}
.lsp-2 {
    letter-spacing: 2px !important;
}
.lsp-3 {
    letter-spacing: 3px !important;
}
.lsp-4 {
    letter-spacing: 4px !important;
}

.ln-12 {
    line-height: 12px !important;
}
.ln-14 {
    line-height: 14px !important;
}
.ln-18 {
    line-height: 18px !important;
}
.ln-20 {
    line-height: 20px !important;
}
.ln-24 {
    line-height: 24px !important;
}
.ln-28 {
    line-height: 28px !important;
}
.ln-32 {
    line-height: 32px !important;
}

.border-round-3 {
    border: 3px solid #f78e29;
}
.bb-1 {
    border-bottom: 1px solid #A3AAB0;
}
.bl-1 {
    border-left: 1px solid #e5e5e5;
}
.br-1 {
    border-right: 1px solid #e5e5e5;
}

.os-bold {
    font-family: os-bold !important;
}
.os-semibold {
    font-family: os-semibold !important;
}
.os-lite {
    font-family: os-lite !important;
}
.os-regular {
    font-family: os-regular !important;
}
.raleway-bold {
    font-family: raleway-bold !important;
}
.raleway-regular {
    font-family: raleway-regular !important;
}
.raleway-lite {
    font-family: raleway-lite !important;
}
.raleway-regular {
    font-family: raleway-regular !important;
}
.raleway-semibold {
    font-family: raleway-semibold !important;
}
.font-Georgia {
    font-family: Georgia !important;
}