@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../webfonts/BrandonGrotesque-Light.eot');
    src: url('../webfonts/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BrandonGrotesque-Light.woff2') format('woff2'),
        url('../webfonts/BrandonGrotesque-Light.woff') format('woff'),
        url('../webfonts/BrandonGrotesque-Light.ttf') format('truetype'),
        url('../webfonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../webfonts/BrandonGrotesque-Regular.eot');
    src: url('../webfonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('../webfonts/BrandonGrotesque-Regular.woff') format('woff'),
        url('../webfonts/BrandonGrotesque-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../webfonts/BrandonGrotesque-Medium.eot');
    src: url('../webfonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BrandonGrotesque-Medium.woff2') format('woff2'),
        url('../webfonts/BrandonGrotesque-Medium.woff') format('woff'),
        url('../webfonts/BrandonGrotesque-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../webfonts/BrandonGrotesque-Bold.eot');
    src: url('../webfonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../webfonts/BrandonGrotesque-Bold.woff') format('woff'),
        url('../webfonts/BrandonGrotesque-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../webfonts/BrandonGrotesque-Black.eot');
    src: url('../webfonts/BrandonGrotesque-Black.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BrandonGrotesque-Black.woff2') format('woff2'),
        url('../webfonts/BrandonGrotesque-Black.woff') format('woff'),
        url('../webfonts/BrandonGrotesque-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'FreightBigProBook';
    src: url('../webfonts/FreightBigProBook-Regular.eot');
    src: url('../webfonts/FreightBigProBook-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/FreightBigProBook-Regular.woff2') format('woff2'),
        url('../webfonts/FreightBigProBook-Regular.woff') format('woff'),
        url('../webfonts/FreightBigProBook-Regular.ttf') format('truetype'),
        url('../webfonts/FreightBigProBook-Regular.svg#FreightBigProBook-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html{
	margin: 0;
	padding:0;
	box-sizing: border-box;
    font-family: 'Brandon Grotesque';
    overflow-x: hidden; 
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    margin: 0;
	padding: 0;
    list-style: none;
    text-decoration: none;
}
a:hover,
a:focus,
button,
button:hover,
button:focus,
input:focus {
  text-decoration: none;
  outline: none;
  box-shadow:none;
}


*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.haeder_sec{
	background-color: #fdede3;
}
.manutab{
    padding: 0;
    margin: 0;
}
.manutab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
}
.manutab li{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
    padding: 0 2px;
}
.manutab li .cavvdescentwhite{
	display: none;
	margin: 0 auto;
}
.manutab li img{
	max-width:140px;
	display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.manutab li:nth-child(3):hover{
	background-color: #000;
}
.manutab li:nth-child(3):hover .cavvdescentwhite{
	display: block;
}
.manutab li:nth-child(3):hover .cavvdescentorange{
	display: none;
}
.manutab li:nth-child(1):hover{
	background-color: #D86018;
}
.manutab li:nth-child(1):hover .cavvdescentwhite{
	display: block;
}

.manutab li:nth-child(2):hover{
	background-color: #B9BBB8;
}
.manutab li:nth-child(4):hover{
	background-color: #FACE04;
}
.manutab li:nth-child(5):hover{
	background-color: #B9BBB8;
}
.manutab li a{
	width: 100%;
	padding: 10px 0;
}
.manutab li.active{
	background-color: #D86018;
}

/*Brands Logo*/
.banner_sec_main,
.banner_slider_outer {
	position: relative;
}
.brands_logo {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
.brands_logo a {
	display: inline-block;
}
.brands_logo img {
	width: 100%;
	max-width: 300px;
}

.bannerpro {
    text-align: center;
	background-color: #D86018;
	color: #F9F4E1;
	font-size: 15px;
	font-weight: 900;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.banner_sec {
	height: calc(100vh - 93px);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.banner_sec .caption {
	text-align: center;
	width: 397px;
	margin: 26px auto 0;
}
.banner_slider .slick-arrow {
    background-color: rgb(255, 255, 255, 0.6);
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    border:none;
    padding: 12px 15px;
	z-index: 9;
}
.banner_slider .slick-prev {
	left: 0;
}
.banner_slider .slick-next {
	right: 0;
}
.banner_slider button img {
	max-width: 10px;
}

.flower__sec {
    padding: 30px 0 30px;
	background-color: #fdede3;
}
.flower__slider{
/* 	width: 748px;
	margin: 0 auto; */
	text-align: center;
}
.inner_cntnt {
    width: 748px;
	max-width: 100%;
    margin: 0 auto;
}
.effectPageAbout__cntnt.about_page .effectPageAbout__cntntContainer {
    width: 1000px;
    }
 .effectPageAbout__cntnt.about_page {
 	    padding-bottom: 30px;
 }   

.flower__slider .inner_cntnt h1, .effectPageAbout__cntnt.about_page h1 {
    color: #D86018;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0px 0 18px;
    line-height: 50px;
    letter-spacing: 0.05em;
}

.flower__slider .inner_cntnt p, .effectPageAbout__cntnt.about_page .effectPageAbout__cntntContainer p {
    color: #D86018;
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 28px;
    line-height: 28px;
    letter-spacing: 0.01071em;
}

.flower__slider .inner_cntnt .learnmore_btn, .effectPageAbout__cntnt.about_page .effectPageAbout__cntntContainer .learnmore_btn {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
	padding: 13px 20px;
	border: 1px solid transparent; 
	display: inline-block;
	letter-spacing: 0.18182em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:#DB6015;
	min-width:259px;
}
.flower__slider .inner_cntnt .learnmore_btn:hover, .effectPageAbout__cntnt.about_page .effectPageAbout__cntntContainer .learnmore_btn:hover{
	background-color: transparent;
	color: #D86018;
	border-color: #D86018; 
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 25px 0 30px;
  list-style-type: none;
}
.flower__sec .container {
	position: relative; 
}
.flower__sec .container:after {
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    background: #e79a76;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

 .slick-dots li {
  margin: 0 10px;
}
.slick-dots button {
    display: block;
    /* width: 6px; */
    height: 6px;
    padding: 0;
    border: none;
    /* border-radius: 100%; */
    background-color: transparent !important;
    text-indent: -9999px;
    position: relative;
    padding: 0 10px;
    margin: 0 2px;
}
.slick-dots li.slick-active button {
  background-color: #D2480A;
}
.effects_sec{
	background:#fdede3; 
	padding:0 0 45px;
	overflow: hidden;
}
.effects_slider_outer {
    position: relative;
    width: 100%;
    max-width: 1500px;
    left: calc(50% - 555px);
    overflow: hidden;
}

.about-mission {
    padding: 50px 0;
    background: #FDEDE3;
    text-align: center;
	margin: 0 0 20px;
}
.horizantol {
    border-top: 2px solid #cdac9b;
}
.about-mission .main-heading {
    font-size: 50px;
    color: #D86018;
    font-weight: bold;
}

.about-mission p {
    color: #D86018;
    font-size: 19px;
}
.effects_sec hr{
	border-top: 2px solid #e79a76;
	margin-top: 0;
	margin-bottom: 30px;
}
.effects_sec .commonheading {
    text-align: left;
    padding-bottom: 20px;
    line-height: 40px;
    letter-spacing: 0.05em;
}

/*******Effects slider******/
.effects_sec {
	overflow: hidden;
}
.effects_slider_outer {
	
	width: 100%;
	overflow: hidden;
}

.item__grid {
	padding-left: 15px;
	padding-right: 15px;
}
.frame ul li img {
	width: 100%;
}

.frame ul li p {
    font-size: 24px;
    font-weight: 400;
    color: #D86018;
    line-height: 28px;
    padding-top: 20px; 
    letter-spacing: 0.01071em;
}

/* .effects_sec .scrollbar {
    DISPLAY: NONE;
}

.effects_sec ul li.active .scrollbar{
  display: block;
}

.handle{
	width: 60% !important;
} */

.page-template-template-about .effects_sec{
	background: transparent;
}

.page-template-template-about .effects_sec .commonheading{
	padding-bottom: 15px;
}
/*
.comint-sec.comit-promise .scrollbar, .comint-sec.innovation-commit .scrollbar{
	width: 285px !important;
} */

/* Scrollbar */
.scrollbar {
	margin-top: 50px;
	height: 2px;
	background: transparent;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #D86018;
	cursor: pointer;
	transform: inherit;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/*******Effects slider******/
.commonheading{
	color: #D86018;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 45px;
}
.ourproduct_sec{
	padding: 40px 0;
}
.ourproduct_sec [class*=col-]{
	padding-right: 12px;
    padding-left: 12px;
}
.ourproduct_sec .pro_box div {
    border: 1px solid #D86018;
    padding: 18px;
    margin-bottom: 26px;
}
.ourproduct_sec .pro_box img{
	width: 100%;
}
.ourproduct_sec .pro_box strong {
    color: #D86018;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.05em;
    line-height: 30px;
    margin-bottom: 6px;
}
.ourproduct_sec .pro_box p {
    color: #D86018;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01071em;	
    margin-bottom: 20px;
}
.headerouter{
	padding: 40px 0 24px;
}
.headerouter [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 24px;
}
.headerouter .innercntnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;  
	-ms-flex-pack: justify;  
	justify-content: space-between;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.headerouter .cntntimg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.headerouter .cntntimg img{
    width: 100%;
/*     min-height: 100%;
    max-height: 350px; */
    object-fit: cover;
    margin-bottom: 15px;
	margin-bottom: 15px;
    height: 350px;
}
.headerouter .cntntimg a{
	display: block;
}
.headerouter .cntntext h2 a {
    color: inherit;
    font-size: inherit;
}
.headerouter .cntntext {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.headerouter .cntntext h2{
	font-size: 20px;
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;
	color: #D86018;
	border-bottom: 1px solid #D86018;
	padding-bottom: 10px;	
    letter-spacing: 0.05em;
}
.headerouter .cntntext p{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #D86018;
	padding-top: 17px; 
    letter-spacing: 0.01071em;
}
.map_sec {
    background-color: #fdede3;
    padding: 70px 0 0;
/* 	border-bottom: 1px solid #d86018; */
}
.map_sec .container {
	position:relative;
	padding-bottom: 50px;
}
.map_sec> .container:after {
    content: '';
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #d86018;
}

.map_sec p{
	color: #D86018;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	 letter-spacing: 0.01071em;
}
/* .map_sec .map_area{
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 110px;
} */
.map_sec .map_area{
margin-top: 30px;
}
.map_sec .map_area img{
	width: 100%;
}
.map_sec .map_area .buynow_btn{
	color: #D86018;
	font-size: 16px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
	padding: 9px 40px;
	border: 1px solid #D86018; 
	min-width: 185px;
    display: inline-block;
	/* display: inline-block; 	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* position: absolute;
	top:50%; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%); */
}
.map_sec .map_area .buynow_btn:hover{
	background-color: #D86018;
	color: #fff;
}
.followus_sec{
	padding: 40px 0 20px;
	background-color: #fdede3;
}
.followus_sec [class*=col-]{
    padding-bottom: 30px;
}
.followus_sec .gall_img img{
	width: 100%;
}
.footer_sec{
	background-color: #D86018;
	padding: 40px 0;
}
.footer_sec .foot_nav strong{
	color: #FBFDF6;
	font-size: 14px;
	font-weight: 900;
	line-height: 22px;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 10px; 
    letter-spacing: 0.16071em;

}
.footer_sec .foot_nav li a {
    color: #FBFDF6;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 0 10px;
    display: inline-block;
    letter-spacing: 0.17308em;
}
.footer_sec .foot_nav li a:hover{
	text-decoration: underline;
}

.footer_sec .foot_nav .form-group{
	margin-bottom: 8px;
}
.footer_sec .foot_nav .form-control{
	background-color: #FBFDF6;
	border: none;
	border-radius: 0;
	padding: 13px 20px;
	color: #54565B;
	font-size: 16px;
	font-weight: 400;
	height: auto;
}
.footer_sec .foot_nav .form-control::placeholder {
	color: #54565B;
}
.footer_sec .foot_nav .form-control:-ms-input-placeholder { 
	color: #54565B;
}
.footer_sec .foot_nav .form-control::-ms-input-placeholder { 
	color: #54565B;
}
.footer_sec .foot_nav .form-control:focus{
	outline: none;
	box-shadow: none;
}
.footer_sec .foot_nav .sign_up_btn {
    border: none;
    width: 100%;
    padding: 13px 17px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    color: #FBFDF6;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 3px;
    height: auto;
    border-radius: 0;
}

.footer_sec .foot_nav .sign_up_btn:hover{
	background-color:#FBFDF6;
	color:#000; 
}
.footer_sec .bottom_footer{
	padding-top: 40px;
}
.footer_sec .foot_nav .scl_links{
	margin-top: 00px;
}
.footer_sec .foot_nav .scl_links ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	    margin-top: 10px;
}
.footer_sec .foot_nav .scl_links li{
	margin: 0 12px;
}
.footer_sec .foot_nav .scl_links li:first-child{
	margin-left: 0;
}
.footer_sec .foot_nav .scl_links li svg{
	max-width: 40px;
	fill:#fdfdf6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer_sec .foot_nav .scl_links li:nth-child(1):hover svg{
	fill: #8a3ab9;
}
.footer_sec .foot_nav .scl_links li:nth-child(2):hover svg{
	fill: #4267B2;
}
.footer_sec .foot_nav .scl_links li:nth-child(3):hover svg{
	fill: #1DA1F2;
}
.page-id-5491 .flower__sec .container {
    padding-bottom: 59px;
}

/*******03 May Changes*****/

.banner_sec_main
{
	height: calc(100vh - 93px);
}

.news-about-inner {
    display: flex;
    flex-wrap: wrap;
}

.news-inner {
    flex: 0 0 25%;
    margin-bottom: 40px;
}

.comint-sec {
    padding: 30px 0;
}
.page-id-5491 .comint-sec.comit-promise {
    padding: 30px 0 0;
    background: #feede3;
	margin-top: 40px;
}
.page-id-5491 .comint-sec.innovation-commit{
	 background: #feede3;
	padding-top: 40px;
}
.page-id-5491  .flower__sec.about-flower .white-btn {
	color: #D86018;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    padding: 9px 40px;
    border: 1px solid #D2480A;
    min-width: 185px;
    display: inline-block;
	margin-top:32px;

}
/* .page-id-5491  .flower__sec.about-flower {
    background: #feede3;
} */
 .page-id-5491 .comint-sec.innovation-commit h4 {
    border-top: 2px solid #D86018;
    padding-top: 20px;
}
.flower__sec.about-flower {
    background: #fff;
} 
.item__grid video {
    width: 100%; 
    display: block;
}
.full-commit p {
    color: #D86018;
    max-width: 927px;
    line-height: 28px;
    margin-top: 20px;
    font-size: 24px;
    width: 100%;
    letter-spacing: 0.01071em;
}

.full-commit h4.commonheading {
    padding-bottom: 15px;
    text-align: left;
}
.core-value {
    padding: 41px 0 65px;
}
.core-value h2 {
    font-size: 30px;
    letter-spacing: 0.05em;
	line-height:40px;
    color: #D86018;
    font-weight: 900;
    text-align: center;
}
.value-exce h4 {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #D86018;
    font-weight: 900;
	padding-bottom: 11px;
    margin-bottom:0;
    line-height: 40px;
	position:relative;
}
.value-exce h4::after {
	content:'';
	width:25px;
	height:2px;
	background-color:#D2480A;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin: 0 auto;
}
.value-exce p {
    font-size: 28px;
    line-height: 31px;
	font-weight:400;
    color: #D86018;
    letter-spacing: 0.01071em;
	font-family: 'FreightBigProBook';
	margin-top:10px;
}
.excellence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 42px 0 0;
}
.value-exce {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	padding:0 15px;
	margin-bottom: 20px;
	text-align: center;
}
.excellence .value-exce:nth-child(4), .excellence .value-exce:nth-child(5), .excellence .value-exce:nth-child(6) {
    margin-bottom: 0;
}
.testimonails p {
    max-width: 952px;
    font-size: 24px;
    letter-spacing: 0.01071em;
    line-height: 30px;
    color: #D86018;
    font-style: italic;
    text-align: center;
    margin: 30px auto 25px;
}

.testimonails {
    text-align: center;
    background: #FDEDE3;
    padding: 60px 0 0;
}
.testimonails  h5 {
    font-size: 16px;
    color: #D86018;
    letter-spacing: 0.18182em;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.intersted-cand h3 {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 40px;
    color: #D86018;
    font-weight: 900;
    text-align: center;
    margin-bottom: 41px;
    text-transform: uppercase;
}

.intersted-cand .anchor_link {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.18182em;
    line-height: 20px;
    color: #D86018;
    border: 1px solid #D2480A;
    padding: 9px 22px;
    font-weight: 900;
    margin-bottom: 59px;
    transition: all 0.5s;
}

.intersted-cand a:hover {
    background: #D86018;
    color: #fff;
}
img{max-width:100%;}
.jobite-text h6 {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 20px;
    color: #D86018;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intersted-cand {
    padding: 52px 0 65px;
    text-align: center;
background-color: #fff;
}
.jobite-text {
    padding: 10px;
    border: 1px solid #D75D26;
    position: relative;
    background: #fff;
}

.klaviyo_modal .klaviyo_inner.popup-content {
	width: 500px ;
    max-width: 500px;
    margin: auto;
    background: #feede3;
    text-align: center;
    color: #dd5f13;
	padding:30px 10px;	
    z-index: 9999;
   
}

.privacy-content-pop a {
    color: #dd5f13;
    font-size: 11px;
    text-decoration: underline;
}
.privacy-content-pop a:hover {
  text-decoration: none;
}
.popup-heading-text h3 {
    color: #dd5f13 !important;
    
	font-size: 30px !important;
    letter-spacing: 1px !important;
 
}
.input-form {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.privacy-content-pop p {
    line-height: 1.2;
    margin-bottom: 10px;
}
.filed-area {
    flex: 0 0 48%;
}
.main-submit {
   width: auto !important;
    margin: auto !important;
    background: #fff !important;
    color: #dd5f13 !important;
    border: none !important;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 5px 60px !important;
    margin-top: 0px !important;
	transition: all 0.4s;
}
.klaviyo_form_actions.submit-button {padding-top:0px !important;}
.main-submit:hover{background-color: #dd5f13 !important;color: #fff !important;}
.filed-area input {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #dd5f13 !important;
    background: no-repeat !important;
    text-align: center !important;
    color: #dd5f13 !important;
    box-shadow : none !important;
    border-radius: 0px !important;
}
.filed-area input::placeholder {
    color: #dd5f13;
    font-size: 14px;
}
.popup-heading-text {
    margin: 20px 0 !important;
}
.privacy-content-pop {
    margin-top: 20px;
    margin-bottom: 15px;
}

.age-gate-heading.age-gate-logo img { 
    width: 279px; 
}
.age-gate-heading.age-gate-logo {
    margin: 0 auto 28px;
}

p.age-gate-challenge {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 40px;
    margin: 0 0 14px;
}
.age-gate-form { 
    padding: 36px 15px 15px;  
    width: 100%;
}

.age-gate-additional-information {
    padding-top: 13px;
}

.age-gate-additional-information p {
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 20px;
}

.age-gate-wrapper .age-gate-background-colour {
    background-color: rgb(4, 31, 58, 99%) !important;
}
.klaviyo_inner.popup-content .klaviyo_fieldset img {
    width: 175px;
    max-width: 100%;
}
.klaviyo_modal .klaviyo_fieldset .klaviyo_header {
    font-size: 28px !important;
    line-height: 40px;
    padding: 00;
    margin: 0;
    text-align: center;
    color: #DD5F13;
    font-weight: 500;
    letter-spacing: 0.05em !important;
}

.klaviyo_form_actions.submit-button .klaviyo_submit_button.main-submit {
    font-size: 18px;
    letter-spacing: 0.18182em;
}

.privacy-content-pop p {
    font-size: 13px;
    width: 100%;
    max-width: 395px;
    margin: 0 auto 6px;
    line-height: 16px;
    letter-spacing: 0.012em;
}

.error_message:empty {
    display: none;
}

.success_message:empty {
    display: none;
}

.privacy-content-pop { 
    margin-bottom: 0;
}

.klaviyo_modal .klaviyo_fieldset.filed-area {
    -webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 22px);
	flex: 0 0 calc(50% - 22px);
}

.ourproduct_sec .commonheading {
    padding: 0px 0 40px;
    line-height: 40px;
    letter-spacing: 0.05em;
}

.headerouter .commonheading {
    padding-bottom: 10px;
    line-height: 35px;
    letter-spacing: 0.01071em;
}
.headerouter .commonsubheading {
    text-align: center;
    padding-bottom: 31px;
    font-size: 21px;
    line-height: 31px;
	color: #D86018;
}
.headerouter > .row, .ourproduct_sec > .row {
    margin-right: -12px;
    margin-left: -12px;
}

.map_sec .commonheading {
    padding-bottom: 20px;
}
 
.storelocator select#storelocator-search-radius, .storelocator select#storelocator-filter, .storelocator select#storelocator-category {
    background-color: #fff;
}

#storelocatorwidget #storelocator-search-bar-row1, #storelocatorwidget #storelocator-search-bar-row2 { 
  margin-bottom: 20px;
}


p.storelocator-buttons a, #storelocator-nearby, .storelocator-open-now-button {
    letter-spacing: 0.181em;
    display: inline-block;
    font-family: 'Brandon Grotesque';
    padding: 4px 8px;
    height: auto !important;
    text-transform: uppercase !important;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

p.storelocator-buttons .storelocator-btn-danger:hover, a.storelocator-btn.storelocator-btn-primary.storelocator-btn-small:hover  {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important; 
}
#storelocator-nearby, .storelocator-open-now-button {
    min-width: 166px;
    font-size: 13px;
}

#storelocatorwidget  .storelocator-store p a.storelocator-viewlink.storelocator-storename {
    font-size: 20px;
    color: #000;
    font-weight: 800;
    text-align: center;
    padding: 0 0 35px;
    letter-spacing: 0.02em;
    font-family: 'Brandon Grotesque';
}

.storelocator-store p, p.storelocator-address {
    color: #8e8f91;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;   
    font-family: 'Brandon Grotesque';
    margin: 0 0 15px; 
    text-align: left;
}

.storelocator-store p.storelocator-distance {
    color: #e01f20;
    font-weight: 800;
    letter-spacing: 0.02em;    
    font-family: 'Brandon Grotesque';
    font-size: 16px;
    margin: 10px 0  15px;
}

.storelocator-store p a {
    color: #D86018 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;    
    font-family: 'Brandon Grotesque';

}

.storelocator-store p.storelocator-buttons a, 
.storelocator-store p.storelocator-custom-buttons a {
    width: auto;	
    color: #fff !important;
}

.storelocator #storelocator-category_checkbox_text, 
.storelocator #storelocator-category_text, 
.storelocator #storelocator-search-label {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.04em; 
    font-family: 'Brandon Grotesque';

}

.klaviyo_condensed_styling .form-row .klaviyo_field_group, 
.klaviyo_styling .form-row .klaviyo_field_group{
    margin-bottom: 0;
}

.footer_sec .bottom_footer .foot_nav li a {
    text-transform: initial; 
    font-size: 14px;
}


.foot_nav .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5px;
    margin-left: -2.5px;
}

.error_message {
    padding: 2px 4px;
}

.foot_nav .form-row>.col, .form-row>[class*=col-] {
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.success_message {
    color: #fff;
    text-align: center;
}

.success_message .klaviyo_header {
    color: #FBFDF6;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center; 
    display: block;
    margin: 5px 0;
    letter-spacing: 0.06em;
}

.success_message .klaviyo_subheader {
    color: #FBFDF6;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 0;
    display: inline-block;
   /* letter-spacing: 0.06em; */
}

.page-template-template-about .flower__sec.about-flower {
    padding-bottom: 0;
}

 .flower__slider .slick-dots { 
    padding: 25px 0 20px; 
}

.page-template-template-about  .about-mission {
    padding: 42px 0 54px; 
	margin-bottom: 37px;
}

.page-template-template-about  .about-mission .main-heading  {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 3px;
    text-transform: uppercase;
	font-weight: 900;
}
.page-template-template-about  .inner_cntnt {
	width: 911px;
}
.page-template-template-about  .about-mission p {
    color: #D86018;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01071em;
	font-weight: 400;
	max-width: 1055px;
	margin:0 auto;
}
.page-template-template-about  .effects_sec { 
    padding-bottom: 0;
}

.comint-sec.comit-promise {
    padding: 30px 0 0;
}

.page-template-template-about .scrollbar {
    margin-top: 17px; 
}

.page-template-template-about .comint-sec .commonheading {
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 19px;
}

.page-template-template-about .comint-sec.innovation-commit {
    padding-bottom: 70px;
}
.page-template-template-about  .about-news h3.commonheading {
    padding-bottom: 40px;
    line-height: 35px;
    letter-spacing: 0.01071em;
}

.page-template-template-about  .about-news {
    padding-bottom: 50px;
}

.page-template-template-career .about-mission.careers {
    margin-bottom: 0; 
    padding: 63px 0 38px;
}
.page-template-template-career .banner_slider .for_mobile {
	display:none;
}
.about-mission.careers h3.main-heading {
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 40px;
    letter-spacing: 0.05em;
	font-weight:900;
	padding-top: 15px;
}

.about-mission.careers p {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01071em;
}

/* .ourproduct_sec .pro_box div.pro_boxShopBtnHolder a.pro_boxShopBtn {
    display: none ;
} */

.ourproduct_sec .pro_box div.pro_boxShopBtnHolder {
    border: 0;
    padding: 0;
}

.zrf-form p#zendesk_field_zen_submit input {
    background: transparent;
    letter-spacing: 0.181em;
    display: inline-block;
    font-family: 'Brandon Grotesque';
    color: #D86018;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    padding: 9px 27px;
    border: 1px solid #D86018;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.zrf-form p#zendesk_field_zen_submit input:hover {
    background-color: #D86018;
    color: #fff;
}

.shortcode_form .zrf-form label {
    color: #D86018;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.01071em;
    line-height: 20px;
    margin-bottom: 6px;
}

.page_head_main {
    color: #D86018;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

#storelocator-wrapper .storelocator-opaque {
    min-width: auto !important; 	
    width: 100%;
}
p:empty {
    display: none;
}
header.header-footer-group.haeder_sec .container {
    max-width: 100%;
    padding: 0;
}

.page-template-template-about .flower__sec .container:after{
    height: 1px;
}

#zrf-form input, #zrf-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#sb_instagram #sbi_images {
    padding: 0 !important;
}

#sb_instagram #sbi_images .sbi_item { 
    padding: 10px !important;
   
}

