/*Color variables*/
/*white variables*/
/*black variables*/
/*Color variables*/
a {
    color: #293991;
}

a:hover {
    color: #293991;
}

.bg-primary {
    background: #293991 !important;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #293991 !important;
}

button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #293991 !important;
}

.bg-secondary {
    background: #04cad0 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #04cad0 !important;
}

button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #04cad0 !important;
}

/*--- gradient-backgrounds --*/
.bg-primary-gradient {
    background: linear-gradient(to right bottom, #293991, #6c64ce) !important;
}

a.bg-primary-gradient:hover,
a.bg-primary-gradient:focus {
    background-color: #293991 !important;
}

button.bg-primary-gradient:hover,
button.bg-primary-gradient:focus {
    background-color: #293991 !important;
}

.bg-secondary-gradient {
    background: linear-gradient(to bottom right, #04cad0 0%, #79f1e9 100%) !important;
}

a.bg-secondary-gradient:hover,
a.bg-secondary-gradient:focus {
    background-color: #04cad0 !important;
}

button.bg-secondary-gradient:hover,
button.bg-secondary-gradient:focus {
    background-color: #04cad0 !important;
}

.border-primary {
    border-color: #293991 !important;
}

.border-secondary {
    border-color: #04cad0 !important;
}

.text-primary {
    color: #293991 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #293991 !important;
}

.text-secondary {
    color: #04cad0 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #04cad0 !important;
}

.table-primary {
    background-color: #dcdaf5;
}

.table-primary>th,
.table-primary>td {
    background-color: #dcdaf5;
}

.table-hover .table-primary:hover {
    background-color: #dcdaf5;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #dcdaf5;
}

.table-secondary {
    background-color: #dbf6f7;
}

.table-secondary>th,
.table-secondary>td {
    background-color: #dbf6f7;
}

.table-hover .table-secondary:hover {
    background-color: #dbf6f7;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #dbf6f7;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #293991;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #293991 !important;
    border: 1px solid #293991 !important;
}

.btn-primary {
    color: #fff;
    background: #293991;
    border-color: #293991;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2d4acf;
    border-color: #2d4acf;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(86, 78, 193, 0.9);
}

.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0px rgba(86, 78, 193, 0.9);
}

.btn-secondary {
    color: #fff;
    background: #04cad0 !important;
    border-color: #04cad0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #17c8ce;
    border-color: #17c8ce;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(4, 202, 208, 0.9);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #17c8ce;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17c8ce;
    border-color: #17c8ce;
}

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #17c8ce;
    border-color: #17c8ce;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(4, 202, 208, 0.9);
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(4, 202, 208, 0.9);
}

.btn-primary-light {
    color: #293991;
    background: #dcdaf5 !important;
    border-color: #dcdaf5 !important;
}

.btn-primary-light:hover {
    color: #fff;
    background-color: #293991 !important;
    border-color: #293991;
}

.btn-primary-light:focus,
.btn-primary-light.focus {
    box-shadow: 0 0 0 2px rgba(86, 78, 193, 0.9);
}

.btn-secondary-light {
    color: #04cad0;
    background: #dbf6f7 !important;
    border-color: #dbf6f7;
}

.btn-secondary-light:hover {
    color: #fff;
    background-color: #04cad0 !important;
    border-color: #04cad0;
}

.btn-secondary-light:focus,
.btn-secondary-light.focus {
    box-shadow: 0 0 0 2px rgba(240, 239, 241, 0.9);
}

/*--gradient-buttons--*/
.btn-primary-gradient {
    color: #fff;
    background: linear-gradient(to right bottom, #293991, #635bca) !important;
    border-color: #293991 !important;
}

.btn-primary-gradient:hover {
    color: #fff;
    background-color: #635bca;
    border-color: #635bca;
}

.btn-primary-gradient:focus,
.btn-primary-gradient.focus {
    box-shadow: 0 0 0 2px rgba(86, 78, 193, 0.9);
}

.btn-primary-gradient.disabled,
.btn-primary-gradient:disabled {
    color: #fff;
    background-color: #293991;
    border-color: #293991;
}

.btn-primary-gradient:not(:disabled):not(.disabled):active,
.btn-primary-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #293991;
    border-color: #293991;
}

.show>.btn-primary-gradient.dropdown-toggle {
    color: #fff;
    background-color: #293991;
    border-color: #293991;
}

.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(86, 78, 193, 0.9);
}

.show>.btn-primary-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(86, 78, 193, 0.9);
}

