/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .title_block {
  color: #000000;
  margin: 1.875rem 0 2.5rem;
  font-size: 48px;
  padding-bottom: 0.9375rem;
  position: relative;
  font-family: "montbold";
  font-weight: 400; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 17px; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 10px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
      .rtl .ap-accordion .panel-default .panel-title a:before {
        right: auto;
        left: auto; }
      .rtl .ap-accordion .panel-default .panel-title a:before {
        left: 0px;
        right: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #ececec; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #ececec;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #ececec #ececec #ececec; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #ececec; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #ececec;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #ececec #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #ececec transparent #ececec #ececec;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #ececec; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #ececec;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #ececec; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #ececec #ececec #ececec transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #ba2522; }
    .widget-tabs li.active a {
      color: #ba2522; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #ba2522;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #ba2522; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
#index .fancybox-wrap iframe {
  max-width: 100%;
  max-height: 100%; }

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #ececec; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #ececec;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #ba2522;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.ApColumn .manufacturers_block {
  position: relative;
  text-align: center; }
  .ApColumn .manufacturers_block .owl-row {
    margin: 0; }
  .ApColumn .manufacturers_block .owl-item {
    padding: 0; }
    .ApColumn .manufacturers_block .owl-item .manufacturer-image-container {
      overflow: hidden; }
    .ApColumn .manufacturers_block .owl-item .manufacturer-container {
      padding: 40px 30px; }
      @media (max-width: 480px) {
        .ApColumn .manufacturers_block .owl-item .manufacturer-container {
          padding: 30px 0; } }
    .ApColumn .manufacturers_block .owl-item img {
      display: inline-block;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      .ApColumn .manufacturers_block .owl-item img:hover {
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s; }
  .ApColumn .manufacturers_block .owl-theme .owl-buttons {
    position: inherit;
    top: inherit;
    right: inherit; }
    .ApColumn .manufacturers_block .owl-theme .owl-buttons div {
      position: absolute;
      bottom: 50%;
      visibility: hidden;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
        left: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
          right: 30px;
          left: auto; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
        right: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
          left: 30px;
          right: auto; }
  .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div {
    visibility: visible;
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
      left: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
        right: 15px;
        left: auto; }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
      right: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
        left: 15px;
        right: auto; }

/*
  Widget Category Image
*/
.widget-category_image {
  padding-bottom: 15px; }
  .widget-category_image .cover-img {
    margin-bottom: 20px;
    display: block;
    overflow: hidden; }
    .widget-category_image .cover-img img {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      max-width: 100%;
      height: auto; }
      .widget-category_image .cover-img img:hover {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
        -o-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1); }
  .widget-category_image .cate_content:hover label {
    color: #3276b1;
    cursor: pointer; }
  .widget-category_image ul li a {
    color: #000;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  .latest-blogs .title_block {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px; }
  .latest-blogs .right-block {
    display: inline-block;
    margin-bottom: 15px; }
    .latest-blogs .right-block .box-inside-blog-meta {
      padding-bottom: 10px;
      display: inline-block; }
    .latest-blogs .right-block .all-blog-desc {
      text-transform: uppercase;
      font-size: 12px;
      float: left; }
      .rtl .latest-blogs .right-block .all-blog-desc {
        float: right; }
      .latest-blogs .right-block .all-blog-desc .inside-blog-meta {
        display: inline-block; }
        @media (max-width: 991px) {
          .latest-blogs .right-block .all-blog-desc .inside-blog-meta {
            margin-bottom: 10px; } }
        .latest-blogs .right-block .all-blog-desc .inside-blog-meta a {
          color: #2D9CDB; }
      .latest-blogs .right-block .all-blog-desc .author {
        position: relative;
        padding-right: 15px;
        color: #000;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 14px; }
        .rtl .latest-blogs .right-block .all-blog-desc .author {
          padding-left: 15px;
          padding-right: inherit; }
        .latest-blogs .right-block .all-blog-desc .author .icon-author {
          color: #888888;
          font-size: 14px; }
    .latest-blogs .right-block .date {
      color: #888888;
      font-size: 14px;
      display: inline-block;
      text-transform: capitalize;
      padding-right: 15px;
      position: relative; }
      .latest-blogs .right-block .date:after {
        content: "/";
        font-size: 14px;
        position: absolute;
        right: 3px; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    @media (max-width: 575px) {
      .latest-blogs .blog-image-container {
        float: inherit; } }
  .latest-blogs .blog-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0; }
    .latest-blogs .blog-title a {
      color: #000;
      font-weight: 500;
      font-size: 24px;
      line-height: 30px;
      display: inline-block;
      margin-bottom: 20px; }
      .latest-blogs .blog-title a:hover {
        color: #ba2522; }
  .latest-blogs .blog-desc {
    line-height: 28px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-top: 0px; }
  .latest-blogs .blog-readmore {
    font-size: 14px;
    color: #fff;
    position: relative;
    border-radius: 27px;
    background: #6839CC;
    padding: 15px 25px;
    text-transform: capitalize;
    font-family: "mazzard_soft_hbold";
    display: none; }
    .latest-blogs .blog-readmore:after {
      content: "\f054";
      font-size: 10px;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 700;
      transition: all 0.5s;
      margin-left: 13px;
      background: #fff;
      border-radius: 50%;
      padding: 7px 9px;
      color: #000; }
      .rtl .latest-blogs .blog-readmore:after {
        margin-right: 13px;
        margin-left: inherit; }
    .latest-blogs .blog-readmore:hover:after {
      background: #FF782C; }
  .latest-blogs .inside-blog-meta a {
    text-transform: uppercase;
    color: #ba2522;
    font-size: 12px;
    font-family: "montbold"; }
  .latest-blogs .inside-blog-meta .icon-author {
    color: #b0b0b0; }
  .latest-blogs .inside-blog-meta time {
    margin-right: 25px; }
    .rtl .latest-blogs .inside-blog-meta time {
      margin-left: 25px;
      margin-right: inherit; }
  .latest-blogs .blog-meta {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    padding-top: 10px; }
    .latest-blogs .blog-meta .date span {
      display: block;
      border-top: 1px solid #e2e2e2;
      margin-top: 15px;
      padding-top: 15px; }
    .latest-blogs .blog-meta .nbcomment, .latest-blogs .blog-meta .hits {
      margin-right: 20px; }
      .rtl .latest-blogs .blog-meta .nbcomment, .rtl .latest-blogs .blog-meta .hits {
        margin-left: 20px;
        margin-right: inherit; }
      .latest-blogs .blog-meta .nbcomment i, .latest-blogs .blog-meta .hits i {
        margin-right: 5px; }
        .rtl .latest-blogs .blog-meta .nbcomment i, .rtl .latest-blogs .blog-meta .hits i {
          margin-left: 5px;
          margin-right: inherit; }
    .latest-blogs .blog-meta .cat a {
      color: #ba2522;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700; }
  .latest-blogs .created {
    padding-right: 25px;
    color: #b0b0b0;
    font-size: 12px; }
    .rtl .latest-blogs .created {
      padding-left: 25px;
      padding-right: inherit; }
  .latest-blogs .nbcomment {
    color: #222222;
    font-size: 14px;
    padding-right: 15px;
    text-transform: lowercase;
    position: relative; }
    .latest-blogs .nbcomment:after {
      content: "/";
      font-size: 14px;
      position: absolute;
      right: 5px;
      color: #919191; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding: 0 5px; }
  .instagram-block .owl-item .block-carousel-container {
    padding: 5px 0; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: auto;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }
.instagram-block #instafeed a {
  position: relative;
  display: block;
  overflow: hidden; }
  .instagram-block #instafeed a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    width: 50%;
    height: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .instagram-block #instafeed a:after {
    content: "\f16d";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 20px;
    color: #FFFFFF;
    bottom: 50%;
    left: 50%;
    right: auto;
    top: auto;
    line-height: normal;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block #instafeed a:hover:before {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);
    zoom: 1;
    background-color: transparent\9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .instagram-block #instafeed a:hover:after {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

#instafeed {
  margin: -0.3125rem; }

.ins {
  padding-top: 50px; }
  .ins .title_block {
    font-family: "montregular";
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 100px 0;
    margin: 0; }
    @media (max-width: 1199px) {
      .ins .title_block {
        font-size: 30px;
        padding: 50px 0; } }

.video-box {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .video-box {
      padding-bottom: 30px; } }

.image-video {
  position: relative; }
  .image-video .image_description {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    top: 50%; }
    @media (max-width: 1199px) {
      .image-video .image_description {
        top: 65%; } }
    @media (max-width: 575px) {
      .image-video .image_description {
        padding-top: 20px; } }

.userinfo-selector a {
  color: #929292; }

.userinfo-selector.popup-over .popup-title {
  padding: 15px 0 15px 0; }
  .rtl .userinfo-selector.popup-over .popup-title {
    padding: 15px 0 15px 0; }
  .userinfo-selector.popup-over .popup-title:hover {
    color: #ba2522; }

.popup-over {
  float: right; }
  .rtl .popup-over {
    float: left; }
  .popup-over.language-selector-wrapper .popup-content, .popup-over.currency-selector .popup-content {
    right: inherit;
    left: 0;
    position: absolute;
    min-width: 120px; }
    .rtl .popup-over.language-selector-wrapper .popup-content, .rtl .popup-over.currency-selector .popup-content {
      left: inherit;
      right: auto; }
    .rtl .popup-over.language-selector-wrapper .popup-content, .rtl .popup-over.currency-selector .popup-content {
      right: 0;
      left: auto; }
    .popup-over.language-selector-wrapper .popup-content li a img, .popup-over.currency-selector .popup-content li a img {
      margin-top: -2px; }

@media (max-width: 991px) {
  .leo-megamenu:before {
    height: 0; } }
.leo-megamenu .navbar-toggler {
  color: #000; }

#search_widget {
  margin: 0 10px;
  padding: 0; }
  #search_widget .popup-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    #search_widget .popup-content input.ui-autocomplete-input {
      border: 1px solid #ededed;
      border-radius: 30px; }
  #search_widget #click_show_search {
    padding: 0; }
    #search_widget #click_show_search i {
      font-size: 17px;
      color: #2a2a2a;
      line-height: 48px; }

@media (max-width: 575px) {
  .leo-megamenu.disable-canvas .leo-top-menu {
    z-index: 999; } }

.latest-blogs .blog-image-container .blog_img_link img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.latest-blogs .blog-container:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.latest-blogs .blog-container:hover .blog-title a {
  text-decoration: underline; }
.latest-blogs .blog-container:hover .right-block .all-blog-desc .author {
  text-decoration: underline; }
  .latest-blogs .blog-container:hover .right-block .all-blog-desc .author .icon-author {
    text-decoration: none; }

@media (min-width: 576px) {
  .nopadding_left {
    padding-left: 0;
    padding-right: 10px; }
    .rtl .nopadding_left {
      padding-right: 0;
      padding-left: inherit; }
    .rtl .nopadding_left {
      padding-left: 10px;
      padding-right: inherit; } }

@media (min-width: 576px) {
  .nopadding_right {
    padding-right: 0;
    padding-left: 10px; }
    .rtl .nopadding_right {
      padding-left: 0;
      padding-right: inherit; }
    .rtl .nopadding_right {
      padding-right: 10px;
      padding-left: inherit; } }

.block-carousel-container {
  text-align: center; }
  .block-carousel-container .happy-description {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px; }
    @media (max-width: 767px) {
      .block-carousel-container .happy-description {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .block-carousel-container .happy-description {
        font-size: 15px; } }
  @media (min-width: 992px) {
    .block-carousel-container {
      margin: auto; } }

.block-carousel-image-container img {
  height: auto;
  margin: auto; }
.block-carousel-image-container .descript {
  color: #626262;
  font-size: 18px;
  line-height: 40px;
  padding-top: 20px; }
  @media (max-width: 575px) {
    .block-carousel-image-container .descript {
      line-height: 30px; } }
  .block-carousel-image-container .descript h3 {
    padding-top: 20px;
    font-size: 22px; }
  @media (max-width: 991px) {
    .block-carousel-image-container .descript {
      font-size: 19px; } }
  @media (max-width: 767px) {
    .block-carousel-image-container .descript {
      font-size: 18px; } }
  @media (max-width: 575px) {
    .block-carousel-image-container .descript {
      font-size: 17px; } }
  @media (max-width: 480px) {
    .block-carousel-image-container .descript {
      font-size: 15px; } }
  .block-carousel-image-container .descript i {
    font-size: 60px;
    padding-bottom: 20px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .block-carousel-image-container .descript i {
        font-size: 40px; } }
  .block-carousel-image-container .descript p {
    font-size: 28px;
    color: #000;
    line-height: 39px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .block-carousel-image-container .descript p {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .block-carousel-image-container .descript p {
        font-size: 17px;
        padding: 0 15px;
        line-height: 30px; } }
  .block-carousel-image-container .descript span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px; }
.block-carousel-image-container .title {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 0;
  margin: 0; }
  .block-carousel-image-container .title span {
    color: #000; }
.block-carousel-image-container .sub-title {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  order: 1;
  padding-bottom: 20px; }

#module-leofeature-productscompare .thumbnail-container .leo-dropdown-attr {
  top: 100%;
  bottom: 0; }
#module-leofeature-productscompare select.form-control:not([size]):not([multiple]) {
  margin-bottom: 10px; }

.other-product .ApColumn > .title_block {
  font-size: 30px;
  text-align: center;
  letter-spacing: 6px;
  margin: 0;
  padding: 80px 0 20px 0;
  text-transform: uppercase; }

.dropdown-menu-inner .wr-bnmenu img {
  width: 100%; }

#my-account .page-footer {
  padding-bottom: 50px; }
  #my-account .page-footer > div a {
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #000; }

.leo-compare-review-dropdown .dropdown-menu .dropdown-item {
  white-space: inherit; }

.page-customer-account #main .page-header {
  text-align: center; }

#header, #header .header-top {
  background-color: transparent; }

.redhotspot {
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  color: #fdb768;
  width: 30px !important;
  height: 30px !important;
  background: transparent !important; }
  .redhotspot:hover:after {
    background: #ba2522; }
  .redhotspot:hover span:before {
    color: #fff; }
  .redhotspot span {
    position: relative;
    font-size: 0;
    display: inline-block; }
    .redhotspot span:before {
      content: '+';
      display: block;
      font-size: 18px;
      font-weight: 500;
      line-height: 30px;
      color: #000;
      margin-top: -2px; }
  .redhotspot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: all 0.35s ease;
    z-index: -1; }
  .redhotspot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: all 0.35s ease;
    z-index: -1; }

@media (max-width: 767px) {
  #leo_search_block_top .title_block {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0;
    z-index: 999; }
    #leo_search_block_top .title_block:before {
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-size: 30px;
      color: #000; } }
    @media (max-width: 767px) and (max-width: 767px) {
      #leo_search_block_top .title_block:before {
        font-size: 20px; } }
@media (max-width: 767px) {
  #leo_search_block_top .list-cate-wrapper {
    display: none; }
  #leo_search_block_top form {
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    max-width: 300px;
    border: 1px solid #000;
    position: absolute;
    width: 100%;
    top: 100%;
    transform: translateY(20px);
    transition: all 0.3s;
    width: 290px;
    right: 0;
    background: #fff;
    z-index: 9; }
    .rtl #leo_search_block_top form {
      left: 0;
      right: auto; }
    #leo_search_block_top form button {
      background: #000; }
    #leo_search_block_top form .form-control {
      height: 45px; }
  #leo_search_block_top.show form {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    padding: 0 10px; }

  .header-bottom {
    position: relative;
    padding-bottom: 15px; }
    .header-bottom .center {
      position: static; } }
