/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 18px;
	line-height: 1.4; 
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	color: #8D8D8D;
	font-family: 'Averta PE Regular', 'Open Sans', sans-serif; 
}
h1, h2, h3, h4, h5 {
	font-family: 'Averta CY W01 Bold', 'Open Sans', sans-serif
}
.navbar-light .navbar-nav .nav-link {
	font-family: 'Averta CY W01 Bold', 'Open Sans', sans-serif;
	font-size: 18px;
	padding-left: 0.8rem;
	padding-right: 0.8rem
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(187, 95, 147, 1);     transition: all 0.4s ease;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link {
	position: relative;
}
.navbar-light .navbar-nav .active>.nav-link:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 1rem;
	height: 2px;
	width: calc(100% - 2rem);
	background: #fff
}
.navbar-light.active .navbar-nav .nav-link {
	color: rgba(117, 117, 117, 1)
}
.navbar-light.active .navbar-nav .active>.nav-link, .navbar-light.active .navbar-nav .nav-link.active, .navbar-light.active .navbar-nav .nav-link.show, .navbar-light.active .navbar-nav .show>.nav-link {
	color: rgba(187, 95, 147, 1);
}
.navbar {
	padding: 1rem 0;
}
.navbar-light .navbar-brand {
	display: inline-block;
	width: 250px;
	height: 68px;
	background-image: url('../img/aarav-logo-white.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 180px 50px; margin:1rem;
}
.navbar-light.active .navbar-brand {
	background-image: url('../img/aarav-logo.svg');
}
.navbar-light.active .navbar-nav .active>.nav-link {
	position: relative;
}
.navbar-light.active .navbar-nav .active>.nav-link:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 1rem;
	height: 2px;
	width: calc(100% - 2rem);
	background: rgba(187, 95, 147, 1)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff
}
.navbar-light.active .navbar-nav .nav-link:focus, .navbar-light.active .navbar-nav .nav-link:hover {
	color: rgba(187, 95, 147, 1)
}
.btn {
	border-radius: 20px
}
.btn-primary {
	color: #fff;
	padding: 8px 20px;
	background-color: #873595;
	font-size: 14px;
	border-color: #873595;
	margin-top: 8px;
	outline: none !important;
	box-shadow: none !important
}
p {
	margin-bottom: 1rem
}
.averta-cy {
	font-family: 'Averta CY W01 Bold', 'Open Sans', sans-serif;
}
.averta-pe {
	font-family: 'Averta PE Regular', 'Open Sans', sans-serif;
	font-weight: 400;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:focus-visible {
 color: #fff;
 background-color: #621b6e;
 border-color: #621b6e;
outline: none !important;
box-shadow: none !important
}
.btn, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-outline: none !important;
	box-shadow: none !important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #621b6e;
	border-color: #621b6e;
	outline: none !important;
	box-shadow: none !important
}
.gtext {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9619f+0,b46eac+25,72a2d6+50,06a5a5+100 */
background: #d9619f; /* Old browsers */
background: -moz-linear-gradient(left,  #d9619f 0%, #b46eac 25%, #72a2d6 50%, #06a5a5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #d9619f 0%,#b46eac 25%,#72a2d6 50%,#06a5a5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #d9619f 0%,#b46eac 25%,#72a2d6 50%,#06a5a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9619f', endColorstr='#06a5a5',GradientType=1 ); /* IE6-9 */
-o-background-clip: text;
-moz-background-clip: text;
-webkit-background-clip: text;
background-clip: text;
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
}
#aarav-banner { display: none}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
   .gtext { background: none !important;  color: #d9619f !important; }
      #aarav-banner { display: block}
	  #imagesequence { display: none}
	  .aaravtext45 { margin-top:20%}
}

.top-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 80vh;
	width: 100%;
}
.section-12 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}
.navbar-brand {
	padding: 10px;
}
.navbar-brand img {
	width: 220px;
}
.section {
	padding: 100px 0;
}
.section-pad {
	padding: 100px 0;
}
.section-sm {
	padding: 40px 15px;
}
.section-lg {
	padding: 200px 15px;
}
.lg-text {
	color: #204B45;
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Averta CY W01 Bold', 'Open Sans', sans-serif;
	
}
.lg-text-in {color: #204B45;
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Averta CY W01 Bold', 'Open Sans', sans-serif;}
	
.social-link {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
	    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.social-link a {
	display: inline-block;
	padding: 8px;
}
.social-link img {
	width: 40px;
}
.btn.btn-large {
	color: #BB5F93;
	padding: 15px 30px;
	min-width: 220px;
	border-radius: 30px;
	background: #FFE3F2;
	font-family: 'Averta CY W01 Bold', 'Open Sans', sans-serif;
	font-size: 20px;
	transition: all 0.35s ease;
}
.btn.btn-large:hover {
	color: #fff;
	background: #BB5F93;
}
.videobg {
	position: absolute;
	width: initial;
	right: -20%;
	top: 0%;
	min-width: 100%;
	min-height: 100%;
}
.sec-pad {
	padding: 80px 78px;
}
.sec-pad2 {
	padding-left: 58px;
	padding-right: 58px;
}
.sec-pad2lg {
	padding-left: 65px;
	padding-right: 65px;
}
.sec-pad2a {
	padding-left: 54px;
	padding-right: 54px;
}
.sec-pad3 {
	padding-left: 50px;
	padding-right: 50px;
}

 @media screen and (min-width: 1200px) {
.container {
	padding: 0 90px;
	max-width: 100%;
}


}
 @media screen and (min-width: 769px) {
.navbar-expand-lg .navbar-toggler {
	display: none;
}
.navbar-expand-lg .navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.navbar-expand-lg .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
}
.navbar {
	padding: 0.5rem 0;
}
.navbar .container {
	padding: 0 70px;
}
.home .navbar {
	background:co
	
}
.navbar.active {
	background: #fff
}
.hfull {
	height: 742px;
	padding: 80px 78px;
	overflow: hidden;
	position: relative;
}
.overlay {
	display: block;
	position: absolute;
	z-index: 7;
	background: rgba(0, 0, 0, 0.5) no-repeat center;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	
}
#imagesequence {
	height: 100vh;
	min-height: 500px;
}
#my-scrollbar {
	height: 100vh
}
.lg-text-center {
	text-align: center
}
.mb25 {
	margin-bottom: 2.5rem;
}
.mb45 {
	margin-bottom: 4.5rem;
}
.pdtop {
	padding-top: 100px
}
.padb10 {
	padding: 10rem 0
}