/* .frame#basic {
	margin-left: -15px;
	margin-right: -15px;
} */
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.frame ul li {	
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.clearfix.ProcessSlider__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clearfix.ProcessSlider__ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 450px;
	flex: 0 0 450px;
	max-width: 450px
}

.clearfix.ProcessSlider__ul li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 7%;
}

/* .effects_slider_outer {
    position: relative;
    width: 100%;
    max-width: 1500px;
    left: calc(50% - 555px);
    overflow: hidden;
} */
.frame#basic {
   width: 100%;	
}
.frame#basic .mCustomScrollBox {
    margin: 0 -15px;
    padding-bottom: 00px;
	max-width: inherit;
/*     padding-right: 8%; */
}

.page-id-5491 .scrollbar {
    display: none;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 2px;
	background: #D86018;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background: transparent;
}
/* new header */

.manutab.sds {
  background: #FDEDE3;
  position: relative;
}

.manutab li a {
  padding: 11px 0;
}

.manutab li.canndescent.active, .manutab li.canndescent:hover {
  background-color: #D86018;
}

.manutab li.goodbrand:hover, .manutab li.goodbrand.active {
  background: #234C5A;
}

.manutab li.bakers:hover, .manutab li.bakers.active {
  background: #000000;
}

.manutab li.justice:hover, .manutab li.justice.active {
  background: #FACE04;
}

