@font-face {
    font-family: irsans;
    font-display: swap;
    src: url(../../fonts/iransansweb.woff) format("woff");
    src: url(../../fonts/iransansweb.eot) format("embedded-opentype");
    src: url(../../fonts/iransansweb.svg) format("svg");
    src: url(../../fonts/iransansweb.ttf) format("truetype")
}

body,html {
    font-family: irsans !important;
    font-weight: normal;
    font-style: normal;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

.row {
    margin: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    padding: 0;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

a {
    color:#e84e0f;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #e84e0f !important;
    text-decoration: none;
    cursor: pointer;
}

ul {
    /*padding: 0;*/
}

li {
    list-style: none;
}

.transition200{
    transition: 200ms;
}

.transition300{
    transition: 300ms;
}

.transition500{
    transition: 500ms;
}

/*white color*/
.c-white, .c-white-hover:hover{
    color: #ffffff !important;
}

.bc-white, .bc-white-hover:hover {
    background-color: #ffffff !important;
}

.b-white, .b-white-hover:hover {
    border-color: #ffffff !important;
}

.c-white-1, .c-white-1-hover:hover{
    color: rgba(255, 255, 255, .8) !important;
}

.bc-white-1, .bc-white-1-hover:hover {
    background-color: rgba(255, 255, 255, .8) !important;
}

.b-white-1, .b-white-1-hover:hover {
    border-color: rgba(255, 255, 255, .8) !important;
}

/*black color*/
.c-black, .c-black-hover:hover {
    color: #3c3c3c !important;
}

.bc-black, .bc-black-hover:hover {
    background-color: #3c3c3c !important;
}

.b-black, .b-black-hover:hover {
    border-color: #3c3c3c !important;
}

.c-black-full, .c-black-full-hover:hover {
    color: #000000 !important;
}

.bc-black-full, .bc-black-full-hover:hover {
    background-color: #000000 !important;
}

.b-black-full, .b-black-full-hover:hover {
    border-color: #000000 !important;
}

.c-black-1, .c-black-1-hover:hover {
    color: rgba(0, 0, 0, .6) !important;
}

.bc-black-1, .bc-black-1-hover:hover {
    background-color: rgba(0, 0, 0, .6) !important;
}

.b-black-1, .b-black-1-hover:hover {
    border-color: rgba(0, 0, 0, .6) !important;
}

/*orange color*/

.o-c-1, .o-c-1-hover:hover {
    color: #e84e0f !important;
}

.o-bc-1, .o-bc-1-hover:hover {
    background-color: #e84e0f !important;
}

.o-b-1, .o-b-1-hover:hover {
    border-color: #e84e0f !important;
}

.o-c-2, .o-c-2-hover:hover {
    color: rgba(232, 78, 15, 0.1) !important;
}

.o-bc-2, .o-bc-2-hover:hover {
    background-color: rgba(232, 78, 15, 0.1) !important;
}

.o-b-2, .o-b-2-hover:hover {
    border-color: rgba(232, 78, 15, 0.1) !important;
}

/*gray color*/

.g-c-1, .g-c-1-hover:hover {
    color: #c6c6c6 !important;
}

.g-bc-1, .g-bc-1-hover:hover {
    background-color: #c6c6c6 !important;
}

.g-b-1, .g-b-1-hover:hover {
    border-color: #c6c6c6 !important;
}

.g-c-2, .g-c-2-hover:hover {
    color: #ebedf0 !important;
}

.g-bc-2, .g-bc-2-hover:hover {
    background-color: #ebedf0 !important;
}

.g-b-2, .g-b-2-hover:hover {
    border-color: #ebedf0 !important;
}

.g-c-3, .g-c-3-hover:hover {
    color: #f5f5f5 !important;
}

.g-bc-3, .g-bc-3-hover:hover {
    background-color: #f5f5f5 !important;
}

.g-b-3, .g-b-3-hover:hover {
    border-color: #f5f5f5 !important;
}

.g-c-4, .g-c-4-hover:hover {
    color: #EEEEEE !important;
}

.g-bc-4, .g-bc-4-hover:hover {
    background-color: #EEEEEE !important;
}

.g-b-4, .g-b-4-hover:hover {
    border-color: #EEEEEE !important;
}

/*red color*/

.r-c-1, .r-c-1-hover:hover {
    color: #ff0029 !important;
}

.r-bc-1, .r-bc-1-hover:hover {
    background-color: #ff0029 !important;
}

.r-b-1, .r-b-1-hover:hover {
    border-color: #ff0029 !important;
}

/*green color*/

.gr-c-1, .gr-c-1-hover:hover {
    color: #0fd58b !important;
}

.gr-bc-1, .gr-bc-1-hover:hover {
    background-color: #0fd58b !important;
}

.gr-b-1, .gr-b-1-hover:hover {
    border-color: #0fd58b !important;
}

.gr-c-2, .gr-c-2-hover:hover {
    color: #829a44 !important;
}

.gr-bc-2, .gr-bc-2-hover:hover {
    background-color: #829a44 !important;
}

.gr-b-2, .gr-b-2-hover:hover {
    border-color: #829a44 !important;
}

.gr-c-3, .gr-c-3-hover:hover {
    color: #596e24 !important;
}

.gr-bc-3, .gr-bc-3-hover:hover {
    background-color: #596e24 !important;
}

.gr-b-3, .gr-b-3-hover:hover {
    border-color: #596e24 !important;
}

.gr-c-4, .gr-c-4-hover:hover {
    color: rgba(130, 154, 68, 0.1) !important;
}

.gr-bc-4, .gr-bc-4-hover:hover {
    background-color: rgba(130, 154, 68, 0.1) !important;
}

.gr-b-4, .gr-b-4-hover:hover {
    border-color: rgba(130, 154, 68, 0.1) !important;
}

/*end color*/

.pointer {
    cursor: pointer !important;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.dis-none{
    display: none !important;
}

.text-overline {
    text-decoration: overline !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-line-through{
    text-decoration: line-through !important;
}

.text-none {
    text-decoration: none !important;
}

.font-bold {
    font-weight: 900 !important;
}

.font-italic {
    font-style: italic !important;
}

.font-normal{
    font-weight: normal !important;
}

.text90 {
    font-size: 90px;
    line-height: normal;
}

.text80 {
    font-size: 80px;
    line-height: normal;
}

.text70 {
    font-size: 70px;
    line-height: normal;
}

.text60 {
    font-size: 60px;
    line-height: normal;
}

.text50 {
    font-size: 50px;
    line-height: normal;
}

.text40 {
    font-size: 40px;
    line-height: normal;
}

.text38 {
    font-size: 38px;
    line-height: normal;
}

.text36 {
    font-size: 36px;
    line-height: normal;
}

.text34 {
    font-size: 34px;
    line-height: normal;
}

.text32 {
    font-size: 32px;
    line-height: normal;
}

.text30 {
    font-size: 30px;
    line-height: normal;
}

.text28 {
    font-size: 28px;
    line-height: normal;
}

.text26 {
    font-size: 26px;
    line-height: normal;
}

.text24 {
    font-size: 24px;
    line-height: normal;
}

.text22 {
    font-size: 22px;
    line-height: normal;
}

.text20 {
    font-size: 20px;
    line-height: normal;
}

.text18 {
    font-size: 18px;
    line-height: normal;
}

.text16 {
    font-size: 16px;
    line-height: normal;
}

.text14 {
    font-size: 14px;
    line-height: normal;
}

.text12 {
    font-size: 12px;
    line-height: normal;
}

.text10 {
    font-size: 10px;
    line-height: normal;
}

.text8 {
    font-size: 8px;
    line-height: normal;
}

.weight100 {
    font-weight: 100;
}

.weight200 {
    font-weight: 200;
}

.weight300 {
    font-weight: 300;
}

.weight400 {
    font-weight: 400;
}

.weight500 {
    font-weight: 500;
}

.weight600 {
    font-weight: 600;
}

.weight700 {
    font-weight: 700;
}

.weight800 {
    font-weight: 800;
}

.weight900 {
    font-weight: 900;
}
