/*Custom Css*/

/*
...
...
*/

.fixednavbar .navbar-brand img {
  max-width: 75%;
}

.forcefullwidth_wrapper_tp_banner {
  max-height: 700px !important;
}

.rev_slider_wrapper {
  max-height: 700px !important;
}

.tp-fullwidth-forcer {
  max-height: 700px !important;
}

.footer-container ul li a:hover {
  color: #c9d22a;
}

.section-header {
  background-color: #008391;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.section-header h1 {
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
}

.section-header p,
h1 {
  color: #ffffff;
  margin: 0;
}

.section-header-brand {
  height: 150px;
}

.brand-box {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  box-shadow: 0px 0px 10px 0px rgba(105, 103, 103, 0.65);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(105, 103, 103, 0.65);
  -moz-box-shadow: 0px 0px 0px 10px rgba(105, 103, 103, 0.65);
}

.brand-box img {
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  max-width: 100%;
  padding: 15px 32px;
}

.brand-box:hover img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

@media (max-width: 575.98px) {
  .section-header .container p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}