.head-title {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	padding-top: 100px
}
.posrel {
	position: relative;
	overflow: hidden;
}
.pad0 {
/*padding: 0;*/
}
.pad-sm {
	padding: 8rem 4rem
}
.mar-sm {
	margin: 65px 0
}
.head-title.head-title-big {
	font-size: 72px
}
.color10 {
	color: #204B45
}
.title-head.color14 {
	color: #a6b7b5;
}
.pad43 {
	padding: 4rem;
}
.bold {
	font-weight: bold
}
.uppercase {
	text-transform: uppercase
}
.pad40 {
	padding-top: 40px;
	padding-bottom: 40px
}
.head-mrb {
	margin-bottom: 3.5rem
}
.gtext {
	font-size: 45px
}
.product-table td {
	font-size: 20px;
	padding: 30px; 
	font-family: 'Averta CY W01 Bold', 'Open Sans', sans-serif;
	color: #737373; vertical-align: middle;
}
.product-table tr td:first-child { border-radius: 12px 0 0 12px}
.product-table tr td:last-child { border-radius: 0 12px 12px 0}
.product-table tr:first-child td, .product-table tr td:first-child {
	color: #ACACAC
}
.section-lg.section-12 {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.worldwide-wrapper {
	padding: 4rem 6rem
}
.worldwide-wrapper-sub {
	padding: 4rem 0
}
.lg-text {
	color: #10A5D4;
	margin-right: 5px
}
.md-text {
	color: #ACACAC;
	line-height: 1;
	font-size: 20px
}

.color51 {
	color: #873595
}
.color52 {
	color: #007C69
}
.color53 {
	color: #10A5D4
}
.color54 {
	color: rgba(32, 75, 69, 0.4)
}
.color61 {
	color: #007C69
}
.color62 {
	color: #10A5D4
}
.arrow-btn {
	width: 42px;
	transition: all 0.3s ease-in-out
}
.arrow-btn:hover {
	margin-left: 18px
}
.mdtext {
	font-size: 18px;
	line-height: 1.8
}
.mbbr {
	margin-bottom: 7rem
}
.iconswrapper-sec {
	color: #8D8D8D
}
.iconswrapper-sec img {
	height: 76px
}
.icon-wrapper {
	height: 100px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: end!important;
	margin-bottom: 15px
}
.head4 {
	margin: 2.5rem 0;
	font-size: 24px;
	text-transform: uppercase
}
.ellipse img {
	width: 20px;
	margin-left: 5px
}
.ellipse {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background: rgba(255,255,255,0.3);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
	    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.fullheight {
	min-height: 70vh
}
.row50 {
	margin-right: 50px
}
.mh40 {
	min-height: 400px
}
.video-ht {
	height: 70vh;
	overflow: hidden;
	position: relative
}
.btn-payaarav {
	text-align: right;
	padding: 15px 0;
	 
}
.btn-payaarav a {display:inline-block; margin-left:15px}

.fine-color  {color:  #984444;}

 @media screen and (max-width: 1200px) {
	 
	
	 
.fullheight {
	min-height: 50vh
}

#imagesequence {
	height: initial;
	min-height: initial
}
}
 @media screen and (max-width: 1024px) {
	 .fine-color  {color:  #8d8d8d;}
	 
.fullheight {
	min-height: 50vh
}
#imagesequence {
	height: initial;
	min-height: initial
}
.pad43 {
	padding: 2rem;
}
.pad-sm {
	padding: 8rem 2rem;
}
.row.row2>div {
	flex: 0 0 100%;
	max-width: 100%;
}
.sec-pad.mtmonth {
	padding-left: 50%;
	padding-top: 0;
	padding-bottom: 0
}
.container-mt {
	width: 100%;
	max-width: 100%;
	padding: 0
}
.worldwide-wrapper-sub {
	padding: 1rem 0
}
}
 @media screen and (max-width: 768px) {
	 
	 {color:  #984444;}
	 
	 .section.about-section { padding-top:0 !important; margin-top:-20px !important}
	 
.navbar-light .navbar-toggler {
	color: rgba(57, 165, 180, 1);
	background: rgba(196, 247, 254, 1);
	border-color: rgba(196, 247, 254, 1);
	border-radius: 100%;
	width: 55px;
	height: 55px;
}
.mh40 {
	min-height: initial
}
.sec-pad {
	padding: 30px
}

.worldwide-wrapper-sub .lg-text {
	font-size: 36px !important
}
.worldwide-wrapper-sub {
	padding: 1rem 0
}
.sec-pad3 {
	padding-left: 30px;
	padding-right: 30px;
}
.video-ht {
	height: initial
}
.container90 {
	max-width: 90%
}
.row50 {
	margin-right: -15px;
	margin-bottom: 30px
}
.navbar-light .navbar-toggler-icon {
	background-image: url(bar.svg);
}
.navbar-toggler:not(:disabled):not(.disabled) {
	outline: none !important
}
.social-link {
	justify-content: flex-start !important;
	padding-top: 20px
}
.d-flex.justify-content-end.flexright {
	justify-content: flex-start !important;
}
.d-flex.justify-content-end.flexright .averta-cy {
	padding-left: 0 !important
}
.head-title.head-title-big {
	font-size: 48px;
}


.br {
	display: none
}
.topsections {
	padding-top: 118px
}
.gtext {
	font-size: 40px;
}
.btn-payaarav {
	text-align: left
}

		
		.navbar .fp-btn_toggle { position: relative;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0!important;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    text-indent: inherit;
    text-decoration: none;
	display: block;
    width: 24px;
    height: 24px;
    z-index: 98;
   } 
	.navbar .fp-btn_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 6px 0;
    position: relative;
    top: 0;
    background: #204b45;
    -webkit-transition: top .2s .3s,opacity .3s .1s,background .4s,-webkit-transform .3s 0s;
    transition: top .2s .3s,opacity .3s .1s,background .4s,-webkit-transform .3s 0s;
    -o-transition: top .2s .3s,opacity .3s .1s,background .4s,-o-transform .3s 0s;
    -moz-transition: top .2s .3s,transform .3s 0s,opacity .3s .1s,background .4s,-moz-transform .3s 0s;
    transition: top .2s .3s,transform .3s 0s,opacity .3s .1s,background .4s;
    transition: top .2s .3s,transform .3s 0s,opacity .3s .1s,background .4s,-webkit-transform .3s 0s,-moz-transform .3s 0s,-o-transform .3s 0s;
}
.navbar.openmenu .fp-btn_toggle span {
    -webkit-transition: top .2s,opacity .2s .3s,-webkit-transform .3s .3s;
    transition: top .2s,opacity .2s .3s,-webkit-transform .3s .3s;
    -o-transition: top .2s,opacity .2s .3s,-o-transform .3s .3s;
    -moz-transition: top .2s,transform .3s .3s,opacity .2s .3s,-moz-transform .3s .3s;
    transition: top .2s,transform .3s .3s,opacity .2s .3s;
    transition: top .2s,transform .3s .3s,opacity .2s .3s,-webkit-transform .3s .3s,-moz-transform .3s .3s,-o-transform .3s .3s;
}
.navbar.openmenu .fp-btn_toggle span:first-child {
    top: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar.openmenu .fp-btn_toggle span:last-child {
    top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar.openmenu .fp-btn_toggle::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .9;
}

.navbar .fp-btn_toggle::before {
    content: '';
    position: absolute;
    top: -17px;
    left: -17px;
    right: -17px;
    bottom: -17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
       background: #c4f7fe;
    border-color: #c4f7fe;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .6s cubic-bezier(.33,1,.68,1),-webkit-transform .45s cubic-bezier(.34,2,.64,1);
    transition: opacity .6s cubic-bezier(.33,1,.68,1),-webkit-transform .45s cubic-bezier(.34,2,.64,1);
    -o-transition: opacity .6s cubic-bezier(.33,1,.68,1),-o-transform .45s cubic-bezier(.34,2,.64,1);
    -moz-transition: transform .45s cubic-bezier(.34,2,.64,1),opacity .6s cubic-bezier(.33,1,.68,1),-moz-transform .45s cubic-bezier(.34,2,.64,1);
    transition: transform .45s cubic-bezier(.34,2,.64,1),opacity .6s cubic-bezier(.33,1,.68,1);
    transition: transform .45s cubic-bezier(.34,2,.64,1),opacity .6s cubic-bezier(.33,1,.68,1),-webkit-transform .45s cubic-bezier(.34,2,.64,1),-moz-transform .45s cubic-bezier(.34,2,.64,1),-o-transform .45s cubic-bezier(.34,2,.64,1);
}

.navbar.openmenu .fp-btn_toggle:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.navbar .fp-btn_toggle::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}


.navbar-collapse {
	background: #c4f7fe;
	    padding: 15px 15px 24px 15px;
}

.navbar .navbar-collapse {    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 115px 30px 40px; background:#fff;}
	.navbar-light .navbar-toggler {    position: relative;
    z-index: 99;     margin-right: 20px; }
	
	.navbar-light.active .navbar-nav .active>.nav-link:after { background: none}
	.navbar-light .navbar-nav .nav-link {    color: #204b45;
    font-size: 30px;
    letter-spacing: -.03em;     padding: 0;
    margin: 0 0 19px;
    text-align: center;
    list-style: none;}
	.navbar-light .navbar-brand {    position: relative;
    z-index: 99;}
	.navbar-nav {    position: relative;
    top: 50%;
    transform: translateY(-50%);}
	
	.navbar-light .navbar-nav .active>.nav-link:after { background: none !important}   
	.navbar .navbar-collapse {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.16,1,.3,1);
    transition: -webkit-transform .8s cubic-bezier(.16,1,.3,1);
    -o-transition: -o-transform .8s cubic-bezier(.16,1,.3,1);
    -moz-transition: transform .8s cubic-bezier(.16,1,.3,1),-moz-transform .8s cubic-bezier(.16,1,.3,1);
    transition: transform .8s cubic-bezier(.16,1,.3,1);
    transition: transform .8s cubic-bezier(.16,1,.3,1),-webkit-transform .8s cubic-bezier(.16,1,.3,1),-moz-transform .8s cubic-bezier(.16,1,.3,1),-o-transform .8s cubic-bezier(.16,1,.3,1);
		}
		
		.collapse.navbar-collapse { display: block}
		
		.navbar.openmenu .navbar-collapse  { -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
	
	.top-section {     background-position-x: center; background-origin:content-box}


}
  @media screen and (max-width: 640px) {
	  
	  
	  body { font-size:1.3rem;}
	  .head-title { padding-top:0}
	  
	  .lg-text-in { font-size:1.4rem}
	  
.navbar .container {
	padding: 0 30px;
}
.navbar-light .navbar-brand {
	background-size: 140px 40px;
	width: 150px;
	height: 48px;
}
.navbar {
	padding: 0; 
}

.ingredients-wrapper {
	background-position-y: center;
}
.fragrances-wrapper {
	background-position-x: center;
}
#imagesequence img {
	width: 250% !important;
	margin-left: -80%
}


.sec-pad.mtmonth {
	padding-left: 15%;
}
.sec-pad2lg {
	padding-left: 30px;
	padding-right: 30px;
}

.btn.btn-large {
	padding: 10px 24px;
	min-width: 180px;
	font-size: 18px;
}
.navbar-light .navbar-nav .active>.nav-link:after {
								background: #000;
							}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #000 !important
}
.hfull { margin-top:3rem}
.mh40 {
    min-height: 340px;
}
.iconswrapper-sec>div { margin-bottom:3rem}
.iconswrapper-sec .head4 {margin: 1.5rem 0;}
.navbar-light .navbar-brand {    width: 250px;
    height: 68px; background-size: 180px 50px;}
	.videobg.videobg-ring { right:-80% !important; left: initial !important}
	.videobg.videobg-fabric { right:-160% !important}
	.videobg.videobg-pc {right:-64% !important}
	.videobg.videobg-homecare { right:-85% !important}
	.videobg.videobg-incense { right:-190% !important; top: initial !important;
    bottom: 0 !important;  }
	.videobg-confectionaries { top:-75% !important;     right: -210% !important; }
	.videobg-beverages { right: -75% !important; bottom: -30% !important}
	.videobg.videobg-dairy {right: -220% !important; left: initial !important}
	.videobg.videobg-bakery {    right: -138% !important;}
	.hfullimg { padding:0 !important}
	.hfullimg img {    position: relative;
    right: 15%;}

}

/* ==========================================================================
   Aarav classes
   ========================================================================== */
   .navbar-toggler-icon {    position: relative;
    left: -3px;}
  /* .loader {
 border: 5px solid #e9f0f7;
 border-radius: 50%;
 border-top: 5px solid #D9619F;
 width: 60px;
 height: 60px;
 -webkit-animation: spin 2s linear infinite; 
 animation: spin 2s linear infinite;
 display: inline-block;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   z-index: 999;
}*/


.loader {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 10rem;
  border: 0px;
  background: linear-gradient(to right,  #d9619f 0%,#b46eac 25%,#72a2d6 50%,#06a5a5 100%);
  box-shadow: 0px 0px 100px -50px black;
  animation: animate 1s linear infinite;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   z-index: 999;
}

.loader::before {
  position: absolute;
  content: "";
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 82%;
  height: 82%;
  border-radius: 10rem;
  border: 0px;
}

@keyframes animate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #D9619F 0%,
    #B46EAC 29%,
    #72A2D6 67%,
    #06A5A5 100%
  );
      font-family: 'Open Sans', sans-serif; font-weight:100; 
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  display: inline-block;
      font-size: 70px;
}

