/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**********************************************
STYLE GLOBAL
**********************************************/
.ApColumn .block {
  margin-bottom: 30px;
  clear: both;
}
.ApColumn .title_block {
  margin-bottom: 15px;
}
.ApColumn .ApImage img {
  display: inline-block;
}

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

.block_carousel {
  position: relative;
  z-index: 2;
}

.group-widget .title_block {
  margin: 0;
  padding: 0 0 20px 15px;
}
.rtl .group-widget .title_block {
  padding: 0 15px 20px 0;
}
.group-widget .ApImage.block {
  margin: 0;
}

/**
* 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;
}

.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: 10px 15px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.item-gmap-store:hover {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-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%;
}
.item-gmap-store text {
  font-size: 85%;
}

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more {
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 5px;
  text-align: center;
  display: none;
}
.box-show-more .open {
  display: block;
}

/* Start for module ap_image */
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ap_image .has-animation.animated {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* End for module ApFullSlider */
.full-slider {
  margin-top: 20px;
}
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}
.full-slider .carousel-inner .item {
  width: 100%;
  height: 100%;
}

.full_slide_detail .full-slider {
  margin-top: 50px;
}
.full_slide_detail .full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../img/background_image_gallery.jpg);
}
.full_slide_detail .full-slider .carousel-inner .item {
  padding: 15px 20px;
  width: 100%;
  height: 100%;
}

/* Start for module ApFullSlider */
.cover-live-edit {
  width: 100%;
  border-top: 1px dashed #bdbdbd;
}
.cover-live-edit .link-to-back-end {
  text-decoration: none;
  color: #fff;
  z-index: 9999;
  background-color: rgba(204, 153, 0, 0.5);
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 5px #bdbdbd;
  box-shadow: 0 0 5px #bdbdbd;
  -webkit-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;
  transition: all 0.2s ease-in-out;
}

.ap-cover-hook {
  border: 1px dashed #bdbdbd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ap-cover-hook:hover {
  border: 1px dashed #333;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/**
* ApVideo
*/
.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;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Nav bar */
.nav-bar {
  background: #473941;
  width: 50px;
  position: fixed;
  top: 209px;
  z-index: 99;
  text-align: center;
  right: 0;
  float: left;
}
.rtl .nav-bar {
  left: 0;
  right: auto;
}
.rtl .nav-bar {
  float: right;
}
.nav-bar img {
  display: inline-block;
}
.nav-bar > li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-bar > li:hover {
  background-color: #e32a49;
  cursor: pointer;
}
.nav-bar > li.active {
  background-color: #e32a49;
}

.topnav-bar .block {
  margin-bottom: 0;
}

.tabs-top .nav-tabs {
  background: white;
  min-height: 60px;
  border-bottom: 1px solid #f6f6f6;
}
.tabs-top .nav-tabs > li {
  width: 25%;
  margin: 0;
  height: 60px;
  border-right: 1px solid #f6f6f6;
}
.rtl .tabs-top .nav-tabs > li {
  border-left: 1px solid #f6f6f6;
  border-right: inherit;
}
.tabs-top .nav-tabs > li:last-child {
  border: none;
}
.tabs-top .nav-tabs > li > a {
  text-transform: none;
  font-size: 20px;
  color: #666666;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  padding: 16px 15px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tabs-top .nav-tabs > li > a:hover {
  border: none;
  background-color: #bf9a61;
  color: #fff;
}
.tabs-top .nav-tabs > li.active a, .tabs-top .nav-tabs > li.active a:active, .tabs-top .nav-tabs > li.active a:focus {
  color: #FFF;
  border: none;
  background-color: #143659;
}

/**
* Aphtml
*/
.fearure-content h3 {
  color: #222;
}
.fearure-content a {
  color: #bf9a61;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
}
.fearure-content a .fa {
  margin: 0 6px;
  font-size: 10px;
}
.fearure-content a:hover {
  color: #e32a49;
}

.box-service {
  color: #bbbbbb;
  font-size: 12px;
  border-right: #f6f6f6;
  border-style: none solid none none;
  border-width: 0 1px 0 0;
}
.rtl .box-service {
  border-left: #f6f6f6;
  border-right: inherit;
}
.rtl .box-service {
  border-style: none none none solid;
}
.rtl .box-service {
  border-width: 0 0 0 1px;
}
.box-service .block {
  margin-bottom: 0;
  padding: 30px 16px;
}
.box-service .fbox-icon {
  overflow: hidden;
  min-height: 32px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-service h4 {
  color: black;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: none;
}
.box-service:hover .fbox-icon {
  -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);
}
.box-service:hover a {
  color: #bf9a61;
}

.leo-more-info {
  position: absolute;
  z-index: 4000;
  top: 0;
  left: 0;
  min-height: 380px;
  display: none;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
}

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

.leo-more-image {
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
}

.leo-preview {
  position: absolute;
  z-index: 4000;
  top: 0;
  left: 0;
  display: none;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
}

.leo-preview .col-1 {
  width: 75px;
}
.leo-preview .col-2 {
  width: 260px;
}
.leo-preview .big_image {
  text-align: center;
  margin-bottom: 5px;
}
.leo-preview .wrapper-hover {
  padding: 3px 9px 12px;
}

.thumbs_list {
  float: left;
  margin-left: 13px;
  overflow: hidden;
  width: 85px;
  height: 256px;
}
.thumbs_list li {
  cursor: pointer;
  float: left;
  height: 85px;
  width: 85px;
}
.thumbs_list li a {
  border: 1px solid #f6f6f6;
  display: block;
  margin: 0 1px;
  text-align: center;
}
.thumbs_list ul.thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
}