.btn-slideshow-1 {
  font-size: 14px;
  color: #fff;
  position: relative;
  background: #ba2522;
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "montbold"; }
  .btn-slideshow-1:hover {
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

.btn-slideshow-2 {
  background: #fff;
  font-size: 10px;
  padding: 9px 27px;
  transition: all 0.4s;
  text-transform: uppercase;
  font-family: "montbold"; }
  .btn-slideshow-2:hover {
    color: #ba2522; }

.keep-header #header {
  background: #fff; }

@media (min-width: 768px) {
  .buttons-custom .owl-carousel.owl-theme .owl-buttons {
    position: absolute;
    top: -70px;
    right: 15px; }
    .rtl .buttons-custom .owl-carousel.owl-theme .owl-buttons {
      left: 15px;
      right: auto; }
    .buttons-custom .owl-carousel.owl-theme .owl-buttons .owl-prev {
      float: left;
      margin-right: 4px; }
      .rtl .buttons-custom .owl-carousel.owl-theme .owl-buttons .owl-prev {
        float: right; }
      .rtl .buttons-custom .owl-carousel.owl-theme .owl-buttons .owl-prev {
        margin-left: 4px;
        margin-right: inherit; }
    .buttons-custom .owl-carousel.owl-theme .owl-buttons div {
      width: 32px;
      height: 32px;
      transform: none;
      position: static;
      opacity: 1;
      filter: alpha(opacity=100);
      float: left;
      visibility: visible;
      box-shadow: none;
      border: 1px solid #E5E5E5; }
      .buttons-custom .owl-carousel.owl-theme .owl-buttons div:before {
        position: static;
        font-size: 18px;
        color: #000;
        line-height: 32px;
        font-weight: 700; }
      .buttons-custom .owl-carousel.owl-theme .owl-buttons div:hover {
        background-color: #FF782C;
        border: 1px solid #E5E5E5; }
        .buttons-custom .owl-carousel.owl-theme .owl-buttons div:hover:before {
          color: #fff; } }

.leo-fly-cart-slidebar .leo-remove-from-cart {
  padding-top: 20px; }

.ApRow > .title-ap-group {
  font-size: 38px;
  color: #000;
  font-weight: 800;
  padding-left: 15px; }
  .rtl .ApRow > .title-ap-group {
    padding-right: 15px;
    padding-left: inherit; }
  @media (max-width: 575px) {
    .ApRow > .title-ap-group {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .ApRow > .title-ap-group {
      font-size: 27px; } }
.ApRow .sub-title-ap-group {
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: "montregular";
  margin-bottom: 30px;
  padding-left: 15px; }
  .rtl .ApRow .sub-title-ap-group {
    padding-right: 15px;
    padding-left: inherit; }
  .ApRow .sub-title-ap-group span {
    color: #000;
    padding-left: 10px;
    font-family: "montbold";
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .rtl .ApRow .sub-title-ap-group span {
      padding-right: 10px;
      padding-left: inherit; }
    .ApRow .sub-title-ap-group span:before {
      content: "\7c";
      font-size: 12px;
      color: #e7e0e0;
      padding-right: 10px; }
      .rtl .ApRow .sub-title-ap-group span:before {
        padding-left: 10px;
        padding-right: inherit; }
    .ApRow .sub-title-ap-group span:after {
      content: "\f054";
      font-size: 12px;
      color: #ba2522;
      font-family: "Font Awesome 5 Pro";
      padding-left: 10px; }
      .rtl .ApRow .sub-title-ap-group span:after {
        padding-right: 10px;
        padding-left: inherit; }
    .ApRow .sub-title-ap-group span:hover {
      letter-spacing: 1px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      color: #ba2522; }

.box-width {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1200px) {
    .box-width {
      max-width: 1830px;
      margin: auto; } }

.box-video {
  position: relative; }
  .box-video .image_description {
    max-width: 440px;
    padding-top: 25px; }
  .box-video .box-icon-play {
    position: absolute;
    top: 50%;
    right: 24%;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer; }
    @media (max-width: 767px) {
      .box-video .box-icon-play {
        top: 25%; } }
    @media (max-width: 575px) {
      .box-video .box-icon-play {
        right: 40%; } }
    .box-video .box-icon-play p {
      color: #fff;
      font-size: 60px;
      font-weight: 400;
      line-height: 74px; }
      @media (max-width: 991px) {
        .box-video .box-icon-play p {
          font-size: 40px;
          line-height: 43px; } }
      @media (max-width: 575px) {
        .box-video .box-icon-play p {
          font-size: 32px;
          line-height: 38px; } }
    .box-video .box-icon-play:hover img {
      transform: scale(1); }

.box-video .video {
  display: none; }

.search-box1 #leo_search_block_top {
  float: right; }
  @media (max-width: 767px) {
    .search-box1 #leo_search_block_top {
      position: static;
      padding-right: 12px; }
      .rtl .search-box1 #leo_search_block_top {
        padding-left: 12px;
        padding-right: inherit; } }
  .rtl .search-box1 #leo_search_block_top {
    float: left; }
  .search-box1 #leo_search_block_top .title_block {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0;
    z-index: 9999; }
    .search-box1 #leo_search_block_top .title_block:before {
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-size: 17px;
      color: #CCCCCC; }
      @media (max-width: 1400px) {
        .search-box1 #leo_search_block_top .title_block:before {
          color: #000;
          font-size: 21px; } }
  .search-box1 #leo_search_block_top .list-cate-wrapper {
    display: none; }
  .search-box1 #leo_search_block_top form {
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    max-width: 300px;
    border: 1px solid #000;
    position: absolute;
    width: 100%;
    top: 100%;
    transform: translateY(20px);
    transition: all 0.3s;
    width: 290px;
    right: -63px;
    background: #fff;
    z-index: 9; }
    .rtl .search-box1 #leo_search_block_top form {
      left: -63px;
      right: auto; }
    .search-box1 #leo_search_block_top form .form-control {
      height: 45px; }
  .search-box1 #leo_search_block_top.show form {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    padding: 0 10px;
    right: 0; }
    .rtl .search-box1 #leo_search_block_top.show form {
      left: 0;
      right: auto; }
    @media (max-width: 575px) {
      .search-box1 #leo_search_block_top.show form {
        right: -160px; }
        .rtl .search-box1 #leo_search_block_top.show form {
          left: -160px;
          right: auto; } }

