/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v2.0.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/
body {
  background-color: #fff;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #444;
}

hr {
  border-top: 3px solid #1b1b1b;
}

.anchor-basic {
  color: #fff !important;
}

.anchor-basic:hover,
.anchor-basic:focus {
  color: #bfbfbf !important;
}

/* Buttons */
.button-main {
  background-color: #fff;
  border: 1px solid #fff;
  color: #222;
}

.button-main:focus {
  background-color: #bfbfbf;
  border: 1px solid #fff;
}

.button-main.button-scheme {
  color: #fff;
}

/* Overlay background */
.element-cover-bg {
  background-color: rgba(255, 255, 255, 1.00);
}

/* General styles */
.tns-nav>[aria-controls] {
  background: #ddd;
}

.tns-nav>.tns-nav-active {
  background: #999;
}

.lity-close .btn-line,
.lity-close:before,
.lity-close:after {
  background-color: gray;
}

.lity-close .btn-line,
.lity-close:before,
.lity-close:after {
  background-color: #fff;
}

.lity-close .btn-line,
.lity-close:before,
.lity-close:after {
  background-color: #fff;
}

#overlay-effect {
  background-color: #fefefe;
}

.lightbox-wrapper {
  background-color: #fff;
}

.lightbox-wrapper .lightbox-close .close-btn .btn-line,
.lightbox-wrapper .lightbox-close .close-btn:before,
.lightbox-wrapper .lightbox-close .close-btn:after {
  background-color: gray;
}

.lightbox-wrapper .lightbox-close .close-btn .btn-line,
.lightbox-wrapper .lightbox-close .close-btn:before,
.lightbox-wrapper .lightbox-close .close-btn:after {
  background-color: #fff;
}

.lightbox-wrapper .lightbox-close .close-btn .btn-line,
.lightbox-wrapper .lightbox-close .close-btn:before,
.lightbox-wrapper .lightbox-close .close-btn:after {
  background-color: #101010;
}

.lightbox-wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background: #3c3c3c;
}

.lightbox-wrapper .lightbox-content .section-heading.page-heading>.animated-bar {
  background-color: orange;
}

.lightbox-wrapper .lightbox-content .section-heading.page-heading>.animated-bar:before,
.lightbox-wrapper .lightbox-content .section-heading.page-heading>.animated-bar:after {
  background-color: #fff;
}

/*----------- Preloader lightbox -----------*/
.preloader {
  background-color: #0e0e0e;
}

.preloader .preloader-block .preloader-icon .loading-dot {
  background-color: #fff;
}

/*----------  Navbar  ----------*/
.navbar {
  background-color: transparent;
}

.navbar .navbar-brand span {
  color: #010101;
}

.navbar .navbar-brand svg #logo-text {
  fill: #e6e6e6;
}

.navbar .navbar-nav .nav-link {
  color: #e6e6e6;
}


@media (max-width: 767.98px) {
  .navbar .navbar-menu .btn-line,
  .navbar .navbar-menu:before,
  .navbar .navbar-menu:after {
    background-color: gray;
  }

  .navbar .navbar-menu .btn-line,
  .navbar .navbar-menu:before,
  .navbar .navbar-menu:after {
    background-color: #010101;
  }

  .navbar .navbar-collapse .navbar-nav {
    background-color: #191919;
  }

  .navbar .navbar-collapse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }

  .navbar .navbar-collapse .navbar-nav .nav-link:hover,
  .navbar .navbar-collapse .navbar-nav .nav-link:focus {
    color: #fff;
  }
}

/*----------- Home -----------*/
.home-area {
  background-color: #111;
}

.home-area:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.home-area .fixed-wrapper .languages-list .single-language {
  color: #e6e6e6;
}

.home-area .fixed-wrapper .social-icons i.icon {
  color: #e6e6e6;
}

.home-area .home-name {
  color: #fff;
}

.home-area .home-headline {
  color: #fff;
}

.home-area .home-headline .single-headline::after {
  background-color: #b9b9b9;
}

