.switch-box {
    position: fixed;
    bottom: 15px;
    right: 120px;
    z-index: 9999
}

.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1.5px solid #0067da;
    -webkit-transition: .4s;
    transition: .4s
}

.switch-box .slider::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 15px #2020203d;
    box-shadow: 0 0 15px #2020203d;
    background: #fff url(../images/night.png);
    background-repeat: no-repeat;
    background-position: center
}

.switch-box .slider.round {
    border-radius: 34px
}

.switch-box .slider.round::before {
    border-radius: 50%
}

.switch-box .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px
}

.switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch-box input:checked+.slider {
    background-color: transparent;
    border: 1.5px solid #be3137
}

.switch-box input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #be3137;
    box-shadow: 0 0 1px #be3137
}

.switch-box input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    background: #fff url(../images/sunny.png);
    background-repeat: no-repeat;
    background-position: center
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
    color: #fff!important
}

.theme-dark h3 {
    color: #fff!important
}

.theme-dark h3 a {
    color: #fff!important;
    -webkit-transition: .7s;
    transition: .7s
}

.theme-dark h3 a:hover {
    color: #0067da!important
}

.theme-dark span {
    color: #fff!important
}

.theme-dark p {
    color: #fff!important
}

.theme-dark body {
    background: #1d1d1d;
    color: #fff
}

.theme-dark .color-white {
    color: #000!important
}

.theme-dark .bg-off-white {
    background-color: #252525
}

.theme-dark .background-shapes {
    opacity: .1
}

.theme-dark .bg-maincolor-light {
    background-color: #252525
}

.theme-dark .form-group label {
    color: #fff
}

.theme-dark .form-control {
    background-color: #0e0e0e!important;
    color: #fff!important
}

.theme-dark .input-group {
    background-color: #0e0e0e!important
}

.theme-dark .nice-select {
    background-color: #0e0e0e
}

.theme-dark .list {
    background-color: #0e0e0e
}

.theme-dark .list .option {
    color: #fff!important
}

.theme-dark .option.selected {
    color: #fff;
    background-color: #0067da
}

.theme-dark .option:hover {
    color: #fff;
    background-color: #0067da
}

.theme-dark .option.focus {
    color: #fff;
    background-color: #0067da
}

.theme-dark .option.selected.focus {
    color: #fff;
    background-color: #0067da
}

.theme-dark ul li {
    color: #fff!important
}

.theme-dark .navbar-light .navbar-brand .logo1 {
    display: none
}

.theme-dark .navbar-light .navbar-brand .logo2 {
    display: inline-block
}

.theme-dark .navbar-area {
    background-color: #252525
}

.theme-dark .navbar-area .main-nav {
    background-color: #252525
}

.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #fff!important
}

.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #0067da!important
}

.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #0067da!important
}

.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #252525!important
}

.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #fff!important
}

.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #0067da!important
}

.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #0067da!important
}

