@charset "UTF-8";
/* Montserrat-Bold */
@font-face {
  font-family: "Montserrat-Bold";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
/* Montserrat-Regular */
@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
/* Font Sizes Variables */
/*=================================================*/
body {
  font-size: 16px;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Black", sans-serif !important;
  line-height: 1.2;
}

/* Position the file input element off-screen */
#profile_pic_wrapper {
  height: 100%;
  overflow: hidden;
}
#profile_pic_wrapper #profile_picture_input {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.qty_count {
  width: 50px;
  position: relative;
}
.qty_count input {
  width: 100%;
}

.overview {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.overview span {
  font-size: 65px;
  font-weight: bold;
  font-weight: 800;
  color: #183ea4;
}
.overview .img_overview {
  width: 30px;
  margin: 0% auto;
}

#testimonial_background {
  width: 100%;
  background: url("../images/pexels-marcelo-verfe-12954767.jpg"), radial-gradient(#444, #111);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pager-hide-text nav div:nth-child(1) {
  display: none;
}
.pager-hide-text nav div.pagination {
  justify-content: space-evenly !important;
}

#mobileNavbar {
  background-color: #fff;
}

#thapelo {
  margin: 10px 0px;
}

.smalltxt {
  color: #183ea4;
}

.bigtxt {
  color: #22c55e;
}

.homecard {
  min-height: 200px;
  width: 200px;
  position: relative;
  padding: 20px 0 0 0;
}
.homecard .editwrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  justify-content: end;
}
.homecard .editwrapper svg {
  width: 25px;
  margin: 10px auto;
}
.homecard .svgwrapper svg {
  width: 60px;
  margin: 10px auto;
}

.commcard {
  min-height: 200px;
  width: 250px;
  position: relative;
  padding: 20px 0;
}
.commcard .editwrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  justify-content: end;
}
.commcard .editwrapper svg {
  width: 25px;
  margin: 10px auto;
}
.commcard .svgwrapper svg {
  width: 60px;
  margin: 10px auto;
}

.cardbody {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.newhousecard {
  width: 100%;
  height: 190px;
}

.housecard.house {
  width: 100%;
  height: 190px;
}
.housecard.house div:nth-child(1) {
  height: 50%;
  overflow: hidden;
}
.housecard.house div:nth-child(2) {
  height: 20%;
}
.housecard.house div:nth-child(3) {
  height: 30%;
}

.jumbotron {
  height: 500px;
}
.jumbotron .landinglogo {
  position: absolute;
  height: 100%;
  right: 100px;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 350px;
}

.caraslide .black-overlay::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.caraslide a {
  z-index: 9999 !important;
}
.caraslide a div {
  color: #fff;
}

.owl-carousel#headercara {
  height: 100%;
}
.owl-carousel#headercara div.owl-stage-outer {
  height: 100%;
}
.owl-carousel#headercara div.owl-stage-outer div.owl-stage {
  height: 100%;
}
.owl-carousel#headercara div.owl-stage-outer div.owl-stage div.owl-item {
  height: 100%;
  width: 100vw;
}
.owl-carousel#headercara div.owl-stage-outer div.owl-stage div.owl-item .black-overlay {
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.owl-carousel#headercara div.owl-stage-outer div.owl-stage div.owl-item .hero-content {
  color: #fff;
  z-index: 999;
  margin: 0 auto;
}
.owl-carousel#headercara div.owl-stage-outer div.owl-stage div.owl-item .hero-content #services li p {
  padding: 0;
  margin: 0;
}
.owl-carousel#headercara div.owl-stage-outer div.owl-stage div.owl-item .hero-content .topTitle,
.owl-carousel#headercara div.owl-stage-outer div.owl-stage div.owl-item .hero-content .h1Title,
.owl-carousel#headercara div.owl-stage-outer div.owl-stage div.owl-item .hero-content .btmTitle {
  justify-content: center;
  font-size: 18px;
}
.owl-carousel#headercara div.owl-stage-outer div.owl-stage div.owl-item .hero-content .h1Title {
  font-size: 10vw;
  color: #22c55e !important;
  font-weight: 900;
  font-size: 3rem;
}
.owl-carousel#headercara div.owl-stage-outer div.owl-stage div.owl-item .hero-content .btn:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

