/*================================================
Default CSS
=================================================*/
.switch-box {
  position: fixed;
  z-index: 1;
  right: 95px;
  bottom: 45px;
}

.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: #e24852;
  -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 #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box input:checked + .slider {
  background-color: #e24852;
}

.switch-box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #e24852;
          box-shadow: 0 0 1px #e24852;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("https://i.ibb.co/7JfqXxB/sunny.png");
  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: #e24852 !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: #e24852 !important;
}

.theme-dark .middle-header-area {
  background-color: #0e0e0e;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff !important;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #e24852 !important;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #e24852;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #0e0e0e;
  border: 1px solid #000000;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e24852;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.theme-dark .main-navbar .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 .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #e24852;
}

.theme-dark .main-navbar .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 .main-navbar .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 .main-navbar .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 .main-navbar .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: #e24852;
}

.theme-dark .main-navbar .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 .main-navbar .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 .main-navbar .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 .main-navbar .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: #e24852;
}

.theme-dark .main-navbar .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: #e24852;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #e24852;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #e24852;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #e24852;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #e24852;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #e24852;
}

.theme-dark .p-relative .main-navbar .navbar {
  background-color: #000000;
}

.theme-dark .p-relative .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .p-relative.is-sticky .main-navbar {
  background-color: #0e0e0e;
}

.theme-dark .navbar-area.is-sticky {
  background-color: #000000 !important;
}

.theme-dark .search-overlay.search-popup {
  background-color: #0e0e0e;
}

.theme-dark .search-overlay.search-popup .search-form .search-input {
  background-color: #000000;
  border: 1px solid #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: #e24852;
}

.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: #e24852;
}

.theme-dark .sidebar-modal {
  background-color: #0e0e0e;
}

.theme-dark .sidebar-modal .sidebar-modal-inner {
  background-color: #000000;
}

.theme-dark .sidebar-modal .sidebar-modal-inner .close-btn {
  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: #e24852;
}

.theme-dark .sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
  color: #ffffff;
}

.theme-dark .about-content .about-list li {
  color: #ffffff;
}

.theme-dark .about-content .signature span {
  color: #ffffff;
}

.theme-dark .about-content .signature img {
  background-color: #ffffff;
}

.theme-dark .about-image .about-years {
  background-color: #0e0e0e;
}

.theme-dark .about-image .about-years span {
  color: #ffffff;
}

.theme-dark .about-image .about-years:hover {
  background-color: #e24852;
}

.theme-dark .about-image .about-years:hover h5 {
  color: #ffffff;
}

.theme-dark .about-image .about-years:hover span {
  color: #ffffff;
}

.theme-dark .about-information {
  background-color: #0e0e0e;
}

.theme-dark .about-warp-image .about-years {
  background-color: #0e0e0e;
}

.theme-dark .about-warp-image .about-years span {
  color: #ffffff;
}

.theme-dark .about-warp-image .about-years:hover {
  background-color: #e24852;
}

.theme-dark .about-warp-image .about-years:hover h5 {
  color: #ffffff;
}

.theme-dark .about-warp-image .about-years:hover span {
  color: #ffffff;
}

.theme-dark .quote-form {
  background-color: #0e0e0e;
}

