body {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
}

p {
  color: #666;
}

img {
  max-width: 100%;
}

section.intro {
  margin-top: 82px;
  text-align: center;
  position: relative;
  height: calc(100vh - 82px);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.intro p {
  color: #000000;
  font-family: "Rubik", Sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  section.intro p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  section.intro p {
    font-size: 18px;
  }
}
section.intro h1.display-3 {
  padding-bottom: 24px;
}
section.intro h1.display-3::before {
  display: none;
}
section.intro #particles-js {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section.intro .container {
  position: absolute;
}
section.intro .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}
section.intro video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
section.intro .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 3px 3px;
  z-index: 2;
}
section.intro .con {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 70%;
  width: 100%;
  height: 188px;
  text-transform: uppercase;
}
section.intro .con p {
  color: #ffffff;
  font-family: "Rubik", Sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

h1:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 38px;
  height: 4px;
  background: #DC5A4B;
  width: 45px;
}

section.intro::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: none;
}

header {
  padding: 14px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  transition: all 0.5s ease;
  transform: translateY(0px);
}
@media (max-width: 768px) {
  header .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
header nav ul li {
  padding: 15px;
}
header nav ul li a {
  color: #000000;
  letter-spacing: 0.01em;
  display: inline-block;
  padding: 0 !important;
  font-weight: 300;
  position: relative;
}
header nav ul li a:hover {
  color: #DC5A4B;
}
header nav ul li.nav-item.active {
  color: #DC5A4B;
}
header li.nav-item {
  position: relative;
}
header li.nav-item a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #DC5A4B;
  transition: all 0.5s ease;
  z-index: -1;
}
header li.nav-item a:hover::before {
  width: 100%;
}
header .navbar-brand svg {
  width: 120px;
}
@media (max-width: 768px) {
  header .navbar-brand svg {
    width: 88px;
  }
}
header nav.navbar.sticky-top.navbar-expand-lg {
  padding: 0;
}

header.sticky {
  background: #000000;
  width: 100%;
  transform: translateY(0);
}
header.sticky .navbar-toggler {
  background: #ffffff;
}
header.sticky svg path {
  fill: #ffffff;
}
header.sticky nav ul li a {
  color: #fff;
}
header.sticky nav ul li a:hover {
  color: #DC5A4B;
}

.main-wrap {
  background-image: url(./images/back-image.svg);
  background-color: #f4f8fb;
  background-attachment: fixed;
}

section.architecture {
  padding: 54px 0;
}
@media (max-width: 480px) {
  section.architecture {
    padding: 54px 0;
  }
}
section.architecture h1 {
  padding-bottom: 24px;
}
section.architecture h1::before {
  display: none;
}

section.videos {
  background-image: url("https://themexriver.com/appilo-theme/main/wp-content/uploads/sites/2/2019/12/video-bg-1-13-1-1-3-1.jpg");
  padding: 304px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
section.videos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 30, 130, 0.67);
}
section.videos h1 {
  text-align: center;
  position: relative;
  z-index: 9;
  color: #ffffff;
  margin-top: -100px;
}