.owl-carousel.towl {
  background-color: red;
  width: 100%;
  max-width: 500px;
  /* Set a fixed width for the carousel */
  margin: 0 auto;
  /* Center the carousel within the parent container */
}
.owl-carousel.towl div.owl-stage-outer {
  height: 100%;
}
.owl-carousel.towl div.owl-stage-outer div.owl-stage {
  height: 100%;
}
.owl-carousel.towl div.owl-stage-outer div.owl-stage div.owl-item {
  height: 100%;
  width: 100vw;
}

.imguploadwrap #profile_pic_wrapper {
  height: 250px;
  width: 250px;
}

.image-upload-box {
  height: 120px;
  border-width: 2px;
  border-style: dashed;
  position: relative;
}
.image-upload-box .image-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-upload-box .placeholder-text {
  text-align: center;
  font-size: 14px;
}
.image-upload-box .placeholder-text svg {
  width: 24px;
  height: 24px;
}

.instring {
  height: 25px;
  border: 3px solid black;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

#profile,
.img-container {
  display: none;
}

.showdiv {
  display: block !important;
}

/* End */
.adminPanelButton {
  height: 100px;
  line-height: 100px;
}

.radioBoxparent input[type=radio] {
  display: none;
}
.radioBoxparent label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}
.radioBoxparent label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #22c55e;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  z-index: 2;
}
.radioBoxparent label img {
  height: auto;
  width: auto;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.radioBoxparent :checked + label {
  border-color: #22c55e;
}
.radioBoxparent :checked + label:before {
  content: "✓";
  background-color: #22c55e;
  transform: scale(1);
}
.radioBoxparent :checked + label img {
  transform: scale(0.9);
  z-index: -1;
}

.checkboxparent input[type=checkbox] {
  display: none;
}
.checkboxparent label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}
.checkboxparent label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #22c55e;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  z-index: 2;
}
.checkboxparent label img {
  height: auto;
  width: auto;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.checkboxparent :checked + label {
  border-color: #22c55e;
}
.checkboxparent :checked + label:before {
  content: "✓";
  background-color: #22c55e;
  transform: scale(1);
}
.checkboxparent :checked + label img {
  transform: scale(0.9);
  z-index: -1;
}

.extraservdiv input[type=checkbox][id^=service] {
  display: none;
}
.extraservdiv label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}
.extraservdiv label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #22c55e;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  z-index: 2;
}
.extraservdiv label img {
  height: auto;
  width: auto;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.extraservdiv :checked + label {
  border-color: #22c55e;
}
.extraservdiv :checked + label:before {
  content: "✓";
  background-color: #22c55e;
  transform: scale(1);
}
.extraservdiv :checked + label img {
  transform: scale(0.9);
  z-index: -1;
}

div.sticky {
  position: sticky;
  top: 0;
}

.carousel-container {
  overflow-y: scroll;
}

#imagePreviews {
  min-height: 200px;
}

#uploadTrigger {
  display: block;
}

@media only screen and (min-width: 600px) {
  #thapelo {
    margin: 10px;
  }
  .teamcard {
    width: 100%;
  }
  .housecard.house {
    width: 100%;
    height: 190px;
  }
  .housecard.house div:nth-child(1) {
    height: 50%;
  }
  .housecard.house div:nth-child(2) {
    height: 30%;
  }
  .housecard.house div:nth-child(3) {
    height: 20%;
  }
}
/* ==================================== services header Styling ==================================== */
.primary-title {
  font-size: 3rem;
  font-size: clamp(1rem, 5vw + 1rem, 4.5rem);
  line-height: 2;
}

#service-hero {
  color: white;
  padding: 10em 0;
  background: #222;
  font-weight: bold;
}

.registration-section {
  display: none;
}

.current-section {
  display: block;
}

