body {
  color: #4e5156;
}

.preloader span {
  background-color: #273894;
}

.bb {
  border-bottom: 1px solid #EEE !important;
}

.tac {
  text-align: center;
}

#home-logo, #home-title, #home-description, #home-btn {
  display: none;
}

.home-content img {
  margin-bottom: 25px;
  max-height: 175px;
}

#home-title {
  margin: 0;
  color: #ee5e22;
  font-size: 48px;
}

#home-description {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.home-content a {
  margin-top: 20px;
}
.home-content a:hover, .home-content a:focus {
  color: #FFF;
}

.main-btn {
  background-color: #273894;
}

.about:after {
  background-color: #ee5e22;
}

.about i {
  color: #273894;
}

.about:hover p {
  color: #fff;
}

.about a:hover, .about a:focus {
  color: #6195FF;
}

#services .contact-form {
  margin-top: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pt-120 {
  padding-top: 120px;
}

.service i {
  color: #273894;
}

#brand-gallery .work > img {
  border: 2px solid #4e5156;
}

.work .work-content h3 {
  font-size: 16px;
}

.work .work-content span {
  color: #273894;
}

.work .work-link a {
  background-color: #273894;
}

#brand .preloader, #services .preloader, #other .preloader {
  top: auto;
  margin-top: -27.5px;
  display: none;
}

#services a.main-btn, #brand a.main-btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#services a.main-btn:hover, #services a.main-btn:focus, #brand a.main-btn:hover, #brand a.main-btn:focus {
  color: #fff;
}

#other.bg-grey, #news.bg-grey {
  border-bottom: none;
}

.blog .blog-meta li i {
  color: #273894;
}

a {
  color: #273894;
}
a:hover, a:focus {
  color: #ee5e22;
}

#about.bg-grey {
  border-top: none;
}

.title:after {
  background-color: #273894;
}

.feature i {
  margin-bottom: 35px;
  color: #273894;
  border-color: #273894;
}

.owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #273894;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #273894;
}

.alert-warning {
  background-color: #ee5e22;
  color: #fff;
  border-color: #ee5e22;
}

.alert-success {
  background-color: #273894;
  color: #fff;
  border-color: #273894;
}

#contact {
  background-color: rgba(238, 94, 34, .7);
}

#contact, #contact .section-header .title, #contact .about h3 {
  color: #fff;
}

.about {
  border: 2px solid #ee5e22;
}

#contact iframe {
  border: none;
  width: 100%;
  height: 400px;
  margin-top: 40px;
}

.contact-form .input:nth-child(1) {
  width: 100%;
}

.contact-form .input:nth-child(2), .contact-form .input:nth-child(3) {
  width: calc(50% - 10px);
}

.contact-form .input:nth-child(2) {
  margin-left: 0;
}

.contact-form .input:nth-child(3) {
  margin-left: 15px;
}

#contact input[type="text"], #contact input[type="email"], #contact textarea {
  opacity: 1;
}

textarea {
  min-height: 280px;
}

#footer.sm-padding {
  padding: 30px 0 25px;
}

.footer-follow {
  margin-bottom: 0;
}

.footer-follow li a {
  background-color: #273894;
}

#back-to-top {
  background-color: #273894;
}

@media only screen and (min-width: 768px) {
  .main-nav > li > a:hover, .main-nav > li > a:focus, .main-nav > li.active > a {
    color: #273894;
  }

  .main-nav > li > a:after {
    background-color: #273894;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    padding: 0 5px;
  }

  .main-nav > li.active {
    border-color: #273894;
  }

  .main-nav li a:hover, .main-nav li a:focus {
    background-color: #273894;
  }

  .home-content img {
    max-height: 125px;
  }

  #home-title, #home-description {
    font-size: 18px;
  }

  .mb-m-30 {
    margin-bottom: 30px;
  }
}
