/*
Theme Name: romat child
Template: romat
*/

/* font-family: 'Manrope', sans-serif;
font-family: 'Playfair Display', serif; */


@font-face {
    font-family: 'Brittany Signature';
    src: url('fonts/BrittanySignatureRegular.eot');
    src: url('fonts/BrittanySignatureRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BrittanySignatureRegular.woff2') format('woff2'),
        url('fonts/BrittanySignatureRegular.woff') format('woff'),
        url('fonts/BrittanySignatureRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h6{
	margin:0;
}
*{
	letter-spacing:0;
}
a{
	text-decoration:none !important;
}
body {
    background: #fff;
	font-family: 'Manrope', sans-serif;
}
.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
#site-header {
    position: fixed;
    width: 100%;
    background: #fff;
    transition: 0.3s;
    top: -1px;
    z-index: 1;
}
.home #site-header{
	background:transparent;
}
header#site-header.fixed {
    position: fixed;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	z-index:11;
}
header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
.copyright {
    width: 100%;
    text-align: center;
}
header .primary-menu li{
	margin:0 17px;
	font-family: 'Manrope', sans-serif;
	position:initial;
	padding:48px 0 35px 0;
	transition:0.3s
}
header#site-header.fixed .primary-menu li{
	padding:25px 0 20px 0 !important;
}
header#site-header.fixed .primary-menu ul.sub-menu{
	top:93px;
}
header .primary-menu a{
	font-size: 14px;
	letter-spacing: 0px;
	line-height:44px;
	color: #111111 !important;
	font-weight: 600;
	text-align: right;
	text-decoration:none;
	letter-spacing:0;
	text-transform:uppercase;
	position:relative;
}
header .primary-menu > li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #2c986b;
    height: 2px;
	transition: all .5s;
}
header .primary-menu > li a:hover:after {
    width: 100%;
}
header .primary-menu .sub-menu li a{
	text-transform:inherit !important;
}
header .primary-menu .sub-menu li a:after{
	display:none;
}
header .primary-menu > li.getintouch a:after{
	display:none;
}
header .primary-menu a:hover{
	text-decoration:none;
}
header .primary-menu li .icon{
	display:none;
}
header .primary-menu li.menu-item-has-children > a{
	background:url(/wp-content/uploads/2023/08/submenu.png) no-repeat;
	background-position:right center;
	background-size:10px;
	padding-right:20px !important;
	margin-right:0 !important;
}
header .primary-menu .getintouch a{
     font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 900;
    font-family: 'Manrope', sans-serif;
    background: #2c986b;
    padding: 12px 30px;
    float: left;
    border: none;
	letter-spacing:0;
	position:relative;
	z-index: 1;
	border:1px solid #2c986b;
	border-radius:5px;
}

header .primary-menu .getintouch a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f7fef6;
    transition: all 0.3s;
	z-index:-1;
	border-radius:5px;
}

header .primary-menu .getintouch a:hover{
	color:#2c986b !important;
}

/* header .primary-menu .getintouch a:hover::after {
    opacity: 1;
    transform: scale(1,1);
} */
header .primary-menu .getintouch a:hover::before {
    width:100%;
}
header .primary-menu a:hover{
	color:#2c986b !important;
}
#site-content.margin-top{
	padding-top:83px;
}
footer{
	background:#2c986b !important;
	padding:100px 0 0 0 !important;
}

footer .section-inner{
	max-width:1280px;
	margin:0 auto;
	flex-direction:column;
}
footer .top-footer {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(93,198,154,0.35);
}
.top-footer ul{
	float:left;
	width:100%;
	text-align:center;
	margin:0 0 40px 0;
}
.top-footer ul li{
	float:none;
	display:inline-block;
	list-style:none;
	margin:0 10px;
}
.top-footer ul li a {
    width: 45px;
    height: 45px;
    background: #86E6BD;
    padding: 8px;
    border-radius: 5px;
	transition: all 0.15s linear;
	display:inline-block;
}
.top-footer ul li a:hover{
	background:#fff;
}
/* .footer-con-detail .cont-row:hover img{
	 background: #fff;
	mix-blend-mode: multiply;
}
.top-footer ul li img:hover{
	 background: #fff;
	
	
} */
.top-footer h2{
	font-size: 42px;
	float:left;
	width:100%;
	line-height: 52px;
	color: #ffffff;
	font-weight: 300;
	font-family: 'Playfair Display', serif;
	margin:0 0 56px 0;
	letter-spacing:0;alignment-baseline
}
.footer-con-detail{
	float:left;
	width:100%;
	margin-bottom:40px;
}
.footer-con-detail .cont-row{
	float:left;
	width:33.3%;
	display:flex;
	align-items:center;
}
.footer-con-detail .cont-img{
    float: left;
    width: 48px;
    height: 48px;
    background: #5DC69A;
    padding: 10px;
    border-radius: 5px;
	transition: all 0.15s linear;
}
.footer-con-detail .cont-img img{
	filter: brightness(0) invert(1);
	padding:3px;
}
.footer-con-detail .cont-row:hover .cont-img{
   background: #fff;
}
.footer-con-detail .cont-row:hover .cont-img img{
	filter:inherit;
}
.footer-con-detail .cont-row p{
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 23px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
	float:left;
	width:calc(100% - 60px);
	text-align:left;
	margin:0;
	padding-left:15px;
	letter-spacing:0;
}
.footer-con-detail .cont-row p a{
	color:#fff;
	text-decoration:none;
	letter-spacing:0;
}
footer .copyright{
	padding:24px 0;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
	letter-spacing:0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}
.elementor-section.elementor-section-stretched {
    left: 0 !important;
}

.elementor-section .elementor-container{
	max-width:1280px;
}

.home-third-section{
	padding:100px 0 50px 0;
}
.home-third-section.elementor-section .elementor-column:nth-child(2) .elementor-widget-image img{
	width:90%;
}
.home-third-section.elementor-section .elementor-element.elementor-widget-image:first-child{
	margin-bottom:45px;
	overflow:hidden;
	border-radius:100%;
	padding:0 30px;
}
.home-third-section.elementor-section .elementor-element.elementor-widget-image:first-child .elementor-widget-container{
	  overflow: hidden;
    border-radius: 100%;
}
.home-third-section.elementor-section .elementor-element.elementor-widget-image:first-child img{
	transition:all 0.15s linear;
}
.home-third-section.elementor-section .elementor-column.elementor-col-33:hover .elementor-element.elementor-widget-image:first-child img{
	transform:scale(1.1);
}
.home-third-section .elementor-column.elementor-col-33:nth-child(2):hover .elementor-element.elementor-widget-image:first-child img{
	transform:scale(1);
}
.home-third-section.elementor-section .elementor-element.elementor-widget-text-editor .elementor-widget-container{
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #111111;
	font-weight: 400;
	font-family: 'Manrope', sans-serif;
	text-align: center;
	
}
.home-third-section.elementor-section .elementor-column:first-child .elementor-widget-image.logo-nw img{
	width:150px;
	height:auto !important;
}
.home-third-section.elementor-section .elementor-column:nth-child(3) .elementor-widget-image.logo-nw img{
	width:130px;
	height:auto !important;
}
.home-third-section.elementor-section .elementor-element.elementor-widget-text-editor{
	margin-bottom:10px;
}
.home-third-section .elementor-button .elementor-align-icon-right{
	transition:all 0.15s linear;
}

.home-third-section .elementor-button:hover .elementor-align-icon-right{
	padding-left:10px !important;
}
.home-third-section .elementor-column.elementor-col-33{
	padding:0 30px !important
}
.home-third-section .elementor-column.elementor-col-33:nth-child(2){
	padding:0 !important;
}
.home-third-section .elementor-widget-image img{
	width:100%;
}
.full-text{
	width:100%;
	text-align:center;
	padding:50px 0 62px 0 !important
}
.full-text.elementor-section .elementor-container{
	max-width:1080px;
}
.full-text.elementor-section .elementor-widget-text-editor strong{
	color: #2c996a;
	margin:0;
	padding:0;
	width:auto;
	font-family: 'Playfair Display', serif;
	float:none;
	letter-spacing:0;
}
.full-text.elementor-section .elementor-widget-text-editor p{
	font-size: 24px;
	line-height: 42px;
	color: #111111;
	font-weight: 300;
	font-family: 'Playfair Display', serif;
	text-align: center;
	letter-spacing:0;
}
.home-forth-section.elementor-section .elementor-container{
	max-width:100%;
}
.home-forth-section .elementor-widget-image-box .elementor-image-box-img {
    width: 50% !important;
	overflow:hidden;
	margin:0 !important;
}
.home-forth-section .elementor-widget-image-box .elementor-image-box-img:hover img{
	transform:scale(1.1);
}
.home-forth-section .elementor-widget-image-box .elementor-image-box-content{
	width:50%;
	text-align:center;
	padding:38px;
}
.home-forth-section .elementor-widget-image-box .elementor-image-box-title{
	font-size: 32px;
	line-height: 38px;
	color: #2b996a;
	font-weight: 400;
	margin:0 0 25px 0;
	font-family: 'Playfair Display', serif;
	letter-spacing:0;
}
.home-forth-section .elementor-widget-image-box .elementor-image-box-description{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #111111;
	font-weight: 400;
	font-family: 'Manrope', sans-serif;
	text-align: center;
	letter-spacing:0;
}
.home-forth-section .elementor-widget-image-box{
	margin:0 !important;
}
.home-forth-section .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{
	display:flex;
	align-items:center;
}
.home-forth-section .elementor-widget-image-box .elementor-image-box-img img{
	height:350px;
	object-fit:cover;
}

.home-fifth-section{
	padding:80px 0 80px 0;
}

.home-fifth-section .elementor-widget-heading h2.elementor-heading-title{
	font-size: 30px;
	line-height: 36px;
	color: #2b996a;
	font-weight: 400;
	margin:0 0 0 0;
	font-family: 'Playfair Display', serif;
	text-align:center;
	letter-spacing:0;
}
.home-fifth-section .elementor-widget-heading h6.elementor-heading-title{
	font-size: 18px;
	line-height:24px;
	color: #111111;
	font-weight: 700;
	font-family: 'Manrope', sans-serif;
	padding:0;
	text-align:center;
	margin:0 0 25px 0;
	letter-spacing:0;
}
.home-fifth-section .elementor-widget-image-box .elementor-image-box-description{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 26px;
	color: #111111;
	font-weight: 400;
	font-family: 'Manrope', sans-serif;
	text-align: center;
	letter-spacing:0;
}
.home-fifth-section.elementor-section .elementor-container{
	max-width:100%;
}
.home-fifth-section .elementor-column:first-child .elementor-widget-image img{
	max-width:500px;
	width:100%;
	text-align:center;
}
.home-fifth-section .elementor-column:nth-child(2) .elementor-widget-image .elementor-widget-container{
	text-align:right;
}
.home-fifth-section .elementor-column:nth-child(2) .elementor-widget-image img {
    width: 100%;
    margin-top: -80px;
}

