/* Scss */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
  font-family: "Prompt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #404041;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 16px;
}

h1, h1 a {
  font-size: 36px;
}

h2, h2 a {
  font-size: 30px;
}

h3, h3 a {
  font-size: 24px;
}

h4, h4 a {
  font-size: 20px;
}

h5, h5 a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.75);
}

h6, h6 a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgba(85, 85, 85, 0.75);
}

body, p, a {
  color: #404041;
  font-family: "Prompt", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none !important;
}

ul {
  line-height: 2;
}

a:hover {
  transition: 0.2s ease-in-out;
  color: #634DA0;
}

b, strong {
  font-weight: 600;
}

.intro {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.divider {
  display: block;
  height: 32px;
}

.font-prompt {
  font-family: "Prompt" !important;
}

.font-montserrat {
  font-family: "Montserrat" !important;
}

.font-inter {
  font-family: "Inter" !important;
}

.font-w-light {
  font-weight: 300 !important;
}

.font-w-medium {
  font-weight: 500 !important;
}

.font-w-bold {
  font-weight: 800 !important;
}

.font-w-extra-bold {
  font-weight: 800 !important;
}

.color-pink {
  color: #F07F7C !important;
}

.color-yellow {
  color: #FECA26 !important;
}

.color-purple {
  color: #634DA0 !important;
}

.color-dark {
  color: #404041 !important;
}

.color-light {
  color: #fff !important;
}

/* Buttons
/* _______________________________________*/
.btn-primary,
.btn-secondary {
  border: none;
  background: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
  border-radius: 0;
  width: auto;
  height: auto;
  text-align: center;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  transition: 0.2s ease-in-out;
  text-transform: uppercase;
  padding: 0 45px;
  line-height: 50px;
  border: 1px solid #fff;
  letter-spacing: 0.5px;
}

.btn-primary:hover {
  border: 1px solid #634DA0;
  background: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.btn-secondary {
  background: #404041;
}
.btn-secondary:hover {
  border: 1px solid #634DA0;
  background: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.btn-no-border,
.btn-no-border.light {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  transition: 0.5s ease-in-out;
  background-image: url(../icons/arrow-right.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right;
  padding: 8px 32px 8px 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #404041;
}
.btn-no-border svg,
.btn-no-border.light svg {
  position: relative;
  margin-right: 5px;
}
.btn-no-border:hover,
.btn-no-border.light:hover {
  padding: 8px 48px 8px 0;
}

.btn-no-border.light {
  color: #fff;
  background-image: url(../icons/arrow-right-light.svg);
  background-repeat: no-repeat;
  background-position: right;
}

/* Go Top
/* _______________________________________*/
.gotop {
  opacity: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 72px;
  bottom: 68px;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  z-index: 9999;
  background: #634DA0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.gotop:hover {
  background: #404041;
}

.gotop a {
  color: #fff !important;
  display: block;
  line-height: 40px;
}

.gotop.show {
  opacity: 1;
}

/* Modal
/* _______________________________________*/
.modal-header {
  border-bottom: none;
}

.modal-header,
.modal-body {
  padding: 2rem;
  padding-bottom: 0;
}

.modal-body {
  padding-top: 0;
}

/* Splide
/* _______________________________________*/
.splide__arrow {
  display: none;
}

.splide__pagination {
  justify-content: left;
  bottom: 120px;
  padding: 0 60px;
  max-width: 1320px;
}

.splide__pagination__page {
  margin: 3px 8px;
}

.splide__pagination__page.is-active {
  background: #634DA0;
}

.my-slider-progress {
  background: #DADADA;
  height: 5px;
}

.my-slider-progress-bar {
  background: #634DA0;
  height: 5px;
  transition: width 400ms ease;
  width: 0;
}

/* Form
/* _______________________________________*/
.form-control,
.form-select {
  border: 1px solid #E3E3E3;
  border-radius: 0;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #404041;
  padding: 12px 24px;
  margin-bottom: 4px;
}

.form-label {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #404041;
}

.form-control:focus,
.form-select:focus {
  border-color: #634DA0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 125px;
}

/* Header
/* _______________________________________*/
header {
  background: #fff;
  padding: 15px 0;
}
header .logo {
  width: auto;
  height: 32px;
  margin-left: 32px;
}
header .navbar {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
header .navbar-nav .nav-link {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link.active {
  color: #634DA0;
}
header #search-btn button,
header #mega-menu-btn button,
header #close-menu-btn button {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  color: #555;
  margin-left: 30px;
  padding-right: 0;
}
header #mega-menu-btn button,
header #close-menu-btn button {
  margin-left: 0;
  padding-left: 0;
}
header #search-btn button.b-show,
header #mega-menu-btn button.b-show {
  display: block;
}
header #search-btn button.b-hide, header s #mega-menu-btn button.b-hide {
  display: none;
}
header .search-form .input-group {
  position: absolute;
  left: 0;
}
header .search-form .input-group .btn {
  position: absolute;
  right: 0;
  margin-top: -15px;
  background: #fff;
  background: #fff;
  border: none;
  color: #555 !important;
  outline: none !important;
  box-shadow: none !important;
  padding-right: 0;
  padding-top: 5px;
}
header .search-form .form-control {
  position: absolute;
  left: 0;
  border: none;
  outline: none;
  margin-left: -10px;
  height: 50px;
  margin-top: -25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: rgba(85, 85, 85, 0.7);
  box-shadow: none;
  width: calc(100% - 30px);
  padding-left: 10px;
}
header .search-form.s-closed {
  display: none !important;
}
header .search-form.s-opened {
  display: flex !important;
}
header .mega-menu {
  position: absolute;
  top: 78px;
  background: #fff;
  width: 100%;
  padding: 24px;
}
header .mega-menu a {
  margin-right: 60px;
}
header .mega-menu a span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-right: 12px;
  color: #634DA0;
}
header .mega-menu a svg {
  margin-right: 12px;
}
header .mega-menu.s-closed,
header .close-menu.s-closed,
header .open-menu.s-closed {
  display: none !important;
}
header .close-menu.s-opened,
header .open-menu.s-opened {
  display: block !important;
}
header .navbar-toggler {
  box-shadow: none !important;
  padding: 0;
  margin-top: 5px;
}
header .show-mobile {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-top: 20px;
  display: none;
  font-size: 14px;
}
header .show-mobile a {
  display: block;
  margin-bottom: 14px;
  text-align: center;
}
header .show-mobile a span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22x;
  margin-right: 12px;
  color: #634DA0;
}
header .show-mobile .search-mobile {
  margin-top: 20px;
}
header .show-mobile .search-mobile .form-control {
  background: #eee;
  border: none;
  box-shadow: none !important;
}
header .show-mobile .search-mobile .btn {
  border: none;
  border-radius: 0;
  background: #634DA0;
  color: #fff;
  max-height: 50px;
  box-shadow: none !important;
}