.pt_80 {
  padding-top: 80px; }
  @media (max-width: 575px) {
    .pt_80 {
      padding-top: 40px; } }

.box1-h1 {
  position: relative; }
  @media (min-width: 1200px) {
    .box1-h1 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (min-width: 1200px) {
    .box1-h1:before {
      background: #e5e5e5;
      content: "";
      margin-left: -1000px;
      width: 100%;
      height: 1px;
      padding: 0 1000px;
      box-sizing: content-box;
      display: block !important;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; } }
  .box1-h1 .left .logo-header {
    background: #ba2522;
    text-align: center;
    padding: 20px 0; }
  @media (max-width: 1199px) and (min-width: 991px) {
    .box1-h1 .center {
      padding-left: 25px; }
      .rtl .box1-h1 .center {
        padding-right: 25px;
        padding-left: inherit; } }
  @media (max-width: 991px) {
    .box1-h1 .center {
      padding-top: 15px; } }
  .box1-h1 .right {
    padding-right: 65px; }
    .rtl .box1-h1 .right {
      padding-left: 65px;
      padding-right: inherit; }
    @media (max-width: 1199px) {
      .box1-h1 .right {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 40px; }
        .rtl .box1-h1 .right {
          padding-left: 40px;
          padding-right: inherit; } }
    .box1-h1 .right #leo_search_block_top {
      position: relative;
      padding: 0 32px; }
      @media (max-width: 1400px) {
        .box1-h1 .right #leo_search_block_top {
          padding: 0; } }
      @media (min-width: 1401px) {
        .box1-h1 .right #leo_search_block_top:after {
          content: "";
          background: #E3E3E3;
          width: 1px;
          height: 80px;
          position: absolute;
          right: 0;
          top: -28px; } }
      @media (min-width: 1401px) {
        .box1-h1 .right #leo_search_block_top:before {
          content: "";
          background: #E3E3E3;
          width: 1px;
          height: 80px;
          position: absolute;
          left: 0;
          top: -28px; } }
    .box1-h1 .right #leo_block_top {
      padding-left: 25px;
      padding-right: 0px; }
      .rtl .box1-h1 .right #leo_block_top {
        padding-right: 25px;
        padding-left: inherit; }
      .rtl .box1-h1 .right #leo_block_top {
        padding-left: 0px;
        padding-right: inherit; }
      [dir="rtl"] .box1-h1 .right #leo_block_top {
        padding-right: 25px;
        padding-left: 0; }
      @media (max-width: 480px) {
        .box1-h1 .right #leo_block_top .popup-over .popup-content {
          right: -30px; }
          .rtl .box1-h1 .right #leo_block_top .popup-over .popup-content {
            left: -30px;
            right: auto; } }

.box2-h1 {
  text-align: center;
  padding-bottom: 75px; }
  .box2-h1 .block-carousel-image-container {
    position: relative; }
    @media (min-width: 992px) {
      .box2-h1 .block-carousel-image-container:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #fff;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        top: 13%;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; } }
    .box2-h1 .block-carousel-image-container:hover:before {
      background: #ba2522;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .box2-h1 .block-carousel-image-container:hover .title {
      text-decoration: underline; }
      .box2-h1 .block-carousel-image-container:hover .title sup {
        color: #ba2522;
        text-decoration: none; }
    .box2-h1 .block-carousel-image-container .title {
      font-size: 14px;
      color: #000;
      padding-top: 30px; }
      .box2-h1 .block-carousel-image-container .title sup {
        font-size: 12px;
        color: #888; }

.box4-h1 {
  padding-top: 60px; }
  .box4-h1 .ApColumn {
    padding: 0; }
    @media (max-width: 767px) {
      .box4-h1 .ApColumn {
        padding-bottom: 20px; } }
  .box4-h1 .ApImage {
    position: relative; }
  @media (max-width: 1400px) {
    .box4-h1 img {
      height: 230px !important;
      object-fit: cover; } }
  .box4-h1 .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .box4-h1 .btn-slideshow-1 {
    color: #000;
    background: #fff;
    font-size: 10px;
    padding: 9px 27px; }
    .box4-h1 .btn-slideshow-1:hover {
      color: #ba2522; }
  @media (min-width: 768px) {
    .box4-h1 .left {
      width: 62.22%;
      padding-right: 15px; }
      .rtl .box4-h1 .left {
        padding-left: 15px;
        padding-right: inherit; } }
  .box4-h1 .left .image_description {
    right: 15%; }
  .box4-h1 .left h4 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: "montregular";
    margin-bottom: 20px; }
    @media (max-width: 1400px) {
      .box4-h1 .left h4 {
        margin-bottom: 10px; } }
  .box4-h1 .left h3 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "montregular";
    line-height: 50px; }
    @media (max-width: 1400px) {
      .box4-h1 .left h3 {
        font-size: 40px;
        line-height: 30px; } }
    @media (max-width: 991px) {
      .box4-h1 .left h3 {
        font-size: 30px; } }
  .box4-h1 .left h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 800; }
    @media (max-width: 1400px) {
      .box4-h1 .left h5 {
        font-size: 35px; } }
    @media (max-width: 991px) {
      .box4-h1 .left h5 {
        font-size: 25px; } }
  .box4-h1 .left h6 {
    color: #444;
    font-size: 14px;
    margin-bottom: 15px; }
    .box4-h1 .left h6 span {
      color: #ba2522;
      font-size: 30px;
      font-weight: 800; }
      @media (max-width: 1400px) {
        .box4-h1 .left h6 span {
          font-size: 20px; } }
  @media (min-width: 768px) {
    .box4-h1 .right {
      width: 37.78%;
      padding-left: 15px; }
      .rtl .box4-h1 .right {
        padding-right: 15px;
        padding-left: inherit; } }
  .box4-h1 .right .image_description {
    left: 80px; }
    @media (max-width: 991px) {
      .box4-h1 .right .image_description {
        left: 30px; } }
  .box4-h1 .right h4 {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px; }
  .box4-h1 .right h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-family: "montregular"; }
    @media (max-width: 991px) {
      .box4-h1 .right h3 {
        font-size: 28px; } }
  .box4-h1 .right h5 {
    color: #E4F899;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .box4-h1 .right h5 {
        font-size: 25px; } }
  .box4-h1 .right h6 {
    color: #fff;
    font-size: 14px;
    font-family: "montregular";
    margin-bottom: 20px; }

.box6-h1 {
  padding-top: 60px; }
  .box6-h1 .ApColumn {
    padding: 0; }
    @media (max-width: 767px) {
      .box6-h1 .ApColumn {
        padding-bottom: 20px; } }
  .box6-h1 .ApImage {
    position: relative; }
  @media (max-width: 1400px) {
    .box6-h1 img {
      height: 230px !important;
      object-fit: cover; } }
  .box6-h1 .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .box6-h1 .btn-slideshow-1 {
    color: #000;
    background: #fff;
    font-size: 10px;
    padding: 9px 27px; }
    .box6-h1 .btn-slideshow-1:hover {
      color: #ba2522; }
  @media (min-width: 768px) {
    .box6-h1 .left {
      width: 37.78%;
      padding-right: 15px; }
      .rtl .box6-h1 .left {
        padding-left: 15px;
        padding-right: inherit; } }
  .box6-h1 .left .image_description {
    left: 80px; }
    @media (max-width: 1199px) {
      .box6-h1 .left .image_description {
        left: 40px; } }
  .box6-h1 .left h3, .box6-h1 .left h4, .box6-h1 .left h5, .box6-h1 .left h6 {
    color: #fff; }
  .box6-h1 .left h4 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .box6-h1 .left h4 {
        margin-bottom: 10px; } }
  .box6-h1 .left h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: "montregular"; }
    @media (max-width: 1199px) {
      .box6-h1 .left h3 {
        font-size: 28px; } }
  .box6-h1 .left h5 {
    font-size: 32px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .box6-h1 .left h5 {
        font-size: 28px; } }
  .box6-h1 .left h6 {
    font-size: 14px;
    font-family: "montregular";
    margin-bottom: 20px; }
    .box6-h1 .left h6 span {
      font-size: 30px;
      color: #ba2522;
      font-family: "montregular";
      font-weight: 800; }
      @media (max-width: 1199px) {
        .box6-h1 .left h6 span {
          font-size: 20px; } }
  @media (min-width: 768px) {
    .box6-h1 .right {
      width: 62.22%;
      padding-left: 15px; }
      .rtl .box6-h1 .right {
        padding-right: 15px;
        padding-left: inherit; } }
  .box6-h1 .right .image_description {
    right: 10%; }
  .box6-h1 .right h4 {
    color: #fff;
    font-family: "montregular";
    font-size: 16px;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .box6-h1 .right h4 {
        margin-bottom: 10px; } }
  .box6-h1 .right h3 {
    color: #fff;
    font-size: 48px;
    font-family: "montregular";
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .box6-h1 .right h3 {
        font-size: 38px; } }
  .box6-h1 .right h5 {
    color: #FFF903;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .box6-h1 .right h5 {
        font-size: 38px;
        margin-bottom: 10px; } }

@media (min-width: 768px) {
  .box7-h1 {
    display: flex;
    justify-content: center; } }
.box7-h1:before {
  padding: 0;
  margin: 0;
  left: 15px;
  max-width: 1800px; }
.box7-h1 .ApColumn {
  text-align: center;
  background: #fff;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .box7-h1 .ApColumn {
      border-right: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      margin-top: 127px;
      max-width: 430px; } }
  @media (max-width: 767px) {
    .box7-h1 .ApColumn {
      padding: 15px 0; } }
.box7-h1 .image_description h4 {
  font-size: 20px;
  line-height: 26px;
  padding-top: 20px; }
.box7-h1 .image_description h5 {
  font-size: 14px;
  line-height: 25px;
  color: #444;
  font-family: "montregular";
  max-width: 300px;
  margin: auto; }
