/* header {
    top: 39px !important;
} */

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

.mySlides img {
    width: 100%;
    height: 768px;
    object-fit: cover;
}

/* Caption text */
.text {
    color: #f2f2f2;
    padding: 8px 25px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 65%;
    text-align: left;
    font-size: 45px;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active-slide {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

body.header-transparent header {
    background-color: #303540;
}

.tp-tab-title {
    /* color: rgb(15 23 42); */
    color :#fff;
    font-weight: 700;
}

.tp-tab-date {
    /* color: rgb(15 23 42); */
    color :#fff;
    font-weight: 400;
}

.bg-gradint {
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 30%, rgba(255, 255, 255, 0) 80%); */
    width: 100%;
    height: 768px;
    position: absolute;
}

.logo-dt {
    display: flex !important;
}

.logo-mb {
    display: none !important;
}

.br{
    display: none;
}

.welcome-section .blog-list.style-2 .blog-post .entry-header .entry-title {
    font-size: 20px !important;
}

.site-header-top .topbar-info li a {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.hesperiden .tp-tab-content .tp-tab-title {
    font-size: 20px !important;
}

.hesperiden .tp-tab.selected {
    height: 360px !important;
}

.tp-tabs {
    height: 300px !important;
}

.box-item p {
    color: #a6a6a6;
    font-size: 18px !important;
}

.welcome-section .blog-list.style-2 .blog-post .entry-content p {
    color: #a6a6a6;
    font-size: 18px !important;
}

.hidden-mb{
    display: block;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media screen and (max-width: 1300px) {
    .welcome-section .blog-list.style-2 .blog-post .entry-header .entry-title {
        font-size: 18px !important;
    }
}

/* On smaller screens, decrease text size */
@media screen and (max-width: 991px) {
    .text {
        top: unset;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 30px;
    }

    /* .bg-gradint {
        background-color: rgb(255 255 255 / 57%);
    }
    .bg-gradint {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 30%, rgba(255, 255, 255, 0) 80%);
    } */

    .logo-dt {
        display: none !important;
    }

    .logo-mb {
        display: flex !important;
    }

    .br{
        display: block;
    }
}

/* @media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
} */

@media screen and (max-width: 768px) {
    body.responsive-layout.header-hamburger-menu header .site-logo span.logo-text {
        display: block !important;
    }
    body.responsive-layout.header-topbar .site-header-top {
        display: flex !important;
    }
    body.header-sticky.header-topbar.header-transparent-overlay.hide-on-scroll header, body.header-sticky.header-topbar.header-transparent.hide-on-scroll header {
        /* top: 40px !important; */
    }
    .hidden-mb{
        display: none !important;
    }
}