

@font-face {font-family:'DroidArabicKufi'; src: url(../fonts/DroidArabicKufi.eot?#iefix) format('embedded-opentype'),  url(../fonts/DroidArabicKufi.woff) format('woff'), url(../fonts/DroidArabicKufi.ttf)  format('truetype'), url(../fonts/DroidArabicKufi.svg#DroidArabicKufi) format('svg');font-weight: normal;font-style: normal;}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400&display=swap');
ul{ margin:0; padding:0;}
li{ list-style:none;} a {transition: 0.3s; outline:0; text-decoration:none;}a:hover {outline:0; text-decoration:none;}
body {font-family: 'DroidArabicKufi', sans-serif; font-weight:normal; width:100%; direction:rtl;}
h1,h2,h3,h4,h5 { color:#333; outline:0;}h1:hover,h2:hover,h3:hover,h4:hover,h5:hover { color:#333; outline:0; border:0; text-decoration:none;}
a:focus.input:focus,video:focus,h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,select:focus,textarea:focus { outline:0;}
.florence-nav ul.nav.navbar-nav{padding:10px 15px; width:100%;}.intro-header .intro-divider{width:100%}.hnc-content .col-lg-8 p.lead{font-size:20px;font-weight:300;color:#000} .hnc-content h2.section-heading{font-weight:300;margin-bottom:15px;color:#333;text-transform:capitalize; margin-top:0px;}.hnc-content .content-section-a{padding:100px 0 100px;background-color:#f8f8f8}.hnc-content .section-heading-spacer{float:left;width:200px;border-top:3px solid #0053a9}.hnc-content .content-section-b{padding:100px 0 80px; border-bottom:1px solid #e7e7e7;text-align:center}.hnc-content .content-section-b ul li a{min-height:120px;text-align:center;vertical-align:middle;line-height:96px;width:250px}.hnc-content .form-group{margin-bottom:10px}.hnc-content .content-section-b ul li a:hover{background-color:inherit} .hnc-content .content-section-b ul li{padding-right:25px;padding-left:25px} .intro-header{padding-top:50px;padding-bottom:50px;text-align:center;color:#f8f8f8;background:url(../images/affiliate-banner1.jpg) center center no-repeat;background-size:cover} .florence-nav ul.nav li a{color:#fff;font-size:14px;font-weight:600;padding:6px 22px;transition: all 0.2s linear;}.florence-nav ul.nav li a:hover {background:#ad67ff;color: #fff;}
.intro-message{position:relative;padding-top:15%;padding-bottom:10%}.intro-divider{width:400px;border-top:1px solid #f8f8f8;border-bottom:1px solid rgba(0,0,0,.2)}.hnc-content .checkout-form-list{margin:0}.hnc-content .checkout-form-list input[type=text],.hnc-content .checkout-form-list input[type=password],.hnc-content .checkout-form-list input[type=email],.hnc-content .checkout-form-list textarea{background:#ebebeb;color:#000;font-weight:400}.txt-center{text-align:center}.hnc-content a.btn-send,.hnc-content input.submit,.intro-header a.btn{background:#3eb049;border-width:0;color:#fff;letter-spacing:1px;transition:all .3s ease-out 0s;margin-top:5px;padding:10px 16px;font-size:16px;line-height:1.3333333;border-radius:4px;font-weight:500}.florence-nav ul.nav li a:hover { color:#ef2853 ;}.checkout-form-list input[type=email], .checkout-form-list input[type=password], .checkout-form-list input[type=text], select {background:#f2f2f2;border:1px solid #e5e5e5;border-radius:0;height:42px;width:100%;padding:0 0 0 10px;}

.checkout-form-list input[type=email], .checkout-form-list input[type=password], .checkout-form-list input[type=text],select {height:35px;font-size:14px;}
.checkout-form-list textarea {background:#f2f2f2;border:none;padding-left:15px;padding-top:10px; width:100%;}.hnc-content .content-section-a .col-lg-5{border:1px solid #ddd;padding:15px}.btn-send,.btn-send:active:hover,.btn-send:hover{background:#0153a9;color:#fff;cursor:inherit} .banner-affiliate{padding:120px 0;color:#f8f8f8;background:url(../images/affiliate-banner.jpg) center center no-repeat fixed;text-align:center;width:100%;background-size:cover} .banner-affiliate h2{margin:0 0 25px;font-size:2em;color:#fff;text-transform:uppercase}.banner-affiliate ul{margin-bottom:0}.banner-social-buttons{margin-top:0}.hnc-content .content-section-a.mrgn-btn-0{background:#3eb049;width:100%;background-size:cover;text-align:center}.hnc-content .content-section-a.mrgn-btn-0 p.lead a{color:#fff}.hnc-content .form-horizontal{background:rgba(0,0,0,.4);padding:32px;margin:20px 0} .hnc-content .content-section-a.mrgn-btn-0 p.lead{color:#fff;margin-bottom:10px}.hnc-content .content-section-a.mrgn-btn-0 h2{color:#fff;margin-bottom:6px}


/* :: 3.5.0 Preloader */
.preloader {
  background-color: #f2f4f5;
  width: 100%;
  height: 100%;
  position:fixed;
  top:0;
  left:0;
  right:0; bottom:0;
  z-index: 999999;
  overflow: hidden; }
  
  .preloader .preloader-circle {
    width: 80px;
    height: 80px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-top-color: #ef2853;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease; }
  .preloader .preloader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200; }
    .preloader .preloader-img img {
      max-width: 45px; }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } 
}

.main-category-wrapper .owl-pagination {
    display: none;
}


.content-section-b ul {padding:30px 0;display:block;overflow:hidden;}.slider-area-wrapper {display:block;overflow:hidden;width:100%; margin:0; } .florence-nav ul.nav li:last-child {padding-left: 30px;}.text-muted {color: #000;text-align: right;font-size: 14px;font-weight: 300;}ul.list-inline.hnc-footer li a {color: #000;font-size: 15px;font-weight: 400;}ul.list-inline.hnc-footer li.footer-menu-divider {color: #3eb049;}.rounded-service .hvr-trim {background:url(../images/hnc-bg.jpg) no-repeat;width: 150px;height: 150px;border-radius: 50%;}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; border-radius:50%;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}
.rounded-service .hvr-trim img {
    display: table-cell;
    text-align: center;
    margin: 25% auto;
}
.rounded-service h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}
.rounded-service h3 span {
    font-weight: 300;
    font-size: 20px;
}
#register .col-lg-12 {
    padding-bottom: 20px;
}
#register ul li {
    text-align: center;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
}
.hnc-content input.submit:hover {
    background: #4ad358;
}
.hnc-content .col-lg-7 {
    text-align: left;
}
.hnc-content .col-lg-7 p {
    color: #000;
    font-weight: 300;
}
.hnc-content .col-lg-7 h3 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
}
.hnc-content > .col-lg-5 {
    margin: 20px 0;
}
.hnc-specialnote {
    background: #f1f1f1;
    padding: 30px 0;
}
.hnc-specialnote p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    color: #000;
}
#address {
    background: #f1f1f1;
}
#address h2.section-heading.sin-page-title {
    color: #3eb049;
    font-size: 30px;
}
#address p.hnc-address {
    font-size: 15px;
    color: #000;
}
#address p.lead {
    color: #000;
}
#address ul li {
    font-size: 22px;
    color: #000;
    font-weight: 300;
}
.content-section-b .col-lg-5 {
    margin: 20px 0;
}
section.hnc-team-wrapper {
    overflow: hidden;
    display: block;
    margin: 80px 0 0; text-align:center;
}
.hnc-team-list {
    margin: 50px 0 ;
}
.hnc-team-list img {
    border: 1px solid #ddd; width:100%;
}
.hnc-team-list h3 {
    margin: 0;
    color: #000;
    font-weight: 500;
}
.hnc-team-list p {
    line-height: 24px;
}
.hnc-team-list .col-md-9 {
    text-align: left;
}
body.home-1.inner footer {
    background: #f1f1f1;
}
#owl-demo .item img { height:auto !important;}


