/*...gallery...*/
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
    cursor: pointer
}
.gallery {
    padding: 50px 0;
    position: relative
}
.gallery .cmp-nissan-onam__main-title{
    color: #ffffd2
}
.caption{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.gallery::before {
    content: '';
    height: 55%;
    width: 100%;
    background: #5b4125;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    z-index: -1
}
.gallery h1 {
    position: relative;
    font-size: 30px;
    margin-bottom: 30px; }
.gallery .galleryCarousel .control-c {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.gallery .galleryCarousel .slick-prev {
    left: -5px;
    z-index: 2; }
.gallery .galleryCarousel .slick-next {
    right: -5px;
    z-index: 2; }
.gallery .galleryCarousel .gallery-block {
    padding: 0 5px; }
.gallery .galleryCarousel .gallery-block .gallery_img {
    padding: 10px;
    background-color: #ffffd2;
    cursor: pointer;
    position: relative; }
.gallery .galleryCarousel .gallery-block .gallery_img img {
    height: 100%;
    object-fit: cover; }
.gallery .galleryCarousel .gallery-block .gallery_img::before {
    content: '';
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    height: 50%;
    z-index: 1000;
}
.gallery .galleryCarousel .gallery-block .gallery_img h6 {
    position: absolute;
    bottom: 22px;
    left: 22px; 
    margin: 0;
    z-index: 111111;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}
.gallery_img a{
    position: relative;
    padding-bottom: 56.25% ;
    width: 100%;
}
.gallery_img a img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
}
/*...carousel modal...*/
.modal_close-btn {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99; 
}
.modal_close-btn .btn-close {
    width: 33px;
    height: 33px;
    font-size: 14px; }

.modal-backdrop {
    opacity: 0.9 !important; }

.cust-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 111;
    display: none; }

/*...carousel modal ends...*/
/*...videos section...*/
.main-video{
    width: 65%;
    float: left;
    padding-right: 10px;

}
.video-click{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    border-bottom: 1px solid #6f4646;
    padding-bottom: 10px;
}
.video-preview{
    max-width: 80px;
    width: 80px;
    min-width: 80px;
    margin-right: 8px;
}
.video-gallery{
    float: left;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    width: 100%;
    background-color: #543719
}
.video-gallery #caption{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    max-height: 65px;
    line-height: 23px;
    margin: 10px 0;
}
.thump-video{
    width: 35%;
    float: left
}
.a-right{
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.a-left{
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 10000
}
.videoSection{
    position: relative;
    padding: 50px 0 0 0 
}
.videoSection .container-l {
    max-width: 1420px;
    margin: 0 auto;
    width: 100%; }
.videoSection .container-l .grey-bg-section {
    border-radius: 16px;
}
.videoSection .container-l .grey-bg-section h1 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fe5b01; }
.videoSection .container-l .grey-bg-section h5 {
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    margin: 0
}
.videoSection .container-l .grey-bg-section .video_block {
    position: relative;
    padding-bottom: 56.24%;
    width: 100%; }
.videoSection .container-l .grey-bg-section .video_block .video-iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7; 
    border: 0;
}
.videoSection .container-l .grey-bg-section .video-preview-block {
    position: relative;
    padding-bottom: 116%;
    width: 100%; }
.videoSection .container-l .grey-bg-section .video-preview-block .videothumb_main {
    overflow-y: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    scrollbar-width: thin; }
.videoSection .container-l .grey-bg-section .video-preview-block .videothumb_main .video-thumb {
    margin-bottom: 16px; }
.videoSection .container-l .grey-bg-section .video-preview-block .videothumb_main .video-thumb:last-child {
    margin-bottom: 0; }
.videoSection .container-l .grey-bg-section .video-preview-block .videothumb_main .video-thumb h6 {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    max-height: 45px;
    line-height: 20px;
    height: 45px;
}
.video-gallery-inner{
    width: 100%;
    padding: 10px;
}
.videoSection .container-l .grey-bg-section .video-preview-block .videothumb_main .video-thumb .video-preview {
    position: relative;

    overflow: hidden; }
.videoSection .container-l .grey-bg-section .video-preview-block .videothumb_main .video-thumb .video-preview .playbtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 40px; }
.videoSection .container-l .grey-bg-section .video-preview-block .videothumb_main .video-thumb .video-preview .prev-img {

    object-fit: cover; }
.grey-bg-section:after{
    clear: both;
    display: table;
    width: 100%;
    content: "";
}
.video-gallery {
    position: relative;
    padding-top: 0; }

.video-gallery .gallerySlider {
    /* the parent */ }
@media only screen and (max-width: 576px) {
    .video-gallery .gallerySlider {
        padding: 0 15px; }
    .video-gallery .gallerySlider .slick-prev {
        left: -5px;
        z-index: 2; }
    .video-gallery .gallerySlider .slick-next {
        right: -5px;
        z-index: 2; } }
.video-gallery .gallerySlider .video {
    padding: 10px; }
.video-gallery .gallerySlider .video .video-link {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    display: block;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    text-decoration: none; }
.video-gallery .gallerySlider .video .video-link::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-90%);
    height: 60px;
    width: 60px;
    display: block;
    background: transparent url("../images/play.png") center center no-repeat;
    background-size: 60px 60px;
    border: 0; }
.video-gallery .gallerySlider .video .video-link img {
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    margin-bottom: 15px;
    width: 100%; }
.video-gallery .gallerySlider .video .video-link .album_title {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 17px;
    padding-left: 15px; }
.video-gallery .gallerySlider .slick-list {
    margin: 0 -10px; }
.stories_section {
    /*  background: #111827;*/
    padding: 60px 0;
    position: relative;
}
.stories_section a{

}
.stories_section h1 {
    font-size: 30px;
    margin-bottom: 24px;
}
.stories_section .storiesCarousel .story-block {
    padding: 0 15px;
}
.stories_section .storiesCarousel .story-block .story_img {

    overflow: hidden;
    margin-bottom: 12px;
    height: 190px;
}
.stories_section .storiesCarousel .story-block .story_img img {
    height: 100%;
    object-fit: cover;
}
.w-100 {
    width: 100% !important;
}
.slick-slide img {
    display: block;
}
.stories_section .storiesCarousel .story-block p {
    font-size: 24px;
    line-height: normal;
    min-height: 75px;
    max-height: 75px;
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
    font-family:EGGIndulekhaUni;
    color: #000;
}
.stories_section:after{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffd2;
    content: "";
    background-image: url(../images/border-shape.png), url(../images/border-shape.png);
    background-position: left top, left bottom 10px;
    background-repeat: repeat-x, repeat-x;
    z-index: -1;
    height: 100%;
}
.stories_section .storiesCarousel .story-block .story_btm_section {
    border-top: 2px dashed rgba(202, 178, 94, 0.5);
    padding-top: 16px;
}
.story_btm_section{
    display: none
}
.story_btm_section a{
    font-family: "Montserrat", sans-serif;
    color: #086ca9;
    font-size: 14px;
    font-weight: 600;
}
.story_btm_section img{
    margin-left: 10px;
}