.btn-secondary-gradient {
    color: #fff;
    background: linear-gradient(to bottom right, #04cad0 0%, #79f1e9 100%) !important;
    border-color: #04cad0;
}

.btn-secondary-gradient:hover {
    color: #fff;
    background-color: #04cad0;
    border-color: #04cad0;
}

.btn-secondary-gradient:focus,
.btn-secondary-gradient.focus {
    box-shadow: 0 0 0 2px rgba(4, 202, 208, 0.9);
}

.btn-secondary-gradient.disabled,
.btn-secondary-gradient:disabled {
    color: #fff;
    background-color: #04cad0;
}

.btn-secondary-gradient:not(:disabled):not(.disabled):active,
.btn-secondary-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #04cad0;
    border-color: #04cad0;
}

.show>.btn-secondary-gradient.dropdown-toggle {
    color: #fff;
    background-color: #04cad0;
    border-color: #04cad0;
}

.btn-secondary-gradient:not(:disabled):not(.disabled):active:focus,
.btn-secondary-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(4, 202, 208, 0.9);
}

.show>.btn-secondary-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(4, 202, 208, 0.9);
}

.btn-outline-primary {
    color: #293991;
    background: transparent;
    background-image: none;
    border-color: #293991;
}

.btn-outline-primary:hover {
    color: #fff;
    background: #293991;
    border-color: #293991;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.1);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #293991;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #293991;
    border-color: #293991;
}

.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #293991;
    border-color: #293991;
}

.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(70, 127, 207, 0.1);
}

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.1);
}

.btn-outline-secondary {
    color: #04cad0;
    background-color: transparent;
    background-image: none;
    border-color: #04cad0;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #04cad0;
    border-color: #04cad0;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(4, 202, 208, 0.9);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #04cad0;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #04cad0;
    border-color: #04cad0;
}

.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #04cad0;
    border-color: #04cad0;
}

.btn-link {
    color: #293991;
}

.btn-link:hover {
    color: #635bca;
}

.drop-icon-wrap .drop-icon-item:hover {
    color: #293991;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    color: #293991;
}

/*----- Custom control -----*/
timeline__item:after {
    border: 6px solid #293991;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #293991;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #293991;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #293991;
}

.custom-select:focus {
    border-color: #293991;
}

.custom-file-label::after {
    background-color: #293991;
}

.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb,
.custom-range::-ms-thumb {
    background-color: #293991;
}

/*------ Navigation -------*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #293991;
}

.page-item.active .page-link {
    background-color: #293991;
}

/*------ Email services -------*/
.range.range-primary input[type="range"]::-webkit-slider-thumb,
.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: #293991;
}

.range.range-primary output {
    background-color: #293991;
}

.range.range-primary input[type="range"] {
    outline-color: #293991;
}

/*------ Pricing Styles ---------*/
.panel.price>.panel-heading {
    background: #293991;
}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.nav-tabs .nav-item1 .nav-link.active {
    background: #293991;
}

.pop-primary {
    color: #293991;
}

.popsecondary {
    color: #04cad0;
}

/*----- Typography ------*/
.heading-primary {
    background-color: #293991;
}

.breadcrumb-item1 a {
    color: #293991;
}

/*-------Accordion-----------*/
.panel-default>.panel-heading {
    color: #293991;
    background-color: #f6f5fb;
    border-color: #eaf2f9;
}

/*-----Badges-----*/
.badge-primary {
    color: #fff;
    background: #293991;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #635bca;
}

.badge-secondary {
    color: #fff;
    background: #04cad0 !important;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background: #04cad0;
}

.alert-primary {
    color: #564fc1;
    background-color: #d1cfef;
    border-color: #d1cfef;
}

.alert-primary hr {
    border-top-color: #d1cfef;
}

.alert-primary .alert-link {
    color: #172b46;
}

.alert-secondary {
    color: #04cad0;
    background-color: #d7f4f5;
    border-color: #d7f4f5;
}

.alert-secondary hr {
    border-top-color: #d7f4f5;
}

.alert-secondary .alert-link {
    color: #04cad0;
}

/*------ Headers -------*/
.header,
.header-bg {
    background: #efefee;
}

.text-blue {
    color: #293991 !important;
}

.nav-tabs .nav-link:hover:not(.disabled),
.nav-tabs .nav-link.active {
    background: #293991;
}

.page-main:after {
    background: #f7e1c0;
}

@media (max-width: 992px) {
    .nav-item.with-sub .sub-item {
        border-top: 2px solid #293991;
    }
}

/*--------panel----------*/
.expanel-primary {
    border: #293991 !important;
}

