/*
  This Css For index2.html
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
:root {
  --primary-color: #4c16a7;
  --accent-color: #ffffff;
  --semantic-color: #300e6a;
  --neutral-color: #acacac;
}

body {
  background: var(--accent-color);
  font-family: "Poppins";
}

.top-nav > nav {
  font-size: small;
  background: var(--semantic-color);
}

.navbar-light a.nav-link {
  color: var(--accent-color) !important;
}

.navbar-light a.nav-link:focus, .navbar-light a.nav-link:hover {
  color: #f7c531 !important;
}

.top-nav,
.navbar-brand {
  color: var(--accent-color);
}

.navbar {
  background: var(--primary-color);
  margin-top: -1px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  background-color: var(--primary-color);
  border-left: 2px solid #ffa710;
}

.dropdown-menu .dropdown-item {
  color: var(--accent-color);
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: #f7c531;
}

.dropdown-menu .dropdown-divider {
  border-top: 1px solid #ffa710;
}

i.fas.fa-angle-down {
  padding-left: 0.5em;
}

.navbar-toggler-icon {
  color: var(--accent-color);
}

.navbar .navbar-brand img {
  height: 53px;
  margin-right: -100px;
}

.navbar .navbar-brand {
  padding-top: 0;
  color: var(--accent-color);
}

.navbar .navbar-brand:focus, .navbar .navbar-brand:hover {
  color: #f7c531;
}

.navbar .nav-link {
  color: var(--accent-color);
}

.navbar .nav-link:focus, .navbar .nav-link:hover {
  color: #f7c531;
}

li.nav-item a.nav-link.dropdown-toggle {
  color: var(--accent-color);
}

li.nav-item a.nav-link.dropdown-toggle:hover {
  color: #f7c531;
}

.nav-link.custom {
  border-left: 1px solid var(--accent-color);
  height: 59px;
  width: 60%;
}

.nav-link.custom:focus, .nav-link.custom:hover {
  color: var(--accent-color) !important;
}

.navbar .button-collapse {
  padding-top: 1px;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 3px;
}

.dropdown-toggle::after {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card-intro {
  border: none;
}

.card-intro .card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  height: 590px;
  margin-bottom: 5px;
}

.card-intro .card-content {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 590px;
  margin-bottom: 5px;
  top: -21.75rem;
}

.heros {
  position: relative;
  background-image: url(../images/Hero-Background-Default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.z-depth-2 {
  background-color: #8462b886;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.z-depth-2 h1 {
  color: #cea337;
  z-index: 999;
}

.z-depth-2 p {
  color: var(--accent-color);
}

.z-depth-2 .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.z-depth-2 .hero-btn {
  background-color: #cea337;
  padding: 6px;
  border-radius: 4px;
}

.z-depth-2 a {
  color: var(--accent-color);
}

.z-depth-2 a:hover {
  background-color: var(--primary-color);
  text-decoration: none;
}

/* Custom Background Intro*/
.blue-ocean {
  z-index: 9;
  background: #ebf3ff;
}

