/*================================================
Default CSS
=================================================*/
.switch-box {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 120px;
  transform: translateY(-50%);
  background-color: #67696b;
  height: 40px;
  width: 50px;
  padding-top: 5px;
  padding-left: 10px;
  border-radius: 30px 0 0 30px;
}
.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 30px;
}
.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: #4d4949;
  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;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: url(../../assets/img/night.png);
  background-repeat: no-repeat;
  background-position: center;
}
.switch-box input:checked + .slider {
  background-color: #cbc1c1;
}
.switch-box input:focus + .slider {
  background-color: #4d4949;
}
.switch-box input:checked + .slider:before {
  transform: translateX(0);
  background: url(../img/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-dark body {
  background-color: #000000;
  color: #f1f1f1;
}
.theme-dark p {
  color: #f1f1f1;
}
.theme-dark p a {
  color: #f1f1f1 !important;
}
.theme-dark a {
  color: #ffffff;
}
.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 .navbar.is-sticky {
  background-color: #222121 !important;
}
.theme-dark .navbar.is-sticky .navbar-brand img:first-child {
  display: block;
}
.theme-dark .navbar.is-sticky .navbar-brand img:last-child {
  display: none;
}
.theme-dark .navbar.is-sticky .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
.theme-dark .navbar.is-sticky .navbar-nav .nav-item .nav-link.active {
  color: #0a4278;
}
.theme-dark .creative-banner .creative-shape {
  display: none;
}
.theme-dark .banner-form {
  background: #0e0e0e;
}
.theme-dark .banner-form form label {
  color: #ffffff;
}
.theme-dark .banner-form form .form-control {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .features-area.bg-image {
  background-image: unset;
  background-color: #0e0e0e;
}
.theme-dark .single-features {
  background-color: #141414;
}
.theme-dark .single-features.active {
  background-color: #0a4278;
}
.theme-dark .about-area.bg-image {
  background-image: unset;
}
.theme-dark .about-area.bg-image2 {
  background-image: unset;
  background-color: #0e0e0e;
}
.theme-dark .about-content ul li {
  color: #ffffff;
}
.theme-dark .single-services {
  background: #0e0e0e;
}
.theme-dark .who-we-are.bg-image {
  background-image: unset;
  background-color: #0e0e0e;
}
.theme-dark .who-we-are .content ul li {
  color: #ffffff;
}
.theme-dark .why-we-different.bg-image {
  background-image: unset;
}
.theme-dark .tab .tabs li a {
  color: #ffffff;
}
.theme-dark .tab .tabs_item .tabs_item_content ul li {
  color: #ffffff;
}
.theme-dark .portfolio-area.bg-image {
  background-image: unset;
  background-color: #0e0e0e;
}
.theme-dark .shorting-menu .filter {
  color: #ffffff;
}
.theme-dark .shorting-menu .filter.active, .theme-dark .shorting-menu .filter:hover, .theme-dark .shorting-menu .filter:focus {
  color: #0a4278;
}
.theme-dark .skill-content {
  background-color: #2e2d2d;
}
.theme-dark .team-area.bg-image {
  background-image: unset;
  background-color: #0e0e0e;
}
.theme-dark .team-box .box-content .box-inner-content {
  background-color: #000000;
}
.theme-dark .cta-area::before {
  background: #0e0e0e;
}
.theme-dark .pricing-table {
  background-color: #0e0e0e;
}
.theme-dark .testimonial-area.bg-image {
  background-image: unset;
  background-color: #0e0e0e;
}
.theme-dark .testimonial-item {
  background: #000000;
}
.theme-dark .accordion .accordion-item {
  background-color: #0e0e0e;
}
.theme-dark .accordion .accordion-item .accordion-title {
  color: #ffffff;
}
.theme-dark .blog-area.bg-image {
  background-image: unset;
  background-color: #0e0e0e;
}
.theme-dark .single-blog-post {
  background-color: #272727;
}
.theme-dark .sidebar .widget.widget_search {
  background: #0e0e0e;
}
.theme-dark .sidebar .widget.widget_search form .form-control {
  background: #000000;
  color: #ffffff;
}
.theme-dark .sidebar .widget.widget_search form .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .sidebar .widget.widget_search form .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .sidebar .widget.widget_categories ul li a {
  color: #ffffff;
}
.theme-dark .sidebar .widget.widget_categories ul li a:hover {
  color: #0a4278;
}
.theme-dark .sidebar .widget.widget_tag_cloud .tagcloud a {
  color: #ffffff;
}
.theme-dark .sidebar .widget.widget_archive ul li a {
  color: #ffffff;
}
.theme-dark .sidebar .widget.widget_archive ul li a:hover {
  color: #0a4278;
}
.theme-dark .post-tag-media {
  background-color: #0e0e0e;
}
.theme-dark .comments-area ol li .comment-body {
  background: #0e0e0e;
}
.theme-dark .blog-details blockquote {
  background-color: #0e0e0e;
}
.theme-dark .blog-details blockquote p {
  color: #ffffff;
}
.theme-dark .partner-area {
  background-color: #0e0e0e;
}
.theme-dark .newsletter {
  background: #1f1f1f;
}
.theme-dark .contact-area.bg-image {
  background-image: unset;
  background-color: #0e0e0e;
}
.theme-dark .contact-info {
  background: #000000;
}
.theme-dark .contact-info ul li {
  color: #ffffff;
}
.theme-dark .contact-info ul li a {
  color: #ffffff;
}
.theme-dark .contact-form {
  background-color: #000000;
}
.theme-dark .go-top {
  background-color: #0a4278;
}
@media only screen and (max-width: 991px) {
  .theme-dark .navbar-light .navbar-nav {
    background: #222121 !important;
  }
  .theme-dark .navbar-light .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
}/*# sourceMappingURL=dark.css.map */