/******************
IMPORTS
******************/
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
/******************
RESPONSIVE MIXINS
******************/
/******************
USEFUL MIXINS
******************/
/******************
VARIABLES
******************/
/******************
GLOBAL pRESETS
******************/
body,
html {
  overflow-x: hidden !important;
  margin: 0;
  scroll-behavior: smooth;
  color: #0e0f0d;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serif;
}

a,
button {
  text-decoration: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
strong{
  font-weight: bold;
}
a:hover,
button:hover {
  text-decoration: none;
}

textarea,
select,
input,
button {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
h1{
  color: #ca5967;
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}
h1::before {
    content: "";
    position: absolute;
    background: url('../assets/pattern_designer.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 75%;
    max-width: 300px;
    height: 5px;
    bottom: -10px;
}
h1,
h2 {
  font-family: helvetica;
  text-transform: uppercase;
}

h2.icon-head {
  position: relative;
  margin-bottom: 3.5rem;
}

h2.icon-head:after {
  position: absolute;
  left: calc(50% - 29px);
  content: "";
  width: 58px;
  height: 11px;
  bottom: -33px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/section-icon.svg");
}

p.lead {
  font-size: 16px;
  font-weight: 700;
}

p.font-medium {
  font-weight: 500;
}

ul.circle-list {
  list-style: circle;
  margin: 0;
}

.navbar {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}

.navbar .navbar-brand {
  z-index: 1;
}

.navbar:not(.nav-scrolled) {
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .navbar:not(.nav-scrolled) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .navbar:not(.nav-scrolled) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .navbar:not(.nav-scrolled) .navbar-brand img {
    height: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar:not(.nav-scrolled) .navbar-brand img {
    height: 70px;
  }
}

.navbar.nav-scrolled {
  background: #ffffff;
}

@media only screen and (max-width: 991px) {
  .navbar.nav-scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar.nav-scrolled {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
}

@media only screen and (max-width: 991px) {
  .navbar.nav-scrolled .navbar-brand img {
    height: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar.nav-scrolled .navbar-brand img {
    height: 55px;
  }
}

.navbar .navbar-brand img {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}

.navbar .navbar-collapse {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 100vw;
    background: rgba(0, 0, 0, 0.9);
  }
}

.navbar .navbar-collapse.show {
  left: 0;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item:not(:first-child) {
    margin-top: 7.5px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 2rem;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0;
}



@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #787878;
}
.navbar .navbar-nav .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    background: url(../assets/pattern_designer.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 55px;
    max-width: 300px;
    height: 10px;
    bottom: 0px;
}

.navbar .navbar-nav .nav-item .nav-link[href="#"] {
  pointer-events: none;
}

.navbar button.navbar-toggler {
  padding: 0;
  z-index: 1;
}

.navbar button.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar button.navbar-toggler i {
  color: #000000;
}

@media only screen and (max-width: 991px) {
  .navbar button.navbar-toggler i {
    font-size: 25px;
  }
}

header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/home-bg.jpg");
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header h1 {
  max-width: 700px;
}

section{
  position: relative;
  min-height: 100vh;
  padding: 10% 0;
}

@media only screen and (max-width: 767px) {
  header h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 992px) {
  header h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 991px) {
  header h1,
  header p {
    padding-left: 5px;
    padding-right: 5px;
  }
}

header p {
  line-height: 26px;
  max-width: 630px;
  position: relative;
}

header p:after {
  content: "";
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  width: 1px;
  height: 220px;
  background: #ffffff;
}

@media only screen and (max-width: 991px) {
  section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  section {

  }
}
#about{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/about-us-bg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about .row .about-text {
  position: relative;
  z-index: 1;
  background-color: rgb(255 255 255 / 95%);
}

#about{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/about-us-bg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about .row .about-text {
  position: relative;
  z-index: 1;
  background-color: rgb(255 255 255 / 95%);
}

/*----- -----*/
#about.misison-vission{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/vision-mission-bg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.misison-vission .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mb-120{
  margin-bottom: 120px !important;
}
.misison-vission .row .about-text {
  position: relative;
  z-index: 1;
  background-color: rgb(255 255 255 / 95%);
}

#about.misison-vission-2{
  background: #ededeb;
}
#about.misison-vission-2 h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

/*---- -----*/
@media only screen and (min-width: 992px) {
  #about .row .about-text {
    padding: 6% 7.5%;
  }
}

@media only screen and (max-width: 991px) {
  #about .row .about-text {
    padding: 10%;
  }
}

