@font-face {
    font-family: 'DIN-bold';
    src: url('../fonts/DINNextLTW23-Medium.eot');
    src: url('../fonts/DINNextLTW23-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINNextLTW23-Medium.woff2') format('woff2'),
    url('../fonts/DINNextLTW23-Medium.woff') format('woff'),
    url('../fonts/DINNextLTW23-Medium.ttf') format('truetype'),
    url('../fonts/DINNextLTW23-Medium.svg#DINNextLTW23-Medium') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN-regular';
    src: url('../fonts/DINNextLTW23-Regular.eot');
    src: url('../fonts/DINNextLTW23-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINNextLTW23-Regular.woff2') format('woff2'),
    url('../fonts/DINNextLTW23-Regular.woff') format('woff'),
    url('../fonts/DINNextLTW23-Regular.ttf') format('truetype'),
    url('../fonts/DINNextLTW23-Regular.svg#DINNextLTW23-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN-light';
    src: url('../fonts/DINNextLTW23-Light.eot');
    src: url('../fonts/DINNextLTW23-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINNextLTW23-Light.woff2') format('woff2'),
    url('../fonts/DINNextLTW23-Light.woff') format('woff'),
    url('../fonts/DINNextLTW23-Light.ttf') format('truetype'),
    url('../fonts/DINNextLTW23-Light.svg#DINNextLTW23-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "DIN-light", Tahoma, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 300;
    color: #151515;
    overflow-x: hidden;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

body,
input,
button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #151515;
    text-decoration: none;
}

a:hover {
    color: #c49a3f;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DIN-bold", Tahoma, sans-serif;
    line-height: 1.4;
    margin-bottom: 1rem;
}

a,
.back-to-top,
#topbar,
#topbar .contact-info a,
#topbar .social-links a,
#header,
#header.header-scrolled,
.navbar a,
.navbar a:focus,
.navbar a i,
.navbar .dropdown ul,
.mobile-nav-toggle,
.navbar-mobile,
.navbar-mobile ul,
.banner-carousel .carousel-control,
.banner-carousel .carousel-control i,
.subscribe-form .sub-btn i,
.glightbox-clean .gclose path,
.btn-read-more,
.single-cta,
.album-block,
.album-icon,
.album-thumbnail .img-block,
.partners .swiper-slide img,
.subscribe-form button,
.subscribe-form input,
.contact .form-box input,
.contact .form-box textarea,
#return-to-top {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

::selection {
    background: #c49a3f;
    color: #151515;
}

:root {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
    outline: none;
}

p:last-child {
    margin-bottom: 0;
}

*:focus,
a:focus,
button:focus,
.btn,
.btn:focus,
.btn-close:focus,
input:focus,
select:focus,
.form-select:focus,
.accordion-button:focus,
textarea.form-control:focus,
input.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

/*====================================
	Preloader CSS
======================================*/
.preloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 10px solid #c49a3f;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 5px;
    bottom: 5px;
    z-index: 996;
    background: transparent;
    width: 40px;
    height: 40px;
    border: 2px solid #c49a3f;
    border-radius: 50px;
}

.back-to-top i {
    font-size: 28px;
    color: #c49a3f;
    line-height: 0;
}

.back-to-top:hover {
    background: #c49a3f;
    color: #000;
}

.back-to-top:hover i {
    color: #000;
}

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

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #151515;
    color: #b1b1b1;
    height: 40px;
    font-size: 14px;
    z-index: 996;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #b1b1b1;
}

#topbar .contact-info a:hover {
    color: #f8f8f8;
}

#topbar .contact-info i {
    color: #c49a3f;
    padding-right: 4px;
    margin-left: 40px;
    line-height: 0;
}

#topbar .contact-info i:first-child {
    margin-left: 19px;
}

#topbar .social-links a {
    color: #b1b1b1;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
}

#topbar .social-links a:hover {
    color: #c49a3f;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: transparent;
    z-index: 997;
    padding: 30px 0 10px;
}

#header.header-scrolled {
    padding: 6px 0;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(150, 150, 150, 0.2);
}

#header .logo img {
    width: 300px;
    padding: 0;
    margin: 0;
    display: inline-block;
    filter: brightness(0) invert(1);
    transition: 0.5s cubic-bezier(0, 0, 0.12, 1.9);
    transform: scale(1);
}

#header.header-scrolled .logo img {
    display: inline-block;
    filter: none;
    transition: .5s;
    width: 200px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

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

.navbar li {
    position: relative;
}

.navbar > ul > li {
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 20px;
}

.navbar > ul > li:last-child {
    margin-left: 0;
    margin-top: -10px;
    margin-right: -5px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 7px 0;
    font-family: "DIN-bold", Tahoma, sans-serif;
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
    position: relative;
}

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

.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #c49a3f;
    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:hover li > a {
    opacity: 0.4;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #fff;
    opacity: 1;
}

.navbar li.dropdown:hover i {
    transform: rotate(180deg);
}

#header.header-scrolled .navbar a,
#header.header-scrolled .navbar a:focus {
    color: #151515;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 7px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 10px;
    border-top-right-radius: 0;
    box-shadow: 0 6px 12px rgba(127, 137, 161, 0.25);
}

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

.navbar .dropdown ul a {
    padding: 10px 16px;
    font-size: 16px;
    text-transform: none;
    border-radius: 6px;
    margin: 0 7px;
}

.navbar .dropdown ul a,
#header.header-scrolled .navbar .dropdown ul a {
    color: #151515;
    opacity: 1;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a,
#header.header-scrolled .navbar .dropdown ul a:hover,
#header.header-scrolled .navbar .dropdown ul .active:hover,
#header.header-scrolled.navbar .dropdown ul li:hover > a {
    color: #c49a3f;
    background-color: #f9f5eb;
}

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

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

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

/* .navbar>ul>li>a.search, */
a.search {
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 0;
    display: inline-block !important;
    padding: 0px !important;
}

/* .navbar>ul>li>a.search:before, */
a.search:before {
    display: none;
}

