.hero_image_wrapper {
   position: relative;
   min-height: 600px;
}
.hero_image_wrapper .hero_content {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;  
    z-index: 3;
}
.hero_image_wrapper .hero_inner {
    width: 800px;
}
.hero_image_wrapper .sub_title {
    display: block;
    margin-bottom: 3rem;  
}
.hero_image_wrapper .align_center {
    align-items: center;
}
.hero_image_wrapper .align_top {
    align-items: flex-start;
}
.hero_image_wrapper .align_bottom {
    align-items: flex-end;
}
.hero_image_wrapper .align_left  {
    justify-content: flex-start;
}
.hero_image_wrapper .align_left .h_title  {
    text-align: left;
}
.hero_image_wrapper .align_left .sub_title  {
    text-align: left;
}
.hero_image_wrapper .align_left .content p  {
    text-align: left;
}
.hero_image_wrapper .align_left .content h2  {
    text-align: left;
}
.hero_image_wrapper .align_middle  {  
    justify-content: center;
}
.hero_image_wrapper .align_middle .h_title  {
    text-align: center;
}
.hero_image_wrapper .align_middle .sub_title  {
    text-align: center;
}
.hero_image_wrapper .align_middle .content p   {  
    text-align: center;
}
.hero_image_wrapper .align_middle .content h2   {  
    text-align: center;
}
.hero_image_wrapper .align_right  {
    justify-content: flex-end;
}
.hero_image_wrapper .align_right .h_title  {
    text-align: right;
}
.hero_image_wrapper .align_right .sub_title  {
    text-align: right;
}
.hero_image_wrapper .align_right .content p  {
    text-align: right;
}
.hero_image_wrapper .align_right .content h2  {
    text-align: right;
}
.hero_image_wrapper .content h2  {
    font-size: 22px;
}
.hero_image_wrapper .btn_wrapper  {
    display: flex;
    margin-top: 5rem;
}
.hero_image_wrapper .align_left .btn_wrapper  {
    justify-content: flex-start;
}
.hero_image_wrapper .align_middle .btn_wrapper  {
    justify-content: center;
}
.hero_image_wrapper .align_right .btn_wrapper  {
    justify-content: flex-end;
}
.hero_image_wrapper .red_btn {
  margin-left: 2rem;
}
.hero_image_wrapper .hero_image {
    position: relative;
    height: 100%;
    max-width: 100%;
    z-index: 1;
}
.hero_image_wrapper .img_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    z-index: 2;
}
.hero_image_wrapper .hero_image.contain img {
    object-fit: contain; 
}
.hero_image_wrapper .hero_image.cover img {
    object-fit: cover;
    width: 100%;
    height: 100%; 
}
.hero_image_wrapper .hero_image.cover {
    height:800px;
}
.hero_image_wrapper.smaller_header .hero_image  {
    height: 600px!important;
}
.hero_image_wrapper.smaller_header .hero_image.cover {
    height:600px;
}
.hero_image_wrapper a.floating_btn {
    position: absolute;
    z-index: 3;
    font-size: 20px;
    height: 66px;
    min-width: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.4s ease;
    color: #fff!important;
}

.hero_image_wrapper a.floating_btn.top {
    top: 83px;
}
.hero_image_wrapper a.floating_btn.bottom {
    bottom: 83px;
}
.hero_image_wrapper .hero_slider  a.floating_btn.top {
    top: 83px;
}
.hero_image_wrapper .hero_slider  a.floating_btn.bottom {
    bottom: 83px;
}
.hero_image_wrapper a.floating_btn.black {
    background: #000;
}
.hero_image_wrapper a.floating_btn.black:hover {
    background: #E11F1C;
}
.hero_image_wrapper a.floating_btn.white {
    background: #fff;
    color: #000!important;
}
.hero_image_wrapper a.floating_btn.white:hover {
    background: #E11F1C;
    color: #fff;
}
.hero_image_wrapper a.floating_btn.red {
    background: #E11F1C;
}
.hero_image_wrapper a.floating_btn.red:hover {
    background: #000;
}
.hero_image_wrapper a.floating_btn.left {
    left: 0;
}
.hero_image_wrapper a.floating_btn.right {
    right: 0;
}
.hero_image_wrapper a.floating_btn.vertical {
    transform: rotate(270deg);
}
.hero_image_wrapper a.floating_btn.left.vertical {
    left: -83px;
}
.hero_image_wrapper a.floating_btn.right.vertical {
    right: -83px;
}
.hero_image_wrapper .hero_slider  .hero_image.cover {
    height: 800px;
}
.hero_image_wrapper .hero_slider .custom-arrows.slider-hero_slider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-top: 3rem;
}
.hero_image_wrapper .hero_slider .custom-prev.slick-arrow {
    cursor: pointer;
    padding: 1rem;
}
.hero_image_wrapper .hero_slider .align_left .custom-arrows.slider-hero_slider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-top: 3rem;
    position: absolute;
    right: 0;
}
.hero_content.white .list_items .label {
  color: #fff;
}
.hero_content.red .list_items .label {
    color: #E11F1C;
}
.hero_content.black .list_items .label {
    color: #000;
}
.hero_content .hero_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 2rem;
    width: 100%;
}
.hero_list.vertical_list {
    grid-template-columns: 1fr!important; 
}
.hero_content .list {
    display: flex;
    align-items: flex-start;
}
.hero_content .list_items .label {
    margin-left: 1rem;
    line-height: 1.3;
    font-size: 15px;
}
.hero_image_wrapper.enable_listed .hero_content.align_right .hero_list {
    text-align: left;
}
.hero_image_wrapper.enable_listed .hero_content.align_right .hero_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero_image_wrapper.enable_listed .align_middle .h_title {
    text-align: left!important;
}
.hero_image_wrapper.enable_listed .align_right .content p {
    text-align: left;
}
.hero_image_wrapper .hero_inner .content p {
    font-size: 15px;
}
.hero_image_wrapper .content.white p {
    color: #fff;
}
.hero_image_wrapper .content.white h2 {
    color: #fff;
    font-size: 40px;
}
.custom-arrows.slider-hero_slider.white svg path {
  fill: #fff;
}
.hero_image_wrapper .hero_list a {
    text-decoration: underline;
}
.hero_image_wrapper .white .hero_list a {
    color: #fff;
}
.custom-arrows.slider-hero_slider.black svg path {
    fill: #000;
}
.custom-arrows.slider-hero_slider.red svg path {
    fill: #E11F1C;
}
.hero_inner.content_align_right h1 {
 text-align: right!important;
}
.hero_inner.content_align_right h2 {
    text-align: right!important;
}
.hero_inner.content_align_right h3 {
    text-align: right!important;
}
.hero_inner.content_align_right p {
    text-align: right!important;
}
.hero_inner.content_align_right .sub_title {
    text-align: right!important;  
}