.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}
.navbar-default {
    background: #fff;
    border-color: #ffeded;
    box-shadow:0px 7px 15px -7px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-toggle {
    border-color:#ef2853;
    background: #ef2853;
}
.navbar-toggle { margin-top:15px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:#ef2853;
}
.navbar-nav {
    margin: 0;
}
.florence-nav ul.nav li:last-child {
    padding-left: 0;
}
.hnc-team-list .row {
    margin:0px 0 25px;
}
.hnc-team-list h4 {
    font-size: 16px;
}
.hnc-team-list h2 {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
}
section.hnc-team-wrapper img {width: 100%;}



.top-header-area .brochure-dnld {
    float: right;
    padding-left: 10px;
}
.florence-bchr span {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;
    background: #fff;
    padding: 10px 5px;
    border-radius: 4px;
    color: #333;
}
.top-header-area .col-md-4 {
    padding-left: 0;
}
.florence-bchr span.fa.fa-phone span {
    font-family: 'Lato', sans-serifsans-serif;
    font-size: 16px; font-weight: 800;
}
section.our-services-area.private-label p strong {
    float: right;
    direction: rtl;
    padding-left: 10px;
}
.top-header-area .arabic {
    float:right;
    margin:18px 0 0 15px;
}
.top-header-area .arabic a {
    background: #bf0dc6;
    padding: 9px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600; 
}
.top-header-area .arabic a:hover { background:#ff3190 ;}
h1.site-headerlogo img.normal-logo {
    width: 52%;
}
.sb-search.sb-search-open .sb-icon-search {
    color: #ffffff;
    border-radius: 0 7px 7px 0;
    font-size: 16px;
    position: absolute;
    left: 18px;
    top: 12px; cursor:pointer;
}
.header-search .sb-search input[type="submit"]:hover {
    background:#d7113c;
}
div#sticky-wrapper {
    height: 70px !important;
}
h1.site-headerlogo {
    text-align: center;
}
.header-search input[type="text"] {
    border:1px solid #e4e4e4;
    background:#ffffff;
    border-radius:7px 7px;
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:40px;
    margin:0;
    padding:16px 15px 16px 20px; outline:0;
}
.header-search .sb-search input[type="submit"] {
    width:50px;
    height:40px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    padding:0;
    margin:0;
    line-height:40px !important;
    text-align:center;
    cursor:pointer;
    background:#ef2853 ;
    border-radius:5px 0 0 5px;
    border:0; outline:0;
}
.hero-area .owl-nav .owl-prev,.hero-area .owl-nav .owl-next {
    top: 45%;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 0;
}
.hero-area .owl-nav .owl-next {right: 0;}
section.florence-nav.tiny .top-header-area {display:none;}
.top-header-area {
    border-bottom: 1px solid #ddd;
    height: 76px;
    border-top:1px solid #eaeaea;
}
.top-header-area h1.site-headerlogo {
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 68px;
}
h1.site-headerlogo a.navbar-brand.topnav {
    padding: 0; height:auto;
}
.site-headerlogo img {
    width: 52%;
    margin: 0 auto;
}
.florence-bchr {
    padding:0;
    display: block;
    overflow: hidden;
}
.header-search {
    display: block;
    overflow: hidden;
    position: relative;
    top: 9px;
    height: 55px;
    left:0px;
}
h1.site-headerlogo.mob-only {display:none;}
.main-category-wrapper .owl-controls .owl-buttons{ width:100%;height:auto;display:block;position:relative; margin:35px 0 0;}
section.main-category-wrapper {margin:15px 0;}.main-category-wrapper img.lazyOwl {padding:0 15px 0 0;}
.main-category-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev,.main-category-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
position: relative;right: 0; float:left;}
.main-category-wrapper .owl-theme .owl-controls { float:left;}