/* Footer
/* _______________________________________*/
footer {
  padding: 0;
  border-top: 5px solid #DADADA;
  position: relative;
}
footer .padding {
  padding: 0 8.33333333%;
}
footer .content {
  padding-top: 50px;
}
footer .content .logo img {
  width: 150px;
  height: auto;
  margin-top: 6px;
}
footer .content .contact {
  padding-left: 16px;
}
footer .content .contact span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #634DA0;
}
footer .content .langs .dropdown {
  text-align: right;
}
footer .content .langs .dropdown .btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #634DA0;
  border: 1px solid #634DA0;
  border-radius: 0;
  padding: 6px 45px 6px 24px;
  margin-bottom: 30px;
  box-shadow: none;
  background-image: url(../icons/arrow-down-righ-purple.svg);
  background-position: 86%;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 150px;
}
footer .content .langs .dropdown .btn:after {
  display: none;
}
footer .content .langs .dropdown .dropdown-menu {
  text-align: left;
  list-style: none;
  border: 1px solid #634DA0;
  background-color: #634DA0;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  min-width: 150px;
  width: 150px;
}
footer .content .langs .dropdown .dropdown-menu .dropdown-item {
  color: #fff;
}
footer .content .langs .dropdown .dropdown-item:focus,
footer .content .langs .dropdown .dropdown-item:hover {
  background: transparent;
}
footer .content .social {
  text-align: right;
}
footer .content .social span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.32em;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
footer .content .social ul {
  list-style: none;
  display: block;
  padding-left: 20px;
}
footer .content .social ul li {
  display: inline-block;
  margin-left: 24px;
  opacity: 0.75;
}
footer .content .copyright {
  padding: 25px 0;
  padding-left: 8.33333333%;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  border-top: 1px solid #DADADA;
  margin-top: 32px;
}
footer .content .policy {
  padding: 25px 0;
  padding-right: 8.33333333%;
  text-align: right;
  border-top: 1px solid #DADADA;
  margin-top: 32px;
}
footer .content .policy ul {
  list-style: none;
}
footer .content .policy ul li {
  display: inline-block;
  margin-left: 16px;
}
footer .content .policy ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
footer .content .policy ul li a:hover {
  color: #634DA0;
}
footer::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 5px;
  right: 0;
  top: -5px;
  background: #634DA0;
}

/* Home: Slider
/* _______________________________________*/
.home-slider {
  max-width: 2550px;
  margin: 0 auto 60px;
}

