/*Color variables*/
/*Gradient variables*/
/*white variables*/
/*black variables*/
/*shadow variables*/
a {
  color: #00205b;
}
a:hover {
  color: #635200;
}

.bg-primary {
  background: #00205b !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #00205b !important;
}

button.bg-primary:hover, button.bg-primary:focus {
  background-color: #00205b !important;
}

/*--- gradient-backgrounds --*/
.bg-primary-gradient {
  background: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%) !important;
}

a.bg-primary-gradient:hover, a.bg-primary-gradient:focus {
  background-color: #00205b !important;
}

button.bg-primary-gradient:hover, button.bg-primary-gradient:focus {
  background-color: #00205b !important;
}

.border-primary {
  border-color: #00205b !important;
}

.text-primary {
  color: #00205b !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #00205b !important;
}

.table-primary {
  background-color: #d2cdf9;
}
.table-primary > th, .table-primary > td {
  background-color: #d2cdf9;
}

.table-hover .table-primary:hover {
  background-color: #b7cded;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #b7cded;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #00205b;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #00205b !important;
  border: 1px solid #00205b !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #00205b !important;
    border: 1px solid #00205b !important;
}

.btn-primary {
  color: #fff !important;
  background: #00205b !important;
  border-color: #00205b !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.9);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.9);
}

.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.9);
}

.btn-primary-light {
  color: #00205b;
  background: #d6d2fb !important;
  border-color: #d6d2fb !important;
}
.btn-primary-light:hover {
  color: #fff;
  background-color: #00205b !important;
  border-color: #00205b;
}
.btn-primary-light:focus, .btn-primary-light.focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.9);
}

.btn-primary-gradient {
  color: #fff;
  background: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%) !important;
  border-color: #00205b !important;
  box-shadow: 0 5px 10px rgba(98, 89, 202, 0.3);
}
.btn-primary-gradient:hover {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}
.btn-primary-gradient:focus, .btn-primary-gradient.focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.9);
}
.btn-primary-gradient.disabled, .btn-primary-gradient:disabled {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}
.btn-primary-gradient:not(:disabled):not(.disabled):active, .btn-primary-gradient:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}

.show > .btn-primary-gradient.dropdown-toggle {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}

.btn-primary-gradient:not(:disabled):not(.disabled):active:focus, .btn-primary-gradient:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.9);
}

.show > .btn-primary-gradient.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.9);
}

.btn-outline-primary {
  color: #00205b;
  background: transparent;
  background-image: none;
  border-color: #00205b;
}
.btn-outline-primary:hover {
  color: #fff;
  background: #5a51c7;
  border-color: #5a51c7;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.1);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00205b;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.1);
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.1);
}

.btn-link {
  color: #00205b;
}
.btn-link:hover {
  color: #5a51c7;
}

.drop-icon-wrap .drop-icon-item:hover {
  color: #00205b;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  color: #00205b;
}

.timeline__item:after {
  border: 6px solid #00205b;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #00205b;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00205b;
  border-color: #00205b;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #00205b;
}

.form-select:focus, .form-file-input:focus ~ .form-file-label::after {
  border-color: none;
}

.form-file-label::after {
  background-color: #00205b;
}

.custom-range::-webkit-slider-thumb, .custom-range::-moz-range-thumb, .custom-range::-ms-thumb {
  background-color: #00205b;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #00205b;
}

.page-link:hover {
  color: #00205b;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}

.range.range-primary input[type=range]::-webkit-slider-thumb, .range.range-primary input[type=range]::-moz-slider-thumb {
  background-color: #00205b;
}
.range.range-primary output {
  background-color: #00205b;
}
.range.range-primary input[type=range] {
  outline-color: #00205b;
}

.panel.price > .panel-heading {
  background: #00205b;
}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled), .nav-tabs .nav-item1 .nav-link.active {
  background: #00205b;
}

.pop-primary {
  color: #00205b;
}

.heading-primary {
  background-color: #00205b;
  color: #ffffff;
  padding: 5px;
}

.breadcrumb-item.active {
  color: #f5f3f9;
}

.breadcrumb-item1 a {
  color: #495584;
}

.breadcrumb-item2 a {
  color: #495584;
}

.panel-title1 a {
  background: #F2F1F9 !important;
}

.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
  border-color: #6259ca !important;
}

.panel-default > .panel-heading {
  color: #00205b;
}

.alert-primary {
  color: #00205b;
  background-color: rgba(98, 89, 202, 0.1);
  border-color: rgba(98, 89, 202, 0.01);
}
.alert-primary hr {
  border-top-color: #00205b;
}
.alert-primary .alert-link {
  color: #00205b;
}

.list-group-item-primary {
  color: #00205b;
  background-color: #cbdbf2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00205b;
  background-color: #b7cded;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
}