.purple-gradient {
  background: url("../images/Hero-Background-Default.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.purple-gradient p.h1 strong {
  color: var(--accent-color);
}

.purple-gradient p,
.purple-gradient strong {
  color: var(--accent-color);
}

.purple-gradient a.btn-outline-white {
  border: 3px solid var(--accent-color);
  border-radius: 35px;
  color: var(--accent-color);
  margin: 5px;
  padding: 8px;
}

.purple-gradient a.btn-outline-white:hover {
  background: var(--accent-color);
  color: var(--semantic-color);
}

.purple-gradient .button {
  border: 3px solid var(--accent-color);
  background: transparent;
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
  color: var(--accent-color);
  display: inline-block;
  font: size 12px;
  margin: 5px;
  padding: 8px;
  text-decoration: none;
}

.purple-gradient .button:hover {
  background: #f7c531;
  border: 3px solid #f7c531;
  color: var(--semantic-color);
}

.purple-gradient .button:hover {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.purple-gradient .parallelogram {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.purple-gradient .skew-fix {
  display: inline-block;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

.purple-smooth {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  color: white;
}

.purple-smooth img {
  background-size: cover;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 80vh;
}

.purple-smooth h1 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 700;
  color: #f7c531;
}

.purple-smooth .container {
  width: 80%;
  margin: 36px auto;
}

.purple-smooth header {
  text-align: left;
}

.purple-smooth header .logo img {
  width: 140px;
}

.purple-smooth .ilustration {
  margin-top: -27px;
}

.purple-smooth .ilustration img {
  width: 100%;
}

.purple-smooth main {
  margin-top: 0px;
}

.purple-smooth main p {
  margin-top: 18px;
}

.purple-smooth main a[role="button"] {
  width: 200px;
  height: 42px;
  background: white;
  display: inline-block;
  margin: 24px auto;
  line-height: 42px;
  text-decoration: none;
  font-size: 14px;
  color: #674baf;
  border-radius: 40px;
  -webkit-box-shadow: 0 4px 4px black;
  box-shadow: 0 4px 4px black;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.purple-smooth main a[role="button"]:hover {
  color: white;
  background: #674baf;
  border: 1px solid white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* End Custom Background Intro*/
.card-intro .card-body h1 {
  margin-bottom: 0;
}

.card-intro {
  margin-top: 0px;
}

.card-intro .h1 strong {
  color: var(--primary-color);
}

.card-intro p strong u {
  -webkit-text-decoration-color: #f7c531;
  text-decoration-color: #f7c531;
  text-decoration-thickness: 3px;
}

.card-intro .bg-major {
  position: absolute;
  width: 70%;
  height: auto;
}

.card-intro .information-card {
  overflow: hidden;
}

.card-intro .information-card {
  width: 941px;
  height: 342px;
  position: absolute;
}

.card-intro .bg-right {
  width: 249px;
  height: 342px;
  position: absolute;
  left: 50px;
  top: 0px;
}

.card-intro .contain {
  background-color: #5c27ab;
  width: 249px;
  height: 301.5px;
  position: absolute;
  left: 0px;
  top: 80.67922973632812px;
  border-radius: 300px 50px;
}

.card-intro .contain-one {
  background-color: #ffb12c;
  width: 249px;
  height: 224px;
  position: absolute;
  left: 0px;
  top: 80px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
}

.card-intro .contain-two {
  background-color: #ffb12c;
  width: 134.5px;
  height: 242.5px;
  position: absolute;
  left: 0.0008940892294049263px;
  top: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
}

.card-intro .c-three {
  width: 249px;
  height: 324px;
  position: absolute;
  left: 0.0008940882980823517px;
  top: 0px;
}

.card-intro .c-four {
  overflow: hidden;
  background-color: #5c27ab;
  width: 249px;
  height: 342px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 10px 50px;
}

.card-intro .c-clone {
  -webkit-transform: rotate(27.16581deg);
  transform: rotate(27.16581deg);
  background-color: rgba(255, 255, 255, 0.5);
  width: 249px;
  height: 342px;
  position: absolute;
  left: 0px;
  top: 0;
  border-radius: 10px 50px;
}

.card-intro .ct-one {
  width: 180px;
  height: 81px;
  position: absolute;
  margin-left: 90px;
  top: 215px;
}

.card-intro .ct-two {
  width: 180px;
  height: 81px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.card-intro .ct-three {
  -webkit-box-shadow: 0px 3.88168px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3.88168px 0px rgba(0, 0, 0, 0.08);
  background-color: white;
  width: 180px;
  height: 81px;
  position: absolute;
  left: -3px;
  top: 0px;
  border-radius: 10px;
  padding: 5px;
  z-index: 1;
}

.card-intro .ct-four {
  width: 30px;
  height: 30.3726692199707px;
  position: absolute;
  left: 5px;
  top: 25.1px;
}

.card-intro .ct-five {
  -webkit-box-shadow: 0px 240px 386px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 240px 386px rgba(0, 0, 0, 0.07);
  width: 30px;
  height: 30.3726692199707px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.card-intro .cl-one {
  width: 25px;
  height: 25.3105583190918px;
  position: absolute;
  left: 167px;
  top: 110px;
}

.card-intro .cl-line {
  width: 25px;
  height: 25.3105583190918px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.card-intro .e213_705 {
  width: 360px;
  height: 161px;
  position: absolute;
  left: 0px;
  top: 35px;
}

.card-intro .e213_706 {
  width: 360px;
  height: 161px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.card-intro .e213_707 {
  -webkit-box-shadow: 0px 3.88168px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3.88168px 0px rgba(0, 0, 0, 0.08);
  background-color: white;
  width: 180px;
  height: 81px;
  position: absolute;
  left: 86px;
  top: 0px;
  border-radius: 10px;
  padding: 5px;
}

.card-intro .e213_709 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 25px;
}

.card-intro .e213_710 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.card-intro .e213_711 {
  display: none;
  -webkit-box-shadow: 0px 240px 386px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 240px 386px rgba(0, 0, 0, 0.07);
  background-color: white;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #f73c3b;
}

.card-intro .e213_712 {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 3px;
  top: 3px;
}

.card-intro .e213_713 {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.card-intro .e213_718 {
  width: 360px;
  height: 162px;
  position: absolute;
  margin-left: 50px;
  top: 125px;
}

.card-intro .e213_719 {
  width: 180px;
  height: 81px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.card-intro .e213_720 {
  -webkit-box-shadow: 0px 3.88168px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3.88168px 0px rgba(0, 0, 0, 0.08);
  background-color: white;
  width: 180px;
  height: 81px;
  position: absolute;
  left: 36px;
  top: 0px;
  border-radius: 10px;
  padding: 5px;
}

.card-intro .e213_731 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 25.1px;
}

.card-intro .e213_722 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.card-intro .e213_723 {
  display: none;
  -webkit-box-shadow: 0px 240px 386px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 240px 386px rgba(0, 0, 0, 0.07);
  background-color: white;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #bdfd46;
}

.card-intro .e213_724 {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 3px;
  top: 3px;
}

.card-intro .e213_725 {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 277px;
  top: 0px;
}

.card-intro .dot {
  width: 40.5px;
  height: 40.5px;
  position: absolute;
  left: 320px;
  top: 20px;
}

.card-intro .dots {
  width: 40.5px;
  height: 40.5px;
  position: absolute;
  left: -66px;
  top: 274px;
}

.card-intro .dot_1 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0.0002586807240732014px;
  top: 0.0002764595556072891px;
}

.card-intro .dot_2 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 20.4345703125px;
}

.card-intro .dot_3 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 40.868896484375px;
}

.card-intro .dot_4 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 61.30316162109375px;
}

.card-intro .dot_5 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 81.7374267578125px;
}

.card-intro .dot_6 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 20.605539321899414px;
  top: 0px;
}

.card-intro .dot_7 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 20.60546875px;
  top: 20.4345703125px;
}

.card-intro .dot_8 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 20.60546875px;
  top: 40.868896484375px;
}

.card-intro .dot_9 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 20.60546875px;
  top: 61.30316162109375px;
}