.theme-dark .quote-form .form-group .form-control {
  border: 1px dashed #000000;
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .quote-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .quote-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .quote-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .quote-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .quote-form .nice-select {
  border: 1px dashed #000000;
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .quote-form .nice-select .list {
  background-color: #000000;
}

.theme-dark .quote-form .nice-select .list .option {
  color: #ffffff;
}

.theme-dark .quote-form .nice-select .list .option:hover {
  background-color: #e24852 !important;
  color: #ffffff;
}

.theme-dark .quote-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.theme-dark .projects-item .content {
  background-color: #0e0e0e;
}

.theme-dark .projects-item .content h3 a {
  color: #ffffff !important;
}

.theme-dark .testimonial-area::before {
  background-color: #000000;
  opacity: .90;
}

.theme-dark .single-team-box .content {
  background-color: #0e0e0e;
}

.theme-dark .blog-area {
  background-color: #0e0e0e;
}

.theme-dark .blog-item .image .date span {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .blog-item .content {
  background-color: #02162e;
}

.theme-dark .blog-item:hover .image .date span {
  background-color: #e24852;
  color: #ffffff;
}

.theme-dark .newsletter-form .input-newsletter {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}

.theme-dark .footer-area {
  background-color: #02162e;
}

.theme-dark .features-item {
  background-color: #0e0e0e;
}

.theme-dark .services-area.bg-ffffff {
  position: relative;
  z-index: 1;
}

.theme-dark .services-area.bg-ffffff::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .90;
}

.theme-dark .services-area.bg-ffffff .section-title p {
  color: #ffffff;
}

.theme-dark .single-services .content {
  background-color: #02162e;
}

.theme-dark .single-services .content h3 a {
  color: #ffffff !important;
}

.theme-dark .gallery-item .content {
  background-color: #02162e;
}

.theme-dark .faq-accordion .accordion .accordion-item {
  background: #02162e;
}

.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-title.active i::before {
  color: #e24852;
}

.theme-dark .faq-accordion .accordion .accordion-content {
  color: #ffffff;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control {
  color: #ffffff;
  background-color: #02162e;
  border: 1px solid #02162e;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control:focus {
  border-color: #e24852;
}

.theme-dark .services-area.bg-f1f0f3 {
  background-color: #02162e;
}

.theme-dark .services-area.bg-f1f0f3 .section-title p {
  color: #ffffff;
}

.theme-dark .single-services-item::after {
  background-color: #0e0e0e;
}

.theme-dark .solution-area {
  background-color: #02162e;
}

.theme-dark .single-pricing {
  background-color: #02162e;
}

.theme-dark .single-pricing .pricing-image {
  background-color: #0e0e0e;
}

.theme-dark .single-pricing .price {
  color: #ffffff;
}

.theme-dark .single-pricing .price span {
  color: #ffffff;
}

.theme-dark .single-pricing .pricing-features li {
  color: #ffffff;
}

.theme-dark .single-pricing .pricing-features li i {
  color: #e24852;
}

.theme-dark .banner-form {
  background-color: #0e0e0e;
}

.theme-dark .banner-form .form-group .form-control {
  border: 1px dashed #000000;
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .banner-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .banner-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .banner-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .banner-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .banner-form .nice-select {
  border: 1px dashed #000000;
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .banner-form .nice-select .list {
  background-color: #000000;
}

.theme-dark .banner-form .nice-select .list .option {
  color: #ffffff;
}

.theme-dark .banner-form .nice-select .list .option:hover {
  background-color: #e24852 !important;
  color: #ffffff;
}

.theme-dark .banner-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.theme-dark .team-area.bg-ffffff {
  background-color: #000000;
}

.theme-dark .team-area.bg-ffffff .section-title p {
  color: #ffffff;
}

.theme-dark .single-products-box .products-content h3 a {
  color: #ffffff;
}

.theme-dark .single-products-box .products-content h3 a:hover {
  color: #e24852;
}

.theme-dark .single-products-box .products-content .price .old-price {
  color: #ffffff;
}

.theme-dark .single-products-box .products-content .add-to-cart {
  color: #ffffff;
}

.theme-dark .single-products-box .products-content .add-to-cart:hover {
  color: #e24852;
}

.theme-dark .cart-table table thead tr {
  border-top: 1px solid #02162e;
  border-bottom: 1px solid #02162e;
}

.theme-dark .cart-table table thead tr th {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr {
  border-top: 1px solid #02162e;
  border-bottom: 1px solid #02162e;
}

.theme-dark .cart-table table tbody tr td {
  color: #ffffff;
  border-color: #02162e;
}

.theme-dark .cart-table table tbody tr td.product-thumbnail a {
  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: #e24852;
}

.theme-dark .cart-table table tbody tr td.product-subtotal .remove {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}

.theme-dark .cart-table table tbody tr td.product-subtotal span {
  color: #ffffff;
}

.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 span:hover {
  color: #e24852;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input {
  color: #ffffff;
  background-color: #0e0e0e;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #ffffff;
}

.theme-dark .cart-totals {
  background-color: #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 {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: #0e0e0e;
  border-top: 3px solid #e24852;
}

.theme-dark .user-actions::before {
  background: #0e0e0e;
}

.theme-dark .user-actions i {
  color: #e24852;
}

.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: #e24852;
}

.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: #e24852;
}

.theme-dark .billing-details .form-group .nice-select {
  color: #ffffff;
  background-color: #0e0e0e;
  border: 1px solid #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: #e24852 !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 {
  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: #e24852;
  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 {
  margin-bottom: 0;
}

.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: #e24852;
}

.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 .payment-box {
  background-color: #0e0e0e;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.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 #ffffff;
}

.theme-dark .order-details .payment-box .default-btn.order-btn {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.theme-dark .product-details-desc .price {
  color: #ffffff;
}

.theme-dark .product-details-desc .price .old-price {
  color: #e24852;
}

.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: #e24852;
  border-color: #e24852;
  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: #e24852;
}

.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:first-child {
  border: 1px solid #0e0e0e;
}

.theme-dark .product-details-desc .buy-checkbox-btn .cbx span:last-child {
  color: #ffffff;
}

.theme-dark .product-details-desc .buy-checkbox-btn .btn-light {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .product-details-desc .buy-checkbox-btn .btn-light:hover {
  background-color: #e24852;
  color: #ffffff;
}

.theme-dark .product-details-desc .custom-payment-options span {
  color: #ffffff;
}

.theme-dark .products-details-tab .tabs li a {
  color: #ffffff;
  border: 1px dashed #02162e;
}

.theme-dark .products-details-tab .tabs li a:hover, .theme-dark .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #e24852;
  border-color: #e24852;
}

.theme-dark .products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #e24852;
  border-color: #e24852;
}

.theme-dark .products-details-tab .tab_content {
  border: 1px dashed #02162e;
}

.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 .additional-information li span {
  color: #ffffff;
}

.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 .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: #e24852;
}

.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 !important;
          box-shadow: unset !important;
  border: 1px solid #0e0e0e;
}

