@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900");

html {
  height: 100%;
  font-size: 100%;
}
body {
  color: #000;
  background: #000;
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-size: 100%;
  padding: 30px 50px;
  margin: 0px;
  min-height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow: ;
}
a {
  text-decoration: none;
  outline: none;
  color: #5DC57A;
  transition: all .5s;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
  color: #408E55;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0;
  font-weight:700;
}
h1 {
  font-size: 46px;
  font-weight:700;
  line-height:1em;
  color:#fff;
}
h1 span {
  font-weight:300;
}
h2 {
  font-size: 32px;
  font-weight:600;
  color:#5DC57A;
}
h3 {
  font-size: 18px;
  color:#5DC57A;
  text-transform: uppercase;
}
h3.circle {
  background-image: url(../img/circle.svg);
  background-repeat: no-repeat;
  padding:0 0 0 30px;
  line-height:1em;
}
h3 span {
  font-size: 18px;
  color:#fff;
  text-transform: none;
  margin-left:10px;
}
h4 {
  font-size: 18px;
  color:#fff;
  text-transform: none;
}
h4 span {
  color:#16CFE1;
  font-weight: 600;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}
p.large {
  font-size: 21px;
  line-height: 1.1em;
}
p.small {
  font-size: 13px;
  padding:5px 0;
}

hr {
  margin: 50px 0;
  background: #ccc;
  border-color: #ccc;
  color:#ccc;
  opacity:1;
  height:1px;
}
img {
  max-width: 100%;
}


/* ==========================================================================
   HEADER
   ========================================================================== */
header {
    height:100px;
    position: sticky;
    top:0;
    width: 100%;
    margin:0 0;
    padding:0 0;
    background: #000;
    z-index: 888;
}
header .icon {

}

/* ==========================================================================
   CONTENT AREA
   ========================================================================== */
.seal {
  position: fixed;
  top:50%;
  right:25%;
}

.wrapper {
  overflow-y: scroll;
  height: auto;
  position: fixed;
  top:140px;
  bottom: 0;
  left:50px;
  color:#fff;
  max-width: 900px;

}
.content {
  padding:30px 0 60px 30px;
  margin:0 0 0 8px;
  max-width:475px;
  border-left: 2px solid #5DC57A;
}
.container-fluid {
  padding:0;
}
.container {
  padding:0 0;
  margin:0 0;
  width:;
}
.case-study-link {
  background: #11281F;
  padding:20px 20px;
  position: relative;
  border-radius: 2px;
  display: block;
}
.case-study-link:hover {
  background: #174D37;
}
.case-study-link p {
  color:#fff;
  text-transform: uppercase;
  padding:0;
  margin:0;
}
.case-study-link span.icon {
  color:#fff;
  font-size:36px;
  position: absolute;
  top:24px;
  right:8px;
}
.sample {
  display: block;
  border-radius: 2px;
}
.sample:hover {
  opacity: 55%;
}

.stats {
  margin:30px 0;
}
.logos {
  margin:20px 0 0;
}
.carousel-control-next {
    background: #000;
    top: 260px;
    bottom: auto;
    width: 6%;
    padding: 18px 0px;
}
#about img {
  border-radius: 2px;
  border:none;
}
ul.list {
  margin:0;
  padding:0 0;
  list-style: none;
}
ul.list li {
  margin:0;
  padding:4px 0;
}
.review {
  background-color: rgba(255, 255, 255, 0.80);
  border-left:5px solid #5DC57A;
  padding:20px 33px 15px 25px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.review p {
  margin:0 0;
  font-size:16px;
  line-height: 1.3em;
  color:#000;
}
.review p.small {
  font-size:12px;
}
.footer {
  background-image: url(../img/footer-bg.svg);
  background-repeat: no-repeat;
  width:626px;
  height:134px;
  text-align: center;
  padding-top:40px;
}
#contact p {
  margin-bottom:5px;
}
#contact p a {
  color:#000;
}
#contact p a:hover {
  color:#16CFE1;
}

/* ==========================================================================
   MODALS
   ========================================================================== */
.modal {

}
.modal-lg {
  width: 800px;
  height:100%;
  position: fixed;
  top:0;
  bottom:0;
  right:0;
  background:#fff;
  border-radius: 0;
  border:none;
  z-index: 999;
  margin:0 0;
  padding:0 0;
  vertical-align: top;
}
.modal-content {
  border-radius: 0;
  border:none;
  height:100%;
}
.modal-header {

}
.modal-header h4 {
  font-size: 18px;
  color:#000;
  text-transform: none;
}
.modal-body {
  padding:50px;
  overflow-y: scroll;
}
.modal-body p {
  font-size: 14px;
}
.tags {
  margin-bottom: 15px;
}
.tags span {
  border-radius:25px;
  background: #eee;
  border: 1px solid #ddd;
  padding:3px 15px;
  color:#000;
  font-size: 14px;
}
.problem {
  background: #eee;
  padding:20px 50px 10px;
  text-align: center;
}
.problem h3 {
  color:#000;
  padding-bottom:5px;
}
.modal img {
  border-radius: 0;
  width: 100%;
}
.cs-img-wrapper {
  border-radius: 0;
  width: 100%;
  display: block;
  background: #222;
  padding:10px 10px;
  text-align: center;
}
.cs img {
  border-radius: 0;
  width: 50%;
}




/* ==========================================================================
   FORM ELEMENTS
   ========================================================================== */
.btn {
    border-radius:2px;
    background: #5DC57A;
    color:#fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.btn:hover {
    background:#408E55;
}

/* ==========================================================================
   SLIDESHOW
   ========================================================================== */



/* ==========================================================================
   GLOBAL CLASSES
   ========================================================================== */

aside {float:right; }
.green {color:#8dcc15; }
.bold {font-weight:600; }
.normal {font-weight:normal; }
.top60 {margin-top:60px;}
.top40 {margin-top:40px;}
.top20 {margin-top:20px;}
.top10 {margin-top:10px;}
.left50 {padding-left:50px; }
.centered {margin:0 auto; width:100%; text-align: center;}
.alignLeft {text-align:left; padding-left:0; }
.alignRight {text-align:right; padding-right:0; }
.alignCenter {text-align:center; }
.float {float:left; }
.floatr {float:right; }
.clear {clear:both; }
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.hover { cursor: pointer; }


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (max-width: 767px) {
  header {
      width: 100%;
      left:0;
      right:0;
  }
  header .alignRight {
    text-align: left;
  }
  .wrapper {
    width: 100%;
    top:200px;
    padding-right:20px;
  }
  .container {
    padding:50px 25px;
    width:100%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  p.large {
    font-size: 18px;
  }
  #work img, #cases img {
    width:100%;
  }
  .mobileTop20 {
    margin-top: 20px;
  }
  .carousel-control-next {
      top: 80px;
      width: 10%;
      padding: 18px 0px;
  }
  .left50 {
    padding-left:11px;
  }
  .footer {
    background-image: url(../img/footer-bg2.svg);
    background-repeat: no-repeat;
    width:100%;
    height:134px;
    text-align: center;
    padding-top:40px;
  }
  .modal-lg, .modal-xl {
        width: 100%;
  }
  .modal-lg, .modal-xl {
        --bs-modal-width: 100%;
  }

}

@media (min-width: 992px) {

}
