.box1 {
	width: 32%;
	height: 123px;
	background-color: rgba(0, 7, 26, .05);
	transition: height 0.5s, top 0.5s;
	position: relative;
	overflow: hidden;
	margin: 10px;
	/* border: 1px solid #000; */
	padding: 25px;
}
.service_box_icon {
    opacity: 1;
}

.box1:hover {
	height: 300px;
	top: calc(50% - 100px);
	height: 400px;
}
.box1 .hovexx {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.4s ease;
object-fit: cover;
}

.box1:hover .hovexx {
    opacity: 1;
    /* Show the image when .box is hovered */
}

.overlaybb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #005255e0;
    z-index: 99;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.overlaybb:hover {
    opacity: 1;
    /* Show the image when .box is hovered */
}

.xc {
    display: flex;
    justify-content: space-between;

}

.icon_headline {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    width: 100%;
    height: 100%s;
}

.icon_headline img {
    width: 20%;
    padding-left: 17px;
}

.overlay_headline {
    display: block;
    padding: 25px;
}

.overlay_headline img {
	width: 25% !important;
	margin: 0 18px;
}

.icon_headline h2 {
    font-size: 24px;
    padding: 0 25px;
}
.box1 ul{
    margin-top: 10px;
}
.verline {
	width: 1px;
	height: 58px;
	background: #ffffff6b;
	margin-right: 19px;
}



.box1 ul li {
   list-style: disc;
  font-size: 18px;
}


.verline1 {
	width: 1px;
	height: 51px;
	background: #0f888b;
	margin-left: 17px;
}
@media screen and  (max-device-width: 1920px) { 
  .slider__container {
    height:  900px;
  }
  .position_fixed {
	top: 120px;

}

}

@media only screen and (min-width: 1600px ){
    .title {
	font-size: 77px !important;
	line-height: 80px;
}
.column h3 {

margin-top: 260px !important;
}
    
}


@media screen and (min-device-width: 1199) and (max-device-width: 1600px) { 
  .slider__container {
    height:  700px;
  }
}

