/***************************************************
  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: "Merriweather", serif;
  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; }
    .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 #ffe500; }
    .widget-tabs li.active a {
      color: #ffe500; }

.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: #ffe500;
    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: #ffe500; }
  .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 #ffe500;
    -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;
  padding: 100px 0;
  text-align: center; }
  .ApColumn .manufacturers_block .owl-item .manufacturer-image-container {
    overflow: hidden; }
  .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; }
  @media (max-width: 767px) {
    .ApColumn .manufacturers_block {
      padding: 15px 0; } }

/*
  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 .box-inside-blog-meta {
    padding-bottom: 30px; }
  .latest-blogs .right-block .all-blog-desc {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block; }
    .latest-blogs .right-block .all-blog-desc .inside-blog-meta {
      float: left;
      position: relative;
      display: inline-block; }
      @media (min-width: 992px) {
        .latest-blogs .right-block .all-blog-desc .inside-blog-meta {
          padding-right: 6px; }
          .rtl .latest-blogs .right-block .all-blog-desc .inside-blog-meta {
            padding-left: 6px;
            padding-right: inherit; } }
      @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 .cat a {
        color: #fff;
        background: #000;
        padding: 2px 7px;
        font-family: "Marcellus", serif;
        display: inline-block; }
    .latest-blogs .right-block .all-blog-desc .author {
      float: left;
      position: relative;
      background: #ffe500;
      padding: 2px 3px;
      font-family: "Marcellus", serif; }
  .latest-blogs .right-block .date {
    color: #888;
    text-transform: uppercase;
    float: left;
    font-family: "Marcellus", serif;
    padding-left: 5px;
    padding-top: 3px; }
    .rtl .latest-blogs .right-block .date {
      padding-right: 5px;
      padding-left: inherit; }
    .latest-blogs .right-block .date span {
      font-size: 12px;
      margin-bottom: 3px;
      color: #888; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; }
    .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; }
    .latest-blogs .blog-title a {
      color: #000;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      display: inline-block;
      font-family: "Marcellus", serif;
      padding-top: 10px; }
      .latest-blogs .blog-title a:hover {
        color: #ffe500; }
      @media (max-width: 1199px) {
        .latest-blogs .blog-title a {
          font-size: 27px; } }
      @media (max-width: 991px) {
        .latest-blogs .blog-title a {
          font-size: 25px; } }
      @media (max-width: 767px) {
        .latest-blogs .blog-title a {
          font-size: 20px; } }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    line-height: 25px;
    color: #9297a3;
    font-size: 16px;
    font-weight: 300; }
  .latest-blogs .blog-meta {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize; }
    .latest-blogs .blog-meta .date span {
      display: block;
      border-top: 1px solid #e2e2e2;
      margin-top: 15px;
      padding-top: 15px; }
    .latest-blogs .blog-meta .inside-blog-meta {
      font-size: 13px;
      font-weight: 400;
      padding-bottom: 20px;
      margin-bottom: 10px;
      color: #07070a; }
      .latest-blogs .blog-meta .inside-blog-meta .icon-author {
        color: #b0b0b0; }
      .latest-blogs .blog-meta .inside-blog-meta time {
        margin-right: 25px; }
        .rtl .latest-blogs .blog-meta .inside-blog-meta time {
          margin-left: 25px;
          margin-right: inherit; }
    .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: #ffe500;
      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 i {
    color: #ffe500; }
  .latest-blogs .blog-readmore {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Marcellus", serif;
    padding-top: 26px; }
    .latest-blogs .blog-readmore:after {
      content: "\f178";
      font-family: "Font Awesome 5 Pro";
      color: #000;
      padding-left: 7px; }
      .rtl .latest-blogs .blog-readmore:after {
        padding-right: 7px;
        padding-left: inherit; }

.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: "Merriweather", serif;
    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; } }

.image-video {
  position: relative; }
  .image-video .image_description {
    position: absolute;
    top: 25%;
    z-index: 9;
    margin: auto; }
  @media (max-width: 767px) {
    .image-video img {
      height: 400px !important;
      object-fit: cover; } }

.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: #ffe500; }

.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; }
    .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; }

@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; }

@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-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .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 {
      color: #ffe500;
      font-size: 60px;
      padding-bottom: 20px; }
    .block-carousel-image-container .descript p {
      font-size: 18px;
      color: #fff;
      line-height: 30px;
      margin-bottom: 40px; }
      @media (max-width: 575px) {
        .block-carousel-image-container .descript p {
          font-size: 14px;
          padding: 0 15px; } }
    .block-carousel-image-container .descript span {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px; }
  .block-carousel-image-container .title {
    font-size: 18px;
    color: #ffe500;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 25px 0;
    margin: 0;
    font-family: "Merriweather", serif; }
    .block-carousel-image-container .title span {
      color: #000; }
  .block-carousel-image-container .sub-title {
    color: #000;
    font-weight: 400;
    font-size: 48px;
    padding-top: 15px; }

#module-leofeature-productscompare .thumbnail-container .leo-dropdown-attr {
  top: 100%;
  bottom: 0; }

.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; }

.breadcrumb-full {
  right: -1276px; }

.btn-primary#submit-login {
  background: #fff;
  color: #000;
  border-color: #000; }
  .btn-primary#submit-login:hover {
    color: #ffe500;
    border-color: #ffe500; }

.btn-primary {
  background: #fff;
  color: #000;
  border-color: #000; }
  .btn-primary:hover {
    color: #ffe500;
    border-color: #ffe500;
    background: transparent; }

.product-notification.position3 {
  left: 100px; }

.product-notification {
  height: auto; }

.video-box .group-video {
  position: relative; }
.video-box .video {
  display: none; }
.video-box .image_description {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  margin: auto;
  transform: translate(-50%, -50%);
  text-align: center; }
  @media (max-width: 575px) {
    .video-box .image_description {
      left: auto;
      transform: translateY(-50%); } }
  .video-box .image_description .fa {
    position: relative; }
    .video-box .image_description .fa:before {
      font-size: 65px;
      color: #fff; }
    .video-box .image_description .fa:hover:before {
      color: #dc2e2e; }
  .video-box .image_description h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Marcellus", serif;
    margin-bottom: 25px;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .video-box .image_description h3 {
        margin-bottom: 20px;
        margin-top: 20px; } }
  .video-box .image_description p {
    color: #fff;
    font-size: 52px;
    max-width: 565px;
    margin: auto;
    line-height: 65px;
    font-family: "Marcellus", serif; }
    @media (max-width: 1199px) {
      .video-box .image_description p {
        font-size: 42px; } }
    @media (max-width: 991px) {
      .video-box .image_description p {
        font-size: 37px;
        padding-bottom: 0px;
        line-height: 45px; } }
    @media (max-width: 767px) {
      .video-box .image_description p {
        font-size: 32px;
        padding: 0 15px; } }

.btn-slideshow-1 {
  background: #ffe500;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 16px 34px;
  display: inline-block;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
  -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; }
  .btn-slideshow-1:hover {
    color: #000;
    letter-spacing: 3px;
    -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; }

h3 {
  font-family: "Marcellus", serif; }

.form-group-search.dropdown .apbooking-select {
  color: #000; }

.keep-header #header {
  background: #fff; }

[dir="rtl"] .breadcrumb-full {
  right: 50%;
  transform: translateX(50%); }

#index #page {
  background: #f3f5f6; }

@media (min-width: 768px) {
  .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;
    height: 50px; } }
@media (max-width: 767px) {
  .box1-h1 {
    padding: 10px 0px; } }
.box1-h1 p {
  margin-bottom: 0; }
.box1-h1 .left p {
  color: #ffe500;
  font-size: 12px;
  font-family: "Marcellus", serif;
  letter-spacing: 1px; }
.box1-h1 .left i {
  margin-right: 5px;
  font-size: 13px; }
  .rtl .box1-h1 .left i {
    margin-left: 5px;
    margin-right: inherit; }
.box1-h1 .center p {
  font-size: 12px;
  color: #888;
  text-align: center; }
@media (max-width: 767px) {
  .box1-h1 .center {
    display: none; } }
.box1-h1 .right .popup-over a.popup-title span {
  color: #fff;
  font-size: 14px;
  font-family: "Marcellus", serif; }

.box2-h1 {
  text-align: center; }
  @media (max-width: 991px) {
    .box2-h1 {
      text-align: left; }
      .rtl .box2-h1 {
        text-align: right; } }

.box3-h1 {
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .box3-h1 {
      padding-bottom: 0px; } }
  @media (min-width: 992px) {
    .box3-h1 .leo-megamenu {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media (max-width: 991px) {
    .box3-h1 .leo-megamenu .navbar-toggler {
      position: absolute;
      right: 0;
      bottom: 15px; }
      .rtl .box3-h1 .leo-megamenu .navbar-toggler {
        left: 0;
        right: auto; } }

@media (min-width: 1200px) {
  .box-slide {
    padding: 0 60px; } }

.box4-h1 {
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .box4-h1 {
      padding-top: 85px; } }
  .box4-h1 .left {
    text-align: center; }
    .box4-h1 .left .dot-t:before {
      transform: translate(-50%);
      left: 50%; }
    .box4-h1 .left h3 {
      font-size: 52px;
      color: #000;
      font-family: "Marcellus", serif;
      max-width: 515px;
      margin: auto;
      padding-bottom: 50px; }
      @media (max-width: 1199px) {
        .box4-h1 .left h3 {
          font-size: 40px;
          padding-bottom: 20px; } }
      @media (max-width: 991px) {
        .box4-h1 .left h3 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        .box4-h1 .left h3 {
          font-size: 30px; } }
    .box4-h1 .left .text1 {
      color: #888;
      font-size: 14px;
      max-width: 550px;
      margin: auto;
      line-height: 30px;
      padding-bottom: 70px; }
      @media (max-width: 1199px) {
        .box4-h1 .left .text1 {
          padding-bottom: 40px; } }
    .box4-h1 .left .btn-slideshow-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; }
  .box4-h1 .right {
    padding: 0; }
    .box4-h1 .right .ApImage {
      float: left; }
      @media (min-width: 576px) {
        .box4-h1 .right .ApImage {
          width: 50%;
          padding-left: 5px; }
          .rtl .box4-h1 .right .ApImage {
            padding-right: 5px;
            padding-left: inherit; } }
      @media (max-width: 575px) {
        .box4-h1 .right .ApImage {
          padding-bottom: 15px;
          width: 100%; } }
    @media (min-width: 576px) {
      .box4-h1 .right .bottom3 {
        padding-top: 10px; } }
    @media (min-width: 576px) {
      .box4-h1 .right .bottom1 {
        padding: 0 5px; } }

.row > .title-ap-group {
  text-transform: uppercase;
  color: #888;
  font-size: 14px;
  font-family: "Marcellus", serif;
  letter-spacing: 2px;
  padding-bottom: 25px;
  position: relative;
  text-align: center; }
  .row > .title-ap-group:before {
    position: absolute;
    top: -30px;
    content: "";
    background: url(../../../../assets/img/modules/appagebuilder/img/leo_rominal_banner16-h1.png) no-repeat;
    width: 25px;
    height: 9px;
    left: 50%;
    transform: translateX(-50%); }
.row .sub-title-ap-group {
  text-align: center;
  font-size: 52px;
  color: #000;
  font-family: "Marcellus", serif;
  padding-bottom: 50px; }
  @media (max-width: 1199px) {
    .row .sub-title-ap-group {
      font-size: 42px;
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .row .sub-title-ap-group {
      font-size: 37px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .row .sub-title-ap-group {
      font-size: 35px;
      line-height: 50px; } }

.box5-h1 {
  padding: 180px 75px 0 75px;
  text-align: center; }
  @media (max-width: 1199px) {
    .box5-h1 {
      padding: 85px 15px 0 15px; } }
  .box5-h1 .sub-title-ap-group {
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      .box5-h1 .sub-title-ap-group {
        padding-bottom: 40px; } }
  .box5-h1 .ApImage {
    position: relative; }
    @media (max-width: 767px) {
      .box5-h1 .ApImage {
        padding-bottom: 15px; } }
    @media (min-width: 1800px) {
      .box5-h1 .ApImage img {
        width: auto !important; } }
    .box5-h1 .ApImage:hover .image_description .btn-slideshow-1 {
      opacity: 1;
      visibility: visible; }
    .box5-h1 .ApImage:hover .image_description h3 {
      padding-bottom: 50px; }
    .box5-h1 .ApImage:hover .image_description .text2 {
      height: 0;
      -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; }
    .box5-h1 .ApImage .image_description {
      position: absolute;
      text-align: center;
      bottom: 70px;
      left: 0;
      right: 0; }
      .box5-h1 .ApImage .image_description .text1 {
        color: #ffe500;
        font-size: 14px;
        font-family: "Marcellus", serif;
        letter-spacing: 1px; }
      .box5-h1 .ApImage .image_description h3 {
        color: #fff;
        font-size: 36px;
        max-width: 340px;
        margin: auto;
        line-height: 50px;
        font-family: "Marcellus", serif; }
        @media (max-width: 1800px) {
          .box5-h1 .ApImage .image_description h3 {
            font-size: 31px; } }
        @media (max-width: 991px) {
          .box5-h1 .ApImage .image_description h3 {
            font-size: 25px;
            line-height: 35px;
            padding: 0 15px; } }
      .box5-h1 .ApImage .image_description .text2 {
        height: 0;
        -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; }
      .box5-h1 .ApImage .image_description .btn-slideshow-1 {
        opacity: 0;
        visibility: hidden;
        overflow: hidden; }
  .box5-h1 .right .ApImage .image_description h3 {
    max-width: 385px; }
  @media (min-width: 768px) {
    .box5-h1 .ApColumn:nth-child(2n) {
      padding-top: 120px; } }

.dot-t {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Marcellus", serif;
  color: #999; }
  .dot-t:before {
    position: absolute;
    top: -30px;
    content: "";
    background: url(../../../../assets/img/modules/appagebuilder/img/leo_rominal_banner16-h1.png) no-repeat;
    width: 25px;
    height: 9px; }

.box6-h1 {
  padding-top: 180px; }
  @media (max-width: 1199px) {
    .box6-h1 {
      padding-top: 50px; } }
  .box6-h1 .left p {
    text-transform: uppercase;
    color: #888;
    font-size: 14px;
    font-family: "Marcellus", serif;
    letter-spacing: 2px; }
  .box6-h1 .left h3 {
    font-size: 52px;
    color: #000;
    font-family: "Marcellus", serif;
    max-width: 515px;
    margin: auto;
    padding-bottom: 50px; }
    @media (max-width: 1199px) {
      .box6-h1 .left h3 {
        font-size: 42px;
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .box6-h1 .left h3 {
        font-size: 37px;
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .box6-h1 .left h3 {
        font-size: 35px; } }
  @media (min-width: 576px) {
    .box6-h1 .right {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  .box6-h1 .right .ApImage {
    position: relative;
    padding-bottom: 75px;
    z-index: 0; }
    @media (min-width: 1200px) {
      .box6-h1 .right .ApImage {
        width: 220px; } }
    @media (max-width: 1199px) {
      .box6-h1 .right .ApImage {
        padding-bottom: 40px; } }
    .box6-h1 .right .ApImage:after {
      content: "";
      background: #ffe500;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      left: -15px;
      top: -2px;
      position: absolute;
      z-index: -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; }
      .rtl .box6-h1 .right .ApImage:after {
        right: -15px;
        left: auto; }
      @media (max-width: 767px) {
        .box6-h1 .right .ApImage:after {
          left: -5px; }
          .rtl .box6-h1 .right .ApImage:after {
            right: -5px;
            left: auto; } }
    .box6-h1 .right .ApImage:hover:after {
      left: 0px;
      -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; }
      .rtl .box6-h1 .right .ApImage:hover:after {
        right: 0px;
        left: auto; }
    .box6-h1 .right .ApImage:hover h3 {
      color: #ffe500; }
    .box6-h1 .right .ApImage img {
      min-height: 58px;
      object-fit: none; }
  .box6-h1 .right h3 {
    font-size: 22px;
    font-family: "Marcellus", serif;
    margin-bottom: 30px;
    padding-top: 35px; }
  .box6-h1 .right p {
    font-size: 14px;
    color: #888;
    max-width: 220px;
    line-height: 23px; }

.box7-h1 .block-carousel-image-container img {
  margin: inherit; }
@media (min-width: 1200px) {
  .box7-h1 {
    padding-top: 75px; } }
@media (min-width: 992px) {
  .box7-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; } }
.box7-h1 .left .block-carousel-image-container {
  position: relative; }
  .box7-h1 .left .block-carousel-image-container .descript {
    position: absolute;
    text-align: left;
    max-width: 570px;
    background: #fff;
    bottom: 0;
    padding: 50px 77px; }
    .rtl .box7-h1 .left .block-carousel-image-container .descript {
      text-align: right; }
    @media (max-width: 1199px) {
      .box7-h1 .left .block-carousel-image-container .descript {
        padding: 10px 30px;
        max-width: 480px; } }
    @media (max-width: 767px) {
      .box7-h1 .left .block-carousel-image-container .descript {
        position: static;
        max-width: 100%;
        padding: 10px 15px; } }
    .box7-h1 .left .block-carousel-image-container .descript p {
      color: #888;
      font-size: 14px; }
    .box7-h1 .left .block-carousel-image-container .descript h3 {
      font-size: 36px;
      color: #000;
      font-family: "Marcellus", serif;
      padding-bottom: 30px; }
      @media (max-width: 575px) {
        .box7-h1 .left .block-carousel-image-container .descript h3 {
          font-size: 28px; } }
.box7-h1 .left .owl-theme .owl-buttons div {
  opacity: 1;
  bottom: 24px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  box-shadow: none; }
  .box7-h1 .left .owl-theme .owl-buttons div:before {
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    line-height: 50px;
    color: #888; }
  .box7-h1 .left .owl-theme .owl-buttons div.owl-next {
    right: 14px; }
    .rtl .box7-h1 .left .owl-theme .owl-buttons div.owl-next {
      left: 14px;
      right: auto; }
    .box7-h1 .left .owl-theme .owl-buttons div.owl-next:before {
      content: "\f178"; }
  .box7-h1 .left .owl-theme .owl-buttons div.owl-prev {
    right: 64px;
    left: auto; }
    .rtl .box7-h1 .left .owl-theme .owl-buttons div.owl-prev {
      left: 64px;
      right: auto; }
    .box7-h1 .left .owl-theme .owl-buttons div.owl-prev:before {
      content: "\f177"; }
@media (min-width: 1200px) {
  .box7-h1 .right {
    padding-left: 110px; }
    .rtl .box7-h1 .right {
      padding-right: 110px;
      padding-left: inherit; } }
@media (max-width: 767px) {
  .box7-h1 .right {
    padding-left: 30px;
    padding-top: 50px; }
    .rtl .box7-h1 .right {
      padding-right: 30px;
      padding-left: inherit; } }
.box7-h1 .right .dot-t {
  font-size: 14px;
  color: #999;
  letter-spacing: 2px;
  font-family: "Marcellus", serif; }
.box7-h1 .right h3 {
  font-size: 52px;
  color: #000;
  font-family: "Marcellus", serif;
  max-width: 300px;
  line-height: 65px;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .box7-h1 .right h3 {
      font-size: 42px;
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .box7-h1 .right h3 {
      font-size: 37px;
      padding-bottom: 30px;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .box7-h1 .right h3 {
      font-size: 35px;
      line-height: 50px; } }

.box8-h1 {
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .box8-h1 {
      padding-top: 85px; } }
  .box8-h1 .left .dot-t {
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
    font-family: "Marcellus", serif;
    text-transform: uppercase; }
  .box8-h1 .left h3 {
    font-size: 52px;
    color: #000;
    font-family: "Marcellus", serif;
    max-width: 400px;
    line-height: 65px;
    margin-bottom: 50px; }
    @media (max-width: 1199px) {
      .box8-h1 .left h3 {
        font-size: 42px;
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .box8-h1 .left h3 {
        font-size: 37px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .box8-h1 .left h3 {
        font-size: 35px;
        line-height: 50px; } }
  .box8-h1 .left .text1 {
    color: #888;
    font-size: 14px;
    line-height: 30px;
    max-width: 515px;
    margin-bottom: 50px; }
  .box8-h1 .left .text2 {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "Marcellus", serif;
    margin-bottom: 30px; }
  .box8-h1 .left .text4 {
    color: #888; }

.box9-h1 {
  padding-top: 140px; }
  @media (max-width: 1199px) {
    .box9-h1 {
      padding-top: 50px; } }
  .box9-h1 .block-carousel-container {
    text-align: center;
    padding-top: 30px; }
    .box9-h1 .block-carousel-container .descript {
      color: #888;
      font-size: 18px;
      font-style: italic;
      max-width: 980px;
      margin: auto;
      font-weight: 300;
      line-height: 36px;
      padding-top: 35px; }
    .box9-h1 .block-carousel-container .sub-title {
      font-size: 12px;
      color: #888;
      order: 1;
      padding-top: 0; }
    .box9-h1 .block-carousel-container .title {
      font-size: 18px;
      color: #000;
      text-transform: capitalize;
      position: relative;
      order: 1;
      margin-top: 55px;
      padding: 20px 0;
      font-family: "Marcellus", serif; }
      .box9-h1 .block-carousel-container .title:before {
        position: absolute;
        top: -20px;
        content: "";
        background: url(../../../../assets/img/modules/appagebuilder/img/leo_rominal_banner18-h1.png) no-repeat;
        width: 72px;
        height: 11px;
        left: 50%;
        transform: translateX(-50%); }

.box10-h1 {
  margin-top: 150px;
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .box10-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;
      background: #fff; } }
  @media (max-width: 1199px) {
    .box10-h1 {
      margin-top: 50px; } }
  .box10-h1 .ApColumn {
    padding: 0; }
  .box10-h1 .right {
    padding: 0 80px; }
    @media (max-width: 1199px) {
      .box10-h1 .right {
        padding: 0 30px; } }
    @media (max-width: 991px) {
      .box10-h1 .right {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .box10-h1 .right {
        padding-top: 50px; } }
    .box10-h1 .right .block_content h3 {
      font-size: 52px;
      color: #000; }
      @media (max-width: 1199px) {
        .box10-h1 .right .block_content h3 {
          font-size: 42px;
          padding-bottom: 40px; } }
      @media (max-width: 991px) {
        .box10-h1 .right .block_content h3 {
          font-size: 37px;
          padding-bottom: 0px; } }
      @media (max-width: 767px) {
        .box10-h1 .right .block_content h3 {
          font-size: 35px; } }
    .box10-h1 .right .block_content .text1 {
      color: #888;
      line-height: 28px;
      max-width: 500px;
      font-size: 14px;
      margin-bottom: 60px; }
    .box10-h1 .right .block_content .dot-t {
      color: #000; }
    .box10-h1 .right .top {
      float: left; }
      @media (max-width: 480px) {
        .box10-h1 .right .top {
          float: none; } }
      .box10-h1 .right .top .block_content p {
        color: #888;
        margin-bottom: 30px;
        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; }
        .box10-h1 .right .top .block_content p span {
          color: #000; }
        .box10-h1 .right .top .block_content p:hover i {
          color: #ffe500; }
        .box10-h1 .right .top .block_content p i {
          font-size: 20px;
          color: #888;
          margin-right: 20px;
          width: 25px; }
          .rtl .box10-h1 .right .top .block_content p i {
            margin-left: 20px;
            margin-right: inherit; }
    @media (min-width: 992px) {
      .box10-h1 .right .bottom {
        float: right; } }
    @media (max-width: 767px) {
      .box10-h1 .right .bottom {
        float: right; } }
    @media (max-width: 480px) {
      .box10-h1 .right .bottom {
        float: none; } }

.box11-h1 {
  padding-top: 170px;
  padding-bottom: 120px; }
  @media (max-width: 1199px) {
    .box11-h1 {
      padding-top: 50px;
      padding-bottom: 0px; } }

.box12-h1 {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 1199px) {
    .box12-h1 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .box12-h1 .sub-title-ap-group {
    color: #fff;
    max-width: 500px;
    margin: auto;
    position: relative;
    line-height: 65px;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .box12-h1 .sub-title-ap-group {
        line-height: 50px; } }

.box13-h1 {
  padding-bottom: 50px;
  border-top: 1px solid #48474c;
  margin-top: -1px;
  padding-top: 100px; }
  @media (max-width: 1199px) {
    .box13-h1 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .box13-h1 {
      padding-bottom: 0px; } }
  @media (max-width: 767px) {
    .box13-h1 .ApColumn {
      padding-bottom: 30px; } }
  .box13-h1 .ApColumn .title_block {
    color: #ffe500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Marcellus", serif;
    margin-bottom: 15px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .box13-h1 .ApColumn .title_block {
        margin-bottom: 0px; } }
  .box13-h1 .ApColumn .block-social li a {
    color: #fff; }
  .box13-h1 .ApColumn ul li a {
    color: #bdbdbd;
    font-size: 14px; }
    .box13-h1 .ApColumn ul li a:hover {
      color: #ffe500; }
  .box13-h1 .ApColumn p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 33px;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .box13-h1 .ApColumn p {
        max-width: 140px; } }
  @media (max-width: 991px) {
    .box13-h1 .left {
      padding-bottom: 30px; } }
  @media (min-width: 1200px) {
    .box13-h1 .left .logo-header {
      text-align: center;
      padding-top: 60px; } }

.box14-h1 {
  border-top: 1px solid #48474c;
  margin-top: -1px; }
  @media (max-width: 575px) {
    .box14-h1 {
      padding-bottom: 30px; } }
  .box14-h1 p {
    color: #bdbdbd;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    padding: 30px 15px; }

.box15-h1 {
  padding-top: 180px; }
  @media (max-width: 1199px) {
    .box15-h1 {
      padding-top: 80px; } }
  .box15-h1 .sub-title-ap-group {
    padding-bottom: 70px; }

@media (min-width: 1200px) {
  .box1-h2 {
    padding: 32px 60px; } }
@media (min-width: 1500px) {
  .box1-h2 {
     } }
@media (max-width: 991px) {
  .box1-h2 {
    background: #262727 !important; } }
@media (max-width: 1850px) and (min-width: 1200px) {
  .box1-h2 .left {
    width: 100%;
    text-align: center;
    padding-bottom: 15px; } }
@media (max-width: 1199px) {
  .box1-h2 .left {
    padding-bottom: 15px;
    text-align: center;
    padding-top: 30px; } }
@media (max-width: 1850px) and (min-width: 1200px) {
  .box1-h2 .right {
    width: 20%; } }
@media (max-width: 991px) {
  .box1-h2 .right {
    padding-top: 7px; } }
.box1-h2 .right .popup-over a.popup-title span {
  color: #fff; }
@media (max-width: 1850px) and (min-width: 1200px) {
  .box1-h2 .center {
    width: 80%; } }
.box1-h2 .center .leo-megamenu .navbar-toggler {
  color: #fff; }

.box4-h2 {
  padding-top: 180px; }
  @media (max-width: 1199px) {
    .box4-h2 {
      padding-top: 80px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box4-h2 {
      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 (max-width: 767px) {
    .box4-h2 .ApColumn {
      padding-bottom: 20px; } }
  @media (min-width: 1200px) {
    .box4-h2 .right {
      padding-left: 70px;
      padding-top: 0px; }
      .rtl .box4-h2 .right {
        padding-right: 70px;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .box4-h2 .right {
      padding-top: 50px; } }
  .box4-h2 .right p {
    text-transform: uppercase;
    color: #888;
    font-size: 14px;
    font-family: "Marcellus", serif;
    letter-spacing: 2px; }
  .box4-h2 .right h3 {
    font-size: 52px;
    color: #000;
    font-family: "Marcellus", serif;
    max-width: 340px;
    margin: auto;
    padding-bottom: 50px; }
	text-align: center;
    @media (max-width: 1199px) {
      .box4-h2 .right h3 {
        font-size: 42px;
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .box4-h2 .right h3 {
        font-size: 37px;
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .box4-h2 .right h3 {
        font-size: 35px;
        margin: inherit; } }
  .box4-h2 .image_description {
    position: absolute;
    text-align: center;
    bottom: 70px;
    left: 0;
    right: 0; }
    .box4-h2 .image_description .text1 {
      color: #ffe500;
      font-size: 14px;
      font-family: "Marcellus", serif;
      letter-spacing: 1px; }
    .box4-h2 .image_description h3 {
      color: #fff;
      font-size: 30px;
      max-width: 340px;
      margin: auto;
      line-height: 43px;
      font-family: "Marcellus", serif;
      padding-bottom: 50px; }
      @media (max-width: 1800px) {
        .box4-h2 .image_description h3 {
          font-size: 31px; } }
      @media (max-width: 991px) {
        .box4-h2 .image_description h3 {
          font-size: 25px;
          line-height: 35px;
          padding: 0 15px;
          margin-bottom: 30px; } }
    .box4-h2 .image_description .btn-slideshow-1 {
      padding: 16px 20px; }
    .box4-h2 .image_description .text2 {
      height: 0;
      -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; }
  .box4-h2 .center .image_description h3 {
    max-width: 300px; }

.box5-h2 {
  padding-top: 150px; }
  @media (max-width: 1800px) {
    .box5-h2 {
      padding-top: 85px; } }
  @media (min-width: 768px) {
    .box5-h2 {
      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; } }
  .box5-h2 .left p {
    text-transform: uppercase;
    color: #888;
    font-size: 14px;
    font-family: "Marcellus", serif;
    letter-spacing: 2px; }
  .box5-h2 .left h3 {
    font-size: 52px;
    color: #000;
    font-family: "Marcellus", serif;
    max-width: 500px;
    padding-bottom: 50px; }
    @media (max-width: 1199px) {
      .box5-h2 .left h3 {
        font-size: 42px;
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .box5-h2 .left h3 {
        font-size: 37px;
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .box5-h2 .left h3 {
        font-size: 35px; } }
  .box5-h2 .right {
    background: #f0eeea;
    padding: 100px; }
    @media (max-width: 1199px) {
      .box5-h2 .right {
        padding: 35px; } }
    @media (max-width: 575px) {
      .box5-h2 .right {
        padding: 15px; } }
    @media (min-width: 992px) {
      .box5-h2 .right:before {
        content: "";
        background: #f0eeea;
        padding-right: 1000px;
        right: -1000px;
        position: absolute;
        height: 100%;
        top: 0; }
        .rtl .box5-h2 .right:before {
          padding-left: 1000px;
          padding-right: inherit; }
        .rtl .box5-h2 .right:before {
          left: -1000px;
          right: auto; } }
    .box5-h2 .right .text1 {
      font-size: 16px;
      color: #000; }
    .box5-h2 .right .text2 {
      font-size: 14px;
      color: #888;
      margin-bottom: 40px; }
    .box5-h2 .right p {
      line-height: 30px; }
    .box5-h2 .right .btn-slideshow-1 {
      padding: 10px 28px; }
  .box5-h2 .block_content {
    max-width: 570px; }

.box7-h2 {
  padding-top: 180px; }
  @media (max-width: 1800px) {
    .box7-h2 {
      padding-top: 85px; } }
  .box7-h2 .sub-title-ap-group {
    padding-bottom: 80px; }
    @media (max-width: 1199px) {
      .box7-h2 .sub-title-ap-group {
        padding-bottom: 60px; } }
  .box7-h2 .ApColumn {
    padding-top: 45px; }
    .box7-h2 .ApColumn:hover {
      background: #fff;
      -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.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; }
  .box7-h2 .ApImage {
    position: relative;
    padding-bottom: 30px;
    z-index: 0;
    text-align: center; }
    @media (min-width: 1200px) {
      .box7-h2 .ApImage {
        width: 270px;
        margin: auto; } }
    @media (max-width: 1199px) {
      .box7-h2 .ApImage {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .box7-h2 .ApImage {
        padding-bottom: 0px; } }
    .box7-h2 .ApImage:after {
      content: "";
      background: #ffe500;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      left: 28%;
      top: -2px;
      position: absolute;
      z-index: -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; }
      .rtl .box7-h2 .ApImage:after {
        right: 28%;
        left: auto; }
      @media (max-width: 991px) {
        .box7-h2 .ApImage:after {
          display: none; } }
    .box7-h2 .ApImage:hover:after {
      left: 33%;
      -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; }
      .rtl .box7-h2 .ApImage:hover:after {
        right: 33%;
        left: auto; }
    .box7-h2 .ApImage:hover h3 {
      color: #ffe500; }
    .box7-h2 .ApImage:hover i {
      opacity: 1;
      visibility: visible; }
    .box7-h2 .ApImage img {
      min-height: 58px;
      object-fit: none; }
  .box7-h2 h3 {
    font-size: 22px;
    font-family: "Marcellus", serif;
    margin-bottom: 30px;
    padding-top: 35px; }
  .box7-h2 p {
    font-size: 14px;
    color: #888;
    line-height: 23px;
    height: 46px; }
    @media (max-width: 767px) {
      .box7-h2 p {
        height: 15px; } }
    .box7-h2 p:nth-child(2n) {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .box7-h2 p:nth-child(2n) {
          margin-bottom: 0px; } }
  .box7-h2 i {
    opacity: 0;
    visibility: hidden;
    color: #000;
    font-size: 14px;
    background: #f7f4f0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 400; }
    .box7-h2 i:hover {
      color: #ffe500; }
    @media (max-width: 767px) {
      .box7-h2 i {
        display: none; } }

.box8-h2 {
  padding: 150px 65px 0 65px; }
  @media (max-width: 1199px) {
    .box8-h2 {
      padding: 50px 20px 0 20px; } }
  @media (min-width: 992px) {
    .box8-h2 {
      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) {
    .box8-h2 .right {
      padding-left: 110px; }
      .rtl .box8-h2 .right {
        padding-right: 110px;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .box8-h2 .right {
      padding-top: 60px; } }
  .box8-h2 .right .dot-t {
    font-size: 14px;
    color: #999;
    letter-spacing: 3px;
    font-family: "Marcellus", serif;
    text-transform: uppercase; }
  .box8-h2 .right h3 {
    font-size: 52px;
    color: #000;
    font-family: "Marcellus", serif;
    max-width: 515px;
    line-height: 65px;
    margin-bottom: 50px; }
    @media (max-width: 1199px) {
      .box8-h2 .right h3 {
        font-size: 42px;
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .box8-h2 .right h3 {
        font-size: 37px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .box8-h2 .right h3 {
        font-size: 35px;
        line-height: 50px; } }
  .box8-h2 .right .text1 {
    color: #888;
    font-size: 14px;
    line-height: 30px;
    max-width: 515px;
    margin-bottom: 50px; }
  .box8-h2 .right .checkk {
    margin-bottom: 60px; }
    .box8-h2 .right .checkk li {
      margin-bottom: 20px; }
      .box8-h2 .right .checkk li i {
        margin-right: 15px; }
        .rtl .box8-h2 .right .checkk li i {
          margin-left: 15px;
          margin-right: inherit; }

.box9-h2 {
  padding-top: 170px; }
  @media (max-width: 1199px) {
    .box9-h2 {
      padding-top: 70px; } }
  .box9-h2 .sub-title-ap-group {
    padding-bottom: 70px; }
  .box9-h2 .left {
    background: #f7f4f0;
    text-align: center;
    padding: 60px 15px; }
    .box9-h2 .left .image_description h3 {
      font-size: 140px;
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .box9-h2 .left .image_description h3 {
          font-size: 70px; } }
    .box9-h2 .left .image_description h4 {
      font-size: 14px;
      color: #281b1b;
      position: relative;
      margin-bottom: 30px;
      padding-top: 25px; }
      .box9-h2 .left .image_description h4:before {
        position: absolute;
        top: -20px;
        content: "";
        background: url(../../../../assets/img/modules/appagebuilder/img/leo_rominal_banner5-h2.png) no-repeat;
        width: 137px;
        height: 20px;
        left: 50%;
        transform: translateX(-50%); }
  .box9-h2 .right {
    background: #fff;
    text-align: center;
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .box9-h2 .right .block-carousel-container {
        padding: 55px 35px; } }
    .box9-h2 .right .block-carousel-container .title {
      font-size: 18px;
      color: #000;
      text-transform: capitalize;
      position: relative;
      order: 1;
      padding: 20px 0;
      font-family: "Marcellus", serif; }
    .box9-h2 .right .block-carousel-container img {
      order: 1;
      padding-top: 50px; }
    .box9-h2 .right .block-carousel-container .sub-title {
      font-size: 12px;
      color: #888;
      order: 1;
      padding-top: 0; }
    .box9-h2 .right .block-carousel-container .descript {
      color: #888;
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      position: relative; }
      .box9-h2 .right .block-carousel-container .descript:after {
        position: absolute;
        bottom: -25px;
        content: "";
        background: url(../../../../assets/img/modules/appagebuilder/img/leo_rominal_banner18-h1.png) no-repeat;
        width: 72px;
        height: 11px;
        left: 50%;
        transform: translateX(-50%); }
  .box9-h2 .owl-carousel .owl-item.first {
    position: relative; }
    @media (min-width: 768px) {
      .box9-h2 .owl-carousel .owl-item.first:after {
        content: "";
        background: #f0f0f0;
        height: 100%;
        width: 1px;
        right: 0;
        position: absolute;
        top: 0; } }

.box3-h3 {
  margin: 0; }
  .box3-h3 .ApColumn {
    padding: 0; }
  .box3-h3 .widget-category_image {
    padding-bottom: 0; }
    .box3-h3 .widget-category_image .cover-img {
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .box3-h3 .widget-category_image .cover-img img {
          width: 100%; } }
    .box3-h3 .widget-category_image ul {
      margin-bottom: 0; }
      .box3-h3 .widget-category_image ul li {
        position: relative; }
        .box3-h3 .widget-category_image ul li .cate_content .cover-img {
          position: static;
          transform: none; }
        .box3-h3 .widget-category_image ul li .cate_content span {
          position: absolute;
          color: #fff;
          font-size: 30px;
          text-transform: capitalize;
          left: 0;
          right: 0;
          text-align: center;
          bottom: 45px;
          font-weight: 300; }
  .box3-h3 .center {
    text-align: center;
    padding-top: 150px; }
    @media (max-width: 1500px) {
      .box3-h3 .center {
        padding-top: 60px; } }
    @media (max-width: 1199px) {
      .box3-h3 .center {
        padding-top: 20px; } }
    .box3-h3 .center h4 {
      font-size: 13px;
      color: #000;
      letter-spacing: 3px; }
    .box3-h3 .center h3 {
      font-size: 40px;
      max-width: 300px;
      margin: auto;
      padding-bottom: 45px;
      padding-top: 15px; }
      @media (max-width: 1199px) {
        .box3-h3 .center h3 {
          font-size: 30px; } }
      @media (max-width: 1199px) {
        .box3-h3 .center h3 {
          padding-bottom: 10px; } }

.box5-h3 {
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .box5-h3 {
      padding-top: 50px; } }
  @media (min-width: 992px) {
    .box5-h3 {
      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; } }
  .box5-h3 .left .ApImage {
    position: relative; }
  .box5-h3 .left .image_description {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 575px) {
      .box5-h3 .left .image_description {
        position: static;
        padding-top: 10px;
        transform: none; } }
    .box5-h3 .left .image_description h4 {
      color: #ffe500;
      font-size: 12px;
      letter-spacing: 3px;
      font-family: "Marcellus", serif; }
      @media (max-width: 575px) {
        .box5-h3 .left .image_description h4 {
          color: #000; } }
    .box5-h3 .left .image_description h3 {
      font-size: 45px;
      color: #fff;
      max-width: 400px;
      margin: auto;
      padding-top: 20px;
      padding-bottom: 35px; }
      @media (max-width: 575px) {
        .box5-h3 .left .image_description h3 {
          color: #000;
          font-size: 30px;
          max-width: inherit; } }
  @media (min-width: 1200px) {
    .box5-h3 .right {
      padding-left: 70px; }
      .rtl .box5-h3 .right {
        padding-right: 70px;
        padding-left: inherit; } }
  .box5-h3 .right ul li {
    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;
    padding: 30px 0; }
    .box5-h3 .right ul li i {
      font-family: "Font Awesome 5 Pro";
      font-size: 40px;
      font-weight: 300;
      font-style: inherit;
      color: #ffe500;
      padding-right: 15px; }
      .rtl .box5-h3 .right ul li i {
        padding-left: 15px;
        padding-right: inherit; }
      @media (max-width: 991px) {
        .box5-h3 .right ul li i {
          font-size: 30px; } }
    .box5-h3 .right ul li h3 {
      font-size: 50px;
      padding-right: 10px; }
      .rtl .box5-h3 .right ul li h3 {
        padding-left: 10px;
        padding-right: inherit; }
      @media (max-width: 991px) {
        .box5-h3 .right ul li h3 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .box5-h3 .right ul li h3 {
          font-size: 26px; } }
    .box5-h3 .right ul li p {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 0;
      font-family: "Marcellus", serif; }

.box6-h3 {
  padding-top: 180px; }
  @media (max-width: 1199px) {
    .box6-h3 {
      padding-top: 85px; } }
  .box6-h3 .sub-title-ap-group {
    padding-bottom: 75px; }
  .box6-h3 .ApColumn {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }

.box7-h3 {
  padding-top: 170px; }
  @media (max-width: 1199px) {
    .box7-h3 {
      padding-top: 85px; } }
  @media (min-width: 992px) {
    .box7-h3 .sub-title-ap-group {
      max-width: 500px;
      margin: auto;
      line-height: 60px; } }
  @media (min-width: 768px) {
    .box7-h3 .left {
      padding: 0; } }
  .box7-h3 .left .image_description {
    background: #fff;
    padding: 30px; }
    .box7-h3 .left .image_description h4 {
      font-size: 24px;
      padding-bottom: 15px;
      font-family: "Marcellus", serif; }
    .box7-h3 .left .image_description p {
      color: #888888;
      font-size: 12px; }

.box8-h3 {
  padding-top: 180px; }
  @media (max-width: 991px) {
    .box8-h3 {
      padding-top: 80px; } }
  @media (min-width: 768px) {
    .box8-h3 .product-booking-2 .thumbnail-container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) {
    .box8-h3 .product-booking-2 .thumbnail-container .product-meta {
      padding: 72px; } }
  .box8-h3 .product-booking-2 .thumbnail-container .product-meta .product-description {
    max-width: 450px;
    padding-top: 18px;
    padding-bottom: 25px;
    display: block !important; }
  .box8-h3 .product-booking-2 .thumbnail-container .discount-percentage {
    display: none; }
  .box8-h3 .sub-title-ap-group {
    padding-bottom: 80px; }

@media (max-width: 767px) {
  .box2-h4 .left {
    padding-bottom: 20px; } }

.box3-h4 {
  padding-top: 150px; }
  @media (max-width: 991px) {
    .box3-h4 {
      padding-top: 80px; } }
  .box3-h4 .widget-category_image ul li a {
    display: inline-block;
    position: relative; }
    .box3-h4 .widget-category_image ul li a span {
      position: absolute;
      bottom: 65px;
      color: #fff;
      font-size: 30px;
      text-transform: capitalize;
      font-weight: 300;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 1600px) {
        .box3-h4 .widget-category_image ul li a span {
          font-size: 20px; } }
    .box3-h4 .widget-category_image ul li a .cate_content, .box3-h4 .widget-category_image ul li a .cover-img {
      position: static;
      transform: none; }
  @media (min-width: 1200px) {
    .box3-h4 .ApColumn {
      padding-top: 80px; } }
  @media (max-width: 575px) {
    .box3-h4 .ApColumn {
      text-align: center; } }
  @media (min-width: 992px) {
    .box3-h4 .ApColumn:nth-child(2n) {
      padding-top: 130px; } }

.box-book {
  background: #fff; }
  @media (min-width: 992px) {
    .box-book {
      margin-top: -70px;
      position: absolute; } }
  .box-book .booking-widget {
    box-shadow: none; }
    .box-book .booking-widget label {
      font-size: 18px;
      font-weight: 400;
      color: #000;
      text-transform: capitalize;
      font-family: "Marcellus", serif; }
      @media (min-width: 575px) {
        .box-book .booking-widget label {
          font-size: 16px; } }
    .box-book .booking-widget > div {
      border-right: none;
      position: relative; }
      @media (min-width: 481px) {
        .box-book .booking-widget > div:before {
          position: absolute;
          content: "";
          width: 85%;
          background: #000;
          height: 1px;
          bottom: 0; } }
    .box-book .booking-widget .apbooking-button button {
      background: #000; }

/*# sourceMappingURL=styles.css.map */