.post-inner {
    padding-top: 0;
}
.home-banner.elementor-section .elementor-container{
	max-width:100%;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-overlay{
	background:transparent;
}
.home-banner.elementor-section .wpsisac-slick-slider .wpsisac-image-slide {
    text-align: center;
    height: 100vh;
}

.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title{
	font-size: 72px;
	line-height: 92px;
	color: #2a7856;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	width:475px;
	text-shadow:none;
	text-align:left;
	letter-spacing:0.5px;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title span{
	text-align:right;
	float:right;
	width:100%;
	font-family: 'Brittany Signature';
	line-height:130px;
	margin-top:0px;
	letter-spacing:0;
	padding-right:60px;
}

.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content{
    width:500px !important;
    text-align: center;
    float: left;
    width: 100%;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content ul{
	float: none;
    margin: 50px 0 0 0;
	text-align: center;
    display: inline-block;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content ul li{
	float:left;
	width:auto;
	font-size: 16px;
	line-height:20px;
	text-transform: uppercase;
	color: #2a7856;
	font-weight: 700;
	font-family: 'Manrope', sans-serif;
	list-style:none;
	margin:0;
	position:relative;
	padding:0 15px;
	letter-spacing:0;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content ul li::after{
	width:15px;
	height:15px;
	right:-10px;
	top:2px;
	background:url(/wp-content/uploads/2023/08/Polygon.png) no-repeat;
	content:"";
	position:absolute;
    background-size: 10px !important;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content ul li:last-child::after{
	display:none;
}
.home-banner.elementor-section .wpsisac-slick-slider .wpsisac-image-slide:nth-child(3) .wpsisac-slide-wrap .wpsisac-slide-title{
	text-align:center;
	width:400px;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p{
	font-size: 16px;
	letter-spacing: 0px;
	color: #2a7856;
	font-weight: 500;
	line-height:22px;
	font-family: 'Manrope', sans-serif;
	text-shadow:none;
	text-align:center;
	letter-spacing:0;
}
.wpsisac-slick-slider .wpsisac-readmore {
    clear: both;
    width:500px;
    text-align: center;
}
.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore{
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 22px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 900;
	font-family: 'Manrope', sans-serif;
	background: #2c986b;
	padding:11px 30px;
	border:1px solid #2c986b;
	float:none;
	letter-spacing:0;
	z-index:1;
	position:relative;
	border-radius:5px;
}
.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f7fef6;
    transition: all 0.3s;
    z-index: -1;
	border-radius:5px;
}

.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore:hover{
	color:#2c986b;
}
.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore:hover::before {
  width:100%;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide img{
	height:100vh;
	object-fit:cover;
	width: 100%;
	object-position:bottom;
}
.header-inner{
	padding:0 0;
	max-width:1280px;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content{
	width:1280px;
	top:55%;
}
.wpsisac-slick-slider.design-2 .slick-dots {
    left: inherit !important;
    right: 100px;
    text-align: center;
    bottom: 8px !important;
    position: absolute;
    width: 20px;
    top: 53%;
    transform: translateY(-50%);
    min-height: 100px;
    display: inline-block;
    height: min-content;
}
.wpsisac-slick-slider .slick-dots li button, .wpsisac-slick-carousal .slick-dots li button {
    background: rgba(42,120,86,0.5) !important;
    border: none;
    width: 15px !important;
    height: 15px !important;
}
.wpsisac-slick-slider .slick-dots li.slick-active button, .wpsisac-slick-carousal .slick-dots li.slick-active button{
	background:#2A7856 !important; 
}

.home-blog{
	padding:80px 0;
}
/* #post-cs .ps-box{
	background:transparent !important;
}
#post-cs.carousel2 {
    width: 100%;
} */
.home-blog .elementor-widget-heading .elementor-heading-title{
    font-size: 38px;
    line-height: 42px;
    color: #2b996a;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
}
/* #post-cs h2 {
    margin: 0;
	color:#111111;
	font-size:18px;
	font-family: 'Manrope', sans-serif;
	font-weight:700;
	letter-spacing:0;
	line-height:24px;
}
#post-cs h2 a{
	color:#111111;
}
#post-cs.carousel2 .ps-box{
	background:#fff;
    width: 48%;
    margin: 1%;
}
#post-cs .ps-box .ps-pad {
    display: flex;
    padding: 0;
    background: #fff;
}
#post-cs.carousel2 .ps-content {
    width: 60%;
    padding: 30px 80px 30px 30px;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}
#post-cs.carousel2 img.ps-image{
	width:40%;
	max-width:inherit;
	margin:0;
	height: 275px;
    object-fit: cover;
	transition: all 0.15s linear;
}
#post-cs.carousel2 .ps-box:hover img.ps-image{
	transform:scale(1.1);
	
}
.ps-date{
	color:#111111 !important;
	font-weight:400;
	font-size:14px;
	font-family: 'Manrope', sans-serif;
	line-height:20px;
	letter-spacing:0;
	margin-top:5px;
	float:left;
	width:100%;
}
.ps-excerpt{
	color:#111111 !important;
	font-weight:400;
	font-size:14px;
	font-family: 'Manrope', sans-serif;
	line-height:20px;
	letter-spacing:0;
	float:left;
	width:100%;
	margin-top:30px;
}
#post-cs .ps-readmore{
	display:none;
}
#post-cs .ps-pagi{
	padding:30px 0 0 0 !important;
}
#post-cs .ps-pagi a{
	width:15px;
	height:15px;
	background:#fff;
}
#post-cs .ps-pagi a:hover, #post-cs .ps-pagi a.active {
    background: #2C986B;
} */
.home-product-slider.elementor-section .elementor-container{
	max-width:100%;
}
.home-product-slider.elementor-section .elementor-container .marquee{
	width:100%;
	float:left;
	overflow: hidden;
	  box-sizing: border-box;
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 300px;
	  width: 100%;
	  overflow: hidden;
	  white-space: nowrap;
}
.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 20s linear infinite;
}

.marquee--inner:hover {
    animation-play-state: paused;
  }

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.home-product-slider.elementor-section{
	max-width:100%;
	overflow:hidden;
	width:100% !important;
}
.home-product-slider.elementor-section .elementor-container .marquee ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	display:flex;
}
.home-product-slider.elementor-section .elementor-container .marquee ul li{
	float:left;
	width:255px;
	margin:0;
	padding:8px;
	list-style:none;
	position:relative;
	line-height:0;
	transition: all 0.15s linear;
}
.home-product-slider.elementor-section .elementor-container .marquee ul li img{
	width:100%;
	transition: all 0.15s linear;
}

.home-product-slider.elementor-section .elementor-container ul li h3{
    position: absolute;
    bottom: 8px;
    width: 93%;
    background: rgba(0,0,0,0.3);
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    padding: 10px;
    color: #fff;
	font-weight:900;
	font-size:16px;
	font-family: 'Manrope', sans-serif;
	text-align:center;
	letter-spacing:0;
	transition: 0.3s;
	left:0;
	right:0;
	margin:auto;
}
.primary-menu ul.sub-menu {
    left: 0;
    width: 100%;
    margin: 0 auto;
    right: inherit;
    background: #F6FAF5 !important;
    top: 121px;
    border-radius: 0;
    padding: 50px 55px;
    visibility: hidden;
    border-bottom: 10px solid #2c986b;
	border-top:1px solid #eee;
    background-image: url(/wp-content/uploads/2023/08/menu-banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
	opacity:0;
}
.primary-menu li.menu-item-has-children:hover > ul li {
    padding: 0;
}
.primary-menu ul.sub-menu::after{
	display:none;
}
.primary-menu li.menu-item-has-children:hover > ul{
	visibility:visible;
	display: flex;
    column-gap: 50px
	opacity:1;
}
header .primary-menu ul.sub-menu li{
	width:25%;
	float: left;
    margin: 0;
	text-align:center;
}
header .primary-menu ul.sub-menu li .menu-img{
	border:20px solid #f4faf8;	
	 width: 100%;
	overflow:hidden;
	height: 290px;
	margin-bottom:15px;
}
header .primary-menu ul.sub-menu li img {
    float: none;
    display: inline-block;
    width: 100%;
	height: 250px;
    object-fit: cover;
	transition:0.3s;

}
header .primary-menu ul.sub-menu li:hover .menu-img img{
	transform:scale(1.1);
}
header .primary-menu ul.sub-menu li a{
	text-align:left;
	padding:0;
}
header .primary-menu ul.sub-menu li h3{
	color:#2B996A;
	font-family: 'Playfair Display', serif;
	font-size:24px;
	line-height:28px;
	font-weight:600;
	letter-spacing:0;
	margin:0 0 15px 0;
}
header .primary-menu ul.sub-menu li p{
	color:#111111;
	font-weight:500;
	font-size:14px;
	font-family: 'Manrope', sans-serif;
	line-height:22px;
	letter-spacing:0;
}
.site-logo img {
    
    width: 100px;
    height: auto !important;
	max-height:inherit !important;
}

.home .site-logo img {
    
    width: 110px;
    height: auto !important;
	max-height:inherit !important;
}
.home .site-logo.faux-heading {
    margin-top: 3rem;
}
.home header#site-header.fixed .site-logo.faux-heading {
    margin-top: 1rem;
}

.round_img {
    width: 280px !important;
    margin: auto;
    height: auto !important;
    
}
.home-product-slider.elementor-section .elementor-container .marquee ul li:hover img {
    transform: scale(1.1);
    transition: all 0.15s linear;
}

.img_block {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
	transition: all 0.15s linear;
}
.home-product-slider {
    padding: 0 !important;
    margin-top: 0px;
}
.custom_slider_text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Manrope', sans-serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0;
	margin-top:12px;
	margin-bottom:12px;
}

#pcp_wrapper-350.pcp-carousel-wrapper .sp-pcp-post {
    margin-top: 0;
    background: #fff;
	display: inherit;
}
#pcp_wrapper-350.pcp-carousel-wrapper .sp-pcp-post .x, .pcp-post-thumb-wrapper{
    width: 40%;
    float: left;
}
.sp-pcp-post .sp-pcp-title a{
	width:100%;
}
.sp-pcp-post .sp-pcp-title{
    width:60%;
    float: left;
	padding:40px 40px 8px 40px;
	margin:0;
}
.sp-pcp-post .sp-pcp-title a{
	font-size:18px;
	color:#111111 !important;
	font-family: 'Manrope', sans-serif;
	font-weight:700;
	letter-spacing:0;
	line-height:24px;
}
.sp-pcp-post .sp-pcp-post-meta{
	padding:0 40px;
	float:left;
	width:60%;
}
.sp-pcp-post .sp-pcp-post-meta ul li .entry-date{
	color:#111111 !important;
	font-weight:400;
	font-size:14px;
	font-family: 'Manrope', sans-serif;
	line-height:20px;
	letter-spacing:0;	
}
.sp-pcp-post .sp-pcp-post-content{
	padding:0 40px;
	float:left;
	width:60%;
	color:#111111 !important;
	font-weight:400;
	font-size:14px;
	font-family: 'Manrope', sans-serif;
	line-height:20px;
	letter-spacing:0;
	margin-top:12px;
}
.sp-pcp-post .pcp-post-thumb-wrapper{
	margin-bottom:0 !important;
}
.sp-pcp-post .sp-pcp-post-meta ul li i{
	display:none;
}

body.touch-enabled .primary-menu > li.menu-item-has-children > a{
	padding-right:20px !important;
}
header .primary-menu li:last-child{
	margin-right:0 !important;
}

/*  about us   */

.inner-banner{
	padding: 0 !important;
}
.inner-banner.elementor-section .elementor-container {
    max-width: 980px;
}
.inner-banner.elementor-section .elementor-widget-heading h1.elementor-heading-title{
    font-size: 72px;
    line-height: 92px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0.5px;
	margin:0;
}
.inner-banner.elementor-section .elementor-widget-heading h2.elementor-heading-title {
    font-size: 58px;
    line-height: 92px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Brittany Signature';
    text-shadow: none;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0;
    padding-left: 100px;
    margin-top: -15px;
}
.inner-banner.elementor-section .elementor-widget:not(:last-child), .about-main.elementor-section .elementor-widget:not(:last-child){
    margin-bottom: 0;
}
.about-main.elementor-section .elementor-widget-text-editor{
	margin-bottom:30px !important;
}
.inner-banner.elementor-section .elementor-column{
	margin-top:0;
}
.hydra-text-main.hydraoil-text .elementor-widget-image img{
	max-width:300px;
}
.hydra-text-main.hydraoil-text .elementor-widget-image{
	margin-bottom:20px;
}
.hydra-text-main.hydraoil-text .elementor-widget-heading{
	max-width:530px;
	margin:0 auto;
}
.hydra-text-main.hydraoil-text .elementor-widget-heading h5.elementor-heading-title{
    font-size: 27px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    margin: 0 0 40px 0;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
}
.hydra-text-main.hydraoil-text .elementor-widget-heading h4.elementor-heading-title{
	font-size: 28px;
    line-height: 38px;
    color: #2C986B;
    font-weight: 600;
    margin: 0 0 40px 0;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
	text-transform:uppercase;
}
.about-main .elementor-column:first-child .elementor-widget-wrap.elementor-element-populated{
	
}
.about-main{
	padding:80px 0 100px 0;
}

.about-main.elementor-section .elementor-widget-heading h2.elementor-heading-title{
    font-size: 42px;
    line-height: 52px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0.5px;
	margin:0 0 20px 0;
}
.about-romat-left {
    padding-right: 65px;
}
.about-main.elementor-section .elementor-widget-text-editor {
	font-size: 18px;
    line-height: 30px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0px;
	margin:0;
}

.about-content.elementor-section .elementor-widget-text-editor p , .about-content.elementor-section .elementor-widget-text-editor{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    letter-spacing: 0;
}
.about-content{
	padding:80px 0;
}
.about-content.elementor-section .elementor-widget-text-editor strong{
	color:#2C996A;
	text-transform:uppercase;
	font-weight: 300;
    font-family: 'Manrope', sans-serif;
}
.about-content.elementor-section .elementor-container {
    max-width: 1140px;
}

.personal-care .elementor-widget-heading .elementor-heading-title{
    font-size: 42px;
    line-height: 52px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 80px 0;
}
.personal-care{
	padding:80px 0 !important;
}
.personal-care .elementor-widget-heading{
	margin-bottom:0 !important;
}


.personal-care .elementor-widget-image-box .elementor-image-box-title{
    font-size: 26px;
    line-height: 38px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0;
    margin: 0 0 5px 0;
}
.personal-care .elementor-widget-image-box .elementor-image-box-description{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: left;
    letter-spacing: 0;
}
.personal-care .elementor-widget-image-box .elementor-image-box-wrapper{
	margin-bottom:80px;
}
.personal-care-blocks.elementor-section .elementor-widget-image-box .elementor-image-box-img{
	width:120px !important;
	height:120px;
}
.personal-care-blocks.elementor-section .elementor-widget-image-box .elementor-image-box-content{
    padding: 0 0 0 20px;
	width:calc(100% - 130px) !important;
}
.personal-care.elementor-section .elementor-section .elementor-widget-button.see-more .elementor-button{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 900;
    font-family: 'Manrope', sans-serif;
    background: #2c986b;
    padding: 12px 30px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
	border-radius:0;
    border: 1px solid #2c986b;
	min-width:180px;
}
.personal-care.elementor-section .elementor-section .elementor-widget-button.see-more .elementor-button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f7fef6;
    transition: all 0.3s;
    z-index: -1;
}
.personal-care.elementor-section .elementor-section .elementor-widget-button.see-more .elementor-button:hover {
    color: #2c986b !important;
}
.personal-care.elementor-section .elementor-section .elementor-widget-button.see-more .elementor-button:hover::before {
    width: 100%;
}
.benefits-sec{
	padding:0 !important;
}
.benefits-sec .elementor-widget-heading .elementor-heading-title {
    font-size: 52px;
    line-height: 58px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 50px 0;
}
.hydraoil-text{
	padding:80px 0 !important
}
.hydraoil-text .elementor-widget-text-editor{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #111111;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    letter-spacing: 0;
}
.hydraoil-text .elementor-widget-text-editor p{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    
}
.hydraoil-text.elementor-section .elementor-container{
	max-width:880px;
}
.hydraoil-text.elementor-section .elementor-widget-text-editor .elementor-widget-container{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    
}
.hydraoil-text.elementor-section .elementor-widget-text-editor .elementor-widget-container strong{
	 color: #2C986B;
	font-weight:400;
}
.page-id-452 .inner-banner.elementor-section .elementor-widget-heading h2.elementor-heading-title{
	padding-left:130px;
}
.cosmetic-section{
	padding-bottom:100px;
}
.cosmetic-section .elementor-background-slideshow__slide__image{
	background-position: top center;
    background-size: 100%;
	background-repeat:no-repeat;
}
.cosmetic-section .elementor-widget-image.abs-img{
	position: absolute;
    top: -145px;
}
.cosmetic-section.elementor-section .elementor-container{
	max-width:100%;
}
.cosmetic-section .elementor-widget-image.abs-img-two{
	position:absolute;
	top:0;
}
.cosmetic-section .elementor-widget-heading h2.elementor-heading-title {
    font-size: 52px;
    line-height: 58px;
    color: #fff;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 200px 0 5px 0;
}
.cosmetic-section .elementor-widget-heading h4.elementor-heading-title {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 30px 0;
}
.cosmetic-section .elementor-widget-heading h3.elementor-heading-title {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 50px 0 30px 0;
}
.cosmetic-section .elementor-widget-image-box.elementor-position-top .elementor-image-box-img{
	width:100% !important;
	margin-bottom:0 !important;
}
.cosmetic-section .elementor-widget-image-box.elementor-position-top .elementor-image-box-img img{
	width:250px;
	margin:0 auto;
}
.cosmetic-section .elementor-widget-heading{
	margin-bottom:0;
}
.cosmetic-section .elementor-widget-text-editor{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    letter-spacing: 0;
	text-align: center;
    max-width: 760px;
	margin:0 auto;
}
.cosmetic-img-sec.elementor-section{
	margin-top:30px !important; 
}
.cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container{
	width:1280px;
}
.cosmetic-section.elementor-section .elementor-widget-image-box .elementor-image-box-title{
	font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    text-shadow: none;
    letter-spacing: 0.5px;
    margin: 0 0 0 0;
}
.cosmetic-section.elementor-section .elementor-widget-image-box .elementor-image-box-description{
	font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0;
}
.cosmetic-img-sec .elementor-widget-image img{
	max-width:80%;
}
.page-id-565 .inner-banner.elementor-section .elementor-widget-heading h2.elementor-heading-title{
	padding-left:80px;
}
.cosmetic-section.revol-section .elementor-widget-heading h2.elementor-heading-title{
	color:#2A7856;
}
.cosmetic-section.revol-section .elementor-widget-heading h4.elementor-heading-title, .cosmetic-section.revol-section .elementor-widget-heading h3.elementor-heading-title, .cosmetic-section.elementor-section.revol-section .elementor-widget-image-box .elementor-image-box-title, .cosmetic-section.revol-section .elementor-widget-text-editor, .cosmetic-section.elementor-section.revol-section .elementor-widget-image-box .elementor-image-box-description {
	color:#0F2B20;
}
.hair-section{
	padding:20px 0 0 0;
}
.hair-section .elementor-section{
    padding-top: 70px !important;
}
.hair-section .elementor-widget-heading{
	margin-bottom:0 !important;
}
.hair-section .elementor-widget-heading .elementor-heading-title {
    font-size: 52px;
    line-height: 58px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 0 0;
}
.hair-section .elementor-widget-image-box .elementor-image-box-description{
	font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0;
}
.hair-section .elementor-widget-image-box .elementor-image-box-img{
	width:100px !important;
}
.hair-section.elementor-section > .elementor-container{
	max-width:100% !important;
}
.hair-section .elementor-background-slideshow__slide__image{
	background-repeat: no-repeat;
    background-size: 70% !important;
    background-position: bottom right -50% !important;
}
.hair-section .elementor-widget-image-box{
	margin-bottom:30px !important;
}
.vitro-study-section{
	padding-bottom:40px;
}
.vitro-study-section .elementor-widget-heading .elementor-heading-title {
    font-size: 52px;
    line-height: 58px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0 0 30px 0;
}
.vitro-study-section .study-inner .elementor-widget-text-editor.vitro-study-last-text .elementor-widget-container{
	font-size: 35px;
    line-height: 38px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 80px 0 0 0;
}

.vitro-study-section .elementor-widget-text-editor .elementor-widget-container{
	font-size: 18px;
    line-height: 32px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-shadow: none;
    
    margin: 0 0 0 0;
}
.vitro-study-section .elementor-widget-text-editor .elementor-widget-container strong{
	color: #2A7856;
	font-weight:400;
}
.study-inner .elementor-widget-image-box .elementor-image-box-title{
	font-size: 42px;
    line-height: 48px;
    color: #666666;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0 0 0 0;
}
.study-inner .elementor-widget-image-box .elementor-image-box-img{
	width:130px;
}
.study-inner .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    justify-content: center;
}
.study-inner .elementor-widget-image-box .elementor-image-box-content {
    width: auto;
}
.vitro-study-section .study-inner .elementor-widget-heading h3.elementor-heading-title{
	 font-family: 'Manrope', sans-serif;
	font-size:22px;
	line-height:28px;
	margin:0;
}
.vitro-study-section .study-inner .elementor-widget-text-editor .elementor-widget-container{
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}
.vitro-study-section .study-inner{
	padding-top:50px;
	padding-bottom:0 !important;
}
.application{
	padding:80px 0;
}
.application .elementor-widget-heading .elementor-heading-title {
    font-size: 52px;
    line-height: 58px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
	text-align:center;
    letter-spacing: 0.5px;
    margin: 0;
}
.application .elementor-widget-image-box{
	margin-bottom:30px !important;
}
.application .elementor-widget:not(:last-child){
	margin-bottom:0;
}
.application .elementor-widget-image-box .elementor-image-box-title{
	font-size: 20px;
    line-height: 26px;
    color: #0F2B20;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0;
}
.application .elementor-section .elementor-container {
    max-width: 1080px;
}
.application .elementor-widget-image-box .elementor-image-box-img{
	width:100px !important;
}
.application .elementor-section{
	padding-bottom:0 !important;
}
.product-main{
	padding:0 0 25px 0;
}
.product-main.first-child{
	padding-top:80px;
}
.product-main:last-child{
	padding-bottom:80px !important;
}
.product-main .elementor-widget-image-box.elementor-position-top .elementor-image-box-img img{
	mix-blend-mode: multiply;
}
.product-main .elementor-widget-image-box .elementor-image-box-title{
    font-size: 22px;
    line-height: 26px;
    color: #2b996a;
    font-weight: 600;
    margin: 10px 0 0 0;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
}
.product-main.elementor-section .elementor-widget-image-box .elementor-image-box-img{
	width:200px !important;
	margin:0 !important;
}
.product-main.elementor-section .elementor-container{
	column-gap:25px;
	width:1040px;
}
.product-main.elementor-section .elementor-widget-image-box .elementor-image-box-description {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #111111;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    letter-spacing: 0;
	display:none;
}
.product-main.elementor-section .elementor-container .elementor-column .elementor-widget-wrap{
	padding:60px 10px;
}
#pcp_wrapper-350.pcp-carousel-wrapper .sp-pcp-post a.sp-pcp-thumb{
	overflow:hidden;
}
.swiper-backface-hidden .swiper-slide:hover .sp-pcp-post .sp-pcp-post-thumb-area img{
	transform:scale(1.1);
}

