@import url("https://fonts.googleapis.com/css?family=Raleway");
html, body {
  font-family: 'Raleway', sans-serif;
  line-height: 1.8;
  color: #555555;
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  background-image: url("/static/img/index/Bg1-md.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  overflow-x: hidden; }

h1 {
  font-size: 64px;
  font-weight: 700; }

h2 {
  font-size: 48px;
  font-weight: 500; }

h3 {
  font-size: 32px;
  font-weight: 600; }

h4 {
  font-size: 24px;
  font-weight: 500; }

h5 {
  font-size: 18px;
  font-weight: 300; }

h6 {
  font-size: 14px;
  font-weight: 100; }

hr.hr-light {
  border: 0px;
  border-top: 1px solid #ffffff; }

hr.hr-dark {
  border: 0px;
  border-top: 1px solid #aaaaaa; }

.text-white {
  color: #ffffff !important; }

.text-blue {
  color: #208ecd !important; }

.text-light-blue {
  color: #76c5f0 !important; }

.text-light-green {
  color: #7ac49f !important; }

.navbar {
  padding-top: 7px;
  padding-bottom: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  font-size: 12px; }
  .navbar .navbar-nav a.nav-link {
    font-size: 18px; }
  .navbar .navbar-nav a.nav-link:hover {
    color: #208ecd !important; }
  .navbar .navbar-brand {
    font-weight: 900;
    font-size: 24px; }
    .navbar .navbar-brand img.logo {
      max-height: 45px;
      padding-right: 10px; }

section.container-fluid {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }
  section.container-fluid > .section-wrapper {
    max-width: 1200px;
    margin: 0px auto; }
  section.container-fluid .hash-link {
    position: absolute;
    top: -90px; }

section#HomeSection {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff; }

section#ClientsSection img.client-logo {
  max-width: 70%;
  max-height: 70%;
  margin-top: 30px;
  margin-bottom: 30px; }

section#ClientsSection img.client-logo.client-you-world {
  max-width: 80%;
  max-height: 80%;
  margin-top: 30px;
  margin-bottom: 30px; }

.btn-rounded {
  border-radius: 1.5rem;
  margin-left: 0px;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem; }

.btn.btn-blue {
  color: #ffffff !important;
  background-color: #208ecd; }
  .btn.btn-blue:hover {
    background-color: #1d7fb7; }

.bg-white {
  background: white; }

.bg-blue {
  background-color: #208ecd;
  color: #ffffff; }

.carousel {
  background: transparent; }

.carousel-cell {
  width: 66%;
  height: auto;
  margin-right: 10px;
  opacity: 0.5;
  transition: opacity 0.2s ease; }
  .carousel-cell.is-selected {
    opacity: 1; }
  .carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white; }

.carousel-quote {
  background: transparent;
  border-radius: 5px; }

@media (max-width: 768px) {
  body {
    background-position: left; }
  h1 {
    font-size: 36px;
    font-weight: 700; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  section#ClientsSection img.client-logo {
    max-width: 50%;
    max-height: 50%;
    margin-top: 30px;
    margin-bottom: 30px; } }
