/*================================
<--  pixer light-theme Style Css -->
==================================*/

/* Dark Lite */
.dark-light {
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  top: 31px;
  right: 305px;
}

body.light-theme {
  color: #fff !important;
}

.light-theme .dark-light .sun {
  display: none;
}

.light-theme .dark-light .moon {
  display: block;
}

.light-theme .sticky .dark-light .sun {
  display: none;
}

.light-theme .sticky .dark-light .moon {
  display: block;
}

/* header area css*/

.light-theme .sticky .dark-light {
  cursor: pointer;
  z-index: 998;
}

.light-theme .main_sticky img.logo-light {
  display: block;
}

.light-theme .main_sticky img.logo-dark {
  display: none;
}

.light-theme .toptech_menu > ul > li > a {
  color: #10140d;
}

.light-theme nav.toptech_menu span {
  color: #10140d;
}

.light-theme .search-box-btn.search-box-outer {
  color: #161617;
}

.light-theme .search-box-btn.search-box-outer i {
  color: #000;
}

.light-theme .sticky .toptech_menu > ul > li > a {
  color: #000;
}

.light-theme .sticky .search-box-btn.search-box-outer i {
  color: #000;
}
/* hero section css*/
.light-theme .hero-section {
  background: url(../images/slider/hero-dark.png);
}

.light-theme .portfolio-area {
  background-color: #f5f5f5;
}

.light-theme .pixer-section-title h5 {
  color: #000201;
}

.light-theme .pixer-section-title h1 {
  color: #000201;
}

.light-theme .testimonial-area {
  background: url(../images/resource/test-dark-bg.png);
}

.light-theme .testimonial-title h2 {
  color: #000201;
}

.light-theme .testi-quote-icon img {
  filter: brightness(0.5);
}

.light-theme .testi-des p {
  color: #000201;
}

.light-theme .testi-autor-content h3 a {
  color: #000201;
}

.light-theme .testi-autor-content span {
  color: #000201;
}

.light-theme .call-to-action-section {
  background: url(../images/resource/call-dark.jpg);
}

.light-theme .call-action-title h2 {
  color: #000201;
}

.light-theme .call-action-des p {
  color: #000201;
}

.light-theme .blog-area {
  background: #f5f5f5;
}

.light-theme .blog-meta-title h5 {
  color: #000201;
}

.light-theme .blog-meta-title h2 a {
  color: #000201;
}

.light-theme .hero-section.style-one {
  background: url(../images/slider/hero-2-light.jpg);
}

.light-theme .hero-section.style-one .hero-title h1 {
  color: #000201;
}

.light-theme .hero-section.style-one .hero-title h2 {
  color: #000201;
}

.light-theme .hero-section.style-one .hero-text p {
  color: #000201;
}

.light-theme .hero-right-button a {
  color: #000201;
  border: 1.5px solid #000201;
}

.light-theme .hero-section.style-one .hero-main-button a {
  background: #000201;
  color: #fff;
}

.light-theme section.about-section {
  background: #f5f5f5;
}

.light-theme .pixer-section-title h2 {
  color: #000201;
}

.light-theme .pixer-section-title p {
  color: #000201;
}

.light-theme .about-list ul li {
  color: #000201;
}

.light-theme .about-autor h4 {
  color: #000201;
}

.light-theme .about-autor span {
  color: #000201;
}

.light-theme .case-study-area {
  background: #f5f5f5;
}

.light-theme .pixer-section-title h3 {
  color: #000201;
}

.light-theme .pixer-section-title h2 {
  color: #000201;
}

.light-theme .case_study_menu ul li {
  color: #000201;
  border: 1px solid #000201;
}

.light-theme .hero-main-button a:before {
  background: #000201;
}

/* team */

.light-theme .team-area {
  background: url(../images/resource/service-bg.jpg);
  background-size: cover;
}
.light-theme .team-member-content {
  background: #e5e5e5;
}

.light-theme .team-member-title h2 a {
  color: #000201;
}

.light-theme .team-member-title span {
  color: #000201;
}

.light-theme .team-social-list ul li a i {
  color: #000201;
}

/* service */

.light-theme .service-section {
  background: url(../images/resource/service-bg.jpg);
  background-size: cover;
}

.light-theme .service-content {
  background: #e5e5e5;
}

.light-theme .service-box-title h2 a {
  color: #000201;
}

.light-theme .service-des p {
  color: #000201;
}

.light-theme .service-button a {
  color: #000201;
}
