/*================================================
Default CSS
=================================================*/
.switch-box {
  position: fixed;
  z-index: 1;
  right: 50px;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.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: #C50202;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #000000;
          box-shadow: 0 0px 15px #000000;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box input:checked + .slider {
  background-color: #C50202;
}

.switch-box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #C50202;
          box-shadow: 0 0 1px #C50202;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box .slider.round {
  border-radius: 50px;
}

.switch-box .slider.round:before {
  border-radius: 50%;
}

.theme-light .black-logo {
  display: block;
}

.theme-light .white-logo {
  display: none;
}

.theme-dark .black-logo {
  display: none;
}

.theme-dark .white-logo {
  display: block;
}

.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}

.theme-dark p {
  color: #f1f1f1;
}

.theme-dark p a {
  color: #f1f1f1 !important;
}

.theme-dark p a:hover {
  color: #C50202 !important;
}

.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}

.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: #ffffff !important;
}

.theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: #C50202 !important;
}

.theme-dark a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff !important;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item a:hover, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item a:focus, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item a.active {
  color: #C50202 !important;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item:hover a, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item.active a {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #0e0e0e;
  border: 1px solid #000000;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .others-options .option-item .language-switcher .dropdown-menu {
  background-color: #0e0e0e;
}

.theme-dark .grimpen-nav .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span {
  color: #ffffff;
}

.theme-dark .grimpen-nav .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span:hover {
  color: #C50202;
}

.theme-dark .grimpen-nav .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:hover, .theme-dark .grimpen-nav .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}

.theme-dark .grimpen-nav .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:active, .theme-dark .grimpen-nav .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item.active {
  color: #000000;
  background-color: transparent;
}

.theme-dark .navbar-area.is-sticky .grimpen-nav {
  background-color: #0e0e0e;
}

.theme-dark .search-overlay.search-popup {
  background-color: #0e0e0e;
}

.theme-dark .search-overlay.search-popup .search-form .search-input {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-input::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-input:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-input::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-input::placeholder {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #C50202;
}

.theme-dark .search-overlay.search-popup .search-form .search-button {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-button:hover, .theme-dark .search-overlay.search-popup .search-form .search-button:focus {
  color: #C50202;
}

.theme-dark .sidebar-modal .sidebar-modal-inner {
  background-color: #0e0e0e;
}

.theme-dark .sidebar-modal .sidebar-modal-inner .close-btn {
  color: #ffffff;
}

.theme-dark .sidebar-modal .sidebar-modal-inner .close-btn:hover {
  opacity: 1;
}

.theme-dark .sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
  color: #ffffff;
}

.theme-dark .sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
  color: #ffffff;
}

.theme-dark .sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
  color: #ffffff;
}

.theme-dark .sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #C50202;
}

.theme-dark .sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
  color: #ffffff;
}

.theme-dark .single-featured-services-box {
  background-color: #0e0e0e;
}

.theme-dark .single-featured-services-box:hover {
  background-color: #0e0e0e;
}

.theme-dark .single-featured-services-box:hover .featured-btn .featured-btn-one {
  color: #ffffff;
}

.theme-dark .single-featured-services-box .featured-btn .featured-btn-one {
  color:#e1e1e1;
}

.theme-dark .top-about-section .about-title span {
  color: #e1e1e1;
}

.theme-dark .top-about-section .about-text p {
  color: #ffffff;
}

.theme-dark .about-item .about-content-area strong {
  color: #ffffff;
}

.theme-dark .about-item .about-content-area p {
  color: #ffffff;
}

.theme-dark .about-item .about-list-item .about-list-area i {
  color: #ffffff;
}

.theme-dark .about-item .about-list-item .about-list-area h3 {
  color: #ffffff;
}

.theme-dark .about-item .about-list-item .about-list-area p {
  color: #ffffff;
}

.theme-dark .about-item .about-btn .about-btn-one {
  color: #ffffff;
}

.theme-dark .services-slides .services-item .services-area-content {
  background-color: #0e0e0e;
}

.theme-dark .services-slides .services-item .services-area-content p {
  color: #ffffff;
}

.theme-dark .services-slides .services-item .services-area-content .services-list li {
  color: #ffffff;
}

.theme-dark .services-slides .services-item .services-area-content .services-list i {
  color: #C50202;
}

.theme-dark .services-slides .services-item .services-area-content:hover {
  background-color: #C50202;
}

.theme-dark .services-slides .services-item .services-area-content:hover h3 {
  color: #ffffff;
}

