.switch-box {
  position: fixed;
  bottom: 15px;
  right: 120px;
  z-index: 9999;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  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("../img/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box .slider.round {
  border-radius: 34px;
}

.switch-box .slider.round::before {
  border-radius: 50%;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box input:checked+.slider {
  background-color: transparent;
  border: 1.5px solid #bc955a;
}

.switch-box input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #bc955a;
  box-shadow: 0 0 1px #bc955a;
}

.switch-box input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
  color: #ffffff;
}

.theme-dark h3 {
  color: #ffffff;
}

.theme-dark h3 a {
  color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/* .theme-dark .banner-img-one {
  background-image: url("../img/home-cover-white.png");
} */

.theme-dark h3 a:hover {
  color: #bc955a !important;
}

.theme-dark .blog-link:hover {
  color: #ffffff !important;
}

.theme-dark p {
  color: #ffffff !important;
}

.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}

.theme-dark .help-item .help-right p {
  color: #ffffff;
}

.theme-dark .help-item .help-right h3 {
  color: #ffffff;
}

.theme-dark .help-item .help-right span {
  color: #ffffff;
}

.theme-dark .help-item .help-right .help-inner-left ul li,
.theme-dark .help-item .help-right .help-inner-right ul li {
  color: #ffffff;
}

.theme-dark .practice-area {
  background-color: #252525;
}

.theme-dark .attor-details-item .attor-details-right .attor-details-things ul li {
  color: #ffffff;
}

.theme-dark .attor-details-item .attor-details-left .attor-social-details ul li {
  color: #ffffff;
}

.theme-dark .attor-details-item .attor-details-left .attor-social-details ul li a {
  color: #ffffff;
}

.theme-dark .attor-details-item .attor-details-left .attor-work ul li {
  color: #ffffff;
}

.theme-dark .attor-details-item .attor-prev ul li a {
  color: #ffffff;
}

.theme-dark .team-item .team-inner {
  background-color: #0e0e0e;
}

.theme-dark .team-item .team-inner ul {
  -webkit-box-shadow: 0px 8px 13px 0px #393838;
  box-shadow: 0px 8px 13px 0px #393838;
}

.theme-dark .team-item .team-inner h3 a {
  color: #ffffff;
}

.theme-dark .counter-bg {
  background-color: #252525;
}

.theme-dark .counter-item .counter-inner p {
  color: #ffffff;
}

.theme-dark .counter-area,
.theme-dark .help-area-two {
  background-color: #252525;
}

.theme-dark .location-bg::after {
  background-color: #252525;
}

.theme-dark .location-bg::before {
  background-color: #0e0e0e;
}

.theme-dark .location-item .location-link {
  color: #ffffff;
}

.theme-dark .location-item .location-link:hover {
  color: #bc955a;
}

.theme-dark .case-details-item ul li {
  color: #ffffff;
}

.theme-dark .blog-details-category ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-item .blog-details-img p {
  color: #ffffff;
}

.theme-dark .blog-details-item .blog-details-social ul li span {
  color: #ffffff;
}

.theme-dark .blog-details-item .blog-details-social ul li span a {
  color: #ffffff;
}

.theme-dark .blog-details-item .blog-details-social ul li span a:hover {
  color: #bc955a;
}

.theme-dark .blog-details-item .blog-details-nav a {
  color: #ffffff;
}

.theme-dark .blog-details-item .blog-details-search h3 {
  color: #ffffff;
}

.theme-dark .blog-details-item .blog-details-search .search-area .form-control {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark .blog-details-item .blog-details-search ul li .blog-details-recent h4 a {
  color: #ffffff;
}

.theme-dark .blog-details-item .blog-details-search ul li .blog-details-recent h4 a:hover {
  color: #bc955a;
}

.theme-dark .blog-details-item .blog-details-tags h3 {
  color: #ffffff;
}

.theme-dark .blog-details-item .blog-details-tags ul li a {
  color: #ffffff;
  background-color: #252525;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .blog-details-item .blog-details-tags ul li a:hover {
  background-color: #bc955a;
}

.theme-dark footer::before {
  background-color: #0e0e0e;
}

.theme-dark .contact-wrap .form-group label {
  color: #ffffff;
}

.theme-dark .contact-wrap .form-group label a:hover {
  color: #ffffff;
}

.theme-dark .main-nav {
  background-color: #0e0e0e;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a {
  color: #fff;
}

.theme-dark .side-nav a {
  border: 1px solid #fff;
  color: #fff;
}

.theme-dark .side-nav a:hover {
  border: 1px solid #50362a;
  color: #50362a;
}

.theme-dark .side-nav a:before,
.theme-dark .side-nav a:after {
  background-color: #fff;
}

@media only screen and (max-width: 991px) {

  .theme-dark .mean-container .mean-bar {
    background-color: #000;
    padding: 0;
  }
}

.theme-dark .mean-container a.meanmenu-reveal span {
  background-color: #fff;
}

.theme-dark .details p {
  color: #0e0e0e;
}

.theme-dark .biography h4 {
  color: #bc955a;
}

.theme-dark .education h4 {
  color: #bc955a;
}

.theme-dark .attorney .biography ul li {
  color: white;
}

.theme-dark .education ul li {
  color: white;
}

.theme-dark .attorney-left,
.theme-dark .attorney-right,
.theme-dark footer .footer-item .footer-find ul li a {
  border-color: white;
  color: white;
}

.theme-dark footer .footer-item .footer-find ul li a:hover {}

.theme-dark .attorney-left:hover,
.theme-dark .attorney-right:hover {
  background-color: white;
  color: black;
  border-color: white;
  color: black;
}

/*# sourceMappingURL=theme-dark.css.map */

.theme-dark footer h3, .theme-dark footer .footer-item .footer-service ul li a {
  color: #fff !important;
}

.theme-dark .expertise-area, .theme-dark .practice-item {
  background-color: #1c1c1c;
}


.theme-dark .partners-carousel {
  background-color: #1d1d1d;
}