section.feture {
  padding-bottom: 40px;
  padding-top: 54px;
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
}
section.feture .card {
  padding: 24px;
  border: 0;
  border-radius: 10px;
  box-shadow: 1ppx;
  box-shadow: 0 55px 86px -35px #ecf2f6;
  min-height: 300px;
  margin-bottom: 32px;
  background: #dde3eb;
  position: relative;
  min-height: 454px;
}
@media (max-width: 991px) {
  section.feture .card {
    min-height: auto;
  }
}
section.feture .card img {
  position: relative;
  min-height: 264px;
}
section.feture .card p {
  min-height: 124px;
}
@media (max-width: 991px) {
  section.feture .card p {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  section.feture .card {
    padding: 30px;
    min-height: auto;
  }
}
section.feture .card::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: o;
  width: 36%;
  height: 49%;
  background-image: url(./images/dashboard.png);
  background-repeat: no-repeat;
  background-size: 138%;
  filter: opacity(0.5);
  opacity: 0.09;
  z-index: 0;
  bottom: 0;
}
section.feture .card h4 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  section.feture .card h4 {
    margin-bottom: 24px;
    font-size: 26px;
  }
}
section.feture ul.list-group.list-group-flush li {
  color: #666;
  padding: 0;
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 34px;
}
section.feture ul.list-group.list-group-flush li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #666;
  border-radius: 10px;
  transform: translateY(-50%);
}
section.feture img {
  max-width: 100%;
}
section.feture .flex {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  width: 100%;
}
@media (max-width: 768px) {
  section.feture .flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  section.feture {
    padding-top: 54px;
    padding-bottom: 24px;
  }
}
section.feture h4 {
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  section.feture h4 {
    font-size: 18px;
  }
}
section.feture h1 {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  section.feture h1 {
    font-size: 30px;
  }
}
section.feture hr {
  padding: 34px 0;
}
section.feture h2 {
  padding: 14px 0;
  text-align: center;
  font-size: 34px;
  margin-bottom: 34px;
  font-weight: 600;
}
@media (max-width: 480px) {
  section.feture h2 {
    padding: 0px 0;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
  }
}
section.feture .nav-pills .nav-link.active, section.feture .nav-pills .show > .nav-link {
  color: rgb(95, 108, 181);
  background-color: transparent;
  padding: 0;
  padding-left: 14px;
  display: inline-block;
}
section.feture div#v-pills-tab {
  margin-bottom: 16px;
  display: inline-block;
}
section.feture div#v-pills-tab a.nav-link.active::before {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 4px;
  width: calc(100% - 14px);
  height: 1px;
  background-color: rgb(95, 108, 181);
}
section.feture .nav-pills .nav-link {
  border-radius: 0;
  padding: 0;
  position: relative;
  padding-left: 14px;
  line-height: 34px;
  font-size: 16px;
  color: #666;
}
section.feture .nav-pills .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

section.teams {
  padding: 54px 0;
  background-color: #f4f8fb;
}
@media (max-width: 480px) {
  section.teams {
    padding: 54px 0;
  }
}
section.teams p span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}
section.teams h1 {
  padding-bottom: 40px;
}

.tabs {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .tabs ul li {
    margin-bottom: 12px;
  }
}

.tabs ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tabs ul li {
  list-style: none;
  flex: 1 0 0;
  margin-right: 4px;
}
@media (max-width: 1200px) {
  .tabs ul li {
    flex: 25%;
  }
}
@media (max-width: 768px) {
  .tabs ul li {
    flex: 33.3333%;
  }
}

.tabs ul li a {
  padding: 10px 1rem;
  text-decoration: none;
  background: rgb(95, 108, 181);
  display: inline-block;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  border-radius: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.tabs ul li a.active {
  color: #ffffff;
  background-color: #DC5A4B;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tabs ul li a:hover {
  background-color: #DC5A4B;
  color: #fff;
}

.active {
  display: block;
}

.content.breakfast.inactive,
.content.tea.inactive {
  display: none;
}

.content {
  opacity: 0;
  font-weight: 200;
  z-index: -9;
  transition: all 0.5s ease;
  display: none;
  transform: translate(0px, 0px);
}
.content p {
  font-weight: 600;
}

section.teams .show {
  display: flex;
  opacity: 1;
  z-index: 9;
  transform: translate(0px, 20px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.tabs-content .d-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.tabs-content .d-flex .col-md-2 {
  max-width: inherit;
}
@media (max-width: 480px) {
  .tabs-content .d-flex .col-md-2 {
    max-width: 50% !important;
  }
}
@media (max-width: 1200px) {
  .tabs-content .d-flex .col-md-2 {
    max-width: inherit;
  }
}
@media (max-width: 768px) {
  .tabs-content .d-flex .col-md-2 {
    width: inherit;
  }
}

.content {
  margin-bottom: 2rem;
  text-align: center;
}
.content figure {
  width: 150px;
  height: 150px;
  background: rgb(239, 241, 255);
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.content figure:hover {
  background-color: #DC5A4B;
}

.content img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: inherit;
     object-position: inherit;
  width: 100%;
  /* height: 100%; */
  position: absolute;
  left: 0;
  bottom: -12px;
}

.footer {
  background-color: #000000;
  padding: 54px 0 0;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.footer p {
  color: #ffffff;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(./images/dash-logo.svg);
  width: 100%;
  height: 100%;
  filter: contrast(0.5);
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  opacity: 0.4;
}
.footer form {
  display: flex;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.footer .col-in {
  display: inline-block;
  width: 40%;
}
.footer input.form-control {
  border-radius: 0px;
  height: 44px;
  font-size: 14px;
  width: 100%;
}
.footer button.btn.btn-primary {
  border-radius: 0px;
  height: 44px;
  background-color: rgb(95, 108, 181);
  border-color: rgb(95, 108, 181);
  width: 148px;
  transition: all 0.5s ease;
}
.footer button.btn.btn-primary:hover {
  background-color: #DC5A4B;
  border-color: #DC5A4B;
}
.footer .col-btn {
  display: inline-block;
  /* width: 6%; */
}
.footer p {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 100;
  line-height: 54px;
}
@media (max-width: 1200px) {
  .footer p {
    line-height: 1.7;
    font-size: 18px;
  }
}
.footer h2 {
  margin-bottom: 24px;
}
.footer a {
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease;
}
.footer a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease;
  z-index: 0;
}
.footer a:hover::before {
  width: 0%;
}
.footer p.copy {
  opacity: 0.8;
  font-size: 12px;
  margin-bottom: 14px;
}
.footer hr {
  margin-top: 54px;
  border-top: 1px solid rgba(250, 250, 250, 0.22);
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #da0528;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

section.usefullfor {
  padding: 94px 0;
  background-image: url(./images/bubble-29.png);
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
@media (max-width: 480px) {
  section.usefullfor {
    padding: 54px 0;
  }
}
@media (max-width: 480px) {
  section.usefullfor {
    background-image: none;
  }
}
section.usefullfor .card {
  padding: 50px;
  border: 0;
  border-radius: 10px;
  box-shadow: 1ppx;
  box-shadow: 0 55px 86px -35px #ecf2f6;
  min-height: 300px;
  margin-bottom: 32px;
  background: #dde3eb;
  position: relative;
}
@media (max-width: 480px) {
  section.usefullfor .card {
    padding: 30px;
    min-height: auto;
  }
}
section.usefullfor .card::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: o;
  width: 36%;
  height: 49%;
  background-image: url(./images/dashboard.png);
  background-repeat: no-repeat;
  background-size: 138%;
  filter: opacity(0.5);
  opacity: 0.09;
  z-index: 0;
  bottom: 0;
}
section.usefullfor .card h4 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  section.usefullfor .card h4 {
    margin-bottom: 24px;
    font-size: 26px;
  }
}
section.usefullfor .card.two {
  background-color: #e0e2f1;
}
section.usefullfor h1 {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  section.usefullfor h1 {
    font-size: 30px;
  }
}
section.usefullfor .bakground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #ecf2f6, rgba(236, 242, 246, 0) 70.31%);
}

.contentpadleft {
  padding-right: 20%;
}
@media (max-width: 991px) {
  .contentpadleft {
    padding-right: 0;
  }
}
.contentpadleft p {
  font-size: 15px;
}

.contentpadright {
  padding-left: 20%;
}
@media (max-width: 991px) {
  .contentpadright {
    padding-left: 0;
  }
}
.contentpadright p {
  font-size: 15px;
}

figure:not(.teams figure) {
  background: antiquewhite;
  /* display: inline-block; */
  box-shadow: 0px 8px 14px #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 768px) {
  figure:not(.teams figure) {
    height: auto;
  }
}

.mb-6 {
  margin-bottom: 44px;
}

a.nav-link.active, li.nav-item.active a {
  color: #DC5A4B;
}

@media (max-width: 768px) {
  .reversemobile {
    flex-direction: column-reverse !important;
  }
}
button.navbar-toggler {
  border: 1px solid #000000;
}

.wrapper {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}

.video-main,
.pause-container,
.pause-container-feature {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #DC5A4B;
  z-index: 999;
}

.video:hover {
  color: #ddd;
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.zoom {
  position: relative;
  cursor: pointer;
}
.zoom .back {
  background: rgba(0, 0, 0, 0.7411764706);
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%) scale(1);
  z-index: 9;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  transition: all 0.5s ease;
}
.zoom:hover .back {
  transform: translate(-50%, -50%) scale(1.4);
}
.zoom svg {
  fill: #ffffff;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.tab-pane::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.modal {
  z-index: 99999;
}

.db-connectors {
  padding: 40px 0;
}
.db-connectors h1 {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .db-connectors h1 {
    font-size: 30px;
  }
}
.db-connectors img {
  height: 140px;
}
@media (max-width: 768px) {
  .db-connectors img.snowflake {
    height: 50px !important;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .db-connectors img.bigQuery {
    height: 100px !important;
  }
}
.db-connectors .logo-wrap {
  min-height: 170px;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  box-shadow: 0px 0px 5px 1px rgba(221, 221, 221, 0.7098039216);
}
.db-connectors .logo-wrap img {
  filter: none;
}
.db-connectors .logo-wrap:hover img {
  transform: scale(1.05);
}

.data-accuracy {
  padding: 40px 0;
}
.data-accuracy h1 {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .data-accuracy h1 {
    padding-top: 30px;
    font-size: 30px;
  }
}
.data-accuracy h1::before {
  width: 40px;
  bottom: 28px;
  left: 0;
}
.data-accuracy h1.no-code::before {
  bottom: 86px;
}
@media (max-width: 991px) {
  .data-accuracy h1.no-code::before {
    bottom: 28px;
  }
}
.data-accuracy img {
  box-shadow: 0px 3px 5px 1px rgba(168, 162, 162, 0.89);
  border-radius: 10px;
}

.github-section .github-block {
  border: 1px solid #5f6cb5;
  background-color: #5f6cb5;
  border-radius: 23px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .github-section .github-block {
    margin-bottom: 10px;
  }
}
.github-section .github-block .info-box {
  padding: 10px 1rem;
  background: #5f6cb5;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 23px 0 0 23px;
  color: #fff;
}
.github-section .github-block .info-box img {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  filter: brightness(0) invert(100%);
}
.github-section .github-block .count-box {
  padding: 10px 1rem;
  font-size: 12px;
  border-left: 1px solid #5f6cb5;
  background: #fff;
  border-radius: 0 23px 23px 0;
  font-weight: bold;
}

.data-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.tabs.dash-nav-tabs {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1000px;
  }
}
section.clients {
  padding: 54px 0;
}
@media (max-width: 768px) {
  section.clients .col-md-3,
  section.clients .col-md-2 {
    width: 50%;
  }
}
section.clients img {
  width: 74%;
  margin: 0 0;
}
section.clients h1 {
  padding-bottom: 18px;
  margin-bottom: 24px;
}
section.clients ul {
  padding: 0;
}
section.clients ul li {
  list-style: none;
}
section.clients .mb-10 {
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  section.clients .mb-10 .col-md-3 {
    width: 50%;
  }
}/*# sourceMappingURL=main.css.map */


/* Single Page */
article.post-wrapper, .listing-wrapper{
  width: 50%;
  margin: auto;
}
article.post-wrapper h1::before{
  width: 0;
}

.underline {
  text-decoration: underline;
}

article.post-wrapper figure {
  background: none;
  box-shadow: none;
  border-radius: 0px;
}

article.post-wrapper .footer {
  margin-top: 5rem;
}

article.post-wrapper p, article.post-wrapper li {
  font-size: 18px;
}

.footers {
  background: #000;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.footers p.copy {
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
  font-weight: 100;
}

.fixed-height{
  height: 54px;
}

/*
  RELEASE STYLE STARTS HERE
*/
.release-listing {
  margin-top: 110px;
}
.relase-content {
  padding-bottom: 70px;
}
.release-sidebar {
  padding: 20px 0 50px 0;
  width: 24%;
  height: calc(100vh - 94px);
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: 95px;
  border-right: 1px solid #EFF1FF;
}
.release-listing .relase-content figure {
  background: #fff;
}
.release-sidebar h2 {
  font-size: 22px;
  font-weight: 500;
  padding: 13px 28px 13px 44px;
}
.relase-content h1:before{
  display: none;
}
.release-sidebar ul {
  list-style: none;
  padding: 0;
}

.release-sidebar ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding: 13px 28px 13px 44px;
  transition: all .3s;
}
.release-sidebar ul li a:hover,
.release-sidebar ul li a.active {
  text-decoration: none;
  background: #EFF1FF;
  font-weight: bold;
}
.sidebar-switch {
  display: none;
}

header .container-fluid {
  padding: 0 44px;
}
@media (max-width:767px) {
  header .container-fluid {
    padding: 0 15px !important;
  }
  .release-sidebar {
    top: 70px;
    left: -250px;
    background: #fff;
    z-index: 1;
    width: 250px;
    transition: all .5s;
    overflow: visible;
  }

  .release-sidebar.active {
      left: 0;
  }
  .sidebar-switch {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0px 4px 24px 0px #8D9CDF40;
    background: #fff;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: -30px;
    top: 10px;
  }
  .release-sidebar ul {
    height: 100vh;
    overflow-y: scroll;
  }
  .sidebar-switch.active i {
    transform: rotate(180deg);
    transition: transfor .5s;
  }
  .release-sidebar ul li a {
    padding: 10px 10px;
  }

  .release-sidebar ul li a span {
      display: block;
  }
  
}