.card-intro .dot_10 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 20.60546875px;
  top: 81.7374267578125px;
}

.card-intro .dot_11 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 41.211570739746094px;
  top: 0px;
}

.card-intro .dot_12 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 41.2109375px;
  top: 20.4345703125px;
}

.card-intro .dot_13 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 41.2109375px;
  top: 40.868896484375px;
}

.card-intro .dot_14 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 41.2109375px;
  top: 61.30316162109375px;
}

.card-intro .dot_15 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 41.2109375px;
  top: 81.7374267578125px;
}

.card-intro .dot_16 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 61.817108154296875px;
  top: 0px;
}

.card-intro .dot_17 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 61.81640625px;
  top: 20.4345703125px;
}

.card-intro .dot_18 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 61.81640625px;
  top: 40.868896484375px;
}

.card-intro .dot_19 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 61.81640625px;
  top: 61.30316162109375px;
}

.card-intro .dot_20 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 61.81640625px;
  top: 81.7374267578125px;
}

.card-intro .dot_21 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 82.42313385009766px;
  top: 0px;
}

.card-intro .dot_22 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 82.423828125px;
  top: 20.4345703125px;
}

.card-intro .dot_23 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 82.423828125px;
  top: 40.868896484375px;
}

.card-intro .dot_24 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 82.423828125px;
  top: 61.30316162109375px;
}

