::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #00adf0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0098d4;
}

:root,
:root.light {
    --color-fg: #000000;
    --card-bg-color: #fff;
    --bg-color: #f5f8fa;
    --bx-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

:root.dark {
    --color-fg: #fff;
    --card-bg-color: #000;
    --bg-color: #000;
    --bx-shadow: rgb(92 90 89) 0px 0px 16px !important;
}

.dark img {
    filter: invert(1) hue-rotate(180deg);
}

body {
    background: var(--bg-color) !important;
    color: var(--color-fg) !important;
}

/************************star CHeckbox ****************/

.header {
    background: var(--card-bg-color) !important;
}

.card {
    background-color: var(--card-bg-color) !important;
    color: var(--color-fg) !important;
    box-shadow: var(--bx-shadow) !important;
}

.text-dark {
    color: var(--color-fg) !important;
}

.form-group label {
    color: var(--color-fg) !important;
}

.dataTables_wrapper .dataTable td {
    color: var(--color-fg) !important;
}

/*body {
    background: #f5f8fa !important;

}*/

body.dark {
    background-color: #292c35;
}

/* #9b59b6 */

body.dark h1,
body.dark .support a {
    color: #fff;
}

.mycheckbox {
    opacity: 0;
    position: absolute;
}

.mycheckbox-label {
    background-color: #111;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-moon {
    color: #00adf0;
}

.fa-sun {
    color: #00adf0;
}

.mycheckbox-label .ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.mycheckbox:checked+.mycheckbox-label .ball {
    transform: translateX(24px);
}

/*  Support me if you like it */
.support {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.support a {
    color: #292c35;
    font-size: 32px;
    backface-visibility: hidden;
    display: inline-block;
    transition: transform 0.2s ease;
}

.support a:hover {
    transform: scale(1.1);
}

.card.card-custom.gutter-b.card-stretch {
    background-position: right top;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-image: url(../media/svg/shapes/abstract-4.svg);
    /*    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    transition: 0.5s;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

html[data-theme="dark"] {
    background: #000;
    filter: invert(1) hue-rotate(180deg);
}

.lbl-heading {
    font-weight: 600;
}

.svg-icon.svg-icon-dark-75 svg g [fill] {
    transition: fill 0.3s ease;
    fill: #06b0ef !important;
}

.radio.radio-success>input:checked~span {
    background-color: #00adf0;
}

.radio>input:checked~span {
    background-color: #00aaef;
}

.radio.radio-primary>input:checked~span {
    background-color: #00adf0;
}

.aside-menu .menu-nav>.menu-section .menu-text {
    color: #00adf0;
}

a.btn.btn-block.btn-light.btn-hover-primary {
    transition: 0.5s;
}

a.btn.btn-block.btn-light.btn-hover-primary:hover svg {
    transform: scale(1.3);
    transition: 0.5s;
}

.btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-hover-primary:focus:not(.btn-text),
.btn.btn-hover-primary.focus:not(.btn-text) {
    color: #ffffff !important;
    background-color: #00adf0 !important;
    border-color: #00adf0 !important;
    transition: 0.5s;
}

span.d-block.font-weight-bold.font-size-h6.mt-2 {
    font-size: 13px !important;
}

.nav.nav-pills .show>.nav-link,
.nav.nav-pills .nav-link.active {
    color: #ffffff;
    background-color: #00adf0;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.inner_video_prds video {
    border-radius: 11px;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.confetti-piece {
    position: absolute;
    width: 10px;
    height: 30px;
    background: #ffd300;
    top: 0;
    opacity: 0;
}

.confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 182ms;
    -webkit-animation-duration: 1116ms;
}

.confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 161ms;
    -webkit-animation-duration: 1076ms;
}

.confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 481ms;
    -webkit-animation-duration: 1103ms;
}

.confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 334ms;
    -webkit-animation-duration: 708ms;
}

.confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 302ms;
    -webkit-animation-duration: 776ms;
}

.confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 180ms;
    -webkit-animation-duration: 1168ms;
}

.confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 395ms;
    -webkit-animation-duration: 1200ms;
}

.confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 14ms;
    -webkit-animation-duration: 887ms;
}

.confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 149ms;
    -webkit-animation-duration: 805ms;
}

.confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 351ms;
    -webkit-animation-duration: 1059ms;
}

.confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 307ms;
    -webkit-animation-duration: 1132ms;
}

.confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 464ms;
    -webkit-animation-duration: 776ms;
}

.confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confetti-piece:nth-child(odd) {
    background: #7431e8;
}

.confetti-piece:nth-child(even) {
    z-index: 1;
}

.confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms;
}

.confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms;
}

.confetti-piece:nth-child(4n-7) {
    background: red;
}

@-webkit-keyframes makeItRain {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(350px);
    }
}

.svg-icon.svg-icon-info svg g [fill] {
    transition: fill 0.3s ease;
    fill: #00adf0 !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
    transition: fill 0.3s ease;
    fill: #00adf0 !important;
}

.btn.btn-clean .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #00adf0;
}

a.text-dark.font-size-h6:hover {
    color: #913c00 !important;
}

.btn {
    border-radius: 0;
}

input.form-control {
    border-radius: 0;
}

select.form-control {
    border-radius: 0;
    border-radius: 5px;
}

textarea.form-control {
    border-radius: 0;
    border-radius: 5px;
}

label.custom-file-label {
    border-radius: 0;
    border-radius: 5px;
}

.btn {
    border-radius: 5px !important;
}

.text-primary {
    color: #00adf0 !important;
}

.inner-sider-rec-cnt h6 {
    color: #000;
}

.col-lg-6.col-md-6.col-sm-6.col-12.sider_borders {
    border-right: 1px dashed #a7a3a3;
}

button.btn.btn-primary:hover {
    background: #f37b40 !important;
    border: 1px solid #f37b40 !important;
}

span.select2-selection.select2-selection--single {
    border-radius: 0;
    border-radius: 5px;
}

span.select2-selection.select2-selection--multiple {
    border-radius: 0;
    border-radius: 5px;
}

label.d-lable22-new {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

.down-cnts-points {
    border-radius: 12px;
    padding: 27px;
    background: ghostwhite;
    border: 1px solid #d7d2d2;
}

.down-cnts-points-new.mb-3 {
    border-radius: 12px;
    padding: 11px;
    background: #f8ffd7;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.inner_down_forms_jobroles.mt-5 {
    padding: 20px;
    border-radius: 16px;
    background: ghostwhite;
    border: 1px solid #d7d2d2;
}

.bg_gray {
    background: #eee;
}

.bg_gray2 {
    background: #fff;
    border-radius: 0 !important;
    border-radius: 24px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
}

.card {
    border-radius: 5px;
}

a.text-hover-primary:hover,
.text-hover-primary:hover {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    color: #00adf0 !important;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #00adf0;
    border-color: #00adf0;
}

.btn.btn-default {
    color: #000 !important;
    background-color: transparent;
    border-color: snow;
}

input.form-control {
    border-radius: 0;
    border: 1px solid #e1e3ea;
    border-radius: 5px;
}

input.form-control.tbl_inpts {
    padding: 6px;
    height: 31px;
}

select.form-control.tbl_inpts {
    padding: 6px;
    height: 31px;
}

button.btn.btn-secondary {
    border-radius: 0 !important;
}


.table-head-custom.table-checkable td {
    padding: 6px 6px 6px 6px;
    padding-right: 6px !important;
    border-bottom: 1px solid #eee;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    border-bottom: 1px solid #eee;
    border-top: 0 !important;
    border-left: 0;
    border-right: 0 !important;
}

.table.table-separate th:first-child,
.table.table-separate td:first-child {
    padding-left: 6px !important;
}

.table.table-separate th:first-child {
    padding-left: 6px !important;
}

.dataTables_wrapper .dataTable thead th {
    border-top: 0;
    padding-left: 6px !important;
}

a.btn.btn-sm.btn-clean.btn-icon {
    background: #eee;
    padding: 0;
    height: auto;
    width: auto;
    background: transparent !important;
}

label.lbl-heading {
    font-weight: 500;
    display: block !important;
}

.loaders {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../media/files/loader.gif) 50% 50% no-repeat #fff;
    opacity: 1;
}

.bg_recomd {
    background-color: #fff;
    background-position: left bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../media/svg/humans/custom-2.svg);
}

.card.card-custom.gutter-b.card-stretch {
    background-position: right top;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-image: url(../media/svg/shapes/abstract-4.svg);
}

.inner-full-book-appoint h2 {
    color: #d55a34;
    font-weight: bold;
}

.inner-full-book-appoint img {
    height: 217px;
    margin-bottom: 15px;
}

img.img-fluid.pro-img-logo {
    border-radius: 50%;
}

.cstm-submenu {
    display: block !important;
}

.btn.btn-blue {
    background: #03b0e9;
}

.drcart-button {
    position: relative;
    outline: 0;
    background-color: blue;
    color: #fff;
    border: none;
    height: 44px;
    width: 153px;
    padding: 10px;
    border-radius: 10px;
    line-height: 0px;
    overflow: hidden;
    cursor: pointer;
}

.drcart-button:focus {
    outline: none !important;
}

.drcart-button .fa-shopping-cart {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -20%;
    font-size: 1.8em;
    transform: translate(-50%, -50%);
}

.drcart-button .fa-square {
    position: absolute;
    z-index: 1;
    top: -20%;
    left: 53%;
    font-size: 0.8em;
    transform: translate(-50%, -50%);
}

.drcart-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

.drcart-button.clicked {
    background: #f64e60;
}

.drcart-button span.added {
    opacity: 0;
}

.drcart-button.clicked .fa-shopping-cart {
    animation: cart 2s ease-in forwards;
    color: #fff;
}

.drcart-button.clicked .fa-square {
    animation: box 2s ease-in forwards;
    color: #fff;
}

.drcart-button.clicked span.add-to-cart {
    animation: addcart 2s ease-in forwards;
}

.drcart-button.clicked span.added {
    animation: added 2s ease-in forwards;
}

@keyframes cart {
    0% {
        left: -10%;
    }

    40%,
    60% {
        left: 50%;
    }

    100% {
        left: 110%;
    }
}

@keyframes box {

    0%,
    40% {
        top: -20%;
    }

    60% {
        top: 36%;
        left: 53%;
    }

    100% {
        top: 40%;
        left: 112%;
    }
}

@keyframes addcart {

    0%,
    30% {
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes added {

    0%,
    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.add-to-cart-screen {
    background: #fff;
    height: 60px;
    width: 60px;
    position: fixed;
    color: #fff;
    right: 48px;
    z-index: 9999;
    box-shadow: 0 4px 22px -5px rgb(0 0 0 / 20%);
    bottom: 5%;
    border-radius: 50px;
}

span.badge.badge-pill.badge-danger.d-sng-budge {
    background: #ff6600;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding: 7px;
}

.add-to-cart-screen i {
    font-size: 25px;
    padding: 15px;
}

span.badge.badge-pill.badge-danger.d-sng-budgetop.cart-count {
    position: absolute;
    right: 73px;
    margin-top: 6px;
    height: 20px !important;
    width: 20px !important;
    background: #000;
}

.inner-full-book-appoint img {
    height: 126px;
}

.card.card-custom.bg_trans {
    box-shadow: none;
    background: #e0e9ed;
}

.table_hdr_txt h4 {
    color: #e51a4b;
    font-size: 20px;
    margin-top: 5px;
    text-shadow: 3px 4px #eee;
}

td.dash_td_font {
    font-size: 19px;
}

th.dash_th_font {
    font-size: 18px !important;
}

img.img-fluid.ccg_imgs {
    height: 35px;
    width: 35px;
    border-radius: 5px;
}

table.table.custom_tbls {
    background: #fff;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 7%) !important;
}

.card-body.style_card_body.p-5 {
    background: #9b97950d;
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.gen_quotes_bottom_strip {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #00adf0;
    padding: 11px;
    color: #fff;
}

table.table.table-borderless.main_tbls tr:last-child {
    border-bottom: 1px dashed #00adf0;
}

.uppr {
    text-transform: uppercase;
}

.card.card-custom.gutter-b.card-stretch:hover {
    background-position: right bottom !important;
    transition: 0.5s;
}

.card.card-custom.gutter-b.card-stretch a:hover {
    color: #eb6120 !important;
}

.inner-sider-rec-cnt h6:hover {
    color: #00adf0;
    transition: 0.5s;
}

.inner-sider-rec-cnt h6 {
    transition: 0.5s;
}

/*******************************Hover Effect*******************************/

.depart_bg {
    filter: drop-shadow(0px 10px 20px rgba(0, 29, 38, 0.07));
    background-color: #fff;
    text-align: center;
    position: relative;
}

.depart_bg:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, #ffc794 0%, #ff850f 100%);
    transform: scale(0.2, 1);
    opacity: 0;
    transition: 0.5s;
    border-radius: 5px;
}

.depart_bg:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 74px;
    bottom: 0;
    margin: auto;
    width: 218px;
    height: 218px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.102;
    animation: dance3 2s alternate infinite;
}

.service-icon {
    position: relative;
}

.service-icon:before {
    position: absolute;
    content: "";
    right: 0;
    left: 60px;
    margin: auto;
    top: -2px;
    width: 51px;
    height: 51px;
    line-height: 51px;
    background: #dd1d26;
    border-radius: 50%;
    opacity: 0.102;
}

.depart_bg:hover .service-icon:before {
    opacity: 0.4;
    background: #fff;
}

.depart_bg:hover:before {
    transform: scale(1);
    opacity: 1;
}

.depart_bg:hover .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #ffffff !important;
}