a.search i,
a.search:focus i {
    font-size: 17px;
    line-height: 40px;
    margin-right: 0;
}

a.search:hover,
a.search .active,
a.search .active:focus {
    color: #fff;
    background: #c49a3f;
    box-shadow: 0 0 14px 2px #c49a3f;
    transition: all 0.3s ease;
}

#header.header-scrolled a.search:hover,
#header.header-scrolled a.search .active,
#header.header-scrolled a.search .active:focus {
    color: #000;
    box-shadow: none !important;
}

/* .search a {
  padding: 0 !important;
  margin-bottom: 10px;
}
.search a i,
.search a:focus i {
  font-size: 21px;
  font-weight: bold;
  line-height: 0;
  margin-right: 0;
}
.search a:hover,
.search .active,
.search .active:focus,
li.search:hover>a {
  padding: 0;
  color: #c49a3f !important;
}
} */
@media screen and (max-width: 1399px) {
    .navbar .dropdown .dropdown ul {
        right: -90%;
    }

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

@media screen and (max-width: 1200px) {
    .navbar > ul > li {
        margin: 0 0 0 15px;
    }

    .navbar a,
    .navbar a:focus {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    #header .logo {
        width: 200px;
    }

    #header .container {
        max-width: 960px;
    }
}

@media screen and (min-width: 992px) {
    #header .logo {
        margin-left: 35px;
    }

    #header.header-scrolled .navbar > ul {
        margin-top: 10px;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
}

@media screen and (max-width: 991px) {
    .mobile-nav-active {
        overflow: hidden;
    }

    .navbar-mobile.navbar {
        right: 0;
    }

    .mobile-nav-toggle,
    .search-mobile {
        display: block;
        /* z-index: 999; */
    }

    #header.header-scrolled .toggle-menu span:before,
    #header.header-scrolled .toggle-menu span:after,
    #header.header-scrolled .toggle-menu span {
        background-color: #151515;
    }

    #header.header-scrolled .search-mobile a.search {
        color: #151515;
    }

    #header.header-scrolled .active.toggle-menu span:before,
    #header.header-scrolled .active.toggle-menu span:after {
        background-color: #fff;
    }

    #header {
        padding: 10px 0;
    }

    .navbar {
        padding: 0;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.6s;
        z-index: 999;
    }

    ul.social-links,
    .banner-carousel .carousel-control {
        display: none !important;
    }

    .navbar.navbar-mobile:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgb(21 21 21 / 98%);
        z-index: 888;
    }

    .hero .container {
        max-width: 960px;
    }

    .slider-text {
        padding-left: 25px;
        padding-right: 25px;
    }

    .navbar ul,
    .navbar.navbar-mobile > ul > li:last-child {
        display: none;
    }
}

/* .navbar-mobile {
  /* position: fixed; */
/* overflow: hidden; */
/* top: 0; */
/* right: 0; */
/* left: 0; */
/* bottom: 0; */
/* background: rgba(20, 21, 28, 0.9); */
/* z-index: 999; */
/* scroll-behavior: initial; */
/* } */
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 60px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px;
    border-radius: 20px;
    border-top-right-radius: 0;
    background-color: #fff;
    overflow-y: auto;
    z-index: 999;
}

.navbar-mobile > ul > li {
    padding: 0;
    margin: 0;
}

.navbar-mobile a {
    padding: 10px 20px !important;
    font-size: 21px !important;
    color: #151515 !important;
}

/* .navbar>ul>li>a:before
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
} */
.navbar-mobile > ul > li > a:before {
    display: none;
}

.navbar-mobile li > a {
    opacity: 1 !important;
}

.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: #fff;
}

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

.fixed-position {
    position: fixed;
}

.navbar-mobile li.dropdown:hover i {
    transform: rotate(0deg);
}

.navbar-mobile .dropdown ul a {
    font-size: 16px !important;
}

.toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    /* float: right; */
    height: 50px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 50px;
    z-index: 1110;
}

.toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
}

.toggle-menu span:before,
.toggle-menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
}

.toggle-menu span:before {
    top: 7px;
}

.toggle-menu span:after {
    top: -7px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
}

/*-- Main slide --*/
.hero {
    position: relative;
}

.banner-carousel .banner-carousel-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgb(0, 0, 0) 110%);
}

.banner-carousel .banner-carousel-item {
    height: 100vh;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #000000;
}

/* @media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
} */
.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.slide-title {
    font-size: 34px;
    line-height: 44px;
    color: #c49a3f;
    margin: 20px 0 10px;
}

@media screen and (max-width: 991px) {
    .slide-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 575px) {
    .slide-title {
        font-size: 16px;
    }
}

.slide-sub-title {
    margin: 20px 0;
    color: #fff;
}

/* @media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
} */
.slider-text {
    padding-top: 25%;
}

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

.slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}

/* Carousel control */
.banner-carousel .carousel-control {
    position: absolute;
    bottom: 60px;
    z-index: 5 !important;
    /* display: inline-block; */
    /* -webkit-transform: translateY(-60px);
    transform: translateY(-60px); */
    background-color: transparent;
    text-shadow: none;
    padding: 0;
    outline: 0;
    border: 0;
}

@media screen and (max-width: 575px) {
    .banner-carousel .carousel-control {
        display: none !important;
    }
}

.banner-carousel .slick-dots {
    bottom: 60px;
}

.slick-dots li button::before {
    font-size: 12px;
}

.slick-dots li button:hover,
.slick-dots .slick-dots li button:focus,
.slick-dots li.slick-active button {
    opacity: 1;
    background: #c49a3f;
}

.slick-slide {
    outline: 0;
}

.banner-carousel .carousel-control.prev {
    right: 144px;
}

.banner-carousel .carousel-control.next {
    right: 200px;
}

.banner-carousel .carousel-control i {
    display: inline-block;
    background: #fff;
    color: #000;
    line-height: 50px;
    width: 46px;
    height: 46px;
    font-size: 20px;
    border-radius: 100px;
    z-index: 5 !important;
}

