.text-zagi {
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal bold 1.0rem / 1.2 'Poppins', 'Helvetica', sans-serif;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #dd1f1f, #0F603F, #0575E6, #4D45B8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  background-size: 300%;
  background-position: -100%;

  animation: animatedText 5s infinite alternate-reverse;
}

.text-login {
  display: inline-block;
  font: normal bold 1.0rem / 1.2 'Poppins', 'Helvetica', sans-serif;
  text-decoration: none;

  background-image: linear-gradient(to right,
      #FF3C3C,
      #575757,
      #fe000d,
      #097BEA);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;

  background-size: 300%;
  background-position: -100%;

  animation: animatedText 5s infinite alternate-reverse;
}

@keyframes animatedText {
  to {
    background-position: 100%;
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.gradient-5 {
  background: linear-gradient(90deg, #6a2fe7 2%, #46b7d0 40%);
  color: #fff;
}

.bg-primary-zagi {
  background-color: #46b7d0 !important;
}

.blur {
  position: relative;
  display: inline-block;
  /* make the div not 100% */
}

/* the 'blur' effect */
.blur:before {
  content: "";
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.blur img {
  display: block;
  /* remove bottom space */
}

.zagi-color {
  background-position: bottom;
  background-size: cover;
  background: linear-gradient(280deg, rgba(74, 188, 157, 1) 0%, rgba(0, 162, 233, 1) 100%);
}

/* ============================================================== 
     # Top Category 
=================================================================== */

.top-cat-area .top-cat-items.text-center .equal-height {
  margin-bottom: 0;
  margin-top: 30px;
}

.top-cat-area .top-cat-items.text-center {
  margin-top: -30px;
}

.top-cat-items .equal-height {
  margin-bottom: 30px;
}

.top-cat-items .item {
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.top-cat-items .item a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  display: block;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.top-cat-items .item a:hover:after {
  background: #002147 none repeat scroll 0 0;
  opacity: 0.6;
}

.top-cat-items .item a:hover {
  background: transparent none repeat scroll 0 0;
}

.top-cat-items .item a:hover h4,
.top-cat-items .item a:hover i,
.top-cat-items .item a:hover span {
  color: #ffffff;
}

.top-cat-items .item a::after {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item i,
.top-cat-items .item .info {
  display: table-cell;
  vertical-align: top;
}

.top-cat-items.text-center .item i,
.top-cat-items.text-center .item .info {
  display: block;
}

.top-cat-items.text-center a {
  padding: 30px;
}

.top-cat-items.text-center .item i {
  margin: auto auto 15px;
  color: #002147;
}

.top-cat-items.text-light .item i {
  margin: auto auto 15px;
  color: #ffffff;
}

.top-cat-items.text-center .item .info {
  padding-left: 0;
}

.top-cat-items.text-center .item .info h4 {
  margin-bottom: 2px;
}

.top-cat-items .item .info {
  padding-left: 15px;
}

.top-cat-items .item i {
  font-size: 50px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  color: #666666;
}

.top-cat-items .item h4 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item span {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #666666;
}

.top-cat-items.text-light .item span {
  color: #ffffff;
}

.top-cat-items .info h8 {
  color: #f1f1f1;
  font-size: 14px;
  text-transform: uppercase;
}

/* Category BG Color */

.top-cat-area .top-cat-items.inc-bg-color .item.mariner {
  background: #307ad5 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.java {
  background: #1ec1d9 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.malachite {
  background: #10c45c none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.brilliantrose {
  background: #e948ae none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.casablanca {
  background: #f9bd44 none repeat scroll 0 0;

}

.top-cat-area .top-cat-items.inc-bg-color .item.emerald {
  background: #47c58e none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.cinnabar {
  background: #e84b3a none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.plum {
  background: #92278f none repeat scroll 0 0;
}

.page-zagi .page-title {
  padding: 15px 30px;
  margin: 0 -27px 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
  background: linear-gradient(to bottom,
      #eeeeee 0%,
      #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-end;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
/* .breadcrumb-area {
  padding: 140px 0 80px;
} */

/* .breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li i {
  color: #ffb606;
  margin-right: 3px;
}

.breadcrumb-area .breadcrumb::after {
  background: #000000 none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 40px;
}

.breadcrumb > li + li::before {
  color: #ffb606;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  top: -1px;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.breadcrumb-area .breadcrumb li.active {
  color: #cccccc;
} */

.section-t-space,
section {
  padding-top: 5rem;
}

@media (max-width: 1199.98px) {

  .section-t-space,
  section {
    padding-top: 4.0625rem;
  }
}

@media (max-width: 767.98px) {

  .section-t-space,
  section {
    padding-top: 3.4375rem;
  }
}

@media (max-width: 575.98px) {

  .section-t-space,
  section {
    padding-top: 2.5rem;
  }
}

.section-b-space {
  padding-bottom: 5rem;
}

@media (max-width: 1199.98px) {
  .section-b-space {
    padding-bottom: 4.0625rem;
  }
}

@media (max-width: 767.98px) {
  .section-b-space {
    padding-bottom: 3.4375rem;
  }
}

@media (max-width: 575.98px) {
  .section-b-space {
    padding-bottom: 2.5rem;
  }
}

.title-style-1 {
  padding-bottom: 2.1875rem;
}

@media (max-width: 991.98px) {
  .title-style-1 {
    padding-bottom: 1.875rem;
  }
}

@media (max-width: 575.98px) {
  .title-style-1 {
    padding-bottom: 1.25rem;
  }
}

.title-style-1 p {
  margin-top: 1.375rem !important;
  width: 60%;
}

@media (max-width: 1199.98px) {
  .title-style-1 p {
    width: 70%;
  }
}

@media (max-width: 991.98px) {
  .title-style-1 p {
    margin-top: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .title-style-1 p {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .title-style-1 p {
    margin-top: 0.5rem !important;
  }
}

.title-style-1 .h5,
.title-style-1 h5 {
  color: rgba(84, 186, 74, 1);
  font-family: Caveat, cursive;
  margin-bottom: 0.3125rem;
  margin-top: -0.25rem;
}

@media (max-width: 991.98px) {

  .title-style-1 .h5,
  .title-style-1 h5 {
    margin-top: -0.1875rem;
  }
}

.title-style-1 .h2,
.title-style-1 h2 {
  display: inline-block;
  padding-bottom: 0.9375rem;
  position: relative;
}

@media (max-width: 767.98px) {

  .title-style-1 .h2,
  .title-style-1 h2 {
    padding-bottom: 0.625rem;
  }
}

.title-style-1 .h2:after,
.title-style-1 h2:after {
  background: rgba(255, 169, 65, 1);
  border-radius: 0.625rem;
  bottom: 0;
  content: "";
  height: 0.3125rem;
  left: 0;
  position: absolute;
  width: 3.125rem;
}

.title-style-1.text-center .h2,
.title-style-1.text-center h2 {
  position: relative;
}

.title-style-1.text-center .h2:after,
.title-style-1.text-center h2:after {
  left: 50%;
  transform: translateX(-50%);
}

.title-style-1.text-center p {
  margin: 0 auto;
}

.review-style-1 {
  background-color: rgba(245, 248, 255, 1);
}

.review-style-1 .review-box {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0 5.05275px 4.0422px rgba(82, 77, 141, 0.05);
  padding: 1.5625rem;
}

@media (max-width: 575.98px) {
  .review-style-1 .review-box {
    padding: 1.125rem;
  }
}

.review-style-1 .review-box .review-user {
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 575.98px) {
  .review-style-1 .review-box .review-user {
    margin-bottom: 0.8rem;
  }
}

.review-style-1 .review-box .review-user .social-links {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
  margin-left: auto;
}

@media (max-width: 420px) {
  .review-style-1 .review-box .review-user .social-links {
    display: none;
  }
}

.review-style-1 .review-box .review-user .social-links li a {
  align-items: center;
  background-color: rgba(115, 102, 255, 0.1);
  border-radius: 100%;
  display: flex;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}

.review-style-1 .review-box .review-user .social-links li a svg {
  font-size: 12px;
}

.review-style-1 .review-box .review-user .social-links li a:hover {
  background-color: rgba(115, 102, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.review-style-1 .review-box .review-image img {
  border-radius: 100%;
  height: 2.625rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 3rem;
}

.review-style-1 .review-box p {
  opacity: 0.8;
}

.review-style-1 .review-box p+p {
  margin-top: 1.25rem;
}

@media (max-width: 575.98px) {
  .review-style-1 .review-box p+p {
    margin-top: 0.8rem;
  }
}

.review-style-1 .review-box .h3,
.review-style-1 .review-box h3 {
  font-size: 1.125rem;
}

@media (max-width: 1399.98px) {

  .review-style-1 .review-box .h3,
  .review-style-1 .review-box h3 {
    font-size: 1rem;
  }
}

.review-style-1 .review-box .ratings {
  gap: 0.1875rem;
  justify-content: flex-end;
  margin-top: 0.3125rem;
}

.review-style-1 .review-box .ratings li svg {
  color: #f2b827;
  font-size: 0.75rem;
}

.review-style-1 .review-box .ratings li .fill-light {
  color: rgba(82, 82, 108, 0.4);
}

.review-style-1 .review-box .review-content {
  /* height: 8.75rem; */
  min-height: 6rem;
  overflow: hidden;
}

@media (max-width: 1399.98px) {
  .review-style-1 .review-box .review-content {
    height: 10.75rem;
  }
}

@media (max-width: 991.98px) {
  .review-style-1 .review-box .review-content {
    height: 8.75rem;
  }
}

@media (max-width: 575.98px) {
  .review-style-1 .review-box .review-content {
    height: 8rem;
  }
}

.review-style-1 .review-slider-wrapper {
  margin: -0.375rem 0;
}

.review-style-1 .review-slider-1 {
  padding: 0.375rem 0;
}

.review-style-1 .review-slider-1.swiper-3d .swiper-slide-shadow-left {
  background: linear-gradient(90deg,
      hsla(0, 0%, 100%, 0) 67.76%,
      rgba(99, 93, 164, 0.2) 99.17%);
  filter: blur(5px);
}

@media (max-width: 991.98px) {
  .review-style-1 .review-slider-1.swiper-3d .swiper-slide-shadow-left {
    background: transparent;
  }
}

.review-style-1 .review-slider-1.swiper-3d .swiper-slide-shadow-right {
  background: linear-gradient(90deg,
      rgba(99, 93, 164, 0.2) 4.76%,
      hsla(0, 0%, 100%, 0) 31.17%);
  filter: blur(5px);
}

@media (max-width: 991.98px) {
  .review-style-1 .review-slider-1.swiper-3d .swiper-slide-shadow-right {
    background: transparent;
  }
}

.review-style-1 .review-slider-1 .swiper-wrapper {
  height: auto;
}

.bottom-nav {
  align-items: center;
  display: flex;
  gap: 1.625rem;
  justify-content: center;
  margin-top: 1.875rem;
}

@media (max-width: 575.98px) {
  .bottom-nav {
    margin-top: 0.9375rem;
  }
}

.bottom-nav .slideNext-btn,
.bottom-nav .slidePrev-btn {
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 100%;
  color: rgba(82, 82, 108, 0.8);
  display: flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

@media (max-width: 575.98px) {

  .bottom-nav .slideNext-btn,
  .bottom-nav .slidePrev-btn {
    height: 2rem;
    width: 2rem;
  }
}

.bottom-nav .slideNext-btn:hover,
.bottom-nav .slidePrev-btn:hover {
  background-color: rgba(115, 102, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.bottom-nav .slideNext-btn {
  position: relative;
}

.bottom-nav .slideNext-btn:before {
  background: rgba(82, 82, 108, 0.3);
  content: "";
  height: 0.9375rem;
  left: -0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.customer-review-style-1 .customer-review-wrapper {
  align-items: center;
  display: flex;
  gap: 2.3125rem;
  padding-bottom: 2.5rem;
  position: relative;
}

@media (max-width: 1399.98px) {
  .customer-review-style-1 .customer-review-wrapper {
    gap: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .customer-review-style-1 .customer-review-wrapper {
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .customer-review-style-1 .customer-review-wrapper {
    gap: 0.9375rem;
  }
}

.customer-review-style-1 .customer-review-wrapper .customer-icon {
  align-items: center;
  background: rgba(249, 249, 249, 1);
  border-radius: 100%;
  display: flex;
  height: 4.875rem;
  justify-content: center;
  position: relative;
  width: 4.875rem;
  z-index: 1;
}

.customer-review-style-1 .customer-review-wrapper .customer-icon svg:not(.shape-svg) {
  height: 1.4375rem;
  width: 1.4375rem;
}

@media (max-width: 767.98px) {
  .customer-review-style-1 .customer-review-wrapper .customer-icon svg:not(.shape-svg) {
    height: 1.25rem;
    width: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .customer-review-style-1 .customer-review-wrapper .customer-icon svg:not(.shape-svg) {
    height: 1rem;
    width: 1rem;
  }
}

@media (max-width: 991.98px) {
  .customer-review-style-1 .customer-review-wrapper .customer-icon {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    height: 4.3rem;
    width: 4.3rem;
  }
}

@media (max-width: 767.98px) {
  .customer-review-style-1 .customer-review-wrapper .customer-icon {
    height: 4rem;
    width: 4rem;
  }
}

@media (max-width: 575.98px) {
  .customer-review-style-1 .customer-review-wrapper .customer-icon {
    height: 3rem;
    width: 3rem;
  }
}

.customer-review-style-1 .customer-review-wrapper .shape-svg {
  height: 5.5rem;
  left: -7px;
  position: absolute;
  top: -5px;
  width: 5rem;
}

@media (max-width: 991.98px) {
  .customer-review-style-1 .customer-review-wrapper .shape-svg {
    height: 4.8125rem;
    width: 4.6875rem;
  }
}

@media (max-width: 767.98px) {
  .customer-review-style-1 .customer-review-wrapper .shape-svg {
    height: 4.6875rem;
    width: 4.375rem;
  }
}

@media (max-width: 575.98px) {
  .customer-review-style-1 .customer-review-wrapper .shape-svg {
    height: 3.625rem;
    width: 3.5625rem;
  }
}

.customer-review-style-1 .customer-review-wrapper:after {
  background: url(../images/shape/5.webp);
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 4px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .customer-review-style-1 .customer-review-wrapper:after {
    display: none;
  }
}

.customer-review-style-1 .customer-review-wrapper .shape-line {
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 70%;
}

@media (max-width: 1199.98px) {
  .customer-review-style-1 .customer-review-wrapper .shape-line {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .customer-review-style-1 .customer-review-wrapper .shape-line {
    display: none;
  }
}

.fw-bold {
  font-weight: 700 !important
}

.fw-bolder {
  font-weight: bolder !important
}




.footer-style-1 {
  background: linear-gradient(98.61deg, #1a1a25 18.35%, #191925 56.57%);
  position: relative;
  color: #fff;
}

.footer-style-1 .footer-links a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-style-1 .footer-links li a {
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  gap: 0.625rem;
}

.footer-style-1 .footer-links li a svg {
  font-size: 0.625rem;
}

.footer-style-1 .footer-links li a:hover {
  color: rgba(115, 102, 255, 1);
}

.footer-style-1 .main-footer {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

@media (max-width: 991.98px) {
  .footer-style-1 .main-footer {
    padding: 3.125rem 0 2.1875rem;
  }
}

@media (max-width: 767.98px) {
  .footer-style-1 .main-footer {
    padding: 2.5rem 0 1.875rem;
  }
}

.footer-style-1 .main-footer:after {
  background: rgba(36, 36, 54, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}

@media (max-width: 1399.98px) {
  .footer-style-1 .main-footer:after {
    width: 37%;
  }
}

@media (max-width: 767.98px) {
  .footer-style-1 .main-footer:after {
    bottom: 0;
    height: 35%;
    top: unset;
    width: 100%;
  }
}

.footer-style-1 .main-footer .footer-contact {
  border-right: 1px solid #272445;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .footer-style-1 .main-footer .footer-contact {
    border-right: none;
  }
}

.footer-style-1 .main-footer .footer-contact p {
  color: rgba(255, 255, 255, 1);
  opacity: 0.8;
  padding-top: 0.9375rem;
  width: 96%;
}

@media (max-width: 991.98px) {
  .footer-style-1 .main-footer .footer-contact p {
    width: 100%;
  }
}

.footer-style-1 .main-footer .footer-contact ul {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.5625rem;
}

@media (max-width: 767.98px) {
  .footer-style-1 .main-footer .footer-contact ul {
    gap: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.footer-style-1 .main-footer .footer-contact ul li a {
  color: rgba(255, 255, 255, 1);
}

.footer-style-1 .main-footer .footer-contact ul li a svg {
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .footer-style-1 .main-footer .footer-contact ul li a svg {
    font-size: 1rem;
  }
}

.footer-style-1 .main-footer .footer-contact ul li a:hover {
  color: rgba(115, 102, 255, 1);
}

.footer-style-1 .main-footer .footer-content {
  position: relative;
  z-index: 1;
}

.footer-style-1 .main-footer .footer-content .h3,
.footer-style-1 .main-footer .footer-content h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  position: relative;
}

@media (max-width: 767.98px) {

  .footer-style-1 .main-footer .footer-content .h3,
  .footer-style-1 .main-footer .footer-content h3 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}

.footer-style-1 .main-footer .footer-content .h3:after,
.footer-style-1 .main-footer .footer-content h3:after {
  background-color: rgba(255, 169, 65, 1);
  border-radius: 0.625rem;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 34px;
}

.footer-style-1 .main-footer .footer-content .footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media (max-width: 767.98px) {
  .footer-style-1 .main-footer .footer-content .footer-links {
    gap: 0.3125rem;
  }
}

.footer-style-1 .main-footer .footer-location {
  color: rgba(255, 255, 255, 1);
}

.footer-style-1 .main-footer .footer-location .h6,
.footer-style-1 .main-footer .footer-location h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {

  .footer-style-1 .main-footer .footer-location .h6,
  .footer-style-1 .main-footer .footer-location h6 {
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {

  .footer-style-1 .main-footer .footer-location .h6,
  .footer-style-1 .main-footer .footer-location h6 {
    margin-bottom: 0.3125rem;
  }
}

.footer-style-1 .main-footer .footer-location p {
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  opacity: 0.8;
}

.footer-style-1 .main-footer .footer-location .footer-icon {
  align-items: center;
  background: #191925;
  border-radius: 100%;
  display: flex;
  height: 2.375rem;
  justify-content: center;
  min-width: 2.375rem;
}

.footer-style-1 .main-footer .footer-location .footer-icon svg {
  fill: rgba(255, 255, 255, 1);
  height: 1.125rem;
  width: 1.125rem;
}

.footer-style-1 .main-footer .footer-location .d-flex {
  gap: 0.9375rem;
}

.footer-style-1 .main-footer .footer-location li+li {
  margin-top: 1.875rem;
}

@media (max-width: 767.98px) {
  .footer-style-1 .main-footer .footer-location li+li {
    margin-top: 1.25rem;
  }
}

.footer-style-1 .sub-footer {
  border-top: 1px solid #272445;
  padding: 1rem 0;
}

@media (max-width: 767.98px) {
  .footer-style-1 .sub-footer {
    text-align: center;
  }
}

.footer-style-1 .sub-footer p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-style-1 .sub-footer .sub-footer-links {
  display: flex;
  gap: 1.875rem;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .footer-style-1 .sub-footer .sub-footer-links {
    justify-content: center;
    padding-top: 0.625rem;
  }
}

@media (max-width: 575.98px) {
  .footer-style-1 .sub-footer .sub-footer-links {
    gap: 0.9375rem;
    padding-top: 0.3125rem;
  }
}

/* ===== KONTEN BERITA ==== */
.containerZagi {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.containerZagi:before,
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after,
.containerZagi:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media {
  margin-top: 15px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-body {
  width: 10000px;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media {
  margin-top: 15px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-heading a {
  color: #fff !important;
}

.go-to-archive {
  margin: 15px 0;
}

.home-row {
  background-color: #fff;
  padding: 25px 0;
}

.bg-light-aqua {
  background-color: #c2defa;
}

.panel-event .panel-body {
  position: static;
}

.panel-event .panel-body .media {
  position: relative;
  z-index: 10;
}

.panel-event .panel-body:after,
.panel-event .panel-body:before {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 100%;
  z-index: 20;
  content: "";
}

.panel-event .panel-body:before {
  border-width: 30px 300px 0 0;
  border-color: #3d58b9 transparent transparent;
  left: 0;
}

.panel-event .panel-body:after {
  border-width: 0 300px 30px 0;
  border-color: transparent #3d58b9 transparent transparent;
  right: 0;
}

.home-fact:before,
.panel-event:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
}

@media (min-width: 767px) {

  [class*="col-"]>*,
  [class*="ul-"]>li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.panel-heading {
  padding: 0;
  text-align: center;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  padding: 5px 15px;
  border-bottom: solid 3px rgba(255, 169, 65, 1);
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: inherit;
  font-size: 16px;
}

.panel-body {
  padding: 0;
}

.panel-news .media-heading {
  font-size: inherit;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.panel-news .post-date {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 0.05em;
  color: #e7e7e7;
  margin-bottom: 2px;
}

.home-news {
  padding: 0;
}

.home-news .panel {
  padding: 25px 0;
  position: relative;
  margin: 0;
}

.panel-event:before {
  background-color: #3d58b9;
  position: absolute;
  z-index: 0;
}

.panel-event {
  color: #eee;
}

.panel-event>div {
  z-index: 10;
  position: relative;
}

.panel-event .panel-title {
  color: #fff;
  border-color: #fff;
  padding: 5px 30px;
}

.panel-event a {
  color: #fff;
}

.panel-event .panel-body {
  padding: 0 30px;
}

.panel-event .btn-warning {
  color: #003961;
  background-color: #fbaa17;
}

@media (max-width: 767px) {

  .article-row,
  .home-row {
    padding: 15px 0;
  }

  .home-row .panel {
    margin-bottom: 0;
  }

  .headline-item,
  .home-news [class*="col-"] {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
  }

  .home-headline {
    background-color: #ddd;
  }

  .headline-item {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
  }

  .home-news {
    background-color: #ddd;
  }

  .home-news [class*="col-"] {
    background-color: #fff;
  }

  .home-news .panel {
    padding-bottom: 0;
  }

  .go-to-archive {
    margin: 25px 0 0;
    display: block !important;
  }

  .go-to-archive a {
    display: block;
  }

  .home-news .panel-event {
    margin: 0 -15px;
  }
}

.home-fact {
  padding: 50px 0 25px;
  color: #fff;
  position: relative;
}

.home-fact:before {
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
}

.home-fact .panel {
  position: relative;
  z-index: 15;
}

.home-fact .panel-title {
  border: none;
}

.home-fact .panel-body {
  border: 5px solid #fff;
  padding: 30px 15px 15px;
}

.digit-text {
  padding: 15px 0;
  text-align: center;
}

.digit-text .small {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  border-top: solid 2px #fff;
  padding: 5px;
}

.home-jump a {
  text-transform: uppercase;
  font-family: "Proxima Nova";
}

.home-jump,
.home-jump a {
  -webkit-transition: all 0.2s;
  text-decoration: none;
}

.home-jump {
  z-index: 990;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.45);
  transition: all 0.2s;
  border-top: 5px solid #fff000;
}

.home-jump:hover {
  background-color: #003679;
}

.home-jump li,
.home-jump ul {
  display: block;
  margin: 0;
  padding: 0;
}

.home-jump ul {
  text-align: center;
}

.home-jump li {
  display: inline-block;
  border-left: solid 1px #fff;
}

.home-jump li:first-child {
  border-left: none;
}

.home-jump a {
  display: block;
  margin: 0 10px;
  color: #fff;
  font-size: 12px;
  transition: all 0.2s;
}

.home-jump a:hover {
  color: #916a08;
  text-decoration: none;
}

@media (max-width: 767px) {
  .home-jump {
    background-color: transparent;
    position: relative;
  }

  .home-jump:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .home-jump li {
    display: block;
    float: left;
    width: 50%;
    border-left: none;
  }

  .home-jump a {
    background-color: #fbaa17;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    color: #003961;
    margin: 5px;
  }

  .ms-direction-nav {
    display: none;
  }
}

.home-jump a.info-extra {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.25rem;
  line-height: 1;
  background-color: #fbaa17;
  color: #003691;
  font-weight: 700;
  font-size: 1.15em;
  letter-spacing: 0.025rem;
  border: solid 5px transparent;
  box-sizing: border-box;
}

.home-jump a.info-extra:hover {
  border: solid 5px #003961;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}