.banner-section-three {
	margin: 20px 0 20px 0;
	
}
.grid-container {
  /*display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 0px;
  background-color: #2196F3;*/
  position: relative;
    width: 100%;
  display:block;
  padding: 0x;
}

.grid-container .box {
  background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0;
    font-size: 30px;
    height: 210px;
    /* position: relative; */
    /* overflow: hidden; */
    width: 25%;
    position: relative;
    float: left;
}

.grid-container .box.item1 {
 height: 420px;
    width: 50%;
}

.box.item1 video {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: calc(100% + 1px);
    bottom: 0;
    object-fit: cover;
}

.box img{
	position: absolute;
    top: 0;
    left: 0;
    -ms-transform: scale(1) translate(-50%,-50%);
    -webkit-transform: scale(1) translate(0%,-0%);
    transform: scale(1) translate(0%,0%);
    z-index: 1;
    transition: all .5s ease-in;
    min-width: 100%;
    min-height: 100%;
    max-width: 2000px;
    max-height: 2000px;
}

.grid-container .case-block{
	position: static;
}
.grid-container .case-block .inner-box {
   position: static;
}
.grid-container .case-block .inner-box .image {
    position: static;
}
.grid-container .case-block .inner-box .image img {
    position: static;
    width: 100%;
    
}
.main-content h3{
	position: absolute;
    left: 25px;
	color: #fff;
	font-weight:500;
	font-size: 1.3rem;
    line-height: 28px;
    text-align: left;
	transition: all .2s ease-in;
	max-width: 135px;
	bottom: 50px;
	font-weight:600;
}
.box:hover .main-content{
	display:none;
}
.main-content h3:after {
    content: '';
    width: 95px;
    height: 4px;
    background: #f5ba59;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.grid-container .case-block .inner-box .image .overlay-box .content {
    position: absolute;
    left: unset;
    bottom: unset;
    z-index: 1;
    padding: 8% 5%;
}
.grid-container .case-block .inner-box .image img {
    opacity: 0.8;
	height:210px;
}
.grid-container .case-block .inner-box:hover .image img{
	opacity:1;
}
.grid-container .case-block .inner-box .image{
	background: rgba(3,5,18,1);
}
.overlay-box .content p{
	color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.overlay-box .content h5{
	margin-bottom:12px;
}
.overlay-box .content h5 a{
	color: #0c0c0c;
    font-size: 20px;
	font-weight:600;
}
.grid-container .case-block .inner-box .image .overlay-box:before{
	background-image: linear-gradient(to bottom, rgb(255 147 50 / 100%) 0%, #f48430 100%);
}
.grid-container .default .case-block .inner-box .image .overlay-box:before{
	background: rgba(0,0,0,0) ;
	
}
.default .overlay-box .content p,
.default .overlay-box .content p a,
.default .overlay-box .content h5,
.default .overlay-box .content h5 a{
	color: #fff;
    
}

.grid-container .case-block .inner-box .image .overlay-box .arrow{
	width:50px;
	height:50px;
	line-height:50px;
	background-color:#373435;
}
.item1 .icon {
    background: #f38434;
    padding: 0 25px;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    bottom: auto;
}
@media only screen and (max-width:991px){
.grid-container .box.item1 {

    width: 100%;
}
.grid-container .box{
	width: 50%;
}
}
@media only screen and (max-width:767px){
.grid-container .box.item1 {

    width: 100%;
}
.grid-container .box{
	width: 100%;
}
.grid-container .case-block .inner-box .image img {
	height:auto;
}
}