a,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
}

.grve-container {
    max-width: 1156px !important;
}

#video-hero {
    background-image: url('../webp/hero.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 190px;
    padding-bottom: 190px;

    margin-bottom: 80px;
}



#video-hero .grve-background-wrapper {
    background: linear-gradient(90deg, #1C3667 16.97%, rgba(28, 54, 103, 0) 100%);
}

#video-hero h1 {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 24px;

    color: #FFFFFF;
}

#video-hero p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #FFFFFF;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#video-hero p span {}

.videoslider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.videoslider .col4 {
    /*  flex-grow: 1;
    width: 25%;
     */
    width: 275px;
    margin-bottom: 30px;
}

.videoslider .col3 {
    /* flex-grow: 1;
    width: 33%; */
    margin-bottom: 30px;
    width: 372px;
}

#grve-header {
    z-index: 6;
}


.modal-video {

    position: fixed;
    z-index: 999;
    left: 0;
    top: 100%;
    width: 100%;

    overflow: auto;
    background-color: #fff;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.modal-video.show,
.modal_holder .modal-video {
    /* height: 100%; */
    height: 100vh;
    top: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 999999999;
}

.modal_holder .modal-video.almostclose {
    top: 100%;
    height: 0;
}

/* .modal-video.show:after {
    content: '';
    background-color: #fff;


    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
} */

/* .grve-section {
    position: inherit !important;
} */
.modal-video .title-wrap {
    position: fixed;

    width: 100%;
    background: #fff;
    margin: 0;
    z-index: 99;
}


.mod-content {
    padding-top: 120px;
}

#grve-theme-wrapper .gsm-col .title-wrap button.see-more {
    font-family: 'Montserrat-semibold' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 125%;
    margin: 0;
    background-color: #fff !important;
    text-align: center;
    border: 2px solid #0076BF !important;
    padding: 9px 18px;
    text-transform: capitalize;
    color: #0076BF !important;
    letter-spacing: 0;
    margin-right: 3px;
}

#grve-theme-wrapper .gsm-col .title-wrap button.see-more:hover {
    background-color: #00588F !important;
    color: #FFFFFF !important;
    border-color: #00588F !important;
}

.title-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.lazyvideo {
    cursor: pointer;
    position: relative;
}


.videoitem span.show:before {
    content: '';
    -webkit-mask-image: url(../svg/play.svg);
    mask-image: url(../svg/play.svg);
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 2;
}

.videoitem .title {
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    color: #111111;
}

.video_title {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;

    color: #111111;
}

/* #grve-main-content .grve-section {
    z-index: 2;
} */

.gsm-col {
    margin-bottom: 65px;
}

.modal-video .gsm-col {
    max-width: 1156px;
    margin: auto;
}

.modal-video .title-wrap {
    background: #FFFFFF;
    border-bottom: 1px solid #E6E9EF;
    padding: 22px 0;
    display: block;
}

.close-more i {
    color: #3C4043;
    width: 24px;
    height: 24px;
    font-size: 24px;
    cursor: pointer;
}

.close-more {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    background: url(../svg/close.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/* .logged-in .modal-video .title-wrap {
    margin-top: 32px;
} */

.modal-video .title-wrap .gsm-col {
    display: flex;
    justify-content: space-between;
}

.modal-video .videoslider {
    justify-content: flex-start;
    min-height: 100%;
}

.modal-video .videoslider .col4 {

    width: 275px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.modal-video .videoslider .col4:nth-child(4n) {
    margin-right: 0;
}

.modal-video .gsm-col {
    max-width: 1160px;
}

.projects_inner {
    display: none;
}

.modal-content .lazyvideo {
    width: 274px;
    height: 154px;
}

@media screen and (max-width: 1200px) and (min-width: 1023px) {
    .modal-video .gsm-col {
        padding-left: 20px;
        padding-right: 20px;
    }


}

@media screen and (max-width: 1023px) {
    #grve-main-content .grve-main-content-wrapper {
        padding: 0;
    }

    #video-hero {
        padding-top: 89px;
        padding-bottom: 90px;
    }

    #video-hero h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    #video-hero p {
        font-size: 15px;
        line-height: 22px;
    }

    .video_title {
        font-size: 18px;
        line-height: 23px;
    }

    .videoitem .title {
        font-size: 15px;
        line-height: 22px;
        white-space: break-spaces;
    }

    .videoslider {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;

        flex-wrap: nowrap;
    }

    .videoslider .col4,
    .videoslider .col3 {
        margin-right: 20px;
    }

    .grve-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .grve-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .gsm-col {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
    }

    #grve-theme-wrapper .gsm-col .title-wrap button.see-more {
        margin-right: 20px;
        min-width: 112px;
        height: 40px;
    }

    .modal-video .videoslider {
        overflow: hidden;
        flex-wrap: wrap;
    }

    .col3 .lazyvideo,
    .col3 iframe,
    .videoitem iframe {
        width: 275px !important;
        height: 154px !important;
        max-width: 275px;
    }

    .modal-video .title-wrap .gsm-col {
        padding-right: 20px;
    }

    .close-more {
        margin-left: 10px;
    }

    .modal-content .lazyvideo,
    .modal-content .videoitem iframe {
        width: 374px !important;
        height: 210px !important;
        max-width: 374px !important;
    }

    .modal-video .videoslider .col4 {
        width: 374px;
    }
}

@media screen and (max-width: 430px) {
    .modal-video .videoslider .col4 {
        width: 100%;
    }

    .modal-content .lazyvideo,
    .modal-content .videoitem iframe {
        width: 100% !important;
        max-width: 100% !important;
    }

    .modal-content .videoitem iframe {
        height: 210px !important;
    }

}