.switch-box {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 9999;
}
.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.bg{
    background-color: var(--bs-success);
}
.hi{
    color: var(--bs-theme-dark-primary);
}
.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("../theme-logo/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: #2196f3;
}
.switch-box input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.switch-box input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("../theme-logo/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark body {
  color: #ffffff;
}
.theme-dark .technology-card h3,
.theme-dark .technology-card i{
  color: #010101;
}
.theme-dark .technology-card:hover h3,
.theme-dark .technology-card:hover i {
  color: #ffffff !important;
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff;
}
.theme-dark h3 a {
  color: #ffffff;
}
.theme-dark p {
  color: #ffffff;
}
.theme-dark body {
  background: var(--bs-theme-dark-primary);
}
.theme-dark .section-title h2 {
  color: #ffffff;
}
.theme-dark .section-title p {
  color: #ffffff;
}
.theme-dark .top-header-bg {
  background: var(--bs-theme-dark-primary);
}

/* top contact css */

.theme-dark .top-contact h3 a:hover {
  color: var(--bs-success);
}
.theme-dark .main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0;
}
.theme-dark .top-header-social ul li a:hover {
    color: var(--bs-success);
}
.theme-dark .language-list .nice-select .list {
  background-color: var(--bs-theme-dark-secondary);
  color: #ffffff;
}
.theme-dark .language-list .nice-select .list .option {
  color: #ffffff;
}
.theme-dark .language-list .nice-select .option:hover {
  color: #ffffff;
  background-color: #0071dc;
}
.theme-dark .language-list .nice-select .option.focus {
  color: #ffffff;
  background-color: #0071dc;
}
.theme-dark .language-list .nice-select .option.selected.focus {
  color: #ffffff;
  background-color: #0071dc;
}
.theme-dark .main-nav {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .main-nav .navbar .navbar-brand .logo-one {
  display: none;
}
.theme-dark .main-nav .navbar .navbar-brand .logo-two {
  display: inline-block;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1.5px;
  left: -5px;
  right: 0;
  background-color: var(--bs-success);
  opacity: 0;
  transition: 0.7s;
}
.theme-dark .main-nav nav .navbar-nav .nav-item:hover a,
.theme-dark .main-nav nav .navbar-nav .nav-item a :focus,
.theme-dark .main-nav nav .navbar-nav .nav-item .active {
  color: var(--bs-success);
}
.theme-dark .main-nav nav .navbar-nav .nav-item a:hover,
.theme-dark .main-nav nav .navbar-nav .nav-item a :focus {
  color: var(--bs-success); ;
}

.theme-dark .main-nav nav .navbar-nav .nav-item a:hover::before,
.theme-dark .main-nav nav .navbar-nav .nav-item a.active::before,
.theme-dark .main-nav nav .navbar-nav .nav-item a :focus::before {
  opacity: 1;
  width: 115%;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a i {
  color: #ffffff;
}
.theme-dark .btn-bg-two {
    background-color: #ffff;
    color: #000;
    font-weight: 500;
    border-radius: 50px;

}

.theme-dark .default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -50%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.theme-dark .default-btn:hover {
  color: #ffffff ;
  border: 2px solid #ffffff;
}

.theme-dark .default-btn:hover::before {
  width: 150%;
  left: -50%;
}

.theme-dark .sp-color2 {
    color: var(--bs-success);
}

.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--bs-theme-dark-secondary) !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
}
.theme-dark .main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control {
  background-color: var(--bs-theme-dark-primary);
  color: #ffffff;
}
.theme-dark .main-nav .nav-side .nav-side-item .search-box i {
  color: #ffffff;
}
.theme-dark .mobile-nav .logo .logo-two {
  display: inline-block;
}
.theme-dark .mobile-nav .logo .logo-one {
  display: none;
}
.theme-dark .mean-container .mean-bar {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .mean-container .navbar-nav {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .mean-container .mean-nav ul li a {
  color: #ffffff;
}
.theme-dark .mean-container .mean-nav ul li .dropdown-menu {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .banner-item::before {
  background-color: var(--bs-theme-dark-primary);
  opacity: 0.9;
}
.theme-dark .banner-area::before {
  background-color: var(--bs-theme-dark-primary);
  opacity: 0.8;
}
.theme-dark .banner-area-two {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .banner-area-two::before {
  opacity: 0.1;
}
.theme-dark .banner-content h1 {
  color: #ffffff;
}
.theme-dark .banner-content p {
  color: #ffffff;
}
.theme-dark .banner-sub-item {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .banner-sub-item .content span {
  color: #ffffff;
}
.theme-dark .banner-four-area {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .banner-five-area {
  background-color: #0a0a0a;
}
.theme-dark .banner-five-content h1 {
  color: #ffffff;
}
.theme-dark .banner-six::before {
  background-color: #0a0a0a;
  opacity: 0.8;
  background-image: none;
}
.theme-dark .inner-banner {
  background-color: #0c0c0c;
}
.theme-dark .about-bg {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .about-bg2 {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .about-content .about-content-card h3 {
  color: #ffffff;
}
.theme-dark .about-content .about-content-card p {
  color: #ffffff;
}
.theme-dark .about-content .about-list li {
  color: #ffffff;
}
.theme-dark .about-content .about-list li:hover,
.theme-dark .about-content .about-list li:hover i {
  color: var(--bs-success);
}

.theme-dark .about-play {
  position: relative;
  border-radius: 30px;
}

.theme-dark .about-play img {
  border-radius: 30px;
}

.theme-dark .about-play .about-play-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  max-width: 470px;
  background-color: rgba(37, 37, 37, 0.2196078431);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 100px 40px 70px 25px;
}

.theme-dark .about-play .about-play-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 30px;
  width: 91.7%;
  height: 90.1%;
  background-color:#010101;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 70%;
}

.theme-dark .about-play .about-play-content span {
  color: #ffffff;
}

.theme-dark .about-play .about-play-content h2 {
  color: #ffffff;
  font-size: 35px;
  max-width: 300px;
  margin-bottom: 0;
}

.theme-dark .about-play .about-play-content .play-on-area {
  position: absolute;
  z-index: 1;
  bottom: 175px;
  left: 200px;
}

.theme-dark .about-play .about-play-content .play-on-area .play-on {
  width: 80px;
  height: 80px;
  color: #010101;
  background-color: #ffffff;
  text-align: center;
  font-size: 55px;
  border-radius: 50px;
  display: inline-block;
}

.theme-dark .about-play .about-play-content .play-on-area .play-on i {
  padding-left: 3px;
}

.theme-dark .about-play .about-play-content .play-on-area .play-on:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: var(--bs-theme-dark-secondary);
}

.theme-dark .skill-bar .progress-title {
  color: #ffffff;
}
.theme-dark .services-area {
  background-color: var(--bs-theme-dark-secondary);
}

.theme-dark .services-area-three {
  background-color: var(--bs-theme-dark-secondary);
  border-bottom: 1px solid #3b3b3b;
}


.theme-dark .services-card h3 a {
  color: #ffffff;
}
.theme-dark .services-card p {
  color: #ffffff;
}
.theme-dark .services-card .learn-btn {
  color: #ffffff;
}
.theme-dark .services-card i {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
  transition: 0.7s;
}

.theme-dark .services-card-color-bg {
  background-color: var(--bs-theme-dark-secondary);
}

.theme-dark .services-card .learn-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: 0.7s;
}

.theme-dark .services-card .learn-btn i {
    font-size: 20px;
    position: relative;
    top: 5px;
    color: #ffffff;
    transition: 0.7s;
}
.theme-dark .services-card {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .services-card .learn-btn:hover {
    color: #ffffff;
}

.theme-dark .services-card .learn-btn:hover i {
    color: #ffffff;
}
.theme-dark .services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  background-color: var(--bs-theme-dark-secondary);
  border-radius: 272px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;


}

.theme-dark .services-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #010101;
  border-radius: 170px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}

.theme-dark .services-card:hover,
.theme-dark .team-item:hover,
.theme-dark .blog-item:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.theme-dark .services-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.51;
}

.theme-dark .work-process-card {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .work-process-left {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .work-process-card-three {
  background-color: var(--bs-theme-dark-secondary);
}

/* Work Process Icon  */

.theme-dark .work-process-card i {
  font-size: 60px;
  color:#ffffff;
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.6s, color 0.4s;
  transform-style: preserve-3d;
}
/* Icon Flip */
.the.work-process-card:hover i {
  transform: perspective(500px) rotateY(180deg);
  /* transform: rotateY(180deg); */
  color: #ffff;
}

/* Number style */
.theme-dark .work-process-card .number {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 0.4s ease;
}

/* Number animation */
.theme-dark .work-process-card:hover .number {
  transform: scale(1.2);
  color: #ffff;
}
.theme-dark .toggleBtn {
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
}
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #010101;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  z-index: 100;
  transition: 0.5s;
}

.go-top i {
  transition: 0.5s;
}

.go-top:hover {
  border: 2px solid #ffffff;
  background-color: var(--bs-theme-dark-secondary);
  color: #ffffff;
}

.go-top.active {
  top: 95%;
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}
/*=================================
Team Area
====================================*/
.theme-dark .team-card {
  margin-bottom: 30px;
  position: relative;
}

.theme-dark .team-card:hover .social-link {
  opacity: 1;
}

.theme-dark .team-card:hover .social-link li a {
  transform: scaleY(1);
}

.theme-dark .team-card:hover .content {
  border-radius: 0;
}

.theme-dark .team-card .social-link {
  position: absolute;
  top: 17%;
  right: 30px;
  padding: 0;
  list-style: none;
  opacity: 0;
}

.theme-dark .team-card .social-link li {
  display: block;
  margin-bottom: 10px;
}

.theme-dark .team-card .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  transform: scaleY(0);
}

.theme-dark .team-card .social-link li:hover a {
  color: var(--bs-success);
}

.theme-dark .team-card .content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--bs-success);
  padding: 20px 25px;
  border-top-left-radius: 100px;
  text-align: center;
  transition: 0.9s;
}