/* Home: Intro
/* _______________________________________*/
.home-intro {
  margin-bottom: 55px;
}
.home-intro .padding {
  padding: 0 8.33333333%;
}
.home-intro .follow-us {
  text-align: right;
  margin-bottom: 60px;
}
.home-intro .follow-us span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.32em;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
}
.home-intro .follow-us ul {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
}
.home-intro .follow-us ul li {
  display: inline-block;
  margin-left: 24px;
  opacity: 0.75;
}

/* Home: Service
/* _______________________________________*/
.home-services {
  margin-bottom: 80px;
}
.home-services .padding {
  padding: 0 8.33333333%;
}
.home-services .title {
  margin-bottom: 48px;
}
.home-services .service-wrapper {
  width: 100%;
  float: left;
  clear: none;
  position: relative;
  margin-bottom: 32px;
}
.home-services .service-wrapper .icon {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.home-services .service-wrapper .text {
  padding-left: 72px;
}
.home-services .service-wrapper .text a {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
.home-services .service-wrapper .text a strong {
  font-weight: 400;
}
.home-services .service-wrapper .text a:hover {
  color: #634DA0;
}

/* Home: Call to Action
/* _______________________________________*/
.home-cta {
  margin-bottom: 80px;
}
.home-cta .video-wrapper {
  line-height: 332px;
  height: 332px;
  text-align: center;
  background-size: cover;
}
.home-cta .video-wrapper .play a {
  background: #634DA0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  margin: auto auto;
  display: inline-block;
  line-height: 68px;
}
.home-cta .content-wrapper {
  padding: 48px 48px 40px;
  position: relative;
}
.home-cta .content-wrapper .icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 48px;
  left: 48px;
}
.home-cta .content-wrapper .headline {
  padding-left: 72px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.home-cta .content-wrapper .btn {
  margin-left: 72px;
}
.home-cta .content-wrapper.grey {
  background: rgba(217, 217, 217, 0.45);
}
.home-cta .content-wrapper.purple {
  background: linear-gradient(90deg, #634DA0 -1.65%, #E04B9D 149.86%);
}

/* Home: News
/* _______________________________________*/
.home-news {
  margin-bottom: 80px;
}
.home-news .nav-pills {
  position: relative;
}
.home-news .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404041;
  opacity: 0.5;
  text-align: left;
  padding-top: 8px;
  padding-left: 60px;
}
.home-news .nav-pills .nav-link.active,
.home-news .nav-pills .show > .nav-link {
  background: transparent;
  color: #634DA0;
  opacity: 1;
  margin-bottom: 8px;
  font-size: 18px;
}
.home-news .nav-pills .nav-link::before {
  content: "01";
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0.32em;
  color: #333333;
  opacity: 0.5;
  width: 36px;
  height: 36px;
  margin-top: -5px;
  left: 0;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  padding-left: 3px;
  border: 1px solid transparent;
}
.home-news .nav-pills .nav-link.active::before {
  color: #634DA0;
  border: 1px solid #634DA0;
  opacity: 1;
}
.home-news .nav-pills .nav-link.active:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #634DA0;
  position: absolute;
  left: -36px;
  margin-top: 10px;
}
.home-news .nav-pills .nav-link:nth-child(1)::before {
  content: "01";
}
.home-news .nav-pills .nav-link:nth-child(2)::before {
  content: "02";
}
.home-news .nav-pills .nav-link:nth-child(3)::before {
  content: "03";
}
.home-news .nav-pills .nav-link:nth-child(4)::before {
  content: "04";
}
.home-news .title {
  margin-bottom: 36px;
}
.home-news article {
  width: 33%;
  float: left;
  clear: none;
  padding: 0 16px 16px;
}
.home-news article .tag a {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #634DA0;
  border: 1px solid #634DA0;
  padding: 8px 16px;
  margin-bottom: 12px;
  display: inline-block;
}
.home-news article .tag a:hover {
  color: #fff;
  background: #634DA0;
}
.home-news article .thumbs img {
  width: 100%;
  height: auto;
}
.home-news article .thumbs h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404041;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
}
.home-news article .thumbs:hover h3 {
  background: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home-news article .meta {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.32em;
  color: #979797;
  padding-bottom: 16px;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #d9d9d9 -9.41%, #d9d9d9 153.99%);
}
.home-news article:hover .meta {
  border-image-source: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
}

.subpage-banner {
  padding-top: 85px;
  margin-bottom: 65px;
  height: 275px;
  background-size: 60%;
  background-position: right;
  position: relative;
}
.subpage-banner h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  position: relative;
  z-index: 3;
  margin-bottom: 8px;
}
.subpage-banner .breadcrumb {
  position: relative;
  z-index: 3;
}
.subpage-banner .breadcrumb .breadcrumb-item {
  font-size: 16px;
  line-height: 32px;
}
.subpage-banner .breadcrumb .breadcrumb-item a {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
}
.subpage-banner .breadcrumb .breadcrumb-item.active {
  font-weight: 200;
  color: #FFFFFF;
}
.subpage-banner .purple-bg {
  width: 40%;
  background: #634DA0;
  height: 275px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.subpage-title {
  background: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
  padding: 55px 24px;
  margin-bottom: 65px;
}
.subpage-title h1 {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
}

.subpage-content {
  margin-bottom: 55px;
}
.subpage-content iframe {
  margin-top: 24px;
}

.subpage-sidebar {
  padding: 32px 32px 16px 50px;
  border: 1px solid #DADADA;
}
.subpage-sidebar ul {
  padding: 0;
  margin: 0;
}
.subpage-sidebar ul li {
  list-style: none;
  margin-bottom: 16px;
  position: relative;
}
.subpage-sidebar ul li a {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #404041;
}
.subpage-sidebar ul li.active a {
  font-weight: 400;
  color: #634DA0;
}
.subpage-sidebar ul li.active::before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -51px;
  background: #634DA0;
}

