/**
* Template Name: Vesperr
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Updated: Jun 29 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --nav-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --default-font: "Poppins",  sans-serif;
  --subtitle-font: "Playfair Display", serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #7c3f23; /* Warna Coklat Tikotok Background Website */
  --gradasi-background: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(244, 250, 253) 2100px);
  --default-color: #444444; /* Warna Keseluruhan Text */
  --heading-color: #222222; /* Warna Heading,Subheading dan Title */
  --paragraph-color: #b3b3b3; /* Warna Abu-Abu Paragraf */
  --accent-color: #750d04; /* Warna Hijau Kebiruan pada logo Komite Ekraf */
  --secondary-color: #a0522e; /* Warna Oranye pada logo Komite Ekraf */
  --third-color: #a0522e; /* Warna Coklat Hayam Logo FFPS */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #e6e6e6; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --marun-gradasi: linear-gradient(120deg, #750d04 50%, #a0522e 100%), linear-gradient(120deg, #750d04 0%, #a0522e 100%);
  --coklat-gradasi: linear-gradient(180deg, #750d04 50%, #a0522e 100%), linear-gradient(120deg, #750d04 0%, #a0522e 100%);
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #444444;  /* The default color of the main navmenu links */
  --nav-hover-color: #4a95a2; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #4a95a2; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.red-background {
  --background-color: var(--accent-color) !important;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #750d04;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: #000;
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--secondary-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--contrast-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Shadow
--------------------------------------------------------------*/
.gl-shadow{
  box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
  border-radius: 4px;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header{
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: transparent;
}

/*--- # Top Header ---*/
.header .top-header {
  position: relative;
  z-index: 100;
  background-color: transparent;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  font-family: var(--heading-font);
}

.header .top-header .top-header-content {
  position: relative;
  z-index: 1;
  height: 41px;
}

.header .top-header .top-header-content .top-header-meta a:first-child::after {
  width: 1px;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.2);
  content: '';
  top: 0;
  z-index: 2;
  position: absolute;
  margin-left: 15px;
}

.header .top-header .top-header-content .top-header-meta a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: var(--contrast-color);
  line-height: 1;
}

.header .top-header .top-header-content .top-header-meta a:first-child {
  margin-right: 30px;
}

.header .top-header .top-header-content .top-header-meta a i {
  margin-right: 5px;
  color: var(--secondary-color);
}

.header .top-header .top-header-content .top-header-meta .top-header-logo img{
  max-width: 30px;
  height: auto;
}

/*--- # Site-Menu ---*/
#header {
  transition: all 1200ms ease;
  z-index: 997;
  padding: 20px 0;
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

#header.header-scrolled, 
#header.header-inner-pages {
  position: fixed;
  top: -110%;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom right, rgb(0, 0, 0), rgba(0, 0, 0) 2100px);
  padding: 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled.is-sticky{
  top: 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo img {
  max-height: 50px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 8px 12px;
  cursor: pointer;
}

.navbar a, 
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a:hover, 
.navbar .active, 
.navbar .active:focus, 
.navbar li:hover > a {
  color: var(--secondary-color);
}

.navbar > ul > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--secondary-color);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover::before, 
.navbar li:hover > a::before, 
.navbar .active::before {
  visibility: visible;
  width: 100%;
}

.navbar a i, 
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  box-shadow: 0px 0px 30px rgba(13, 13, 13, 0.92);
  transition: 0.3s;
}