.depart_bg:hover p {
    color: #fff !important;
}

.card.card-custom.bg_trans {
    box-shadow: none;
    background: #e0e9ed;
}

.down_data_meets {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 2px solid #eee;
}

.txt_advnt {
    color: #00adf0;
}

.cards.card-customs.bg_trans {
    box-shadow: none;
    background: #e0e9ed;
}

/* Skeleton Loader Styles */
.skeleton-loader {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.full_maps_loc img {
    width: 100%;
}

.full_abs_box {
    position: fixed;
    bottom: 0;
    width: 400px;
    right: 0px;
    z-index: 999;
    box-shadow: 0 4px 22px -5px rgba(0, 0, 0, .2);
}

.close_icon_pps i {
    font-size: 26px;
    color: #000;
}

.close_icon_pps {
    position: absolute;
    left: -2px;
    top: -6px;
}

.abs_bx_cnts {
    padding: 39px;
    background: #fff;
}

.datepicker.datepicker-orient-top {
    z-index: 99 !important;
}

.totalquo {
    border: 1px solid grey !important;

}

.apexcharts-legend {
    display: flex;
    overflow: auto;
    padding: 0 10px;
}

.apexcharts-legend.position-bottom,
.apexcharts-legend.position-top {
    flex-wrap: wrap
}

.apexcharts-legend.position-right,
.apexcharts-legend.position-left {
    flex-direction: column;
    bottom: 0;
}

.apexcharts-legend.position-bottom.apexcharts-align-left,
.apexcharts-legend.position-top.apexcharts-align-left,
.apexcharts-legend.position-right,
.apexcharts-legend.position-left {
    justify-content: flex-start;
}

.apexcharts-legend.position-bottom.apexcharts-align-center,
.apexcharts-legend.position-top.apexcharts-align-center {
    justify-content: center;
}

.apexcharts-legend.position-bottom.apexcharts-align-right,
.apexcharts-legend.position-top.apexcharts-align-right {
    justify-content: flex-end;
}

.apexcharts-legend-series {
    cursor: pointer;
    line-height: normal;
}

.apexcharts-legend.position-bottom .apexcharts-legend-series,
.apexcharts-legend.position-top .apexcharts-legend-series {
    display: flex;
    align-items: center;
}

.apexcharts-legend-text {
    position: relative;
    font-size: 14px;
}

.apexcharts-legend-text *,
.apexcharts-legend-marker * {
    pointer-events: none;
}

.apexcharts-legend-marker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    border-style: solid;
}

