.services-banner-wrap {
  background-color: #333;
}
.nav-scroll {
  background-color: #333;
}
.testimonials {
  background-color: #333;
}
.main-footer {
  background: #333;
}
.footer-table td, .footer-table th {
  border: 1px solid #333;
}
.navbar .navbar-nav .active {
  color: #f55d85 !important;
}
.navbar .navbar-nav .nav-link:hover{
  color: #f55d85;
}
.navbar .dropdown-menu .dropdown-item:hover{
  color: #f55d85;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item{
  color: #f55d85;
}
.navbar .navbar-nav .nav-link{
  letter-spacing: 1px;
}
.title span{
  color: #f55d85;
}
.line-hr-secondary{
  border-top: 1px solid #f55d85 !important;
}
.btn{
  background: #f55d85;
}
.btn:hover{
  background: #f55d85;
}
.services .item .con h5 a:hover {
  color: #f55d85;
}
.line-vr-section {
  border-color: #f55d85;
}
.services-banner .icon {
  color: #f55d85;
}
.services-banner h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.testimonial-say .testimonial-item p b {
  color: #f55d85;
}
.testimonial-say .testimonial-item h6 {
  color: #f55d85;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f55d85;
  border: 1px solid #f55d85;
}
.blog .post-cont h5 a:hover {
  color: #f55d85;
}
.main-footer h6 {
  color: #f55d85;
}
.main-footer .footer-list li .icon i {
  color: #f55d85;
}
.main-footer .social-icon a {
  color: #f55d85;
}
a, a:hover, img, .form-control, button {
  color: #f55d85;
}
.footer-list li .text p a:hover {
  color: #f55d85;
}
.main-footer .sub-footer p a:hover {
  color: #f55d85;
}
.progress-wrap {
  right: auto;
  left: 30px;
}
.progress-wrap::after {
  color: #f55d85;
}
.progress-wrap svg.progress-circle path {
  stroke: #f55d85;
}
.sidebar-title {
  border-bottom: 1px solid #f55d85;
}
.sidebar .services ul li::before {
  background: #f55d85;
}
.form-control:active, .form-control:focus {
  border-bottom: 2px solid #f55d85;
}
input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea {
  color: #f55d85;
}
.contact-list li .icon span {
  color: #f55d85;
}
.contact-list li .text p a:hover {
  color: #f55d85;
}
.services .item .con h5:hover, .services .item .con h5 a:hover {
  color: #000;
}
.owl-dot span {
  border: 1px solid #f55d85;
}
.owl-dot.active span {
  background-color: #f55d85;
}
#loader .loading {
  color: #f55d85;
}
#loader .loading > div {
  border: 1px solid #f55d85;
  border-bottom-color: transparent;
}
.modal-title{
  color: #000;
  font-size: 20px;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}
.modal-content {
  border-radius: 0px;
}
.modal-body img{
  width: 100%;
}
#exampleModal .modal-dialog{
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.line-hr-secondary {
  border-top: 1px solid #fa8b3c !important;
}
.line-vr-section {
  border-color: #fa8b3c;
}
.services-banner .icon {
  color: #fa8b3c;
}
.owl-dot.active span {
  background-color: #fff;
}
.owl-dot span {
  border: 1px solid #fff;
}
.main-footer .text{
  color: #fff;
}
.services .item .con {
  background-color: #333 !important;
}
.services .item .con h5, .services .item .con h5 a {
  color: #fa8b3c;
}
.topnav-scrolltop .title{
  display: none;
}
.logo img {
  max-height: 50px;
}
.logo-gallery .logo-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {

  .about-img{
    width: 100%;
    height: auto;
  }
  .owl-carousel h2 {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 1.3em;
  }
}