.home-area.video-variant #wrapper_homeVideo:before {
  background-color: rgba(0, 0, 0, 0.7);
}

/*----------- About lightbox -----------*/
/* About: Info */
.info-section .info-img img {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.18);
}

.info-section .info-content .content-description p:last-child {
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}

.info-section .info-content .content-info .single-info>span {
  color: #050505;
}

.info-section .info-content .content-follow:before {
  background-color: rgba(255, 255, 255, 0.25);
}

.info-section .info-content .content-follow li a {
  color: #202020;
}


/* About: Services */
.services-section .single-service {
  background-color: #fff;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
  min-height: 300px;
}

.services-section .single-service .service-title {
  color: #010101;
}

/* About: Testimonials */
.testimonials-section .single-review {
  background-color: #fff;
}

.testimonials-section .single-review .review-client .client-name {
  color: #010101;
}

.testimonials-section .single-review .review-client .client-role {
  color: #888;
}

/* About: Pricing */
.pricing-section .single-plan {
  background-color: #eee;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.pricing-section .single-plan .plan-type {
  color: #010101;
}

.pricing-section .single-plan .plan-price {
  color: #050505;
}

/*----------- Resume lightbox -----------*/
/* Resume: Resume */
.resume-section .resume-item {
  background-color: #ddd;
}

.resume-section .resume-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* Resume: Skills */
.skills-section .single-skill .skill-info {
  color: #202020;
}

.skills-section .single-skill .skill-progress {
  background-color: #2f2f2f;
}

/* Resume: Video */
.video-section .video-part .embed-responsive-item:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.video-section .video-part .embed-responsive-item .play-wrapper {
  background-color: #fff;
}

.video-section .video-part .embed-responsive-item .play-wrapper .icon {
  color: #222;
}

/*----------- Portfolio lightbox -----------*/
/* Portfolio: Portfolio */
.portfolio-section .filter-control>li {
  color: #202020;
}

.portfolio-section .portfolio-grid .portfolio-wrapper:before {
  background-color: rgba(0, 0, 0, 0.9);
}

.portfolio-section .portfolio-grid .portfolio-wrapper .item-content .content-title {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
}

/*----------- Blog lightbox -----------*/
/* Blog: Blog */
.blog-section .single-post {
  background-color: transparent;
}

.blog-section .single-post .post-img .content-date {
  color: #fff;
}

/*----------- Contact lightbox -----------*/
/* Contact: Contact */
.contact-section .contact-form .form-group .form-control {
  background-color: #efefef;
  border-bottom: 1px solid #cecece;
}

.contact-section .contact-form .form-group .form-control:-webkit-autofill,
.contact-section .contact-form .form-group .form-control:-webkit-autofill:hover,
.contact-section .contact-form .form-group .form-control:-webkit-autofill:focus,
.contact-section .contact-form .form-group .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #0b0b0b inset;
  -webkit-text-fill-color: #777 !important;
}

.contact-section .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #777;
}

.contact-section .contact-form .form-group .form-control::-moz-placeholder {
  color: #777;
}

.contact-section .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #777;
}

.contact-section .contact-form .form-group .form-control::-ms-input-placeholder {
  color: #777;
}

.contact-section .contact-form .form-group .form-control,
.contact-section .contact-form .form-group .form-control::placeholder {
  color: #777;
}

.contact-section .contact-form .form-submit #contact-submit.wait {
  background-color: #777 !important;
  border-color: #777 !important;
}

.contact-section .contact-form .form-submit #contact-submit.success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.contact-section .contact-form .form-submit #contact-submit.error {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.contact-section .contact-form .form-submit .contact-feedback.success {
  color: #28a745;
}

.contact-section .contact-form .form-submit .contact-feedback.error {
  color: #dc3545;
}

.contact-section .contact-info .list-info .info-details {
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}

.contact-section .contact-info .list-info .info-details .info-value a {
  color: #9f9f9f !important;
}

.contact-section .contact-info .list-info .info-details .info-value a:hover,
.contact-section .contact-info .list-info .info-details .info-value a:focus {
  color: #797979 !important;
}