@font-face {
  font-family: "Moderat";
  src: url("./font/Moderat-Regular.ttf") format("truetype");
}
* {
  font-family: "Moderat";
}

button:active:focus,
button.active:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.black-text {
  color: #14181a !important;
}

.green-text {
  color: #1FAE74;
}

.grey-text {
  color: #72757c !important;
}

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

.orange-text {
  color: #ff5500;
}

.bright-text {
  color: #f5f5f5;
}

.rgba-text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-orange {
  background-color: #ff5500;
  border: 1px solid #ff5500;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #111111;
}

.bg-grey {
  background-color: #f7f7f7;
}

.bottom-49 {
  bottom: 49px;
}

.bottom-60 {
  bottom: 60px;
}

.right-10 {
  right: 10px;
}

.left-20 {
  left: 20px;
}

.no-decoration {
  text-decoration: none;
}

.underline-decoration {
  text-decoration: underline;
}

.application-link:hover {
  color: #ffffff;
}

.top-nav:hover {
  color: #14181a !important;
}

.main-link:hover {
  color: #72757c !important;
}

.custom-button {
  width: auto;
  padding: 16px 24px;
  height: 51px;
}

.dark-custom-button {
  width: 100%;
  height: 51px;
}

.gradient-button {
  background: linear-gradient(225.01deg, #009AFF 1.74%, #0696FE 9.47%, #168AFD 18.15%, #3176FA 28.77%, #575BF6 40.35%, #8738F1 51.93%, #9C29EF 56.76%, #AD36C6 62.55%, #CA4D80 72.2%, #E15E49 80.89%, #F16B21 88.61%, #FB7309 94.4%, #FF7600 98.26%);
  border: 1px solid;
  border-color: #009AFF #8738F1 #CA4D80 #FB7309;
  height: auto;
}

.orange-button {
  border: #ff5500;
  background-color: #ff5500;
}

.black-button {
  border: #111111;
  background-color: #111111;
}

.blue-button {
  border: #009de0;
  background-color: #009de0;
}

.green-button {
  border: #1dad74;
  background-color: #1dad74;
}

.purple-button {
  border: #8d3494;
  background-color: #8d3494;
}

.transparent-button {
  border: 1px solid #ff5500;
  background-color: transparent;
}

.transparent-button:hover {
  background-color: #ff5500;
}

.border-top {
  border-top: 1px solid #e4e4e6;
}

.border-bottom {
  border-bottom: 1px solid #e4e4e6;
}

.border-rgba-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.custom-border {
  border: 1px solid #e4e4e6;
}

.border-rgba {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.input-border {
  border: 1px solid #d0d5dd;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-28 {
  border-radius: 28px;
}

.border-radius-40 {
  border-radius: 40px;
}

.border-radius-46 {
  border-radius: 46px;
}

.border-radius-64 {
  border-radius: 64px !important;
}

.input-border-radius {
  border-radius: 52px;
}

.border-radius-circle {
  border-radius: 50%;
}

.prev-icon {
  background-image: url("./icons/carousel-left-arrow.svg") !important;
  display: block !important;
}

.next-icon {
  background-image: url("./icons/carousel-right-arrow.svg") !important;
  display: block !important;
}

.prev-white-icon {
  background-image: url("./icons/carousel-left-white-arrow.svg") !important;
  display: block !important;
}

.next-white-icon {
  background-image: url("./icons/carousel-right-white-arrow.svg") !important;
  display: block !important;
}

.pointer-events {
  cursor: pointer;
}

.container-padding {
  padding: 0 15px !important;
}

.form-select {
  background-image: url("./icons/down-arrow.svg") !important;
  background-size: 30px 5px !important;
}

#search-bar {
  display: none;
}

.language-select {
  background: #ffffff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06) !important;
  border-radius: 60px !important;
}

.nav-tabs .nav-link {
  margin: 4px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #14181a !important;
  background-color: #fff !important;
}

.slick-dots li.slick-active button:before {
  font-size: 12px !important;
  color: #A2A2A9 !important;
  opacity: 1 !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
  color: #37383E !important;
  opacity: 1 !important;
}

.slick-dots {
  bottom: 8px !important;
  left: 45% !important;
  width: auto !important;
}

.slick-dots li {
  margin: 0 !important;
}

.multiple-next-arrow {
  position: absolute !important;
  bottom: 0 !important;
  right: 16px !important;
}

.multiple-prev-arrow {
  position: absolute !important;
  bottom: 0 !important;
  left: 16px !important;
}

.top-nav-area {
  margin-top: 17px !important;
  margin-bottom: 65px !important;
}

.top-nav {
  padding: 12px;
}

.nav-link {
  cursor: pointer;
  padding: 16px !important;
}

.slide {
  margin: 24px 12px !important;
}

.events-slide {
  margin: 32px 16px !important;
}

.slider {
  width: 100% !important;
}

.events-location-content {
  padding: 4px 12px;
  border-radius: 28px;
  border: 0;
}

.events-slide-time {
  padding-top: 16px;
  display: flex;
  align-items: center;
}

.mr-24 {
  margin-right: 24px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.pl-16 {
  padding-left: 16px;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-13 {
  padding: 13px;
}

.w-16 {
  width: 16px;
}

.h-16 {
  height: 16px;
}

.my-prev-arrow,
.my-next-arrow {
  position: absolute;
  top: -39px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #333;
}

.my-prev-arrow {
  right: 60px;
}

.my-next-arrow {
  right: 0;
}

.banner {
  margin: 80px 0px 75px 0;
}

.banner-title {
  margin-bottom: 20px;
}

.banner-description {
  padding: 0 100px 40px 0;
}

.more-recent-title-content {
  margin-bottom: 16px;
}

.slide-image-overlay {
  margin-right: 24px;
  padding: 16px 0;
}

.story-slide {
  height: 330px !important;
}

.events-container {
  padding: 100px 0 100px 0px;
}

.events-location {
  left: 20px;
  bottom: 49px;
  width: 100%;
  position: relative;
}

.events-slide-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  margin-top: 6px;
}

.services {
  padding: 112px 0 0 0;
}

.services-icon {
  margin-bottom: 24px;
}

.services-title {
  margin-bottom: 16px;
}

.services-description {
  margin-bottom: 32px;
  padding: 0 90px 0 0;
}

.services-row {
  padding-bottom: 112px;
}

.services-image {
  width: 540px;
  height: 492px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mission-container {
  padding: 112px 0;
  height: 800px;
}

h1.mission-title.large-bold-v2.p-0.mission-title {
  padding: 0 24px 48px 0 !important;
}

.mission-image-row {
  margin-top: 85px !important;
}

.container.success-percentage {
  margin-top: 188px !important;
  margin-bottom: 122px !important;
}

.success-percentage-description {
  width: 210px;
}

.partners-container {
  padding: 112px 0;
}

.partners-title {
  padding: 20px 100px 0 0;
  margin-bottom: 24px;
}

.partners-description {
  margin-bottom: 0;
}

.subscribe {
  padding: 112px 0;
}

.footer-conatiner {
  padding: 112px 0;
}

img.footer-logo {
  margin-bottom: 32px;
}

.social-icons-footer {
  padding: 0 11px !important;
  margin-bottom: 82px;
}

.footer-description {
  margin-bottom: 32px;
  padding-right: 50px;
}

.footer-links-items {
  padding: 8px 0 !important;
}

input.subscribe-input {
  width: 321px;
  height: 50px;
  border-radius: 52px;
  border: 1px solid #e4e4e6;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 52px;
  padding: 13px 20px;
  margin-right: 16px;
}

.subscribe-button {
  width: auto;
  height: 50px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 52px;
  padding: 6px 24px;
}

.footer-conatiner {
  border-top: 1px solid #e4e4e6 !important;
  border-bottom: 1px solid #e4e4e6 !important;
}

.copyright {
  margin: 42px 0;
}

.privacy-terms {
  justify-content: end !important;
}

.lines-footer {
  padding: 0 8px;
}

button#languageDropdownHeader {
  box-shadow: 0 !important;
  background-color: #fff !important;
  padding: 8px !important;
}

button#languageDropdownHeader::after {
  margin-left: 0 !important;
}

.extra-nav {
  margin-top: 40px;
}

.extra-nav-link {
  padding: 16px;
}

.extra-nav-links {
  padding: 24px 0;
}

.about-us-banner {
  padding: 112px 0 !important;
}

.about-us-banner-title {
  margin-bottom: 24px;
}

.subscribe-description {
  padding: 0 396px;
  margin-bottom: 40px;
}

.about-us-banner-subtitle {
  margin-bottom: 24px;
}

.about-us-banner-description {
  margin-bottom: 112px;
  padding: 0 70px;
}

.about-us-banner-content {
  padding: 0 185px !important;
}

.our-story {
  margin-top: -266px;
  padding-top: 258px;
  padding-bottom: 144px;
}

.proven-success {
  padding: 112px 0 144px 0;
}

h1.large-bold-v1.black-text.proven-success-title {
  margin-bottom: 80px;
}

.bg-grey.border-radius-12.proven-success-card {
  width: 100%;
  padding: 40px;
  margin: 16px;
}

img.proven-success-card-image {
  height: 30px;
}

.our-values {
  padding: 112px 0 144px 0;
}

.our-values-title {
  margin-bottom: 80px;
}

.our-values-image {
  margin-bottom: 21px;
}

.our-values-content-title {
  margin-bottom: 16px;
}

.our-team {
  padding: 112px 0 144px 0;
}

.our-team-title {
  margin-bottom: 40px;
}

.our-team-nav-tabs {
  margin-bottom: 80px !important;
}

.image-overlay.bottom-60.bg-white.position-relative {
  margin-top: -38px;
  padding: 16px 0;
  margin-right: 20px;
}

.our-team-social-icon {
  margin-right: 16px;
}

.our-partners {
  padding: 100px 0 100px 0;
}

.portfolio {
  padding: 112px 0 144px 0;
}

.portfolio-title {
  margin-bottom: 24px;
}

.portofolio-slide-image {
  margin-right: 0 !important;
  padding: 24px;
}

.portofolio-slide-description {
  height: 45px !important;
}

.portfolio-slide-image {
  height: 230px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e4e4e6;
}

.portfolio-slide-image img {
  padding: 25px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.slidePortofoilo.slick-initialized.slick-slider {
  margin-top: 80px;
  padding: 0;
}

.slideSingleProject.slick-initialized.slick-slider {
  padding: 0;
}

.connect {
  padding: 112px 0;
}

.connect-tittle {
  margin-bottom: 16px;
}

.connect-description {
  padding: 0 360px;
  margin-bottom: 40px;
}

.slide.portofolio-slide.slick-slide {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px !important;
}

.contact {
  padding: 112px 0;
}

.contact-header-description {
  padding: 0 450px;
}

.get-in-touch {
  padding: 0 0 112px 0;
}

.social-icons-contact {
  padding: 0 11px;
}

.get-in-touch-info-content {
  margin: 0;
  padding-top: 14px;
}

.get-in-touch-info {
  border-bottom: 1px solid #e4e4e6;
  margin: 40px 350px 32px 0px;
  padding-bottom: 32px;
}

.get-in-touch-label {
  margin: 26px 0 0 0;
}

.get-in-touch-form {
  border-radius: 8px;
  border: 1px solid #e4e4e6;
  padding: 16px !important;
}

.form-check {
  margin-bottom: 32px !important;
}

.form-check-input {
  margin-top: 30px !important;
}

.folow-us-social {
  border-right: 1px solid #e4e4e6;
}

.visit-us-title {
  margin-bottom: 32px;
}

.social-icons {
  padding: 112px 0;
}

.social-icons-description {
  padding: 0 50px;
}

img.social-icons-contact {
  width: 50px;
  margin-bottom: 41px;
}

.label-top {
  margin: 0;
}

.h-40 {
  height: 50px;
}

.download-button {
  padding: 0 25px;
}

.download-svg {
  margin-right: 9px;
}

.space-beetwen-row {
  padding: 112px 0;
}

.publications-date {
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e6;
}

.publications-monthly {
  padding: 24px 0;
}

.publications {
  padding: 25px 0 0px 0;
}

.news-border {
  padding: 25px 0 25px 0;
}

.publications-title {
  padding-right: 350px;
  margin-bottom: 16px;
}

.publications-description {
  margin-bottom: 16px;
}

.load-button {
  padding: 0 25px;
  border: 1px solid #e4e4e6 !important;
  margin-top: 64px;
  margin-bottom: 25px;
}

.register {
  margin-bottom: 80px;
}

button#trainingDropdown {
  width: 100% !important;
  justify-content: space-between !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
  border: 1px solid #e4e4e6 !important;
  margin-bottom: 26px;
}

.training-form {
  border-radius: 8px;
  border: 1px solid #e4e4e6;
  padding: 24px;
  margin: 0 300px;
}

ul.dropdown-menu.training-dropdown.show {
  width: 100%;
  height: auto;
}

.dropdown-input {
  height: 31px;
  padding-top: 3px;
}

.event-title {
  margin-bottom: 24px;
}

.event-description {
  padding: 0 330px;
}

.event-date {
  width: 56px;
  height: 70px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 24px;
  right: 34px;
}

.events {
  margin-top: 32px !important;
  border-bottom: 1px solid #e4e4e6;
  padding-bottom: 20px;
}

.events-date {
  margin-bottom: 16px;
}

.events-description {
  margin-bottom: 24px;
  padding-right: 240px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-images {
  height: 100%;
  padding-bottom: 33px;
}

.event-image {
  width: 405px !important;
  height: 232px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.padding-fluid {
  padding: 112px 0;
}

.event-details-title {
  padding-right: 450px;
}

.event-details-tab.active {
  border-bottom: 1px solid #ff5500 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #ff5500 !important;
}

.event-details-tab {
  padding: 32px 0px 32px 0;
  margin-right: 40px;
}

.events-tab-list {
  border-top: 1px solid #e4e4e6;
}

.accordion-button::after {
  content: "+" !important;
  background-image: none !important;
  transition: none !important;
  transform: var(--bs-accordion-btn-icon-transform);
  font-size: 28px;
  display: flex;
  align-items: center;
}

.accordion-button:not(.collapsed)::after {
  content: "-" !important;
  transition: none !important;
}

.before-accordion::before {
  content: "+" !important;
  background-image: none !important;
  transition: none !important;
  transform: var(--bs-accordion-btn-icon-transform);
  font-size: 28px;
  display: flex;
  align-items: center;
  color: #ff5500;
  margin-right: 24px;
}

.before-accordion:not(.collapsed)::before {
  content: "-" !important;
  transition: none !important;
}

.before-accordion::after {
  background-image: none !important;
  content: none !important;
}

.before-accordion:not(.collapsed)::after {
  content: none !important;
  transition: none !important;
}

.event-detail {
  padding: 64px 0 112px 0;
}

.accordion-item {
  border-left: 0 !important;
  border-right: 0 !important;
}

.accordion-button {
  background-color: #f7f7f7 !important;
}

.accordion-body {
  background-color: #f7f7f7 !important;
}

.before-accordion {
  background-color: #ffffff !important;
}

.before-accordion-body {
  margin-left: 33px;
  background-color: #ffffff !important;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #14181a !important;
}

.social-icons-events {
  border: 1px solid #D7D7DA;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

.social-icons-events img {
  padding: 15px;
}

.about-event-title {
  padding: 48px 0 24px 0;
}

.accordion {
  padding: 48px 0 0 0;
}

.custom-event-details-card {
  background-color: #fff;
  padding: 28px 24px 32px 24px;
  border-radius: 8px;
}

.custom-event-details-card-icons {
  margin-bottom: 42px;
  margin-right: 24px;
}

.custom-event-details-card-button {
  background: #fff;
  margin: 24px 0 40px 0;
  padding: 24px;
  border-radius: 8px;
}

.event-detail-form {
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
}

.training-description {
  padding-right: 650px;
}

.training-details {
  padding: 24px 33px !important;
}

.training-detail-title {
  text-transform: uppercase;
}

.training-details-header {
  border-bottom: 1px solid #e4e4e6;
}

.training-details-body {
  flex-wrap: wrap;
  padding-top: 24px;
}

.spot-left {
  background-color: #FEE2E2;
  border-radius: 10px;
  color: #991B1B;
  padding: 4px 10px;
}

.training-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trainings {
  margin-bottom: 32px;
}

.inner-row-space {
  padding: 112px 0 144px 0px;
}

.instructor-card {
  margin: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  height: 460px;
}

.instructor-card-image {
  border-radius: 50%;
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor-card-position {
  margin-bottom: 24px;
}

.training-instructors-title {
  margin-bottom: 80px;
}

.about-instructor-title {
  margin-top: 48px;
}

.instructor-details {
  margin-top: 40px !important;
}

.course-details-title {
  text-transform: uppercase;
}

.course-details-description {
  width: 50%;
}

.course-details {
  border-top: 1px solid #e4e4e6;
  padding: 20px 0;
}

.course-details-heading {
  margin-bottom: 24px;
}

.co-working-image {
  border-radius: 20px;
}

.co-working-extras {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e6;
}

.co-working-extras-description {
  padding-left: 17px;
}

.co-working-types {
  margin: 144px 0;
}

.amanties-heading {
  margin-bottom: 80px;
}

.amanties-title {
  margin: 0 0 0 17px;
}

.amanties {
  margin-bottom: 48px;
}

.accordion-faq {
  padding: 0 !important;
}

.before-accordion-item {
  border-top: 0 !important;
}

.portfolio-main {
  padding: 64px 0;
}

.portofolio-slide {
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.filter-select {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05) !important;
  border-radius: 48px !important;
  background: #ffffff !important;
  border: 1px solid #e4e4e6 !important;
}

.filter-nav-tabs .nav-link.active {
  color: #14181a !important;
  background: #F7F7F7 !important;
  width: 100%;
  text-align: start !important;
  border-radius: 0 !important;
  padding: 16px !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.filter-nav-tabs .nav-link.active::after {
  content: url("./icons/selected.svg");
}

.filter-heading {
  border-bottom: 1px solid #e4e4e6;
  padding-bottom: 24px;
}

.portfolio-filters-button {
  width: 100%;
  text-align: start;
}

.amanties-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 24px;
  width: 28%;
  height: 120px;
  margin: 12px 24px 12px 0;
}

.amanties-cards {
  flex-wrap: wrap;
}

.wrap {
  flex-wrap: wrap;
}

img#largeImage {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}

img.img-fluid.thumbnail-image {
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 24px;
}

.heading-slider-card {
  position: absolute;
  bottom: 24px;
  padding: 16px 16px 16px 0;
}

.more-popular {
  margin-top: 48px !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e4e4e6 !important;
}

.form-control.responsive-search::-moz-placeholder {
  background: url("./icons/search.svg") no-repeat 10px center/16px auto;
  padding-left: 30px;
}

.form-control.responsive-search::placeholder {
  background: url("./icons/search.svg") no-repeat 10px center/16px auto;
  padding-left: 30px;
}

.blogs-search {
  border: 1px solid #e4e4e6 !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  border-radius: 48px !important;
  width: 400px !important;
  margin-right: 16px !important;
}

.blogs-filter {
  border: 1px solid #e4e4e6 !important;
}

.blogs-filter-dropdown {
  width: 200px !important;
}

.incubator-button {
  background: linear-gradient(225.01deg, #009AFF 1.74%, #0696FE 9.47%, #168AFD 18.15%, #3176FA 28.77%, #575BF6 40.35%, #8738F1 51.93%, #9C29EF 56.76%, #AD36C6 62.55%, #CA4D80 72.2%, #E15E49 80.89%, #F16B21 88.61%, #FB7309 94.4%, #FF7600 98.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 109px;
  height: 42px;
  border-radius: 52px;
  border: 1px solid;
  border-color: #009AFF #8738F1 #CA4D80 #FB7309;
}

.incubator-banner-heading {
  width: 60%;
}

.incubator-banner-heading-title {
  margin-bottom: 24px;
}

.incubator-banner-heading-description {
  margin-bottom: 40px;
}

p.medium-thin-v1.black-text.program-overview-description {
  font-size: 18px !important;
  padding-right: 79px;
  font-weight: 300 !important;
}

.incubation-stages-description {
  padding-right: 852px;
  margin-top: 24px;
}

.incubation-stages {
  background: linear-gradient(225.04deg, #55C1FF 2.23%, #7770FF 34.22%, #F72585 66.21%, #F47E1D 99.18%);
  position: relative;
  opacity: 0.06;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.single-project-link {
  background: #F2F2F3;
  border-radius: 4px;
  padding: 4px 12px 4px 12px;
  width: 103px;
  margin-top: 24px;
}

.single-project-title {
  padding-right: 200px;
  margin-bottom: 24px;
}

.ck-editor-padding {
  padding: 0 189px !important;
}

.single-project-details {
  border-top: 1px solid #e4e4e6;
  padding-top: 40px;
  margin-top: 52px !important;
}

.article-details {
  border-top: 1px solid #e4e4e6;
  padding-top: 16px;
  margin-top: 48px !important;
}

.ck-editor-content {
  padding-top: 64px !important;
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners-single-project {
  width: 100%;
  height: 164px;
}

h1.slide-description.portofolio-slide-description.small-bold-v4.black-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
}

h1.slide-title.portofolio-slide-title.small-bold-v4.black-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.slide-description.small-thin-v3.grey-text {
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portfolio-title {
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1.slide-title.portofolio-slide-title.small-bold-v4.black-text {
  height: 50px;
}

.ck-italyc-content {
  margin: 48px 0;
  border-left: 2px solid #ff5500;
  padding-left: 32px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.section-title {
  margin-bottom: 60px;
}

.section-title p {
  color: #777;
  font-size: 16px;
}

.section-title h4 {
  text-transform: capitalize;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.section-title h4:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ff3636;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}

.section-title h4:after {
  position: absolute;
  background-color: #ff3636;
  content: "";
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  border-radius: 50%;
}

ul.timeline-list {
  position: relative;
  margin: 0;
  padding: 0;
}

ul.timeline-list:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, rgb(244, 126, 29), rgb(119, 112, 255), rgb(119, 112, 255), rgb(85, 193, 255));
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

ul.timeline-list li {
  position: relative;
  clear: both;
  display: table;
}

.timeline_content {
  background-color: #fff;
}

ul.timeline-list li .timeline_content {
  width: 45%;
  color: #333;
  padding: 30px;
  float: left;
  text-align: right;
}

ul.timeline-list li:nth-child(1n) .timeline_content {
  float: right;
  text-align: left;
}

ul.timeline-list li:nth-child(2n) .timeline_content {
  float: left;
  text-align: left;
}

ul.timeline-list .timeline-list-fourth:before {
  background-color: #009aff;
  content: "4";
}

.timeline_content h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}

ul.timeline-list li:before {
  position: absolute;
  width: 52px;
  height: 52px;
  left: 50%;
  top: 0%;
  color: #ffffff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

ul.timeline-list .timeline-list-first:before {
  background-color: #F47E1D;
  content: "1";
}

ul.timeline-list .timeline-list-second:before {
  background-color: #7446f3;
  content: "2";
}

ul.timeline-list .timeline-list-third:before {
  background-color: #0597ff;
  content: "3";
}

ul.timeline-list .timeline-list-fourth:before {
  background-color: #009aff;
  content: "4";
}

.timeline_content span {
  font-size: 18px;
  font-weight: 500;
  font-family: poppins;
  color: #ff3636;
}

.incubation-stages-content {
  opacity: 1;
  background: var(--gradient, linear-gradient(315deg, rgba(244, 126, 29, 0.0599999987) 0%, rgba(247, 37, 133, 0.0599999987) 33%, rgba(119, 112, 255, 0.0599999987) 66%, rgba(85, 193, 255, 0.0599999987) 100%));
}

.powerup-button {
  border-radius: 52px;
  border: 1px solid #383838;
  background-color: transparent;
  padding: 9px 16px;
}

.powerup-button-banner {
  border-radius: 52px;
  border: 1px solid #F0BC22;
  background: #F0BC22;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.partners {
  padding: 20px;
}

#status-timeline {
  position: relative;
}

#status-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: linear-gradient(to bottom, #e7b521, #947415, #4a3a0b, #090702);
}

@media only screen and (min-width: 1170px) {
  #status-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #status-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.status-timeline-block {
  position: relative;
  margin-bottom: 100px;
}

.status-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.status-timeline-block:first-child {
  margin: 0;
}

.status-timeline-block:last-child {
  margin-bottom: 0;
}

.status-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.status-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.status-timeline-img {
  position: relative;
  display: inline-block;
}

.status-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
}

.status-timeline-img.status-one {
  background: #e7b521;
}

.status-timeline-img.status-two {
  background: #947415;
  top: 40px !important;
}

.status-timeline-img.status-three {
  background: #4a3a0b;
}

.status-timeline-img.status-four {
  background: #090702;
  top: 40px !important;
}

.status-timeline-img.status-one::after {
  content: "1";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 24px;
}

.status-timeline-img.status-two::after {
  content: "2";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 24px;
}

.status-timeline-img.status-three::after {
  content: "3";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 24px;
}

.status-timeline-img.status-four::after {
  content: "4";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 24px;
}

.right-date {
  top: -15px !important;
}

@media only screen and (min-width: 1170px) {
  .status-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
  }
  .cssanimations .status-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .status-timeline-img.bounce-in {
    visibility: visible;
    animation: status-bounce-1 0.6s;
  }
}
@keyframes status-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.status-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.0509803922);
}

.status-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.status-timeline-content h2 {
  color: #303e49;
  font-size: 28px;
  font-weight: 700;
}

.status-timeline-content p, .status-timeline-content ul, .status-timeline-content .status-read-more, .status-timeline-content .status-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.status-timeline-content .status-read-more, .status-timeline-content .status-date {
  display: inline-block;
}

.status-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  font-size: 18px !important;
  font-weight: 400;
}

.status-timeline-content ul {
  margin: 1em 0;
  line-height: 1.6;
}

.status-timeline-content .status-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .status-timeline-content .status-read-more:hover {
  background-color: #bac4cb;
}

.status-timeline-content .status-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.status-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
}

@media only screen and (max-width: 768px) {
  .powerup-banner-heading {
    width: 100% !important;
  }
  .justify-content-between.powerup-partners {
    justify-content: space-around !important;
  }
  .padding-description {
    padding: 15px !important;
  }
  p.medium-thin-v1.black-text.program-overview-description {
    padding: 0 15px !important;
    text-align: left !important;
  }
  .powerup-images {
    width: 100% !important;
  }
  .col-lg-12.extra-nav-links {
    padding: 10px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .powerup-implementation {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .powerup-implementation-description {
    padding-bottom: 0px !important;
    font-size: 20px !important;
  }
  .status-timeline-img {
    left: -13px !important;
  }
  .status-timeline-img.status-one::after {
    height: auto !important;
  }
  .status-timeline-img.status-one::before {
    height: auto !important;
  }
  .status-timeline-img.status-two::after {
    height: auto !important;
  }
  .status-timeline-img.status-two::before {
    height: auto !important;
  }
  .status-timeline-img.status-three::after {
    height: auto !important;
  }
  .status-timeline-img.status-three::before {
    height: auto !important;
  }
  .status-timeline-img.status-four::after {
    height: auto !important;
  }
  .status-timeline-img.status-four::before {
    height: auto !important;
  }
  .kriteret-content {
    height: auto !important;
    padding-top: 15px !important;
  }
  .kriteret {
    font-size: 20px !important;
  }
  .program-overview-title {
    text-align: left !important;
    padding-top: 5px !important;
    font-size: 25px !important;
    padding-left: 15px !important;
  }
  .space-beetwen-contents {
    margin: 30px 0 !important;
  }
  .powerup-banner-res {
    text-align: center !important;
  }
  .program-overview-description {
    text-align: left !important;
  }
  .powerup-banner-heading-title {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 31px !important;
    margin-bottom: 6px !important;
  }
  .powerup-image {
    width: 80% !important;
  }
  .grafika {
    width: 55% !important;
  }
  .astech {
    width: 50% !important;
  }
  .adaptech {
    width: 50% !important;
  }
  .industria {
    width: 30% !important;
  }
  .lart {
    width: 40% !important;
  }
  .justify-content-center.thirrja {
    justify-content: left !important;
    padding-left: 30px !important;
  }
  .res-apliko-image {
    height: 400px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media only screen and (min-width: 768px) {
  .status-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .status-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .status-timeline-content .status-read-more, .status-timeline-content .status-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .status-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .status-timeline-content::before {
    top: 0px;
    left: 100%;
  }
  .status-timeline-content .status-read-more {
    float: left;
  }
  .status-timeline-content .status-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
  }
  .status-timeline-block:nth-child(even) .status-timeline-content {
    float: right;
  }
  .status-timeline-block:nth-child(even) .status-timeline-content::before {
    top: 0px;
    left: auto;
    right: 100%;
  }
  .status-timeline-block:nth-child(even) .status-timeline-content .status-read-more {
    float: right;
  }
  .status-timeline-block:nth-child(even) .status-timeline-content .status-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .status-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .status-timeline-content.bounce-in {
    visibility: visible;
    animation: status-bounce-2 0.6s;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .powerup-banner-heading {
    width: 100% !important;
    text-align: center !important;
  }
  .grafika {
    width: 25% !important;
  }
  .astech {
    width: 25% !important;
  }
  .adaptech {
    width: 20% !important;
  }
  .industria {
    width: 13% !important;
  }
  .lart {
    width: 17% !important;
  }
  .powerup-images {
    width: 100% !important;
  }
  .padding-description {
    padding: 0 65px !important;
  }
  img.w-100.res-apliko-image {
    height: 250px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .status-timeline-img {
    left: -12px !important;
  }
  .status-timeline-img.status-one::after {
    height: auto !important;
  }
  .status-timeline-img.status-two::after {
    height: auto !important;
  }
  .status-timeline-img.status-three::after {
    height: auto !important;
  }
  .status-timeline-img.status-four::after {
    height: auto !important;
  }
  .kriteret-content {
    height: 175px !important;
  }
  .kriteret {
    font-size: 20px !important;
  }
}
.bg-details {
  position: absolute;
  top: 23%;
  color: #fff;
  text-align: center;
  width: 100%;
}

.powerup-button-yellow {
  border-radius: 54.737px;
  border: 1.053px solid #383838;
  background: #F0BC22;
  box-shadow: 0px 1.0526316166px 2.1052632332px 0px rgba(16, 24, 40, 0.05);
  padding: 14px 24px;
  color: #fff;
}

.space-beetwen-contents {
  margin: 70px 0;
}

.powerup-images {
  border-radius: 20px;
  width: 90%;
}

.padding-description {
  padding: 0 330px;
}

.powerup-implementation {
  font-size: 25px;
  font-weight: 700;
  color: var(--color-accent-color-accent, #14181A);
  padding-bottom: 20px;
  padding-top: 20px;
}

.powerup-implementation-description {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-accent-color-accent, #14181A);
  padding-bottom: 15px;
}

.kriteret {
  color: var(--color-accent-color-accent, #14181A);
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}

.kriteret-content {
  height: 150px;
  padding-top: 75px;
}

.powerup-banner-heading {
  width: 60%;
}

.powerup-banner-heading-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
}

.program-overview-title {
  font-size: 30px !important;
  font-weight: 300 !important;
}

.program-overview-li {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.thirrje-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

.text-left {
  text-align: left;
}

.adaptech {
  width: 150px;
}

.powerup-trainers {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) and (min-width: 1170px) {
  .status-timeline-img {
    left: 50% !important;
  }
  .status-timeline-img.status-one::after {
    height: 60px !important;
  }
  .status-timeline-img.status-two::after {
    height: 60px !important;
  }
  .status-timeline-img.status-three::after {
    height: 60px !important;
  }
  .status-timeline-img.status-four::after {
    height: 60px !important;
  }
}
.instructor-iamge {
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-image {
  height: 353px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.uppercase {
  text-transform: uppercase;
}

.limit-text {
  height: 276px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icons-events {
  width: 20px;
  height: 20px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin-right: 6px;
}

p.slide-description.small-bold-v4.black-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-image {
  height: 480px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.team-image {
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
}

img.file-avatar {
  width: 225px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-image {
  height: 600px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-images {
  height: 227px;
  -o-object-fit: cover;
     object-fit: cover;
}

.limited-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

select#subcategory {
  position: unset !important;
}

@media screen and (max-width: 600px) {
  .slide-description {
    height: 40px !important;
  }
}
.blog-space {
  margin-top: 80px;
  padding-bottom: 0;
}

.events-slider-image {
  width: 405px !important;
  height: 232px !important;
}

.custom-form-button {
  background-color: #ff5500;
  border: #ff5500;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 48px;
  width: 155px;
}

.partner-image {
  height: 100% !important;
}

.single-portfolio {
  height: auto !important;
}

.portfolio-image-single {
  width: 100% !important;
}

.single-event-image {
  width: 810px;
  height: 464px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.coworking-slider-iamges {
  width: 160px !important;
  height: 160px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.single-news-editor {
  height: auto !important;
}

.mpt-0 {
  margin-top: 0;
  padding-top: 0;
}

img.alignnone.size-full {
  margin-top: 10px !important;
}

.contain-image {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.other-courses-images {
  height: 232px !important;
  -o-object-fit: initial !important;
     object-fit: initial !important;
}

.portfolio-images-resize {
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 25px !important;
}

.w-70 {
  width: 70% !important;
}

.left-align {
  display: flex;
  justify-content: left;
  align-items: center;
}

ul.timeline-list li {
  display: block !important;
}

.incubator-text {
  background: linear-gradient(225.01deg, #009AFF 1.74%, #0696FE 9.47%, #168AFD 18.15%, #3176FA 28.77%, #575BF6 40.35%, #8738F1 51.93%, #9C29EF 56.76%, #AD36C6 62.55%, #CA4D80 72.2%, #E15E49 80.89%, #F16B21 88.61%, #FB7309 94.4%, #FF7600 98.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}/*# sourceMappingURL=style.css.map */