.hero_inner.content_align_middle h1 {
   text-align: center!important;
}
.hero_inner.content_align_middle h2 {
    text-align: center!important;
}
.hero_inner.content_align_middle h3 {
    text-align: center!important;
}
.hero_inner.content_align_middle p {
    text-align: center!important;
}
.hero_inner.content_align_middle .sub_title {
    text-align: center!important;  
}

.hero_inner.content_align_left h1 {
    text-align: center!important;
 }
 .hero_inner.content_align_left h2 {
     text-align: left!important;
 }
 .hero_inner.content_align_left h3 {
     text-align: left!important;
 }
 .hero_inner.content_align_left p {
     text-align: left!important;
 }
 .hero_inner.content_align_left .sub_title {
     text-align: left!important;  
 }
 .hero_image_wrapper .content_bottom {
    margin-top: 2rem;
 }
 .hero_image_wrapper .four_column {
    grid-template-columns: repeat(4, 1fr)!important;
    display: grid;
}
.hero_image_wrapper .four_column  .hero_list {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    width: 100%;
    flex-direction: column;
}
.hero_inner.four_col_width {
    width: 100%!important; 
}
.hero_image.cover.four_col_height {
    height: 1000px;
}
.hero_image_wrapper .logos_wrapper {
    position: absolute;
    bottom: 81px;
    z-index: 2;
    display: flex;
    left: 110px;
}
.hero_image_wrapper .logo {
    margin-right: 1rem;
}
@media (max-width: 1025px) {
    .hero_image_wrapper .four_column {
        grid-template-columns: repeat(2, 1fr) !important;
        overflow-y: auto;
        height: 670px; 
    } 
}
@media(max-width: 1025px) {
   .hero_image_wrapper.enable_listed  .hero_content   {
    justify-content: center!important; 
   }
}
@media(max-width: 991px) {
    .hero_image_wrapper {
        min-height: 500px;
    }
    .hero_image_wrapper .hero_content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .hero_content .hero_list {
        grid-template-columns: 1fr;
    }
    .hero_image_wrapper .four_column {
        grid-template-columns: 1fr!important;
    }
    .hero_image_wrapper .hero_image.contain img {
        object-fit: cover;
    }
    .hero_image_wrapper .hero_image {
        height: 500px;
    }
    .top_bar .top_bar_inner .dgl_ticker {
        margin-right: 0rem;
        margin-bottom: 1rem;
        
    }
    .hero_image_wrapper .logos_wrapper {
        position: absolute;
        top: 80px;
        bottom: unset;
        z-index: 2;
        display: flex;
        left: 110px;
    }
}
@media(max-width: 400px) {
    .hero_image_wrapper .btn_wrapper {
        flex-direction: column;
    }
    .hero_image_wrapper .red_btn {
        margin-left: 0;
    }
    .hero_image_wrapper .white_btn {
        margin-bottom: 1rem;
    }
    .top_bar .top_bar_inner .dgl_ticker {
        margin-top: 1rem;  
    }
    .top_bar {
        height: 81px;
        padding-bottom: 1rem;
    }
    .top_bar .top_bar_inner .search_btn {
        margin-left: 0;
        position: absolute;
        right: 11px;
        top: 18px;
    }
    .hero_image_wrapper .hero_slider  .hero_image.cover {
        height: 560px;
    }
    .hero_image_wrapper .hero_slider .align_left .custom-arrows.slider-hero_slider {
        top: 0;
    }
}
@media (max-width: 400px) {
    .global_box_links .box_links_inner .label {
        font-size: 20px;
    }
}