.nav-sub-mobile {
  display: none;
  margin-top: -45px;
  margin-bottom: 32px;
}
.nav-sub-mobile .dropdown-toggle::after {
  position: absolute;
  right: 24px;
  top: 22px;
}
.nav-sub-mobile .btn {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 0 12px;
  background: #634DA0;
  border-color: #634DA0;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #fff;
  background-clip: inherit;
  text-fill-color: #fff;
}
.nav-sub-mobile .btn:focus {
  box-shadow: none;
}
.nav-sub-mobile .dropdown-menu {
  border: none;
  border-radius: 0;
  width: 100%;
}
.nav-sub-mobile .dropdown-menu .dropdown-item {
  padding: 12px;
  font-weight: 400;
}

/* Page: Our Specialization
/* _______________________________________*/
.specialization-wrapper {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 32px;
  margin-bottom: 48px;
}
.specialization-wrapper .headline {
  width: 100%;
  float: left;
  clear: none;
  position: relative;
  margin-bottom: 32px;
}
.specialization-wrapper .headline .icon {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.specialization-wrapper .headline .text {
  padding-left: 72px;
}
.specialization-wrapper .headline .text a {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
.specialization-wrapper .headline .text a strong {
  font-weight: 400;
}
.specialization-wrapper .headline .text a:hover {
  color: #634DA0;
}

.specialization-wrapper:last-child {
  border: none;
}

/* Page: Category
/* _______________________________________*/
article {
  width: 33%;
  float: left;
  clear: none;
  padding: 0 16px 16px;
  margin-bottom: 24px;
}
article .tag a {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #634DA0;
  border: 1px solid #634DA0;
  padding: 8px 16px;
  margin-bottom: 12px;
  display: inline-block;
}
article .tag a:hover {
  color: #fff;
  background: #634DA0;
}
article .thumbs img {
  width: 100%;
  height: 220px;
}
article .thumbs h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404041;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
}
article:hover h3 {
  background: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
article .meta {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.32em;
  color: #979797;
  padding-bottom: 16px;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #d9d9d9 -9.41%, #d9d9d9 153.99%);
}
article:hover .meta {
  border-image-source: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
}

.pagination {
  position: relative;
  margin-top: 45px;
}
.pagination .page-link {
  border: none;
  border-radius: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  color: #555555;
  margin: 0 4px;
}
.pagination .page-link:hover {
  background: #f4f4f4;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background: #634DA0;
}
.pagination .page-prev,
.pagination .page-next {
  position: absolute;
}
.pagination .page-prev .page-link,
.pagination .page-next .page-link {
  width: 100px;
  margin: 0;
}
.pagination .page-prev .page-link i,
.pagination .page-next .page-link i {
  position: relative;
  top: 1px;
}
.pagination .page-prev .page-link:hover,
.pagination .page-next .page-link:hover {
  background: none;
}
.pagination .page-prev {
  left: 0;
}
.pagination .page-prev .page-link {
  text-align: left;
}
.pagination .page-next {
  right: 0;
}
.pagination .page-next .page-link {
  text-align: right;
}

/* Page: Courses
/* _______________________________________*/
.category h3 {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #634DA0;
  margin-bottom: 32px;
}
.category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category ul li {
  margin-bottom: 16px;
}
.category ul li a {
  position: relative;
  border: 1px solid #DADADA;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404041;
  padding: 20px 32px 20px 80px;
  display: block;
  transition: none;
  min-height: 78px;
}
.category ul li a .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 36px;
  height: 36px;
}
.category ul li a .icon img {
  width: auto;
  height: 36px;
}
.category ul li a:hover {
  color: #fff;
  background: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
  border: 1px solid transparent;
}

.courses article {
  width: 100%;
  padding: 0;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #d9d9d9 -9.41%, #d9d9d9 153.99%);
}
.courses article .thumbs {
  width: 40%;
  float: left;
}
.courses article .details {
  width: 60%;
  float: left;
  padding-top: 45px;
  padding-left: 45px;
}
.courses article .details h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #404041;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.courses article .details .meta {
  letter-spacing: 0;
  border: none;
}
.courses article .details .meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.courses article .details .meta ul li {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-y: center;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.courses article .details .meta ul li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  color: #634DA0;
  padding-left: 28px;
  letter-spacing: 0;
  display: inline-block;
  width: 100px;
}
.courses article .details .meta ul li.date {
  background-image: url(../images/widgets/calendar.png);
}
.courses article .details .meta ul li.location {
  background-image: url(../images/widgets/map-pin.png);
}
.courses article .details .meta ul li.speakers {
  background-image: url(../images/widgets/user.png);
}
.courses article:hover {
  border-image-source: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
}
.courses article:hover h3 {
  color: #634DA0;
}