.banner-carousel .carousel-control.next i:hover,
.banner-carousel .carousel-control.prev i:hover {
    background: #c49a3f;
    color: #000;
    width: 70px;
}

.banner-carousel .carousel-control.next i:hover {
    padding-right: 30px;
}

.banner-carousel .carousel-control.prev i:hover {
    padding-left: 30px;
}

.banner-carousel .carousel-control.next:before,
.banner-carousel .carousel-control.prev:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
    pointer-events: none !important;
    z-index: 0;
}

.banner-carousel .carousel-control.prev:hover {
    right: 120px;
}

.banner-carousel .carousel-control.next:before {
    right: 0;
}

.banner-carousel .carousel-control.prev:before {
    left: 0;
}

.banner-carousel .carousel-control.next:hover:before,
.banner-carousel .carousel-control.prev:hover:before {
    width: 37px;
    background: #000;
}

.banner-carousel .carousel-control.next:hover:before {
    right: 15px;
}

.banner-carousel .carousel-control.prev:hover:before {
    width: 37px;
    left: 15px;
}

ul.social-links {
    position: absolute;
    left: 0;
    bottom: 60px;
    list-style: none;
    padding: 0;
    z-index: 10 !important;
    margin: 0;
    padding-left: 8.5rem;
}

ul.social-links::before {
    display: block;
    content: "";
    width: 8rem;
    height: 1px;
    background-color: #c49a3f;
    position: absolute;
    left: 0;
    top: 50%;
}

ul.social-links li {
    display: inline-block;
    margin-left: 10px;
}

ul.social-links li {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 24px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    transition: all 0.5s ease;
    background-color: transparent;
}

ul.social-links a {
    color: #bbb;
}

ul.social-links li i {
    line-height: 36px !important;
    font-size: 22px;
    margin: 0;
}

ul.social-links li:hover.facebook {
    background: #1877F2;
    box-shadow: 0 0 14px 2px #1877F2;
    transition: all 0.3s ease;
}

ul.social-links li:hover.twitter {
    background: #1DA1F2;
    box-shadow: 0 0 14px 2px #1DA1F2;
    transition: all 0.3s ease;
}

ul.social-links li:hover.youtube {
    background: #CD201F;
    box-shadow: 0 0 14px 2px #CD201F;
    transition: all 0.3s ease;
}

ul.social-links li:hover.instagram {
    background: #E4405F;
    box-shadow: 0 0 14px 2px #E4405F;
    transition: all 0.3s ease;
}

ul.social-links li:hover.linkedin {
    background: #0A66C2;
    box-shadow: 0 0 14px 2px #0A66C2;
    transition: all 0.3s ease;
}

ul.social-links li:hover a {
    color: #fff;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (print),
(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.section-title {
    margin-bottom: 2rem;
}

.section-title h2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #151515;
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
    line-height: 1;
}

.section-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #c49a3f;
}

.section-title.gcolor h2::after {
    background-color: #008268;
}

.cta {
    position: relative;
    margin: auto;
    padding: 1px 14px 3px 3px;
    transition: all 0.3s ease;
    border: none;
    background: none;
    float: right;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #d9be84;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}

.cta span {
    position: relative;
    color: #151515;
    font-family: "DIN-bold", Tahoma, sans-serif;
    font-size: 18px;
    padding-right: 4px;
}

.cta i {
    position: relative;
    opacity: 0;
    visibility: hidden;
    top: 4px;
    font-size: 23px;
    left:15px;
    color: #151515 !important;
    transition: all 0.4s ease;
}

.cta:hover:before {
    width: 100%;
    background: #c49a3f;
}

.cta:hover i {
    opacity: 1;
    visibility: visible;
    left: 5px;
}

/*
 .cta:active {
  transform: scale(0.95);
 } */

.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(-100%);
}

.search-overlay .search-overlay-layer {
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.5s ease-in-out 0.3s;
}

.search-overlay .search-overlay-close {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transition: all 0.6s ease-in-out 1s;
    opacity: 0;
    visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: right;
    margin-bottom: 5px;
    background-color: #fff;
    transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
    background: red;
    transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
    transition: all 0.5s ease-in-out 0.8s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}

.search-overlay .search-overlay-form form {
    position: relative;
}

.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    color: #151515;
    padding: 3px 26px 0 66px;
    outline: none;
    font-size: 19px;
    font-family: "DIN-bold", Tahoma, sans-serif;
}

