.owl-carousel .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .item img {
  width: 700px;
  height: 400px;
  border-radius: 10px;
}
.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  color: white;
}
.owl-carousel .item img {
  width: 100%;
  height: auto;
      }
      .owl-nav {
  display: flex;
  position: absolute;
   bottom: -22px;
   left:0px;
  width: 100%;

}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  color: white;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  background-color:#000422;
}
.owl-dots{
  display: none;
}
.owl-theme .owl-nav [class*=owl-]{
  background: none !important;
}
.linear{
  background-image: linear-gradient(45deg,#FFFFFF00,#FFFFFF,#FFFFFF00);
}
.oswald{
font-family: oswald;
letter-spacing: 4px;
}
.sans{
  font-family: Source Sans Pro;
}
.linear2 {
  border: none;
  border-right: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(45deg, #FFFFFF00, #FFFFFF, #FFFFFF00);
  padding: 20px;
  text-align: left;
  display: inline-block;
}
.image-container{
   position: relative;
}
.image-container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and opacity here */
  z-index: 1;
}
.owl-nav {
  display: flex;
  position: absolute;
   bottom: -22px;
   left:0px;
  width: 100%;

}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  color: white;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  background-color:#000422;
}
.owl-dots{
  display: none;
}
.owl-theme .owl-nav [class*=owl-]{
  background: none !important;
}

.owl-carousel .owl-nav.disabled{
      display: block !important;
      text-align: left;

  }
.media_panel {
    background: rgba(0, 17, 34, 1);
    width: 100%;
    float: left;
    padding: 85px 0 150px;
    overflow: hidden;
    clear: both;
    position: relative;
    z-index: 2;
}
.container{
width: 100%;
max-width: 1575px !important;
margin: 0 auto;
padding: 0 15px;
}
.gallery_nav {
    background: url(../images/h-line2.png) center 17px no-repeat;
    background-size: 72% 1px;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.gallery_nav a:last-child {
    float: right;
}
.gallery_nav a {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 30px;
    color: #686868;
    text-transform: uppercase;
    display: block;
    float: left;
}
.gallery_container {
    width: 100%;
    float: left;
}


.g_slider_container {
    width: 1705px;
    float: left;
}
.g_video_slider_main {
    width: 800px;
    height: 500px;
    float: left;
    position: relative;
    /* margin-right: 20px; */
}
.g_video_arrow {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
}
.g_video_arrow a.g_prev {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 30px;
}
.g_video_slider_thumb {
    width: 894px;
    height: 500px;
    float: right;
}