.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 .appointment-form {
  background-color: #0e0e0e;
}

.theme-dark .appointment-form .form-group .form-control {
  border: 1px dashed #000000;
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .appointment-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .login-form {
  background-color: #02162e;
}

.theme-dark .login-form form .form-control {
  border: 1px solid #0e0e0e;
  color: #ffffff;
  background-color: #0e0e0e;
}

.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: #e24852;
}

.theme-dark .login-form .forgot-password a {
  color: #ffffff;
}

.theme-dark .login-form .forgot-password a:hover {
  color: #e24852;
}

.theme-dark .register-form {
  background-color: #02162e;
}

.theme-dark .register-form form .form-control {
  border: 1px solid #0e0e0e;
  color: #ffffff;
  background-color: #0e0e0e;
}

.theme-dark .register-form form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .privacy-content .blockquote, .theme-dark .privacy-content blockquote {
  background-color: #0e0e0e;
}

.theme-dark .privacy-content ol li, .theme-dark .privacy-content ul li {
  color: var(--white-color);
}

.theme-dark .services-area.bg-666666 {
  background-color: #000000;
}

.theme-dark .services-area.bg-666666 .section-title p {
  color: #ffffff;
}

.theme-dark .services-details-desc .features-list li {
  color: #ffffff;
}

.theme-dark .services-details-desc .services-details-faq .accordion .accordion-item {
  background-color: #02162e;
}

.theme-dark .services-details-desc .services-details-faq .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .services-details-desc .services-details-faq .accordion .accordion-title.active {
  border-bottom-color: #e24852;
}

.theme-dark .services-details-desc .services-details-faq .accordion .accordion-title.active i::before {
  content: "\f068";
}

.theme-dark .services-details-desc .services-details-faq .accordion .accordion-content {
  color: #ffffff;
}

.theme-dark .widget-area .widget .widget-title {
  border-bottom: 1px solid #02162e;
}

.theme-dark .widget-area .widget_search {
  background-color: #02162e;
}

