body .dynamicHeaderInner {
    color: #fff;
    background-image: url("../images/about-us/about-us-slider.jpg");
}
.mainBody{
    padding: 73px 0 123px
}
section.hero .heading h3 {
    color: #fff;
}
.dynamicHeading, .heading h3 {
    font: normal normal 800 30px/37px Proxima;
    color: #272727;
    margin-bottom: 1rem;
    text-transform: none;
}

.driveUsSec p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
.driveUsSec{

    margin-bottom: 73px;
}
.driveUsSec img{
    width: auto;
    margin: auto;
}
@media(min-width: 1024px){
    .driveUsSec img{
        margin-left: 40px;
    }
}
.driveUsSec .dynamicHeading{
    margin-bottom: 0;
}
.gallery-slider .heading{
    margin-bottom: 64px;
}
.video {
    position: relative;
}

.video  svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    cursor: pointer;
}

 /* the slides */
 .gallery-slider .slick-slide {
    margin: 0 12px;
}

/* the parent */
.gallery-slider  .slick-list {
    margin: 0 -12px;
}
.gallery-slider .slick-prev.slick-arrow {
    right: auto;
    left: -50px;
}
.gallery-slider .slick-next{
    right: -50px;

}
.gallery-thumbs{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin-top: 32px;
    grid-gap: 32px;
}
.gallery-thumbs .video  svg{
    font-size: 34px;
}
.gallery-item img, .gallery-item video{
    display: block;
    aspect-ratio: 367 / 237;
    object-fit: cover;
    border-radius: 6px;
	max-width: 100%;

}
@media (max-width: 992px){
    .dynamicHeading{
        margin-top: 0!important;
    }
    .driveUsSec{
        margin-bottom: 40px;
    }
    .driveUsSec img{
        width: auto;
        margin-top: 30px;
    }
    .gallery-thumbs{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 32px;
    }
}
@media (max-width: 767px){
    .gallery-slider .slick-prev.slick-arrow {
        right: auto;
        left: -5px;
    }
    .gallery-slider .slick-next{
        right: -5px;

    }
    .gallery-thumbs{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 16px;
    }
    .mainBody{
        padding: 40px 0
    }
}

#gallery_modal video{
	width: 100%;
}
#gallery_modal image{
	max-height: 100vh;
	max-width: 100%;
}
.about-us-word{
    word-break: break-word;
}
/*
@media (min-width: 767px){
	.modal-dialog {
		max-width: 680px;
	}
}
@media (min-width: 980px){
	.modal-dialog {
		max-width: 768px;
	}
}
*/