.header-bg {
  background: #00205b;
  /* fallback for old browsers */
  background: -webkit- linear-gradient(to bottom right, #ffd300 0%, #00205b 100%) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%) !important;
}

.footer a:not(.btn) {
  color: #00205b;
}

.nav-tabs .nav-link:hover:not(.disabled), .nav-tabs .nav-link.active {
  background: #00205b;
}

@media (max-width: 992px) {
  .nav-item.with-sub .sub-item {
    border-top: 2px solid #00205b;
  }
}
.expanel-primary > .expanel-heading {
  color: #fff !important;
  background-color: #00205b !important;
  border-color: #00205b !important;
}

.login-img {
  background: #ffd300;
}

.avatar {
  background: #e3e1f5 no-repeat center/cover;
}

.spinner, .spinner-lg, .double-bounce1, .double-bounce2, .cube1, .cube2 {
  background-color: #00205b;
}

.lds-heart div {
  background: #00205b;
}
.lds-heart div:after, .lds-heart div:before {
  background: #00205b;
}

.lds-ring div {
  border: 6px solid #00205b;
  border-color: #00205b transparent transparent transparent;
}

.lds-hourglass:after {
  border: 26px solid #00205b;
  border-color: #00205b transparent;
}

a.chip:hover {
  background-color: #00205b;
}

.tag-primary {
  background-color: #00205b;
  color: #fff;
}

.selectgroup-input:checked + .selectgroup-button {
  border-color: #00205b;
  z-index: 1;
  color: #00205b;
  background: #f6f4fb;
}
.selectgroup-input:focus + .selectgroup-button {
  border-color: #00205b;
  z-index: 2;
  color: #00205b;
  box-shadow: 0 0 0 2px rgba(98, 89, 202, 0.25);
}

.custom-switch-input:checked ~ .custom-switch-indicator {
  background: #00205b;
}

.ui-datepicker .ui-datepicker-title {
  color: #00205b;
}

.timeline--horizontal .timeline-divider {
  background: #00205b !important;
}

#back-to-top {
  background-image: linear-gradient(to bottom right, #ffd300 0%, #00205b 0%);
}
#back-to-top:hover {
  color: #00205b !important;
  border: 2px solid #ffd300;
}

.tabs-menu1 ul li .active {
  border-bottom: 3px solid #ffd300;
}

.tab-content i, .tabs-menu2 ul li .active {
  color: #00205b;
}

.tab-content .btn i {
  color: #fff;
}

.rating-stars .rating-stars-container .rating-star.is--active .fa-heart, .rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
  color: #00205b;
}

.message-feed:not(.right) .mf-content {
  background: #00205b;
  color: #fff;
}
.message-feed:not(.right) .mf-content:before {
  border-right-color: #00205b;
}

.msb-reply button {
  background: #00205b;
}

/* --------Added--------- css*/
.wizard-card .moving-tab {
  margin-top: 5px;
  background: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%);
}

.cal1 .clndr .clndr-table .header-days {
  background: #fff;
}
.cal1 .clndr .clndr-table tr .day.today.event, .cal1 .clndr .clndr-table tr .day.my-today.event {
  background: #00205b;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  color: #fff;
  background: #00205b;
  border-radius: 5px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  color: #fff;
  background: #00205b;
  border-radius: 5px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: #00205b;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: #00205b;
}

.fc button {
  background: #00205b;
}

.fc-event {
  border: 1px solid #00205b;
  background-color: #00205b;
}

.fc-event-dot {
  background-color: #00205b;
}

/* ----Added css----*/
div.conv-form-wrapper div.options div.option {
  color: #00205b;
  border: 1px solid #00205b;
}

form.convFormDynamic button.submit {
  color: #00205b;
  border: 1px solid #00205b !important;
}

div.conv-form-wrapper div.options div.option.selected {
  background: #00205b;
  color: #fff;
}
div.conv-form-wrapper div.options div.option.selected:hover {
  background: #00205b;
}

form.convFormDynamic button.submit:hover {
  background: #00205b !important;
  color: #fff;
}

div.conv-form-wrapper div#messages div.message.from {
  background: #00205b;
}

.addui-slider .addui-slider-track .addui-slider-handle:after, .addui-slider .addui-slider-track .addui-slider-range {
  background: #00205b;
}

.timeline__item:after {
  border: 6px solid #00205b;
}

.accordionjs .acc_section.acc_active > .acc_head {
  background: #F2F1F9;
  color: #00205b !important;
}

.tab_wrapper > ul li.active {
  border-color: #00205b;
  background: #00205b;
}
.tab_wrapper.right_side > ul li.active:after {
  background: #00205b;
}