.product-main.blends{
	padding:80px 0 !important;
}

.product-main.blends .elementor-widget-image img {
    height: 410px;
    object-fit: cover;
	border-radius:410px;
	width:410px;
}
.product-main.blends.elementor-section .elementor-container .elementor-column .elementor-widget-wrap {
    padding: 0;
}
.product-main.blends.elementor-section.first .elementor-container .elementor-column:nth-child(2) .elementor-widget-wrap{
	padding-left:80px;
}
.product-main.blends.elementor-section.second{
	padding-top:0 !important;
}
.product-main.blends.elementor-section.second .elementor-container .elementor-column:first-child .elementor-widget-wrap{
	padding-right:80px;
}
.product-main.blends.elementor-section .elementor-widget-heading .elementor-heading-title{
    font-size: 32px;
    line-height: 32px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0;
}
.product-main.blends.elementor-section .elementor-widget.elementor-widget-button .elementor-button{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 900;
    font-family: 'Manrope', sans-serif;
    background: #2c986b;
    padding: 12px 30px;
    float: left;
    border: none;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #2c986b;
	margin-top:20px;
}
.product-main.blends.elementor-section .elementor-widget.elementor-widget-button .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f7fef6;
    transition: all 0.3s;
    z-index: -1;
}
.product-main.blends.elementor-section .elementor-widget.elementor-widget-button .elementor-button:hover::before {
    width: 100%;
}
.product-main.blends.elementor-section .elementor-widget-text-editor .elementor-widget-container{
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: left;
    letter-spacing: 0;
}
.product-main.blends.elementor-section .elementor-widget-text-editor .elementor-widget-container p{
	margin:0;
}
.product-main.blends.elementor-section .elementor-widget.elementor-widget-button .elementor-button:hover {
    color: #2c986b !important;
}
.contact-detail.elementor-section .elementor-container{
	column-gap:25px;
}
.contact-detail.elementor-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:50px 20px;
}
.contact-detail.elementor-section .elementor-widget-image-box .elementor-image-box-img{
	width:22px !important;
	margin-top:5px !important;
}
.contact-detail.elementor-section .elementor-widget-image-box:nth-child(3) .elementor-image-box-img{
	width:25px !important;
}
.contact-detail.elementor-section .elementor-widget-image-box .elementor-image-box-title{
    font-size: 26px;
    line-height: 32px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0 0 5px 0;
}
.contact-detail.elementor-section .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
    width: 100px;
    background: #2a7856;
    padding: 25px;
    border-radius: 100%;
}
.contact-detail.elementor-section .elementor-widget-image-box.elementor-position-top .elementor-image-box-img img{
	filter: brightness(0) invert(1);
}
.contact-detail.elementor-section .elementor-widget-image-box .elementor-image-box-description{
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: left;
    
}
.contact-detail.elementor-section .elementor-widget-image-box .elementor-image-box-description a{
	color: #111111;
}
.contact-form .elementor-widget-heading .elementor-heading-title{
	font-size: 38px;
    line-height: 42px;
    color: #0F2B20;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 0 0;
}
.contact-form .elementor-widget-text-editor .elementor-widget-container{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    
    margin-bottom: 10px;
}

