/***************************************************
  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: "Yantramanav", sans-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: 15px; }
    .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 #FF5E3A; }
    .widget-tabs li.active a {
      color: #FF5E3A; }

.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: #FF5E3A;
    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: #FF5E3A; }
  .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 #FF5E3A;
    -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;
  background: #fff; }
  .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;
      border: 1px solid #e1e1e1; }
      @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; }
    .latest-blogs .right-block .box-inside-blog-meta {
      padding-bottom: 10px; }
    .latest-blogs .right-block .all-blog-desc {
      text-transform: uppercase;
      font-size: 12px;
      float: left; }
      .latest-blogs .right-block .all-blog-desc .inside-blog-meta {
        padding-right: 15px;
        display: inline-block; }
        .rtl .latest-blogs .right-block .all-blog-desc .inside-blog-meta {
          padding-left: 15px;
          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 a {
          color: #2D9CDB; }
      .latest-blogs .right-block .all-blog-desc .author {
        position: relative; }
        .latest-blogs .right-block .all-blog-desc .author:before {
          content: "";
          background: url(../../../../assets/img/modules/appagebuilder/img/leo_ginyro_bannner26_h1.png) no-repeat;
          width: 15px;
          height: 15px;
          bottom: 2px;
          position: absolute;
          left: -20px; }
          .rtl .latest-blogs .right-block .all-blog-desc .author:before {
            right: -20px;
            left: auto; }
        @media (min-width: 992px) {
          .latest-blogs .right-block .all-blog-desc .author:after {
            content: "|";
            width: 1px;
            bottom: 0px;
            position: absolute;
            left: -35px; }
            .rtl .latest-blogs .right-block .all-blog-desc .author:after {
              right: -35px;
              left: auto; } }
    .latest-blogs .right-block .date {
      color: #7D8196;
      font-size: 14px;
      display: inline-block;
      text-transform: capitalize; }
      .latest-blogs .right-block .date span {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 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: #2C365D;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      display: inline-block; }
      .latest-blogs .blog-title a:hover {
        color: #FF5E3A; }
      @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: 24px;
    color: #565969;
    font-size: 16px;
    font-weight: 400; }
  .latest-blogs .blog-readmore {
    display: none; }
  .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: #FF5E3A;
      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: #FF5E3A; }

.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: "Yantramanav", sans-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; } }

.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: #FF5E3A; }

.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; */
  color: transparent;
}

#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-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 {
      max-width: 800px;
      margin: auto; } }

.block-carousel-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .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: #FF5E3A;
      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: #FF5E3A;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 25px 0;
    margin: 0;
    font-family: "Yantramanav", sans-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; }

@media (max-width: 767px) {
  #leo_search_block_top {
    border: 0;
    margin: 0;
    position: absolute;
    right: 70px;
    bottom: 2px;
    background: transparent; }
    .rtl #leo_search_block_top {
      left: 70px;
      right: auto; }
    #leo_search_block_top .title_block {
      margin: 0;
      padding: 0;
      display: block;
      font-size: 0;
      z-index: 9999; }
      #leo_search_block_top .title_block:before {
        content: "\f002";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 19px;
        color: #000; }
    #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: -63px;
      background: #fff;
      z-index: 9; }
      .rtl #leo_search_block_top form {
        left: -63px;
        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-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  position: relative; }
  .btn-slideshow-1:hover {
    color: #FF5E3A; }
    .btn-slideshow-1:hover:before {
      transform: rotate(0deg); }
  .btn-slideshow-1:before {
    content: "\f0a9";
    font-size: 16px;
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: -25px;
    font-weight: 300;
    transform: rotate(-50deg);
    transition: all 0.5s; }
    .rtl .btn-slideshow-1:before {
      left: -25px;
      right: auto; }

#index .ApRow > .title-ap-group {
  color: #2C365D;
  font-weight: 700;
  font-size: 36px;
  /* text-transform: capitalize; */
  /* border-bottom: 1px solid #e1e1e1; */
  margin: 0 15px 30px 15px;
  padding-bottom: 15px; }
  @media (max-width: 1199px) {
    #index .ApRow > .title-ap-group {
      font-size: 30px; } }
  @media (max-width: 991px) {
    #index .ApRow > .title-ap-group {
      font-size: 27px; } }

.keep-header #header {
  background: #fff; }