.manutab li.l2l:hover, .manutab li.l2l.active {
  background: #B9BBB8;
}

.manutab li img {
  width: 100%;
  
}

.manutab li.goodbrand img {
  max-width: 53px;
}

.manutab li.bakers img {
  max-width: 54px;
}

.manutab li.justice img {
  max-width: 133px;
}

.manutab li.l2l img {
  max-width: 45px;
}

.manutab li img.logo__colored {
  display: none;
}

.manutab li:hover img.logo__colored, .manutab li.active img.logo__colored {
  display: block;
}

.manutab li:hover img.logo__grey, .manutab li.active img.logo__grey {
  display: none;
}

/*  navbar */

.navbarMain__nav li a { 
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.187em;
  color: #fff;
	text-decoration: underline;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  text-transform: uppercase;
	text-decoration: none;
}

.navbarMain__nav li a:hover, .navbarMain__nav li a.avtive{
  color: #FCBA9D;
}

.navbarMain__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbarMain__nav li.menu-item-has-children ul {
  display: none;
}

.navbarMain__nav li.menu-item-has-children:hover ul {
  display: block;
}

.mainHeder {
  position: relative;
}

/* effect page css */

.effectPageAbout {
	padding: 65px 0 45px;
	background-color: #fdede3;
}

.effectPageAbout__cntnt {
	text-align: center;
}