.theme-dark .team-card .content h3 {
  margin-bottom: 0;
  color: #ffffff;
}

.theme-dark .team-card .content span {
  color: #ffffff;
}

/*=================================
Team Area End
====================================*/

/*=================================
Team item Strart
====================================*/

.theme-dark .team-item {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40px;
}

.theme-dark .team-item .content {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  width: 90%;
  margin: 0 auto;
  right: 0;
  background-color: #ffffff;
  padding: 20px 25px;
  text-align: center;
  transition: 0.9s;
}

.theme-dark .team-item .content h3 {
  margin-bottom: 0;
  color: #010101;
}

.theme-dark .team-item .content span {
  color: #010101;
}

.theme-dark .team-item .content .social-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  list-style: none;
  width: 5px;
  background-color: #010101;
  transition: 0.7s;
}

.theme-dark .team-item .content .social-link li {
  display: block;
  margin-bottom: 0;
}

.theme-dark .team-item .content .social-link li a {
  width: 30px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  transform: translateX(-40px);
  opacity: 0;
  transition: 0.7s;
}

.theme-dark .team-item .content .social-link li:hover a {
  color: var(--bs-success);
}

.theme-dark .team-item:hover .content .social-link {
  width: 40px;
}

.theme-dark .team-item:hover .content .social-link li a {
  transform: translateX(0px);
  opacity: 1;
}


