.title-1 {
  font-size: 62px;
  font-weight: 700;
}
.yellow-mcm {
  color: #efc631;
}
#sh_corpomate_theme_section_52 {
  padding: 0px;
}
.title-2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-block-end: 1.2rem;
}
.title-3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  max-width: 80%;
}
.mbe {
  margin-block-end: 1.2rem !important;
}
.liste {
  font-size: 16px;
}
#sh_corpomate_theme_section_258 {
  padding: 0 !important;
}
.center-logo {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.para {
  font-size: 17px !important;
  line-height: 1.7384615384615385 !important;

  color: #000 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show .nav-link {
  background-color: #000;
}

.link {
  color: #000;
}

.link:hover {
  color: #195697 !important;
}

.btn {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn:hover {
  background-color: #7f7e7e;
}

#sh_corpomate_theme_section_290 .sh_feature_box p {
  margin-bottom: 0px !important;
  transition: 0.5s;
  font-size: 17px;
  line-height: 1.8;
  display: block !important;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: initital;
  overflow: hidden;
  color: #616161;
  font-family: 'Poppins', sans-serif;
}

.feature_container {
  margin-block-start: 15px;
  flex-direction: column;
  justify-content: space-between;
}

.read_more {
  color: #2667ae !important;
  font: inherit !important;
  font-size: 16px !important;
}

#sh_corpomate_theme_section_76 .sh_content .sh_num_icon {
  font-size: 30px;
  color: #000000;
  border: 1px solid #cecece;
  border-radius: 50%;
  padding: 16px 20px 20px 19px;
  width: 78px;
  height: 78px;
  margin-top: -15px;
  position: relative;
  margin: 0 auto;
  background: #fdd125;
}

#sh_corpomate_theme_section_76 .sh_content:hover .sh_num_icon {
  font-size: 30px;
  color: #fff;
  border: 1px solid #cecece;
  border-radius: 50%;
  padding: 18px 20px 20px 19px;
  width: 83px;
  height: 83px;
  margin-top: -15px;
  position: relative;
  margin: 0 auto;
  background: #000000;
}

#sh_corpomate_theme_section_76 .sh_content p {
  padding: 0 0 !important;
  overflow: visible;
  -webkit-box-orient: horizontal;
}

.res_height {
  height: 423px;
}

@media (max-width: 467.98px) {
  .res_height {
    height: 243px;
  }
}

#sh_corpomate_theme_section_76 .sh_content {
  padding-top: 0;
}

#sh_corpomate_theme_section_76 .sh_content p:after {
  top: 20px;
}

.card-title {
  font-size: 23px;
  font-weight: 700;
  margin-block-end: 18px;
  text-align: center;
}
@media all and (min-width: 1512px) {
  .container-banner {
    padding: 0rem 10rem;
  }
}
@media all and (max-width: 1249px) {
  .container-banner {
    padding: 0rem 1rem;
  }
}
@media all and (min-width: 1250px) and (max-width: 1340px) {
  .container-banner {
    padding: 0rem 3rem;
  }
}

@media all and (min-width: 1341px) and (max-width: 1511px) {
  .container-banner {
    padding: 0rem 5rem;
  }
}
.title-mcm {
  font-size: 62px;
  color: #000;
}
@media all and (max-width: 424px) {
  .title-mcm {
    font-size: 49px;
  }
}

.subtitle-mcm {
  color: #000;
  font-weight: 800;
  font-size: 24px;
  position: relative;
}
.subtitle-mcm::before {
  content: '';
  border-bottom: 4px solid #fdd103;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 67px;
}

.home-btn {
  height: 45px;
  width: 200px;
  font-size: 15px;
  background-color: hsl(0, 0%, 10%);
  border: 1px solid hsl(0, 0%, 0%);
  color: #fdd105;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  cursor: pointer;
  transition: all 2s ease-out;
  transition: all 0.2s ease-out;
}

/*animation */
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#sh_corpomate_theme_section_188 .sh_pricing ul li {
  font-weight: 600 !important;
}

@media (max-width: 329.98px) {
  .title-1 {
    font-size: 55px;
  }
}
.center-logo {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 575px) {
  .center-logo {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
}
#sh_corpomate_theme_section_20 .sh_right_content h4 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: unset;
  overflow: initial;
}
#sh_corpomate_theme_section_20 .sh_right_content p {
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: inherit;
  font-size: 17px;
  line-height: 1.8;
  margin-top: 0;
}
