.g-bg-customblue{
	background-color: #02a4ff!important;
}

.g-bg-customgrey{
	background-color: #f7f7f7!important;
}

.u-ns-bg-v1-bottom.g-bg-customblue::before, .g-parent.g-bg-customblue .u-ns-bg-v1-bottom::before {
    border-top-color: #02a4ff;
}

.u-ns-bg-v1-bottom.g-bg-customgrey::before, .g-parent.g-bg-customgrey .u-ns-bg-v1-bottom::before {
    border-top-color: #f7f7f7;
}

.u-ns-bg-v1-top.g-bg-customblue::before, .g-parent.g-bg-customblue .u-ns-bg-v1-top::before {
    border-bottom-color: #02a4ff;
}

.u-ns-bg-v1-top.g-bg-customgrey::before, .g-parent.g-bg-customgrey .u-ns-bg-v1-top::before {
    border-bottom-color: #f7f7f7;
}

.testimonialvid{
	width:60%;
}	

.vid{
	width:60%;
}

@media (min-width: 992px) {
    .col-custom5 {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
	.g-min-height-box--md{
		min-height: 578.92px;
	}
}

@media (min-width:768px) and (max-width:991px){	
	.g-min-height-box2--md {
        min-height: 240px!important;
    }
	.g-min-height-box3--md {
        min-height: 373.34px!important;
    }
}

@media (max-width: 768px) {	
	.testimonialvid{
		width:100%;
	}
	.vid{
		width:100%;
	}
}