.theme-dark .services-slides .services-item .services-area-content:hover h3::before {
  background-color: #000000;
}

.theme-dark .services-slides .services-item .services-area-content:hover p {
  color: #ffffff;
}

.theme-dark .services-slides .services-item .services-area-content:hover i {
  color: #ffffff;
}

.theme-dark .services-slides .services-item .services-area-content:hover li {
  color: #ffffff;
}

.theme-dark .team-section {
  position: relative;
  z-index: 1;
}

.theme-dark .team-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .90;
}

.theme-dark .funfact-section {
  padding-top: 38px;
  padding-bottom: 38px;
}

.theme-dark .team-slider .team-item .team-content {
  background-color: #0e0e0e;
}

.theme-dark .team-slider .team-item .team-content h3 {
  color: #ffffff;
}

.theme-dark .team-slider .team-item .team-content p {
  color: #ffffff;
}

.theme-dark .team-slider .team-item .team-content .team-social a {
  color: #ffffff;
}

.theme-dark .team-slider .team-item .team-content .team-social i {
  color: #ffffff;
}

.theme-dark .team-slider .team-item .team-content .team-shape-image {
  position: relative;
}

.theme-dark .team-slider .team-item .team-content .team-shape-image img {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}

.theme-dark .team-slider .team-item .team-content:hover {
  background-color: #C50202;
}

.theme-dark .team-slider .team-item .team-content:hover h3 {
  color: #ffffff;
}

.theme-dark .team-slider .team-item .team-content:hover p {
  color: #ffffff;
}

.theme-dark .team-slider .team-item .team-content:hover i {
  color: #ffffff;
}

.theme-dark .team-text-area .team-text span {
  color: #C50202;
}

.theme-dark .team-text-area .team-text h2 {
  color: #ffffff;
}

.theme-dark .team-text-area .team-text p {
  color: #ffffff;
}

.theme-dark .team-text-area .team-content-area .team-support p {
  color: #ffffff;
}

.theme-dark .portfolio-section {
  position: relative;
  z-index: 1;
}

.theme-dark .portfolio-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0e0e0e;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .90;
}

.theme-dark .portfolio-title-area .portfolio-title span {
  color: #e1e1e1;
}

.theme-dark .portfolio-title-area .portfolio-title p {
  color: #ffffff;
}

.theme-dark .portfolio-title-area .filter-menu li {
  color: #ffffff;
}

.theme-dark .portfolio-title-area .filter-menu li:hover {
  color: #C50202;
}

.theme-dark .portfolio-title-area .filter-menu .filter.mixitup-control-active {
  color: #C50202;
  border-bottom: 1px solid #C50202;
}

.theme-dark .tabs-area {
  background-color: #0e0e0e;
  border-bottom: 2px solid #000000;
}

.theme-dark .tabs-area .nav-pills .nav-link {
  color: #ffffff;
}

.theme-dark .tabs-area .nav-pills .nav-link.active {
  color: #ffffff;
  border-bottom: 2px solid #C50202;
}

.theme-dark .pricing-area {
  background-color: #0e0e0e;
}

.theme-dark .pricing-area .single-pricing .features-list ul li {
  color: #ffffff;
}

.theme-dark .pricing-area .single-pricing .features-list ul li::before {
  background-color: #000000;
}

.theme-dark .pricing-area .single-pricing .features-list ul li::after {
  background-color: #000000;
}

.theme-dark .appointment-form-area {
  background-color: #0e0e0e;
}

.theme-dark .appointment-form-area .appointment-form .form-group .form-control {
  color: #ffffff !important;
  border: 1px solid #000000;
  background-color: #000000;
}

.theme-dark .appointment-form-area .appointment-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form-area .appointment-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form-area .appointment-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form-area .appointment-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form-area .appointment-form .form-group .form-control:focus {
  background-color: #000000;
  border-color: #C50202;
}

.theme-dark .appointment-form-area .appointment-form .form-group textarea.form-control {
  border: 1px solid #0e0e0e;
}

.theme-dark .appointment-form-area .nice-select {
  color: #ffffff !important;
}

.theme-dark .appointment-form-area .nice-select .list {
  background-color: #0e0e0e;
}

.theme-dark .appointment-form-area .nice-select .option {
  background-color: #0e0e0e;
}

.theme-dark .testimonial-section {
  position: relative;
  z-index: 1;
}

