/* Custom properties */
:root {
  --primary-color: #5129b2;
  --secondary-color: #f873cf;
  --dark-blue: #1b1543;
  --title-font: "Poppins", sans-serif;
  --copy-font: "Karla", sans-serif;
}
/************************************* Foundation *************************************/
.grid-container {
  max-width: 75rem;
}
legend {
  width: 100%;
  padding: 0 2rem;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  color: #999;
  border: solid 1px rgba(149, 152, 160, 0.25);
  box-shadow: none;
  border-radius: 4px;
}
.button {
  background: var(--primary-color);
}
.button:hover,
.button:focus {
  background: var(--secondary-color);
}
a,
a:hover,
a:focus {
  color: var(--secondary-color);
}
.card {
  border: none;
}
.responsive-embed {
  margin-bottom: 0;
}
.panorama {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 31.64062%;
  overflow: hidden;
}
.reveal {
  outline: none;
  padding: 3rem 2rem;
  background: linear-gradient(
    to bottom,
    rgba(113, 17, 178, 1) 0%,
    rgba(126, 14, 170, 1) 11%,
    rgba(174, 4, 140, 1) 37%,
    rgba(184, 2, 134, 1) 47%,
    rgba(182, 2, 135, 1) 56%,
    rgba(174, 4, 140, 1) 63%,
    rgba(126, 14, 170, 1) 89%,
    rgba(113, 17, 178, 1) 100%
  );
  border: none;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  content: "";
  left: auto;
  right: 0;
  background-size: 10px;
  background-repeat: no-repeat;
  margin-top: -3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='444.819' height='444.819' fill='%23fff'%3E%3Cpath d='M434.252 114.203l-21.409-21.416c-7.419-7.04-16.084-10.561-25.975-10.561-10.095 0-18.657 3.521-25.7 10.561L222.41 231.549 83.653 92.791c-7.042-7.04-15.606-10.561-25.697-10.561-9.896 0-18.559 3.521-25.979 10.561l-21.128 21.416C3.615 121.436 0 130.099 0 140.188c0 10.277 3.619 18.842 10.848 25.693l185.864 185.865c6.855 7.23 15.416 10.848 25.697 10.848 10.088 0 18.75-3.617 25.977-10.848l185.865-185.865c7.043-7.044 10.567-15.608 10.567-25.693.001-9.901-3.523-18.559-10.566-25.985z'/%3E%3C/svg%3E");
}
/************************************* General style *************************************/
body {
  font-family: var(--copy-font);
  background: #f9f9f9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  font-weight: bold;
  color: #353c49;
}
.title{
	font-size:1rem;
	text-align:center;
	font-weight:normal
}
img[class^="wp-image"],
img[class*=" wp-image"] {
  border-radius: 12px;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, 0.15);
}
ul {
  margin-right: 0;
  margin-left: 1.25rem;
}
time {
  color: #888;
  font-size: 0.9rem;
}
.m-0 {
  margin: 0;
}
.mb-8 {
  margin-top: 24px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-12 {
  margin-bottom: 48px;
}
.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-box {
  background-color: var(--primary-color);
  background-size: cover;
  padding: 130px 0;
  background-blend-mode: multiply;
}
.color-white {
  color: #fff;
}
.shadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.shadow-lg {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}
.p-lg {
  padding: 35px 40px;
}
.jumbotron {
  padding: 40px 0 8.75rem;
}
.button {
  background-image: linear-gradient(
    96deg,
    var(--secondary-color) 0%,
    #a34dc0 51%,
    #9a49be 56%,
    var(--primary-color) 100%
  );
  font-family: var(--title-font);
  font-weight: normal;
  font-size: 0.875rem;
  border: none;
  padding: 1rem 1.7rem;
  transition: all 0.3s;
}
.rounder-corners {
  border-radius: 25px;
}
.rounder-corners-sm {
  border-radius: 4px;
}

/************************************* Plugins *************************************/
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #ddd;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary-color);
}
.owl-carousel .owl-stage {
  flex-flow: row wrap;
  display: flex;
  align-items: center;
}
.owl-carousel.owl-rtl .owl-item {
  flex: 0 0 auto;
}