.cal1 .clndr .clndr-table tr .day.today, .cal1 .clndr .clndr-table tr .day.my-today {
  background: #fff;
  color: #343a40;
}
.cal1 .clndr .clndr-table tr .day.today:hover, .cal1 .clndr .clndr-table tr .day.my-today:hover {
  background: #5a51c7;
  color: #fff;
}

.weather-card .top {
  background: #00205b;
}

.primary .pricing-divider {
  background: #00205b !important;
}

.product-grid6 .title a:hover {
  color: #00205b;
}
.product-grid6 .icons li a {
  color: #6e84a3;
  border: 1px solid #eaedf1;
}
.product-grid6 .icons li a:hover {
  color: #fff;
  background-image: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%);
}
.product-grid6 .icons li a:after, .product-grid6 .icons li a:before {
  background-image: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%);
}

.card-counter.primary {
  background-image: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%);
  color: #FFF;
}

#user-profile .profile-details a > i, #user-profile .profile-details i {
  color: #00205b;
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .search-show .search-element {
    background-image: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%);
  }
}
@media (max-width: 575.98px) {
  .search-show .search-element {
    background-image: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%);
  }
}
.text-primary-gradient {
  background: linear-gradient(to bottom right, #ffd300 0%, #00205b 100%);
}

.chat .msg_head, .msb-reply button {
  background: #00205b;
}

.top-footer p:hover {
  color: #00205b;
}
.top-footer a address:hover, .top-footer a:hover {
  color: #00205b;
}

.footer-payments a:hover {
  color: #00205b;
}

.footer-social-list a {
  color: #00205b;
}
.footer-social-list a:hover {
  color: #00205b;
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
  color: #00205b;
}

.custom-switch-input:checked ~ .custom-switch-indicator {
  background: #00205b;
}

.label-primary {
  background: #00205b;
  color: #fff;
}

.bg-primary-transparent {
  background-color: rgba(98, 89, 202, 0.1);
}

.text-primary-shadow {
  text-shadow: 0 5px 10px rgba(98, 89, 202, 0.3);
}

.chart-dropshadow-primary {
  filter: drop-shadow(-6px 12px 4px rgba(98, 89, 202, 0.2));
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  background: #544bb9;
}

/*-- Sidemenu --*/
.side-menu__item.active {
  color: #ffffff;
}
.side-menu__item.active .side-menu__icon {
  color: #ffffff !important;
}

/*-- Horizontal-menu --*/
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active, .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #00205b;
}

.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover, .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #00205b;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a:hover {
  color: #00205b;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #00205b;
  border-color: #00205b;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #00205b;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label {
  background-color: #00205b;
}
.onoffswitch2-checkbox:checked + .onoffswitch-label2, .onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
  border-color: #00205b;
}

/*--Dark-mode---*/
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active, .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #6259ca;
}

.dark-mode .breadcrumb-item.active, .dark-mode .dropdown-item:hover {
  color: #827ae0;
}
.dark-mode .alert-primary {
  color: #827ae0;
}

.dropdown-item:focus, .dark-mode .dropdown-item.active, .dropdown-item:active {
  color: #8061ce;
}

.dark-mode .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover, .dark-mode .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #827ae0;
}
.dark-mode .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a:hover {
  color: #827ae0;
}
.dark-mode .side-menu__item.active, .dark-mode .side-menu__item:hover, .dark-mode .side-menu__item:focus, .dark-mode .side-menu__item.active .side-menu__icon {
  color: #dedefd !important;
}
.dark-mode .side-menu__item.active {
  color: #ffffff !important;
}
.dark-mode .side-menu__item:hover, .dark-mode .side-menu__item:focus {
  color: #827ae0;
}
.dark-mode.dark-menu .side-menu__item.active .side-menu__icon, .dark-mode.dark-menu .side-menu__item:hover .side-menu__icon, .dark-mode.dark-menu .side-menu__item:focus .side-menu__icon {
  color: #827ae0;
}
.dark-mode .footer a:not(.btn) {
  color: #827ae0;
}
.dark-mode .text-primary {
  color: #827ae0 !important;
}
.dark-mode a.text-primary:hover, .dark-mode a.text-primary:focus {
  color: #746ae8 !important;
}
.dark-mode .panel-default > .panel-heading, .dark-mode .panel-tabs a {
  color: #ffffff;
}
.dark-mode .sidebar-icon {
  color: #827ae0 !important;
}

.dark-mode .side-menu__item.active {
  color: #ffffff;
}
.dark-mode .side-menu__item.active .side-menu__icon {
  color: #ffffff;
}

/*Color-Header*/
.color-hor-header .header.hor-header {
  background: #00205b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.light-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active, .light-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #fff;
  background: #00205b;
}

.dark-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active, .dark-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #fff;
  background: #00205b;
}