@keyframes textclip {
  to {
    background-position: -200% center;
  }
}

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

@keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #D9619F 0%,
    #B46EAC 29%,
    #72A2D6 67%,
    #06A5A5 100%
  );
      font-family: 'Open Sans', sans-serif; font-weight:100; 
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  display: inline-block;
      font-size: 70px;
}

@keyframes textclip {
  to {
    background-position: -200% center;
  }
}


  
   .container  {width: 100%;
    padding: 0 30px;}
	.top-section { height: 80vh;     background-position-x: center;}
	.title-head {    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.05em;
    text-align: center;     color: #204b45;} 
	.title-head2 { font-size:20px}
	.fullheight-hero { height:400px}
	.catalog-text { max-width: 100%;
    color: rgb(32 75 69 / 40%);
    font-size: 1.5rem;
    letter-spacing: -.03em;
    text-align: center; }
	.container-sm {       
    padding: 0 30px; }
	
	.footer-text { padding-top:20px; padding-bottom:20px}
	
	.head2 {
	font-size: 30px;
	margin-bottom: 1rem;     letter-spacing: -.05em;
	text-transform: uppercase
}
	.home3d { display: block; margin-top:30px}
	.home3d-wrapper { background-color:#fff; background-image:none; background-repeat: no-repeat; background-position:center right; background-size: cover;}
	
	.footer-email {
	position: relative;
	color: #D9619F !important;
	text-decoration: none;
	font-size: 36px;
	font-family: 'Averta CY W01 Bold', 'Open Sans', sans-serif;
	line-height: 49px;
	display: block;
	margin-bottom: 5px;
	letter-spacing: -.03em; display:inline-block;
}
.footer-phone {
	position: relative;
	color: #8D8D8D !important;
	text-decoration: none;
	font-size: 36px;
	font-family: 'Averta CY W01 Bold', 'Open Sans', sans-serif;
	line-height: 49px;
	letter-spacing: -.03em; display:inline-block;
}	
.footer-email:hover, .footer-phone:hover { text-decoration: none}

.footer-email::after, .footer-email::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #D9619F;
}

.footer-email::before {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
	bottom: -3px;
}
.footer-email::after {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
	bottom: -3px;
}
.footer-email:hover::after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.16,1,.3,1);
    transition: -webkit-transform .7s cubic-bezier(.16,1,.3,1);
    -o-transition: -o-transform .7s cubic-bezier(.16,1,.3,1);
    -moz-transition: transform .7s cubic-bezier(.16,1,.3,1),-moz-transform .7s cubic-bezier(.16,1,.3,1);
    transition: transform .7s cubic-bezier(.16,1,.3,1);
    transition: transform .7s cubic-bezier(.16,1,.3,1),-webkit-transform .7s cubic-bezier(.16,1,.3,1),-moz-transform .7s cubic-bezier(.16,1,.3,1),-o-transform .7s cubic-bezier(.16,1,.3,1);
}