/* :: 7.0 New Arrivals Products Area */
.single-product-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  
  .single-product-area .product-img {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
	
    .single-product-area .product-img a {
      display: block; }
    .single-product-area .product-img img {
      position: relative;
      z-index: 1;
      width: 100%; }
    .single-product-area .product-img .product-tag a {
      background-color: #429edf;
      border-radius: 2px;
      display: inline-block;
      height: 20px;
      padding: 0 10px;
      line-height: 20px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 700;
      font-size: 12px;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10; }
    .single-product-area .product-img .product-tag.sale-tag a {
      background-color: #e61d47; }
.single-product-area .product-img .product-meta {
      position: absolute;
      bottom: 24%;
      left: 15px;
      right: 15px;
      z-index: 100;
      visibility: hidden;
      opacity: 0;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; 
}
	  
.single-product-area .product-img .product-meta a {
    font-size: 16px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    height: auto;
    line-height: 22px;
    text-transform: capitalize;
    text-align: center;
    background:#ef2853; 
}
		
.single-product-area .product-img .product-meta a:hover, .single-product-area .product-img .product-meta a:focus {background-color:#ef2853; }
		  
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-product-area .product-img .product-meta a {
            font-size: 11px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-product-area .product-img .product-meta a {
            font-size: 11px; } }
        @media only screen and (max-width: 767px) {
          .single-product-area .product-img .product-meta a {
            font-size: 14px; } }

  .single-product-area .product-info a p {
    margin-bottom: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }
    .single-product-area .product-info a p:hover, .single-product-area .product-info a p:focus {
      color:#ef2853 ; }	 
	
  .single-product-area:hover .product-img {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15); }
    .single-product-area:hover .product-img .product-meta {
      visibility: visible;
      opacity: 1;
}


.view-all a.btn.florence-btn {
    color: #fff;
    background-color:#ef2853;
    border: 2px solid#ef2853;
    border-radius: 2px;
    padding: 2px 25px;
    font-size: 14px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 800; width:auto; min-width:160px;
}
.view-all a.btn.florence-btn:hover {
    background: #fff;
    color: #ef2853;
    border: 2px solid #fff;
}

.col-12.text-center.view-all {
    clear: both;
    width: 100%;
    padding:30px 0 15px;
}
.product-info.mt-15.text-center {
    padding:10px 0 0;
    background:#fff;
    height:80px;
}
.product-img1 {
    border: 1px solid #666;
}
.col-md-9 .shop-products-area .col-md-3 {
    width: 33.333%;
}
.single-product-area .product-info a {font-size:18px; font-weight:600; color:#333; text-transform:capitalize;}
.single-product-area .product-info h6 {
    margin-bottom: 0;
    font-size: 14px;
}
section.video-section {
    width: 100%;
    display: block;
    overflow: hidden;
    background: linear-gradient(to top, #fffde9, #b6f1ed 25%, #b6f1ed, #b6f1ed, #b6f1ed, #d8f9f7);
    padding: 25px 0 35px;
}
.video-section .col-12.col-md-12 img.lazyOwl {
    padding: 0 8px;
}
.florance-video-area {
    position: relative;
    z-index: 1;
    background-size: cover;
}

.service-block1 img,.service-block2 img {width:100%;}
section.service-wrapper {padding: 30px 0;display: block;overflow: hidden;}
.service-details {
    text-align: center;
    padding: 50px 20px 0; background:url(../images/logo_icon.png) center 30px no-repeat; 
}
.service-block1, .service-block2 {
    padding: 25px 0;
    display: block;
    overflow: hidden;
	background: #f5f5f7;
    margin-bottom: 25px;
}
.footer-top {
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.footer-bottom {
    background: #fff;
    height: 50px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.service-details h3 {
    font-size: 20px;
    margin: 0;
    color:#ef2853;
}
.service-details h2 {
    font-size: 26px;
    margin: 10px 0 20px;
    font-weight: 600; padding:0 15px;
}
a.add-to-cart-btn {
    padding:10px 45px;
    color:#000;
    border:1px solid#ef2853;
    border-radius:2px;
    font-size:14px;
    line-height:36px;
    text-transform:capitalize;
    font-weight:400;
}
.service-details p {
    margin: 35px 0;
}
a.add-to-cart-btn:hover {background:#ef2853 ;outline:0; color:#fff; text-decoration:none; }
.footer-bottom p.copyright.small {font-size: 14px;font-weight: normal;}
ul.iconsocial { margin:10px 0;display:inline-block; width: 100%;}
ul.iconsocial li {float:right;border-right:1px solid #fff;border-top:1px solid #fff;border-bottom:1px solid #fff;}
ul.iconsocial li:last-child {border-left:1px solid #fff;}
ul.iconsocial li a {padding:10px 12px; color:#fff;transition: 0.3s;}ul.iconsocial li a:hover {background:#fff;color:#ef2853 ;}
ul.iconsocial li a:hover { outline:0; border:0; text-decoration:none;}.footer-top .col-md-2 { float:left;}.footer-top .col-md-7 p {
 margin:30px 0;}.footer-top .col-md-7 p span {color:#fff;} .footer-top .col-md-7 p span.fa { padding:0 12px;}
.footer-top .col-md-7 p span.fa span{font-family:'Lato', sans-serifsans-serif;}
.footer-top .col-md-7 p span.fa.fa-mobile::before {font-size: 18px;padding-left: 5px;float: right;vertical-align: top;}.footer-top .col-md-7 p span.fa.fa-send::before {font-size:14px;padding-left:5px; float:right;}.footer-top .col-md-7 p span.fa.fa-phone::before {font-size:14px;padding-right:5px;}
.single-product-area:hover a p {color:#ef2853;}.section-heading h2 {text-transform:capitalize;}.section-heading.text-center {margin:25px 0;}
.footer-top .col-md-2 img {width: 100%;}


.single_portfolio_item {
    position: relative;
    z-index: 10;
    margin-top: 0;
    overflow: hidden;
    height: 420px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}
.single_portfolio_item:hover .portfolio-hover-overlay {
    opacity: 1;
}
.single_portfolio_item .portfolio-hover-overlay {
    width: calc(100% -15px);
    height: 100%;
    top: 0;
    left:0;
    right: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: rgba(112, 199, 69, 0.8);
    position: absolute;
    z-index: 10;
    text-align: center;
    opacity: 0;
    visibility: visible;
}
.single_portfolio_item .portfolio-hover-overlay.skin-care {
    background-color: rgba(239, 40, 83, 0.8);
}
.single_portfolio_item .portfolio-hover-overlay.body-care {
    background-color: rgba(178, 209, 46, 0.8);
}
.single_portfolio_item .portfolio-hover-overlay.hair-care {
    background-color: rgba(25, 187, 234, 0.8);
}
.single_portfolio_item .portfolio-hover-overlay.men-care {
    background-color: rgba(5,188,134, 0.7);
}
.single_portfolio_item .portfolio-hover-overlay.general-care {
    background-color: rgba(36, 132, 192, 0.8);
}
.single_portfolio_item .portfolio-hover-overlay.pedicure {
    background-color: rgba(255, 191, 3, 0.8);
}
.single_portfolio_item .portfolio-hover-overlay a {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 30; font-size: 12px;
}
.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
    font-size: 28px;
    color: #ffffff;
}
.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}
.single_portfolio_item h3 {
    position: absolute;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    z-index: 999;
    right: 30px; font-weight:600; text-align: right;
}
.single_portfolio_item:hover h3 {
    display: none;
}
.single_portfolio_item:hover h3 {
    top: 0;
    left: 28px;
	-webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single_portfolio_item .portfolio-hover-overlay h3 {
    display: block;
    text-align: left;
    width: 100%;
    left: 25px;
    right: auto;
    position: relative;
    height: auto;
    padding: 0;
    margin: 0;
    top: 25px; font-style:normal; font-size: 18px;
}
.port-hover-text ul li {
    line-height: 30px; list-style:disc; color:#fff; margin:0 0 0 40px;
}
.enquiry {
    text-align: left;
    margin: 0 0 0 40px;
}
.enquiry a.btn.florence-btn {
    left: 0;
    text-align: center;
    background: #fff;
    width: 50%;
    height: auto;
    color: #000;
    top: 0; border-radius:2px; border:0;
}
.enquiry a.btn.florence-btn:hover { background:#eaeaea;}
.port-hover-text ul li:hover,.port-hover-text ul li:hover a { color:#eee;}
.single_portfolio_item .portfolio-hover-overlay a {
    position:relative;
    width:100%;
    height:100%;
    z-index:30; color:#fff; font-weight:600;
}
.port-hover-text ul {
    margin:10% 0 0 4%;
    text-align:left;
}
.prlx {    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: auto;}
.video-inner-txt {
    position: absolute;
    top: 37%;
    width: 100%;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.video-inner-txt a.video-icon {
    transition-duration: 500ms;
    width: 80px;
    height: 80px;
    background-color: #fff;
    z-index: 100;
    border-radius: 50%;
    line-height: 52px;
    cursor: pointer;
    opacity: 0.9;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.video-inner-txt a.video-icon i {
    vertical-align: bottom;
    font-size: 24px;
    padding: 0 0 0 5px;
    color: #000;
}
.video-inner-txt h3 {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.section-padding-100 {
    padding-top:60px;
    padding-bottom: 100px;
}
.bg-gray {
    background-color: #f2f4f5;
}

.new-arrivals-products-area .section-heading p {
    text-align: center;
}
.section-heading p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0; text-align:right; direction:ltr;
}
section.our-services-area {
	background:url(../images/common-bg.png) no-repeat top; background-size:contain;
}
section.our-services-area.private-label{
	background:#f3ffee url(../images/aloe-vera-bg.PNG) top repeat-x;
}
.navigation-outer{background: linear-gradient(120deg,rgba(255,74,158,0) 0%,#ff3190 100%); background-color:#8f37fc;}
.navbar-default{ border-bottom:0;}
section.our-services-area.about-us {
        background-image: -webkit-linear-gradient(#4500ca 4%,rgba(69,0,202,0) 50%),url(../images/about-us-bg.jpg),-webkit-linear-gradient(30deg,#28005f 16%,#8300e5 64%,#0f3bff 100%);
    background-image: linear-gradient(#f6829d 4%,rgba(69,0,202,0) 50%),url(../images/about-us-bg.jpg),linear-gradient(60deg,#28005f 16%,#8300e5 64%,#0f3bff 100%);
}
section.our-services-area.about-us {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 18vw;
    -webkit-transform-origin: 50% 85%;
    transform-origin: 50% 85%;
}
.florence-video-area video { border:2px solid #fff;}


section.our-services-area.bg-gray.quality .section-heading h2{ color:#fff; text-align: center;}
section.our-services-area.about-us .section-heading h2 {color:#fff;}

.florence-about-area.mb-100 {
    padding-right: 50px;
}
.florence-about-area h3 {
    color: #fff;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
}
.florence-about-area p {
    color: #fff;
    text-align: right;
    font-weight: 400;
    font-size:14px; line-height:24px;
}
.florence-video-area video {
    margin: 25px 0 0;
}
.our-services-area h4 {color: #000;text-align: right;font-weight: 600;font-size: 16px;margin: 20px 0;}
.our-services-area h5 {color: #333;text-align: right;font-weight: 600;font-size: 13px;}
.our-services-area .col-md-12 p {color:#666;font-size:14px; text-align:right;}
.our-services-area .col-md-12 p b{ float:right; padding:0 0 0 10px;}
.break-line { margin:150px 0;}
.our-services-area .col-md-5 {padding-right:0; float:right;}
.our-services-area .col-md-12 h3 {
    color: #ef2853;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}
.quality-outer {
    padding: 25px 0;
    display: block;
    overflow: hidden;
}
.quality-outer .col-md-4 {
    padding: 0 0 0 25px;
    margin-bottom: 35px;
}
.quality-outer .col-md-4 .inner-info {
    padding: 15px 25px;
    background: #fff;
    text-align: left;
    box-shadow: -9px 8px 0px -2px #aeaeae;
    border: 1px solid #ef2853;
    min-height: 185px; transition:.5s ease;
}
.quality-outer .col-md-4 .inner-info:hover {
    transform: scale(0.92);
}
section.florence-nav {
    display: block;
    overflow: hidden;
    height: 130px;
}

.quality-outer .col-md-4 .inner-info ul li {line-height:24px;list-style:disc;margin-right:16px; text-align:right;}
.breadcrumb-area {background:#fff;}
.breadcrumb { background-color:#fff;}
.breadcrumb { margin:0;}
.section-padding-10{ padding:10px 0;}
.shop-products-area ul.pagination a.page-link,.shop-products-area ul.pagination span.page-link {
    color: #000;
    width: auto;
    height: 46px;
    border-radius: 0;
    text-align: center;
    border: 1px solid #ef2853;
    font-size: 14px;
    line-height: 44px;
    padding: 0 15px;
    margin: 0;
    background-color: #ffe9ee;
}
.footer-top .row {
    background: #f5f5f7;
    padding: 15px 0;
}
.shop-products-area ul.pagination {
    float: left;
}
.shop-products-area ul.pagination a.page-link:hover,.shop-products-area ul.pagination span.page-link:hover {
    background: #ef2853;
    color: #fff;
}
.shop-widget {
    position:relative;
    z-index:1;
}
.shop-widget .widget-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.shop-widget .widget-title {
    text-transform: uppercase;
    margin: 0;
    padding: 12px 15px;
    font-size: 16px;
    background:#ef2853;
    color: #fff;
    font-weight: 600;
}
.category-navigation {
    display: block;
    overflow: hidden;
    padding: 15px 0 25px;
    margin: 10px 15px 6px 15px;
    border-bottom: 1px solid #ebebeb;
}
.category-navigation li {
    text-align: center;
    width: 16.666%;
    padding: 0 5px;
}

.category-navigation li .category-lnk {
    margin: 0 10px;
    padding: 10px 0 0;
    background:linear-gradient(to top, #6A1B9A, #6A1B9A, #6A1B9A, #6A1B9A, #8f37fc, #8f37fc);
    transition: .5s ease;
    border-radius: 100%;
    width: 186px;
    height: 186px;
}
.category-navigation li .category-lnk:hover {
    transform: scale(1.1);
}
.category-navigation li .category-lnk h3 {
    color: #fff;
    font-size: 15px;
    font-weight:normal;
    padding: 10px 0;
    text-transform:capitalize;
    letter-spacing: 1px;
	transition: 0.3s;margin:6px 0 0; min-height:52px; line-height:48px;
}
.category-navigation li:last-child .category-lnk h3 {line-height:inherit;     padding: 6px 8px;}
.category-navigation li:nth-child(6n) img {width:30%;}
.category-navigation li .category-lnk img  { width:42%;}

.product-listing-wrapper h2 {
    text-align: center;
    font-size:32px;
    margin:25px 15px 20px;
    font-weight: 600;
    color: #ff3190 ;
}
.shop-sidebar-area a.list-group-item {
    font-size: 14px;
    font-weight: 600;
}

.product-info.mt-15.text-center p {
    font-size: 14px;
}
.product-listing-wrapper .product-info p,.related-products-area .product-info p {padding:15px 0 0;}

.shop-widget .list-group a.list-group-item.active {
    background: #fee3ea;
    border: 0;
    border-radius: 0;
    color: #000;
}
.single_product_desc {margin:20px;}

.d-flex{display:-ms-flexbox!important;display:flex!important}
.align-items-center{-ms-flex-align:center!important;align-items:center!important}
	
.single_product_thumb .carousel-indicators {position:relative;right:0;bottom:0;left:0;z-index:15; margin-right:0; margin-left:0;margin-top:30px;}
.single_product_thumb .carousel-indicators li {-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;width:100px;height:100px;margin-right:15px;margin-left:15px;cursor:pointer;border:1px solid transparent;background-size:cover;}
.single_product_thumb .carousel-indicators li.active {border:1px solid #ef2853;}
.single_product_thumb .carousel-inner {border:1px solid #f2f2f2; margin:0 auto;text-align:center;}
.single_product_thumb .carousel-inner img.d-block {width:70%;}
.single_product_desc h4.title {
    color: #000;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.single_product_desc h5 {
    color: #ef2853;
    text-align: right;
    font-weight: 800;
    font-size: 16px;
    text-transform: capitalize;
}
.btn.florence-btn {
    padding: 5px 20px;
    color: #fff;
    border: 1px solid #ef2853;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 600;
    width: 32%;
    margin: 25px 0;
    background: #ef2853;
}
.btn.florence-btn:hover,.btn.florence-btn:focus {
    background: #d7113c;
    outline: 0;
}
.breadcrumb>li a {
    color: #333; font-size: 11px;
}
.breadcrumb>.active {
    color: #ef2853;
    font-size: 11px;
}
.single_product_desc p span {
    font-weight: 600;
    color: #333; float:right;
    padding-left:10px;
}
.single_product_desc p {
    width: 100%;
    display: inline-block;
}
.related-products-area {
    padding: 50px 0 0;
}
.related-products-area .section-heading h2 {
    font-size: 20px;
    font-weight: 800;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
    margin: 0 15px;
    color: #d7113c;
    letter-spacing: 1px;
}
.contact--thumbnail {
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom:20px;
}
.section-heading h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0; text-align:right; padding-left:15px;font-weight: 600;
    color: #ff3190;
}
.contact-area-info .col-md-5 {
    padding-left: 100px;
}
.section-heading p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 0;
}
.new-arrivals-products-area .section-heading h2 {
    text-align: center;
}
.contact-information p {
    color: #000;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
}
.contact-information p span {
    font-weight: 600; color:#000;
    float: right;
    text-align: right;
    direction: rtl;
    padding-left: 10px;
}
.contact-area-info .contact-information p {
    font-size: 15px;
}
.contact-information p span {
    color: #303030;
}
.contact--thumbnail img {
    width: 100%;
}
.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}
.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 15px 20px;
    font-weight: 400;
    color: #000;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.contact-form-area textarea.form-control {
    height: 80px;
}
.map-area {
    position:relative;
    z-index:2;
    box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.15);  margin-left:50px;
}
.map-area iframe {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: 0;
    border-radius: 5px;
}
video.video-fluid {
    width: 100%;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #000;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color:#333;
  border-radius: 0;
  bottom: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 40px;
  left: 20px;
  text-align: center;
  width: 50px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  background: #f92c8b;
  cursor: pointer;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  animation: intercom-lightweight-app-launcher 250ms ease;
}
#scrollUp:hover {background-color:#d7113c; }
#scrollUp i.fa.fa-angle-up {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 800;
}


.contact-area-info {padding-top:35px;}


section.product-listing-wrapper.detailspage {
    padding: 25px 0 0;
}

.single-product-area .product-img1 {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-product-area:hover .product-img1 {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
.single-product-area .product-img1 a {
    display: block;
}	
.single-product-area .product-img1 img {
    position: relative;
    z-index: 1;
    width: 100%;
}	
.single-product-area .product-img1 .product-meta1 {
    position: absolute;
    bottom: 24%;
    left: 15px;
    right: 15px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-product-area:hover .product-img1 .product-meta1 {
    visibility: visible;
    opacity: 1;
}
.single-product-area .product-img1 .product-meta1 a {
    font-size: 14px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    height: auto;
    line-height: 22px;
    text-transform: capitalize;
    text-align: center;
    background: #ef2853; padding:8px 15px;
}
#new-arrivals .owl-controls.clickable {
    display: none;
}
.slider-area-wrapper .col-md-3 {
    background:linear-gradient(to top, #b6f1ed , #b6f1ed 25%, #b6f1ed, #b6f1ed, #b6f1ed, #d8f9f7);
    padding:15px;
}
.new-arrivals {
    padding: 28px 0;
}
.new-arrivals h3 {
    margin:0 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
#new-arrivals .owl-buttons,.slider-area-wrapper .col-md-9 .owl-pagination{display:none;}
#new-arrivals h2 {margin:0;text-align:center;font-size:15px;font-weight:600; padding-top: 25px; min-height: 56px;}
#new-arrivals .owl-controls.clickable {margin:15px 0 0;}
#new-arrivals .owl-item.loading { min-height:200px;}
.footer-bottom address {margin: 0 0 10px;font-size: 14px;font-weight: normal; direction:ltr;}
.navbar-header .arabic {float: right;position:absolute;right:22%;top:24px;}
.navbar-header .arabic a {font-size: 12px;color: #ef2853;}
.navbar-header .arabic { display:none;}
.contact-form-area .form-control:focus {border:1px solid #ef2853;outline:none;box-shadow:none;}
.portfolio-section figure {float: left;width: 100%;position: relative;}
.portfolio-section figure img {width: 100%;height: auto;display: table;margin: 0 auto;}
.portfolio-section figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.portfolio-section figure .overlay {
    z-index: 2;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.portfolio-section figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%;
}
.portfolio-section figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px 40px;
}
.portfolio-section figure .inner-overlay-content.with-icons {
    text-align: center;
}
.portfolio-section figure .inner-overlay-content.with-icons a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    background: rgba(255,191,0,0.9); border-radius:4px;
    color: #fff;
}
.portfolio-section .article-title {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 30px 0;
}
.portfolio-section .article-title a {
    color: #777;
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {opacity:1;visibility:visible}
.portfolio-section figure:hover .overlay-background {opacity:.8;visibility:visible}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
    background-color: #e004b4;
    background-color: rgba(255,199,255,0.5);
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {text-align:center}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
	background:rgba(255,255,255,0.9);
    color:#fff;
    border-radius:0
}
.portfolio-section figure .inner-overlay-content.with-icons a i{ color:#000;}
#gallery h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0;font-weight:600; font-size:32px; color:#ff3190;
}


.navbar-nav>li,.slider-area-wrapper .col-md-9,.new-arrivals-products-area .col-md-3,.service-wrapper .col-md-6,.footer-top .col-md-7, .footer-top .col-md-3,section.our-services-area .col-md-7,.category-navigation li,.product-lstng-inner .col-md-3,.related-products-area .col-md-3,.contact-area-info .col-md-6,.contact-area .col-md-5,.shop-products-area .col-md-4,#gallery .col-md-4,.pagination>li{
	float:right;
}
section.product-listing-wrapper.detailspage .col-md-5 {float:right;padding-right:0;}

.owl-carousel .owl-wrapper-outer { direction:ltr;}.contact-information {direction:ltr;text-align:right;}
section.new-arrivals-products-area.bg-gray {background: linear-gradient(to top, #fffde9, #b6f1ed 25%, #b6f1ed, #b6f1ed, #b6f1ed, #d8f9f7);} .new-arrivals-products-area .product-img1 {border:0;}
.category-navigation li .category-lnk.cat-active {transform:scale(1.1);}.category-navigation li .category-lnk.cat-active h3 {background:#ef2853;color:#fff;}

.service-wrapper a.add-to-cart-btn {background:#6A1B9A;border-radius:25px;border:0; color:#fff; padding:15px 45px;} .service-wrapper a.add-to-cart-btn:hover{ background:#ef2853;outline: 0;color: #fff;text-decoration: none;}


.slider-area-wrapper .owl-theme .owl-controls {margin-top:0;}
.single_product_desc p {font-size: 14px;line-height: 26px;}
div#search-result {
    width:71%;
    right: 0;
    position: absolute;
    z-index: 99;
    top: 50px;
    border-radius: 0;
}
.top-header-area .col-md-4 {
    position: relative;
}
div#search-result li.list-group-item {
    border-top-left-radius:3px;
    border-top: 0;
}
div#search-result li.list-group-item:hover {
    background: #ffe9ee;
}
div#search-result li.list-group-item a {
    color: #000;
}
.new-arrivals .owl-carousel .item{ text-align: center;}
.product-lstng-inner {
    display: inline-block;
    padding: 15px 0 0; width:100%;
}
.research .col-md-7 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
}
.research .col-md-8 { z-index: 99;}
section.our-services-area.research { position: relative;}
.container {
    width: 1420px;
}

section.our-services-area.research {
    background-image:url("../images/research-parallax1.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;height: 100%;background-position: center;
}
.research-img img {
    margin-right: -15px;
    -webkit-box-shadow: 2px 1px 10px 0px #c1c1c1;
    -moz-box-shadow: 2px 1px 10px 0px #c1c1c1;
    box-shadow: 2px 1px 10px 0px #c1c1c1;
    width: 100%; margin: 100px 0 0;
}
.research-content p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    line-height: 24px;
}
.research-content h4 {
    color: #000;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0;
}
.section-heading.research-content {
    background:rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 3px #000000 inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 39px 25px 85px 25px;
    text-align: center;
}
.research-content h2 span,.private-label h2 span { color:#763adf;}
.our-services-area.quality .col-md-12 p,.our-services-area.quality .quality-outer div b{ color: #fff; text-align: center; font-size: 14px;}
.section-heading.privare-label-con {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 3px #ff3190  inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 39px 25px 50px 25px;
    text-align: right;
}
section.our-services-area.private-label .col-md-6 {
    float: right;
}
section.our-services-area.private-label .col-md-6 h4{ text-align: right;}
section.our-services-area.private-label p b {
    float: right;
    direction: rtl;
}
section.our-services-area.private-label .section-heading h2 {
    color: #ff3190 ;
    margin-bottom: 15px;
}
section.our-services-area.private-label p { margin:0 0 5px; line-height: 24px; color: #000;}
section.our-services-area.private-label .image-radis{ margin-top:25px;}
.job-des-area h3 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ff3190;
    text-align: center;
}
.job-des-area p {
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
}
.careers-form {
    padding: 50px;
    background: #2c0434;
    text-align: center;
    margin: 50px;
    background-image: url(../images/section-bgimage2a.png);
}
section.careers {
    background-image: url(../images/section-bgimage2a.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
    padding: 100px 0;
}
.careers-form .section-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    
}
.job-des-sec {
    background: rgba(255, 255, 255, 0.7);
    padding: 25px 25px 35px;
    margin-bottom: 15px;
    border-radius: 12px;
    line-height: 25px;
}
.job-des-sec h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ff3190;
    
}
.job-des-sec p {
    font-size: 16px;
    margin-bottom: 10px; color: #000;
}
.job-des-sec a.btn.btn-primary.animate-up-2 {
    background:#6A1B9A;
    border: 0;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600; border-radius: 25px;
}
.about-product-slide {
    margin: 100px 0 0;
}
.about-product-slide .owl-buttons {
    display: none;
}
.about-product-slide .owl-item.loading { min-height:200px;}
.about-product-slide .item img{ border-radius:12px;}
.privacy-chart {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 3px #763adf inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 15px 32px 15px;
    text-align: center;
}
.video-section .owl-controls .owl-next {
    right:0;
}
.video-section .owl-pagination {
    display: none;
}
footer {
    background: #f0eee1;
    display: inline-block;
    width: 100%;
}
.iconsocial li.facebook {
    background: #3b5998;
}
.iconsocial li.facebook:hover a {
    color: #3b5998;
}
.iconsocial li.whatsapp {
    background: #4FCE5D;
}
.iconsocial li.whatsapp:hover a {
    color: #4FCE5D;
}
.iconsocial li.linkdin {
    background: #0e76a8;
}
.iconsocial li.linkdin:hover a {
    color: #0e76a8;
}
.iconsocial li.youtube {
    background: #FF0000;
}
.iconsocial li.youtube:hover a {
    color: #FF0000;
}
.iconsocial li.instagram {
    background: #3f729b;
}
.iconsocial li.instagram:hover a {
    color: #3f729b;
}
.iconsocial li.twitter {
    background: #00acee;
}
.iconsocial li.twitter:hover a {
    color: #00acee;
}

.footer-top p span span {
    font-family: 'Lato', sans-serifsans-serif;
    font-size: 14px;
}
.footer-top .contact-information {
    padding:20px 0 0;
}
.footer-top .map-area iframe { height:150px; }
.footer-top .map-area {
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
    margin-left: 50px;
}
.video-section .owl-theme .owl-controls {
    margin-top: 0; 
}
.footer-top .contact-information span a {
    padding: 0 3px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.footer-top .contact-information span.fa.fa-send {
    padding: 0 0 0 8px;
}

.footer-top .contact-information span.fa.fa-mobile span {
    padding: 0 3px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    vertical-align: top;
    line-height: 24px; direction: ltr;
}
.footer-top .contact-information .fa-mobile:before {
    font-size: 25px;
}
.footer-top .contact-information span.fa.fa-mobile {
    vertical-align: top;
}
.header-search button.btn.btn-secondary {
    width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px !important;
    text-align: center;
    cursor: pointer;
    background: #ff3190;
    border-radius: 5px 0 0 5px;
    border: 0;
    outline: 0;
}
.header-search button.btn.btn-secondary i.fa.fa-search {
    color: #fff;
}
.job-des-sec.no-content p {
    text-align: center;
    font-size: 20px;
}
.job-des-sec ul {
    margin: 10px 0 25px;
    display: block;
    overflow: hidden;
}
.job-des-sec ul li {
    list-style: square;
    margin-left: 15px;
    font-size: 15px;
    color: #000;
    line-height: 28px;
}
.careers .section-heading h2 {
    margin-bottom: 15px;
}
.footer-top .col-md-5.col-sm-5,.footer-top .col-md-4.col-sm-4 {float:right;}
section.our-services-area.research {
    position: relative;
}
section.our-services-area.research {
    background-image: url(../images/research-parallax1.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}
.research-content h2 span, .private-label h2 span {
    color: #763adf;
}
section.our-services-area.quality {
    background: #382f5a;
}
.quality h2 span {
    color: #ff3190;
}
.quality-outer .col-md-4 .inner-info, .quality-outer .col-md-12 .inner-info {
    padding: 15px 25px 35px;
    background: #fff;
    text-align: left;
    box-shadow: 9px 8px 0px -2px #ff3190;
    border: 1px solid #ff3190;
    min-height:inherit; transition:.5s ease; display: inline-block; width:100%;
}
.our-services-area .col-md-12 .quality-outer h3 {
    color: #ff3190;
    text-align: right;
    font-weight: 800;
    font-size: 24px;
    margin: 20px 0;
}
.quality-outer .col-md-4 .inner-info ul li, .quality-outer .col-md-12 .inner-info ul li {
    line-height: 32px;
    list-style: square;
    margin-right: 16px;
    font-size: 14px;
    color: #000;
    float: right;
    text-align: right;
    direction: rtl;
    width: 100%;
}
.quality-outer .col-md-4, .quality-outer .col-md-12 {
    padding: 0 25px 0 0;
    margin-bottom: 35px;
}
.our-services-area.quality .quality-outer .col-md-12 .inner-info p{color:#000; text-align: right;}
section.our-services-area.private-label {
    padding-top: 60px;
	background-image: url(../images/quality-bg1.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}

section.our-services-area.about-us .col-md-6,section.our-services-area.research .col-md-6,.inner-info .col-md-6 {
    float: right;
}
.single_product_desc p span:last-child {
    direction: ltr;
}
.video-section .owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
}
.contact-form-area .col-md-6 {
    float: right;
}









@media(max-width:1600px){

.container {
    width: 1170px;
}
.florence-bchr span.fa.fa-phone span {
    font-size: 14px;
}	
.florence-nav ul.nav li a {
    font-size: 14px;
    font-weight: 500;
}
.new-arrivals {
    padding: 15px 0 0;
}
.site-headerlogo img {
    width: 56%;
    margin: 4px auto;
}
.service-details h2 {
    font-size: 26px;
    font-weight: 500;
}
.section-heading h2 {
    font-size: 28px;
}
.category-navigation li .category-lnk{width: 170px;height: 170px;}
.category-navigation li .category-lnk h3 { font-size: 14px;}
.footer-top .col-md-2 img {width:100%;}	
	
} 

@media(max-width:1400px){
#new-arrivals .owl-controls {
    margin: 15px 0 0;
} 
}

@media(max-width:1366px){
.new-arrivals {padding:20px 0 0;}
.new-arrivals h3 {margin:0 0 15px;}	
}

@media(max-width:1200px){
.container {width:98%;margin: 0 auto;}
}




@media(min-width:992px) and (max-width:1199px){
.florence-bchr span,.florence-bchr span.fa.fa-phone span { font-size:12px; margin:2px 0 0;}
.top-header-area .brochure-dnld { width:50%;}.top-header-area .arabic a { font-size:10px;}
.header-search input[type="text"] { font-size:12px; height:36px;}.header-search .sb-search input[type="submit"] { height:36px; line-height:36px;}
.sb-search.sb-search-open .sb-icon-search { font-size:12px;}.florence-nav ul.nav li a {font-size:12px; padding:10px 18px;}.single_portfolio_item .portfolio-hover-overlay{ height:95%;}.single-product-area .product-img1 .product-meta1 a{ font-size:13px; padding:6px 30px;}
.single-product-area .product-img1 .product-meta1 { bottom:27%;}.product-info.mt-15.text-center p { font-size:13px;}.single-product-area .product-info h6,.view-all a.btn.florence-btn,.section-heading p { font-size:12px;}ul.iconsocial li a {padding:8px 10px;}
.footer-top .col-md-2 {right:5%;}.footer-bottom address,.footer-bottom p.copyright.small{margin:0 0 5px;font-size:12px;}.section-heading h2 { font-size:25px;}
.slider-area-wrapper .owl-theme .owl-controls {margin:0;}.slider-area-wrapper .container {padding:0;}.new-arrivals {padding:10px 0 ;} #new-arrivals .owl-controls.clickable {margin: 0;}
.category-navigation li .category-lnk {
    width: 144px;
    height: auto;
    border-radius: 0;
}

}
@media(min-width:768px) and (max-width:991px){
.florence-nav ul.nav li a { font-size:13px;  padding:15px 7px;} .hnc-nav ul.nav li:last-child a{font-size:13px;padding:15px 16px;}.hnc-nav img { width:130px;}
.contact-area-info {padding:20px 0;}.contact-area-info .col-md-6, .contact-area-info .col-md-5 {width:50%;float:right;padding:0 15px;}.section-heading h2 { margin:0; font-size:25px;}.contact-area .col-md-5, .contact-area .col-md-7 {width:50%;float:left;}.map-area{ margin:0;}.florence-nav .container {width:100%;padding: 0;}.florence-nav ul.nav.navbar-nav { padding:0;}.top-header-area .brochure-dnld { display:none;}.top-header-area .col-md-4 { width:33.333%; padding:0;}h1.site-headerlogo a.navbar-brand.topnav {padding:10px 0 0;}.top-header-area { padding:0 10px;}.site-headerlogo img { width:90%; margin:0;}
.top-header-area .arabic a {padding:6px 15px; font-size:10px;}.header-search{ left:15px;}.slider-area-wrapper .owl-controls .owl-buttons {top:34%;}
.slider-area-wrapper .owl-theme .owl-controls { margin:0;}.slider-area-wrapper .col-md-9 {width:70%;float:right;}.slider-area-wrapper .col-md-3 {width:30%;float:left;}#new-arrivals.owl-carousel .item img {width:65%;text-align:center;}.new-arrivals-products-area .col-md-3 {padding:5px;width:25%;}
.single-product-area .product-img1 .product-meta1 a { padding:8px 0;}.single-product-area .product-img1 .product-meta1 { bottom:30%;} .col-12.text-center.view-all {padding:20px 0;}.service-block1, .service-block2 {padding:0 0 25px;}.service-details {padding:30px 20px 20px;} .product-info.mt-15.text-center p {font-size:12px;}.single-product-area .product-info h6 {font-size:13px;}
.slider-area-wrapper .col-md-9 .owl-item.loading {min-height:125px;}#new-arrivals .owl-item.loading {min-height:125px;}
.florence-bchr > span {margin-right:15px;}.header-search .sb-search input[type="submit"] {width:36px;}.sb-search.sb-search-open .sb-icon-search { left:12px;}
.top-header-area .col-md-4:nth-child(2n) {width:30%;}.top-header-area .col-md-4:nth-child(3n) {width:40%;}.header-search input[type="text"] { width:84%; right:12%;}
.new-arrivals h3 { font-size:16px;}#new-arrivals .owl-wrapper-outer {text-align:center;}
.category-navigation{ margin:10px 0 6px 0;}.category-navigation li {width: 16.666%;float: right; padding:0;} .category-navigation li .category-lnk h3 { font-size:10px; line-height:24px;}.category-navigation li .category-lnk {margin: 0 7px;}
.product-listing-wrapper.detailspage .col-md-5 {float:left;width: 50%;}.related-products-area .col-md-3 {width:25%;}#gallery .col-md-4 { width: 50%;float: left;}.portfolio-section .article-title { font-size:16px;}.contact-information p { font-size:12px;}.new-arrivals {padding: 15px 0 0;}
.top-header-area .arabic {margin: 18px 0;}.prlx{height:auto;}.col-md-9 .shop-products-area .col-md-3 {width:33.333%;}.top-header-area .col-md-4:first-child {
    display:none;}.top-header-area h1.site-headerlogo{ padding-right:25px;}
.category-navigation li .category-lnk {
    width: 130px;
    height: auto;
    border-radius: 0;
}
}

@media(max-width:767px){
.florence-nav img {width: 106px;}.contact-map iframe {width:320px;}.florence-nav ul.nav li a{padding:6px 5px; color: #000;}.florence-nav ul.nav.navbar-nav{padding:42px 0 15px;} section.hnc-team-wrapper img {width: 100%;}.text-muted {text-align:center;padding:10px 0;} .list-inline { text-align:center;}
footer {padding: 25px 0 20px;}.hnc-team-list .col-md-3 {width: 50%;}
.top-header-area { display:block; border-bottom:0;height:0;border-top:0;}h1.site-headerlogo {margin:0;padding:6px 0 6px 0px;float:left;width:70%;}
.site-headerlogo img {width:58%;margin:0 auto;}h1.site-headerlogo.mob-only {display:block;} .slider-area-wrapper .owl-item.loading{ min-height:100px;}
.slider-area-wrapper .owl-controls .owl-buttons {display:none;}.main-category-wrapper img.lazyOwl {padding:0 15px 0 15px;}.main-category-wrapper .owl-theme .owl-controls {float:none;}.single_portfolio_item .portfolio-hover-overlay { left:15px;}.prlx { height:auto;}.new-arrivals-products-area .col-md-3 {
width:50%;float:right;padding:0 5px 10px;}.col-12.text-center.view-all { padding:10px 0;}.single-product-area .product-img1 .product-meta1 a { font-size:12px; padding:5px 0;}.single-product-area .product-img1 .product-meta1 { bottom:33%;}.section-heading h2 {font-size:22px; margin:15px 0; text-align:right;}.section-heading p {font-size:12px;margin:10px 0;}.product-info.mt-15.text-center p {font-size:12px;}.service-block1, .service-block2 {padding: 0px 0 15px;}.service-details {padding:30px 0px 20px;}.quality-outer {padding: 25px 0 0;}
.footer-top { height:auto;}.footer-top .col-md-7 p {margin:10px 0; text-align:center;}ul.iconsocial {overflow: hidden;text-align: center;display: table;margin: 0 auto; width: auto;}.footer-top .col-md-2 img {width:75%;}
.footer-bottom address,.footer-bottom p.copyright.small { font-size:12px;}section.florence-nav { height:74px;}
.slider-area-wrapper .owl-theme .owl-controls {margin-top:0;}.slider-area-wrapper .col-md-9 .owl-pagination { display:block;}#new-arrivals .owl-pagination {
display:none;}div#new-arrivals.owl-carousel .item img {width:75%;}#new-arrivals .owl-wrapper-outer {text-align: center;}
#new-arrivals h2 {margin:0px 0 20px;}section.hnc-nav {height:65px;}.breadcrumb>li { font-size:13px;}section.our-services-area { padding:42px 0 0;}
.section-heading.text-center {margin:25px 0 0;}.prlx{ background-attachment: scroll !important; background-size:contain !important;}
.break-line {margin:10px 0;}.category-navigation {padding:5px 0;margin:10px 5px 6px 5px;}.category-navigation li {width: 33%;float: right;padding: 0;min-height: 110px;text-align: center; margin-bottom: 10px;}.category-navigation li .category-lnk {margin:0 6px;padding:10px 0 0;}.category-navigation li .category-lnk h3 { font-size:11px;}
.category-navigation li .category-lnk:hover h3 { font-size:10px;}.product-listing-wrapper h2 {font-size:20px;margin:15px 15px 20px;}
.product-info.mt-15.text-center {padding:0;height:70px;}.shop-products-area .col-md-3 {padding:0 5px;}.single-product-area .product-img .product-meta a{font-size:13px;padding:5px 10px;}.shop-products-area ul.pagination a.page-link {width:36px;height:36px;line-height:36px; font-size:12px;}
.navbar-header .arabic {display: block; right:6%;}section.product-listing-wrapper.detailspage {padding:10px 0 0;}.single_product_thumb .carousel-indicators li { margin:0 5px;}.single_product_thumb .carousel-indicators{ margin-top:20px;}.single_product_desc {margin:20px 0;}.btn.florence-btn {font-size:14px; padding: 2px 15px; width:auto;}.related-products-area {padding:0;}.related-products-area .col-md-3 {width:50%;float:right;padding:0 5px;}.related-products-area .section-heading h2 { border-bottom:0; font-weight:600;}.contact-area-info {padding:15px 0;}.contact-area-info .col-md-5 {padding:0 15px;}.map-area { margin:0;}.contact-information p { font-size:13px; display: inline-block;}.top-header-area .col-md-4.col-lg-4:nth-child(2n),.top-header-area .col-md-4.col-lg-4:first-child {display:none;}
.top-header-area .col-md-4 .arabic {display:none;}.navbar-toggle {margin:15px 6px;}.header-search .sb-search input[type="submit"]{ width:40px; border-radius:0;}.quality-outer .col-md-4 { padding:0;}
.sb-search.sb-search-open .sb-icon-search {font-size:15px;left:15px;}.header-search {position:absolute;top:64px;right:0;left:0;}
.header-search input[type="text"] {border-radius:0; border-left:0;}.top-header-area .col-md-4:nth-child(3n) { width:100%;}.navbar-toggle { float:left;}.slider-area-wrapper .col-md-9 {padding:0; float:none;}.slider-area-wrapper {margin:9% 0 0 0;}.nav>li{ width:100%}
.footer-top .col-md-3 {float: none;}.product-listing-wrapper.detailspage .col-md-7 {float:left;width:100%;}.product-lstng-inner .col-md-3 {width:50%;}
.shop-products-area .col-md-4 { padding:0 5px;}#gallery .col-md-4 {width:50%;padding:0 10px;}.portfolio-section .article-title { font-size:14px;}.contact-area-info .col-md-5 {float: right;text-align: right;}.contact-area-info .section-heading h2 {text-align: right;}.contact-area .col-md-7 {
    float: right;width: 100%;}.contact-area .section-heading h2 {text-align: right;}.slider-area-wrapper .col-md-3{ float:left;width: 100%;}
.product-lstng-inner .shop-products-area .col-md-3 {width: 50%;}.navigation-outer {background:#fff;}.our-services-area .col-md-5 {padding: 0 15px;}
.product-listing-wrapper .col-12.col-md-9 {clear: both;}.product-lstng-inner .col-sm-4.col-md-3 {width:100%;}.breadcrumb-area {margin: 30px 0 0;}
.gallery-bg .col-md-4.col-sm-4.col-xs-12 {width:100%;}.prlx{height:auto;}.col-md-9 .shop-products-area .col-md-3 {width:50%;} .single_portfolio_item{ height:380px;} 
.footer-top .map-area {margin: 15px 0;} .footer-top .col-md-4.col-sm-4 {width:100%;} .main-category-wrapper .owl-controls .owl-buttons{ margin: 0;} .single_portfolio_item h3{ right:40px;}
.category-navigation li .category-lnk {width:106px;height: auto; border-radius:12px;} .about-product-slide {margin: 15px 0 0;} .footer-top .contact-information {padding: 0;} .footer-top .map-area{ margin:15px 0;} .footer-top .map-area iframe {width:300px;} .footer-top .contact-information{ text-align:center;}
.footer-top .col-md-4.col-sm-4 {width:100%;} .main-category-wrapper .owl-controls .owl-buttons{ margin: 0;} .single_portfolio_item h3{ right:40px;}
	
.header-search button.btn.btn-secondary{right:0; left: auto; border-radius: 0px 5px 5px 0px;} .header-search .sb-search {direction:ltr;} .service-details h2 {font-size: 22px;}
.service-details p {font-size: 14px;line-height: 26px;} .service-wrapper a.add-to-cart-btn {padding: 10px 45px;} .contact-information p span{float:none;width:100%;text-align:center;}
.footer-top .col-md-2 {position: initial;right: 0;top: 0;text-align: center;padding: 15px 0;width: 50%;float: none;margin: 0 auto;}
	
}

@media only screen and (min-width:640px) and (max-width:767px){
.site-headerlogo img {width:33%;}.navbar-header .arabic {right:2%;}div#new-arrivals.owl-carousel .item img {width:100%;}.single_portfolio_item h3 { margin:0; bottom:30px;}.single_portfolio_item { height:auto;}.enquiry a.btn.florence-btn { top:8px;}.product-info.mt-15.text-center {padding:0;height:80px;}
.footer-top .col-md-2 img {width:35%;}.slider-area-wrapper .col-md-3 { padding:10px;}.quality-outer .col-md-4 {padding:0 8px;width:33.333%;float:left;} .quality-outer .col-md-4 .inner-info { min-height:285px;}.category-navigation li{ width:25%;padding:0 5px 20px;}.shop-products-area .col-md-3 { width:33.333%;}.single-product-area .product-img .product-meta { bottom:12%;}h1.site-headerlogo {padding: 5px 0 5px 0px;width:80%;}.slider-area-wrapper {margin: 4% 0 0 0;}
.gallery-bg .col-md-4.col-sm-4.col-xs-12 {width:50%;}.prlx{height: auto;}.col-md-9 .shop-products-area .col-md-3 {width: 33.333%;} .category-navigation li:last-child .category-lnk h3 {line-height:26px;}.category-navigation li .category-lnk {width:170px;height:160px;border-radius:50%;}

}
@media(max-width:375px){
.contact-map iframe { width:290px;}.product-info.mt-15.text-center {padding:0;height:75px;}.site-headerlogo img {width: 65%;}
}
@media(max-width:320px){
.single_portfolio_item h3 { bottom:52px; font-size:20px;} .single_portfolio_item{ height:auto;}.navbar-header .arabic a { font-size:12px;}.navbar-header .arabic { top:20px;}.product-info.mt-15.text-center {padding:10px 0;height: auto;}
.category-navigation li .category-lnk {width: 92px;height: 118px;border-radius: 12px;}
}
