.course-meta {
  margin-bottom: 24px;
}
.course-meta .organize,
.course-meta .type,
.course-meta .date-time {
  width: 33%;
  float: left;
  clear: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #404041;
  padding-right: 32px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 170px;
  padding-left: 32px;
}
.course-meta .organize span,
.course-meta .type span,
.course-meta .date-time span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #634DA0;
  display: block;
  margin-bottom: 6px;
}
.course-meta .organize {
  padding-left: 0;
}
.course-meta .date-time {
  border: none;
}
.course-meta .speakers {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: inline-block;
  padding-top: 24px;
}
.course-meta .speakers span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #634DA0;
  display: block;
}
.course-meta .speakers ul {
  padding: 0;
  padding-top: 20px;
  margin: 0;
  list-style: none;
}
.course-meta .speakers ul li {
  display: inline-block;
  margin-right: 0;
  position: relative;
  margin-bottom: 20px;
  width: 50%;
  float: left;
  clear: none;
  padding-right: 24px;
}
.course-meta .speakers ul li .image {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.course-meta .speakers ul li .image img {
  border-radius: 50%;
}
.course-meta .speakers ul li .name {
  padding-left: 75px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
.course-meta .speakers ul li .name span {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #404041;
  opacity: 0.75;
  margin-top: 4px;
}

/* Page: Details
/* _______________________________________*/
.post-meta {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.32em;
  color: #979797;
  margin-bottom: 45px;
}
.post-meta .share {
  float: right;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.32em;
  color: #979797;
  margin-top: -8px;
}
.post-meta .share span {
  margin-right: 16px;
}
.post-meta .share a {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25;
  color: #404041;
  opacity: 0.75;
  border: 1px solid #DADADA;
  padding: 8px;
  letter-spacing: 0;
  margin-right: 6px;
  width: 32px;
  text-align: center;
  display: inline-block;
}
.post-meta .share a:hover {
  opacity: 1;
  color: #634DA0;
  border: 1px solid #634DA0;
}

.content img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 32px;
}
.content .widget {
  margin-top: 32px;
  margin-bottom: 24px;
}

.post-tags {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.32em;
  color: #979797;
  margin-top: 32px;
  margin-bottom: 32px;
}
.post-tags span {
  margin-right: 16px;
}
.post-tags a {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #404041;
  opacity: 0.75;
  border: 1px solid #DADADA;
  padding: 3px 12px;
  letter-spacing: 0;
  margin-right: 6px;
}
.post-tags a:hover {
  opacity: 1;
  color: #634DA0;
  border: 1px solid #634DA0;
}

/* Page: Contact us
/* _______________________________________*/
.form-wrapper {
  border: 1px solid #DADADA;
  padding: 45px;
}
.form-wrapper h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  position: relative;
  margin-bottom: 32px;
}
.form-wrapper h3::before {
  content: "";
  width: 4px;
  height: 48px;
  position: absolute;
  top: 0;
  left: -46px;
  background: #634DA0;
}
.form-wrapper a {
  font-weight: 400;
  color: #634DA0;
  text-decoration: underline !important;
}
.form-wrapper button {
  margin-top: 16px;
}
.form-wrapper .form-check.col-6 {
  padding-left: 35px;
}
.form-wrapper .form-check.col-6.mb-3 {
  padding-left: 0;
}
.form-wrapper .alert-primary {
  background: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
  color: #fff;
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.form-wrapper.sm {
  padding: 24px;
}
.form-wrapper.sm h3 {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #634DA0;
}
.form-wrapper.sm h3 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404041;
  display: block;
}
.form-wrapper.sm h3::before {
  height: 36px;
  left: -25px;
}

