:root{
    --mainBlue: #009DD6;
    --mainOrange: #ff5a5a;
    --mainGreen: #5AC428;
    --darkGreen: #b4caab;
    --mainLightOrange: #ffa880;
    --mainLightBlue: #06d0da;
    --mainBlack: #292F36;
    --mainGrey: rgb(216, 214, 214);
    --mainYellow: #e3b505;
    --mainWhite: #fafafa;
    --mainLightYellow: #dbc8aa;
    --mainLightGray: #6e6e6e;
    --mainCerem: #b69b7f;
    --darkGreenZaam: #072A30;
    --mainYellowZaam: #f4c51c;
    --mainLightZaam: #d8d8d8;
}
@media(max-width: 576px){
    .col-13{
        -ms-flex:0 0 15%;
        flex:0 0 15%;
        max-width:15%
    }
    .col-20{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
}
@media(min-width: 577px){
    .col-lg-13{
        -ms-flex:0 0 15%;
        flex:0 0 15%;
        max-width:15%
    }
    .col-lg-20{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
}
.font-bold-black{
    font-family: anjomanBold;
}
button:visited, button:focus, button::selection{
    outline: none!important;
}
.list-style-none{
    list-style: none!important;
}
.gold-color{
    color: #c7a068!important;
}
.border-gold-color{
    border-color: #c7a068!important;
}
.dark-gray-color{
    color: #585c62!important;
}
.border-gray-color{
    border-color: #585c62!important;;
}
.light-gray-color{
    color: #dadada !important;
}
.light-blue-color{
    color: var(--mainLightBlue);
}
.light-zaam{
    color: var(--mainLightZaam);
}
.w-100px{
    width: 100px!important;
}
.w-150px{
    width: 150px!important;
}
.w-200px{
    width: 200px!important;
}
.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.fwb {
    font-weight: bold;
}
.border-bottom-gray{
    border-bottom: 1px inset rgb(234, 236, 239);
}
.break-word{
    word-break: break-word!important;
}
.vertical-middle{
    vertical-align: middle!important;
}
.w-40px{
    width: 40px!important;
}
.h-1px{
    height: 1px!important;
}
.h-25px{
    height: 25px!important;
}
.h-40px{
    height: 40px!important;
}
.basis-35{
    flex-basis: 35%!important;
    -webkit-flex-basis: 35%!important;
}
.basis-33{
    flex-basis: 33.333%!important;
    -webkit-flex-basis: 33.333%!important;
}
.basis-25{
    flex-basis: 25%!important;
    -webkit-flex-basis: 25%!important;
}
.basis-20{
    flex-basis: 20%!important;
    -webkit-flex-basis: 20%!important;
}
.basis-15{
    flex-basis: 15%!important;
    -webkit-flex-basis: 15%!important;
}
.basis-40{
    flex-basis: 40%!important;
    -webkit-flex-basis: 40%!important;
}
.basis-45{
    flex-basis: 45%!important;
    -webkit-flex-basis: 45%!important;
}
.basis-50{
    flex-basis: 50%!important;
    -webkit-flex-basis: 50%!important;
}
.basis-60{
    flex-basis: 60%!important;
    -webkit-flex-basis: 60%!important;
}
.basis-75{
    flex-basis: 75%!important;
    -webkit-flex-basis: 75%!important;
}
.flex-1{
    flex: 1 0 0!important;
    -webkit-flex: 1 0 0!important;
}
.w-90{
    width: 90%;
}
.border-left-none{
    border-left: none!important;
}
.border-1-gray {
    border: 1px solid rgba(0, 0, 0, .2)!important;
}
.top-0, .top-0 .selectivity-dropdown {
    top: inherit !important;
}
.border-radius-4{
    border-radius: 4px;
}

.direction-rtl {
    direction: rtl !important
}

.direction-ltr {
    direction: ltr !important
}
.ch-direction-ltr > * {
    direction: ltr !important
}
.m-h-300px{
    min-height: 300px!important;
}
.overflow-hidden{
    overflow: hidden!important;
}
.cursor-pointer{
    cursor: pointer!important;
}
.white-color {
    color: #ffffff !important
}

.red-color {
    color: rgb(248, 73, 96) !important
}
.light-black-color {
    color: var(--mainBlack) !important
}
.blue-color {
    color: #2a2a8a !important
}
.purple-color {
    color: #b81c87 !important
}

.green-color {
    color: rgb(2, 192, 118) !important
}

.gray-color {
    color: rgb(118, 128, 143) !important
}

.dark-gold-color {
    color: #c38830 !important
}

.yellow-color {
    color: #F0B90B !important
}
.yellow-gradiant{
    background: linear-gradient(91.92deg,#fbda3c 0.32%,#f0b90b 99.58%);
}
.black-gradiant{
    background: linear-gradient(295.27deg, rgb(20, 21, 26) 0%, rgb(71, 77, 87) 84.52%);
}
.light-white-back {
    background: #f1f1f1 !important
}
.gray-light-bg {
    background: #fafafa !important;
}
.bg-gray {
    background: #f6f5f3 !important
}
.bg-light-gray {
    background: #FAFAFA !important
}

.bg-dark-gray {
    background: #8f8f8f !important
}

.bg-blue {
    background: #006599 !important
}

.bg-black {
    background: #222 !important
}

.bg-green {
    background: #19d895 !important
}
.light-bg-green {
    background: #f2faed !important
}

.bg-red {
    background: #ff3155 !important
}

.bg-light-red {
    color: rgb(217, 48, 78);
    background-color: rgba(242, 48, 81, 0.06);
}

.bg-yellow {
    background: #ffaf00 !important
}
.bg-yellow-zaam {
    background: var(--mainYellowZaam) !important
}
.text-yellow-zaam {
    color: var(--mainYellowZaam) !important
}

.bg-light-yellow {
    background: #fff2d5 !important
}

.border-yellow{
    border: 1px solid #ffaf00;
}
.black-color {
    color: #121212 !important
}

.bg-back {
    background: #121212 !important
}
.bg-white {
    background: #ffffff !important
}

.bg-white {
    background: #ffffff !important
}
.bg-dark-green-zaam{
    background-color: var(--darkGreenZaam);
}
.white-hover:hover{
    color: white;
}
.f-mon{
    font-family: 'Montserrat', sans-serif;
}
.mr-2 {
    margin-right: 0.5rem !important;
}

.my-10 {
    margin: 10px 0
}

.my-20 {
    margin: 20px 0
}

.my-30 {
    margin: 30px 0
}

.my-40 {
    margin: 40px 0
}

.my-50 {
    margin: 50px 0
}

.my-90 {
    margin: 90px 0!important;
}

.my-110 {
    margin: 110px 0!important;
}

.my-70 {
    margin: 70px 0
}

.my-20 {
    margin: 20px 0
}

.mt-50 {
    margin-top: 50px!important;
}
.mt-60 {
    margin-top: 60px!important;
}

.mt-90 {
    margin-top: 90px!important;
}

.mt-120 {
    margin-top: 120px!important;
}

.mt-150{
    margin-top: 150px!important;
}
.mt-170{
    margin-top: 170px!important;
}
.mt-180{
    margin-top: 180px!important;
}
.mt-190{
    margin-top: 190px!important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.my-50-px {
    margin-top: 100px !important;
}

.py-70 {
    padding: 70px 0 !important
}
.p-50{
    padding: 50px!important;
}
.p-70{
    padding: 70px!important;
}
.pt-100 {
    padding-top: 100px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-22 {
    padding-bottom: 22px !important
}
.pb-50 {
    padding-bottom: 50px !important
}

.py-90 {
    padding: 90px 0 !important
}

.py-50 {
    padding: 50px 0 !important
}

.py-120 {
    padding: 120px 0 !important
}
.py-150 {
    padding: 150px 0 !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.pt-130 {
    padding: 130px 0 !important
}

.pt-130 {
    padding-top: 130px !important
}
.pt-150 {
    padding-top: 150px !important
}
.pt-200 {
    padding-top: 200px !important
}
.pr-70{
    padding-right: 70px;
}
.transition-3 {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.vertical-reflect {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.h-100{
    height: 100% !important;
}

.ml-8 {
    margin-left: 6rem;
}
.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.border-none {
    border: none !important;
}

.border-1-orange{
    border: 1px solid var(--mainLightOrange) !important;
}

.b-5 {
    border-radius: 5px;
}

.f-thin {
    font-weight: 100 !important;
}

.f-2 {
    font-size: 2em !important
}

.f-22 {
    font-size: 2.2em !important
}

.f-25 {
    font-size: 2.5em !important
}

.f-3 {
    font-size: 3em !important
}
.f-33 {
    font-size: 3.3em !important
}
.f-35 {
    font-size: 3.5em !important
}

.f-4 {
    font-size: 4em !important
}
.f-45 {
    font-size: 4.5em !important
}
.f-6 {
    font-size: 6em !important
}
.f-7 {
    font-size: 7em !important
}

.f-17 {
    font-size: 1.7em !important
}


.f-18 {
    font-size: 1.8em !important
}

.f-19 {
    font-size: 1.9em !important
}

.f-16 {
    font-size: 1.6em !important
}

.f-15 {
    font-size: 1.5em !important
}

.f-14 {
    font-size: 1.4em !important
}

.f-13 {
    font-size: 1.3em !important
}

.f-12 {
    font-size: 1.2em !important
}

.f-11 {
    font-size: 1.1em !important
}

.f-1 {
    font-size: 1em !important
}

.f-09 {
    font-size: 0.9em !important
}

.f-08 {
    font-size: 0.8em !important
}
.f-07 {
    font-size: 0.7em !important
}

.f-bold {
    font-weight: 700 !important
}

.f-normal {
    font-weight: 100 !important
}

.m-h-50{
    min-height: 50vh;
}
.m-h-60{
    min-height: 60vh;
}
.m-h-70{
    min-height: 70vh;
}
.m-h-80{
    min-height: 80vh;
}
.m-h-90{
    min-height: 90vh;
}
.line-height-1 {
    line-height: 1 !important
}

.line-height-15 {
    line-height: 1.5 !important
}

.line-height-2 {
    line-height: 2 !important
}

.line-height-25 {
    line-height: 2.5 !important
}

.light-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1)
}
.list-style-none{
    list-style: none;
}
.list-style-circle li {
    padding-right: 10px;
    position: relative;
}

.list-style-circle li:before {
    content: "•";
    color: #ff7e00;
    right: -5px;
    position: absolute;
}

.border-left-1 {
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.rounded-lg {
    border-radius: 1rem;
}
.rounded-20{
    border-radius: 20px;
}
.rounded-10{
    border-radius: 10px;
}
.text-green{
    color: var(--mainGreen);
}
.text-light-gray{
    color: var(--mainLightGray) !important;
}
.text-dark-green{
    color: var(--darkGreen);
}

.text-gray{
    color: #898989;
}
.text-dark-gray{
    color: darkgray;
}

.text-blue{
    color: var(--mainBlue);
}

.radius-10{
    border-radius: 10px;
}
.radius-20{
    border-radius: 20px;
}

.container-box {
    width: 80%;
    margin: auto;
}

.basis-25{
    flex-basis: 25%;
}

.bg-light-green{
    background: #F2F8F0 !important;
}

.bg-light-blue{
    background: #CCECF8;
}

.p-45{
    padding: 2.3em !important;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fefefe;
}

::-webkit-scrollbar-thumb {
    background: #c3c3c3;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

p {
    margin: 0 !important;
}

.h-100vh {
    height: 100vh;
}

.btn:focus, .input:focus, textarea:focus, .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

textarea{
    resize: none !important;
}

.w-25-50{
    width: 25%;
}
.z-index-100{
    z-index: 100;
}.z-index-10{
    z-index: 10;
}
.z-index-1{
    z-index: 1;
}
.border-white{
    border-color: white;
}
.border-gray{
    border-color: gray;
}
.border-1{
    border:1px solid;
}
a:hover {
    text-decoration: none;
}
.des-margin{
    margin: 80px;
}
.des-mini-margin{
    margin: 25px;
}
@media (min-width: 992px) {
    .text-lg-black{
        color: #000!important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100{
        width: 100%;
    }
}
@media (max-width: 992px) {
    .des-margin{
        margin: 70px 40px;
    }
    .w-md-75 {
        width: 75% !important;
    }
}
@media (max-width: 768px){
    .text-sm-white{
        color: #fff!important;
    }

}
@media (max-width: 576px){
    .text-sm-white{
        color: #fff!important;
    }
}
.under-line {
    text-decoration: underline;
    text-underline-position: under;
}
.rounded-t-l-10{
    border-top-left-radius: 10px;
}
.rounded-t-r-10{
    border-top-right-radius: 10px;
}