.effectPageAbout__cntntContainer {
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
}

.effectPageAbout__cntnt h1 {
	color: #D86018;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0 18px;
	line-height: 60px;
	letter-spacing: 0.05em;
}

.effectPageAbout__cntnt p {
	color: #D86018;
	font-size: 24px;
	font-weight: 400;
	padding: 0 0 40px;
	line-height: 28px;
}

.effectPage__calmSection {
	background: #47545D;
}

.effectPage__cruiseSection {
	background: #89AB9D;
}

.effectPage__connectSection {
	background: #B0746B;
}

.effectPage__createSection {
	background: #FA8C53;
}

.effectPage__chargeSection {
	background: #863544;
}

.effectPage--commonSlider {
	padding:37px 0 55px !important;
}

.effectPage--commonSlider .mCSB_dragger {
	/* visibility: hidden !important; */
}

.effectPage--commonSlider .commonheading {
	color: #fff;
	text-align: center;
}

.effectPage__slideMenu ul {
	display: flex;
	justify-content: center;
}

.effectPage__slideMenu ul li {
	padding: 0 40px;
}

.effectPage__slideMenu ul li a {
	font-size: 21px;
	letter-spacing: 0.05em;
	line-height: 40px;
	font-family: 'Brandon Grotesque';
	text-transform: uppercase;
	color: #D86018;
	font-weight: 900;
}