.search-overlay .search-overlay-form form .input-search::placeholder {
    transition: all 500ms ease;
    letter-spacing: 0.5px;
    color: #151515;
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form button {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 50px;
    color: #fff;
    height: 50px;
    border-radius: 50%;
    background-color: #c49a3f;
    transition: all 500ms ease;
    border: none;
    font-size: 21px;
    line-height: 45px;
}

.search-overlay .search-overlay-form form button:hover {
    background-color: #151515;
    color: #fff;
}

.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    .search-overlay .search-overlay-form {
        max-width: 290px;
        width: 290px;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.intro-about p {
    font-size: 21px;
    text-align: justify;
}

.about .rm-btn {
    font-family: "DIN-bold", Tahoma, sans-serif;
    font-size: 16px !important;
}

.about .rm-btn:hover {
    color: #008268;
}

.btn-read-more {
    position: relative;
    overflow: hidden;
    font-size: 17px;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    color: #008268;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    /* margin-top: 6px; */
    border: 1px solid #008268;
    z-index: 1;
}

.btn-read-more:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: #008268;
    transition: all 0.4s;
}

.btn-read-more:hover {
    color: #fff !important;
    text-decoration: none;
}

.btn-read-more:hover:before {
    width: 100%;
}

.about .accordion-body {
    font-size: 19px;
    border: 1px solid #008268;
    border-top: transparent;
    padding: 0 1.25rem 1rem 1.25rem;
}

.about .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.about .accordion-item:last-child,
.about .accordion-body ol {
    margin: 0;
}

.about .accordion-body ol {
    padding-right: 1.5rem;
}

.about .accordion-item,
.about .accordion-button:not(.collapsed) {
    border-radius: 0 !important;
}

.about .accordion-button {
    font-weight: 700;
    font-size: 19px;
    background-color: #f9f9f9;
    transition: none;
}

.about .accordion-button:not(.collapsed) {
    color: #008268;
    border: 1px solid #008268;
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: none;
}

.about .accordion-button:not(.collapsed)::after {
    background-image: url('../img/accordion-button.svg') !important;
}

/*------------------------------------------------
/* Counts
================================================== */
.counts {
    padding-top: 0;
}

.counts .counters .icon {
    margin: 0 auto 1.6rem;
    position: relative;
    width: 64px;
    height: 64px;
}

.counts .counters .icon:before {
    position: absolute;
    content: "";
    height: 52px;
    width: 52px;
    background: #f1f1f1;
    border-radius: 100px;
    z-index: -1;
    top: 20px;
    right: 26px;
}

.counts .counters h2 {
    color: #008268;
    font-size: calc(1.5rem + 1.5vw);
    font-weight: 700;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.counts .counters p {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-family: "DIN-regular", Tahoma, sans-serif;
    font-size: calc(1.2rem + .3vw);
}

/*------------------------------------------------
/* NEWS
================================================== */
#news {
    background-color: #f9f9f9;
    padding-bottom: 75px;
}

.owl-carousel .news-block {
    max-width: 400px;
}

.news-block {
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
    margin: auto;
}

.news-block:hover {
    border-color: #c49a3f;
    transform: translate(0px, -3px);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    box-shadow: 0px 24px 24px -24px rgb(0 0 0 / 40%);
}

.news-block:hover h4 a {
    color: #c49a3f;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    min-height: 240px;
}

.news-block .news-tag {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.news-block .news-tag a {
    padding: 4px 14px 2px;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 0 0 20px 0;
    background-color: #cc9638;
}

.news-block .news-tag a:hover,
.news-block .news-tag a:focus {
    color: #c49a3f;
    background-color: #f9f5eb;
}

.news-block .news-thumbnail:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    z-index: 999;
    left: 130%;
    top: -20px;
    height: 100%;
    width: 150%;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* .news-block .img-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(204 150 56) 150%);
} */
.news-block .news-thumbnail:hover:before,
.news-block:hover .news-thumbnail:before {
    left: -150%;
    top: 10px;
}

/* .news-block:hover .img-block:after {
  display: none;
} */
/* .news-block .news-thumbnail img {
    width: 100%;
    max-height: 240px;
} */
.img-block {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 240px;
    position: relative;
    display: block;
    background-color: #f3f3f3;
}

.details {
    padding: 25px;
}

.details h4 {
    font-size: calc(1rem + .3vw);
}

.details p {
    max-height: 50px;
    overflow: hidden;
}

.details a {
    display: block;
}

.date {
    color: #151515;
    font-size: 15px;
    display: inline-block;
}

.read-more {
    position: relative;
    float: right;
    z-index: 1;
}

.read-more .rm-btn {
    padding: 3px 10px 0;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.read-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #c49a3f;
    z-index: -1;
    transition: all 0.4s;
}

.read-more:hover::before {
    width: 100%;
}

.read-more:hover .rm-btn {
    color: #151515;
}

.read-more:active:before {
    background: #d9be84;
}

.news_wrap .owl-item {
    opacity: 0;
    padding: 25px 10px;
}

.news_wrap .owl-item.active {
    opacity: 1;
}

.news_wrap .owl-nav {
    /* display: flex !important; */
    /* justify-content: space-between; */
    position: absolute;
    bottom: 50%;
    width: 100%;
    transform: translateY(-50%);
    /* left: -25px; */
    z-index: -1;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .news_wrap .owl-nav {
        display: none !important;
    }
}

/* .news_wrap .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: -50%;
  width: 106%;
  transform: translateY(-56%);
  left: 3px;
  z-index: -1;
} */
.owl-carousel .owl-nav .owl-prev {
    right: 20px;
}

.owl-carousel .owl-nav .owl-next {
    left: 20px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 17px;
    background-color: #e3e3e3;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    height: 40px;
    line-height: 42px;
}

.news_wrap .owl-nav .owl-prev:hover,
.news_wrap .owl-nav .owl-next:hover {
    background-color: #d9be84;
}

.owl-carousel .owl-nav .disabled.owl-prev,
.owl-carousel .owl-nav .disabled.owl-next,
.owl-carousel .owl-nav .disabled.owl-prev:hover,
.owl-carousel .owl-nav .disabled.owl-next:hover {
    cursor: default;
    background-color: #e3e3e3 !important;
    opacity: .2;
}

.news_wrap:hover .owl-prev {
    right: -40px;
}

.news_wrap:hover .owl-next {
    left: -40px;
}

.news_wrap .owl-item,
.news-block .news-thumbnail img,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*--------------------------------------------------------------
# Stories
--------------------------------------------------------------*/
#stories {
    background-color: #151515;
    padding: 200px 0 20px;
}

.stories-btn {
    direction: rtl !important;
    /* margin-top: 40px; */
}

.stories-btn .cta span,
.stories-btn .cta i {
    color: #fff !important;
}

.stories-btn a:hover span,
.stories-btn a:hover i {
    color: #151515 !important;
}

.nahki {
    position: relative;
    width: 260px;
    height: 75%;
    border: 4px solid #fff;
    display: grid;
    place-items: center;
    color: #fff;
    padding: 50px 25px;
    margin: 50px 0;
    border-radius: 40px 0 40px 0;
}

.nahki h1 {
    font-size: 70px;
}

.nahki h2 {
    position: absolute;
    left: -5px;
    bottom: -20px;
    background-color: #151515;
    margin-bottom: 0 !important;
    padding: 6px 16px 6px 0;
}

.stories-slider {
    position: relative;
    max-width: 100%;
    margin: 0 auto 30px;
    background: #fff;
    padding: 50px 25px;
    border-radius: 0 75px 0 75px;
    height: 380px;
    transition: all 0.3s;
    clear: left;
}

