body {
  color: #222;
  line-height: 1.4;
}
.text-primary {
    color: #4c78ca !important;
}
#owl-demo .item {
    height: 800px;
    overflow: hidden;
    background-position: center center;
}
#owl-demo .owl-prev,
#owl-demo .owl-next {
  position: absolute;
  top: 35%;
  z-index: 500;
  font-size: 30px !important;
  color: #fff !important;
  opacity: 1 !important;
}
#owl-demo .owl-next {
  right: 15px;
}
#owl-demo .owl-prev {
  left: 15px;
}
#owl-demo .owl-next:hover,
#owl-demo .owl-prev:hover,
#owl-demo .owl-prev span:hover {
    box-shadow: none !important;
    background: none !important;
}
.logo {
    background: #fff;
    display: block;
    border-bottom-right-radius: 20px;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.slider-bg .owl-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.caption {
    position: absolute;
    top: 215px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.header-transparent + section {
    padding-top: 0 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
    font-weight: 100 !important;
    font-family: 'Alata', sans-serif;
}
h1, .h1 {
    font-size: 2.7rem;
}
img {
    max-width: 100%;
    height: inherit;
}
.card-body {
    min-height: 300px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30% !important;
}
.display-3 {
    font-size: 3.5rem;
}
.lead {
    font-size: 1.3rem !important;
}
.card {
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .1);
}
.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 700 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(2, 2, 2, 1);
    font-size: 1rem;
}
.navbar-nav .nav-link,
.btn {
    letter-spacing: 0.1rem;
}
.bg-primary {
    background: #4c78ca !important;
}
.btn-primary {
    background: #4c78ca !important;
    border-color: #4c78ca !important;
}
.logo img {
    max-width: 150px;
    height: inherit;
}
.partners {
  padding: 0;
}
.partners a {
    height: 100px;
    line-height: 100px;
    background: #fff;
    padding:0 1rem;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: block;
    margin:0.5rem;
}
.partners a img {
    height: 50px;
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.2rem;
      padding-left: 1.2rem;
  }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-brand img {
        height: 3rem;
    }
}