/* Page: 404
/* _______________________________________*/
.error-wrapper {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 45px;
}
.error-wrapper h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 160px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(90deg, #634DA0 -9.41%, #E04B9D 153.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.error-wrapper h2 {
  font-family: "Prompt";
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #634DA0;
  margin-bottom: 4px;
}
.error-wrapper .btn {
  margin-top: 48px;
}

.hover-1,
.hover-2 {
  position: relative;
}
.hover-1 .img-hover,
.hover-2 .img-hover {
  display: none;
}
.hover-1:hover .img-top,
.hover-2:hover .img-top {
  display: none;
}
.hover-1:hover .img-hover,
.hover-2:hover .img-hover {
  display: block;
}

/* Widget: Header
/* _______________________________________*/
.widget-header {
  margin-bottom: 24px;
  position: relative;
}
.widget-header h2 {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  display: flex;
  align-items: center;
  color: #634DA0;
  padding-left: 75px;
  padding-top: 5px;
}
.widget-header .icon {
  left: 0;
  position: absolute;
}

.widget-header.split h2 {
  padding-left: 0;
}
.widget-header.split .select-wrapper {
  text-align: right;
}
.widget-header.split .select-wrapper .form-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #404041;
  width: 100%;
}
.widget-header.split .select-wrapper .form-select {
  width: 150px;
  float: right;
}

.widget-header.sm h2 {
  font-size: 24px;
  padding-left: 60px;
}

.widget-header.no-icon h2 {
  padding-left: 0;
}

/* Widget: Accordion
/* _______________________________________*/
.widget-accordion {
  margin-bottom: 55px;
}
.widget-accordion .accordion-flush .accordion-item {
  border: none;
  margin-bottom: 12px;
  background: rgba(217, 217, 217, 0.15);
}
.widget-accordion .accordion-flush .accordion-item .accordion-button {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  border-radius: 0;
  padding: 20px 32px 20px 45px;
  background: rgba(217, 217, 217, 0.15);
  border-left: 5.5px solid rgba(217, 217, 217, 0.5);
  transition: 0.25s ease-in-out;
}
.widget-accordion .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  border-left: 5.5px solid #634DA0;
  border-bottom: 0;
  color: #634DA0;
  box-shadow: none;
}
.widget-accordion .accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.widget-accordion .accordion-flush .accordion-item .accordion-body {
  padding: 32px 50px;
}
.widget-accordion .accordion-flush .accordion-item .accordion-body ul {
  padding: 0;
}
.widget-accordion .accordion-flush .accordion-item .accordion-body ul li {
  list-style: none;
  background-image: url(../images/widgets/chevron-right-color.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 24px;
}
.widget-accordion .accordion-flush .accordion-item .accordion-button::after {
  background-image: url(../images/widgets/arrow-down.png);
  background-size: 1.5rem;
}
.widget-accordion .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/widgets/arrow-up.png);
  transform: rotate(0);
}

/* Widget: Download
/* _______________________________________*/
.widget-download {
  margin-bottom: 55px;
}
.widget-download ul {
  padding: 0;
  margin: 0;
}
.widget-download ul li {
  list-style: none;
  position: relative;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  border-radius: 0;
  padding: 20px 130px 20px 75px;
  background-color: rgba(217, 217, 217, 0.15);
  border-left: 5.5px solid rgba(217, 217, 217, 0.5);
  margin-bottom: 12px;
  background-image: url(../images/widgets/file-text.png);
  background-size: 24px;
  background-position: 24px 22px;
  background-repeat: no-repeat;
  transition: 0.25s ease-in-out;
}
.widget-download ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.32em;
  color: #404041;
  text-transform: uppercase;
  position: absolute;
  right: 30px;
  margin-top: 3px;
  top: 20px;
}
.widget-download ul li.had-file {
  background-image: url(../images/widgets/save.png);
}
.widget-download ul li.had-file:hover {
  border-left: 5.5px solid #634DA0;
  border-bottom: 0;
  color: #634DA0;
  background-image: url(../images/widgets/save-color.png);
}
.widget-download ul li.had-file:hover a {
  color: #634DA0;
}

/* Widget: Links
/* _______________________________________*/
.widget-links {
  margin-bottom: 55px;
}
.widget-links ul {
  padding: 0;
  margin: 0;
}
.widget-links ul li {
  list-style: none;
  position: relative;
  border-radius: 0;
  background-color: rgba(217, 217, 217, 0.15);
  border-left: 5.5px solid rgba(217, 217, 217, 0.5);
  margin-bottom: 12px;
  background-size: 24px;
  background-position: 24px 22px;
  background-repeat: no-repeat;
  transition: 0.25s ease-in-out;
  padding: 20px 60px 20px 45px;
  position: relative;
  background-image: url(../images/widgets/arrow-up-right.png);
  background-position: calc(100% - 24px);
}
.widget-links ul li a {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  display: block;
}
.widget-links ul li:hover {
  border-left: 5.5px solid #634DA0;
  background-image: url(../images/widgets/arrow-up-right-color.png);
}
.widget-links ul li:hover a {
  color: #634DA0;
}