@media screen and (max-width: 992px) {
    .stories-slider {
        /* max-width: 680px; */
        /* height: 400px; */
        margin-top: 2rem;
    }

    #stories {
        padding: 150px 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .stories-slider {
        min-height: 500px;
        height: auto;
        margin: 130px auto 20px;
        padding: 25px 15px 50px;
    }
}

/* @media screen and (max-height: 500px) and (min-width: 992px) {
  .stories-slider {
    height: 350px;
    position: relative;
  }
} */
.stories-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .stories-slider__item {
        flex-direction: column;
    }
}

.stories-slider__item.swiper-slide-active .stories-slider__img img {
    opacity: 1;
    transition-delay: 0.1s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > * {
    opacity: 1;
    transform: none;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}

.stories-slider__item.swiper-slide-active .stories-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}

.stories-slider__img {
    width: 200px;
    flex-shrink: 0;
    height: 220px;
    border-radius: 30px;
    transform: translateY(-100px);
    overflow: hidden;
    border: 6px solid transparent;
    outline: 3px solid #c49a3f;
    margin-left: -60px;
}

.stories-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 27px;
    opacity: 1;
    /* width: 100%;
    height: 100%;
    border: 2px solid #fff;
    opacity: 0.5;
    left: 10px;
    top: 5px;
    z-index: 111111; */
    z-index: -1;
    background-color: #151515;
}

.stories-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
    .stories-slider__img {
        margin-left: -44px;
    }
}

@media screen and (max-width: 992px) {
    .nahki {
        margin: 50px auto;
    }
}

@media screen and (max-width: 768px) {
    .stories-slider__img {
        transform: translateY(-50%);
        width: 60%;
        margin-left: 0;
    }
}

@media screen and (max-width: 576px) {
    .stories-slider__img {
        width: 95%;
    }
}

.stories-slider__content {
    padding-right: 60px;
    cursor: default;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .stories-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 576px) {
    .stories-slider__content {
        padding: 0;
    }
}

.stories-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.stories-slider__title {
    font-size: 30px;
    color: #151515;
    margin-bottom: 20px;
    font-family: "DIN-bold", Tahoma, sans-serif;
}

.stories-slider__text {
    color: #151515;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 18px;
}

.stories-slider__button {
    display: inline-flex;
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    background-color: #000;
}

@media screen and (max-width: 576px) {
    .stories-slider__button {
        width: 100%;
    }
}

.stories-slider .quote {
    position: absolute;
    left: 35px;
    bottom: 5px;
    font-size: 200px;
    line-height: 0.1 !important;
    color: #f3f3f3;
    /* text-shadow: -1px -1px 0 #151515, 1px -1px 0 #151515, -1px 1px 0 #151515, 1px 1px 0 #151515; */
}

.stories-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.stories-slider .swiper-pagination-custom,
.stories-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.stories-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 30px;
    width: 20px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .stories-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: initial;
        right: initial;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.stories-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .stories-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
}

.stories-slider__pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 14px;
    transition: all 0.3s;
}

.stories-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c49a3f;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    margin: 15px 0 !important;
}

@media screen and (max-width: 768px) {
    .stories-slider__pagination .swiper-pagination-bullet-active {
        height: 20px;
        width: 20px;
        margin: 0 10px !important;
    }
}

.top-divider,
.bottom-divider {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
}

.top-divider {
    margin-top: -1px;
    top: 0;
}

.bottom-divider {
    margin-bottom: -1px;
    bottom: 0;
}

.top-divider.nahki-divider-top {
    background-image: url(../img/nahki-divider-top.svg);
    background-size: 135% 110px;
    height: 100px;
    z-index: 1;
    -moz-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.top-divider.nahki-divider-bottom {
    background-image: url(../img/nahki-divider-bottom.svg);
    background-size: 135% 110px;
    height: 100px;
    z-index: 1;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: scale(1, -1);
}

/*--------------------------------------------------------------
# Programs
--------------------------------------------------------------*/
#programs {
    padding: 200px 0 100px;
    background-image: radial-gradient(circle at 40% 91%, rgba(251, 251, 251, 0.04) 0%, rgba(251, 251, 251, 0.04) 50%, rgba(229, 229, 229, 0.04) 50%, rgba(229, 229, 229, 0.04) 100%), radial-gradient(circle at 66% 97%, rgba(151, 151, 151, 0.04) 0%, rgba(151, 151, 151, 0.04) 50%, rgba(57, 56, 56, 0.04) 50%, rgba(57, 56, 56, 0.04) 100%), radial-gradient(circle at 86% 7%, rgba(40, 40, 40, 0.04) 0%, rgba(40, 40, 40, 0.04) 50%, rgba(200, 200, 200, 0.04) 50%, rgba(200, 200, 200, 0.04) 100%), radial-gradient(circle at 15% 16%, rgba(99, 99, 99, 0.04) 0%, rgba(99, 99, 99, 0.04) 50%, rgba(45, 45, 45, 0.04) 50%, rgba(45, 45, 45, 0.04) 100%), radial-gradient(circle at 75% 99%, rgba(243, 243, 243, 0.04) 0%, rgba(243, 243, 243, 0.04) 50%, rgba(110, 110, 110, 0.04) 50%, rgba(110, 110, 110, 0.04) 100%), linear-gradient(165deg, rgba(0, 130, 104, 0.4), rgba(196, 154, 63, 0.7));
}

.programs_swiper .swiper-wrapper {
    margin-bottom: 50px;
}

.programs_swiper {
    padding: 10px;
    position: relative;
}

.programs_swiper .programs_swiper_item {
    position: relative;
    background: #f4f4f4;
    cursor: pointer;
    opacity: 0.4;
    height: 320px;
    display: grid;
    overflow: hidden;
    border-radius: 20px;
    place-items: stretch;
    border: 2px solid #fff;
    transform: scale(0.8);
    transition: transform .9s cubic-bezier(.645, .045, .355, 1);
}

.programs_swiper .programs_swiper_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.programs_swiper .programs_swiper_item.swiper-slide-active {
    transform: scale(1);
    cursor: initial;
    opacity: 1;
    z-index: 100;
}

