.video-wrap {
  position: relative;
  padding-bottom: 56.25%; 
  padding-top: 0px;
  margin: 0px 0 50px 0;
  height: 0;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bx-panel.bx-panel-fixed {    z-index: 1995 !important;}

.circle {
    width:100%;
    display:block;
    margin:0 auto;
padding:10px 0 10px 0;
}
.circle li {
    display: inline-block;
    width:20%;
    max-width:210px;
    margin:0 auto 10px;
    text-align: center;
}
.circle li figure{
 width:100%;
 display: block;
 clear: both;
 margin-bottom: 15px;
}
.circle li figure img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition-duration: 0.3s;
}
.circle li figure img:hover {
    transform: scale(1.1);
}
.circle li .elementor-image-box-content {
    width: 100%;
    display: block;
    text-align: center;
}

.elementor-box-title {
    color: #1d2840;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat",Sans Serif;
    font-weight: 600;
}
 @media all and (max-width: 1023px) { 
.circle {
text-align:center;
}
.circle li {
width:45%;
}
}