.theme-dark .testimonial-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .90;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item {
  background-color: #0e0e0e;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item .client-info span {
  color: #ffffff;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item .client-info::before {
  background-color: #000000;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item p {
  color: #ffffff;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item:hover {
  background-color: #C50202;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item:hover h3 {
  color: #ffffff;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item:hover p {
  color: #ffffff;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item:hover span {
  color: #ffffff;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item:hover i {
  color: #ffffff;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item:hover .client-info::before {
  background-color: #0e0e0e;
}

.theme-dark .testimonial-slides .testimonial-content-area .single-testimonial-item:hover .icon i {
  background-color: #ffffff;
  color: #C50202;
}

.theme-dark .blog-item .blog-content {
  background-color: #0e0e0e;
}

.theme-dark .blog-item .blog-content a {
  color: #ffffff;
}

.theme-dark .blog-item .blog-content h3 {
  color: #ffffff;
}

.theme-dark .blog-item .blog-content p {
  color: #ffffff;
}

.theme-dark .blog-item .blog-content:hover h3 {
  color: #C50202;
}

.theme-dark .single-item-box .single-blog-item .post-content .post-meta li {
  color: #ffffff;
}

.theme-dark .single-item-box .single-blog-item .post-content a {
  color: #ffffff;
}

.theme-dark .single-item-box .single-blog-item .post-content a:hover {
  -webkit-columns: #C50202;
          columns: #C50202;
}

.theme-dark .single-item-box .single-blog-item .post-content p {
  color: #ffffff;
}

.theme-dark .team-page .team-item .team-content {
  background-color: #0e0e0e;
}

.theme-dark .team-page .team-item .team-content h3 {
  color: #ffffff;
}

.theme-dark .team-page .team-item .team-content p {
  color: #ffffff;
}

.theme-dark .team-page .team-item .team-content .team-social a {
  color: #ffffff;
}

.theme-dark .team-page .team-item .team-content:hover {
  background-color: #C50202;
}

.theme-dark .team-page .team-item .team-content:hover h3 {
  color: #ffffff;
}

.theme-dark .team-page .team-item .team-content:hover p {
  color: #ffffff;
}

.theme-dark .team-page .team-item .team-content:hover i {
  color: #ffffff;
}

.theme-dark .services-item-area .services-area-content {
  background-color: #0e0e0e;
}

.theme-dark .services-item-area .services-area-content p {
  color: #ffffff;
}

.theme-dark .services-item-area .services-area-content .services-list li {
  color: #ffffff;
}

.theme-dark .services-item-area .services-area-content .services-list i {
  color: #ffffff;
}

.theme-dark .services-item-area .services-area-content:hover {
  background-color: #C50202;
}

.theme-dark .services-item-area .services-area-content:hover h3 {
  color: #ffffff;
}

.theme-dark .services-item-area .services-area-content:hover h3::before {
  background-color: #000000;
}

.theme-dark .services-item-area .services-area-content:hover p {
  color: #ffffff;
}

.theme-dark .services-item-area .services-area-content:hover i {
  color: #ffffff;
}

.theme-dark .services-item-area .services-area-content:hover li {
  color: #ffffff;
}

.theme-dark .services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
  background-color: #0e0e0e;
}

.theme-dark .services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
  border-bottom-color: #C50202;
}

.theme-dark .woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  background-color: #000000;
}

.theme-dark .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: #C50202 !important;
  color: #ffffff;
}

.theme-dark .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 700;
}

.theme-dark .single-product-box {
  background-color: #0e0e0e;
}

.theme-dark .single-product-box .product-content .price {
  color: #ffffff;
}

.theme-dark .single-product-box .product-content .price .old {
  color: #ffffff;
}

.theme-dark .pagination-area .page-numbers {
  background-color: #0e0e0e;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.theme-dark .pagination-area .page-numbers.current, .theme-dark .pagination-area .page-numbers:hover, .theme-dark .pagination-area .page-numbers:focus {
  background: #C50202;
  color: #ffffff;
}

.theme-dark .product-details-desc .price {
  color: #ffffff;
}

.theme-dark .product-details-desc .price .old-price {
  color: #ffffff;
}

.theme-dark .product-details-desc .product-review .rating-count {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.theme-dark .product-details-desc .product-review .rating-count:hover {
  color: #C50202;
  border-color: #C50202;
  text-decoration: none;
}

.theme-dark .product-details-desc .product-add-to-cart .input-counter span {
  color: #ffffff;
}

.theme-dark .product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #C50202;
}