.programs_swiper_content {
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.9s cubic-bezier(0.6, 0.6, 0.6, 1);
    z-index: -1;
}

.programs_swiper_content a {
    color: #fff !important;
}

.programs_swiper_item.swiper-slide-active .programs_swiper_content {
    transform: translateY(0px);
    opacity: 1;
    z-index: 1;
}

.programs_swiper_title {
    color: #18b381;
}

.programs_swiper_text {
    /* height: 72px; */
    line-height: 1.4;
    overflow: hidden;
}

.programs_swiper .programs_swiper_item.swiper-slide-active:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgb(0 0 0) 100%);
}

.programs_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 6px;
    opacity: 0.7;
    transition: all 0.4s;
    color: #000000;
}

.programs_swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    font-size: 12px;
    line-height: 1.9;
    background: #c49a3f;
    font-family: "DIN-regular", Tahoma, sans-serif;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    margin: 0px 14px !important;
    vertical-align: text-bottom;
}

@media screen and (min-width: 768px) {
    #programs {
        padding: 200px 0 100px;
    }

    .programs_swiper {
        padding: 100px 0;
        margin: auto;
    }

    .programs_swiper .programs_swiper_item.swiper-slide-active {
        transform: scale(1.4);
        cursor: initial;
        opacity: 1;
        z-index: 100;
    }
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.partners-slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.partners-slider::before,
.partners-slider::after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 170px;
    z-index: 2;
}

.partners-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.partners-slider::before {
    left: 0;
    top: 0;
}

.partners .swiper-slide img {
    opacity: 0.5;
    transition: 0.5s;
    filter: grayscale(100);
}

.partners .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

/*---------------------------------------------------------
# Footer
----------------------------------------------------------*/
.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-top: 1px solid #373636;
    padding: 3rem 0 2rem;
}

.single-cta {
    padding: 20px;
    border: 1px solid #373636;
    border-radius: 20px;
}

.single-cta:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.single-cta i {
    color: #c49a3f;
    font-size: 30px;
    float: right;
    margin-top: -4px;
}

.cta-text {
    padding-right: 40px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cta-text span,
.cta-text span a {
    display: inline-block;
    color: #757575;
    font-size: 17px;
    text-align: right;
}

.cta-text span a:hover {
    color: #c49a3f;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 120px 0 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 90px;
}

.footer-logo,
.footer-logo img {
    max-width: 175px;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 992px) {
    .footer-logo {
        margin: 0 auto 30px;
    }

    .footer-social-icon {
        text-align: center;
    }
}

.footer-text p {
    margin-bottom: 4px;
    font-size: 17px;
    color: #7e7e7e;
    line-height: 28px;
}

/* .footer-social-icon h5 {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
} */
.footer-social-icon a {
    color: #878787;
    font-size: 24px;
    margin-left: 10px;
}

.footer-social-icon a:last-child {
    margin: 0;
}

.footer-social-icon a:hover {
    color: #c49a3f;
}

.footer-social-icon i {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
}

.footer-widget-heading h3 {
    color: #fff;
    margin-bottom: 34px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 40px;
    background: #c49a3f;
}

.footer-widget ul {
    margin: 0px;
    padding: 0px;
}

.footer-widget ul li {
    margin-bottom: 20px;
}

.footer-widget ul li a:hover {
    color: #c49a3f;
}

.footer-widget ul li a {
    font-size: 19px;
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 100px;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: none !important;
    color: #fff;
    height: 50px;
}

.subscribe-form input:focus,
.subscribe-form input:hover {
    background: #262626;
    outline: 0 !important;
}

.subscribe-form .sub-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #878787;
    padding: 14px;
    border: none;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}

.subscribe-form:hover .sub-btn {
    background: #fff;
}

.subscribe-form .sub-btn:hover {
    background: #c49a3f;
}