.footer-phone:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    background: currentColor;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.16,1,.3,1);
    transition: -webkit-transform .7s cubic-bezier(.16,1,.3,1);
    -o-transition: -o-transform .7s cubic-bezier(.16,1,.3,1);
    -moz-transition: transform .7s cubic-bezier(.16,1,.3,1),-moz-transform .7s cubic-bezier(.16,1,.3,1);
    transition: transform .7s cubic-bezier(.16,1,.3,1);
    transition: transform .7s cubic-bezier(.16,1,.3,1),-webkit-transform .7s cubic-bezier(.16,1,.3,1),-moz-transform .7s cubic-bezier(.16,1,.3,1),-o-transform .7s cubic-bezier(.16,1,.3,1);
}

.footer-email:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .7s .25s cubic-bezier(.16,1,.3,1);
    transition: -webkit-transform .7s .25s cubic-bezier(.16,1,.3,1);
    -o-transition: -o-transform .7s .25s cubic-bezier(.16,1,.3,1);
    -moz-transition: transform .7s .25s cubic-bezier(.16,1,.3,1),-moz-transform .7s .25s cubic-bezier(.16,1,.3,1);
    transition: transform .7s .25s cubic-bezier(.16,1,.3,1);
    transition: transform .7s .25s cubic-bezier(.16,1,.3,1),-webkit-transform .7s .25s cubic-bezier(.16,1,.3,1),-moz-transform .7s .25s cubic-bezier(.16,1,.3,1),-o-transform .7s .25s cubic-bezier(.16,1,.3,1);
}
.footer-phone:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

 .aarav-emails, .enquiry-now { display:none !important} 
 .homepage .aarav-emails.email-marketing { display:block}
 .flavorspage .aarav-emails.email-flavours, .flavorspage .enquiry-now.enquiry-now-fragrances { display:inline-block !important} 
 .careerpage .aarav-emails.email-hr { display:block} 
 .ingreadientspage .aarav-emails.email-ingredients { display:block}
 .contactpage .aarav-emails.email-marketing { display:block}
 .fragrancespage .aarav-emails.email-fragrances, .fragrancespage .enquiry-now.enquiry-now-fragrances { display:inline-block !important} 
 
 
 
 
 
 .variation { color: rgba(0, 165, 163, 1); font-size:14px; margin-bottom:6px;font-weight:300; font-family: 'Averta PE Regular', 'Open Sans', sans-serif;}

	.product-table tr { margin-bottom:3rem;  margin-bottom:1rem; transition:all 0.3s ease}
	.product-table tr:hover { background:rgba(176,252,255,0.4); }
	.downloadshhet { min-width: 30px;
    text-align: right;}
	.downloadshhet img { width:32px; opacity:0.7; transition:all 0.4s ease}
	.downloadshhet img:hover { opacity:1; transform:scale(1.05)}
	
	.product-thumb { border-radius: 100%; width:60px; margin-right:20px }
	@media (max-width: 1199px){ .top-section { background-size: initial } }
	
	.product-details { position:relative}
	.product-details span { width:180px; display:inline-block; position:absolute;     right: 0; top: 50%;
    transform: translateY(-50%); }
	.product-table tr td:last-child { width:50px }
	.product-details span { width:170px}
	
	.hmsq-dk { display: block}
	.hmsq-mb { display:none}
	
	@media (max-width: 767px){ 
	
	.hmsq-dk { display: none}
	.hmsq-mb { display:block}
	
	.downloadshhet { text-align:left}
	.product-table tr td img.product-thumb { width:80px; }
	.tdhead { display:none} 
/*	.product-table tr td:nth-child(3), .product-table tr td:nth-child(4){ display:inline-block; width:50%; margin-bottom:3rem}
*/	.btn-payaarav { margin-top:5rem}
	.footer section { padding-bottom:0 !important}
	.copyright { margin-bottom:2rem !important}
	.footer-text { padding-bottom:3rem !important}
	.tikitech { bottom: -2px !important}
	.sec-pad3-table { padding:0}
	.product-table tr td { padding:15px 10px}
	
	.product-details span { position:relative; margin-top: 10px;  }
	.downloadshhet img { width:42px}
	
	
	}
	
	
	