.wpcf7 br {
  display: none;
}
/************************************* Header *************************************/
.main-head-container {
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  transition: all 0.2s ease;
}
.logo img {
  max-height: 60px;
}
.main-head-container__sticky {
  position: fixed;
  width: 100%;
  padding: 0.5rem 0;
  background: linear-gradient(
    96deg,
    var(--secondary-color) 0%,
    #a34dc0 51%,
    #9a49be 56%,
    var(--primary-color) 100%
  );
  z-index: 9;
}
.main-head-container__sticky .logo img {
  max-height: 40px;
}
.main-head__gradient-bg {
  background: linear-gradient(
    135deg,
    rgba(152, 40, 117, 1),
    rgba(46, 41, 173, 1)
  );
  background-image: url(../img/gradient-wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-head-page-title {
  padding: 40px 0 110px;
}
.main-nav {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 0.875rem;
}
.main-nav a {
  color: #fff;
}
.main-nav .current-menu-item a,
.main-nav a:hover,
.main-nav a:focus {
  color: #ccc;
}
.main-nav .dropdown.menu > li.is-active > a {
  color: rgba(255, 255, 255, 0.8);
}
#primary-menu .sub-menu {
  background: var(--primary-color);
  border: none;
  border-radius: 4px;
  font-weight: 100;
  min-width: 250px;
}
#primary-menu .is-dropdown-submenu a {
  line-height: 1.5;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
#mobile-nav {
  display: none;
  position: absolute;
  padding: 1rem 0;
  background: var(--primary-color);
  width: 100%;
  z-index: 2;
}
.lang-switcher {
  display: inline-block;
}
.lang-switcher-link {
  text-transform: uppercase;
  padding: 0 0.5rem;
  color: #fff;
}
.lang-switcher-link:hover {
  color: #fff;
  opacity: 0.8;
}
.menu-burger {
  position: relative;
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}
.menu-burger:focus {
  background: var(--primary-color);
}
.menu-burger .burger {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  z-index: 5;
  margin: -1px 0 0 -15px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: all 277ms ease-in-out;
}
.menu-burger .burger:first-child {
  transform: translateY(-7px);
}
.menu-burger .burger:last-child {
  transform: translateY(7px);
}
.menu-burger.loc .burger {
  transform: translateY(0);
}
.menu-burger.loc .burger:first-child {
  transform: rotate(-45deg);
}
.menu-burger.loc .burger:nth-child(2) {
  opacity: 0;
}
.menu-burger.loc .burger:last-child {
  transform: rotate(45deg);
}
#slider {
  padding: 0 0 100px;
  margin-top: -100px;
  /* background-image: url(../img/slide-bg.svg);
  background-position: 170% 110%;
  background-repeat: no-repeat; */
}
/************************************* Main *************************************/
.main-content {
  padding: 0 0 100px;
}
body.home .main-content {
  padding: 100px 0;
}
.rounded-card {
  padding: 26px 40px;
  margin-bottom: 2.5rem;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  font-size: 0.875rem;
  color: #606060;
  transition: all 0.2s;
}
.rounded-card:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
}
.rounded-card-icon {
  margin: 0 auto 8px;
  max-height: 60px;
}
.rounded-card-title {
  color: #222323;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.logo-box {
  padding: 80px 30px;
}
.minus-background-box {
  margin: 100px 0;
  position: relative;
  z-index: 2;
}
.minus-background-box:before {
  position: absolute;
  top: 50px;
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  background: var(--dark-blue);
  z-index: -1;
}
.minus-background-box-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.circle-box {
  border: 10px solid var(--secondary-color);
  padding: 20px;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.circle-box-img {
  max-height: 40px;
}
.circle-box-title {
  font-family: var(--copy-font);
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #9598a0;
  font-size: 14px;
}
.timeline {
  margin: 30px auto;
  padding: 20px 0;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}
.timeline::before {
  background: linear-gradient(
    to bottom,
    rgba(113, 17, 178, 0) 0%,
    rgba(113, 17, 178, 0.2) 5%,
    rgba(113, 17, 178, 0.8) 20%,
    rgba(182, 2, 135, 0.8) 80%,
    rgba(182, 2, 135, 0.2) 95%,
    rgba(182, 2, 135, 0) 100%
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline-item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: linear-gradient(
    135deg,
    var(--secondary-color),
    var(--primary-color)
  );
  border-radius: 7px;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.timeline-card {
  margin-bottom: 0;
}
/************************************* Footer *************************************/
.pre-footer {
  background-image: url(../img/footer-top.svg);
  height: 120px;
  width: 100%;
  background-size: cover;
  background-position: center top;
}
.main-footer {
  background-color: var(--dark-blue);
  color: #fff;
  font-size: 15px;
  padding: 2rem 0;
}
.widget-title {
  font-size: 0.8125rem;
  margin-bottom: 0.9375rem;
  color: rgba(255, 255, 255, 0.4);
}
.main-footer ul {
  flex-wrap: nowrap;
  flex-direction: column;
}
.main-footer ul li {
  font-size: 15px;
  padding: 0.3125rem 0;
  line-height: 1.5625rem;
}
.main-footer ul li a {
  display: inline-block;
  position: relative;
  padding: 0;
  transition: all 0.35s ease-out;
}
.main-footer ul li a:after {
  content: "";
  width: 0.9375rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  margin-top: -0.125rem;
  left: 0.625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fff;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
}
.main-footer ul li a:hover,
.main-footer ul li a:focus {
  color: #fff;
  padding-left: 1.5625rem;
}
.main-footer ul li a:hover:after,
.main-footer ul li a:focus:after {
  left: -0.625rem;
  opacity: 1;
  visibility: visible;
}
.main-footer ul li a:hover:after,
.main-footer ul li a:focus:after {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.copyright {
  font-size: 0.8125rem;
}
.main-footer .widget {
  padding: 1.875rem 0;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* ============= Animate Itemas on Start =============*/
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}

/************************************* Responsive *************************************/

/* Small only */
@media screen and (max-width: 39.9375em) {
  .home .main-head__gradient-bg {
    background: linear-gradient(
      135deg,
      rgba(152, 40, 117, 1),
      rgba(46, 41, 173, 1)
    );
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  .equal-height {
    height: 100%;
  }
  .timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline-item::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .timeline-item:nth-child(even) .grid-x {
    justify-content: flex-start;
  }
  .copyright {
    padding-top: 4.375rem !important;
    text-align: left;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
  .main-head-page-title {
    padding: 60px 0 250px;
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}
.grecaptcha-badge { visibility: hidden !important; }