.contact-form.elementor-section .elementor-container {
    max-width: 980px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea{
	width:100%;
	border:2px solid #e7e7e7;
	padding:10px 15px;
	line-height:30px;
	font-size:16px;
	color:#111;
	font-family: 'Manrope', sans-serif;
	border-radius:5px;
	font-weight:400;
}
.contact-form .cont-row{
	width:100%;
	float:left;
}
.cont-row.half-row{
	width:49%;
	float:left;
	position:relative;
}
.cont-row p{
	float:left;
	width:100%;
}
.cont-row p span{
	float:left;
	width:100%;
}
.cont-row p span .captcha-image span{
	float:none;
	width:auto;
}
.cont-row.half-row:nth-child(3) , .cont-row.half-row:nth-child(5) {
    float: right;
}
.contact-form .wpcf7-form input[type="submit"]{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 900;
    font-family: 'Manrope', sans-serif;
    background: #2c986b;
    padding: 12px 30px;
    float: left;
    border: none;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #2c986b;
	text-decoration:none;
	min-width:140px;
	transition: all 0.15s linear;
	border-radius:5px;
}
.contact-form .wpcf7-form input[type="submit"]:hover{
	background:#f7fef6;
	color:#2c986b !important;
}
.captcha-image {
	float: left;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0 !important;
    border: none !important;
	text-align:left !important;
}

.captcha-image svg {
    padding: 7px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 10px auto auto auto;
    border-radius: 100px;
    border: 2px solid #eee !important;
    background: #fff;
    margin-left:0;
}
.captcha-image .cf7ic_instructions {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
	font-family: 'Manrope', sans-serif;
}

.captcha-image .cf7ic_instructions span{
    font-size: 16px;
	font-family: 'Manrope', sans-serif;
	color:#2c986b !important;
}
.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
    border: 2px solid #fff !important;
    background: #2c986b;
    fill: #fff !important;
    color: #fff;
}
.captcha-image label{
	float:left;
}
.wpcf7-not-valid-tip{
	font-size: 13px;
	font-family: 'Manrope', sans-serif;
	position:absolute;
	bottom:-18px;
}
.kc_captcha .wpcf7-not-valid-tip {
    bottom: -40px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
   border:none;
	padding:0;
	font-family: 'Manrope', sans-serif;
	margin:30px 0 0 0;
}
textarea:focus, input:focus{
    outline: none;
}
.inner-banner .elementor-background-slideshow__slide__image{
	background-size: 103% !important;
	background-repeat: no-repeat !important;
}

.contact-detail .elementor-widget-heading .elementor-heading-title{
    font-size: 38px;
    line-height: 42px;
    color: #2b996a;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
}
.contact-detail .elementor-widget:not(:last-child){
	margin-bottom:0;
}
.contact-detail .elementor-widget-image img{
	height: 400px;
    object-fit: cover;
	
}
.contact-detail.elementor-section .elementor-widget-text-editor .elementor-widget-container{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #111111;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    text-align: left;
    letter-spacing: 0;
	margin-bottom:0;
}
.contact-detail .elementor-widget-image-box{
	margin-bottom:20px !important;
}
.contact-map.elementor-section .elementor-container{
	max-width:100%;
}
.page-id-1279 .inner-banner.elementor-section .elementor-widget-heading h2.elementor-heading-title{
	padding-left:200px;
}
.single-post header.entry-header.has-text-align-center.header-footer-group{
	display:block;
	padding-bottom:50px;
}
.single-post .entry-categories-inner{
	display:none;
}
.single-post .entry-header-inner h1.entry-title{
    font-size: 38px;
    line-height: 42px;
    color: #2b996a;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
	text-align:left;
}
.single-post .intro-text p{
    color: #111111 !important;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    line-height: 22px;
    letter-spacing: 0;
	text-align:left;
	width:100%;
}
.single-post .intro-text{
	margin:0;
}
.single-post .intro-text p br{
	display:none;
}
.single-post .featured-media-inner {
    width: calc(100% - 18rem);
    max-width: 100rem;
	left:0;
	padding-bottom:80px;
}
.single-post .featured-media img{
	width:100%;
}
.single-post .post-meta-wrapper{
	width:100%;
	margin:0;
}
.single-post .post-meta-single-top .post-meta{
	float:left;
	margin:0;
	justify-content:flex-start;
}
.post-meta .post-date .meta-icon svg{
	display:none;
}
.post-meta .meta-icon{
	display:none;
}
.single-post .post-meta-single-top .post-meta li.post-author.meta-wrapper, .single-post .post-meta-single-top .post-meta li.post-comment-link.meta-wrapper{
	display:none;
}
.single-post .post-meta .meta-wrapper{
    color: #111111 !important;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    line-height: 20px;
    letter-spacing: 0;
	margin:0;
	width:200px;
}
.pagination-single, .comments-wrapper{
	display:none;
}

