.theme-dark body {
  background-color: #0e314c;
  color: #ffffff;
}

.theme-dark a {
  color: #ffffff;
}

.theme-dark a:hover, .theme-dark a:focus {
  color: #fff;
}

.theme-dark p {
  color: #ffffff;
  opacity: .90;
}
.theme-dark ul li {
  color: #ffffff;
  opacity: .90;
}

.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;
}

.theme-dark .bg-f7fafd {
  background-color: #000000;
}

.theme-dark .bg-f9f6f6 {
  background-color: #141414;
}

.theme-dark .btn-primary:hover, .theme-dark .btn-primary:focus, .theme-dark .btn-primary:active {
  color: #ffffff;
}

.theme-dark .btn-primary:not(:disabled):not(.disabled).active, .theme-dark .btn-primary:not(:disabled):not(.disabled):active, .theme-dark .btn-primary .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
}

.theme-dark .btn-primary.disabled, .theme-dark .btn-primary:disabled {
  color: #ffffff;
}

.theme-dark .btn.btn-secondary:not(:disabled):not(.disabled).active, .theme-dark .btn.btn-secondary:not(:disabled):not(.disabled):active, .show > .theme-dark .btn.btn-secondary.dropdown-toggle {
  color: #ffffff;
}

.theme-dark .btn.btn-secondary:hover, .theme-dark .btn.btn-secondary:focus {
  color: #ffffff;
}

.theme-dark label {
  color: #ffffff;
}

.theme-dark .form-control {
  color: #ffffff;
  background: #141414;
  border-color: #141414;
}

.theme-dark .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .85;
}

.theme-dark .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: .85;
}

.theme-dark .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: .85;
}

.theme-dark .form-control::placeholder {
  color: #ffffff;
  opacity: .85;
}

.theme-dark .form-control:focus {
  background: #0e314c;
  border-color: #44ce6f;
}

.theme-dark .bg-f9fafb {
  background-color: #000000;
}

.theme-dark .bg-eef6fd {
  background-color: #0e314c;
}

.theme-dark .form-select {
  color: #ffffff;
  border-color: #0e314c;
  background-color: #0e314c;
}

.theme-dark #header.headroom.is-sticky {
  background-color: #0e314c !important;
}

.theme-dark #header.headroom.navbar-style-two {
  background-color: #0e314c00;;
}
.theme-dark #header.headroom.navbar-style-two:hover {
  background-color: #0e314c;
}

.theme-dark .navbar-brand.white-logo {
  display: inline-block;
}

.theme-dark .navbar-brand.black-logo {
  display: none;
}

.theme-dark .startp-responsive-menu .white-logo {
  display: inline-block;
}

.theme-dark .startp-responsive-menu .black-logo {
  display: none;
}

.theme-dark .startp-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .startp-nav nav .navbar-nav .nav-item a:hover, .theme-dark .startp-nav nav .navbar-nav .nav-item a:focus, .theme-dark .startp-nav nav .navbar-nav .nav-item a.active {
  color: #FFD700; /* Golden Yellow */
  font-weight: bold;
  text-shadow: 
    0 0 10px rgba(255, 215, 0, 0.8),
    0 0 20px rgba(255, 215, 0, 0.6),
    0 0 30px rgba(255, 215, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.3);
}

.theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu {
  background: #000000;
}

.theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
  color: #ffffff;
}

.theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover, .theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus, .theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active {
  color: #FFD700; /* Golden Yellow */
  font-weight: bold;
  text-shadow: 
    0 0 10px rgba(255, 215, 0, 0.8),
    0 0 20px rgba(255, 215, 0, 0.6),
    0 0 30px rgba(255, 215, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.3);
}

.theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a {
  color: #ffffff;
}

.theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover, .theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus, .theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active {
  color: #FFD700; /* Golden Yellow */
  font-weight: bold;
  text-shadow: 
    0 0 10px rgba(255, 215, 0, 0.8),
    0 0 20px rgba(255, 215, 0, 0.6),
    0 0 30px rgba(255, 215, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.3);
}

