@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: QuickKiss;
  src: url(../fonts/QuickKissPersonalUse-PxlZ.ttf) format('truetype');
}
html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-rendering: optimizeSpeed;
}

body::-webkit-scrollbar {
    width: .5em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    outline: 1px solid var(--secondary-color);
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary-color: #FCC300;
    --bg-color:#133332;
    --secondary-color: #C81B1E;
}

*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p {
    font-size: 17px;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a,
button {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

button:focus,
input:focus,
textarea:focus,
select:focus,
a:hover {
    outline: none;
    box-shadow: none;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.header {
  padding: 0 0;
  transition: all 0.3s ease-in-out;
}

.inlineHeader {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    justify-content: space-between;
}

.leftLogo {
    padding: 0px;
    width: 110px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    justify-content: center;
}

.leftLogo img {
    width: 100%;
}

.leftLogo a {
    display: block;
    width: 100%;
    height: 100%;
}
.leftLogo2 {
    padding: 0px;
    width: 175px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    justify-content: center;
}
.sticky .leftLogo2{
  width: 165px;
}
.leftLogo2 img {
    width: 100%;
}

.leftLogo2 a {
    display: block;
    width: 100%;
    height: 100%;
}
.rightMenu ul{
  display: flex;
  align-items: center;
}
.rightMenu ul li{
  position: relative;
}
.rightMenu ul li ul{
  position: absolute;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  border-radius: 5px;
  top: 70px;
  transition: all 0.2s ease-in-out;
  padding: 10px 0;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  display: block;
  width: 250px;
  background: #fff;
}
.rightMenu ul li:hover ul{
  visibility: visible;
  top: 40px;
  opacity: 1;
  z-index: 9;
}
.rightMenu ul li ul li a{
  color:#000;
  font-size: 14px;
  padding:8px 20px;
}
.rightMenu ul li a:hover{
  color: var(--secondary-color);
}
.rightMenu ul li a{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  color: #000;
}
.headerBtn{
  background: var(--secondary-color);
  display: inline-block;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border:1px solid transparent;
  font-size: 15px;
  border-radius: 40px;
  position: relative;
}
.headerBtn:hover{
  color:var(--secondary-color);
  background: transparent;
  border-color: var(--secondary-color);
}
.leftTop ul li a{
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #fff;
}
.leftTop ul{
  display: flex;
  align-items: center;
}
.rightTop ul{
  display: flex;
  align-items: center;
}
.rightTop ul li a{
  display: inline-block;
  padding:5px 10px;
  font-size: 17px;
  color: #fff;
}
.rightTop ul li a:hover {
  color: #fff;
}
.topHeader{
  background: #333;
}
.sticky{
  position: sticky;
  top: 0px;
  z-index: 9;
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.leftContent{
  padding-left: 150px;
  width: 50%;
  margin-top: 15px;
}
.rightBanner{
  width: 37%;
}
.rightBanner img{
  max-width: 100%;
}
.fontBase{
  font-family: 'Bebas Neue', cursive;
}
.QuickKiss{
  font-family: 'QuickKiss', sans-serif;
}
.large_heading{
  font-size: 85px;
  line-height: 85px;
}
.text_primary{
  color:var(--primary-color);
}
.heading{
  font-size: 50px;
  line-height: 50px;
}
.heading2{
  font-size: 60px;
}
.letterSpacing2{
  letter-spacing: 2px;
}
.letterSpacing1{
  letter-spacing: 1px;
}
.product{
  position: absolute;
  top: 12vh;
  right:-17vw;
  width: 400px;
  z-index: 1;
}
.product img{
  width: 100%;
}
.rightBanner{
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
.product{
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
.bannerText{
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.bannerText1{
  transform: translateX(-100%);
  transition: all 0.7s ease-in-out;
}
.carousel-item.active .rightBanner{
    transform: translateX(0);
}
.carousel-item.active .product{
    transform: translateY(0);
}
.carousel-item.active .bannerText{
    transform: translateY(0);
    opacity: 1;
}
.carousel-item.active .bannerText1{
    transform: translateX(0);
}
.bgWhite{
  background: #fff;
}
.sticky .topHeader{
  display: none;
}
.sticky .inlineHeader{
  padding: 0px 0!important;
}
.sticky .leftLogo{
  width: 100px;
}
.rightMenu ul li a i{
  font-size: 11px;
}
.pattern, .patternRight{
  position: relative;
  z-index: 1;
}
.pattern:before
{
  content: '';
  position: absolute;
  left: 0px;
  top: 150px;
  width: 200px;
  height: 200px;
  z-index: -1;
  background: url(../images/pattern.png) no-repeat;
  animation: moving 7s ease-in-out infinite;
}
.patternRight:before
{
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: .3;
  width: 200px;
  height: 200px;
  z-index: -1;
  background: url(../images/pattern.png) no-repeat;
  animation: moving 7s ease-in-out infinite;
}
@keyframes moving{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(40px);
  }
  100%{
    transform: translateY(0);
  }
}
.aboutLeft{
  height: 100%;
}
.aboutLeft img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.rightAbout{
  padding-left: 40px;
}
.headingBase{
  font-size: 60px;
  line-height: 60px;
}
.small_heading{
  font-size: 24px;
}
.small_heading3{
  font-size: 26px;
}
.text_secondary{
  color: var(--secondary-color);
}
.rightAbout{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.rightAbout p, .shineBlock p, .rightProduct p{
  letter-spacing: 1px;
  line-height: 27px;
}
.btnPrimaryBorder{
  display: inline-block;
  padding: 12px 35px;
  border-radius: 40px;
  color: var(--secondary-color);
  border:1px solid var(--secondary-color);
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.btnPrimaryBorder:hover{
  color: #fff;
}
.btnPrimaryBorder:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background:var(--secondary-color);
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
  z-index: -1;
}
.btnPrimaryBorder:hover:before{
  width: 100%;
}
.btnSecondaryBorder{
 display: inline-block;
  padding: 12px 35px;
  border-radius: 40px;
  color: var(--primary-color);
  border:1px solid var(--primary-color);
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.btnSecondaryBorder:hover{
  color: #000;
}
.btnSecondaryBorder:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background:var(--primary-color);
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
  z-index: -1;
}
.btnSecondaryBorder:hover:before{
  width: 100%;
}
.circleGraphic:after{
  content: '';
  position: absolute;
  bottom: -38px;
  z-index: -1;
  right: -38px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border:60px solid #f5f5f5;
}
.bgSlider{
  background:#f9e8e8;
  position: relative;
  z-index: 1;
  height: 80vh;
  display: flex;
  align-items: center;
}
.bgSlider:after{
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45%;
  height: 100%;
  background: url(../images/bg/slider2.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.bgSlider.pattern:before{
  top: 10px;
  opacity: .1;
}
.shineBlock{
  position: relative;
  z-index: 1;
}
.shineBlock:after{
  content: '';
  position: absolute;
  top: -25%;
  left: 45%;
  width: 500px;
  z-index: -1;
  height: 500px;
  background: url(../images/bg/blob.png);
  background-size: cover;
  /*animation: roate infinite 20s ease-in-out;*/
}
@keyframes roate{
  0%{
    transform: rotate(0);
  }
  50%{
    transform: rotate(180deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.productSliderItem img{
  max-width: 100%;
}
.productSliderItem{
  border:1px solid var(--secondary-color);
  padding: 20px;
  position: relative;
  z-index: 1;
}
.productSliderItem:after{
  content: '';
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
  z-index: -1;
  height: 100%;
  border:1px solid var(--secondary-color);
}
.slick-list{
  padding:20px !important;
}
.sub_heading{
  font-size: 35px;
}
.productDescription{
  padding: 15px 0;
  text-align: center;
}
.productDescription .sub_heading{
  font-size: 28px;
}
.btnRead{
  display: inline-block;
  padding: 10px 30px;
  border-radius: 40px;
  color:#000;
  font-weight: 600;
  background: var(--primary-color);
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
}
.btnRead:hover{
  background: var(--secondary-color);
  color:#fff;
}
.rightProduct ul, .rightAbout ul{
  margin: 20px 0;
}
.rightProduct ul li, .rightAbout ul li{
  padding:15px 0 15px 30px;
  border-bottom: 1px dashed #e0e0e0;
  position: relative;
  font-size: 16px;
}
.rightProduct ul li:before, .rightAbout ul li:before{
  content: '\f138';
  position: absolute;
  top: 13px;
  left: 0px;
  color: var(--secondary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 18px;
}
.rightProduct{
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.curvePattern{
  position: relative;
  z-index: 1;
}
.curvePattern:after{
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  height: 480px;
  z-index: -1;
  background: url(../images/bg/curve.png) no-repeat;
  background-size: cover;
}
.actionCall{
  background: url(../images/bg/bg-action.jpg) no-repeat;
  background-attachment: fixed;
  background-size:cover;
  background-position: center;
  height: 600px; 
}
.centerCall h4{
  line-height: 100px;
}
.centerCall ul{
  display: flex;
  margin-top:30px; 
  margin-left: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.centerCall ul li{
  width: calc(100% / 2);
  font-size: 18px;
  padding:10px 20px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.centerCall ul li:before{
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: -1;
  font-weight: 700;
}
.bgLeft{
  position: relative;
  z-index: 1;
}
.bgLeft:before{
  content: '';
  position: absolute;
  z-index: -1;
  width: 50%;
  left: -5vw;
  height: 100%;
  background: var(--secondary-color);
  transform: skew(5deg);
}
.contactLeft, .contactForm{
  padding: 70px 0;
}
.contactLeft h4{
  color:#fff;
}
.listContact {
  margin-top: 40px;

}
.listContact li{
  padding:15px;
  padding-left: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 17px;
}
.listContact li:before{
  position: absolute;
  top: 12px;
  left: 0px;
  font-size: 20px;
  color:var(--primary-color);
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}
.listContact li.contact:before{
  content: '\f3c5';
}
.listContact li.phone:before{
  content: '\f879';
}
.listContact li.mail:before{
  content: '\f0e0';
}
.socialLinks{
  margin-top: 20px;
  margin-left: 15px;
}
.socialLinks{
  display: flex;
  align-items: center;
}
.socialLinks li a{
  display: inline-block;
  width: 40px;
  margin: 0 10px;
  height: 40px;
  font-size: 18px;
  background: #fff;
  color:#000;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.socialLinks li a:hover{
  background: var(--primary-color);
  color: #000;
}
.form-floating>.form-control:focus, .form-select:focus, .form-floating>.form-control:not(:placeholder-shown)
{
  border-color: var(--primary-color);
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.textHeight {
    height: 130px !important;
}
.form-floating>label{
  font-size:15px;
}
.contactForm form{
  margin-top: 40px;
}
.formItem{
  margin-bottom: 15px;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -200px;
  right: 10px;
  color: #000;
  background-color: var(--primary-color);
  z-index: 999;
  width: 45px;
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}
.footer{
  background: #000;
  padding: 10px;
}
.footerInline{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerInline p{
  color: #fff;
  font-size: 14px;
}
.footerInline p a{
  color: var(--primary-color);
}
.innerLeftImg{
  width: 35%;
}
.innerLeftImg img, .productInner img{
  max-width: 100%;
}
.productInner{
  position: absolute;
  width: 450px;
  bottom:0px;
  padding: 15px;
  right: 5px;
  padding-bottom: 0px;
  background: #0f2828;
}
.bannerTextInner{
  border:5px solid #2a4746;
  width: 450px;
  padding: 20px 30px;
  top: 20px;
  position: relative;
  left: -50px;
  z-index: 1;
  text-align: center;
}
.innerPage{
  z-index: 1;
  height: 400px;
}
/*.innerPage:after{
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 370px;
  height: 450px;
  background: url(../images/curve.png);
  background-size: cover;
  z-index: -1;
}*/
.greyBg{
  position: relative;
  z-index: 1;
}
.greyBg:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20%;
  left: 0px;
  height: 100%;
  background: #F7F7F7;
  z-index: -1;
}
.leftProduct{
  background: #f7f7f7;
  padding: 40px;
  padding-right: 20px;
}
.leftProduct img{
  max-width: 100%;
  position: relative;
  left: -25px;
}
.rightProductInner{
  padding: 60px 0;
  padding-left: 4vw; 
}
.rightProductInner p strong{
  color:var(--secondary-color);
}
.small_heading2{
  font-size: 30px;
}
.stickItem{
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.bgUse{
  background: url(../images/bg/how-use-bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.itemUse{
  text-align: center;
  height: 100%;
}
.space{
  height: 40px;
}
.centerBlock{
  background: rgba(255,255,255,.7);
  padding: 40px;
  border-radius: 10px;
}
.itemUse{
  border-right: 1px solid #e0e0e0;
  padding:20px;
}
.heightAuto{
  height: auto;
}
.borderNone{
  border:none;
}
.bannerTop img{
  max-width: 100%;
}
.bannerTop{
  position: relative;
}
.textTopBanner{
  position: absolute;
  top: 40vh;
  left: 5vw;
  width: 45%;
}
.productListing{
  position: relative;
  background: #f9f9f9;
  padding:20px;
  margin-bottom: 80px;
  border:1px solid #e0e0e0;
}
.productImg img{
  max-width: 100%;
}
.productDescriptionList{
  position: absolute;
  bottom: -50px;
  background: #fff;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  left:50%;
  transform: translateX(-50%);
  width: calc(100% - 1vw);
}
.productDescriptionList h4{
    font-size:21px;
}
.fontWeight700{
  font-weight: 700;
}
.productDescriptionList p{
  color: #000;
  font-size:15px;
}
.fontWeight600{
  font-weight: 600;
}
.productListing:hover .productDescriptionList{
  background: var(--primary-color);
}
.productListing:hover .productDescriptionList h4{
  color: #000;
}
.popines{
  font-family: 'popines', sans-serif;
}
.plus{
  width: 570px;
  top: -15px;
  left: -90px;
}
.salonActivity img{
  width: 100%;
}
.salonDescription{
  padding: 20px;
  border-bottom-right-radius: 5px;
  background: #fff;
  height: 170px;
  border-bottom-left-radius: 5px;
}
.salonActivity{
  border-radius: 5px;
}
.blobLeft{
  position: relative;
  z-index: 1;
}
.blobLeft:before{
  content: '';
  position: absolute;
  top: -120px;
  left: -100px;
  width: 450px;
  z-index: -1;
  height: 550px;
  background: url(../images/bg/blob2.png);
  background-size: cover;
  opacity: .3;
}
.salonDescription p{
  font-size: 16px;
}
.bgGrey{
  background: #FEF4F4;
}
.itemCertificate img{
  width: 100%;
  height: 367px;
}
.borderGrey{
  border:6px solid #71819C;
}
.productSfe2Shine{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 45%;
}
.productSfe2Shine .small_heading{
  font-size: 26px;
}
.productSfe2Shine h3 span{
  position: relative;
  z-index: 1;
}
.productSfe2Shine h3 span:after{
  content: '';
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 8px;
  background: var(--primary-color);
  z-index: -1;
}
.itemSlider img{
  margin-top: 25px;
}
.shortDescription{
  background: var(--secondary-color);
  padding:50px 0;
  position: relative;
  z-index: 1;
}
.formItem{
    margin-bottom:20px;
}
.form-floating>.form-control:focus, .form-select:focus, .form-floating>.form-control:not(:placeholder-shown), #phone:focus{
  border-color: var(--primary-color);
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.form-floating>label{
  font-size: 15px;
}
.textHeight{
  height: 150px !important;
}
.addressInfo h4{
  font-weight: 600;
}
.addressInfo ul{
  margin-top: 20px;
}
.addressInfo ul li{
  padding:10px 10px 10px 50px;
  position: relative;
  color: #333;
  font-weight: 500;
}
.addressInfo ul li a{
  color: #333;
  font-weight: 500;
}
.addressInfo ul li a:hover{
  color: var(--secondary-color);
}
.address:before{
  content: '\f3c5';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 40px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items:center;
  justify-content: center;
  border:1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.phone:before{
  content: '\f879';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items:center;
  justify-content: center;
  border:1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.mail:before{
  content: '\f0e0';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items:center;
  justify-content: center;
  border:1px solid var(--secondary-color);
  color: var(--secondary-color);
}

/* brand */
.brand{
  background: var(--secondary-color);
  height: 300px;
  position: relative;
  z-index: 1;
}
.brand:after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/bg/brand.png) no-repeat;
  background-size: cover;
}
.leftBrand{
  position: relative;
}
.leftBrand img{
  max-width: 300px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.brandSlider{
  position: absolute;
  top: 0;
  right: 0px;
  padding: 20px;
  height: 100%;
  border-radius: 0px;
  background:#f1f1f1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width:calc(100% - 22vw);
}
.itemBrandSlider img{
  max-width: 100%;
}
.itemBrandSlider h4{
  margin-top: 20px;
  text-align: center;
  color: var(--secondary-color);
}
.rightBrandText{
  padding-left: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rightBrandText p{
  margin-top: 15px;
}
.rightImg img{
  border-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.brandSlider2{
  right: auto;
  left: 0px;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.bgSecondary{
  background: var(--secondary-color);
}
.opportunityBg
{
	background-image:url(../images/oportunites.jpg) ;
}
.bgInner {
    background-size: cover;
    background-position: center;
    padding: 190px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.titleBorder{
	position: relative;
	z-index: 1;
}
.titleBorder:before{
	content: '';
	position: absolute;
	top: 65px;
	transition: all 0.5s ease-in-out;
	left: 0px;
	width: 100px;
	height: 3px;
	background: #222;
}
.spaceExtra {
    height: 100px;
}
.brandTop {
    top: 9%;
    padding: 30px 40px;
}
.rightAbout2:hover h4{
	color: #fff;
}
.rightAbout2 {
    padding: 35px 40px;
    position: relative;
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    left: -60px;
    top: 13%;
    border: 1px solid #e0e0e0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    background: #fff;
}
.rightAbout2:hover {
    background: var(--secondary-color);
    color: #fff;
    border-color: transparent;
}
.rightAbout2:hover .titleBorder:before {
    background: var(--primary-color);
}
.bgLightGrey{
    background:#f1f1f1;
}
.readMore {
    display: inline-block;
    background: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 30px;
    margin-top: 30px;
}
.leftBtn .readMore {
    background: #fff;
}
.productSliderItem a{
    color:var(--secondary-color);
}
.rightNone{
    left:0px;
}
.subTop{
	top: 11%;
}