/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
    border: none;
    transition: 1s;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 0px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #1b1b1b;
}
.navbar .navbar-nav .nav-link:hover {
    color: #ffc107;
}
.navbar .navbar-nav .active {
    color: #ffc107 !important;
}
.navbar .navbar-nav .active i {
    color: #ffc107;
}
.nav-scroll {
    background: #fff;
    padding: 0;
    position: fixed;
/*  position: sticky; */
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #aa8453;
}
.nav-scroll .navbar-nav .nav-link {
    color: #1b1b1b;
}
.nav-scroll .navbar-nav .active i,
.nav-scroll .navbar-nav .active {
    color: #aa8453 !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #1b1b1b;
}
.nav-scroll .dropdown .nav-link i {
    color: #1b1b1b;
}
.nav-scroll .logo-img {
    width: 140px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    color: #1b1b1b;
}
.nav-scroll .logo-wrapper .logo span {
    color: #aa8453;
}
.logo-wrapper {
    float: left;
}
.logo img {
    height: 45px;
}
.nav-item .dropdown-menu{
    min-width: 200px;
}
.nav-item .dropdown-menu li{
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
}
/* ----------------------------------
    05. Slider CSS
------------------------------------ */
.tj-slider-section .banner-shape {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 10%;
    z-index: 2;
}

.tj-slider-section .banner-shape::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 155%;
    top: -30%;
    left: 0;
    background: url(../images/banner/banner-shape.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 2;
}

.tj-slider-section .swiper-slide-active .banner-shape {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.tj-slider-section .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-right: 40px;
}
.tj-slider-section .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.tj-slider-section .swiper-pagination {
    width: auto;
    right: 80px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 0 12px;
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.tj-slider-section .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    opacity: 0.8;
}

.tj-slider-section .swiper-pagination-bullet-active {
    background: var(--tj-primary-color);
    border-color: var(--tj-primary-color);
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 1;
}

.tj-slider-section-three {
    position: relative;
}

.tj-slider-section-three .slider_shape2 {
    position: absolute;
    bottom: -5px;
    left: -5%;
    width: 110%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.tj-slider-section-three .thumb-slider {
    position: absolute;
    bottom: 12%;
    -webkit-transform: translate(-50% 0%);
    -ms-transform: translate(-50% 0%);
    transform: translate(-50% 0%);
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.tj-slider-section-three .slider-content {
    margin-top: 45%;
    max-width: 100%;
    position: relative;
    margin-bottom: 30%;
    z-index: 9;
}

.tj-slider-section-three .thumb_slide {
    width: 90px !important;
    text-align: center;
}

.tj-slider-section-three .thumb_slide:last-child {
    margin-right: 0 !important;
}

.tj-slider-section-three .tj-bg-layer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	height: 100vh;
}

.tj-slider-section-three .tj-bg-layer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;   
    z-index: 2;
}

.tj-slider-section-three .thumb_slider img {
    max-width: 80px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    border: 2px solid var(--tj-secondary-color);
}

.tj-slider-section-three .swiper-slide-thumb-active img {
    border: 2px solid var(--tj-primary-color);
}