.theme-dark .navbar-area.is-sticky {
    background-color: #252525
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #fff
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a.active {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>a {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>a.active {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>a {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .navbar-option-search a {
    color: #fff
}

.theme-dark .navbar-area.is-sticky .navbar-option-search a:hover {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .navbar-option-cart a {
    color: #fff
}

.theme-dark .navbar-area.is-sticky .navbar-option-cart a:hover {
    color: #0067da
}

.theme-dark .navbar-area.is-sticky .main-brand {
    opacity: 1
}

.theme-dark .navbar-area.is-sticky .hover-brand {
    opacity: 0
}

.theme-dark .navbar-area.is-sticky .mobile-nav .navbar-option-item button {
    color: #6749f1
}

.theme-dark .mobile-nav .mobile-brand .logo1 {
    display: none
}

.theme-dark .mobile-nav .mobile-brand .logo2 {
    display: inline-block
}

.theme-dark .mean-container a.meanmenu-reveal {
    color: #fff!important
}

.theme-dark .mean-container a.meanmenu-reveal span {
    background-color: #fff!important
}

.theme-dark .mean-container .mean-bar {
    background-color: #252525
}

.theme-dark .mean-container .navbar-nav {
    background-color: #1d1d1d
}

.theme-dark .mean-container .mean-nav .navbar-nav .nav-item a {
    color: #fff
}

.theme-dark .mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #0067da!important
}

.theme-dark .mean-container .mean-nav .navbar-nav .nav-item a:hover {
    color: #0067da!important
}

.theme-dark .mean-container .mean-nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #1d1d1d
}

.theme-dark .navbar-option-language button i {
    color: #fff
}

.theme-dark .navbar-option-language button.dropdown-toggle::after {
    color: #fff
}

.theme-dark .navbar-option-item a i {
    color: #fff
}

.theme-dark .navbar-option-dots {
    color: #fff
}

.theme-dark .navbar-option-dots i {
    color: #fff
}

.theme-dark .navbar-option-dots>.dropdown-menu {
    background-color: #252525
}

.theme-dark .bg-color {
    background-color: #0e0e0e!important;
    background-image: none
}

.theme-dark .header-revolution .header-title span {
    color: #0067da!important
}

.theme-dark .header-carousel-content .header-content-text small {
    color: #fff
}

.theme-dark .header-carousel-item:nth-child(even)::before {
    background-color: #000;
    background-image: none;
    opacity: .7
}

.theme-dark .header-carousel-item:nth-child(odd)::before {
    background-color: #000;
    background-image: none;
    opacity: .7
}

.theme-dark .header-page {
    background-color: #000;
    background-image: none
}

.theme-dark .header-page .breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.theme-dark .header-page .breadcrumb-item+.breadcrumb-item.active {
    color: #fff
}

.theme-dark .header-page-shape {
    opacity: .5
}

.theme-dark .meeting-time {
    background-color: #252525;
    color: #0067da
}

.theme-dark .authentication-item {
    background-color: #252525
}

.theme-dark .about-item-card:hover {
    background-color: #0e0e0e
}

.theme-dark .instructor-card:hover .instructor-card-content {
    background-color: #0e0e0e
}

.theme-dark .pricing-item-inner {
    background-color: #252525
}

.theme-dark .pricing-item-inner .pricing-thumb {
    background-color: #0e0e0e
}

.theme-dark .calender-event {
    background-color: #252525
}

.theme-dark .faq-accordion-header {
    background-color: #0e0e0e
}

.theme-dark .faq-accordion-body {
    background-color: #0e0e0e
}

.theme-dark .faq-accordion-item-active .faq-accordion-header {
    background-color: #0067da
}

.theme-dark .about-image-text {
    background-color: #0e0e0e
}

.theme-dark .course-card.course-card-offwhite .course-card-content {
    background-color: #0e0e0e
}

.theme-dark .video-bg-shape-item,
.theme-dark .double-bg-shape-items {
    opacity: .1
}

.theme-dark .bg-blue {
    background-color: #0e0e0e
}

.theme-dark .header-carousel-two-item {
    position: relative;
    z-index: 1
}

.theme-dark .header-carousel-two-item::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0e0e;
    opacity: .8
}

.theme-dark .header-recommended-text p a {
    color: #fff
}

.theme-dark .blog-list-card:hover .blog-list-card-content {
    background-color: #0e0e0e
}

.theme-dark .image-frame.image-frame-2::before {
    opacity: .1
}

.theme-dark .sidebar-tag li a {
    background-color: #0e0e0e;
    color: #fff;
    -webkit-transition: .7s;
    transition: .7s
}

.theme-dark .sidebar-tag li a:hover {
    background-color: #0067da
}

.theme-dark blockquote {
    background-color: #252525
}

.theme-dark .blog-quick-recent-item a {
    background-color: #252525
}

.theme-dark .cart-quantity input {
    color: #fff
}

.theme-dark .cart-quantity button {
    color: #fff
}

.theme-dark .product-details-caption .product-wishlist {
    color: #fff
}

.theme-dark .product-details-caption .product-wishlist:hover {
    color: #0067da
}

.theme-dark .product-tab-list {
    background-color: #252525
}

.theme-dark .product-description-table table tbody tr td {
    color: #fff
}

.theme-dark .product-review-item {
    background-color: #252525
}

.theme-dark .input-checkbox label {
    color: #fff
}

.theme-dark .cart-table table tbody tr td {
    color: #fff
}

.theme-dark .cart-table table tbody tr td .cart-quantity input {
    background-color: #252525
}

.theme-dark .cart-table table tbody tr td .cart-quantity button {
    background-color: #252525
}

.theme-dark .cart-coupon form .form-group {
    background-color: #0e0e0e
}

.theme-dark .bg-gray {
    background-color: #0e0e0e
}

.theme-dark .summery-box {
    background-color: #0e0e0e
}

.theme-dark .summery-label {
    color: #fff
}

.theme-dark .summery-info-details-inner small {
    color: #fff
}

.theme-dark .summery-progress {
    background-color: #252525
}

.theme-dark .gallery-selection-tab {
    background-color: #252525
}

.theme-dark .overlay-text {
    opacity: .1
}

.theme-dark .bg-top-shape,
.theme-dark .bg-bottom-shape {
    opacity: .1
}

.theme-dark .bg-thirdcolor-light {
    background-color: #252525;
    border-bottom: 1px solid #f3f3f30f
}

.theme-dark .partner-carousel-two .partner-item img {
    opacity: 1
}

.theme-dark .course-card,
.theme-dark .course-card-list {
    background-color: #0e0e0e
}

.theme-dark .course-card:hover .course-card-content,
.theme-dark .course-card-list:hover .course-card-content {
    background-color: #0e0e0e
}

.theme-dark .offer-card-thumb {
    background-color: #0e0e0e
}

.theme-dark .offer-redirect-link {
    background-color: #0e0e0e;
    color: #fff
}

.theme-dark .contact-option-details p a {
    color: #f3f3f3
}

.theme-dark .contact-information-image::before {
    opacity: .5
}

.theme-dark .profile-information-tab {
    background-color: #252525
}

.theme-dark .profile-table table tbody tr td {
    color: #fff
}

.theme-dark .coming-soon-details .form-group {
    background-color: #0e0e0e
}

.theme-dark .coming-soon-section::before {
    background-color: #0e0e0e;
    opacity: .7
}