body.dark-mode {
    background-color: #1A1D2E;
    color: #C1C8D0;
}
body.dark-mode .navbar-nav .nav-link {
    color: #fff !important;
}
    body.dark-mode .partners-section .partners-slider .item,
    body.dark-mode .navbar-nav .nav-link img.arrow {
        filter: brightness(0) invert(1);
    }
    body.dark-mode .dropdown-menu a,
    body.dark-mode .item-blog,
    body.dark-mode .item-blog:hover
    body.dark-mode content_description > *,
    body.dark-mode content_description
    body.dark-mode .contact-section ul li span,
    body.dark-mode .footer-bottom a,
    body.dark-mode .why-us-section .container-why-us .why-us-item p,
    body.dark-mode .text-part {
        color: #C1C8D0;
    }
    body.dark-mode .banner-section .box-section {
        background-color: #23273F;
        color: #C1C8D0;
    }
    body.dark-mode .read-more,
    body.dark-mode .read-more i {
        color: #4AC7CF;
    }
    body.dark-mode .control-image-upload,
    body.dark-mode .tag-container,
    body.dark-mode .faq-section .faq-container,
    body.dark-mode .form-container,
    body.dark-mode .footer-bottom,
    body.dark-mode .why-us-section .container-why-us {
        background-color: #23273F;
    }
    body.dark-mode .dropdown-menu {
        background-color: #23273F;
        border: 1px solid #3a3a3a;
        box-shadow: 0 0 5px #3a3a3a;
    }
        body.dark-mode .dropdown-menu a {
            background-color: #1A1D2E;
            color: #fff;
        }
        body.dark-mode .control-image-upload {
            border-color: #23273F;
        }
        body.dark-mode .header-top {
            left: 0;
            background-color: #1A1D2E;
        }
    body.dark-mode .form-container .input-container textarea,
    body.dark-mode .form-container .input-container select,
    body.dark-mode .form-container .input-container input {
        box-shadow: 0 0 10px #1A1D2E;
        border: 1px solid #1A1D2E;
        color: #fff;
    }
        body.dark-mode .form-container .input-container textarea::placeholder,
        body.dark-mode .form-container .input-container select::placeholder,
        body.dark-mode .form-container .input-container input::placeholder {
            color: #ccc;
        }
        body.dark-mode .Language-dropdown a,
        body.dark-mode .color-dark,
        body.dark-mode content_description > h1,
        body.dark-mode content_description > h2,
        body.dark-mode content_description > h3,
        body.dark-mode content_description > h4,
        body.dark-mode content_description > h5,
        body.dark-mode content_description > h6 {
            color: #fff !important;
        }
    body.dark-mode .play-btn {
        background-color: #4AC7CF;
    }
    body.dark-mode .news-slider .item .item-part img,
    body.dark-mode .item-blog .date-categories .item-part img {
        filter: brightness(0) invert(1);
    }
    body.dark-mode .navbar-toggler {
        background-color: #4AC7CF;
    }
    body.dark-mode .banner-partner img,
    body.dark-mode .contact-section ul li .img-container img,
    body.dark-mode .products-item .products-details p img{
        filter: brightness(0) invert(1);
    }
    body.dark-mode .news-slider .item .details-news h3,
    body.dark-mode .navbar-light .navbar-toggler-icon,
    body.dark-mode .contact-section ul li span,
    body.dark-mode .modal-title,
    body.dark-mode .modal-header .close,
    body.dark-mode .title-section h1 {
        color: #fff;
    }
    body.dark-mode .handle-preloader {
        background-color: #1a1d2eeb;
    }
    body.dark-mode .tag-container .text-part ul li,
    body.dark-mode .tag-container .text-part li::before,
    body.dark-mode .page-content {
        color: #c9c9c9;
    }
    body.dark-mode .banner-partner h4 {
        color: #fff;
    }
    body.dark-mode .banner-partner {
        background-color: #23273f;
        color: #fff;
    }
    body.dark-mode .team-section .team-item .text-contianer p {
        color: #bdbdbd;
    }
/*    body.dark-mode .partners-section .partners-slider .item {
        background-color: #1a1d2e;
        margin: 5px;
        border-radius: 5px;
        box-shadow: 0 0 3px #4ac7cf;
    }
    body.dark-mode .partners-section.partners-section-1 .partners-slider .item {
        background-color: transparent;
        box-shadow: none;
    }*/