.apexcharts-legend.apexcharts-align-right .apexcharts-legend-series,
.apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
    display: inline-block;
}

.apexcharts-legend-series.apexcharts-no-click {
    cursor: auto;
}

.apexcharts-legend .apexcharts-hidden-zero-series,
.apexcharts-legend .apexcharts-hidden-null-series {
    display: none !important;
}

.apexcharts-inactive-legend {
    opacity: 0.45;
}

.border-bottom-gr {
    border-bottom: 1px solid #00adf0 !important;
}

.border-top-gr {
    border-top: 1px solid #00adf0 !important;
}

.accordion.accordion-light .card .card-header .card-title {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 20px !important;
}

.btn-lightyi a {
    font-size: 16px;
    border: 2px solid #8ce9c2;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
}

.btn-lightyi a:hover {
    color: #fff !important;
    background-color: #8ce9c2;
}

.modal-backdrop {
    position: relative !important;

}

.inner-dstrb_crds {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    margin-bottom: 10px;
    transition: .5s;
    background: #fff;
    color: #fff;
}

.inner-dstrb_crds h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    color: #06a9ed;
}

.inner-dstrb_crds:hover {
    background: #06a9ed;
    color: #06a9ed;
    transition: .5s;
}

.inner-dstrb_crds:hover h4 {
    color: #fff;
}