@media only screen and (min-width: 992px) {
  #about .row .about-image {
    width: 117.5%;
    margin-left: -17.5%;
  }
}
.about-heading{
  position: relative;
}
#about h1{
  color: #ca5967;
  font-size: 5rem;
  font-weight: bold;
  position: relative;
}
#about h1::before {
    content: "";
    position: absolute;
    background: url('../assets/pattern_designer.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 85%;
    max-width: 300px;
    height: 5px;
    bottom: -10px;
}
.relative{
  position: relative;
  overflow: hidden;
}
.relative img{
  height: 100%;
  max-width: none;
}
.innovation-hub{
  position: absolute;
  top: 15px;
  z-index: 9;
  background: #ca5967;
  color: white;
  right: 12px;
  padding: 10px 30px 0;
}
.innovation-hub p{
  color: white !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.home-kyalami{
  position: absolute;
  top: 15px;
  z-index: 9;
  background: #ca5967;
  color: white;
  left: 12px;
  padding: 10px 30px 0;
}
.home-kyalami p{
  color: white !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
#about h2 {
  margin-bottom: 1.5rem;
  color: black;
}

#about p {
  font-weight: 300;
  font-size: 15px;
  color: black;
}

#services {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../assets/services-bg.jpg');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#services .services-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/landing-services.jpg");
}
.services-title {
    width: 600px;
    left: 10vw;
    top: 21vw;
    position: absolute;
}
.services-title h1{
  color: #ca5967;
  font-size: 3.5rem;
  font-weight: bold;
  position: relative;
}
.services-title  h1::before {
    content: "";
    position: absolute;
    background: url('../assets/pattern_designer.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 75%;
    max-width: 300px;
    height: 5px;
    bottom: -10px;
}
.services-list {
    left: 67vw;
    top: 25vw;
    position: absolute;
    text-transform: uppercase;
}
.services-list ul {
    color: black;
    font-weight: bold;
    list-style: none;
}
.services-list li {
    position: relative;
    margin-bottom: 15px;
    font-weight: bold;
}
.services-list li::before {
    content: "";
    position: absolute;
    background: url('../assets/list-arrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    page-break-after: always;
    height: 22px;
    bottom: 0px;
    top: -3px;
    left: -35px;
}
#roadmap{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/road-map.jpg");
}
#team p{
  font-size: 15px;
  text-align: justify;
}
.col-md-3, .col-md-5{
  position: relative;
}
.pr-30{
  padding-right: 30px;
}
.relatives{
  position: relative;
}
.profile-name{
  position: absolute;
  bottom: 30px;
  z-index: 9;
  background: #ca5967;
  color: white;
  right: 12px;
  left: 12px;
}
.profile-name p{
  margin: 0;
  color: white;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px !important;
  text-align: center !important;
}
.center{
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 991px) {
  #services .services-top {
    padding-top: 3rem;
    padding-bottom: 5.5rem;
  }
}

@media only screen and (min-width: 992px) {
  #services .services-top {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}

#services .services-top p {
  font-weight: 300;
  max-width: 500px;
}

#services .services-top .services-top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#services .services-tabs ul.nav-pills {
  width: 100%;
  background-color: #131214;
  border-bottom: 1px solid #ffffff;
}

@media only screen and (max-width: 991px) {
  #services .services-tabs ul.nav-pills {
    margin-top: -4rem;
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 992px) {
  #services .services-tabs ul.nav-pills {
    margin-top: -5rem;
    padding: 0 5rem;
  }
}

@media only screen and (max-width: 991px) {
  #services .services-tabs ul.nav-pills li.nav-item {
    min-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  #services .services-tabs ul.nav-pills li.nav-item {
    min-width: 33.3%;
  }
}

#services .services-tabs ul.nav-pills li.nav-item .nav-link {
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}

@media only screen and (max-width: 991px) {
  #services .services-tabs ul.nav-pills li.nav-item .nav-link {
    font-size: 18px;
    padding: 1rem 0;
  }
}

@media only screen and (min-width: 992px) {
  #services .services-tabs ul.nav-pills li.nav-item .nav-link {
    font-size: 21px;
    padding: 1.5rem 0;
  }
}

#services .services-tabs ul.nav-pills li.nav-item .nav-link:after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}

@media only screen and (max-width: 991px) {
  #services .services-tabs ul.nav-pills li.nav-item .nav-link:after {
    height: 4px;
  }
}

@media only screen and (min-width: 992px) {
  #services .services-tabs ul.nav-pills li.nav-item .nav-link:after {
    height: 6px;
  }
}

#services .services-tabs ul.nav-pills li.nav-item .nav-link.active {
  font-weight: 500;
}

#services .services-tabs ul.nav-pills li.nav-item .nav-link.active:after {
  width: 46px;
}