.theme-dark .startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover a {
  color: #FFD700; /* Golden Yellow */
  font-weight: bold;
  text-shadow: 
    0 0 10px rgba(255, 215, 0, 0.8),
    0 0 20px rgba(255, 215, 0, 0.6),
    0 0 30px rgba(255, 215, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.3);
}

.theme-dark .others-option-for-responsive .dot-menu .inner .circle {
  background-color: #ffffff;
}

.theme-dark .others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #44ce6f;
}

.theme-dark .others-option-for-responsive .option-inner {
  background-color: #000000;
}

.theme-dark .main-banner {
  background: #0e314c;
}

.theme-dark .main-banner .banner-form {
  background: #000000;
}

.theme-dark .domain-search-content form {
  background-color: #000000;
}

.theme-dark .domain-search-content form .form-control {
  background-color: #000000;
}

.theme-dark .domain-search-content form .domain-select .form-select {
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .ml-main-banner {
  background: #0e314c;
}

.theme-dark .why-choose-us {
  background: #0e314c;
}

.theme-dark .single-why-choose-us {
  background: linear-gradient(135deg, #264699 0%, #009fe2 100%);
}

.theme-dark .solutions-box .learn-more-btn {
  color: #ffffff;
}

.theme-dark .solutions-box .learn-more-btn:hover {
  color: #44ce6f;
}

.theme-dark .agency-services-area {
  background: #000000;
}

.theme-dark .agency-services-box .content {
  background: #0e314c;
}

.theme-dark .agency-services-box .content .read-more-btn {
  background-color: #000000;
  border-color: #000000;
}

.theme-dark .agency-services-box .content .read-more-btn:hover {
  background-color: #44ce6f;
  border-color: #44ce6f;
}

.theme-dark .single-box {
    background: linear-gradient(135deg, #264699 0%, #009fe2 100%);
    
}

.theme-dark .single-testimonials-item {
  background-color: #0e314c;
}

.theme-dark .single-testimonials-item p {
  color: #ffffff;
}

.theme-dark .single-testimonials-item::after {
  background-color: #0e314c;
}

.theme-dark .single-blog-post-item .post-content {
  background: #000000;
}

.theme-dark .single-blog-post-item .post-content .post-meta li {
  color: #ffffff;
}

.theme-dark .single-blog-post-item .post-content .post-meta li a {
  color: #ffffff;
}

.theme-dark .single-blog-post-item .post-content .post-meta li a:hover {
  color: #44ce6f;
}

.theme-dark .single-blog-post-item .post-content .read-more-btn {
  background-color: #0e314c;
  border-color: #0e314c;
}

.theme-dark .single-blog-post-item .post-content .read-more-btn:hover {
  background-color: #44ce6f;
  border-color: #44ce6f;
}

.theme-dark .single-services-box-item {
  background-color: #000000;
}

.theme-dark .single-services-box-item .learn-more-btn:hover {
  color: #ffffff;
}

.theme-dark .projects-items .single-latest-projects .content {
  background-color: #000000;
}

.theme-dark .shorting-menu button {
  color: #ffffff;
}

.theme-dark .shorting-menu button:hover, .theme-dark .shorting-menu button.active {
  color: #44ce6f;
}

.theme-dark .bigdata-feedback-area {
  background-color: #0e314c;
}

.theme-dark .single-feedback-box .feedback-desc {
  background-color: #000000;
}

.theme-dark .single-feedback-box .feedback-desc p {
  color: #ffffff;
}

.theme-dark .single-feedback-box .feedback-desc p::before {
  color: #ffffff;
}

.theme-dark .single-feedback-box .feedback-desc p::after {
  color: #ffffff;
}

.theme-dark .single-feedback-box .feedback-desc::before {
  background: #000000;
}

.theme-dark .single-feedback-box .client-info span {
  color: #ffffff;
}

.theme-dark .agency-portfolio-about-area {
  background-color: #000000;
}

.theme-dark .single-text-box .learn-more-btn {
  color: #ffffff;
}

.theme-dark .single-text-box .learn-more-btn:hover {
  color: #44ce6f;
}

.theme-dark .services-content .box {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .single-services-box {
  background: #0e314c;
}

.theme-dark .agency-portfolio-main-banner::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  opacity: .75;
  position: absolute;
  /*background-color: #000000;*/
}

.theme-dark .portfolio-banner-content .sub-title {
  color: #ffffff;
}

.theme-dark .agency-portfolio-partner-area {
  background-color: #000000;
}

.theme-dark .single-features {
  background: #0e314c;
}

.theme-dark .single-products .products-content .add-to-cart-btn {
  color: #ffffff;
  border-color: #ffffff;
}

.theme-dark .single-products .products-image ul li a {
  background: #0e314c;
}

.theme-dark #productsModalCenter .modal-content {
  background-color: #0e314c;
}

.theme-dark #productsModalCenter .modal-content .products-content .price span {
  color: #ffffff;
}

.theme-dark .pagination-area ul .page-item .page-link {
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .pagination-area ul .page-item .page-link:hover, .theme-dark .pagination-area ul .page-item .page-link:focus {
  color: #ffffff;
  background-color: #44ce6f;
}

.theme-dark .pagination-area ul .page-item.active .page-link {
  color: #ffffff;
  background-color: #44ce6f;
}

.theme-dark .single-team {
  background: #0e314c;
}

.theme-dark .single-team .team-image::before {
  background: #141414;
}

.theme-dark .single-works .icon {
  background: #0e314c;
}

.theme-dark .single-works .icon:hover {
  background: #ffffff;
  color: #0e314c;
}

.theme-dark .single-iot-services {
  background-color: #000000;
}

.theme-dark .single-iot-services a {
  color: #0e314c;
}

.theme-dark .single-iot-services:hover a, .theme-dark .single-iot-services:focus a {
  color: #44ce6f;
}

.theme-dark .page-title-area {
  background: #000000;
  border-bottom: 1px solid #0e314c;
}

.theme-dark .features-details-desc .features-details-list li {
  color: #ffffff;
}

.theme-dark .features-details-desc .features-details-accordion .accordion .accordion-item {
  background: #0e314c;
}

.theme-dark .features-details-desc .features-details-accordion .accordion .accordion-title {
  color: #ffffff;
  border-bottom-color: #0e314c;
}

.theme-dark .services-details-desc .services-details-list li {
  color: #ffffff;
}

.theme-dark .services-details-desc .services-details-accordion .accordion .accordion-item {
  background: #000000;
}

.theme-dark .services-details-desc .services-details-accordion .accordion .accordion-title {
  color: #ffffff;
  border-bottom-color: #0e314c;
}

.theme-dark .pricing-table {
  background: #0e314c;
}

.theme-dark .pricing-table .pricing-header {
  background: #0e314c;
  border-bottom-color: #325571;
}

.theme-dark .pricing-table .pricing-features ul li {
  color: #6084a4;
}

.theme-dark .pricing-table .pricing-features ul li.active {
  color: #ffffff;
  opacity: .90;
}

.theme-dark .single-pricing-table {
  background: #0e314c;
}

.theme-dark .single-pricing-table .pricing-features ul li {
  color: #ffffff;
}

.theme-dark .privacy-policy-content strong {
  color: #ffffff !important;
}

.theme-dark .privacy-policy-content ul li {
  color: #ffffff;
}

.theme-dark .privacy-policy-content ol li {
  color: #ffffff;
}

.theme-dark .terms-conditions-content strong {
  color: #ffffff !important;
}

.theme-dark .terms-conditions-content ul li {
  color: #ffffff;
}

.theme-dark .terms-conditions-content ol li {
  color: #ffffff;
}

.theme-dark .faq-accordion {
  background: #000000;
}

.theme-dark .faq-accordion .accordion .accordion-item {
  background-color: #000000;
}

.theme-dark .faq-accordion .accordion .accordion-item .accordion-title {
  color: #ffffff;
  border-bottom-color: #000000;
  background: #0e314c;
}

.theme-dark .faq-accordion .accordion .accordion-item .accordion-title.active {
  border-bottom-color: #000000;
}

.theme-dark .faq-contact {
  background: #000000;
}

.theme-dark .woocommerce-topbar {
  background-color: #000000;
}

.theme-dark .feedback-slides .client-feedback .single-feedback {
  background: #0e314c;
}

.theme-dark .feedback-slides .client-feedback .single-feedback::before {
  background: #0e314c;
}

.theme-dark .client-thumbnails .next-arrow, .theme-dark .client-thumbnails .prev-arrow {
  color: #ffffff;
  border-color: #ffffff;
}

.theme-dark .client-thumbnails .next-arrow:hover, .theme-dark .client-thumbnails .prev-arrow:hover {
  color: #ffffff;
  border-color: #44ce6f;
}

.theme-dark .testimonials-slides {
  background-color: #000000;
}

.theme-dark .testimonials-slides::before {
  opacity: .10;
}

.theme-dark .testimonials-slides::after {
  opacity: .10;
}

.theme-dark .single-feedback-item {
  background-color: #000000;
}

.theme-dark .single-hosting-features {
  background: #0e314c;
}

.theme-dark .cart-table table thead tr th {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-name a:hover {
  color: #44ce6f;
}

.theme-dark .cart-buttons .btn-light {
  background-color: #000000;
}

.theme-dark .cart-totals {
  background: #000000;
}

.theme-dark .cart-totals ul li {
  color: #ffffff;
}

.theme-dark .cart-totals ul li span {
  color: #ffffff;
}

.theme-dark .user-actions {
  background: #000000;
}

.theme-dark .user-actions span a {
  color: #ffffff;
}

.theme-dark .user-actions span a:hover, .theme-dark .user-actions span a:focus {
  color: #44ce6f;
}

.theme-dark .billing-details {
  background: #000000;
}

.theme-dark .billing-details .form-group label {
  color: #ffffff;
}

.theme-dark .billing-details .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .order-details {
  background: #000000;
}

.theme-dark .order-details .order-table table thead tr {
  border-color: #0e314c;
}

.theme-dark .order-details .order-table table thead tr th {
  color: #ffffff;
  border-color: #0e314c;
}

.theme-dark .order-details .order-table table tbody tr {
  border-color: #0e314c;
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr td {
  color: #ffffff;
  border-color: #0e314c;
}

.theme-dark .order-details .order-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .order-details .order-table table tbody tr td.product-name a:hover {
  color: #44ce6f;
}

.theme-dark .order-details .order-table table tbody tr td.order-subtotal span, .theme-dark .order-details .order-table table tbody tr td.order-shipping span, .theme-dark .order-details .order-table table tbody tr td.total-price span {
  color: #ffffff;
}

.theme-dark .order-details .payment-method {
  border-top-color: #0e314c;
}

.theme-dark .order-details .payment-method p {
  color: #ffffff;
}

.theme-dark .order-details .payment-method p [type="radio"]:checked + label, .theme-dark .order-details .payment-method p [type="radio"]:not(:checked) + label {
  color: #ffffff;
}

.theme-dark .products-details .price span {
  color: #ffffff;
}

.theme-dark .products-details form .add-to-wishlist-btn {
  color: #ffffff;
}

.theme-dark .products-details .products-share-social ul li a.facebook {
  background: #4267b2;
  color: #ffffff;
}

.theme-dark .products-details .products-share-social ul li a.twitter {
  background: #38A1F3;
  color: #ffffff;
}

.theme-dark .products-details .products-share-social ul li a.linkedin {
  background: #0077B5;
  color: #ffffff;
}

.theme-dark .products-details .products-share-social ul li a.instagram {
  background: #231F20;
  color: #ffffff;
}

.theme-dark .products-details-tabs #tabs li {
  background: #000000;
}

.theme-dark .products-details-tabs #tabs li.active {
  background-color: #000000;
}

.theme-dark .products-details-tabs #tabs li.inactive {
  background-color: #000000;
}

.theme-dark .products-details-tabs .content .additional-information li {
  color: #ffffff;
}

.theme-dark .iot-why-choose-us::before {
  background-color: #0e314c;
}

.theme-dark .single-iot-box {
  background-color: #000000;
}

.theme-dark .single-iot-box a {
  color: #0e314c;
}

.theme-dark .single-iot-box:hover a, .theme-dark .single-iot-box:focus a {
  color: #ffffff;
}

.theme-dark .single-solutions-box {
  border-color: #000000;
}

.theme-dark .single-solutions-box::before {
  background: #000000;
}

.theme-dark .single-solutions-box .learn-more-btn {
  color: #ffffff;
}

.theme-dark .single-solutions-box .learn-more-btn:hover {
  color: #44ce6f;
}

.theme-dark .repair-about-content ul li {
  color: #ffffff;
}

.theme-dark .repair-about-content ul li span {
  background-color: #000000;
}

.theme-dark .single-repair-services::before {
  background: #0e314c;
}

.theme-dark .single-repair-services a {
  color: #0e314c;
}

.theme-dark .widget-area .widget .widget-title {
  border-bottom-color: #000000;
}

.theme-dark .widget-area .widget_search {
  background-color: #000000;
}

.theme-dark .widget-area .widget_search form .search-field {
  border-color: #0e314c;
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field:focus {
  border-color: #44ce6f;
}

.theme-dark .widget-area .widget_startp_posts_thumb .item .info time {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_entries ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_entries ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_entries ul li a:hover {
  color: #44ce6f;
}

.theme-dark .widget-area .widget_recent_entries ul li .post-date {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_comments ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_comments ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_comments ul li a:hover {
  color: #44ce6f;
}

.theme-dark .widget-area .widget_archive ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_archive ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_archive ul li a:hover {
  color: #44ce6f;
}

.theme-dark .widget-area .widget_categories ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li a:hover {
  color: #44ce6f;
}

.theme-dark .widget-area .widget_meta ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_meta ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_meta ul li a:hover {
  color: #44ce6f;
}

.theme-dark .widget-area .tagcloud a {
  color: #ffffff;
  border-color: #000000;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #44ce6f;
}

.theme-dark .blog-details-desc .article-content .features-list li {
  color: #ffffff;
}

.theme-dark .comments-area .comment-body {
  border-bottom-color: #000000;
  color: #ffffff;
}

.theme-dark .comments-area .comment-body .reply a {
  border-color: #000000;
  color: #ffffff;
}

.theme-dark .comments-area .comment-body .reply a:hover {
  background-color: #44ce6f;
  border-color: #44ce6f;
}

.theme-dark .comments-area .comment-metadata {
  color: #ffffff;
}

.theme-dark .comments-area .comment-metadata a {
  color: #ffffff;
}

.theme-dark .comments-area .comment-metadata a:hover {
  color: #44ce6f;
}

.theme-dark .comments-area .comment-respond label {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"], .theme-dark .comments-area .comment-respond input[type="time"], .theme-dark .comments-area .comment-respond input[type="datetime-local"], .theme-dark .comments-area .comment-respond input[type="week"], .theme-dark .comments-area .comment-respond input[type="month"], .theme-dark .comments-area .comment-respond input[type="text"], .theme-dark .comments-area .comment-respond input[type="email"], .theme-dark .comments-area .comment-respond input[type="url"], .theme-dark .comments-area .comment-respond input[type="password"], .theme-dark .comments-area .comment-respond input[type="search"], .theme-dark .comments-area .comment-respond input[type="tel"], .theme-dark .comments-area .comment-respond input[type="number"], .theme-dark .comments-area .comment-respond textarea {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]::placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::placeholder, .theme-dark .comments-area .comment-respond textarea::placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]:focus, .theme-dark .comments-area .comment-respond input[type="time"]:focus, .theme-dark .comments-area .comment-respond input[type="datetime-local"]:focus, .theme-dark .comments-area .comment-respond input[type="week"]:focus, .theme-dark .comments-area .comment-respond input[type="month"]:focus, .theme-dark .comments-area .comment-respond input[type="text"]:focus, .theme-dark .comments-area .comment-respond input[type="email"]:focus, .theme-dark .comments-area .comment-respond input[type="url"]:focus, .theme-dark .comments-area .comment-respond input[type="password"]:focus, .theme-dark .comments-area .comment-respond input[type="search"]:focus, .theme-dark .comments-area .comment-respond input[type="tel"]:focus, .theme-dark .comments-area .comment-respond input[type="number"]:focus, .theme-dark .comments-area .comment-respond textarea:focus {
  border-color: #44ce6f;
}

.theme-dark .comments-area .comment-respond .comment-form-cookies-consent label {
  color: #ffffff;
}

.theme-dark .startp-post-navigation {
  border-top-color: #000000;
  border-bottom-color: #000000;
}

.theme-dark .prev-link-wrapper .prev-link-info-wrapper {
  color: #ffffff;
}

.theme-dark .prev-link-wrapper .meta-wrapper {
  color: #ffffff;
}

.theme-dark .next-link-wrapper .next-link-info-wrapper {
  color: #ffffff;
}

.theme-dark .next-link-wrapper .meta-wrapper {
  color: #ffffff;
}

.theme-dark blockquote, .theme-dark .blockquote {
  background-color: #000000;
}

.theme-dark blockquote p, .theme-dark .blockquote p {
  color: #ffffff;
}

.theme-dark .contact-info-box {
  background: #000000;
}

.theme-dark .contact-info-box p a {
  color: #ffffff;
}

.theme-dark .contact-info-box p a:hover {
  color: #44ce6f;
}

.theme-dark .single-repair-feedback {
  background: #0e314c;
}

.theme-dark .single-repair-feedback::before {
  background: #0e314c;
}

.theme-dark .repair-why-choose-us::before {
  background: #0e314c;
}

.theme-dark .single-repair-box {
  background-color: #000000;
}

.theme-dark .single-repair-box a {
  color: #0e314c;
}

.theme-dark .single-repair-box:hover a, .theme-dark .single-repair-box:focus a {
  color: #ffffff;
}

.theme-dark .ml-services-area {
  background: #000000;
}

.theme-dark .single-ml-services-box {
  background-color: #0e314c;
}

.theme-dark .single-blog-post .blog-post-content {
  background: #000000;
}

.theme-dark .single-blog-post .blog-post-content span {
  color: #ffffff;
}

.theme-dark .single-blog-post .blog-post-content span a {
  color: #ffffff;
}

.theme-dark .single-blog-post .blog-post-content span a:hover {
  color: #44ce6f;
}

.theme-dark .single-blog-post .blog-post-content .read-more-btn {
  color: #ffffff;
}

.theme-dark .single-blog-post .blog-post-content .read-more-btn:hover {
  color: #44ce6f;
}

.theme-dark .single-blog-post:hover .blog-post-content {
  background: #0e314c;
}

.theme-dark .ml-feedback-area {
  background: #000000;
}

.theme-dark .single-ml-feedback-item {
  background-color: #0e314c;
}

.theme-dark .single-ml-feedback-item p {
  color: #ffffff;
}

.theme-dark .single-ml-feedback-item::after {
  background-color: #0e314c;
}

.theme-dark .single-blog-post-box .entry-post-content {
  background: #000000;
}

.theme-dark .single-blog-post-box .entry-post-content .entry-meta ul li {
  color: #ffffff;
}

.theme-dark .single-blog-post-box .entry-post-content .entry-meta ul li a {
  color: #ffffff;
}

.theme-dark .single-blog-post-box .entry-post-content .entry-meta ul li a:hover {
  color: #44ce6f;
}

.theme-dark .ml-main-section {
  background: #0e314c;
}

.theme-dark .free-trial-area::before {
  background: #000000;
}

.theme-dark .pricing-tab .tabs li a {
  background: #0e314c;
  font-weight: 500;
  font-size: 15px;
}

.theme-dark .pricing-tab .tabs li a:hover {
  color: #ffffff;
  background: #000000;
}

.theme-dark .pricing-tab .tabs li.current a {
  color: #ffffff;
  background: #000000;
}

.theme-dark .tab .tabs_item:nth-child(2) .pricing-box {
  background: #000000;
}

.theme-dark .pricing-box {
  background: #000000;
}

.theme-dark .pricing-box .pricing-features li {
  color: #ffffff;
}

.theme-dark .single-footer-widget .white-logo {
  display: inline-block;
}

.theme-dark .single-footer-widget .black-logo {
  display: none;
}

.theme-dark .single-footer-widget ul.list li a {
  color: #ffffff;
  opacity: .90;
}

.theme-dark .single-footer-widget ul.list li a:hover {
  opacity: 1;
  color: #029ee0;
}

.theme-dark .single-footer-widget ul.footer-contact-info li {
  color: #ffffff;
  opacity: .90;
}

.theme-dark .single-footer-widget ul.footer-contact-info li a {
  color: #ffffff;
}

.theme-dark .single-footer-widget ul.footer-contact-info li a:hover {
  color: #009fe3;
}

.theme-dark .single-footer-widget ul.social-links li a.facebook {
  background: #4267b2;
  color: #ffffff;
}

.theme-dark .single-footer-widget ul.social-links li a.twitter {
  background: #38A1F3;
  color: #ffffff;
}

.theme-dark .single-footer-widget ul.social-links li a.linkedin {
  background: #0077B5;
  color: #ffffff;
}

.theme-dark .single-footer-widget ul.social-links li a.instagram {
   background: linear-gradient( to right, #833ab4,#fd1d1d,#fcb045 );
   color: #ffffff;
}

.theme-dark .single-footer-widget ul.social-links li a.instagram:hover {
  background-image: linear-gradient(to left top, rgb(131, 58, 180), rgb(253, 29, 29), rgb(252, 176, 69));
  color: #ffffff;
}

.theme-dark .copyright-area {
  border-top-color: #2d2d2d;
}

.theme-light .startp-responsive-menu .white-logo {
  display: none;
}

.theme-light .navbar-brand.white-logo {
  display: none;
}

.theme-light .single-footer-widget .white-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .theme-dark #header.headroom {
    border-bottom-color: #294d68;
  }
  .theme-dark .startp-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .startp-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
}
/*# sourceMappingURL=dark-style.css.map */


.rs-blog.blog-main-home .blog-item {
  position: relative;
  transition: all 500ms ease;
}
.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
}
.rs-blog.blog-main-home .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
}
.rs-blog.blog-main-home .blog-item .blog-content {
  transition: all 500ms ease;
  position: relative;
  padding: 23px 26px 26px 26px;
  background: #fff;
  /* box-shadow: 0 6px 25px #eee; */
  /* height: 230px; */
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  background: #B90A0A;
  position: absolute;
  top: -44px;
  left: 157px;
  right: 0px;
  text-align: center;
  justify-content: center;
  padding: 14px 0 9px;
  margin: 0;
  list-style: none;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date {
  position: relative;
  /* margin-right: 20px; */
  padding-right: 11px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date:after {
  /* content: ""; */
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin  {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 5px;
  color: #ffffff;
  position: relative;
  padding-right: 4px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 44px solid #B90A0A;
  border-left: 45px solid transparent;
  left: -45px;
  display: block;
  top: 0;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: #0e314c;
  font-weight: 700;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: #38b6ff;
}
.rs-blog.blog-main-home .blog-item .blog-content .desc {
  margin-bottom: 14px;
  color: #0b1c2b;
}

a.blgbtn.ml-5{color: #011365;font-weight: 600;}
a:hover.blgbtn.ml-5{color: #38b6ff;font-weight: 600;}


.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
}

.blog-single .inner-box .image{
	position:relative;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.blog-single .inner-box h1{color: #009fe2;font-size: 22px;}
.blog-single .inner-box .lower-content{
	position:relative;
	padding: 15px 17px;
	padding-bottom: 5px;
	border-bottom: 0px solid #ececf0;
	background-color: white;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:18px;
	padding-bottom:16px;
	border-bottom:1px solid #ececf0;
}

.blog-single .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:2px;
	width:40px;
	background-color:#3241ff;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:20px;
	color:#333333;
	font-size:14px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.blog-single .inner-box .lower-content .post-meta li .fa{
	position:absolute;
	left:0px;
	top:0px;
	color:#303ef9;
	font-size:14px;
}

.blog-single .inner-box .lower-content h4{
	position:relative;
	color: #463f40;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:13px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text .news-gallery{
	position:relative;
	margin-top:30px;
}

.blog-single .inner-box .lower-content .text .news-gallery .row{
	margin:0px -12px;
}

.blog-single .inner-box .lower-content .text .news-gallery .column{
	padding:0px 12px;
	margin-bottom:24px;
}

.blog-single .inner-box .lower-content .text h5{
	position:relative;
	color:#1a1e66;
	font-weight:500;
	line-height:1.4em;
	margin-top:15px;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color: #0b1c2b;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 14px;
}

.blog-single .inner-box .lower-content .text p a{
	color:#1a1e66;
	font-weight:600;
	text-decoration:underline;
}

.blog-single .inner-box .lower-content blockquote{
	position:relative;
	border:none;
	padding:0px;
	margin-top:40px;
	margin-bottom:30px;
	background-color:#f4f7fc;
	padding:45px 30px 45px 110px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	left:-20px;
	top:-20px;
	width:113px;
	height:113px;
	color:#0d179e;
	font-size:40px;
	line-height:113px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}

.blog-single .inner-box .lower-content blockquote .quote-text{
	position:relative;
	font-size:20px;
	color:#1a1e66;
	font-weight:400;
	line-height:1.7em;
}

/* Post Share Options */

.blog-single .post-share-options{
	position:relative;
	padding-top: 5px;
	/* padding-left:40px; */
	/* padding-right:40px; */
	margin-bottom: 18px;
}

.blog-single .post-share-options .post-share-inner{
	position:relative;
}

.blog-single .post-share-options .post-tags{
	position:relative;
}

.blog-single .post-share-options .post-tags span{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:#1a1e66;
	font-family: 'Poppins', sans-serif;
}

.blog-single .post-share-options .post-tags a{
	position:relative;
	padding:8px 20px;
	color:#1a1e66;
	margin-right:4px;
	margin-bottom:4px;
	border-radius:50px;
	display:inline-block;
	background-color:#f4f7fc;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single .post-share-options .post-tags a:hover{
	color:#ffffff;
	background: -ms-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -moz-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -o-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140FC), color-stop(100, #0b1599));
    background: -webkit-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: linear-gradient(to bottom, #3140FC 0%, #0b1599 100%);
}

.blog-single .post-share-options .social-links{
	position:relative;
	margin-top:5px;
}

.blog-single .post-share-options .social-links li{
	position:relative;
	margin-left:2px;
	display:inline-block;
}

.popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	min-height: 70px;
	padding-left:90px;
	margin-bottom:25px;
	border-bottom:1px solid #e7e7eb;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width: 79px;
	 height: 79px;
	 overflow:hidden;
	 /* border-radius:50%; */
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size: 15px;
	margin:0px 0px 3px;
	font-weight:600;
	color:#1a1e66;
	line-height:1.5em;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.popular-posts .post .text a{
	color: #463f40;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post a:hover{
	color: #009fe2 !important;
}

.popular-posts .post-info{
	position:relative;
	font-size:14px;
	color: #d02d2a;
	font-weight: 600;
	padding-left: 2px;
}

.popular-posts .post-info:before{
	position:absolute;
	/* content: "\f073"; */
	left:0px;
	top:4px;
	color: #d92d2a;
	font-size:14px;
	line-height:1em;
	font-family: 'FontAwesome';
}

.sidebar-title-two h4{
    position: relative;
    color: #000000;
    font-weight:600;
    line-height:1.2em;
    padding-bottom:15px;
    font-size: 20px;
}

.sidebar-title-two h4:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:3px;
	width:40px;
	background-color: #009fe2;
}
p.date-box {
    position: absolute;
    margin-top: -60px;
    background-color: #d32e30d6;
    padding: 5px 12px 5px 10px;
    color: white;
    font-weight: 700;
}
.subhd{font-size: 18px; font-family: Montserrat;}

.sidebar-widget.popular-posts{
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}