.home-product-slider.elementor-section .elementor-container ul li:hover h3 {
    background: rgba(0,0,0,0.8);
}
.img-animation .elementor-widget-container{
	overflow:hidden;
	position:relative;
}
.img-animation .elementor-widget-container:after {
    content: "";
    background-color: rgba(44, 152, 107, 0.7);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 1.2s ease .5s;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.img-animation.img-animation1 .elementor-widget-container:after{border-radius:410px;}

.img-animation.animated .elementor-widget-container:after{
    -ms-transform: translate(101%) matrix(1,0,0,1,0,0);
    transform: translate(101%) matrix(1,0,0,1,0,0);
}
.home-forth-section .elementor-widget-image-box .elementor-image-box-img{
	overflow:hidden;
	position:relative;
}
.home-forth-section .elementor-widget-image-box .elementor-image-box-img:after {
    content: "";
    background-color: rgba(44, 152, 107, 0.7);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 1.2s ease .5s;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.home-forth-section.animated .elementor-widget-image-box .elementor-image-box-img:after{
    -ms-transform: translate(100%) matrix(1,0,0,1,0,0);
    transform: translate(100%) matrix(1,0,0,1,0,0);
}

@keyframes fade {
    from {
        opacity: 0 !important;
    }

    to {
        opacity: 1 !important;
    }
}
.img-animation.fadeInLeft {
    animation-name: fade !important;
}
.img-animation.animated {
    animation-duration: 2s;
}
.revol-seven-section.elementor-section{
	padding:0;
}
.revol-seven-section.elementor-section .elementor-container {
    max-width: 100%;
}
.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-content{
	width:50%;
	padding:0 80px;
}
.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-title{
	font-size: 32px;
    line-height: 38px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 15px 0;
}
.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-description{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    
}
.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-img{
	margin:0 !important;
}
.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-description span{
	color:#2a7856;
}
.cosmetic-section.revol-section .elementor-section .elementor-widget-image-box{
	margin-bottom:40px;
}
.cosmetic-section.revol-section .elementor-section{
	padding-bottom:0 !important;
}
.cosmetic-section.elementor-section .elementor-widget-image-box .elementor-image-box-img{
	width:240px !important;
}
.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-description strong {
    font-weight: 400;
    font-size: 12px;
    color: #2a7856;
}
.hair-section.elementor-section .elementor-container{
	max-width:1080px;
}
.brochure-main{
	padding:80px 0;
}
.brochure-main.elementor-section.elementor-section-boxed>.elementor-container{
	column-gap:30px;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0 !important;
	position:relative;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-img::after{
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	left:0;
	top:0;
	/*background:rgba(0,0,0,0.1);*/
	transition:0.5s;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-img img{
	 height: 495px;
	object-fit:cover;
}
.paddingbottom0{
	padding-bottom:0;
}
.paddingtop0{
	padding-top:0;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-title{
   color: #FFF;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
	font-family: 'Playfair Display', serif;
	text-align:left;
	margin:0;
	padding:0 20px;
	opacity:0.85;
	transition:0.5s;
}

.brochure-main .elementor-widget-image-box .elementor-image-box-description a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    line-height: 24px;
    letter-spacing: 0;
	text-align:left;
	position:relative;
	transition:0.5s;
	display:inline-block;
}
.brochure-main .elementor-widget-image-box{
	margin-bottom:30px !important;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-wrapper{
	line-height:0;
	position:relative;
	overflow:hidden;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -41px;
    transition: 0.3s;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-description {
	background:#2c986b;
	padding:20px;
	text-align:left;
	transition:0.5s;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-description a::after {
    position: absolute;
    right: -60px;
    width: 50px;
    height: 2px;
    background: #fff;
    content: "";
    bottom: 9px;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-content{
	height:auto;
}
.brochure-main .elementor-widget-image-box .elementor-image-box-description strong{
	 color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 9px 0;
	text-align:left;
	width:100%;
	display:inline-block;
}

.brochure-main .elementor-widget-image-box:hover .elementor-image-box-img::after{
	background:rgba(0,0,0,0.5);
}
.brochure-main .elementor-widget-image-box:hover .elementor-image-box-title{
	opacity:0.8;
}
.brochure-main .elementor-widget-image-box:hover .elementor-image-box-content{
	bottom:0;
}

.download_block {
    background:#f4faf8;
    padding: 30px 20px 20px 20px;
    border-radius: 0;
    margin: 0 20px 40px 20px;
	border-radius:8px;
}
.download_block.download_block_blank{background:#fff;}
.download_block .elementor-widget-image {
    width: 170px;
    height: 170px;
    margin: auto auto 30px auto;
    background: #fff;
    border-radius: 170px;
    line-height: 170px;
}
.download_block img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.download_block.download_block_romat img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.padding0 { padding-top:0; padding-bottom:0;}
.download_block .elementor-widget-heading {
    margin: 0;
}
.download_block .elementor-heading-title.elementor-size-default {
    font-size: 22px;
    line-height: 26px;
    color: #2b996a;
    font-weight: 400;
    margin: 0;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
}
.download_block.download_block2 .elementor-widget-image img {
    object-fit: cover;
    width: 160px;
    height: 160px;
    border-radius: 160px;
    margin-top: -5px;
}
.about-top .elementor-heading-title.elementor-size-default {
    font-size: 38px;
    line-height: 48px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0;
}
.about-top .elementor-widget-text-editor .elementor-widget-container {
    font-size: 18px;
    line-height: 32px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    letter-spacing: 0;
    padding: 0;
}
.brand_story .elementor-heading-title.elementor-size-default {
    font-size: 42px;
    line-height: 52px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
}
header#site-header.fixed .site-logo img {
    padding: 10px;
}
.sp-pcp-post .sp-pcp-post-content p br {
    display: none;
}
.personal-care-blocks .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
}
.personal-care-blocks .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    object-fit: cover;
}
.personal-care-blocks.elementor-section .elementor-widget-image-box .elementor-image-box-content {
    padding: 0 80px 0 25px;
}
.download_block .badge.elementor-widget-image {
    background: transparent;
    width: auto;
    height: auto;
    line-height: 0;
    border-radius: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -38px;
    left: 0;
    margin: auto;
}
.download_block .badge.elementor-widget-image img {
    width: 180px;
    height: auto;
    object-fit: inherit;
}
/*.download_block.download_block_badge:before {
    content: "Speciality Products";
    position: absolute;
    right: 32px;
    top: -3px;
    color: #fff;
    font-size: 12px;
    /*font-family: 'Playfair Display', serif;*/
    z-index: 1;
    font-weight: 900;
    letter-spacing: 0;
    font-family: "Manrope", sans-serif;
}*/
header .primary-menu li.current_page_item a {
    color: #2c986b !important;
    font-weight: 900;
}

.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content .slider_img img {
    height: auto;
    object-fit: inherit;
    width: auto;
}

.slider_img {
    margin-bottom: 30px;
}

.cosmetic-section .elementor-widget-text-editor p br {
    display: none;
}

.wpsisac-readmore {
    display: none;
}
.wpsisac-readmore.wpsisac-readmore-block {
    display: block;
	margin:20px 0 0 0;
}
.top-footer ul li a img {padding:4px;}

header .primary-menu li.current_page_item a {
    color: #2c986b !important;
}
.cont-row.half-row input {
    border: 2px solid #e7e7e7 !important;
    border-radius: 5px;
}
header .primary-menu li.current_page_item.getintouch a {
	color: #fff !important;
}
main#site-content{
	padding-top:108px;
}
.home main#site-content{
	padding-top:0;
}
.about-top .thankyou .elementor-widget-container .elementor-heading-title.elementor-size-default {
    font-size: 90px;
    font-weight: 900;
    line-height: 120px;
    text-transform: uppercase;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title img {
    display: none !important;
}
.img_right img {
    height: 800px;
    object-fit: cover;
    object-position: top;
}
.case-study-form {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%!important;
    background: rgba(0,0,0,.8);
    left: 0;
    height: 100vh;
    align-items: center;
}
.case-study-form .elementor-widget-container {
    margin: auto;
    width: 660px;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#closebutton {
    position: absolute;
    right: -40px;
    top: -25px;
    color: #fff;
    font-family: 'Gilroy-Bold';
    background: #2a7856;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
}
.case-study-form .elementor-widget-container h2 {
    font-size: 22px;
    line-height: 30px;
    color: #2a7856;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0 0 30px 0;
}
.case-study-form .elementor-widget-container input {
    width: 100%;
    border: 2px solid #e7e7e7;
    padding: 10px 15px;
    line-height: 30px;
    font-size: 16px;
    color: #111;
    font-family: 'Manrope', sans-serif;
    border-radius: 5px;
    font-weight: 400;
    border: 2px solid #e7e7e7;
}
#closebutton p {
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    padding: 0;
    margin: 4px 0 0 0;
}
.case-study-form .elementor-widget-container input.wpcf7-submit {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 900;
    font-family: 'Manrope', sans-serif;
    background: #2c986b;
    padding: 12px 30px;
    float: left;
    border: none;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #2c986b;
    text-decoration: none;
    min-width: 140px;
    transition: all 0.15s linear;
    border-radius: 5px;
    float: left;
    width: auto;
	margin-top:20px;
}
.case-study-form .elementor-widget-container input.wpcf7-submit[type="submit"]:hover {
    background: #f7fef6;
    color: #2c986b !important;
}
.wpcf7-response-output {
    color: red;
    font-size: 12px;
    width: 100%;
    text-align: left;
    float: left;
}
.theme_btn a {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 900;
    font-family: 'Manrope', sans-serif;
    padding: 12px 30px;
    float: left;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
	background: #2c986b;
    border: 1px solid #2c986b;
    margin-top: 20px;
    border-radius: 3px;
    transition: all .3s;
    cursor:pointer;
}
.product-main .theme_btn a:hover {
    color: #2c986b !important;
}
.product-main .theme_btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f7fef6;
    transition: all 0.3s;
    z-index: -1;
    border-radius: 3px;
}
.product-main .theme_btn a:hover::before {
    width: 100%;
}
.case-study-form .elementor-widget-container h2 span#pdf-name {
    font-weight: 700;
}

.download_link .theme_btn{
	text-align:center;
}
.download_link .theme_btn a {
    font-size: 14px;
    line-height: 20px;
    text-transform: inherit;
    font-weight: 700;
    font-family: Manrope, sans-serif;
    float: none;
    letter-spacing: 0px;
    position: relative;
    z-index: 1;
    margin-top: 0;
    cursor: pointer;
    width: auto;
    text-align: center;
    color: rgb(0, 0, 0) !important;
    background: transparent;
    padding: 12px 30px;
    border-width: initial;
    border-style: initial;
    border-color: transparent;
    border-image: initial;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
	background: url(/wp-content/uploads/2023/08/right-arrow.png) no-repeat;
    padding-right: 15px;
    background-size: 8px;
    background-position: right center;
	display:inline-block;
	padding-left:0;
}
.download_block:hover .download_link .theme_btn a{
	padding-right:20px;
}
.contact-map .abs-address.elementor-widget-icon-box {
    position: absolute;
    width: 400px;
    z-index: 1;
    background: #fff;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
.contact-map .abs-address.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{
    width: 40px !important;
    margin-top: 5px !important;
}
.contact-map .abs-address.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon img{
	
}
.contact-map .abs-address.elementor-widget-icon-box .elementor-icon-box-title{
	font-size: 28px;
    line-height: 32px;
    color: #2b996a;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
}
.contact-map .abs-address.elementor-widget-icon-box .elementor-icon-box-description{
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: left;
}
.contact-map .abs-address.elementor-widget-icon-box{
	padding:20px 10px;
}
.contact-map .abs-address.elementor-widget-icon-box .fa-location-arrow:before{
	font-size:30px;
	color:#2c986b;
}
.wpcf7-response-output {
    display: none;
}
footer .copyright p {
    float: left;
    width: 50%;
    text-align: left;
	margin:0 !important;
}
footer .copyright p:last-child {
    float: right;
    text-align: right;
}
footer .copyright p a{
	color:#fff;
}



@media only screen and (max-width: 1360px) {
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content{
		width:90%;
	}
	.header-inner, footer .section-inner{
		max-width:90%;
		width:100%;
	}
	.elementor-section .elementor-container{
		max-width:90%;
	}
	.home-product-slider{
		width:100%;
		overflow:hidden;
	}
	.primary-menu ul.sub-menu{
		max-width:100%;
		top:120px;
	}
	.home-fifth-section .elementor-column:first-child{
		padding-left:5%
	}
	.sp-pcp-post .sp-pcp-post-thumb-area img {
		height: 300px;
		object-fit: cover;
	}
	.inner-banner .elementor-background-slideshow__slide__image{
		background-size:cover !important;
	}
	.cosmetic-img-sec.hydra-oil.elementor-section {
		background: #2e6d53;
		padding-bottom: 80px !important;
	}
	.cosmetic-section.hydra-oil .elementor-widget-heading.back-heading{
		background: #2e6d53;
	}
	.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-content {
		width: 50%;
		padding: 0 5%;
	}
	.why-us.elementor-section .elementor-container .elementor-section .elementor-container{
		max-width:100%;
	}
}
@media only screen and (max-width: 1280px) {
	.cosmetic-section.hydra-oil .elementor-widget-image.abs-img {
		top: -125px;
	}
	.cosmetic-section.hydra-oil .cosmetic-img-sec.elementor-section{
		background: #2e6d53;
		padding-bottom:100px !important;
	}
	.cosmetic-section.hydra-oil{
		padding-bottom:0;
	}
	.primary-menu ul.sub-menu{
		background-size:100% !important;
	}
	.about-content.elementor-section .elementor-container {
		max-width: 90%;
	}
	
}

@media only screen and (max-width: 1200px) {
	.full-text.elementor-section .elementor-container {
		max-width: 90%;
	}
	.sp-pcp-post .sp-pcp-post-content p br{
		display:none;
	}
	.contact-detail.elementor-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
		padding:0;
	}
	.hair-section .elementor-background-slideshow__slide__image {
		background-size: 74% !important;
	}
	.hair-section.elementor-section .elementor-container{
		max-width:90%;
	}
}
@media only screen and (max-width: 1180px) {
	.single-post .featured-media-inner {
		width: calc(100% - 4rem);
	}
	.primary-menu ul.sub-menu{
		column-gap:30px !important;
		padding:30px !important;
	}
	
}
@media only screen and (max-width: 1080px) {
	.sp-pcp-post .sp-pcp-title{
		padding:20px 20px 8px 20px;
	}
	.sp-pcp-post .sp-pcp-post-meta, .sp-pcp-post .sp-pcp-post-content{
		padding:0 20px;
	}
	.inner-banner.elementor-section .elementor-container {
		max-width: 90%;
	}
	.cosmetic-section.hydra-oil .elementor-widget-image.abs-img {
		top: -110px;
	}
	.contact-detail.elementor-section .elementor-container {
		flex-wrap:inherit;
	}
	.contact-form.elementor-section .elementor-container {
		max-width: 90% !important;
	}
	.product-main.blends.elementor-section.first .elementor-container .elementor-column:nth-child(2) .elementor-widget-wrap {
		padding-left: 40px;
	}
	.product-main.blends.elementor-section.second .elementor-container .elementor-column:first-child .elementor-widget-wrap {
		padding-right: 40px;
	}
	header .primary-menu ul.sub-menu li .menu-img{
		height: 200px;
	}
	header .primary-menu ul.sub-menu li img {
		height: 160px;
	}
	.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-img img {
		height: 300px;
		object-fit: cover;
		object-position: center;
	}
	.about-top .elementor-heading-title.elementor-size-default, .about-main.elementor-section .elementor-widget-heading h2.elementor-heading-title {
		font-size: 36px;
		line-height: 48px;
	}
	.about-romat-left {
		padding-right: 30px;
	}
	.personal-care-blocks.elementor-section .elementor-widget-image-box .elementor-image-box-content {
		padding: 0 30px 0 0;
	}
	.cosmetic-section.elementor-section .elementor-widget-image-box .elementor-image-box-img {
		width: 180px !important;
	}
	.cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container {
		width: 90%;
	}
	.about-main .elementor-widget-image img{
		height: 845px;
    	object-fit: cover;
	}
	.personal-care-blocks .elementor-image-box-wrapper figure.elementor-image-box-img img {
		width: 100px;
		height: 100px;
	}
	.footer-con-detail .cont-row p br {
		display: none;
	}
}
@media (min-height: 1000px) and (max-width: 1024px) {
	 .wpsisac-slick-slider.design-2 .wpsisac-image-slide img {
		object-position: right;
	}
	.cosmetic-section.hydra-oil .elementor-widget-image.abs-img {
		top: -125px;
	}
	.product-main.blends .elementor-widget-image img {
    height: 300px;
    object-fit: cover;
	border-radius:300px;
	width:300px;
}
}
@media only screen and (max-width: 1024px) {
	.product-main.elementor-section .elementor-container {
		flex-wrap: inherit;
	}
	.download-main.elementor-section .elementor-container {
		flex-wrap: inherit;
		column-gap:15px;
	}
	.download_block{
		margin:0 0 15px 0;
		padding:20px 10px;
	}
	.download-main.elementor-section  .elementor-button{
		padding:0;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content {
    display: none;
}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title p {
    display: none;
}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide img {
    display: none !important;
}
	
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title img.tabletbanner { display:block !important;}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title img.mobilebanner { display:none !important;}
	
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content {
    width: 100%;
}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content {
    width: 100%;
    top: 0;
    transform: inherit;
}
	
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title {
    width: 100%;
		margin-top:0 !important;
}
	.wpsisac-image-slide, .wpsisac-slide-wrap {
    height: 92vh;
}
	.home-banner.elementor-section .wpsisac-slick-slider .wpsisac-image-slide {
    text-align: center;
    height: 92vh;
}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title img {
    display: block !important;
    object-position: center;
    width: 100% !important;
    height: 100vh !important;
    object-fit: contain;
    object-position: top;
}
	.wpsisac-slick-slider.design-2 .slick-dots { display:none !important;}
	.home-banner.elementor-section .wpsisac-slick-slider .wpsisac-image-slide:nth-child(3) .wpsisac-slide-wrap .wpsisac-slide-title {
    text-align: center;
    width: 100%;
}
}

@media only screen and (max-width: 999px) {
	.header-titles-wrapper {
		align-items: flex-start;
		display: flex;
		justify-content: flex-start;
		padding: 0;
		text-align: left;
	}
	button.toggle.search-toggle.mobile-search-toggle{
		display:none;
	}
	.header-inner .toggle{
		padding:0;
		width:35px;
		height:35px;
		position:absolute;
		top:42px;
	}
	.header-inner .toggle span.toggle-icon{
		width: 35px;
		height: 3px;
		background: #2c986b;
		position:relative;
		overflow:visible;
	}
	.header-inner .toggle span.toggle-icon::before{
		width:100%;
		height:3px;
		content:"";
		position:absolute;
		left:0;
		top:-8px;
		background: #2c986b;
	}
	.header-inner .toggle span.toggle-icon::after{
		width:100%;
		height:3px;
		content:"";
		position:absolute;
		left:0;
		bottom:-8px;
		background: #2c986b;
	}
	.nav-toggle {
		right: 5%;
		top: 48px;
	}
	.menu-modal-inner{
		/*background: #f4faf8 url(/wp-content/uploads/2023/08/menu-back.jpg) no-repeat;*/
		background:#2c986b;
		background-position: right bottom;
		background-size: 300px;
	}
	
	.fill-children-current-color, .fill-children-current-color * {
    fill: #fff;
}
	button.close-nav-toggle .toggle-text {
		display: none;
	}
	.menu-wrapper .menu-item{
		border:none;
	}
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle{
		border-left:none;
		padding:0 5px;
	}
	.modal-menu .ancestor-wrapper a {
		font-size: 26px !important;
		line-height: 42px !important;
		color: #fff;
		font-weight: 900 !important;
		font-family: 'Playfair Display', serif;
		letter-spacing: 0 !important;
		border: none;
		padding: 12px 0 !important;
		text-transform:uppercase;
	}
	.modal-menu ul.sub-menu{
		padding-left:0;
	}
	.modal-menu ul.sub-menu li {
		background: #fff;
		border-radius: 5px;
		padding: 10px !important;
		margin: 5px !important;
		width: 47% !important;
		float: left;
		transform: translate(0) !important;
		position: relative !important;
		top: inherit !important;
	}
	.modal-menu .ancestor-wrapper img {
		width: 100px;
		float: left;
		height: 100px;
		object-fit: cover;
	}
	.modal-menu .ancestor-wrapper h3{
		float:right;
		width:calc(100% - 90px);
		font-family: 'Playfair Display', serif;
		letter-spacing:0;
		color: #0F2B20;
		font-size:16px;
		line-height:20px;
		margin-top:0;
		margin-bottom:10px;
	}
	.modal-menu .ancestor-wrapper p{
		float:left;
		width:calc(100% - 90px);
		font-family: 'Manrope', sans-serif;
		letter-spacing:0;
		color: #111;
		font-size:14px;
		line-height:18px;
		max-width:500px;
		padding-left:20px;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title {
		font-size: 48px;
		line-height: 55px;
		width: 100%;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title span {
		line-height: 72px;
		font-size: 48px;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content {
		width: 290px !important;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content ul li {
		font-size: 16px;
		line-height: 18px;
		padding: 0 15px;
		letter-spacing: 0;
	}
	.wpsisac-slick-slider .wpsisac-readmore {
		width: 320px;
	}
	.menu-modal {
		display: block;
		opacity: 1;
		overflow-y: auto;
		overflow-x: hidden;
		bottom: inherit;
		left: -100%;
		right: inherit;
		top: 0;
		transition: 0.5s;
		top: 0 !important;
		width: 85%;
		height:100%;
	}
	.menu-modal.active{
		left:0;
		right:inherit;
		transition: 0.5s;
		border:none !important;
	}
	.home-third-section .elementor-column.elementor-col-33 {
		padding: 0 !important;
	}
	.home-forth-section .elementor-widget-image-box .elementor-image-box-title {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 10px 0;
	}
	.home-forth-section .elementor-widget-image-box .elementor-image-box-description{
		font-size: 14px;
		line-height: 22px;
	}
	.home-forth-section .elementor-widget-image-box .elementor-image-box-img img {
		height: 250px;
	}
	.home-forth-section .elementor-widget-image-box .elementor-image-box-content {
		padding: 15px;
	}
	.home-fifth-section .elementor-widget-heading h2.elementor-heading-title {
		font-size: 25px;
		line-height: 28px;
	}
	.sp-pcp-post .sp-pcp-title a{
		font-size:16px;
		line-height:20px;
	}
	.top-footer h2{
		font-size:32px;
		line-height:38px;
	}
	.footer-con-detail .cont-row p{
		font-size:14px;
		line-height:20px;
	}
	.footer-con-detail .cont-row p br{
		display:none;
	}
	.inner-banner.elementor-section .elementor-widget-heading h1.elementor-heading-title{
		font-size: 60px;
    	line-height: 82px;
	}
	.inner-banner.elementor-section .elementor-widget-heading h2.elementor-heading-title{
		font-size: 40px;
    	line-height: 68px;
	}
	.header-inner {
		padding: 12px 0;
	}
	
	.inner-banner.elementor-section .elementor-container {
		min-height: 300px !important;
	}
	.hydraoil-text.elementor-section .elementor-container {
		max-width: 90%;
	}
	.hair-section .elementor-widget-heading .elementor-heading-title{
		font-size: 42px;
    	line-height: 42px;
	}
	.hydraoil-text.elementor-section .elementor-widget-text-editor .elementor-widget-container br{
		display:none;
	}
	.hair-section .elementor-widget-image-box .elementor-image-box-description{
		font-size: 16px;
    	line-height: 22px;
	}
	.cosmetic-section .elementor-widget-heading h2.elementor-heading-title{
		margin-top:150px !important;
	}
	.cosmetic-section .elementor-widget-image-box.elementor-position-top .elementor-image-box-img img {
		width: 150px;
	}
	.vitro-study-section .elementor-widget-heading .elementor-heading-title{
		font-size: 42px;
    	line-height: 48px;
		margin:0 !important;
	}
	.vitro-study-section .elementor-widget-text-editor .elementor-widget-container{
		font-size: 18px;
    	line-height: 28px;
	}
	.application .elementor-widget-heading .elementor-heading-title{
		font-size: 42px;
    	line-height: 48px;
	}
	.hydra-text-main.hydraoil-text .elementor-widget-heading h4.elementor-heading-title{
		font-size: 22px;
    	line-height: 24px;
		margin-bottom:20px;
	}
	.hydra-text-main.hydraoil-text .elementor-widget-heading h5.elementor-heading-title{
		font-size: 20px;
    	line-height: 26px;
	}
	.cosmetic-section .elementor-widget-heading h2.elementor-heading-title, .benefits-sec .elementor-widget-heading .elementor-heading-title{
		 font-size: 42px;
    	line-height: 52px;
	}
	.inner-banner .elementor-background-slideshow__slide__image {
		background-position: right center !important;
	}
	.page-id-19 .inner-banner .elementor-background-slideshow__slide__image {
		background-position: center !important;
	}
	.product-main.blends.elementor-section .elementor-container {
		flex-wrap: inherit;
	}
	.product-main.blends .elementor-widget-image img {
		height: 250px;
		width:250px;
		border-radius:250px;
	}
	.product-main.blends.elementor-section.first .elementor-container .elementor-column:nth-child(2) .elementor-widget-wrap {
		padding-left: 20px;
	}
	.product-main.blends.elementor-section.second .elementor-container .elementor-column:first-child .elementor-widget-wrap {
		padding-right: 20px;
	}
	.product-main.elementor-section .elementor-container .elementor-column .elementor-widget-wrap {
		padding: 40px 10px;
	}
	.product-main .elementor-widget-image-box .elementor-image-box-title{
		font-size: 18px;
    	line-height: 22px;
	}
	.product-main.elementor-section .elementor-widget-image-box .elementor-image-box-img {
		width: 160px !important;
		margin: 0 !important;
	}
	.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-img img {
		height: 280px;
		object-fit: cover;
		object-position: center;
	}
	.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-title {
		font-size: 26px;
		line-height: 38px;
	}
	.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-description{
		font-size: 18px;
		line-height: 26px;
	}
	.cosmetic-section.elementor-section .elementor-widget-image-box .elementor-image-box-title {
		font-size: 18px;
		line-height: 22px;
	}
	.cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container .elementor-column:first-child, .cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container .elementor-column:last-child{
		width:30% !important
	}
	.cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container .elementor-column:nth-child(2){
		width:40% !important;
	}
	.cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container .elementor-column:nth-child(2) .elementor-widget-wrap{
		padding:0 20px !important;
	}
	.home .site-logo img {
		width: 80px;
	}
	.home .site-logo.faux-heading {
		margin-top: 10px;
	}
	.home header#site-header.fixed .site-logo.faux-heading {
		margin-top: 5px;
	}
	.home header#site-header.fixed .header-inner {
		padding: 5px 0;
	}
	.home header#site-header.fixed .header-inner .toggle {
		top: 35px;
	}
	.brand_story .elementor-heading-title.elementor-size-default{
		font-size:35px;
		line-height:42px;
	}
	.why-us .personal-care-blocks .elementor-column{
		width:100%;
	}
	.personal-care .elementor-widget-image-box .elementor-image-box-wrapper {
		margin-bottom: 40px;
	}
	.site-logo img {
		width: 80px;
		margin-top:10px;
	}
	.modal-menu .ancestor-wrapper img {
		width: 100%;
		float: left;
		height: 200px;
	}
	.modal-menu .ancestor-wrapper p{
		display:none;
	}
	.modal-menu ul.sub-menu li a{
		padding:0 !important;
	}
	.modal-menu .ancestor-wrapper h3 {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0;
		text-align: center;
	}
	.menu-wrapper .sub-menu{
		position: relative !important;
		top: inherit !important;
		bottom: inherit !important;
		margin: 0 !important;
    	width: 100%;
	}
	.showing-modal::after{
		width:100%;
		position:fixed;
		z-index:3;
		background:rgba(0,0,0,0.4);
		height:100%;
		content:"";
		top:0;
		left:0;
	}
}
@media only screen and (max-width: 900px) {
	.sp-pcp-post .sp-pcp-post-thumb-area img {
		height: auto;
		object-fit: cover;
	}
	.cosmetic-section.hydra-oil .elementor-widget-image.abs-img {
		top: -110px;
	}
	.product-main.blends.elementor-section .elementor-widget-heading .elementor-heading-title{
		font-size: 26px;
	}
	.about-top .elementor-heading-title.elementor-size-default{
		font-size:32px;
		line-height:42px;
	}
	.about-top .elementor-heading-title.elementor-size-default br {
		display: none;
	}
}
@media only screen and (max-width: 830px) {
	.product-main{
		width:100% !important;
	}
}
@media only screen and (max-width: 767px) {
	
	.download_link .theme_btn a {
    font-size: 18px;
    line-height: 24px;
   padding: 20px 30px;
   
}
	
	.thankyou_text .elementor-widget-container br {
    display: none;
}
	.thankyou_text .elementor-widget-container {
    padding-bottom: 80px !important;
}
	
	.about-top .thankyou .elementor-widget-container .elementor-heading-title.elementor-size-default {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    text-transform: uppercase;
}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title {
		font-size: 48px;
		line-height: 55px;
		width: 100%;
		margin: 0 auto !important;
		text-align: center;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title span {
		line-height: 72px;
		font-size: 48px;
		padding-right: 10px;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide:nth-child(3) .wpsisac-slide-wrap .wpsisac-slide-title span{
		padding-right:135px;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content {
		margin:0 auto !important;
		float:none !important;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content ul li {
		font-size: 16px;
		line-height: 18px;
		padding: 0 15px;
		letter-spacing: 0;
	}
	.wpsisac-slick-slider .wpsisac-readmore {
		margin:0 auto !important;
	}
	.custom_slider_text{
		margin-bottom:12px;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide img {
		height: 100vh !important;
		object-fit: cover;
		width: -webkit-fill-available !important;
		object-position: right;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content .slider_img img {
			height: auto !important;
			object-fit: inherit;
			width: auto !important;
		}
	.wpsisac-slick-slider.design-2 .slick-dots {
		left: inherit !important;
		right: inherit;
		text-align: center;
		bottom: 8px !important;
		position: absolute;
		width: 100%;
		top: inherit;
		transform: inherit;
		min-height: 100px;
		display: inline-block;
		height: 15px;
		bottom: 0 !important;
		display:none !important;
	}
	.home-banner.elementor-section .wpsisac-slick-slider .wpsisac-image-slide::after {
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		background: rgba(255,255,255,0.2);
		top: 0;
		left: 0;
	}
	.home-third-section.elementor-section .elementor-column:nth-child(2) .elementor-widget-image img {
		width: 60%;
	}
	.home-third-section.elementor-section .elementor-element.elementor-widget-text-editor .elementor-widget-container{
		max-width:300px;
		margin:0 auto;
	}
	.home-third-section {
		padding: 50px 0 50px 0;
	}
	.home-third-section.elementor-section .elementor-element.elementor-widget-image:first-child{
		margin-bottom:20px;
	}
	.full-text.elementor-section .elementor-widget-text-editor p{
		font-size: 20px;
    	line-height: 36px;
	}
	.full-text {
		padding: 0px 0 30px 0 !important;
	}
	.home-forth-section .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
		flex-direction: column;
	}
	.home-forth-section .elementor-widget-image-box .elementor-image-box-img img {
		height: 420px;
		width: 100%;
		object-fit:cover;
	}
	.home-forth-section .elementor-widget-image-box .elementor-image-box-img{
		width:100% !important;
	}
	.home-forth-section .elementor-widget-image-box .elementor-image-box-content {
		width: 100%;
		text-align: center;
		padding: 30px !important;
	}
	.home-forth-section .elementor-widget-image-box .elementor-image-box-description {
		max-width: 300px;
		margin: 0px auto;
	}
	.marquee--inner {
		width: 300%;
	}
	.home-fifth-section .elementor-column:nth-child(2) .elementor-widget-image img {
		margin-top: 0;
	}
	.home-fifth-section {
		padding: 0;
	}
	.pcp-carousel-wrapper .sp-pcp-carousel {
		padding-bottom: 60px;
		padding-top: 0;
	}
	.home-fifth-section .elementor-widget-heading h2.elementor-heading-title {
		font-size: 22px;
		line-height: 26px;
	}
	.home-blog .elementor-widget-heading .elementor-heading-title{
		font-size: 30px;
    	line-height: 32px;
	}
	.footer-con-detail .cont-row{
		width:100%;
		margin-bottom:20px;
	}
	.footer-con-detail .cont-row p br{
		display:block;
	}
	footer .top-footer{
		padding-bottom:20px;
	}
	.footer-con-detail{
		margin-bottom:0;
	}
	.top-footer h2{
		margin-bottom:40px;
	}
	.top-footer h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.top-footer ul {
		margin: 0 0 20px 0;
	}
	footer {
		padding: 50px 0 0 0 !important;
	}
	.home-fifth-section .elementor-column:first-child {
		padding: 0 5%;
	}
	.inner-banner.elementor-section .elementor-widget-heading h2.elementor-heading-title {
		font-size: 30px;
		line-height: 56px;
	}
	.inner-banner.elementor-section .elementor-widget-heading h1.elementor-heading-title {
		font-size: 42px;
    	line-height: 64px;
	}
	.inner-banner.elementor-section .elementor-container {
		min-height: 250px !important;
	}
	.page-id-452 .inner-banner.elementor-section .elementor-widget-heading h2.elementor-heading-title {
		padding-left: 80px;
	}
	.hydraoil-text .elementor-widget-text-editor p, .hydraoil-text.elementor-section .elementor-widget-text-editor .elementor-widget-container{
		font-size:16px;
		line-height:26px;
	}
	.hydra-text-main.hydraoil-text .elementor-widget-image img {
		max-width: 200px;
	}
	.hydraoil-text {
		padding: 50px 0 !important;
	}
	.hair-section .elementor-widget-heading .elementor-heading-title {
		font-size: 32px;
		line-height: 38px;
		padding:0 5%;
	}
	.hydraoil-text .elementor-widget-text-editor p{
		margin-bottom:0;
	}
	.hair-section {
		padding: 0;
	}
	.hair-section .elementor-background-slideshow__slide__image{
		background:none !important;
	}
	.hair-section .elementor-section{
		padding-bottom:0;
	}
	.hair-section.elementor-section .elementor-container {
		max-width: 100%;
	}
	.hair-section .elementor-section .elementor-container .elementor-column:first-child{
		padding:0 5%;
	}
	.hair-section.elementor-section .elementor-widget-image-box .elementor-image-box-wrapper{
		display: flex;
		align-items: center;
	}
	.hair-section.elementor-section .elementor-widget-image-box .elementor-image-box-content {
		width: calc(100% - 120px);
	}
	.hair-section .elementor-widget-image-box .elementor-image-box-img {
		width: 90px !important;
	}
	.hydraoil-text {
		padding: 50px 0 80px 0 !important;
	}
	.hydraoil-text {
		padding: 50px 0 50px 0 !important;
	}
	.cosmetic-section .elementor-widget-text-editor{
		max-width:90%;
	}
	.cosmetic-section .elementor-widget-heading h2.elementor-heading-title{
		margin-top:80px !important;
	}
	
	.cosmetic-section .elementor-widget-heading h3.elementor-heading-title{
		margin:12px 0;
		padding:0 5%;
	}
	.cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container .elementor-column{
		width:50%;
		margin-bottom:20px;
	}
	.cosmetic-section .elementor-widget-image-box.elementor-position-top .elementor-image-box-img img {
		width: 120px;
	}
	.cosmetic-img-sec.elementor-section {
		margin-top: 0 !important;
		padding-bottom:30px !important;
	}
	.cosmetic-section {
		padding:125px 0 0 0;
	}
	.vitro-study-section .elementor-widget-text-editor .elementor-widget-container br {
		display: none;
	}
	.vitro-study-section .elementor-widget-text-editor .elementor-widget-container {
		font-size: 16px;
		line-height: 26px;
	}
	.study-inner .elementor-widget-image-box .elementor-image-box-content {
		width: calc(100% - 100px);
		padding-left: 20px;
	}
	.study-inner .elementor-widget-image-box .elementor-image-box-img {
		width: 100px !important;
	}
	.vitro-study-section .study-inner{
		padding-bottom:0;
	}
	.vitro-study-section .study-inner .elementor-widget-heading h3.elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	.application{
		padding:50px 0;
	}
	.vitro-study-section .elementor-widget-heading .elementor-heading-title, .application .elementor-widget-heading .elementor-heading-title, .benefits-sec .elementor-widget-heading .elementor-heading-title {
		font-size: 32px;
		line-height: 38px;
	}
	.benefits-sec .elementor-widget-heading .elementor-heading-title{
		margin-bottom:30px;
	}
	.cosmetic-section .elementor-widget-heading h2.elementor-heading-title{
		 font-size: 30px;
    	line-height: 38px;
	}
	.vitro-study-section .study-inner .elementor-widget-text-editor.vitro-study-last-text .elementor-widget-container{
		 font-size: 26px;
    	line-height: 32px;
		margin-top:20px;
	}
	.application .elementor-section .elementor-column{
		width:50%;
	}
	.application .elementor-section{
		padding-top:0;
	}
	.application .elementor-widget-image-box .elementor-image-box-title{
		font-size: 18px;
    	line-height: 22px;
	}
	.application .elementor-widget-heading .elementor-heading-title{
		margin-bottom:50px;
	}
	.application .elementor-widget-image-box .elementor-image-box-img {
		width: 90px !important;
	}
	.hydra-text-main.hydraoil-text .elementor-widget-heading h4.elementor-heading-title{
		font-size: 20px;
    	line-height: 20px;
		margin-bottom:10px;
	}
	.hydra-text-main.hydraoil-text .elementor-widget-heading h5.elementor-heading-title{
		font-size: 18px;
    	line-height: 24px;
	}
	.hydra-text-main.hydraoil-text .elementor-widget-heading h5.elementor-heading-title{
		margin-bottom:20px;
	}
	.cosmetic-section .elementor-widget-image.abs-img {
		position: absolute;
		top: -135px;
	}
	.cosmetic-section .elementor-widget-text-editor br{
		display:none;
	}
	
	.cosmetic-section .elementor-widget-heading h3.elementor-heading-title{
		line-height:28px;
		font-size:22px;
	}
	.cosmetic-section.hydra-oil.elementor-section .elementor-container .elementor-section .elementor-container .elementor-column{
		width:33.3%;
	}
	.cosmetic-section.elementor-section .elementor-widget-image-box .elementor-image-box-description {
		font-size: 16px;
		line-height: 24px;
	}
	.cosmetic-section.elementor-section .elementor-widget-image-box .elementor-image-box-title {
		font-size: 18px;
		line-height: 22px;
	}
	.contact-detail.elementor-section .elementor-container {
		flex-wrap:wrap;
	}
	.contact-detail.elementor-section .elementor-widget-image-box .elementor-image-box-wrapper{
		display:flex;
	}
	.contact-detail.elementor-section .elementor-widget-image-box .elementor-image-box-description{
		padding-left:12px;
	}
	.contact-detail .elementor-widget-image img {
		height: auto;
		object-fit: cover;
		width: 100%;
		margin-top:20px;
	}
	.contact-detail{
		padding:50px 0 !important;
	}
	.cont-row.half-row {
		width: 100%;
		float: left;
	}
	.contact-form .elementor-widget-heading .elementor-heading-title{
		font-size:32px;
		line-height:38px;
	}
	.contact-form .elementor-widget-text-editor .elementor-widget-container br{
		display:none;
	}
	.contact-form .elementor-widget-text-editor .elementor-widget-container{
		line-height:24px;
	}
	.page-id-1279 .inner-banner.elementor-section .elementor-widget-heading h2.elementor-heading-title {
		padding-left: 140px;
	}
	.home-product-slider.elementor-section .elementor-container ul li h3{
		font-size:14px;
		width:90%;
	}
	.single-post .entry-header-inner h1.entry-title {
		font-size: 32px;
		line-height: 38px;
	}
	.cosmetic-section.hydra-oil .elementor-widget-image.abs-img {
		top: -158px;
	}
	.product-main.blends.elementor-section .elementor-container {
		flex-wrap: wrap;
	}
	.product-main.blends .elementor-widget-image img {
		height: 300px;
		width:300px;
		border-radius:300px;
		margin-bottom:30px;
	}
	.product-main.blends.elementor-section.first .elementor-container .elementor-column:nth-child(2) .elementor-widget-wrap {
		padding-left: 0;
	}
	.product-main.blends.elementor-section.second .elementor-container .elementor-column:first-child .elementor-widget-wrap{
		padding-right:0;
	}
	.product-main.blends.elementor-section.second .elementor-container .elementor-column:first-child{
		order:2;	
	}
	.product-main .elementor-column {
		width: 100%;
		margin-bottom:20px;
	}
	.product-main.elementor-section .elementor-container {
		flex-wrap: wrap;
	}
	.product-main {
		padding: 0 0 0 0;
	}
	.cosmetic-section.revol-section .elementor-widget-heading h2.elementor-heading-title {
		padding: 0 5%;
	}

	.study-inner .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		max-width: 325px;
		display:flex;
		margin-bottom:20px;
	}
	.study-inner .elementor-widget-image-box .elementor-image-box-title {
		font-size: 28px;
		line-height: 34px;
	}
	.cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container .elementor-column{
		width:100%;
	}
	.cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container{
		width:90%;
	}
	.cosmetic-section.elementor-section .elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center !important;
	}
	.revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-img{
		width:100% !important;
	}
	 .revol-seven-section.elementor-section .elementor-widget-image-box .elementor-image-box-content{
		width:100% !important;
		padding:30px 5% !important
	}
	.vitro-study-section {
		padding-bottom: 20px;
	}
	.cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container .elementor-column:first-child, .cosmetic-section.elementor-section .elementor-container .elementor-section .elementor-container .elementor-column:last-child{
		width:50% !important
	}
	.cosmetic-section.elementor-section .elementor-widget-image-box .elementor-image-box-img {
		width: 80px !important;
	}
	.cosmetic-section.revol-section .elementor-section{
		padding-top:0;
	}
	.wpsisac-slick-slider .wpsisac-readmore {
		width: 290px;
	}
	.about-top .elementor-heading-title.elementor-size-default, .about-main.elementor-section .elementor-widget-heading h2.elementor-heading-title {
		font-size: 32px;
		line-height: 44px;
	}
	.brand_story .elementor-heading-title.elementor-size-default, .personal-care .elementor-widget-heading .elementor-heading-title{
		font-size:32px;
		line-height:42px;
		margin-bottom:0;
	}
	.about-top .elementor-widget-text-editor .elementor-widget-container, .about-main.elementor-section .elementor-widget-text-editor {
		font-size: 16px;
		line-height: 26px;
	}
	.about-top{
		padding:50px 0 0 0;
	}
	.about-main{
		padding:50px 0;
	}
	.about-romat-left {
		padding-right: 0;
		margin-bottom:30px;
	}
	.about-main.elementor-section .elementor-widget-text-editor {
		margin-bottom: 15px !important;
	}
	.about-content {
		padding: 50px 0;
	}
	.elementor-widget-image-box .elementor-image-box-wrapper{
		text-align:center;
	}
	.about-top .elementor-heading-title.elementor-size-default {
		font-size:24px; 
		line-height:32px;
	}
	.personal-care .elementor-widget-image-box .elementor-image-box-wrapper{
		text-align:center;
	}
	.personal-care .elementor-widget-image-box .elementor-image-box-description{
		text-align:center;
	}
	.personal-care .elementor-widget-image-box .elementor-image-box-title{
		text-align:center;
	}
	.personal-care-blocks.elementor-section .elementor-widget-image-box .elementor-image-box-content {
		width: 100% !important;
		padding: 0 !important;
	}
	.personal-care {
		padding: 50px 0 !important;
	}
	.personal-care .elementor-widget-heading .elementor-heading-title{
		margin-bottom:30px !important;
	}
	.personal-care-blocks.elementor-section .elementor-widget-image-box .elementor-image-box-img {
		width: 90px !important;
		height: 90px;
	}
	.personal-care-blocks .elementor-image-box-wrapper figure.elementor-image-box-img img {
		width: 90px;
		height: 90px;
	}
	.about-content.elementor-section .elementor-widget-text-editor{
		font-size:16px;
		line-height:26px;
	}
	
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content {
    display: none;
}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide img {display: none !important;}

.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content {
    width: 100%;
    top: 0;
    transform: inherit;
}

	.home-banner.elementor-section .wpsisac-slick-slider .wpsisac-image-slide:nth-child(3) .wpsisac-slide-wrap .wpsisac-slide-title {
    text-align: center;
    width: 100%;
}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title p {
    display: none;
}
	.wpsisac-image-slide, .wpsisac-slide-wrap {
    height: 94vh;
}
	.home-banner.elementor-section .wpsisac-slick-slider .wpsisac-image-slide {
    text-align: center;
    height: 94vh;
}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title img {
		display: block !important;
		object-position: center;
		width: 100% !important;
		height: 100vh !important;

	}
	.download-main.elementor-section .elementor-container {
		flex-wrap: wrap;
		column-gap:0;
	}
	.download_block{
		margin-bottom:40px;
	}
	.download-main{
		padding-bottom:10px !important;
	}
	.download_block_blank{
		padding:0;
		margin:0;
	}
	.about-main .elementor-widget-image img {
		height: auto;
		object-fit: inherit;
	}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title img.tabletbanner { display:none !important;}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title img.mobilebanner { display:block !important; object-fit:cover;}
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title img {object-fit:cover;}
	.case-study-form .elementor-widget-container{
		max-width:90%;
	}
	#closebutton{
		right: 0;
   		top: -38px;
	}
	.case-study-form .elementor-widget-container h2{
		font-size: 20px;
    	line-height: 25px;
	}
	.case-study-form .elementor-widget-container{
		padding:30px 20px;
	}
	.contact-map .abs-address.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
		width: 55px !important;
		margin-top: 5px !important;
	}
	.contact-map .abs-address.elementor-widget-icon-box .elementor-icon-box-content{
		width:calc(100% - 68px) !important;
	}
	.contact-map .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{
		display:flex;
		text-align:left;
	}
	.contact-map .abs-address.elementor-widget-icon-box {
		padding: 20px 10px;
	}
	footer .copyright p {
		width: 100%;
		text-align: center;
	}
	footer .copyright p:last-child {
		float: left;
		text-align: center;
	}
}
@media only screen and (max-width: 700px) {
	.modal-menu {
		left: 0;
		width: 100%;
	}
	.modal-menu .ancestor-wrapper img {
		width: 100%;
		float: left;
		height:125px;
	}
	.modal-menu .ancestor-wrapper h3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
	.modal-menu ul.sub-menu li a{
		padding:0 !important;
	}
	.cosmetic-section.hydra-oil.elementor-section .elementor-container {
		background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.03) 1%, rgba(46,109,84,0.66) 21%, rgba(46,109,84,1) 32%);
		background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.03) 1%,rgba(46,109,84,0.66) 21%,rgba(46,109,84,1) 32%);
		background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.03) 1%,rgba(46,109,84,0.66) 21%,rgba(46,109,84,1) 32%);
	}
	.modal-menu .ancestor-wrapper p{
		width:calc(100% - 100px);
		padding-left:20px;
	}
	.product-main.first-child {
		padding-top: 50px;
	}
	.product-main:last-child {
		padding-bottom: 50px !important;
	}
}
@media only screen and (max-width: 668px) {
.cosmetic-section.hydra-oil .elementor-widget-image.abs-img {
		top: -150px;
	}
	.cosmetic-section .elementor-widget-heading h4.elementor-heading-title{
		margin-bottom:15px;
	}
}
@media only screen and (max-width: 550px) {
	.sp-pcp-post .sp-pcp-post-thumb-area img {
		height: 250px;
		object-fit: cover;
	}
	.hair-section .elementor-widget-image-box .elementor-image-box-description {
		font-size: 14px;
		line-height: 20px;
	}
	.hair-section .elementor-widget-image-box .elementor-image-box-description br{
		display:none;
	}
	.hair-section .elementor-widget-image-box .elementor-image-box-img {
		float: left;
		width: 68px !important;
	}
	.hair-section.elementor-section .elementor-widget-image-box .elementor-image-box-content {
		width: calc(100% - 80px);
		padding-left:10px;
	}
	.hair-section .elementor-section {
		padding-top: 30px !important;
	}
	.hair-section .elementor-widget-image-box {
		margin-bottom: 20px !important;
	}
	.cosmetic-section .elementor-widget-heading h2.elementor-heading-title {
		margin-top: 0px !important;
	}
	.case-study-form .elementor-widget-container h2{
		font-size:18px;
		line-height:22px;
	}
	
}
@media only screen and (max-width: 480px) {
	.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title{
		width:100%;
	}
	.home-third-section.elementor-section .elementor-element.elementor-widget-image:first-child img {
		transition: all 0.15s linear;
		width: 180px;
	}
	.full-text.elementor-section .elementor-widget-text-editor p {
		font-size: 18px;
		line-height: 34px;
	}
	.marquee--inner {
		width: 500%;
	}
	#pcp_wrapper-350.pcp-carousel-wrapper .sp-pcp-post .x, .pcp-post-thumb-wrapper {
		width: 100%;
		float: left;
	}
	.sp-pcp-post .sp-pcp-title,.sp-pcp-post .sp-pcp-post-meta, .sp-pcp-post .sp-pcp-post-content {
		width: 100%;
	}
	.home-blog {
		padding: 50px 0;
	}
	.home-product-slider.elementor-section .elementor-container .marquee{
		height:300px;
	}
	.hydra-text-main.hydraoil-text .elementor-widget-image img {
		max-width: 180px;
	}
	.hair-section .elementor-widget-heading .elementor-heading-title {
		font-size: 30px;
		line-height: 38px;
	}
	.cosmetic-section .elementor-widget-image.abs-img {
		top: -135px;
	}
	.cosmetic-section.hydra-oil .elementor-widget-image.abs-img {
		top: -143px;
	}
	.modal-menu .ancestor-wrapper p{
		font-size:13px;
		margin:0;
		display:none;
	}
	.page-id-565 .inner-banner.elementor-section .elementor-widget-heading h2.elementor-heading-title {
		padding-left: 60px;
	}
	.study-inner .elementor-widget-image-box .elementor-image-box-title {
		font-size: 22px;
		line-height: 26px;
	}
	.study-inner .elementor-widget-image-box .elementor-image-box-content{
		padding-left:10px;
	}
	.study-inner .elementor-widget-image-box .elementor-image-box-img {
		width: 80px !important;
	}
	.vitro-study-section .study-inner {
		padding-top: 20px;
	}
	.home-forth-section .elementor-widget-image-box .elementor-image-box-img img {
    	height: 390px;
	}
	.menu-modal{
		width:80%;
	}
	.modal-menu ul.sub-menu li{
		width:45% !important;
	}
	.contact-map .abs-address.elementor-widget-icon-box .elementor-icon-box-description br {
		display: none;
	}
	.contact-map .abs-address.elementor-widget-icon-box{
		width:90%;
	}
}

@media only screen and (max-width: 400px) {
	.home-product-slider.elementor-section .elementor-container .marquee {
		height: 250px;
	}
	.cosmetic-section .elementor-widget-image.abs-img {
		top: -140px;
	}
}