.subscribe-form .sub-btn i {
    color: #151414;
    font-size: 24px;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.subscribe-form .sub-btn:hover i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.copyright-area {
    background: #202020;
    padding: 1.5rem 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.dd-text p {
    text-align: left;
}

.copyright-text p a {
    color: #c49a3f;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #c49a3f;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

@media screen and (max-width: 767px) {

    .footer-widget,
    .copyright-text p,
    .dd-text p {
        text-align: center;
    }

    .footer-widget-heading h3::before {
        left: 0;
        margin: auto;
    }

    .copyright-text p,
    .dd-text p {
        padding: 2px 0;
    }

    .footer-widget ul li {
        margin-bottom: 10px;
    }

    .footer-widget.mt-5 {
        margin-top: 1.5rem !important;
    }

    .footer-cta {
        padding: 1rem 0 0;
    }

    .copyright-area {
        padding: 1rem 0;
    }
}

/*---------------------------------------------------------
# Pages
----------------------------------------------------------*/
.breadcrumbs {
    padding: 250px 0 50px;
    background-color: #181818;
    min-height: 300px;
    height: auto;
    position: relative;
    z-index: 9;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

.breadcrumbs:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.bc-links {
    position: relative;
    z-index: 9;
    color: #fff;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.breadcrumbs h2 {
    font-size: calc(1.275rem + .3vw);
    color: #c49a3f;
    margin-bottom: 0;
}

.breadcrumbs ol {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 13px;
    color: #c49a3f;
    font-family: "DIN-regular", Tahoma, sans-serif;
}

.breadcrumbs ol li + li {
    padding-right: 7px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-left: 7px;
    color: #ffffff;
    content: "\f284";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs .bc-links a {
    color: #fff;
}

.breadcrumbs .bc-links a:hover,
.breadcrumbs .bc-links a:focus {
    color: #c49a3f;
}

.page-content {
    padding: 80px 0 120px;
    min-height: 500px;
}

section.page-content {
    overflow: initial;
}

.pages {
    background-color: #f9f9f9;
}

.page-content,
.page-content p,
.page-content ol li,
.page-content ul li {
    font-size: 20px;
    line-height: 1.7;
}

.page-content h5,
.page-content h4,
.page-content h3 {
    color: #008268;
}

.page-content ol,
.page-content ul {
    padding-right: 2rem;
}

.page-content ol li,
.page-content ul li {
    padding: 2px 0;
}

.page-content ol li::marker,
.page-content ul li::marker {
    font-weight: bold;
}

.page-content.news-page {
    background-color: #f9f9f9;
}

.pagination {
    margin-top: 35px;
    padding: 0;
    margin-bottom: 0;
}

.page-item {
    line-height: 38px !important;
}

.page-link {
    color: #151515;
    width: 34px;
    height: 34px;
    text-align: center;
    margin: 0 2px !important;
    font-size: 16px;
    padding: 0;
    outline: none !important;
    border: none !important;
}

.page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 100px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #151515 !important;
    background-color: #c49a3f;
    border-color: #c49a3f;
    font-family: "DIN-bold", Tahoma, sans-serif;
}

.page-link:hover,
.page-link:active,
.page-link:focus {
    background-color: #e9ddc1;
}

.page-link:hover,
.page-link:active,
.page-link:focus {
    color: #151515 !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.page-item.disabled .page-link {
    display: none;
}

.w-blk {
    padding: 40px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    box-shadow: 0px 0px 15px 0px rgb(151 151 151 / 20%);
    background-color: #fff;
}

.news-title {
    margin-bottom: 2rem !important;
}

ul.news-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 1rem;
    font-family: "DIN-regular", Tahoma, sans-serif;
}

ul.news-meta li {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px !important;
    line-height: 1.5;
}

.news-wrap img {
    margin-bottom: 2.5rem;
    -webkit-border-radius: 20px 0 20px 20px;
    -moz-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
    box-shadow: 0 30px 30px -30px rgb(0 0 0 / 50%);
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
    align-items: flex-start;
}

.meta {
    margin-top: 1.5rem;
}

.side-news .meta {
    margin-top: 0;
    line-height: 1.4;
}

.side-news .heading {
    text-align: center;
    color: #c49a3f;
    padding: 11px 10px 9px;
    margin: 0;
    border-radius: 30px;
    background-color: #f4efe5;
    margin-bottom: 1rem;
    font-size: 17px;
}

.side-news .news-block .img-block {
    height: 150px;
    background-position: center top;
}

.side-news .news-block .news-thumbnail {
    min-height: 150px;
}

.side-news .news-block .news-thumbnail:before {
    display: none !important;
}

.side-news .news-block .details {
    padding: 15px;
}

.side-news .news-block .details a {
    font-family: "DIN-regular", Tahoma, sans-serif;
}

.side-news .news-block .date {
    font-size: 13px;
}

.side-news .news-block,
.side-news .news-block:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff;
}

.sidebar-wrapper {
    height: 100%;
    position: relative;
    background: #fff;
    padding: 10px 20px;
    border-radius: 24px;
    border-top-right-radius: 0;
    z-index: 10;
}

.side-content h2 {
    color: #c49a3f;
}

@media (min-width: 992px) {
    .sidebar {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        height: auto;
        top: 94px;
        bottom: auto;
        display: block !important;
    }

    .sidebar-wrapper {
        padding: 32px 6px;
    }
}

.sidebar-wrapper .sidebar-nav {
    position: relative;
    font-size: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-wrapper .sidebar-nav li {
    padding: 0;
    margin: 0;
    /* line-height: 54px !important; */
}

.sidebar-wrapper .sidebar-nav li > ul {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    /* border-right: 4px solid #c49a3f; */
    background-color: #fdfdfd;
    margin: 4px;
    border-radius: 14px 0 0 0;
    border-bottom: 1px solid #f3f3f3;
}

/* .sidebar-wrapper .sidebar-nav li>ul>li {
  margin-bottom: 4px;
} */
.sidebar-wrapper .sidebar-nav li > ul > li > ul {
    border-bottom-color: transparent;
}

/* .sidebar-wrapper .sidebar-nav li > ul > li {margin-top: 4px;} */
.sidebar-wrapper .sidebar-nav li > ul > li:last-child {
    margin-bottom: 4px;
}

/* .sidebar-wrapper .sidebar-nav li>ul>li>ul>li {
  margin: 0 0 4px !important;
} */
.sidebar-wrapper .sidebar-nav li a {
    font-size: 19px;
    display: block;
    text-decoration: none;
    border-radius: 14px;
    padding: 14px 10px 10px;
    min-height: 56px;
    margin-bottom: 4px;
}

.sidebar-wrapper .sidebar-nav li a,
.sidebar-wrapper .sidebar-nav li a.active {
    font-family: "DIN-bold", Tahoma, sans-serif;
}

.sidebar-wrapper .sidebar-nav li > ul > li > a {
    border-right: none !important;
    border-radius: 10px;
    padding-left: 20px;
    min-height: 40px !important;
    font-size: 1rem;
    line-height: 40px;
    font-family: "DIN-regular", Tahoma, sans-serif;
}

.sidebar-wrapper .sidebar-nav li > ul > li > ul > li > a {
    padding-right: 16px;
    margin: 0 4px;
}

.sidebar-wrapper .sidebar-nav i::before {
    margin-left: 3px;
    transition: transform 0.35s ease;
}

.sidebar-wrapper .sidebar-nav li a.active,
.sidebar-wrapper .sidebar-nav li a[aria-expanded="true"] {
    background-color: #f9f5eb;
    color: #c49a3f;
}

.sidebar-wrapper .sidebar-nav li a[aria-expanded="true"] .bi-chevron-right::before {
    transform: rotate(90deg);
}

.sidebar-wrapper .sidebar-nav li a[aria-expanded="false"]:hover {
    background-color: #f9f9f9;
    color: #151515;
}

.sidebar-wrapper .sidebar-nav li a:hover,
.sidebar-wrapper .sidebar-nav li a:active {
    color: #c49a3f;
}

a.sidebar-toggle {
    font-size: 19px;
    padding: 5px 0px;
    color: #151515;
    display: inline-block;
    font-family: 'DIN-bold', Tahoma, sans-serif;
}

a.sidebar-toggle[aria-expanded="true"] {
    color: #8d8d8d;
    margin-bottom: 10px;
}

a.sidebar-toggle i {
    margin-left: 5px;
}

a.sidebar-toggle[aria-expanded="true"] .show-x,
a.sidebar-toggle[aria-expanded="false"] .show-m {
    display: inline-block !important;
}

a.sidebar-toggle[aria-expanded="true"] .show-m {
    display: none !important;
}

a.sidebar-toggle[aria-expanded="true"] .show-x {
    color: #151515;
}

.sidebar-title .nicon {
    font-size: 22px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .w-blk {
        padding: 20px;
    }

    .page-content,
    .page-content p,
    .page-content ol li,
    .page-content ul li {
        font-size: 17px;
    }
}

.album-block {
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.album-block a {
    padding: 16px;
    margin: auto;
    display: block;
}

.album-thumbnail {
    margin-bottom: 1rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.album-title.details {
    padding: 0;
}

.album-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 15px));
    -ms-transform: translate(-50%, calc(-50% - 15px));
    transform: translate(-50%, calc(-50% - 15px));
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    opacity: 0;
    z-index: 10;
}

.album-thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #151515;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    z-index: 0;
}

.album-block:hover .album-thumbnail:after {
    opacity: 0.6;
}

.album-block:hover {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.album-block:hover .album-title h4 {
    color: #151515;
}

.album-block:hover .album-icon {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.album-block .album-thumbnail .img-block {
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.album-block:hover .album-thumbnail .img-block {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.1);
}

.gallery-wrap h4 i {
    margin-left: 5px;
}

.glightbox,
.videobox {
    position: relative;
}

.goverlay {
    background: #151515 !important;
}

.glightbox a,
.videobox a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.glightbox a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.4s;
}

.glightbox img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(40px, 0, 0);
}

.glightbox-clean .gprev {
    right: 30px;
    left: initial;
}

.glightbox-clean .gnext {
    left: 30px;
    right: initial;
}

.glightbox-clean .gclose:hover path {
    fill: #eb0000;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 992px) {
    .glightbox:hover img {
        transform: translate3d(0, 0, 0);
        transition: opacity 0.35s, transform 0.35s;
    }

    .glightbox:hover a::before {
        opacity: 0.3;
        transition: opacity 0.5s;
    }
}

.videobox {
    background: #fff;
    border-radius: 12px;
}

.videobox a {
    border-radius: 12px 12px 0 0;
}

.videobox img {
    margin: -12% auto;
    width: 100%;
    min-height: 300px;
}

.vid-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #151515;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 90%);
    opacity: 0.7;
}