.expanel-secondary {
    border: #04cad0 !important;
}

.expanel-primary>.expanel-heading {
    color: #fff !important;
    background-color: #293991 !important;
    border-color: #293991 !important;
}

.expanel-secondary>.expanel-heading {
    color: #fff !important;
    background-color: #04cad0 !important;
    border-color: #04cad0 !important;
}

/*-------- Loaders ---------*/
.spinner,
.spinner-lg,
.double-bounce1,
.double-bounce2,
.cube1,
.cube2 {
    background-color: #293991;
}

.lds-heart div {
    background: #293991;
}

.lds-heart div:after,
.lds-heart div:before {
    background: #293991;
}

.lds-ring div {
    border: 6px solid #293991;
    border-color: #293991 transparent transparent transparent;
}

/*PMboYSIqMee+p4uAjskftSrErYaF9PDNDn+EGSzR9N2BspYI8=
feCz66HNQhyoUIndT6pXQpWta+PA3e1h3yExMyH1EsOo6f8PXnNPyHGLRfchOSF9WSX7exs=*/
.lds-hourglass:after {
    border: 26px solid #293991;
    border-color: #293991 transparent;
}

.form-signin .form-control:focus {
    border-bottom: 1px solid #293991;
}

a.chip:hover {
    background-color: #293991;
}

/*---- Tags-----*/
.tag-primary {
    background-color: #293991;
    color: #fff;
}

.tag-secondary {
    background-color: #04cad0;
    color: #fff;
}

.selectgroup-input:checked+.selectgroup-button,
.selectgroup-input:focus+.selectgroup-button {
    border-color: #293991;
    color: #293991;
}

.timeline--horizontal .timeline-divider {
    background: #293991 !important;
}

/*-----Back to Top-----*/
#back-to-top {
    background: #293991;
}

#back-to-top:hover {
    color: #000 !important;
    border: 2px solid #293991;
}

.tabs-menu1 ul li .active {
    border-bottom: 5px solid #293991;
}

.tab-content i,
.tabs-menu2 ul li .active {
    color: #293991;
}

/*-- rating--*/
.rating-stars .rating-stars-container .rating-star.is--active .fa-heart,
.rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
    color: #293991;
}

.message-feed:not(.right) .mf-content {
    background: #293991;
}

.message-feed:not(.right) .mf-content:before {
    border-right-color: #293991;
}

.msb-reply button {
    background: #293991;
}

/* --------Added--------- css*/
.cal1 .clndr .clndr-table .header-days {
    background: #293991;
}

.cal1 .clndr .clndr-table tr .day.today.event,
.cal1 .clndr .clndr-table tr .day.my-today.event {
    background: #293991;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    background: #293991;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    background: #293991;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
    background: #293991;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
    background: #293991;
}

.fc-event {
    border: 1px solid #293991;
    background-color: #293991;
}

.fc-event-dot {
    background-color: #293991;
}

/* ----Added css----*/
div.conv-form-wrapper div.options div.option {
    color: #293991;
    border: 1px solid #293991;
}

form.convFormDynamic button.submit {
    color: #293991;
    border: 1px solid #293991 !important;
}

div.conv-form-wrapper div.options div.option.selected {
    background: #293991;
}

div.conv-form-wrapper div.options div.option.selected:hover {
    background: #293991;
}

form.convFormDynamic button.submit:hover {
    background: #293991 !important;
}

div.conv-form-wrapper div#messages div.message.from {
    background: #293991;
}

.addui-slider .addui-slider-track .addui-slider-handle:after,
.addui-slider .addui-slider-track .addui-slider-range {
    background: #293991;
}

.timeline__item:after {
    border: 6px solid #293991;
}

.tab_wrapper>ul li.active {
    border-color: #293991;
    background: #564fc1;
}

.cal1 .clndr .clndr-table tr .day.today,
.cal1 .clndr .clndr-table tr .day.my-today {
    background: #293991;
}

/*----chart-drop-shadow----*/
.chart-dropshadow-primary {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(86, 78, 193, 0.5));
    filter: drop-shadow(-6px 12px 4px rgba(86, 78, 193, 0.5));
}

.chart-dropshadow-primary-1 {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(86, 78, 193, 0.2));
    filter: drop-shadow(-6px 12px 4px rgba(86, 78, 193, 0.2));
}

.chart-dropshadow-secondary {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(4, 202, 208, 0.2));
    filter: drop-shadow(-6px 12px 4px rgba(4, 202, 208, 0.2));
}

.shadow-primary {
    box-shadow: 0 7px 30px rgba(86, 78, 193, 0.3) !important;
}