.card-intro .dot_25 {
  border-radius: 50px;
  background-color: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 82.423828125px;
  top: 81.7374267578125px;
}

.card-intro .half-left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 100px 100px 0 0;
  background-color: #ffb12c;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -30px;
  top: 200px;
}

.card-intro span.title {
  color: #3e4247;
}

.card-intro span.text {
  position: absolute;
  font-size: 11.5px;
  top: 35px;
  left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

.card-intro span.footer {
  font-size: 12px;
  margin-right: 90px;
}

.card-intro span.footer a {
  text-decoration: none;
  color: var(--primary-color);
}

.card-intro span.footer a:hover {
  color: #f7c531;
}

.info {
  /*background-color: #ebf3ff;*/
}

.info h3 strong {
  color: #cea337;
}

.info .btn {
  border: 1px solid transparent;
  color: var(--accent-color);
  background: var(--primary-color);
  border-radius: 8px;
  padding: 1em;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.85);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.info .btn:hover {
  border: 1px solid var(--primary-color);
  background: transparent;
  color: var(--primary-color);
  font-weight: bold;
}

.info .btn i.fa-arrow-right {
  color: #f7c531;
}

.info h4 {
  color: var(--primary-color);
  line-height: 3.5rem;
}

.info h4 u {
  -webkit-text-decoration-color: #f7c531;
  text-decoration-color: #f7c531;
  text-decoration-thickness: 3px;
}

.info li a {
  text-decoration: none;
  color: #3e4247;
}

.info li a:hover {
  color: #6827d8;
}

.info li:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  widows: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.info i.fa-check {
  color: transparent;
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 5px;
}

.info i.fa-check::after {
  content: "\25BA \0020";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 3px;
  color: #ff9b00;
  font-size: 16px;
}

.info a {
  color: var(--primary-color);
  text-decoration: none;
}

.info a:hover {
  color: #ffa710;
}

.news {
  /*card*/
}

.news .see-another a {
  text-decoration: none;
}

.news .see-another span {
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 3.1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--primary-color);
}

.news .see-another span:hover {
  color: #f7c531;
}

.news img {
  height: 150px;
  width: 100%;
}

.news div [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.news .card {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow, 0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  border: 0;
  border-radius: 1rem;
  cursor: pointer;
}

.news .card-title {
  font-size: 15px;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.news .card-title i {
  font-size: 15px;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  color: #ffa710;
}

.news .card-title i:hover {
  -webkit-transform: scale(1.25) rotate(100deg);
  transform: scale(1.25) rotate(100deg);
  color: #18d4ca;
}

.news small {
  position: relative;
  bottom: 5px;
  background-color: #ffa710;
  padding: 9px;
  border-radius: 5px;
  color: var(--accent-color);
}

.news .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.news .card-text {
  z-index: -99;
  padding: 2px;
  position: relative;
  height: 92px;
}

.news a.card-text {
  text-decoration: none;
  color: #3e4247;
}

.news a.card-text:hover {
  color: #6827d8;
}

.news .card::before,
.news .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}

.news .card::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.news .card::after {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.news .card:hover::before,
.news .card:hover::after,
.news .card:focus::before,
.news .card:focus::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.agenda {
  background: #ebf3ff;
}

.agenda h2 {
  line-height: 60px;
}

.agenda a {
  text-decoration: none;
}

.agenda .numberCircle,
.agenda .numberOne,
.agenda .numberTwo,
.agenda .numberThree {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.85);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.85);
  color: #ffffff;
  text-align: center;
}

.agenda .numberCircle:hover,
.agenda .numberOne:hover,
.agenda .numberTwo:hover,
.agenda .numberThree:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.85);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.85);
  background: var(--primary-color);
  color: var(--accent-color);
  cursor: pointer;
}

.agenda .custom-title,
.agenda .customOne,
.agenda .customTwo,
.agenda .customThree {
  color: #3e3e46;
}

.agenda .custom-title:hover,
.agenda .customOne:hover,
.agenda .customTwo:hover,
.agenda .customThree:hover {
  color: var(--primary-color);
}