#services .services-tabs .tab-content {
  background: #131214;
}

@media only screen and (max-width: 991px) {
  #services .services-tabs .tab-content {
    padding: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  #services .services-tabs .tab-content {
    padding: 3.5rem 5rem;
  }
}

@media only screen and (min-width: 992px) {
  #services .services-tabs .tab-content .col-5 {
    padding-right: 4rem;
  }
}

#services .services-tabs .tab-content .col-5 p {
  font-weight: 300;
}

#services .services-tabs .tab-content .col-5 p.lead {
  font-weight: 700;
}

#services .services-tabs .tab-content .col-5 ul {
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  #contact .contact-wrap {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

#contact .contact-details {
}

#contact .contact-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
  width: 50%;
  float: left;
  font-size: 13px;
  margin-bottom: 30px;
}
iframe {
    height: 100vh;
    width: 50vw;
}
#contact .contact-details a {
  color: #0e0f0d;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}

#contact .contact-details a:hover {
  text-decoration: underline;
}

#contact .contact-form {
  margin-top: 2rem;
}

#contact .contact-form form .form-group {
  margin-bottom: 1rem;
}

#contact .contact-form form label {
  display: none;
}

#contact .contact-form form input,
#contact .contact-form form textarea {
  font-weight: 500;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #3f453d;
  padding: 0.75rem 1.25rem;
}

#contact .contact-form form input:valid,
#contact .contact-form form textarea:valid {
  border: 1px solid #198754;
}

#contact .contact-form form input:focus,
#contact .contact-form form textarea:focus,
#contact .contact-form form button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact .contact-form form .help-block.with-errors ul {
  font-size: 14px;
  margin: 0;
  color: #dc3545;
}

#contact .contact-form form button[type="submit"] {
  background-color: #3f453d;
  color: #ffffff;
  padding: 0.75rem 2.5rem;
  letter-spacing: 1px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  margin-top: 1rem;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}

#contact .contact-form form button[type="submit"]:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 140px;
  height: 48px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../assets/button-vector.svg");
}

#contact .contact-form form button[type="submit"]:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 1px 1px 21px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 21px rgba(0, 0, 0, 0.25);
}

#contact .contact-form form button[type="submit"]:hover:after {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

#contact .contact-form form .messages .alert {
  border-radius: 0;
  border: none;
  background-color: #3f453d;
  color: #ffffff;
  padding: 2rem;
  margin-top: 160px;
}

#contact .contact-form form .messages .alert button {
  padding: 0 0.5rem;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 30px;
  float: right;
  line-height: 20px;
}

.footer-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/footer-bg.jpg");
}

@media only screen and (max-width: 991px) {
  .footer-top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .footer-top {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.footer-top * {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer-top * {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .footer-top .logo-col {
    margin-bottom: 2rem;
  }
}

.footer-top p {
  line-height: 26px;
}

.footer-top a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-top .socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .footer-top .socials ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .footer-top .socials ul {
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer-top .socials ul li:not(:first-child) {
  margin-left: 0.5rem;
}

.footer-top .socials ul li a {
  font-size: 24px;
  color: #ffffff;
  text-decoration: none !important;
}

.copyright {
  padding: 1.25rem 0;
  background: #3f453d;
  color: white;
}
.bg-white{
  background: #ffffff;
}
.bg-gray{
  background: #ededeb;
}
.hide-on-desktop{
  display: none;
}
.hide-on-mobile{
  display: block;
}
@media only screen and (max-width: 991px) {
  .hide-on-desktop{
    display: block;
  }
  .hide-on-mobile{
    display: none !important;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    color: #ffffff;
  }
  h1 br {
        display: none;
    }
  h1 {
  color: #ca5967;
  font-size: 6vw !important;
  margin-bottom: 30px !important;
}
.services-title {
    width: 100%;
    left: 30px;
    top: 21vw;
    position: absolute;
}
.services-list {
    left: 30px;
    right: 30px;
    top: 187px;
    position: absolute;
    text-transform: uppercase;
    background: rgb(255 255 255 / 90%);
    padding: 30px 15px 15px;
}
.center {
    position: relative;
}
.pr-30 {
    padding-right: 0px;
}
#contact .contact-details ul {
    width: 100%;
    float: none;
}
.map{
  display: none;
}
#about {
  background-size: cover;
  background-position: right;
}
.innovation-hub {
    top: 15px;
    left: 12px;
    right: 0px;
}
.mb-120 {
    margin-bottom: 60px !important;
}
#roadmap {
    background-size: contain;
    height: auto;
    min-height: 100vw;
}
section {
    position: relative;
    min-height: auto;
    padding: 10% 0 !important;
}
}
