/*You can add your won color also */
a {
  color: #DC4F46;
}

a:hover {
  color: #DC4F46;
}

.section-titile-bg {
  color: #000000;
}

.section-title::before {
  background-color: #333;
}

.subtitle {
  color: #333;
}

.btn-common {
  background: #DC4F46;
}

.btn-common:hover,
.btn-common:focus {
  background: #333 !important;
}

.btn-round {
  background: #333 !important;
}

.btn-round:hover {
  background: #333 !important;
}

/* ScrollToTop */
a.back-to-top i {
  background-color: #333;
}


.slicknav_btn {
  border-color: #333;
}

.slicknav_menu .slicknav_icon-bar {
  background: #333;
}

.slicknav_menu .slicknav_icon-bar:hover {
  background: #333;
}

.navbar li.active a.nav-link {
  color: #000000 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #333 !important;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover {
  color: #333;
}

.dropdown .dropdown-menu .dropdown-item.active,
.dropdown .dropdown-menu .dropdown-item:active {
  color: #333;
  background-color: #fafafa;
}

.work-counter-widget i {
  color: #333;
}

.portfolio-nav ul.nav li a:hover,
.portfolio-nav ul.nav li a.active {
  background: #333;
}

.about-single i {
  color: #333;
}

.about-single:hover i {
  background: #333;
}

.Material-tab ul.nav.nav-tabs li .active {
  background: #333 !important;
}

.single-blog-post .post-meta a:hover {
  color: #333;
}

.contact-widget-section .single-contact-widget i {
  color: #333;
}

.single-service-widget i {
  color: #333;
}

#testimonial-carousel .owl-pagination .owl-page.active span {
  background: #333;
}

.form-submit button.btn-common.disabled {
  background: #000000 !important;
  opacity: 100;
  cursor: not-allowed;
}

.owl-carousel .owl-controls .owl-page.active span {
  border: none;
  background: #fff !important;
  opacity: 1;
}

.Material-tab-default ul.nav.nav-tabs li.active a {
  color: #333;
}

.Material-default-accordion .panel-default .panel-heading a {
  background-color: #333;
}

.icon-round,
.icon-box {
  background: #333;
}

.icon-common {
  color: #333;
}

.price span {
  color: #333;
}

.pricing-button a.btn-pricing {
  background-color: #000000;
}

.Material-error-section h1 {
  color: #333;
}

.comment-box .form-control,
.comment-box textarea {
  font-weight: 500;
  color: #333;
}

.find-widget {
  padding: 10px 0;
}

.find-widget i {
  background: #333;
}

.footer-widget-container {
  border-top: 4px solid #333;
}

ul.footer-contact li span {
  background: #333;
}

.footer-contact ul li i {
  background: #333;
  border-color: #333;
}

.page-footer .link-widget ul li a:hover {
  color: #333;
}

.page-footer .recent-widget p a:hover {
  color: #333;
}

.form-group.is-focused .form-control {
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333)),
    -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#333, #333), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#333, #333), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#333, #333), linear-gradient(#D2D2D2, #D2D2D2);
}

.page-footer .footer-title::before {
  background: #333;
}