@supports (background-blend-mode: multiply) {
  #service-hero {
    background: url("../images/banner/softwareDeveloper.png"), radial-gradient(#aaa, #fff);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
#career-mapping-hero {
  color: white;
  padding: 10em 0;
  background: #222;
  font-weight: bold;
}

@supports (background-blend-mode: multiply) {
  #career-mapping-hero {
    background: url("../images/banner/CareerMapping.png"), radial-gradient(#aaa, #fff);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
#contact-hero {
  color: white;
  padding: 10em 0;
  background: #222;
  font-weight: bold;
}

@supports (background-blend-mode: multiply) {
  #contact-hero {
    background: url("../images/banner/contact.png"), radial-gradient(#444, #aaa);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.vacancies {
  background: url("../images/KayiseIT-Team.jpg");
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vacancies .black-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}

@supports (background-blend-mode: multiply) {
  #gallery-hero {
    background: url("../images/banner/asdasd.png"), radial-gradient(#444, #aaa);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.hero {
  --clr-accent: #faa700;
}

/* ==================================== about header Styling ==================================== */
.primary-title {
  font-size: 3rem;
  font-size: clamp(1rem, 5vw + 1rem, 4.5rem);
  line-height: 1;
}

.banner {
  color: white;
  padding: 10em 0;
  background: #222;
  font-weight: bold;
}

#about-hero {
  color: white;
  padding: 10em 0;
  background: #222;
  font-weight: bold;
}

@supports (background-blend-mode: multiply) {
  #about-hero {
    background: url("../images/banner/networking.png"), radial-gradient(#aaa, #fff);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    --clr-accent: #faa700;
  }
}
#drone-hero {
  background: url("../images/icons/drones.png"), radial-gradient(#aaa, #fff);
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  --clr-accent: #faa700;
}

#team_background {
  width: 100%;
  background: url("../images/Big Zee.jpg"), radial-gradient(#444, #111);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#our-services {
  width: 100%;
  background: url("../images/Big Zee.jpg"), radial-gradient(#444, #111);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

#CTA {
  width: 100%;
  background: url("../images/Big Zee.jpg"), radial-gradient(#444, #111);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.pic-2 {
  height: auto;
  width: 612px;
}

.icongreen {
  background-color: #0f5d37 !important;
  color: #fff !important;
}

/* ==================================== Page Hero Component ==================================== */
.page-hero {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-hero .hero-content {
  position: relative;
  z-index: 2;
}

/* Hero variants */
#services-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner/businessAnalyst.png");
}

#about-hero-new {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/KayiseIT-Team.jpg");
}

#contact-hero-new {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner/contact.png");
}

#gallery-hero-new {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/landing-page/banner3.png");
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-hero {
    background-attachment: scroll;
  }
  
  .page-hero h1 {
    font-size: 2.5rem !important;
  }
  
  .page-hero p {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 700px) {
  .pic-2 {
    flex-basis: 100%;
    max-width: 100%;
    height: auto;
    /* add this line to set the maximum height of the image*/
  }
}
.services .card {
  height: 250px;
  /* Set a fixed height for each card */
}

.services .card-img {
  height: 100%;
  /* Make the image fill the entire height of the card */
  -o-object-fit: cover;
     object-fit: cover;
  /* Scale the image while maintaining its aspect ratio */
}

.highlighted-row {
  background-color: #6487e8;
  padding: 10px;
}

#culture .card {
  height: 250px;
  /* Set a fixed height for each card */
}

#culture .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

#contact-socials {
  color: #22c55e !important;
}

#white-text {
  color: #ffffff !important;
}

#black-text {
  color: #000000 !important;
}

#footertxt-white {
  color: #ffffff !important;
}

#footertxt-white:hover {
  color: #1e9a13 !important;
  text-decoration-line: underline;
}

#footer-underline {
  display: block;
  width: 10%;
  border-bottom: 2px solid white;
  /* set the thickness and color of the underline */
}

@media screen and (max-width: 767px) {
  /* hide the image when screen size is less than or equal to 767px */
  #company img {
    display: none;
  }
}
#dark-g-text {
  color: #1e9a13 !important;
}

#terms ul {
  list-style-type: circle;
  color: black;
}

#viewsubservice {
  /* Style for the table body */
}
#viewsubservice tbody td {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

#services-services .card::before {
  content: "";
  /*change*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* change the opacity value to adjust the darkness */
}