.effectPage__slideMenu .calmSection a {
	color: #47545D;
}

.effectPage__slideMenu .cruiseSection a {
	color: #89AB9D;
}

.effectPage__slideMenu .connectSection a {
	color: #B0746B;
}

.effectPage__slideMenu .createSection a {
	color: #FA8C53;
}

.effectPage__slideMenu .chargeSection a {
	color: #863544;
}
 

.effectSliderCntnt p {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.01071em;
	color: #fff;
	font-family: 'Brandon Grotesque';
	margin: 0 auto 28px;
	max-width: 970px;
	width: 100%;
}

.effectSliderCntnt__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.effectSliderCntnt__inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 72px;
}

.effectSliderCntnt__inner ul li {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.01071em;
	color: #fff;
	font-family: 'Brandon Grotesque';
	padding: 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.effectSliderCntnt__inner ul li img {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.commonWhteBtn {
	display: inline-block;
	border: 0;
	background: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 0.18182em;
	color: #47545D;
	font-family: 'Brandon Grotesque';
	padding: 13px 20px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	min-width: 259px;
}

.commonWhteBtn:hover {
	background: #000;
	color: #fff;
}
.effectPage--commonSlider .ProcessSlider__ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px;
    max-width: 510px;
	
    cursor: default;
}

 

/* .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 4px;
	background: #fff;
}
 */

.effectPage--commonSlider .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .effectPage--commonSlider  .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .effectPage--commonSlider  .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .effectPage--commonSlider  .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .effectPage--commonSlider  .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .effectPage--commonSlider  .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 4px;
    background: #fff;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background: transparent;
}