.box1-h1 {
  height: 40px; }
  @media (min-width: 576px) {
    .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 (max-width: 575px) {
    .box1-h1 {
      padding-bottom: 15px;
      line-height: 40px; } }
  .box1-h1 .left {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575px) {
      .box1-h1 .left {
        -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; } }
    .box1-h1 .left .language-selector-wrapper a.popup-title i, .box1-h1 .left .currency-selector a.popup-title i {
      color: #fff; }
    .box1-h1 .left .language-selector-wrapper {
      margin-right: 20px; }
      .rtl .box1-h1 .left .language-selector-wrapper {
        margin-left: 20px;
        margin-right: inherit; }
      @media (min-width: 576px) {
        .box1-h1 .left .language-selector-wrapper:before {
          content: "";
          position: absolute;
          right: 0px;
          width: 1px;
          height: 20px;
          background: #485790;
          top: 13px; }
          .rtl .box1-h1 .left .language-selector-wrapper:before {
            left: 0px;
            right: auto; } }
  .box1-h1 .center p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0; }
  @media (max-width: 1199px) {
    .box1-h1 .center {
      text-align: center; } }
  @media (max-width: 991px) {
    .box1-h1 .center {
      display: none; } }
  @media (min-width: 576px) {
    .box1-h1 .userinfo-selector {
      margin-right: 30px; }
      .rtl .box1-h1 .userinfo-selector {
        margin-left: 30px;
        margin-right: inherit; } }
  @media (min-width: 576px) {
    .box1-h1 .userinfo-selector:before {
      content: "";
      position: absolute;
      right: -18px;
      width: 1px;
      height: 20px;
      background: #485790;
      top: -3px; }
      .rtl .box1-h1 .userinfo-selector:before {
        left: -18px;
        right: auto; } }
  .box1-h1 .userinfo-selector > ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 0; }
    .box1-h1 .userinfo-selector > ul:before {
      content: "\f82c";
      position: absolute;
      left: -20px;
      font-size: 15px;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      color: #fff; }
      .rtl .box1-h1 .userinfo-selector > ul:before {
        right: -20px;
        left: auto; }
    .box1-h1 .userinfo-selector > ul li a:hover {
      color: #FF5E3A; }
  .box1-h1 .userinfo-selector a {
    font-size: 14px;
    color: #fff; }
    .box1-h1 .userinfo-selector a.signin:after {
      content: "/"; }
    .box1-h1 .userinfo-selector a.logout {
      padding: 0 10px; }
  @media (max-width: 575px) {
    .box1-h1 .right {
      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; } }
  .box1-h1 .right .my-h1 {
    color: #fff;
    font-weight: 400;
    font-size: 14px; }
  @media (max-width: 575px) {
    .box1-h1 .right .header-button-add {
      padding-right: 40px; }
      .rtl .box1-h1 .right .header-button-add {
        padding-left: 40px;
        padding-right: inherit; } }
  .box1-h1 .right .header-button-add i {
    color: #fff;
    padding: 0 5px;
    font-size: 15px; }
  .box1-h1 .right .ap-btn-wishlist span:hover {
    color: #FF5E3A; }

@media (min-width: 1200px) {
  .box2-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 (max-width: 991px) {
  .box2-h1 {
    padding-bottom: 20px; } }
@media (max-width: 575px) {
  .box2-h1 {
    padding-bottom: 10px; } }
@media (max-width: 480px) {
  .box2-h1 {
    padding-bottom: 0px; } }
@media (max-width: 1199px) {
  .box2-h1 .left {
    text-align: center; } }
.box2-h1 .right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  -o-justify-content: end;
  justify-content: end;
  -ms-flex-pack: end; }
  @media (max-width: 767px) {
    .box2-h1 .right {
      padding-top: 5px; } }
@media (min-width: 768px) {
  .box2-h1 #leo_search_block_top {
    min-width: 275px;
    border-bottom: 1px solid #e1e1e1; } }
.box2-h1 #leo_search_block_top .form-control {
  padding: 0; }
.box2-h1 #leo_search_block_top .btn {
  width: auto; }

.box3-h1 {
  position: relative; }
  @media (max-width: 767px) {
    .box3-h1 {
      display: none; } }
  @media (min-width: 768px) {
    .box3-h1:after {
      margin-left: -1000px;
      background: #e1e1e1;
      width: 100%;
      height: 1px;
      padding: 0 1000px;
      box-sizing: content-box; }
      .rtl .box3-h1:after {
        margin-right: -1000px;
        margin-left: inherit; } }
  @media (min-width: 768px) {
    .box3-h1:before {
      content: "";
      margin-left: -1000px;
      background: #e1e1e1;
      width: 100%;
      height: 1px;
      padding: 0 1000px;
      box-sizing: content-box;
      display: block !important;
      position: absolute;
      left: 0;
      right: 0; }
      .rtl .box3-h1:before {
        margin-right: -1000px;
        margin-left: inherit; } }
  .box3-h1 > div {
    text-align: center;
    padding: 16px 15px;
    border-right: 1px solid #e1e1e1; }
    .rtl .box3-h1 > div {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    .box3-h1 > div:first-child {
      border-left: 1px solid #e1e1e1; }
      [dir="rtl"] .box3-h1 > div:first-child {
        border-right: 1px solid #e1e1e1; }
    @media (max-width: 1199px) {
      .box3-h1 > div:nth-child(2n+1) {
        border-left: 1px solid #e1e1e1; }
        .rtl .box3-h1 > div:nth-child(2n+1) {
          border-right: 1px solid #e1e1e1;
          border-left: inherit; } }
    @media (max-width: 1199px) {
      .box3-h1 > div {
        border-bottom: 1px solid #e1e1e1; } }
  .box3-h1 p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #565969; }
    .box3-h1 p span {
      color: #FF5E3A;
      font-size: 16px;
      font-weight: 700; }
  .box3-h1 i {
    margin-right: 7px;
    font-size: 17px; }
    .rtl .box3-h1 i {
      margin-left: 7px;
      margin-right: inherit; }

#index .box5-h1 {
  margin-top: 90px; }
  @media (max-width: 991px) {
    #index .box5-h1 {
      margin-top: 50px; } }
  #index .box5-h1.ApRow > .title-ap-group {
    border: none;
    padding-bottom: 0;
    float: left; }
  #index .box5-h1.ApRow .sub-title-ap-group {
    font-size: 16px;
    line-height: 24px;
    color: #565969;
    display: inline-block;
    max-width: 550px;
    padding-left: 20px; }
    .rtl #index .box5-h1.ApRow .sub-title-ap-group {
      padding-right: 20px;
      padding-left: inherit; }
    @media (max-width: 991px) {
      #index .box5-h1.ApRow .sub-title-ap-group {
        padding-bottom: 15px; } }

@media (min-width: 992px) {
  .custom-button .owl-theme .owl-buttons div {
    top: -84px;
    opacity: 1;
    box-shadow: none;
    transform: none;
    background: transparent; }
    .custom-button .owl-theme .owl-buttons div:before {
      color: #e1e1e1;
      font-size: 23px;
      font-weight: 700; }
    .custom-button .owl-theme .owl-buttons div:hover:before {
      color: #FF5E3A; }
  .custom-button .owl-theme .owl-buttons .owl-prev {
    left: auto;
    right: 50px; }
    .rtl .custom-button .owl-theme .owl-buttons .owl-prev {
      right: auto;
      left: auto; }
    .rtl .custom-button .owl-theme .owl-buttons .owl-prev {
      left: 50px;
      right: auto; }
    .custom-button .owl-theme .owl-buttons .owl-prev:before {
      content: "\f0a8";
      font-size: 24px;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      color: #7c8195; }
      [dir="rtl"] .custom-button .owl-theme .owl-buttons .owl-prev:before {
        content: "\f0a8"; }
  .custom-button .owl-theme .owl-buttons .owl-next {
    left: auto;
    right: 15px; }
    .rtl .custom-button .owl-theme .owl-buttons .owl-next {
      right: auto;
      left: auto; }
    .rtl .custom-button .owl-theme .owl-buttons .owl-next {
      left: 15px;
      right: auto; }
    .custom-button .owl-theme .owl-buttons .owl-next:before {
      content: "\f0a9";
      font-size: 24px;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      color: #7c8195; }
  .custom-button .owl-theme:hover .owl-buttons .owl-next {
    left: auto;
    right: 15px; }
    .rtl .custom-button .owl-theme:hover .owl-buttons .owl-next {
      right: auto;
      left: auto; }
    .rtl .custom-button .owl-theme:hover .owl-buttons .owl-next {
      left: 15px;
      right: auto; }
  .custom-button .owl-theme:hover .owl-buttons .owl-prev {
    left: auto;
    right: 50px; }
    .rtl .custom-button .owl-theme:hover .owl-buttons .owl-prev {
      right: auto;
      left: auto; }
    .rtl .custom-button .owl-theme:hover .owl-buttons .owl-prev {
      left: 50px;
      right: auto; } }

.box5-h1 .block_content {
  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; }
  .box5-h1 .block_content ul {
    width: 20%;
    float: left;
    border: 1px solid #e1e1e1;
    margin: 0;
    padding: 30px 20px; }
    @media (max-width: 991px) {
      .box5-h1 .block_content ul {
        width: 25%; } }
    @media (max-width: 767px) {
      .box5-h1 .block_content ul {
        width: 33.333%; } }
    @media (max-width: 575px) {
      .box5-h1 .block_content ul {
        width: 50%; } }
    @media (max-width: 375px) {
      .box5-h1 .block_content ul {
        width: 100%; } }
    .box5-h1 .block_content ul li {
      height: 100%; }
      .box5-h1 .block_content ul li .cate_content {
        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-h1 .block_content ul li a span {
        color: #2C365D;
        font-size: 16px;
        text-transform: capitalize;
        float: left; }
        .box5-h1 .block_content ul li a span.cover-img {
          padding-right: 20px;
          margin-bottom: 0; }
          .rtl .box5-h1 .block_content ul li a span.cover-img {
            padding-left: 20px;
            padding-right: inherit; }
        .box5-h1 .block_content ul li a span:hover {
          color: #FF5E3A; }

.box6-h1 {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .box6-h1 {
      padding-top: 50px; } }
  .box6-h1 .left .ApImage {
    position: relative; }
    @media (max-width: 767px) {
      .box6-h1 .left .ApImage {
        padding-bottom: 15px; } }
  @media (min-width: 576px) {
    .box6-h1 .left .image_description {
      position: absolute;
      left: 40px;
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box6-h1 .left .image_description {
        right: 40px;
        left: auto; } }
  @media (max-width: 575px) {
    .box6-h1 .left .image_description {
      padding-top: 20px; } }
  .box6-h1 .left .image_description .top {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #ffa800;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .box6-h1 .left .image_description .top {
        font-size: 25px; } }
    @media (max-width: 1199px) {
      .box6-h1 .left .image_description .top {
        margin-bottom: 5px; } }
  .box6-h1 .left .image_description .center1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .box6-h1 .left .image_description .center1 {
        margin-bottom: 0px; } }
    @media (max-width: 767px) {
      .box6-h1 .left .image_description .center1 {
        padding: 20px 0; } }
    @media (max-width: 575px) {
      .box6-h1 .left .image_description .center1 {
        color: #000; } }
  .box6-h1 .left .image_description .center2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    max-width: 225px; }
    @media (max-width: 1199px) {
      .box6-h1 .left .image_description .center2 {
        margin-bottom: 5px; } }
    @media (max-width: 575px) {
      .box6-h1 .left .image_description .center2 {
        color: #000; } }
  @media (max-width: 991px) {
    .box6-h1 .left .image_description p {
      margin-bottom: 0; } }
  .box6-h1 .left .image_description .btn-slideshow-1 {
    color: #fff; }
    .box6-h1 .left .image_description .btn-slideshow-1:hover {
      color: #FF5E3A; }
    @media (max-width: 575px) {
      .box6-h1 .left .image_description .btn-slideshow-1 {
        color: #000; } }
  .box6-h1 .right .ApImage {
    position: relative; }
  @media (min-width: 576px) {
    .box6-h1 .right .image_description {
      position: absolute;
      left: 40px;
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box6-h1 .right .image_description {
        right: 40px;
        left: auto; } }
  @media (max-width: 575px) {
    .box6-h1 .right .image_description {
      padding-top: 20px; } }
  .box6-h1 .right .image_description .top {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #FF5E3A;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .box6-h1 .right .image_description .top {
        font-size: 25px;
        margin-bottom: 15px; } }
  .box6-h1 .right .image_description .center1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px; }
    @media (max-width: 1199px) {
      .box6-h1 .right .image_description .center1 {
        font-size: 25px;
        margin-bottom: 15px; } }
    @media (max-width: 575px) {
      .box6-h1 .right .image_description .center1 {
        color: #000; } }
  .box6-h1 .right .image_description .center2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff; }
    .box6-h1 .right .image_description .center2 span {
      color: #FF5E3A;
      font-size: 24px;
      font-weight: 700; }
    @media (max-width: 575px) {
      .box6-h1 .right .image_description .center2 {
        color: #000; } }
  @media (max-width: 991px) {
    .box6-h1 .right .image_description p {
      margin-bottom: 0; } }
  .box6-h1 .right .image_description .btn-slideshow-1 {
    color: #fff; }
    .box6-h1 .right .image_description .btn-slideshow-1:hover {
      color: #FF5E3A; }
    @media (max-width: 575px) {
      .box6-h1 .right .image_description .btn-slideshow-1 {
        color: #000; } }

.box7-h1 {
  padding-top: 95px; }
  @media (max-width: 1199px) {
    .box7-h1 {
      padding-top: 50px; } }

.box8-h1 {
  padding-top: 96px;
  text-align: center; }
  @media (max-width: 1199px) {
    .box8-h1 {
      padding-top: 50px; } }
  .box8-h1 .top p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff; }
  .box8-h1 .top h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 700;
    margin: auto;
    max-width: 550px; }
    @media (max-width: 1199px) {
      .box8-h1 .top h4 {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .box8-h1 .top h4 {
        font-size: 35px; } }
    @media (max-width: 575px) {
      .box8-h1 .top h4 {
        font-size: 28px; } }
  .box8-h1 .ApCountdown {
    padding-top: 80px;
    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: 1199px) {
      .box8-h1 .ApCountdown {
        padding-top: 65px; } }
    .box8-h1 .ApCountdown ul li {
      float: left;
      color: #fff;
      font-size: 64px;
      padding: 0 40px;
      position: relative; }
      @media (max-width: 1199px) {
        .box8-h1 .ApCountdown ul li {
          font-size: 40px; } }
      @media (max-width: 991px) {
        .box8-h1 .ApCountdown ul li {
          font-size: 35px;
          padding: 0 30px; } }
      @media (max-width: 767px) {
        .box8-h1 .ApCountdown ul li {
          padding: 0 20px;
          font-size: 28px; } }
      @media (max-width: 575px) {
        .box8-h1 .ApCountdown ul li {
          padding: 0 10px; } }
      .box8-h1 .ApCountdown ul li span {
        color: #FF5E3A;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        display: block;
        order: -1;
        position: absolute;
        top: -40px;
        text-align: center;
        left: 0;
        right: 0; }
  .box8-h1 .bottom {
    margin-top: 50px; }
    .box8-h1 .bottom .block_content {
      margin: 0 150px;
      border: 2px solid #FF5E3A;
      background: #fff; }
      @media (max-width: 1199px) {
        .box8-h1 .bottom .block_content {
          margin: 0 100px; } }
      @media (max-width: 991px) {
        .box8-h1 .bottom .block_content {
          margin: 0 60px; } }
      @media (max-width: 767px) {
        .box8-h1 .bottom .block_content {
          margin: 0 20px; } }
    .box8-h1 .bottom .leo-plist-style .thumbnail-container {
      background: #fff; }
      @media (min-width: 481px) {
        .box8-h1 .bottom .leo-plist-style .thumbnail-container {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; } }
      .box8-h1 .bottom .leo-plist-style .thumbnail-container .product-image {
        max-width: 410px; }
        .box8-h1 .bottom .leo-plist-style .thumbnail-container .product-image .functional-buttons {
          display: none; }
      .box8-h1 .bottom .leo-plist-style .thumbnail-container .product-title a {
        font-size: 24px; }
      .box8-h1 .bottom .leo-plist-style .thumbnail-container .product-meta {
        justify-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column; }
        @media (max-width: 480px) {
          .box8-h1 .bottom .leo-plist-style .thumbnail-container .product-meta {
            padding: 0 10px; } }
        .box8-h1 .bottom .leo-plist-style .thumbnail-container .product-meta .product-price-and-shipping {
          font-size: 24px; }
        .box8-h1 .bottom .leo-plist-style .thumbnail-container .product-meta .category-default {
          margin-bottom: 10px; }
      .box8-h1 .bottom .leo-plist-style .thumbnail-container .product-description-short {
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #565969;
        max-width: 500px; }
    @media (min-width: 992px) {
      .box8-h1 .bottom .owl-theme .owl-buttons div {
        top: 42%;
        opacity: 1;
        box-shadow: none;
        transform: none;
        background: #7c8195;
        border-radius: 0;
        width: 60px;
        height: 60px; }
        .box8-h1 .bottom .owl-theme .owl-buttons div:before {
          color: #e1e1e1;
          font-size: 23px;
          font-weight: 700;
          line-height: 60px;
          right: 0;
          left: 0; }
        .box8-h1 .bottom .owl-theme .owl-buttons div:hover:before {
          background: #FF5E3A; }
      .box8-h1 .bottom .owl-theme .owl-buttons .owl-prev {
        left: -115px;
        right: auto; }
        .rtl .box8-h1 .bottom .owl-theme .owl-buttons .owl-prev {
          right: -115px;
          left: auto; }
        .rtl .box8-h1 .bottom .owl-theme .owl-buttons .owl-prev {
          left: auto;
          right: auto; }
        [dir="rtl"] .box8-h1 .bottom .owl-theme .owl-buttons .owl-prev {
          right: -115px; }
        .box8-h1 .bottom .owl-theme .owl-buttons .owl-prev:before {
          content: "\f060";
          font-size: 24px;
          font-family: 'Font Awesome 5 Pro';
          font-weight: 300;
          color: #fff; }
          [dir="rtl"] .box8-h1 .bottom .owl-theme .owl-buttons .owl-prev:before {
            content: "\f061"; }
      .box8-h1 .bottom .owl-theme .owl-buttons .owl-next {
        left: auto;
        right: -115px; }
        .rtl .box8-h1 .bottom .owl-theme .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box8-h1 .bottom .owl-theme .owl-buttons .owl-next {
          left: -115px;
          right: auto; }
        .box8-h1 .bottom .owl-theme .owl-buttons .owl-next:before {
          content: "\f061";
          font-size: 24px;
          font-family: 'Font Awesome 5 Pro';
          font-weight: 300;
          color: #fff; }
          [dir="rtl"] .box8-h1 .bottom .owl-theme .owl-buttons .owl-next:before {
            content: "\f060"; }
      .box8-h1 .bottom .owl-theme:hover .owl-buttons .owl-next {
        left: auto;
        right: -115px; }
        .rtl .box8-h1 .bottom .owl-theme:hover .owl-buttons .owl-next {
          right: auto;
          left: auto; }
        .rtl .box8-h1 .bottom .owl-theme:hover .owl-buttons .owl-next {
          left: -115px;
          right: auto; }
      .box8-h1 .bottom .owl-theme:hover .owl-buttons .owl-prev {
        left: -115px;
        right: auto; }
        .rtl .box8-h1 .bottom .owl-theme:hover .owl-buttons .owl-prev {
          right: -115px;
          left: auto; }
        .rtl .box8-h1 .bottom .owl-theme:hover .owl-buttons .owl-prev {
          left: auto;
          right: auto; }
        [dir="rtl"] .box8-h1 .bottom .owl-theme:hover .owl-buttons .owl-prev {
          right: -115px; } }

.box10-h1 {
  padding-top: 80px; }
  .box10-h1 .title-ap-column {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2C365D;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 20px; }
  @media (min-width: 992px) {
    .box10-h1 .owl-theme .owl-buttons div {
      top: -60px;
      opacity: 1;
      box-shadow: none;
      transform: none;
      background: transparent; }
      .box10-h1 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box10-h1 .owl-theme .owl-buttons div:hover:before {
        color: #FF5E3A; }
    .box10-h1 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 50px; }
      .rtl .box10-h1 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box10-h1 .owl-theme .owl-buttons .owl-prev {
        left: 50px;
        right: auto; }
      .box10-h1 .owl-theme .owl-buttons .owl-prev:before {
        content: "\f0a8";
        font-size: 24px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #7c8195; }
        [dir="rtl"] .box10-h1 .owl-theme .owl-buttons .owl-prev:before {
          content: "\f0a8"; }
    .box10-h1 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 15px; }
      .rtl .box10-h1 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box10-h1 .owl-theme .owl-buttons .owl-next {
        left: 15px;
        right: auto; }
      .box10-h1 .owl-theme .owl-buttons .owl-next:before {
        content: "\f0a9";
        font-size: 24px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #7c8195; }
    .box10-h1 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 15px; }
      .rtl .box10-h1 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box10-h1 .owl-theme:hover .owl-buttons .owl-next {
        left: 15px;
        right: auto; }
    .box10-h1 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 50px; }
      .rtl .box10-h1 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box10-h1 .owl-theme:hover .owl-buttons .owl-prev {
        left: 50px;
        right: auto; } }

.box12-h1 .ApImage {
  position: relative; }
  @media (max-width: 767px) {
    .box12-h1 .ApImage {
      padding-bottom: 15px; } }
.box12-h1 .image_description {
  position: absolute;
  left: 30px;
  top: 37px; }
  .rtl .box12-h1 .image_description {
    right: 30px;
    left: auto; }
  @media (max-width: 991px) {
    .box12-h1 .image_description {
      top: 20px; } }
.box12-h1 .left .top {
  color: #FEC004;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px; }
.box12-h1 .left .center1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 24px; }
.box12-h1 .left .bottom {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 120px; }
.box12-h1 .center .top {
  font-weight: 700;
  font-size: 36px;
  color: #FF5E3A; }
  .box12-h1 .center .top span {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    color: #7D8196; }
.box12-h1 .center .center1 {
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  color: #2C365D; }
.box12-h1 .center .bottom {
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  color: #2C365D; }
.box12-h1 .right .top {
  font-weight: 700;
  font-size: 36px;
  color: #FF5E3A;
  text-transform: capitalize; }
.box12-h1 .right .center1 {
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  color: #fff; }

#index .box13-h1 {
  margin-top: 90px;
  padding: 85px 0 90px 0; }
  @media (max-width: 991px) {
    #index .box13-h1 {
      margin-top: 50px;
      padding: 50px 0; } }
  #index .box13-h1.ApRow > .title-ap-group {
    border: none;
    padding-bottom: 0;
    float: left; }
  #index .box13-h1.ApRow .sub-title-ap-group {
    font-size: 16px;
    line-height: 24px;
    color: #565969;
    display: inline-block;
    max-width: 550px;
    padding-left: 20px; }
    .rtl #index .box13-h1.ApRow .sub-title-ap-group {
      padding-right: 20px;
      padding-left: inherit; }
    @media (max-width: 991px) {
      #index .box13-h1.ApRow .sub-title-ap-group {
        padding-bottom: 15px; } }

.box14-h1 {
  margin-top: 90px; }
  @media (max-width: 991px) {
    .box14-h1 {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    .box14-h1 .owl-theme .owl-buttons div {
      top: -83px;
      opacity: 1;
      box-shadow: none;
      transform: none;
      background: transparent; }
      .box14-h1 .owl-theme .owl-buttons div:before {
        color: #e1e1e1;
        font-size: 23px;
        font-weight: 700; }
      .box14-h1 .owl-theme .owl-buttons div:hover:before {
        color: #FF5E3A; }
    .box14-h1 .owl-theme .owl-buttons .owl-prev {
      left: auto;
      right: 50px; }
      .rtl .box14-h1 .owl-theme .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box14-h1 .owl-theme .owl-buttons .owl-prev {
        left: 50px;
        right: auto; }
      .box14-h1 .owl-theme .owl-buttons .owl-prev:before {
        content: "\f0a8";
        font-size: 24px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #7c8195; }
        [dir="rtl"] .box14-h1 .owl-theme .owl-buttons .owl-prev:before {
          content: "\f0a8"; }
    .box14-h1 .owl-theme .owl-buttons .owl-next {
      left: auto;
      right: 15px; }
      .rtl .box14-h1 .owl-theme .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box14-h1 .owl-theme .owl-buttons .owl-next {
        left: 15px;
        right: auto; }
      .box14-h1 .owl-theme .owl-buttons .owl-next:before {
        content: "\f0a9";
        font-size: 24px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #7c8195; }
    .box14-h1 .owl-theme:hover .owl-buttons .owl-next {
      left: auto;
      right: 15px; }
      .rtl .box14-h1 .owl-theme:hover .owl-buttons .owl-next {
        right: auto;
        left: auto; }
      .rtl .box14-h1 .owl-theme:hover .owl-buttons .owl-next {
        left: 15px;
        right: auto; }
    .box14-h1 .owl-theme:hover .owl-buttons .owl-prev {
      left: auto;
      right: 50px; }
      .rtl .box14-h1 .owl-theme:hover .owl-buttons .owl-prev {
        right: auto;
        left: auto; }
      .rtl .box14-h1 .owl-theme:hover .owl-buttons .owl-prev {
        left: 50px;
        right: auto; } }

.box15-h1 {
  padding: 60px 0 50px 0; }
  .box15-h1 .title-ap-column {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .box15-h1 .title-ap-column {
        margin-top: 0; } }
  .box15-h1 .ApBlockLink ul li {
    margin-bottom: 15px; }
    .box15-h1 .ApBlockLink ul li a {
      font-size: 16px;
      font-weight: 400;
      color: #7D8196; }
      .box15-h1 .ApBlockLink ul li a:hover {
        color: #FF5E3A; }
  .box15-h1 .left .logo-header {
    padding-bottom: 35px; }
  .box15-h1 .left .block_content .call {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    /* padding-left: 20px;  */
  }
    .rtl .box15-h1 .left .block_content .call {
      padding-right: 20px;
      padding-left: inherit; }
    .box15-h1 .left .block_content .call span {
      font-size: 16px;
      color: #FF5E3A; }
    .box15-h1 .left .block_content .call:before {
      content: "\f095";
      font-family: 'Font Awesome 5 Pro';
      left: 0;
      font-weight: 300;
      margin-right: 10px;
      font-size: 17px; }
      .rtl .box15-h1 .left .block_content .call:before {
        right: 0;
        left: auto; }
      .rtl .box15-h1 .left .block_content .call:before {
        margin-left: 10px;
        margin-right: inherit; }
  .box15-h1 .left .block_content .emaill {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    /* padding-left: 20px;  */
  }
    .rtl .box15-h1 .left .block_content .emaill {
      padding-right: 20px;
      padding-left: inherit; }
    .box15-h1 .left .block_content .emaill:before {
      content: "\f0e0";
      font-family: 'Font Awesome 5 Pro';
      left: 0;
      font-weight: 300;
      margin-right: 10px;
      font-size: 17px; }
      .rtl .box15-h1 .left .block_content .emaill:before {
        right: 0;
        left: auto; }
      .rtl .box15-h1 .left .block_content .emaill:before {
        margin-left: 10px;
        margin-right: inherit; }

.box16-h1 {
  padding: 17px 15px; }
  @media (min-width: 992px) {
    .box16-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 (max-width: 767px) {
    .box16-h1 {
      padding-bottom: 55px; } } */
  @media (max-width: 991px) {
    .box16-h1 .left {
      padding-bottom: 20px; } }
  .box16-h1 .left p {
    color: #7D8196;
    font-size: 14px;
    margin-bottom: 0; }
    .box16-h1 .left p span {
      color: #fff; }
  @media (min-width: 768px) {
    .box16-h1 .center {
      text-align: center; } }
  @media (min-width: 768px) {
    .box16-h1 .right {
      text-align: right; }
      .rtl .box16-h1 .right {
        text-align: left; } }
  .box16-h1 .right p {
    color: #7D8196;
    font-size: 14px; }
    @media (max-width: 1500px) {
      .box16-h1 .right p {
        display: none; } }
  .box16-h1 .right .image_description {
    position: absolute;
    left: 0;
    top: 4px; }
    .rtl .box16-h1 .right .image_description {
      right: 0;
      left: auto; }
  .box16-h1 .right .ApImage {
    position: relative; }
    @media (max-width: 991px) {
      .box16-h1 .right .ApImage img {
        width: 100% !important; } }

.box2-h2 {
  position: relative; }
  @media (min-width: 1200px) {
    .box2-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: 1199px) {
    .box2-h2 {
      padding-bottom: 25px; } }
  @media (max-width: 1199px) {
    .box2-h2 .header_logo {
      text-align: center; } }
  @media (min-width: 768px) {
    .box2-h2 .center #leo_search_block_top {
      border: 1px solid #e1e1e1;
      border-radius: 5px; } }
  @media (max-width: 767px) {
    .box2-h2 .center {
      position: static; } }
  @media (max-width: 767px) {
    .box2-h2 #leo_search_block_top {
      position: absolute;
      bottom: 26px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box2-h2 .right {
      padding-top: 11px; } }
  .box2-h2 .right .block {
    float: left; }
    @media (max-width: 767px) {
      .box2-h2 .right .block {
        display: none; } }
    .box2-h2 .right .block:nth-child(2n) {
      padding-right: 16px; }
      .rtl .box2-h2 .right .block:nth-child(2n) {
        padding-left: 16px;
        padding-right: inherit; }
      @media (max-width: 1500px) {
        .box2-h2 .right .block:nth-child(2n) {
          margin-bottom: 6px; } }
    .box2-h2 .right .block i {
      padding-right: 10px; }
      .rtl .box2-h2 .right .block i {
        padding-left: 10px;
        padding-right: inherit; }
  .box2-h2 .right p {
    margin-bottom: 0; }
    .box2-h2 .right p span {
      color: #FF5E3A;
      font-size: 16px;
      font-weight: 700; }

@media (min-width: 992px) {
  .box3-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) {
  .box3-h2 .right {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; } }
@media (max-width: 1199px) {
  .box3-h2 .right {
    display: none; } }
.box3-h2 .right .block {
  padding-right: 20px; }
  .rtl .box3-h2 .right .block {
    padding-left: 20px;
    padding-right: inherit; }
.box3-h2 .right p {
  color: #fff;
  margin-bottom: 0; }
.box3-h2 .right i {
  padding-right: 10px; }
  .rtl .box3-h2 .right i {
    padding-left: 10px;
    padding-right: inherit; }

@media (min-width: 992px) {
  .box5-h2 {
    padding-top: 30px; } }
@media (max-width: 767px) {
  .box5-h2 img {
    padding-bottom: 20px; } }
.box5-h2 .left .top {
  position: relative; }
  .box5-h2 .left .top .image_description {
    position: absolute;
    /* top: 35px;
    left: 30px;  */
    top: 50%;
    left: 40%;
  }
    .rtl .box5-h2 .left .top .image_description {
      right: 30px;
      left: auto; }
    .box5-h2 .left .top .image_description h4 {
      color: #fff;
      font-size: 24px; }
    .box5-h2 .left .top .image_description h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 25px; }
    .box5-h2 .left .top .image_description p {
      font-size: 18px;
      color: #fff; }
      .box5-h2 .left .top .image_description p span {
        color: #FF5E3A;
        font-size: 36px;
        font-weight: 700; }
.box5-h2 .left .bottom {
  position: relative; }
  .box5-h2 .left .bottom .image_description {
    position: absolute;
      /* top: 35px;
        left: 30px;  */
      top: 50%;
      left: 40%;
    }
    .rtl .box5-h2 .left .bottom .image_description {
      left: 30px;
      right: auto; }
    .box5-h2 .left .bottom .image_description h5 {
      color: #fff;
      text-transform: capitalize;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 25px; }
    .box5-h2 .left .bottom .image_description p {
      font-size: 16px;
      color: #fff; }
      .box5-h2 .left .bottom .image_description p span {
        color: #e1e603;
        font-size: 36px;
        font-weight: 700; }
.box5-h2 .center .top {
  position: relative; }
  .box5-h2 .center .top .image_description {
    position: absolute;
      /* top: 35px;
        left: 30px;  */
      top: 50%;
      left: 40%;
    }
    .rtl .box5-h2 .center .top .image_description {
      right: 30px;
      left: auto; }
    .box5-h2 .center .top .image_description h4 {
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
    .box5-h2 .center .top .image_description h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px; }
    .box5-h2 .center .top .image_description p {
      font-size: 36px;
      color: #ffa902;
      text-transform: capitalize;
      font-weight: 700; }
      @media (max-width: 991px) {
        .box5-h2 .center .top .image_description p {
          font-size: 27px; } }
.box5-h2 .center .bottom {
  position: relative; }
  .box5-h2 .center .bottom .image_description {
    position: absolute;
      /* top: 35px;
        left: 30px;  */
      top: 50%;
      left: 40%;
    }
    .rtl .box5-h2 .center .bottom .image_description {
      left: 30px;
      right: auto; }
    .box5-h2 .center .bottom .image_description h5 {
      color: #fff;
      text-transform: capitalize;
      font-size: 24px;
      font-weight: 700; }
    .box5-h2 .center .bottom .image_description p {
      font-size: 16px;
      color: #fff;
      padding-top: 20px; }
      .box5-h2 .center .bottom .image_description p span {
        font-weight: 700;
        font-size: 36px; }
        @media (max-width: 991px) {
          .box5-h2 .center .bottom .image_description p span {
            font-size: 30px; } }
.box5-h2 .right .ApImage {
  position: relative; }
  .box5-h2 .right .ApImage .image_description {
    position: absolute;
      /* top: 35px;
        left: 30px;  */
      top: 50%;
      left: 40%;
    }
    .rtl .box5-h2 .right .ApImage .image_description {
      right: 30px;
      left: auto; }
    @media (max-width: 991px) {
      /* .box5-h2 .right .ApImage .image_description {
        left: 15px; } */
        .rtl .box5-h2 .right .ApImage .image_description {
          right: 15px;
          left: auto; } }
    .box5-h2 .right .ApImage .image_description h3 {
      color: #fff;
      text-transform: capitalize;
      font-size: 36px;
      font-weight: 700; }
      @media (max-width: 1199px) {
        .box5-h2 .right .ApImage .image_description h3 {
          font-size: 30px; } }
      @media (max-width: 991px) {
        .box5-h2 .right .ApImage .image_description h3 {
          font-size: 27px; } }
    .box5-h2 .right .ApImage .image_description p {
      font-size: 24px;
      color: #fff;
      font-weight: 700;
      text-transform: capitalize; }

.box6-h2 {
  padding-top: 100px; }
  @media (max-width: 1199px) {
    .box6-h2 {
      padding-top: 50px; } }
  .box6-h2 .left {
    position: relative; }
    @media (min-width: 992px) {
      .box6-h2 .left:before {
        position: absolute;
        bottom: 0px;
        content: "";
        background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner21_h2.png) repeat;
        width: calc(100% - 30px);
        height: 390px;
        left: 15px;
        z-index: -1; }
        .rtl .box6-h2 .left:before {
          right: 15px;
          left: auto; } }
    .box6-h2 .left .top {
      position: relative; }
      .box6-h2 .left .top .image_description {
        position: absolute;
        bottom: 40px;
        left: 30px; }
        .rtl .box6-h2 .left .top .image_description {
          right: 30px;
          left: auto; }
        .box6-h2 .left .top .image_description h3 {
          color: #FF5E3A;
          text-transform: capitalize;
          font-size: 36px;
          font-weight: 700; }
        .box6-h2 .left .top .image_description h4 {
          font-size: 24px;
          color: #fff;
          font-weight: 700;
          margin-bottom: 20px; }
        .box6-h2 .left .top .image_description p {
          font-size: 24px;
          color: #fff;
          font-weight: 700;
          text-transform: capitalize; }
        .box6-h2 .left .top .image_description .btn-slideshow-1 {
          color: #fff; }
          .box6-h2 .left .top .image_description .btn-slideshow-1:before {
            color: #fff; }
          .box6-h2 .left .top .image_description .btn-slideshow-1:hover {
            color: #FF5E3A; }
            .box6-h2 .left .top .image_description .btn-slideshow-1:hover:before {
              color: #FF5E3A; }
    .box6-h2 .left .top1 h3 span {
      font-size: 16px;
      color: #fff;
      text-decoration: line-through;
      font-weight: 300;
      padding-left: 7px; }
      .rtl .box6-h2 .left .top1 h3 span {
        padding-right: 7px;
        padding-left: inherit; }
    .box6-h2 .left .top1 h4 {
      text-transform: uppercase; }
    .box6-h2 .left .top2 .image_description {
      top: 45px; }
      @media (max-width: 480px) {
        .box6-h2 .left .top2 .image_description {
          top: 20px; } }
      .box6-h2 .left .top2 .image_description h3 {
        color: #fff;
        font-size: 36px;
        font-weight: 700; }
        @media (max-width: 480px) {
          .box6-h2 .left .top2 .image_description h3 {
            font-size: 20px; } }
      .box6-h2 .left .top2 .image_description h4 {
        color: #2D9CDB;
        text-transform: capitalize; }
    .box6-h2 .left .top2 h5 {
      color: #FF5E3A;
      font-size: 36px;
      font-weight: 700; }
      @media (max-width: 480px) {
        .box6-h2 .left .top2 h5 {
          font-size: 25px; } }
      .box6-h2 .left .top2 h5 span {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        padding-right: 7px; }
        .rtl .box6-h2 .left .top2 h5 span {
          padding-left: 7px;
          padding-right: inherit; }
    .box6-h2 .left .bottom {
      padding: 50px 35px 30px 35px; }
      @media (min-width: 576px) {
        .box6-h2 .left .bottom {
          float: left; } }
      @media (max-width: 1500px) and (min-width: 576px) {
        .box6-h2 .left .bottom {
          padding: 50px 20px 30px 20px; } }
      @media (max-width: 575px) {
        .box6-h2 .left .bottom {
          padding: 20px 10px 0px 10px; } }
      .box6-h2 .left .bottom ul li a {
        color: #565969;
        font-size: 16px;
        font-weight: 400;
        line-height: 36px; }
        .box6-h2 .left .bottom ul li a:hover {
          color: #FF5E3A; }
    .box6-h2 .left .bottom1 {
      text-align: left; }
      .rtl .box6-h2 .left .bottom1 {
        text-align: right; }
      @media (min-width: 576px) {
        .box6-h2 .left .bottom1 {
          float: right; }
          .rtl .box6-h2 .left .bottom1 {
            float: left; } }

.box7-h2 {
  margin-top: 90px;
  padding: 80px 0; }
  @media (min-width: 992px) {
    .box7-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: 991px) {
    .box7-h2 {
      padding-top: 50px;
      padding: 30px 0; } }
  @media (max-width: 480px) {
    .box7-h2 .left .block {
      text-align: center; } }
  .box7-h2 .left h3 {
    color: #2C365D;
    font-size: 36px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .box7-h2 .left h3 {
        font-size: 30px; } }
  .box7-h2 .left p {
    color: #565969;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 340px;
    padding: 30px 0;
    margin-bottom: 0; }
  .box7-h2 .left a {
    color: #fff;
    background: #2d365d;
    border-radius: 5px;
    padding: 13px 58px 13px 30px; }
    .rtl .box7-h2 .left a {
      padding: 13px 30px 13px 58px; }
    .box7-h2 .left a i {
      color: #fff; }
    .box7-h2 .left a:hover {
      color: #FF5E3A; }
      .box7-h2 .left a:hover i {
        color: #FF5E3A; }
    .box7-h2 .left a:before {
      right: 30px; }
      .rtl .box7-h2 .left a:before {
        left: 30px;
        right: auto; }
  .box7-h2 .right .manufacturers_block {
    background: transparent; }
    .box7-h2 .right .manufacturers_block .owl-item .manufacturer-container {
      border: none;
      padding: 30px 25px; }

.box8-h2 {
  padding-top: 85px; }
  @media (max-width: 1199px) {
    .box8-h2 {
      padding-top: 50px; } }
  .box8-h2 .left .ApHtml h4 {
    font-size: 36px;
    font-weight: 700;
    color: #2C365D;
    text-transform: capitalize;
    max-width: 310px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .box8-h2 .left .ApHtml h4 {
        font-size: 30px; } }
  .box8-h2 .left .ApHtml p {
    font-size: 16px;
    color: #565969;
    max-width: 340px;
    line-height: 24px; }
  .box8-h2 .left .block_carousel {
    padding-top: 122px; }
    @media (max-width: 480px) {
      .box8-h2 .left .block_carousel {
        padding-top: 10px; } }
  .box8-h2 .block_carousel {
    padding-bottom: 30px; }
    .box8-h2 .block_carousel .block-carousel-image-container {
      padding: 40px;
      border: 1px solid #e1e1e1;
      -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; }
      @media (max-width: 767px) {
        .box8-h2 .block_carousel .block-carousel-image-container {
          padding: 15px; } }
      .box8-h2 .block_carousel .block-carousel-image-container:hover {
        border: 1px solid #FF5E3A; }
      .box8-h2 .block_carousel .block-carousel-image-container img {
        margin: inherit;
        object-fit: none;
        padding-right: 20px; }
        .rtl .box8-h2 .block_carousel .block-carousel-image-container img {
          padding-left: 20px;
          padding-right: inherit; }
        [dir="rtl"] .box8-h2 .block_carousel .block-carousel-image-container img {
          padding-left: 20px;
          padding-right: 0; }
      .box8-h2 .block_carousel .block-carousel-image-container .title {
        color: #2C365D;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        position: relative; }
        @media (max-width: 767px) {
          .box8-h2 .block_carousel .block-carousel-image-container .title {
            text-align: left;
            width: 100%; }
            .rtl .box8-h2 .block_carousel .block-carousel-image-container .title {
              text-align: right; } }
        .box8-h2 .block_carousel .block-carousel-image-container .title span {
          color: #565969;
          line-height: 24px;
          font-size: 14px;
          text-align: left;
          display: block;
          font-weight: 400;
          text-transform: capitalize; }
          .rtl .box8-h2 .block_carousel .block-carousel-image-container .title span {
            text-align: right; }
        .box8-h2 .block_carousel .block-carousel-image-container .title:before {
          position: absolute;
          top: 22px;
          content: "";
          background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner19_h2.png) no-repeat;
          width: 36px;
          height: 24px;
          right: -100px; }
          .rtl .box8-h2 .block_carousel .block-carousel-image-container .title:before {
            left: -100px;
            right: auto; }
          @media (max-width: 1199px) {
            .box8-h2 .block_carousel .block-carousel-image-container .title:before {
              right: -50px; }
              .rtl .box8-h2 .block_carousel .block-carousel-image-container .title:before {
                left: -50px;
                right: auto; } }
          @media (max-width: 767px) {
            .box8-h2 .block_carousel .block-carousel-image-container .title:before {
              right: 0px; }
              .rtl .box8-h2 .block_carousel .block-carousel-image-container .title:before {
                left: 0px;
                right: auto; } }
        .box8-h2 .block_carousel .block-carousel-image-container .title:after {
          position: absolute;
          bottom: 0;
          content: "";
          background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner20_h2.png) no-repeat;
          width: 58px;
          height: 10px;
          left: 0px; }
          .rtl .box8-h2 .block_carousel .block-carousel-image-container .title:after {
            right: 0px;
            left: auto; }
      .box8-h2 .block_carousel .block-carousel-image-container .descript {
        color: #565969;
        line-height: 24px;
        font-size: 16px;
        text-align: left; }
        .rtl .box8-h2 .block_carousel .block-carousel-image-container .descript {
          text-align: right; }

.box9-h2 .numscroller {
  color: #fff;
  font-size: 64px;
  font-weight: 700; }
.box9-h2 ul {
  padding: 130px 0 115px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 0; }
  .box9-h2 ul li {
    float: left;
    position: relative;
    text-align: center; }
.box9-h2 .counter_bottom {
  text-transform: uppercase;
  color: #FF5E3A;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  text-align: center; }
  .box9-h2 .counter_bottom h5 {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-top: 35px; }

@media (min-width: 992px) {
  .box10-h2 {
    padding-top: 60px; } }
@media (max-width: 767px) {
  .box10-h2 {
    padding-bottom: 30px; } }
.box10-h2 .show_image {
  margin: 0; }
  @media (max-width: 767px) {
    .box10-h2 .show_image {
      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: 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; } }
.box10-h2 .image-item {
  padding: 0;
  position: relative; }
  @media (max-width: 767px) and (min-width: 376px) {
    .box10-h2 .image-item {
      width: 50%;
      float: left; } }
  @media (max-width: 375px) {
    .box10-h2 .image-item {
      width: max-content; } }
  .box10-h2 .image-item:before {
    content: "\f0a9";
    font-size: 26px;
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 50%;
    right: 50%;
    top: 50%;
    font-weight: 300;
    transform: rotate(-50deg);
    transition: all 0.5s;
    color: #fff;
    opacity: 0;
    visibility: hidden; }
  .box10-h2 .image-item:hover {
    transition: all 0.5s; }
    .box10-h2 .image-item:hover:before {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .box10-h2 .image-item:hover:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #2C365D;
      -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;
      width: 100%;
      height: 100%;
      opacity: 0.8; }

.box11-h2 {
  position: relative; }
  @media (min-width: 481px) {
    .box11-h2:after {
      content: "";
      position: absolute;
      margin-left: -1000px;
      background: #e1e1e1;
      width: 100%;
      height: 1px;
      padding: 0 1000px;
      box-sizing: content-box;
      top: 61px; }
      .rtl .box11-h2:after {
        margin-right: -1000px;
        margin-left: inherit; } }
  @media (min-width: 481px) {
    .box11-h2:before {
      content: "";
      position: absolute;
      margin-left: -1000px;
      background: #e1e1e1;
      width: 100%;
      height: 1px;
      padding: 0 1000px;
      box-sizing: content-box;
      bottom: 0; }
      .rtl .box11-h2:before {
        margin-right: -1000px;
        margin-left: inherit; } }
  .box11-h2 .ApColumn {
    border-right: 1px solid #e1e1e1;
    padding: 10px 15px;
    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; }
    .rtl .box11-h2 .ApColumn {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    .box11-h2 .ApColumn:first-child {
      border-left: 1px solid #e1e1e1; }
      [dir="rtl"] .box11-h2 .ApColumn:first-child {
        border-right: 1px solid #e1e1e1; }
    .box11-h2 .ApColumn:hover h4 {
      color: #FF5E3A; }
  .box11-h2 .block_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .box11-h2 i {
    color: #FF5E3A;
    font-size: 27px;
    padding-right: 12px; }
    .rtl .box11-h2 i {
      padding-left: 12px;
      padding-right: inherit; }
  .box11-h2 h4 {
    color: #2C365D;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize; }
  .box11-h2 p {
    color: #7D8196;
    font-size: 14px;
    margin-bottom: 0; }

.box13-h2 {
  position: relative; }
  @media (max-width: 767px) {
    .box13-h2 {
      padding-bottom: 20px; } }
  @media (min-width: 992px) {
    .box13-h2:after {
      position: absolute;
      margin-left: -1000px;
      background: #e1e1e1;
      width: 100%;
      height: 1px;
      padding: 0 1000px;
      box-sizing: content-box; }
      .rtl .box13-h2:after {
        margin-right: -1000px;
        margin-left: inherit; } }
  .box13-h2 .title-ap-column {
    color: #2C365D;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    padding-right: 30px;
    position: relative;
    padding-bottom: 0; }
    .rtl .box13-h2 .title-ap-column {
      padding-left: 30px;
      padding-right: inherit; }
    @media (max-width: 767px) {
      .box13-h2 .title-ap-column {
        margin: 15px 0; } }
    @media (min-width: 1200px) {
      .box13-h2 .title-ap-column:before {
        position: absolute;
        top: -15px;
        content: "";
        background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner18_h2.png) no-repeat;
        width: 60px;
        height: 60px;
        left: -85px; }
        .rtl .box13-h2 .title-ap-column:before {
          right: -85px;
          left: auto; } }
  @media (min-width: 768px) {
    .box13-h2 .ApColumn {
      padding-top: 15px;
      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;
      -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 (min-width: 481px) {
    .box13-h2 .block_newsletter form .input-wrapper {
      max-width: 100%;
      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; } }
  .box13-h2 .block_newsletter form input[type=email] {
    margin-right: 20px; }
    @media (min-width: 992px) {
      .box13-h2 .block_newsletter form input[type=email] {
        min-width: 500px; } }
    .rtl .box13-h2 .block_newsletter form input[type=email] {
      margin-left: 20px;
      margin-right: inherit; }
  .box13-h2 .block_newsletter form button {
    margin-top: 0; }
    @media (max-width: 480px) {
      .box13-h2 .block_newsletter form button {
        margin-top: 10px; } }

.box1-h3 {
  padding: 10px 0; }
  @media (min-width: 992px) {
    .box1-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; } }
  @media (min-width: 576px) {
    .box1-h3 .userinfo-selector {
      margin-right: 30px; }
      .rtl .box1-h3 .userinfo-selector {
        margin-left: 30px;
        margin-right: inherit; } }
  @media (min-width: 576px) {
    .box1-h3 .userinfo-selector:before {
      content: "";
      position: absolute;
      right: -18px;
      width: 1px;
      height: 20px;
      background: #485790;
      top: -3px; }
      .rtl .box1-h3 .userinfo-selector:before {
        left: -18px;
        right: auto; } }
  .box1-h3 .userinfo-selector > ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 0; }
    .box1-h3 .userinfo-selector > ul:before {
      content: "\f82c";
      position: absolute;
      left: -20px;
      font-size: 15px;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      color: #fff; }
      .rtl .box1-h3 .userinfo-selector > ul:before {
        right: -20px;
        left: auto; }
    .box1-h3 .userinfo-selector > ul li a:hover {
      color: #FF5E3A; }
  .box1-h3 .userinfo-selector a {
    font-size: 14px;
    color: #fff; }
    .box1-h3 .userinfo-selector a.signin:after {
      content: "/"; }
  @media (min-width: 992px) {
    .box1-h3 .left {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 991px) {
    .box1-h3 .left {
      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; } }
  .box1-h3 .left i {
    padding-right: 5px; }
    .rtl .box1-h3 .left i {
      padding-left: 5px;
      padding-right: inherit; }
  .box1-h3 .left p {
    color: #fff;
    margin-bottom: 0; }
    .box1-h3 .left p span {
      color: #FF5E3A;
      font-weight: 700; }
  .box1-h3 .left .block {
    float: left;
    position: relative;
    padding-right: 40px; }
    .rtl .box1-h3 .left .block {
      padding-left: 40px;
      padding-right: inherit; }
    .box1-h3 .left .block:nth-child(2n-1):before {
      content: "";
      position: absolute;
      right: 19px;
      width: 1px;
      height: 20px;
      background: #485790;
      top: -3px; }
      .rtl .box1-h3 .left .block:nth-child(2n-1):before {
        left: 19px;
        right: auto; }
  @media (min-width: 992px) {
    .box1-h3 .right {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; } }
  @media (max-width: 991px) {
    .box1-h3 .right {
      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;
      padding-left: 33px;
      padding-top: 15px; } }

.box3-h3 {
  text-align: center;
  padding-top: 90px;
  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; }
  @media (max-width: 1199px) {
    .box3-h3 {
      padding-top: 50px; } }
  .box3-h3 .ApColumn:hover h4 {
    color: #FF5E3A; }
  .box3-h3 h4 {
    color: #2C365D;
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0; }
  .box3-h3 p {
    color: #565969;
    line-height: 24px;
    font-size: 16px; }

.box4-h3 {
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .box4-h3 {
      padding-top: 80px; } }
  .box4-h3 .left .ApImage {
    margin-bottom: 30px; }
  .box4-h3 .right {
    position: relative; }
    @media (max-width: 575px) {
      .box4-h3 .right {
        padding-top: 15px; } }
    .box4-h3 .right:before {
      position: absolute;
      top: -60px;
      content: "";
      background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner8_h3.jpg) no-repeat;
      width: 850px;
      height: 530px;
      left: -190px;
      z-index: -1; }
      .rtl .box4-h3 .right:before {
        right: -190px;
        left: auto; }
      @media (max-width: 767px) {
        .box4-h3 .right:before {
          height: 430px; } }
    @media (min-width: 1200px) {
      .box4-h3 .right .ApHtml {
        padding-left: 60px;
        padding-top: 40px; }
        .rtl .box4-h3 .right .ApHtml {
          padding-right: 60px;
          padding-left: inherit; } }
    .box4-h3 .right p {
      color: #fff; }
    .box4-h3 .right .cm1 {
      text-transform: uppercase;
      font-size: 16px; }
    .box4-h3 .right .cm2 {
      text-transform: capitalize;
      font-size: 36px;
      font-weight: 700;
      line-height: 44px;
      margin-bottom: 0; }
      @media (max-width: 1199px) {
        .box4-h3 .right .cm2 {
          font-size: 26px; } }
      @media (max-width: 480px) {
        .box4-h3 .right .cm2 {
          font-size: 21px;
          line-height: 32px; } }
    .box4-h3 .right .cm3 {
      margin-top: 30px;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      max-width: 410px; }
      @media (max-width: 991px) {
        .box4-h3 .right .cm3 {
          margin-top: 7px; } }
    .box4-h3 .right .btn-slideshow-1 {
      background: #FF5E3A;
      border-radius: 5px;
      padding: 18px 58px 18px 32px;
      color: #fff;
      display: inline-block;
      margin-top: 40px; }
      .rtl .box4-h3 .right .btn-slideshow-1 {
        padding: 18px 32px 18px 58px; }
      @media (max-width: 575px) {
        .box4-h3 .right .btn-slideshow-1 {
          margin-top: 20px; } }
      .box4-h3 .right .btn-slideshow-1:before {
        right: 31px; }
        .rtl .box4-h3 .right .btn-slideshow-1:before {
          left: 31px;
          right: auto; }
      .box4-h3 .right .btn-slideshow-1:hover {
        color: #000; }

.box5-h3 {
  margin-top: 125px;
  position: relative; }
  @media (max-width: 1199px) {
    .box5-h3 {
      margin-top: 50px;
      padding: 0 15px; } }
  .box5-h3 .ApColumn {
    position: static; }
  .box5-h3 .nav-tabs .nav-link.active, .box5-h3 .nav-tabs .nav-link.active:focus, .box5-h3 .nav-tabs .nav-link.active:hover, .box5-h3 .nav-tabs .nav-item.open .nav-link, .box5-h3 .nav-tabs .nav-item.open .nav-link:focus, .box5-h3 .nav-tabs .nav-item.open .nav-link:hover {
    border: none;
    color: #FF5E3A; }
  .box5-h3 .nav-item .nav-link.active, .box5-h3 .nav-item .nav-separtor.active {
    font-weight: 700; }
  .box5-h3 .nav-item .nav-link, .box5-h3 .nav-item .nav-separtor {
    color: #7D8196;
    text-transform: capitalize;
    font-size: 16px; }
  .box5-h3 .nav-tabs .nav-link:focus, .box5-h3 .nav-tabs .nav-link:hover {
    border: none;
    color: #FF5E3A; }
  .box5-h3 .nav-tabs .nav-link {
    border: none; }
  @media (min-width: 992px) {
    .box5-h3 .nav-tabs {
      position: absolute;
      top: 8px;
      left: 270px; }
      .rtl .box5-h3 .nav-tabs {
        right: 270px;
        left: auto; } }
  .box5-h3 .tabs-accordion-container.accordion-xs .accordion-link {
    border: 1px solid #FF5E3A; }

.box6-h3 {
  padding: 90px 0; }
  @media (min-width: 992px) {
    .box6-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; } }
  @media (max-width: 991px) {
    .box6-h3 {
      padding: 50px 0; } }
  @media (max-width: 1199px) {
    .box6-h3 .left img {
      width: 100% !important; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box6-h3 .left img {
      width: auto !important; } }
  @media (max-width: 991px) {
    .box6-h3 .left .ApImage {
      text-align: center;
      padding-bottom: 30px; } }
  .box6-h3 .center .ApImage {
    padding-bottom: 30px; }
  @media (min-width: 1200px) {
    .box6-h3 .right {
      padding-left: 70px; }
      .rtl .box6-h3 .right {
        padding-right: 70px;
        padding-left: inherit; } }
  .box6-h3 .right .top {
    padding-bottom: 30px; }
    .box6-h3 .right .top p {
      color: #2C365D;
      font-weight: 700;
      font-size: 36px;
      line-height: 44px; }
      @media (max-width: 1199px) {
        .box6-h3 .right .top p {
          font-size: 25px;
          line-height: 36px; } }
  .box6-h3 .right .owl-theme .owl-controls .owl-pagination {
    padding-left: 20px; }
    .rtl .box6-h3 .right .owl-theme .owl-controls .owl-pagination {
      padding-right: 20px;
      padding-left: inherit; }
  .box6-h3 .left-block {
    position: relative; }
  .box6-h3 .block-carousel-image-container {
    -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; }
    @media (max-width: 767px) {
      .box6-h3 .block-carousel-image-container {
        padding: 15px; } }
    .box6-h3 .block-carousel-image-container:before {
      position: absolute;
      top: 15px;
      content: "";
      background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner19_h2.png) no-repeat;
      width: 36px;
      height: 24px;
      right: 0px; }
      .rtl .box6-h3 .block-carousel-image-container:before {
        left: 0px;
        right: auto; }
      @media (max-width: 1199px) {
        .box6-h3 .block-carousel-image-container:before {
          right: 20px; }
          .rtl .box6-h3 .block-carousel-image-container:before {
            left: 20px;
            right: auto; } }
    .box6-h3 .block-carousel-image-container img {
      margin: inherit;
      object-fit: none;
      padding-right: 20px; }
      .rtl .box6-h3 .block-carousel-image-container img {
        padding-left: 20px;
        padding-right: inherit; }
      [dir="rtl"] .box6-h3 .block-carousel-image-container img {
        padding-left: 20px;
        padding-right: 0; }
    .box6-h3 .block-carousel-image-container .title {
      color: #2C365D;
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize;
      position: relative; }
      @media (max-width: 767px) {
        .box6-h3 .block-carousel-image-container .title {
          text-align: left;
          width: 100%; }
          .rtl .box6-h3 .block-carousel-image-container .title {
            text-align: right; } }
      .box6-h3 .block-carousel-image-container .title span {
        color: #565969;
        line-height: 24px;
        font-size: 14px;
        text-align: left;
        display: block;
        font-weight: 400;
        text-transform: capitalize; }
        .rtl .box6-h3 .block-carousel-image-container .title span {
          text-align: right; }
      .box6-h3 .block-carousel-image-container .title:after {
        position: absolute;
        bottom: 0;
        content: "";
        background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner20_h2.png) no-repeat;
        width: 58px;
        height: 10px;
        left: 0px; }
        .rtl .box6-h3 .block-carousel-image-container .title:after {
          right: 0px;
          left: auto; }
    .box6-h3 .block-carousel-image-container .descript {
      color: #565969;
      line-height: 24px;
      font-size: 16px;
      text-align: left; }
      .rtl .box6-h3 .block-carousel-image-container .descript {
        text-align: right; }

.box7-h3 {
  padding-top: 90px; }
  @media (max-width: 1199px) {
    .box7-h3 {
      padding-top: 50px; } }
  .box7-h3 .ApImage {
    position: relative; }
    @media (max-width: 991px) {
      .box7-h3 .ApImage {
        padding-bottom: 20px; } }
  .box7-h3 .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .box7-h3 .left .image_description {
    right: 240px; }
    .rtl .box7-h3 .left .image_description {
      left: 240px;
      right: auto; }
    @media (max-width: 1500px) {
      .box7-h3 .left .image_description {
        right: 50px; }
        .rtl .box7-h3 .left .image_description {
          left: 50px;
          right: auto; } }
    @media (max-width: 991px) {
      .box7-h3 .left .image_description {
        left: 40px;
        right: auto; }
        .rtl .box7-h3 .left .image_description {
          right: 40px;
          left: auto; }
        .rtl .box7-h3 .left .image_description {
          left: auto;
          right: auto; } }
  @media (max-width: 480px) {
    .box7-h3 .left img {
      object-fit: cover;
      height: 335px !important; } }
  .box7-h3 .left p {
    color: #fff; }
  .box7-h3 .left .cm1 {
    font-size: 16px; }
    .box7-h3 .left .cm1 span {
      color: #FF5E3A;
      font-weight: 700;
      font-size: 48px;
      padding-left: 7px; }
      .rtl .box7-h3 .left .cm1 span {
        padding-right: 7px;
        padding-left: inherit; }
      @media (max-width: 1199px) {
        .box7-h3 .left .cm1 span {
          font-size: 37px; } }
      @media (max-width: 480px) {
        .box7-h3 .left .cm1 span {
          font-size: 25px; } }
  .box7-h3 .left .cm2 {
    font-size: 72px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 28px 0; }
    @media (max-width: 1500px) {
      .box7-h3 .left .cm2 {
        font-size: 50px;
        padding: 15px 0; } }
    @media (max-width: 1199px) {
      .box7-h3 .left .cm2 {
        font-size: 34px;
        padding: 10px 0; } }
    @media (max-width: 480px) {
      .box7-h3 .left .cm2 {
        font-size: 28px;
        padding: 0; } }
  .box7-h3 .left .cm3 {
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px; }
    @media (max-width: 1500px) {
      .box7-h3 .left .cm3 {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .box7-h3 .left .cm3 {
        line-height: 25px;
        font-size: 22px;
        padding-right: 15px; }
        .rtl .box7-h3 .left .cm3 {
          padding-left: 15px;
          padding-right: inherit; } }
  .box7-h3 .left .cm4 {
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 1500px) {
      .box7-h3 .left .cm4 {
        margin-bottom: 0px; } }
    .box7-h3 .left .cm4 span {
      color: #FF5E3A;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 24px; }
  .box7-h3 .left .btn-slideshow-1 {
    background: #FF5E3A;
    border-radius: 5px;
    padding: 18px 58px 18px 32px;
    color: #fff;
    display: inline-block;
    margin-top: 40px; }
    .rtl .box7-h3 .left .btn-slideshow-1 {
      padding: 18px 32px 18px 58px; }
    @media (max-width: 1500px) {
      .box7-h3 .left .btn-slideshow-1 {
        margin-top: 20px; } }
    .box7-h3 .left .btn-slideshow-1:before {
      right: 31px; }
      .rtl .box7-h3 .left .btn-slideshow-1:before {
        left: 31px;
        right: auto; }
    .box7-h3 .left .btn-slideshow-1:hover {
      color: #000; }
  .box7-h3 .right .image_description {
    left: 90px; }
    .rtl .box7-h3 .right .image_description {
      right: 90px;
      left: auto; }
    @media (max-width: 991px) {
      .box7-h3 .right .image_description {
        left: 40px; }
        .rtl .box7-h3 .right .image_description {
          right: 40px;
          left: auto; } }
  .box7-h3 .right .cm1 {
    text-transform: uppercase;
    color: #FF5E3A;
    font-weight: 700;
    font-size: 36px; }
    @media (max-width: 480px) {
      .box7-h3 .right .cm1 {
        font-size: 25px; } }
    .box7-h3 .right .cm1 span {
      color: #fff;
      text-decoration: line-through;
      font-weight: 300;
      font-size: 16px; }
  .box7-h3 .right .cm2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 0; }
    @media (max-width: 1500px) {
      .box7-h3 .right .cm2 {
        font-size: 45px;
        line-height: 40px; } }
    @media (max-width: 1199px) {
      .box7-h3 .right .cm2 {
        font-size: 34px;
        line-height: 34px; } }
    @media (max-width: 480px) {
      .box7-h3 .right .cm2 {
        font-size: 22px; } }
  .box7-h3 .right p {
    color: #fff; }
  .box7-h3 .right .btn-slideshow-1 {
    background: #FF5E3A;
    border-radius: 5px;
    padding: 18px 58px 18px 32px;
    color: #fff;
    display: inline-block;
    margin-top: 40px; }
    .rtl .box7-h3 .right .btn-slideshow-1 {
      padding: 18px 32px 18px 58px; }
    @media (max-width: 1500px) {
      .box7-h3 .right .btn-slideshow-1 {
        margin-top: 20px; } }
    @media (max-width: 480px) {
      .box7-h3 .right .btn-slideshow-1 {
        margin-top: 10px; } }
    .box7-h3 .right .btn-slideshow-1:before {
      right: 31px; }
      .rtl .box7-h3 .right .btn-slideshow-1:before {
        left: 31px;
        right: auto; }
    .box7-h3 .right .btn-slideshow-1:hover {
      color: #000; }

.box8-h3 {
  padding-top: 90px;
  position: relative; }
  @media (max-width: 1199px) {
    .box8-h3 {
      padding-top: 50px; } }
  @media (min-width: 992px) {
    .box8-h3:after {
      position: absolute;
      background: #e1e1e1;
      width: 100%;
      height: 1px;
      box-sizing: content-box; } }
  .box8-h3 .left {
    position: relative;
    padding-bottom: 90px; }
    @media (min-width: 992px) {
      .box8-h3 .left {
        margin-top: 50px;
        padding-right: 60px; }
        .rtl .box8-h3 .left {
          padding-left: 60px;
          padding-right: inherit; } }
    @media (max-width: 1199px) {
      .box8-h3 .left {
        padding-bottom: 50px; } }
    .box8-h3 .left .title-ap-column {
      color: #2C365D;
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 45px;
      padding-bottom: 0;
      margin-top: 20px; }
    .box8-h3 .left .blog-container {
      display: inline-block; }
      .box8-h3 .left .blog-container .left-block {
        padding-right: 20px; }
        .rtl .box8-h3 .left .blog-container .left-block {
          padding-left: 20px;
          padding-right: inherit; }
        @media (min-width: 992px) {
          .box8-h3 .left .blog-container .left-block {
            width: 30%;
            float: left; } }
      @media (min-width: 992px) {
        .box8-h3 .left .blog-container .right-block {
          width: 70%; } }
    .box8-h3 .left .latest-blogs .blog-title a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .box8-h3 .left .latest-blogs .blog-desc {
      margin-bottom: 0;
      padding-top: 7px; }
    .box8-h3 .left .blog-viewall {
      float: left !important;
      padding-top: 30px; }
      .box8-h3 .left .blog-viewall .btn-primary {
        color: #7D8196;
        font-size: 16px;
        font-weight: 700;
        background: transparent;
        text-transform: capitalize;
        padding: 0;
        position: relative; }
        .box8-h3 .left .blog-viewall .btn-primary:before {
          content: "\f0a9";
          font-size: 16px;
          position: absolute;
          font-family: 'Font Awesome 5 Pro';
          right: -25px;
          font-weight: 300;
          transform: rotate(-50deg);
          transition: all 0.5s; }
        .box8-h3 .left .blog-viewall .btn-primary:hover {
          color: #FF5E3A; }
          .box8-h3 .left .blog-viewall .btn-primary:hover:before {
            transform: rotate(0deg); }
  .box8-h3 .right {
    position: relative; }
    @media (min-width: 992px) {
      .box8-h3 .right {
        padding-top: 70px;
        padding-left: 60px;
        border-left: 1px solid #e1e1e1; }
        .rtl .box8-h3 .right {
          padding-right: 60px;
          padding-left: inherit; }
        .rtl .box8-h3 .right {
          border-right: 1px solid #e1e1e1;
          border-left: inherit; } }
    @media (max-width: 991px) {
      .box8-h3 .right {
        padding-bottom: 15px; } }

.box9-h3 {
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .box9-h3 {
      padding-top: 80px; } }
  .box9-h3 .left .image_description {
    text-align: center; }
    .box9-h3 .left .image_description h4 {
      color: #fff;
      font-weight: 700;
      font-size: 64px;
      text-transform: capitalize; }
      @media (max-width: 1500px) {
        .box9-h3 .left .image_description h4 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .box9-h3 .left .image_description h4 {
          font-size: 26px; } }
      @media (max-width: 575px) {
        .box9-h3 .left .image_description h4 {
          font-size: 20px; } }
    .box9-h3 .left .image_description h5 {
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      letter-spacing: 2px;
      margin-bottom: 50px; }
      @media (max-width: 1199px) {
        .box9-h3 .left .image_description h5 {
          margin-bottom: 10px; } }
  .box9-h3 .left .video {
    display: none; }
  .box9-h3 .left .icon-video {
    position: relative; }
    @media (min-width: 768px) {
      .box9-h3 .left .icon-video:before {
        position: absolute;
        content: "";
        background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner12_h4.png) repeat;
        width: 60px;
        height: 60px;
        display: block;
        margin: auto;
        left: 0;
        right: 0;
        top: -77px; } }
    @media (max-width: 767px) {
      .box9-h3 .left .icon-video:before {
        content: "\f138";
        font-family: "Font Awesome 5 Pro";
        color: #000;
        font-size: 32px;
        position: absolute;
        left: 0;
        right: 0;
        top: -33px;
        font-weight: 300; } }
  @media (max-width: 575px) {
    .box9-h3 .left .ApImage img {
      height: 180px !important;
      object-fit: cover; } }
  .box9-h3 .right {
    position: relative; }
    @media (min-width: 1200px) {
      .box9-h3 .right {
        padding-left: 80px;
        padding-bottom: 50px; }
        .rtl .box9-h3 .right {
          padding-right: 80px;
          padding-left: inherit; } }
    @media (max-width: 991px) {
      .box9-h3 .right {
        padding: 15px; } }
    .box9-h3 .right:before {
      content: "";
      background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner20_h3.jpg) repeat;
      position: absolute;
      width: 850px;
      height: 530px;
      margin-left: -44%;
      z-index: -1;
      margin-top: -55px; }
      .rtl .box9-h3 .right:before {
        margin-right: -44%;
        margin-left: inherit; }
      @media (max-width: 991px) {
        .box9-h3 .right:before {
          margin-top: 0px;
          margin-left: 0;
          width: 100%;
          height: 100%; }
          .rtl .box9-h3 .right:before {
            margin-right: 0;
            margin-left: inherit; } }
    .box9-h3 .right.ApColumn .title_block {
      text-transform: uppercase;
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 20px;
      margin-top: 0; }
      @media (max-width: 991px) {
        .box9-h3 .right.ApColumn .title_block {
          padding-left: 20px;
          padding-top: 35px; }
          .rtl .box9-h3 .right.ApColumn .title_block {
            padding-right: 20px;
            padding-left: inherit; } }
    .box9-h3 .right.ApColumn .sub-title-ap-column {
      font-size: 36px;
      text-transform: capitalize;
      font-weight: 700;
      color: #fff;
      padding-bottom: 50px;
      display: inline-block; }
      @media (max-width: 1199px) {
        .box9-h3 .right.ApColumn .sub-title-ap-column {
          font-size: 31px; } }
      @media (max-width: 991px) {
        .box9-h3 .right.ApColumn .sub-title-ap-column {
          padding-left: 20px; }
          .rtl .box9-h3 .right.ApColumn .sub-title-ap-column {
            padding-right: 20px;
            padding-left: inherit; } }
      @media (max-width: 480px) {
        .box9-h3 .right.ApColumn .sub-title-ap-column {
          font-size: 25px;
          line-height: 28px;
          padding-bottom: 25px; } }
    @media (max-width: 991px) {
      .box9-h3 .right .ap-accordion {
        padding: 20px; } }
    .box9-h3 .right .ap-accordion .panel-title {
      background: transparent;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px;
      position: relative; }
      .box9-h3 .right .ap-accordion .panel-title a {
        color: #fff; }
      .box9-h3 .right .ap-accordion .panel-title:after {
        content: "";
        background: #415087;
        width: 100%;
        height: 1px;
        top: -23px;
        position: absolute;
        left: 0; }
        .rtl .box9-h3 .right .ap-accordion .panel-title:after {
          right: 0;
          left: auto; }
    .box9-h3 .right .ap-accordion .block_content p {
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      line-height: 24px; }
    .box9-h3 .right .ap-accordion .panel-default {
      padding-bottom: 30px; }
      @media (min-width: 992px) {
        .box9-h3 .right .ap-accordion .panel-default {
          max-width: 472px; } }
      .box9-h3 .right .ap-accordion .panel-default .panel-heading {
        background: transparent;
        border: none; }
      .box9-h3 .right .ap-accordion .panel-default .panel-title a:before {
        content: "\f2d1";
        font-family: 'Font Awesome 5 Pro';
        font-size: 16px;
        font-weight: 300;
        color: #fff; }
      .box9-h3 .right .ap-accordion .panel-default .panel-title a.collapsed:before {
        content: "\f067"; }
    .box9-h3 .right .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
      border: none; }

.box13-h2-h4 .title-ap-column:before {
  background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner18_h3.png) no-repeat; }

@media (min-width: 1200px) {
  .box2-h4 {
    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) {
  .box3-h4 {
    padding: 100px 60px 0 60px; } }
@media (max-width: 1199px) {
  .box3-h4 {
    padding: 50px 15px 0 15px; } }
.box3-h4 .block-carousel-image-container {
  position: relative; }
  @media (max-width: 767px) {
    .box3-h4 .block-carousel-image-container {
      width: max-content; } }
  .box3-h4 .block-carousel-image-container:before {
    content: "\f0a9";
    font-size: 26px;
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 40px;
    bottom: 40px;
    font-weight: 300;
    transform: rotate(-50deg);
    transition: all 0.5s;
    color: #fff;
    opacity: 0;
    visibility: hidden; }
    .rtl .box3-h4 .block-carousel-image-container:before {
      left: 40px;
      right: auto; }
  .box3-h4 .block-carousel-image-container:hover {
    transition: all 0.5s; }
    .box3-h4 .block-carousel-image-container:hover:before {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .box3-h4 .block-carousel-image-container:hover:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #2C365D;
      -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;
      width: 100%;
      height: 100%;
      opacity: 0.8; }
  .box3-h4 .block-carousel-image-container .title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    text-transform: capitalize;
    padding: 0;
    z-index: 1; }
    .rtl .box3-h4 .block-carousel-image-container .title {
      right: 40px;
      left: auto; }
@media (max-width: 767px) {
  .box3-h4 .owl-item {
    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: 767px) {
  .box3-h4 .owl-item .item {
    overflow: hidden; } }

@media (min-width: 992px) {
  .box4-h4 {
    padding-top: 60px; } }
.box4-h4 .image_description {
  text-align: center; }
  .box4-h4 .image_description h4 {
    color: #fff;
    font-weight: 700;
    font-size: 64px;
    text-transform: capitalize; }
    @media (max-width: 1500px) {
      .box4-h4 .image_description h4 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .box4-h4 .image_description h4 {
        font-size: 26px; } }
    @media (max-width: 575px) {
      .box4-h4 .image_description h4 {
        font-size: 20px; } }
  .box4-h4 .image_description h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 50px; }
    @media (max-width: 1199px) {
      .box4-h4 .image_description h5 {
        margin-bottom: 10px; } }
.box4-h4 .video {
  display: none; }
.box4-h4 .icon-video {
  position: relative; }
  @media (min-width: 768px) {
    .box4-h4 .icon-video:before {
      position: absolute;
      content: "";
      background: url(../../../../assets/img/modules/appagebuilder/img/leo_radist_baner12_h4.png) repeat;
      width: 60px;
      height: 60px;
      display: block;
      margin: auto;
      left: 0;
      right: 0;
      top: -77px; } }
  @media (max-width: 767px) {
    .box4-h4 .icon-video:before {
      content: "\f138";
      font-family: "Font Awesome 5 Pro";
      color: #fff;
      font-size: 32px;
      position: absolute;
      left: 0;
      right: 0;
      top: -33px;
      font-weight: 300; } }
@media (max-width: 575px) {
  .box4-h4 .ApImage img {
    height: 180px !important;
    object-fit: cover; } }

.box5-h4 {
  padding-top: 90px; }
  @media (max-width: 1200px) {
    .box5-h4 {
      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; } }
  @media (max-width: 1199px) {
    .box5-h4 {
      padding-top: 50px; } }
  .box5-h4 .ApImage {
    margin-bottom: 30px;
    position: relative; }
    .box5-h4 .ApImage:before {
      content: "\f0a9";
      font-size: 26px;
      position: absolute;
      font-family: 'Font Awesome 5 Pro';
      left: 50%;
      right: 50%;
      top: 50%;
      font-weight: 300;
      transform: rotate(-50deg);
      transition: all 0.5s;
      color: #fff;
      opacity: 0;
      visibility: hidden; }
    .box5-h4 .ApImage:hover {
      transition: all 0.5s; }
      .box5-h4 .ApImage:hover:before {
        opacity: 1;
        visibility: visible;
        z-index: 1; }
      .box5-h4 .ApImage:hover:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #2C365D;
        -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;
        width: 100%;
        height: 100%;
        opacity: 0.8; }

@media (min-width: 992px) {
  .box6-h4 {
    padding-top: 50px; } }
.box6-h4 .ApImage {
  position: relative; }
  @media (max-width: 767px) {
    .box6-h4 .ApImage {
      padding-bottom: 20px; } }
.box6-h4 .image_description {
  position: absolute; }
.box6-h4 .left .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 60px; }
  .rtl .box6-h4 .left .image_description {
    right: 60px;
    left: auto; }
  @media (max-width: 991px) {
    .box6-h4 .left .image_description {
      left: 25px; }
      .rtl .box6-h4 .left .image_description {
        right: 25px;
        left: auto; } }
.box6-h4 .left h3 {
  color: #FF5E3A;
  font-weight: 700;
  font-size: 36px; }
  @media (max-width: 991px) {
    .box6-h4 .left h3 {
      font-size: 17px; } }
.box6-h4 .left h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .box6-h4 .left h4 {
      font-size: 19px;
      margin-bottom: 10px; } }
.box6-h4 .left .btn-slideshow-1 {
  color: #fff; }
  .box6-h4 .left .btn-slideshow-1:hover {
    color: #FF5E3A; }
.box6-h4 .center .image_description {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0; }
.box6-h4 .center h3 {
  color: #fff;
  font-size: 16px; }
.box6-h4 .center h4 {
  color: #FEC004;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 36px; }
  @media (max-width: 991px) {
    .box6-h4 .center h4 {
      font-size: 19px; } }
.box6-h4 .center p {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700; }
  @media (max-width: 991px) {
    .box6-h4 .center p {
      font-size: 17px; } }
.box6-h4 .right .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 60px; }
  .rtl .box6-h4 .right .image_description {
    right: 60px;
    left: auto; }
  @media (max-width: 991px) {
    .box6-h4 .right .image_description {
      left: 25px; }
      .rtl .box6-h4 .right .image_description {
        right: 25px;
        left: auto; } }
.box6-h4 .right h3 {
  color: #FF5E3A;
  font-weight: 700;
  font-size: 36px; }
  @media (max-width: 991px) {
    .box6-h4 .right h3 {
      font-size: 19px; } }
  .box6-h4 .right h3 span {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-decoration: line-through; }
.box6-h4 .right h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700; }
  @media (max-width: 991px) {
    .box6-h4 .right h4 {
      font-size: 17px; } }

/*# sourceMappingURL=styles.css.map */
