@import url("https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap");
html,
body {
  font-family: "Raleway", sans-serif;
  line-height: 1.8;
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  /*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: 900;
}

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

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

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

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

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

table {
  width: 100%;
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}

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

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

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

.text-italic {
  font-style: italic;
}
.team-bg {
  background-color: #00a65a;
  color: white;
}

.bg-mask {
  background-color: rgba(0, 0, 0, 0.7);
}
.text-sm {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
}
.team-bg {
  background-image: url("/static/img/team/team_bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.profile-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.progress-bar {
  width: 80%;
  height: 14px;
  background-color: rgba(256, 256, 256, 0.5);
  border-radius: 3px;
}
.progress {
  width: 60%;
  height: 100%;
  background-color: #208ecd;
  border-radius: 3px;
}

.question-margin {
  margin-top: 20px !important;
  margin-bottom: 20px !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;
  }
}

.container {
  max-height: 100%;
}

.border-line {
  border-left: 2px solid green;
  height: 100%;
  position: absolute;
  left: 200px;
  margin-left: -3px;
  top: 180px;
}

.container1 .left {
  float: left;
  width: 400px;
  padding-left:60px;
}
.container1 .right {
  overflow: hidden;
}

@media (max-width: 425px) {

  .container1 .left {
    float: left;
    width: 100px;
    padding-left:30px;
  }
}

li {
 
  white-space: nowrap; 

    text-overflow: ellipsis;  

     -o-text-overflow: ellipsis; 

     overflow: hidden; 
}