/* .effectPage--commonSlider .frame#basic {
    width: 100vw;
} */
.effectPage--commonSlider .frame#basic {
    width: calc(100% + 12%);
/* 	width: 100vw; */
}
.effectPage--commonSlider .mCSB_scrollTools .mCSB_draggerContainer { 
    left: 12px; 
}

.effectPage--commonSlider .frame#basic .mCustomScrollBox {
    padding-bottom: 16px;
}

.effectPage--commonSlider .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
}
.effectPage--commonSlider .ProcessSlider__ul li img {
    height: auto;
}

/* effect page css ends here */

 
.ourproduct_sec .pro_box div.pro_boxShopBtnHolder {
	border: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
    -webkit-box-align: start;
	-ms-flex-align: start;
        align-items: flex-start;
	margin-top: 20px;
	margin-bottom: 15px;
}

.ourproduct_sec .pro_box div.pro_boxShopBtnHolder a.pro_boxShopBtn, .pro_boxShopBtn {
    color: #fff; 
    font-weight: 900; 
    text-transform: uppercase;
    padding: 11px 15px;	
    text-align: center;
    border: 1px solid transparent;
    display: inline-block;
    letter-spacing: 0.18182em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Brandon Grotesque';
    font-size: 14px;
    display: inline-block; 
    margin: 0;	
	-webkit-box-flex: 0;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px;
	max-width: 190px;
	background-color: #D86018;	
}
.ourproduct_sec .pro_box div.pro_boxShopBtnHolder a.pro_boxShopBtn:hover, .pro_boxShopBtn:hover { 
	background-color: transparent;
    color: #D86018;
	border-color:#D86018;
}
.pro_boxShopBtn.desktop_button {
    min-width: 190px;
}


.banner_slider_outer {
    width: 100%;
    height: 100%;
}
.banner_slider_outer .banner__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_wrap.contact_form {
    padding-top: 80px;
    padding-bottom: 60px;   
}

.contact_form .page_head_main {
    margin-top: 0;
}

.contact_form .shortcode_form div#zrf-form {
    margin-bottom: 0;
}

.bottom_footer p, .bottom_footer p a {
    color: #fff;
    font-size: 14px;
    font-family: 'Brandon Grotesque';
}



/*About us page css*/

.aboutHead {
    text-align: center;
    background-color: #fdede3;
    padding-top: 175px;
    padding-bottom: 36px;
	margin-bottom:40px;
}

.aboutHead__inner {

}

.aboutHead h1  {
    color: #D86018;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0px 0 18px;
    line-height: 55px;
    letter-spacing: 0.05em;
}

.aboutHead p{
    font-family: 'Brandon Grotesque';
    color: #da6027;
    max-width: 610px;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 400;
    padding-top: 10px;
    margin: 0 auto;
}

.scroll-down {
    margin: 100px auto 0;
    width: 60px;
}

.scroll-down img{
	max-width: 100%;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.artFlower {
    background-color: #D86018;
    text-align: center;
}

.artFlower__inner{
    padding: 65px 0 75px; 
}

.artFlower h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0px 0 0;
    line-height: 55px;
    letter-spacing: 0.05em;
}

