/*====================
Dark Mode Styles
======================*/

.theme-dark {
  --theme-color-light: rgba(17, 110, 99, 0.25);
  --theme-bg-light: #1e2638;
  --body-text-color: #c8c8c8;
  --color-white: #1a2238;
  --color-dark: #f1f1f1;
  --hero-overlay-color: rgba(0, 0, 0, 0.7);
  --slider-arrow-bg: rgba(255, 255, 255, 0.1);
  --box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.3);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.4);
  --border-info-color: rgba(255, 255, 255, 0.08);
  --border-info-color2: rgba(255, 255, 255, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #0d1520;
  --footer-bg2: #0d1520;
  --footer-text-color: #c8c8c8;
}

.theme-dark body {
  background-color: #151a28;
  color: #c8c8c8;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
  color: #f1f1f1;
}

.theme-dark p {
  color: #c8c8c8;
}

.theme-dark a {
  color: #c8c8c8;
}

.theme-dark .hero-section {
  background-color: #0d1520;
}

.theme-dark .hero-content p {
  color: #c8c8c8;
}

.theme-dark .hero-single .hero-content .hero-title {
  color: #ffffff;
}

.theme-dark .feature-area {
  background-color: #151a28;
}

.theme-dark .feature-item {
  background: #1e2638;
}

.theme-dark .about-area {
  background-color: #151a28;
}

.theme-dark .about-right .about-text {
  color: #c8c8c8;
}

.theme-dark .about-item {
  background: #1e2638;
}

.theme-dark .about-item-content h5 {
  color: #f1f1f1;
}

.theme-dark .about-item-content p {
  color: #c8c8c8;
}

.theme-dark .about-quote {
  background: #1e2638;
}

.theme-dark .about-quote p {
  color: #c8c8c8;
}

.theme-dark .about-bottom .theme-btn {
  color: #1a2238;
}

.theme-dark .counter-area {
  background-color: #0d1520;
}

.theme-dark .counter-box {
  background: #1e2638;
}

.theme-dark .counter-box .title {
  color: #f1f1f1;
}

.theme-dark .site-heading .site-title {
  color: #f1f1f1;
}

.theme-dark .site-heading .site-title-tagline {
  color: #c8c8c8;
}

.theme-dark .section-bg {
  background-color: #0d1520;
}

.theme-dark .course-area {
  background-color: #151a28;
}

.theme-dark .course-item {
  background: #1e2638;
}

.theme-dark .course-content h4 a {
  color: #f1f1f1;
}

.theme-dark .course-content p {
  color: #c8c8c8;
}

.theme-dark .choose-area {
  background-color: #0d1520;
}



.theme-dark .choose-item {
  background: #1e2638;
}

.theme-dark .choose-item-content h4 {
  color: #f1f1f1;
}

.theme-dark .choose-item-content p {
  color: #c8c8c8;
}

.theme-dark .testimonial-area {
  background-color: #151a28;
}

.theme-dark .testimonial-single {
  background: #1e2638;
}

.theme-dark .testimonial-content p {
  color: #c8c8c8;
}

.theme-dark .testimonial-quote i {
  color: rgba(255, 255, 255, 0.1);
}

.theme-dark .department-area {
  background-color: #151a28;
}

.theme-dark .department-item {
  background: #1e2638;
}

.theme-dark .department-content h4 a {
  color: #f1f1f1;
}

.theme-dark .department-content p {
  color: #c8c8c8;
}

.theme-dark .event-area {
  background-color: #151a28;
}

.theme-dark .event-item {
  background: #1e2638;
}

.theme-dark .event-content h4 a {
  color: #f1f1f1;
}

.theme-dark .event-content p {
  color: #c8c8c8;
}

.theme-dark .blog-area {
  background-color: #151a28;
}

.theme-dark .blog-item {
  background: #1e2638;
}

.theme-dark .blog-content h4 a {
  color: #f1f1f1;
}

.theme-dark .blog-content p {
  color: #c8c8c8;
}

.theme-dark .cta-area {
  background-color: #0d1520;
}

.theme-dark .video-area {
  background-color: #0d1520;
}

.theme-dark .gallery-area {
  background-color: #151a28;
}

.theme-dark .partner-area {
  background-color: #151a28;
}

.theme-dark .footer-area {
  background-color: #0d1520;
}

.theme-dark .footer-area .footer-list li a {
  color: #ffffff;
}

.theme-dark .copyright-area {
  background-color: #0a1018;
}

.theme-dark .copyright-area .copyright-text p {
  color: #c8c8c8;
}

.theme-dark .navbar-area {
  background-color: #151a28;
}

.theme-dark .navbar-area .navbar-brand .white-logo {
  display: block;
}

.theme-dark .navbar-area .navbar-brand .main-logo {
  display: none;
}

.theme-dark .main-navigation .navbar-brand .white-logo {
  display: block;
}

.theme-dark .main-navigation .navbar-brand .main-logo {
  display: none;
}

.theme-dark .navbar-area .desktop-nav .navbar-nav .nav-item a {
  color: #f1f1f1;
}