.shadow-secondary {
    box-shadow: 0 7px 30px rgba(248, 147, 67, 0.1) !important;
}

.weather-card .top {
    background: #293991;
}

.primary .pricing-divider {
    background: linear-gradient(to bottom right, #635bca, #293991) !important;
    padding: 1em 0 4em;
    position: relative;
}

.secondary .pricing-divider {
    background: linear-gradient(to bottom right, #04cad0 0%, #79f1e9 100%) !important;
    padding: 1em 0 4em;
    position: relative;
}

.product-grid6 .title a:hover {
    color: #293991;
}

.product-grid6 .icons li a {
    color: #293991;
    border: 1px solid #293991;
}

#user-profile .profile-details a>i,
#user-profile .profile-details i {
    color: #293991;
}

.text-primary-gradient {
    background: linear-gradient(to right bottom, #293991 0%, #635cc5 100%);
    background: linear-gradient(to right bottom, #293991 0%, #635cc5 100%);
}

.text-secondary-gradient {
    background: linear-gradient(to right, #04cad0 0%, #79f1e9 100%);
}

/*---about us---*/
.statistics-info .counter-icon {
    border: 1px solid #293991;
}

.statistics-info .counter-icon i {
    color: #293991;
}

.chat .msg_head {
    background: #293991;
}

.top-footer p:hover {
    color: #293991;
}

.top-footer a address:hover,
.top-footer a:hover {
    color: #293991;
}

.footer-payments a:hover,
.footer-social-list a:hover,
.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
    color: #293991;
}

.label-primary {
    background: #293991;
}

.sweet-alert button {
    background-color: #293991 !important;
}

/*PMboYSIqMee+p4uAjskftSrErYaF9PDNDn+EGSzR9N2BspYI8=
feCz66HNQhyoUIndT6pXQpWta+PA3e1h3yExMyH1EsOo6f8PXnNPyHGLRfchOSF9WSX7exs=*/
/*Horizontal menu */
.horizontal-main {
    background: #293991;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active,
.hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    color: #fff;
    background: #293991;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active:hover {
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li>a i {
    color: #fff;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover,
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
    color: #293991;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover {
    text-decoration: none;
    color: #293991;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .search-show .search-element {
        background: #293991;
    }
}

@media (max-width: 575.98px) {
    .search-show .search-element {
        background: #293991;
    }
}

.form-control.header-search::placeholder {
    color: #f2f2ff;
    opacity: 0.5;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    background-color: #293991;
    border-color: #293991;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    border-color: #293991;
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label {
    background-color: #293991;
}

.onoffswitch2-checkbox:checked+.onoffswitch-label2,
.onoffswitch2-checkbox:checked+.onoffswitch2-label:before {
    border-color: #293991;
}

.badge-primary-gradient {
    color: #fff;
    background: linear-gradient(to bottom right, #293991 0%, #6c64ce 100%) !important;
}

.badge-primary-gradient[href]:hover,
.badge-primary-gradient[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #293991;
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: #293991;
}

.custom-switch-input:focus~.custom-switch-indicator {
    border-color: #293991;
}

.ms-choice {
    color: #293991 !important;
}

.sidebar .tabs-menu ul li .active {
    background: #293991;
}

.chat .search_btn {
    background-color: #293991 !important;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .search-show .search-element {
        background: #293991;
    }
}

.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title {
    border-color: #564fc1 !important;
}

.page-link:hover {
    color: #293991;
}

/*left-menu*/
.left-app .side-menu__icon,
.left-app .slide-item.active {
    color: #293991;
}

.slide-item:hover,
.slide-item:focus {
    color: #293991;
}

.left-app .slide.submenu .side-menu__label:hover,
.left-app .side-menu .slide-menu.submenu-list a:hover {
    color: #293991;
}

/* left-menu2 */
.left-menu2 .side-menu__item.active:hover {
    background: #293991;
    color: #fff;
    background: #293991;
    color: #fff;
}

.left-menu2 .side-menu li.active>a {
    color: #293991;
}

.left-menu2 .side-menu__item.active {
    color: #fff !important;
    background: #293991 !important;
}

.left-menu2 .slide-menu li.active>a {
    color: #293991;
}

.left-menu2 .side-menu li a:hover {
    color: #fff;
    background: #293991;
}

.left-menu2 .slide-menu li.active>a,
.left-menu2 .slide-menu li a:hover {
    color: #293991;
    background: none;
}

.left-menu2 .side-menu__icon {
    color: #293991;
}

/*# sourceMappingURL=color.css.map */