.footer-bottom {
  background-color: #058b3fb5;
}
.section-padding {
  padding: 70px 0px;
}
.banner-wrapper .banner-overlay {
  width: 100%;
  background-color: #545050a3;
  background-image: url("assets/img/illustration/line.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-wrapper .banner-content {
  padding: 50px 0;
}
.banner-wrapper {
  position: relative;
/*  min-height: 330px;*/
}
.banner-wrapper {
/*  position: relative;*/
  min-height: 200px;
}
a {
  text-decoration: none;
  font-weight: 400;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  color: #4dac76;
  font-family: "Oxygen", sans-serif;
  cursor: pointer;
}
.main-text a {
  color: #fff;
}

.panel.panel-success {
  padding: 15px;
  margin: 30px;
  border: 1px soli black;
  border-block: 1px solid black;
  border: 1px solid black;
  border-radius: 7px;
}
.form-group {
  margin: 15px;
}
.panel-heading {
  text-align: center;
  font-size: 30px;
  padding-bottom: 40px;
  color: black;
}
.btn.btn-warning {
  padding: 15px 40px;
  position: relative;
  z-index: 2;
  color: #ffffff;
  background-color: #414040;
  border-color: #414040;
  border-radius: 16px;
}
.item-text a {
  color: #5f6168;
}
.project-img {
  padding: 10px;
  border: 1px solid #3a3d40;
}

.banner-wrapper .breadcrumb-item {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.item-description {
  border: 1px solid black;
  text-align: center;
  padding: 5px;
  background-color: #6e8bab;
}


.verticalButton {
  padding: 10px 20px;
  background: #E31E24;
  border-radius: 0px 0px 5px 5px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: fixed;
  left: -88px;
  top: 55%;
  z-index: 999;
  color: #fff;
  font-weight: 600;
}
.verticalButton:hover {
  color: #fff;
}

.green

{ 
  background-color: #62be8a;
}


/*=============================================================================================*/

@media (max-width: 767px) {
  .header-wrapper .logo-wrapper {
    width: 68%;
  }
}


#act123 {
	color: #4DAC76;
}