.product-tabs .carousel-control,
.product-tabs .owl-theme .owl-controls .owl-buttons div {
  top: 50%;
}
.product-tabs .carousel-control.left, .product-tabs .carousel-control.owl-prev,
.product-tabs .owl-theme .owl-controls .owl-buttons div.left,
.product-tabs .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: auto;
  left: -12px;
}
.product-tabs .carousel-control.right, .product-tabs .carousel-control.owl-next,
.product-tabs .owl-theme .owl-controls .owl-buttons div.right,
.product-tabs .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -12px;
}

.products_block .owl-carousel .owl-item {
  min-height: 388px;
  border-left: #f6f6f6;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
}
.rtl .products_block .owl-carousel .owl-item {
  border-right: #f6f6f6;
  border-left: inherit;
}
.rtl .products_block .owl-carousel .owl-item {
  border-style: none solid none none;
}
.rtl .products_block .owl-carousel .owl-item {
  border-width: 0 1px 0 0;
}
.products_block .owl-carousel .owl-item.first {
  border-left: transparent;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
}
.rtl .products_block .owl-carousel .owl-item.first {
  border-right: transparent;
  border-left: inherit;
}
.rtl .products_block .owl-carousel .owl-item.first {
  border-style: none solid none none;
}
.rtl .products_block .owl-carousel .owl-item.first {
  border-width: 0 1px 0 0;
}

.deal-product .product-block {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.rtl .deal-product .product-block {
  text-align: right;
}
.deal-product .product-block:first-child {
  border-bottom: 1px solid #f6f6f6;
}
.deal-product .product-block .left-block {
  float: left;
  width: 40%;
}
.rtl .deal-product .product-block .left-block {
  float: right;
}
.deal-product .product-block .right-block {
  float: left;
  padding: 0 0 0 15px;
  width: 60%;
}
.rtl .deal-product .product-block .right-block {
  float: right;
}
.rtl .deal-product .product-block .right-block {
  padding: 0 15px 0 0;
}
.deal-product .product-block .image {
  margin: 0;
}
.deal-product .product-block .product-meta {
  padding-top: 0;
}
.deal-product .product-block .product-desc {
  display: block;
  margin: 20px 0;
  height: 60px;
}
.deal-product .product-block .product-rating {
  display: block;
}
.deal-product .product-block .price-percent-reduction {
  display: inline-block;
  padding: 1px 5px;
  font-size: 10px;
  background-color: #e32a49;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.deal-product .product-block .leo-more-cdown .day {
  color: #bf9a61;
}
.deal-product .product-block .leo-more-cdown ul {
  margin: 0;
}
.deal-product .product-block .leo-more-cdown ul li {
  font-size: 12px;
  background-color: #f7f7f7;
  padding: 0;
  min-width: 45px;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-right: 5px;
}
.rtl .deal-product .product-block .leo-more-cdown ul li {
  margin-left: 5px;
  margin-right: inherit;
}
.deal-product .product-block .leo-more-cdown ul li:before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 20px;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
  left: 0;
}
.rtl .deal-product .product-block .leo-more-cdown ul li:before {
  right: 0;
  left: auto;
}
.deal-product .product-block .leo-more-cdown ul li b {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #010101;
}
.deal-product .product-block .leo-more-cdown ul li span {
  border: 2px solid #ebebeb;
  background-color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  font-size: 11px;
  color: #bbbbbb;
}
.deal-product .product-block .functional-buttons {
  margin: 30px 0 0;
}
.deal-product .product-block .functional-buttons a {
  float: left;
  margin-right: 10px;
}
.rtl .deal-product .product-block .functional-buttons a {
  float: right;
}
.rtl .deal-product .product-block .functional-buttons a {
  margin-left: 10px;
  margin-right: inherit;
}
.deal-product .product-block .functional-buttons .ajax_add_to_cart_button {
  width: auto;
}