.prestasi a {
  text-decoration: none;
}

.prestasi .btn-brown {
  background-color: #ffa710;
  border-radius: 35px;
  color: var(--accent-color);
}

.prestasi .btn-brown:hover {
  border: 1px solid #ffa710;
  background-color: transparent;
  color: #ffa710;
}

.prestasi .view img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.galery .z-depth-1 {
  background-color: var(--accent-color);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.galery .d-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px;
  grid-template-columns: 500px;
  grid-auto-rows: 100px;
  grid-gap: 7px;
}

.galery .item {
  position: relative;
}

.galery .item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.galery .item:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 0 / 3;
}

.galery .item:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.galery .item:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3 / 3;
}

.galery .item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}

.galery .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.galery .fa-chevron-left,
.galery .fa-chevron-right {
  background: #3e4247;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  padding: 5px;
}

.galery h3.white-text,
.galery p.white-text {
  color: var(--accent-color);
}

.galery i.fa-play {
  color: var(--accent-color);
}

.galery .rgba-black-strong,
.galery .rgba-black-strong:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.galery .w-header {
  width: 3.2rem;
}

.galery .hr-light {
  border-top: 1px solid #fff;
}

.parthner {
  background: #ebf3ff;
}

.page-footer {
  background: var(--primary-color);
  color: var(--accent-color);
}

.page-footer a {
  color: var(--accent-color);
  cursor: pointer;
}

.page-footer a:hover {
  color: #f7c531;
  text-decoration: none;
}

.page-footer .list-unstyled li a {
  font-size: 15px;
}

.page-footer .footer-copyright {
  font-size: small;
  border-top: 1px solid var(--neutral-color);
}

/* Page Berita, Agenda dll.*/
h3 {
  color: var(--primary-color);
  line-height: 3.5rem;
}

h3 u {
  -webkit-text-decoration-color: #f7c531;
  text-decoration-color: #f7c531;
  text-decoration-thickness: 3px;
}

.headline {
  font-size: 13px;
}

.headline h4 {
  color: var(--primary-color);
  line-height: 3.5rem;
}

.headline h4 u {
  -webkit-text-decoration-color: #f7c531;
  text-decoration-color: #f7c531;
  text-decoration-thickness: 3px;
}

.headline h4 a u {
  color: var(--primary-color);
}

.headline li a {
  text-decoration: none;
  color: #3e4247;
}

.headline li a:hover {
  color: #6827d8;
}

.headline li:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  widows: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.headline i.fa-check {
  color: transparent;
  margin: 0;
  padding: 5px;
}

.headline i.fa-check::after {
  content: "\25BA \0020";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  position: absolute;
  left: 11px;
  top: 0;
  color: #ff9b00;
  font-size: 12px;
}

.headline i.fa-folder-open {
  color: var(--primary-color);
}

.headline i.fa-folder-open:hover {
  color: #ffa710;
}

.headline a {
  color: var(--primary-color);
  text-decoration: none;
}

.headline a:hover {
  color: #ffa710;
}

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

section.content-news {
  font-family: "Roboto", sans-serif;
}

.card.z-depth-0 {
  background: #ebf3ff;
  border: 1.8px solid var(--primary-color);
}

.card.z-depth-0 h4 {
  color: var(--primary-color);
}

.card.z-depth-0 a {
  color: #463939;
  text-decoration: none;
}

.card.z-depth-0 a:hover {
  color: var(--primary-color);
}

.card.z-depth-0 .card-body.custom-card {
  border: 1px solid transparent;
  background: transparent;
  border-radius: 10px;
}

.card.z-depth-0 .card-body.custom-card:focus, .card.z-depth-0 .card-body.custom-card:hover {
  border: 1px solid var(--primary-color);
  background: var(--accent-color);
}

small.right {
  margin-left: 25rem;
}

.profil {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  column-width: 33%;
}

