h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container-wrapper {
  margin: 0 auto;
}
.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

@media (min-width: 1192px) {
  .container-wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (max-width: 1192px) {
  .container-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.services {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background: rgba(109, 200, 190, 0.2);
  background-attachment: fixed;
}

.services .shape1 {
  bottom: 0;
  left: 0;
  width: 500px;
  height: 100%;
  margin-left: -350px;
  background: rgba(0, 127, 61, 0.06);
  border-radius: 0;
  -webkit-animation: anime-right1 3s ease-in-out;
  animation: anime-right1 3s ease-in-out;
}

.services .shape1,
.services .shape2 {
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.services .shape2 {
  right: 5%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  background: #007f3d;
  display: block;
  opacity: 0.1;
  -webkit-animation: anime-right2 3s ease-in;
  animation: anime-right2 3s ease-in;
}

.services .nav-tabs {
  position: relative;
  border: 0;
}

.services .nav-tabs .nav-item .nav-link {
  color: #6dc8be;
  border: 1px solid #6dc8be;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
}

.services .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background: #6dc8be;
}

.services .service-item {
  padding: 30px 0;
}

.services .service-item .card {
  background-size: cover;
  height: 170px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.services .service-item .card h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.services .service-item .card .iconbox {
  width: 83px;
  height: 83px;
  border: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 7px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.services .service-item .card .iconbox i {
  font-size: 40px;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 50px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.services .service-item .card:hover .iconbox {
  background-color: #6dc8be;
  border-color: #6dc8be;
}

.services .service-item .card:hover .iconbox,
.services .service-item .card:hover .iconbox i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.services .service-item .members .card .iconbox i {
  color: #007f3d;
}

.services .service-item .members .card:hover .iconbox i {
  color: #fff;
}

.services .service-item .nonmembers .card .iconbox i {
  color: #ed1c24;
}

.services .service-item .nonmembers .card:hover .iconbox i {
  color: #fff;
}

@-webkit-keyframes anime-right1 {
  0% {
    right: 5%;
  }

  to {
    right: 10%;
  }
}

@keyframes anime-right1 {
  0% {
    right: 5%;
  }

  to {
    right: 10%;
  }
}

@-webkit-keyframes anime-right2 {
  0% {
    right: 10%;
  }

  to {
    right: 5%;
  }
}

@keyframes anime-right2 {
  0% {
    right: 10%;
  }

  to {
    right: 5%;
  }
}

@media (max-width: 768px) {
  .service-item .card img {
    height: 200px;
  }
}

.btn-primary {
  color: #fff;
  background-color: #6dc8be;
  border-color: #6dc8be;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #212529;
  background-color: #51beb2;
  border-color: #48baae;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 176, 168, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #6dc8be;
  border-color: #6dc8be;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #48baae;
  border-color: #43b2a6;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 176, 168, 0.5);
}