.productviewlist .product-block {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.rtl .productviewlist .product-block {
  text-align: right;
}
.productviewlist .product-block:first-child {
  border-bottom: 1px solid #f6f6f6;
}
.productviewlist .product-block .left-block {
  float: left;
  width: 41%;
}
.rtl .productviewlist .product-block .left-block {
  float: right;
}
.productviewlist .product-block .right-block {
  float: left;
  padding: 0 0 0 15px;
  width: 59%;
}
.rtl .productviewlist .product-block .right-block {
  float: right;
}
.rtl .productviewlist .product-block .right-block {
  padding: 0 15px 0 0;
}
.productviewlist .product-block .image {
  margin: 0;
}
.productviewlist .product-block .product-rating {
  display: block;
}
.productviewlist .product-block .product-meta {
  padding-top: 0;
}

.view-product-special .product-block {
  text-align: left;
  padding: 22px 0 21px;
  margin-bottom: 0;
  border-bottom: 1px solid #f6f6f6;
}
.rtl .view-product-special .product-block {
  text-align: right;
}
.view-product-special .product-block .image {
  float: left;
  margin: 0 10px 0 0;
  width: 35%;
}
.rtl .view-product-special .product-block .image {
  float: right;
}
.rtl .view-product-special .product-block .image {
  margin: 0 0 0 10px;
}
.view-product-special .product-block .product-meta {
  width: 54%;
  padding-top: 0;
  float: left;
}
.rtl .view-product-special .product-block .product-meta {
  float: right;
}
.view-product-special .product-block .label-sale,
.view-product-special .product-block .label-new {
  display: none;
}
.view-product-special.toplist-product .product_list {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.view-product-special.onsale .owl-carousel,
.view-product-special.onsale .carousel-inner {
  padding: 0 !important;
  margin: 0;
}

.categorieslink .widget-category_image {
  position: relative;
}
.categorieslink .widget-category_image .block_content {
  padding: 0;
  position: absolute;
  top: -60px;
  right: 15px;
}
.rtl .categorieslink .widget-category_image .block_content {
  left: 15px;
  right: auto;
}
.categorieslink .widget-category_image ul {
  display: inline-block;
  line-height: 60px;
  margin: 0;
}
.categorieslink .widget-category_image ul li {
  line-height: 60px;
  padding: 0 6px;
  position: relative;
  font-size: 12px;
  float: right;
}
.rtl .categorieslink .widget-category_image ul li {
  float: left;
}
.categorieslink .widget-category_image ul li:before {
  position: absolute;
  content: "";
  top: 40%;
  width: 1px;
  height: 10px;
  background-color: #e6e6e6;
  right: 0;
}
.rtl .categorieslink .widget-category_image ul li:before {
  left: 0;
  right: auto;
}
.categorieslink .widget-category_image ul li span, .categorieslink .widget-category_image ul li label {
  font-weight: normal;
  margin-bottom: 0;
}
.categorieslink .widget-category_image .cover-img {
  display: none;
}
.categorieslink .widget-category_image .view_all_wapper {
  line-height: 60px;
  font-size: 12px;
  margin-left: 6px;
  float: right;
}
.rtl .categorieslink .widget-category_image .view_all_wapper {
  margin-right: 6px;
  margin-left: inherit;
}
.rtl .categorieslink .widget-category_image .view_all_wapper {
  float: left;
}

.html-reassurances .media {
  padding: 15px 10px 5px 20px;
  margin: 0;
}
.rtl .html-reassurances .media {
  padding: 15px 20px 5px 10px;
}
.html-reassurances .media h5 {
  font-size: 13px;
  margin: 5px 0;
}
.html-reassurances .media.border-bottom {
  border-bottom: 1px solid #f6f6f6;
}
.html-reassurances .media:hover {
  cursor: pointer;
}
.html-reassurances .media:hover .fa {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.html-reassurances .media-left {
  float: left;
  margin-right: 10px;
}
.rtl .html-reassurances .media-left {
  float: right;
}
.rtl .html-reassurances .media-left {
  margin-left: 10px;
  margin-right: inherit;
}
.html-reassurances .media-left .fa {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #6b3de5;
  width: 42px;
  height: 42px;
  color: #FFF;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
}
.html-reassurances .media-left .fa.blue {
  background-color: #bf9a61;
}
.html-reassurances .media-left .fa.green {
  background-color: #42b47c;
}
.html-reassurances .media-left .fa.yellow {
  background-color: #ebb04e;
}
.html-reassurances .border-bottom:last-child {
  border-bottom: none;
}

#testimonial {
  text-align: center;
}
#testimonial .title_block {
  color: white;
}
#testimonial .title_block:before, #testimonial .title_block:after {
  background-position: -51px 0;
}
#testimonial .title_block:after {
  right: -60px;
  left: inherit;
}
#testimonial .title {
  display: none;
}
#testimonial img {
  display: inline-block;
  margin-top: 35px;
}
#testimonial .testimonial-item {
  padding: 20px 30px 0;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: white;
}
#testimonial .profile {
  margin: 20px 0;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.block_carousel .block-carousel-image-container {
  position: relative;
  text-align: center;
}
.block_carousel .block-carousel-image-container .block-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 17em 2em 5em;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  color: white;
  font-family: "Poppins", sans-serif;
}
.rtl .block_carousel .block-carousel-image-container .block-content {
  right: 0;
  left: auto;
}
.block_carousel .block-carousel-image-container .block-content h3 {
  position: relative;
  margin-bottom: 55px;
}
.block_carousel .block-carousel-image-container .block-content h3:before {
  width: 30px;
  top: inherit;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  content: "";
  border-bottom: 1px solid #FFF;
}
.block_carousel .block-carousel-image-container .block-content h3 a {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.block_carousel .block-carousel-image-container .block-content h3 a:hover, .block_carousel .block-carousel-image-container .block-content h3 a:focus {
  color: #e32a49;
}
.block_carousel .block-carousel-image-container .block-content .btn {
  margin-top: 10px;
  padding: 6px 12px;
  color: white;
  border: 1px solid #FFF;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.block_carousel .block-carousel-image-container .block-content .btn:hover {
  color: black;
  background: white;
}
.block_carousel .block-carousel-image-container:hover .block-content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #bf9a61;
  background-color: rgba(191, 154, 97, 0.8);
  zoom: 1;
  background-color: transparent\9;
}