.box7-h1 .image_description .btn-slideshow-1 {
  background: transparent;
  color: #000;
  font-size: 14px;
  text-transform: capitalize; }
  .box7-h1 .image_description .btn-slideshow-1:hover {
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #ba2522; }
  .box7-h1 .image_description .btn-slideshow-1:after {
    content: "\f054";
    font-size: 12px;
    color: #ba2522;
    font-family: "Font Awesome 5 Pro";
    padding-left: 10px; }
    .rtl .box7-h1 .image_description .btn-slideshow-1:after {
      padding-right: 10px;
      padding-left: inherit; }

.box8-h1 {
  height: 460px;
  position: relative; }
  .box8-h1 .ApColumn {
    padding: 0; }
  @media (min-width: 768px) {
    .box8-h1 .block_content {
      display: flex;
      align-items: flex-end; } }
  .box8-h1 .block_content .left {
    max-width: 468px;
    float: left;
    width: 100%;
    padding: 0 78px 45px 78px; }
    @media (max-width: 767px) {
      .box8-h1 .block_content .left {
        padding: 20px; } }
    .box8-h1 .block_content .left h4 {
      font-size: 14px;
      color: #ba2522;
      text-transform: capitalize;
      margin-bottom: 20px; }
    .box8-h1 .block_content .left h3 {
      font-size: 30px;
      max-width: 330px; }
    .box8-h1 .block_content .left h5 {
      color: #444;
      font-size: 14px;
      line-height: 22px;
      font-family: "montregular";
      margin: 30px 0; }
    .box8-h1 .block_content .left .btn-slideshow-1 {
      color: #fff;
      background: #222;
      font-size: 12px; }
  .box8-h1 .block_content .right {
    background: #fff;
    width: 277px;
    padding: 40px 50px;
    margin-left: -3px; }
    .rtl .box8-h1 .block_content .right {
      margin-right: -3px;
      margin-left: inherit; }
    @media (max-width: 767px) {
      .box8-h1 .block_content .right {
        padding: 20px; } }
    .box8-h1 .block_content .right h4 {
      font-size: 18px;
      color: #000; }
    .box8-h1 .block_content .right h3 {
      font-size: 14px;
      line-height: 22px; }
    .box8-h1 .block_content .right p {
      color: #888888;
      font-size: 14px;
      font-family: "montregular";
      line-height: 22px;
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .box8-h1 .ApImage img {
      height: 460px !important; } }
  @media (max-width: 767px) {
    .box8-h1 .ApImage img {
      object-fit: cover;
      height: 250px !important; } }
  .box8-h1 .ApHtml {
    position: absolute;
    left: 15%;
    bottom: 1px; }
    .rtl .box8-h1 .ApHtml {
      right: 15%;
      left: auto; }
    @media (max-width: 991px) {
      .box8-h1 .ApHtml {
        left: 5%; }
        .rtl .box8-h1 .ApHtml {
          right: 5%;
          left: auto; } }
    @media (max-width: 767px) {
      .box8-h1 .ApHtml {
        position: static; } }

.box9-h1 .ApColumn {
  padding: 0; }
.box9-h1 .block-carousel-image-container {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative; }
  .box9-h1 .block-carousel-image-container img {
    width: 60px;
    margin: 0; }
  .box9-h1 .block-carousel-image-container .descript {
    color: #444444;
    font-size: 14px;
    line-height: 22px;
    font-family: "montregular";
    order: -1;
    margin-bottom: 30px;
    position: relative; }
    .box9-h1 .block-carousel-image-container .descript:before {
      content: '';
      display: block;
      background-image: url("../../../../assets/img/modules/appagebuilder/images/rating.png");
      width: 75px;
      height: 13px;
      margin-bottom: 27px; }
  .box9-h1 .block-carousel-image-container .title {
    color: #888;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    bottom: 10px;
    padding-left: 80px; }
    .rtl .box9-h1 .block-carousel-image-container .title {
      padding-right: 80px;
      padding-left: inherit; }
    @media (max-width: 575px) {
      .box9-h1 .block-carousel-image-container .title {
        position: static;
        padding-left: 0; } }
  .box9-h1 .block-carousel-image-container .sub-title {
    color: #444;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    padding-left: 80px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "montbold"; }
    .rtl .box9-h1 .block-carousel-image-container .sub-title {
      padding-right: 80px;
      padding-left: inherit; }
    @media (max-width: 575px) {
      .box9-h1 .block-carousel-image-container .sub-title {
        position: static;
        padding-left: 0; } }
    .box9-h1 .block-carousel-image-container .sub-title:before {
      content: "\f00c";
      font-family: 'Font Awesome 5 Pro';
      font-size: 11px;
      color: #6ba976;
      padding-right: 5px; }
      .rtl .box9-h1 .block-carousel-image-container .sub-title:before {
        padding-left: 5px;
        padding-right: inherit; }
      [dir="rtl"] .box9-h1 .block-carousel-image-container .sub-title:before {
        padding-right: 0; }
.box9-h1 .owl-row {
  margin: 0; }
.box9-h1 .ApBlockCarousel .block_content {
  border: 1px solid #e0e0e0; }
  .box9-h1 .ApBlockCarousel .block_content .owl-item {
    border-right: 1px solid #e0e0e0;
    padding: 40px 55px; }
    @media (max-width: 1400px) {
      .box9-h1 .ApBlockCarousel .block_content .owl-item {
        padding: 25px 20px; } }
    .box9-h1 .ApBlockCarousel .block_content .owl-item.last {
      border-right: none; }
      [dir="rtl"] .box9-h1 .ApBlockCarousel .block_content .owl-item.last {
        border-right: 1px solid #e0e0e0; }
    .box9-h1 .ApBlockCarousel .block_content .owl-item:hover {
      border-bottom: 3px solid #ba2522; }

.box10-h1 {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .box10-h1 {
      padding: 0; } }

@media (max-width: 991px) {
  .box11-h1 .ApColumn {
    padding-bottom: 20px; } }
.box11-h1 .ApImage {
  position: relative; }
  .box11-h1 .ApImage:hover .image_description a {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s; }
.box11-h1 .image_description {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  text-align: center; }
  .box11-h1 .image_description h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .box11-h1 .image_description h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 800; }
    @media (max-width: 1199px) {
      .box11-h1 .image_description h3 {
        font-size: 27px; } }
  .box11-h1 .image_description a {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    background: transparent;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    font-family: "montregular"; }
    .box11-h1 .image_description a:after {
      content: "\f054";
      font-size: 12px;
      color: #ba2522;
      font-family: "Font Awesome 5 Pro";
      padding-left: 10px; }
    .box11-h1 .image_description a:hover {
      letter-spacing: 1px;
      transition: all 0.4s; }

.box12-h1 .block_content i {
  font-size: 24px;
  color: #000;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  padding-right: 10px; }
  .box12-h1 .block_content i.fa-house:before {
    content: "\f015";
    font-family: "Font Awesome 5 Pro"; }
.box12-h1 .block_content p {
  color: #000;
  font-size: 16px;
  float: left;
  margin-bottom: 0;
  font-family: "montbold"; }
  @media (max-width: 1400px) {
    .box12-h1 .block_content p {
      font-size: 15px; } }
  @media (max-width: 1199px) {
    .box12-h1 .block_content p {
      font-size: 13px; } }
.box12-h1 .ApColumn {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  justify-content: center; }
  .box12-h1 .ApColumn:last-child {
    border-right: none; }
    [dir="rtl"] .box12-h1 .ApColumn:last-child {
      border-left: none;
      border-right: 1px solid #e0e0e0; }

.box13-h1 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .box13-h1 ul li a {
    font-size: 14px;
    color: #444;
    font-family: "montregular"; }
  .box13-h1 .right {
    position: relative; }
    @media (min-width: 1200px) {
      .box13-h1 .right:before {
        content: '';
        display: block;
        background-image: url("../../../../assets/img/modules/appagebuilder/images/leo_liquory_baner26_h1.png");
        width: 184px;
        height: 196px;
        right: -43%;
        position: absolute;
        top: -25px; }
        .rtl .box13-h1 .right:before {
          left: -43%;
          right: auto; } }
    @media (min-width: 1200px) {
      .box13-h1 .right {
        max-width: 461px; } }
    .box13-h1 .right .ApHtml h4 {
      color: #000;
      font-size: 24px;
      line-height: 30px; }
    .box13-h1 .right .ApHtml p {
      font-size: 14px;
      line-height: 22px;
      color: #444;
      font-family: "montregular";
      margin-bottom: 30px; }

.box14-h1 {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 35px 0;
  margin-top: -1px; }
  @media (min-width: 1200px) {
    .box14-h1 {
      display: flex;
      align-items: center; } }
  .box14-h1 .left {
    display: flex;
    align-items: center; }
    .box14-h1 .left .ApHtml {
      float: left; }
      .box14-h1 .left .ApHtml p {
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        padding-right: 12px;
        margin-bottom: 0;
        font-family: "montbold"; }
        .rtl .box14-h1 .left .ApHtml p {
          padding-left: 12px;
          padding-right: inherit; }
        @media (max-width: 1400px) {
          .box14-h1 .left .ApHtml p {
            font-size: 12px; } }
  .box14-h1 .center .ApImage {
    display: flex;
    align-items: center; }
  .box14-h1 .center .image_description {
    order: -1; }
    .box14-h1 .center .image_description p {
      font-size: 14px;
      color: #000;
      text-transform: uppercase;
      padding-right: 12px;
      margin-bottom: 0;
      font-family: "montbold"; }
      .rtl .box14-h1 .center .image_description p {
        padding-left: 12px;
        padding-right: inherit; }
      @media (max-width: 1400px) {
        .box14-h1 .center .image_description p {
          font-size: 12px; } }
  @media (max-width: 1199px) {
    .box14-h1 .right {
      padding: 20px 0; } }
  .box14-h1 .right ul {
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .box14-h1 .right ul {
        float: right; }
        .rtl .box14-h1 .right ul {
          float: left; } }
    .box14-h1 .right ul li {
      float: left;
      border-right: 1px solid #e4e4e4;
      margin-bottom: 0; }
      .box14-h1 .right ul li a {
        padding: 0 15px;
        font-size: 14px;
        color: #888;
        text-decoration: underline;
        font-family: "montregular"; }
        @media (max-width: 1400px) {
          .box14-h1 .right ul li a {
            padding: 0 10px; } }
        .box14-h1 .right ul li a:hover {
          color: #ba2522; }
      .box14-h1 .right ul li:last-child {
        border-right: none; }

.box15-h1 {
  padding: 45px 0; }
  .box15-h1 p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    color: #888;
    font-family: "montregular"; }
    .box15-h1 p span {
      color: #000; }

.box16-h1 {
  padding-bottom: 60px; }

@media (min-width: 768px) {
  .box1-h2 {
    display: flex;
    align-items: center;
    padding: 11px 0; } }
@media (max-width: 767px) {
  .box1-h2 {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .box1-h2 .left {
    text-align: center; } }
.box1-h2 .center #leo_search_block_top {
  border-radius: 0;
  max-width: inherit; }
  @media (min-width: 768px) {
    .box1-h2 .center #leo_search_block_top {
      border: 1px solid #E3E3E3; } }
  .box1-h2 .center #leo_search_block_top .form-control {
    height: 50px;
    line-height: 50px; }
  @media (max-width: 767px) {
    .box1-h2 .center #leo_search_block_top.show form {
      left: 10px;
      padding: 0; }
      .rtl .box1-h2 .center #leo_search_block_top.show form {
        right: 10px;
        left: auto; } }
.box1-h2 .center .block_content {
  height: 50px; }
  .box1-h2 .center .block_content .list-cate-wrapper {
    display: none; }
  .box1-h2 .center .block_content #leo_search_top_button {
    background: #ba2522;
    height: 100%;
    top: 0;
    width: 80px;
    right: 0;
    color: #fff; }

.box2-h2 {
  display: flex;
  align-items: center;
  padding: 12px 0; }
  .box2-h2 .left .leo-megamenu .navbar-toggler {
    color: #fff; }
  .box2-h2 .right p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    text-align: right; }
    .rtl .box2-h2 .right p {
      text-align: left; }
    .box2-h2 .right p:before {
      content: "\f095";
      font-family: "Font Awesome 5 Pro";
      font-size: 17px;
      color: #fff;
      padding-right: 10px; }
      .rtl .box2-h2 .right p:before {
        padding-left: 10px;
        padding-right: inherit; }
    .box2-h2 .right p span {
      color: #ba2522;
      font-size: 20px;
      font-family: "montbold"; }
      @media (max-width: 1400px) {
        .box2-h2 .right p span {
          font-size: 17px; } }

.box3-h2 {
  padding: 30px; }
  @media (max-width: 767px) {
    .box3-h2 .left, .box3-h2 .center, .box3-h2 .right {
      padding-bottom: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box3-h2 .left img, .box3-h2 .center img, .box3-h2 .right img {
      height: 250px !important;
      object-fit: cover; } }
  .box3-h2 .left .ApImage {
    position: relative; }
  .box3-h2 .left .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px; }
    @media (max-width: 991px) {
      .box3-h2 .left .image_description {
        left: 35px; } }
    .box3-h2 .left .image_description h4 {
      color: #fff;
      font-size: 60px;
      text-transform: uppercase;
      font-family: "montregular";
      margin-bottom: 0;
      line-height: 60px; }
      @media (max-width: 1199px) {
        .box3-h2 .left .image_description h4 {
          font-size: 30px;
          line-height: 35px; } }
    .box3-h2 .left .image_description h3 {
      color: #fff;
      font-size: 60px;
      text-transform: uppercase;
      margin-bottom: 50px;
      line-height: 60px; }
      @media (max-width: 1199px) {
        .box3-h2 .left .image_description h3 {
          font-size: 30px;
          line-height: 35px;
          margin-bottom: 30px; } }
  .box3-h2 .center .ApImage {
    position: relative; }
  .box3-h2 .center .image_description {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center; }
    .box3-h2 .center .image_description h4 {
      font-size: 14px;
      text-transform: uppercase;
      color: #fff; }
    .box3-h2 .center .image_description h3 {
      font-size: 60px;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 1199px) {
        .box3-h2 .center .image_description h3 {
          font-size: 30px;
          line-height: 30px; } }
    .box3-h2 .center .image_description p {
      font-size: 14px;
      color: #fff; }
  .box3-h2 .right .ApImage {
    position: relative; }
  .box3-h2 .right .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px; }
    @media (max-width: 991px) {
      .box3-h2 .right .image_description {
        left: 35px; } }
    .box3-h2 .right .image_description h4 {
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
    .box3-h2 .right .image_description h3 {
      text-transform: uppercase;
      color: #fff;
      font-size: 60px;
      margin-bottom: 0;
      line-height: 60px; }
      @media (max-width: 1199px) {
        .box3-h2 .right .image_description h3 {
          font-size: 30px;
          line-height: 35px; } }
    .box3-h2 .right .image_description h5 {
      text-transform: uppercase;
      color: #fff;
      font-size: 60px;
      font-family: "montregular"; }
      @media (max-width: 1199px) {
        .box3-h2 .right .image_description h5 {
          font-size: 30px;
          line-height: 30px; } }
    .box3-h2 .right .image_description h6 {
      color: #fff;
      font-size: 14px;
      margin-bottom: 40px;
      font-family: "montregular"; }
      @media (max-width: 991px) {
        .box3-h2 .right .image_description h6 {
          margin-bottom: 20px; } }
      .box3-h2 .right .image_description h6 span {
        font-size: 30px;
        font-family: "montbold"; }
  .box3-h2 .bottom {
    padding-top: 60px;
    padding-bottom: 30px; }
    @media (max-width: 1199px) {
      .box3-h2 .bottom {
        text-align: center; } }
    @media (min-width: 1200px) {
      .box3-h2 .bottom {
        display: flex;
        justify-content: space-around; } }
    @media (max-width: 991px) {
      .box3-h2 .bottom {
        padding-bottom: 0px; } }
    @media (max-width: 767px) {
      .box3-h2 .bottom {
        padding-top: 25px; } }
    @media (min-width: 1200px) {
      .box3-h2 .bottom img {
        float: left; } }
    @media (max-width: 1199px) {
      .box3-h2 .bottom img {
        padding-bottom: 15px; } }
    @media (min-width: 1200px) {
      .box3-h2 .bottom .image_description {
        float: left;
        padding-left: 20px; } }
    .box3-h2 .bottom h4 {
      font-size: 16px; }

.box4-h2 {
  padding-bottom: 80px;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .box4-h2 {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .box4-h2 .ApColumn {
      padding-bottom: 20px; } }
  @media (max-width: 1199px) {
    .box4-h2 img {
      height: 250px !important;
      object-fit: cover; } }
  .box4-h2 .top {
    padding-bottom: 60px; }
    .box4-h2 .top .block-carousel-image-container .title {
      font-size: 14px;
      font-family: "montbold";
      padding-top: 30px; }
    .box4-h2 .top .block-carousel-image-container:hover .title {
      text-decoration: underline; }
      .box4-h2 .top .block-carousel-image-container:hover .title sup {
        color: #ba2522; }
  .box4-h2 .left .ApImage, .box4-h2 .center .ApImage, .box4-h2 .right .ApImage {
    position: relative; }
    @media (max-width: 767px) {
      .box4-h2 .left .ApImage, .box4-h2 .center .ApImage, .box4-h2 .right .ApImage {
        padding-bottom: 20px; } }
  .box4-h2 .left .image_description, .box4-h2 .center .image_description, .box4-h2 .right .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .box4-h2 .left .image_description {
    left: 30px; }
    .box4-h2 .left .image_description h4 {
      color: #fff;
      font-size: 32px;
      text-transform: uppercase;
      font-family: "montregular"; }
    .box4-h2 .left .image_description h3 {
      color: #fff;
      font-size: 32px;
      text-transform: uppercase;
      font-weight: 800; }
    .box4-h2 .left .image_description h5 {
      color: #fff;
      font-size: 14px;
      font-family: "montregular"; }
    .box4-h2 .left .image_description h6 {
      font-size: 24px;
      color: #ba2522;
      margin-bottom: 30px; }
  .box4-h2 .center .image_description {
    text-align: center;
    left: 0;
    right: 0; }
    .box4-h2 .center .image_description h4 {
      font-size: 12px;
      text-transform: uppercase;
      color: #fff; }
    .box4-h2 .center .image_description h3 {
      text-transform: uppercase;
      color: #ba2522;
      font-size: 32px; }
    .box4-h2 .center .image_description h5 {
      text-transform: uppercase;
      color: #fff;
      font-family: "montregular";
      font-size: 32px; }
    .box4-h2 .center .image_description h6 {
      color: #fff;
      font-size: 14px;
      line-height: 18px;
      font-family: "montregular";
      margin-bottom: 23px; }
  .box4-h2 .right .image_description {
    left: 30px; }
    .box4-h2 .right .image_description h4 {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase; }
    .box4-h2 .right .image_description h3 {
      color: #fff;
      font-size: 32px;
      text-transform: uppercase;
      font-family: "montregular"; }
    .box4-h2 .right .image_description h5 {
      color: #ba2522;
      font-size: 32px;
      text-transform: uppercase; }
    .box4-h2 .right .image_description h6 {
      color: #fff;
      font-size: 14px;
      font-family: "montregular";
      margin-bottom: 30px; }

.box5-h2 {
  position: relative;
  padding: 140px 0;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .box5-h2 {
      padding: 100px 0; } }
  @media (max-width: 575px) {
    .box5-h2 {
      padding: 60px 0; } }
  .box5-h2 .ApHtml h4 {
    font-size: 14px;
    color: #ba2522;
    text-transform: uppercase; }
  .box5-h2 .ApHtml h3 {
    color: #fff;
    font-family: "montregular";
    text-transform: uppercase;
    font-size: 60px; }
    @media (max-width: 1199px) {
      .box5-h2 .ApHtml h3 {
        font-size: 35px; } }
    @media (max-width: 575px) {
      .box5-h2 .ApHtml h3 {
        font-size: 25px; } }
  .box5-h2 .ApHtml h5 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .box5-h2 .ApHtml h5 {
        font-size: 35px; } }
    @media (max-width: 575px) {
      .box5-h2 .ApHtml h5 {
        font-size: 25px; } }
  .box5-h2 .ApHtml h6 {
    color: #fff;
    font-size: 16px;
    font-family: "montregular"; }
  .box5-h2 .btn-slideshow-1:hover {
    color: #000; }
  .box5-h2 .ApCountdown {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 0;
    display: flex; }
    .box5-h2 .ApCountdown ul li {
      float: left;
      padding-right: 65px;
      position: relative;
      text-align: center; }
      @media (max-width: 767px) {
        .box5-h2 .ApCountdown ul li {
          padding-right: 25px; } }
      .box5-h2 .ApCountdown ul li:last-child {
        padding-right: 0; }
        .box5-h2 .ApCountdown ul li:last-child:after {
          display: none; }
      .box5-h2 .ApCountdown ul li:after {
        content: ":";
        color: #fff;
        font-size: 24px;
        position: absolute;
        right: 33px;
        top: 0; }
        @media (max-width: 767px) {
          .box5-h2 .ApCountdown ul li:after {
            right: 7px; } }
      .box5-h2 .ApCountdown ul li b {
        display: block;
        font-size: 30px;
        color: #ba2522;
        margin-bottom: 10px; }
      .box5-h2 .ApCountdown ul li span {
        font-size: 14px;
        color: #fff; }

.box6-h2 {
  margin-top: 60px; }
  .box6-h2 .ApImage {
    position: relative; }
  @media (max-width: 991px) {
    .box6-h2 img {
      height: 250px !important;
      object-fit: cover; } }
  .box6-h2 .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px; }
    @media (max-width: 767px) {
      .box6-h2 .image_description {
        left: 20px; } }
    .box6-h2 .image_description h4 {
      color: #fff;
      text-transform: uppercase;
      font-size: 48px;
      font-family: "montregular"; }
      @media (max-width: 1199px) {
        .box6-h2 .image_description h4 {
          font-size: 35px; } }
      @media (max-width: 1199px) {
        .box6-h2 .image_description h4 {
          font-size: 25px; } }
    .box6-h2 .image_description h3 {
      text-transform: uppercase;
      color: #ba2522;
      font-size: 48px; }
      @media (max-width: 1199px) {
        .box6-h2 .image_description h3 {
          font-size: 35px; } }
      @media (max-width: 1199px) {
        .box6-h2 .image_description h3 {
          font-size: 25px; } }
    .box6-h2 .image_description p {
      color: #fff;
      font-size: 20px;
      font-family: "montbold";
      line-height: 26px; }

.box7-h2 {
  margin-top: 80px;
  padding-bottom: 80px; }
  .box7-h2 .ApColumn {
    padding: 0 15px; }
  .box7-h2 > .title-ap-group {
    color: #fff; }
  .box7-h2 .sub-title-ap-group {
    color: #CCCCCC;
    margin-bottom: 45px; }
  .box7-h2 .ApImage .image_description h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 20px; }
  .box7-h2 .ApImage .image_description p {
    color: #CCCCCC;
    font-size: 14px;
    line-height: 22px;
    max-width: 263px; }
  .box7-h2 .ApBlockCarousel {
    padding-top: 60px; }
    .box7-h2 .ApBlockCarousel .block_content .owl-wrapper {
      background: #fff; }

.box8-h2 {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .box8-h2 {
      padding-bottom: 0; } }
  .box8-h2 .left h4 {
    color: #fff;
    font-size: 38px;
    line-height: 40px; }
    @media (max-width: 991px) {
      .box8-h2 .left h4 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .box8-h2 .left h4 {
        font-size: 25px; } }
  .box8-h2 .left p {
    color: #CCCCCC;
    font-size: 14px;
    line-height: 22px;
    max-width: 538px; }
  .box8-h2 .block_newsletter form input[type=email] {
    width: 75%; }
    @media (max-width: 575px) {
      .box8-h2 .block_newsletter form input[type=email] {
        width: 100%; } }
  .box8-h2 .block_newsletter form input {
    height: 48px; }
  .box8-h2 .block_newsletter form button {
    height: 48px; }
  .box8-h2 .block_newsletter form .input-wrapper {
    max-width: inherit; }

.box9-h2 {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #232323;
  margin-top: -1px; }
  @media (min-width: 1200px) {
    .box9-h2 {
      display: flex;
      align-items: center; } }
  @media (max-width: 767px) {
    .box9-h2 {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .box9-h2 .left .header_logo {
    padding-bottom: 25px;
    padding-top: 0; }
  .box9-h2 .left p {
    color: #CCCCCC;
    line-height: 22px; }
  .box9-h2 .left h4 {
    color: #fff;
    font-size: 20px; }
  @media (min-width: 992px) {
    .box9-h2 .right1 {
      display: flex;
      justify-content: flex-end; } }
  @media (max-width: 991px) {
    .box9-h2 .right1 {
      padding-bottom: 20px; } }

.box10-h2 {
  margin-top: -1px;
  border-top: 1px solid #232323; }
  .box10-h2 .left .ApHtml p {
    color: #fff;
    font-family: "montbold"; }
  @media (max-width: 767px) {
    .box10-h2 .center {
      padding: 20px 15px; } }
  .box10-h2 .center .image_description p {
    color: #fff;
    font-family: "montbold"; }
  @media (min-width: 1200px) {
    .box10-h2 .right {
      text-align: right; }
      .rtl .box10-h2 .right {
        text-align: left; } }
  @media (max-width: 1199px) {
    .box10-h2 .right {
      padding: 20px 15px; } }
  .box10-h2 .right p {
    color: #888888;
    font-size: 14px; }
    .box10-h2 .right p span {
      color: #fff; }

.box2-h3 .ApCountdown {
  margin: 15px 0;
  padding-left: 0; }
  @media (min-width: 992px) {
    .box2-h3 .ApCountdown {
      display: flex;
      justify-content: space-between;
      position: relative; } }
  .box2-h3 .ApCountdown h3 {
    font-size: 38px;
    color: #fff; }
    @media (max-width: 1199px) {
      .box2-h3 .ApCountdown h3 {
        font-size: 30px; } }
    @media (max-width: 992px) {
      .box2-h3 .ApCountdown h3 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .box2-h3 .ApCountdown h3 {
        font-size: 22px; } }
  .box2-h3 .ApCountdown .btn-slideshow-1 {
    color: #fff;
    text-transform: capitalize;
    background: transparent;
    order: 1;
    position: relative; }
    @media (max-width: 767px) {
      .box2-h3 .ApCountdown .btn-slideshow-1 {
        padding: 20px 0; } }
    .box2-h3 .ApCountdown .btn-slideshow-1:after {
      content: "\f054";
      font-size: 12px;
      color: #ba2522;
      font-family: "Font Awesome 5 Pro";
      padding-left: 10px; }
  @media (min-width: 992px) {
    .box2-h3 .ApCountdown ul {
      position: absolute;
      right: 18%;
      padding-top: 8px; }
      .rtl .box2-h3 .ApCountdown ul {
        left: 18%;
        right: auto; } }
  .box2-h3 .ApCountdown ul li {
    float: left;
    padding-right: 65px;
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      .box2-h3 .ApCountdown ul li {
        padding-right: 25px; } }
    .box2-h3 .ApCountdown ul li:last-child {
      padding-right: 0; }
      .box2-h3 .ApCountdown ul li:last-child:after {
        display: none; }
    .box2-h3 .ApCountdown ul li:after {
      content: ":";
      color: #fff;
      font-size: 24px;
      position: absolute;
      right: 33px;
      top: 0; }
      @media (max-width: 767px) {
        .box2-h3 .ApCountdown ul li:after {
          right: 7px; } }
    .box2-h3 .ApCountdown ul li b {
      display: block;
      font-size: 30px;
      color: #ba2522;
      margin-bottom: 10px;
      font-family: "montbold"; }
    .box2-h3 .ApCountdown ul li span {
      font-size: 14px;
      color: #fff; }

.box3-h3 {
  padding-top: 30px; }
  .box3-h3 .ApImage {
    position: relative;
    padding-bottom: 30px; }
  .box3-h3 .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px; }
    @media (max-width: 1199px) {
      .box3-h3 .image_description {
        left: 30px; } }
  @media (max-width: 1400px) {
    .box3-h3 .left img, .box3-h3 .right img {
      height: 250px !important;
      object-fit: cover; } }
  @media (max-width: 1400px) {
    .box3-h3 .center img {
      height: 530px !important;
      object-fit: cover; } }
  .box3-h3 .left .top .image_description h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff; }
  .box3-h3 .left .top .image_description h3 {
    color: #FCD003;
    font-size: 32px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .box3-h3 .left .top .image_description h3 {
        font-size: 22px; } }
  .box3-h3 .left .top .image_description h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-family: "montregular"; }
  .box3-h3 .left .top .image_description h6 {
    font-size: 16px;
    color: #fff;
    font-family: "montregular";
    margin-bottom: 35px; }
    @media (max-width: 1400px) {
      .box3-h3 .left .top .image_description h6 {
        margin-bottom: 20px; } }
  .box3-h3 .left .bottom .image_description h4 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "montregular"; }
    @media (max-width: 1400px) {
      .box3-h3 .left .bottom .image_description h4 {
        font-size: 24px; } }
  .box3-h3 .left .bottom .image_description h3, .box3-h3 .left .bottom .image_description h5 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase; }
    @media (max-width: 1400px) {
      .box3-h3 .left .bottom .image_description h3, .box3-h3 .left .bottom .image_description h5 {
        font-size: 24px; } }
  .box3-h3 .left .bottom .image_description h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    font-family: "montregular"; }
  .box3-h3 .left .bottom .image_description span {
    color: #ba2522;
    font-size: 32px;
    font-family: "montbold";
    margin-bottom: 30px;
    display: inline-block; }
    @media (max-width: 1400px) {
      .box3-h3 .left .bottom .image_description span {
        margin-bottom: 15px;
        font-size: 24px; } }
  .box3-h3 .center .image_description {
    text-align: center;
    top: 60px;
    left: 0;
    right: 0;
    transform: none; }
    .box3-h3 .center .image_description h4 {
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
    .box3-h3 .center .image_description h3 {
      font-size: 48px;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .box3-h3 .center .image_description h3 {
          font-size: 24px; } }
    .box3-h3 .center .image_description h5 {
      font-family: "montregular";
      color: #fff;
      font-size: 32px;
      text-transform: uppercase; }
    .box3-h3 .center .image_description h6 {
      font-size: 16px;
      font-family: "montregular";
      color: #fff;
      margin-bottom: 30px; }
  .box3-h3 .right .top .image_description h4 {
    font-size: 16px;
    color: #fff;
    font-family: "montregular"; }
  .box3-h3 .right .top .image_description h3 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: "montregular";
    margin-bottom: 0;
    line-height: 40px; }
    @media (max-width: 1199px) {
      .box3-h3 .right .top .image_description h3 {
        font-size: 30px;
        line-height: 35px; } }
  .box3-h3 .right .top .image_description h5 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase; }
  .box3-h3 .right .top .image_description h6 {
    color: #FCD003;
    font-size: 32px;
    margin-bottom: 40px; }
    @media (max-width: 1199px) {
      .box3-h3 .right .top .image_description h6 {
        margin-bottom: 10px; } }
  .box3-h3 .right .bottom .image_description h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-family: "montregular"; }
  .box3-h3 .right .bottom .image_description h3 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase; }
  .box3-h3 .right .bottom .image_description h5, .box3-h3 .right .bottom .image_description h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
    font-family: "montregular"; }
  .box3-h3 .right .bottom .image_description h6 {
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      .box3-h3 .right .bottom .image_description h6 {
        margin-bottom: 10px; } }

.box-tab-h3 {
  position: relative;
  padding-top: 60px; }
  .box-tab-h3 .nav-item .nav-link, .box-tab-h3 .nav-item .nav-separtor {
    text-transform: capitalize;
    color: #888888;
    font-size: 14px; }
  .box-tab-h3 .nav-tabs .nav-link:focus, .box-tab-h3 .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 1px solid #000; }
  .box-tab-h3 .nav-link {
    border-bottom: 1px solid transparent;
    padding: 0;
    margin: 7px;
    font-family: "montbold"; }
    @media (max-width: 767px) {
      .box-tab-h3 .nav-link {
        margin: 10px 0; } }
    .box-tab-h3 .nav-link.active {
      border: none;
      border-bottom: 1px solid #000;
      color: #000;
      font-family: "montbold"; }
  @media (min-width: 992px) {
    .box-tab-h3 .nav-tabs {
      position: absolute;
      right: 0;
      top: -60px; }
      .rtl .box-tab-h3 .nav-tabs {
        left: 0;
        right: auto; } }
  @media (max-width: 991px) {
    .box-tab-h3 .nav-tabs {
      padding-top: 20px; } }

.box4-h3 .left .ApImage {
  position: relative; }
.box4-h3 .left .image_description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px; }
  @media (max-width: 575px) {
    .box4-h3 .left .image_description {
      left: 35px; } }
.box4-h3 .left h6 {
  color: #fff;
  font-size: 16px;
  font-family: "montregular"; }
.box4-h3 .left h4 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px; }
  @media (max-width: 575px) {
    .box4-h3 .left h4 {
      margin-bottom: 10px; } }
.box4-h3 .left h3 {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  font-family: "montregular";
  margin-bottom: 4px; }
  @media (max-width: 575px) {
    .box4-h3 .left h3 {
      font-size: 28px; } }
.box4-h3 .left h5 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 0;
  line-height: 40px;
  text-transform: uppercase; }
  @media (max-width: 575px) {
    .box4-h3 .left h5 {
      font-size: 28px;
      line-height: 28px; } }
.box4-h3 .left p {
  margin-top: 40px; }
  @media (max-width: 575px) {
    .box4-h3 .left p {
      margin-top: 25px; } }
.box4-h3.bottom2 .left h5 {
  font-size: 48px; }
  @media (max-width: 575px) {
    .box4-h3.bottom2 .left h5 {
      font-size: 30px; } }

.box5-h3 .ApColumn {
  position: relative; }
@media (max-width: 991px) {
  .box5-h3 .top img {
    height: 300px !important;
    object-fit: cover; } }
.box5-h3 .ApHtml {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16%; }
  @media (max-width: 991px) {
    .box5-h3 .ApHtml {
      left: 7%; } }
  @media (max-width: 767px) {
    .box5-h3 .ApHtml {
      position: static;
      padding-top: 20px;
      transform: none;
      padding-left: 20px; }
      .rtl .box5-h3 .ApHtml {
        padding-right: 20px;
        padding-left: inherit; } }
  .box5-h3 .ApHtml h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ba2522; }
  .box5-h3 .ApHtml h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 60px; }
    @media (max-width: 1199px) {
      .box5-h3 .ApHtml h3 {
        font-size: 45px;
        line-height: 45px; } }
    @media (max-width: 767px) {
      .box5-h3 .ApHtml h3 {
        color: #000;
        font-size: 30px; } }
  .box5-h3 .ApHtml h5 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 40px 0;
    font-family: "montregular";
    max-width: 500px; }
    @media (max-width: 1199px) {
      .box5-h3 .ApHtml h5 {
        margin: 20px 0; } }
    @media (max-width: 767px) {
      .box5-h3 .ApHtml h5 {
        color: #000; } }

@media (max-width: 767px) {
  .box6-h3 .left {
    padding-bottom: 30px; } }
.box6-h3 .left .ApImage {
  position: relative; }
.box6-h3 .left .image_description {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%); }
  .box6-h3 .left .image_description h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "montregular"; }
  .box6-h3 .left .image_description h4 {
    color: #fff;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .box6-h3 .left .image_description h5 {
    color: #fff;
    font-size: 16px;
    font-family: "montregular"; }
  .box6-h3 .left .image_description h6 {
    font-size: 38px;
    color: #ba2522;
    margin-bottom: 35px; }
.box6-h3 .title_block {
  font-size: 20px;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 25px; }

.box2-h2-h4 {
  position: relative; }
  @media (max-width: 575px) {
    .box2-h2-h4 {
      display: block; } }
  @media (min-width: 992px) {
    .box2-h2-h4:before {
      background: #e5e5e5;
      content: "";
      margin-left: -1000px;
      width: 100%;
      height: 1px;
      padding: 0 1000px;
      box-sizing: content-box;
      display: block !important;
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
      .rtl .box2-h2-h4:before {
        margin-right: -1000px;
        margin-left: inherit; } }
  @media (min-width: 992px) {
    .box2-h2-h4:after {
      background: #e5e5e5;
      content: "";
      margin-left: -1000px;
      width: 100%;
      height: 1px;
      padding: 0 1000px;
      box-sizing: content-box;
      display: block !important;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; } }
  .box2-h2-h4 .ApMegamenu .leo-verticalmenu .title_block {
    background: #ba2522;
    text-transform: uppercase; }
    @media (max-width: 1400px) {
      .box2-h2-h4 .ApMegamenu .leo-verticalmenu .title_block {
        padding: 16px 20px; } }
    .box2-h2-h4 .ApMegamenu .leo-verticalmenu .title_block:after {
      right: 10px; }
      .rtl .box2-h2-h4 .ApMegamenu .leo-verticalmenu .title_block:after {
        left: 10px;
        right: auto; }
  @media (max-width: 1199px) {
    .box2-h2-h4 > .right {
      display: none; } }
  .box2-h2-h4 > .right p {
    color: #000; }
    .box2-h2-h4 > .right p:before {
      color: #000; }

.box3-h4 {
  padding-top: 30px;
  padding-bottom: 70px; }
  @media (max-width: 991px) {
    .box3-h4 .right {
      margin-top: 30px; } }
  .box3-h4 .right .top {
    position: relative;
    margin-bottom: 30px; }
    .box3-h4 .right .top .image_description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 40px; }
      .box3-h4 .right .top .image_description h5 {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase; }
      .box3-h4 .right .top .image_description h4 {
        color: #fff;
        font-size: 32px;
        text-transform: uppercase; }
        @media (max-width: 575px) {
          .box3-h4 .right .top .image_description h4 {
            font-size: 25px; } }
      .box3-h4 .right .top .image_description h3 {
        color: #fff;
        font-size: 32px;
        font-family: "montregular";
        text-transform: uppercase; }
        @media (max-width: 575px) {
          .box3-h4 .right .top .image_description h3 {
            font-size: 25px; } }
      .box3-h4 .right .top .image_description h6 {
        color: #fff;
        font-family: "montregular";
        font-size: 16px;
        margin-bottom: 40px; }
        @media (max-width: 1200px) {
          .box3-h4 .right .top .image_description h6 {
            margin-bottom: 25px; } }
  .box3-h4 .right .bottom {
    position: relative; }
    .box3-h4 .right .bottom .image_description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 40px; }
    .box3-h4 .right .bottom h4 {
      color: #fff;
      font-size: 32px;
      text-transform: uppercase; }
      @media (max-width: 575px) {
        .box3-h4 .right .bottom h4 {
          font-size: 25px; } }
      .box3-h4 .right .bottom h4 span {
        font-family: "montregular"; }
    .box3-h4 .right .bottom h6 {
      color: #fff;
      font-size: 16px;
      margin-bottom: 80px;
      font-family: "montregular"; }
      @media (max-width: 1200px) {
        .box3-h4 .right .bottom h6 {
          margin-bottom: 35px; } }

@media (max-width: 767px) {
  .box4-h4 {
    display: flex;
    flex-wrap: wrap; } }
.box4-h4 .ApColumn {
  padding: 0 5px; }
.box4-h4 .ApImage {
  position: relative;
  padding-bottom: 10px; }
.box4-h4 .image_description {
  position: absolute;
  top: 40px;
  left: 40px; }
  .box4-h4 .image_description h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px; }
    .box4-h4 .image_description h4:hover {
      text-decoration: underline; }
  .box4-h4 .image_description p {
    color: #fff;
    font-size: 12px; }

.box5-h4 {
  padding: 120px 0; }
  @media (max-width: 575px) {
    .box5-h4 {
      padding: 20px 0; } }
  @media (max-width: 575px) {
    .box5-h4:before {
      display: none !important; } }
  .box5-h4 .ApHtml h3 {
    color: #ba2522;
    text-transform: uppercase;
    font-size: 14px; }
  .box5-h4 .ApHtml h2 {
    color: #000;
    font-family: "montregular";
    font-size: 60px;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .box5-h4 .ApHtml h2 {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .box5-h4 .ApHtml h2 {
        color: #fff; } }
    @media (max-width: 575px) {
      .box5-h4 .ApHtml h2 {
        color: #000; } }
  .box5-h4 .ApHtml h4 {
    font-size: 60px;
    color: #ba2522;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .box5-h4 .ApHtml h4 {
        font-size: 35px; } }
  .box5-h4 .ApHtml h5 {
    font-size: 16px;
    color: #444444;
    line-height: 22px;
    font-family: "montregular";
    max-width: 500px;
    margin-bottom: 40px; }
  .box5-h4 .ApHtml h6 {
    font-size: 16px;
    font-family: "montregular";
    margin-bottom: 42px; }
    .box5-h4 .ApHtml h6 span {
      font-size: 20px;
      font-family: "montbold"; }
  .box5-h4 .ApHtml .btn-slideshow-1 {
    text-transform: uppercase; }

.box6-h4 .title-ap-column {
  font-size: 20px;
  padding-bottom: 0; }

.box7-h4 {
  padding-top: 10px;
  padding-bottom: 80px; }
  .box7-h4 .ApImage {
    position: relative; }
    @media (max-width: 991px) {
      .box7-h4 .ApImage img {
        height: 240px !important;
        object-fit: cover; } }
  .box7-h4 .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px; }
    @media (max-width: 575px) {
      .box7-h4 .image_description {
        left: 30px; } }
  .box7-h4 h3 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 1200px) {
      .box7-h4 h3 {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .box7-h4 h3 {
        font-size: 25px; } }
  .box7-h4 h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff; }
  .box7-h4 h5 {
    font-size: 14px;
    font-family: "montregular";
    line-height: 22px;
    color: #fff;
    margin-bottom: 30px; }

.box8-h4 {
  padding-top: 10px;
  padding-bottom: 155px; }
  .box8-h4 .block_content {
    border: none; }
    .box8-h4 .block_content .block-carousel-image-container {
      text-align: center;
      align-items: center; }
      .box8-h4 .block_content .block-carousel-image-container .descript {
        font-size: 24px;
        color: #444444;
        line-height: 30px;
        font-family: "montbold"; }
        @media (max-width: 575px) {
          .box8-h4 .block_content .block-carousel-image-container .descript {
            font-size: 15px;
            line-height: 26px; } }
        .box8-h4 .block_content .block-carousel-image-container .descript:before {
          margin: 20px auto; }
    .box8-h4 .block_content .owl-item {
      padding: 0; }
      .box8-h4 .block_content .owl-item:hover {
        border-bottom: none; }

.box9-h4 {
  margin-top: -130px;
  padding-bottom: 20px; }
  .box9-h4 .ApColumn {
    display: flex; }
    @media (max-width: 991px) {
      .box9-h4 .ApColumn {
        flex-wrap: wrap;
        justify-content: center; } }
  .box9-h4 .ApImage {
    position: relative; }
    @media (max-width: 991px) {
      .box9-h4 .ApImage {
        padding-bottom: 20px; } }
    .box9-h4 .ApImage:before {
      content: "";
      font-size: 28px;
      color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin: auto;
      opacity: 0;
      transition: .5s ease;
      text-align: center; }
    .box9-h4 .ApImage:hover:before {
      background: #ba2522;
      height: 100%;
      opacity: 0.3; }
    .box9-h4 .ApImage:hover:after {
      font-size: 28px;
      color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin: auto;
      opacity: 1;
      transition: .5s ease;
      text-align: center; }
    .box9-h4 .ApImage:after {
      content: "+";
      font-size: 28px;
      opacity: 0; }

.box10-h4 {
  padding-top: 80px; }
  @media (max-width: 1200px) {
    .box10-h4 {
      padding-top: 40px; } }
  .box10-h4 .top {
    text-align: center;
    padding-bottom: 125px; }
    @media (max-width: 1200px) {
      .box10-h4 .top {
        padding-bottom: 60px; } }
    @media (max-width: 767px) {
      .box10-h4 .top {
        padding-bottom: 15px; } }
    .box10-h4 .top .title_block {
      font-size: 38px;
      margin-bottom: 20px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .box10-h4 .top .title_block {
          font-size: 30px; } }
    .box10-h4 .top .sub-title-ap-column {
      max-width: 515px;
      margin: auto;
      padding-bottom: 40px; }
    .box10-h4 .top .block_newsletter form .input-wrapper {
      margin: auto;
      max-width: 660px; }
    .box10-h4 .top .block_newsletter form input[type=email] {
      width: 77%; }
  .box10-h4 .left p {
    text-transform: uppercase;
    font-family: "montbold";
    font-size: 14px; }
  .box10-h4 .left .ApImage {
    margin-top: 30px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    max-width: fit-content; }
  @media (min-width: 768px) {
    .box10-h4 .center {
      border-left: 1px solid #E3E3E3;
      border-right: 1px solid #E3E3E3;
      text-align: center; } }
  .box10-h4 .center p {
    max-width: 300px;
    line-height: 22px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .box10-h4 .center p {
        margin: auto; } }
  @media (min-width: 768px) {
    .box10-h4 .right {
      text-align: right; }
      .rtl .box10-h4 .right {
        text-align: left; } }
  .box10-h4 .right p {
    font-size: 14px;
    line-height: 22px;
    max-width: 262px; }
    @media (min-width: 768px) {
      .box10-h4 .right p {
        float: right; }
        .rtl .box10-h4 .right p {
          float: left; } }
  .box10-h4 .right h4 {
    text-transform: uppercase;
    font-size: 14px; }
    .box10-h4 .right h4:before {
      content: "\f10b";
      font-weight: 400;
      font-size: 19px;
      font-family: 'Font Awesome 5 Pro';
      padding-right: 10px; }
      .rtl .box10-h4 .right h4:before {
        padding-left: 10px;
        padding-right: inherit; }
  .box10-h4 .left, .box10-h4 .center, .box10-h4 .right {
    padding-bottom: 60px;
    padding-top: 40px; }
    @media (min-width: 768px) {
      .box10-h4 .left, .box10-h4 .center, .box10-h4 .right {
        border-top: 1px solid #E3E3E3; } }
    @media (max-width: 767px) {
      .box10-h4 .left, .box10-h4 .center, .box10-h4 .right {
        padding-bottom: 0; } }
  .box10-h4 .bottom {
    text-align: center;
    padding: 40px 15px; }
    @media (min-width: 768px) {
      .box10-h4 .bottom {
        border-top: 1px solid #E3E3E3; } }

.box1-h5 .block-carousel-image-container {
  position: relative; }
  .box1-h5 .block-carousel-image-container:hover .title {
    text-decoration: underline; }
.box1-h5 .title {
  position: absolute;
  top: 24%;
  color: #fff;
  font-family: "montbold";
  left: 40%; }
.box1-h5 .sub-title {
  color: #CCCCCC;
  position: absolute;
  top: 54%;
  left: 40%;
  font-size: 12px; }

.box2-h5 {
  padding: 95px 0; }
  @media (max-width: 1199px) {
    .box2-h5 {
      padding: 60px 0; } }
  .box2-h5 .top {
    padding-bottom: 110px; }
    @media (max-width: 991px) {
      .box2-h5 .top {
        padding-bottom: 50px; } }
    .box2-h5 .top h4 {
      font-size: 14px;
      color: #ba2522;
      text-transform: uppercase; }
    .box2-h5 .top h3 {
      font-size: 60px;
      text-transform: uppercase;
      max-width: 465px;
      line-height: 60px; }
      @media (max-width: 1199px) {
        .box2-h5 .top h3 {
          font-size: 40px;
          line-height: 45px; } }
      @media (max-width: 575px) {
        .box2-h5 .top h3 {
          font-size: 25px;
          line-height: 30px; } }
    .box2-h5 .top h5 {
      font-size: 14px;
      line-height: 22px;
      max-width: 450px;
      margin-bottom: 40px;
      font-family: "montregular"; }
    .box2-h5 .top .btn-slideshow-2 {
      color: #fff;
      background: #000;
      padding: 15px 27px;
      font-size: 12px;
      display: inline-block; }
      .box2-h5 .top .btn-slideshow-2:hover {
        background: #ba2522; }
  @media (max-width: 991px) {
    .box2-h5 .bottom {
      padding-bottom: 20px; } }
  .box2-h5 .bottom h3 {
    font-size: 48px;
    color: #ba2522;
    line-height: 50px; }
    @media (max-width: 1199px) {
      .box2-h5 .bottom h3 {
        font-size: 40px;
        line-height: 40px; } }
    @media (max-width: 991px) {
      .box2-h5 .bottom h3 {
        font-size: 29px;
        line-height: 25px; } }
  .box2-h5 .bottom h4 {
    font-size: 19px;
    line-height: 26px; }
    @media (max-width: 991px) {
      .box2-h5 .bottom h4 {
        font-size: 17px; } }
  .box2-h5 .bottom p {
    font-size: 14px;
    line-height: 22px;
    font-family: "montregular";
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .box2-h5 .bottom p {
        height: 45px; } }

.box3-h5 {
  margin-top: 80px; }
  .box3-h5 .right .ApImage {
    position: relative; }
  .box3-h5 .right .image_description {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%); }
  .box3-h5 .right h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px; }
    .box3-h5 .right h4 span {
      color: #ba2522; }
  .box3-h5 .right h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "montregular"; }
  .box3-h5 .right h5 {
    color: #fff;
    font-size: 14px;
    font-family: "montregular";
    margin-bottom: 40px;
    margin-bottom: 25px; }
  .box3-h5 .right .btn-slideshow-2 {
    display: inline-block; }

@media (min-width: 1200px) {
  .box4-h5 .center1 {
    margin-top: -100px;
    width: calc(28% + 10px); } }
.box4-h5 .center1 .ApImage {
  position: relative; }
  @media (max-width: 767px) {
    .box4-h5 .center1 .ApImage {
      padding-bottom: 20px; } }
.box4-h5 .center1 .image_description {
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0;
  text-align: center; }
.box4-h5 .center1 h4 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }
.box4-h5 .center1 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px; }
.box4-h5 .center1 h5 {
  font-size: 16px;
  font-family: "montregular";
  color: #fff;
  margin-bottom: 30px; }
.box4-h5 .center1 .btn-slideshow-2 {
  display: inline-block; }
@media (min-width: 1200px) {
  .box4-h5 .right {
    margin-top: -100px;
    width: calc(28% + 10px); } }
.box4-h5 .right .ApImage {
  position: relative; }
.box4-h5 .right .image_description {
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0;
  text-align: center; }
.box4-h5 .right h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase; }
.box4-h5 .right h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 20px; }
.box4-h5 .right h5 {
  color: #fff;
  font-size: 14px;
  font-family: "montregular"; }
  .box4-h5 .right h5:before {
    content: "\f095";
    font-size: 17px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    padding-right: 10px; }
    .rtl .box4-h5 .right h5:before {
      padding-left: 10px;
      padding-right: inherit; }
  .box4-h5 .right h5 span {
    color: #ba2522;
    font-size: 24px;
    font-family: "montbold"; }

.box2-h6 {
  padding: 80px 0; }
  .box2-h6 .leo-plist-style-7 .thumbnail-container {
    background: #fff; }

.box3-h6 .ApColumn {
  padding: 5px; }
.box3-h6 .ApImage {
  position: relative; }
.box3-h6 .image_description {
  position: absolute;
  top: 35px;
  left: 45px; }
.box3-h6 .left h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px; }
.box3-h6 .left h4 {
  color: #fff;
  font-size: 24px;
  font-family: "Sarina", cursive; }
.box3-h6 .left p {
  color: #fff;
  font-size: 14px; }
.box3-h6 .left h5 {
  color: #ba2522;
  font-size: 24px; }
.box3-h6 .center1 h3 {
  text-transform: uppercase;
  color: #fff; }
.box3-h6 .center1 p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0; }
.box3-h6 .center2 h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Sarina", cursive; }
.box3-h6 .center2 h4 {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff; }
.box3-h6 .center2 p {
  font-size: 14px;
  color: #fff; }
.box3-h6 .center2 h5 {
  color: #ba2522;
  font-size: 24px; }
.box3-h6 .right h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff; }
  .box3-h6 .right h3 span {
    color: #ba2522; }
.box3-h6 .right p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0; }

.box4-h6 .ApColumn {
  padding: 5px; }
.box4-h6 .ApImage {
  position: relative; }
  @media (max-width: 575px) {
    .box4-h6 .ApImage img {
      height: 250px !important;
      object-fit: cover; } }
.box4-h6 .image_description {
  position: absolute;
  top: 50px;
  left: 40px; }
  @media (max-width: 767px) {
    .box4-h6 .image_description {
      top: 20px; } }
.box4-h6 .left h4 {
  font-family: "montregular";
  font-size: 32px;
  text-transform: uppercase;
  color: #fff; }
.box4-h6 .left h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px; }
.box4-h6 .left h5 {
  color: #fff;
  font-size: 14px;
  font-family: "montregular"; }
.box4-h6 .left h6 {
  color: #ba2522;
  font-size: 24px;
  margin-bottom: 25px; }
.box4-h6 .center h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff; }
.box4-h6 .center h3 {
  font-family: "montregular";
  font-size: 32px;
  color: #fff;
  text-transform: uppercase; }
.box4-h6 .center h5 {
  font-size: 32px;
  color: #ba2522;
  text-transform: uppercase; }
.box4-h6 .center h6 {
  color: #fff;
  font-size: 14px;
  font-family: "montregular";
  margin-bottom: 25px; }
.box4-h6 .right h4 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "montregular"; }
.box4-h6 .right h3 {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase; }
.box4-h6 .right h5 {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 0;
  font-family: "montregular"; }
.box4-h6 .right p {
  margin-top: 35px; }

.pb_50 {
  padding-bottom: 50px; }