/*=================================
Team item End
====================================*/

/*=================================
Portfolio  start
====================================*/
.theme-dark .services-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 82%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px 20px 20px 100px;
  margin-bottom: 30px;
}

.theme-dark .services-item .content i {
  font-size: 60px;
  position: absolute;
  top: 17px;
  left: 20px;
  line-height: 1;
  color: #010101;
}

.theme-dark .services-item .content span {
  color: #010101;
}

.theme-dark .services-item .content h3 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 0;
}

.theme-dark .services-item:hover {
  transform: translateY(-5px);
}

.theme-dark .services-item:hover .content h3 a {
  color: var(--bs-success);
}

.theme-dark .services-item {
  position: relative;
  margin-bottom: 80px;
  transition: 0.7s;
}

.theme-dark .services-item:hover {
  transform: translateY(-5px);
}

.theme-dark .services-item:hover .content h3 a {
  color: #0c0c0c;
}

.theme-dark .services-item a {
  display: block;
}

.theme-dark .services-item a img {
  border-radius: 5px;
}


.theme-dark .services-item .content h3 a {
  color: var(--bs-theme-dark-secondary);
}
.theme-dark .services-area-two {
  background-color: var(--bs-theme-dark-primary);
  position: relative;
  z-index: 1;
}

.theme-dark .services-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/services/services-bg.png);
}