.theme-dark .widget-area .widget_search form .search-field {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field:focus {
  border-color: #e24852;
}

.theme-dark .widget-area .widget_projects_info {
  background-color: #02162e;
}

.theme-dark .widget-area .widget_projects_info ul li {
  border-bottom: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .widget-area .widget_projects_info ul li span {
  color: #ffffff;
}

.theme-dark .widget-area .widget_projects_info ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_projects_info ul li a:hover {
  color: #e24852;
}

.theme-dark .widget-area .widget_projects_info ul li:last-child {
  border-bottom: none;
}

.theme-dark .widget-area .widget_services_list ul li a {
  color: #ffffff;
  background-color: #0e0e0e;
}

.theme-dark .widget-area .widget_services_list ul li a i {
  color: #ffffff;
}

.theme-dark .widget-area .widget_services_list ul li a:hover {
  background-color: #e24852;
  color: #ffffff;
}

.theme-dark .widget-area .widget_services_list ul li a:hover i {
  color: #ffffff;
}

.theme-dark .widget-area .widget_services_list ul li.active a {
  background-color: #e24852;
  color: #ffffff;
}

.theme-dark .widget-area .widget_services_list ul li.active a i {
  color: #ffffff;
}

.theme-dark .widget-area .widget_download_list {
  background-color: #02162e;
}

.theme-dark .widget-area .widget_download_list ul li a {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .widget-area .widget_download_list ul li a:hover {
  background-color: #e24852;
  color: #ffffff;
}

.theme-dark .widget-area .widget_download_list ul li:last-child {
  margin-bottom: 0;
}

.theme-dark .widget-area .widget_rezon_posts_thumb .item .info time {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li a:hover {
  color: #e24852;
}

.theme-dark .widget-area .widget_archive ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_archive ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_archive ul li a:hover {
  color: #e24852;
}

.theme-dark .widget-area .tagcloud a {
  color: #ffffff;
  border: 1px dashed #0e0e0e;
}

.theme-dark .widget-area .tagcloud a:hover, .theme-dark .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #e24852;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li span {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #e24852;
}

.theme-dark .blog-details-desc .article-content .features-list li {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-footer .article-tags {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-footer .article-tags span {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-footer .article-tags a {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-footer .article-tags a:hover {
  color: #e24852;
}

.theme-dark .blog-details-desc .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.theme-dark .blog-details-desc .article-footer .article-share .social li span {
  color: #ffffff;
}

.theme-dark blockquote, .theme-dark .blockquote {
  background-color: #0e0e0e;
}

.theme-dark blockquote p, .theme-dark .blockquote p {
  color: #ffffff;
}

.theme-dark blockquote::before, .theme-dark .blockquote::before {
  opacity: 10%;
}

.theme-dark .post-navigation {
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
}

.theme-dark .post-navigation .navigation-links .nav-previous a {
  color: #ffffff;
}

.theme-dark .post-navigation .navigation-links .nav-previous a:hover {
  color: #e24852;
}

.theme-dark .post-navigation .navigation-links .nav-next a {
  color: #ffffff;
}

.theme-dark .post-navigation .navigation-links .nav-next a:hover {
  color: #e24852;
}

.theme-dark .comments-area {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #0e0e0e;
}

.theme-dark .comments-area .comment-body {
  border-bottom: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .comments-area .comment-body .reply a {
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #e24852;
  border-color: #e24852;
}

.theme-dark .comments-area .comment-metadata {
  color: #ffffff;
}

.theme-dark .comments-area .comment-metadata a {
  color: #ffffff;
}

.theme-dark .comments-area .comment-metadata a:hover {
  color: #e24852;
}

.theme-dark .comments-area .comment-respond label {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"], .theme-dark .comments-area .comment-respond input[type="time"], .theme-dark .comments-area .comment-respond input[type="datetime-local"], .theme-dark .comments-area .comment-respond input[type="week"], .theme-dark .comments-area .comment-respond input[type="month"], .theme-dark .comments-area .comment-respond input[type="text"], .theme-dark .comments-area .comment-respond input[type="email"], .theme-dark .comments-area .comment-respond input[type="url"], .theme-dark .comments-area .comment-respond input[type="password"], .theme-dark .comments-area .comment-respond input[type="search"], .theme-dark .comments-area .comment-respond input[type="tel"], .theme-dark .comments-area .comment-respond input[type="number"], .theme-dark .comments-area .comment-respond textarea {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.theme-dark .comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]::placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::placeholder, .theme-dark .comments-area .comment-respond textarea::placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]:focus, .theme-dark .comments-area .comment-respond input[type="time"]:focus, .theme-dark .comments-area .comment-respond input[type="datetime-local"]:focus, .theme-dark .comments-area .comment-respond input[type="week"]:focus, .theme-dark .comments-area .comment-respond input[type="month"]:focus, .theme-dark .comments-area .comment-respond input[type="text"]:focus, .theme-dark .comments-area .comment-respond input[type="email"]:focus, .theme-dark .comments-area .comment-respond input[type="url"]:focus, .theme-dark .comments-area .comment-respond input[type="password"]:focus, .theme-dark .comments-area .comment-respond input[type="search"]:focus, .theme-dark .comments-area .comment-respond input[type="tel"]:focus, .theme-dark .comments-area .comment-respond input[type="number"]:focus, .theme-dark .comments-area .comment-respond textarea:focus {
  border-color: #e24852;
}

.theme-dark .comments-area .comment-respond .comment-form-cookies-consent label {
  color: #ffffff;
}

.theme-dark .comment-respond-reply {
  background-color: #0e0e0e;
}

.theme-dark .comment-respond-reply label {
  color: #ffffff;
}

.theme-dark .comment-respond-reply input[type="date"], .theme-dark .comment-respond-reply input[type="time"], .theme-dark .comment-respond-reply input[type="datetime-local"], .theme-dark .comment-respond-reply input[type="week"], .theme-dark .comment-respond-reply input[type="month"], .theme-dark .comment-respond-reply input[type="text"], .theme-dark .comment-respond-reply input[type="email"], .theme-dark .comment-respond-reply input[type="url"], .theme-dark .comment-respond-reply input[type="password"], .theme-dark .comment-respond-reply input[type="search"], .theme-dark .comment-respond-reply input[type="tel"], .theme-dark .comment-respond-reply input[type="number"], .theme-dark .comment-respond-reply textarea {
  background-color: #02162e;
  border: 1px solid #02162e;
  color: #ffffff;
}

.theme-dark .comment-respond-reply input[type="date"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="time"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="datetime-local"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="week"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="month"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="text"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="email"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="url"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="password"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="search"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="tel"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply input[type="number"]::-webkit-input-placeholder, .theme-dark .comment-respond-reply textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .comment-respond-reply input[type="date"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="time"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="datetime-local"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="week"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="month"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="text"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="email"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="url"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="password"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="search"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="tel"]:-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="number"]:-ms-input-placeholder, .theme-dark .comment-respond-reply textarea:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comment-respond-reply input[type="date"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="time"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="datetime-local"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="week"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="month"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="text"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="email"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="url"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="password"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="search"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="tel"]::-ms-input-placeholder, .theme-dark .comment-respond-reply input[type="number"]::-ms-input-placeholder, .theme-dark .comment-respond-reply textarea::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comment-respond-reply input[type="date"]::placeholder, .theme-dark .comment-respond-reply input[type="time"]::placeholder, .theme-dark .comment-respond-reply input[type="datetime-local"]::placeholder, .theme-dark .comment-respond-reply input[type="week"]::placeholder, .theme-dark .comment-respond-reply input[type="month"]::placeholder, .theme-dark .comment-respond-reply input[type="text"]::placeholder, .theme-dark .comment-respond-reply input[type="email"]::placeholder, .theme-dark .comment-respond-reply input[type="url"]::placeholder, .theme-dark .comment-respond-reply input[type="password"]::placeholder, .theme-dark .comment-respond-reply input[type="search"]::placeholder, .theme-dark .comment-respond-reply input[type="tel"]::placeholder, .theme-dark .comment-respond-reply input[type="number"]::placeholder, .theme-dark .comment-respond-reply textarea::placeholder {
  color: #ffffff;
}

.theme-dark .comment-respond-reply input[type="date"]:focus, .theme-dark .comment-respond-reply input[type="time"]:focus, .theme-dark .comment-respond-reply input[type="datetime-local"]:focus, .theme-dark .comment-respond-reply input[type="week"]:focus, .theme-dark .comment-respond-reply input[type="month"]:focus, .theme-dark .comment-respond-reply input[type="text"]:focus, .theme-dark .comment-respond-reply input[type="email"]:focus, .theme-dark .comment-respond-reply input[type="url"]:focus, .theme-dark .comment-respond-reply input[type="password"]:focus, .theme-dark .comment-respond-reply input[type="search"]:focus, .theme-dark .comment-respond-reply input[type="tel"]:focus, .theme-dark .comment-respond-reply input[type="number"]:focus, .theme-dark .comment-respond-reply textarea:focus {
  border-color: #e24852;
}

.theme-dark .comment-respond-reply .comment-form-cookies-consent label {
  color: #ffffff;
}

.theme-dark .contact-info-box {
  background-color: #0e0e0e;
}

.theme-dark .contact-info-box p a {
  color: #ffffff;
}

.theme-dark .contact-info-box p a:hover {
  color: #e24852;
}

.theme-dark .contact-form .form-group .form-control {
  background-color: #02162e;
  border: 1px solid #02162e;
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control:focus {
  border-color: #e24852;
}

.theme-dark .contact-form .form-group label {
  color: #ffffff;
}

.theme-dark .contact-form .form-check {
  color: #ffffff;
}

.theme-dark .contact-form .form-check a {
  color: #e24852;
}

@media only screen and (max-width: 767px) {
  .theme-dark .navbar-area {
    background-color: #000000;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #000000 !important;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff !important;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff !important;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: #e24852;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-dark .navbar-area {
    background-color: #000000;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #000000 !important;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff !important;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff !important;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: #e24852;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme-dark .navbar-area {
    background-color: #000000;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #000000 !important;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff !important;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff !important;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: #e24852;
  }
}
/*# sourceMappingURL=dark.css.map */