.video-title {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0 10px 0;
}

.video-title h4 {
    margin-bottom: 0;
}

.play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: .6;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.videobox a:hover .play-btn {
    opacity: 1;
}

.play-btn:hover {
    box-shadow: 0 0 14px 2px #ffffff;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 10;
    transition: all 600ms cubic-bezier(.55, 0.15, 0, 0.99);
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgb(255 255 255);
    top: 0;
    left: 0;
}

.play-btn:hover::after {
    border-left: 15px solid #fff;
    transform: scale(20);
}

.play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #151515;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.plyr__control--overlaid,
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before,
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #c49a3f;
}

.plyr--full-ui input[type=range] {
    color: #c49a3f;
}

.cmbot {
    align-content: center;
    align-items: center;
}

.cmbot img {
    width: 360px;
    border-radius: 0 24px 24px 24px;
    box-shadow: 0px 50px 40px -40px rgb(0 0 0 / 40%);
}

.chwrap.w-blk {
    padding: 50px;
    box-shadow: none;
    margin-bottom: 5rem;
}

.cmbot-text {
    position: relative;
}

.quote-left {
    position: absolute;
    bottom: 1.7rem;
    left: 0;
}

.cmbot-text i {
    font-size: 3.5rem;
    margin-right: -4px;
}

.cmbot-text h1 {
    margin-bottom: 5rem;
    text-shadow: -1px 3px #e6e6e6;
}

.cmbot-text i,
.cmbot-name {
    color: #c49a3f !important;
}

.cmbot-title {
    color: #757575 !important;
}

.bot-grid-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    grid-gap: 1rem;
    align-items: center;
}

.bot-grid-images,
.bot-grid-images li {
    padding: 0 !important;
    list-style: none;
}

.bot-grid-images li {
    text-align: center;
    align-self: flex-start;
}

.bot-grid-images li h4 {
    font-family: "DIN-regular", Tahoma, sans-serif;
}

.bot-grid-images li img {
    width: 250px;
    margin: 2rem auto;
    border-radius: 14px;
    box-shadow: 0px 18px 20px -20px rgb(0 0 0 / 40%);
}

.contact_ul {
    list-style: none;
    padding: 0 !important;
    margin-bottom: 20px;
}

.contact_ul li {
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 6px;
}

.info-box.w-blk {
    box-shadow: none;
}

.contact_ul i {
    position: absolute;
    left: -8px;
    top: 0;
    font-size: 24px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    color: #c49a3f;
}

.contact_ul li:nth-child(2) a {
    letter-spacing: 1px;
}

.contact .section-title h2 {
    font-size: calc(1.3rem + .6vw);
}

.contact .c-note {
    color: #c49a3f;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.contact .c-note p {
    margin-bottom: 5px;
}

.c-note span {
    font-size: 26px;
    font-family: "DIN-regular", Tahoma, sans-serif;
}

.info-box,
.form-box {
    height: 100%;
}

.contact .form-box {
    background: #fdfdfd;
}

.contact .form-box input,
.contact .form-box textarea {
    padding: 10px 24px;
    box-shadow: none;
    border-radius: 25px;
    font-family: "DIN-regular", Tahoma, sans-serif;
}

.contact .form-box input:focus,
.contact .form-box textarea:focus,
.form-floating input:focus,
.form-floating textarea:focus {
    border-color: #d9be84;
    background-color: rgb(196 154 63 / 2%);
}

.contact .form-box textarea {
    padding: 16px 24px;
}

.cta.contact_btn {
    float: none;
}