#blog-page .blog .card {
  height: 400px;
  /* Set a fixed height for each card */
  overflow: hidden;
}
#blog-page .blog .card-img {
  height: 200px;
  /* Make the image fill the entire height of the card */
  -o-object-fit: cover;
     object-fit: cover;
  /* Scale the image while maintaining its aspect ratio */
}

footer {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  background: #00c050;
}

footer .footer-content {
  max-width: 1250px;
  margin: auto;
  padding: 15px 40px 15px 40px;
}

footer .footer-content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .bottom {
  background-color: #22c55e;
}

.footer-content .top .logo-details {
  color: #fff;
  font-size: 30px;
}

.footer-content .top .media-icons {
  display: flex;
}

.footer-content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1) {
  background: #fff;
  color: #000000;
}

.top .media-icons a:nth-child(1):hover {
  color: #ffffff;
  background: #4267b2;
}

.top .media-icons a:nth-child(2) {
  background: #fff;
  color: #000000;
}

.top .media-icons a:nth-child(2):hover {
  background: #e1306c;
  color: #fff;
}

.top .media-icons a:nth-child(3) {
  background: #fff;
  color: #000000;
}

.top .media-icons a:nth-child(3):hover {
  background: #1da1f2;
  color: #fff;
}

.top .media-icons a:nth-child(4) {
  background: #fff;
}

.top .media-icons a:nth-child(4):hover {
  color: #0077b5;
  background: #fff;
}

.top .media-icons a:nth-child(5) {
  background: #fff;
}

.top .media-icons a:nth-child(5):hover {
  color: #ff0000;
  background: #fff;
}

footer .footer-content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .footer-content .link-boxes .box {
  width: calc(20% - 10px);
}

.footer-content .link-boxes .box .link_name {
  color: #183ea4;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.link-boxes .box .link_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}

.footer-content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.footer-content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease;
}

.footer-content .link-boxes .box li a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #254522;
  /*current*/
}

.footer-content .link-boxes .input-box {
  margin-right: 55px;
}

.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #afafb6;
  background: #fff;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}

.link-boxes .input-box input::-moz-placeholder {
  color: #afafb6;
  font-size: 16px;
}

.link-boxes .input-box input::placeholder {
  color: #afafb6;
  font-size: 16px;
}

.link-boxes .input-box input[type=button] {
  font-size: 18px;
  background: #64bc5c;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 8px 25px;
  border-radius: 6px;
  transition: 0.5s;
}

.input-box input[type=button]:hover {
  background: #000;
  border: 1px solid #4070f4;
}

@media (max-width: 900px) {
  footer .footer-content .link-boxes {
    flex-wrap: wrap;
  }
  footer .footer-content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  footer {
    position: relative;
  }
  .footer-content .top .logo-details {
    font-size: 26px;
  }
  .footer-content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  footer .footer-content .link-boxes .box {
    width: calc(33.3333333333% - 10px);
  }
  footer .footer-content .link-boxes .input-box {
    width: 60%;
  }
}
@media (max-width: 520px) {
  footer::before {
    top: 145px;
  }
  footer .footer-content .top {
    flex-direction: column;
  }
  .footer-content .top .media-icons {
    margin-top: 16px;
  }
  footer .footer-content .link-boxes .box {
    width: calc(50% - 10px);
  }
  footer .footer-content .link-boxes .input-box {
    width: 100%;
  }
}
.top .media-icons a:nth-child(4) {
  background: #fff;
  color: #000000;
}

.top .media-icons a:nth-child(4):hover {
  background: #ff0000;
  color: #fff;
}

.viewblog {
  width: 80%;
  margin: 50px;
  font-size: 1.25rem;
  text-align: justify;
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.dashcard {
  width: 100%;
  height: 100px;
}

.teamcard {
  width: 200px;
  height: 250px;
}

.bigTall {
  height: 150px !important;
}

.bigTallest {
  height: 100% !important;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* Black background with 60% opacity */
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  /* Blurred effect */
  z-index: 40;
  /* Set z-index higher than modal (z-index of modal is 50 by default in Tailwind) */
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animate-float {
  animation: float 3s ease-in-out infinite;
}

.service-icon svg {
  width: 80px;
  height: 80px;
  fill: #22c55e;
}

.partner-image {
  height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */