@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  color: #48474D;
}

:root {
  --swiper-theme-color: #ffffff;
}

header .navbar-brand {
  width: 120px;
  height: 90px;
  background: url("../img/BigStridesData_logo.png") center/cover no-repeat;
}

header .navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-link:visited, header .navbar-dark .navbar-nav .nav-link:focus, header .navbar-dark .navbar-nav .nav-link:active {
  color: #ffffff;
}

header a.dropdown-toggle::after {
  display: none;
}

header .dropdown-menu {
  background: #744098;
  min-width: 13rem;
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  top: 95%;
}

header .dropdown-menu.show {
  display: none;
}

header .dropdown-menu .nav-link {
  padding: 0.4rem 1.4rem !important;
}

header .dropdown-menu .nav-link:hover {
  text-decoration: underline;
}

header .dropdown:hover .dropdown-menu,
header .dropdown .nav-link:hover .dropdown-menu {
  display: block;
}

@media (max-width: 768px) {
  header .dropdown .dropdown-menu,
  header .dropdown .nav-link .dropdown-menu {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header #collapsibleNavId {
    position: fixed;
    top: 0;
    background: #C79ACF;
    left: 0;
    height: 100vh;
    z-index: 100;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  header #collapsibleNavId .navbar-nav {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  header #collapsibleNavId .navbar-nav .dropdown-menu {
    background: transparent;
  }
  header .animateCollapse {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    opacity: 1 !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
  }
}

.design_line {
  width: 100%;
  height: 15px;
  background: #fff linear-gradient(45deg, #BFD81C 50%, #F99D34 50%);
}

.section1 {
  background: #C79ACF;
}

.section1 .getTouch .display-4,
.section1 .getTouch h3 {
  color: #48474D;
  font-weight: normal !important;
}

.section1 form .form-control:focus {
  border-color: #744098;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 64, 152, 0.19);
          box-shadow: 0 0 0 0.2rem rgba(115, 64, 152, 0.19);
}

.section1 [data-bigdata-product='true'] .img_icon {
  width: 45px;
  height: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
  border-radius: 50%;
}

.section1 [data-bigdata-product='true'] .img_icon {
  border: 2px solid #ffffff;
}

.section1 [data-bigdata-product='true'] .card {
  -webkit-box-shadow: 1px 2px 3px rgba(198, 244, 238, 0.547);
          box-shadow: 1px 2px 3px rgba(198, 244, 238, 0.547);
}

.section1 [data-bigdata-product='true'] .card h6 {
  color: #4A7E78;
}

.section1 [data-bigdata-product='true'] .card .img_icon {
  background: #C6F4EE;
}

.section1 [data-bigdata-product='true'] .card1 {
  -webkit-box-shadow: 1px 2px 3px rgba(198, 244, 238, 0.547);
          box-shadow: 1px 2px 3px rgba(198, 244, 238, 0.547);
}

.section1 [data-bigdata-product='true'] .card1 h6 {
  color: #4A7E78;
}

.section1 [data-bigdata-product='true'] .card1 .img_icon {
  background: #C6F4EE;
}

.section1 [data-bigdata-product='true'] .card2 {
  -webkit-box-shadow: 1px 2px 3px rgba(157, 119, 111, 0.547);
          box-shadow: 1px 2px 3px rgba(157, 119, 111, 0.547);
}

.section1 [data-bigdata-product='true'] .card2 h6 {
  color: #9D776F;
}

.section1 [data-bigdata-product='true'] .card2 .img_icon {
  background: #FFD6CE;
}

.section1 .card__event__wrapper {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s;
  transition: .3s;
}

.section1 .card__event__wrapper .card__event {
  position: relative;
  padding: .3rem 0 0 0;
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  padding-top: 8px;
}

.section1 .card__event__wrapper .card__event::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  -webkit-transition: .3s;
  transition: .3s;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#FCA500), to(#FE5F04));
  background: linear-gradient(to right, #FCA500, #FE5F04);
}

.section1 .card__event__wrapper .event-hiperlink {
  color: #000000;
  text-decoration: none;
}

.section1 .card__event__wrapper .event-hiperlink .fas {
  color: #ff8500 !important;
}

.section1 .card__event__wrapper .event-hiperlink:hover {
  color: #ff8500 !important;
}

.section1 .card__event__wrapper .time-table {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: .9rem;
}

.section1 .card__event__wrapper .time-table .in_days {
  width: 50px;
  display: inline-block;
  background: #DE9B07;
  color: black;
  text-align: center;
  line-height: 21px;
}

.section1 .card__event__wrapper .time-table .time_method {
  background: #DE9B07;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000000;
}

.section1 .card__event__wrapper .time-table .time_method span:nth-child(1) {
  border-bottom: 1px solid #000000;
}

.section1 .card__event__wrapper:hover {
  -webkit-box-shadow: 0 0 20px 4px rgba(192, 192, 192, 0.6);
          box-shadow: 0 0 20px 4px rgba(192, 192, 192, 0.6);
}

.section4 .code-bg {
  background: url("../img/custom_solutions.jpg") center/cover no-repeat;
}

@media (min-width: 576px) {
  .section4 .rotate-bg-right::after {
    content: "";
    position: absolute;
    height: 104%;
    right: -25px;
    top: -4px;
    width: 50px;
    background: inherit;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-6deg);
    z-index: 33;
  }
  .section4 .rotate-bg-left::after {
    content: "";
    position: absolute;
    height: 104%;
    left: -25px;
    top: -4px;
    width: 50px;
    background: inherit;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-6deg);
    z-index: 33;
  }
}

@media (min-width: 576px) {
  .section6 .rotate-bg-right::after {
    content: "";
    position: absolute;
    height: 104%;
    right: -25px;
    top: -4px;
    width: 50px;
    background: inherit;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-6deg);
    z-index: 33;
  }
  .section6 .rotate-bg-left::after {
    content: "";
    position: absolute;
    height: 104%;
    left: -25px;
    top: -4px;
    width: 50px;
    background: inherit;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-6deg);
    z-index: 33;
  }
}

footer {
  background: #F5F4F5;
}

footer .col-title h4 {
  color: #232326;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

footer .social-link {
  color: #C3C2C4;
}

footer .social-link:hover {
  color: #232326 !important;
}

footer .copywright-wrapper img {
  background: #C3C2C4;
  width: 120px;
  height: 90px;
  display: inline-block;
}

footer .copywright-wrapper img:hover {
  background: #232326;
}
/*# sourceMappingURL=style.css.map */