.theme-dark .services-area-two .section-title h2 {
  max-width: 500px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
/*=================================
Portfolio  End
====================================*/

.theme-dark .build-area::after {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .choose-area {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .counter-another-content h3 {
  color: #ffffff;
}
.theme-dark .counter-another-content span {
  color: #ffffff;
}
.theme-dark .talk-area::before {
  background-color: #000000;
  opacity: 0.9;
}
.theme-dark .talk-area-two::before {
  background-color: var(--bs-theme-dark-primary);
  opacity: 0.9;
}
.theme-dark .call-us-area {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .case-study-item .content {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .case-study-item .content h3 a {
  color: #ffffff;
}
.theme-dark .case-study-item .content ul li::before {
  background-color: #ffffff;
}
.theme-dark .case-study-item .content ul li a {
  color: #ffffff;
}
.theme-dark .case-article .case-article-content .case-article-list li {
  color: #ffffff;
}
.theme-dark .case-article .case-article-content .case-article-list li:hover {
  color: #0071dc;
}
.theme-dark .security-card {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .security-card h3 a {
  color: #ffffff;
  transition: 0.7s;
}
.theme-dark .security-card h3 a:hover {
  color: #0071dc;
}
.theme-dark .services-style-bg {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .service-article .service-article-content .service-article-list li {
  color: #ffffff;
}
.theme-dark .service-article .service-article-content .service-article-list li:hover {
  color: #0071dc;
}
.theme-dark .work-process-card-two {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .work-process-right {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .technology-area::before {
  background-color: var(--bs-theme-dark-primary);
  opacity: 0.9;
}
.theme-dark .technology-area-two {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .technology-card-color h3 {
  color: #ffffff;
}
.theme-dark .technology-area-four {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .technology-area-three {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .technology-area-five {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .technology-item h3 {
  color: #ffffff;
}
.theme-dark .brand-item .brand-logo-two {
  display: inline-block !important;
}
.theme-dark .brand-item .brand-logo-one {
  display: none !important;
}
.theme-dark .brand-area-two {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .build-content.build-content-on-color .section-title span {
  color: #ffffff;
}
.theme-dark .build-content.build-content-on-color .section-title h2 {
  color: #ffffff;
}
.theme-dark .build-item .content {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .build-item .content h3 a {
  color: #ffffff;
}
.theme-dark .build-item .content h3 a:hover {
  color: #0071dc;
}
.theme-dark .build-item .content ul li::before {
  background-color: #ffffff;
}
.theme-dark .build-item .content ul li a {
  color: #ffffff;
}
.theme-dark .build-item .content ul li a:hover {
  color: #0071dc;
}
.theme-dark .build-area-two {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .clients-area {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .clients-content {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .clients-content::before {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .clients-area-three {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .clients-area-three::before {
  opacity: 0.5;
}
.theme-dark .case-study-area-two::before {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .case-study-item2 {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .case-study-item2 h3 a {
  color: #ffffff;
}
.theme-dark .case-study-item2 h3 a:hover {
  color: #0071dc;
}
/* .theme-dark .team-item .content {
  background-color: var(--bs-theme-dark-secondary);
} */
.theme-dark .theme-dark .team-card .content {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .blog-card {
  background-color: var(--bs-theme-dark-secondary);
  border-color: #3b3b3b;
}
.theme-dark .blog-card .content ul li a {
  color: #ffffff;
}
.theme-dark .blog-card .blog-img .blog-tag {
    background-color: #ffffff;
    padding: 15px 12px;
    position: absolute;
    bottom: -20px;
    right: 30px;
    border-radius: 5px;
    text-align: center;
}
.theme-dark .blog-card .content ul li a i {
    font-size: 20px;
    color: #ffffff;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.theme-dark .blog-img .blog-tag h3,
.theme-dark .blog-img .blog-tag span {
  color: #010101;
}
.theme-dark .blog-card .content ul li a:hover {
  color: var(--bs-success);
}
.theme-dark .blog-card .content h3 a {
  color: #ffffff;
}
.theme-dark .blog-card .content h3 a:hover {
  color: var(--bs-success);
}

.theme-dark .blog-card .read-btn {
  color: #ffffff;
}
.theme-dark .blog-card .read-btn:hover {
  color: var(--bs-success);
}
.theme-dark .blog-item {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .blog-item .content ul li {
  color: #ffffff;
}
.theme-dark .blog-item .content ul li a {
  color: #ffffff;
}
.theme-dark .blog-item .content h3 a {
  color: #ffffff;
}
.theme-dark .blog-item .content h3 a:hover {
  color: var(--bs-success);
}
.theme-dark .blog-item .content .read-btn {
  color: #ffffff;
}
.theme-dark .blog-item .content .read-btn:hover {
  color: var(--bs-success);
}
.theme-dark .blog-style-card .content ul li {
  color: #ffffff;
}
.theme-dark .blog-style-card .content ul li a {
  color: #ffffff;
}
.theme-dark .blog-style-card .content h3 a {
  color: #ffffff;
}
.theme-dark .blog-style-card .content h3 a:hover {
  color: #0071dc;
}
.theme-dark .blog-article .blog-article-title ul li {
  color: #ffffff;
}
.theme-dark .blog-article .blog-article-title h2 {
  margin-top: 15px;
  font-size: 26px;
  max-width: 650px;
  margin-bottom: 0;
  color: #ffffff;
}
.theme-dark .blog-article .article-content .blockquote {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .blog-article .article-content .blockquote p {
  color: #ffffff;
}
.theme-dark .blog-article .comments-wrap .comment-title .title {
  color: #ffffff;
}
.theme-dark .blog-article .comments-wrap .comment-list li h3 {
  color: #ffffff;
}
.theme-dark .blog-article .comments-wrap .comment-list li span {
  color: #ffffff;
}
.theme-dark .blog-article .comments-form .contact-form {
  background-color: transparent;
}
.theme-dark .blog-article .comments-form .title {
  color: #ffffff;
}
.theme-dark .faq-content {
  margin-bottom: 30px;
}
.theme-dark .faq-content .section-title {
  margin-bottom: 30px;
}
.theme-dark .faq-content .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
.theme-dark .faq-content .section-title p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.theme-dark .faq-content .section-title span {
  color: #ffffff;
}
.theme-dark .faq-content .faq-accordion .accordion .accordion-item {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .faq-content .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}
.theme-dark .side-bar-widget {
  background-color: transparent;
}
.theme-dark .side-bar-widget .title {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-categories ul li a {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-categories ul li a span {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-categories ul li a:hover {
  color: #0071dc;
}
.theme-dark .side-bar-widget .side-bar-categories ul li a:hover span {
  color: #ffffff;
}
.theme-dark .side-bar-widget .widget-popular-post .item .info .title-text a {
  color: #ffffff;
}
.theme-dark .side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #0071dc;
}
.theme-dark .search-widget {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .search-widget .search-form {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .search-widget .search-form .form-control {
  background-color: var(--bs-theme-dark-primary);
  color: #ffffff;
}
.theme-dark .contact-form h2 {
  color: #ffffff;
}
.theme-dark .contact-form .agree-label label {
  color: #ffffff;
}
.theme-dark .contact-form .form-group label,
.theme-dark .contact-form .form-group label span,
.theme-dark .contact-form .form-group {
  color: #ffffff;
}
.theme-dark .contact-form .agree-label label a {
    color: #ffffff;
}
.theme-dark .contact-form .agree-label label a:hover {
    color: var(--bs-success);
}
.theme-dark .contact-form .form-group .form-control {
  background-color: var(--bs-body-bg);
  color: #ffffff;
  border: 1px solid #ffffff ;
  height: 50px;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  font-weight: 500;
}
.theme-dark .contact-form .form-group textarea.form-control {
    height: auto;
    ;
}
.theme-dark .contact-form .form-group .form-control:focus {
  color: var(--bs-body-color);
  box-shadow:  0 0 0.5rem #fff;
}

.theme-dark .contact-info {
    margin-bottom: 30px;
    color: #ffffff;
    padding: 52px 35px 22px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    transition: 0.7s;
    background-color: var(--bs-theme-dark-primary);
    border: 2px solid #ffffff;
}

.theme-dark .contact-info:hover {
  transform: translateX(-5px);
  box-shadow: 0 10px 30px rgba(255, 255, 255);
}

.theme-dark .contact-info::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.theme-dark .contact-info span {
  color: #ffc221;
  display: block;
  margin-bottom: 5px;
}

.theme-dark .contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}

.theme-dark .contact-info p {
  color: #fff;
  margin-bottom: 20px;
}

.theme-dark .contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-dark .contact-info ul li {
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}

.theme-dark .contact-info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 20px;
  color: #010101;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.theme-dark .contact-info ul li .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}

.theme-dark .contact-info ul li .content a {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 15px;
}

.theme-dark .contact-info ul li .content a:hover {
  color: var(--bs-success);
}

.theme-dark .contact-info ul li .content span {
  color: #fff;
  font-weight: 400;
  display: block;
  font-size: 15px;
}

.theme-dark .contact-info ul li .content span:hover {
  color: var(--bs-success);
}

.theme-dark .single-content h3 {
  color: #ffffff;
}
.theme-dark .error-area .error-content h3 {
  margin-top: 30px;
  color: #ffffff;
}
.theme-dark .error-area .error-content p {
  color: #ffffff;
}
.theme-dark .coming-soon-area {
  background-color: var(--bs-theme-dark-primary);
}
.theme-dark .coming-soon-area .coming-soon-content {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .coming-soon-area .coming-soon-content h1 {
  color: #ffffff;
}
.theme-dark .coming-soon-area .coming-soon-content p {
  color: #ffffff;
}
.theme-dark .coming-soon-area .coming-soon-content #timer div {
  background-color: var(--bs-theme-dark-primary);
  color: #ffffff;
}
.theme-dark .coming-soon-area .coming-soon-content #timer div span {
  color: #ffffff;
}
.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  background-color: var(--bs-theme-dark-primary);
  color: #ffffff;
}
.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  color: #ffffff;
}
.theme-dark .footer-bg {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .footer-bg2 {
  background-color: var(--bs-theme-dark-secondary);
}
.theme-dark .footer-widget .footer-call-content {
  background-color: #010101;
}
.theme-dark .footer-widget .footer-call-content h3 {
  color: #ffffff;
}
.theme-dark .footer-widget .footer-call-content span a {
  color: #ffffff;
}
.theme-dark .footer-widget .footer-call-content span a:hover {
  color: var(--bs-success);
}
.theme-dark .footer-widget .newsletter-area .newsletter-form .form-control {
  background-color: var(--bs-theme-dark-primary);
  color: #ffffff;
}
.theme-dark .footer-widget .social-link ul li a:hover,
.theme-dark .footer-widget .footer-list li a:hover,
.theme-dark .footer-widget .footer-blog li:hover h3 a,
.theme-dark .footer-widget .footer-blog li h3 a:hover,
.theme-dark .footer-widget .footer-contact-list li .content a:hover {
    color: var(--bs-success);
}

/* .footer-widget .footer-list li a:hover {
    color: #0071dc;
} */
/*# sourceMappingURL=theme-dark.css.map */
/* .theme-dark .contact-form .agree-label label a:hover{
  color: white;
} */
.theme-dark .svg-icon {
  color: white;
}