.theme-dark .navbar-area .desktop-nav .navbar-nav .nav-item a:hover,
.theme-dark .navbar-area .desktop-nav .navbar-nav .nav-item a.active {
  color: var(--theme-color2);
}

.theme-dark .navbar-area .desktop-nav .others-options .icon {
  color: #f1f1f1;
}

.theme-dark .navbar .navbar-nav .nav-item a {
  color: #f1f1f1;
}

.theme-dark .navbar .navbar-nav .nav-item a:hover,
.theme-dark .navbar .navbar-nav .nav-item a.active {
  color: var(--theme-color2);
}

.theme-dark .navbar .nav-item .dropdown-menu {
  background: #1e2638;
}

.theme-dark .navbar .nav-item .dropdown-menu .dropdown-item {
  color: #f1f1f1;
}

.theme-dark .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: #2a3548;
}

.theme-dark .top-header-area {
  background-color: #0d1520;
}

.theme-dark .mobile-responsive-nav .mobile-responsive-menu .logo .white-logo {
  display: block;
}

.theme-dark .mobile-responsive-nav .mobile-responsive-menu .logo .main-logo {
  display: none;
}

.theme-dark .breadcrumb-area {
  background-color: #0d1520;
}

.theme-dark .breadcrumb-area .breadcrumb-title {
  color: #f1f1f1;
}

.theme-dark .breadcrumb-area .breadcrumb-item a {
  color: #c8c8c8;
}

.theme-dark .breadcrumb-area .breadcrumb-item.active {
  color: #f1f1f1;
}

.theme-dark .page-area {
  background-color: #151a28;
}

.theme-dark .form-control {
  background-color: #1e2638;
  color: #f1f1f1;
  border-color: #2a3548;
}

.theme-dark .form-control::placeholder {
  color: #888;
}

.theme-dark .nav-bg-1 {
  background-color: #151a28;
}

.theme-dark .top-header-area {
  background-color: #0d1520;
}

.theme-dark .top-header-area .top-header-item span {
  color: #c8c8c8;
}

.theme-dark .top-header-area .header-left-content ul li,
.theme-dark .top-header-area .header-left-content ul li a {
  color: #ffffff;
}

.theme-dark .preloader-area {
  background-color: #151a28;
}

.theme-dark .owl-theme .owl-nav [class*=owl-] {
  background: #2a3548;
  color: #f1f1f1;
}

.theme-dark .owl-theme .owl-dots .owl-dot span {
  background: #2a3548;
}

.theme-dark .owl-theme .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

.theme-dark .widget {
  background: #1e2638;
}

.theme-dark .widget-title {
  color: #f1f1f1;
}

.theme-dark .widget ul li a {
  color: #c8c8c8;
}

.theme-dark .widget ul li a:hover {
  color: var(--theme-color2);
}

.theme-dark .tag-list a {
  background: #2a3548;
  color: #c8c8c8;
}

.theme-dark .tag-list a:hover {
  background: var(--theme-color);
  color: #fff;
}

.theme-dark .contacts-form {
  background: #1e2638;
}

.theme-dark .contacts-form .form-group input,
.theme-dark .contacts-form .form-group textarea {
  background: #151a28;
  color: #f1f1f1;
  border-color: #2a3548;
}

.theme-dark .preloader {
  background: #151a28;
}

.theme-dark .sidebarModal.modal.right .modal-content {
  background: #0d1520;
}

.theme-dark .sidebarModal .modal-body .sidebar-logo .white-logo {
  display: block;
}

.theme-dark .sidebarModal .modal-body .sidebar-logo .main-logo {
  display: none;
}

.theme-dark .sidebarModal .modal-body > p {
  color: #c8c8c8;
}

.theme-dark .sidebarModal .modal-body .sidebar-contact h4 {
  color: #f1f1f1;
}

.theme-dark .sidebarModal .modal-body .sidebar-contact ul li {
  color: #c8c8c8;
}

.theme-dark .sidebarModal .modal-body .sidebar-contact ul li a {
  color: #c8c8c8;
}

.theme-dark .sidebarModal .modal-body .sidebar-contact ul li a:hover {
  color: var(--theme-color2);
}

.theme-dark .sidebarModal .modal-body .sidebar-social h4 {
  color: #f1f1f1;
}

.theme-dark .sidebarModal .modal-body .sidebar-social ul li a {
  background: #1e2638;
  color: #c8c8c8;
}

.theme-dark .sidebarModal .modal-body .sidebar-social ul li a:hover {
  background: var(--theme-color);
  color: #fff;
}

/* Toggle Switch Styles */
.switch-box {
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 63px;
}

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

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

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4d4949;
  transition: .4s;
  border-radius: 34px;
}

.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  right: 4px;
  bottom: 4px;
  background: url(../img/icon/theme/night.png);
  background-color: white;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  transition: .4s;
  border-radius: 50%;
}

.switch-box input:checked + .slider {
  background-color: #cbc1c1;
}

.switch-box input:checked + .slider:before {
  transform: translateX(-26px);
  background-image: url(../img/icon/theme/sunny.png);
}