.tj-slider-section-three .slider-client img {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: inline-block;
    margin-right: -30px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.tj-slider-section-three .slider-client {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.tj-slider-section-three .slider-client .client-wrapper {
    margin-right: 55px;
}

.tj-slider-section-three .slider-client .client-wrapper img {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: inline-block;
    margin-right: -30px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.tj-slider-section-three .slider-client .client-auother p {
    font-size: 22px;
    font-weight: 500;
    color: var(--tj-white-color);
    margin-bottom: 0;
}

.slider-content {
    margin-top: 315px;
    margin-bottom: 235px;
    max-width: 825px;
    position: relative;
    z-index: 9;
}

.slider-content .slider-title {
    color: var(--tj-white-color);
    display: block;
    margin-bottom: 30px;
    font-size: 2.5rem;
}

.slider-content .slider-desc {
    color: var(--tj-white-color);
    font-size: 17px;
    margin-bottom: 40px;
    max-width: 590px;
    display: block;
}

.tj-slider-section-three .sc-image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: overlay;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    transition: transform 8000ms ease, opacity 1700ms ease-in;
    transition: transform 8000ms ease, opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.tj-slider-section-three .swiper-slide .slider-client,
.tj-slider-section-three .swiper-slide .slider-title,
.tj-slider-section .swiper-slide .slider-desc,
.tj-slider-section .swiper-slide .slider-title,
.tj-slider-section .swiper-slide .slider-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.tj-slider-section-three .swiper-slide .slider-content .tj-theme-button,
.tj-slider-section .swiper-slide .tj-theme-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease, -webkit-transform 1500ms ease;
}

.tj-slider-section-three .swiper-slide .slider-content .tj-theme-button,
.tj-slider-section .swiper-slide .tj-theme-button,
.tj-slider-section .swiper-slide .slider-desc {
    -webkit-transform: translateY(125px);
    transform: translateY(125px);
}
.tj-slider-section-three .swiper-slide.swiper-slide-active .slider-client,
.tj-slider-section-three .swiper-slide.swiper-slide-active .slider-title,
.tj-slider-section .swiper-slide.swiper-slide-active .tj-theme-button,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-desc,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-title,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.tj-slider-section-three .swiper-slide.swiper-slide-active .slider-content .tj-theme-button,
.tj-slider-section .swiper-slide.swiper-slide-active .tj-theme-button {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.slider-bg-image3 {
    background: url(../images/slider/slider-bg-image3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-bg-image3 .container {
    padding-top: 150px;
    padding-bottom: 150px;
}

.tj-slider-section-three .select-form-box .select-bm {
    margin-top: 30px;
}

.slider-tabs.slider-tabs-two .tj-input-form {
    padding: 0;
}

.slider-tabs.slider-tabs-two .nav {
    justify-content: center;
    border-bottom: 2px solid var(--tj-secondary-color);
    margin-bottom: 25px;
    justify-content: space-between !important;
}

.slider-tabs.slider-tabs-two .nav-pills .nav-link.active {
    color: var(--tj-white-color);
    background-color: var(--tj-secondary-color);
    border-radius: 3px 3px 0px 0px;
    padding: 8px 17px 10px;
}

.slider-tabs.slider-tabs-two {
    background: var(--tj-primary-color);
    border-radius: 3px;
    padding: 35px 35px 35px;
    max-width: 550px;
    margin-left: auto;
    margin-top: -95px;
    position: relative;
    z-index: 9;
}

.slider-tabs.slider-tabs-two .select-form-box {
    background: none;
    border-radius: 0;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
}

.slider-tabs.slider-tabs-two .nav-link {
    color: var(--tj-white-color);
    font-size: 17px;
    font-weight: 500;
    padding: 8px 17px 10px;
}

.slider-tabs.slider-tabs-two .nav-link i {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.testimonial-wrapper {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.testimonial-wrapper .array-button {
    position: absolute;
    top: 0;
    right: 0;
}
.array-button {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-wrapper .array-button .array-prev {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    border: 1px solid var(--border);
    color: #222;
    font-weight: bold;
}
.array-button .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(166, 161, 130, 0.2);
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .array-button .array-next {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-weight: bold;
}
.array-button .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .testimonial-image {
    height: 534px;
    width: 850px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.testimonial-wrapper .testimonial-area {
    margin-top: 60px;
    max-width: 670px;
}
.testimonial-wrapper .testimonial-items {
    padding: 60px;
    background-color: #f6f6f6;
    border-radius: 15px;
    position: relative;
    z-index: 9;
}
.testimonial-wrapper .testimonial-items .client-items {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-wrapper .testimonial-items .client-items .client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.testimonial-wrapper .client-content h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}
.testimonial-wrapper .testimonial-items .star {
    margin-top: 30px;
}
.testimonial-wrapper .testimonial-items .star i {
    color: #f8bc26;
}
.testimonial-wrapper .testimonial-items p {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
    color: #222;
}

/* Jadwal */
.fc-event-title.fc-sticky {
    font-size: 10px;
}
.cta-section .inner .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.2;
}
.footer-brand {
    display: block;
    background: var(--gradient-1);
    padding: 3rem 0;
    border-radius: 7px;
    text-align: center;
}
.footer .brand-img {
    object-fit: contain;
    max-width: 100%;
    width: 200px;
    margin-bottom: 0;
}
.footer .footer-title {
    color: #1d5c75;
    margin-bottom: 0.625rem;
    font-weight: 700;
}
.emg-section {
    position: fixed;
    bottom: 10%;
    right: 0;
    height: auto;
    z-index: 10;
}
.grad1{
    background: var(--gradient-1);
    position: fixed;
}
.grad2{
    background: var(--gradient-2) !important;
}
.text-yellow{
    color:#f8bc26 !important;
}
.p-medium{
    padding: 2rem !important;
}
.contact-section .contact-maps {
    height: 450px;
}
.contact-area .contact-form {
    width: 60%;
}
.post-meta-info span {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #f83b00;
}

.intro-section .intro-item {
    position: relative;
    overflow: hidden;
    background: none;
    border-radius: 1rem;
}
.intro-section .intro-item .inner .content {
    width: 100%;
    padding: 0;
}
/***** PRICING *****/
.tier {
    min-height: 360px;
	margin-top: 10px;
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
    border-radius: 25px;
}
.bg-light {
    background-color: #fff !important;
}
.panel.vstack .title {
	color: var(--bg-head);
	font-size: 1.8rem;
	font-weight: 700;
}
.panel-head {
    background: var(--gradient-1);
    padding: 20px 0;
    border-radius: 10px;
    margin-top: -20px;
}
.panel-head h3{
    color: #fff;
    font-size: 2rem;
}
ul.list-heading-title li {
    display: flex;
    margin-top: 40px;
}
ul.list-heading-title li i {
    display: inline-block;
    font-size: 16px;
    min-width: 16px;
    line-height: 1;
    margin-right: 10px;
    color: #00b407;
}
ul.list-heading-title {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
}
ul.list-heading-title li {
	margin-top: 7px;
    margin-bottom: 0;
    padding: 0;
}

ul.list-heading-title li p {
    margin: 0;
    font-size: 13px;
	text-align: left;
}

/* Responsive */
@media screen and (max-width: 576px) {
	.section-heading-2 {
        font-size: 0.8rem;
		line-height: 25px !important;
    }
    .testimonial-wrapper .testimonial-image{
        display: none;
    }
    .testimonial-wrapper .testimonial-area {
        margin-top: 60px;
        max-width: 400px;
    }

    .navbar-collapse.collapse.show .navbar-nav {
        background: var(--gradient-2);
        width: 110%;
        margin-top: 35px;
        padding: 0;
        margin-left: -12px !important;
    }
    .fc-toolbar-title, 
    .fc-button.fc-button-primary {
        font-size: 12px !important;
    }
	
	
}