/*========== All Margin ===========*/

.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-40 {
    margin: 40px;
}

.m-50 {
    margin: 50px;
}
/*========== Margin top ===========*/

.m-t-m15 {
    margin-top: -15px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-2 {
    margin-top: 2px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-150 {
    margin-top: 150px;
}

.m-tm-37 {
    margin-top: -37px !important;
}

.m-tm-57 {
    margin-top: -57px !important;
}


/*========== Margin Bottom ===========*/

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}
/*========== Margin left ===========*/

.m-l-0 {
    margin-left: 0;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-33 {
    margin-left: 33px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-50 {
    margin-left: 50px;
}
/*========== Margin Right ===========*/

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-3 {
    margin-right: 3px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-200 {
    margin-right: 200px !important;
}

/**  =====================
      Padding-classes start
==========================  **/
/*========== All Padding ===========*/

.p-0 {
    padding: 0 !important;
}

.p-3 {
    padding: 3px;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px;
}
/*========== Padding top ===========*/

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-2 {
    padding-top: 2px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-6 {
    padding-top: 6px;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-27 {
    padding-top: 27px !important;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}
/*========== Padding Bottom ===========*/

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-2 {
    padding-bottom: 2px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-100 {
    padding-bottom: 100px !important;
}
/*========== Padding left ===========*/

.p-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-50 {
    padding-left: 50px;
}
/*========== Padding Right ===========*/

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-50 {
    padding-right: 50px;
}
/**  =====================
      Font-classes start
==========================  **/
/*========== Font Size ===========*/

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px !important;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-35 {
    font-size: 35px;
}

.f-40 {
    font-size: 40px;
}

.f-45 {
    font-size: 45px;
}

.f-52 {
    font-size: 52px;
}

.f-64 {
    font-size: 64px;
}

.f-90 {
    font-size: 90px;
}

.f-120 {
    font-size: 120px;
}
/*========== Font Weight ===========*/

.f-w-100 {
    font-weight: 100;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-900 {
    font-weight: 900;
}
/*========== Font Style ===========*/

.f-normal {
    font-style: normal;
}

.f-italic {
    font-style: italic;
}

.f-oblique {
    font-style: oblique;
}

.f-bold {
    font-weight: bold;
}

.f-thin {
    font-weight: lighter;
}

.text-tranform-upper {
    text-transform: uppercase !important;
}

.text-tranform-lower {
    text-transform: lowercase !important;
}

.text-tranform-cap {
    text-transform: capitalize !important;
}

.text-tranform-normal {
    text-transform: none !important;
}

/**  =====================
      Text-classes start
==========================  **/

/*========== Text align ===========*/
.text-center {
    text-align: center;
    text-align: -webkit-center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-overline {
    text-decoration: overline;
}

.text-through {
    text-decoration: line-through;
}

.text-underline {
    text-decoration: underline;
}

.text-plain {
    text-decoration: none;
}
/**  =====================
      Positions start
==========================  **/

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-static {
    position: static;
}

.p-fixed {
    position: fixed;
}
/**  =====================
      Floating start
==========================  **/

.f-left {
    float: left;
}

.f-right {
    float: right !important;
}

.f-none {
    float: none;
}

.m-height {
    min-height: 150px;
}

.l-h-14 {
    line-height: 14px !important;
}

.l-h-20 {
    line-height: 20px !important;
}
.l-h-10 {
    line-height: 10px !important;
}

/**  =====================
      Overflow css start
==========================  **/
.o-hidden {
    overflow: hidden !important;
}

.o-inherit {
    overflow: inherit !important;
}

.o-auto {
    overflow: auto;
}

.o-visible {
    overflow: visible;
}

.visibilty-h {
    visibility: hidden;
}
/**  =====================
      Background Color css start
==========================  **/

.bg-color-box {
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.49);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .bg-color-box span {
        display: block;
    }

.bg-primary {
    background-color: #2196F3 !important;
}

.bg-dark-primary {
    background-color: #2f80e7 !important;
}

.bg-success {
    background-color: #4CAF50 !important;
}

.bg-dark-primary-theme {
    background-color: #1a8099 !important;
}

.bg-dark-success {
    background-color: #4ca250 !important;
}

.bg-dark-success-new {
    background-color: #348238 !important;
}

.bg-danger, .alert-danger {
    background-color: #ff5252 !important;
}

.bg-info {
    background-color: #40c4ff !important;
}

.bg-warning {
    background-color: #f57c00 !important;
}

.bg-dark-warning {
    background-color: #de7203 !important;
}

.bg-dark-warning-new {
    background-color: #c66502 !important;
}

.bg-default {
    background-color: #757575 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-twitter {
    background-color: #1da1f2;
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-purple {
    background-color: #9a56b7 !important;
}

.bg-gray-b {
    background-color: #404040 !important;
}

.bg-dark-facebook {
    background-color: #334e88 !important;
}

.bg-dark-facebook-new {
    background-color: #284073 !important;
}

.bg-dark-twitter {
    background-color: #017faf !important;
}

.bg-dark-linkedin {
    background-color: #016697 !important;
}

.bg-dark-dribbble {
    background-color: #cd3d75 !important;
}

.bg-dark-google {
    background-color: #c03f2f !important;
}

.bg-dark-instagram {
    background-color: #416b8d !important;
}

.bg-dark-pinterest {
    background-color: #b41c22 !important;
}

.bg-dark-pinterest-new {
    background-color: #9b0f14 !important;
}

.bg-dark-dropbox {
    background-color: #0065b7 !important;
}

.bg-dark-dropbox-new {
    background-color: #095a9b !important;
}

.bg-dark-info {
    background-color: #34ace1 !important;
}

.bg-dark-info-new {
    background-color: #2499cd !important;
}

.bg-gray {
    background-color: #d7d8da !important;
}

.bg-dark-white {
    background-color: #f5f4f4 !important;
}

.bg-dark-purple {
    background-color: #8a42a9 !important;
}

.bg-dark-purple-new {
    background-color: #793397 !important;
}

.bg-gray-b-dark {
    background-color: #2e2c2e !important;
}

.bg-gray-b-dark-new {
    background-color: #121012 !important;
}

.card-bg-primary-oth {
    background-color: #00a3bb !important;
}

.card-bg-success {
    background-color: #5bdd7d !important;
}

.card-bg-warning {
    background-color: #ffb400 !important;
}

.card-bg-thumbler {
    background-color: #32506d !important;
}

.card-bg-info {
    background-color: #00c7e4 !important;
}

.card-bg-danger {
    background-color: #f14d39 !important;
}

.card-bg-default {
    background-color: #aaaaaa !important;
}

.danger-color {
    background: #ff4444;
}

.warning-color {
    background: #ffbb33;
}

.success-color {
    background: #00C851;
}

.info-color {
    background: #33b5e5;
}

.default-color {
    background: #2BBBAD;
}

.primary-color {
    background: #4285F4;
}

.secondary-color {
    background: #aa66cc;
}

.elegant-color {
    background: #2E2E2E;
}

.stylish-color {
    background: #3F729B;
}

.unique-color {
    background: #3F729B;
}

.special-color {
    background: #37474F;
}
/**  =====================
      Text-color css start
==========================  **/

.txt-theme {
    color: #f3222c !important;
}

.color-theme {
    color: #1a8099 !important;
}

.txt-primary {
    color: #2196F3 !important;
}

.txt-white {
    color: #fff !important;
}

.txt-muted {
    color: #777 !important;
}

.txt-success {
    color: #4CAF50 !important;
}

.txt-info {
    color: #40c4ff !important;
}

.txt-warning {
    color: #f57c00 !important;
}

.txt-danger {
    color: #ff5252 !important;
}

.txt-grey {
    color: #999999 !important;
}

.txt-facebook {
    color: #3b5998 !important;
}

.txt-success-new {
    color: #4CAF50 !important;
}

.txt-d-grey {
    color: #404040 !important;
}

.txt-pinterest {
    color: #CB2027 !important;
}

.txt-purple {
    color: #9a56b7 !important;
}

.txt-warning-new {
    color: #f57c00 !important;
}

.txt-info-new {
    color: #40c4ff !important;
}

.txt-dropbox {
    color: #007EE5 !important;
}

/**  =====================
      Display-classes start
==========================  **/

.d-flex {
    display: flex;
    align-items: center;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block !important;
}

.min-width-330 {
    min-width: 330px;
}

.min-h-250 {
    min-height: 250px !important;
}

.m-h-84vh {
    min-height: 84vh;
}

.max-h-84vh {
    max-height: 84vh;
}

.d-none {
    display: none;
}

/**  =====================
      vertical-classes start
==========================  **/

.v-middle {
    vertical-align: middle !important;
}

.v-top {
    vertical-align: top !important;
}

.v-top-text {
    vertical-align: text-top !important;
}

.v-bottom {
    vertical-align: bottom !important;
}

.v-sub {
    vertical-align: sub;
}

/**  =====================
      Border-classes start
==========================  **/

.b-none {
    border: none !important;
}

.b-b-none {
    border-bottom: none !important;
}

.b-l-none {
    border-left: none !important;
}

.b-r-none {
    border-right: none !important;
}

.b-solid {
    border: 1px solid #333;
}

.b-new-solid {
    border: 1px solid #eceeef;
}


.b-b-solid {
    border-bottom: 2px solid #868686;
}

.b-l-solid {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.b-t-b-solid {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.b-dotted {
    border: 1px dotted #333;
}

.b-radius-0 {
    border-radius: 0 !important;
}

.b-radius-2 {
    border-radius: 2px !important;
}

.b-b-muted {
    border-bottom: 1px solid #ccc;
}

.b-t-muted {
    border-top: 1px solid #ccc;
}

.b-l-muted {
    border-left: 1px solid #ccc;
}

.b-r-muted {
    border-right: 1px solid #ccc;
}

.b-all {
    border: 1px solid #1a8099 !important;
}

.b-all-primary {
    border: 1px solid #2f80e7 !important;
}


.border-yellow {
    border: 3px solid #ffce56 !important;
}

.border-blue {
    border: 3px solid #36a2eb !important;
}

.border-red {
    border: 3px solid #ff6384 !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: 310px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 0;
}

::-webkit-scrollbar-track {
    background: #5c5c5c;
    border: thin solid #5c5c5c;
    box-shadow: 0 0 3px #5c5c5c inset;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #0d0d0d;
    border: thin solid #1c1b1b;
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #001324;
    }

/**====== Generic-class css end ======**/
