.popup-owl .owl-nav div{
    position: absolute;
top: 50%;
text-transform: uppercase;
font-size: 11px;
background: #fff;
border-radius: 10px;
padding: 4px 5px;
box-shadow: 2px 3px 4px 0px #dadada;
}
.popup-owl .owl-nav div.owl-prev{
    left: 15px
}
.popup-owl .owl-nav div.owl-next{
    right: 15px
}
.addmargin{
margin:0 0 0 118px;
}
.hcl_box {
height: 400px;
position: relative;
display: block;
align-items: center;
justify-content: center;
border: 4px solid #fff;
overflow: hidden;
background: #fff;
}
/*.hcl_box:after{
content: '';
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
background: rgba(6, 95, 187, 0.80);
}*/
/*.owl-carousel .owl-item img {
display: block;
width: auto;
margin: 0 auto;
}*/
.hcl_box .hcl-details {
position: absolute;
bottom: -7px;
width: 100%;
z-index: 9;
color: #fff;
padding: 20px 20px;
text-align: center;
}
.hcl_box .hcl-details h4 {
margin: 0 0 15px 0;
color: #000;
font-size: 15px;
text-transform: none;
}
.hcl_box .hcl-details a {
background-color: #bfc44c;
color: #fff;
font-size: 13px;
padding: 8px 14px;
text-align: center;
text-transform: none;
border-radius: 6px;
font-family: arial;
font-weight: normal;
border: 1px solid #fff;
}