@media (min-width:768px) { .title-head {    font-size: 45px;} .title-head2 { font-size:22px} .fullheight-hero { height:80vh} .home3d { display:none} .top-section { height: 80vh; } .home3d-wrapper {background-image:url('../img/3d-home2.jpg'); }  .mrsec { margin-top:60px; margin-bottom:60px} }
@media (min-width:1024px) { .container {         padding: 0 60px; } 
.container-sm {       
    padding: 0 120px; }
	.container-sm2 {       
    padding: 0 80px; }
.title-head {    font-size: 60px;}
.title-head2 { font-size:30px}
.head2 {
	font-size: 50px;}
.catalog-text { max-width: 581px;
   
    font-size: 26px;
    line-height: 34px; }

}
@media (min-width:1200px) {
		.container {         padding: 0 90px; } 
		.container-sm {       
    padding: 0 180px; }
	.container-sm2 {       
    padding: 0 120px; }
		.title-head {    font-size: 64px;}
		.title-head2 { font-size:35px}
		.catalog-text {    max-width: 609px;
    font-size: 28px;
    line-height: 36px;}
	.row12>DIV { padding:0}
	.rightspace { padding-right:65px}
	.leftspace { padding-left:65px}
	
	 }
@media (min-width:1600px) {
		.container {         padding: 0 90px; }
		.container-sm {        max-width: 1920px;
    padding: 0 300px; }
	.container-sm2 {       
    padding: 0 210px; }
		.title-head {    font-size: 80px;}
		.title-head2 { font-size:45px}
		.head2 {
	font-size: 60px;}
		.catalog-text {    max-width: 730px;
    font-size: 32px;
    line-height: 42px;
}}
		
@media (min-width:1900px) {
	.videobg.videobg-ring { left:0 !important}
	.videobg.videobg-pc, .videobg.videobg-aircare { left:-20% !important} 
	.videobg.videobg-incense, .videobg.videobg-fabric { right:-40% !important}
	.videobg.videobg-bakery, .videobg.videobg-beverages {right:-10% !important}
	  }

@media (min-width:1600px) and (min-height:700px) { }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/* ==========================================================================
   Filter
   ========================================================================== */
.filter {
	list-style: none;
	margin: auto;
	display: block;
	text-align: center;
}
.filter li {
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 40px;
}
.filter li a {
	padding: 8px 20px;
	margin-right: 10px;
}
.project-item {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 4px;
	text-align: center
}
.project-item h1 {
	margin-top: 20px;
	font-size: 18px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*, *:before, *:after, *:first-letter, *:first-line {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