.profil .profil .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.profil .profil .animation {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.all-main {
  /*Pagination*/
  /*End Pagination*/
}

.all-main .border-secondary {
  color: var(--primary-color);
}

.all-main .btn-outline-secondary:hover {
  background-color: var(--primary-color);
  color: var(--accent-color);
}

.all-main .btn-outline-secondary:hover i.fa-search {
  color: var(--accent-color);
}

.all-main i.fa-search {
  color: var(--primary-color);
}

.all-main h5 {
  color: var(--neutral-color);
}

.all-main .magazine-section .single-news {
  border-bottom: 1px solid #e0e0e0;
}

.all-main a {
  color: var(--primary-color);
  text-decoration: none;
}

.all-main a:hover {
  color: #ffa710;
}

.all-main .pagination-outer {
  text-align: center;
}

.all-main .pagination {
  font-family: "Poppins", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.all-main .pagination li {
  margin: 0 5px;
}

.all-main .pagination li a.page-link {
  color: #999;
  background: #e7e7e7;
  font-size: 19px;
  font-weight: 500;
  line-height: 37px;
  height: 38px;
  width: 30px;
  padding: 0;
  border: none;
  border-radius: 5px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.all-main .pagination li.active a.page-link,
.all-main .pagination li a.page-link:hover,
.all-main .pagination li.active a.page-link:hover,
.all-main .pagination li a.page-link:focus {
  color: #fff;
  background: var(--primary-color);
  border: none;
}

.all-main .pagination li a.page-link:before {
  content: "";
  background: var(--primary-color);
  height: 10px;
  width: 10px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 4px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.all-main .pagination li.active a.page-link:before,
.all-main .pagination li a.page-link:hover:before,
.all-main .pagination li a.page-link:focus:before {
  opacity: 1;
  top: -4px;
}

.all-main .pagination li:first-child a.page-link,
.all-main .pagination li:last-child a.page-link {
  font-size: 20px;
  line-height: 34px;
  width: 38px;
  border-bottom: 3px solid;
}

.all-main .pagination li:first-child a.page-link:hover,
.all-main .pagination li:last-child a.page-link:hover {
  color: #fff;
  background: transparent;
  border-bottom-color: var(--primary-color);
}

.all-main .pagination li:first-child a.page-link:focus,
.all-main .pagination li:last-child a.page-link:focus {
  color: #999;
  background: #e7e7e7;
}

.all-main .pagination li:first-child a.page-link:before,
.all-main .pagination li:last-child a.page-link:before {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.all-main .pagination li:first-child a.page-link:hover:before,
.all-main .pagination li:last-child a.page-link:hover:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}

.all-main .pagination li:first-child a.page-link:focus:before,
.all-main .pagination li:last-child a.page-link:focus:before {
  opacity: 0;
}

.all-foto {
  /*Pagination*/
  /*End Pagination*/
}

.all-foto .border-secondary {
  color: var(--primary-color);
}

.all-foto .btn-outline-secondary:hover {
  background-color: var(--primary-color);
  color: var(--accent-color);
}

.all-foto .btn-outline-secondary:hover i.fa-search {
  color: var(--accent-color);
}

.all-foto i.fa-search {
  color: var(--primary-color);
}

.all-foto h5 {
  color: var(--neutral-color);
}

.all-foto .magazine-section .single-news {
  border-bottom: 1px solid #e0e0e0;
}

.all-foto a {
  color: var(--primary-color);
  text-decoration: none;
}

.all-foto a:hover {
  color: #ffa710;
}

.all-foto .pagination-outer {
  text-align: center;
}

.all-foto .pagination {
  font-family: "Poppins", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.all-foto .pagination li {
  margin: 0 5px;
}

.all-foto .pagination li a.page-link {
  color: #999;
  background: #e7e7e7;
  font-size: 19px;
  font-weight: 500;
  line-height: 37px;
  height: 38px;
  width: 30px;
  padding: 0;
  border: none;
  border-radius: 5px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.all-foto .pagination li.active a.page-link,
.all-foto .pagination li a.page-link:hover,
.all-foto .pagination li.active a.page-link:hover,
.all-foto .pagination li a.page-link:focus {
  color: #fff;
  background: var(--primary-color);
  border: none;
}

.all-foto .pagination li a.page-link:before {
  content: "";
  background: var(--primary-color);
  height: 10px;
  width: 10px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 4px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.all-foto .pagination li.active a.page-link:before,
.all-foto .pagination li a.page-link:hover:before,
.all-foto .pagination li a.page-link:focus:before {
  opacity: 1;
  top: -4px;
}

.all-foto .pagination li:first-child a.page-link,
.all-foto .pagination li:last-child a.page-link {
  font-size: 20px;
  line-height: 34px;
  width: 38px;
  border-bottom: 3px solid;
}

.all-foto .pagination li:first-child a.page-link:hover,
.all-foto .pagination li:last-child a.page-link:hover {
  color: #fff;
  background: transparent;
  border-bottom-color: var(--primary-color);
}

.all-foto .pagination li:first-child a.page-link:focus,
.all-foto .pagination li:last-child a.page-link:focus {
  color: #999;
  background: #e7e7e7;
}

.all-foto .pagination li:first-child a.page-link:before,
.all-foto .pagination li:last-child a.page-link:before {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.all-foto .pagination li:first-child a.page-link:hover:before,
.all-foto .pagination li:last-child a.page-link:hover:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}

.all-foto .pagination li:first-child a.page-link:focus:before,
.all-foto .pagination li:last-child a.page-link:focus:before {
  opacity: 0;
}

/* End Page Berita, Agenda dll.*/
@media (max-width: 450px) {
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .info {
    margin-top: 21rem;
  }
  .info .btn {
    border-radius: 35px;
  }
  .card-intro {
    margin-top: 0px;
  }
  .card-intro .card-content {
    position: relative;
    top: 1.75rem;
  }
  .pagination {
    font-size: 0;
    display: block;
  }
  .pagination li {
    margin: 5px 0;
    display: inline-block;
  }
  .purple-smooth {
    background: url("../images/Hero-Background-Default.jpg") no-repeat;
    background-size: cover;
    height: 82vh;
    z-index: -1;
    margin-bottom: -18.75rem;
  }
  .purple-smooth img {
    display: none;
  }
  .purple-smooth header {
    z-index: 9;
    margin-bottom: 25px;
    margin-left: 45px;
  }
  .purple-smooth header .logo img {
    width: 140px;
  }
  .purple-smooth main a[role="button"] {
    margin: 10px auto;
  }
}

@media (min-width: 576px) {
  .card-intro .card-content {
    position: relative;
    top: -27.25rem;
    margin-bottom: 241px;
  }
  .card-intro .card-content main p {
    color: var(--primary-color);
  }
  .card-intro .card-content a[role="button"] {
    background: var(--primary-color);
    color: var(--accent-color);
  }
  .card-intro .card-content a[role="button"]:hover {
    color: white;
    background: #f7c531;
    border: 1px solid #f7c531;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .nav-link.custom {
    height: 40px;
    width: 60%;
    padding: 0.5rem;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .hidden-md.hidden-lg {
    display: none;
  }
  .card-intro .card-content {
    position: relative;
    top: -41.75rem;
  }
  .purple-smooth img {
    background-size: contain;
    max-height: 80vh;
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .nav-link.custom {
    height: 59px;
    width: 70%;
    padding: 0.5rem;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }
  .hidden-md.hidden-lg {
    display: none;
  }
  .card {
    background-color: transparent;
    position: relative;
    top: -1px;
  }
  .card-intro .card-content {
    position: relative;
    top: -40.75rem;
  }
  .card-intro .card-content main p {
    color: var(--accent-color);
  }
  .purple-smooth header {
    margin-bottom: 21px;
  }
  .purple-smooth header .logo img {
    width: 170px;
  }
  .purple-smooth .container {
    width: 90%;
    margin: 36px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .purple-smooth header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .purple-smooth main {
    text-align: left;
    padding: 40px 100px 40px 50px;
  }
  .purple-smooth main h1 {
    font-size: 28px;
  }
  .purple-smooth main a[role="button"] {
    text-align: center;
    margin-left: 3px;
    margin-bottom: -6px;
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1441px) {
  .card {
    background-color: transparent;
    position: relative;
    top: -1px;
  }
  .card-intro {
    padding-left: 0 !important;
  }
  .hidden-md.hidden-lg {
    display: none;
  }
}
/*# sourceMappingURL=style2.css.map */