:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: var(--secondary);
    transition: 0.5s;
    z-index: 999;
}

.content {
    margin-left: 250px;
    min-height: 100vh;
    background: var(--dark);
    transition: 0.5s;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -250px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
    border-left: 3px solid var(--secondary);
    border-radius: 0 30px 30px 0;
    outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: #ffe482;
    background: rgba(0,0,0,0.4);
    border-color: #ffe482;
}


.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
    color: #fff;
}

.sidebar .navbar .dropdown-item:hover,
.sidebar .navbar .dropdown-item.active {
    background: rgba(0,0,0,0.4);
    color: #ffe482;
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: #FFF;
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    border-radius: 40px;
}

.content .navbar .dropdown-item {
    color: var(--light);
}

.content .navbar .dropdown-item:hover,
.content .navbar .dropdown-item.active {
    background: var(--dark);
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

/*custom css*/
.card-colm{
   background: #0b0c21;
    overflow: hidden;
border: 0 solid rgba(120, 130, 140, .13);
    border-radius: 5px;margin: 15px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
position: relative;
}
.card-colm:before {
    position: absolute;
    opacity: 0.2;
    content: "";
    top: -27px;
    transition: all 0.35s ease-in-out;
    background-repeat: no-repeat;
    height: 76%;
    border-radius: 50%;
    width: 64%;
    right: -55px;
    background: linear-gradient(45deg, #c78102, #ffe482);
}
.card-colm:after {
    position: absolute;
    content: "";
    bottom: 0;
    background-repeat: no-repeat;
    height: 100%;
    width: -webkit-fill-available;
    background-image: url(../img/card_bg.png);
    left: 0;
}
.card-intar-colm {
    position: relative;
    z-index: 1;
}
.text-warning{
    color:#ffe482 !important;
}
.btn-warning {
    color: #000;
    background:linear-gradient(45deg, #c78102, #ffe482);
    border: none;
}
.card-intar-img i {
    width: 80px;
    background: linear-gradient(45deg, #c78102, #ffe482);
    height: 80px;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 1px 35px 5px 34px;
    font-size: 29px;
    margin-bottom:30px;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.p-30{
    padding: 30px 066;}

.card-colm:hover:before {
    width: 100%;
    background: linear-gradient(45deg, #c78102, #ffe482);
  border-radius: 0;right: 0;    height: 100vh;    opacity: 1;
}
.card-intar-boder {
    background: linear-gradient(#ffffff00 50%, #d69b23 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgb(0 0 0 / 12%);
    cursor: pointer;
    transition: 0.5s !important;
padding: 30px 0;
}
.card-intar-boder:hover {color:#fff;
    background-position: 0 100%;
}
.card-colm:hover .card-intar-img i {
  background: #070713;color: #fff;
}
.card-colm:hover .btn-warning {
    background: #070713;
    color: #fff;
}
.card-colm:hover h4 {color: #000;
}
.content{
    background: #070713 !important;
}
.cpy {
    border: 1px solid #c5ab46;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-right: none;
    line-height: normal;
}
#cpy_btn {
    display: flex;
    align-items: center;
    background-image: linear-gradient(45deg, #f0b60f, #bca952);
    color: #000;
    height: auto;
}

@media only screen and (max-width: 600px) {
  .mob_hide{
    display: none !important;
}
}

@media only screen and (min-width: 600px) {
  .desk_hide{
    display: none !important;
}
}

.txt_gold{
    color:#ffe28c !important;
}
.card_bg_gold{
    /*background:linear-gradient(140deg, #936a07, #F7EF8A);*/
    background:linear-gradient(140deg, #b58128, #fde49a);
}
.btn_gold{
    background:linear-gradient(303deg, #b58128, #bba462, #b58128) !important;
    border: 1px solid #b58128;
    /*border-radius: 20px;*/
    color:#fff !important;
}
.btn_green{
    background:linear-gradient(130deg, #005c45, #1bb58e, #005c45) !important;
    border: 1px solid #005c45;
    /*border-radius: 20px;*/
    color:#fff !important;
}
.btn_light_green{
    background:linear-gradient(130deg, #003300, #13ef13) !important;
    border: 1px solid #003300;
    /*border-radius: 20px;*/
    color:#fff !important;
}
.btn_red {
    background: linear-gradient(130deg, #3c0807, #f7110d);
    border: 1px solid #3c0807;
    /*border-radius: 20px;*/
    color: #fff !important;
}
.btn_blue {
    background: linear-gradient(130deg, #011d50e8, #007bff);
    border: 1px solid #011d50e8;
    /*border-radius: 20px;*/
    color: #fff !important;
}