.navbar .dropdown ul .nested{
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul li + li{
  border-top: 1px dashed #d2d2d221;
}

.navbar .dropdown ul a {
  padding: 10px 30px;
  font-size: 14px;
  text-transform: none;
  color: var(--paragraph-color);
  font-weight: 400;
}

.navbar .dropdown ul a:hover, 
.navbar .dropdown ul .active:hover, 
.navbar .dropdown ul li:hover > a,
.navbar .dropdown ul li > a.active {
  color: var(--secondary-color);
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1200px){
  .header .navbar {
    order: 3;
  }
}

@media (max-width: 1366px){
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (max-width: 991px){
  .header .top-header{
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar .dropdown .dropdown ul {
    visibility: visible;
  }
}

/*--- #Mobile-Menu ---*/
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li > a::before{
  background-color: var(--accent-color);
}

.navbar-mobile a{
  padding: 10px;
  font-size: 14px;
  color: var(--default-color);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile a:focus,
.navbar-mobile li:hover>a {
  color: var(--accent-color);
  padding: 10px;
  font-size: 14px;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--default-color);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--third-color) transparent var(--third-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--secondary-color);
  width: 40px;
  height: 40px;
  border: 2px solid var(--secondary-color);
  border-radius: 5px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover{
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.scroll-top:hover i{
  color: var(--secondary-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: #000;
  padding: 75px 0;
  scroll-margin-top: 75px;
  overflow: clip;
  position: relative;
  z-index: 1;
}

.section-2 {
  color: var(--default-color);
  background-color: #000;
  padding: 90px 0;
  scroll-margin-top: 90px;
  overflow: hidden;
  position: relative;
}

section.bg-coklat,
.section.bg-coklat{
  background-color: #a0522e;
}

section.bg-gradasi-1,
.section.bg-gradasi-1{
  background-image: var(--marun-gradasi);
}

section.bg-gradasi-2,
.section.bg-gradasi-2{
  background-image: var(--coklat-gradasi);
}

section.section-bg,
.section.section-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

section.double-padding,
.section.double-padding{
  padding: 150px 0;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 66px;
  }
}

@media (max-width: 640px){
  .section-2{
    padding: 60px 0;
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Decorations Titles
--------------------------------------------------------------*/
.corner{
  position: absolute;
  width: 60px;
  height: 50px;
  border: 3px solid var(--secondary-color);
  border-radius: 0;
}

.corner.top-left{
  top: 0;
  left: 3%;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  z-index: 3;
}

.corner.bottom-right{
  bottom: 0;
  right: 3%;
  border-left: none;
  border-top: none;
  border-radius: 0;
  z-index: 3;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.section-title h2 {
  font-size: 32px;
  display: block;
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 30px;
  font-family: var(--nav-font);
  text-transform: uppercase;
  line-height: 1;
}

.section-title h5{
  font-size: 25px;
  display: block;
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 30px;
  font-family: var(--nav-font);
  text-transform: uppercase;
  line-height: 1;
}

.section-title p {
  margin-bottom: 0;
  color: var(--paragraph-color);
  text-align: justify;
  font-size: 15px;
}

.section-title span.subtitle{
  font-size: 17px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 0;
  font-family: var(--nav-font);
  letter-spacing: 0.2px;
  font-style: italic;
}

.section-title-mini{
  text-align: center;
  padding-bottom: 5px;
  position: relative;
}

.section-title-mini h5{
  font-size: 18px;
  display: block;
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 30px;
  font-family: var(--nav-font);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}

.section-title-mini h5::before {
  margin: 0 10px 5px 0;
}

.section-title-mini h5::after {
  margin: 0 0 5px 10px;
}

.section-title-mini h5::before, 
.section-title-mini h5::after {
  content: "";
  width: 250px;
  height: 1px;
  background: #222222a1;
  display: inline-block;
}

.double-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
  overflow: hidden;
}

.double-title .double-title-heading{
  text-align: left;
  display: block;
  font-size: 25px;
  font-family: var(--nav-font);
  color: var(--contrast-color);
  height: 37px;
  line-height: calc(30px - 3px);
  position: relative;
  border-bottom: 1px solid var(--secondary-color);
  font-weight: 700;
  text-transform: uppercase;
}

.double-title .double-title-container{
  position: relative;
  height: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.double-title .double-title-link{
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff14;
  height: 30px;
}

.double-title .view-more {
  background: transparent;
  position: absolute;
  right: -8px;
  bottom: 0px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 13px;
  color: var(--secondary-color);
}

@media (max-width: 640px){
  .section-title h2{
    font-size: 25px;
  }
  .section-title span.subtitle{
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Global Paragraph Titles
--------------------------------------------------------------*/
.paragraph-heading {
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 25px;
  font-family: var(--nav-font);
  text-transform: uppercase;
}

.paragraph-subtitle{
  font-size: 17px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 0;
  font-family: var(--nav-font);
  letter-spacing: 0.2px;
  font-style: italic;
}

@media (max-width: 640px){
  .paragraph-subtitle{
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Global Content Titles
--------------------------------------------------------------*/
.content-title{
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.content-title .title{
  font-size: 2.5rem;
  font-weight: 800;
  font-family: var(--nav-font);
  position: relative;
}

.content-title h2{
  line-height: 40px;
  margin-bottom: 5px;
}

.content-title p{
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  color: var(--secondary-color);
  margin-bottom: 0;
  font-style: italic;
  font-family: var(--subtitle-font);
  letter-spacing: 0.2px;
}

.light-background .content-title p{
  color: var(--heading-color);
}

.content-list-title{
  position: relative;
  padding-bottom: 10px;
}

.content-list-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 70px;
  background: var(--accent-color);
  content: "";
  z-index: 1;
}

.content-list-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  content: "";
}

.content-list-title .title{
  float: left;
}

.content-list-title ul{
  display: block;
  text-align: right;
  margin-bottom: .5rem;
}

.content-list-title ul a{
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
  background: #f0f8fc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.content-list-title ul a{
  color: var(--default-color);
}

.content-list-title ul a:hover,
.content-list-title ul a.active{
  background-color: var(--secondary-color);
  color: var(--contrast-color);
}

@media (max-width: 768px){
  .content-list-title .title{
    float: none;
    margin-bottom: 10px;
  }
  .content-list-title ul{
    text-align: left;
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Global Overlay
--------------------------------------------------------------*/
.image-overlay{
  position: relative;
  z-index: 1;
}

.image-overlay img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.image-overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: 0.6s all ease;
  z-index: 0;
  opacity: 1;
}

.image-overlay:hover img{
  transition: 0.6s all ease;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.image-overlay:hover::after{
  opacity: 0;
  transition: 0.6s all ease;
}

/*--------------------------------------------------------------
# Global Elevated Contents
--------------------------------------------------------------*/
.elevated-contents{
 background: rgba(91, 91, 91, 0.07) !important;
 transition: 0.3s all ease;
}

/*--------------------------------------------------------------
# Global Buttons
--------------------------------------------------------------*/
.custom-button{
  background: var(--secondary-color);
  padding: 14px 25px;
  color: var(--contrast-color);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  -moz-user-select: none;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
  font-family: var(--nav-font);
  text-transform: uppercase;
}

.navbar-button{
  white-space: nowrap;
  background: var(--secondary-color);
  padding: 16px 20px;
  color: var(--contrast-color);
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  -moz-user-select: none;
  font-weight: 700;
  line-height: 0;
  margin: 0px 0px 0px 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: var(--nav-font);
  text-transform: uppercase;
}

.custom-button:hover,
.navbar-button:hover{
  color: #000;
}

.custom-button::before,
.navbar-button::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #d55920;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
  color: #000;
}

.custom-button:hover::before,
.navbar-button:hover::before{
  transform: scaleX(1);
  color: #000 !important;
  z-index: -1;
}

a.text-button{
  color: var(--secondary-color);
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 14px;
  transition: 0.3s all ease;
}

a.text-button:hover{
  color: var(--contrast-color);
  border-bottom: 1px solid;
}

@media (max-width: 640px){
  .custom-button,
  .navbar-button{
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Global Navigation Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
  width: fit-content;
  margin: 0 auto !important;
}

.tabs ul li{
  width: auto;
  padding: 0 25px;
}

.tabs .nav-link {
  padding: 10px 0px;
  transition: 0.3s;
  border-radius: 0;
  display: block;
  cursor: pointer;
  height: 100%;
  border: 0;
}

.tabs > ul.nav-tabs > li > a h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
  top: 20px;
}

.tabs > ul.nav-tabs> li:hover > a h4::before,
.tabs > ul.nav-tabs> li > a.active h4::before{
    visibility: visible;
    width: 100%;
}

.tabs .nav-link:hover{
  border: 0;
}

.tabs .nav-link:hover h4{
  color: var(--secondary-color);
  transition: 0.3s;
}

.tabs .nav-link.active {
  background: transparent;
  color: var(--secondary-color);
  border-color: transparent;
}

.tabs .nav-link.active h4 {
  color: var(--secondary-color);
}

.tabs .nav-link h4 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: var(--contrast-color);
  text-transform: uppercase;
  font-family: var(--nav-font);
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
.owl-dots{
  margin-bottom: 20px;
  width: 90%;
  border-bottom: 1px solid #ffffff14;
  margin-top: 50px;
}

.owl-dots .owl-dot{
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  width: 20%;
  border: 1px solid #fff0;
  margin: 0;
  top: 8px;
  transition: 0.5s;
}

.owl-dots .owl-dot.active{
  border-color: var(--secondary-color);
}

.owl-nav{
  position: absolute;
  right: 30px;
  bottom: -18px;
  font-size: 22px;
}

.owl-nav .owl-prev{
  top: 32px;
  position: relative;
  right: 35px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next{
  color: var(--default-color);
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled{
  color: var(--secondary-color);
}

@media (max-width: 640px){
  .owl-dots{
    margin-top: 20px;
    width: 70%;
  }
  .owl-dots .owl-dot{
    width: 10%;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  background-size: cover;
  background-color: #acacac;
  overflow: hidden;
  background: url("../img/core/hero-1.png") top center;
  margin-bottom: 0;
  transition: all 0.5s;
}

.hero::before {
  content: "";
  background: rgba(0, 0, 0, 0.82);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero.roll-down{
  margin-bottom: -160px;
  transition: all 0.5s;
}

.hero .container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  z-index: 3;
  transition: all 0.5s;
}

.hero.roll-down .container{
  bottom: 100px;
}

.hero .hero-thumbnail img{
  border-radius: 100%;
  height: 150px;
  width: 150px;
  position: relative;
  opacity: 0.9;
}

.hero .hero-desc h3 {
  color: var(--third-color);
  font-size: 44px;
  padding: 0;
  margin: 0 auto;
  font-family: var(--default-font);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.91;
}

.hero .cta-buttons{
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.hero .btn-get-started {
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 10px 25px;
  transition: 0.3s;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  text-transform: uppercase;
}

.hero .btn-get-started:hover {
  color: #000;
  background: var(--secondary-color);
}

.hero .btn-watch-video {
  margin-left: 25px;
  color: var(--contrast-color);
}

.hero .btn-watch-video i {
  color: var(--contrast-color);
}

.hero .btn-watch-video:hover i {
  color: var(--accent-color);
}

.hero .stats .stats-item {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero .btn-scroll{
  font-size: 23px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  border: 2px solid var(--bs-border-color);
  color: var(--bs-border-color);
  position: relative;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero .btn-scroll:hover{
  background: rgba(255, 255, 255, 0.15);
}

.hero .go-down{
  position: relative;
  z-index: 222222;
  text-align: center;
  top: 100%;
  margin-top: -55px;
}

.hero .go-down a img{
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero{
    height: 85vh;
  }

  .hero .hero-desc h3{
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }

  .hero .go-down{
    margin-top: -85px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .hero h3 {
    font-size: 18px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .custom-buttons,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-width: 768px){
  .hero .go-down{
    margin-top: -110px;
  }
}

@media (min-width: 1024px){
  .hero {
    background-attachment: fixed;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Counter Section
--------------------------------------------------------------*/
.counter{
  position: relative;
  z-index: 3;
}

.counter .counter-title span{
  font-size: 16px;
  font-weight: 300;
  color: var(--secondary-color);
  margin-bottom: 0;
  font-style: italic;
  font-family: var(--subtitle-font);
  letter-spacing: 0.2px;
}

.counter .counter-title h3{
  color: var(--contrast-color);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  font-family: var(--nav-font);
  font-size: 30px;
}

.counter .cd-timer {
  text-align: right;
}

.counter .cd-timer .cd-item {
  display: inline-block;
  text-align: center;
  margin-left: 35px;
  height: 120px;
  width: 120px;
  padding-top: 32px;
  position: relative;
}

.counter .cd-timer .cd-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  content: "";
  opacity: 0.1;
  border-radius: 4px;
}

.counter .cd-timer .cd-item:first-child {
  margin-left: 0;
}

.counter .cd-timer .cd-item span {
  font-size: 60px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
}

.counter .cd-timer .cd-item p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .counter .cd-timer .cd-item {
    margin-left: 25px;
  }
}

@media (max-width: 992px) {
  .counter .cd-timer {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .counter .cd-timer .cd-item {
    margin-bottom: 10px;
  }
  .counter .cd-timer .cd-item {
    margin-right: 10px;
    margin-left: 0;
  }
  .counter.cd-timer .cd-item:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px){
  .counter .cd-timer .cd-item {
    margin-right: 10px;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Abouts Section
--------------------------------------------------------------*/
.abouts{
  position: relative;
  z-index: 3;
  padding-bottom: 35px;
}

.abouts .abouts-pic img{
  min-width: 100%;
}

.abouts .abouts-profile{
  padding-top: 20px;
}

.abouts .abouts-profile p{
  font-size: 15px;
  color: var(--paragraph-color);
}

.abouts .follow-us .follow-us-inner{
  margin-top: 0px;
}

@media (max-width: 640px){
  .abouts .abouts-profile .paragraph-heading{
    text-align: center;
    margin-top: 20px;
  }

  .abouts p.content-description{
    text-align: justify;
  }
}

/*--------------------------------------------------------------
# Themes Section
--------------------------------------------------------------*/
.themes{
  position: relative;
  z-index: 3;
}

.themes .one-half{
  width: 100%;
  padding: 40px 15px;
  position: relative;
}

.themes .one-half.descc{
  position: relative;
  z-index: 1;
}

.themes .half-image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 640px){
  .themes .paragraph-title,
  .themes .paragraph-subtitle{
    text-align: center;
  }

  .themes .content-description{
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .themes .one-half {
    padding: 8% 13% 8% 5%;
    width: 50%; 
  }
}

.ftco-about .one-half.img {
  display: block; 
}

@media (max-width: 767.98px) {
    .themes .one-half.half-image {
      height: 300px; 
  } 
}

.themes .one-half .play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: -50px;
  width: 100px;
  height: 100px;
  background: #fd0054;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background: #fd0054;
  background: -moz-linear-gradient(-45deg, #a0522e 0%, #a0522e 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #fd0054), color-stop(100%, #fd6b00));
  background: -webkit-linear-gradient(-45deg, #a0522e 0%, #a0522e 100%);
  background: -o-linear-gradient(-45deg, #a0522e 0%, #a0522e 100%);
  background: -ms-linear-gradient(-45deg, #a0522e 0%, #a0522e 100%);
  background: -webkit-linear-gradient(315deg, #a0522e 0%, #a0522e 100%);
  background: -o-linear-gradient(315deg, #a0522e 0%, #a0522e 100%);
  background: linear-gradient(135deg, #a0522e 0%, #a0522e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0054', endColorstr='#fd6b00', GradientType=1 );
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; 
}

.themes .one-half .play-btn span {
  color: #fff;
  font-size: 30px; 
}

@media (min-width: 992px) {
  .themes .one-half .play-btn {
    right: 0; 
  } 
}

/*--------------------------------------------------------------
# Our Story Section
--------------------------------------------------------------*/
.our-story{
  position: relative;
  z-index: 3;
}

.our-story .our-story-details p{
  font-size: 15px;
  color: var(--paragraph-color);
}

/*--------------------------------------------------------------
# Campaign Section
--------------------------------------------------------------*/
.campaign{
  position: relative;
  z-index: 3;
}

.campaign .campaign-captions{
  margin-bottom: 50px;
}

.campaign .campaign-captions p{
  color: var(--paragraph-color);
  text-align: justify;
  margin-bottom: 18px;
}

.campaign .single-caption{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.campaign .single-caption .caption-icon span {
  color: var(--secondary-color);
  font-size: 40px;
  margin-bottom: 0;
  display: block;
}

.campaign .single-caption .caption {
  padding-left: 18px;
}

.campaign .single-caption .caption h5 {
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 500;
  font-family: var(--nav-font);
}

.campaign .single-caption .caption p {
  color: var(--paragraph-color);
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  line-height: 1.5;
}

.campaign .campaign-image .campaign-font-img{
  position: absolute;
  z-index: 1;
  bottom: 127px;
  left: 22%;
}

.campaign .campaign-image .campaign-back-img{
  position: relative;
  z-index: 0;
}

.campaign .campaign-image .campaign-back-img img{
  border-radius: 10px;
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.5);
  filter: grayscale(100%);
}

@media (max-width: 575px){
  .campaign .campaign-image .campaign-back-img{
    position: unset;
  }
  .campaign .campaign-image .campaign-back-img img{
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px){
  .campaign .campaign-image .campaign-back-img{
    position: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .campaign .campaign-image .campaign-back-img{
    position: unset;
  }
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
.sponsor{
  position: relative;
  z-index: 3;
}

.sponsor .sponsor-headline{
  background: rgba(91, 91, 91, 0.18);
  position: relative;
  padding: 25px;
  border-radius: 5px;
}

.sponsor .sponsor-headline i{
  background: var(--secondary-color);
  color: var(--contrast-color);
  font-size: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.sponsor .sponsor-headline h4{
  color: var(--contrast-color);
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--nav-font);
}

.sponsor .sponsor-headline .subtitle{
  font-size: 14px;
  font-family: var(--nav-font);
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  color: var(--secondary-color);
  text-transform: uppercase;
}

.sponsor .sponsor-headline p{
  font-size: 14px;
}

.sponsor .sponsor-proposal{
  background: rgba(91, 91, 91, 0.18);
  position: relative;
  padding: 25px;
  border-radius: 5px;
  text-align: left;
}

.sponsor .sponsor-proposal h4{
  font-size: 22px;
  margin-bottom: 6px;
}

.sponsor .sponsor-proposal p{
  font-size: 14px;
}

.sponsor .sponsor-proposal a.custom-button{
  font-size: 11px;
}

a.sponsor-link img{
  filter: grayscale(100%);
  border-radius: 10px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

a.sponsor-link:hover img{
  filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.sponsor-slider{
  position: relative;
  z-index: 3;
  scroll-margin-top: 90px;
  overflow: clip;
  padding: 50px 0;
}

.sponsor-slider .sponsor-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.sponsor-slider .sponsor-logo img {
  padding: 0;
  max-width: 90%;
  transition: 0.3s;
  opacity: 0.5;
  filter: grayscale(100);
}

.sponsor-slider .sponsor-logo img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Awards Section
--------------------------------------------------------------*/
.awards{
  position: relative;
  z-index: 3;
}

.awards .awards-card{
  background: rgba(91, 91, 91, 0.18);
  position: relative;
  padding: 25px;
  border-radius: 5px;
}

.awards .awards-card .awards-title{
  color: var(--secondary-color);
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--nav-font);
}

.awards .awards-card p{
  font-size: 14px;
}

@media (max-width: 640px){
  .awards .awards-card .awards-title{
    text-align: center;
  }
  .awards .awards-card p{
    text-align: justify;
  }
  .awards .award-categories-thumbnail{
    max-width: 160px;
    margin: 0 auto !important;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Road To Section
--------------------------------------------------------------*/
.road-to{
  position: relative;
  z-index: 3;
}

.road-to .road-to-banner img{
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 30px rgba(89, 89, 89, 0.15);
}

.road-to .road-to-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
}

/*--------------------------------------------------------------
# Album Section
--------------------------------------------------------------*/
.album{
  position: relative;
  z-index: 3;
}

.album .single-album .single-album-info .album-title a{
  color: var(--contrast-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600;
}

.album .single-album .single-album-info .album-title a:hover{
  color: var(--secondary-color);
}

.album .single-album .single-album-info .album-subtitle{
  font-size: 13px;
  color: var(--paragraph-color);
  margin-top: 7px;
}

/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
.news{
  position: relative;
  z-index: 3;
}

.headline-news{
  height: 275px;
  position: relative;
  margin-bottom: 40px;
  margin-left: 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
  box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.headline-news::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
}

.headline-news.large-headline {
  height: 550px;
  margin-left: 0;
}

.headline-news.news-card {
  height: 320px;
  margin-left: 0;
}

.headline-news .li-tag {
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  padding: 5px 18px;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 30px;
  background-color: var(--secondary-color);
}

.headline-news.large-headline .li-tag {
  left: 40px;
  top: 25px;
}

.headline-news .li-text {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 100%;
  padding: 0 30px;
  z-index: 1;
}

.headline-news.large-headline .li-text h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.headline-news.large-headline .li-text h4 a {
  color: var(--contrast-color);
  font-weight: 500;
  line-height: 34px;
}

.headline-news .li-text h5 {
  margin-bottom: 8px;
  font-size: 18px;
}

.headline-news .li-text h5 a {
  display: block;
  color: var(--contrast-color);
  font-weight: 500;
  line-height: 30px;
}

.headline-news.news-card .li-text h5 a {
  display: block;
  color: var(--contrast-color);
  font-weight: 500;
  line-height: 30px;
  font-size: 15px;
}

.headline-news.news-card .li-text h5 a:hover{
  color: var(--secondary-color);
}

.headline-news .li-text span {
  font-size: 14px;
  color: var(--contrast-color);
}

.headline-news .li-text span i {
  color: var(--secondary-color);
}

/*--------------------------------------------------------------
# Follow Us Section
--------------------------------------------------------------*/
.follow-us{
  position: relative;
  z-index: 3;
}

.follow-us-inner {
  padding: 60px 70px 48px;
  overflow: hidden;
  border-radius: 2px;
  margin-top: -100px;
}

.follow-us-inner .ni-text {
  float: left;
}

.follow-us-inner .ni-text h3 {
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 8px;
  font-family: var(--nav-font);
}

.follow-us-inner .ni-text p {
  margin-bottom: 0;
  color: var(--contrast-color);
  text-align: justify;
  font-size: 14px;
}

.follow-us-inner .ni-instagram{
  float: right;
  top: 15px;
  position: relative;
}

.follow-us-inner .ni-instagram.linked-btn{
  top: 0px;
}

.follow-us-inner .ni-instagram h3{
  font-family: var(--nav-font);
}

.follow-us-inner .ni-instagram h3 a{
  color: var(--contrast-color);
}

.follow-us-inner .ni-instagram h3 a:hover{
  color: var(--secondary-color);
}

@media (max-width: 640px){
  .follow-us-inner{
    padding: 40px 30px 40px;
  }
  .follow-us-inner .ni-text{
    margin-bottom: 15px;
    float: none;
  }
  .follow-us-inner .ni-text h3{
    margin-bottom: 20px;
    text-align: center;
  }
  .follow-us-inner .ni-instagram{
    float: none;
    display: block;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Past Winners Section
--------------------------------------------------------------*/
.past-winners{
  position: relative;
  z-index: 3;
}

.past-winners .past-winners-wrapper{

}

.single-film-slide {
  position: relative;
  z-index: 1;
}

.single-film-slide .poster-film{
  height: 320px;
}

.single-film-slide .slide-poster{
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-film-slide .slide-poster a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: 0.3s;
}

.single-film-slide .slide-poster a:hover::after {
  background: rgba(0, 0, 0, 0.0);
}

.single-film-slide .slide-text {
  margin-top: 30px;
}

.single-film-slide .slide-text .game-title {
  color: var(--contrast-color);
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: var(--nav-font);
}

.single-film-slide .slide-text .meta-data {
  position: relative;
  z-index: 1;
}

.single-film-slide .slide-text .film-title {
  color: var(--contrast-color);
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.single-film-slide .slide-text .meta-data span {
  font-size: 13px;
  font-family: var(--nav-font);
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.single-film-slide .slide-text .meta-data span.production-house{
  color: var(--paragraph-color);
}

.single-film-slide .slide-text .meta-data span.award {
  color: var(--secondary-color);
}

@media (max-width: 640px){
    .single-film-slide .poster-film{
        height: 640px;
    }
}

/*--------------------------------------------------------------
# Programs Section
--------------------------------------------------------------*/
.programs{
  position: relative;
  z-index: 3;
}

.programs .programs-sliders-area{
  position: relative;
}

.programs .programs-sliders-area .programs-content{
    position: absolute;
    left: 60px;
    bottom: 35px;
    right: 420px;
}

.programs-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
}

.programs-date {
  position: absolute;
  left: 60px;
  top: 0;
  background: #f09819; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffa500 0%,#ffa500 34%,#a0522e 64%,#a0522e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffa500 0%,#ffa500 34%,#a0522e 64%,#a0522e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffa500 0%,#ffa500 34%,#a0522e 64%,#a0522e 100%);
  padding: 20px;
  z-index: 3;
}

.programs-date h2 span {
  font-size: 16px;
}

.programs-content{
  position: relative;
  z-index: 3;
}

.programs-content > h2 {
  margin-bottom: 15px;
  font-family: var(--nav-font);
  text-transform: uppercase;
  font-weight: 700;
}

.programs-content > p {
  margin-bottom: 0;
  color: var(--paragraph-color);
  text-align: justify;
  font-size: 15px;
}

.programs-sliders .single-programs{
    max-width: 950px;
    margin: 50px auto 0;
    position: relative;
}

.programs-sliders-area {
    position: relative;
    overflow: hidden;
}

.programs-next {
    position: absolute;
    width: 950px;
    bottom: 0;
    left: 0;
    margin-left: -770px;
    z-index: 99;
    cursor: pointer;
}

.programs-prev {
    position: absolute;
    width: 950px;
    bottom: 0;
    right: 0;
    margin-right: -770px;
    z-index: 99;
    cursor: pointer;
    height: 350px;
}

@media (max-width: 640px){
  .programs-sliders-area .programs-sliders .owl-dots{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .programs-sliders-area .programs-sliders .owl-dots .owl-dot{
    width: 30%;
  }
}

@media only screen and (max-width: 1350px){
  .programs-sliders .single-programs {
    max-width: 880px;
  }
}

@media only screen and (max-width: 1285px){
  .programs-prev,
  .programs-next,
  .thumb-prev,
  .thumb-next{
    max-width: 880px;
  }
  .thumb-prev {
    left: -645px;
  }
  .thumb-next {
    right: -645px;
  }
}

@media only screen and (max-width: 1199px){
  .thumb-prev,
  .thumb-next{
    max-width: 750px;
  }
  .thumb-prev {
    left: -530px;
    bottom: 30px;
  }
  .thumb-next {
    right: -530px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 1100px){
  .programs-prev,
  .programs-next,
  .programs-sliders .single-programs {
    max-width: 750px;
  }
  .programs-content {
    right: 230px;
  }
  .programs-next {
    margin-left: -620px;
  }
  .programs-prev {
    margin-right: -620px;
  }
}

@media only screen and (max-width: 1070px){
  .thumb-prev, .thumb-next{
    max-width: 730px;
  }
  .programs-prev, .programs-next, .programs-sliders .single-programs {
    max-width: 730px;
  }
}

@media only screen and (max-width: 991px){
  .programs-sliders .single-programs {
    max-width: 690px;
  }
  .programs-thumb {
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .programs-sliders .single-programs{
    max-width: 510px;
  }
  .programs-content {
    right: 20px !important;
    left: 20px !important;
    bottom: 45px !important;
  }

  .programs-date {
      left: 20px !important;
  }
}

@media only screen and (max-width: 576px){
  .programs-slider .single-programs {
      margin-left: 15px;
      margin-right: 15px;
  }
}

@media only screen and (max-width: 420px){
  .programs-bg{
      height: 400px;
  }
  .programs-content h2 {
      font-size: 20px;
  }
}

p.content-description{
  font-size: 15px;
  color: var(--paragraph-color);
}

.front-programs{
  padding: 50px 0 20px;
}

.programs-higlight{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
}

.programs-higlight.middle-higlight{
  top: -25px;
}

.programs-higlight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: 0.3s;
  z-index: 2;
}

.programs-higlight .programs-higlight-thumbnail{
  position: relative;
  overflow: hidden;
}

.programs-higlight .programs-higlight-thumbnail img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.programs-higlight.middle-higlight .programs-higlight-thumbnail img{
  height: 500px;
}

.programs-higlight .programs-higlight-thumbnail .thumbnail-text{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  padding: 30px 0px 30px 0px;
}

.programs-higlight .programs-higlight-thumbnail .thumbnail-text .thumbnail-inner{
  margin: 0 auto !important;
  text-align: center;
}

.programs-higlight .programs-higlight-thumbnail .thumbnail-text span {
  font-size: 13px;
  color: var(--secondary-color);
  margin-top: 9px;
  display: block;
  position: relative;
  z-index: 8;
  font-weight: 500;
  font-family: var(--nav-font);
}

.programs-higlight .programs-higlight-thumbnail .thumbnail-text h3 {
  font-size: 20px;
  position: relative;
  z-index: 8;
  color: var(--contrast-color);
  font-weight: 500;
  line-height: 25px;
  font-family: var(--nav-font);
  transition: 0.3s;
}

.programs-higlight .programs-higlight-thumbnail .thumbnail-text a:hover h3{
  color: var(--secondary-color);
  transition: 0.3s;
}

.programs-slide{
  position: relative;
  z-index: 3;
}

.programs-slide .programs-slide-image img{
  box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.5);
}

.programs-slide p{
  font-size: 15px;
  color: var(--paragraph-color);
}

.programs-slide ul.list-inline li a{
  color: var(--contrast-color);
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s all ease;
}

.programs-slide ul.list-inline li a:hover{
  color: var(--secondary-color);
  transition: 0.3s all ease;
}

.programs-slide .programs-slide-sticky-pareum{
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
}



/*--------------------------------------------------------------
# Videos Section
--------------------------------------------------------------*/
.set-bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.videos-higlight-item {
  height: 252px;
  position: relative;
  margin-bottom: 15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videos-higlight-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
}

.videos-higlight-item.large-vg {
  height: 384px;
}

.videos-higlight-item .play-btn {
  font-size: 50px;
  color: #c20000c2;
  position: relative;
  z-index: 99;
}

.videos-higlight-item.large-vg .play-btn {
  font-size: 70px;
}

.videos-higlight-item .videos-higlight-tag{
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  padding: 5px 18px;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 25px;
  background-color: var(--secondary-color);
}

.videos-higlight-item.large-vg .videos-higlight-tag{
  left: 40px;
  top: 25px;
}

.videos-higlight-item .videos-higlight-text {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px;
  z-index: 3;
}

.videos-higlight-item.large-vg .videos-higlight-text h5 {
  margin-bottom: 10px;
  font-size: 18px;
}

.videos-higlight-item.large-vg .videos-higlight-text h5 a{
  color: var(--contrast-color);
  font-weight: 500;
  line-height: 34px;
}

.videos-higlight-item .videos-higlight-text h6 {
  color: var(--contrast-color);
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 0;
}

.videos-higlight-item.large-vg .videos-higlight-text ul{
  margin-bottom: 0;
  padding-left: 0;
}

.videos-higlight-item.large-vg .videos-higlight-text ul li {
  list-style: none;
  font-size: 12px;
  color: var(--contrast-color);
  display: inline-block;
  position: relative;
  margin-right: 28px;
}

.videos-higlight-item.large-vg .videos-higlight-text ul li i {
  margin-right: 4px;
  color: var(--secondary-color);
}

/*--------------------------------------------------------------
# Past Festivals Section
--------------------------------------------------------------*/
.past-festivals{
  position: relative;
  z-index: 3;
}

.single-festivals {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-festivals .post-thumbnail {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
}

.single-festivals .post-thumbnail a{
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;  
}

.single-festivals .post-thumbnail a img{
  display: block;
  width: 100%;
  height: 520px;
}

.single-festivals .post-thumbnail a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
}

.single-festivals .post-content .post-title{
  color: var(--contrast-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.single-festivals .post-content .post-title:hover h5{
  color: var(--secondary-color);
}

.single-festivals .post-content .post-title h5 {
  line-height: 1.5;
  margin-bottom: 3px;
  font-family: var(--nav-font);
  font-weight: 600;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 16px;
  margin-top: 20px;
}

.single-festivals .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.single-festivals .post-content .post-meta span {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: var(--secondary-color);
}

/*--------------------------------------------------------------
# timeline Section
--------------------------------------------------------------*/
.timeline{
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 90px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

.timeline::before{
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.timeline img{
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.timeline .timeline-tabs .nav-link{
  position: relative;
  width: 70px;
  height: 70px;
  background: #1e1e1e;
  border-radius: 50%;
  border: 0;
  color: var(--contrast-color);
  font-weight: 700;
  margin: 0 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3 ease;
  font-family: var(--nav-font);
}

.timeline .timeline-tabs .nav-link.active{
  background: var(--secondary-color);
}

.timeline .timeline-tabs .nav-link:before{
  content: '';
  position: absolute;
  width: 125px;
  height: 125px;
  border: 20px solid #FFA500;
  clip-path: inset(0 0 50% 0);
  border-radius: 50%;
  top: -28px;
  left: -28px;
  z-index: -1;
  transform: rotate(0deg);
  transition: transform 0.6s ease;
}

.timeline .timeline-tabs .nav-link.active:before{
  transform: rotate(180deg);
}

.timeline .timeline-content{
  margin-top: 120px;
  display: block;
  position: relative;
}

.timeline .timeline-content h4.timeline-title{
  font-family: var(--nav-font);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.timeline .timeline-content .timeline-table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  margin-bottom: 20px;
}

.timeline .timeline-content .timeline-table tr th,
.timeline .timeline-content .timeline-table tr td{
  border-bottom: 2px solid #e6e6e63d;
  padding: 12px 10px;
  font-weight: normal;
  text-align: left;
  color: var(--paragraph-color);
  font-size: 15px;
}

.timeline .timeline-content .timeline-table tr:first-child th,
.timeline .timeline-content .timeline-table tr:first-child td{
  border-top: 0;
}

.timeline .timeline-content .timeline-table tr td p{
  margin: 0;
}

.timeline .timeline-content .timeline-table tr td p i{
  font-size: 22px;
}

.timeline .timeline-content .timeline-table tr td p a{
  color: var(--paragraph-color);
}

.timeline .timeline-content .timeline-table tr td p a:hover{
  color: var(--secondary-color);
}

@media (max-width: 640px){
  .timeline .timeline-tabs .nav-link{
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 35px;
  }
  .timeline .timeline-tabs .nav-link::before{
    top: -27px;
    left: -27px;
    width: 85px;
    height: 85px;
  }
  .timeline .timeline-content{
    margin-top: 90px;
  }
  .timeline .timeline-content h4.timeline-title{
    font-size: 18px;
  }
  .timeline .timeline-content .timeline-table tr th, 
  .timeline .timeline-content .timeline-table tr td{
    white-space: nowrap;
  }
}

/*--------------------------------------------------------------
# Profile Card Section
--------------------------------------------------------------*/
.profile-card{
  position: relative;
  z-index: 3;
  padding-top: 130px;
}

.profile-card .single-profile-card .profile-card-img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.5);
}

.profile-card .single-profile-card .profile-card-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
}

.profile-card .single-profile-card:hover .profile-card-img img {
  transform: scale(1.06);
  border-radius: 10px;
  box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.5);
}

.profile-card .profile-card-social{
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  text-align: center;
  padding-left: 0;
  z-index: 1;
}

.profile-card-social li {
  display: inline-block;
}

.profile-card .profile-card-social li a {
  color: var(--contrast-color);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin-left: 8px;
  display: inline-block;
  background: #000;
  -webkit-transform: .4s;
  -ms-transform: .4s;
  transform: .4s;
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
}

.profile-card .profile-card-social li a:hover{
  transition: 0.3s all ease;
  background-color: var(--secondary-color);
  color: #000;
}

.profile-card .single-profile-card .profile-card-img:hover .profile-card-social a {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.profile-card .profile-card-social li:nth-child(1) a {
  transition-delay: 0.0s;
}

.profile-card .profile-card-social li a i {
  display: inline-block;
}

.profile-card .single-profile-card .profile-card-caption {
  padding: 15px 0px;
  text-align: center;
}

.profile-card .single-profile-card .profile-card-caption h3 {
  margin-bottom: 0;
}

.profile-card .single-profile-card .profile-card-caption h3 a {
  color: var(--contrast-color);
  font-weight: 600;
  font-size: 20px;
  font-family: var(--nav-font);
}

.profile-card .single-profile-card .profile-card-caption h3 a:hover {
  color: var(--secondary-color);
}

.profile-card .single-profile-card .profile-card-caption p {
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 0;
  font-family: var(--heading-font);
  letter-spacing: 0.1px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
.schedule{
  position: relative;
  z-index: 3;
}

.schedule .schedule-tab .nav-tabs {
  border: none;
  border-radius: 2px;
  margin-bottom: 30px;
  -webkit-box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
  box-shadow: 12px 8px 20px 5px rgba(0, 0, 0, 0.15);
}

.schedule .schedule-tab .nav-tabs .nav-item {
  border-right: 1px solid #510802;
  width: 20%;
  text-align: center;
}

.schedule .schedule-tab .nav-tabs .nav-item .nav-link {
  padding: 20px 0 25px 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.schedule .schedule-tab .nav-tabs .nav-item .nav-link.active {
  border-radius: 2px;
  border-color: #dba20a;
  background-color: #dba20a;
}

.schedule .schedule-tab .nav-tabs .nav-item .nav-link h5 {
  color: var(--contrast-color);
  font-family: var(--nav-font);
  font-size: 20px;
  font-weight: 500;
}

.schedule .schedule-tab .nav-tabs .nav-item .nav-link.active h5 {
  color: #000;
}

.schedule .schedule-tab .nav-tabs .nav-item .nav-link p{
  font-size: 14px;
  margin-bottom: 0;
  color: var(--paragraph-color);
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  box-shadow: 2px 3px 6px -2px rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.schedule .schedule-tab .nav-tabs .nav-item .nav-link.active p{
  background-color: #000;
}

.schedule .tab-content .accordion-wrapper{
  background-color: #000;
  border-radius: 2px;
  box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.5);
}

.schedule .tab-content .accordion-wrapper .accordion-item{
  margin-bottom: 0px;
  border-radius: 0;
  background: none;
  border: 0;
}

.schedule .tab-content .accordion-wrapper .accordion-item:hover h4 a{
  color: var(--secondary-color);
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a.accordion-button:not(.collapsed) {
  background-color: var(--secondary-color);
  box-shadow: none;
  border-bottom: 2px solid var(--accent-color);
}

.schedule .tab-content .accordion-wrapper .accordion-item:last-child h4 a{
  border-bottom: 0;
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a{
  padding: 25px 35px 25px 35px;
  background-color: #000;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 0;
  line-height: 1.5;
  font-family: var(--nav-font);
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a{
  border-bottom: 2px solid #333;
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a h6{
  font-size: 21px;
  font-weight: 500;
  font-family: var(--nav-font);
  margin-bottom: 12px;
  color: var(--contrast-color);
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a span {
  color: var(--contrast-color);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--default-font);
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a p {
  color: var(--secondary-color);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: var(--subtitle-font);
  font-style: italic;
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a.accordion-button:not(.collapsed) p{
  color: #000;
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a::after {
  position: absolute;
  top: 65px;
  font-size: 15px;
  color: #222222;
  right: 29px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  transform: rotate(180deg);
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a.collapsed::after {
  transform: rotate(0deg);
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a .accordion-info {
  padding-left: 30px;
  overflow: hidden;
}

.schedule .tab-content .accordion-wrapper .accordion-item h4 a img{
  max-width: 160px;
  float: left;
  border-radius: 5px;
}

.schedule .tab-content .accordion-wrapper .accordion-item .accordion-collapse .accordion-body{
  font-size: 14px;
  color: var(--paragraph-color);
  padding: 20px 35px;
  border-bottom: 1px dotted #464646;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 11px 23px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: var(--secondary-color);
  line-height: 1;
  border: 1px solid;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: #000;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.3);
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: var(--heading-color);
  display: inline-block;
  background-color: var(--secondary-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 15px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--paragraph-color);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--secondary-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq{
  position: relative;
  z-index: 3;
}

.faq .faq-list ul{
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list .icon-help {
  font-size: 19px;
  position: absolute;
  right: 0;
  left: 18px;
  color: var(--secondary-color);
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: var(--nav-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  color: var(--secondary-color);
}

.faq .faq-list a.collapsed {
  color: var(--paragraph-color);
}

.faq .faq-list .icon-show, 
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list p {
  padding: 20px 0;
  font-size: 14px;
  color: var(--paragraph-color);
  border-top: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  margin: 20px 0px 0px;
}
/*--------------------------------------------------------------
# Global Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 250px 0 160px 0;
  overflow: hidden;
  background-attachment: fixed;
}

.breadcrumbs-overlay {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.breadcrumbs .container {
  position: relative;
  z-index: 3;
}

.breadcrumbs h2 {
  font-size: 46px;
  font-weight: 600;
  color: var(--contrast-color);
  margin-bottom: 1rem;
  font-family: var(--nav-font);
  text-transform: uppercase;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  font-size: 15px;
}

.breadcrumbs ol li a{
  color: var(--contrast-color);
}

.breadcrumbs ol li a:hover{
  color: var(--secondary-color);
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: var(--secondary-color);
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--secondary-color);
  content: "/";
}

@media (max-width: 992px) {

  .breadcrumbs {
    text-align: center;
    padding: 150px 0 125px 0;
  }

  .breadcrumbs h2 {
    font-size: 38px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Partner Footer Section
--------------------------------------------------------------*/
.partner-logo {
  padding: 30px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #ffffff14;
  border-top: 1px solid #ffffff14;
}

.partner-logo .pl-table {
  display: inline-block;
  display: table;
}

.partner-logo .pl-table .pl-tablecell {
  display: table-cell;
  vertical-align: middle;
  height: 41px;
}

ul.partner-detail-list{
  padding-left: 15px;
}

ul.partner-detail-list li{
  padding: 10px 0;
  color: var(--paragraph-color);
  font-size: 15px;
}

@media (max-width: 640px){
  .partners .abouts-profile p.content-description{
    text-align: justify;
  }
}

/*--------------------------------------------------------------
# Global Contact Section
--------------------------------------------------------------*/
.contact{
  position: relative;
  z-index: 3;
}

.contact .contact-details .contact-information p{
  font-size: 14px;
  color: var(--paragraph-color);
}

.contact .contact-details .contact-information p span{
  color: var(--contrast-color);
  font-weight: 500;
  font-size: 15px;
}

.contact .contact-form-heading p{
  font-size: 14px;
  color: var(--paragraph-color);
}

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 40px;
  width: 100%;
  background-color: transparent;
  box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
  font-size: 14px;
  margin-bottom: 15px;
  border: 1px solid #8f8f8f82;
  padding: 12px 20px;
  font-weight: 400;
  color: var(--paragraph-color);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 2px; 
}

.contact-form-area .form-control:focus {
  box-shadow: none;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.contact-form-area textarea.form-control {
  height: 80px; 
}

.contact .map-area{
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15); 
}

.map-area iframe {
  width: 100%;
  height: 400px;
  border: none;
  margin-bottom: 0;
  border-radius: 2px; 
  position: relative;
}

.map-area:hover::after{
  transition: 0.3s all ease;
  opacity: 0;
}

.map-area:hover iframe{
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .map-area iframe {
    height: 320px; 
  } 
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer-area{
  background-color: #000;
  color: var(--paragraph-color);
  font-size: 14px;
  position: relative;
  padding: 80px 0 0;
}

.footer-area .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

.footer-area .footer-top a.footer-logo img{
  max-width: 120px;
}

.footer-area .footer-top h3.tittle{
  font-size: 36px;
  font-weight: 700;
  color: #5f687b;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-area .footer-top p.description{
  font-size: 14px;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

.footer-area .footer-top .social-links {
  margin-top: 35px;
}

.footer-area .footer-top .social-links a{
  font-size: 15px;
  display: inline-block;
  background: #eaecef0f;
  color: #a0522e;
  line-height: 1;
  padding: 10px 0;
  margin-right: 7px;
  border-radius: 7px;
  text-align: center;
  width: 40px;
  height: 36px;
  transition: 0.3s;
}

.footer-area .footer-top .social-links a:hover {
  background: #ffa500;
  color: #000;
  text-decoration: none;
}

.footer-area .footer-top .footer-contact .contact-card{
  padding: 30px;
  transition: 0.3s;
  border-radius: 7px;
}

.footer-area .footer-top .footer-contact .contact-card.middle{
  background-color: #eaecef0f;
}

.footer-area .footer-top .footer-contact .contact-card:hover{
  background-color: color-mix(in srgb, var(--default-color) 90%, white 5%);
}

.footer-area .footer-top .footer-contact .contact-card i{
  font-size: 33px;
  line-height: 0;
  margin-right: 30px;
  color: var(--secondary-color);
}

.footer-area .footer-top .footer-contact .contact-card h4.title{
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-area .footer-top .footer-contact .contact-card h4 a{
  color: var(--contrast-color);
}

.footer-area .footer-top .footer-contact .contact-card p.contact-info{
  line-height: 20px;
  font-size: 14px;
  margin: 0;
}

.footer-area .footer-bottom {
  border-top: 1px solid #ffffff14;
  z-index: 2;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-area .footer-bottom .copyright {
  float: left;
}

.footer-area .footer-bottom .credits {
  float: right;
}

.footer-area .footer-bottom .credits a{
  color: var(--secondary-color);
}

@media (max-width: 640px){
  .footer-area .footer-bottom .copyright{
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-area .footer-bottom .credits{
    float: none;
    text-align: center;
  }
}

}