/* Widget: Video
/* _______________________________________*/
.widget-video .video,
.widget-video .text {
  width: 50%;
  float: left;
}
.widget-video .text {
  padding: 48px;
}

/* Widget: Slider
/* _______________________________________*/
.widget-slider .carousel-control-next:hover,
.widget-slider .carousel-control-prev:hover {
  opacity: 1;
}
.widget-slider .carousel-control-next-icon,
.widget-slider .carousel-control-prev-icon {
  background-color: #634DA0;
  background-size: 20px;
  width: 2.5rem;
  height: 2.5rem;
}

/* Widget: Number List
/* _______________________________________*/
.widget-number-list {
  margin-bottom: 55px;
  display: table;
}
.widget-number-list .number {
  width: 100%;
  float: left;
  clear: none;
  position: relative;
  margin-bottom: 32px;
  height: auto;
  padding-left: 40px;
}
.widget-number-list .number span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #634DA0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.32em;
  color: #634DA0;
  display: block;
  border-radius: 50%;
  text-align: center;
}
.widget-number-list .number h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #404041;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 75px;
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
.widget-number-list .number:after {
  content: "";
  width: 28px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 30px;
  background: #634DA0;
}

/* Widget: Icon List
/* _______________________________________*/
.widget-icon-list {
  margin-bottom: 40px;
  padding-left: 45px;
  display: table;
}
.widget-icon-list .icon-wrapper {
  width: 100%;
  float: left;
  clear: none;
  position: relative;
  margin-bottom: 32px;
  height: 60px;
}
.widget-icon-list .icon-wrapper .icon {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
}
.widget-icon-list .icon-wrapper .text {
  padding-left: 86px;
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.widget-icon-list .icon-wrapper .text strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #404041;
  display: block;
}

/* Widget: Icon Box
/* _______________________________________*/
.widget-icon-box {
  margin-bottom: 55px;
  display: table;
}
.widget-icon-box .icon-wrapper {
  width: 100%;
  float: left;
  clear: none;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 2px solid #DADADA;
}
.widget-icon-box .icon-wrapper .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
.widget-icon-box .icon-wrapper .text h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #634DA0;
  display: block;
  margin-bottom: 24px;
}
.widget-icon-box .icon-wrapper .text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #404041;
  margin-bottom: 24px;
}

/* Widget: Block
/* _______________________________________*/
.widget-block {
  margin-top: 15px;
  margin-bottom: 55px;
  display: table;
  border-left: 20px solid #634DA0;
  padding: 50px 50px 50px 70px;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #FFFFFF;
}
.widget-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 0;
}

/* Widget: Name
/* _______________________________________*/
.widget-name {
  position: relative;
  margin-bottom: 32px;
}
.widget-name .name {
  width: 100%;
  float: left;
  clear: none;
  margin-bottom: 24px;
  min-height: 75px;
}
.widget-name .name .image {
  position: absolute;
  width: 75px;
  height: 75px;
}
.widget-name .name .image img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
.widget-name .name .text {
  font-size: 14px;
  padding-left: 90px;
  padding-right: 32px;
  height: auto;
  padding-top: 8px;
}
.widget-name .name .text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  color: #404041;
}