.theme-dark .product-details-desc .product-add-to-cart .input-counter input {
  color: #ffffff;
  background-color: #0e0e0e;
}

.theme-dark .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #ffffff;
}

.theme-dark .product-details-desc .buy-checkbox-btn .cbx span:last-child {
  color: #ffffff;
}

.theme-dark .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #C50202;
}

.theme-dark .product-details-desc .custom-payment-options span {
  color: #ffffff;
}

.theme-dark .products-details-tab .tabs li a {
  border: 1px dashed #0e0e0e;
}

.theme-dark .products-details-tab .tabs li a:hover, .theme-dark .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #C50202;
  border-color: #C50202;
}

.theme-dark .products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #C50202;
  border-color: #C50202;
}

.theme-dark .products-details-tab .tab_content {
  border: 1px dashed #0e0e0e;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #0e0e0e;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  border-top: 1px dashed #0e0e0e;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #C50202;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .cart-table table thead tr th {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td {
  border-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-name a:hover {
  color: #C50202;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter span {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input {
  color: #C50202;
  background-color: #0e0e0e;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #C50202;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #C50202;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #C50202;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #C50202;
}

.theme-dark .cart-totals {
  background: #0e0e0e;
}

.theme-dark .cart-totals ul li {
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .cart-totals ul li span {
  color: #ffffff;
}

.theme-dark .user-actions {
  background: #0e0e0e;
  border-top: 3px solid #C50202;
}

.theme-dark .user-actions::before {
  background: #0e0e0e;
}

.theme-dark .user-actions i {
  color: #C50202;
}

.theme-dark .user-actions span {
  color: #ffffff;
}

.theme-dark .user-actions span a {
  color: #ffffff;
}

.theme-dark .user-actions span a:hover, .theme-dark .user-actions span a:focus {
  color: #C50202;
}

.theme-dark .billing-details .title {
  border-bottom: 1px solid #0e0e0e;
}

.theme-dark .billing-details .form-group label {
  color: #ffffff;
}

.theme-dark .billing-details .form-group label .required {
  color: #C50202;
}

.theme-dark .billing-details .form-group .nice-select {
  color: #ffffff;
  background-color: #0e0e0e;
}

.theme-dark .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
}

.theme-dark .billing-details .form-group .nice-select .list .option {
  color: #000000;
}

.theme-dark .billing-details .form-group .nice-select .list .option:hover {
  background-color: #C50202 !important;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.theme-dark .billing-details .form-group .form-control {
  height: 60px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #0e0e0e;
  color: #ffffff;
  border: 1px solid #0e0e0e;
}

.theme-dark .billing-details .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control:focus {
  border-color: #C50202;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-dark .billing-details .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .billing-details .form-check label {
  color: #ffffff;
}

.theme-dark .order-details .title {
  border-bottom: 1px solid #0e0e0e;
}

.theme-dark .order-details .order-table table thead tr {
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
}

.theme-dark .order-details .order-table table thead tr th {
  border-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr {
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
}

.theme-dark .order-details .order-table table tbody tr td {
  color: #ffffff;
  border-color: #0e0e0e;
}

.theme-dark .order-details .order-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr td.product-name a:hover {
  color: #C50202;
}

.theme-dark .order-details .order-table table tbody tr td.order-subtotal span, .theme-dark .order-details .order-table table tbody tr td.order-shipping span, .theme-dark .order-details .order-table table tbody tr td.total-price span {
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr td.shipping-price, .theme-dark .order-details .order-table table tbody tr td.order-subtotal-price, .theme-dark .order-details .order-table table tbody tr td.product-subtotal {
  color: #ffffff;
}

.theme-dark .order-details .payment-box {
  background-color: #0e0e0e;
}

.theme-dark .order-details .payment-box .payment-method p [type="radio"]:checked + label, .theme-dark .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  color: #ffffff;
}

.theme-dark .order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .theme-dark .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  border: 1px solid #000000;
}

.theme-dark .order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .theme-dark .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  background: #C50202;
}

.theme-dark .single-blog .single-blog-item {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}

.theme-dark .single-blog .single-blog-item .blog-list li {
  color: #ffffff;
}

.theme-dark .blog-details {
  background-color: #0e0e0e;
}

.theme-dark .blog-details .article-content .blockquote {
  background: #0e0e0e;
}

.theme-dark .blog-details .article-content .blockquote p {
  color: #ffffff;
}