.white-btn{
    background-color:transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 32px;
    font-size: 12px;
    font-family: 'Brandon Grotesque';
    font-weight: 900;
    letter-spacing: 0.18182em;
    padding: 11px 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.white-btn:hover{
    background-color: #FBFDF6;
    color: #da6027;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.theNews{
    background-color: #fdede3;
}

.theNews__inner{
    padding: 75px 0; 
}

.theNews h3 {
	font-family: 'Brandon Grotesque';
    color: #D86018;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 20px;
	line-height: 40px;
	letter-spacing: 0.05em;
}

.theNews__partners{
    max-width: 1120px;
    margin: 0 auto;
}

.theNews__partners ul{
    width: 100%;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.theNews__partners li {
	width: 25%;
	text-align: left;
	padding: 0px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
            align-items: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
}

.theNews__partners a {
	margin: 20px;
	text-align: center;
    text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.theNews__partners img{
    max-width: 100%;
}

.theNews__partners a:hover{
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.cannBuyStore{
	background-color: #fdede3;
	text-align: left;
}

.cannBuyStore__outer{
    max-width: 100%;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cannBuyStore__inner{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.cannBuyStore__cols{
    width: 50%;
    align-items: flex-start;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 70px;
}

.cannBuyStore h3{
	font-family: 'Brandon Grotesque';
    color: #D86018;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 20px;
	line-height: 40px;
	letter-spacing: 0.05em;
}

.cannBuyStore p {
    font-family: 'Brandon Grotesque';
	padding: 10px 45px 10px 0;
    text-align: left;
    color: #D86018;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01071em;
}

.cannBuyStore__btn{
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    flex-direction: unset;
}

.orange-btn {
    background-color: transparent;
    border: 1px solid #da6226;
    color: #da6226;
	width: 36%;
    margin-top: 0;
    font-size: 12px;
    font-family: 'Brandon Grotesque';
    font-weight: 900;
    letter-spacing: 0.18182em;
    padding: 11px 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.orange-btn:hover{
	background-color: #da6226;
	border: 1px solid #da6226;
	color: #ffffff;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.orange-btn:last-child{
    margin-left: 4%;
}

.cannBuyStore__cols img{
    max-width: 100%;
    box-shadow: -21px -20px 0 #f9e3d5;
}



/***15 July Changes***/

.headingSection {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 45px;
}
.effectSliderCntnt__inner ul {
	margin-right: 0;
}
.borderLine {
	background-color: #fff;
	height: 2px;
	max-width: 600px;
	flex: 0 0 600px;
}
.headingSection .commonheading {
	padding: 0
}
.effectSliderCntnt {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}
.headingSection .commonheading {
    padding-right: 15px;
}
.effectSliderCntnt__inner ul li:last-child{
	padding-right: 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{
	background-image: url(../images/prev-btn.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0;
	width:35px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(../images/next-btn.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0;
	width:35px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	margin: 0 auto;
}

.footer_sec .bottom_footer {
    padding-top: 0;
    margin-top: -40px;
}

.bottom_footer .foot_nav p {
    max-width: 511px;
}

.storelocator input, .storelocator input:focus, .storelocator input:active {
	box-shadow: none;
	outline: none
}

.footer_sec .foot_nav div#text-7 .textwidget p strong + strong {
    margin-left: 0;
	
}
.footer_sec .foot_nav div#text-7 .textwidget p strong {
    margin-right: 10px;
	
}

.bottom_footerSeprtr_middle .textwidget p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
 
}

.bottom_footerSeprtr_middle .textwidget p strong {
    font-size: 12px;
    text-transform: initial;
    padding: 0;
    font-weight:normal;
}

 .followus_sec .commonheading a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    line-height: inherit;
}
/* 02/08/2021 css for term & contion underrline on hove */
.bottom_footer .foot_nav p:last-child a:hover {
    text-decoration: none;
}
.bottom_footer .foot_nav p:last-child a {
    text-decoration: underline;
}
/* Term and contion page css */
body.page-template-default.page-id-5498 .post-inner p,body.page-template-default.page-id-5499 .post-inner p, body.page-template-default.page-id-5499 .post-inner ul li {
    color: #000;
}
.page-id-5498 .post-inner h2 b, .page-id-5499  .post-inner h2 strong {
    font-size: 24px;
}
.page-id-5498 .post-inner h4 b {
   font-size: 18px;

}
 body.page-template-default.page-id-5498 .post-inner h2,body.page-template-default.page-id-5499 .post-inner h2 {
    margin: 25px 0px 10px;
}
body.page-template-default.page-id-5499 .post-inner ol, body.page-template-default.page-id-5499 .post-inner ul{
    margin: 0 ;
}
body.page-template-default.page-id-5499 .post-inner ol li{
margin: 25px 0 10px;
}
 body.page-template-default.page-id-5499 .post-inner ul li {
    margin: 0 ;
}

/*  aout us page css 10/08/2021 css */
section.our_facts {
    margin-bottom: 0;
    margin-top: 32px;
	background: #FDEDE3;
	padding-top:35px;
	padding-bottom: 15px;
}
 .our_facts h1.commonheading {
	     padding-bottom: 0;
    letter-spacing: 0.01071em;
    line-height: 35px;

}
.over__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.our_facts p {
color: #D86018;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
   letter-spacing: 0.01071em;
    text-transform: initial;
    padding-bottom: 21px;
	
}
.over__top__holdr {
    width: 20%;
    text-align: center;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
/*     -ms-flex-item-align: flex-end;
        -ms-grid-row-align: flex-end; */
        align-self: unset;
        padding: 0 10px;
    box-sizing: border-box;
    
}
.over__top__holdr span{
color: #D86018;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
.over__top__holdr h5 {
    font-size: 80px;
    color: #D86018;
    padding: 0;
    font-family: 'FreightBigProBook';
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 0px;
    margin-top: -6px;
    word-break: break-all;
}
.over__top .over__top__holdr {
    margin-bottom: 0;
	    width: 33% !important;
    flex-basis: 33%;
	padding-bottom: 34px;
}
section.our_facts .over__top:nth-of-type(2) {
    padding-top: 0;
}

/* .over__top .over__top__holdr:nth-child(1), .over__top .over__top__holdr:nth-child(2), .over__top .over__top__holdr:nth-child(3), .over__top .over__top__holdr:nth-child(4) {
    width: 23% !important;
    flex-basis: 22%;
} */

.effectPageAbout__cntnt.about_page .effectPageAbout__cntntContainer p > br {
    display: none;
}

section.our_facts p br {
    display: none;
}

/*10/08/2021 css for portal login and tahnsk page  */
section.portal-login {
	padding-top: 73px;
	}
	.first__frmhldr h2 {
	font-size: 28px;
	line-height: 40px;
	color: #000;
	letter-spacing: 0.1em;
	font-weight: 900;
	text-align: center;
	padding-bottom: 22px;
	}
	.first__frmhldr form {
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
	}
	.first__frmhldr form input {
	width: 100%;
	border: 1px solid #000;
	height: 40px;
	padding: 0 15px;
	color: #000;
	letter-spacing: 0.18em;
	line-height: 20px;
	opacity: 1;
	font-weight: 600;
	text-transform: uppercase;
	box-sizing: border-box;
	}
	.first__frmhldr form input::placeholder,.second__formhndlr form p input::placeholder {
	color: black;
	font-size: 10px;
	letter-spacing: 0.18em;
	line-height: 20px;
	opacity: 1;
	font-weight: 600;
	text-transform: uppercase;
	}

	.first__frmhldr form input[type="submit"] {
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.18182em;
	background: #DA6227;
	margin-top: 43px;
	}

	.second__formhndlr h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	}
	.second__formhndlr form p {
	display: flex;
	justify-content: center;
	/* align-items: self-start; */
	}
	.second__formhndlr form p input {
	width: 284px;
	height: 40px;
	border: 1px solid #000;
	letter-spacing: 0.18em;
	line-height: 20px;
	opacity: 1;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 22px;
	box-sizing: border-box;
	}

	.second__formhndlr {
	padding-top: 27px;
	}
	.second__formhndlr form {
	padding: 35px 0 0;
	}
	.second__formhndlr form p:first-child {
	padding-bottom: 39px;
	}

	.second__formhndlr form p input[type="submit"] {
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.18182em;
	background: #DA6227;
	margin-top: 43px;
	width: 340px;
	}

	/* Thanks page css */
	section.thansk-outer {
	padding-top: 67px;
	padding-bottom: 64px;
	}
	.thanks__hldr h2 {
	font-size: 29px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 45px;
	font-weight: 900;
	}
	.thanks__hldr p {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding-top: 15px;
	}
	.thanks__hldr a {
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.18182em;
	background: #DA6227;
	margin-top: 34px;
	min-width: 340px;
	/* max-width: 340px; */
	width: 340px;
	display: inline-block;
	padding: 10px 0;
	text-transform: uppercase;
	line-height: 20px;
	}
/*17/08/2021 css  */
.aboutNewSlider  {
    padding: 0 0 0 0;
    margin-left: auto;
    width: calc(50vw + 50%);
	padding-bottom: 20px;
}

.aboutNewSlider__list .slick-list { 
    padding: 0 60% 0 0;  
}
.page-id-5491 .flower__sec .container:after{
	display:none;
}

.page-template-template-about .effects_sec .item__grid p {
    font-size: 24px;
    font-weight: 400;
    color: #D86018;
    line-height: 28px;
    padding-top:21px;
    letter-spacing: 0.01071em;
}
.page-template-template-about .effects_sec ul.slick-dots {
    padding-top: 0;
}
.effects_slider_outer .aboutNewSlider__list.slick-initialized.slick-slider.slick-dotted {
    position: relative;
}

.page-template-template-about .effects_sec ul.slick-dots {
    padding-top: 0;
    position: absolute;
bottom: -20px;
    left: 0;
    right: 0;
	    padding-bottom: 0;
	max-width: 1140px;
}

.slick-dots button:before{
	content:"";	
	display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #8d9090;
	position:absolute;	
    margin: 0 auto;
    left: 0;
    right: 0;
}
.slick-dots li.slick-active button:before {
    background-color: #D2480A;
	 width: 6px;
    height: 6px;
}
ul.slick-dots li {
    margin: 0;
}
.intersted-cand.for_title {
    padding-bottom: 0;
}
.intersted-cand.for.jobite {
    padding-top: 72px;
}
.page-id-5495 .banner_slider ul.slick-dots {
    padding-top: 30px;
}
.aboutNewSlider .item__grid:first-child {
    padding-left: 0;
}

.page-id-5495 .banner_slider_outer .slick-initialized .slick-slide {
    position: relative;
}
 .page-id-5495 .banner_slider_outer .banner_logo {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 6;
}
 .page-id-5495 .banner_slider_outer .banner_logo a {
	display: inline-block;
	margin: 0 auto;
}
/*  18/08/2021 css*/
.inner_cntnt h3 {
    font-size: 36px;
    letter-spacing: 0.01071em;
    color: #D86018;
    line-height: 42px;
    position: relative;
    font-weight: 500;
    max-width: 911px;
    text-align: center;
    padding-bottom: 21px;
}
.inner_cntnt h3:after {
    content: "";
    width: 108px;
    height: 1px;
    background: #D2480A;
    position: absolute;
    left: 50%;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner_cntnt h3 + p {
    display: none;
}
.aboutNewSlider .item__grid img {
    width: 100%;
}
.page-id-5491 .flower__sec.about-flower .white-btn:hover,.intersted-cand .anchor_link:hover {
    background-color: #D86018;
    color: #fff;
}


.page-template-template-about .effects_sec.about-effect-secs .effects_slider_outer {
    max-width: 100%;
    position: static;
}
.page-id-5491  .inner_cntnt h3 {

    padding-bottom: 25px;
    margin-bottom: 28px;
}
.page-id-5491 .about-flower .inner_cntnt p{
	padding-bottom:0;
}
.page-id-5491 .in_the_news {
    padding: 40px 0;
}
.page-id-5495 .banner_sec {
	background-position:top;
}
.page-id-5491 .about-flower .inner_cntnt p:nth-of-type(3) {
    margin-bottom: 15px;
}
/*  19/08/2021 css in the news section*/

        .page-id-5491 .in_the_news h1.commonheading {
    border-bottom: 1px solid #D2480A;
    padding: 0 0 20px;
}
 .page-id-5491 .inthe__news_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.new__imghldr a {
    display: inline-block;
}

.page-id-5491 .inthe__news_inner .new__imghldr img {
    max-height: 56px;
    width: auto;
}
.page-id-5491 .new__imghldr {
-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px 30px;
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* 26/08/2021 css  */
.scl_links p, .scl_links p a {
    color: #fff;
    font-size: 13px;
}
.scl_links p a:hover {
    text-decoration: underline;
}
.foot_nav form#email_signup {
    margin-bottom: 0;
}
.footer_sec .foot_nav div#social_links-2 {
    margin-top: 0px;
}

       .backToTop.show {
    bottom: 30px;
}
        .backToTop {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #D86018;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    top: auto;
    right: 15px;
    bottom: -250px;
    left: auto;
    -webkit-box-shadow: 0px 11px 13px 0 rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 13px 0 rgb(0 0 0 / 25%);
    z-index: 11;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.backToTop img {
    max-width: 15px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.backToTop:hover {
    background: #c14f0b;
}
/*27-08-2021 css  */

p.age-gate-error-message {
  color: #dd5f13;
  font-family: 'Brandon Grotesque';
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
}

.age-gate-error.has-error {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
}
.age-gate-form {
    padding: 60px 13px 60px;
}
/*31-08-2021 css  */
form#email_signup .error_message {
    background: #fff;
    border-radius: 3px;
    margin-left: 4px;
}
h1#blog_header {
    font-size: 35px;
}
.banner_slider.slick-initialized.slick-slider, .banner_slider .slick-list, .banner_slider .slick-track {
    height: 100%;
}

.jobite-text iframe {
    height: 650px !important;
}