@media (max-width: 1024px) {
  /* Overall */
  header .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 24px;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .splide__pagination {
    justify-content: center;
    bottom: -24px;
    padding: 0 12px;
  }
  .splide__pagination__page {
    width: 6px;
    height: 6px;
  }
  /* Subpage */
  .subpage-content article {
    padding: 0 8px 16px;
    width: 49%;
  }
  .courses article .details {
    padding-top: 8px;
  }
}
@media (max-width: 991px) {
  /* Overall */
  h2, h2 a {
    font-size: 24px;
  }
  h3, h3 a {
    font-size: 20px;
  }
  #search-btn,
  #mega-menu-btn {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  header {
    padding: 8px 0;
  }
  header .logo {
    height: 24px;
    margin-left: 0;
  }
  header .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  header .search-form .input-group .btn {
    padding-top: 3px;
  }
  header .search-form .form-control {
    font-size: 16px;
    line-height: 24px;
  }
  header .navbar-collapse {
    padding-top: 16px;
  }
}
/* Phone Horizontal View */
@media (max-width: 884px) {
  .home-news article {
    width: 50%;
  }
}
@media (max-width: 768px) {
  /* Overall */
  .gotop {
    right: 16px;
    bottom: 24px;
  }
  /* Subpage */
  .subpage-banner {
    text-align: center;
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-bottom: 45px;
  }
  .subpage-banner nav {
    text-align: center;
  }
  .subpage-banner .breadcrumb {
    display: inline-flex;
  }
  .subpage-banner .purple-bg {
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    height: 250px;
  }
  .subpage-sidebar {
    display: none;
  }
  .subpage-content .col-md-9,
  .subpage-content .col-md-3 {
    width: 100%;
  }
  .subpage-content .courses article,
  .subpage-content .courses article .thumbs,
  .subpage-content .courses article .details {
    width: 100%;
  }
  .subpage-content .courses article .details {
    padding-top: 24px;
    padding-left: 0;
  }
  .form-wrapper {
    padding: 24px;
  }
  .form-wrapper h3::before {
    left: -25px;
  }
  /* Widgets */
  .widget-accordion,
  .widget-download,
  .widget-linkss {
    margin-bottom: 45px !important;
  }
  .widget-video {
    display: block !important;
  }
  .widget-video .video, .widget-video .text {
    width: 100%;
  }
  .widget-video .text {
    text-align: center;
    padding: 24px;
  }
  .widget-icon-list {
    padding-left: 0;
  }
  .widget-icon-list .icon-wrapper .text {
    font-size: 16px;
    line-height: 24px;
  }
  .widget-icon-list .icon-wrapper .text strong {
    font-size: 20px;
    line-height: 28px;
  }
  .widget-links ul li {
    padding-left: 24px;
  }
  .widget-header h2 {
    font-size: 24px;
    padding-left: 60px;
  }
  .widget-header.split h2 {
    font-size: 24px;
  }
  .widget-header svg {
    width: 36px !important;
    height: 36px !important;
  }
}
@media (max-width: 575px) {
  /* Overall */
  footer .padding {
    padding: 0 16px;
  }
  footer .content .langs .dropdown .btn {
    width: 100%;
    margin-top: 16px;
  }
  footer .content .logo,
  footer .content .social {
    text-align: center;
  }
  footer .content .contact,
  footer .content .social ul {
    padding-left: 0;
  }
  footer .content .social ul li:first-child {
    margin-left: 0;
  }
  footer .content .contact p, footer .content .contact p a {
    font-size: 14px;
  }
  footer .content .copyright {
    text-align: center;
    padding: 24px;
    margin-top: 16px;
  }
  footer .content .policy {
    padding: 16px 24px 0;
    margin-top: 0;
  }
  footer .content .policy ul {
    padding: 0 12px;
    text-align: center;
  }
  footer .content .copyright,
  footer .content .policy ul li a {
    font-size: 13px;
    line-height: 20px;
  }
  /* Home */
  .home-intro,
  .home-cta,
  .home-news {
    margin-bottom: 40px;
  }
  .home-services {
    margin-bottom: 16px;
  }
  .home-intro .follow-us {
    display: none;
  }
  .home-services .title {
    margin-bottom: 32px;
  }
  .home-services .service-wrapper .text a {
    font-size: 16px;
    line-height: 24px;
  }
  .home-services .col-md-6 {
    margin-bottom: 24px;
  }
  .home-cta .video-wrapper {
    height: 300px;
    line-height: 300px;
  }
  .home-news .title br {
    display: none;
  }
  .home-news .nav-pills {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 24px;
    margin-right: 0 !important;
  }
  .home-news .d-flex.align-items-start {
    display: initial !important;
    align-items: initial !important;
  }
  .home-news article {
    width: 100%;
    padding: 0 0 16px;
  }
  .home-news article .tag a {
    display: none;
  }
  /* Subpage */
  .nav-sub-mobile {
    display: block;
  }
  .category {
    margin-bottom: 32px;
  }
  .course-meta .organize, .course-meta .type, .course-meta .date-time {
    padding-left: 0;
    margin-bottom: 24px;
    width: 100%;
    border-right: none;
    height: auto;
  }
  .subpage-title {
    padding: 36px 24px;
    margin-bottom: 45px;
  }
  .subpage-title h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .form-wrapper {
    margin-top: 32px;
  }
  .post-meta {
    text-align: center;
  }
  .post-meta .share {
    float: inherit;
    margin-top: 16px;
  }
  .course-meta .speakers ul li {
    width: 100%;
  }
  /* Widget */
  .widget-header.split .select-wrapper {
    text-align: left;
  }
  .widget-header.split .select-wrapper .form-select {
    float: left;
  }
  .widget-name .name {
    width: 100%;
  }
  .widget-accordion .accordion-flush .accordion-item .accordion-button {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  /* Overall */
  /* Home */
}/*# sourceMappingURL=theme.css.map */