.theme-dark .blog-details .article-content .blockquote i::before {
  color: #C50202;
}

.theme-dark .blog-details .article-content .blog-list li {
  color: #ffffff;
}

.theme-dark .post-controls-buttons {
  background-color: #0e0e0e;
}

.theme-dark .post-controls-buttons div a {
  border: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .post-controls-buttons div a:hover, .theme-dark .post-controls-buttons div a:focus {
  color: #ffffff;
  background: #C50202;
  border-color: #C50202;
}

.theme-dark .post-comments {
  background-color: #0e0e0e;
}

.theme-dark .post-comments .single-comment .comment-content span {
  color: #ffffff;
}

.theme-dark .post-comments .single-comment .comment-content p {
  color: #ffffff;
}

.theme-dark .post-comments .single-comment .comment-content a {
  color: #ffffff;
}

.theme-dark .leave-a-reply {
  background-color: #0e0e0e;
}

.theme-dark .leave-a-reply .form-group .form-control {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .leave-a-reply .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .leave-a-reply .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .leave-a-reply .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .leave-a-reply .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .leave-a-reply .form-group .form-control:focus {
  border-color: #C50202;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-dark .sidebar .widget.widget-search {
  background-color: #0e0e0e;
}

.theme-dark .sidebar .widget.widget-search form button {
  background: #C50202;
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-search form .form-control {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #000000;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
}

.theme-dark .sidebar .widget.widget-search form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-search form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-search form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-search form .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-search form .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #C50202;
}

.theme-dark .sidebar .widget.widget-categories {
  background-color: #0e0e0e;
}

.theme-dark .sidebar .widget.widget-categories ul li {
  border-top: 1px solid #000000;
}

.theme-dark .sidebar .widget.widget-categories ul li:last-child {
  border-bottom: 1px solid #000000;
}

.theme-dark .sidebar .widget.widget-categories ul li a {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-categories ul li a:hover {
  color: #C50202;
}

.theme-dark .sidebar .widget.widget-categories ul li i {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-recent-entries {
  background-color: #0e0e0e;
}

.theme-dark .sidebar .widget.widget-recent-entries ul li a {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-recent-entries ul li a:hover {
  color: #C50202;
}

.theme-dark .sidebar .widget.widget-recent-entries ul li p {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-tag-cloud {
  background-color: #0e0e0e;
}

.theme-dark .sidebar .widget.widget-tag-cloud .tagcloud a {
  border: 1px dashed #C50202;
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget-tag-cloud .tagcloud a:hover {
  background: #C50202;
  color: #ffffff;
  text-decoration: none;
}

.theme-dark .login-form {
  background-color: #0e0e0e;
}

.theme-dark .login-form form .form-control {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .login-form form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .login-form form span {
  color: #ffffff;
}

.theme-dark .login-form form span a {
  color: #C50202;
}

.theme-dark .login-form .forgot-password a {
  color: #ffffff;
}

.theme-dark .login-form .forgot-password a:hover {
  color: #C50202;
}

.theme-dark .signup-form {
  background-color: #0e0e0e;
}

.theme-dark .signup-form form .form-control {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .signup-form form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .signup-form form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .signup-form form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .signup-form form .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .signup-form form .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .signup-form form span {
  color: #ffffff;
}

.theme-dark .signup-form form span a {
  color: #C50202;
}

.theme-dark .faq-area {
  background-color: #0e0e0e;
}

.theme-dark .faq-accordion {
  background-color: #000000;
}

.theme-dark .faq-accordion .accordion .accordion-item .accordion-title {
  color: #ffffff;
  border-bottom: 1px solid #0e0e0e;
  background: #0e0e0e;
}

.theme-dark .faq-accordion .accordion .accordion-item .accordion-title.active {
  border-bottom-color: #C50202;
}

.theme-dark .faq-contact {
  background-color: #000000;
}

.theme-dark .faq-contact form .form-control {
  border: 1px solid #0e0e0e;
  background-color: transparent;
  color: #ffffff;
}

.theme-dark .faq-contact form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact form .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact form .form-control:focus {
  border-color: #C50202;
  outline: 0;
}

.theme-dark #contactForm .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
  border: 1px solid #0e0e0e;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.theme-dark #contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark #contactForm .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark #contactForm .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark #contactForm .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark #contactForm .form-group .form-control:focus {
  background-color: transparent;
  border-color: #C50202;
}
/*# sourceMappingURL=dark.css.map */