/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
::-webkit-scrollbar {
    background-color:transparent;
    width:5px
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color:transparent;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:4px solid transparent;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {display:none}

.main-gallery {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-event {
    padding-top: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.main-gallery h1 {
    color: #FF6D1D;
    margin-bottom: 5px;
    font-size: 28px;
}

.main-gallery h4 {
    color: #FF6D1D;
    margin-bottom: 5px;
}

.main-gallery h5 {
    color: #26303d;
    margin-bottom: 5px;
    font-size: 16px;
}

.main-gallery .btn-year,
.main-gallery .btn-show-more {
    color: #FF6D1D ;
    border: 1px solid #FF6D1D ;
    border-radius: 10px;
    /* padding: 5px 50px; */
    background-color: white;
}

.main-gallery .btn-year {
    width: 100%;
}

.main-gallery .btn-year:hover, 
.main-gallery .btn-event-type:hover,
.main-gallery .btn-show-more:hover {
    background-color: #FF6D1D;
    color: #fff;
    outline: none;
    border: 1px solid #FFF;
}

.main-gallery .btn-year.active, 
.main-gallery .btn-event-type.active,
.main-gallery .btn-show-more.active {
    background-color: #FF6D1D;
    color: #fff;
    outline: none;
    border: 1px solid #FFF;
}

.main-gallery .btn-event-type {
    padding: 10px 20px;
    width: 100%;
    color: #000;
    border-radius: 10px;
    border: unset;
    background-color: #E1DEDE ;
    min-height: 62px;
}

.main-gallery .column-event-type {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
    float: left;
    margin: 1px 0;
}

.single_image:hover p {
    color: #FFA518;
}

.event-type-row {
    padding-left: 15px;
    padding-right: 15px;
}

.small-gallery-type {
    margin: 10px 0;
    font-size: 10px;
}

.section-event-gallery,
.section-client-logo {
    margin: 80px 0 20px;
}

.section-event-gallery p.name,
p.name {
    margin-bottom: 0;
    margin-top: 10px;
}

.col-event-gallery {
    margin: 15px 0;
}

.header-gallery {
    margin: 150px 0 30px;
}

.event-year-tab, .event-type-tab {
    margin-bottom: 20px;
}

.section-show-more {
    margin: 20px 0;
}

.section-client-logo .row {
    margin-bottom: 20px;
}

.partners-logo {
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#owl-demo.owl-carousel .owl-stage-outer{
    overflow: visible;
}

#owl-demo .item{
    /* margin: 3px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 107% 109%;;
    padding: 10px 20px;
    border: 1px solid #FF6D1D;
    border-radius: 25px;
    box-shadow: 0 0 6px 0 #FFA518 , 0 0 15px 0 #FFA518 ;
    height: 300px;
}

/* Owl Carousel */
#owl-demo .item-last {
    height: 200px;
    margin: 50px 0;
}

#owl-demo .item img{
    display: block;
    width: 100px;
    height: 100px;
}

.image-rounded-circle {
    border-radius: 50%;
    background-color: #fff;
    height: 100px;
    width: 100px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

#owl-demo .item-last h4 {
    margin: 80px 0;
}

#owl-demo .item h4,
#owl-demo .item-last h4 {
    color: #FF6D1D;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 120px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    background-color: #FFA518 ;
    padding: 0px 20px 7px !important;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFA518;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-theme .owl-dots {
    display: none;
}

.section-testimonials {
    margin-bottom: 100px;
}

img.gallery-search-icon,
img.gallery-sort-icon {
    width: 20px;
    height: 20px;
    margin: 7px 0;
}

img.gallery-search-icon {
    margin-right: 20px;
    margin-left: 5px;
}

.gallery-search-form {
    display: inline-flex;
}

.gallery-search-input {
    background-color: #E1DEDE;
    border: unset;
    border-radius: 25px;
}

.clientele-middle-break-icon {
    width: 60%;
    margin: 100px auto;
}

/* Gallery Modal */
.gallery-modal .modal-header {
    color: #fff;
    border-bottom: unset;
    padding-bottom: 0;
}

.gallery-modal .modal-dialog {
    margin: 0 auto;
}

.gallery-modal .gallery-modal-main-img {
    width: 100%;
    border: 10px solid #fff;
}

.gallery-modal .modal-header .close {
    position: absolute;
    top: 0;
    right: -150px;
    color: #ffffff;
    font-size: 50px;
    opacity: 1;
    font-weight: 500;
}

.gallery-modal .thumbnail-gallery {
    height: 470px;
    overflow: auto;
}

.gallery-modal .thumbnail-column {
    margin: 5px auto;
    padding-left: 0;
}

.gallery-modal .gallery-modal-header-icon {
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
}

/* Mobile Responsive */
@media(min-width: 1000px) {
    .main-gallery .col-5 {
        height: 40px;
    }
}

@media(max-width: 425px) {
    .main-gallery .col-5 {
        width: 50%;
    }

    .owl-nav {
        display: none;
    }

    .main-gallery {
        background-position: 78% 100%;
    }

    .clientele-middle-break-icon {
        width: 100%;
    }

    /* .thumbnail-gallery {
        display: none;
    } */

    .modal-title-client-event {
        font-size: 10px;
    }

    .gallery-modal-header-icon {
        height: 30px !important;
        width: 30px !important;
    }

    .modal-header {
        padding-bottom: 0;
    }

    .col-event-gallery {
        margin: 5px 0;
    }

    .main-gallery .btn-event-type {
        height: 80px;
    }

    .main-gallery .btn-year {
        margin: 10px auto;
    }

    .modal-dialog {
        width: 100% !important;
    }

    .thumbnail-column {
        width: 100px;
    }

    .gallery-modal .modal-dialog {
        top: 30%;
    }

    .mobile-thumbnail-row {
        display: flex;
        flex-wrap: wrap;
        overflow-x: scroll;
        flex-direction: column;
        height: 100px;
    }
}

/* Feedback */
.feedback-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 107% 109%;
    padding: 10px 20px;
    border: 1px solid #FF6D1D;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 #FFA518, 0 6px 20px 0 #FFA518;
    height: 300px;
}

.col-event-gallery:hover {
    color: #FFA518;
}

.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media(min-width: 1200px) {
    .main-gallery .btn-year, .main-gallery .btn-show-more {
        padding: 5px 50px;
    }
}