/* *********************************************************
  Lastest Blog
******************************************************* */
.latest-blogs .title_block {
  position: relative;
  padding: 19px 20px 17px;
  margin-bottom: 0;
  border-bottom: 2px solid #f6f6f6;
  font-size: 20px !important;
}
.latest-blogs .title_block:before {
  position: absolute;
  bottom: 12px;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #bf9a61;
  left: 20px;
}
.rtl .latest-blogs .title_block:before {
  right: 20px;
  left: auto;
}
.latest-blogs .blog-container {
  padding-bottom: 10px;
}
.latest-blogs .blog-container .blog-title {
  margin: 20px 0;
  height: 23px;
  overflow: hidden;
}
.latest-blogs .blog-container .blog-title a {
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  line-height: 22px;
}
.latest-blogs .blog-container .blog-title a:hover {
  color: #bf9a61;
}
.latest-blogs .blog-container .blog-desc {
  margin-bottom: 20px;
}
.latest-blogs .blog-container .created {
  margin-right: 5px;
  text-transform: uppercase;
}
.rtl .latest-blogs .blog-container .created {
  margin-left: 5px;
  margin-right: inherit;
}
.latest-blogs .blog-container .created .fa {
  color: #bf9a61;
  margin-right: 5px;
}
.rtl .latest-blogs .blog-container .created .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.latest-blogs .blog-container .blog-meta {
  font-size: 11px;
}
.latest-blogs .blog-container .blog-image-container {
  position: relative;
  overflow: hidden;
}
.latest-blogs .blog-container .blog-image-container img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.latest-blogs .blog-container:hover .blog-image-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.contact-us li {
  margin-bottom: 15px;
  display: flex;
}
.contact-us a:hover {
  color: #bf9a61;
}
.contact-us .fa {
  padding-right: 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 25px;
}
.rtl .contact-us .fa {
  padding-left: 10px;
  padding-right: inherit;
}
.contact-us .phone {
  display: inline-block;
  margin-left: 23px;
}
.rtl .contact-us .phone {
  margin-right: 23px;
  margin-left: inherit;
}

.manufacturers_block {
  text-align: center;
  border-top: 2px solid #f6f6f6;
}
.manufacturers_block.block {
  margin-bottom: 0;
}
.manufacturers_block .carousel-inner {
  overflow: inherit;
}
.manufacturers_block 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);
}
.manufacturers_block .owl-item img {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.manufacturers_block .owl-theme .owl-controls .owl-buttons div {
  top: 28%;
}

.ApImage.image-right {
  margin-bottom: 20px;
}

.image-top .ApImage {
  margin-bottom: 0;
}
.image-top .ApImage img {
  border-right: 1px solid #f6f6f6;
}
.rtl .image-top .ApImage img {
  border-left: 1px solid #f6f6f6;
  border-right: inherit;
}
.image-top .ApImage:first-child {
  border-bottom: 1px solid #f6f6f6;
}