.light-menu.dark-mode .side-menu__item.active .side-menu__icon, .light-menu.dark-mode .side-menu__item:hover .side-menu__icon, .light-menu.dark-mode .side-menu__item:focus .side-menu__icon, .light-menu.dark-mode .side-menu__item.active, .light-menu.dark-mode .side-menu__item:hover, .light-menu.dark-mode .side-menu__item:focus {
  color: #8061ce;
}
.light-menu .side-menu__item.active .side-menu__icon {
  color: #fff;
}
.light-menu .side-menu__item:hover .side-menu__icon, .light-menu .side-menu__item:focus .side-menu__icon, .light-menu .side-menu__item.active, .light-menu .side-menu__item:hover, .light-menu .side-menu__item:focus {
  color: #00205b !important;
}

.default-body .app-sidebar {
  background: #00205b !important;
}

.transparent-mode .side-menu__item.active .side-menu__icon, .transparent-mode .side-menu__item:hover .side-menu__icon, .transparent-mode .side-menu__item:focus .side-menu__icon, .transparent-mode .side-menu__item.active, .transparent-mode .side-menu__item:hover, .transparent-mode .side-menu__item:focus {
  color: #00205b;
}

/*Color-Header*/
.color-hor-header .header.hor-header {
  background: #00205b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.horizontal-main2.horizontal-main {
  background: #00205b;
}

@media only screen and (max-width: 991px) {
  .dark-mode .horizontalMenu > .horizontalMenu-list {
    background: #30304d;
  }
}
.dark-menu .side-menu__item.active .side-menu__icon, .dark-menu .side-menu__item:hover .side-menu__icon, .dark-menu .side-menu__item:focus .side-menu__icon, .dark-menu .side-menu__item.active, .dark-menu .side-menu__item:hover {
  color: #8c63f3;
}

.color-menu .app-sidebar {
  background: #00205b !important;
}
.color-menu .side-header {
  background: #00205b;
  border-bottom: 1px solid #7d76c5;
}
.color-menu .side-menu__item.active .side-menu__icon, .color-menu .side-menu__item:hover .side-menu__icon, .color-menu .side-menu__item:focus .side-menu__icon, .color-menu .side-menu__item.active, .color-menu .side-menu__item:hover, .color-menu .side-menu__item:focus {
  color: #fff !important;
}
.color-menu .side-menu h3 {
  color: #b3aee8 !important;
}
.color-menu .side-menu .side-menu__icon, .color-menu .side-menu .side-menu__item {
  color: #cccef5 !important;
}
.color-menu .side-menu__item:hover, .color-menu .side-menu__item:focus {
  color: #fff !important;
  background: #7772dc !important;
}
.color-menu .side-menu__item:hover .side-menu__icon, .color-menu .side-menu__item:hover .side-menu__label, .color-menu .side-menu__item:focus .side-menu__icon, .color-menu .side-menu__item:focus .side-menu__label {
  color: #ffffff !important;
}
.color-menu .slide.is-expanded a {
  color: #cccef5 !important;
}
.color-menu .slide-item {
  color: #cccef5;
}
.color-menu .slide-menu li .slide-item:before {
  color: #cccef5;
}
.color-menu .side-menu__item {
  color: #cccef5;
}

.gradient-menu .side-menu__item.active .side-menu__icon, .gradient-menu .side-menu__item:hover .side-menu__icon, .gradient-menu .side-menu__item:focus .side-menu__icon, .gradient-menu .side-menu__item.active, .gradient-menu .side-menu__item:hover, .gradient-menu .side-menu__item:focus {
  color: #ccc9ec !important;
}

.gradient-menu .side-menu__item:hover .side-menu__icon, .gradient-menu .side-menu__item:hover .side-menu__label, .gradient-menu .side-menu__item:focus .side-menu__icon, .gradient-menu .side-menu__item:focus .side-menu__label {
  color: #ccc9ec;
}

.color-menu.sidemenu-bgimage .side-header:before, .color-menu.sidemenu-bgimage .app-sidebar:before {
  background: rgba(98, 89, 202, 0.94);
}

.transparent-mode.color-hor-menu .horizontal-main.hor-menu, .dark-mode.color-hor-menu .horizontal-main.hor-menu, .light-mode.color-hor-menu .horizontal-main.hor-menu, .color-hor-menu .horizontal-main.hor-menu {
  background: #00205b;
}

@media (max-width: 767px) {
  .color-hor-header .mobile-header {
    background: #00205b;
  }

  .color-menu .mobile-header {
    background: #00205b !important;
  }
}
@media only screen and (max-width: 991px) {
  .color-hor-menu .horizontalMenu > .horizontalMenu-list {
    background: #00205b;
  }
  .color-hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    background-color: #3d357d;
  }
  .color-hor-menu .mega-menubg {
    background: #3d357d !important;
  }
  .color-hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    background-color: #393275;
  }
  .color-hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    background-color: #3d357d !important;
  }
}
